Pull request #4209 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 66516b2e2cad91b1037e53f725f5363c697bd9f1+5b680ce2290ec1e216282ae2e83c9b6619569a4e (33b0297ef1861459a20416f1ca571952256ddf3c) 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-ssh17387590837071486523.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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh3059075337212562249.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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-4209/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-4209/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11433381031134520971.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-4209/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16762854090961265851.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 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh6909465634796307516.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-4209/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-4209/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18123725435998664589.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 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-8783’ Running on prd-ubuntu20.04-docker-8c-8g-8787 in /w/workspace/edgexfoundry_edgex-go_PR-4209 [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 Merging remotes/origin/main commit 5b680ce2290ec1e216282ae2e83c9b6619569a4e into PR head commit 66516b2e2cad91b1037e53f725f5363c697bd9f1 Merge succeeded, producing 66516b2e2cad91b1037e53f725f5363c697bd9f1 Checking out Revision 66516b2e2cad91b1037e53f725f5363c697bd9f1 (PR-4209) 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 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } > 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/4209/head:refs/remotes/origin/PR-4209 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 66516b2e2cad91b1037e53f725f5363c697bd9f1 # 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 5b680ce2290ec1e216282ae2e83c9b6619569a4e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 66516b2e2cad91b1037e53f725f5363c697bd9f1 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-21T19:08:22.143Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-21T19:08:22.312Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-21T19:08:22.395Z] ========================================================= [2022-10-21T19:08:22.395Z] EdgeX Global Pipelines Version Info [2022-10-21T19:08:22.395Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:08:23.142Z] ------------------- [2022-10-21T19:08:23.142Z] stable info: [2022-10-21T19:08:23.142Z] ------------------- [2022-10-21T19:08:23.142Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-21T19:08:23.142Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-21T19:08:23.142Z] Message: update stable to v1.0.243 [2022-10-21T19:08:23.714Z] ------------------- [2022-10-21T19:08:23.714Z] experimental info: [2022-10-21T19:08:23.714Z] ------------------- [2022-10-21T19:08:23.714Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-21T19:08:23.714Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-21T19:08:23.714Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-21T19:08:23.975Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-21T19:08:24.015Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-21T19:08:24.050Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-21T19:08:24.087Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-21T19:08:24.136Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-21T19:08:24.178Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-21T19:08:24.217Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-21T19:08:24.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-21T19:08:24.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-21T19:08:24.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-21T19:08:24.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-21T19:08:24.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-21T19:08:24.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-21T19:08:24.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-21T19:08:24.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-21T19:08:24.555Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-21T19:08:24.592Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-21T19:08:24.630Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-21T19:08:24.666Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-21T19:08:24.700Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-21T19:08:24.736Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-21T19:08:24.774Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-21T19:08:24.809Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-21T19:08:24.849Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4209 [Pipeline] echo [2022-10-21T19:08:24.889Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4209 [Pipeline] echo [2022-10-21T19:08:24.932Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4209 [Pipeline] echo [2022-10-21T19:08:24.969Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 66516b2e2cad91b1037e53f725f5363c697bd9f1 [Pipeline] echo [2022-10-21T19:08:25.003Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 66516b2 [Pipeline] echo [2022-10-21T19:08:25.038Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-21T19:08:25.148Z] provisioning config files... [2022-10-21T19:08:25.161Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3170779505151524805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:08:25.505Z] ---> docker-login.sh [2022-10-21T19:08:25.505Z] nexus3.edgexfoundry.org:10001 [2022-10-21T19:08:25.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:08:25.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:08:25.766Z] Configure a credential helper to remove this warning. See [2022-10-21T19:08:25.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:08:25.766Z] [2022-10-21T19:08:25.766Z] Login Succeeded [2022-10-21T19:08:25.766Z] nexus3.edgexfoundry.org:10002 [2022-10-21T19:08:25.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:08:25.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:08:25.766Z] Configure a credential helper to remove this warning. See [2022-10-21T19:08:25.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:08:25.766Z] [2022-10-21T19:08:25.766Z] Login Succeeded [2022-10-21T19:08:26.027Z] nexus3.edgexfoundry.org:10003 [2022-10-21T19:08:26.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:08:26.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:08:26.027Z] Configure a credential helper to remove this warning. See [2022-10-21T19:08:26.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:08:26.027Z] [2022-10-21T19:08:26.027Z] Login Succeeded [2022-10-21T19:08:26.027Z] nexus3.edgexfoundry.org:10004 [2022-10-21T19:08:26.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:08:26.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:08:26.027Z] Configure a credential helper to remove this warning. See [2022-10-21T19:08:26.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:08:26.027Z] [2022-10-21T19:08:26.027Z] Login Succeeded [2022-10-21T19:08:26.027Z] docker.io [2022-10-21T19:08:26.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:08:26.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:08:26.547Z] Configure a credential helper to remove this warning. See [2022-10-21T19:08:26.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:08:26.547Z] [2022-10-21T19:08:26.547Z] Login Succeeded [2022-10-21T19:08:26.547Z] ---> docker-login.sh ends [Pipeline] } [2022-10-21T19:08:26.578Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-21T19:08:27.004Z] + 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-21T19:08:27.004Z] + dirname cmd/core-command/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/core-data/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/core-metadata/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/security-spire-agent/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/security-spire-config/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/security-spire-server/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/support-notifications/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/support-scheduler/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-21T19:08:27.004Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-21T19:08:27.004Z] + cut -d/ -f2 [2022-10-21T19:08:27.004Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-21T19:08:27.051Z] 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-21T19:08:27.536Z] + git rev-list -1 --merges 66516b2e2cad91b1037e53f725f5363c697bd9f1~1..66516b2e2cad91b1037e53f725f5363c697bd9f1 [Pipeline] echo [2022-10-21T19:08:27.566Z] -----------> git rev-list -1 --merges 66516b2e2cad91b1037e53f725f5363c697bd9f1~1..66516b2e2cad91b1037e53f725f5363c697bd9f1 66516b2e2cad91b1037e53f725f5363c697bd9f1 [false] [Pipeline] sh [2022-10-21T19:08:27.875Z] + git log --format=format:%s -1 66516b2e2cad91b1037e53f725f5363c697bd9f1 [Pipeline] echo [2022-10-21T19:08:27.915Z] ========================================================= [2022-10-21T19:08:27.915Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-21T19:08:27.915Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-21T19:08:28.340Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-21T19:08:28.340Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-21T19:08:28.340Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-21T19:08:28.340Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-21T19:08:28.340Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-21T19:08:28.340Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-21T19:08:28.340Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:08:28.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-21T19:08:28.726Z] [2022-10-21T19:08:28.726Z] 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-21T19:08:29.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-21T19:08:29.096Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-21T19:08:29.096Z] b85a868b505f: Pulling fs layer [2022-10-21T19:08:29.096Z] e2be974225ed: Pulling fs layer [2022-10-21T19:08:29.096Z] 339a4e72a1f5: Pulling fs layer [2022-10-21T19:08:29.096Z] 988bab9f4d93: Pulling fs layer [2022-10-21T19:08:29.096Z] 1469e6f7b9e6: Pulling fs layer [2022-10-21T19:08:29.096Z] eaf3925da568: Pulling fs layer [2022-10-21T19:08:29.096Z] bab4dde63d76: Pulling fs layer [2022-10-21T19:08:29.096Z] bde34c3a00c8: Pulling fs layer [2022-10-21T19:08:29.096Z] b352a97aabf1: Pulling fs layer [2022-10-21T19:08:29.096Z] 4872d77fe225: Pulling fs layer [2022-10-21T19:08:29.096Z] 5851b861e8e6: Pulling fs layer [2022-10-21T19:08:29.096Z] bab4dde63d76: Waiting [2022-10-21T19:08:29.096Z] 988bab9f4d93: Waiting [2022-10-21T19:08:29.096Z] bde34c3a00c8: Waiting [2022-10-21T19:08:29.096Z] 4872d77fe225: Waiting [2022-10-21T19:08:29.096Z] b352a97aabf1: Waiting [2022-10-21T19:08:29.096Z] 1469e6f7b9e6: Waiting [2022-10-21T19:08:29.096Z] eaf3925da568: Waiting [2022-10-21T19:08:29.096Z] 5851b861e8e6: Waiting [2022-10-21T19:08:29.096Z] e2be974225ed: Download complete [2022-10-21T19:08:29.096Z] 988bab9f4d93: Verifying Checksum [2022-10-21T19:08:29.096Z] 988bab9f4d93: Download complete [2022-10-21T19:08:29.096Z] 1469e6f7b9e6: Verifying Checksum [2022-10-21T19:08:29.096Z] 1469e6f7b9e6: Download complete [2022-10-21T19:08:29.356Z] eaf3925da568: Download complete [2022-10-21T19:08:29.356Z] 339a4e72a1f5: Verifying Checksum [2022-10-21T19:08:29.356Z] 339a4e72a1f5: Download complete [2022-10-21T19:08:29.356Z] bde34c3a00c8: Download complete [2022-10-21T19:08:29.356Z] b352a97aabf1: Verifying Checksum [2022-10-21T19:08:29.356Z] b352a97aabf1: Download complete [2022-10-21T19:08:29.356Z] 4872d77fe225: Download complete [2022-10-21T19:08:29.356Z] 5851b861e8e6: Verifying Checksum [2022-10-21T19:08:29.356Z] 5851b861e8e6: Download complete [2022-10-21T19:08:29.356Z] b85a868b505f: Verifying Checksum [2022-10-21T19:08:29.356Z] b85a868b505f: Download complete [2022-10-21T19:08:29.615Z] bab4dde63d76: Verifying Checksum [2022-10-21T19:08:29.615Z] bab4dde63d76: Download complete [2022-10-21T19:08:30.554Z] b85a868b505f: Pull complete [2022-10-21T19:08:30.814Z] e2be974225ed: Pull complete [2022-10-21T19:08:31.381Z] 339a4e72a1f5: Pull complete [2022-10-21T19:08:31.381Z] 988bab9f4d93: Pull complete [2022-10-21T19:08:31.640Z] 1469e6f7b9e6: Pull complete [2022-10-21T19:08:31.640Z] eaf3925da568: Pull complete [2022-10-21T19:08:33.554Z] bab4dde63d76: Pull complete [2022-10-21T19:08:33.554Z] bde34c3a00c8: Pull complete [2022-10-21T19:08:33.815Z] b352a97aabf1: Pull complete [2022-10-21T19:08:33.815Z] 4872d77fe225: Pull complete [2022-10-21T19:08:34.076Z] 5851b861e8e6: Pull complete [2022-10-21T19:08:34.076Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-21T19:08:34.076Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-21T19:08:34.076Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:08:34.297Z] prd-ubuntu20.04-docker-8c-8g-8787 does not seem to be running inside a container [2022-10-21T19:08:34.338Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-21T19:08:35.992Z] $ docker top 2966b94fd6099cf3185ec9f2c3a471b306bc089c04ee28340921fb94a97a3cd5 -eo pid,comm [2022-10-21T19:08:36.055Z] 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-21T19:08:36.055Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-21T19:08:36.173Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-21T19:08:36.173Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-21T19:08:36.290Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-21T19:08:36.294Z] $ docker exec 2966b94fd6099cf3185ec9f2c3a471b306bc089c04ee28340921fb94a97a3cd5 ssh-agent [2022-10-21T19:08:36.414Z] SSH_AUTH_SOCK=/tmp/ssh-AXgvPTFXORCX/agent.32 [2022-10-21T19:08:36.414Z] SSH_AGENT_PID=38 [2022-10-21T19:08:36.420Z] Running ssh-add (command line suppressed) [2022-10-21T19:08:36.534Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4676378491971632107.key (/w/workspace/edgex-go/1@tmp/private_key_4676378491971632107.key) [2022-10-21T19:08:36.551Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-21T19:08:36.879Z] + git tag --points-at HEAD [Pipeline] } [2022-10-21T19:08:36.910Z] $ docker exec --env ******** --env ******** 2966b94fd6099cf3185ec9f2c3a471b306bc089c04ee28340921fb94a97a3cd5 ssh-agent -k [2022-10-21T19:08:37.010Z] unset SSH_AUTH_SOCK; [2022-10-21T19:08:37.011Z] unset SSH_AGENT_PID; [2022-10-21T19:08:37.012Z] echo Agent pid 38 killed; [2022-10-21T19:08:37.019Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-21T19:08:37.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-21T19:08:37.096Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-21T19:08:37.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-21T19:08:37.219Z] $ docker exec 2966b94fd6099cf3185ec9f2c3a471b306bc089c04ee28340921fb94a97a3cd5 ssh-agent [2022-10-21T19:08:37.344Z] SSH_AUTH_SOCK=/tmp/ssh-ofiQpe9VdQjX/agent.70 [2022-10-21T19:08:37.344Z] SSH_AGENT_PID=76 [2022-10-21T19:08:37.350Z] Running ssh-add (command line suppressed) [2022-10-21T19:08:37.471Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16119827563898940845.key (/w/workspace/edgex-go/1@tmp/private_key_16119827563898940845.key) [2022-10-21T19:08:37.483Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-21T19:08:37.813Z] + git semver init [2022-10-21T19:08:38.072Z] 2022-10-21 19:08:38,016 [run_init] DEBUG init version:0.0.0 force:False [2022-10-21T19:08:38.072Z] 2022-10-21 19:08:38,017 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-21T19:08:38.072Z] 2022-10-21 19:08:38,018 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-21T19:08:38.073Z] 2022-10-21 19:08:38,018 [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-21T19:08:43.416Z] 2022-10-21 19:08:42,815 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-21T19:08:43.416Z] 2022-10-21 19:08:42,816 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4209 with force:False [2022-10-21T19:08:43.416Z] 2022-10-21 19:08:42,816 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4209 [2022-10-21T19:08:43.416Z] 2022-10-21 19:08:42,820 [execute] INFO git cat-file --batch-check [2022-10-21T19:08:43.416Z] 2022-10-21 19:08:42,820 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-21T19:08:43.416Z] 2022-10-21 19:08:42,827 [execute] INFO git cat-file --batch [2022-10-21T19:08:43.416Z] 2022-10-21 19:08:42,828 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-21T19:08:43.416Z] 2022-10-21 19:08:42,833 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4209 [2022-10-21T19:08:43.416Z] 0.0.0 [Pipeline] } [2022-10-21T19:08:43.450Z] $ docker exec --env ******** --env ******** 2966b94fd6099cf3185ec9f2c3a471b306bc089c04ee28340921fb94a97a3cd5 ssh-agent -k [2022-10-21T19:08:43.549Z] unset SSH_AUTH_SOCK; [2022-10-21T19:08:43.549Z] unset SSH_AGENT_PID; [2022-10-21T19:08:43.550Z] echo Agent pid 76 killed; [2022-10-21T19:08:43.558Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-21T19:08:43.957Z] + git semver [Pipeline] } [2022-10-21T19:08:44.242Z] $ docker stop --time=1 2966b94fd6099cf3185ec9f2c3a471b306bc089c04ee28340921fb94a97a3cd5 [2022-10-21T19:08:45.584Z] $ docker rm -f 2966b94fd6099cf3185ec9f2c3a471b306bc089c04ee28340921fb94a97a3cd5 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-21T19:08:45.988Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-21T19:08:46.209Z] Stashed 1 file(s) [Pipeline] echo [2022-10-21T19:08:46.232Z] [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-21T19:08:46.923Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-21T19:08:46.957Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-21T19:08:46.986Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-21T19:08:47.018Z] ========================================================= [2022-10-21T19:08:47.018Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-21T19:08:47.018Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:08:47.348Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-21T19:08:47.348Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-21T19:08:47.348Z] 213ec9aee27d: Pulling fs layer [2022-10-21T19:08:47.348Z] 4583459ba037: Pulling fs layer [2022-10-21T19:08:47.348Z] 93c1e223e6f2: Pulling fs layer [2022-10-21T19:08:47.348Z] 53926ce57604: Pulling fs layer [2022-10-21T19:08:47.348Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-21T19:08:47.348Z] 30f14e443154: Pulling fs layer [2022-10-21T19:08:47.348Z] 801331c1e519: Pulling fs layer [2022-10-21T19:08:47.348Z] 99cc6dd402b0: Pulling fs layer [2022-10-21T19:08:47.348Z] 7d9ed39f4882: Pulling fs layer [2022-10-21T19:08:47.348Z] 53926ce57604: Waiting [2022-10-21T19:08:47.348Z] 21b2b0c7a3f4: Waiting [2022-10-21T19:08:47.348Z] 30f14e443154: Waiting [2022-10-21T19:08:47.348Z] 801331c1e519: Waiting [2022-10-21T19:08:47.349Z] 99cc6dd402b0: Waiting [2022-10-21T19:08:47.349Z] 7d9ed39f4882: Waiting [2022-10-21T19:08:47.349Z] 93c1e223e6f2: Verifying Checksum [2022-10-21T19:08:47.349Z] 93c1e223e6f2: Download complete [2022-10-21T19:08:47.349Z] 4583459ba037: Download complete [2022-10-21T19:08:47.349Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-21T19:08:47.349Z] 21b2b0c7a3f4: Download complete [2022-10-21T19:08:47.349Z] 30f14e443154: Verifying Checksum [2022-10-21T19:08:47.349Z] 30f14e443154: Download complete [2022-10-21T19:08:47.349Z] 213ec9aee27d: Verifying Checksum [2022-10-21T19:08:47.349Z] 213ec9aee27d: Download complete [2022-10-21T19:08:47.349Z] 801331c1e519: Verifying Checksum [2022-10-21T19:08:47.614Z] 213ec9aee27d: Pull complete [2022-10-21T19:08:47.614Z] 4583459ba037: Pull complete [2022-10-21T19:08:47.889Z] 93c1e223e6f2: Pull complete [2022-10-21T19:08:48.150Z] 99cc6dd402b0: Verifying Checksum [2022-10-21T19:08:48.150Z] 99cc6dd402b0: Download complete [2022-10-21T19:08:48.150Z] 7d9ed39f4882: Verifying Checksum [2022-10-21T19:08:48.150Z] 7d9ed39f4882: Download complete [2022-10-21T19:08:48.150Z] 53926ce57604: Verifying Checksum [2022-10-21T19:08:48.150Z] 53926ce57604: Download complete [2022-10-21T19:08:52.328Z] 53926ce57604: Pull complete [2022-10-21T19:08:52.328Z] 21b2b0c7a3f4: Pull complete [2022-10-21T19:08:52.328Z] 30f14e443154: Pull complete [2022-10-21T19:08:52.328Z] 801331c1e519: Pull complete [2022-10-21T19:08:54.236Z] 99cc6dd402b0: Pull complete [2022-10-21T19:08:55.169Z] 7d9ed39f4882: Pull complete [2022-10-21T19:08:55.169Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-21T19:08:55.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-21T19:08:55.169Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:08:55.531Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-21T19:08:55.531Z] WORKDIR /edgex [2022-10-21T19:08:55.531Z] COPY go.mod . [2022-10-21T19:08:55.531Z] RUN go mod download [2022-10-21T19:08:55.531Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-21T19:08:56.098Z] Sending build context to Docker daemon 169.7MB [2022-10-21T19:08:56.098Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-21T19:08:56.098Z] ---> 1dedd983c030 [2022-10-21T19:08:56.098Z] Step 2/4 : WORKDIR /edgex [2022-10-21T19:08:58.006Z] ---> Running in 4b8b0be966a7 [2022-10-21T19:08:58.267Z] Removing intermediate container 4b8b0be966a7 [2022-10-21T19:08:58.267Z] ---> e0c7d8f465c4 [2022-10-21T19:08:58.267Z] Step 3/4 : COPY go.mod . [2022-10-21T19:08:58.267Z] ---> c5e3c0ba92ad [2022-10-21T19:08:58.267Z] Step 4/4 : RUN go mod download [2022-10-21T19:08:58.527Z] ---> Running in 21a7fb67726d [2022-10-21T19:09:01.494Z] Still waiting to schedule task [2022-10-21T19:09:01.494Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8784’ [2022-10-21T19:09:08.492Z] Removing intermediate container 21a7fb67726d [2022-10-21T19:09:08.493Z] ---> 235dd74cd7dd [2022-10-21T19:09:08.493Z] Successfully built 235dd74cd7dd [2022-10-21T19:09:08.493Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:09:08.872Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-21T19:09:08.872Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:09:09.023Z] prd-ubuntu20.04-docker-8c-8g-8787 does not seem to be running inside a container [2022-10-21T19:09:09.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-21T19:09:10.149Z] $ docker top 56736cb3cbda6669400477de1e8c53757c9b98c5431beb63660d4a13252f1869 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:09:10.539Z] + go version [2022-10-21T19:09:10.539Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-21T19:09:10.569Z] $ docker stop --time=1 56736cb3cbda6669400477de1e8c53757c9b98c5431beb63660d4a13252f1869 [2022-10-21T19:09:11.868Z] $ docker rm -f 56736cb3cbda6669400477de1e8c53757c9b98c5431beb63660d4a13252f1869 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:09:12.543Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-21T19:09:12.543Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:09:12.692Z] prd-ubuntu20.04-docker-8c-8g-8787 does not seem to be running inside a container [2022-10-21T19:09:12.728Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-21T19:09:13.111Z] $ docker top 62841430e6491b6e73d8128b0986f539c6a84b3a304c281e3e3866cd7c3e8f86 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-21T19:09:13.237Z] ========================================================= [2022-10-21T19:09:13.237Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-21T19:09:13.237Z] ========================================================= [Pipeline] sh [2022-10-21T19:09:13.531Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:09:13.890Z] + make test [2022-10-21T19:09:13.890Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-21T19:09:20.456Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-21T19:09:32.658Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-21T19:09:32.658Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-21T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-21T19:09:34.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.064s coverage: 28.7% of statements [2022-10-21T19:09:34.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-21T19:09:34.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-21T19:09:34.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.137s coverage: 98.5% of statements [2022-10-21T19:09:34.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.103s coverage: 41.3% of statements [2022-10-21T19:09:34.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-21T19:09:34.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-21T19:09:34.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.091s coverage: 54.2% of statements [2022-10-21T19:09:34.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-21T19:09:34.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.738s coverage: 89.2% of statements [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.069s coverage: 2.2% of statements [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.485s coverage: 95.6% of statements [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.076s coverage: 72.2% of statements [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 60.0% of statements [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.105s coverage: 0.9% of statements [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.048s coverage: 29.6% of statements [2022-10-21T19:09:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 47.1% of statements [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.057s coverage: 79.5% of statements [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2022-10-21T19:09:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2022-10-21T19:09:47.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.079s coverage: 94.4% of statements [2022-10-21T19:09:47.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.045s coverage: 44.8% of statements [2022-10-21T19:09:49.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.241s coverage: 79.9% of statements [2022-10-21T19:09:49.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-21T19:09:59.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.085s coverage: 92.9% of statements [2022-10-21T19:09:59.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-21T19:09:59.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-21T19:09:59.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-21T19:09:59.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 65.1% of statements [2022-10-21T19:09:59.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-21T19:09:59.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.071s coverage: 86.9% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.074s coverage: 58.8% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.0% of statements [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.086s coverage: 85.4% of statements [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.211s coverage: 91.2% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.163s coverage: 64.7% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 89.4% of statements [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 65.8% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.165s coverage: 41.8% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.086s coverage: 17.7% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.152s coverage: 92.3% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 63.2% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.098s coverage: 97.7% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.057s coverage: 28.9% of statements [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-21T19:09:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2022-10-21T19:09:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-10-21T19:09:59.591Z] 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-21T19:10:17.673Z] 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-21T19:10:17.673Z] GO111MODULE=on go vet ./... [2022-10-21T19:10:21.853Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-21T19:10:21.853Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-21T19:10:21.853Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-21T19:10:22.138Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-21T19:10:22.451Z] + ls -al . [2022-10-21T19:10:22.451Z] total 768 [2022-10-21T19:10:22.451Z] drwxrwxr-x 11 1001 1001 4096 Oct 21 19:09 . [2022-10-21T19:10:22.451Z] drwxr-xr-x 4 root root 4096 Oct 21 19:09 .. [2022-10-21T19:10:22.451Z] drwxrwxr-x 2 1001 1001 4096 Oct 21 19:08 .blubracket [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 16 Oct 21 19:08 .dockerignore [2022-10-21T19:10:22.451Z] drwxrwxr-x 8 1001 1001 4096 Oct 21 19:09 .git [2022-10-21T19:10:22.451Z] drwxrwxr-x 3 1001 1001 4096 Oct 21 19:08 .github [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 1030 Oct 21 19:08 .gitignore [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 42 Oct 21 19:08 .golangci.yml [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 87 Oct 21 19:08 .hadolint.yml [2022-10-21T19:10:22.451Z] drwxr-xr-x 3 1001 1001 4096 Oct 21 19:08 .semver [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 166 Oct 21 19:08 .sonarcloud.properties [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 1171 Oct 21 19:08 ADOPTERS.md [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 10722 Oct 21 19:08 Attribution.txt [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 63209 Oct 21 19:08 CHANGELOG.md [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 3804 Oct 21 19:08 CONTRIBUTING.md [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 677 Oct 21 19:08 GOVERNANCE.md [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 850 Oct 21 19:08 Jenkinsfile [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 10775 Oct 21 19:08 LICENSE [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 13857 Oct 21 19:08 Makefile [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 582 Oct 21 19:08 OWNERS.md [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 9799 Oct 21 19:08 README.md [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 6912 Oct 21 19:08 SECURITY.md [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 5 Oct 21 19:08 VERSION [2022-10-21T19:10:22.451Z] -rw-rw-r-- 1 1001 1001 4131 Oct 21 19:08 ZMQWindows.md [2022-10-21T19:10:22.451Z] drwxrwxr-x 2 1001 1001 4096 Oct 21 19:08 bin [2022-10-21T19:10:22.451Z] drwxrwxr-x 18 1001 1001 4096 Oct 21 19:08 cmd [2022-10-21T19:10:22.452Z] -rw-r--r-- 1 root root 500071 Oct 21 19:09 coverage.out [2022-10-21T19:10:22.452Z] -rw-rw-r-- 1 1001 1001 3446 Oct 21 19:08 go.mod [2022-10-21T19:10:22.452Z] -rw-rw-r-- 1 1001 1001 45060 Oct 21 19:08 go.sum [2022-10-21T19:10:22.452Z] drwxrwxr-x 8 1001 1001 4096 Oct 21 19:08 internal [2022-10-21T19:10:22.452Z] drwxrwxr-x 3 1001 1001 4096 Oct 21 19:08 openapi [2022-10-21T19:10:22.452Z] drwxrwxr-x 4 1001 1001 4096 Oct 21 19:08 snap [2022-10-21T19:10:22.452Z] -rw-rw-r-- 1 1001 1001 204 Oct 21 19:08 version.go [Pipeline] sh [2022-10-21T19:10:22.775Z] + '[' -e coverage.out ] [2022-10-21T19:10:22.775Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-21T19:10:22.906Z] Stashed 1 file(s) [Pipeline] sh [2022-10-21T19:10:23.196Z] + make build [2022-10-21T19:10:23.196Z] 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-21T19:10:35.398Z] 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-21T19:10:47.590Z] 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-21T19:10:47.590Z] 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-21T19:10:54.142Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-10-21T19:10:54.142Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-10-21T19:10:55.519Z] 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-21T19:10:56.896Z] 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-21T19:10:57.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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-10-21T19:10:58.838Z] 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-21T19:10:59.405Z] 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-21T19:11:00.338Z] 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-21T19:11:02.242Z] 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-21T19:11:03.202Z] $ docker stop --time=1 62841430e6491b6e73d8128b0986f539c6a84b3a304c281e3e3866cd7c3e8f86 [2022-10-21T19:11:05.910Z] $ docker rm -f 62841430e6491b6e73d8128b0986f539c6a84b3a304c281e3e3866cd7c3e8f86 [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-21T19:11:07.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-21T19:11:07.049Z] [2022-10-21T19:11:07.049Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:11:07.425Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-21T19:11:07.425Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-21T19:11:07.425Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-21T19:11:07.425Z] ca9280d653b3: Pulling fs layer [2022-10-21T19:11:07.425Z] 7e9c9ca2126c: Pulling fs layer [2022-10-21T19:11:07.425Z] cbdbe7a5bc2a: Verifying Checksum [2022-10-21T19:11:07.425Z] cbdbe7a5bc2a: Download complete [2022-10-21T19:11:07.686Z] ca9280d653b3: Verifying Checksum [2022-10-21T19:11:07.686Z] ca9280d653b3: Download complete [2022-10-21T19:11:07.686Z] cbdbe7a5bc2a: Pull complete [2022-10-21T19:11:08.251Z] 7e9c9ca2126c: Verifying Checksum [2022-10-21T19:11:08.252Z] 7e9c9ca2126c: Download complete [2022-10-21T19:11:08.252Z] ca9280d653b3: Pull complete [2022-10-21T19:11:11.534Z] 7e9c9ca2126c: Pull complete [2022-10-21T19:11:11.534Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-21T19:11:11.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-21T19:11:11.534Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:11:11.748Z] prd-ubuntu20.04-docker-8c-8g-8787 does not seem to be running inside a container [2022-10-21T19:11:11.777Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-10-21T19:11:13.072Z] $ docker top f67ea61dd55c9fab3c5ce3c6cae44a893aa5e9f3381f5abeedc9ee73ccfb5050 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:11:13.458Z] + docker-compose build --help [2022-10-21T19:11:13.458Z] + grep parallel [2022-10-21T19:11:14.027Z] --parallel Build images in parallel. [Pipeline] } [2022-10-21T19:11:14.063Z] $ docker stop --time=1 f67ea61dd55c9fab3c5ce3c6cae44a893aa5e9f3381f5abeedc9ee73ccfb5050 [2022-10-21T19:11:15.362Z] $ docker rm -f f67ea61dd55c9fab3c5ce3c6cae44a893aa5e9f3381f5abeedc9ee73ccfb5050 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:11:15.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-21T19:11:15.937Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:11:16.076Z] prd-ubuntu20.04-docker-8c-8g-8787 does not seem to be running inside a container [2022-10-21T19:11:16.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-10-21T19:11:16.488Z] $ docker top acdd8c0ca6eb3f52f923cfd6ccebbf7c5e7eea527d81fbef19eda52e02f11e36 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:11:16.874Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-21T19:11:17.445Z] Building core-command ... [2022-10-21T19:11:17.445Z] Building core-data ... [2022-10-21T19:11:17.445Z] Building core-metadata ... [2022-10-21T19:11:17.445Z] Building security-bootstrapper ... [2022-10-21T19:11:17.445Z] Building security-proxy-setup ... [2022-10-21T19:11:17.445Z] Building security-secretstore-setup ... [2022-10-21T19:11:17.445Z] Building security-spiffe-token-provider ... [2022-10-21T19:11:17.445Z] Building security-spire-agent ... [2022-10-21T19:11:17.445Z] Building security-spire-config ... [2022-10-21T19:11:17.445Z] Building security-spire-server ... [2022-10-21T19:11:17.445Z] Building support-notifications ... [2022-10-21T19:11:17.445Z] Building support-scheduler ... [2022-10-21T19:11:17.445Z] Building sys-mgmt-agent ... [2022-10-21T19:11:17.445Z] Building security-bootstrapper [2022-10-21T19:11:17.445Z] Building sys-mgmt-agent [2022-10-21T19:11:17.445Z] Building security-secretstore-setup [2022-10-21T19:11:17.445Z] Building core-metadata [2022-10-21T19:11:17.445Z] Building security-spire-config [2022-10-21T19:11:29.645Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:11:29.645Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:11:29.645Z] ---> 235dd74cd7dd [2022-10-21T19:11:29.645Z] Step 3/26 : WORKDIR /edgex-go [2022-10-21T19:11:29.645Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:11:29.645Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:11:29.645Z] ---> 235dd74cd7dd [2022-10-21T19:11:29.645Z] Step 3/33 : WORKDIR /edgex-go [2022-10-21T19:11:29.645Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:11:29.645Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:11:29.645Z] ---> 235dd74cd7dd [2022-10-21T19:11:29.645Z] Step 3/23 : WORKDIR /edgex-go [2022-10-21T19:11:29.645Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:11:29.645Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:11:29.645Z] ---> 235dd74cd7dd [2022-10-21T19:11:29.645Z] Step 3/25 : WORKDIR /edgex-go [2022-10-21T19:11:29.904Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:11:29.904Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:11:29.904Z] ---> 235dd74cd7dd [2022-10-21T19:11:29.904Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:11:33.191Z] ---> Running in 813186f8f251 [2022-10-21T19:11:33.191Z] ---> Running in 21aa21bb1c79 [2022-10-21T19:11:33.191Z] ---> Running in fdadb27d68bb [2022-10-21T19:11:33.191Z] ---> Running in e2c40d79f328 [2022-10-21T19:11:33.191Z] ---> Running in b459d5bf9474 [2022-10-21T19:11:33.191Z] Removing intermediate container 21aa21bb1c79 [2022-10-21T19:11:33.191Z] ---> 6587fc96b753 [2022-10-21T19:11:33.191Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:11:33.191Z] Removing intermediate container b459d5bf9474 [2022-10-21T19:11:33.191Z] ---> 1b28fb3d2fab [2022-10-21T19:11:33.191Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:11:33.191Z] Removing intermediate container 813186f8f251 [2022-10-21T19:11:33.191Z] ---> 3c365f16c851 [2022-10-21T19:11:33.191Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:11:33.191Z] Removing intermediate container e2c40d79f328 [2022-10-21T19:11:33.191Z] ---> 16dcd444b2d7 [2022-10-21T19:11:33.191Z] Step 4/25 : WORKDIR /edgex-go [2022-10-21T19:11:33.191Z] ---> Running in 4700d7e6958e [2022-10-21T19:11:33.191Z] Removing intermediate container fdadb27d68bb [2022-10-21T19:11:33.191Z] ---> cfa49fc7b353 [2022-10-21T19:11:33.191Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:11:33.191Z] ---> Running in 98f325d85d57 [2022-10-21T19:11:33.191Z] ---> Running in 34d3037b0e10 [2022-10-21T19:11:33.191Z] ---> Running in 2419082b3459 [2022-10-21T19:11:33.191Z] ---> Running in f7fd4cc441dc [2022-10-21T19:11:33.191Z] Removing intermediate container 2419082b3459 [2022-10-21T19:11:33.191Z] ---> 9de780b6df50 [2022-10-21T19:11:33.191Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:11:33.449Z] ---> Running in a17937930123 [2022-10-21T19:11:34.014Z] Removing intermediate container 4700d7e6958e [2022-10-21T19:11:34.014Z] ---> 4453d5143539 [2022-10-21T19:11:34.014Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-21T19:11:34.014Z] ---> Running in 34cee86b41ce [2022-10-21T19:11:34.277Z] Removing intermediate container 98f325d85d57 [2022-10-21T19:11:34.277Z] ---> f77ce8ba4309 [2022-10-21T19:11:34.277Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-21T19:11:34.277Z] ---> Running in 5ca85318b72f [2022-10-21T19:11:34.537Z] Removing intermediate container 34d3037b0e10 [2022-10-21T19:11:34.537Z] ---> 273f960a4759 [2022-10-21T19:11:34.537Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-21T19:11:34.537Z] ---> Running in 04af5f1d7d9b [2022-10-21T19:11:34.537Z] Removing intermediate container f7fd4cc441dc [2022-10-21T19:11:34.537Z] ---> 910cf4740762 [2022-10-21T19:11:34.537Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:11:34.537Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:34.537Z] ---> Running in 106a1d38058f [2022-10-21T19:11:34.803Z] Removing intermediate container a17937930123 [2022-10-21T19:11:34.803Z] ---> 346b82ec5dc1 [2022-10-21T19:11:34.803Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-21T19:11:34.803Z] ---> Running in 24c85dd03cd9 [2022-10-21T19:11:34.803Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:35.061Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:35.061Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:35.320Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:35.320Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:35.906Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:35.906Z] OK: 211 MiB in 51 packages [2022-10-21T19:11:35.906Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:36.166Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:36.166Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:36.166Z] Removing intermediate container 34cee86b41ce [2022-10-21T19:11:36.166Z] ---> 8cd7e1abe4d1 [2022-10-21T19:11:36.166Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-21T19:11:36.429Z] ---> 150d486d5053 [2022-10-21T19:11:36.429Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:11:36.429Z] OK: 211 MiB in 51 packages [2022-10-21T19:11:36.429Z] ---> Running in ca7a238c8e9b [2022-10-21T19:11:36.429Z] OK: 211 MiB in 51 packages [2022-10-21T19:11:36.689Z] OK: 211 MiB in 51 packages [2022-10-21T19:11:36.689Z] OK: 211 MiB in 51 packages [2022-10-21T19:11:36.946Z] Removing intermediate container 5ca85318b72f [2022-10-21T19:11:36.946Z] ---> 828847d434da [2022-10-21T19:11:36.946Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-21T19:11:36.946Z] Removing intermediate container 24c85dd03cd9 [2022-10-21T19:11:36.946Z] ---> c2a91312f0e0 [2022-10-21T19:11:36.946Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-21T19:11:37.215Z] ---> 22a2bfe9ee93 [2022-10-21T19:11:37.215Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:11:37.215Z] ---> Running in 6d37e0ac1ef4 [2022-10-21T19:11:37.215Z] ---> f1cd44c48547 [2022-10-21T19:11:37.215Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:11:37.215Z] ---> Running in 5161b42c1283 [2022-10-21T19:11:37.215Z] Removing intermediate container 106a1d38058f [2022-10-21T19:11:37.215Z] ---> 9005026e3da9 [2022-10-21T19:11:37.215Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-21T19:11:37.215Z] Removing intermediate container 04af5f1d7d9b [2022-10-21T19:11:37.215Z] ---> 76e54f5125d0 [2022-10-21T19:11:37.215Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-21T19:11:37.477Z] ---> 98143395f311 [2022-10-21T19:11:37.477Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:11:37.477Z] ---> 8cc4067587f0 [2022-10-21T19:11:37.477Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:11:37.737Z] ---> Running in 81add8b2bcc2 [2022-10-21T19:11:37.737Z] ---> Running in a45e1d685299 [2022-10-21T19:11:59.687Z] Removing intermediate container a45e1d685299 [2022-10-21T19:11:59.687Z] ---> 180c40a66c4f [2022-10-21T19:11:59.687Z] Step 8/26 : COPY . . [2022-10-21T19:11:59.687Z] Removing intermediate container ca7a238c8e9b [2022-10-21T19:11:59.687Z] ---> 031f1d5dc436 [2022-10-21T19:11:59.687Z] Step 8/23 : COPY . . [2022-10-21T19:11:59.687Z] Removing intermediate container 81add8b2bcc2 [2022-10-21T19:11:59.687Z] Removing intermediate container 5161b42c1283 [2022-10-21T19:11:59.687Z] ---> 733bbb551323 [2022-10-21T19:11:59.687Z] ---> 51356990146f [2022-10-21T19:11:59.687Z] Step 8/33 : COPY . .Step 9/25 : COPY . .Removing intermediate container 6d37e0ac1ef4 [2022-10-21T19:11:59.687Z] [2022-10-21T19:11:59.687Z] [2022-10-21T19:11:59.687Z] ---> cfff598e6652 [2022-10-21T19:11:59.687Z] Step 8/25 : COPY . . [2022-10-21T19:12:03.132Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8790 in /w/workspace/edgexfoundry_edgex-go_PR-4209 [Pipeline] { [Pipeline] ws [2022-10-21T19:12:03.166Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-21T19:12:03.246Z] The recommended git tool is: git [2022-10-21T19:12:07.790Z] ---> d26dae6ce01b [2022-10-21T19:12:07.790Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-21T19:12:07.790Z] ---> b0c92c0cd238 [2022-10-21T19:12:07.790Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-21T19:12:07.790Z] ---> 970f33b18a75 [2022-10-21T19:12:07.790Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-21T19:12:07.790Z] ---> 6d2dcef26979 [2022-10-21T19:12:07.790Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-21T19:12:07.790Z] ---> Running in a8c7c4f60bf3 [2022-10-21T19:12:07.790Z] ---> Running in c8352fa5cc06 [2022-10-21T19:12:07.790Z] ---> dc1b5dab2098 [2022-10-21T19:12:07.790Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:12:07.790Z] ---> Running in ea865161ac68 [2022-10-21T19:12:07.790Z] ---> Running in 6728914c1052 [2022-10-21T19:12:08.048Z] ---> Running in c1c489c07e22 [2022-10-21T19:12:08.048Z] Removing intermediate container c1c489c07e22 [2022-10-21T19:12:08.048Z] ---> 7227f36cdbf0 [2022-10-21T19:12:08.048Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-21T19:12:08.048Z] ---> Running in 2069b4c89e96 [2022-10-21T19:12:08.048Z] Removing intermediate container 2069b4c89e96 [2022-10-21T19:12:08.048Z] ---> ae2efe80bae6 [2022-10-21T19:12:08.048Z] 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-21T19:12:08.304Z] ---> Running in b67bbfe599b9 [2022-10-21T19:12:08.304Z] 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-21T19:12:08.562Z] 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-21T19:12:08.562Z] 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-21T19:12:08.819Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-10-21T19:12:09.361Z] using credential edgex-jenkins-ssh [2022-10-21T19:12:09.377Z] Cloning the remote Git repository [2022-10-21T19:12:09.394Z] Removing intermediate container b67bbfe599b9 [2022-10-21T19:12:09.394Z] ---> c181ab4a75c5 [2022-10-21T19:12:09.394Z] Step 12/26 : WORKDIR /edgex-go [2022-10-21T19:12:09.394Z] ---> Running in 6767f7c7d4b3 [2022-10-21T19:12:09.650Z] Removing intermediate container 6767f7c7d4b3 [2022-10-21T19:12:09.650Z] ---> 4ef821123e2a [2022-10-21T19:12:09.650Z] [2022-10-21T19:12:09.650Z] Step 13/26 : FROM alpine:3.15 [2022-10-21T19:12:09.650Z] 3.15: Pulling from library/alpine [2022-10-21T19:12:09.430Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-21T19:12:09.520Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-21T19:12:09.962Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-21T19:12:09.963Z] Status: Downloaded newer image for alpine:3.15 [2022-10-21T19:12:09.963Z] ---> c4fc93816858 [2022-10-21T19:12:09.963Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:12:10.222Z] ---> Running in 51fd2b3267ee [2022-10-21T19:12:10.222Z] Removing intermediate container 51fd2b3267ee [2022-10-21T19:12:10.222Z] ---> a0f008494659 [2022-10-21T19:12:10.222Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:12:10.222Z] ---> Running in 8cc076b9e813 [2022-10-21T19:12:09.698Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-21T19:12:09.699Z] > git --version # timeout=10 [2022-10-21T19:12:09.721Z] > git --version # 'git version 2.25.1' [2022-10-21T19:12:09.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-21T19:12:09.772Z] Verifying host key using known hosts file [2022-10-21T19:12:09.997Z] 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-21T19:12:10.012Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-21T19:12:11.591Z] Removing intermediate container 8cc076b9e813 [2022-10-21T19:12:11.591Z] ---> 76ae88175cc8 [2022-10-21T19:12:11.591Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-21T19:12:11.591Z] ---> Running in 5ddf80654222 [2022-10-21T19:12:11.850Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:12.781Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:13.038Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:12:13.038Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:12:13.038Z] OK: 15857 distinct packages available [2022-10-21T19:12:13.038Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:13.969Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:14.225Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-21T19:12:14.225Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:12:14.482Z] (3/4) Installing libucontext (1.1-r0) [2022-10-21T19:12:14.482Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-21T19:12:14.482Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:12:14.482Z] OK: 6 MiB in 18 packages [2022-10-21T19:12:16.383Z] Removing intermediate container 5ddf80654222 [2022-10-21T19:12:16.383Z] ---> 48ea0ce2581f [2022-10-21T19:12:16.383Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:12:18.910Z] ---> 0d1c0469d337 [2022-10-21T19:12:18.910Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:12:19.853Z] ---> 0f8271573f51 [2022-10-21T19:12:19.853Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-21T19:12:20.118Z] ---> Running in 9714990ecd5c [2022-10-21T19:12:20.684Z] Removing intermediate container 9714990ecd5c [2022-10-21T19:12:20.684Z] ---> 68e21d4a5ddf [2022-10-21T19:12:20.684Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-21T19:12:21.615Z] ---> 0b931f4ca2f7 [2022-10-21T19:12:21.615Z] Step 21/26 : WORKDIR / [2022-10-21T19:12:21.615Z] ---> Running in a08e15254db4 [2022-10-21T19:12:22.179Z] Removing intermediate container a08e15254db4 [2022-10-21T19:12:22.179Z] ---> f5d1245fb299 [2022-10-21T19:12:22.179Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:12:22.179Z] ---> Running in ef4f43f14c07 [2022-10-21T19:12:22.745Z] Removing intermediate container ef4f43f14c07 [2022-10-21T19:12:22.745Z] ---> 89fca79d3816 [2022-10-21T19:12:22.745Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:12:22.745Z] ---> Running in c3197dfd3556 [2022-10-21T19:12:23.309Z] Removing intermediate container c3197dfd3556 [2022-10-21T19:12:23.309Z] ---> 46f7b25beb93 [2022-10-21T19:12:23.309Z] Step 24/26 : LABEL arch=x86_64 [2022-10-21T19:12:23.567Z] ---> Running in a1956a679dc5 [2022-10-21T19:12:23.824Z] Removing intermediate container a1956a679dc5 [2022-10-21T19:12:23.824Z] ---> 5e5aa0c3ce12 [2022-10-21T19:12:23.824Z] Step 25/26 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:12:23.824Z] ---> Running in c632a874cabc [2022-10-21T19:12:24.389Z] Removing intermediate container c632a874cabc [2022-10-21T19:12:24.389Z] ---> b102bf91dc70 [2022-10-21T19:12:24.389Z] Step 26/26 : LABEL version=0.0.0 [2022-10-21T19:12:24.389Z] ---> Running in d6bab73c11a4 [2022-10-21T19:12:24.962Z] Removing intermediate container d6bab73c11a4 [2022-10-21T19:12:24.962Z] ---> d11cde77b28f [2022-10-21T19:12:24.962Z] [2022-10-21T19:12:24.962Z] Successfully built d11cde77b28f [2022-10-21T19:12:25.220Z] Successfully tagged security-spire-config:latest [2022-10-21T19:12:25.220Z]  Building security-spire-config ... done Building core-command [2022-10-21T19:12:27.744Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:12:27.744Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:12:27.744Z] ---> 235dd74cd7dd [2022-10-21T19:12:27.744Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:12:27.744Z] ---> Using cache [2022-10-21T19:12:27.744Z] ---> 16dcd444b2d7 [2022-10-21T19:12:27.744Z] Step 4/24 : WORKDIR /edgex-go [2022-10-21T19:12:27.744Z] ---> Using cache [2022-10-21T19:12:27.744Z] ---> 9de780b6df50 [2022-10-21T19:12:27.744Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:12:27.744Z] ---> Using cache [2022-10-21T19:12:27.744Z] ---> 346b82ec5dc1 [2022-10-21T19:12:27.744Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-21T19:12:27.744Z] ---> Using cache [2022-10-21T19:12:27.744Z] ---> c2a91312f0e0 [2022-10-21T19:12:27.744Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-21T19:12:27.744Z] ---> Using cache [2022-10-21T19:12:27.744Z] ---> f1cd44c48547 [2022-10-21T19:12:27.744Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:12:27.744Z] ---> Using cache [2022-10-21T19:12:27.744Z] ---> 51356990146f [2022-10-21T19:12:27.744Z] Step 9/24 : COPY . . [2022-10-21T19:12:27.744Z] ---> Using cache [2022-10-21T19:12:27.744Z] ---> 6d2dcef26979 [2022-10-21T19:12:27.744Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-21T19:12:29.644Z] ---> Running in 3538ea7f22f2 [2022-10-21T19:12:29.231Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-21T19:12:29.260Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-21T19:12:30.230Z] 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-21T19:12:31.260Z] Merging remotes/origin/main commit 5b680ce2290ec1e216282ae2e83c9b6619569a4e into PR head commit 66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:12:31.665Z] Merge succeeded, producing 66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:12:31.666Z] Checking out Revision 66516b2e2cad91b1037e53f725f5363c697bd9f1 (PR-4209) [2022-10-21T19:12:32.126Z] 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-21T19:12:30.147Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-21T19:12:30.192Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-21T19:12:30.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-21T19:12:30.199Z] Verifying host key using known hosts file [2022-10-21T19:12:30.206Z] 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-21T19:12:30.218Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4209/head:refs/remotes/origin/PR-4209 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-21T19:12:31.278Z] > git config core.sparsecheckout # timeout=10 [2022-10-21T19:12:31.297Z] > git checkout -f 66516b2e2cad91b1037e53f725f5363c697bd9f1 # timeout=10 [2022-10-21T19:12:31.556Z] > git remote # timeout=10 [2022-10-21T19:12:31.576Z] > git config --get remote.origin.url # timeout=10 [2022-10-21T19:12:31.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-21T19:12:31.602Z] Verifying host key using known hosts file [2022-10-21T19:12:31.606Z] 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-21T19:12:31.615Z] > git merge 5b680ce2290ec1e216282ae2e83c9b6619569a4e # timeout=10 [2022-10-21T19:12:31.646Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-21T19:12:31.670Z] > git config core.sparsecheckout # timeout=10 [2022-10-21T19:12:31.692Z] > git checkout -f 66516b2e2cad91b1037e53f725f5363c697bd9f1 # timeout=10 [2022-10-21T19:12:32.329Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-21T19:12:32.385Z] > git --version # timeout=10 [2022-10-21T19:12:32.396Z] > git --version # 'git version 2.25.1' [2022-10-21T19:12:32.409Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-21T19:12:33.469Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-21T19:12:33.469Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-21T19:12:33.469Z] Dload Upload Total Spent Left Speed [2022-10-21T19:12:33.469Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 227k 0 --:--:-- --:--:-- --:--:-- 227k [Pipeline] sh [2022-10-21T19:12:34.154Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-21T19:12:34.539Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-21T19:12:34.540Z] + sudo tee /etc/docker/daemon.new [2022-10-21T19:12:34.540Z] { [2022-10-21T19:12:34.540Z] "registry-mirrors": [ [2022-10-21T19:12:34.540Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-21T19:12:34.540Z] ], [2022-10-21T19:12:34.540Z] "bip": "10.250.0.254/24", [2022-10-21T19:12:34.540Z] "hosts": [ [2022-10-21T19:12:34.540Z] "tcp://0.0.0.0:5555", [2022-10-21T19:12:34.540Z] "unix:///var/run/docker.sock" [2022-10-21T19:12:34.540Z] ], [2022-10-21T19:12:34.540Z] "mtu": 1458, [2022-10-21T19:12:34.540Z] "selinux-enabled": true, [2022-10-21T19:12:34.540Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-21T19:12:34.540Z] } [Pipeline] sh [2022-10-21T19:12:34.895Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-21T19:12:35.262Z] + sudo service docker restart [2022-10-21T19:12:40.245Z] Removing intermediate container a8c7c4f60bf3 [2022-10-21T19:12:40.246Z] ---> ca24d99cc560 [2022-10-21T19:12:40.246Z] [2022-10-21T19:12:40.246Z] Step 10/25 : FROM alpine:3.16 [2022-10-21T19:12:40.246Z] 3.16: Pulling from library/alpine [2022-10-21T19:12:40.246Z] Removing intermediate container c8352fa5cc06 [2022-10-21T19:12:40.246Z] ---> 2b40a37e217d [2022-10-21T19:12:40.246Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-21T19:12:40.246Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-21T19:12:40.246Z] Status: Downloaded newer image for alpine:3.16 [2022-10-21T19:12:40.246Z] ---> 9c6f07244728 [2022-10-21T19:12:40.246Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-21T19:12:40.246Z] Removing intermediate container 6728914c1052 [2022-10-21T19:12:40.246Z] ---> bc565e146031 [2022-10-21T19:12:40.246Z] [2022-10-21T19:12:40.246Z] Step 10/33 : FROM alpine:3.16 [2022-10-21T19:12:40.246Z] ---> 9c6f07244728 [2022-10-21T19:12:40.246Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:12:40.246Z] Removing intermediate container ea865161ac68 [2022-10-21T19:12:40.246Z] ---> 237e2e4ed708 [2022-10-21T19:12:40.246Z] [2022-10-21T19:12:40.246Z] Step 11/25 : FROM alpine:3.16 [2022-10-21T19:12:40.246Z] ---> 9c6f07244728 [2022-10-21T19:12:40.246Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:12:40.246Z] ---> Running in e9ab56916576 [2022-10-21T19:12:40.246Z] ---> Running in 15eaca590bc2 [2022-10-21T19:12:40.246Z] ---> Running in 54ed894f16e2 [2022-10-21T19:12:40.246Z] ---> Running in 867b9c4df135 [2022-10-21T19:12:40.246Z] Removing intermediate container 54ed894f16e2 [2022-10-21T19:12:40.246Z] ---> 2f809f146c72 [2022-10-21T19:12:40.246Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-21T19:12:40.246Z] ---> Running in 92f304a850ed [2022-10-21T19:12:40.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:40.246Z] 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-21T19:12:40.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:40.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:40.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:40.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:40.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:40.761Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-21T19:12:40.761Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-21T19:12:40.761Z] (3/3) Installing su-exec (0.2-r1) [2022-10-21T19:12:41.019Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:12:41.019Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:12:41.019Z] OK: 6 MiB in 17 packages [2022-10-21T19:12:41.019Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-21T19:12:41.019Z] (2/2) Installing su-exec (0.2-r1) [2022-10-21T19:12:41.019Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:12:41.019Z] OK: 6 MiB in 16 packages [2022-10-21T19:12:41.019Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-21T19:12:41.019Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:12:41.019Z] OK: 6 MiB in 15 packages [2022-10-21T19:12:41.279Z] Removing intermediate container e9ab56916576 [2022-10-21T19:12:41.279Z] ---> 2a91c60cf7d6 [2022-10-21T19:12:41.279Z] [2022-10-21T19:12:41.279Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:12:41.279Z] ---> 9c6f07244728 [2022-10-21T19:12:41.279Z] 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-21T19:12:41.279Z] ---> Running in edc86d6afbc2 [2022-10-21T19:12:41.844Z] Removing intermediate container edc86d6afbc2 [2022-10-21T19:12:41.844Z] ---> 1a5ebbab6742 [2022-10-21T19:12:41.844Z] 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-21T19:12:41.844Z] ---> Running in b28bb0579a58 [2022-10-21T19:12:41.844Z] Removing intermediate container 92f304a850ed [2022-10-21T19:12:41.844Z] ---> 38352f328f86 [2022-10-21T19:12:41.844Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-21T19:12:41.844Z] Removing intermediate container 867b9c4df135 [2022-10-21T19:12:41.844Z] ---> bfe7eab5fbd7 [2022-10-21T19:12:41.844Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:12:41.844Z] Removing intermediate container 15eaca590bc2 [2022-10-21T19:12:41.844Z] ---> 2ff992467570 [2022-10-21T19:12:41.844Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-21T19:12:41.844Z] ---> Running in 510305ca578a [2022-10-21T19:12:41.844Z] ---> Running in 27c371abf8bc [2022-10-21T19:12:42.102Z] ---> Running in 57fad01e612f [2022-10-21T19:12:42.102Z] Removing intermediate container 510305ca578a [2022-10-21T19:12:42.102Z] ---> b69ba78b7477 [2022-10-21T19:12:42.102Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-21T19:12:42.361Z] Removing intermediate container 27c371abf8bc [2022-10-21T19:12:42.361Z] ---> 4f5eadd43647 [2022-10-21T19:12:42.361Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-21T19:12:42.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:42.361Z] Removing intermediate container 57fad01e612f [2022-10-21T19:12:42.361Z] ---> a45660901f47 [2022-10-21T19:12:42.361Z] Step 13/25 : WORKDIR / [2022-10-21T19:12:42.361Z] ---> Running in 1a074f1ce3f1 [2022-10-21T19:12:42.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:42.361Z] ---> Running in 20392329cc80 [2022-10-21T19:12:42.361Z] ---> Running in a87b9fc963a0 [2022-10-21T19:12:42.618Z] Removing intermediate container 1a074f1ce3f1 [2022-10-21T19:12:42.618Z] ---> a2862bbf933c [2022-10-21T19:12:42.618Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-21T19:12:42.618Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-21T19:12:42.618Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-21T19:12:42.618Z] (3/33) Installing readline (8.1.2-r0) [2022-10-21T19:12:42.618Z] (4/33) Installing bash (5.1.16-r2) [2022-10-21T19:12:42.618Z] Removing intermediate container 20392329cc80 [2022-10-21T19:12:42.618Z] ---> e93f1c77e489 [2022-10-21T19:12:42.618Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-21T19:12:42.618Z] Executing bash-5.1.16-r2.post-install [2022-10-21T19:12:42.618Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-21T19:12:42.618Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-21T19:12:42.618Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-21T19:12:42.618Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-21T19:12:42.618Z] (9/33) Installing curl (7.83.1-r3) [2022-10-21T19:12:42.618Z] ---> Running in 8dcc852b858d [2022-10-21T19:12:42.618Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-21T19:12:42.877Z] Removing intermediate container a87b9fc963a0 [2022-10-21T19:12:42.877Z] ---> ee75b3368fda [2022-10-21T19:12:42.877Z] 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-21T19:12:42.877Z] ---> Running in de8def63b325 [2022-10-21T19:12:42.877Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-21T19:12:42.877Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-21T19:12:42.877Z] (13/33) Installing expat (2.4.9-r0) [2022-10-21T19:12:43.135Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-21T19:12:43.135Z] (15/33) Installing gdbm (1.23-r0) [2022-10-21T19:12:43.135Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-21T19:12:43.135Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-21T19:12:43.135Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-21T19:12:43.135Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-21T19:12:43.135Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-21T19:12:43.135Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-21T19:12:43.135Z] Removing intermediate container 8dcc852b858d [2022-10-21T19:12:43.135Z] ---> 0c0c75544610 [2022-10-21T19:12:43.135Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-21T19:12:43.771Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-21T19:12:43.771Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-21T19:12:43.771Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-21T19:12:43.771Z] ---> 83d6ee122d62 [2022-10-21T19:12:43.771Z] Removing intermediate container de8def63b325 [2022-10-21T19:12:43.771Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml ---> 118e17a4057e [2022-10-21T19:12:43.771Z] [2022-10-21T19:12:43.771Z] Step 16/25 : WORKDIR / [2022-10-21T19:12:43.771Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-21T19:12:43.771Z] ---> Running in 6edc65eabf36 [2022-10-21T19:12:43.771Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-21T19:12:43.771Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-21T19:12:43.771Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-21T19:12:43.771Z] ---> Running in fc83fe9e4fa9 [2022-10-21T19:12:43.771Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-21T19:12:43.771Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-21T19:12:43.771Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-21T19:12:43.771Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-21T19:12:43.771Z] Removing intermediate container 6edc65eabf36 [2022-10-21T19:12:43.771Z] ---> 92fa6e07ed33 [2022-10-21T19:12:43.771Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-21T19:12:43.771Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-21T19:12:44.030Z] ---> Running in d3210de96cce [2022-10-21T19:12:44.030Z] Removing intermediate container fc83fe9e4fa9 [2022-10-21T19:12:44.030Z] ---> da4bbae0baf1 [2022-10-21T19:12:44.030Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:12:44.030Z] ---> cd6e5feaaee5 [2022-10-21T19:12:44.030Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-21T19:12:44.030Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:12:44.030Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:12:44.305Z] OK: 122 MiB in 47 packages [2022-10-21T19:12:44.305Z] ---> 7ab75aeea5cd [2022-10-21T19:12:44.305Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-21T19:12:44.305Z] ---> 8b76ca27b008 [2022-10-21T19:12:44.305Z] 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-21T19:12:44.871Z] ---> b79960732345 [2022-10-21T19:12:44.871Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-21T19:12:45.143Z] ---> ad5661e09e5b [2022-10-21T19:12:45.143Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-21T19:12:45.143Z] Removing intermediate container d3210de96cce [2022-10-21T19:12:45.143Z] ---> 2301acd4caaf [2022-10-21T19:12:45.143Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-21T19:12:45.143Z] ---> 02afc0dafc05 [2022-10-21T19:12:45.143Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-21T19:12:45.400Z] ---> Running in c7730da51a3f [2022-10-21T19:12:45.400Z] ---> d5b928015719 [2022-10-21T19:12:45.400Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-21T19:12:45.400Z] Removing intermediate container c7730da51a3f [2022-10-21T19:12:45.400Z] ---> da78b995ded0 [2022-10-21T19:12:45.400Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-21T19:12:45.660Z] ---> faee8d62428f [2022-10-21T19:12:45.660Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-21T19:12:45.660Z] ---> 94c2303470bf [2022-10-21T19:12:45.660Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-21T19:12:45.660Z] ---> Running in 969b063b2ce4 [2022-10-21T19:12:45.924Z] ---> f9b49d1e48be [2022-10-21T19:12:45.924Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-21T19:12:46.182Z] Removing intermediate container 969b063b2ce4 [2022-10-21T19:12:46.182Z] ---> eda4b8560545 [2022-10-21T19:12:46.182Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:12:46.182Z] ---> Running in 4f5c858d680a [2022-10-21T19:12:46.182Z] ---> 45d6eef57e5d [2022-10-21T19:12:46.182Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-21T19:12:46.182Z] ---> Running in f96f8e7ba5b7 [2022-10-21T19:12:46.182Z] ---> Running in 2cb233ba3552 [2022-10-21T19:12:46.442Z] Removing intermediate container f96f8e7ba5b7 [2022-10-21T19:12:46.442Z] ---> 0430da484ce5 [2022-10-21T19:12:46.442Z] Step 23/25 : LABEL arch=x86_64 [2022-10-21T19:12:46.699Z] ---> Running in 0cb75a088aed [2022-10-21T19:12:46.957Z] Removing intermediate container 0cb75a088aed [2022-10-21T19:12:46.957Z] ---> 4ab22e1a6aa7 [2022-10-21T19:12:46.957Z] Step 24/25 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:12:47.214Z] ---> Running in b8059c01cf7d [2022-10-21T19:12:47.214Z] Removing intermediate container b8059c01cf7d [2022-10-21T19:12:47.214Z] ---> 33c7ce5cec51 [2022-10-21T19:12:47.214Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:12:47.475Z] Removing intermediate container 4f5c858d680a [2022-10-21T19:12:47.475Z] ---> bc45622c5e3d [2022-10-21T19:12:47.475Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:12:47.475Z] ---> Running in df2e63e643d0 [2022-10-21T19:12:47.475Z] Removing intermediate container 2cb233ba3552 [2022-10-21T19:12:47.475Z] ---> 319f745a3b03 [2022-10-21T19:12:47.475Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-21T19:12:47.475Z] ---> Running in bd28f82e9c28 [2022-10-21T19:12:47.733Z] ---> 789a23a5dd13 [2022-10-21T19:12:47.733Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-21T19:12:47.733Z] Removing intermediate container df2e63e643d0 [2022-10-21T19:12:47.733Z] ---> 41173f0e2bb1 [2022-10-21T19:12:47.733Z] [2022-10-21T19:12:47.733Z] Removing intermediate container bd28f82e9c28 [2022-10-21T19:12:47.733Z] ---> 868d5b9875c0 [2022-10-21T19:12:47.733Z] Step 23/25 : LABEL arch=x86_64 [2022-10-21T19:12:47.733Z] Successfully built 41173f0e2bb1 [2022-10-21T19:12:47.991Z] Successfully tagged core-metadata:latest [2022-10-21T19:12:47.991Z] ---> Running in 86d9b7d277b1 [2022-10-21T19:12:47.991Z]  Building core-metadata ... done Building security-spiffe-token-provider [2022-10-21T19:12:47.991Z] Removing intermediate container 3538ea7f22f2 [2022-10-21T19:12:47.991Z] ---> 75d68037f1c2 [2022-10-21T19:12:47.991Z] [2022-10-21T19:12:47.991Z] Step 11/24 : FROM alpine:3.16 [2022-10-21T19:12:48.268Z] Collecting docker-compose==1.23.2 [2022-10-21T19:12:48.268Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-21T19:12:48.268Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 27.5 MB/s eta 0:00:00 [2022-10-21T19:12:48.528Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-21T19:12:48.528Z] ---> 9c6f07244728 [2022-10-21T19:12:48.528Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:12:48.528Z] ---> Using cache [2022-10-21T19:12:48.528Z] ---> bfe7eab5fbd7 [2022-10-21T19:12:48.528Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:12:48.528Z] ---> Using cache [2022-10-21T19:12:48.528Z] ---> 4f5eadd43647 [2022-10-21T19:12:48.528Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-21T19:12:48.528Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-21T19:12:48.528Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 104.7 MB/s eta 0:00:00 [2022-10-21T19:12:48.528Z] Collecting PyYAML<4,>=3.10 [2022-10-21T19:12:48.528Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-21T19:12:48.528Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 47.4 MB/s eta 0:00:00 [2022-10-21T19:12:48.785Z] Preparing metadata (setup.py): started [2022-10-21T19:12:49.353Z] Removing intermediate container 86d9b7d277b1 [2022-10-21T19:12:49.353Z] ---> 3e2971cabebc [2022-10-21T19:12:49.353Z] Step 24/25 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:12:49.353Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:12:49.353Z] Collecting jsonschema<3,>=2.5.1 [2022-10-21T19:12:49.353Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-21T19:12:49.353Z] 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-21T19:12:49.353Z] Collecting docopt<0.7,>=0.6.1 [2022-10-21T19:12:49.353Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-21T19:12:49.609Z] Preparing metadata (setup.py): started [2022-10-21T19:12:49.609Z] ---> b42a41a27cea [2022-10-21T19:12:49.609Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-21T19:12:49.609Z] ---> Running in e0555bcfc7e8 [2022-10-21T19:12:49.609Z] ---> Running in 8cc8fa3aae66 [2022-10-21T19:12:49.872Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:12:49.872Z] Collecting cached-property<2,>=1.2.0 [2022-10-21T19:12:49.872Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-21T19:12:49.872Z] Removing intermediate container e0555bcfc7e8 [2022-10-21T19:12:49.872Z] ---> 474495f75c63 [2022-10-21T19:12:49.872Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-21T19:12:49.872Z] Collecting docker<4.0,>=3.6.0 [2022-10-21T19:12:49.872Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-21T19:12:49.872Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 123.0 MB/s eta 0:00:00 [2022-10-21T19:12:50.130Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-21T19:12:50.130Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-21T19:12:50.130Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 158.7 MB/s eta 0:00:00 [2022-10-21T19:12:50.130Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-21T19:12:50.130Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-21T19:12:50.130Z] Removing intermediate container 8cc8fa3aae66 [2022-10-21T19:12:50.130Z] Preparing metadata (setup.py): started [2022-10-21T19:12:50.130Z] ---> d38d0a42f86d [2022-10-21T19:12:50.130Z] ---> ee9de4a75a29 [2022-10-21T19:12:50.130Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:12:50.130Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-21T19:12:50.130Z] ---> Running in 99d9ed9a0792 [2022-10-21T19:12:50.130Z] ---> Running in 48fcbd463810 [2022-10-21T19:12:50.393Z] Removing intermediate container 99d9ed9a0792 [2022-10-21T19:12:50.393Z] ---> 64fd8e45142f [2022-10-21T19:12:50.393Z] Step 16/24 : WORKDIR / [2022-10-21T19:12:50.393Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:12:50.393Z] Collecting texttable<0.10,>=0.9.0 [2022-10-21T19:12:50.393Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-21T19:12:50.393Z] Preparing metadata (setup.py): started [2022-10-21T19:12:50.651Z] ---> be18c80cb276 [2022-10-21T19:12:50.651Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-21T19:12:50.651Z] Removing intermediate container 48fcbd463810 [2022-10-21T19:12:50.651Z] ---> de1ad55f200f [2022-10-21T19:12:50.651Z] [2022-10-21T19:12:50.651Z] ---> Running in bca5cbc6bada [2022-10-21T19:12:50.651Z] Successfully built de1ad55f200f [2022-10-21T19:12:50.651Z] Successfully tagged security-secretstore-setup:latest [2022-10-21T19:12:50.651Z] Building security-spire-server [2022-10-21T19:12:50.651Z]  Building security-secretstore-setup ... done  Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:12:50.909Z] Collecting docker-pycreds>=0.4.0 [2022-10-21T19:12:50.909Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-21T19:12:50.909Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:12:50.909Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:12:50.909Z] ---> 235dd74cd7dd [2022-10-21T19:12:50.909Z] Step 3/20 : WORKDIR /edgex-go [2022-10-21T19:12:50.909Z] ---> Using cache [2022-10-21T19:12:50.909Z] ---> cfa49fc7b353 [2022-10-21T19:12:50.909Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-21T19:12:50.909Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-21T19:12:50.909Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-21T19:12:50.909Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 113.8 MB/s eta 0:00:00 [2022-10-21T19:12:50.909Z] Collecting certifi>=2017.4.17 [2022-10-21T19:12:50.909Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-21T19:12:50.909Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 109.3 MB/s eta 0:00:00 [2022-10-21T19:12:51.189Z] Collecting idna<2.8,>=2.5 [2022-10-21T19:12:51.189Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-21T19:12:51.189Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 84.9 MB/s eta 0:00:00 [2022-10-21T19:12:51.189Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-21T19:12:51.189Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-21T19:12:51.189Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 128.9 MB/s eta 0:00:00 [2022-10-21T19:12:51.189Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-21T19:12:51.189Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-21T19:12:51.189Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-21T19:12:51.189Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-21T19:12:51.447Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-21T19:12:51.447Z] Running setup.py install for texttable: started [2022-10-21T19:12:51.712Z] Removing intermediate container bca5cbc6bada [2022-10-21T19:12:51.712Z] ---> 2c87bfca9941 [2022-10-21T19:12:51.712Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:12:51.973Z] Running setup.py install for texttable: finished with status 'done' [2022-10-21T19:12:51.973Z] Running setup.py install for PyYAML: started [2022-10-21T19:12:51.973Z] ---> 6cbe6abe8847 [2022-10-21T19:12:51.973Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-21T19:12:51.973Z] ---> Running in b3e73af25e2b [2022-10-21T19:12:52.231Z] ---> 1cf0fbcc38ff [2022-10-21T19:12:52.231Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-21T19:12:52.490Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-21T19:12:52.490Z] ---> 1d9113106bff [2022-10-21T19:12:52.490Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-21T19:12:52.490Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:52.490Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:52.775Z] Running setup.py install for docopt: started [2022-10-21T19:12:52.775Z] ---> 0b04309c5f93 [2022-10-21T19:12:52.775Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-21T19:12:53.039Z] v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-21T19:12:53.039Z] v3.16.2-335-ge36aa4fb66 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-21T19:12:53.039Z] OK: 17038 distinct packages available [2022-10-21T19:12:53.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:53.039Z] ---> 0a07ad98aded [2022-10-21T19:12:53.039Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-21T19:12:53.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:53.039Z] ---> Running in 8add88d3928a [2022-10-21T19:12:53.039Z] ---> 21fa56736851 [2022-10-21T19:12:53.039Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-21T19:12:53.297Z] Running setup.py install for docopt: finished with status 'done' [2022-10-21T19:12:53.297Z] ---> Running in 7179d7320097 [2022-10-21T19:12:53.297Z] OK: 211 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [2022-10-21T19:12:53.570Z] Removing intermediate container 7179d7320097 [2022-10-21T19:12:53.571Z] ---> 0f6cdcc3d6fc [2022-10-21T19:12:53.571Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:12:53.571Z] ---> Running in cd2b17310915 [Pipeline] configFileProvider [2022-10-21T19:12:53.631Z] provisioning config files... [2022-10-21T19:12:53.664Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9592143974190045608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:12:53.829Z] Removing intermediate container cd2b17310915 [2022-10-21T19:12:53.829Z] ---> 98429f565716 [2022-10-21T19:12:53.829Z] Step 22/24 : LABEL arch=x86_64 [2022-10-21T19:12:53.829Z] ---> Running in 8630cd58e762 [2022-10-21T19:12:54.069Z] ---> docker-login.sh [2022-10-21T19:12:54.069Z] nexus3.edgexfoundry.org:10001 [2022-10-21T19:12:54.092Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:12:54.092Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:12:54.092Z] ---> 235dd74cd7dd [2022-10-21T19:12:54.092Z] Step 3/25 : WORKDIR /edgex-go [2022-10-21T19:12:54.092Z] ---> Using cache [2022-10-21T19:12:54.092Z] ---> cfa49fc7b353 [2022-10-21T19:12:54.092Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:12:54.092Z] ---> Using cache [2022-10-21T19:12:54.092Z] ---> 910cf4740762 [2022-10-21T19:12:54.092Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:12:54.092Z] ---> Using cache [2022-10-21T19:12:54.092Z] ---> 9005026e3da9 [2022-10-21T19:12:54.092Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-21T19:12:54.092Z] ---> Using cache [2022-10-21T19:12:54.092Z] ---> 8cc4067587f0 [2022-10-21T19:12:54.092Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:12:54.092Z] ---> Using cache [2022-10-21T19:12:54.092Z] ---> 180c40a66c4f [2022-10-21T19:12:54.092Z] Step 8/25 : COPY . . [2022-10-21T19:12:54.092Z] ---> Using cache [2022-10-21T19:12:54.092Z] ---> dc1b5dab2098 [2022-10-21T19:12:54.092Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:12:54.092Z] ---> Using cache [2022-10-21T19:12:54.092Z] ---> 7227f36cdbf0 [2022-10-21T19:12:54.092Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-21T19:12:54.092Z] ---> Using cache [2022-10-21T19:12:54.092Z] ---> ae2efe80bae6 [2022-10-21T19:12:54.092Z] 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-21T19:12:54.092Z] Running setup.py install for dockerpty: started [2022-10-21T19:12:54.092Z] ---> Running in 7d15e16aea49 [2022-10-21T19:12:54.092Z] Removing intermediate container b3e73af25e2b [2022-10-21T19:12:54.092Z] ---> b0b08e29575a [2022-10-21T19:12:54.092Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-21T19:12:54.350Z] Removing intermediate container 8630cd58e762 [2022-10-21T19:12:54.350Z] ---> 1b3895ea5f15 [2022-10-21T19:12:54.350Z] Step 23/24 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:12:54.350Z] Removing intermediate container 8add88d3928a [2022-10-21T19:12:54.350Z] ---> e19075b61374 [2022-10-21T19:12:54.350Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-21T19:12:54.350Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-21T19:12:54.350Z] ---> e07bd37dcb5e [2022-10-21T19:12:54.350Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:12:54.350Z] ---> Running in 693e2e8a3fef [2022-10-21T19:12:54.350Z] ---> Running in 3d47c168ee95 [2022-10-21T19:12:54.608Z] ---> Running in fd1e2e8a7322 [2022-10-21T19:12:54.608Z] Removing intermediate container 3d47c168ee95 [2022-10-21T19:12:54.608Z] ---> 6d4cfd121760 [2022-10-21T19:12:54.608Z] Step 30/33 : CMD ["gate"] [2022-10-21T19:12:54.608Z] Removing intermediate container 693e2e8a3fef [2022-10-21T19:12:54.608Z] ---> a794b82e27ab [2022-10-21T19:12:54.608Z] Step 24/24 : LABEL version=0.0.0 [2022-10-21T19:12:54.608Z] ---> Running in 9404e15abc0d [2022-10-21T19:12:54.608Z] ---> Running in 9b8df54f224b [2022-10-21T19:12:54.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:12:54.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:12:54.657Z] Configure a credential helper to remove this warning. See [2022-10-21T19:12:54.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:12:54.657Z] [2022-10-21T19:12:54.657Z] Login Succeeded [2022-10-21T19:12:54.657Z] nexus3.edgexfoundry.org:10002 [2022-10-21T19:12:54.867Z] Removing intermediate container 9404e15abc0d [2022-10-21T19:12:54.867Z] ---> 9d4e4a5436f0 [2022-10-21T19:12:54.867Z] [2022-10-21T19:12:54.867Z] Removing intermediate container 9b8df54f224b [2022-10-21T19:12:54.867Z] ---> 782ca283ced6 [2022-10-21T19:12:54.867Z] Step 31/33 : LABEL arch=x86_64 [2022-10-21T19:12:54.867Z] Successfully built 9d4e4a5436f0 [2022-10-21T19:12:54.867Z] Removing intermediate container 7d15e16aea49 [2022-10-21T19:12:54.867Z] ---> 5f5ef66a50d2 [2022-10-21T19:12:54.867Z] Step 12/25 : WORKDIR /edgex-go [2022-10-21T19:12:54.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:12:55.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:12:55.196Z] Configure a credential helper to remove this warning. See [2022-10-21T19:12:55.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:12:55.196Z] [2022-10-21T19:12:55.196Z] Login Succeeded [2022-10-21T19:12:55.196Z] nexus3.edgexfoundry.org:10003 [2022-10-21T19:12:55.251Z] Successfully tagged core-command:latest [2022-10-21T19:12:55.251Z]  Building core-command ... done Building support-scheduler [2022-10-21T19:12:55.251Z] ---> Running in 0492bd1c1e22 [2022-10-21T19:12:55.251Z] ---> Running in 74e4fa362f50 [2022-10-21T19:12:55.251Z] 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-21T19:12:55.251Z] 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-21T19:12:55.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:12:55.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:12:55.469Z] Configure a credential helper to remove this warning. See [2022-10-21T19:12:55.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:12:55.469Z] [2022-10-21T19:12:55.469Z] Login Succeeded [2022-10-21T19:12:55.469Z] nexus3.edgexfoundry.org:10004 [2022-10-21T19:12:55.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:12:55.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:12:55.743Z] Configure a credential helper to remove this warning. See [2022-10-21T19:12:55.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:12:55.743Z] [2022-10-21T19:12:55.743Z] Login Succeeded [2022-10-21T19:12:55.743Z] docker.io [2022-10-21T19:12:55.816Z] Removing intermediate container 0492bd1c1e22 [2022-10-21T19:12:55.816Z] ---> 42ad51f7cc3a [2022-10-21T19:12:55.816Z] Step 32/33 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:12:56.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:12:56.383Z] Removing intermediate container 74e4fa362f50 [2022-10-21T19:12:56.383Z] ---> 28aa9f17be0f [2022-10-21T19:12:56.383Z] [2022-10-21T19:12:56.383Z] Step 13/25 : FROM alpine:3.15 [2022-10-21T19:12:56.383Z] ---> c4fc93816858 [2022-10-21T19:12:56.383Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:12:56.383Z] ---> Using cache [2022-10-21T19:12:56.383Z] ---> a0f008494659 [2022-10-21T19:12:56.383Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:12:56.383Z] ---> Using cache [2022-10-21T19:12:56.383Z] ---> 76ae88175cc8 [2022-10-21T19:12:56.383Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-21T19:12:56.383Z] ---> Running in b3284e92d8bc [2022-10-21T19:12:56.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:12:56.601Z] Configure a credential helper to remove this warning. See [2022-10-21T19:12:56.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:12:56.601Z] [2022-10-21T19:12:56.601Z] Login Succeeded [2022-10-21T19:12:56.601Z] ---> docker-login.sh ends [Pipeline] } [2022-10-21T19:12:56.633Z] Deleting 1 temporary files [2022-10-21T19:12:56.641Z] ---> Running in 830945e2f47a [2022-10-21T19:12:56.641Z] Removing intermediate container b3284e92d8bc [2022-10-21T19:12:56.641Z] ---> 52b0f25533b3 [2022-10-21T19:12:56.641Z] Step 33/33 : LABEL version=0.0.0 [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-10-21T19:12:56.899Z] ---> Running in 2fc866adb141 [Pipeline] sh [2022-10-21T19:12:57.157Z] Removing intermediate container 2fc866adb141 [2022-10-21T19:12:57.157Z] ---> 037fec76599a [2022-10-21T19:12:57.157Z] [2022-10-21T19:12:57.157Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:57.157Z] Successfully built 037fec76599a [2022-10-21T19:12:57.157Z] Successfully tagged security-bootstrapper:latest [2022-10-21T19:12:57.157Z]  Building security-bootstrapper ... done Building support-notifications [2022-10-21T19:12:57.261Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-21T19:12:57.297Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-21T19:12:57.335Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-21T19:12:57.367Z] ========================================================= [2022-10-21T19:12:57.367Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-21T19:12:57.367Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:12:57.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-21T19:12:58.014Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-21T19:12:58.014Z] 9b18e9b68314: Pulling fs layer [2022-10-21T19:12:58.014Z] d32db5db7311: Pulling fs layer [2022-10-21T19:12:58.014Z] d0c4b47475fc: Pulling fs layer [2022-10-21T19:12:58.014Z] 5831b945b038: Pulling fs layer [2022-10-21T19:12:58.014Z] 86bbec2aaacd: Pulling fs layer [2022-10-21T19:12:58.014Z] e10730c5d714: Pulling fs layer [2022-10-21T19:12:58.014Z] 5dd5c2283517: Pulling fs layer [2022-10-21T19:12:58.014Z] d5ac0230b979: Pulling fs layer [2022-10-21T19:12:58.014Z] 5831b945b038: Waiting [2022-10-21T19:12:58.014Z] 86bbec2aaacd: Waiting [2022-10-21T19:12:58.014Z] e10730c5d714: Waiting [2022-10-21T19:12:58.014Z] 5dd5c2283517: Waiting [2022-10-21T19:12:58.014Z] d5ac0230b979: Waiting [2022-10-21T19:12:58.284Z] d0c4b47475fc: Verifying Checksum [2022-10-21T19:12:58.284Z] d0c4b47475fc: Download complete [2022-10-21T19:12:58.284Z] d32db5db7311: Verifying Checksum [2022-10-21T19:12:58.284Z] d32db5db7311: Download complete [2022-10-21T19:12:58.284Z] 86bbec2aaacd: Verifying Checksum [2022-10-21T19:12:58.284Z] 86bbec2aaacd: Download complete [2022-10-21T19:12:58.284Z] e10730c5d714: Verifying Checksum [2022-10-21T19:12:58.284Z] e10730c5d714: Download complete [2022-10-21T19:12:58.284Z] 9b18e9b68314: Verifying Checksum [2022-10-21T19:12:58.284Z] 9b18e9b68314: Download complete [2022-10-21T19:12:58.588Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:59.523Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:12:59.524Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:12:59.524Z] ---> 235dd74cd7dd [2022-10-21T19:12:59.524Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:12:59.524Z] ---> Using cache [2022-10-21T19:12:59.524Z] ---> 16dcd444b2d7 [2022-10-21T19:12:59.524Z] Step 4/23 : WORKDIR /edgex-go [2022-10-21T19:12:59.524Z] ---> Using cache [2022-10-21T19:12:59.524Z] ---> 9de780b6df50 [2022-10-21T19:12:59.524Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:12:59.524Z] ---> Using cache [2022-10-21T19:12:59.524Z] ---> 346b82ec5dc1 [2022-10-21T19:12:59.524Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-21T19:12:59.524Z] ---> Using cache [2022-10-21T19:12:59.524Z] ---> c2a91312f0e0 [2022-10-21T19:12:59.524Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-21T19:12:59.524Z] ---> Using cache [2022-10-21T19:12:59.524Z] ---> f1cd44c48547 [2022-10-21T19:12:59.524Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:12:59.524Z] ---> Using cache [2022-10-21T19:12:59.524Z] ---> 51356990146f [2022-10-21T19:12:59.524Z] Step 9/23 : COPY . . [2022-10-21T19:12:59.524Z] ---> Using cache [2022-10-21T19:12:59.524Z] ---> 6d2dcef26979 [2022-10-21T19:12:59.524Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-21T19:12:59.890Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:12:59.890Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:12:59.890Z] OK: 15857 distinct packages available [2022-10-21T19:12:59.890Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:00.035Z] 9b18e9b68314: Pull complete [2022-10-21T19:13:00.035Z] d5ac0230b979: Verifying Checksum [2022-10-21T19:13:00.035Z] d5ac0230b979: Download complete [2022-10-21T19:13:00.629Z] d32db5db7311: Pull complete [2022-10-21T19:13:00.830Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:00.830Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:13:00.830Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:13:00.830Z] ---> 235dd74cd7dd [2022-10-21T19:13:00.830Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:13:00.830Z] ---> Using cache [2022-10-21T19:13:00.830Z] ---> 16dcd444b2d7 [2022-10-21T19:13:00.830Z] Step 4/23 : WORKDIR /edgex-go [2022-10-21T19:13:00.830Z] ---> Using cache [2022-10-21T19:13:00.830Z] ---> 9de780b6df50 [2022-10-21T19:13:00.830Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:13:00.830Z] ---> Using cache [2022-10-21T19:13:00.830Z] ---> 346b82ec5dc1 [2022-10-21T19:13:00.830Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-21T19:13:00.830Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-21T19:13:00.898Z] d0c4b47475fc: Pull complete [2022-10-21T19:13:01.088Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:13:01.088Z] (3/5) Installing libucontext (1.1-r0) [2022-10-21T19:13:01.088Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-21T19:13:01.346Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-21T19:13:01.495Z] 5dd5c2283517: Verifying Checksum [2022-10-21T19:13:01.495Z] 5dd5c2283517: Download complete [2022-10-21T19:13:01.606Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:13:01.606Z] OK: 7 MiB in 19 packages [2022-10-21T19:13:01.864Z] ---> Running in 3919b9445c6f [2022-10-21T19:13:01.864Z] ---> Running in ee1647a96490 [2022-10-21T19:13:01.864Z] Removing intermediate container b28bb0579a58 [2022-10-21T19:13:01.864Z] ---> e9579c499e97 [2022-10-21T19:13:01.864Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-21T19:13:02.081Z] 5831b945b038: Verifying Checksum [2022-10-21T19:13:02.081Z] 5831b945b038: Download complete [2022-10-21T19:13:02.122Z] ---> Running in e4c5aeb820ac [2022-10-21T19:13:02.379Z] Removing intermediate container e4c5aeb820ac [2022-10-21T19:13:02.379Z] ---> e3b5c1731011 [2022-10-21T19:13:02.379Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:13:02.379Z] Removing intermediate container 830945e2f47a [2022-10-21T19:13:02.379Z] ---> 091c40565c1f [2022-10-21T19:13:02.379Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:13:02.379Z] ---> Running in ba3070ad49d4 [2022-10-21T19:13:02.379Z] Removing intermediate container ba3070ad49d4 [2022-10-21T19:13:02.379Z] ---> a30232ee46d3 [2022-10-21T19:13:02.379Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-21T19:13:02.637Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:02.637Z] 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-21T19:13:03.204Z] ---> 7ce300d31cf6 [2022-10-21T19:13:03.204Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-21T19:13:03.474Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:03.737Z] ---> 7d193387a3f3 [2022-10-21T19:13:03.737Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-21T19:13:03.737Z] OK: 211 MiB in 51 packages [2022-10-21T19:13:03.737Z] ---> 22ae68b199a6 [2022-10-21T19:13:03.737Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:13:04.300Z] ---> 71a95d138ce4 [2022-10-21T19:13:04.300Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-21T19:13:04.300Z] ---> c54e5350e4e9 [2022-10-21T19:13:04.300Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-21T19:13:04.558Z] ---> Running in 60ade2c04135 [2022-10-21T19:13:04.558Z] Removing intermediate container 3919b9445c6f [2022-10-21T19:13:04.558Z] ---> 8bb7d392671d [2022-10-21T19:13:04.558Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-21T19:13:04.818Z] Removing intermediate container 60ade2c04135 [2022-10-21T19:13:04.818Z] ---> ac2567bf28f7 [2022-10-21T19:13:04.818Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:13:04.818Z] ---> a8ec64c0e836 [2022-10-21T19:13:04.818Z] ---> 9025c0c65049 [2022-10-21T19:13:04.818Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:13:04.818Z] [2022-10-21T19:13:04.818Z] ---> Running in 1e7cdcbafd9f [2022-10-21T19:13:04.818Z] ---> Running in 5b858e65f58b [2022-10-21T19:13:05.081Z] Removing intermediate container 1e7cdcbafd9f [2022-10-21T19:13:05.081Z] ---> 10d0f2aea5e9 [2022-10-21T19:13:05.081Z] Step 21/23 : LABEL arch=x86_64 [2022-10-21T19:13:05.081Z] ---> aff6d9cc6f28 [2022-10-21T19:13:05.081Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:13:05.081Z] ---> Running in ed03573c8973 [2022-10-21T19:13:05.081Z] ---> Running in ee86f3fae318 [2022-10-21T19:13:05.338Z] Removing intermediate container ee86f3fae318 [2022-10-21T19:13:05.338Z] ---> 6e6bb7d8be04 [2022-10-21T19:13:05.338Z] Step 22/23 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:13:05.338Z] Removing intermediate container ed03573c8973 [2022-10-21T19:13:05.338Z] ---> 9028b01e39aa [2022-10-21T19:13:05.338Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:13:05.338Z] ---> Running in 4601659d58c0 [2022-10-21T19:13:05.338Z] ---> Running in 859e7470f6d3 [2022-10-21T19:13:05.662Z] Removing intermediate container 4601659d58c0 [2022-10-21T19:13:05.663Z] ---> 639b6237f9cf [2022-10-21T19:13:05.663Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:13:05.663Z] Removing intermediate container 859e7470f6d3 [2022-10-21T19:13:05.663Z] ---> 6653eef0b25d [2022-10-21T19:13:05.663Z] Step 23/25 : LABEL arch=x86_64 [2022-10-21T19:13:05.663Z] ---> Running in 445519700ec7 [2022-10-21T19:13:05.663Z] ---> Running in 491d872f61f9 [2022-10-21T19:13:05.919Z] Removing intermediate container 445519700ec7 [2022-10-21T19:13:05.919Z] ---> 6e4063ef881c [2022-10-21T19:13:05.919Z] [2022-10-21T19:13:05.919Z] Removing intermediate container 491d872f61f9 [2022-10-21T19:13:05.919Z] ---> 7b73d2b51acf [2022-10-21T19:13:05.919Z] Step 24/25 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:13:05.919Z] Successfully built 6e4063ef881c [2022-10-21T19:13:05.919Z] Successfully tagged sys-mgmt-agent:latest [2022-10-21T19:13:05.919Z]  Building sys-mgmt-agent ... done Building security-proxy-setup [2022-10-21T19:13:05.919Z] ---> Running in d939f16a266b [2022-10-21T19:13:06.482Z] Removing intermediate container d939f16a266b [2022-10-21T19:13:06.482Z] ---> 956dd41025f5 [2022-10-21T19:13:06.482Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:13:07.420Z] ---> Running in 68d875655726 [2022-10-21T19:13:07.985Z] Removing intermediate container fd1e2e8a7322 [2022-10-21T19:13:07.985Z] ---> 7fd20e724af3 [2022-10-21T19:13:07.985Z] Step 7/20 : COPY . . [2022-10-21T19:13:08.550Z] Removing intermediate container 68d875655726 [2022-10-21T19:13:08.550Z] ---> 72d780b2ef01 [2022-10-21T19:13:08.550Z] [2022-10-21T19:13:08.550Z] Successfully built 72d780b2ef01 [2022-10-21T19:13:08.550Z] Successfully tagged security-spire-server:latest [2022-10-21T19:13:08.550Z] Building security-spire-agent [2022-10-21T19:13:11.089Z]  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:13:11.089Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:13:11.089Z] ---> 235dd74cd7dd [2022-10-21T19:13:11.089Z] Step 3/22 : WORKDIR /edgex-go [2022-10-21T19:13:11.089Z] ---> Using cache [2022-10-21T19:13:11.089Z] ---> cfa49fc7b353 [2022-10-21T19:13:11.089Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:13:11.089Z] ---> Using cache [2022-10-21T19:13:11.089Z] ---> 910cf4740762 [2022-10-21T19:13:11.089Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-21T19:13:11.346Z] ---> Running in 71e261bd68e3 [2022-10-21T19:13:11.910Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:12.849Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:13.108Z] OK: 211 MiB in 51 packages [2022-10-21T19:13:14.527Z] 5831b945b038: Pull complete [2022-10-21T19:13:14.527Z] 86bbec2aaacd: Pull complete [2022-10-21T19:13:14.527Z] e10730c5d714: Pull complete [2022-10-21T19:13:15.014Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:13:15.014Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:13:15.014Z] ---> 235dd74cd7dd [2022-10-21T19:13:15.014Z] Step 3/26 : WORKDIR /edgex-go [2022-10-21T19:13:15.014Z] ---> Using cache [2022-10-21T19:13:15.014Z] ---> cfa49fc7b353 [2022-10-21T19:13:15.014Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:13:15.014Z] ---> Using cache [2022-10-21T19:13:15.014Z] ---> 910cf4740762 [2022-10-21T19:13:15.014Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:13:15.014Z] ---> Using cache [2022-10-21T19:13:15.015Z] ---> 9005026e3da9 [2022-10-21T19:13:15.015Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-21T19:13:15.015Z] ---> Using cache [2022-10-21T19:13:15.015Z] ---> 8cc4067587f0 [2022-10-21T19:13:15.015Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:13:15.015Z] ---> Using cache [2022-10-21T19:13:15.015Z] ---> 180c40a66c4f [2022-10-21T19:13:15.015Z] Step 8/26 : COPY . . [2022-10-21T19:13:15.015Z] ---> Using cache [2022-10-21T19:13:15.015Z] ---> dc1b5dab2098 [2022-10-21T19:13:15.015Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:13:15.015Z] ---> Using cache [2022-10-21T19:13:15.015Z] ---> 7227f36cdbf0 [2022-10-21T19:13:15.015Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-21T19:13:15.015Z] ---> Using cache [2022-10-21T19:13:15.015Z] ---> ae2efe80bae6 [2022-10-21T19:13:15.015Z] 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-21T19:13:15.015Z] ---> Using cache [2022-10-21T19:13:15.015Z] ---> c181ab4a75c5 [2022-10-21T19:13:15.015Z] Step 12/26 : WORKDIR /edgex-go [2022-10-21T19:13:15.015Z] ---> Using cache [2022-10-21T19:13:15.015Z] ---> 4ef821123e2a [2022-10-21T19:13:15.015Z] [2022-10-21T19:13:15.015Z] Step 13/26 : FROM alpine:3.15 [2022-10-21T19:13:15.015Z] ---> c4fc93816858 [2022-10-21T19:13:15.015Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:13:15.015Z] ---> Using cache [2022-10-21T19:13:15.015Z] ---> a0f008494659 [2022-10-21T19:13:15.015Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:13:15.015Z] ---> Using cache [2022-10-21T19:13:15.015Z] ---> 76ae88175cc8 [2022-10-21T19:13:15.015Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-21T19:13:15.015Z] ---> Using cache [2022-10-21T19:13:15.015Z] ---> 091c40565c1f [2022-10-21T19:13:15.015Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-21T19:13:15.583Z] Removing intermediate container 71e261bd68e3 [2022-10-21T19:13:15.583Z] ---> dd910377f50f [2022-10-21T19:13:15.583Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-21T19:13:16.516Z] ---> 859f8c1ce3c2 [2022-10-21T19:13:16.516Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:13:16.516Z] ---> 145175b9d1c0 [2022-10-21T19:13:16.516Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:13:16.516Z] ---> 598bc9a7922c [2022-10-21T19:13:16.516Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-21T19:13:16.516Z] ---> Running in 7ce2f93db9c7 [2022-10-21T19:13:16.516Z] ---> Running in 7be7983cdf9b [2022-10-21T19:13:17.452Z] 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-21T19:13:18.021Z] ---> b364e0d4a290 [2022-10-21T19:13:18.021Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:13:18.283Z] Removing intermediate container 5b858e65f58b [2022-10-21T19:13:18.283Z] ---> 6229dfdd41b9 [2022-10-21T19:13:18.283Z] Step 9/23 : COPY . . [2022-10-21T19:13:18.848Z] ---> f51787ea0a8c [2022-10-21T19:13:18.848Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-21T19:13:20.789Z] ---> 1a5abdab58ae [2022-10-21T19:13:20.789Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-21T19:13:21.049Z] ---> e76247ff9343 [2022-10-21T19:13:21.049Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:13:21.049Z] ---> Running in 0e45a3d59230 [2022-10-21T19:13:21.218Z] 5dd5c2283517: Pull complete [2022-10-21T19:13:21.307Z] Removing intermediate container 0e45a3d59230 [2022-10-21T19:13:21.307Z] ---> 400881f63997 [2022-10-21T19:13:21.307Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:13:21.568Z] ---> Running in f6fc132776f9 [2022-10-21T19:13:21.829Z] Removing intermediate container f6fc132776f9 [2022-10-21T19:13:21.829Z] ---> 5c5aa4860132 [2022-10-21T19:13:21.829Z] Step 24/26 : LABEL arch=x86_64 [2022-10-21T19:13:22.094Z] ---> Running in f9fb07e59a94 [2022-10-21T19:13:22.177Z] d5ac0230b979: Pull complete [2022-10-21T19:13:22.177Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-21T19:13:22.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-21T19:13:22.177Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:13:22.358Z] Removing intermediate container f9fb07e59a94 [2022-10-21T19:13:22.358Z] ---> 5d2fcc3e6ce7 [2022-10-21T19:13:22.358Z] Step 25/26 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:13:22.358Z] ---> Running in 376f444cbb1e [2022-10-21T19:13:22.568Z] + docker build -t ci-base-image-arm64 -f - . [2022-10-21T19:13:22.568Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-21T19:13:22.568Z] WORKDIR /edgex [2022-10-21T19:13:22.568Z] COPY go.mod . [2022-10-21T19:13:22.568Z] RUN go mod download [2022-10-21T19:13:22.626Z] Removing intermediate container 376f444cbb1e [2022-10-21T19:13:22.626Z] ---> 047a2a9d6d2c [2022-10-21T19:13:22.626Z] Step 26/26 : LABEL version=0.0.0 [2022-10-21T19:13:22.626Z] ---> Running in 7a3368a8909e [2022-10-21T19:13:23.156Z] Sending build context to Docker daemon 3.266MB [2022-10-21T19:13:23.156Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-21T19:13:23.156Z] ---> 59b3b1a385d4 [2022-10-21T19:13:23.156Z] Step 2/4 : WORKDIR /edgex [2022-10-21T19:13:23.195Z] Removing intermediate container 7a3368a8909e [2022-10-21T19:13:23.195Z] ---> 8e1b7d269b3a [2022-10-21T19:13:23.195Z] [2022-10-21T19:13:23.195Z] Successfully built 8e1b7d269b3a [2022-10-21T19:13:23.195Z] Successfully tagged security-spire-agent:latest [2022-10-21T19:13:23.195Z] Building core-data [2022-10-21T19:13:24.580Z]  Building security-spire-agent ... done  ---> f2a3a9d07c64 [2022-10-21T19:13:24.580Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-21T19:13:25.135Z] ---> Running in f731fa9a32d9 [2022-10-21T19:13:25.135Z] Removing intermediate container f731fa9a32d9 [2022-10-21T19:13:25.135Z] ---> 492cccc18628 [2022-10-21T19:13:25.135Z] Step 3/4 : COPY go.mod . [2022-10-21T19:13:25.147Z] ---> Running in c108ca04ffd5 [2022-10-21T19:13:25.718Z] 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-21T19:13:25.722Z] ---> bc749952d75c [2022-10-21T19:13:25.722Z] Step 4/4 : RUN go mod download [2022-10-21T19:13:25.722Z] ---> Running in 1776140662d6 [2022-10-21T19:13:28.252Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:13:28.252Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:13:28.252Z] ---> 235dd74cd7dd [2022-10-21T19:13:28.252Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:13:28.252Z] ---> Using cache [2022-10-21T19:13:28.252Z] ---> 16dcd444b2d7 [2022-10-21T19:13:28.252Z] Step 4/24 : WORKDIR /edgex-go [2022-10-21T19:13:28.252Z] ---> Using cache [2022-10-21T19:13:28.252Z] ---> 9de780b6df50 [2022-10-21T19:13:28.252Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:13:28.252Z] ---> Using cache [2022-10-21T19:13:28.252Z] ---> 346b82ec5dc1 [2022-10-21T19:13:28.252Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-21T19:13:28.252Z] ---> Running in f6ef41a3c5fb [2022-10-21T19:13:28.252Z] Removing intermediate container ee1647a96490 [2022-10-21T19:13:28.252Z] ---> 8eeab681ae37 [2022-10-21T19:13:28.252Z] [2022-10-21T19:13:28.252Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:13:28.252Z] ---> 9c6f07244728 [2022-10-21T19:13:28.252Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:13:28.252Z] ---> Using cache [2022-10-21T19:13:28.252Z] ---> bfe7eab5fbd7 [2022-10-21T19:13:28.252Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:13:28.252Z] ---> Using cache [2022-10-21T19:13:28.252Z] ---> 4f5eadd43647 [2022-10-21T19:13:28.252Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-21T19:13:28.252Z] ---> Running in 9de74dc58fcd [2022-10-21T19:13:28.509Z] Removing intermediate container 7ce2f93db9c7 [2022-10-21T19:13:28.509Z] ---> 6b5e8e963989 [2022-10-21T19:13:28.509Z] Step 8/22 : COPY . . [2022-10-21T19:13:28.509Z] Removing intermediate container 9de74dc58fcd [2022-10-21T19:13:28.509Z] ---> 2a03d2db807e [2022-10-21T19:13:28.509Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:13:28.769Z] ---> Running in aef6e7b954ca [2022-10-21T19:13:28.769Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:29.026Z] Removing intermediate container aef6e7b954ca [2022-10-21T19:13:29.026Z] ---> 66e94b1ee931 [2022-10-21T19:13:29.026Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:13:29.592Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:29.857Z] OK: 211 MiB in 51 packages [2022-10-21T19:13:29.857Z] ---> 59362bd4afe3 [2022-10-21T19:13:29.857Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-21T19:13:31.230Z] Removing intermediate container f6ef41a3c5fb [2022-10-21T19:13:31.230Z] ---> 36783ae1ae66 [2022-10-21T19:13:31.231Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-21T19:13:31.488Z] ---> 19c0e2a2f06d [2022-10-21T19:13:31.488Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-21T19:13:31.488Z] ---> 59403307668d [2022-10-21T19:13:31.488Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:13:31.488Z] ---> Running in 6ae8c596f8aa [2022-10-21T19:13:31.745Z] ---> 18a69886568e [2022-10-21T19:13:31.745Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-21T19:13:31.745Z] ---> Running in 9d7b7592d5d0 [2022-10-21T19:13:32.312Z] Removing intermediate container 9d7b7592d5d0 [2022-10-21T19:13:32.312Z] ---> e151f0879272 [2022-10-21T19:13:32.312Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:13:32.312Z] ---> Running in 35c264f97cec [2022-10-21T19:13:32.877Z] Removing intermediate container 35c264f97cec [2022-10-21T19:13:32.877Z] ---> 92c8110bf3c5 [2022-10-21T19:13:32.877Z] Step 21/23 : LABEL arch=x86_64 [2022-10-21T19:13:32.877Z] ---> Running in d11e9f191846 [2022-10-21T19:13:33.134Z] Removing intermediate container d11e9f191846 [2022-10-21T19:13:33.134Z] ---> bc51b8dd4bbf [2022-10-21T19:13:33.134Z] Step 22/23 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:13:33.134Z] ---> Running in 671cb687f57c [2022-10-21T19:13:33.408Z] Removing intermediate container 671cb687f57c [2022-10-21T19:13:33.408Z] ---> 6131d6a1fa1d [2022-10-21T19:13:33.408Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:13:33.408Z] ---> Running in 8f200b5a25cc [2022-10-21T19:13:33.670Z] ---> e65437d6374b [2022-10-21T19:13:33.670Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-21T19:13:33.670Z] ---> Running in 9d5e5518f0ed [2022-10-21T19:13:33.928Z] Removing intermediate container 8f200b5a25cc [2022-10-21T19:13:33.928Z] ---> 918ba64aa283 [2022-10-21T19:13:33.928Z] [2022-10-21T19:13:33.928Z] Successfully built 918ba64aa283 [2022-10-21T19:13:33.928Z] Successfully tagged support-scheduler:latest [2022-10-21T19:13:34.189Z]  Building support-scheduler ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-10-21T19:13:44.155Z] Removing intermediate container 7be7983cdf9b [2022-10-21T19:13:44.155Z] ---> 83f9f4706358 [2022-10-21T19:13:44.155Z] [2022-10-21T19:13:44.155Z] Step 9/20 : FROM alpine:3.15 [2022-10-21T19:13:44.155Z] ---> c4fc93816858 [2022-10-21T19:13:44.155Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:13:44.155Z] ---> Using cache [2022-10-21T19:13:44.155Z] ---> a0f008494659 [2022-10-21T19:13:44.155Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:13:44.155Z] ---> Using cache [2022-10-21T19:13:44.155Z] ---> 76ae88175cc8 [2022-10-21T19:13:44.155Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-21T19:13:44.155Z] ---> Running in df49b98e6c14 [2022-10-21T19:13:44.155Z] Removing intermediate container 6ae8c596f8aa [2022-10-21T19:13:44.155Z] ---> 72183e7ad3d1 [2022-10-21T19:13:44.155Z] Step 9/24 : COPY . . [2022-10-21T19:13:44.155Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:45.089Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:45.351Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:13:45.351Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:13:45.351Z] OK: 15857 distinct packages available [2022-10-21T19:13:45.351Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:46.281Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:46.845Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-21T19:13:46.845Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-21T19:13:46.845Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-21T19:13:47.101Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-21T19:13:47.101Z] (5/9) Installing curl (7.80.0-r3) [2022-10-21T19:13:47.101Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-21T19:13:47.359Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:13:47.359Z] (8/9) Installing libucontext (1.1-r0) [2022-10-21T19:13:47.359Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-21T19:13:47.615Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:13:47.615Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:13:47.615Z] OK: 8 MiB in 23 packages [2022-10-21T19:13:48.986Z] ---> db7f3f2e58d3 [2022-10-21T19:13:48.986Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-21T19:13:48.986Z] ---> Running in 352480ba60fe [2022-10-21T19:13:49.263Z] Removing intermediate container df49b98e6c14 [2022-10-21T19:13:49.263Z] ---> 87e277558f04 [2022-10-21T19:13:49.263Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:13:49.521Z] ---> db6ee150def7 [2022-10-21T19:13:49.521Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-21T19:13:49.521Z] 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-21T19:13:50.086Z] ---> d58bc8ea775b [2022-10-21T19:13:50.086Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-21T19:13:50.653Z] ---> 963c09f6aa38 [2022-10-21T19:13:50.653Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-21T19:13:50.653Z] ---> Running in d2d86e146a11 [2022-10-21T19:13:50.653Z] Removing intermediate container d2d86e146a11 [2022-10-21T19:13:50.653Z] ---> f6af4c7a291b [2022-10-21T19:13:50.653Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:13:50.653Z] ---> Running in 6fc0b3e30fc5 [2022-10-21T19:13:50.910Z] Removing intermediate container 6fc0b3e30fc5 [2022-10-21T19:13:50.910Z] ---> 97c7ccf8ba8e [2022-10-21T19:13:50.910Z] Step 18/20 : LABEL arch=x86_64 [2022-10-21T19:13:50.910Z] ---> Running in fce02c79cc16 [2022-10-21T19:13:51.169Z] Removing intermediate container fce02c79cc16 [2022-10-21T19:13:51.169Z] ---> 0ce959d7e2a5 [2022-10-21T19:13:51.169Z] Step 19/20 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:13:51.169Z] ---> Running in 1706e424a23d [2022-10-21T19:13:51.169Z] 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-21T19:13:51.427Z] Removing intermediate container 1706e424a23d [2022-10-21T19:13:51.427Z] ---> 9c6bf633c4c7 [2022-10-21T19:13:51.427Z] Step 20/20 : LABEL version=0.0.0 [2022-10-21T19:13:51.684Z] ---> Running in 51eab5c5d743 [2022-10-21T19:13:51.942Z] Removing intermediate container 51eab5c5d743 [2022-10-21T19:13:51.942Z] ---> 5810de709a6a [2022-10-21T19:13:51.942Z] [2022-10-21T19:13:51.942Z] Successfully built 5810de709a6a [2022-10-21T19:13:51.942Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-21T19:13:52.883Z]  Building security-spiffe-token-provider ... done Removing intermediate container c108ca04ffd5 [2022-10-21T19:13:52.883Z] ---> 861a97ea8e15 [2022-10-21T19:13:52.883Z] [2022-10-21T19:13:52.883Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:13:52.883Z] ---> 9c6f07244728 [2022-10-21T19:13:52.883Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-21T19:13:53.143Z] ---> Running in 69ec0de853bf [2022-10-21T19:13:53.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:53.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:53.966Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-21T19:13:53.966Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-21T19:13:53.966Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:13:53.966Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:13:53.966Z] OK: 6 MiB in 16 packages [2022-10-21T19:13:54.899Z] Removing intermediate container 9d5e5518f0ed [2022-10-21T19:13:54.899Z] ---> bdbc1c0d280d [2022-10-21T19:13:54.899Z] [2022-10-21T19:13:54.899Z] Step 10/22 : FROM alpine:3.16 [2022-10-21T19:13:54.899Z] ---> 9c6f07244728 [2022-10-21T19:13:54.899Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-21T19:13:54.899Z] ---> Running in ab33bbb81de0 [2022-10-21T19:13:54.899Z] Removing intermediate container 69ec0de853bf [2022-10-21T19:13:54.899Z] ---> 04981a591a02 [2022-10-21T19:13:54.899Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:13:55.164Z] ---> Running in 4b3cb34d1113 [2022-10-21T19:13:55.165Z] Removing intermediate container 4b3cb34d1113 [2022-10-21T19:13:55.165Z] ---> 9078db9cbb12 [2022-10-21T19:13:55.165Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-21T19:13:55.165Z] ---> Running in 79f065ab2f6f [2022-10-21T19:13:55.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:55.422Z] Removing intermediate container 79f065ab2f6f [2022-10-21T19:13:55.422Z] ---> 3019309e106a [2022-10-21T19:13:55.422Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:13:55.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:55.422Z] ---> Running in 34af2e3f6765 [2022-10-21T19:13:55.679Z] Removing intermediate container 34af2e3f6765 [2022-10-21T19:13:55.679Z] ---> c98816c9ebb3 [2022-10-21T19:13:55.679Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:13:55.679Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-21T19:13:55.679Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-21T19:13:55.679Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-21T19:13:55.679Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-21T19:13:55.679Z] (5/6) Installing curl (7.83.1-r3) [2022-10-21T19:13:55.679Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-21T19:13:55.679Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:13:55.679Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:13:55.679Z] OK: 8 MiB in 20 packages [2022-10-21T19:13:55.937Z] ---> b386ad2fb969 [2022-10-21T19:13:55.937Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-21T19:13:56.505Z] Removing intermediate container ab33bbb81de0 [2022-10-21T19:13:56.505Z] ---> bae497e76164 [2022-10-21T19:13:56.505Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-21T19:13:56.505Z] ---> Running in ca5632edf021 [2022-10-21T19:13:56.505Z] ---> 5743431b1687 [2022-10-21T19:13:56.505Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-21T19:13:56.765Z] Removing intermediate container ca5632edf021 [2022-10-21T19:13:56.765Z] ---> 03ed1e4e061b [2022-10-21T19:13:56.765Z] Step 13/22 : WORKDIR /edgex [2022-10-21T19:13:56.765Z] ---> Running in b94d47291a52 [2022-10-21T19:13:56.765Z] ---> c14a5364d23a [2022-10-21T19:13:56.765Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-21T19:13:56.765Z] Removing intermediate container b94d47291a52 [2022-10-21T19:13:56.765Z] ---> 3b83633b2394 [2022-10-21T19:13:56.765Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-21T19:13:57.022Z] ---> Running in 8ea815f81fb0 [2022-10-21T19:13:57.023Z] Removing intermediate container 8ea815f81fb0 [2022-10-21T19:13:57.023Z] ---> bf872ce7868c [2022-10-21T19:13:57.023Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:13:57.023Z] ---> 5261eca9f24e [2022-10-21T19:13:57.023Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-21T19:13:57.023Z] ---> Running in 3360ae4ded81 [2022-10-21T19:13:57.282Z] Removing intermediate container 3360ae4ded81 [2022-10-21T19:13:57.282Z] ---> c6c3954fcb6b [2022-10-21T19:13:57.282Z] Step 21/23 : LABEL arch=x86_64 [2022-10-21T19:13:57.282Z] ---> Running in a9ff859fd745 [2022-10-21T19:13:57.282Z] Removing intermediate container a9ff859fd745 [2022-10-21T19:13:57.282Z] ---> b6208532f4b8 [2022-10-21T19:13:57.282Z] Step 22/23 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:13:57.543Z] ---> Running in cbb713d27e31 [2022-10-21T19:13:57.543Z] ---> b185f2a1d94c [2022-10-21T19:13:57.543Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-21T19:13:57.543Z] Removing intermediate container cbb713d27e31 [2022-10-21T19:13:57.543Z] ---> e4604c2156b3 [2022-10-21T19:13:57.543Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:13:57.543Z] ---> Running in 5de0de199709 [2022-10-21T19:13:57.801Z] Removing intermediate container 5de0de199709 [2022-10-21T19:13:57.801Z] ---> 5f2ba40917cb [2022-10-21T19:13:57.801Z] [2022-10-21T19:13:57.801Z] ---> a0bc0d9c7d12 [2022-10-21T19:13:57.801Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-21T19:13:57.801Z] Successfully built 5f2ba40917cb [2022-10-21T19:13:57.801Z] Successfully tagged support-notifications:latest [2022-10-21T19:13:57.967Z] Removing intermediate container 1776140662d6 [2022-10-21T19:13:57.967Z] ---> 4f1031bfc8fa [2022-10-21T19:13:57.967Z] Successfully built 4f1031bfc8fa [2022-10-21T19:13:57.967Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:13:58.057Z]  Building support-notifications ... done  ---> 3d8f8650b1fa [2022-10-21T19:13:58.058Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-21T19:13:58.058Z] ---> Running in 833bd37c1974 [2022-10-21T19:13:58.367Z] + docker inspect -f . ci-base-image-arm64 [2022-10-21T19:13:58.367Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:13:58.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-8790 does not seem to be running inside a container [2022-10-21T19:13:58.672Z] $ 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-21T19:13:58.988Z] Removing intermediate container 833bd37c1974 [2022-10-21T19:13:58.989Z] ---> e9169399b809 [2022-10-21T19:13:58.989Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-21T19:13:58.989Z] ---> Running in ed2128a28ca7 [2022-10-21T19:13:58.989Z] Removing intermediate container ed2128a28ca7 [2022-10-21T19:13:58.989Z] ---> 0c73ae33a038 [2022-10-21T19:13:58.989Z] Step 20/22 : LABEL arch=x86_64 [2022-10-21T19:13:58.989Z] ---> Running in 988fb3cf696f [2022-10-21T19:13:58.989Z] Removing intermediate container 988fb3cf696f [2022-10-21T19:13:58.989Z] ---> 90c8d1aea744 [2022-10-21T19:13:58.989Z] Step 21/22 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:13:58.989Z] ---> Running in 4fda4802641d [2022-10-21T19:13:59.250Z] Removing intermediate container 4fda4802641d [2022-10-21T19:13:59.250Z] ---> 1e8d40bc3b1c [2022-10-21T19:13:59.250Z] Step 22/22 : LABEL version=0.0.0 [2022-10-21T19:13:59.250Z] ---> Running in fc1905b1857c [2022-10-21T19:13:59.250Z] Removing intermediate container fc1905b1857c [2022-10-21T19:13:59.250Z] ---> 26c041b28bd9 [2022-10-21T19:13:59.250Z] [2022-10-21T19:13:59.508Z] Successfully built 26c041b28bd9 [2022-10-21T19:13:59.508Z] Successfully tagged security-proxy-setup:latest [2022-10-21T19:13:59.818Z] $ docker top f6de8090e2486199fdaa987aeb6c2cc9bb81f988f07e0644f76a82ef11af0a24 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:14:00.768Z] + go version [2022-10-21T19:14:00.768Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-21T19:14:00.811Z] $ docker stop --time=1 f6de8090e2486199fdaa987aeb6c2cc9bb81f988f07e0644f76a82ef11af0a24 [2022-10-21T19:14:02.435Z] $ docker rm -f f6de8090e2486199fdaa987aeb6c2cc9bb81f988f07e0644f76a82ef11af0a24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:14:03.282Z] + docker inspect -f . ci-base-image-arm64 [2022-10-21T19:14:03.282Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:14:03.534Z] prd-ubuntu20.04-docker-arm64-4c-16g-8790 does not seem to be running inside a container [2022-10-21T19:14:03.607Z] $ 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-21T19:14:05.329Z] $ docker top 692f7f56496b4c2853d60d7461d1a6eb8865a313e734b252caf94abc179f6de4 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-21T19:14:05.576Z] ========================================================= [2022-10-21T19:14:05.576Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-21T19:14:05.576Z] ========================================================= [Pipeline] sh [2022-10-21T19:14:05.893Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:14:06.063Z]  Building security-proxy-setup ... done Removing intermediate container 352480ba60fe [2022-10-21T19:14:06.063Z] ---> b0d6ce11e2e1 [2022-10-21T19:14:06.063Z] [2022-10-21T19:14:06.064Z] Step 11/24 : FROM alpine:3.16 [2022-10-21T19:14:06.064Z] ---> 9c6f07244728 [2022-10-21T19:14:06.064Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-21T19:14:06.064Z] ---> Running in 04e865af7d5b [2022-10-21T19:14:06.064Z] Removing intermediate container 04e865af7d5b [2022-10-21T19:14:06.064Z] ---> 6b4fcfcefe07 [2022-10-21T19:14:06.064Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-21T19:14:06.064Z] ---> Running in 79ab0ef5f486 [2022-10-21T19:14:06.064Z] Removing intermediate container 79ab0ef5f486 [2022-10-21T19:14:06.064Z] ---> f493057e5957 [2022-10-21T19:14:06.064Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-21T19:14:06.064Z] ---> Running in c1f71610fe86 [2022-10-21T19:14:06.064Z] Removing intermediate container c1f71610fe86 [2022-10-21T19:14:06.064Z] ---> b459d0470a37 [2022-10-21T19:14:06.064Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:14:06.064Z] ---> Running in 9a2678500d6d [2022-10-21T19:14:06.283Z] + make test [2022-10-21T19:14:06.283Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-21T19:14:06.630Z] Removing intermediate container 9a2678500d6d [2022-10-21T19:14:06.630Z] ---> 86ae81d3e5d1 [2022-10-21T19:14:06.630Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-21T19:14:06.630Z] ---> Running in 45071e5bfb8c [2022-10-21T19:14:06.889Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:14:07.826Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:14:08.085Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-21T19:14:08.085Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-21T19:14:08.085Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-21T19:14:08.343Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-21T19:14:08.343Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-21T19:14:08.343Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-21T19:14:08.602Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:14:08.602Z] OK: 8 MiB in 20 packages [2022-10-21T19:14:08.860Z] Removing intermediate container 45071e5bfb8c [2022-10-21T19:14:08.860Z] ---> ee818c1c2362 [2022-10-21T19:14:08.860Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:14:09.118Z] ---> 76bcd23b7efb [2022-10-21T19:14:09.118Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-21T19:14:09.375Z] ---> 4aa20cc8dc1a [2022-10-21T19:14:09.375Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-21T19:14:09.375Z] ---> dcadab5e92fd [2022-10-21T19:14:09.375Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-21T19:14:09.633Z] ---> Running in 0b921646dd6d [2022-10-21T19:14:09.633Z] Removing intermediate container 0b921646dd6d [2022-10-21T19:14:09.633Z] ---> cebf2681cfe2 [2022-10-21T19:14:09.633Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:14:09.633Z] ---> Running in d20f2519cd5e [2022-10-21T19:14:09.633Z] Removing intermediate container d20f2519cd5e [2022-10-21T19:14:09.633Z] ---> 070e6697e473 [2022-10-21T19:14:09.633Z] Step 22/24 : LABEL arch=x86_64 [2022-10-21T19:14:09.633Z] ---> Running in 9bb45f508e80 [2022-10-21T19:14:09.892Z] Removing intermediate container 9bb45f508e80 [2022-10-21T19:14:09.892Z] ---> 223a151f4fa9 [2022-10-21T19:14:09.892Z] Step 23/24 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:14:09.892Z] ---> Running in e91fa6961c8a [2022-10-21T19:14:09.892Z] Removing intermediate container e91fa6961c8a [2022-10-21T19:14:09.892Z] ---> 5c14bd974c24 [2022-10-21T19:14:09.892Z] Step 24/24 : LABEL version=0.0.0 [2022-10-21T19:14:09.892Z] ---> Running in 2fd753ef97eb [2022-10-21T19:14:10.150Z] Removing intermediate container 2fd753ef97eb [2022-10-21T19:14:10.150Z] ---> ea48d065f129 [2022-10-21T19:14:10.150Z] [2022-10-21T19:14:10.150Z] Successfully built ea48d065f129 [2022-10-21T19:14:10.150Z] Successfully tagged core-data:latest [2022-10-21T19:14:10.156Z]  Building core-data ... done  [Pipeline] } [2022-10-21T19:14:10.181Z] $ docker stop --time=1 acdd8c0ca6eb3f52f923cfd6ccebbf7c5e7eea527d81fbef19eda52e02f11e36 [2022-10-21T19:14:11.465Z] $ docker rm -f acdd8c0ca6eb3f52f923cfd6ccebbf7c5e7eea527d81fbef19eda52e02f11e36 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-21T19:14:11.861Z] + docker images [2022-10-21T19:14:11.861Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-21T19:14:11.861Z] core-data latest ea48d065f129 2 seconds ago 21.7MB [2022-10-21T19:14:11.861Z] b0d6ce11e2e1 6 seconds ago 1.62GB [2022-10-21T19:14:11.861Z] security-proxy-setup latest 26c041b28bd9 12 seconds ago 27.6MB [2022-10-21T19:14:11.861Z] support-notifications latest 5f2ba40917cb 14 seconds ago 30.4MB [2022-10-21T19:14:11.861Z] bdbc1c0d280d 17 seconds ago 1.6GB [2022-10-21T19:14:11.861Z] 861a97ea8e15 19 seconds ago 1.67GB [2022-10-21T19:14:11.861Z] security-spiffe-token-provider latest 5810de709a6a 20 seconds ago 29.7MB [2022-10-21T19:14:11.861Z] 83f9f4706358 29 seconds ago 1.64GB [2022-10-21T19:14:11.861Z] support-scheduler latest 918ba64aa283 38 seconds ago 29.8MB [2022-10-21T19:14:11.861Z] 8eeab681ae37 44 seconds ago 1.67GB [2022-10-21T19:14:11.861Z] security-spire-agent latest 8e1b7d269b3a 49 seconds ago 125MB [2022-10-21T19:14:11.861Z] security-spire-server latest 72d780b2ef01 About a minute ago 86.5MB [2022-10-21T19:14:11.861Z] sys-mgmt-agent latest 6e4063ef881c About a minute ago 136MB [2022-10-21T19:14:11.861Z] security-bootstrapper latest 037fec76599a About a minute ago 20.2MB [2022-10-21T19:14:11.861Z] 28aa9f17be0f About a minute ago 1.48GB [2022-10-21T19:14:11.861Z] core-command latest 9d4e4a5436f0 About a minute ago 17.6MB [2022-10-21T19:14:11.861Z] security-secretstore-setup latest de1ad55f200f About a minute ago 29.7MB [2022-10-21T19:14:11.861Z] core-metadata latest 41173f0e2bb1 About a minute ago 18.5MB [2022-10-21T19:14:11.861Z] 75d68037f1c2 About a minute ago 1.61GB [2022-10-21T19:14:11.861Z] 2a91c60cf7d6 About a minute ago 1.59GB [2022-10-21T19:14:11.861Z] bc565e146031 About a minute ago 1.6GB [2022-10-21T19:14:11.861Z] 237e2e4ed708 About a minute ago 1.61GB [2022-10-21T19:14:11.861Z] ca24d99cc560 About a minute ago 1.6GB [2022-10-21T19:14:11.861Z] security-spire-config latest d11cde77b28f About a minute ago 85.8MB [2022-10-21T19:14:11.861Z] 4ef821123e2a 2 minutes ago 1.48GB [2022-10-21T19:14:11.861Z] ci-base-image-x86_64 latest 235dd74cd7dd 5 minutes ago 941MB [2022-10-21T19:14:11.861Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 11 days ago 677MB [2022-10-21T19:14:11.861Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-10-21T19:14:11.861Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-10-21T19:14:11.861Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-21T19:14:11.861Z] 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-21T19:14:45.156Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-21T19:16:51.897Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-21T19:16:51.897Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-21T19:16:51.897Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-21T19:16:51.897Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-21T19:16:57.274Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-21T19:16:57.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-21T19:16:57.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-21T19:16:57.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-21T19:16:57.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-21T19:17:03.221Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-21T19:17:03.221Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-21T19:17:03.221Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-21T19:17:03.221Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-21T19:17:03.221Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-21T19:17:03.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-21T19:17:29.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.523s coverage: 28.7% of statements [2022-10-21T19:17:29.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-21T19:17:29.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-21T19:17:32.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.551s coverage: 98.5% of statements [2022-10-21T19:17:33.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.584s coverage: 41.3% of statements [2022-10-21T19:17:33.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-21T19:17:33.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-21T19:17:36.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.667s coverage: 54.2% of statements [2022-10-21T19:17:36.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-21T19:17:36.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-21T19:17:58.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.756s coverage: 89.2% of statements [2022-10-21T19:17:58.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-21T19:17:58.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-21T19:17:58.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:17:58.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-21T19:17:58.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-21T19:17:58.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.632s coverage: 2.2% of statements [2022-10-21T19:17:58.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-21T19:17:58.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-21T19:18:03.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.291s coverage: 95.6% of statements [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-21T19:18:03.975Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.303s coverage: 72.2% of statements [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-21T19:18:03.975Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.774s coverage: 60.0% of statements [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-21T19:18:03.975Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.466s coverage: 0.9% of statements [2022-10-21T19:18:03.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-21T19:18:04.248Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.327s coverage: 58.8% of statements [2022-10-21T19:18:04.248Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.485s coverage: 29.6% of statements [2022-10-21T19:18:04.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-21T19:18:06.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.331s coverage: 47.1% of statements [2022-10-21T19:18:06.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.310s coverage: 79.5% of statements [2022-10-21T19:18:06.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.243s coverage: 94.1% of statements [2022-10-21T19:18:07.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.331s coverage: 96.3% of statements [2022-10-21T19:18:12.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.287s coverage: 87.5% of statements [2022-10-21T19:18:21.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.317s coverage: 94.4% of statements [2022-10-21T19:18:21.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.246s coverage: 44.8% of statements [2022-10-21T19:18:31.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.728s coverage: 79.9% of statements [2022-10-21T19:18:31.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-21T19:18:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.325s coverage: 92.9% of statements [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-21T19:18:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.081s coverage: 65.1% of statements [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-21T19:18:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.303s coverage: 86.9% of statements [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-21T19:18:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.265s coverage: 87.2% of statements [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-21T19:18:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.210s coverage: 100.0% of statements [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-21T19:18:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.321s coverage: 58.8% of statements [2022-10-21T19:18:35.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-21T19:18:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.384s coverage: 80.0% of statements [2022-10-21T19:18:36.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.398s coverage: 87.2% of statements [2022-10-21T19:18:37.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.361s coverage: 85.4% of statements [2022-10-21T19:18:38.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.002s coverage: 91.2% of statements [2022-10-21T19:18:38.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-21T19:18:48.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.968s coverage: 64.7% of statements [2022-10-21T19:18:48.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-21T19:18:48.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-21T19:18:48.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.318s coverage: 100.0% of statements [2022-10-21T19:18:48.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 89.4% of statements [2022-10-21T19:18:48.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2022-10-21T19:18:48.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.142s coverage: 73.7% of statements [2022-10-21T19:18:48.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2022-10-21T19:18:54.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.394s coverage: 65.8% of statements [2022-10-21T19:18:54.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-21T19:18:54.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-21T19:18:54.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-21T19:18:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.917s coverage: 41.8% of statements [2022-10-21T19:18:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-21T19:18:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-21T19:18:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.312s coverage: 89.5% of statements [2022-10-21T19:18:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-21T19:18:56.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.319s coverage: 84.8% of statements [2022-10-21T19:18:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-21T19:18:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-21T19:18:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-21T19:18:56.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-21T19:19:06.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.377s coverage: 17.7% of statements [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-21T19:19:06.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.945s coverage: 92.3% of statements [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-21T19:19:06.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.313s coverage: 63.2% of statements [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-21T19:19:06.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.476s coverage: 97.7% of statements [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-21T19:19:06.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.206s coverage: 28.9% of statements [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-21T19:19:06.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-21T19:19:06.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.217s coverage: 100.0% of statements [2022-10-21T19:19:06.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 96.9% of statements [2022-10-21T19:19:06.218Z] 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-21T19:19:06.218Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-21T19:19:06.218Z] GO111MODULE=on go vet ./... [2022-10-21T19:21:13.219Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-21T19:21:13.219Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-21T19:21:13.219Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-21T19:21:13.264Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-21T19:21:13.901Z] + ls -al . [2022-10-21T19:21:13.901Z] total 764 [2022-10-21T19:21:13.901Z] drwxrwxr-x 10 1001 1001 4096 Oct 21 19:14 . [2022-10-21T19:21:13.901Z] drwxr-xr-x 4 root root 4096 Oct 21 19:14 .. [2022-10-21T19:21:13.901Z] drwxrwxr-x 2 1001 1001 4096 Oct 21 19:12 .blubracket [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 16 Oct 21 19:12 .dockerignore [2022-10-21T19:21:13.901Z] drwxrwxr-x 8 1001 1001 4096 Oct 21 19:12 .git [2022-10-21T19:21:13.901Z] drwxrwxr-x 3 1001 1001 4096 Oct 21 19:12 .github [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 1030 Oct 21 19:12 .gitignore [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 42 Oct 21 19:12 .golangci.yml [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 87 Oct 21 19:12 .hadolint.yml [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 166 Oct 21 19:12 .sonarcloud.properties [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 1171 Oct 21 19:12 ADOPTERS.md [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 10722 Oct 21 19:12 Attribution.txt [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 63209 Oct 21 19:12 CHANGELOG.md [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 3804 Oct 21 19:12 CONTRIBUTING.md [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 677 Oct 21 19:12 GOVERNANCE.md [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 850 Oct 21 19:12 Jenkinsfile [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 10775 Oct 21 19:12 LICENSE [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 13857 Oct 21 19:12 Makefile [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 582 Oct 21 19:12 OWNERS.md [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 9799 Oct 21 19:12 README.md [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 6912 Oct 21 19:12 SECURITY.md [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 5 Oct 21 19:08 VERSION [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 4131 Oct 21 19:12 ZMQWindows.md [2022-10-21T19:21:13.901Z] drwxrwxr-x 2 1001 1001 4096 Oct 21 19:12 bin [2022-10-21T19:21:13.901Z] drwxrwxr-x 18 1001 1001 4096 Oct 21 19:12 cmd [2022-10-21T19:21:13.901Z] -rw-r--r-- 1 root root 500071 Oct 21 19:19 coverage.out [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 3446 Oct 21 19:12 go.mod [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 45060 Oct 21 19:12 go.sum [2022-10-21T19:21:13.901Z] drwxrwxr-x 8 1001 1001 4096 Oct 21 19:12 internal [2022-10-21T19:21:13.901Z] drwxrwxr-x 3 1001 1001 4096 Oct 21 19:12 openapi [2022-10-21T19:21:13.901Z] drwxrwxr-x 4 1001 1001 4096 Oct 21 19:12 snap [2022-10-21T19:21:13.901Z] -rw-rw-r-- 1 1001 1001 204 Oct 21 19:12 version.go [Pipeline] sh [2022-10-21T19:21:14.590Z] + '[' -e coverage.out ] [2022-10-21T19:21:14.590Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-21T19:21:14.631Z] Warning: overwriting stash ‘coverage-report’ [2022-10-21T19:21:15.468Z] Stashed 1 file(s) [Pipeline] sh [2022-10-21T19:21:16.121Z] + make build [2022-10-21T19:21:16.121Z] 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-21T19:22:52.768Z] 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-21T19:24:29.416Z] 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-21T19:24:29.416Z] 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-21T19:25:08.264Z] 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-21T19:25:08.264Z] 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-21T19:25:10.208Z] 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-21T19:25:18.417Z] 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-21T19:25:21.760Z] 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-21T19:25:27.109Z] 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-21T19:25:30.453Z] 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-21T19:25:34.713Z] 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-21T19:25:44.792Z] 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-21T19:25:50.166Z] $ docker stop --time=1 692f7f56496b4c2853d60d7461d1a6eb8865a313e734b252caf94abc179f6de4 [2022-10-21T19:25:52.233Z] $ docker rm -f 692f7f56496b4c2853d60d7461d1a6eb8865a313e734b252caf94abc179f6de4 [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-21T19:25:54.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-21T19:25:54.995Z] [2022-10-21T19:25:54.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:25:55.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-21T19:25:55.389Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-21T19:25:55.389Z] 29e5d40040c1: Pulling fs layer [2022-10-21T19:25:55.389Z] 1ce36da41761: Pulling fs layer [2022-10-21T19:25:55.389Z] 25b303627fd3: Pulling fs layer [2022-10-21T19:25:55.657Z] 29e5d40040c1: Download complete [2022-10-21T19:25:55.925Z] 1ce36da41761: Verifying Checksum [2022-10-21T19:25:55.925Z] 1ce36da41761: Download complete [2022-10-21T19:25:56.192Z] 29e5d40040c1: Pull complete [2022-10-21T19:25:57.620Z] 1ce36da41761: Pull complete [2022-10-21T19:25:57.620Z] 25b303627fd3: Verifying Checksum [2022-10-21T19:25:57.620Z] 25b303627fd3: Download complete [2022-10-21T19:26:07.697Z] 25b303627fd3: Pull complete [2022-10-21T19:26:07.697Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-21T19:26:07.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-21T19:26:07.697Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:26:08.021Z] prd-ubuntu20.04-docker-arm64-4c-16g-8790 does not seem to be running inside a container [2022-10-21T19:26:08.093Z] $ 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-21T19:26:11.894Z] $ docker top 638d5d6378efd4b1df1d1043460d4c30bf071e2755041266ba20cca4abd51fce -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:26:12.811Z] + docker-compose build --help [2022-10-21T19:26:12.811Z] + grep parallel [2022-10-21T19:26:19.459Z] --parallel Build images in parallel. [Pipeline] } [2022-10-21T19:26:19.494Z] $ docker stop --time=1 638d5d6378efd4b1df1d1043460d4c30bf071e2755041266ba20cca4abd51fce [2022-10-21T19:26:21.200Z] $ docker rm -f 638d5d6378efd4b1df1d1043460d4c30bf071e2755041266ba20cca4abd51fce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:26:21.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-21T19:26:21.955Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:26:22.217Z] prd-ubuntu20.04-docker-arm64-4c-16g-8790 does not seem to be running inside a container [2022-10-21T19:26:22.335Z] $ 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-21T19:26:23.623Z] $ docker top 87712b614c6b847edae73bb39301e9bec125df37c4d4eee890b6c85a29c968e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:26:24.550Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-21T19:26:31.210Z] Building core-command ... [2022-10-21T19:26:31.210Z] Building core-data ... [2022-10-21T19:26:31.210Z] Building core-metadata ... [2022-10-21T19:26:31.210Z] Building security-bootstrapper ... [2022-10-21T19:26:31.210Z] Building security-proxy-setup ... [2022-10-21T19:26:31.210Z] Building security-secretstore-setup ... [2022-10-21T19:26:31.210Z] Building security-spiffe-token-provider ... [2022-10-21T19:26:31.210Z] Building security-spire-agent ... [2022-10-21T19:26:31.210Z] Building security-spire-config ... [2022-10-21T19:26:31.210Z] Building security-spire-server ... [2022-10-21T19:26:31.210Z] Building support-notifications ... [2022-10-21T19:26:31.210Z] Building support-scheduler ... [2022-10-21T19:26:31.210Z] Building sys-mgmt-agent ... [2022-10-21T19:26:31.210Z] Building security-spiffe-token-provider [2022-10-21T19:26:31.210Z] Building security-secretstore-setup [2022-10-21T19:26:31.210Z] Building security-bootstrapper [2022-10-21T19:26:31.210Z] Building security-spire-agent [2022-10-21T19:26:31.210Z] Building security-spire-config [2022-10-21T19:27:18.050Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:27:18.050Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:27:18.050Z] ---> 4f1031bfc8fa [2022-10-21T19:27:18.050Z] Step 3/25 : WORKDIR /edgex-go [2022-10-21T19:27:18.050Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:27:18.050Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:27:18.050Z] ---> 4f1031bfc8fa [2022-10-21T19:27:18.050Z] Step 3/20 : WORKDIR /edgex-go [2022-10-21T19:27:18.050Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:27:18.050Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:27:18.050Z] ---> 4f1031bfc8fa [2022-10-21T19:27:18.050Z] Step 3/33 : WORKDIR /edgex-go [2022-10-21T19:27:18.050Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:27:18.050Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:27:18.050Z] ---> 4f1031bfc8fa [2022-10-21T19:27:18.050Z] Step 3/26 : WORKDIR /edgex-go [2022-10-21T19:27:18.050Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:27:18.050Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:27:18.050Z] ---> 4f1031bfc8fa [2022-10-21T19:27:18.050Z] Step 3/26 : WORKDIR /edgex-go [2022-10-21T19:27:18.323Z] ---> Running in 3336da5e20c0 [2022-10-21T19:27:18.324Z] ---> Running in 226d344b0047 [2022-10-21T19:27:18.324Z] ---> Running in f566fcf6d74f [2022-10-21T19:27:18.324Z] ---> Running in f97ba6c3d3ef [2022-10-21T19:27:18.324Z] ---> Running in 0e93f21c2cc7 [2022-10-21T19:27:18.917Z] Removing intermediate container 3336da5e20c0 [2022-10-21T19:27:18.917Z] ---> 4758bf5fcef1 [2022-10-21T19:27:18.917Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-21T19:27:18.917Z] Removing intermediate container 226d344b0047 [2022-10-21T19:27:18.917Z] ---> 6a7eec9eded9 [2022-10-21T19:27:18.917Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:27:18.917Z] Removing intermediate container f566fcf6d74f [2022-10-21T19:27:18.917Z] ---> f3bccb9feb63 [2022-10-21T19:27:18.917Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:27:19.199Z] ---> Running in e4d59895ce6a [2022-10-21T19:27:19.199Z] Removing intermediate container 0e93f21c2cc7 [2022-10-21T19:27:19.199Z] ---> 89208df13650 [2022-10-21T19:27:19.199Z] Removing intermediate container f97ba6c3d3ef [2022-10-21T19:27:19.199Z] ---> 9b9139559e03 [2022-10-21T19:27:19.199Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:27:19.199Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:27:19.199Z] ---> Running in f2fbd814d615 [2022-10-21T19:27:19.199Z] ---> Running in c6a6019fbfa8 [2022-10-21T19:27:19.487Z] ---> Running in c21efc0604f5 [2022-10-21T19:27:19.487Z] ---> Running in 25040b8fb559 [2022-10-21T19:27:21.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:21.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:23.153Z] v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-21T19:27:23.153Z] v3.16.2-335-ge36aa4fb66 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-21T19:27:23.153Z] OK: 16895 distinct packages available [2022-10-21T19:27:23.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:23.430Z] Removing intermediate container f2fbd814d615 [2022-10-21T19:27:23.430Z] ---> 8018c49f8beb [2022-10-21T19:27:23.430Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:27:23.707Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:23.707Z] ---> Running in a59543efea48 [2022-10-21T19:27:23.707Z] Removing intermediate container 25040b8fb559 [2022-10-21T19:27:23.707Z] ---> 61df8ca32951 [2022-10-21T19:27:23.707Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:27:23.979Z] ---> Running in ea6fde0c7163 [2022-10-21T19:27:24.576Z] Removing intermediate container c6a6019fbfa8 [2022-10-21T19:27:24.576Z] ---> 2aea4ca9e317 [2022-10-21T19:27:24.576Z] Step 5/25 : RUN apk add --update --no-cache make gitRemoving intermediate container c21efc0604f5 [2022-10-21T19:27:24.576Z] [2022-10-21T19:27:24.576Z] ---> 4582e1c94d63 [2022-10-21T19:27:24.576Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-21T19:27:24.576Z] ---> Running in 0a2c757b1e54 [2022-10-21T19:27:24.846Z] ---> Running in 7501d686934b [2022-10-21T19:27:25.114Z] OK: 221 MiB in 51 packages [2022-10-21T19:27:26.537Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:26.807Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:26.807Z] Removing intermediate container e4d59895ce6a [2022-10-21T19:27:26.807Z] ---> f05aa5b4bb49 [2022-10-21T19:27:26.807Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-21T19:27:27.076Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:27.076Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:27.344Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:27.621Z] ---> cdaa55fddf2f [2022-10-21T19:27:27.621Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:27:27.621Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:27.889Z] ---> Running in e7130714ec89 [2022-10-21T19:27:28.189Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:28.189Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:27:29.155Z] OK: 221 MiB in 51 packages [2022-10-21T19:27:29.424Z] OK: 221 MiB in 51 packages [2022-10-21T19:27:30.011Z] OK: 221 MiB in 51 packages [2022-10-21T19:27:30.011Z] OK: 221 MiB in 51 packages [2022-10-21T19:27:31.422Z] Removing intermediate container a59543efea48 [2022-10-21T19:27:31.422Z] ---> 6e83a2e7baa9 [2022-10-21T19:27:31.422Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-21T19:27:32.005Z] Removing intermediate container ea6fde0c7163 [2022-10-21T19:27:32.005Z] ---> 78ce25a8f6aa [2022-10-21T19:27:32.005Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-21T19:27:32.005Z] Removing intermediate container 0a2c757b1e54 [2022-10-21T19:27:32.005Z] ---> 5e990d8e7734 [2022-10-21T19:27:32.005Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-21T19:27:32.274Z] Removing intermediate container 7501d686934b [2022-10-21T19:27:32.274Z] ---> 5838066ce5d7 [2022-10-21T19:27:32.274Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-21T19:27:32.542Z] ---> 0777d9fc639f [2022-10-21T19:27:32.542Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:27:32.810Z] ---> Running in 635a711e3cd2 [2022-10-21T19:27:33.087Z] ---> bd4cf7339eb8 [2022-10-21T19:27:33.087Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:27:33.357Z] ---> ce1c79ae6e63 [2022-10-21T19:27:33.357Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:27:33.624Z] ---> c0b8471be70b [2022-10-21T19:27:33.624Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:27:33.624Z] ---> Running in 6e69ccc91819 [2022-10-21T19:27:33.624Z] ---> Running in ba5f6991dc71 [2022-10-21T19:27:34.210Z] ---> Running in 13d7f4ecb9f8 [2022-10-21T19:28:55.860Z] Removing intermediate container e7130714ec89 [2022-10-21T19:28:55.860Z] ---> d0f767e13f38 [2022-10-21T19:28:55.860Z] Step 7/20 : COPY . . [2022-10-21T19:29:00.115Z] Removing intermediate container 6e69ccc91819 [2022-10-21T19:29:00.115Z] ---> 1d03afcc6bac [2022-10-21T19:29:00.115Z] Step 8/33 : COPY . . [2022-10-21T19:29:00.115Z] Removing intermediate container ba5f6991dc71 [2022-10-21T19:29:00.115Z] ---> adbffa263a75 [2022-10-21T19:29:00.115Z] Step 8/26 : COPY . . [2022-10-21T19:29:00.115Z] Removing intermediate container 635a711e3cd2 [2022-10-21T19:29:00.115Z] ---> d1a2d29c1767 [2022-10-21T19:29:00.115Z] Step 8/26 : COPY . . [2022-10-21T19:29:00.115Z] Removing intermediate container 13d7f4ecb9f8 [2022-10-21T19:29:00.115Z] ---> 92bdcc8450c9 [2022-10-21T19:29:00.115Z] Step 8/25 : COPY . . [2022-10-21T19:29:02.059Z] ---> b2bb8cfa9c6d [2022-10-21T19:29:02.059Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-21T19:29:02.659Z] ---> Running in 5ed8124a0696 [2022-10-21T19:29:04.069Z] 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-21T19:29:26.141Z] ---> 2d395ed89c58 [2022-10-21T19:29:26.141Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-21T19:29:26.141Z] ---> f52d89374b58 [2022-10-21T19:29:26.141Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:29:26.141Z] ---> Running in f0fbbaf4f88a [2022-10-21T19:29:26.141Z] ---> Running in 17e60363ba84 [2022-10-21T19:29:26.141Z] ---> d2a6e4261507 [2022-10-21T19:29:26.141Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:29:26.141Z] ---> 834fc7670b27 [2022-10-21T19:29:26.141Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-21T19:29:26.141Z] ---> Running in 8c84b8e6a390 [2022-10-21T19:29:26.141Z] ---> Running in 63029271dc65 [2022-10-21T19:29:26.424Z] Removing intermediate container 8c84b8e6a390 [2022-10-21T19:29:26.424Z] ---> 72d996e1982e [2022-10-21T19:29:26.424Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-21T19:29:26.692Z] ---> Running in 608f5ff6b735 [2022-10-21T19:29:26.692Z] Removing intermediate container f0fbbaf4f88a [2022-10-21T19:29:26.692Z] ---> 1c9fc15f7c1e [2022-10-21T19:29:26.692Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-21T19:29:27.276Z] ---> Running in ab4a4fa388ca [2022-10-21T19:29:27.858Z] 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-21T19:29:28.125Z] Removing intermediate container 608f5ff6b735 [2022-10-21T19:29:28.125Z] ---> e6a98bb2dedf [2022-10-21T19:29:28.125Z] 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-21T19:29:28.405Z] ---> Running in bb46f2f228e8 [2022-10-21T19:29:28.405Z] Removing intermediate container ab4a4fa388ca [2022-10-21T19:29:28.405Z] ---> f2c032457a71 [2022-10-21T19:29:28.405Z] 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-21T19:29:28.675Z] 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-21T19:29:28.675Z] ---> Running in 16de6334b9fb [2022-10-21T19:29:32.924Z] Removing intermediate container bb46f2f228e8 [2022-10-21T19:29:32.924Z] ---> aa79a7c8216d [2022-10-21T19:29:32.925Z] Step 12/26 : WORKDIR /edgex-go [2022-10-21T19:29:32.925Z] ---> Running in a7c6c25f04e3 [2022-10-21T19:29:32.925Z] Removing intermediate container 16de6334b9fb [2022-10-21T19:29:32.925Z] ---> 0c35878f3f71 [2022-10-21T19:29:32.925Z] Step 12/26 : WORKDIR /edgex-go [2022-10-21T19:29:33.207Z] ---> Running in 199602fadd46 [2022-10-21T19:29:33.795Z] Removing intermediate container a7c6c25f04e3 [2022-10-21T19:29:33.795Z] ---> ace5ae12fdb3 [2022-10-21T19:29:33.795Z] [2022-10-21T19:29:33.795Z] Step 13/26 : FROM alpine:3.15 [2022-10-21T19:29:34.065Z] 3.15: Pulling from library/alpine [2022-10-21T19:29:34.334Z] Removing intermediate container 199602fadd46 [2022-10-21T19:29:34.334Z] ---> 7df363614597 [2022-10-21T19:29:34.334Z] [2022-10-21T19:29:34.334Z] Step 13/26 : FROM alpine:3.15 [2022-10-21T19:29:34.334Z] 3.15: Pulling from library/alpine [2022-10-21T19:29:35.741Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-21T19:29:35.741Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-21T19:29:35.741Z] Status: Downloaded newer image for alpine:3.15 [2022-10-21T19:29:35.741Z] Status: Downloaded newer image for alpine:3.15 [2022-10-21T19:29:35.741Z] ---> 02e0d6fdf486 [2022-10-21T19:29:35.741Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:29:35.741Z] ---> 02e0d6fdf486 [2022-10-21T19:29:35.741Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:29:35.741Z] ---> Running in e99f1b291f93 [2022-10-21T19:29:35.741Z] ---> Running in 1f5d8967d116 [2022-10-21T19:29:36.702Z] Removing intermediate container e99f1b291f93 [2022-10-21T19:29:36.702Z] ---> 5cf5bac91d5c [2022-10-21T19:29:36.702Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:29:36.702Z] Removing intermediate container 1f5d8967d116 [2022-10-21T19:29:36.702Z] ---> e55e1f10e8e0 [2022-10-21T19:29:36.702Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:29:36.702Z] ---> Running in a4c4ed4ceb5f [2022-10-21T19:29:36.969Z] ---> Running in 97a82bcd2062 [2022-10-21T19:29:41.225Z] Removing intermediate container a4c4ed4ceb5f [2022-10-21T19:29:41.225Z] ---> 282eda9522d8 [2022-10-21T19:29:41.225Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-21T19:29:41.225Z] ---> Running in 6af910756e31 [2022-10-21T19:29:42.184Z] Removing intermediate container 97a82bcd2062 [2022-10-21T19:29:42.184Z] ---> 875a82c20532 [2022-10-21T19:29:42.184Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-21T19:29:42.184Z] ---> Running in 8f99b1048679 [2022-10-21T19:29:44.128Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:29:44.394Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:29:45.352Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:29:45.618Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:29:46.575Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:29:46.575Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:29:46.575Z] OK: 15734 distinct packages available [2022-10-21T19:29:46.845Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:29:47.114Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:29:47.114Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:29:47.114Z] OK: 15734 distinct packages available [2022-10-21T19:29:47.380Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:29:47.964Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:29:48.231Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:29:49.637Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-21T19:29:49.637Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:29:49.637Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-21T19:29:49.637Z] (3/4) Installing libucontext (1.1-r0) [2022-10-21T19:29:49.637Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:29:49.904Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-21T19:29:49.904Z] (3/5) Installing libucontext (1.1-r0) [2022-10-21T19:29:49.904Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:29:49.904Z] OK: 6 MiB in 18 packages [2022-10-21T19:29:49.904Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-21T19:29:49.904Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-21T19:29:50.174Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:29:50.174Z] OK: 6 MiB in 19 packages [2022-10-21T19:29:52.119Z] Removing intermediate container 6af910756e31 [2022-10-21T19:29:52.119Z] ---> 86ac0f66ba14 [2022-10-21T19:29:52.119Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:29:52.701Z] Removing intermediate container 8f99b1048679 [2022-10-21T19:29:52.701Z] ---> b74060b03d5a [2022-10-21T19:29:52.701Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-21T19:29:58.046Z] ---> 5c8d095bbacf [2022-10-21T19:29:58.046Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:30:00.627Z] ---> 042f6ebf2fcd [2022-10-21T19:30:00.627Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:30:02.038Z] ---> 2e37fb42dcf5 [2022-10-21T19:30:02.038Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-21T19:30:02.038Z] ---> Running in 078c95fc562a [2022-10-21T19:30:02.996Z] Removing intermediate container 078c95fc562a [2022-10-21T19:30:02.996Z] ---> f91e328016d8 [2022-10-21T19:30:02.996Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-21T19:30:04.402Z] ---> ca0fa67f1cb9 [2022-10-21T19:30:04.402Z] Step 21/26 : WORKDIR / [2022-10-21T19:30:04.668Z] ---> Running in 383b7f227d27 [2022-10-21T19:30:05.641Z] Removing intermediate container 383b7f227d27 [2022-10-21T19:30:05.641Z] ---> 89183241e061 [2022-10-21T19:30:05.641Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:30:05.917Z] ---> Running in 3a161de8fcb9 [2022-10-21T19:30:06.186Z] ---> e8a4342311c8 [2022-10-21T19:30:06.186Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:30:06.455Z] Removing intermediate container 3a161de8fcb9 [2022-10-21T19:30:06.455Z] ---> 63599fa70103 [2022-10-21T19:30:06.455Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:30:06.724Z] ---> Running in d9461f7073fe [2022-10-21T19:30:07.310Z] Removing intermediate container d9461f7073fe [2022-10-21T19:30:07.310Z] ---> 1378be6a9093 [2022-10-21T19:30:07.310Z] Step 24/26 : LABEL arch=arm64 [2022-10-21T19:30:07.310Z] ---> Running in 7e9b702271a3 [2022-10-21T19:30:07.310Z] ---> 46eba5723688 [2022-10-21T19:30:07.310Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-21T19:30:08.269Z] Removing intermediate container 7e9b702271a3 [2022-10-21T19:30:08.269Z] ---> 4b06d053ec71 [2022-10-21T19:30:08.269Z] Step 25/26 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:30:08.269Z] ---> Running in dc42c0b4c77f [2022-10-21T19:30:08.537Z] ---> 0687952c1371 [2022-10-21T19:30:08.537Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-21T19:30:09.119Z] Removing intermediate container dc42c0b4c77f [2022-10-21T19:30:09.119Z] ---> 2f9a1528b69d [2022-10-21T19:30:09.119Z] Step 26/26 : LABEL version=0.0.0 [2022-10-21T19:30:09.119Z] ---> Running in 7b69778f13a1 [2022-10-21T19:30:11.056Z] ---> 04bef40417e9 [2022-10-21T19:30:11.056Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:30:11.331Z] Removing intermediate container 7b69778f13a1 [2022-10-21T19:30:11.331Z] ---> 5601d3138c11 [2022-10-21T19:30:11.331Z] [2022-10-21T19:30:11.331Z] ---> Running in 4733ae7d990d [2022-10-21T19:30:11.598Z] Successfully built 5601d3138c11 [2022-10-21T19:30:11.877Z] Successfully tagged security-spire-config-arm64:latest [2022-10-21T19:30:11.877Z]  Building security-spire-config ... done Building core-command [2022-10-21T19:30:12.146Z] Removing intermediate container 4733ae7d990d [2022-10-21T19:30:12.146Z] ---> a44535e5595b [2022-10-21T19:30:12.146Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:30:12.146Z] ---> Running in 8b021927de1f [2022-10-21T19:30:12.729Z] Removing intermediate container 8b021927de1f [2022-10-21T19:30:12.729Z] ---> 2cf4a2499066 [2022-10-21T19:30:12.729Z] Step 24/26 : LABEL arch=arm64 [2022-10-21T19:30:13.002Z] ---> Running in 5529557e76e2 [2022-10-21T19:30:13.585Z] Removing intermediate container 5529557e76e2 [2022-10-21T19:30:13.586Z] ---> c4dde7260597 [2022-10-21T19:30:13.586Z] Step 25/26 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:30:13.586Z] ---> Running in 9c8b3e958cd7 [2022-10-21T19:30:14.176Z] Removing intermediate container 9c8b3e958cd7 [2022-10-21T19:30:14.176Z] ---> 862d6977c41e [2022-10-21T19:30:14.176Z] Step 26/26 : LABEL version=0.0.0 [2022-10-21T19:30:14.176Z] ---> Running in 972b7e1269e7 [2022-10-21T19:30:14.761Z] Removing intermediate container 972b7e1269e7 [2022-10-21T19:30:14.761Z] ---> 54b012560139 [2022-10-21T19:30:14.761Z] [2022-10-21T19:30:15.344Z] Successfully built 54b012560139 [2022-10-21T19:30:15.344Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-21T19:30:15.344Z]  Building security-spire-agent ... done Building support-scheduler [2022-10-21T19:30:42.032Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:30:42.032Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:30:42.032Z] ---> 4f1031bfc8fa [2022-10-21T19:30:42.032Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:30:42.033Z] ---> Running in 0dbaa5f10313 [2022-10-21T19:30:42.033Z] Removing intermediate container 0dbaa5f10313 [2022-10-21T19:30:42.033Z] ---> 68d57ec5a83d [2022-10-21T19:30:42.033Z] Step 4/24 : WORKDIR /edgex-go [2022-10-21T19:30:42.033Z] ---> Running in 949660bb21be [2022-10-21T19:30:42.033Z] Removing intermediate container 949660bb21be [2022-10-21T19:30:42.033Z] ---> 0ad588611bbf [2022-10-21T19:30:42.033Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:30:42.033Z] ---> Running in 48ad8aa622ab [2022-10-21T19:30:42.996Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:30:42.996Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:30:42.996Z] ---> 4f1031bfc8fa [2022-10-21T19:30:42.996Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:30:42.996Z] ---> Using cache [2022-10-21T19:30:42.996Z] ---> 68d57ec5a83d [2022-10-21T19:30:42.996Z] Step 4/23 : WORKDIR /edgex-go [2022-10-21T19:30:42.996Z] ---> Using cache [2022-10-21T19:30:42.996Z] ---> 0ad588611bbf [2022-10-21T19:30:42.996Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:30:43.264Z] ---> Running in bf0b17795c8d [2022-10-21T19:30:44.713Z] Removing intermediate container 48ad8aa622ab [2022-10-21T19:30:44.713Z] ---> 21b2260cffe2 [2022-10-21T19:30:44.713Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-21T19:30:44.713Z] ---> Running in e6041a654b4a [2022-10-21T19:30:47.315Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:30:47.588Z] Removing intermediate container bf0b17795c8d [2022-10-21T19:30:47.588Z] ---> 9dec7b4b1332 [2022-10-21T19:30:47.588Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-21T19:30:47.874Z] ---> Running in 1f62ee75216b [2022-10-21T19:30:48.171Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:30:50.122Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:30:50.122Z] OK: 221 MiB in 51 packages [2022-10-21T19:30:51.083Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:30:51.350Z] Removing intermediate container e6041a654b4a [2022-10-21T19:30:51.618Z] ---> 4bd13148b03d [2022-10-21T19:30:51.618Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-21T19:30:52.588Z] ---> a46547c1fe17 [2022-10-21T19:30:52.588Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:30:52.588Z] ---> Running in daf8e8e74dc4 [2022-10-21T19:30:52.588Z] OK: 221 MiB in 51 packages [2022-10-21T19:30:54.533Z] Removing intermediate container 1f62ee75216b [2022-10-21T19:30:54.533Z] ---> fa074cc6baa9 [2022-10-21T19:30:54.533Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-21T19:30:55.943Z] ---> 293a36e54270 [2022-10-21T19:30:55.943Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:30:55.943Z] ---> Running in 43fc0cca0263 [2022-10-21T19:32:33.052Z] Removing intermediate container daf8e8e74dc4 [2022-10-21T19:32:33.052Z] ---> c37ab8b1e133 [2022-10-21T19:32:33.052Z] Step 9/24 : COPY . . [2022-10-21T19:32:33.052Z] Removing intermediate container 43fc0cca0263 [2022-10-21T19:32:33.052Z] ---> 71ef715d0a95 [2022-10-21T19:32:33.052Z] Step 9/23 : COPY . . [2022-10-21T19:32:45.369Z] ---> b9151ea59fb4 [2022-10-21T19:32:45.369Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-21T19:32:45.369Z] ---> Running in c9853155ebc9 [2022-10-21T19:32:45.369Z] ---> e28bf78c9a0c [2022-10-21T19:32:45.369Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-21T19:32:45.369Z] ---> Running in a690324e34dc [2022-10-21T19:32:46.784Z] 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-21T19:32:46.784Z] 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-21T19:35:38.573Z] 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-21T19:35:53.560Z] Removing intermediate container 17e60363ba84 [2022-10-21T19:35:53.560Z] ---> 2c583f8dd92c [2022-10-21T19:35:53.560Z] [2022-10-21T19:35:53.560Z] Step 10/25 : FROM alpine:3.16 [2022-10-21T19:35:53.560Z] 3.16: Pulling from library/alpine [2022-10-21T19:35:53.560Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-21T19:35:53.560Z] Status: Downloaded newer image for alpine:3.16 [2022-10-21T19:35:53.560Z] ---> a6215f271958 [2022-10-21T19:35:53.560Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-21T19:35:53.560Z] ---> Running in 95d387942644 [2022-10-21T19:35:56.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:35:56.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:35:57.562Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-21T19:35:57.562Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-21T19:35:57.562Z] (3/3) Installing su-exec (0.2-r1) [2022-10-21T19:35:57.562Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:35:57.832Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:35:58.100Z] OK: 6 MiB in 17 packages [2022-10-21T19:36:02.374Z] Removing intermediate container 95d387942644 [2022-10-21T19:36:02.374Z] ---> 441eee1932db [2022-10-21T19:36:02.374Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-21T19:36:02.374Z] ---> Running in 7e30a8e2e730 [2022-10-21T19:36:02.960Z] Removing intermediate container 7e30a8e2e730 [2022-10-21T19:36:02.960Z] ---> b50f16d3751e [2022-10-21T19:36:02.960Z] Step 13/25 : WORKDIR / [2022-10-21T19:36:03.229Z] ---> Running in f1d44c4eadb3 [2022-10-21T19:36:04.192Z] Removing intermediate container f1d44c4eadb3 [2022-10-21T19:36:04.192Z] ---> 2f343a17b175 [2022-10-21T19:36:04.192Z] 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-21T19:36:06.144Z] ---> 228afe3dee8a [2022-10-21T19:36:06.144Z] 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-21T19:36:07.550Z] ---> 25dc8ab16c95 [2022-10-21T19:36:07.550Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-21T19:36:08.961Z] ---> fe3c61da7b66 [2022-10-21T19:36:08.961Z] 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-21T19:36:09.920Z] Removing intermediate container 63029271dc65 [2022-10-21T19:36:09.920Z] ---> 20fc5abdd02f [2022-10-21T19:36:09.920Z] [2022-10-21T19:36:09.920Z] Step 10/33 : FROM alpine:3.16 [2022-10-21T19:36:09.920Z] ---> a6215f271958 [2022-10-21T19:36:09.920Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:36:09.920Z] ---> Running in 7803a9b947d9 [2022-10-21T19:36:09.920Z] ---> 20f2310f750b [2022-10-21T19:36:09.920Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-21T19:36:10.504Z] Removing intermediate container 7803a9b947d9 [2022-10-21T19:36:10.504Z] ---> f9f94a567d4b [2022-10-21T19:36:10.504Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-21T19:36:10.775Z] ---> Running in 21864f24f473 [2022-10-21T19:36:13.359Z] ---> 683732c2531e [2022-10-21T19:36:13.359Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-21T19:36:13.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:36:13.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:36:14.912Z] ---> d27368e38f46 [2022-10-21T19:36:14.912Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-21T19:36:15.874Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-21T19:36:15.874Z] (2/2) Installing su-exec (0.2-r1) [2022-10-21T19:36:15.874Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:36:15.874Z] OK: 5 MiB in 16 packages [2022-10-21T19:36:15.874Z] ---> a567948bd4b1 [2022-10-21T19:36:15.874Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-21T19:36:16.149Z] ---> Running in 8532ee7a2b8d [2022-10-21T19:36:18.092Z] Removing intermediate container 21864f24f473 [2022-10-21T19:36:18.092Z] ---> 4a222e03026b [2022-10-21T19:36:18.092Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-21T19:36:18.092Z] ---> Running in ce54a65da768 [2022-10-21T19:36:18.676Z] Removing intermediate container ce54a65da768 [2022-10-21T19:36:18.676Z] ---> 145f7761b6ba [2022-10-21T19:36:18.676Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-21T19:36:18.944Z] ---> Running in 3659199118b5 [2022-10-21T19:36:19.904Z] Removing intermediate container 3659199118b5 [2022-10-21T19:36:19.904Z] ---> 96d104d6f59f [2022-10-21T19:36:19.904Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-21T19:36:19.904Z] ---> Running in 51e155797852 [2022-10-21T19:36:20.172Z] Removing intermediate container 8532ee7a2b8d [2022-10-21T19:36:20.172Z] ---> 04c3148757be [2022-10-21T19:36:20.172Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-21T19:36:20.440Z] ---> Running in 54e10bac395a [2022-10-21T19:36:20.707Z] Removing intermediate container 51e155797852 [2022-10-21T19:36:20.707Z] ---> 15e2e790e222 [2022-10-21T19:36:20.707Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-21T19:36:20.990Z] ---> Running in 96c748ebd77c [2022-10-21T19:36:20.990Z] Removing intermediate container 54e10bac395a [2022-10-21T19:36:20.990Z] ---> 9167d18d70eb [2022-10-21T19:36:20.990Z] Step 23/25 : LABEL arch=arm64 [2022-10-21T19:36:21.264Z] ---> Running in 869095cfa2d5 [2022-10-21T19:36:21.532Z] Removing intermediate container 96c748ebd77c [2022-10-21T19:36:21.532Z] ---> db18b60cb82e [2022-10-21T19:36:21.532Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-21T19:36:21.803Z] ---> Running in 2aff2a231b1d [2022-10-21T19:36:22.071Z] Removing intermediate container 869095cfa2d5 [2022-10-21T19:36:22.071Z] ---> 167c1f60f4f1 [2022-10-21T19:36:22.071Z] Step 24/25 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:36:22.071Z] ---> Running in 672000b3c3a8 [2022-10-21T19:36:23.043Z] Removing intermediate container 672000b3c3a8 [2022-10-21T19:36:23.043Z] ---> dfae48d07289 [2022-10-21T19:36:23.043Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:36:23.043Z] ---> Running in 7b76eb5644dc [2022-10-21T19:36:23.627Z] Removing intermediate container 7b76eb5644dc [2022-10-21T19:36:23.627Z] ---> 53806d5faae2 [2022-10-21T19:36:23.627Z] [2022-10-21T19:36:24.211Z] Successfully built 53806d5faae2 [2022-10-21T19:36:24.211Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-21T19:36:24.211Z] Building sys-mgmt-agent [2022-10-21T19:36:25.647Z]  Building security-secretstore-setup ... done Removing intermediate container 2aff2a231b1d [2022-10-21T19:36:25.647Z] ---> e291487c53d0 [2022-10-21T19:36:25.647Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-21T19:36:25.914Z] ---> Running in 078aecc01994 [2022-10-21T19:36:26.495Z] Removing intermediate container 078aecc01994 [2022-10-21T19:36:26.495Z] ---> 70408b861122 [2022-10-21T19:36:26.495Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-21T19:36:27.453Z] ---> a06ec5d700cd [2022-10-21T19:36:27.453Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-21T19:36:27.721Z] ---> Running in 68cacc6fae7a [2022-10-21T19:36:31.070Z] Removing intermediate container 68cacc6fae7a [2022-10-21T19:36:31.070Z] ---> de049f86e096 [2022-10-21T19:36:31.070Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:36:32.032Z] ---> e24ac6e4c5cf [2022-10-21T19:36:32.032Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-21T19:36:34.620Z] ---> cf3ed460950f [2022-10-21T19:36:34.620Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-21T19:36:35.206Z] ---> 8a50816a7659 [2022-10-21T19:36:35.206Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-21T19:36:36.619Z] ---> 333de11f33b7 [2022-10-21T19:36:36.619Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-21T19:36:38.030Z] ---> 0884a575f8de [2022-10-21T19:36:38.030Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-21T19:36:38.998Z] ---> 455511c7b3e1 [2022-10-21T19:36:38.998Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-21T19:36:40.408Z] ---> ad865fe4d4e3 [2022-10-21T19:36:40.408Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-21T19:36:40.408Z] ---> Running in 7ffddab93a45 [2022-10-21T19:36:44.658Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:36:44.658Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:36:44.658Z] ---> 4f1031bfc8fa [2022-10-21T19:36:44.658Z] Step 3/23 : WORKDIR /edgex-go [2022-10-21T19:36:44.658Z] ---> Using cache [2022-10-21T19:36:44.658Z] ---> 89208df13650 [2022-10-21T19:36:44.658Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:36:44.658Z] ---> Using cache [2022-10-21T19:36:44.658Z] ---> 4582e1c94d63 [2022-10-21T19:36:44.658Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-21T19:36:44.658Z] ---> Running in f4bb99ec843f [2022-10-21T19:36:44.658Z] Removing intermediate container 7ffddab93a45 [2022-10-21T19:36:44.658Z] ---> 20b48b026895 [2022-10-21T19:36:44.658Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-21T19:36:44.658Z] ---> Running in 8c2336194ac0 [2022-10-21T19:36:45.241Z] Removing intermediate container 8c2336194ac0 [2022-10-21T19:36:45.241Z] ---> 9d596037cd79 [2022-10-21T19:36:45.241Z] Step 30/33 : CMD ["gate"] [2022-10-21T19:36:45.508Z] ---> Running in 2696b022ad5e [2022-10-21T19:36:46.098Z] Removing intermediate container 2696b022ad5e [2022-10-21T19:36:46.098Z] ---> 934d6a365180 [2022-10-21T19:36:46.098Z] Step 31/33 : LABEL arch=arm64 [2022-10-21T19:36:46.098Z] ---> Running in 1f0d52895ebf [2022-10-21T19:36:46.366Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:36:46.952Z] Removing intermediate container 1f0d52895ebf [2022-10-21T19:36:46.952Z] ---> d221a1b6d603 [2022-10-21T19:36:46.952Z] Step 32/33 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:36:46.952Z] ---> Running in 02c1ed3da44d [2022-10-21T19:36:47.553Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:36:47.553Z] Removing intermediate container 02c1ed3da44d [2022-10-21T19:36:47.553Z] ---> 3f613cfc2655 [2022-10-21T19:36:47.553Z] Step 33/33 : LABEL version=0.0.0 [2022-10-21T19:36:47.825Z] ---> Running in 022e1548a7f7 [2022-10-21T19:36:48.415Z] Removing intermediate container 022e1548a7f7 [2022-10-21T19:36:48.415Z] ---> c4cb473fc643 [2022-10-21T19:36:48.415Z] [2022-10-21T19:36:48.681Z] Successfully built c4cb473fc643 [2022-10-21T19:36:48.681Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-21T19:36:48.681Z] Building security-spire-server [2022-10-21T19:36:48.947Z]  Building security-bootstrapper ... done OK: 221 MiB in 51 packages [2022-10-21T19:36:50.377Z] Removing intermediate container f4bb99ec843f [2022-10-21T19:36:50.377Z] ---> e32c27205813 [2022-10-21T19:36:50.377Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-21T19:36:51.354Z] ---> 7424eb7fabbd [2022-10-21T19:36:51.354Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:36:51.354Z] ---> Running in 19b348edf815 [2022-10-21T19:37:06.370Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:37:06.370Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:37:06.370Z] ---> 4f1031bfc8fa [2022-10-21T19:37:06.370Z] Step 3/25 : WORKDIR /edgex-go [2022-10-21T19:37:06.370Z] ---> Using cache [2022-10-21T19:37:06.370Z] ---> 89208df13650 [2022-10-21T19:37:06.370Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:37:06.370Z] ---> Using cache [2022-10-21T19:37:06.370Z] ---> 4582e1c94d63 [2022-10-21T19:37:06.370Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:37:06.952Z] ---> Running in 4492e549c86d [2022-10-21T19:37:09.118Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:37:10.090Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:37:11.514Z] OK: 221 MiB in 51 packages [2022-10-21T19:37:13.475Z] Removing intermediate container 4492e549c86d [2022-10-21T19:37:13.475Z] ---> 94980ec7aac8 [2022-10-21T19:37:13.475Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-21T19:37:14.456Z] ---> f5ee5240f425 [2022-10-21T19:37:14.456Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:37:14.456Z] ---> Running in 3dbeeb3c7adb [2022-10-21T19:37:26.829Z] Removing intermediate container 5ed8124a0696 [2022-10-21T19:37:26.829Z] ---> 03f31f34f8fe [2022-10-21T19:37:26.829Z] [2022-10-21T19:37:26.829Z] Step 9/20 : FROM alpine:3.15 [2022-10-21T19:37:26.829Z] ---> 02e0d6fdf486 [2022-10-21T19:37:26.829Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:37:26.829Z] ---> Using cache [2022-10-21T19:37:26.829Z] ---> e55e1f10e8e0 [2022-10-21T19:37:26.829Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:37:26.829Z] ---> Using cache [2022-10-21T19:37:26.829Z] ---> 875a82c20532 [2022-10-21T19:37:26.829Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-21T19:37:27.102Z] ---> Running in ce2381dc337b [2022-10-21T19:37:29.077Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:37:30.047Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:37:32.182Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:37:32.183Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:37:32.183Z] OK: 15734 distinct packages available [2022-10-21T19:37:32.183Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:37:33.228Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:37:35.271Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-21T19:37:35.271Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-21T19:37:35.554Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-21T19:37:35.554Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-21T19:37:35.554Z] (5/9) Installing curl (7.80.0-r3) [2022-10-21T19:37:35.832Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-21T19:37:35.832Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:37:35.832Z] (8/9) Installing libucontext (1.1-r0) [2022-10-21T19:37:36.115Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-21T19:37:36.115Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:37:36.115Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:37:37.093Z] OK: 8 MiB in 23 packages [2022-10-21T19:37:40.465Z] Removing intermediate container ce2381dc337b [2022-10-21T19:37:40.465Z] ---> 76f96b505e16 [2022-10-21T19:37:40.465Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:37:41.904Z] ---> 470862b2e75e [2022-10-21T19:37:41.904Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-21T19:37:47.241Z] ---> 81624a4ddd81 [2022-10-21T19:37:47.241Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-21T19:37:48.660Z] ---> f4e450cae076 [2022-10-21T19:37:48.660Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-21T19:37:48.931Z] ---> Running in 91abbe1edfb1 [2022-10-21T19:37:49.889Z] Removing intermediate container 91abbe1edfb1 [2022-10-21T19:37:49.889Z] ---> 33b902f5b08e [2022-10-21T19:37:49.889Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:37:49.889Z] ---> Running in e5c1b42b300c [2022-10-21T19:37:50.849Z] Removing intermediate container e5c1b42b300c [2022-10-21T19:37:50.849Z] ---> 1fc464362419 [2022-10-21T19:37:50.849Z] Step 18/20 : LABEL arch=arm64 [2022-10-21T19:37:51.117Z] ---> Running in 38cc88f65895 [2022-10-21T19:37:52.079Z] Removing intermediate container 38cc88f65895 [2022-10-21T19:37:52.079Z] ---> fee00b6538ab [2022-10-21T19:37:52.079Z] Step 19/20 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:37:52.347Z] ---> Running in e98f0662b365 [2022-10-21T19:37:53.305Z] Removing intermediate container e98f0662b365 [2022-10-21T19:37:53.305Z] ---> 4f2fd886829e [2022-10-21T19:37:53.305Z] Step 20/20 : LABEL version=0.0.0 [2022-10-21T19:37:53.573Z] ---> Running in a3540a57e1e3 [2022-10-21T19:37:54.533Z] Removing intermediate container a3540a57e1e3 [2022-10-21T19:37:54.533Z] ---> 6e7b7e6f063c [2022-10-21T19:37:54.533Z] [2022-10-21T19:37:55.117Z] Successfully built 6e7b7e6f063c [2022-10-21T19:37:55.117Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-21T19:37:55.117Z]  Building security-spiffe-token-provider ... done Building support-notifications [2022-10-21T19:38:21.801Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:38:21.801Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:38:21.801Z] ---> 4f1031bfc8fa [2022-10-21T19:38:21.801Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:38:21.801Z] ---> Using cache [2022-10-21T19:38:21.801Z] ---> 68d57ec5a83d [2022-10-21T19:38:21.801Z] Step 4/23 : WORKDIR /edgex-go [2022-10-21T19:38:21.801Z] ---> Using cache [2022-10-21T19:38:21.801Z] ---> 0ad588611bbf [2022-10-21T19:38:21.801Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:38:21.801Z] ---> Using cache [2022-10-21T19:38:21.801Z] ---> 9dec7b4b1332 [2022-10-21T19:38:21.801Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-21T19:38:21.801Z] ---> Running in cd5379555171 [2022-10-21T19:38:22.073Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:38:23.031Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:38:24.972Z] OK: 221 MiB in 51 packages [2022-10-21T19:38:25.555Z] Removing intermediate container 19b348edf815 [2022-10-21T19:38:25.555Z] ---> 533dc0fdbc89 [2022-10-21T19:38:25.555Z] Step 8/23 : COPY . . [2022-10-21T19:38:27.494Z] Removing intermediate container cd5379555171 [2022-10-21T19:38:27.494Z] ---> e826e36d2509 [2022-10-21T19:38:27.494Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-21T19:38:29.432Z] ---> a72803a0811d [2022-10-21T19:38:29.432Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:38:29.432Z] ---> Running in 97db0eb94f57 [2022-10-21T19:38:47.660Z] ---> 319b0ca8c663 [2022-10-21T19:38:47.660Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-21T19:38:47.660Z] ---> Running in 8e3eadf43a48 [2022-10-21T19:38:47.927Z] Removing intermediate container 3dbeeb3c7adb [2022-10-21T19:38:47.927Z] ---> 94af5acbc669 [2022-10-21T19:38:47.927Z] Step 8/25 : COPY . . [2022-10-21T19:38:50.512Z] 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-21T19:39:02.837Z] ---> 624ac21bbfb5 [2022-10-21T19:39:02.837Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:39:02.837Z] ---> Running in 16e23f507e96 [2022-10-21T19:39:02.837Z] Removing intermediate container 16e23f507e96 [2022-10-21T19:39:02.837Z] ---> 8a97594d6f2c [2022-10-21T19:39:02.837Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-21T19:39:02.837Z] ---> Running in 4449f3fd7dcb [2022-10-21T19:39:02.837Z] Removing intermediate container 4449f3fd7dcb [2022-10-21T19:39:02.837Z] ---> b49c143b30bc [2022-10-21T19:39:02.837Z] 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-21T19:39:03.108Z] ---> Running in 021c0d1c012e [2022-10-21T19:39:06.460Z] Removing intermediate container 021c0d1c012e [2022-10-21T19:39:06.460Z] ---> b8f4dacda5d8 [2022-10-21T19:39:06.460Z] Step 12/25 : WORKDIR /edgex-go [2022-10-21T19:39:06.460Z] ---> Running in 8d5684be5e20 [2022-10-21T19:39:07.044Z] Removing intermediate container 8d5684be5e20 [2022-10-21T19:39:07.044Z] ---> b61f692888f8 [2022-10-21T19:39:07.044Z] [2022-10-21T19:39:07.044Z] Step 13/25 : FROM alpine:3.15 [2022-10-21T19:39:07.044Z] ---> 02e0d6fdf486 [2022-10-21T19:39:07.044Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:39:07.044Z] ---> Using cache [2022-10-21T19:39:07.044Z] ---> e55e1f10e8e0 [2022-10-21T19:39:07.044Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:39:07.044Z] ---> Using cache [2022-10-21T19:39:07.044Z] ---> 875a82c20532 [2022-10-21T19:39:07.044Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-21T19:39:07.044Z] ---> Using cache [2022-10-21T19:39:07.044Z] ---> b74060b03d5a [2022-10-21T19:39:07.044Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:39:13.685Z] ---> a7b76139402e [2022-10-21T19:39:13.686Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:39:15.093Z] ---> afff08af962b [2022-10-21T19:39:15.093Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-21T19:39:16.052Z] ---> dfc56867681b [2022-10-21T19:39:16.052Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-21T19:39:17.990Z] ---> 5a9e14b17c74 [2022-10-21T19:39:17.990Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:39:17.990Z] ---> Running in 600d2d51b85f [2022-10-21T19:39:18.950Z] Removing intermediate container 600d2d51b85f [2022-10-21T19:39:18.950Z] ---> 1e5149f94483 [2022-10-21T19:39:18.950Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:39:19.218Z] ---> Running in 11ebe030f45d [2022-10-21T19:39:20.181Z] Removing intermediate container 11ebe030f45d [2022-10-21T19:39:20.181Z] ---> c7984fabcade [2022-10-21T19:39:20.181Z] Step 23/25 : LABEL arch=arm64 [2022-10-21T19:39:20.181Z] ---> Running in 4567c4e44acf [2022-10-21T19:39:21.143Z] Removing intermediate container 4567c4e44acf [2022-10-21T19:39:21.143Z] ---> ac951bfda63f [2022-10-21T19:39:21.143Z] Step 24/25 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:39:21.410Z] ---> Running in cdad902fe856 [2022-10-21T19:39:22.370Z] Removing intermediate container cdad902fe856 [2022-10-21T19:39:22.370Z] ---> e9fed0b540b8 [2022-10-21T19:39:22.370Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:39:22.370Z] ---> Running in 04c74a128ad1 [2022-10-21T19:39:23.331Z] Removing intermediate container 04c74a128ad1 [2022-10-21T19:39:23.331Z] ---> fb3bd8eaca5e [2022-10-21T19:39:23.331Z] [2022-10-21T19:39:24.292Z] Successfully built fb3bd8eaca5e [2022-10-21T19:39:24.292Z] Successfully tagged security-spire-server-arm64:latest [2022-10-21T19:39:24.292Z] Building security-proxy-setup [2022-10-21T19:39:46.369Z]  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:39:46.369Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:39:46.369Z] ---> 4f1031bfc8fa [2022-10-21T19:39:46.369Z] Step 3/22 : WORKDIR /edgex-go [2022-10-21T19:39:46.369Z] ---> Using cache [2022-10-21T19:39:46.369Z] ---> 89208df13650 [2022-10-21T19:39:46.369Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:39:46.369Z] ---> Using cache [2022-10-21T19:39:46.369Z] ---> 4582e1c94d63 [2022-10-21T19:39:46.369Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-21T19:39:46.369Z] ---> Using cache [2022-10-21T19:39:46.369Z] ---> 5e990d8e7734 [2022-10-21T19:39:46.369Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-21T19:39:46.369Z] ---> Using cache [2022-10-21T19:39:46.369Z] ---> bd4cf7339eb8 [2022-10-21T19:39:46.369Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:39:46.369Z] ---> Using cache [2022-10-21T19:39:46.369Z] ---> 1d03afcc6bac [2022-10-21T19:39:46.369Z] Step 8/22 : COPY . . [2022-10-21T19:39:46.645Z] ---> Using cache [2022-10-21T19:39:46.645Z] ---> 834fc7670b27 [2022-10-21T19:39:46.645Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-21T19:39:48.056Z] ---> Running in 4fe6f347d771 [2022-10-21T19:39:51.398Z] 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-21T19:39:53.364Z] Removing intermediate container a690324e34dc [2022-10-21T19:39:53.364Z] ---> 50906a1be695 [2022-10-21T19:39:53.364Z] [2022-10-21T19:39:53.364Z] Step 11/24 : FROM alpine:3.16 [2022-10-21T19:39:53.364Z] ---> a6215f271958 [2022-10-21T19:39:53.364Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:39:53.364Z] ---> Running in bd45e5aea03d [2022-10-21T19:39:55.953Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:39:56.224Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:39:57.195Z] Removing intermediate container 97db0eb94f57 [2022-10-21T19:39:57.195Z] ---> 4ab730dabd4b [2022-10-21T19:39:57.195Z] Step 9/23 : COPY . . [2022-10-21T19:39:58.157Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-21T19:39:58.157Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:39:58.157Z] OK: 5 MiB in 15 packages [2022-10-21T19:40:00.743Z] Removing intermediate container bd45e5aea03d [2022-10-21T19:40:00.743Z] ---> fae0f0dceb4b [2022-10-21T19:40:00.743Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:40:00.743Z] ---> Running in 0bd546f4f313 [2022-10-21T19:40:01.713Z] Removing intermediate container 0bd546f4f313 [2022-10-21T19:40:01.713Z] ---> 513e3a22d219 [2022-10-21T19:40:01.713Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-21T19:40:01.981Z] ---> Running in d2e9374bd610 [2022-10-21T19:40:02.944Z] Removing intermediate container d2e9374bd610 [2022-10-21T19:40:02.944Z] ---> aa7dded9c0f7 [2022-10-21T19:40:02.944Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-21T19:40:03.212Z] ---> Running in c036651d0082 [2022-10-21T19:40:04.180Z] Removing intermediate container c036651d0082 [2022-10-21T19:40:04.180Z] ---> 715d75bf26af [2022-10-21T19:40:04.180Z] Step 16/24 : WORKDIR / [2022-10-21T19:40:04.458Z] ---> Running in f99e4a343e1c [2022-10-21T19:40:05.429Z] Removing intermediate container f99e4a343e1c [2022-10-21T19:40:05.429Z] ---> 33f0ccd0dc80 [2022-10-21T19:40:05.429Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:40:06.841Z] ---> 7ff352e38fa8 [2022-10-21T19:40:06.841Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-21T19:40:10.187Z] ---> ad310c355854 [2022-10-21T19:40:10.187Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-21T19:40:11.147Z] ---> 2857cc0d5186 [2022-10-21T19:40:11.147Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-21T19:40:11.147Z] ---> Running in 2b417c0a7f3a [2022-10-21T19:40:12.111Z] Removing intermediate container 2b417c0a7f3a [2022-10-21T19:40:12.111Z] ---> f8868aef4ee7 [2022-10-21T19:40:12.111Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:40:12.111Z] ---> Running in 155540e5f825 [2022-10-21T19:40:13.072Z] Removing intermediate container 155540e5f825 [2022-10-21T19:40:13.072Z] ---> f5b4bdcbb999 [2022-10-21T19:40:13.072Z] Step 22/24 : LABEL arch=arm64 [2022-10-21T19:40:13.072Z] ---> Running in 94ef6275af08 [2022-10-21T19:40:13.656Z] Removing intermediate container 94ef6275af08 [2022-10-21T19:40:13.656Z] ---> b27e943e7324 [2022-10-21T19:40:13.656Z] Step 23/24 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:40:13.936Z] ---> Running in 65d1c479ee3a [2022-10-21T19:40:14.528Z] Removing intermediate container 65d1c479ee3a [2022-10-21T19:40:14.528Z] ---> 76dc894e1d96 [2022-10-21T19:40:14.528Z] Step 24/24 : LABEL version=0.0.0 [2022-10-21T19:40:14.808Z] ---> Running in 05cc81da5323 [2022-10-21T19:40:16.220Z] Removing intermediate container 05cc81da5323 [2022-10-21T19:40:16.220Z] ---> 8df4f41cd1e4 [2022-10-21T19:40:16.220Z] [2022-10-21T19:40:16.488Z] Successfully built 8df4f41cd1e4 [2022-10-21T19:40:16.488Z] Successfully tagged core-command-arm64:latest [2022-10-21T19:40:16.488Z] Building core-metadata [2022-10-21T19:40:16.774Z]  Building core-command ... done  ---> a534af341fd8 [2022-10-21T19:40:16.774Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-21T19:40:16.774Z] ---> Running in 6374f87eeefa [2022-10-21T19:40:19.348Z] 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-21T19:40:34.352Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:40:34.352Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:40:34.352Z] ---> 4f1031bfc8fa [2022-10-21T19:40:34.352Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:40:34.352Z] ---> Using cache [2022-10-21T19:40:34.352Z] ---> 68d57ec5a83d [2022-10-21T19:40:34.352Z] Step 4/25 : WORKDIR /edgex-go [2022-10-21T19:40:34.352Z] ---> Using cache [2022-10-21T19:40:34.352Z] ---> 0ad588611bbf [2022-10-21T19:40:34.352Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:40:34.352Z] ---> Using cache [2022-10-21T19:40:34.352Z] ---> 9dec7b4b1332 [2022-10-21T19:40:34.352Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-21T19:40:34.352Z] ---> Using cache [2022-10-21T19:40:34.352Z] ---> fa074cc6baa9 [2022-10-21T19:40:34.352Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-21T19:40:34.352Z] ---> Using cache [2022-10-21T19:40:34.352Z] ---> 293a36e54270 [2022-10-21T19:40:34.352Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:40:34.352Z] ---> Using cache [2022-10-21T19:40:34.352Z] ---> 71ef715d0a95 [2022-10-21T19:40:34.352Z] Step 9/25 : COPY . . [2022-10-21T19:40:34.352Z] ---> Using cache [2022-10-21T19:40:34.352Z] ---> b9151ea59fb4 [2022-10-21T19:40:34.352Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-21T19:40:34.625Z] ---> Running in f32322190cea [2022-10-21T19:40:37.211Z] 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-21T19:42:59.118Z] Removing intermediate container c9853155ebc9 [2022-10-21T19:42:59.118Z] ---> 6d0c8541cb06 [2022-10-21T19:42:59.118Z] [2022-10-21T19:42:59.118Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:42:59.118Z] ---> a6215f271958 [2022-10-21T19:42:59.118Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:42:59.118Z] ---> Using cache [2022-10-21T19:42:59.118Z] ---> fae0f0dceb4b [2022-10-21T19:42:59.118Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:42:59.118Z] ---> Using cache [2022-10-21T19:42:59.118Z] ---> 513e3a22d219 [2022-10-21T19:42:59.118Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-21T19:42:59.118Z] ---> Running in 98bee8fbb889 [2022-10-21T19:42:59.118Z] Removing intermediate container 98bee8fbb889 [2022-10-21T19:42:59.118Z] ---> 5ddc5dcca72b [2022-10-21T19:42:59.118Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:42:59.118Z] ---> Running in 200436c32e3b [2022-10-21T19:42:59.118Z] Removing intermediate container 200436c32e3b [2022-10-21T19:42:59.118Z] ---> 606c1d44eecd [2022-10-21T19:42:59.118Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:42:59.118Z] ---> b9d7c9a39b4d [2022-10-21T19:42:59.118Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-21T19:42:59.118Z] ---> b5501223db55 [2022-10-21T19:42:59.118Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-21T19:42:59.723Z] ---> 02d99db386cd [2022-10-21T19:42:59.723Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-21T19:42:59.723Z] ---> Running in 1b158a9194d8 [2022-10-21T19:43:00.308Z] Removing intermediate container 1b158a9194d8 [2022-10-21T19:43:00.308Z] ---> 0ba7acbb0a08 [2022-10-21T19:43:00.308Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:43:00.576Z] ---> Running in b44bd1a0b8ae [2022-10-21T19:43:00.843Z] Removing intermediate container b44bd1a0b8ae [2022-10-21T19:43:00.843Z] ---> c4e38e0cc2ee [2022-10-21T19:43:01.111Z] Step 21/23 : LABEL arch=arm64 [2022-10-21T19:43:01.111Z] ---> Running in e5aad457412a [2022-10-21T19:43:01.696Z] Removing intermediate container e5aad457412a [2022-10-21T19:43:01.696Z] ---> d540a2e58c4f [2022-10-21T19:43:01.696Z] Step 22/23 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:43:01.696Z] ---> Running in 837411db4fbc [2022-10-21T19:43:02.282Z] Removing intermediate container 837411db4fbc [2022-10-21T19:43:02.282Z] ---> cc2c085539da [2022-10-21T19:43:02.282Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:43:02.282Z] ---> Running in 98d55f20eca5 [2022-10-21T19:43:02.865Z] Removing intermediate container 98d55f20eca5 [2022-10-21T19:43:02.865Z] ---> 0df062050b77 [2022-10-21T19:43:02.865Z] [2022-10-21T19:43:03.133Z] Successfully built 0df062050b77 [2022-10-21T19:43:03.133Z] Successfully tagged support-scheduler-arm64:latest [2022-10-21T19:43:03.133Z] Building core-data [2022-10-21T19:43:21.376Z]  Building support-scheduler ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:43:21.376Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:43:21.376Z] ---> 4f1031bfc8fa [2022-10-21T19:43:21.376Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:43:21.376Z] ---> Using cache [2022-10-21T19:43:21.376Z] ---> 68d57ec5a83d [2022-10-21T19:43:21.376Z] Step 4/24 : WORKDIR /edgex-go [2022-10-21T19:43:21.376Z] ---> Using cache [2022-10-21T19:43:21.376Z] ---> 0ad588611bbf [2022-10-21T19:43:21.376Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:43:21.376Z] ---> Using cache [2022-10-21T19:43:21.376Z] ---> 9dec7b4b1332 [2022-10-21T19:43:21.376Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-21T19:43:21.376Z] ---> Running in ab342f6071a5 [2022-10-21T19:43:23.323Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:43:24.729Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:43:26.132Z] OK: 221 MiB in 51 packages [2022-10-21T19:43:27.544Z] Removing intermediate container ab342f6071a5 [2022-10-21T19:43:27.544Z] ---> 3ebba2ae0578 [2022-10-21T19:43:27.545Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-21T19:43:28.508Z] ---> 4cfa59d4768a [2022-10-21T19:43:28.508Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:43:28.508Z] ---> Running in 6c3cbddc64f0 [2022-10-21T19:44:50.117Z] Removing intermediate container 6c3cbddc64f0 [2022-10-21T19:44:50.117Z] ---> f8f6e1ffc5f6 [2022-10-21T19:44:50.117Z] Step 9/24 : COPY . . [2022-10-21T19:44:53.461Z] ---> b3f0c3b89814 [2022-10-21T19:44:53.461Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-21T19:44:53.461Z] ---> Running in ac6a36799f7c [2022-10-21T19:44:55.408Z] 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-21T19:45:22.084Z] Removing intermediate container 8e3eadf43a48 [2022-10-21T19:45:22.084Z] ---> 726ea5a9d790 [2022-10-21T19:45:22.084Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-21T19:45:22.084Z] ---> Running in 5d5034a1aba8 [2022-10-21T19:45:22.084Z] 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-21T19:45:27.417Z] Removing intermediate container 5d5034a1aba8 [2022-10-21T19:45:27.417Z] ---> a5ff9d11edd3 [2022-10-21T19:45:27.417Z] [2022-10-21T19:45:27.417Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:45:27.417Z] ---> a6215f271958 [2022-10-21T19:45:27.417Z] 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-21T19:45:27.417Z] ---> Running in 30088f9c2411 [2022-10-21T19:45:27.417Z] Removing intermediate container 30088f9c2411 [2022-10-21T19:45:27.417Z] ---> 3f6ed420b1e9 [2022-10-21T19:45:27.417Z] 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-21T19:45:27.417Z] ---> Running in de211a95712e [2022-10-21T19:45:29.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:45:29.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:45:31.034Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-21T19:45:31.034Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-21T19:45:31.034Z] (3/33) Installing readline (8.1.2-r0) [2022-10-21T19:45:31.034Z] (4/33) Installing bash (5.1.16-r2) [2022-10-21T19:45:31.300Z] Executing bash-5.1.16-r2.post-install [2022-10-21T19:45:31.300Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-21T19:45:31.300Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-21T19:45:31.570Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-21T19:45:31.570Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-21T19:45:31.570Z] (9/33) Installing curl (7.83.1-r3) [2022-10-21T19:45:31.570Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-21T19:45:32.533Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-21T19:45:32.533Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-21T19:45:32.533Z] (13/33) Installing expat (2.4.9-r0) [2022-10-21T19:45:32.533Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-21T19:45:32.533Z] (15/33) Installing gdbm (1.23-r0) [2022-10-21T19:45:32.533Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-21T19:45:32.799Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-21T19:45:32.799Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-21T19:45:32.799Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-21T19:45:32.799Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-21T19:45:32.799Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-21T19:45:35.387Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-21T19:45:35.387Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-21T19:45:35.387Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-21T19:45:35.387Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-21T19:45:35.387Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-21T19:45:35.387Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-21T19:45:35.387Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-21T19:45:35.387Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-21T19:45:35.387Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-21T19:45:35.387Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-21T19:45:35.387Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-21T19:45:35.656Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-21T19:45:37.064Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:45:37.064Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:45:37.332Z] OK: 120 MiB in 47 packages [2022-10-21T19:45:55.540Z] Collecting docker-compose==1.23.2 [2022-10-21T19:45:55.540Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-21T19:45:55.540Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 10.8 MB/s eta 0:00:00 [2022-10-21T19:45:55.540Z] Collecting docopt<0.7,>=0.6.1 [2022-10-21T19:45:55.540Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-21T19:45:55.540Z] Preparing metadata (setup.py): started [2022-10-21T19:45:56.948Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:45:56.948Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-21T19:45:56.948Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-21T19:45:57.215Z] Preparing metadata (setup.py): started [2022-10-21T19:45:59.793Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:45:59.793Z] Collecting texttable<0.10,>=0.9.0 [2022-10-21T19:45:59.793Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-21T19:45:59.793Z] Preparing metadata (setup.py): started [2022-10-21T19:46:02.368Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:46:02.633Z] Collecting cached-property<2,>=1.2.0 [2022-10-21T19:46:02.633Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-21T19:46:02.900Z] 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-21T19:46:03.479Z] Collecting jsonschema<3,>=2.5.1 [2022-10-21T19:46:03.479Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-21T19:46:04.059Z] Collecting docker<4.0,>=3.6.0 [2022-10-21T19:46:04.059Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-21T19:46:04.059Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 16.9 MB/s eta 0:00:00 [2022-10-21T19:46:05.997Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-21T19:46:05.997Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-21T19:46:05.997Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 16.0 MB/s eta 0:00:00 [2022-10-21T19:46:06.956Z] Collecting PyYAML<4,>=3.10 [2022-10-21T19:46:06.956Z] 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-21T19:46:06.956Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-21T19:46:06.956Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 6.0 MB/s eta 0:00:00 [2022-10-21T19:46:09.537Z] Preparing metadata (setup.py): started [2022-10-21T19:46:11.478Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:46:12.061Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-21T19:46:12.061Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-21T19:46:12.061Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 7.3 MB/s eta 0:00:00 [2022-10-21T19:46:13.468Z] Collecting docker-pycreds>=0.4.0 [2022-10-21T19:46:13.468Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-21T19:46:14.426Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-21T19:46:14.426Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-21T19:46:14.426Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 17.7 MB/s eta 0:00:00 [2022-10-21T19:46:15.008Z] Collecting certifi>=2017.4.17 [2022-10-21T19:46:15.009Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-21T19:46:15.009Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 16.1 MB/s eta 0:00:00 [2022-10-21T19:46:15.284Z] Collecting idna<2.8,>=2.5 [2022-10-21T19:46:15.284Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-21T19:46:15.284Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 16.1 MB/s eta 0:00:00 [2022-10-21T19:46:15.554Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-21T19:46:15.554Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-21T19:46:15.822Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 12.5 MB/s eta 0:00:00 [2022-10-21T19:46:16.409Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-21T19:46:16.409Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-21T19:46:16.409Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-21T19:46:16.409Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-21T19:46:17.819Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-21T19:46:17.819Z] Running setup.py install for texttable: started [2022-10-21T19:46:20.406Z] Running setup.py install for texttable: finished with status 'done' [2022-10-21T19:46:20.406Z] Running setup.py install for PyYAML: started [2022-10-21T19:46:23.758Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-21T19:46:26.346Z] Running setup.py install for docopt: started [2022-10-21T19:46:29.685Z] Running setup.py install for docopt: finished with status 'done' [2022-10-21T19:46:33.035Z] Removing intermediate container 4fe6f347d771 [2022-10-21T19:46:33.035Z] ---> 3b037911ddf5 [2022-10-21T19:46:33.035Z] [2022-10-21T19:46:33.035Z] Step 10/22 : FROM alpine:3.16 [2022-10-21T19:46:33.035Z] ---> a6215f271958 [2022-10-21T19:46:33.035Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-21T19:46:33.035Z] ---> Running in c6bc229ef580 [2022-10-21T19:46:34.452Z] Running setup.py install for dockerpty: started [2022-10-21T19:46:34.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:46:34.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:46:36.400Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-21T19:46:36.400Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-21T19:46:36.400Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-21T19:46:36.400Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-21T19:46:36.400Z] (5/6) Installing curl (7.83.1-r3) [2022-10-21T19:46:36.400Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-21T19:46:36.400Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:46:36.400Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:46:36.985Z] OK: 8 MiB in 20 packages [2022-10-21T19:46:38.392Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-21T19:46:39.356Z] Removing intermediate container c6bc229ef580 [2022-10-21T19:46:39.356Z] ---> 85a22a451240 [2022-10-21T19:46:39.356Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-21T19:46:39.356Z] ---> Running in 65d63a37b046 [2022-10-21T19:46:39.953Z] Removing intermediate container 65d63a37b046 [2022-10-21T19:46:39.953Z] ---> e108d6e5a618 [2022-10-21T19:46:39.953Z] Step 13/22 : WORKDIR /edgex [2022-10-21T19:46:40.232Z] ---> Running in 694646ffc051 [2022-10-21T19:46:40.508Z] Removing intermediate container 694646ffc051 [2022-10-21T19:46:40.508Z] ---> 67132285f8d1 [2022-10-21T19:46:40.508Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-21T19:46:43.085Z] ---> d05ec6f9570e [2022-10-21T19:46:43.085Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-21T19:46:43.085Z] 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-21T19:46:43.085Z] 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-21T19:46:44.493Z]  ---> 8c480a34e564 [2022-10-21T19:46:44.493Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-21T19:46:45.920Z] ---> fcc30598c0be [2022-10-21T19:46:45.920Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-21T19:46:47.330Z] ---> d73cb143ccb9 [2022-10-21T19:46:47.330Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-21T19:46:47.597Z] ---> Running in 76c68dfab05e [2022-10-21T19:46:53.154Z] Removing intermediate container 76c68dfab05e [2022-10-21T19:46:53.154Z] ---> d60c7c180b77 [2022-10-21T19:46:53.154Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-21T19:46:53.154Z] ---> Running in f14209f0fb11 [2022-10-21T19:46:53.798Z] Removing intermediate container f14209f0fb11 [2022-10-21T19:46:53.798Z] ---> 717c36eb307f [2022-10-21T19:46:53.798Z] Step 20/22 : LABEL arch=arm64 [2022-10-21T19:46:54.098Z] ---> Running in 17bbe6ba0abd [2022-10-21T19:46:55.130Z] Removing intermediate container 17bbe6ba0abd [2022-10-21T19:46:55.130Z] ---> 86e2f11a7ea5 [2022-10-21T19:46:55.130Z] Step 21/22 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:46:55.130Z] ---> Running in 5b2ce1782471 [2022-10-21T19:46:56.166Z] Removing intermediate container 5b2ce1782471 [2022-10-21T19:46:56.445Z] ---> 1aa735034c7f [2022-10-21T19:46:56.445Z] Step 22/22 : LABEL version=0.0.0 [2022-10-21T19:46:56.720Z] ---> Running in 56f423f9453d [2022-10-21T19:46:57.304Z] Removing intermediate container 56f423f9453d [2022-10-21T19:46:57.304Z] ---> c832622020b2 [2022-10-21T19:46:57.304Z] [2022-10-21T19:46:58.263Z] Successfully built c832622020b2 [2022-10-21T19:46:58.263Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-21T19:47:04.894Z]  Building security-proxy-setup ... done Removing intermediate container de211a95712e [2022-10-21T19:47:04.894Z] ---> 65b296b7963b [2022-10-21T19:47:04.894Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-21T19:47:04.894Z] ---> Running in 5c388d44d77f [2022-10-21T19:47:04.894Z] Removing intermediate container 5c388d44d77f [2022-10-21T19:47:04.894Z] ---> 0a57d015dddd [2022-10-21T19:47:04.894Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:47:04.894Z] ---> Running in c89bcf5fbaed [2022-10-21T19:47:05.479Z] Removing intermediate container c89bcf5fbaed [2022-10-21T19:47:05.479Z] ---> f54f9b6b4857 [2022-10-21T19:47:05.479Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-21T19:47:07.415Z] ---> 44673431ae29 [2022-10-21T19:47:07.415Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-21T19:47:07.995Z] ---> 7c9766b3bf62 [2022-10-21T19:47:07.995Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-21T19:47:08.951Z] ---> 16783a70af14 [2022-10-21T19:47:08.951Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-21T19:47:09.218Z] ---> Running in c41855be42c2 [2022-10-21T19:47:09.800Z] Removing intermediate container c41855be42c2 [2022-10-21T19:47:09.800Z] ---> fe17a794bed7 [2022-10-21T19:47:09.800Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:47:09.800Z] ---> Running in 8a193f012be8 [2022-10-21T19:47:10.384Z] Removing intermediate container 8a193f012be8 [2022-10-21T19:47:10.384Z] ---> f785c2899193 [2022-10-21T19:47:10.384Z] Step 21/23 : LABEL arch=arm64 [2022-10-21T19:47:10.384Z] ---> Running in 989ee8522bbc [2022-10-21T19:47:10.975Z] Removing intermediate container 989ee8522bbc [2022-10-21T19:47:10.975Z] ---> 1fbd1e68ebeb [2022-10-21T19:47:10.975Z] Step 22/23 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:47:10.975Z] ---> Running in 1af1678e80e3 [2022-10-21T19:47:11.556Z] Removing intermediate container 1af1678e80e3 [2022-10-21T19:47:11.556Z] ---> 79e4b132d3aa [2022-10-21T19:47:11.556Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:47:11.556Z] ---> Running in a3f63413a0e1 [2022-10-21T19:47:12.137Z] Removing intermediate container a3f63413a0e1 [2022-10-21T19:47:12.137Z] ---> 2cd0f5f37081 [2022-10-21T19:47:12.137Z] [2022-10-21T19:47:12.412Z] Successfully built 2cd0f5f37081 [2022-10-21T19:47:12.412Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-21T19:47:59.221Z]  Building sys-mgmt-agent ... done Removing intermediate container f32322190cea [2022-10-21T19:47:59.221Z] ---> e0990d4e210f [2022-10-21T19:47:59.221Z] [2022-10-21T19:47:59.221Z] Step 11/25 : FROM alpine:3.16 [2022-10-21T19:47:59.221Z] ---> a6215f271958 [2022-10-21T19:47:59.221Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:47:59.221Z] ---> Using cache [2022-10-21T19:47:59.221Z] ---> fae0f0dceb4b [2022-10-21T19:47:59.221Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:47:59.221Z] ---> Using cache [2022-10-21T19:47:59.221Z] ---> 513e3a22d219 [2022-10-21T19:47:59.221Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-21T19:47:59.221Z] ---> Running in 730cd68e10fe [2022-10-21T19:47:59.221Z] Removing intermediate container 730cd68e10fe [2022-10-21T19:47:59.221Z] ---> bc929afbe630 [2022-10-21T19:47:59.221Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-21T19:47:59.221Z] ---> Running in 9b0cb09e2bd1 [2022-10-21T19:47:59.221Z] Removing intermediate container 9b0cb09e2bd1 [2022-10-21T19:47:59.221Z] ---> 662f48629a5e [2022-10-21T19:47:59.221Z] Step 16/25 : WORKDIR / [2022-10-21T19:47:59.221Z] ---> Running in 5c5f3f35158c [2022-10-21T19:47:59.221Z] Removing intermediate container 5c5f3f35158c [2022-10-21T19:47:59.221Z] ---> 80a07f43ab65 [2022-10-21T19:47:59.221Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:47:59.221Z] ---> 6a16e139160a [2022-10-21T19:47:59.221Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-21T19:47:59.221Z] ---> 79a0196a4206 [2022-10-21T19:47:59.221Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-21T19:47:59.804Z] ---> b83539ee640e [2022-10-21T19:47:59.804Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-21T19:48:01.208Z] ---> 6dbebfcf7e55 [2022-10-21T19:48:01.208Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-21T19:48:01.208Z] ---> Running in 1a99b57da8e7 [2022-10-21T19:48:01.474Z] Removing intermediate container 1a99b57da8e7 [2022-10-21T19:48:01.474Z] ---> a44971245b58 [2022-10-21T19:48:01.474Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:48:01.741Z] ---> Running in f068e7377b5a [2022-10-21T19:48:02.323Z] Removing intermediate container f068e7377b5a [2022-10-21T19:48:02.323Z] ---> 2ffea50d77fd [2022-10-21T19:48:02.323Z] Step 23/25 : LABEL arch=arm64 [2022-10-21T19:48:02.323Z] ---> Running in 7b16860a66e9 [2022-10-21T19:48:02.902Z] Removing intermediate container 7b16860a66e9 [2022-10-21T19:48:02.902Z] ---> d1e5fea529a8 [2022-10-21T19:48:02.902Z] Step 24/25 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:48:02.902Z] ---> Running in 29d463fbc521 [2022-10-21T19:48:03.487Z] Removing intermediate container 29d463fbc521 [2022-10-21T19:48:03.487Z] ---> fe0694457437 [2022-10-21T19:48:03.487Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:48:03.487Z] ---> Running in 2b26e4b8eb16 [2022-10-21T19:48:04.069Z] Removing intermediate container 2b26e4b8eb16 [2022-10-21T19:48:04.069Z] ---> fa3bd2d833fb [2022-10-21T19:48:04.069Z] [2022-10-21T19:48:04.335Z] Successfully built fa3bd2d833fb [2022-10-21T19:48:04.335Z] Successfully tagged core-metadata-arm64:latest [2022-10-21T19:49:12.164Z]  Building core-metadata ... done Removing intermediate container 6374f87eeefa [2022-10-21T19:49:12.164Z] ---> a1695a6672c0 [2022-10-21T19:49:12.164Z] [2022-10-21T19:49:12.164Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:49:12.164Z] ---> a6215f271958 [2022-10-21T19:49:12.164Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-21T19:49:12.164Z] ---> Running in a2bdc59029e2 [2022-10-21T19:49:12.164Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:49:12.164Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:49:12.164Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-21T19:49:12.164Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-21T19:49:12.164Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:49:12.164Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:49:12.164Z] OK: 6 MiB in 16 packages [2022-10-21T19:49:12.431Z] Removing intermediate container a2bdc59029e2 [2022-10-21T19:49:12.431Z] ---> 9dcaad3aeea4 [2022-10-21T19:49:12.431Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:49:12.431Z] ---> Running in 440bebd59d1f [2022-10-21T19:49:13.014Z] Removing intermediate container 440bebd59d1f [2022-10-21T19:49:13.014Z] ---> 84ea14cf4746 [2022-10-21T19:49:13.014Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-21T19:49:13.014Z] ---> Running in 5838d06bac80 [2022-10-21T19:49:13.607Z] Removing intermediate container 5838d06bac80 [2022-10-21T19:49:13.607Z] ---> 4b648fb125ac [2022-10-21T19:49:13.607Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:49:13.607Z] ---> Running in afeae44244ac [2022-10-21T19:49:13.874Z] Removing intermediate container afeae44244ac [2022-10-21T19:49:13.874Z] ---> 8e4c64388dba [2022-10-21T19:49:13.874Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:49:14.457Z] ---> c88847c45cfd [2022-10-21T19:49:14.457Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-21T19:49:16.409Z] ---> 382632b315a1 [2022-10-21T19:49:16.409Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-21T19:49:16.990Z] ---> d8501a67dca9 [2022-10-21T19:49:16.990Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-21T19:49:16.990Z] ---> Running in 495b7b9b241f [2022-10-21T19:49:17.256Z] Removing intermediate container 495b7b9b241f [2022-10-21T19:49:17.256Z] ---> ae712d6257e1 [2022-10-21T19:49:17.256Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:49:17.256Z] ---> Running in 9267c07c1117 [2022-10-21T19:49:17.840Z] Removing intermediate container 9267c07c1117 [2022-10-21T19:49:17.840Z] ---> 08e2d455a697 [2022-10-21T19:49:17.840Z] Step 21/23 : LABEL arch=arm64 [2022-10-21T19:49:17.840Z] ---> Running in 47291da9e845 [2022-10-21T19:49:18.107Z] Removing intermediate container 47291da9e845 [2022-10-21T19:49:18.107Z] ---> 63f79e8992ff [2022-10-21T19:49:18.107Z] Step 22/23 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:49:18.107Z] ---> Running in f19ebfaa4665 [2022-10-21T19:49:18.373Z] Removing intermediate container f19ebfaa4665 [2022-10-21T19:49:18.373Z] ---> 0a1b89cc2504 [2022-10-21T19:49:18.373Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:49:18.641Z] ---> Running in 8975c75d8fec [2022-10-21T19:49:18.907Z] Removing intermediate container 8975c75d8fec [2022-10-21T19:49:18.907Z] ---> 00b46703eeb6 [2022-10-21T19:49:18.907Z] [2022-10-21T19:49:19.172Z] Successfully built 00b46703eeb6 [2022-10-21T19:49:19.172Z] Successfully tagged support-notifications-arm64:latest [2022-10-21T19:49:25.812Z]  Building support-notifications ... done Removing intermediate container ac6a36799f7c [2022-10-21T19:49:25.812Z] ---> 3535d33d687d [2022-10-21T19:49:25.812Z] [2022-10-21T19:49:25.812Z] Step 11/24 : FROM alpine:3.16 [2022-10-21T19:49:25.812Z] ---> a6215f271958 [2022-10-21T19:49:25.812Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-21T19:49:25.812Z] ---> Running in 8ad40c8b7899 [2022-10-21T19:49:25.812Z] Removing intermediate container 8ad40c8b7899 [2022-10-21T19:49:25.812Z] ---> f19584aeffe3 [2022-10-21T19:49:25.812Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-21T19:49:25.812Z] ---> Running in d37e2a56c6f1 [2022-10-21T19:49:26.080Z] Removing intermediate container d37e2a56c6f1 [2022-10-21T19:49:26.080Z] ---> a894a1779881 [2022-10-21T19:49:26.080Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-21T19:49:26.080Z] ---> Running in 3de272751f3d [2022-10-21T19:49:26.663Z] Removing intermediate container 3de272751f3d [2022-10-21T19:49:26.663Z] ---> fcd1033543dc [2022-10-21T19:49:26.663Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:49:26.663Z] ---> Running in 5a44f057951e [2022-10-21T19:49:28.606Z] Removing intermediate container 5a44f057951e [2022-10-21T19:49:28.606Z] ---> b17cedeb969b [2022-10-21T19:49:28.606Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-21T19:49:28.606Z] ---> Running in e7995e1c3ea6 [2022-10-21T19:49:29.274Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:49:30.229Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:49:31.196Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-21T19:49:31.463Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-21T19:49:31.463Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-21T19:49:31.728Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-21T19:49:31.728Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-21T19:49:31.995Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-21T19:49:31.995Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:49:31.995Z] OK: 8 MiB in 20 packages [2022-10-21T19:49:32.968Z] Removing intermediate container e7995e1c3ea6 [2022-10-21T19:49:32.968Z] ---> a3b23b64e211 [2022-10-21T19:49:32.968Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:49:33.554Z] ---> 392cf85e7e68 [2022-10-21T19:49:33.554Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-21T19:49:34.509Z] ---> 91415193ff24 [2022-10-21T19:49:34.509Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-21T19:49:35.093Z] ---> 5c4a4717739d [2022-10-21T19:49:35.093Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-21T19:49:35.093Z] ---> Running in f12924f6a998 [2022-10-21T19:49:35.362Z] Removing intermediate container f12924f6a998 [2022-10-21T19:49:35.362Z] ---> 47db989d6ea3 [2022-10-21T19:49:35.362Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:49:35.362Z] ---> Running in e2724bd0c201 [2022-10-21T19:49:35.629Z] Removing intermediate container e2724bd0c201 [2022-10-21T19:49:35.629Z] ---> 0c247c0cb2ce [2022-10-21T19:49:35.629Z] Step 22/24 : LABEL arch=arm64 [2022-10-21T19:49:35.629Z] ---> Running in d6900db05730 [2022-10-21T19:49:35.895Z] Removing intermediate container d6900db05730 [2022-10-21T19:49:35.895Z] ---> 49e5e13325d2 [2022-10-21T19:49:35.895Z] Step 23/24 : LABEL git_sha=66516b2e2cad91b1037e53f725f5363c697bd9f1 [2022-10-21T19:49:36.160Z] ---> Running in fc7529b86e86 [2022-10-21T19:49:36.427Z] Removing intermediate container fc7529b86e86 [2022-10-21T19:49:36.427Z] ---> 9a1f836b60b3 [2022-10-21T19:49:36.427Z] Step 24/24 : LABEL version=0.0.0 [2022-10-21T19:49:36.427Z] ---> Running in 6916ec7ac844 [2022-10-21T19:49:36.814Z] Removing intermediate container 6916ec7ac844 [2022-10-21T19:49:36.814Z] ---> 8a2e5b09a63a [2022-10-21T19:49:36.814Z] [2022-10-21T19:49:36.814Z] Successfully built 8a2e5b09a63a [2022-10-21T19:49:37.078Z] Successfully tagged core-data-arm64:latest [2022-10-21T19:49:37.351Z]  Building core-data ... done  [Pipeline] } [2022-10-21T19:49:37.365Z] $ docker stop --time=1 87712b614c6b847edae73bb39301e9bec125df37c4d4eee890b6c85a29c968e6 [2022-10-21T19:49:39.022Z] $ docker rm -f 87712b614c6b847edae73bb39301e9bec125df37c4d4eee890b6c85a29c968e6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-21T19:49:39.551Z] + docker images [2022-10-21T19:49:39.816Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-21T19:49:39.816Z] core-data-arm64 latest 8a2e5b09a63a 3 seconds ago 20.8MB [2022-10-21T19:49:39.816Z] 3535d33d687d 15 seconds ago 1.44GB [2022-10-21T19:49:39.816Z] support-notifications-arm64 latest 00b46703eeb6 21 seconds ago 29.5MB [2022-10-21T19:49:39.816Z] a1695a6672c0 34 seconds ago 1.5GB [2022-10-21T19:49:39.816Z] core-metadata-arm64 latest fa3bd2d833fb About a minute ago 17.7MB [2022-10-21T19:49:39.816Z] e0990d4e210f About a minute ago 1.44GB [2022-10-21T19:49:39.816Z] sys-mgmt-agent-arm64 latest 2cd0f5f37081 2 minutes ago 133MB [2022-10-21T19:49:39.816Z] security-proxy-setup-arm64 latest c832622020b2 2 minutes ago 26.7MB [2022-10-21T19:49:39.816Z] 3b037911ddf5 3 minutes ago 1.43GB [2022-10-21T19:49:39.816Z] a5ff9d11edd3 4 minutes ago 1.42GB [2022-10-21T19:49:39.816Z] support-scheduler-arm64 latest 0df062050b77 6 minutes ago 28.8MB [2022-10-21T19:49:39.816Z] 6d0c8541cb06 6 minutes ago 1.5GB [2022-10-21T19:49:39.816Z] core-command-arm64 latest 8df4f41cd1e4 9 minutes ago 16.9MB [2022-10-21T19:49:39.816Z] 50906a1be695 9 minutes ago 1.44GB [2022-10-21T19:49:39.816Z] security-spire-server-arm64 latest fb3bd8eaca5e 10 minutes ago 84.3MB [2022-10-21T19:49:39.816Z] b61f692888f8 10 minutes ago 1.31GB [2022-10-21T19:49:39.816Z] security-spiffe-token-provider-arm64 latest 6e7b7e6f063c 11 minutes ago 28.8MB [2022-10-21T19:49:39.816Z] 03f31f34f8fe 12 minutes ago 1.47GB [2022-10-21T19:49:39.816Z] security-bootstrapper-arm64 latest c4cb473fc643 12 minutes ago 19.4MB [2022-10-21T19:49:39.816Z] security-secretstore-setup-arm64 latest 53806d5faae2 13 minutes ago 28.6MB [2022-10-21T19:49:39.816Z] 20fc5abdd02f 13 minutes ago 1.43GB [2022-10-21T19:49:39.816Z] 2c583f8dd92c 13 minutes ago 1.43GB [2022-10-21T19:49:39.816Z] security-spire-agent-arm64 latest 54b012560139 19 minutes ago 122MB [2022-10-21T19:49:39.816Z] security-spire-config-arm64 latest 5601d3138c11 19 minutes ago 83.6MB [2022-10-21T19:49:39.816Z] ace5ae12fdb3 20 minutes ago 1.31GB [2022-10-21T19:49:39.816Z] 7df363614597 20 minutes ago 1.31GB [2022-10-21T19:49:39.816Z] ci-base-image-arm64 latest 4f1031bfc8fa 35 minutes ago 943MB [2022-10-21T19:49:39.816Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 11 days ago 679MB [2022-10-21T19:49:39.816Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-10-21T19:49:39.816Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-10-21T19:49:39.816Z] 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-21T19:49:40.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-21T19:49:40.608Z] [2022-10-21T19:49:40.608Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:49:41.007Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-21T19:49:41.007Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-21T19:49:41.007Z] 8998bd30e6a1: Pulling fs layer [2022-10-21T19:49:41.007Z] 04944245beec: Pulling fs layer [2022-10-21T19:49:41.007Z] 699f458cf7ca: Pulling fs layer [2022-10-21T19:49:41.007Z] 765212b225bb: Pulling fs layer [2022-10-21T19:49:41.007Z] f23df028b6ca: Pulling fs layer [2022-10-21T19:49:41.007Z] d65c8cfc05b1: Pulling fs layer [2022-10-21T19:49:41.007Z] 2437ff75d9bd: Pulling fs layer [2022-10-21T19:49:41.007Z] 765212b225bb: Waiting [2022-10-21T19:49:41.007Z] 2437ff75d9bd: Waiting [2022-10-21T19:49:41.007Z] f23df028b6ca: Waiting [2022-10-21T19:49:41.007Z] d65c8cfc05b1: Waiting [2022-10-21T19:49:41.276Z] 04944245beec: Verifying Checksum [2022-10-21T19:49:41.276Z] 04944245beec: Download complete [2022-10-21T19:49:41.276Z] 765212b225bb: Verifying Checksum [2022-10-21T19:49:41.276Z] 765212b225bb: Download complete [2022-10-21T19:49:41.276Z] f23df028b6ca: Verifying Checksum [2022-10-21T19:49:41.276Z] f23df028b6ca: Download complete [2022-10-21T19:49:41.276Z] d65c8cfc05b1: Verifying Checksum [2022-10-21T19:49:41.276Z] d65c8cfc05b1: Download complete [2022-10-21T19:49:41.276Z] 699f458cf7ca: Verifying Checksum [2022-10-21T19:49:41.276Z] 699f458cf7ca: Download complete [2022-10-21T19:49:41.864Z] 8998bd30e6a1: Verifying Checksum [2022-10-21T19:49:41.864Z] 8998bd30e6a1: Download complete [2022-10-21T19:49:44.446Z] 2437ff75d9bd: Verifying Checksum [2022-10-21T19:49:44.447Z] 2437ff75d9bd: Download complete [2022-10-21T19:49:45.854Z] 8998bd30e6a1: Pull complete [2022-10-21T19:49:46.119Z] 04944245beec: Pull complete [2022-10-21T19:49:47.519Z] 699f458cf7ca: Pull complete [2022-10-21T19:49:47.519Z] 765212b225bb: Pull complete [2022-10-21T19:49:48.471Z] f23df028b6ca: Pull complete [2022-10-21T19:49:48.471Z] d65c8cfc05b1: Pull complete [2022-10-21T19:50:03.447Z] 2437ff75d9bd: Pull complete [2022-10-21T19:50:03.447Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-21T19:50:03.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-21T19:50:03.447Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:50:03.830Z] prd-ubuntu20.04-docker-arm64-4c-16g-8790 does not seem to be running inside a container [2022-10-21T19:50:03.909Z] $ 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-21T19:50:06.564Z] $ docker top 149632e96289cce88daf83313e0293633fb1946ca1e1659339935d15fa25a30e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:50:07.189Z] ---> job-cost.sh [2022-10-21T19:50:07.463Z] lf-activate-venv: SKIPPING [2022-10-21T19:50:07.463Z] INFO: No Stack... [2022-10-21T19:50:08.051Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-21T19:50:08.630Z] INFO: Archiving Costs [Pipeline] sh [2022-10-21T19:50:08.960Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-10-21T19:50:08.960Z] + cut -d, -f6 [Pipeline] lock [2022-10-21T19:50:09.270Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4209-1-stack-cost] [2022-10-21T19:50:09.275Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4209-1-stack-cost] did not exist. Created. [2022-10-21T19:50:09.275Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4209-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-21T19:50:09.995Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-21T19:50:10.175Z] Stashed 1 file(s) [Pipeline] } [2022-10-21T19:50:10.189Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4209-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-21T19:50:10.258Z] $ docker stop --time=1 149632e96289cce88daf83313e0293633fb1946ca1e1659339935d15fa25a30e [2022-10-21T19:50:11.747Z] $ docker rm -f 149632e96289cce88daf83313e0293633fb1946ca1e1659339935d15fa25a30e [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-21T19:50:12.683Z] provisioning config files... [2022-10-21T19:50:12.691Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4961565714812951481tmp [Pipeline] { [Pipeline] sh [2022-10-21T19:50:13.023Z] + set +x [2022-10-21T19:50:13.023Z] + bash -s -- [2022-10-21T19:50:13.023Z] + curl -s https://codecov.io/bash [2022-10-21T19:50:13.023Z] [2022-10-21T19:50:13.024Z] _____ _ [2022-10-21T19:50:13.024Z] / ____| | | [2022-10-21T19:50:13.024Z] | | ___ __| | ___ ___ _____ __ [2022-10-21T19:50:13.024Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-21T19:50:13.024Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-21T19:50:13.024Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-21T19:50:13.024Z] Bash-1.0.6 [2022-10-21T19:50:13.024Z] [2022-10-21T19:50:13.024Z] [2022-10-21T19:50:13.024Z] ==> git version 2.25.1 found [2022-10-21T19:50:13.024Z] ==> 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-21T19:50:13.024Z] Release-Date: 2020-01-08 [2022-10-21T19:50:13.024Z] 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-21T19:50:13.024Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-21T19:50:13.024Z] ==> Jenkins CI detected. [2022-10-21T19:50:13.024Z] current dir:  /w/workspace/edgex-go/1 [2022-10-21T19:50:13.024Z] project root: . [2022-10-21T19:50:13.024Z] --> token set from env [2022-10-21T19:50:13.024Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-21T19:50:13.024Z] ==> Running gcov in . (disable via -X gcov) [2022-10-21T19:50:13.024Z] ==> Python coveragepy not found [2022-10-21T19:50:13.024Z] ==> Searching for coverage reports in: [2022-10-21T19:50:13.024Z] + . [2022-10-21T19:50:13.024Z] -> Found 1 reports [2022-10-21T19:50:13.024Z] ==> Detecting git/mercurial file structure [2022-10-21T19:50:13.024Z] ==> Reading reports [2022-10-21T19:50:13.024Z] + ./coverage.out bytes=500071 [2022-10-21T19:50:13.024Z] ==> Appending adjustments [2022-10-21T19:50:13.024Z] https://docs.codecov.io/docs/fixing-reports [2022-10-21T19:50:14.399Z] + Found adjustments [2022-10-21T19:50:14.399Z] ==> Gzipping contents [2022-10-21T19:50:14.399Z] 64K /tmp/codecov.ZuCym4.gz [2022-10-21T19:50:14.399Z] ==> Uploading reports [2022-10-21T19:50:14.399Z] url: https://codecov.io [2022-10-21T19:50:14.399Z] query: branch=PR-4209&commit=66516b2e2cad91b1037e53f725f5363c697bd9f1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4209%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4209&job=&cmd_args= [2022-10-21T19:50:14.399Z] -> Pinging Codecov [2022-10-21T19:50:14.399Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4209&commit=66516b2e2cad91b1037e53f725f5363c697bd9f1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4209%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4209&job=&cmd_args= [2022-10-21T19:50:15.334Z] -> Uploading to [2022-10-21T19:50:15.334Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-21/00271124DB129430A58F1EEE437C3FCB/66516b2e2cad91b1037e53f725f5363c697bd9f1/60e080a5-e744-4c13-b059-5e680a4aa6f2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221021%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221021T195015Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5d3039286d33ea54dc8c4c7ecb10dfdec3edac8c77e8f9901eaf322d23cc9b52 [2022-10-21T19:50:15.334Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-21T19:50:15.334Z] Dload Upload Total Spent Left Speed [2022-10-21T19:50:15.593Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65186 0 0 100 65186 0 275k --:--:-- --:--:-- --:--:-- 275k [2022-10-21T19:50:15.593Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/66516b2e2cad91b1037e53f725f5363c697bd9f1 [Pipeline] } [2022-10-21T19:50:15.622Z] 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-21T19:50:16.871Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:50:17.200Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:50:18.095Z] ---> package-listing.sh [2022-10-21T19:50:18.095Z] ++ facter osfamily [2022-10-21T19:50:18.095Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-21T19:50:18.353Z] + OS_FAMILY=debian [2022-10-21T19:50:18.353Z] + workspace=/w/workspace/edgex-go/1 [2022-10-21T19:50:18.353Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-21T19:50:18.353Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-21T19:50:18.353Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-21T19:50:18.353Z] + PACKAGES=/tmp/packages_start.txt [2022-10-21T19:50:18.353Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-21T19:50:18.353Z] + PACKAGES=/tmp/packages_end.txt [2022-10-21T19:50:18.353Z] + case "${OS_FAMILY}" in [2022-10-21T19:50:18.353Z] + dpkg -l [2022-10-21T19:50:18.353Z] + grep '^ii' [2022-10-21T19:50:18.353Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-21T19:50:18.353Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-21T19:50:18.353Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-21T19:50:18.353Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-21T19:50:18.353Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-21T19:50:18.353Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-21T19:50:18.386Z] 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-21T19:50:18.675Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:50:19.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-21T19:50:19.290Z] [2022-10-21T19:50:19.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:50:19.661Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-21T19:50:19.661Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-21T19:50:19.661Z] 5eb5b503b376: Pulling fs layer [2022-10-21T19:50:19.661Z] 5c69ac0246d0: Pulling fs layer [2022-10-21T19:50:19.661Z] ec43610c2a17: Pulling fs layer [2022-10-21T19:50:19.661Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-21T19:50:19.661Z] 33b1e0a273af: Pulling fs layer [2022-10-21T19:50:19.661Z] 5d3b04190fa2: Pulling fs layer [2022-10-21T19:50:19.661Z] 2f39f015ded8: Pulling fs layer [2022-10-21T19:50:19.661Z] 3a2ae6a8a46f: Waiting [2022-10-21T19:50:19.661Z] 33b1e0a273af: Waiting [2022-10-21T19:50:19.661Z] 5d3b04190fa2: Waiting [2022-10-21T19:50:19.661Z] 2f39f015ded8: Waiting [2022-10-21T19:50:19.661Z] 5c69ac0246d0: Download complete [2022-10-21T19:50:19.661Z] 3a2ae6a8a46f: Download complete [2022-10-21T19:50:19.918Z] 33b1e0a273af: Verifying Checksum [2022-10-21T19:50:19.918Z] 33b1e0a273af: Download complete [2022-10-21T19:50:19.918Z] 5d3b04190fa2: Verifying Checksum [2022-10-21T19:50:19.918Z] 5d3b04190fa2: Download complete [2022-10-21T19:50:19.918Z] ec43610c2a17: Verifying Checksum [2022-10-21T19:50:19.918Z] ec43610c2a17: Download complete [2022-10-21T19:50:19.918Z] 5eb5b503b376: Verifying Checksum [2022-10-21T19:50:19.918Z] 5eb5b503b376: Download complete [2022-10-21T19:50:20.484Z] 2f39f015ded8: Download complete [2022-10-21T19:50:21.055Z] 5eb5b503b376: Pull complete [2022-10-21T19:50:21.312Z] 5c69ac0246d0: Pull complete [2022-10-21T19:50:21.571Z] ec43610c2a17: Pull complete [2022-10-21T19:50:21.571Z] 3a2ae6a8a46f: Pull complete [2022-10-21T19:50:21.830Z] 33b1e0a273af: Pull complete [2022-10-21T19:50:21.830Z] 5d3b04190fa2: Pull complete [2022-10-21T19:50:26.012Z] 2f39f015ded8: Pull complete [2022-10-21T19:50:26.012Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-21T19:50:26.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-21T19:50:26.012Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:50:26.219Z] prd-ubuntu20.04-docker-8c-8g-8787 does not seem to be running inside a container [2022-10-21T19:50:26.244Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-21T19:50:27.943Z] $ docker top ca5f8a367b7e125507cbdd49353a866a262e81d71e0c0697c53c325da0e16e9c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:50:28.339Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-21T19:50:28.646Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-21T19:50:28.956Z] + ls /var/log/sa-host [2022-10-21T19:50:28.956Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-21T19:50:29.096Z] provisioning config files... [2022-10-21T19:50:29.105Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4577040672856701433tmp [Pipeline] { [Pipeline] echo [2022-10-21T19:50:29.155Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:50:29.464Z] ---> create-netrc.sh [Pipeline] } [2022-10-21T19:50:29.492Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:50:29.881Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-21T19:50:29.914Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:50:30.219Z] ---> sudo-logs.sh [2022-10-21T19:50:30.219Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-21T19:50:30.295Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:50:30.607Z] ---> job-cost.sh [2022-10-21T19:50:30.607Z] lf-activate-venv: SKIPPING [2022-10-21T19:50:30.607Z] DEBUG: total: 0.10999999940395355 [2022-10-21T19:50:30.607Z] INFO: Retrieving Stack Cost... [2022-10-21T19:50:31.175Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-21T19:50:31.433Z] INFO: Archiving Costs [Pipeline] echo [2022-10-21T19:50:31.468Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:50:31.780Z] ---> logs-deploy.sh [2022-10-21T19:50:31.780Z] lf-activate-venv: SKIPPING [2022-10-21T19:50:31.780Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4209/1 [2022-10-21T19:50:31.780Z] INFO: archiving workspace using pattern(s): [2022-10-21T19:50:32.718Z] Archives upload complete. [2022-10-21T19:50:32.977Z] INFO: archiving logs to Nexus [2022-10-21T19:50:33.545Z] ---> uname -a: [2022-10-21T19:50:33.545Z] Linux prd-ubuntu20-04-docker-8c-8g-8787 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-21T19:50:33.545Z] [2022-10-21T19:50:33.545Z] [2022-10-21T19:50:33.545Z] ---> lscpu: [2022-10-21T19:50:33.545Z] Architecture: x86_64 [2022-10-21T19:50:33.545Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-21T19:50:33.545Z] Byte Order: Little Endian [2022-10-21T19:50:33.545Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-21T19:50:33.545Z] CPU(s): 8 [2022-10-21T19:50:33.545Z] On-line CPU(s) list: 0-7 [2022-10-21T19:50:33.545Z] Thread(s) per core: 1 [2022-10-21T19:50:33.545Z] Core(s) per socket: 1 [2022-10-21T19:50:33.545Z] Socket(s): 8 [2022-10-21T19:50:33.545Z] NUMA node(s): 1 [2022-10-21T19:50:33.545Z] Vendor ID: AuthenticAMD [2022-10-21T19:50:33.545Z] CPU family: 23 [2022-10-21T19:50:33.545Z] Model: 49 [2022-10-21T19:50:33.545Z] Model name: AMD EPYC-Rome Processor [2022-10-21T19:50:33.545Z] Stepping: 0 [2022-10-21T19:50:33.545Z] CPU MHz: 2799.996 [2022-10-21T19:50:33.545Z] BogoMIPS: 5599.99 [2022-10-21T19:50:33.545Z] Virtualization: AMD-V [2022-10-21T19:50:33.545Z] Hypervisor vendor: KVM [2022-10-21T19:50:33.545Z] Virtualization type: full [2022-10-21T19:50:33.545Z] L1d cache: 256 KiB [2022-10-21T19:50:33.545Z] L1i cache: 256 KiB [2022-10-21T19:50:33.545Z] L2 cache: 4 MiB [2022-10-21T19:50:33.545Z] L3 cache: 128 MiB [2022-10-21T19:50:33.545Z] NUMA node0 CPU(s): 0-7 [2022-10-21T19:50:33.545Z] Vulnerability Itlb multihit: Not affected [2022-10-21T19:50:33.545Z] Vulnerability L1tf: Not affected [2022-10-21T19:50:33.545Z] Vulnerability Mds: Not affected [2022-10-21T19:50:33.545Z] Vulnerability Meltdown: Not affected [2022-10-21T19:50:33.545Z] Vulnerability Mmio stale data: Not affected [2022-10-21T19:50:33.545Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-21T19:50:33.545Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-21T19:50:33.545Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-21T19:50:33.545Z] Vulnerability Srbds: Not affected [2022-10-21T19:50:33.545Z] Vulnerability Tsx async abort: Not affected [2022-10-21T19:50:33.545Z] 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-21T19:50:33.545Z] [2022-10-21T19:50:33.545Z] [2022-10-21T19:50:33.545Z] ---> nproc: [2022-10-21T19:50:33.545Z] 8 [2022-10-21T19:50:33.545Z] [2022-10-21T19:50:33.545Z] [2022-10-21T19:50:33.546Z] ---> df -h: [2022-10-21T19:50:33.546Z] Filesystem Size Used Avail Use% Mounted on [2022-10-21T19:50:33.546Z] overlay 155G 19G 137G 12% / [2022-10-21T19:50:33.546Z] tmpfs 64M 0 64M 0% /dev [2022-10-21T19:50:33.546Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-21T19:50:33.546Z] shm 64M 0 64M 0% /dev/shm [2022-10-21T19:50:33.546Z] /dev/vda1 155G 19G 137G 12% /facter-os [2022-10-21T19:50:33.546Z] [2022-10-21T19:50:33.546Z] [2022-10-21T19:50:33.546Z] ---> sar -b -r -n DEV: [2022-10-21T19:50:33.546Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8787) 10/21/22 _x86_64_ (8 CPU) [2022-10-21T19:50:33.546Z] [2022-10-21T19:50:33.546Z] 19:07:44 LINUX RESTART (8 CPU) [2022-10-21T19:50:33.546Z] [2022-10-21T19:50:33.546Z] 19:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-21T19:50:33.546Z] 19:09:02 186.30 48.03 138.28 0.00 5389.64 148435.26 0.00 [2022-10-21T19:50:33.546Z] 19:10:01 74.86 0.10 74.76 0.00 6.78 32879.42 0.00 [2022-10-21T19:50:33.546Z] 19:11:01 35.36 0.27 35.09 0.00 5.47 10801.15 0.00 [2022-10-21T19:50:33.546Z] 19:12:01 490.40 8.35 482.05 0.00 79.72 198697.55 0.00 [2022-10-21T19:50:33.546Z] 19:13:01 987.16 8.03 979.14 0.00 918.68 315722.68 0.00 [2022-10-21T19:50:33.546Z] 19:14:01 1152.37 3.43 1148.94 0.00 2002.60 334956.71 0.00 [2022-10-21T19:50:33.546Z] 19:15:01 108.92 0.02 108.90 0.00 0.67 9416.83 0.00 [2022-10-21T19:50:33.546Z] 19:16:01 1.73 0.00 1.73 0.00 0.00 18.13 0.00 [2022-10-21T19:50:33.546Z] 19:17:01 1.10 0.02 1.08 0.00 0.13 11.73 0.00 [2022-10-21T19:50:33.546Z] 19:18:01 2.28 0.00 2.28 0.00 0.00 24.53 0.00 [2022-10-21T19:50:33.546Z] 19:19:01 1.78 0.00 1.78 0.00 0.00 30.13 0.00 [2022-10-21T19:50:33.546Z] 19:20:01 1.85 0.00 1.85 0.00 0.00 20.13 0.00 [2022-10-21T19:50:33.546Z] 19:21:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 [2022-10-21T19:50:33.546Z] 19:22:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 [2022-10-21T19:50:33.546Z] 19:23:01 1.92 0.02 1.90 0.00 0.13 21.86 0.00 [2022-10-21T19:50:33.546Z] 19:24:01 1.27 0.00 1.27 0.00 0.00 18.13 0.00 [2022-10-21T19:50:33.546Z] 19:25:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 [2022-10-21T19:50:33.546Z] 19:26:01 1.77 0.00 1.77 0.00 0.00 20.39 0.00 [2022-10-21T19:50:33.546Z] 19:27:01 1.35 0.00 1.35 0.00 0.00 14.53 0.00 [2022-10-21T19:50:33.546Z] 19:28:01 1.92 0.00 1.92 0.00 0.00 22.53 0.00 [2022-10-21T19:50:33.546Z] 19:29:01 1.33 0.00 1.33 0.00 0.00 14.66 0.00 [2022-10-21T19:50:33.546Z] 19:30:01 1.70 0.00 1.70 0.00 0.00 19.46 0.00 [2022-10-21T19:50:33.546Z] 19:31:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 [2022-10-21T19:50:33.546Z] 19:32:01 1.90 0.00 1.90 0.00 0.00 20.39 0.00 [2022-10-21T19:50:33.546Z] 19:33:01 1.08 0.00 1.08 0.00 0.00 13.33 0.00 [2022-10-21T19:50:33.546Z] 19:34:01 1.72 0.00 1.72 0.00 0.00 18.40 0.00 [2022-10-21T19:50:33.546Z] 19:35:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 [2022-10-21T19:50:33.546Z] 19:36:01 1.92 0.00 1.92 0.00 0.00 21.06 0.00 [2022-10-21T19:50:33.546Z] 19:37:01 0.85 0.00 0.85 0.00 0.00 9.20 0.00 [2022-10-21T19:50:33.546Z] 19:38:01 2.08 0.00 2.08 0.00 0.00 23.86 0.00 [2022-10-21T19:50:33.546Z] 19:39:01 1.30 0.00 1.30 0.00 0.00 14.00 0.00 [2022-10-21T19:50:33.546Z] 19:40:01 1.60 0.00 1.60 0.00 0.00 18.66 0.00 [2022-10-21T19:50:33.546Z] 19:41:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 [2022-10-21T19:50:33.546Z] 19:42:01 1.95 0.00 1.95 0.00 0.00 21.33 0.00 [2022-10-21T19:50:33.546Z] 19:43:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 [2022-10-21T19:50:33.546Z] 19:44:01 1.50 0.00 1.50 0.00 0.00 16.53 0.00 [2022-10-21T19:50:33.546Z] 19:45:01 1.50 0.00 1.50 0.00 0.00 16.39 0.00 [2022-10-21T19:50:33.546Z] 19:46:01 1.77 0.00 1.77 0.00 0.00 19.73 0.00 [2022-10-21T19:50:33.546Z] 19:47:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 [2022-10-21T19:50:33.546Z] 19:48:01 1.40 0.00 1.40 0.00 0.00 15.46 0.00 [2022-10-21T19:50:33.546Z] 19:49:01 1.23 0.00 1.23 0.00 0.00 14.66 0.00 [2022-10-21T19:50:33.546Z] 19:50:01 3.52 1.58 1.93 0.00 36.26 24.40 0.00 [2022-10-21T19:50:33.546Z] Average: 73.60 1.66 71.94 0.00 201.03 25037.79 0.00 [2022-10-21T19:50:33.546Z] [2022-10-21T19:50:33.546Z] 19:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-21T19:50:33.546Z] 19:09:02 28361952 31593392 718560 2.19 89828 3368016 1887976 5.56 1101820 3005184 276968 [2022-10-21T19:50:33.546Z] 19:10:01 27969260 31385724 916912 2.79 108288 3509488 2390464 7.04 1403352 3062992 115300 [2022-10-21T19:50:33.546Z] 19:11:01 27471036 31519120 783452 2.38 111016 4100168 1924720 5.67 1398920 3527684 429828 [2022-10-21T19:50:33.546Z] 19:12:01 21422116 31407504 883164 2.69 277832 9593180 2720064 8.02 1834084 8846288 3120120 [2022-10-21T19:50:33.546Z] 19:13:01 21417900 31436216 827688 2.52 316240 9537412 1999904 5.89 2177512 8426556 102852 [2022-10-21T19:50:33.546Z] 19:14:01 19166144 31316824 940276 2.86 456568 11368548 2375856 7.00 2604552 10087564 70788 [2022-10-21T19:50:33.546Z] 19:15:01 19806684 31521016 744888 2.27 458028 10958624 1860804 5.48 2319072 9765940 12 [2022-10-21T19:50:33.546Z] 19:16:01 19807228 31521688 744056 2.26 458040 10958628 1860804 5.48 2318876 9765944 4 [2022-10-21T19:50:33.546Z] 19:17:01 19816820 31531364 734416 2.23 458068 10958628 1860804 5.48 2309604 9766036 8 [2022-10-21T19:50:33.546Z] 19:18:01 19817368 31532016 733636 2.23 458120 10958636 1860804 5.48 2309428 9766048 24 [2022-10-21T19:50:33.546Z] 19:19:01 19820772 31535496 730284 2.22 458180 10958640 1860804 5.48 2306944 9766052 8 [2022-10-21T19:50:33.546Z] 19:20:01 19821104 31535864 729956 2.22 458216 10958640 1860804 5.48 2306900 9766052 8 [2022-10-21T19:50:33.546Z] 19:21:01 19820968 31535784 729884 2.22 458264 10958648 1860804 5.48 2306912 9766060 8 [2022-10-21T19:50:33.546Z] 19:22:01 19821204 31536132 729656 2.22 458280 10958648 1860804 5.48 2306948 9766108 172 [2022-10-21T19:50:33.546Z] 19:23:01 19820308 31535308 730640 2.22 458308 10958648 1884688 5.55 2306948 9766120 28 [2022-10-21T19:50:33.546Z] 19:24:01 19820480 31535528 730288 2.22 458328 10958632 1884688 5.55 2307032 9766100 164 [2022-10-21T19:50:33.546Z] 19:25:01 19820684 31535744 729980 2.22 458376 10958624 1884688 5.55 2307544 9766100 8 [2022-10-21T19:50:33.546Z] 19:26:01 19820788 31535952 729888 2.22 458428 10958636 1884688 5.55 2307356 9766108 44 [2022-10-21T19:50:33.546Z] 19:27:01 19820964 31536168 729848 2.22 458468 10958636 1884688 5.55 2307248 9766104 8 [2022-10-21T19:50:33.546Z] 19:28:01 19820924 31536172 729824 2.22 458520 10958640 1884688 5.55 2307208 9766108 40 [2022-10-21T19:50:33.546Z] 19:29:01 19820688 31535992 729952 2.22 458564 10958640 1884688 5.55 2307340 9766108 8 [2022-10-21T19:50:33.546Z] 19:30:01 19820576 31535948 729972 2.22 458588 10958648 1884688 5.55 2307324 9766112 4 [2022-10-21T19:50:33.546Z] 19:31:01 19820528 31535908 729908 2.22 458636 10958652 1884688 5.55 2307328 9766116 8 [2022-10-21T19:50:33.546Z] 19:32:01 19820220 31535656 730092 2.22 458684 10958652 1884688 5.55 2307396 9766116 12 [2022-10-21T19:50:33.546Z] 19:33:01 19820456 31535944 729768 2.22 458712 10958652 1884688 5.55 2307424 9766120 8 [2022-10-21T19:50:33.546Z] 19:34:01 19820584 31536108 729740 2.22 458736 10958660 1884688 5.55 2307864 9766128 16 [2022-10-21T19:50:33.546Z] 19:35:01 19820504 31536060 729764 2.22 458740 10958664 1884688 5.55 2307492 9766132 8 [2022-10-21T19:50:33.546Z] 19:36:01 19820448 31536024 729692 2.22 458764 10958668 1884688 5.55 2308104 9766136 176 [2022-10-21T19:50:33.546Z] 19:37:01 19820148 31535724 729924 2.22 458772 10958668 1884688 5.55 2308072 9766136 184 [2022-10-21T19:50:33.546Z] 19:38:01 19819848 31535488 730124 2.22 458816 10958676 1884688 5.55 2307944 9766144 28 [2022-10-21T19:50:33.546Z] 19:39:01 19819824 31535512 730052 2.22 458844 10958676 1868264 5.51 2308068 9766144 192 [2022-10-21T19:50:33.546Z] 19:40:01 19820204 31536020 729768 2.22 458864 10958808 1868264 5.51 2307952 9766268 212 [2022-10-21T19:50:33.546Z] 19:41:01 19820196 31536040 729736 2.22 458888 10958812 1868264 5.51 2308236 9766272 192 [2022-10-21T19:50:33.546Z] 19:42:01 19820180 31536024 729668 2.22 458920 10958812 1868264 5.51 2308000 9766272 180 [2022-10-21T19:50:33.546Z] 19:43:01 19820148 31536088 729636 2.22 458964 10958816 1868264 5.51 2307816 9766284 32 [2022-10-21T19:50:33.546Z] 19:44:01 19820156 31536128 729564 2.22 458980 10958816 1868264 5.51 2307848 9766284 40 [2022-10-21T19:50:33.546Z] 19:45:01 19820108 31536088 729516 2.22 459008 10958820 1884552 5.55 2307768 9766288 8 [2022-10-21T19:50:33.546Z] 19:46:01 19819736 31535756 729752 2.22 459016 10958824 1884552 5.55 2308148 9766292 188 [2022-10-21T19:50:33.546Z] 19:47:01 19819760 31535788 729700 2.22 459044 10958824 1884552 5.55 2307820 9766292 8 [2022-10-21T19:50:33.546Z] 19:48:01 19819388 31535420 729992 2.22 459056 10958832 1884552 5.55 2307808 9766296 180 [2022-10-21T19:50:33.546Z] 19:49:01 19819412 31535448 729896 2.22 459068 10958832 1884552 5.55 2307712 9766300 8 [2022-10-21T19:50:33.546Z] 19:50:01 19812184 31530340 735356 2.24 459112 10959924 1884552 5.55 2318004 9766668 44 [2022-10-21T19:50:33.546Z] Average: 20459524 31521584 747354 2.27 425480 10380740 1925174 5.67 2229279 9250906 98051 [2022-10-21T19:50:33.546Z] [2022-10-21T19:50:33.546Z] 19:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-21T19:50:33.546Z] 19:09:02 lo 5.47 5.47 0.52 0.52 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:09:02 veth1f1f340 89.67 111.11 8.72 762.22 0.00 0.00 0.00 0.06 [2022-10-21T19:50:33.546Z] 19:09:02 ens3 1360.51 1084.39 12530.99 148.85 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:09:02 docker0 408.45 410.60 31.01 3476.82 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:10:01 veth9c6ca39 1.52 1.71 0.12 0.13 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:10:01 ens3 52.65 42.35 46.23 90.50 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:10:01 docker0 1.52 1.59 0.10 0.13 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:11:01 veth9c6ca39 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:11:01 ens3 26.70 15.96 22.21 12.10 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:12:01 veth1bec87c 0.00 0.55 0.00 0.04 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:12:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:12:01 ens3 732.59 655.42 6689.66 65.71 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:12:01 docker0 591.78 638.24 38.70 4994.09 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:13:01 veth1bec87c 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:13:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:13:01 vethbd21a25 16.93 24.54 1.18 82.02 0.00 0.00 0.00 0.01 [2022-10-21T19:50:33.546Z] 19:13:01 ens3 287.61 177.87 2886.18 34.85 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:13:01 docker0 118.75 183.72 8.60 1973.87 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:14:01 veth1bec87c 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:14:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:14:01 vethbc987e3 0.02 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:14:01 ens3 359.61 225.56 3695.69 40.76 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:14:01 docker0 185.64 288.09 14.79 3180.24 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:15:01 ens3 19.71 13.20 65.95 4.22 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:15:01 docker0 8.27 10.93 0.49 58.31 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:16:01 ens3 0.45 0.42 0.03 0.03 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:17:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:18:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:19:01 ens3 0.20 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:20:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:21:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:23:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:24:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:25:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:26:01 ens3 0.35 0.20 0.52 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:27:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:28:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:29:01 ens3 0.35 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:31:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:33:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:34:01 ens3 0.27 0.27 0.08 0.08 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:36:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:38:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.546Z] 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:39:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:42:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:43:01 ens3 0.45 0.33 0.26 0.21 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:44:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:45:01 ens3 0.20 0.18 0.17 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:46:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:47:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:48:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:49:01 ens3 0.30 0.13 0.09 0.07 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:50:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:50:01 ens3 50.24 77.45 7.96 195.87 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] Average: lo 0.28 0.28 0.02 0.02 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] Average: ens3 68.93 54.67 618.01 14.11 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] Average: docker0 31.31 36.52 2.23 325.94 0.00 0.00 0.00 0.00 [2022-10-21T19:50:33.547Z] [2022-10-21T19:50:33.547Z] [2022-10-21T19:50:33.547Z] ---> sar -P ALL: [2022-10-21T19:50:33.547Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8787) 10/21/22 _x86_64_ (8 CPU) [2022-10-21T19:50:33.547Z] [2022-10-21T19:50:33.547Z] 19:07:44 LINUX RESTART (8 CPU) [2022-10-21T19:50:33.547Z] [2022-10-21T19:50:33.547Z] 19:08:01 CPU %user %nice %system %iowait %steal %idle [2022-10-21T19:50:33.547Z] 19:09:02 all 12.49 0.00 4.53 1.86 0.06 81.07 [2022-10-21T19:50:33.547Z] 19:09:02 0 14.45 0.00 4.93 0.47 0.05 80.09 [2022-10-21T19:50:33.547Z] 19:09:02 1 11.65 0.00 3.93 0.72 0.07 83.64 [2022-10-21T19:50:33.547Z] 19:09:02 2 10.81 0.00 4.02 3.54 0.05 81.58 [2022-10-21T19:50:33.547Z] 19:09:02 3 13.42 0.00 4.10 1.61 0.05 80.82 [2022-10-21T19:50:33.547Z] 19:09:02 4 10.89 0.00 4.41 5.93 0.05 78.73 [2022-10-21T19:50:33.547Z] 19:09:02 5 17.46 0.00 4.96 1.18 0.07 76.33 [2022-10-21T19:50:33.547Z] 19:09:02 6 11.37 0.00 4.80 0.71 0.05 83.07 [2022-10-21T19:50:33.547Z] 19:09:02 7 9.79 0.00 5.07 0.69 0.07 84.38 [2022-10-21T19:50:33.547Z] 19:10:01 all 32.32 0.00 6.39 0.84 0.07 60.38 [2022-10-21T19:50:33.547Z] 19:10:01 0 32.04 0.00 6.24 0.05 0.07 61.60 [2022-10-21T19:50:33.547Z] 19:10:01 1 32.42 0.00 6.47 1.17 0.07 59.88 [2022-10-21T19:50:33.547Z] 19:10:01 2 32.89 0.00 6.11 0.36 0.07 60.57 [2022-10-21T19:50:33.547Z] 19:10:01 3 33.18 0.00 6.00 0.09 0.09 60.64 [2022-10-21T19:50:33.547Z] 19:10:01 4 33.04 0.00 6.65 1.99 0.05 58.27 [2022-10-21T19:50:33.547Z] 19:10:01 5 31.42 0.00 7.71 2.32 0.07 58.49 [2022-10-21T19:50:33.547Z] 19:10:01 6 31.95 0.00 5.32 0.05 0.07 62.60 [2022-10-21T19:50:33.547Z] 19:10:01 7 31.65 0.00 6.58 0.69 0.07 61.01 [2022-10-21T19:50:33.547Z] 19:11:01 all 54.85 0.00 7.62 0.12 0.10 37.32 [2022-10-21T19:50:33.547Z] 19:11:01 0 54.55 0.00 7.77 0.03 0.12 37.53 [2022-10-21T19:50:33.547Z] 19:11:01 1 53.84 0.00 7.51 0.49 0.08 38.07 [2022-10-21T19:50:33.547Z] 19:11:01 2 53.36 0.00 7.47 0.02 0.08 39.07 [2022-10-21T19:50:33.547Z] 19:11:01 3 54.67 0.00 7.54 0.02 0.08 37.69 [2022-10-21T19:50:33.547Z] 19:11:01 4 56.91 0.00 7.77 0.02 0.12 35.19 [2022-10-21T19:50:33.547Z] 19:11:01 5 54.67 0.00 7.95 0.03 0.10 37.24 [2022-10-21T19:50:33.547Z] 19:11:01 6 55.71 0.00 7.32 0.12 0.10 36.75 [2022-10-21T19:50:33.547Z] 19:11:01 7 55.05 0.00 7.61 0.20 0.10 37.03 [2022-10-21T19:50:33.547Z] 19:12:01 all 16.63 0.00 11.64 5.89 0.08 65.76 [2022-10-21T19:50:33.547Z] 19:12:01 0 16.20 0.00 12.55 9.17 0.07 62.02 [2022-10-21T19:50:33.547Z] 19:12:01 1 16.66 0.00 11.42 3.81 0.09 68.03 [2022-10-21T19:50:33.547Z] 19:12:01 2 17.93 0.00 10.40 2.52 0.07 69.08 [2022-10-21T19:50:33.547Z] 19:12:01 3 14.90 0.00 9.97 5.20 0.09 69.84 [2022-10-21T19:50:33.547Z] 19:12:01 4 16.69 0.00 11.92 7.28 0.07 64.05 [2022-10-21T19:50:33.547Z] 19:12:01 5 18.50 0.00 12.07 2.66 0.09 66.69 [2022-10-21T19:50:33.547Z] 19:12:01 6 16.64 0.00 13.22 11.00 0.09 59.06 [2022-10-21T19:50:33.547Z] 19:12:01 7 15.53 0.00 11.61 5.52 0.07 67.28 [2022-10-21T19:50:33.547Z] 19:13:01 all 55.39 0.00 12.62 7.51 0.11 24.37 [2022-10-21T19:50:33.547Z] 19:13:01 0 55.01 0.00 14.25 12.60 0.10 18.04 [2022-10-21T19:50:33.547Z] 19:13:01 1 56.36 0.00 11.21 5.65 0.10 26.68 [2022-10-21T19:50:33.547Z] 19:13:01 2 55.35 0.00 10.91 5.25 0.10 28.39 [2022-10-21T19:50:33.547Z] 19:13:01 3 54.00 0.00 13.08 6.93 0.12 25.87 [2022-10-21T19:50:33.547Z] 19:13:01 4 56.49 0.00 12.74 8.14 0.10 22.52 [2022-10-21T19:50:33.547Z] 19:13:01 5 55.39 0.00 11.63 7.81 0.10 25.07 [2022-10-21T19:50:33.547Z] 19:13:01 6 54.46 0.00 14.02 9.27 0.10 22.15 [2022-10-21T19:50:33.547Z] 19:13:01 7 56.05 0.00 13.17 4.47 0.12 26.19 [2022-10-21T19:50:33.547Z] 19:14:01 all 71.76 0.00 16.33 1.89 0.12 9.90 [2022-10-21T19:50:33.547Z] 19:14:01 0 69.59 0.00 18.78 2.88 0.14 8.62 [2022-10-21T19:50:33.547Z] 19:14:01 1 70.97 0.00 17.63 1.62 0.12 9.66 [2022-10-21T19:50:33.547Z] 19:14:01 2 72.46 0.00 16.23 1.61 0.12 9.58 [2022-10-21T19:50:33.547Z] 19:14:01 3 73.13 0.00 15.46 2.45 0.12 8.83 [2022-10-21T19:50:33.547Z] 19:14:01 4 72.89 0.00 15.66 1.93 0.12 9.40 [2022-10-21T19:50:33.547Z] 19:14:01 5 70.16 0.00 14.91 1.55 0.10 13.27 [2022-10-21T19:50:33.547Z] 19:14:01 6 72.95 0.00 15.45 1.00 0.12 10.48 [2022-10-21T19:50:33.547Z] 19:14:01 7 71.90 0.00 16.51 2.07 0.14 9.37 [2022-10-21T19:50:33.547Z] 19:15:01 all 1.91 0.00 0.78 0.30 0.01 96.99 [2022-10-21T19:50:33.547Z] 19:15:01 0 2.09 0.00 0.90 0.27 0.02 96.73 [2022-10-21T19:50:33.547Z] 19:15:01 1 1.90 0.00 0.97 0.02 0.02 97.10 [2022-10-21T19:50:33.547Z] 19:15:01 2 1.77 0.00 0.70 1.14 0.02 96.37 [2022-10-21T19:50:33.547Z] 19:15:01 3 1.54 0.00 0.98 0.13 0.02 97.33 [2022-10-21T19:50:33.547Z] 19:15:01 4 1.94 0.00 0.78 0.50 0.02 96.76 [2022-10-21T19:50:33.547Z] 19:15:01 5 1.45 0.00 0.58 0.03 0.02 97.91 [2022-10-21T19:50:33.547Z] 19:15:01 6 2.78 0.00 0.72 0.29 0.00 96.21 [2022-10-21T19:50:33.547Z] 19:15:01 7 1.82 0.00 0.60 0.02 0.02 97.54 [2022-10-21T19:50:33.547Z] 19:16:01 all 0.01 0.00 0.01 0.01 0.00 99.96 [2022-10-21T19:50:33.547Z] 19:16:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-21T19:50:33.547Z] 19:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.547Z] 19:16:01 2 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-21T19:50:33.547Z] 19:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.547Z] 19:16:01 4 0.05 0.00 0.02 0.05 0.02 99.87 [2022-10-21T19:50:33.547Z] 19:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.547Z] 19:16:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-21T19:50:33.547Z] 19:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.547Z] 19:17:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-21T19:50:33.547Z] 19:17:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2022-10-21T19:50:33.547Z] 19:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.547Z] 19:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.547Z] 19:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.547Z] 19:17:01 4 0.05 0.00 0.02 0.02 0.03 99.88 [2022-10-21T19:50:33.547Z] 19:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.547Z] 19:17:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-21T19:50:33.547Z] 19:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.547Z] 19:18:01 all 0.01 0.00 0.01 0.01 0.00 99.96 [2022-10-21T19:50:33.547Z] 19:18:01 0 0.00 0.00 0.02 0.03 0.02 99.93 [2022-10-21T19:50:33.547Z] 19:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.547Z] 19:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.547Z] 19:18:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-21T19:50:33.547Z] 19:18:01 4 0.03 0.00 0.03 0.03 0.00 99.90 [2022-10-21T19:50:33.547Z] 19:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.547Z] 19:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.547Z] 19:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.547Z] 19:19:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2022-10-21T19:50:33.547Z] 19:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-21T19:50:33.547Z] 19:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.547Z] 19:19:01 2 0.02 0.00 0.00 0.03 0.00 99.95 [2022-10-21T19:50:33.547Z] 19:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-21T19:50:33.547Z] 19:19:01 4 0.05 0.00 0.02 0.05 0.02 99.87 [2022-10-21T19:50:33.547Z] 19:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.547Z] 19:19:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-21T19:50:33.547Z] 19:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.547Z] [2022-10-21T19:50:33.547Z] 19:19:01 CPU %user %nice %system %iowait %steal %idle [2022-10-21T19:50:33.547Z] 19:20:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-10-21T19:50:33.547Z] 19:20:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-21T19:50:33.547Z] 19:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.547Z] 19:20:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:20:01 4 0.03 0.00 0.03 0.02 0.02 99.90 [2022-10-21T19:50:33.548Z] 19:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:21:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:21:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2022-10-21T19:50:33.548Z] 19:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:21:01 4 0.03 0.00 0.02 0.03 0.02 99.90 [2022-10-21T19:50:33.548Z] 19:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:21:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:22:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:22:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:22:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-21T19:50:33.548Z] 19:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:22:01 4 0.00 0.00 0.02 0.03 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:22:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-21T19:50:33.548Z] 19:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:23:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2022-10-21T19:50:33.548Z] 19:23:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-21T19:50:33.548Z] 19:23:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:23:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:23:01 4 0.07 0.00 0.02 0.02 0.02 99.88 [2022-10-21T19:50:33.548Z] 19:23:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:23:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-21T19:50:33.548Z] 19:23:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-21T19:50:33.548Z] 19:24:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-21T19:50:33.548Z] 19:24:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-21T19:50:33.548Z] 19:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-21T19:50:33.548Z] 19:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:24:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:24:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2022-10-21T19:50:33.548Z] 19:24:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:25:01 all 0.04 0.00 0.01 0.01 0.00 99.94 [2022-10-21T19:50:33.548Z] 19:25:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2022-10-21T19:50:33.548Z] 19:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:25:01 2 0.22 0.00 0.00 0.02 0.00 99.77 [2022-10-21T19:50:33.548Z] 19:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:25:01 4 0.03 0.00 0.00 0.03 0.00 99.93 [2022-10-21T19:50:33.548Z] 19:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:26:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-21T19:50:33.548Z] 19:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:26:01 2 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:26:01 4 0.00 0.00 0.00 0.03 0.02 99.95 [2022-10-21T19:50:33.548Z] 19:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:27:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2022-10-21T19:50:33.548Z] 19:27:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-21T19:50:33.548Z] 19:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-21T19:50:33.548Z] 19:27:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:27:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-21T19:50:33.548Z] 19:27:01 4 0.02 0.00 0.00 0.03 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:27:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:27:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:27:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-21T19:50:33.548Z] 19:28:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:28:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-21T19:50:33.548Z] 19:28:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:28:01 2 0.00 0.00 0.03 0.03 0.00 99.93 [2022-10-21T19:50:33.548Z] 19:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:28:01 4 0.00 0.00 0.00 0.05 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:29:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2022-10-21T19:50:33.548Z] 19:29:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2022-10-21T19:50:33.548Z] 19:29:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:29:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-21T19:50:33.548Z] 19:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:29:01 4 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-21T19:50:33.548Z] 19:29:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:29:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-21T19:50:33.548Z] 19:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:30:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:30:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-21T19:50:33.548Z] 19:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:30:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:30:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:30:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2022-10-21T19:50:33.548Z] 19:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] [2022-10-21T19:50:33.548Z] 19:30:01 CPU %user %nice %system %iowait %steal %idle [2022-10-21T19:50:33.548Z] 19:31:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-10-21T19:50:33.548Z] 19:31:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-21T19:50:33.548Z] 19:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:31:01 4 0.03 0.00 0.02 0.05 0.00 99.90 [2022-10-21T19:50:33.548Z] 19:31:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:31:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:32:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:32:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-21T19:50:33.548Z] 19:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:32:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:32:01 4 0.03 0.00 0.00 0.03 0.00 99.93 [2022-10-21T19:50:33.548Z] 19:32:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:32:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:32:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-21T19:50:33.548Z] 19:33:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:33:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-21T19:50:33.548Z] 19:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:33:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:33:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:33:01 4 0.07 0.00 0.00 0.02 0.02 99.90 [2022-10-21T19:50:33.548Z] 19:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:34:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:34:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2022-10-21T19:50:33.548Z] 19:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:34:01 2 0.08 0.00 0.00 0.00 0.00 99.92 [2022-10-21T19:50:33.548Z] 19:34:01 3 0.00 0.00 0.00 0.03 0.02 99.95 [2022-10-21T19:50:33.548Z] 19:34:01 4 0.03 0.00 0.03 0.02 0.00 99.92 [2022-10-21T19:50:33.548Z] 19:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:34:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:35:01 all 0.03 0.00 0.00 0.00 0.00 99.96 [2022-10-21T19:50:33.548Z] 19:35:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-21T19:50:33.548Z] 19:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:35:01 2 0.07 0.00 0.00 0.00 0.00 99.93 [2022-10-21T19:50:33.548Z] 19:35:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:35:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:35:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:36:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2022-10-21T19:50:33.548Z] 19:36:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-21T19:50:33.548Z] 19:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:36:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-21T19:50:33.548Z] 19:36:01 3 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-21T19:50:33.548Z] 19:36:01 4 0.02 0.00 0.02 0.03 0.02 99.92 [2022-10-21T19:50:33.548Z] 19:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:36:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-21T19:50:33.548Z] 19:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:37:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-10-21T19:50:33.548Z] 19:37:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2022-10-21T19:50:33.548Z] 19:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.548Z] 19:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.548Z] 19:37:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-21T19:50:33.549Z] 19:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-21T19:50:33.549Z] 19:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:38:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-21T19:50:33.549Z] 19:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:38:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:38:01 4 0.02 0.00 0.00 0.05 0.02 99.92 [2022-10-21T19:50:33.549Z] 19:38:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:38:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:39:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:39:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-21T19:50:33.549Z] 19:39:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:39:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:39:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:39:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-21T19:50:33.549Z] 19:39:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:40:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2022-10-21T19:50:33.549Z] 19:40:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-21T19:50:33.549Z] 19:40:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-21T19:50:33.549Z] 19:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:40:01 3 0.02 0.00 0.00 0.03 0.02 99.93 [2022-10-21T19:50:33.549Z] 19:40:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2022-10-21T19:50:33.549Z] 19:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:40:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:41:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-10-21T19:50:33.549Z] 19:41:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-21T19:50:33.549Z] 19:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-21T19:50:33.549Z] 19:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:41:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:41:01 4 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-21T19:50:33.549Z] 19:41:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:41:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-21T19:50:33.549Z] [2022-10-21T19:50:33.549Z] 19:41:01 CPU %user %nice %system %iowait %steal %idle [2022-10-21T19:50:33.549Z] 19:42:01 all 0.13 0.00 0.02 0.01 0.00 99.84 [2022-10-21T19:50:33.549Z] 19:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2022-10-21T19:50:33.549Z] 19:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:42:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:42:01 3 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-21T19:50:33.549Z] 19:42:01 4 0.95 0.00 0.05 0.03 0.02 98.96 [2022-10-21T19:50:33.549Z] 19:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:42:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-21T19:50:33.549Z] 19:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:43:01 all 0.26 0.00 0.00 0.01 0.00 99.72 [2022-10-21T19:50:33.549Z] 19:43:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-21T19:50:33.549Z] 19:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:43:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:43:01 4 2.00 0.00 0.00 0.05 0.02 97.93 [2022-10-21T19:50:33.549Z] 19:43:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:43:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:44:01 all 0.26 0.00 0.01 0.01 0.01 99.72 [2022-10-21T19:50:33.549Z] 19:44:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-21T19:50:33.549Z] 19:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:44:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-21T19:50:33.549Z] 19:44:01 3 0.00 0.00 0.02 0.03 0.00 99.95 [2022-10-21T19:50:33.549Z] 19:44:01 4 1.97 0.00 0.02 0.02 0.00 98.00 [2022-10-21T19:50:33.549Z] 19:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:44:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-21T19:50:33.549Z] 19:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:45:01 all 0.27 0.00 0.01 0.01 0.00 99.71 [2022-10-21T19:50:33.549Z] 19:45:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2022-10-21T19:50:33.549Z] 19:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-21T19:50:33.549Z] 19:45:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-21T19:50:33.549Z] 19:45:01 4 1.97 0.00 0.02 0.03 0.00 97.98 [2022-10-21T19:50:33.549Z] 19:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:45:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2022-10-21T19:50:33.549Z] 19:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:46:01 all 0.26 0.00 0.01 0.01 0.00 99.72 [2022-10-21T19:50:33.549Z] 19:46:01 0 0.03 0.00 0.08 0.00 0.02 99.87 [2022-10-21T19:50:33.549Z] 19:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:46:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:46:01 4 1.99 0.00 0.00 0.02 0.02 97.98 [2022-10-21T19:50:33.549Z] 19:46:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:46:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-21T19:50:33.549Z] 19:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:47:01 all 0.27 0.00 0.01 0.01 0.00 99.72 [2022-10-21T19:50:33.549Z] 19:47:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2022-10-21T19:50:33.549Z] 19:47:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-21T19:50:33.549Z] 19:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:47:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:47:01 4 1.99 0.00 0.00 0.03 0.00 97.98 [2022-10-21T19:50:33.549Z] 19:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:47:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:48:01 all 0.09 0.00 0.02 0.00 0.00 99.89 [2022-10-21T19:50:33.549Z] 19:48:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2022-10-21T19:50:33.549Z] 19:48:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:48:01 4 0.62 0.00 0.08 0.00 0.02 99.29 [2022-10-21T19:50:33.549Z] 19:48:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-21T19:50:33.549Z] 19:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-21T19:50:33.549Z] 19:49:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:49:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-21T19:50:33.549Z] 19:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-21T19:50:33.549Z] 19:49:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-21T19:50:33.549Z] 19:49:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:49:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-21T19:50:33.549Z] 19:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-21T19:50:33.549Z] 19:50:01 all 0.34 0.00 0.08 0.02 0.01 99.55 [2022-10-21T19:50:33.549Z] 19:50:01 0 0.73 0.00 0.10 0.02 0.02 99.13 [2022-10-21T19:50:33.549Z] 19:50:01 1 0.33 0.00 0.07 0.02 0.02 99.57 [2022-10-21T19:50:33.549Z] 19:50:01 2 0.60 0.00 0.05 0.00 0.00 99.35 [2022-10-21T19:50:33.549Z] 19:50:01 3 0.08 0.00 0.03 0.03 0.02 99.83 [2022-10-21T19:50:33.549Z] 19:50:01 4 0.22 0.00 0.17 0.03 0.02 99.57 [2022-10-21T19:50:33.549Z] 19:50:01 5 0.15 0.00 0.03 0.03 0.00 99.78 [2022-10-21T19:50:33.549Z] 19:50:01 6 0.20 0.00 0.03 0.00 0.00 99.77 [2022-10-21T19:50:33.549Z] 19:50:01 7 0.43 0.00 0.15 0.02 0.00 99.40 [2022-10-21T19:50:33.549Z] Average: all 5.82 0.00 1.41 0.44 0.02 92.31 [2022-10-21T19:50:33.549Z] Average: 0 5.77 0.00 1.55 0.60 0.02 92.05 [2022-10-21T19:50:33.549Z] Average: 1 5.74 0.00 1.39 0.32 0.01 92.53 [2022-10-21T19:50:33.549Z] Average: 2 5.78 0.00 1.32 0.35 0.01 92.54 [2022-10-21T19:50:33.549Z] Average: 3 5.76 0.00 1.35 0.40 0.02 92.48 [2022-10-21T19:50:33.549Z] Average: 4 6.15 0.00 1.42 0.63 0.02 91.78 [2022-10-21T19:50:33.549Z] Average: 5 5.86 0.00 1.41 0.37 0.01 92.34 [2022-10-21T19:50:33.549Z] Average: 6 5.80 0.00 1.43 0.53 0.02 92.23 [2022-10-21T19:50:33.549Z] Average: 7 5.69 0.00 1.44 0.32 0.02 92.54 [2022-10-21T19:50:33.549Z] [2022-10-21T19:50:33.549Z] [2022-10-21T19:50:33.549Z]