Pull request #4160 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13+f87a0e7ad2d654d2bfa8949ba3950bab910e31fb (901a60581727586a4950a6e3442dc500c489517c) 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-ssh767911040880359306.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6489484971072945158.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4160/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-4160/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9504397400303994923.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4160/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5456792943273305248.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3029106476670754785.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4160/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-4160/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1581140728215590490.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-29976 in /w/workspace/edgexfoundry_edgex-go_PR-4160 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit f87a0e7ad2d654d2bfa8949ba3950bab910e31fb into PR head commit 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 Merge succeeded, producing 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 Checking out Revision 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 (PR-4160) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4160/head:refs/remotes/origin/PR-4160 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f87a0e7ad2d654d2bfa8949ba3950bab910e31fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-09-20T19:06:01.695Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-09-20T19:06:01.865Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-09-20T19:06:01.961Z] ========================================================= [2022-09-20T19:06:01.961Z] EdgeX Global Pipelines Version Info [2022-09-20T19:06:01.961Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-09-20T19:06:02.776Z] ------------------- [2022-09-20T19:06:02.776Z] stable info: [2022-09-20T19:06:02.776Z] ------------------- [2022-09-20T19:06:02.776Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-09-20T19:06:02.776Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-20T19:06:02.776Z] Message: update stable to v1.0.239 [2022-09-20T19:06:03.373Z] ------------------- [2022-09-20T19:06:03.373Z] experimental info: [2022-09-20T19:06:03.373Z] ------------------- [2022-09-20T19:06:03.373Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-09-20T19:06:03.373Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-20T19:06:03.373Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-09-20T19:06:03.752Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-09-20T19:06:03.787Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-09-20T19:06:03.822Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-09-20T19:06:03.856Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-09-20T19:06:03.894Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-09-20T19:06:03.929Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-09-20T19:06:03.962Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-09-20T19:06:03.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-09-20T19:06:04.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-09-20T19:06:04.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-09-20T19:06:04.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-09-20T19:06:04.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-09-20T19:06:04.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-09-20T19:06:04.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-09-20T19:06:04.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-09-20T19:06:04.275Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-09-20T19:06:04.310Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-09-20T19:06:04.352Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-09-20T19:06:04.394Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-09-20T19:06:04.431Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-09-20T19:06:04.467Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-09-20T19:06:04.505Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-09-20T19:06:04.541Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-09-20T19:06:04.579Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4160 [Pipeline] echo [2022-09-20T19:06:04.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4160 [Pipeline] echo [2022-09-20T19:06:04.661Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4160 [Pipeline] echo [2022-09-20T19:06:04.699Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [Pipeline] echo [2022-09-20T19:06:04.740Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 56a91fe [Pipeline] echo [2022-09-20T19:06:04.779Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-20T19:06:04.894Z] provisioning config files... [2022-09-20T19:06:04.915Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config542476913086339841tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-20T19:06:05.262Z] ---> docker-login.sh [2022-09-20T19:06:05.262Z] nexus3.edgexfoundry.org:10001 [2022-09-20T19:06:05.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-20T19:06:05.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-20T19:06:05.786Z] Configure a credential helper to remove this warning. See [2022-09-20T19:06:05.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-20T19:06:05.786Z] [2022-09-20T19:06:05.786Z] Login Succeeded [2022-09-20T19:06:05.786Z] nexus3.edgexfoundry.org:10002 [2022-09-20T19:06:05.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-20T19:06:06.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-20T19:06:06.050Z] Configure a credential helper to remove this warning. See [2022-09-20T19:06:06.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-20T19:06:06.050Z] [2022-09-20T19:06:06.050Z] Login Succeeded [2022-09-20T19:06:06.050Z] nexus3.edgexfoundry.org:10003 [2022-09-20T19:06:06.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-20T19:06:06.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-20T19:06:06.050Z] Configure a credential helper to remove this warning. See [2022-09-20T19:06:06.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-20T19:06:06.050Z] [2022-09-20T19:06:06.050Z] Login Succeeded [2022-09-20T19:06:06.050Z] nexus3.edgexfoundry.org:10004 [2022-09-20T19:06:06.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-20T19:06:06.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-20T19:06:06.312Z] Configure a credential helper to remove this warning. See [2022-09-20T19:06:06.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-20T19:06:06.312Z] [2022-09-20T19:06:06.312Z] Login Succeeded [2022-09-20T19:06:06.312Z] docker.io [2022-09-20T19:06:06.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-20T19:06:06.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-20T19:06:06.573Z] Configure a credential helper to remove this warning. See [2022-09-20T19:06:06.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-20T19:06:06.573Z] [2022-09-20T19:06:06.573Z] Login Succeeded [2022-09-20T19:06:06.573Z] ---> docker-login.sh ends [Pipeline] } [2022-09-20T19:06:06.602Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-09-20T19:06:07.031Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-09-20T19:06:07.031Z] + dirname cmd/core-command/Dockerfile [2022-09-20T19:06:07.031Z] + cut -d/ -f2 [2022-09-20T19:06:07.031Z] + echo core-command,cmd/core-command/Dockerfile [2022-09-20T19:06:07.031Z] + dirname cmd/core-data/Dockerfile [2022-09-20T19:06:07.031Z] + cut -d/ -f2 [2022-09-20T19:06:07.031Z] + echo core-data,cmd/core-data/Dockerfile [2022-09-20T19:06:07.031Z] + + dirnamecut cmd/core-metadata/Dockerfile -d/ [2022-09-20T19:06:07.031Z] -f2 [2022-09-20T19:06:07.031Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-09-20T19:06:07.031Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-09-20T19:06:07.031Z] + cut -d/ -f2 [2022-09-20T19:06:07.031Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-09-20T19:06:07.031Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-09-20T19:06:07.031Z] + cut -d/ -f2 [2022-09-20T19:06:07.031Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-09-20T19:06:07.031Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-09-20T19:06:07.031Z] + cut -d/ -f2 [2022-09-20T19:06:07.031Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-09-20T19:06:07.031Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-09-20T19:06:07.031Z] + cut -d/ -f2 [2022-09-20T19:06:07.031Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-09-20T19:06:07.031Z] + cut -d/ -f2 [2022-09-20T19:06:07.031Z] + dirname cmd/security-spire-agent/Dockerfile [2022-09-20T19:06:07.031Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-09-20T19:06:07.031Z] + dirname cmd/security-spire-config/Dockerfile [2022-09-20T19:06:07.031Z] + cut -d/ -f2 [2022-09-20T19:06:07.031Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-09-20T19:06:07.031Z] + dirname cmd/security-spire-server/Dockerfile [2022-09-20T19:06:07.031Z] + cut -d/ -f2 [2022-09-20T19:06:07.031Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-09-20T19:06:07.031Z] + + cut -d/ -f2 [2022-09-20T19:06:07.031Z] dirname cmd/support-notifications/Dockerfile [2022-09-20T19:06:07.031Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-09-20T19:06:07.031Z] + + dirnamecut cmd/support-scheduler/Dockerfile -d/ [2022-09-20T19:06:07.031Z] -f2 [2022-09-20T19:06:07.031Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-09-20T19:06:07.031Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-09-20T19:06:07.031Z] + cut -d/ -f2 [2022-09-20T19:06:07.031Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-09-20T19:06:07.084Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-09-20T19:06:07.601Z] + git rev-list -1 --merges 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13~1..56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [Pipeline] echo [2022-09-20T19:06:07.636Z] -----------> git rev-list -1 --merges 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13~1..56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [false] [Pipeline] sh [2022-09-20T19:06:07.949Z] + git log --format=format:%s -1 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [Pipeline] echo [2022-09-20T19:06:07.986Z] ========================================================= [2022-09-20T19:06:07.986Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-09-20T19:06:07.986Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-09-20T19:06:08.505Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-09-20T19:06:08.506Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-09-20T19:06:08.506Z] + [ -e /tmp/ssh_known_hosts ] [2022-09-20T19:06:08.506Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-09-20T19:06:08.506Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-09-20T19:06:08.506Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-09-20T19:06:08.506Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:06:09.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-20T19:06:09.020Z] [2022-09-20T19:06:09.021Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:06:09.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-20T19:06:09.405Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-09-20T19:06:09.405Z] b85a868b505f: Pulling fs layer [2022-09-20T19:06:09.405Z] e2be974225ed: Pulling fs layer [2022-09-20T19:06:09.405Z] 339a4e72a1f5: Pulling fs layer [2022-09-20T19:06:09.405Z] 988bab9f4d93: Pulling fs layer [2022-09-20T19:06:09.405Z] 1469e6f7b9e6: Pulling fs layer [2022-09-20T19:06:09.405Z] eaf3925da568: Pulling fs layer [2022-09-20T19:06:09.405Z] bab4dde63d76: Pulling fs layer [2022-09-20T19:06:09.405Z] bde34c3a00c8: Pulling fs layer [2022-09-20T19:06:09.405Z] b352a97aabf1: Pulling fs layer [2022-09-20T19:06:09.405Z] 4872d77fe225: Pulling fs layer [2022-09-20T19:06:09.405Z] 5851b861e8e6: Pulling fs layer [2022-09-20T19:06:09.405Z] 1469e6f7b9e6: Waiting [2022-09-20T19:06:09.405Z] eaf3925da568: Waiting [2022-09-20T19:06:09.405Z] bab4dde63d76: Waiting [2022-09-20T19:06:09.405Z] bde34c3a00c8: Waiting [2022-09-20T19:06:09.405Z] b352a97aabf1: Waiting [2022-09-20T19:06:09.405Z] 4872d77fe225: Waiting [2022-09-20T19:06:09.405Z] 5851b861e8e6: Waiting [2022-09-20T19:06:09.405Z] 988bab9f4d93: Waiting [2022-09-20T19:06:09.405Z] e2be974225ed: Verifying Checksum [2022-09-20T19:06:09.405Z] e2be974225ed: Download complete [2022-09-20T19:06:09.405Z] 988bab9f4d93: Download complete [2022-09-20T19:06:09.669Z] 339a4e72a1f5: Verifying Checksum [2022-09-20T19:06:09.669Z] 339a4e72a1f5: Download complete [2022-09-20T19:06:09.669Z] 1469e6f7b9e6: Verifying Checksum [2022-09-20T19:06:09.669Z] 1469e6f7b9e6: Download complete [2022-09-20T19:06:09.669Z] eaf3925da568: Download complete [2022-09-20T19:06:09.669Z] bde34c3a00c8: Verifying Checksum [2022-09-20T19:06:09.669Z] bde34c3a00c8: Download complete [2022-09-20T19:06:09.669Z] b352a97aabf1: Download complete [2022-09-20T19:06:09.669Z] 4872d77fe225: Download complete [2022-09-20T19:06:09.669Z] 5851b861e8e6: Download complete [2022-09-20T19:06:09.669Z] b85a868b505f: Verifying Checksum [2022-09-20T19:06:09.669Z] b85a868b505f: Download complete [2022-09-20T19:06:09.930Z] bab4dde63d76: Verifying Checksum [2022-09-20T19:06:09.930Z] bab4dde63d76: Download complete [2022-09-20T19:06:10.885Z] b85a868b505f: Pull complete [2022-09-20T19:06:10.885Z] e2be974225ed: Pull complete [2022-09-20T19:06:11.456Z] 339a4e72a1f5: Pull complete [2022-09-20T19:06:11.456Z] 988bab9f4d93: Pull complete [2022-09-20T19:06:11.716Z] 1469e6f7b9e6: Pull complete [2022-09-20T19:06:11.978Z] eaf3925da568: Pull complete [2022-09-20T19:06:13.891Z] bab4dde63d76: Pull complete [2022-09-20T19:06:13.891Z] bde34c3a00c8: Pull complete [2022-09-20T19:06:13.891Z] b352a97aabf1: Pull complete [2022-09-20T19:06:13.891Z] 4872d77fe225: Pull complete [2022-09-20T19:06:13.891Z] 5851b861e8e6: Pull complete [2022-09-20T19:06:14.153Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-09-20T19:06:14.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-20T19:06:14.153Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-20T19:06:14.391Z] prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container [2022-09-20T19:06:14.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-09-20T19:06:17.056Z] $ docker top 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac -eo pid,comm [2022-09-20T19:06:17.123Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-09-20T19:06:17.123Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-09-20T19:06:17.236Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-20T19:06:17.236Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-20T19:06:17.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-20T19:06:17.366Z] $ docker exec 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac ssh-agent [2022-09-20T19:06:17.485Z] SSH_AUTH_SOCK=/tmp/ssh-RrP8dah0kdaJ/agent.33 [2022-09-20T19:06:17.485Z] SSH_AGENT_PID=40 [2022-09-20T19:06:17.492Z] Running ssh-add (command line suppressed) [2022-09-20T19:06:17.611Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1457222056293274335.key (/w/workspace/edgex-go/1@tmp/private_key_1457222056293274335.key) [2022-09-20T19:06:17.628Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-20T19:06:17.953Z] + git tag --points-at HEAD [Pipeline] } [2022-09-20T19:06:17.980Z] $ docker exec --env ******** --env ******** 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac ssh-agent -k [2022-09-20T19:06:18.088Z] unset SSH_AUTH_SOCK; [2022-09-20T19:06:18.088Z] unset SSH_AGENT_PID; [2022-09-20T19:06:18.088Z] echo Agent pid 40 killed; [2022-09-20T19:06:18.099Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-09-20T19:06:18.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-20T19:06:18.191Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-20T19:06:18.317Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-20T19:06:18.318Z] $ docker exec 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac ssh-agent [2022-09-20T19:06:18.440Z] SSH_AUTH_SOCK=/tmp/ssh-KNg0gHdjsM52/agent.72 [2022-09-20T19:06:18.440Z] SSH_AGENT_PID=78 [2022-09-20T19:06:18.445Z] Running ssh-add (command line suppressed) [2022-09-20T19:06:18.567Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7845220566270622276.key (/w/workspace/edgex-go/1@tmp/private_key_7845220566270622276.key) [2022-09-20T19:06:18.583Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-20T19:06:18.911Z] + git semver init [2022-09-20T19:06:19.172Z] 2022-09-20 19:06:19,076 [run_init] DEBUG init version:0.0.0 force:False [2022-09-20T19:06:19.172Z] 2022-09-20 19:06:19,077 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-09-20T19:06:19.172Z] 2022-09-20 19:06:19,078 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-09-20T19:06:19.172Z] 2022-09-20 19:06:19,078 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2022-09-20T19:06:24.489Z] 2022-09-20 19:06:24,263 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-09-20T19:06:24.489Z] 2022-09-20 19:06:24,264 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4160 with force:False [2022-09-20T19:06:24.489Z] 2022-09-20 19:06:24,264 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4160 [2022-09-20T19:06:24.489Z] 2022-09-20 19:06:24,268 [execute] INFO git cat-file --batch-check [2022-09-20T19:06:24.489Z] 2022-09-20 19:06:24,268 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-09-20T19:06:24.489Z] 2022-09-20 19:06:24,274 [execute] INFO git cat-file --batch [2022-09-20T19:06:24.489Z] 2022-09-20 19:06:24,274 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-09-20T19:06:24.489Z] 2022-09-20 19:06:24,278 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4160 [2022-09-20T19:06:24.489Z] 0.0.0 [Pipeline] } [2022-09-20T19:06:24.516Z] $ docker exec --env ******** --env ******** 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac ssh-agent -k [2022-09-20T19:06:24.636Z] unset SSH_AUTH_SOCK; [2022-09-20T19:06:24.636Z] unset SSH_AGENT_PID; [2022-09-20T19:06:24.636Z] echo Agent pid 78 killed; [2022-09-20T19:06:24.649Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-09-20T19:06:25.075Z] + git semver [Pipeline] } [2022-09-20T19:06:25.357Z] $ docker stop --time=1 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac [2022-09-20T19:06:26.657Z] $ docker rm -f 2c05cf21cb4377c419fc6995d528f766b2e5f8fb162fd5954350c0b92f9d79ac [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-20T19:06:27.077Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-09-20T19:06:27.360Z] Stashed 1 file(s) [Pipeline] echo [2022-09-20T19:06:27.381Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-20T19:06:28.114Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-09-20T19:06:28.151Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-20T19:06:28.188Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-20T19:06:28.222Z] ========================================================= [2022-09-20T19:06:28.222Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-09-20T19:06:28.222Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-09-20T19:06:28.555Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-20T19:06:28.555Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-09-20T19:06:28.555Z] 2408cc74d12b: Pulling fs layer [2022-09-20T19:06:28.555Z] ea60b727a1ce: Pulling fs layer [2022-09-20T19:06:28.555Z] 30c4a7721957: Pulling fs layer [2022-09-20T19:06:28.555Z] 370296b7ddb6: Pulling fs layer [2022-09-20T19:06:28.555Z] 7c6cee850709: Pulling fs layer [2022-09-20T19:06:28.555Z] 39a5fcdaea64: Pulling fs layer [2022-09-20T19:06:28.555Z] d94ebbe4e438: Pulling fs layer [2022-09-20T19:06:28.555Z] bcfd1f05c69d: Pulling fs layer [2022-09-20T19:06:28.555Z] 59ccb84bbe0f: Pulling fs layer [2022-09-20T19:06:28.555Z] 370296b7ddb6: Waiting [2022-09-20T19:06:28.555Z] 7c6cee850709: Waiting [2022-09-20T19:06:28.555Z] bcfd1f05c69d: Waiting [2022-09-20T19:06:28.555Z] 39a5fcdaea64: Waiting [2022-09-20T19:06:28.555Z] d94ebbe4e438: Waiting [2022-09-20T19:06:28.555Z] 59ccb84bbe0f: Waiting [2022-09-20T19:06:28.555Z] 30c4a7721957: Download complete [2022-09-20T19:06:28.555Z] ea60b727a1ce: Download complete [2022-09-20T19:06:28.555Z] 7c6cee850709: Verifying Checksum [2022-09-20T19:06:28.555Z] 7c6cee850709: Download complete [2022-09-20T19:06:28.555Z] 39a5fcdaea64: Download complete [2022-09-20T19:06:28.555Z] 2408cc74d12b: Verifying Checksum [2022-09-20T19:06:28.555Z] 2408cc74d12b: Download complete [2022-09-20T19:06:28.555Z] d94ebbe4e438: Download complete [2022-09-20T19:06:28.821Z] 2408cc74d12b: Pull complete [2022-09-20T19:06:28.821Z] ea60b727a1ce: Pull complete [2022-09-20T19:06:29.090Z] 30c4a7721957: Pull complete [2022-09-20T19:06:29.090Z] 59ccb84bbe0f: Verifying Checksum [2022-09-20T19:06:29.090Z] 59ccb84bbe0f: Download complete [2022-09-20T19:06:29.090Z] bcfd1f05c69d: Verifying Checksum [2022-09-20T19:06:29.090Z] bcfd1f05c69d: Download complete [2022-09-20T19:06:29.352Z] 370296b7ddb6: Download complete [2022-09-20T19:06:33.552Z] 370296b7ddb6: Pull complete [2022-09-20T19:06:33.552Z] 7c6cee850709: Pull complete [2022-09-20T19:06:33.552Z] 39a5fcdaea64: Pull complete [2022-09-20T19:06:33.552Z] d94ebbe4e438: Pull complete [2022-09-20T19:06:36.090Z] bcfd1f05c69d: Pull complete [2022-09-20T19:06:36.660Z] 59ccb84bbe0f: Pull complete [2022-09-20T19:06:36.660Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-09-20T19:06:36.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-20T19:06:36.661Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-09-20T19:06:37.022Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-20T19:06:37.022Z] WORKDIR /edgex [2022-09-20T19:06:37.022Z] COPY go.mod . [2022-09-20T19:06:37.022Z] RUN go mod download [2022-09-20T19:06:37.022Z] + docker build -t ci-base-image-x86_64 -f - . [2022-09-20T19:06:37.596Z] Sending build context to Docker daemon 169.5MB [2022-09-20T19:06:37.596Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-20T19:06:37.596Z] ---> a4fb48ad2a94 [2022-09-20T19:06:37.596Z] Step 2/4 : WORKDIR /edgex [2022-09-20T19:06:42.674Z] Still waiting to schedule task [2022-09-20T19:06:42.674Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-09-20T19:06:44.244Z] ---> Running in 73806f0fb6c2 [2022-09-20T19:06:44.244Z] Removing intermediate container 73806f0fb6c2 [2022-09-20T19:06:44.244Z] ---> 46f3a9af86a6 [2022-09-20T19:06:44.244Z] Step 3/4 : COPY go.mod . [2022-09-20T19:06:44.244Z] ---> bbd2df3ab4a5 [2022-09-20T19:06:44.244Z] Step 4/4 : RUN go mod download [2022-09-20T19:06:44.244Z] ---> Running in 825e86e0d65c [2022-09-20T19:06:59.144Z] Removing intermediate container 825e86e0d65c [2022-09-20T19:06:59.144Z] ---> ecc8013e96eb [2022-09-20T19:06:59.144Z] Successfully built ecc8013e96eb [2022-09-20T19:06:59.144Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:06:59.519Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-20T19:06:59.520Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-20T19:06:59.694Z] prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container [2022-09-20T19:06:59.752Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-20T19:07:00.175Z] $ docker top c15e90ae1d6194784ff7b287af306aaaac9929035fe13020221fde331f3a3d84 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-20T19:07:00.648Z] + go version [2022-09-20T19:07:00.648Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-09-20T19:07:00.677Z] $ docker stop --time=1 c15e90ae1d6194784ff7b287af306aaaac9929035fe13020221fde331f3a3d84 [2022-09-20T19:07:01.943Z] $ docker rm -f c15e90ae1d6194784ff7b287af306aaaac9929035fe13020221fde331f3a3d84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:07:02.622Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-20T19:07:02.622Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-20T19:07:02.787Z] prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container [2022-09-20T19:07:02.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-09-20T19:07:03.218Z] $ docker top 16df160668f18f540c1273c84887c87f03c212ac88fb62621bd33c18f1cc623a -eo pid,comm [Pipeline] { [Pipeline] echo [2022-09-20T19:07:03.354Z] ========================================================= [2022-09-20T19:07:03.354Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-09-20T19:07:03.354Z] ========================================================= [Pipeline] sh [2022-09-20T19:07:03.651Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-09-20T19:07:04.014Z] + make test [2022-09-20T19:07:04.014Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-09-20T19:07:10.597Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-09-20T19:07:25.497Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-09-20T19:07:25.497Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-09-20T19:07:25.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.084s coverage: 28.7% of statements [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-09-20T19:07:25.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-09-20T19:07:25.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.091s coverage: 98.5% of statements [2022-09-20T19:07:25.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/external 0.085s coverage: 72.5% of statements [2022-09-20T19:07:25.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-09-20T19:07:25.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-09-20T19:07:26.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.116s coverage: 54.2% of statements [2022-09-20T19:07:26.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-09-20T19:07:26.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.701s coverage: 89.2% of statements [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.075s coverage: 2.0% of statements [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.542s coverage: 95.6% of statements [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.084s coverage: 72.2% of statements [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.079s coverage: 60.0% of statements [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.062s coverage: 0.9% of statements [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements [2022-09-20T19:07:30.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements [2022-09-20T19:07:30.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2022-09-20T19:07:35.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.104s coverage: 94.4% of statements [2022-09-20T19:07:35.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements [2022-09-20T19:07:41.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.218s coverage: 80.8% of statements [2022-09-20T19:07:41.156Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.114s coverage: 92.9% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 65.1% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.062s coverage: 86.9% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 58.8% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.108s coverage: 80.0% of statements [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.090s coverage: 85.4% of statements [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.2% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 64.7% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.370s coverage: 65.8% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.187s coverage: 41.8% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.074s coverage: 89.5% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.100s coverage: 17.7% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.156s coverage: 92.3% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.123s coverage: 97.7% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.058s coverage: 28.9% of statements [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-09-20T19:07:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2022-09-20T19:07:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-09-20T19:07:49.330Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-09-20T19:08:11.317Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-09-20T19:08:11.317Z] GO111MODULE=on go vet ./... [2022-09-20T19:08:15.509Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-20T19:08:15.509Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-09-20T19:08:15.509Z] ./bin/test-attribution-txt.sh [2022-09-20T19:08:15.509Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2022-09-20T19:08:15.509Z] An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add [2022-09-20T19:08:15.509Z] An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add [2022-09-20T19:08:15.509Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-09-20T19:08:15.509Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-09-20T19:08:15.509Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-09-20T19:08:15.509Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2022-09-20T19:08:15.549Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-09-20T19:08:15.861Z] + ls -al . [2022-09-20T19:08:15.861Z] total 748 [2022-09-20T19:08:15.861Z] drwxrwxr-x 10 1001 1001 4096 Sep 20 19:07 . [2022-09-20T19:08:15.861Z] drwxr-xr-x 4 root root 4096 Sep 20 19:07 .. [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 16 Sep 20 19:05 .dockerignore [2022-09-20T19:08:15.861Z] drwxrwxr-x 8 1001 1001 4096 Sep 20 19:07 .git [2022-09-20T19:08:15.861Z] drwxrwxr-x 3 1001 1001 4096 Sep 20 19:05 .github [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 1030 Sep 20 19:05 .gitignore [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 42 Sep 20 19:05 .golangci.yml [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 87 Sep 20 19:05 .hadolint.yml [2022-09-20T19:08:15.861Z] drwxr-xr-x 3 1001 1001 4096 Sep 20 19:06 .semver [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 166 Sep 20 19:05 .sonarcloud.properties [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 1171 Sep 20 19:05 ADOPTERS.md [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 10347 Sep 20 19:05 Attribution.txt [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 63209 Sep 20 19:05 CHANGELOG.md [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 3804 Sep 20 19:05 CONTRIBUTING.md [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 677 Sep 20 19:05 GOVERNANCE.md [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 850 Sep 20 19:05 Jenkinsfile [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 10775 Sep 20 19:05 LICENSE [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 13724 Sep 20 19:05 Makefile [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 582 Sep 20 19:05 OWNERS.md [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 9799 Sep 20 19:05 README.md [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 6912 Sep 20 19:05 SECURITY.md [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 5 Sep 20 19:06 VERSION [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 4131 Sep 20 19:05 ZMQWindows.md [2022-09-20T19:08:15.861Z] drwxrwxr-x 2 1001 1001 4096 Sep 20 19:05 bin [2022-09-20T19:08:15.861Z] drwxrwxr-x 18 1001 1001 4096 Sep 20 19:05 cmd [2022-09-20T19:08:15.861Z] -rw-r--r-- 1 root root 491929 Sep 20 19:07 coverage.out [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 3670 Sep 20 19:05 go.mod [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 38527 Sep 20 19:05 go.sum [2022-09-20T19:08:15.861Z] drwxrwxr-x 8 1001 1001 4096 Sep 20 19:05 internal [2022-09-20T19:08:15.861Z] drwxrwxr-x 3 1001 1001 4096 Sep 20 19:05 openapi [2022-09-20T19:08:15.861Z] drwxrwxr-x 4 1001 1001 4096 Sep 20 19:05 snap [2022-09-20T19:08:15.861Z] -rw-rw-r-- 1 1001 1001 204 Sep 20 19:05 version.go [Pipeline] sh [2022-09-20T19:08:16.175Z] + '[' -e coverage.out ] [2022-09-20T19:08:16.175Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-09-20T19:08:16.296Z] Stashed 1 file(s) [Pipeline] sh [2022-09-20T19:08:16.603Z] + make build [2022-09-20T19:08:16.603Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-09-20T19:08:20.333Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-29978 in /w/workspace/edgexfoundry_edgex-go_PR-4160 [Pipeline] { [Pipeline] ws [2022-09-20T19:08:20.373Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-09-20T19:08:20.481Z] The recommended git tool is: git [2022-09-20T19:08:26.822Z] using credential edgex-jenkins-ssh [2022-09-20T19:08:26.841Z] Cloning the remote Git repository [2022-09-20T19:08:26.900Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-09-20T19:08:26.972Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-09-20T19:08:27.037Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-09-20T19:08:27.038Z] > git --version # timeout=10 [2022-09-20T19:08:27.060Z] > git --version # 'git version 2.25.1' [2022-09-20T19:08:27.062Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-20T19:08:27.191Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-20T19:08:31.486Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-09-20T19:08:39.603Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-09-20T19:08:40.175Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-09-20T19:08:44.393Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-09-20T19:08:44.414Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-20T19:08:44.447Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-09-20T19:08:44.491Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-09-20T19:08:44.491Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-20T19:08:44.509Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4160/head:refs/remotes/origin/PR-4160 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-09-20T19:08:45.136Z] Merging remotes/origin/main commit f87a0e7ad2d654d2bfa8949ba3950bab910e31fb into PR head commit 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:08:45.536Z] Merge succeeded, producing 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:08:45.537Z] Checking out Revision 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 (PR-4160) [2022-09-20T19:08:45.158Z] > git config core.sparsecheckout # timeout=10 [2022-09-20T19:08:45.172Z] > git checkout -f 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 # timeout=10 [2022-09-20T19:08:45.429Z] > git remote # timeout=10 [2022-09-20T19:08:45.451Z] > git config --get remote.origin.url # timeout=10 [2022-09-20T19:08:45.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-20T19:08:45.494Z] > git merge f87a0e7ad2d654d2bfa8949ba3950bab910e31fb # timeout=10 [2022-09-20T19:08:45.519Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-09-20T19:08:45.546Z] > git config core.sparsecheckout # timeout=10 [2022-09-20T19:08:45.558Z] > git checkout -f 56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 # timeout=10 [2022-09-20T19:08:48.316Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-09-20T19:08:48.316Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-09-20T19:08:48.886Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-09-20T19:08:49.964Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-09-20T19:08:50.032Z] > git --version # timeout=10 [2022-09-20T19:08:50.045Z] > git --version # 'git version 2.25.1' [2022-09-20T19:08:50.063Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-20T19:08:50.275Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-20T19:08:51.169Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-09-20T19:08:51.169Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-20T19:08:51.169Z] Dload Upload Total Spent Left Speed [2022-09-20T19:08:51.169Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 94751 0 --:--:-- --:--:-- --:--:-- 94751 [2022-09-20T19:08:51.216Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] sh [2022-09-20T19:08:52.168Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-09-20T19:08:52.535Z] + sudo tee /etc/docker/daemon.new [2022-09-20T19:08:52.535Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-09-20T19:08:52.535Z] { [2022-09-20T19:08:52.535Z] "registry-mirrors": [ [2022-09-20T19:08:52.535Z] "https://nexus3.edgexfoundry.org:10001" [2022-09-20T19:08:52.535Z] ], [2022-09-20T19:08:52.535Z] "bip": "10.250.0.254/24", [2022-09-20T19:08:52.535Z] "hosts": [ [2022-09-20T19:08:52.535Z] "tcp://0.0.0.0:5555", [2022-09-20T19:08:52.535Z] "unix:///var/run/docker.sock" [2022-09-20T19:08:52.535Z] ], [2022-09-20T19:08:52.535Z] "mtu": 1458, [2022-09-20T19:08:52.535Z] "selinux-enabled": true, [2022-09-20T19:08:52.535Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-09-20T19:08:52.535Z] } [Pipeline] sh [2022-09-20T19:08:52.598Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-09-20T19:08:52.896Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-09-20T19:08:53.168Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-09-20T19:08:53.256Z] + sudo service docker restart [2022-09-20T19:08:54.108Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-09-20T19:08:56.103Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-09-20T19:08:57.136Z] $ docker stop --time=1 16df160668f18f540c1273c84887c87f03c212ac88fb62621bd33c18f1cc623a [2022-09-20T19:09:01.052Z] $ docker rm -f 16df160668f18f540c1273c84887c87f03c212ac88fb62621bd33c18f1cc623a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:09:02.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-09-20T19:09:02.254Z] [2022-09-20T19:09:02.254Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:09:02.624Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-09-20T19:09:02.625Z] latest: Pulling from edgex-devops/edgex-compose [2022-09-20T19:09:02.625Z] cbdbe7a5bc2a: Pulling fs layer [2022-09-20T19:09:02.625Z] ca9280d653b3: Pulling fs layer [2022-09-20T19:09:02.625Z] 7e9c9ca2126c: Pulling fs layer [2022-09-20T19:09:02.886Z] cbdbe7a5bc2a: Verifying Checksum [2022-09-20T19:09:02.886Z] ca9280d653b3: Verifying Checksum [2022-09-20T19:09:02.886Z] ca9280d653b3: Download complete [2022-09-20T19:09:02.886Z] cbdbe7a5bc2a: Pull complete [2022-09-20T19:09:03.145Z] 7e9c9ca2126c: Download complete [2022-09-20T19:09:03.405Z] ca9280d653b3: Pull complete [2022-09-20T19:09:06.698Z] 7e9c9ca2126c: Pull complete [2022-09-20T19:09:06.698Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-09-20T19:09:06.698Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-09-20T19:09:06.698Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-20T19:09:06.911Z] prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container [2022-09-20T19:09:06.947Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-09-20T19:09:09.299Z] $ docker top 8a04f6bf9ec44486fdeb4102db6ead9659279c66689ee7a76c68b11ca1a9cc44 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-20T19:09:09.711Z] + docker-compose build --help [2022-09-20T19:09:09.711Z] + grep parallel [2022-09-20T19:09:10.282Z] --parallel Build images in parallel. [Pipeline] } [2022-09-20T19:09:10.315Z] $ docker stop --time=1 8a04f6bf9ec44486fdeb4102db6ead9659279c66689ee7a76c68b11ca1a9cc44 [2022-09-20T19:09:11.567Z] $ docker rm -f 8a04f6bf9ec44486fdeb4102db6ead9659279c66689ee7a76c68b11ca1a9cc44 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-20T19:09:11.761Z] provisioning config files... [2022-09-20T19:09:11.791Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7210317235325585777tmp [Pipeline] writeFile [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:09:12.253Z] ---> docker-login.sh [2022-09-20T19:09:12.253Z] nexus3.edgexfoundry.org:10001 [2022-09-20T19:09:12.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-09-20T19:09:12.359Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-20T19:09:12.507Z] prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container [2022-09-20T19:09:12.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-09-20T19:09:12.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-20T19:09:12.891Z] $ docker top 8dece47caaa1a0cef7335e265719d290728e30615aed8d6d61617f845924e837 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-20T19:09:13.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-20T19:09:13.135Z] Configure a credential helper to remove this warning. See [2022-09-20T19:09:13.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-20T19:09:13.135Z] [2022-09-20T19:09:13.135Z] Login Succeeded [2022-09-20T19:09:13.135Z] nexus3.edgexfoundry.org:10002 [2022-09-20T19:09:13.308Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-09-20T19:09:13.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-20T19:09:13.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-20T19:09:13.738Z] Configure a credential helper to remove this warning. See [2022-09-20T19:09:13.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-20T19:09:13.738Z] [2022-09-20T19:09:13.738Z] Login Succeeded [2022-09-20T19:09:13.738Z] nexus3.edgexfoundry.org:10003 [2022-09-20T19:09:13.876Z] Building core-command ... [2022-09-20T19:09:13.876Z] Building core-data ... [2022-09-20T19:09:13.876Z] Building core-metadata ... [2022-09-20T19:09:13.876Z] Building security-bootstrapper ... [2022-09-20T19:09:13.876Z] Building security-proxy-setup ... [2022-09-20T19:09:13.876Z] Building security-secretstore-setup ... [2022-09-20T19:09:13.876Z] Building security-spiffe-token-provider ... [2022-09-20T19:09:13.876Z] Building security-spire-agent ... [2022-09-20T19:09:13.876Z] Building security-spire-config ... [2022-09-20T19:09:13.876Z] Building security-spire-server ... [2022-09-20T19:09:13.876Z] Building support-notifications ... [2022-09-20T19:09:13.876Z] Building support-scheduler ... [2022-09-20T19:09:13.876Z] Building sys-mgmt-agent ... [2022-09-20T19:09:13.876Z] Building security-spiffe-token-provider [2022-09-20T19:09:13.876Z] Building security-secretstore-setup [2022-09-20T19:09:13.876Z] Building security-bootstrapper [2022-09-20T19:09:13.876Z] Building security-spire-agent [2022-09-20T19:09:13.876Z] Building security-spire-config [2022-09-20T19:09:14.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-20T19:09:14.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-20T19:09:14.294Z] Configure a credential helper to remove this warning. See [2022-09-20T19:09:14.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-20T19:09:14.294Z] [2022-09-20T19:09:14.294Z] Login Succeeded [2022-09-20T19:09:14.294Z] nexus3.edgexfoundry.org:10004 [2022-09-20T19:09:14.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-20T19:09:14.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-20T19:09:14.858Z] Configure a credential helper to remove this warning. See [2022-09-20T19:09:14.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-20T19:09:14.858Z] [2022-09-20T19:09:14.858Z] Login Succeeded [2022-09-20T19:09:14.858Z] docker.io [2022-09-20T19:09:15.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-09-20T19:09:15.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-09-20T19:09:15.407Z] Configure a credential helper to remove this warning. See [2022-09-20T19:09:15.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-09-20T19:09:15.407Z] [2022-09-20T19:09:15.407Z] Login Succeeded [2022-09-20T19:09:15.407Z] ---> docker-login.sh ends [Pipeline] } [2022-09-20T19:09:15.437Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-09-20T19:09:16.147Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-09-20T19:09:16.184Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-20T19:09:16.219Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-20T19:09:16.249Z] ========================================================= [2022-09-20T19:09:16.249Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-09-20T19:09:16.249Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-09-20T19:09:16.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-20T19:09:16.912Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-09-20T19:09:16.912Z] b3c136eddcbf: Pulling fs layer [2022-09-20T19:09:16.912Z] c0a3192eca97: Pulling fs layer [2022-09-20T19:09:16.912Z] a050256f5b6f: Pulling fs layer [2022-09-20T19:09:16.912Z] 656be50a0ddc: Pulling fs layer [2022-09-20T19:09:16.912Z] 2bbca73fdf42: Pulling fs layer [2022-09-20T19:09:16.912Z] 46d945488cbd: Pulling fs layer [2022-09-20T19:09:16.912Z] 8a5474983e97: Pulling fs layer [2022-09-20T19:09:16.912Z] 329c88fbcd65: Pulling fs layer [2022-09-20T19:09:16.912Z] 656be50a0ddc: Waiting [2022-09-20T19:09:16.912Z] 2bbca73fdf42: Waiting [2022-09-20T19:09:16.912Z] 46d945488cbd: Waiting [2022-09-20T19:09:16.912Z] 8a5474983e97: Waiting [2022-09-20T19:09:16.912Z] 329c88fbcd65: Waiting [2022-09-20T19:09:16.912Z] a050256f5b6f: Verifying Checksum [2022-09-20T19:09:16.912Z] a050256f5b6f: Download complete [2022-09-20T19:09:16.912Z] c0a3192eca97: Verifying Checksum [2022-09-20T19:09:16.912Z] c0a3192eca97: Download complete [2022-09-20T19:09:16.912Z] 2bbca73fdf42: Verifying Checksum [2022-09-20T19:09:16.912Z] 2bbca73fdf42: Download complete [2022-09-20T19:09:16.912Z] 46d945488cbd: Download complete [2022-09-20T19:09:16.912Z] b3c136eddcbf: Verifying Checksum [2022-09-20T19:09:16.912Z] b3c136eddcbf: Download complete [2022-09-20T19:09:17.912Z] b3c136eddcbf: Pull complete [2022-09-20T19:09:17.912Z] 329c88fbcd65: Verifying Checksum [2022-09-20T19:09:17.912Z] 329c88fbcd65: Download complete [2022-09-20T19:09:18.518Z] c0a3192eca97: Pull complete [2022-09-20T19:09:18.796Z] a050256f5b6f: Pull complete [2022-09-20T19:09:19.069Z] 8a5474983e97: Verifying Checksum [2022-09-20T19:09:19.069Z] 8a5474983e97: Download complete [2022-09-20T19:09:20.051Z] 656be50a0ddc: Verifying Checksum [2022-09-20T19:09:20.052Z] 656be50a0ddc: Download complete [2022-09-20T19:09:23.889Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:09:23.889Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:09:23.889Z] ---> ecc8013e96eb [2022-09-20T19:09:23.889Z] Step 3/26 : WORKDIR /edgex-go [2022-09-20T19:09:23.889Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:09:23.889Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:09:23.889Z] ---> ecc8013e96eb [2022-09-20T19:09:23.889Z] Step 3/20 : WORKDIR /edgex-go [2022-09-20T19:09:24.150Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:09:24.150Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:09:24.150Z] ---> ecc8013e96eb [2022-09-20T19:09:24.150Z] Step 3/33 : WORKDIR /edgex-go [2022-09-20T19:09:24.150Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:09:24.150Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:09:24.150Z] ---> ecc8013e96eb [2022-09-20T19:09:24.150Z] Step 3/25 : WORKDIR /edgex-go [2022-09-20T19:09:26.073Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:09:26.073Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:09:26.073Z] ---> ecc8013e96eb [2022-09-20T19:09:26.073Z] Step 3/26 : WORKDIR /edgex-go [2022-09-20T19:09:34.210Z] ---> Running in 1be9d6d790b7 [2022-09-20T19:09:34.210Z] ---> Running in fc1834263e5b [2022-09-20T19:09:34.210Z] ---> Running in 740d918739f1 [2022-09-20T19:09:34.210Z] ---> Running in edec68631300 [2022-09-20T19:09:34.210Z] ---> Running in 6d55daf6b763 [2022-09-20T19:09:34.210Z] Removing intermediate container 740d918739f1 [2022-09-20T19:09:34.210Z] ---> 9126a725c040 [2022-09-20T19:09:34.210Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-09-20T19:09:34.210Z] Removing intermediate container edec68631300 [2022-09-20T19:09:34.210Z] ---> 8d5af284f301 [2022-09-20T19:09:34.210Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:09:34.210Z] Removing intermediate container 6d55daf6b763 [2022-09-20T19:09:34.210Z] ---> 782e14474073 [2022-09-20T19:09:34.210Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:09:34.210Z] Removing intermediate container fc1834263e5b [2022-09-20T19:09:34.210Z] ---> 35a0f39c5143 [2022-09-20T19:09:34.210Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:09:34.210Z] Removing intermediate container 1be9d6d790b7 [2022-09-20T19:09:34.210Z] ---> 784d6ba0f5d5 [2022-09-20T19:09:34.210Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:09:34.210Z] ---> Running in 1bc90fe0cf92 [2022-09-20T19:09:34.210Z] ---> Running in 2ff662fca992 [2022-09-20T19:09:34.210Z] ---> Running in 03b9149e8515 [2022-09-20T19:09:34.210Z] ---> Running in ead980355839 [2022-09-20T19:09:34.210Z] ---> Running in f7507786a8c3 [2022-09-20T19:09:34.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:34.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:34.990Z] v3.16.2-176-g217b4b6f4b [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-09-20T19:09:34.990Z] v3.16.2-184-g3f729d91ce [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-09-20T19:09:34.990Z] OK: 17040 distinct packages available [2022-09-20T19:09:34.990Z] Removing intermediate container 1bc90fe0cf92 [2022-09-20T19:09:34.990Z] ---> 92a5f3f1b18a [2022-09-20T19:09:34.990Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-09-20T19:09:34.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:34.990Z] ---> Running in 26435f167d8d [2022-09-20T19:09:34.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:34.990Z] Removing intermediate container 2ff662fca992 [2022-09-20T19:09:34.990Z] ---> 8443a004b26d [2022-09-20T19:09:34.990Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-09-20T19:09:34.990Z] ---> Running in 9d137c672e0e [2022-09-20T19:09:35.165Z] 656be50a0ddc: Pull complete [2022-09-20T19:09:35.165Z] 2bbca73fdf42: Pull complete [2022-09-20T19:09:35.165Z] 46d945488cbd: Pull complete [2022-09-20T19:09:35.250Z] OK: 211 MiB in 51 packages [2022-09-20T19:09:35.509Z] Removing intermediate container ead980355839 [2022-09-20T19:09:35.509Z] ---> 14811a5707c6 [2022-09-20T19:09:35.509Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-09-20T19:09:35.509Z] ---> Running in f3de4a4093ab [2022-09-20T19:09:35.509Z] Removing intermediate container f7507786a8c3 [2022-09-20T19:09:35.509Z] ---> bd686dfeda88 [2022-09-20T19:09:35.509Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-09-20T19:09:35.509Z] ---> Running in 80b5f95f9d41 [2022-09-20T19:09:35.509Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:35.777Z] Removing intermediate container 03b9149e8515 [2022-09-20T19:09:35.777Z] ---> 5a4d4301302f [2022-09-20T19:09:35.777Z] Step 5/20 : COPY go.mod vendor* ./ [2022-09-20T19:09:36.036Z] ---> 1a20ebeb1c17 [2022-09-20T19:09:36.036Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:09:36.036Z] ---> Running in b7ae673f167a [2022-09-20T19:09:36.036Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:36.294Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:36.294Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:36.555Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:36.814Z] OK: 211 MiB in 51 packages [2022-09-20T19:09:36.815Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:37.074Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:37.074Z] Removing intermediate container 26435f167d8d [2022-09-20T19:09:37.074Z] ---> b765f7595d78 [2022-09-20T19:09:37.074Z] Step 6/26 : COPY go.mod vendor* ./ [2022-09-20T19:09:37.333Z] OK: 211 MiB in 51 packages [2022-09-20T19:09:37.333Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:09:37.333Z] ---> a0834d169fed [2022-09-20T19:09:37.334Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:09:37.334Z] ---> Running in fc76e2d90cfc [2022-09-20T19:09:37.595Z] OK: 211 MiB in 51 packages [2022-09-20T19:09:38.533Z] OK: 211 MiB in 51 packages [2022-09-20T19:09:39.117Z] Removing intermediate container 80b5f95f9d41 [2022-09-20T19:09:39.117Z] ---> 1063d0c18254 [2022-09-20T19:09:39.117Z] Step 6/25 : COPY go.mod vendor* ./ [2022-09-20T19:09:39.117Z] Removing intermediate container f3de4a4093ab [2022-09-20T19:09:39.117Z] ---> fa9ba5456502 [2022-09-20T19:09:39.117Z] Step 6/26 : COPY go.mod vendor* ./ [2022-09-20T19:09:39.385Z] ---> e742389b3d21 [2022-09-20T19:09:39.385Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:09:39.385Z] ---> 8580de099e54 [2022-09-20T19:09:39.385Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:09:40.596Z] 8a5474983e97: Pull complete [2022-09-20T19:09:40.764Z] Removing intermediate container 9d137c672e0e [2022-09-20T19:09:40.764Z] ---> 7076565009c7 [2022-09-20T19:09:40.764Z] Step 6/33 : COPY go.mod vendor* ./ [2022-09-20T19:09:40.764Z] ---> Running in 51337eab1c66 [2022-09-20T19:09:40.764Z] ---> Running in 79363bcf5a86 [2022-09-20T19:09:41.027Z] ---> 54496130c6f4 [2022-09-20T19:09:41.027Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:09:41.286Z] ---> Running in 43ff6b6e6da1 [2022-09-20T19:09:42.038Z] 329c88fbcd65: Pull complete [2022-09-20T19:09:42.038Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-09-20T19:09:42.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-20T19:09:42.038Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-09-20T19:09:42.447Z] + docker build -t ci-base-image-arm64 -f - . [2022-09-20T19:09:42.447Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-20T19:09:42.447Z] WORKDIR /edgex [2022-09-20T19:09:42.447Z] COPY go.mod . [2022-09-20T19:09:42.447Z] RUN go mod download [2022-09-20T19:09:43.059Z] Sending build context to Docker daemon 3.232MB [2022-09-20T19:09:43.059Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-20T19:09:43.059Z] ---> ff4287adb874 [2022-09-20T19:09:43.059Z] Step 2/4 : WORKDIR /edgex [2022-09-20T19:09:45.054Z] ---> Running in 01df615a0e0b [2022-09-20T19:09:45.328Z] Removing intermediate container 01df615a0e0b [2022-09-20T19:09:45.328Z] ---> 47802c51f4ee [2022-09-20T19:09:45.328Z] Step 3/4 : COPY go.mod . [2022-09-20T19:09:45.925Z] ---> 5c7a4c16afc2 [2022-09-20T19:09:45.925Z] Step 4/4 : RUN go mod download [2022-09-20T19:09:46.198Z] ---> Running in 90a3b97cadbd [2022-09-20T19:09:49.413Z] Removing intermediate container b7ae673f167a [2022-09-20T19:09:49.413Z] ---> 8d81b883965f [2022-09-20T19:09:49.413Z] Step 7/20 : COPY . . [2022-09-20T19:09:49.413Z] Removing intermediate container fc76e2d90cfc [2022-09-20T19:09:49.413Z] ---> 91569a134499 [2022-09-20T19:09:49.413Z] Step 8/26 : COPY . . [2022-09-20T19:10:01.640Z] ---> 484103557cb0 [2022-09-20T19:10:01.640Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-09-20T19:10:01.640Z] ---> 723fe07a1f46 [2022-09-20T19:10:01.640Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-09-20T19:10:01.640Z] ---> Running in 2a31312485fb [2022-09-20T19:10:01.640Z] ---> Running in dc52bb642fdd [2022-09-20T19:10:01.640Z] Removing intermediate container dc52bb642fdd [2022-09-20T19:10:01.640Z] ---> 2f19e4e2c054 [2022-09-20T19:10:01.640Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-09-20T19:10:01.640Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-09-20T19:10:01.640Z] ---> Running in ac8749e18821 [2022-09-20T19:10:01.640Z] Removing intermediate container 51337eab1c66 [2022-09-20T19:10:01.640Z] ---> 230d435e8513 [2022-09-20T19:10:01.640Z] Step 8/25 : COPY . . [2022-09-20T19:10:01.908Z] Removing intermediate container 79363bcf5a86 [2022-09-20T19:10:01.908Z] ---> e37b640a142a [2022-09-20T19:10:01.908Z] Step 8/26 : COPY . . [2022-09-20T19:10:01.908Z] Removing intermediate container 43ff6b6e6da1 [2022-09-20T19:10:01.908Z] ---> 117d305ab4a0 [2022-09-20T19:10:01.908Z] Step 8/33 : COPY . . [2022-09-20T19:10:01.908Z] Removing intermediate container ac8749e18821 [2022-09-20T19:10:01.908Z] ---> 7032d5508b17 [2022-09-20T19:10:01.908Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-20T19:10:16.804Z] ---> Running in 796509e09bb9 [2022-09-20T19:10:16.804Z] ---> 149c333d4e8c [2022-09-20T19:10:16.804Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-09-20T19:10:16.804Z] ---> 037a33b8255d [2022-09-20T19:10:16.804Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-09-20T19:10:16.804Z] ---> 74aaef548910 [2022-09-20T19:10:16.804Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-09-20T19:10:16.804Z] ---> Running in 9904e3f069e0 [2022-09-20T19:10:16.804Z] ---> Running in 822ae3140072 [2022-09-20T19:10:16.804Z] ---> Running in 598f22c36c90 [2022-09-20T19:10:16.804Z] Removing intermediate container 598f22c36c90 [2022-09-20T19:10:16.804Z] ---> 0c8ab4f938b9 [2022-09-20T19:10:16.804Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-09-20T19:10:16.804Z] ---> Running in 6a54ef482b36 [2022-09-20T19:10:16.804Z] Removing intermediate container 6a54ef482b36 [2022-09-20T19:10:16.804Z] ---> 2727830b3977 [2022-09-20T19:10:16.804Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-20T19:10:16.804Z] ---> Running in 48850966d946 [2022-09-20T19:10:16.804Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-09-20T19:10:16.804Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-09-20T19:10:16.804Z] Removing intermediate container 796509e09bb9 [2022-09-20T19:10:16.804Z] ---> 177cfe597d16 [2022-09-20T19:10:16.804Z] Step 12/26 : WORKDIR /edgex-go [2022-09-20T19:10:16.804Z] ---> Running in 9f9576ac7c25 [2022-09-20T19:10:16.804Z] Removing intermediate container 9f9576ac7c25 [2022-09-20T19:10:16.804Z] ---> 64e1d62e2739 [2022-09-20T19:10:16.804Z] [2022-09-20T19:10:16.804Z] Step 13/26 : FROM alpine:3.15 [2022-09-20T19:10:16.804Z] 3.15: Pulling from library/alpine [2022-09-20T19:10:16.804Z] Removing intermediate container 48850966d946 [2022-09-20T19:10:16.804Z] ---> a4ae134b469e [2022-09-20T19:10:16.804Z] Step 12/26 : WORKDIR /edgex-go [2022-09-20T19:10:16.804Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-09-20T19:10:16.804Z] Status: Downloaded newer image for alpine:3.15 [2022-09-20T19:10:16.804Z] ---> c4fc93816858 [2022-09-20T19:10:16.804Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-20T19:10:16.804Z] ---> Running in febc50aa13e0 [2022-09-20T19:10:16.804Z] ---> Running in 19d166aa2ece [2022-09-20T19:10:17.064Z] Removing intermediate container febc50aa13e0 [2022-09-20T19:10:17.064Z] ---> b24e5459e1b5 [2022-09-20T19:10:17.064Z] [2022-09-20T19:10:17.064Z] Removing intermediate container 19d166aa2ece [2022-09-20T19:10:17.064Z] ---> 8ec18968c591 [2022-09-20T19:10:17.064Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:10:17.064Z] Step 13/26 : FROM alpine:3.15 [2022-09-20T19:10:17.064Z] ---> c4fc93816858 [2022-09-20T19:10:17.064Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-20T19:10:17.064Z] ---> Using cache [2022-09-20T19:10:17.064Z] ---> 8ec18968c591 [2022-09-20T19:10:17.064Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:10:17.064Z] ---> Running in 1e45c32877cf [2022-09-20T19:10:17.064Z] ---> Running in 6afb007a32af [2022-09-20T19:10:18.441Z] Removing intermediate container 6afb007a32af [2022-09-20T19:10:18.441Z] ---> 220877b51d49 [2022-09-20T19:10:18.441Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-09-20T19:10:18.441Z] Removing intermediate container 1e45c32877cf [2022-09-20T19:10:18.441Z] ---> d7cfdebbfe51 [2022-09-20T19:10:18.441Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-09-20T19:10:18.441Z] ---> Running in 4a6d2969ffdd [2022-09-20T19:10:18.441Z] ---> Running in ff69bd144c7a [2022-09-20T19:10:18.699Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:18.959Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:19.527Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:19.786Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:20.048Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-20T19:10:20.048Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-20T19:10:20.048Z] OK: 15857 distinct packages available [2022-09-20T19:10:20.048Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:20.308Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-20T19:10:20.308Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-20T19:10:20.308Z] OK: 15857 distinct packages available [2022-09-20T19:10:20.308Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:20.876Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:21.141Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:21.141Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-09-20T19:10:21.401Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-09-20T19:10:21.401Z] (3/4) Installing libucontext (1.1-r0) [2022-09-20T19:10:21.401Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-09-20T19:10:21.401Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-09-20T19:10:21.401Z] (4/4) Installing gcompat (1.0.0-r4) [2022-09-20T19:10:21.660Z] (3/5) Installing libucontext (1.1-r0) [2022-09-20T19:10:21.660Z] Executing busybox-1.34.1-r7.trigger [2022-09-20T19:10:21.660Z] OK: 6 MiB in 18 packages [2022-09-20T19:10:21.660Z] (4/5) Installing gcompat (1.0.0-r4) [2022-09-20T19:10:21.660Z] (5/5) Installing openssl (1.1.1q-r0) [2022-09-20T19:10:21.917Z] Executing busybox-1.34.1-r7.trigger [2022-09-20T19:10:21.918Z] OK: 7 MiB in 19 packages [2022-09-20T19:10:23.823Z] Removing intermediate container 2a31312485fb [2022-09-20T19:10:23.823Z] ---> d367ade38bbd [2022-09-20T19:10:23.823Z] [2022-09-20T19:10:23.823Z] Step 9/20 : FROM alpine:3.15 [2022-09-20T19:10:23.823Z] ---> c4fc93816858 [2022-09-20T19:10:23.823Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-20T19:10:23.823Z] ---> Using cache [2022-09-20T19:10:23.823Z] ---> 8ec18968c591 [2022-09-20T19:10:23.823Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:10:23.823Z] ---> Using cache [2022-09-20T19:10:23.823Z] ---> d7cfdebbfe51 [2022-09-20T19:10:23.823Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-09-20T19:10:23.823Z] ---> Running in 9cd1ad29e699 [2022-09-20T19:10:24.389Z] Removing intermediate container 4a6d2969ffdd [2022-09-20T19:10:24.389Z] ---> d2c0e20faa9f [2022-09-20T19:10:24.389Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-09-20T19:10:24.389Z] Removing intermediate container ff69bd144c7a [2022-09-20T19:10:24.389Z] ---> 4c77d8565680 [2022-09-20T19:10:24.389Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-20T19:10:25.009Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:25.215Z] Removing intermediate container 90a3b97cadbd [2022-09-20T19:10:25.215Z] ---> 47ef5e03ee80 [2022-09-20T19:10:25.215Z] Successfully built 47ef5e03ee80 [2022-09-20T19:10:25.215Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:10:25.637Z] + docker inspect -f . ci-base-image-arm64 [2022-09-20T19:10:25.637Z] . [Pipeline] } [2022-09-20T19:10:25.675Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-20T19:10:25.938Z] prd-ubuntu20.04-docker-arm64-4c-16g-29978 does not seem to be running inside a container [2022-09-20T19:10:26.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-20T19:10:26.253Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-20T19:10:26.253Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-20T19:10:26.253Z] OK: 15857 distinct packages available [2022-09-20T19:10:26.253Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:27.188Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:27.351Z] $ docker top 82189eb7dac3196a38a7028e27b7becefb2bbd7eda8d4dfd6eade257b705601b -eo pid,comm [2022-09-20T19:10:27.446Z] (1/9) Installing ca-certificates (20220614-r0) [2022-09-20T19:10:27.446Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-09-20T19:10:27.446Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [Pipeline] { [2022-09-20T19:10:27.705Z] (4/9) Installing libcurl (7.80.0-r3) [2022-09-20T19:10:27.705Z] (5/9) Installing curl (7.80.0-r3) [2022-09-20T19:10:27.705Z] (6/9) Installing dumb-init (1.2.5-r1) [Pipeline] sh [2022-09-20T19:10:27.986Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-09-20T19:10:27.986Z] (8/9) Installing libucontext (1.1-r0) [2022-09-20T19:10:27.986Z] (9/9) Installing gcompat (1.0.0-r4) [2022-09-20T19:10:28.243Z] Executing busybox-1.34.1-r7.trigger [2022-09-20T19:10:28.243Z] Executing ca-certificates-20220614-r0.trigger [2022-09-20T19:10:28.243Z] ---> dcab81c95c77 [2022-09-20T19:10:28.243Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-20T19:10:28.243Z] OK: 8 MiB in 23 packages [2022-09-20T19:10:28.243Z] ---> 1cf3b352177e [2022-09-20T19:10:28.244Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-09-20T19:10:28.352Z] + go version [2022-09-20T19:10:28.352Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-09-20T19:10:28.388Z] $ docker stop --time=1 82189eb7dac3196a38a7028e27b7becefb2bbd7eda8d4dfd6eade257b705601b [2022-09-20T19:10:28.820Z] ---> e9a4b1321da1 [2022-09-20T19:10:28.820Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-09-20T19:10:28.820Z] ---> Running in 26743dc2fdb2 [2022-09-20T19:10:30.029Z] $ docker rm -f 82189eb7dac3196a38a7028e27b7becefb2bbd7eda8d4dfd6eade257b705601b [2022-09-20T19:10:30.193Z] Removing intermediate container 26743dc2fdb2 [2022-09-20T19:10:30.193Z] ---> fb8c85e93c2c [2022-09-20T19:10:30.193Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-09-20T19:10:30.193Z] Removing intermediate container 9cd1ad29e699 [2022-09-20T19:10:30.193Z] ---> d1cbf95b22b0 [2022-09-20T19:10:30.193Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:10:30.193Z] ---> a9f203bf5ec6 [2022-09-20T19:10:30.193Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2022-09-20T19:10:30.478Z] ---> b83b25de63df [2022-09-20T19:10:30.478Z] Step 21/26 : WORKDIR / [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:10:30.749Z] ---> 24981f8d9c7a [2022-09-20T19:10:30.749Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-09-20T19:10:30.749Z] ---> b1b1a3393a65 [2022-09-20T19:10:30.749Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-09-20T19:10:30.981Z] + docker inspect -f . ci-base-image-arm64 [2022-09-20T19:10:30.981Z] . [Pipeline] } [2022-09-20T19:10:31.007Z] ---> Running in d3e95f0fb712 [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-20T19:10:31.320Z] prd-ubuntu20.04-docker-arm64-4c-16g-29978 does not seem to be running inside a container [2022-09-20T19:10:31.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-20T19:10:31.572Z] ---> a0cc369c31a9 [2022-09-20T19:10:31.573Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-09-20T19:10:31.573Z] Removing intermediate container d3e95f0fb712 [2022-09-20T19:10:31.573Z] ---> 37a925127bbd [2022-09-20T19:10:31.573Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-20T19:10:31.856Z] ---> 865aa9caac8f [2022-09-20T19:10:31.856Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-09-20T19:10:31.856Z] ---> Running in b55d4302050e [2022-09-20T19:10:32.116Z] Removing intermediate container b55d4302050e [2022-09-20T19:10:32.116Z] ---> 4bae357e7be8 [2022-09-20T19:10:32.116Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-20T19:10:32.116Z] ---> baa040d779be [2022-09-20T19:10:32.116Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-20T19:10:32.116Z] ---> 73a56d19387a [2022-09-20T19:10:32.116Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-09-20T19:10:32.374Z] ---> Running in e5047be92ee3 [2022-09-20T19:10:32.374Z] ---> Running in 30c81288f9ae [2022-09-20T19:10:32.374Z] ---> Running in 375bd4874ad2 [2022-09-20T19:10:32.374Z] Removing intermediate container e5047be92ee3 [2022-09-20T19:10:32.374Z] ---> 23831b5990a9 [2022-09-20T19:10:32.374Z] Step 24/26 : LABEL arch=x86_64 [2022-09-20T19:10:32.374Z] Removing intermediate container 30c81288f9ae [2022-09-20T19:10:32.374Z] ---> f3939f47c94d [2022-09-20T19:10:32.374Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-20T19:10:32.374Z] ---> Running in e555200f51ff [2022-09-20T19:10:32.374Z] Removing intermediate container 375bd4874ad2 [2022-09-20T19:10:32.374Z] ---> 3e71d20636f1 [2022-09-20T19:10:32.374Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:10:32.374Z] ---> Running in 5d06b787a936 [2022-09-20T19:10:32.648Z] ---> Running in add260100fe2 [2022-09-20T19:10:32.648Z] Removing intermediate container e555200f51ff [2022-09-20T19:10:32.648Z] ---> 61e9e6f161cd [2022-09-20T19:10:32.648Z] Step 25/26 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:10:32.648Z] Removing intermediate container 5d06b787a936 [2022-09-20T19:10:32.648Z] ---> e9083451fecd [2022-09-20T19:10:32.648Z] Step 24/26 : LABEL arch=x86_64 [2022-09-20T19:10:32.648Z] Removing intermediate container add260100fe2 [2022-09-20T19:10:32.648Z] ---> 0776073801fd [2022-09-20T19:10:32.648Z] Step 18/20 : LABEL arch=x86_64 [2022-09-20T19:10:32.648Z] ---> Running in dc6b88ce9a61 [2022-09-20T19:10:32.648Z] ---> Running in 4fb20b7a063f [2022-09-20T19:10:32.648Z] ---> Running in 0359661fd0b4 [2022-09-20T19:10:32.751Z] $ docker top 7bd92929ca0e8d515eee3f454414dd6e26a1e6c890611000f2079017d1e8479f -eo pid,comm [2022-09-20T19:10:32.907Z] Removing intermediate container dc6b88ce9a61 [2022-09-20T19:10:32.907Z] ---> 56ee73c6c52d [2022-09-20T19:10:32.907Z] Step 26/26 : LABEL version=0.0.0 [2022-09-20T19:10:32.907Z] Removing intermediate container 0359661fd0b4 [2022-09-20T19:10:32.907Z] ---> 0fae7569700f [2022-09-20T19:10:32.907Z] Removing intermediate container 4fb20b7a063f [2022-09-20T19:10:32.907Z] Step 19/20 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 ---> e421cc4ae515 [2022-09-20T19:10:32.907Z] [2022-09-20T19:10:32.907Z] Step 25/26 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:10:32.907Z] ---> Running in 84e2fb82b474 [2022-09-20T19:10:32.907Z] ---> Running in 9725fd3f6502 [2022-09-20T19:10:32.907Z] ---> Running in fb1651c3188b [Pipeline] { [Pipeline] echo [2022-09-20T19:10:33.166Z] ========================================================= [2022-09-20T19:10:33.166Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-09-20T19:10:33.166Z] ========================================================= [Pipeline] sh [2022-09-20T19:10:33.219Z] Removing intermediate container 84e2fb82b474 [2022-09-20T19:10:33.219Z] ---> 78d0421eaecb [2022-09-20T19:10:33.219Z] [2022-09-20T19:10:33.219Z] Removing intermediate container fb1651c3188b [2022-09-20T19:10:33.219Z] ---> c307a3ebb61c [2022-09-20T19:10:33.219Z] Step 26/26 : LABEL version=0.0.0 [2022-09-20T19:10:33.219Z] Removing intermediate container 9725fd3f6502 [2022-09-20T19:10:33.219Z] ---> 5426364afc43 [2022-09-20T19:10:33.219Z] Step 20/20 : LABEL version=0.0.0 [2022-09-20T19:10:33.219Z] Successfully built 78d0421eaecb [2022-09-20T19:10:33.219Z] ---> Running in b5ed2b575a5d [2022-09-20T19:10:33.219Z] Successfully tagged security-spire-config:latest [2022-09-20T19:10:33.219Z] Building core-command [2022-09-20T19:10:33.219Z]  Building security-spire-config ... done  ---> Running in 4107ce19cc35 [2022-09-20T19:10:33.823Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-09-20T19:10:34.154Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-09-20T19:10:34.154Z] Removing intermediate container b5ed2b575a5d [2022-09-20T19:10:34.154Z] ---> 776ec3f832b7 [2022-09-20T19:10:34.154Z] [2022-09-20T19:10:34.154Z] Successfully built 776ec3f832b7 [2022-09-20T19:10:34.548Z] + make test [2022-09-20T19:10:34.548Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-09-20T19:10:35.529Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:10:35.529Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:10:36.477Z] Successfully tagged security-spire-agent:latest [2022-09-20T19:10:36.477Z]  Building security-spire-agent ... done  ---> ecc8013e96eb [2022-09-20T19:10:36.477Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-09-20T19:10:36.477Z] Building support-scheduler [2022-09-20T19:10:37.862Z] Removing intermediate container 4107ce19cc35 [2022-09-20T19:10:37.862Z] ---> 34c0ae55e4ec [2022-09-20T19:10:37.862Z] [2022-09-20T19:10:37.862Z] Successfully built 34c0ae55e4ec [2022-09-20T19:10:39.776Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:10:39.776Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:10:40.719Z] ---> ecc8013e96eb [2022-09-20T19:10:40.719Z] Successfully tagged security-spiffe-token-provider:latest [2022-09-20T19:10:40.719Z]  Building security-spiffe-token-provider ... done Building sys-mgmt-agent [2022-09-20T19:10:40.719Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-09-20T19:10:44.022Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:10:44.022Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:10:44.022Z] ---> ecc8013e96eb [2022-09-20T19:10:44.022Z] Step 3/23 : WORKDIR /edgex-go [2022-09-20T19:10:44.022Z] ---> Using cache [2022-09-20T19:10:44.022Z] ---> 784d6ba0f5d5 [2022-09-20T19:10:44.022Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:10:44.022Z] ---> Using cache [2022-09-20T19:10:44.022Z] ---> bd686dfeda88 [2022-09-20T19:10:44.022Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-09-20T19:10:45.005Z] ---> Running in be10b02689b8 [2022-09-20T19:10:45.005Z] ---> Running in 2a702c94c3ce [2022-09-20T19:10:45.005Z] ---> Running in 99522ad249f1 [2022-09-20T19:10:45.265Z] Removing intermediate container be10b02689b8 [2022-09-20T19:10:45.265Z] ---> 4f4bbb63a330 [2022-09-20T19:10:45.265Z] Step 4/24 : WORKDIR /edgex-go [2022-09-20T19:10:45.875Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:46.136Z] Removing intermediate container 2a702c94c3ce [2022-09-20T19:10:46.136Z] ---> 974e89d00962 [2022-09-20T19:10:46.136Z] Step 4/23 : WORKDIR /edgex-go [2022-09-20T19:10:46.709Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:46.969Z] ---> Running in 52f439f44868 [2022-09-20T19:10:46.969Z] OK: 211 MiB in 51 packages [2022-09-20T19:10:47.229Z] ---> Running in 38859e50957e [2022-09-20T19:10:47.229Z] Removing intermediate container 52f439f44868 [2022-09-20T19:10:47.229Z] ---> 9ed20b4c029d [2022-09-20T19:10:47.229Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:10:47.229Z] Removing intermediate container 9904e3f069e0 [2022-09-20T19:10:47.229Z] ---> fe0e9c920644 [2022-09-20T19:10:47.229Z] [2022-09-20T19:10:47.229Z] Step 10/33 : FROM alpine:3.16 [2022-09-20T19:10:47.229Z] Removing intermediate container 38859e50957e [2022-09-20T19:10:47.229Z] ---> 76f7f03ca26e [2022-09-20T19:10:47.229Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:10:47.229Z] Removing intermediate container 822ae3140072 [2022-09-20T19:10:47.229Z] ---> e64183f89358 [2022-09-20T19:10:47.229Z] [2022-09-20T19:10:47.229Z] Step 10/25 : FROM alpine:3.16 [2022-09-20T19:10:47.229Z] ---> Running in 1eaaa9fa5053 [2022-09-20T19:10:47.496Z] ---> Running in 6a7de9cbd87e [2022-09-20T19:10:47.496Z] 3.16: Pulling from library/alpine [2022-09-20T19:10:47.496Z] 3.16: Pulling from library/alpine [2022-09-20T19:10:47.496Z] Removing intermediate container 99522ad249f1 [2022-09-20T19:10:47.496Z] ---> 97e017be194e [2022-09-20T19:10:47.496Z] Step 6/23 : COPY go.mod vendor* ./ [2022-09-20T19:10:47.755Z] ---> 434f8f2d7955 [2022-09-20T19:10:47.755Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:10:47.755Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-09-20T19:10:47.755Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-09-20T19:10:47.755Z] Status: Downloaded newer image for alpine:3.16 [2022-09-20T19:10:47.755Z] Status: Downloaded newer image for alpine:3.16 [2022-09-20T19:10:47.755Z] ---> 9c6f07244728 [2022-09-20T19:10:47.755Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-09-20T19:10:47.755Z] ---> Running in a35a1d318b0c [2022-09-20T19:10:47.755Z] ---> 9c6f07244728 [2022-09-20T19:10:47.755Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-20T19:10:47.755Z] ---> Running in 6bd90e5b4a4a [2022-09-20T19:10:47.755Z] ---> Running in 37cb94825b04 [2022-09-20T19:10:47.755Z] Removing intermediate container 37cb94825b04 [2022-09-20T19:10:47.755Z] ---> 59ebf738e673 [2022-09-20T19:10:47.755Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-09-20T19:10:48.013Z] ---> Running in dab193c0af23 [2022-09-20T19:10:48.275Z] Removing intermediate container 1eaaa9fa5053 [2022-09-20T19:10:48.275Z] ---> 42a5bb8feaec [2022-09-20T19:10:48.275Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-09-20T19:10:48.275Z] ---> Running in f1c7d560d91d [2022-09-20T19:10:48.275Z] Removing intermediate container 6a7de9cbd87e [2022-09-20T19:10:48.275Z] ---> d78b08f5b5b7 [2022-09-20T19:10:48.275Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-09-20T19:10:48.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:48.275Z] ---> Running in 139c50993ea5 [2022-09-20T19:10:48.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:48.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:48.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:48.536Z] (1/3) Installing ca-certificates (20220614-r0) [2022-09-20T19:10:48.536Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-09-20T19:10:48.536Z] (3/3) Installing su-exec (0.2-r1) [2022-09-20T19:10:48.536Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:10:48.536Z] Executing ca-certificates-20220614-r0.trigger [2022-09-20T19:10:48.536Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-09-20T19:10:48.536Z] (2/2) Installing su-exec (0.2-r1) [2022-09-20T19:10:48.536Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:10:48.794Z] OK: 6 MiB in 16 packages [2022-09-20T19:10:48.794Z] OK: 6 MiB in 17 packages [2022-09-20T19:10:48.794Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:48.794Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:49.733Z] Removing intermediate container dab193c0af23 [2022-09-20T19:10:49.733Z] ---> 5fedfdab0b6b [2022-09-20T19:10:49.733Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-09-20T19:10:49.733Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:49.993Z] OK: 211 MiB in 51 packages [2022-09-20T19:10:50.270Z] ---> Running in 1681ef0770e0 [2022-09-20T19:10:50.270Z] Removing intermediate container 6bd90e5b4a4a [2022-09-20T19:10:50.270Z] ---> 883008b4ca2f [2022-09-20T19:10:50.270Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-09-20T19:10:50.270Z] ---> Running in d822735be873 [2022-09-20T19:10:50.270Z] Removing intermediate container 1681ef0770e0 [2022-09-20T19:10:50.270Z] ---> 390b11ebc385 [2022-09-20T19:10:50.270Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-09-20T19:10:50.530Z] ---> Running in 3618eef61866 [2022-09-20T19:10:50.530Z] Removing intermediate container d822735be873 [2022-09-20T19:10:50.530Z] ---> 529f34183915 [2022-09-20T19:10:50.530Z] Step 13/25 : WORKDIR / [2022-09-20T19:10:50.530Z] ---> Running in 95b36c8255b8 [2022-09-20T19:10:50.530Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:10:50.530Z] Removing intermediate container 3618eef61866 [2022-09-20T19:10:50.530Z] ---> c6b1da2d9405 [2022-09-20T19:10:50.530Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-09-20T19:10:50.530Z] Removing intermediate container 95b36c8255b8 [2022-09-20T19:10:50.530Z] ---> 723baf98591f [2022-09-20T19:10:50.530Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-09-20T19:10:50.794Z] Removing intermediate container 139c50993ea5 [2022-09-20T19:10:50.794Z] ---> bf9d5e15901c [2022-09-20T19:10:50.794Z] Step 7/23 : COPY go.mod vendor* ./ [2022-09-20T19:10:50.794Z] ---> Running in 807c4defe09b [2022-09-20T19:10:51.055Z] OK: 211 MiB in 51 packages [2022-09-20T19:10:51.055Z] Removing intermediate container 807c4defe09b [2022-09-20T19:10:51.055Z] ---> 6b92a238b922 [2022-09-20T19:10:51.055Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-09-20T19:10:51.055Z] ---> 2dbab586d8b2 [2022-09-20T19:10:51.055Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-09-20T19:10:51.055Z] ---> a597224f7d3d [2022-09-20T19:10:51.055Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:10:51.055Z] ---> Running in a198c1b38264 [2022-09-20T19:10:51.055Z] ---> Running in 355495c729b8 [2022-09-20T19:10:51.318Z] Removing intermediate container a198c1b38264 [2022-09-20T19:10:51.318Z] ---> 3d3d5d48a85f [2022-09-20T19:10:51.318Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-09-20T19:10:51.318Z] ---> Running in 97f24321b179 [2022-09-20T19:10:51.318Z] ---> 7884c58ef934 [2022-09-20T19:10:51.318Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-09-20T19:10:51.581Z] Removing intermediate container f1c7d560d91d [2022-09-20T19:10:51.581Z] ---> a4a40f0b9dfc [2022-09-20T19:10:51.581Z] Step 7/24 : COPY go.mod vendor* ./ [2022-09-20T19:10:51.581Z] ---> 1ddbfa434eba [2022-09-20T19:10:51.581Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-09-20T19:10:51.581Z] ---> 66261125d6fb [2022-09-20T19:10:51.581Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:10:51.844Z] ---> Running in 37895e3cfdef [2022-09-20T19:10:52.105Z] ---> b60661b6474f [2022-09-20T19:10:52.105Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-09-20T19:10:52.677Z] ---> edc7a869563e [2022-09-20T19:10:52.677Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-09-20T19:10:52.677Z] Removing intermediate container 97f24321b179 [2022-09-20T19:10:52.677Z] ---> 49d3bbe59079 [2022-09-20T19:10:52.677Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-09-20T19:10:53.257Z] ---> Running in 2bbf15ea36be [2022-09-20T19:10:55.811Z] ---> e11ae15617eb [2022-09-20T19:10:55.811Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-09-20T19:10:56.071Z] Removing intermediate container 2bbf15ea36be [2022-09-20T19:10:56.071Z] ---> ce4321d61ddd [2022-09-20T19:10:56.071Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-09-20T19:10:56.353Z] Removing intermediate container a35a1d318b0c [2022-09-20T19:10:56.353Z] ---> 82e0f085c72d [2022-09-20T19:10:56.353Z] Step 8/23 : COPY . . [2022-09-20T19:11:01.634Z] ---> 1dd797fd3e6d [2022-09-20T19:11:01.634Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-09-20T19:11:01.634Z] ---> bc99fa8e9635 [2022-09-20T19:11:01.634Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-09-20T19:11:01.634Z] ---> Running in 34ff1f663b4d [2022-09-20T19:11:01.634Z] ---> Running in 060da553803c [2022-09-20T19:11:01.634Z] ---> a8de17e578a4 [2022-09-20T19:11:01.634Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-09-20T19:11:01.634Z] ---> Running in 2c3723d14e09 [2022-09-20T19:11:01.634Z] Removing intermediate container 355495c729b8 [2022-09-20T19:11:01.634Z] ---> 05187d237693 [2022-09-20T19:11:01.634Z] Step 9/23 : COPY . . [2022-09-20T19:11:01.634Z] Removing intermediate container 37895e3cfdef [2022-09-20T19:11:01.634Z] ---> af2d7f67742b [2022-09-20T19:11:01.634Z] Step 9/24 : COPY . . [2022-09-20T19:11:01.895Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-09-20T19:11:06.902Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-09-20T19:11:10.061Z] Removing intermediate container 34ff1f663b4d [2022-09-20T19:11:10.061Z] ---> 2cf9dae6fb75 [2022-09-20T19:11:10.061Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-09-20T19:11:10.061Z] Removing intermediate container 060da553803c [2022-09-20T19:11:10.061Z] ---> af2ab76229e3 [2022-09-20T19:11:10.061Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:11:10.061Z] ---> ab0fc5188ccf [2022-09-20T19:11:10.061Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-09-20T19:11:10.061Z] ---> 26f7c344031d [2022-09-20T19:11:10.061Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-09-20T19:11:10.061Z] ---> Running in 2b7b2d00a7e4 [2022-09-20T19:11:10.323Z] ---> Running in 42535fbee42e [2022-09-20T19:11:10.323Z] ---> Running in e0081618b6b9 [2022-09-20T19:11:10.323Z] Removing intermediate container 2b7b2d00a7e4 [2022-09-20T19:11:10.323Z] ---> 95647db243c5 [2022-09-20T19:11:10.323Z] Step 23/25 : LABEL arch=x86_64 [2022-09-20T19:11:10.323Z] ---> Running in 59c5cdb133d9 [2022-09-20T19:11:10.590Z] ---> 6816cbfb7e87 [2022-09-20T19:11:10.590Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-09-20T19:11:10.590Z] Removing intermediate container 59c5cdb133d9 [2022-09-20T19:11:10.590Z] ---> 64efe9c7e165 [2022-09-20T19:11:10.590Z] Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:11:10.855Z] ---> Running in 34666497e10b [2022-09-20T19:11:11.123Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-09-20T19:11:11.123Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-09-20T19:11:11.391Z] Removing intermediate container 34666497e10b [2022-09-20T19:11:11.391Z] ---> 9090c05ed065 [2022-09-20T19:11:11.391Z] Step 25/25 : LABEL version=0.0.0 [2022-09-20T19:11:11.391Z] ---> ecc1c2b4c01c [2022-09-20T19:11:11.391Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-09-20T19:11:11.391Z] ---> Running in 31c55ad841a3 [2022-09-20T19:11:11.991Z] Removing intermediate container 31c55ad841a3 [2022-09-20T19:11:11.991Z] ---> 022ca3d0e6ea [2022-09-20T19:11:11.991Z] [2022-09-20T19:11:11.991Z] Successfully built 022ca3d0e6ea [2022-09-20T19:11:11.991Z] ---> 4afdc4c6f92e [2022-09-20T19:11:11.991Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-09-20T19:11:11.991Z] Successfully tagged security-secretstore-setup:latest [2022-09-20T19:11:11.991Z]  Building security-secretstore-setup ... done Building security-spire-server [2022-09-20T19:11:16.296Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:11:16.296Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:11:16.296Z] ---> ecc8013e96eb [2022-09-20T19:11:16.296Z] Step 3/25 : WORKDIR /edgex-go [2022-09-20T19:11:16.296Z] ---> Using cache [2022-09-20T19:11:16.296Z] ---> 784d6ba0f5d5 [2022-09-20T19:11:16.296Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:11:16.296Z] ---> Using cache [2022-09-20T19:11:16.296Z] ---> bd686dfeda88 [2022-09-20T19:11:16.296Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-09-20T19:11:17.704Z] ---> 90cd1c915f24 [2022-09-20T19:11:17.704Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-09-20T19:11:17.704Z] ---> Running in eab7e48fc477 [2022-09-20T19:11:18.643Z] ---> 9b7baa2f9288 [2022-09-20T19:11:18.643Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-09-20T19:11:18.643Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:11:19.212Z] ---> 7c19f5c3247d [2022-09-20T19:11:19.212Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-09-20T19:11:19.471Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:11:19.738Z] ---> a90d39992744 [2022-09-20T19:11:19.738Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-09-20T19:11:19.738Z] ---> Running in f7ff8988e523 [2022-09-20T19:11:20.005Z] OK: 211 MiB in 51 packages [2022-09-20T19:11:21.385Z] Removing intermediate container eab7e48fc477 [2022-09-20T19:11:21.385Z] ---> 3829db762711 [2022-09-20T19:11:21.385Z] Step 6/25 : COPY go.mod vendor* ./ [2022-09-20T19:11:22.330Z] ---> 4d46e193a91f [2022-09-20T19:11:22.330Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:11:22.330Z] Removing intermediate container f7ff8988e523 [2022-09-20T19:11:22.330Z] ---> 296c0a8193fe [2022-09-20T19:11:22.330Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-09-20T19:11:22.330Z] ---> Running in b607703d286a [2022-09-20T19:11:22.904Z] ---> Running in 9556a1cf1ae3 [2022-09-20T19:11:23.843Z] Removing intermediate container 9556a1cf1ae3 [2022-09-20T19:11:23.843Z] ---> 61454c1f0222 [2022-09-20T19:11:23.843Z] Step 30/33 : CMD ["gate"] [2022-09-20T19:11:23.843Z] ---> Running in a7ec3c471d58 [2022-09-20T19:11:23.843Z] Removing intermediate container 2c3723d14e09 [2022-09-20T19:11:23.843Z] ---> afa19a969c7f [2022-09-20T19:11:23.843Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-09-20T19:11:24.115Z] ---> Running in 68ff18e01f1e [2022-09-20T19:11:24.115Z] Removing intermediate container a7ec3c471d58 [2022-09-20T19:11:24.115Z] ---> 6b7caf20acc3 [2022-09-20T19:11:24.115Z] Step 31/33 : LABEL arch=x86_64 [2022-09-20T19:11:24.379Z] ---> Running in c34bf937556e [2022-09-20T19:11:24.948Z] Removing intermediate container c34bf937556e [2022-09-20T19:11:24.948Z] ---> 05db5fd18ce7 [2022-09-20T19:11:24.948Z] Step 32/33 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:11:25.207Z] ---> Running in 45ecb0671e65 [2022-09-20T19:11:25.207Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-09-20T19:11:26.586Z] Removing intermediate container 45ecb0671e65 [2022-09-20T19:11:26.587Z] ---> 677afd319a01 [2022-09-20T19:11:26.587Z] Step 33/33 : LABEL version=0.0.0 [2022-09-20T19:11:26.848Z] ---> Running in 61b19cdb7ca0 [2022-09-20T19:11:27.107Z] Removing intermediate container 61b19cdb7ca0 [2022-09-20T19:11:27.107Z] ---> 05d024998838 [2022-09-20T19:11:27.107Z] [2022-09-20T19:11:27.107Z] Successfully built 05d024998838 [2022-09-20T19:11:27.107Z] Successfully tagged security-bootstrapper:latest [2022-09-20T19:11:27.107Z]  Building security-bootstrapper ... done Building support-notifications [2022-09-20T19:11:30.411Z] Removing intermediate container 68ff18e01f1e [2022-09-20T19:11:30.411Z] ---> 69983f80a624 [2022-09-20T19:11:30.411Z] [2022-09-20T19:11:30.411Z] Step 11/23 : FROM alpine:3.16 [2022-09-20T19:11:30.411Z] ---> 9c6f07244728 [2022-09-20T19:11:30.411Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-09-20T19:11:33.070Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:11:33.070Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:11:33.070Z] ---> ecc8013e96eb [2022-09-20T19:11:33.070Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-09-20T19:11:33.070Z] ---> Using cache [2022-09-20T19:11:33.070Z] ---> 974e89d00962 [2022-09-20T19:11:33.070Z] Step 4/23 : WORKDIR /edgex-go [2022-09-20T19:11:33.070Z] ---> Using cache [2022-09-20T19:11:33.070Z] ---> 76f7f03ca26e [2022-09-20T19:11:33.070Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:11:33.070Z] ---> Using cache [2022-09-20T19:11:33.070Z] ---> d78b08f5b5b7 [2022-09-20T19:11:33.070Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-09-20T19:11:34.997Z] ---> Running in f60aa1583204 [2022-09-20T19:11:34.997Z] ---> Running in 882d16617638 [2022-09-20T19:11:34.997Z] Removing intermediate container f60aa1583204 [2022-09-20T19:11:34.997Z] ---> 94b0e52c6a98 [2022-09-20T19:11:34.997Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-09-20T19:11:34.997Z] ---> Running in 32cd8e6bbdac [2022-09-20T19:11:35.255Z] Removing intermediate container b607703d286a [2022-09-20T19:11:35.255Z] ---> d325a07ec6f1 [2022-09-20T19:11:35.255Z] Step 8/25 : COPY . . [2022-09-20T19:11:35.255Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:11:35.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:11:35.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:11:35.777Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-09-20T19:11:35.777Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-09-20T19:11:35.777Z] (3/33) Installing readline (8.1.2-r0) [2022-09-20T19:11:35.777Z] (4/33) Installing bash (5.1.16-r2) [2022-09-20T19:11:35.777Z] Executing bash-5.1.16-r2.post-install [2022-09-20T19:11:35.777Z] (5/33) Installing ca-certificates (20220614-r0) [2022-09-20T19:11:35.777Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-09-20T19:11:35.777Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-09-20T19:11:35.777Z] (8/33) Installing libcurl (7.83.1-r3) [2022-09-20T19:11:35.777Z] (9/33) Installing curl (7.83.1-r3) [2022-09-20T19:11:35.777Z] (10/33) Installing docker-cli (20.10.18-r0) [2022-09-20T19:11:36.035Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-09-20T19:11:36.035Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-09-20T19:11:36.035Z] (13/33) Installing expat (2.4.8-r0) [2022-09-20T19:11:36.035Z] (14/33) Installing libffi (3.4.2-r1) [2022-09-20T19:11:36.035Z] (15/33) Installing gdbm (1.23-r0) [2022-09-20T19:11:36.035Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-09-20T19:11:36.035Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-09-20T19:11:36.035Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-20T19:11:36.035Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-09-20T19:11:36.321Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-09-20T19:11:36.321Z] (21/33) Installing python3 (3.10.5-r0) [2022-09-20T19:11:36.580Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:11:36.580Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-09-20T19:11:36.580Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-09-20T19:11:36.580Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-09-20T19:11:36.580Z] (25/33) Installing py3-six (1.16.0-r1) [2022-09-20T19:11:36.839Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-09-20T19:11:36.839Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-09-20T19:11:36.839Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-09-20T19:11:36.839Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-09-20T19:11:36.839Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-09-20T19:11:36.839Z] (31/33) Installing py3-packaging (21.3-r0) [2022-09-20T19:11:36.839Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-09-20T19:11:36.839Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-09-20T19:11:37.098Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:11:37.098Z] Executing ca-certificates-20220614-r0.trigger [2022-09-20T19:11:37.098Z] OK: 122 MiB in 47 packages [2022-09-20T19:11:38.480Z] OK: 211 MiB in 51 packages [2022-09-20T19:11:41.899Z] ---> 5a60833faea9 [2022-09-20T19:11:41.899Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-09-20T19:11:42.160Z] ---> Running in aca64853baf3 [2022-09-20T19:11:42.160Z] Removing intermediate container e0081618b6b9 [2022-09-20T19:11:42.160Z] ---> 499ea8717929 [2022-09-20T19:11:42.160Z] [2022-09-20T19:11:42.160Z] Step 11/24 : FROM alpine:3.16 [2022-09-20T19:11:42.160Z] ---> 9c6f07244728 [2022-09-20T19:11:42.160Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-09-20T19:11:42.160Z] Removing intermediate container 882d16617638 [2022-09-20T19:11:42.160Z] ---> b7cd75cff4c4 [2022-09-20T19:11:42.160Z] Step 7/23 : COPY go.mod vendor* ./ [2022-09-20T19:11:42.421Z] ---> Running in 9e00440b7ecd [2022-09-20T19:11:42.421Z] Removing intermediate container aca64853baf3 [2022-09-20T19:11:42.421Z] ---> 2082ac7d1772 [2022-09-20T19:11:42.421Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-09-20T19:11:42.421Z] ---> c515f46177f7 [2022-09-20T19:11:42.421Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:11:42.682Z] ---> Running in c31161851dbf [2022-09-20T19:11:42.682Z] ---> Running in 421575f71975 [2022-09-20T19:11:42.942Z] Removing intermediate container c31161851dbf [2022-09-20T19:11:42.942Z] ---> 009c9a2a16b9 [2022-09-20T19:11:42.942Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-20T19:11:42.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:11:42.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:11:43.203Z] ---> Running in c09148a04edf [2022-09-20T19:11:43.203Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-09-20T19:11:43.203Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:11:43.203Z] OK: 6 MiB in 15 packages [2022-09-20T19:11:44.158Z] Collecting docker-compose==1.23.2 [2022-09-20T19:11:44.158Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-09-20T19:11:44.422Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 32.5 MB/s eta 0:00:00 [2022-09-20T19:11:44.422Z] Collecting docker<4.0,>=3.6.0 [2022-09-20T19:11:44.422Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-09-20T19:11:44.422Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 81.2 MB/s eta 0:00:00 [2022-09-20T19:11:44.422Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-09-20T19:11:44.422Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-09-20T19:11:44.422Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 70.4 MB/s eta 0:00:00 [2022-09-20T19:11:44.422Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-09-20T19:11:44.422Z] Removing intermediate container 9e00440b7ecd [2022-09-20T19:11:44.422Z] ---> cc186577e818 [2022-09-20T19:11:44.422Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-20T19:11:44.683Z] Collecting dockerpty<0.5,>=0.4.1 [2022-09-20T19:11:44.683Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-09-20T19:11:44.683Z] Preparing metadata (setup.py): started [2022-09-20T19:11:44.683Z] ---> Running in 54b6e424d217 [2022-09-20T19:11:44.683Z] Removing intermediate container 42535fbee42e [2022-09-20T19:11:44.683Z] ---> 35242bc50250 [2022-09-20T19:11:44.683Z] [2022-09-20T19:11:44.683Z] Step 11/23 : FROM alpine:3.16 [2022-09-20T19:11:44.683Z] ---> 9c6f07244728 [2022-09-20T19:11:44.683Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-09-20T19:11:44.683Z] ---> Using cache [2022-09-20T19:11:44.683Z] ---> cc186577e818 [2022-09-20T19:11:44.683Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-20T19:11:44.945Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-20T19:11:44.945Z] Collecting docopt<0.7,>=0.6.1 [2022-09-20T19:11:44.945Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-09-20T19:11:44.945Z] Preparing metadata (setup.py): started [2022-09-20T19:11:45.215Z] Removing intermediate container c09148a04edf [2022-09-20T19:11:45.215Z] ---> bf8cd0e8b5ca [2022-09-20T19:11:45.215Z] Step 12/25 : WORKDIR /edgex-go [2022-09-20T19:11:45.494Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-20T19:11:45.494Z] Collecting cached-property<2,>=1.2.0 [2022-09-20T19:11:45.494Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-09-20T19:11:45.494Z] Collecting jsonschema<3,>=2.5.1 [2022-09-20T19:11:45.494Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-09-20T19:11:45.494Z] Collecting websocket-client<1.0,>=0.32.0 [2022-09-20T19:11:45.494Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-09-20T19:11:45.494Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 191.3 MB/s eta 0:00:00 [2022-09-20T19:11:45.494Z] Collecting texttable<0.10,>=0.9.0 [2022-09-20T19:11:45.494Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-09-20T19:11:45.494Z] Preparing metadata (setup.py): started [2022-09-20T19:11:46.156Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-20T19:11:46.156Z] ---> Running in 58b0afae32ae [2022-09-20T19:11:46.156Z] Removing intermediate container 54b6e424d217 [2022-09-20T19:11:46.156Z] ---> 2dcf380b8106 [2022-09-20T19:11:46.156Z] Step 14/24 : ENV APP_PORT=59882 [2022-09-20T19:11:46.156Z] ---> Running in ff109701ce1a [2022-09-20T19:11:46.156Z] ---> Running in 0c8f21b26310 [2022-09-20T19:11:46.156Z] Collecting PyYAML<4,>=3.10 [2022-09-20T19:11:46.156Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-09-20T19:11:46.156Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 66.2 MB/s eta 0:00:00 [2022-09-20T19:11:46.156Z] Removing intermediate container 58b0afae32ae [2022-09-20T19:11:46.156Z] ---> 6221ab531d90 [2022-09-20T19:11:46.156Z] Step 14/23 : ENV APP_PORT=59861 [2022-09-20T19:11:46.156Z] ---> Running in c0b4603442c4 [2022-09-20T19:11:46.156Z] Removing intermediate container ff109701ce1a [2022-09-20T19:11:46.156Z] ---> 2336eff87fd6 [2022-09-20T19:11:46.156Z] [2022-09-20T19:11:46.156Z] Step 13/25 : FROM alpine:3.15 [2022-09-20T19:11:46.156Z] ---> c4fc93816858 [2022-09-20T19:11:46.156Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-20T19:11:46.156Z] ---> Using cache [2022-09-20T19:11:46.156Z] ---> 8ec18968c591 [2022-09-20T19:11:46.156Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:11:46.156Z] ---> Using cache [2022-09-20T19:11:46.156Z] ---> d7cfdebbfe51 [2022-09-20T19:11:46.156Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-09-20T19:11:46.156Z] ---> Using cache [2022-09-20T19:11:46.156Z] ---> d2c0e20faa9f [2022-09-20T19:11:46.156Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-20T19:11:46.156Z] Removing intermediate container 0c8f21b26310 [2022-09-20T19:11:46.156Z] ---> 3d2c2f457590 [2022-09-20T19:11:46.156Z] Step 15/24 : EXPOSE $APP_PORT [2022-09-20T19:11:46.469Z] ---> Running in 0b930c354b0c [2022-09-20T19:11:46.469Z] Removing intermediate container c0b4603442c4 [2022-09-20T19:11:46.469Z] ---> 7330c5dd3008 [2022-09-20T19:11:46.469Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-20T19:11:46.469Z] Preparing metadata (setup.py): started [2022-09-20T19:11:46.469Z] ---> Running in bc15a9ed3270 [2022-09-20T19:11:47.042Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-20T19:11:47.042Z] Collecting docker-pycreds>=0.4.0 [2022-09-20T19:11:47.042Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-09-20T19:11:47.042Z] Collecting idna<2.8,>=2.5 [2022-09-20T19:11:47.042Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-09-20T19:11:47.042Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 186.2 MB/s eta 0:00:00 [2022-09-20T19:11:47.042Z] Collecting chardet<3.1.0,>=3.0.2 [2022-09-20T19:11:47.042Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-09-20T19:11:47.042Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 173.2 MB/s eta 0:00:00 [2022-09-20T19:11:47.304Z] Collecting urllib3<1.25,>=1.21.1 [2022-09-20T19:11:47.304Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-09-20T19:11:47.304Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 138.6 MB/s eta 0:00:00 [2022-09-20T19:11:47.304Z] Collecting certifi>=2017.4.17 [2022-09-20T19:11:47.304Z] Downloading certifi-2022.9.14-py3-none-any.whl (162 kB) [2022-09-20T19:11:47.304Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 59.0 MB/s eta 0:00:00 [2022-09-20T19:11:47.304Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-09-20T19:11:47.304Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-09-20T19:11:47.304Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-09-20T19:11:47.304Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-09-20T19:11:47.304Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-09-20T19:11:47.304Z] Running setup.py install for texttable: started [2022-09-20T19:11:47.573Z] Removing intermediate container 0b930c354b0c [2022-09-20T19:11:47.573Z] ---> ecc3964d6ce2 [2022-09-20T19:11:47.573Z] Step 16/24 : WORKDIR / [2022-09-20T19:11:47.835Z] Running setup.py install for texttable: finished with status 'done' [2022-09-20T19:11:47.835Z] Running setup.py install for PyYAML: started [2022-09-20T19:11:48.413Z] Running setup.py install for PyYAML: finished with status 'done' [2022-09-20T19:11:48.680Z] Removing intermediate container bc15a9ed3270 [2022-09-20T19:11:48.680Z] ---> 99af9d89dd67 [2022-09-20T19:11:48.680Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:11:48.680Z] ---> f29dd283e0f4 [2022-09-20T19:11:48.680Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-09-20T19:11:48.680Z] ---> Running in 0db6e3c5c143 [2022-09-20T19:11:48.680Z] Running setup.py install for docopt: started [2022-09-20T19:11:48.943Z] Removing intermediate container 0db6e3c5c143 [2022-09-20T19:11:48.943Z] ---> 5b06bd79102f [2022-09-20T19:11:48.943Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:11:48.943Z] ---> b7cc8849f383 [2022-09-20T19:11:48.943Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-09-20T19:11:48.943Z] Running setup.py install for docopt: finished with status 'done' [2022-09-20T19:11:48.943Z] ---> 2a19d14e3289 [2022-09-20T19:11:48.943Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-09-20T19:11:49.515Z] ---> 203d1ad02c94 [2022-09-20T19:11:49.515Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-09-20T19:11:49.515Z] ---> 22064dd532b0 [2022-09-20T19:11:49.515Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-09-20T19:11:49.776Z] Removing intermediate container 421575f71975 [2022-09-20T19:11:49.776Z] ---> 40f1de284f3f [2022-09-20T19:11:49.776Z] Step 9/23 : COPY . . [2022-09-20T19:11:49.776Z] ---> 6545febe547a [2022-09-20T19:11:49.776Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-09-20T19:11:53.091Z] Running setup.py install for dockerpty: started [2022-09-20T19:11:53.359Z] Running setup.py install for dockerpty: finished with status 'done' [2022-09-20T19:11:53.622Z] ---> 2395c750f346 [2022-09-20T19:11:53.623Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-09-20T19:11:53.623Z] ---> 5742c1f9b0ff [2022-09-20T19:11:53.623Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-20T19:11:53.623Z] ---> 70ccec44c180 [2022-09-20T19:11:53.623Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-09-20T19:11:53.623Z] ---> Running in d1900ee1d77e [2022-09-20T19:11:53.886Z] ---> Running in 1520283aff48 [2022-09-20T19:11:53.886Z] ---> 0fcad64b047a [2022-09-20T19:11:53.886Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-09-20T19:11:53.886Z] ---> 74372c9fb1cc [2022-09-20T19:11:53.886Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-09-20T19:11:53.886Z] Removing intermediate container d1900ee1d77e [2022-09-20T19:11:53.886Z] ---> bd0dc56dae75 [2022-09-20T19:11:53.886Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-20T19:11:53.886Z] ---> Running in 90d61657dd0b [2022-09-20T19:11:53.886Z] Removing intermediate container 1520283aff48 [2022-09-20T19:11:53.886Z] ---> 7fc7791a6442 [2022-09-20T19:11:53.886Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:11:53.886Z] ---> Running in 35de889cafd7 [2022-09-20T19:11:53.886Z] ---> Running in 4d0d99a55a90 [2022-09-20T19:11:53.886Z] ---> Running in 6f345ac11ab8 [2022-09-20T19:11:53.886Z] Removing intermediate container 35de889cafd7 [2022-09-20T19:11:53.886Z] ---> e477e0fdf73b [2022-09-20T19:11:53.886Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:11:54.152Z] Removing intermediate container 4d0d99a55a90 [2022-09-20T19:11:54.152Z] ---> cd092c93ef76 [2022-09-20T19:11:54.152Z] Step 23/25 : LABEL arch=x86_64 [2022-09-20T19:11:54.153Z] ---> Running in 84e40b5515b2 [2022-09-20T19:11:54.153Z] Removing intermediate container 6f345ac11ab8 [2022-09-20T19:11:54.153Z] ---> 4dae21fb9097 [2022-09-20T19:11:54.153Z] Step 21/23 : LABEL arch=x86_64 [2022-09-20T19:11:54.153Z] ---> Running in 37b264119e2a [2022-09-20T19:11:54.153Z] ---> Running in 0f6dc7fe0e17 [2022-09-20T19:11:54.153Z] Removing intermediate container 84e40b5515b2 [2022-09-20T19:11:54.153Z] ---> af2d7889ef5a [2022-09-20T19:11:54.153Z] Step 22/24 : LABEL arch=x86_64 [2022-09-20T19:11:54.153Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-09-20T19:11:54.153Z] ---> Running in 88d1423e95c8 [2022-09-20T19:11:54.153Z] Removing intermediate container 37b264119e2a [2022-09-20T19:11:54.153Z] ---> b229bebf36c3 [2022-09-20T19:11:54.153Z] Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:11:54.153Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.14 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-09-20T19:11:54.153Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-09-20T19:11:54.419Z] Removing intermediate container 0f6dc7fe0e17 [2022-09-20T19:11:54.419Z] ---> 945e327efab4 [2022-09-20T19:11:54.419Z] Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:11:54.419Z] ---> Running in 30ab72add87d [2022-09-20T19:11:54.419Z] ---> Running in 45c320fb3a51 [2022-09-20T19:11:54.419Z] Removing intermediate container 88d1423e95c8 [2022-09-20T19:11:54.419Z] ---> 21595dad527f [2022-09-20T19:11:54.419Z] Step 23/24 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:11:54.419Z] ---> Running in 6221146d0c1b [2022-09-20T19:11:54.419Z] Removing intermediate container 30ab72add87d [2022-09-20T19:11:54.419Z] ---> 9b6b37282e23 [2022-09-20T19:11:54.419Z] Step 25/25 : LABEL version=0.0.0 [2022-09-20T19:11:54.419Z] Removing intermediate container 45c320fb3a51 [2022-09-20T19:11:54.419Z] ---> 8c2ed62b7ba5 [2022-09-20T19:11:54.419Z] Step 23/23 : LABEL version=0.0.0 [2022-09-20T19:11:54.419Z] ---> Running in 003a26bdee73 [2022-09-20T19:11:54.680Z] ---> Running in 20314a411917 [2022-09-20T19:11:54.680Z] Removing intermediate container 6221146d0c1b [2022-09-20T19:11:54.681Z] ---> fcdeda9b2386 [2022-09-20T19:11:54.681Z] Step 24/24 : LABEL version=0.0.0 [2022-09-20T19:11:54.681Z] ---> Running in ec5c448315f0 [2022-09-20T19:11:54.681Z] Removing intermediate container 20314a411917 [2022-09-20T19:11:54.681Z] ---> 929e4d6ff1d3 [2022-09-20T19:11:54.681Z] [2022-09-20T19:11:54.681Z] Removing intermediate container 003a26bdee73 [2022-09-20T19:11:54.681Z] ---> fed031893a45 [2022-09-20T19:11:54.681Z] [2022-09-20T19:11:54.681Z] Removing intermediate container ec5c448315f0 [2022-09-20T19:11:54.681Z] ---> 77f080955433 [2022-09-20T19:11:54.681Z] [2022-09-20T19:11:54.942Z] Successfully built fed031893a45 [2022-09-20T19:11:54.942Z] Successfully built 929e4d6ff1d3 [2022-09-20T19:11:54.942Z] Successfully tagged security-spire-server:latest [2022-09-20T19:11:54.942Z]  Building security-spire-server ... done Successfully tagged support-scheduler:latest [2022-09-20T19:11:54.942Z] Building security-proxy-setup [2022-09-20T19:11:54.942Z]  Building support-scheduler ... done Building core-metadata [2022-09-20T19:11:54.942Z] Successfully built 77f080955433 [2022-09-20T19:11:54.942Z] Successfully tagged core-command:latest [2022-09-20T19:11:54.942Z]  Building core-command ... done Building core-data [2022-09-20T19:12:01.537Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:12:01.537Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:12:01.537Z] ---> ecc8013e96eb [2022-09-20T19:12:01.537Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> 974e89d00962 [2022-09-20T19:12:01.537Z] Step 4/24 : WORKDIR /edgex-go [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> 76f7f03ca26e [2022-09-20T19:12:01.537Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> d78b08f5b5b7 [2022-09-20T19:12:01.537Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-09-20T19:12:01.537Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:12:01.537Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:12:01.537Z] ---> ecc8013e96eb [2022-09-20T19:12:01.537Z] Step 3/22 : WORKDIR /edgex-go [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> 784d6ba0f5d5 [2022-09-20T19:12:01.537Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> bd686dfeda88 [2022-09-20T19:12:01.537Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> 1063d0c18254 [2022-09-20T19:12:01.537Z] Step 6/22 : COPY go.mod vendor* ./ [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> e742389b3d21 [2022-09-20T19:12:01.537Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> 230d435e8513 [2022-09-20T19:12:01.537Z] Step 8/22 : COPY . . [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> 037a33b8255d [2022-09-20T19:12:01.537Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-09-20T19:12:01.537Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:12:01.537Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:12:01.537Z] ---> ecc8013e96eb [2022-09-20T19:12:01.537Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> 974e89d00962 [2022-09-20T19:12:01.537Z] Step 4/25 : WORKDIR /edgex-go [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> 76f7f03ca26e [2022-09-20T19:12:01.537Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> d78b08f5b5b7 [2022-09-20T19:12:01.537Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> bf9d5e15901c [2022-09-20T19:12:01.537Z] Step 7/25 : COPY go.mod vendor* ./ [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> a597224f7d3d [2022-09-20T19:12:01.537Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> 05187d237693 [2022-09-20T19:12:01.537Z] Step 9/25 : COPY . . [2022-09-20T19:12:01.537Z] ---> Using cache [2022-09-20T19:12:01.537Z] ---> 26f7c344031d [2022-09-20T19:12:01.537Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-09-20T19:12:11.551Z] ---> Running in 5b2f0be55dad [2022-09-20T19:12:11.551Z] ---> Running in 3321ff6fa2f7 [2022-09-20T19:12:11.551Z] ---> Running in 05015f5b1a48 [2022-09-20T19:12:11.551Z] Removing intermediate container 32cd8e6bbdac [2022-09-20T19:12:11.551Z] ---> 24ead6484026 [2022-09-20T19:12:11.551Z] Step 14/23 : ENV APP_PORT=58890 [2022-09-20T19:12:11.551Z] ---> Running in 9e836e265e53 [2022-09-20T19:12:11.551Z] Removing intermediate container 9e836e265e53 [2022-09-20T19:12:11.551Z] ---> eedcd22e51b7 [2022-09-20T19:12:11.551Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-20T19:12:11.551Z] ---> Running in 78793106719f [2022-09-20T19:12:11.814Z] Removing intermediate container 78793106719f [2022-09-20T19:12:11.814Z] ---> ef2aaf266334 [2022-09-20T19:12:11.814Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-09-20T19:12:11.814Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:12:12.080Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-09-20T19:12:12.080Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-09-20T19:12:12.342Z] ---> 7dfeb3114dc3 [2022-09-20T19:12:12.342Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-09-20T19:12:12.603Z] ---> a612c8c28d58 [2022-09-20T19:12:12.603Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:12:12.603Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-09-20T19:12:13.189Z] OK: 211 MiB in 51 packages [2022-09-20T19:12:13.765Z] ---> f160f1499953 [2022-09-20T19:12:13.766Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-09-20T19:12:13.766Z] ---> Running in 50af0ebc8fba [2022-09-20T19:12:14.028Z] Removing intermediate container 50af0ebc8fba [2022-09-20T19:12:14.028Z] ---> eddad8485514 [2022-09-20T19:12:14.028Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:12:14.300Z] Removing intermediate container 3321ff6fa2f7 [2022-09-20T19:12:14.300Z] ---> 1c86e0891fad [2022-09-20T19:12:14.300Z] Step 7/24 : COPY go.mod vendor* ./ [2022-09-20T19:12:14.300Z] ---> Running in da9062905207 [2022-09-20T19:12:14.560Z] Removing intermediate container da9062905207 [2022-09-20T19:12:14.560Z] ---> f2d6fb659ab8 [2022-09-20T19:12:14.560Z] Step 21/23 : LABEL arch=x86_64 [2022-09-20T19:12:14.823Z] ---> 147384497ae8 [2022-09-20T19:12:14.823Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:12:14.823Z] ---> Running in ebb0d9247b0c [2022-09-20T19:12:15.086Z] ---> Running in 4a9e98c9c304 [2022-09-20T19:12:15.086Z] Removing intermediate container ebb0d9247b0c [2022-09-20T19:12:15.086Z] ---> 4be68d0800aa [2022-09-20T19:12:15.086Z] Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:12:15.347Z] ---> Running in 4e2b13dba7b5 [2022-09-20T19:12:15.916Z] Removing intermediate container 4e2b13dba7b5 [2022-09-20T19:12:15.916Z] ---> d30894e4cc01 [2022-09-20T19:12:15.916Z] Step 23/23 : LABEL version=0.0.0 [2022-09-20T19:12:16.484Z] ---> Running in ea6f4064fce5 [2022-09-20T19:12:16.743Z] Removing intermediate container ea6f4064fce5 [2022-09-20T19:12:16.743Z] ---> 199246a925bf [2022-09-20T19:12:16.743Z] [2022-09-20T19:12:16.743Z] Removing intermediate container 90d61657dd0b [2022-09-20T19:12:16.743Z] ---> 6041120ea889 [2022-09-20T19:12:16.743Z] [2022-09-20T19:12:16.743Z] Step 11/23 : FROM alpine:3.16 [2022-09-20T19:12:16.743Z] ---> 9c6f07244728 [2022-09-20T19:12:16.743Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-09-20T19:12:16.743Z] Successfully built 199246a925bf [2022-09-20T19:12:16.743Z] Successfully tagged sys-mgmt-agent:latest [2022-09-20T19:12:16.743Z]  Building sys-mgmt-agent ... done  ---> Running in b6518f4e5346 [2022-09-20T19:12:17.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:12:17.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:12:17.941Z] (1/2) Installing ca-certificates (20220614-r0) [2022-09-20T19:12:17.941Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-09-20T19:12:17.941Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:12:17.941Z] Executing ca-certificates-20220614-r0.trigger [2022-09-20T19:12:17.941Z] OK: 6 MiB in 16 packages [2022-09-20T19:12:21.238Z] Removing intermediate container b6518f4e5346 [2022-09-20T19:12:21.238Z] ---> 22898d57fb43 [2022-09-20T19:12:21.238Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-20T19:12:21.496Z] ---> Running in 0bbc5ecc2201 [2022-09-20T19:12:22.460Z] Removing intermediate container 0bbc5ecc2201 [2022-09-20T19:12:22.460Z] ---> adf412e7c4a1 [2022-09-20T19:12:22.460Z] Step 14/23 : ENV APP_PORT=59860 [2022-09-20T19:12:23.030Z] ---> Running in af62dc7669ac [2022-09-20T19:12:23.603Z] Removing intermediate container af62dc7669ac [2022-09-20T19:12:23.603Z] ---> 890101176511 [2022-09-20T19:12:23.603Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-20T19:12:23.867Z] ---> Running in 76dd4215b84a [2022-09-20T19:12:24.436Z] Removing intermediate container 76dd4215b84a [2022-09-20T19:12:24.436Z] ---> 2ce5de12624d [2022-09-20T19:12:24.436Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:12:25.010Z] ---> 8e695330e315 [2022-09-20T19:12:25.010Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-09-20T19:12:25.010Z] Removing intermediate container 4a9e98c9c304 [2022-09-20T19:12:25.010Z] ---> f8eb8a07c6dd [2022-09-20T19:12:25.010Z] Step 9/24 : COPY . . [2022-09-20T19:12:30.297Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-09-20T19:12:30.297Z] ---> 3e854c437f35 [2022-09-20T19:12:30.297Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-09-20T19:12:30.297Z] ---> 43f5d2e1f695 [2022-09-20T19:12:30.297Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-09-20T19:12:30.558Z] ---> Running in cc2ef0270174 [2022-09-20T19:12:30.558Z] ---> 4e22bac6da52 [2022-09-20T19:12:30.558Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-09-20T19:12:30.818Z] ---> Running in acc727092fcd [2022-09-20T19:12:30.818Z] Removing intermediate container acc727092fcd [2022-09-20T19:12:30.818Z] ---> 30ec6ffac68f [2022-09-20T19:12:30.818Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:12:30.818Z] ---> Running in c5d0ecc55ed1 [2022-09-20T19:12:31.079Z] Removing intermediate container c5d0ecc55ed1 [2022-09-20T19:12:31.079Z] ---> c3e971331126 [2022-09-20T19:12:31.079Z] Step 21/23 : LABEL arch=x86_64 [2022-09-20T19:12:31.079Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-09-20T19:12:31.079Z] ---> Running in a639ddb82211 [2022-09-20T19:12:31.338Z] Removing intermediate container a639ddb82211 [2022-09-20T19:12:31.338Z] ---> 7bf859328309 [2022-09-20T19:12:31.338Z] Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:12:31.338Z] ---> Running in 2db4858b4332 [2022-09-20T19:12:31.951Z] Removing intermediate container 2db4858b4332 [2022-09-20T19:12:31.951Z] ---> 73f26e945a4c [2022-09-20T19:12:31.951Z] Step 23/23 : LABEL version=0.0.0 [2022-09-20T19:12:32.895Z] ---> Running in 264b34f4d78d [2022-09-20T19:12:33.154Z] Removing intermediate container 05015f5b1a48 [2022-09-20T19:12:33.154Z] ---> b881183b9b16 [2022-09-20T19:12:33.154Z] [2022-09-20T19:12:33.154Z] Step 11/25 : FROM alpine:3.16 [2022-09-20T19:12:33.154Z] ---> 9c6f07244728 [2022-09-20T19:12:33.154Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-09-20T19:12:33.154Z] ---> Using cache [2022-09-20T19:12:33.154Z] ---> cc186577e818 [2022-09-20T19:12:33.154Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-20T19:12:33.154Z] ---> Using cache [2022-09-20T19:12:33.154Z] ---> 6221ab531d90 [2022-09-20T19:12:33.154Z] Step 14/25 : ENV APP_PORT=59881 [2022-09-20T19:12:33.154Z] Removing intermediate container 264b34f4d78d [2022-09-20T19:12:33.154Z] ---> 45b5094e8209 [2022-09-20T19:12:33.154Z] [2022-09-20T19:12:33.154Z] ---> Running in c12f94ebfeb2 [2022-09-20T19:12:33.154Z] Successfully built 45b5094e8209 [2022-09-20T19:12:33.414Z] Successfully tagged support-notifications:latest [2022-09-20T19:12:33.982Z]  Building support-notifications ... done Removing intermediate container c12f94ebfeb2 [2022-09-20T19:12:33.982Z] ---> 73ab48ddff24 [2022-09-20T19:12:33.982Z] Step 15/25 : EXPOSE $APP_PORT [2022-09-20T19:12:34.555Z] ---> Running in 87832e48f919 [2022-09-20T19:12:34.555Z] Removing intermediate container 5b2f0be55dad [2022-09-20T19:12:34.555Z] ---> 74830f841a32 [2022-09-20T19:12:34.555Z] [2022-09-20T19:12:34.555Z] Step 10/22 : FROM alpine:3.16 [2022-09-20T19:12:34.555Z] ---> 9c6f07244728 [2022-09-20T19:12:34.555Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-09-20T19:12:34.555Z] ---> Running in afd9606c08bf [2022-09-20T19:12:34.555Z] Removing intermediate container 87832e48f919 [2022-09-20T19:12:34.555Z] ---> c33237abf573 [2022-09-20T19:12:34.555Z] Step 16/25 : WORKDIR / [2022-09-20T19:12:34.555Z] ---> Running in 6548cce15b78 [2022-09-20T19:12:34.813Z] Removing intermediate container 6548cce15b78 [2022-09-20T19:12:34.813Z] ---> f81595a9d232 [2022-09-20T19:12:34.813Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:12:35.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:12:35.076Z] ---> 09710645c6c0 [2022-09-20T19:12:35.076Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-09-20T19:12:35.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:12:35.335Z] (1/6) Installing ca-certificates (20220614-r0) [2022-09-20T19:12:35.335Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-09-20T19:12:35.335Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-09-20T19:12:35.335Z] (4/6) Installing libcurl (7.83.1-r3) [2022-09-20T19:12:35.335Z] (5/6) Installing curl (7.83.1-r3) [2022-09-20T19:12:35.335Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-09-20T19:12:35.335Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:12:35.335Z] Executing ca-certificates-20220614-r0.trigger [2022-09-20T19:12:35.594Z] OK: 8 MiB in 20 packages [2022-09-20T19:12:36.187Z] ---> 287e65119f2b [2022-09-20T19:12:36.187Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-09-20T19:12:36.448Z] ---> d022b06c81a0 [2022-09-20T19:12:36.448Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-09-20T19:12:36.448Z] Removing intermediate container afd9606c08bf [2022-09-20T19:12:36.448Z] ---> f79d3ec6a414 [2022-09-20T19:12:36.448Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-09-20T19:12:36.448Z] ---> Running in 52d2d5cbf6d3 [2022-09-20T19:12:36.718Z] Removing intermediate container 52d2d5cbf6d3 [2022-09-20T19:12:36.718Z] ---> 67cfffa9330d [2022-09-20T19:12:36.718Z] Step 13/22 : WORKDIR /edgex [2022-09-20T19:12:36.718Z] ---> Running in acd0993bbe4b [2022-09-20T19:12:36.718Z] ---> 3fb75084dbf7 [2022-09-20T19:12:36.718Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-09-20T19:12:36.718Z] ---> Running in 2396533fdb64 [2022-09-20T19:12:36.718Z] Removing intermediate container acd0993bbe4b [2022-09-20T19:12:36.718Z] ---> 5b068d8c5d79 [2022-09-20T19:12:36.718Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-09-20T19:12:37.011Z] Removing intermediate container 2396533fdb64 [2022-09-20T19:12:37.011Z] ---> 0de2cf41aa7c [2022-09-20T19:12:37.011Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:12:37.011Z] ---> Running in 932747b6810c [2022-09-20T19:12:37.352Z] ---> 61bf6d91a63d [2022-09-20T19:12:37.352Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-09-20T19:12:37.352Z] Removing intermediate container 932747b6810c [2022-09-20T19:12:37.352Z] ---> 326f43abbbdf [2022-09-20T19:12:37.352Z] Step 23/25 : LABEL arch=x86_64 [2022-09-20T19:12:37.352Z] ---> Running in da88d3f50cf4 [2022-09-20T19:12:37.616Z] Removing intermediate container da88d3f50cf4 [2022-09-20T19:12:37.616Z] ---> 296123a4d3c6 [2022-09-20T19:12:37.616Z] Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:12:37.880Z] ---> Running in ff1745d1d753 [2022-09-20T19:12:37.880Z] ---> ffc1fc481ba1 [2022-09-20T19:12:37.880Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-09-20T19:12:38.141Z] Removing intermediate container ff1745d1d753 [2022-09-20T19:12:38.141Z] ---> 4e467e9388ce [2022-09-20T19:12:38.141Z] Step 25/25 : LABEL version=0.0.0 [2022-09-20T19:12:38.141Z] ---> Running in ab8bc883b132 [2022-09-20T19:12:38.403Z] Removing intermediate container ab8bc883b132 [2022-09-20T19:12:38.403Z] ---> 6cfa5e6e75bc [2022-09-20T19:12:38.403Z] [2022-09-20T19:12:38.667Z] Successfully built 6cfa5e6e75bc [2022-09-20T19:12:38.667Z] Successfully tagged core-metadata:latest [2022-09-20T19:12:38.667Z]  Building core-metadata ... done  ---> aba3c13b6f49 [2022-09-20T19:12:38.667Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-09-20T19:12:38.928Z] ---> f4bac74ec1f0 [2022-09-20T19:12:38.928Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-09-20T19:12:38.928Z] ---> Running in b416469f0084 [2022-09-20T19:12:39.877Z] Removing intermediate container b416469f0084 [2022-09-20T19:12:39.877Z] ---> bd0d1eb58ca1 [2022-09-20T19:12:39.877Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-09-20T19:12:39.877Z] ---> Running in b708e4b12657 [2022-09-20T19:12:39.877Z] Removing intermediate container b708e4b12657 [2022-09-20T19:12:39.877Z] ---> a53a900b752b [2022-09-20T19:12:39.877Z] Step 20/22 : LABEL arch=x86_64 [2022-09-20T19:12:40.138Z] ---> Running in b7dbabebc3c4 [2022-09-20T19:12:40.138Z] Removing intermediate container b7dbabebc3c4 [2022-09-20T19:12:40.138Z] ---> 1680537ff481 [2022-09-20T19:12:40.138Z] Step 21/22 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:12:40.138Z] ---> Running in 8c6ff4c2c33f [2022-09-20T19:12:40.401Z] Removing intermediate container 8c6ff4c2c33f [2022-09-20T19:12:40.401Z] ---> 707b9409a2b9 [2022-09-20T19:12:40.401Z] Step 22/22 : LABEL version=0.0.0 [2022-09-20T19:12:40.665Z] ---> Running in 4482ebe2ffb9 [2022-09-20T19:12:40.665Z] Removing intermediate container 4482ebe2ffb9 [2022-09-20T19:12:40.665Z] ---> e0234c3d8590 [2022-09-20T19:12:40.665Z] [2022-09-20T19:12:40.665Z] Successfully built e0234c3d8590 [2022-09-20T19:12:40.665Z] Successfully tagged security-proxy-setup:latest [2022-09-20T19:12:48.830Z]  Building security-proxy-setup ... done Removing intermediate container cc2ef0270174 [2022-09-20T19:12:48.830Z] ---> ecb5c007c9a3 [2022-09-20T19:12:48.830Z] [2022-09-20T19:12:48.830Z] Step 11/24 : FROM alpine:3.16 [2022-09-20T19:12:48.830Z] ---> 9c6f07244728 [2022-09-20T19:12:48.830Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-09-20T19:12:48.830Z] ---> Running in 874de69b2072 [2022-09-20T19:12:48.830Z] Removing intermediate container 874de69b2072 [2022-09-20T19:12:48.830Z] ---> c7406689483d [2022-09-20T19:12:48.830Z] Step 13/24 : ENV APP_PORT=59880 [2022-09-20T19:12:48.830Z] ---> Running in 0628c89ebd6d [2022-09-20T19:12:48.830Z] Removing intermediate container 0628c89ebd6d [2022-09-20T19:12:48.830Z] ---> d06414f0c072 [2022-09-20T19:12:48.830Z] Step 14/24 : EXPOSE $APP_PORT [2022-09-20T19:12:48.830Z] ---> Running in 10eb920f66d6 [2022-09-20T19:12:49.094Z] Removing intermediate container 10eb920f66d6 [2022-09-20T19:12:49.094Z] ---> c92b5256b5f7 [2022-09-20T19:12:49.094Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:12:49.094Z] ---> Running in 920b1768cc2b [2022-09-20T19:12:49.671Z] Removing intermediate container 920b1768cc2b [2022-09-20T19:12:49.671Z] ---> 852885a5eaff [2022-09-20T19:12:49.671Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-09-20T19:12:49.671Z] ---> Running in 008b8284a8e9 [2022-09-20T19:12:49.933Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-09-20T19:12:50.881Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-09-20T19:12:51.145Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-09-20T19:12:51.145Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-09-20T19:12:51.408Z] (3/6) Installing libsodium (1.0.18-r0) [2022-09-20T19:12:51.408Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-20T19:12:51.408Z] (5/6) Installing libzmq (4.3.4-r0) [2022-09-20T19:12:51.673Z] (6/6) Installing zeromq (4.3.4-r0) [2022-09-20T19:12:51.673Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:12:51.673Z] OK: 8 MiB in 20 packages [2022-09-20T19:12:51.937Z] Removing intermediate container 008b8284a8e9 [2022-09-20T19:12:51.937Z] ---> 088d37326ce4 [2022-09-20T19:12:51.937Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:12:52.200Z] ---> 6d65d8f0ac3a [2022-09-20T19:12:52.200Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-09-20T19:12:52.775Z] ---> 7ca19e1d8816 [2022-09-20T19:12:52.775Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-09-20T19:12:52.775Z] ---> 80974efe63c3 [2022-09-20T19:12:52.775Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-09-20T19:12:52.775Z] ---> Running in 969f82ee61ec [2022-09-20T19:12:52.775Z] Removing intermediate container 969f82ee61ec [2022-09-20T19:12:52.775Z] ---> 1de0025e7768 [2022-09-20T19:12:52.775Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:12:53.038Z] ---> Running in ebee4738a93b [2022-09-20T19:12:53.038Z] Removing intermediate container ebee4738a93b [2022-09-20T19:12:53.038Z] ---> aab76d2df117 [2022-09-20T19:12:53.038Z] Step 22/24 : LABEL arch=x86_64 [2022-09-20T19:12:53.038Z] ---> Running in 064235f0d974 [2022-09-20T19:12:53.038Z] Removing intermediate container 064235f0d974 [2022-09-20T19:12:53.038Z] ---> 4e7fd69f429c [2022-09-20T19:12:53.038Z] Step 23/24 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:12:53.038Z] ---> Running in d46c1a00c66e [2022-09-20T19:12:53.302Z] Removing intermediate container d46c1a00c66e [2022-09-20T19:12:53.302Z] ---> 1f20db0253fd [2022-09-20T19:12:53.302Z] Step 24/24 : LABEL version=0.0.0 [2022-09-20T19:12:53.302Z] ---> Running in 1693c06460b8 [2022-09-20T19:12:53.302Z] Removing intermediate container 1693c06460b8 [2022-09-20T19:12:53.302Z] ---> 265b40ae3bcd [2022-09-20T19:12:53.302Z] [2022-09-20T19:12:53.302Z] Successfully built 265b40ae3bcd [2022-09-20T19:12:53.302Z] Successfully tagged core-data:latest [2022-09-20T19:12:53.312Z]  Building core-data ... done  [Pipeline] } [2022-09-20T19:12:53.335Z] $ docker stop --time=1 8dece47caaa1a0cef7335e265719d290728e30615aed8d6d61617f845924e837 [2022-09-20T19:12:54.609Z] $ docker rm -f 8dece47caaa1a0cef7335e265719d290728e30615aed8d6d61617f845924e837 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-20T19:12:55.024Z] + docker images [2022-09-20T19:12:55.024Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-09-20T19:12:55.024Z] core-data latest 265b40ae3bcd 1 second ago 21.6MB [2022-09-20T19:12:55.024Z] ecb5c007c9a3 7 seconds ago 1.55GB [2022-09-20T19:12:55.024Z] security-proxy-setup latest e0234c3d8590 14 seconds ago 27.4MB [2022-09-20T19:12:55.024Z] core-metadata latest 6cfa5e6e75bc 16 seconds ago 18.2MB [2022-09-20T19:12:55.024Z] 74830f841a32 20 seconds ago 1.53GB [2022-09-20T19:12:55.024Z] b881183b9b16 22 seconds ago 1.55GB [2022-09-20T19:12:55.024Z] support-notifications latest 45b5094e8209 22 seconds ago 27.3MB [2022-09-20T19:12:55.024Z] 6041120ea889 38 seconds ago 1.61GB [2022-09-20T19:12:55.024Z] sys-mgmt-agent latest 199246a925bf 38 seconds ago 136MB [2022-09-20T19:12:55.024Z] support-scheduler latest 929e4d6ff1d3 About a minute ago 26.7MB [2022-09-20T19:12:55.024Z] security-spire-server latest fed031893a45 About a minute ago 86.5MB [2022-09-20T19:12:55.024Z] core-command latest 77f080955433 About a minute ago 17.3MB [2022-09-20T19:12:55.024Z] 2336eff87fd6 About a minute ago 1.42GB [2022-09-20T19:12:55.024Z] 35242bc50250 About a minute ago 1.61GB [2022-09-20T19:12:55.024Z] 499ea8717929 About a minute ago 1.54GB [2022-09-20T19:12:55.024Z] 69983f80a624 About a minute ago 1.53GB [2022-09-20T19:12:55.024Z] security-bootstrapper latest 05d024998838 About a minute ago 19.8MB [2022-09-20T19:12:55.024Z] security-secretstore-setup latest 022ca3d0e6ea About a minute ago 29.2MB [2022-09-20T19:12:55.024Z] e64183f89358 2 minutes ago 1.54GB [2022-09-20T19:12:55.024Z] fe0e9c920644 2 minutes ago 1.53GB [2022-09-20T19:12:55.024Z] security-spire-agent latest 776ec3f832b7 2 minutes ago 125MB [2022-09-20T19:12:55.024Z] security-spiffe-token-provider latest 34c0ae55e4ec 2 minutes ago 29.3MB [2022-09-20T19:12:55.024Z] security-spire-config latest 78d0421eaecb 2 minutes ago 85.8MB [2022-09-20T19:12:55.024Z] d367ade38bbd 2 minutes ago 1.58GB [2022-09-20T19:12:55.024Z] b24e5459e1b5 2 minutes ago 1.42GB [2022-09-20T19:12:55.024Z] 64e1d62e2739 2 minutes ago 1.42GB [2022-09-20T19:12:55.024Z] ci-base-image-x86_64 latest ecc8013e96eb 5 minutes ago 994MB [2022-09-20T19:12:55.024Z] alpine 3.15 c4fc93816858 6 weeks ago 5.59MB [2022-09-20T19:12:55.024Z] alpine 3.16 9c6f07244728 6 weeks ago 5.54MB [2022-09-20T19:12:55.024Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 months ago 253MB [2022-09-20T19:12:55.024Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 2 months ago 677MB [2022-09-20T19:12:55.024Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-09-20T19:12:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-09-20T19:12:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-09-20T19:12:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-09-20T19:12:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-09-20T19:12:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-09-20T19:12:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-09-20T19:12:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-09-20T19:12:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-09-20T19:12:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-09-20T19:13:00.241Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-09-20T19:13:00.241Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-09-20T19:13:00.241Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-09-20T19:13:00.241Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-09-20T19:13:00.241Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-09-20T19:13:00.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-09-20T19:13:15.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.268s coverage: 28.7% of statements [2022-09-20T19:13:15.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-09-20T19:13:15.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-09-20T19:13:19.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.605s coverage: 98.5% of statements [2022-09-20T19:13:22.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/external 0.550s coverage: 72.5% of statements [2022-09-20T19:13:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-09-20T19:13:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-09-20T19:13:22.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.619s coverage: 54.2% of statements [2022-09-20T19:13:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-09-20T19:13:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-09-20T19:13:44.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.136s coverage: 89.2% of statements [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-09-20T19:13:44.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.556s coverage: 2.0% of statements [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-09-20T19:13:44.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.605s coverage: 95.6% of statements [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-09-20T19:13:44.678Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.408s coverage: 72.2% of statements [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-09-20T19:13:44.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.573s coverage: 60.0% of statements [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-09-20T19:13:44.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.661s coverage: 0.9% of statements [2022-09-20T19:13:44.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-09-20T19:13:46.691Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.260s coverage: 58.8% of statements [2022-09-20T19:13:46.691Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.259s coverage: 29.6% of statements [2022-09-20T19:13:46.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-09-20T19:13:50.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.336s coverage: 47.1% of statements [2022-09-20T19:13:50.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.304s coverage: 79.5% of statements [2022-09-20T19:13:50.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.328s coverage: 94.1% of statements [2022-09-20T19:13:50.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.282s coverage: 96.3% of statements [2022-09-20T19:13:54.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.235s coverage: 87.5% of statements [2022-09-20T19:14:02.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.239s coverage: 94.4% of statements [2022-09-20T19:14:02.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.246s coverage: 44.8% of statements [2022-09-20T19:14:15.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.758s coverage: 80.8% of statements [2022-09-20T19:14:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-09-20T19:14:17.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.291s coverage: 92.9% of statements [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-09-20T19:14:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-09-20T19:14:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.245s coverage: 86.9% of statements [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-09-20T19:14:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.214s coverage: 87.2% of statements [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-09-20T19:14:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-09-20T19:14:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.280s coverage: 58.8% of statements [2022-09-20T19:14:17.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-09-20T19:14:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.281s coverage: 80.0% of statements [2022-09-20T19:14:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.239s coverage: 87.2% of statements [2022-09-20T19:14:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.311s coverage: 85.4% of statements [2022-09-20T19:14:18.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.876s coverage: 91.2% of statements [2022-09-20T19:14:18.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-09-20T19:14:27.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.061s coverage: 64.7% of statements [2022-09-20T19:14:27.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-09-20T19:14:27.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-09-20T19:14:27.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.278s coverage: 100.0% of statements [2022-09-20T19:14:27.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 89.4% of statements [2022-09-20T19:14:27.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements [2022-09-20T19:14:27.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2022-09-20T19:14:27.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements [2022-09-20T19:14:33.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.430s coverage: 65.8% of statements [2022-09-20T19:14:33.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-09-20T19:14:33.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-09-20T19:14:33.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-09-20T19:14:35.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.906s coverage: 41.8% of statements [2022-09-20T19:14:35.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-09-20T19:14:35.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-09-20T19:14:35.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.292s coverage: 89.5% of statements [2022-09-20T19:14:35.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-09-20T19:14:35.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.299s coverage: 84.8% of statements [2022-09-20T19:14:35.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-09-20T19:14:35.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-09-20T19:14:35.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-09-20T19:14:35.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-09-20T19:14:44.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.424s coverage: 17.7% of statements [2022-09-20T19:14:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-09-20T19:14:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-09-20T19:14:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-09-20T19:14:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-09-20T19:14:44.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.757s coverage: 92.3% of statements [2022-09-20T19:14:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-09-20T19:14:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-09-20T19:14:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-09-20T19:14:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-09-20T19:14:44.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.359s coverage: 63.2% of statements [2022-09-20T19:14:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-09-20T19:14:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-09-20T19:14:44.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.487s coverage: 97.7% of statements [2022-09-20T19:14:44.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-09-20T19:14:44.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-09-20T19:14:44.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-09-20T19:14:44.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-09-20T19:14:44.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.213s coverage: 28.9% of statements [2022-09-20T19:14:44.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-09-20T19:14:44.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-09-20T19:14:44.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-09-20T19:14:44.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-09-20T19:14:44.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-09-20T19:14:44.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-09-20T19:14:44.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.208s coverage: 100.0% of statements [2022-09-20T19:14:44.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements [2022-09-20T19:14:45.904Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-09-20T19:14:45.904Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-09-20T19:14:45.904Z] GO111MODULE=on go vet ./... [2022-09-20T19:16:37.845Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-20T19:16:37.845Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-09-20T19:16:37.845Z] ./bin/test-attribution-txt.sh [2022-09-20T19:16:38.121Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2022-09-20T19:16:38.121Z] An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add [2022-09-20T19:16:38.121Z] An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add [2022-09-20T19:16:38.121Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-09-20T19:16:38.121Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-09-20T19:16:38.121Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-09-20T19:16:38.121Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2022-09-20T19:16:38.158Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-09-20T19:16:38.847Z] + ls -al . [2022-09-20T19:16:38.847Z] total 744 [2022-09-20T19:16:38.847Z] drwxrwxr-x 9 1001 1001 4096 Sep 20 19:10 . [2022-09-20T19:16:38.847Z] drwxr-xr-x 4 root root 4096 Sep 20 19:10 .. [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 16 Sep 20 19:08 .dockerignore [2022-09-20T19:16:38.847Z] drwxrwxr-x 8 1001 1001 4096 Sep 20 19:08 .git [2022-09-20T19:16:38.847Z] drwxrwxr-x 3 1001 1001 4096 Sep 20 19:08 .github [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 1030 Sep 20 19:08 .gitignore [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 42 Sep 20 19:08 .golangci.yml [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 87 Sep 20 19:08 .hadolint.yml [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 166 Sep 20 19:08 .sonarcloud.properties [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 1171 Sep 20 19:08 ADOPTERS.md [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 10347 Sep 20 19:08 Attribution.txt [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 63209 Sep 20 19:08 CHANGELOG.md [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 3804 Sep 20 19:08 CONTRIBUTING.md [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 677 Sep 20 19:08 GOVERNANCE.md [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 850 Sep 20 19:08 Jenkinsfile [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 10775 Sep 20 19:08 LICENSE [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 13724 Sep 20 19:08 Makefile [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 582 Sep 20 19:08 OWNERS.md [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 9799 Sep 20 19:08 README.md [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 6912 Sep 20 19:08 SECURITY.md [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 5 Sep 20 19:06 VERSION [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 4131 Sep 20 19:08 ZMQWindows.md [2022-09-20T19:16:38.847Z] drwxrwxr-x 2 1001 1001 4096 Sep 20 19:08 bin [2022-09-20T19:16:38.847Z] drwxrwxr-x 18 1001 1001 4096 Sep 20 19:08 cmd [2022-09-20T19:16:38.847Z] -rw-r--r-- 1 root root 491929 Sep 20 19:14 coverage.out [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 3670 Sep 20 19:08 go.mod [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 38527 Sep 20 19:08 go.sum [2022-09-20T19:16:38.847Z] drwxrwxr-x 8 1001 1001 4096 Sep 20 19:08 internal [2022-09-20T19:16:38.847Z] drwxrwxr-x 3 1001 1001 4096 Sep 20 19:08 openapi [2022-09-20T19:16:38.847Z] drwxrwxr-x 4 1001 1001 4096 Sep 20 19:08 snap [2022-09-20T19:16:38.847Z] -rw-rw-r-- 1 1001 1001 204 Sep 20 19:08 version.go [Pipeline] sh [2022-09-20T19:16:39.535Z] + '[' -e coverage.out ] [2022-09-20T19:16:39.535Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-09-20T19:16:39.573Z] Warning: overwriting stash ‘coverage-report’ [2022-09-20T19:16:40.457Z] Stashed 1 file(s) [Pipeline] sh [2022-09-20T19:16:41.130Z] + make build [2022-09-20T19:16:41.130Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-09-20T19:18:18.000Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-09-20T19:19:39.847Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-09-20T19:19:39.847Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-09-20T19:20:18.935Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-09-20T19:20:18.935Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-09-20T19:20:21.564Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-09-20T19:20:28.371Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-09-20T19:20:33.009Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-09-20T19:20:39.775Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-09-20T19:20:42.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-09-20T19:20:46.723Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-09-20T19:20:55.018Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-09-20T19:21:01.769Z] $ docker stop --time=1 7bd92929ca0e8d515eee3f454414dd6e26a1e6c890611000f2079017d1e8479f [2022-09-20T19:21:03.822Z] $ docker rm -f 7bd92929ca0e8d515eee3f454414dd6e26a1e6c890611000f2079017d1e8479f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:21:06.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-09-20T19:21:06.580Z] [2022-09-20T19:21:06.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:21:06.995Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-09-20T19:21:07.270Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-09-20T19:21:07.270Z] 29e5d40040c1: Pulling fs layer [2022-09-20T19:21:07.270Z] 1ce36da41761: Pulling fs layer [2022-09-20T19:21:07.270Z] 25b303627fd3: Pulling fs layer [2022-09-20T19:21:07.550Z] 29e5d40040c1: Verifying Checksum [2022-09-20T19:21:07.550Z] 29e5d40040c1: Download complete [2022-09-20T19:21:07.825Z] 1ce36da41761: Verifying Checksum [2022-09-20T19:21:07.825Z] 1ce36da41761: Download complete [2022-09-20T19:21:08.098Z] 29e5d40040c1: Pull complete [2022-09-20T19:21:09.537Z] 1ce36da41761: Pull complete [2022-09-20T19:21:09.537Z] 25b303627fd3: Verifying Checksum [2022-09-20T19:21:09.537Z] 25b303627fd3: Download complete [2022-09-20T19:21:21.946Z] 25b303627fd3: Pull complete [2022-09-20T19:21:21.946Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-09-20T19:21:21.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-09-20T19:21:21.946Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-20T19:21:22.336Z] prd-ubuntu20.04-docker-arm64-4c-16g-29978 does not seem to be running inside a container [2022-09-20T19:21:22.422Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-09-20T19:21:24.908Z] $ docker top 082028823e466039debec651db3a8133d692b91944c42b4df36e7be4f8dc1973 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-20T19:21:25.902Z] + + docker-composegrep build --help [2022-09-20T19:21:25.902Z] parallel [2022-09-20T19:21:30.205Z] --parallel Build images in parallel. [Pipeline] } [2022-09-20T19:21:30.505Z] $ docker stop --time=1 082028823e466039debec651db3a8133d692b91944c42b4df36e7be4f8dc1973 [2022-09-20T19:21:32.239Z] $ docker rm -f 082028823e466039debec651db3a8133d692b91944c42b4df36e7be4f8dc1973 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:21:33.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-09-20T19:21:33.052Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-20T19:21:33.373Z] prd-ubuntu20.04-docker-arm64-4c-16g-29978 does not seem to be running inside a container [2022-09-20T19:21:33.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-09-20T19:21:34.734Z] $ docker top 5cf118d565e7bb1360c6cc8d5d076def5c3357528b38ae7c52454d6709f008c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-20T19:21:35.720Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-09-20T19:21:41.122Z] Building core-command ... [2022-09-20T19:21:41.122Z] Building core-data ... [2022-09-20T19:21:41.122Z] Building core-metadata ... [2022-09-20T19:21:41.122Z] Building security-bootstrapper ... [2022-09-20T19:21:41.122Z] Building security-proxy-setup ... [2022-09-20T19:21:41.122Z] Building security-secretstore-setup ... [2022-09-20T19:21:41.122Z] Building security-spiffe-token-provider ... [2022-09-20T19:21:41.122Z] Building security-spire-agent ... [2022-09-20T19:21:41.122Z] Building security-spire-config ... [2022-09-20T19:21:41.122Z] Building security-spire-server ... [2022-09-20T19:21:41.122Z] Building support-notifications ... [2022-09-20T19:21:41.122Z] Building support-scheduler ... [2022-09-20T19:21:41.122Z] Building sys-mgmt-agent ... [2022-09-20T19:21:41.122Z] Building support-scheduler [2022-09-20T19:21:41.122Z] Building core-data [2022-09-20T19:21:41.122Z] Building core-metadata [2022-09-20T19:21:41.122Z] Building support-notifications [2022-09-20T19:21:41.122Z] Building security-proxy-setup [2022-09-20T19:22:28.042Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:22:28.042Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:22:28.042Z] ---> 47ef5e03ee80 [2022-09-20T19:22:28.042Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-09-20T19:22:28.042Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:22:28.042Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:22:28.042Z] ---> 47ef5e03ee80 [2022-09-20T19:22:28.042Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-09-20T19:22:28.042Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:22:28.042Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:22:28.042Z] ---> 47ef5e03ee80 [2022-09-20T19:22:28.042Z] Step 3/22 : WORKDIR /edgex-go [2022-09-20T19:22:28.042Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:22:28.042Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:22:28.042Z] ---> 47ef5e03ee80 [2022-09-20T19:22:28.042Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-09-20T19:22:28.042Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:22:28.042Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:22:28.042Z] ---> 47ef5e03ee80 [2022-09-20T19:22:28.042Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-09-20T19:22:28.042Z] ---> Running in 72b55fc2c217 [2022-09-20T19:22:28.042Z] ---> Running in 0c4e0934985d [2022-09-20T19:22:28.042Z] ---> Running in f8927f1077a6 [2022-09-20T19:22:28.042Z] ---> Running in 67ce0da62265 [2022-09-20T19:22:28.042Z] ---> Running in f32b823dc8fb [2022-09-20T19:22:28.042Z] Removing intermediate container f8927f1077a6 [2022-09-20T19:22:28.042Z] ---> fec941030ccb [2022-09-20T19:22:28.042Z] Step 4/23 : WORKDIR /edgex-go [2022-09-20T19:22:28.042Z] Removing intermediate container 72b55fc2c217 [2022-09-20T19:22:28.042Z] ---> 103bcd512f48 [2022-09-20T19:22:28.042Z] Step 4/24 : WORKDIR /edgex-go [2022-09-20T19:22:28.042Z] Removing intermediate container 67ce0da62265 [2022-09-20T19:22:28.042Z] ---> ea8fdb8ed9d2 [2022-09-20T19:22:28.042Z] Step 4/23 : WORKDIR /edgex-go [2022-09-20T19:22:28.042Z] ---> Running in d88472d2ffab [2022-09-20T19:22:28.042Z] ---> Running in 4d131633eaba [2022-09-20T19:22:28.042Z] Removing intermediate container 0c4e0934985d [2022-09-20T19:22:28.042Z] ---> 428465a22655 [2022-09-20T19:22:28.042Z] Step 4/25 : WORKDIR /edgex-go [2022-09-20T19:22:28.042Z] ---> Running in e86c077bcb4f [2022-09-20T19:22:28.042Z] Removing intermediate container f32b823dc8fb [2022-09-20T19:22:28.042Z] ---> 8fd298e4fce9 [2022-09-20T19:22:28.042Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:22:28.042Z] ---> Running in 929bd353274c [2022-09-20T19:22:28.042Z] ---> Running in b09519f73dfd [2022-09-20T19:22:28.042Z] Removing intermediate container 4d131633eaba [2022-09-20T19:22:28.042Z] ---> 4342333a3cea [2022-09-20T19:22:28.042Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:22:28.042Z] Removing intermediate container d88472d2ffab [2022-09-20T19:22:28.042Z] ---> 677d32f7e2e7 [2022-09-20T19:22:28.042Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:22:28.042Z] Removing intermediate container e86c077bcb4f [2022-09-20T19:22:28.042Z] ---> 03d706e18daf [2022-09-20T19:22:28.042Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:22:28.042Z] ---> Running in d8a2f276b4f8 [2022-09-20T19:22:28.042Z] ---> Running in 5b2c68a07b77 [2022-09-20T19:22:28.042Z] ---> Running in fa50d9f7fabc [2022-09-20T19:22:28.042Z] Removing intermediate container b09519f73dfd [2022-09-20T19:22:28.042Z] ---> 3a065d7b0b1f [2022-09-20T19:22:28.042Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:22:28.042Z] ---> Running in 4f2a40bf8680 [2022-09-20T19:22:29.025Z] Removing intermediate container 929bd353274c [2022-09-20T19:22:29.025Z] ---> bc38f3b08a93 [2022-09-20T19:22:29.025Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-09-20T19:22:29.025Z] ---> Running in 792e6f3a700d [2022-09-20T19:22:30.024Z] Removing intermediate container d8a2f276b4f8 [2022-09-20T19:22:30.024Z] ---> 2b05cc192877 [2022-09-20T19:22:30.024Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-09-20T19:22:30.301Z] ---> Running in 861a64fabd04 [2022-09-20T19:22:30.301Z] Removing intermediate container fa50d9f7fabc [2022-09-20T19:22:30.301Z] ---> 43217b8ca30d [2022-09-20T19:22:30.301Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-09-20T19:22:30.572Z] Removing intermediate container 5b2c68a07b77 [2022-09-20T19:22:30.572Z] ---> 5f5bd5f8c265 [2022-09-20T19:22:30.572Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-09-20T19:22:30.572Z] ---> Running in 2b9e78d1c75b [2022-09-20T19:22:30.851Z] ---> Running in f5f880e834fe [2022-09-20T19:22:30.851Z] Removing intermediate container 4f2a40bf8680 [2022-09-20T19:22:30.851Z] ---> e6e6a64e8f18 [2022-09-20T19:22:30.851Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-09-20T19:22:31.121Z] ---> Running in 9aeb396d01c5 [2022-09-20T19:22:31.403Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:22:32.410Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:22:32.411Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:22:32.685Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:22:32.685Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:22:32.685Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:22:33.281Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:22:33.558Z] OK: 221 MiB in 51 packages [2022-09-20T19:22:33.558Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:22:33.558Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:22:33.840Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:22:34.444Z] OK: 221 MiB in 51 packages [2022-09-20T19:22:34.723Z] Removing intermediate container 792e6f3a700d [2022-09-20T19:22:34.723Z] ---> 44c2386638bb [2022-09-20T19:22:34.723Z] Step 6/22 : COPY go.mod vendor* ./ [2022-09-20T19:22:34.999Z] OK: 221 MiB in 51 packages [2022-09-20T19:22:35.308Z] OK: 221 MiB in 51 packages [2022-09-20T19:22:35.308Z] OK: 221 MiB in 51 packages [2022-09-20T19:22:36.300Z] Removing intermediate container 861a64fabd04 [2022-09-20T19:22:36.300Z] ---> 67a712158018 [2022-09-20T19:22:36.300Z] Step 7/24 : COPY go.mod vendor* ./ [2022-09-20T19:22:36.300Z] ---> a5fbca7c2d1a [2022-09-20T19:22:36.300Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:22:36.606Z] ---> Running in fd976dec99cb [2022-09-20T19:22:36.882Z] Removing intermediate container 2b9e78d1c75b [2022-09-20T19:22:36.882Z] ---> 74deb2ee7d6f [2022-09-20T19:22:36.882Z] Step 7/23 : COPY go.mod vendor* ./ [2022-09-20T19:22:36.882Z] Removing intermediate container f5f880e834fe [2022-09-20T19:22:36.882Z] ---> 45d595c64f61 [2022-09-20T19:22:36.882Z] Step 7/23 : COPY go.mod vendor* ./ [2022-09-20T19:22:36.882Z] Removing intermediate container 9aeb396d01c5 [2022-09-20T19:22:36.882Z] ---> 048216d71431 [2022-09-20T19:22:36.882Z] Step 7/25 : COPY go.mod vendor* ./ [2022-09-20T19:22:37.881Z] ---> 43a5663786c0 [2022-09-20T19:22:37.881Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:22:37.881Z] ---> Running in f3ac6c48c56c [2022-09-20T19:22:37.881Z] ---> 94a71100e033 [2022-09-20T19:22:38.158Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:22:38.158Z] ---> Running in 48d72de1e2c9 [2022-09-20T19:22:38.158Z] ---> 040a5251d211 [2022-09-20T19:22:38.158Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:22:38.434Z] ---> caa06ceeb382 [2022-09-20T19:22:38.434Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:22:38.709Z] ---> Running in 76e8c2d3d6ae [2022-09-20T19:22:38.709Z] ---> Running in 7b77d7b9ada1 [2022-09-20T19:23:35.258Z] Removing intermediate container 76e8c2d3d6ae [2022-09-20T19:23:35.258Z] ---> 16b3c66f4225 [2022-09-20T19:23:35.258Z] Step 9/23 : COPY . . [2022-09-20T19:23:35.258Z] Removing intermediate container f3ac6c48c56c [2022-09-20T19:23:35.258Z] ---> 505632b0859a [2022-09-20T19:23:35.258Z] Step 9/24 : COPY . . [2022-09-20T19:23:35.258Z] Removing intermediate container fd976dec99cb [2022-09-20T19:23:35.258Z] ---> 6be1e4299f44 [2022-09-20T19:23:35.258Z] Step 8/22 : COPY . . [2022-09-20T19:23:35.258Z] Removing intermediate container 48d72de1e2c9 [2022-09-20T19:23:35.258Z] ---> 1b25c5efac8a [2022-09-20T19:23:35.258Z] Step 9/23 : COPY . . [2022-09-20T19:23:35.258Z] Removing intermediate container 7b77d7b9ada1 [2022-09-20T19:23:35.258Z] ---> d08c3c9db7f7 [2022-09-20T19:23:35.258Z] Step 9/25 : COPY . . [2022-09-20T19:23:50.364Z] ---> 85101ddb9546 [2022-09-20T19:23:50.364Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-09-20T19:23:50.364Z] ---> ba7701bf881e [2022-09-20T19:23:50.364Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-09-20T19:23:50.364Z] ---> 9977949b75fb [2022-09-20T19:23:50.364Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-09-20T19:23:50.364Z] ---> beba9bc022a9 [2022-09-20T19:23:50.364Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-09-20T19:23:50.364Z] ---> Running in 5b8bd507eb68 [2022-09-20T19:23:50.364Z] ---> Running in 5716e99507af [2022-09-20T19:23:50.364Z] ---> Running in 7fee45bc16cf [2022-09-20T19:23:50.364Z] ---> Running in 9c6d364f82aa [2022-09-20T19:23:50.364Z] ---> 039951dc37c0 [2022-09-20T19:23:50.364Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-09-20T19:23:50.364Z] ---> Running in 7bdb61b986e7 [2022-09-20T19:23:51.807Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-09-20T19:23:52.085Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-09-20T19:23:52.362Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-09-20T19:23:52.362Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-09-20T19:23:52.646Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-09-20T19:29:29.878Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-09-20T19:29:45.004Z] Removing intermediate container 9c6d364f82aa [2022-09-20T19:29:45.004Z] ---> f4799cfab397 [2022-09-20T19:29:45.004Z] [2022-09-20T19:29:45.004Z] Step 10/22 : FROM alpine:3.16 [2022-09-20T19:29:45.004Z] 3.16: Pulling from library/alpine [2022-09-20T19:29:46.462Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-09-20T19:29:46.462Z] Status: Downloaded newer image for alpine:3.16 [2022-09-20T19:29:46.462Z] ---> a6215f271958 [2022-09-20T19:29:46.462Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-09-20T19:29:46.462Z] ---> Running in 0b737e709279 [2022-09-20T19:29:48.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:29:48.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:29:50.151Z] (1/6) Installing ca-certificates (20220614-r0) [2022-09-20T19:29:50.151Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-09-20T19:29:50.151Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-09-20T19:29:50.151Z] (4/6) Installing libcurl (7.83.1-r3) [2022-09-20T19:29:50.151Z] (5/6) Installing curl (7.83.1-r3) [2022-09-20T19:29:50.151Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-09-20T19:29:50.151Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:29:50.151Z] Executing ca-certificates-20220614-r0.trigger [2022-09-20T19:29:50.753Z] OK: 8 MiB in 20 packages [2022-09-20T19:29:52.748Z] Removing intermediate container 0b737e709279 [2022-09-20T19:29:52.748Z] ---> 712bd572761b [2022-09-20T19:29:52.748Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-09-20T19:29:53.034Z] ---> Running in 38759cecce93 [2022-09-20T19:29:53.338Z] Removing intermediate container 38759cecce93 [2022-09-20T19:29:53.338Z] ---> 9e7db2c1db51 [2022-09-20T19:29:53.338Z] Step 13/22 : WORKDIR /edgex [2022-09-20T19:29:53.617Z] ---> Running in 7d0b2b54bd29 [2022-09-20T19:29:53.918Z] Removing intermediate container 7d0b2b54bd29 [2022-09-20T19:29:53.918Z] ---> 50b471c1bd32 [2022-09-20T19:29:53.918Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-09-20T19:29:54.927Z] ---> 5ef49eefac01 [2022-09-20T19:29:54.927Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-09-20T19:29:56.411Z] ---> 6280d725f923 [2022-09-20T19:29:56.411Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-09-20T19:29:57.862Z] ---> c289459f9cad [2022-09-20T19:29:57.862Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-09-20T19:29:58.862Z] ---> 3129c74df52e [2022-09-20T19:29:58.862Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-09-20T19:29:59.149Z] ---> Running in c2e27048144e [2022-09-20T19:30:02.595Z] Removing intermediate container c2e27048144e [2022-09-20T19:30:02.595Z] ---> f44cefa55b62 [2022-09-20T19:30:02.595Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-09-20T19:30:02.595Z] ---> Running in 1f72bc87d1fc [2022-09-20T19:30:02.884Z] Removing intermediate container 1f72bc87d1fc [2022-09-20T19:30:02.884Z] ---> c2f100c1ce6f [2022-09-20T19:30:02.884Z] Step 20/22 : LABEL arch=arm64 [2022-09-20T19:30:03.163Z] ---> Running in 2d96fc6c7948 [2022-09-20T19:30:03.768Z] Removing intermediate container 2d96fc6c7948 [2022-09-20T19:30:03.768Z] ---> 4c4a44d89628 [2022-09-20T19:30:03.768Z] Step 21/22 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:30:04.044Z] ---> Running in b0a1638d0882 [2022-09-20T19:30:04.647Z] Removing intermediate container b0a1638d0882 [2022-09-20T19:30:04.647Z] ---> 44407eaa093d [2022-09-20T19:30:04.647Z] Step 22/22 : LABEL version=0.0.0 [2022-09-20T19:30:04.647Z] ---> Running in 7bd985fba431 [2022-09-20T19:30:05.252Z] Removing intermediate container 7bd985fba431 [2022-09-20T19:30:05.252Z] ---> 39e9802ce00c [2022-09-20T19:30:05.252Z] [2022-09-20T19:30:05.532Z] Successfully built 39e9802ce00c [2022-09-20T19:30:05.532Z] Successfully tagged security-proxy-setup-arm64:latest [2022-09-20T19:30:05.532Z]  Building security-proxy-setup ... done Building security-spire-server [2022-09-20T19:30:23.896Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:30:23.896Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:30:23.896Z] ---> 47ef5e03ee80 [2022-09-20T19:30:23.896Z] Step 3/25 : WORKDIR /edgex-go [2022-09-20T19:30:23.896Z] ---> Using cache [2022-09-20T19:30:23.896Z] ---> 8fd298e4fce9 [2022-09-20T19:30:23.896Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:30:23.896Z] ---> Using cache [2022-09-20T19:30:23.896Z] ---> bc38f3b08a93 [2022-09-20T19:30:23.896Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-09-20T19:30:23.896Z] ---> Running in 14a81c774c7a [2022-09-20T19:30:24.612Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:30:25.790Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:30:27.815Z] OK: 221 MiB in 51 packages [2022-09-20T19:30:29.351Z] Removing intermediate container 14a81c774c7a [2022-09-20T19:30:29.351Z] ---> be128f2720a9 [2022-09-20T19:30:29.351Z] Step 6/25 : COPY go.mod vendor* ./ [2022-09-20T19:30:30.402Z] ---> 6fcd759bda7d [2022-09-20T19:30:30.402Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:30:30.402Z] ---> Running in aec2591004db [2022-09-20T19:30:48.775Z] Removing intermediate container 7bdb61b986e7 [2022-09-20T19:30:48.775Z] ---> 22fb05642dad [2022-09-20T19:30:48.775Z] [2022-09-20T19:30:48.775Z] Step 11/25 : FROM alpine:3.16 [2022-09-20T19:30:48.775Z] ---> a6215f271958 [2022-09-20T19:30:48.775Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-09-20T19:30:49.056Z] ---> Running in 54b154b91642 [2022-09-20T19:30:51.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:30:51.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:30:52.514Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-09-20T19:30:52.514Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:30:52.514Z] OK: 5 MiB in 15 packages [2022-09-20T19:30:54.504Z] Removing intermediate container 54b154b91642 [2022-09-20T19:30:54.504Z] ---> 7835a02d84da [2022-09-20T19:30:54.504Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-20T19:30:54.504Z] ---> Running in 49e4e8e0639f [2022-09-20T19:30:54.780Z] Removing intermediate container 49e4e8e0639f [2022-09-20T19:30:54.780Z] ---> 60829d96dbbc [2022-09-20T19:30:54.780Z] Step 14/25 : ENV APP_PORT=59881 [2022-09-20T19:30:55.063Z] ---> Running in e1c62cd1553e [2022-09-20T19:30:55.665Z] Removing intermediate container e1c62cd1553e [2022-09-20T19:30:55.665Z] ---> 6f5086d39e06 [2022-09-20T19:30:55.665Z] Step 15/25 : EXPOSE $APP_PORT [2022-09-20T19:30:55.665Z] ---> Running in eff2c7d8c22a [2022-09-20T19:30:56.271Z] Removing intermediate container eff2c7d8c22a [2022-09-20T19:30:56.271Z] ---> d4fa782a0cf5 [2022-09-20T19:30:56.271Z] Step 16/25 : WORKDIR / [2022-09-20T19:30:56.271Z] ---> Running in 2bd0c7cdd7a6 [2022-09-20T19:30:56.881Z] Removing intermediate container 2bd0c7cdd7a6 [2022-09-20T19:30:56.881Z] ---> 3c96c2de57a3 [2022-09-20T19:30:56.881Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:30:57.879Z] ---> 072f339d3a7b [2022-09-20T19:30:57.879Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-09-20T19:31:00.532Z] ---> edd1064d3acc [2022-09-20T19:31:00.532Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-09-20T19:31:01.525Z] ---> 2ef6781c6b98 [2022-09-20T19:31:01.525Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-09-20T19:31:03.538Z] ---> 58e735ac5ed0 [2022-09-20T19:31:03.538Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-09-20T19:31:03.538Z] ---> Running in d31de3584c7d [2022-09-20T19:31:04.547Z] Removing intermediate container d31de3584c7d [2022-09-20T19:31:04.547Z] ---> ec735595eee1 [2022-09-20T19:31:04.547Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:31:04.547Z] ---> Running in 69ca146ee786 [2022-09-20T19:31:05.545Z] Removing intermediate container 69ca146ee786 [2022-09-20T19:31:05.545Z] ---> 6cdb7eb08b7b [2022-09-20T19:31:05.545Z] Step 23/25 : LABEL arch=arm64 [2022-09-20T19:31:05.545Z] ---> Running in c22fb2cbadf9 [2022-09-20T19:31:06.545Z] Removing intermediate container c22fb2cbadf9 [2022-09-20T19:31:06.545Z] ---> 2c8d5cf1cae2 [2022-09-20T19:31:06.545Z] Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:31:06.846Z] ---> Running in cb33a4013b1f [2022-09-20T19:31:07.846Z] Removing intermediate container cb33a4013b1f [2022-09-20T19:31:07.846Z] ---> 9499a2a85a34 [2022-09-20T19:31:07.846Z] Step 25/25 : LABEL version=0.0.0 [2022-09-20T19:31:07.846Z] ---> Running in d8dd0f9b9fe8 [2022-09-20T19:31:08.850Z] Removing intermediate container d8dd0f9b9fe8 [2022-09-20T19:31:08.850Z] ---> 528cfd0958fc [2022-09-20T19:31:08.850Z] [2022-09-20T19:31:09.460Z] Successfully built 528cfd0958fc [2022-09-20T19:31:09.738Z] Successfully tagged core-metadata-arm64:latest [2022-09-20T19:31:09.738Z] Building security-secretstore-setup [2022-09-20T19:31:31.980Z]  Building core-metadata ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:31:31.980Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:31:31.980Z] ---> 47ef5e03ee80 [2022-09-20T19:31:31.980Z] Step 3/25 : WORKDIR /edgex-go [2022-09-20T19:31:31.980Z] ---> Using cache [2022-09-20T19:31:31.980Z] ---> 8fd298e4fce9 [2022-09-20T19:31:31.980Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:31:31.980Z] ---> Using cache [2022-09-20T19:31:31.980Z] ---> bc38f3b08a93 [2022-09-20T19:31:31.980Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-09-20T19:31:31.980Z] ---> Using cache [2022-09-20T19:31:31.980Z] ---> 44c2386638bb [2022-09-20T19:31:31.980Z] Step 6/25 : COPY go.mod vendor* ./ [2022-09-20T19:31:31.980Z] ---> Using cache [2022-09-20T19:31:31.980Z] ---> a5fbca7c2d1a [2022-09-20T19:31:31.980Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:31:31.980Z] ---> Using cache [2022-09-20T19:31:31.980Z] ---> 6be1e4299f44 [2022-09-20T19:31:31.980Z] Step 8/25 : COPY . . [2022-09-20T19:31:31.980Z] ---> Using cache [2022-09-20T19:31:31.980Z] ---> 9977949b75fb [2022-09-20T19:31:31.980Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-09-20T19:31:31.980Z] ---> Running in ad90dd4eb7df [2022-09-20T19:31:31.980Z] Removing intermediate container aec2591004db [2022-09-20T19:31:31.980Z] ---> a1e0b699e194 [2022-09-20T19:31:31.980Z] Step 8/25 : COPY . . [2022-09-20T19:31:32.979Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-09-20T19:31:38.427Z] Removing intermediate container 5716e99507af [2022-09-20T19:31:38.427Z] ---> b959b5b63ddc [2022-09-20T19:31:38.427Z] [2022-09-20T19:31:38.427Z] Step 11/24 : FROM alpine:3.16 [2022-09-20T19:31:38.427Z] ---> a6215f271958 [2022-09-20T19:31:38.428Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-09-20T19:31:38.724Z] ---> Running in 0ca05e385f4c [2022-09-20T19:31:39.741Z] Removing intermediate container 0ca05e385f4c [2022-09-20T19:31:39.741Z] ---> d3076d7cb926 [2022-09-20T19:31:39.741Z] Step 13/24 : ENV APP_PORT=59880 [2022-09-20T19:31:39.741Z] ---> Running in 4f0d655a36d2 [2022-09-20T19:31:40.762Z] Removing intermediate container 4f0d655a36d2 [2022-09-20T19:31:40.762Z] ---> fbc722be09fb [2022-09-20T19:31:40.762Z] Step 14/24 : EXPOSE $APP_PORT [2022-09-20T19:31:40.762Z] ---> Running in 09a5035f530f [2022-09-20T19:31:41.766Z] Removing intermediate container 09a5035f530f [2022-09-20T19:31:41.766Z] ---> 5aa6ac6b80c6 [2022-09-20T19:31:41.766Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:31:41.766Z] ---> Running in daad77383427 [2022-09-20T19:31:47.203Z] Removing intermediate container daad77383427 [2022-09-20T19:31:47.203Z] ---> cf57d9530f8f [2022-09-20T19:31:47.203Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-09-20T19:31:47.203Z] ---> Running in 75c2610a628e [2022-09-20T19:31:49.197Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:31:50.650Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:31:51.255Z] ---> a78b403990f8 [2022-09-20T19:31:51.255Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-09-20T19:31:51.544Z] ---> Running in 8e38be78c66b [2022-09-20T19:31:51.822Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-09-20T19:31:51.822Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-09-20T19:31:52.100Z] (3/6) Installing libsodium (1.0.18-r0) [2022-09-20T19:31:52.100Z] Removing intermediate container 8e38be78c66b [2022-09-20T19:31:52.100Z] ---> 996605ee2ee9 [2022-09-20T19:31:52.100Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-09-20T19:31:52.100Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-20T19:31:52.100Z] ---> Running in 88eb77c13015 [2022-09-20T19:31:52.379Z] (5/6) Installing libzmq (4.3.4-r0) [2022-09-20T19:31:52.661Z] (6/6) Installing zeromq (4.3.4-r0) [2022-09-20T19:31:52.661Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:31:52.661Z] Removing intermediate container 88eb77c13015 [2022-09-20T19:31:52.661Z] ---> e8822f8591ca [2022-09-20T19:31:52.661Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-20T19:31:52.661Z] OK: 8 MiB in 20 packages [2022-09-20T19:31:52.940Z] ---> Running in 52f3461a5b6a [2022-09-20T19:31:54.948Z] Removing intermediate container 75c2610a628e [2022-09-20T19:31:54.948Z] ---> 8621b09d56fe [2022-09-20T19:31:54.948Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:31:56.415Z] ---> 8ea2dbcd8bbd [2022-09-20T19:31:56.415Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-09-20T19:31:56.415Z] Removing intermediate container 52f3461a5b6a [2022-09-20T19:31:56.415Z] ---> 1b5d4e42b8d7 [2022-09-20T19:31:56.415Z] Step 12/25 : WORKDIR /edgex-go [2022-09-20T19:31:56.701Z] ---> Running in 2c9d44bb3600 [2022-09-20T19:31:57.307Z] Removing intermediate container 2c9d44bb3600 [2022-09-20T19:31:57.307Z] ---> 6ccb247d206c [2022-09-20T19:31:57.307Z] [2022-09-20T19:31:57.307Z] Step 13/25 : FROM alpine:3.15 [2022-09-20T19:31:57.932Z] 3.15: Pulling from library/alpine [2022-09-20T19:31:58.547Z] ---> 5dbe800411cc [2022-09-20T19:31:58.547Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-09-20T19:32:00.009Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-09-20T19:32:00.009Z] Status: Downloaded newer image for alpine:3.15 [2022-09-20T19:32:00.009Z] ---> 02e0d6fdf486 [2022-09-20T19:32:00.009Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-20T19:32:00.009Z] ---> Running in a853e167eb81 [2022-09-20T19:32:00.009Z] ---> 1dd08366a0f2 [2022-09-20T19:32:00.009Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-09-20T19:32:00.292Z] ---> Running in bfce90a8fe35 [2022-09-20T19:32:00.904Z] Removing intermediate container bfce90a8fe35 [2022-09-20T19:32:00.904Z] ---> 3ef216a5b6b5 [2022-09-20T19:32:00.904Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:32:00.904Z] Removing intermediate container a853e167eb81 [2022-09-20T19:32:00.904Z] ---> be635ee1f628 [2022-09-20T19:32:00.904Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:32:01.195Z] ---> Running in ed7521e3649f [2022-09-20T19:32:01.195Z] ---> Running in 7e436454cb44 [2022-09-20T19:32:01.830Z] Removing intermediate container ed7521e3649f [2022-09-20T19:32:01.830Z] ---> 60649eb98744 [2022-09-20T19:32:01.830Z] Step 22/24 : LABEL arch=arm64 [2022-09-20T19:32:02.125Z] ---> Running in a7aa60deefdc [2022-09-20T19:32:03.140Z] Removing intermediate container a7aa60deefdc [2022-09-20T19:32:03.140Z] ---> 947f22a9b490 [2022-09-20T19:32:03.140Z] Step 23/24 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:32:03.140Z] ---> Running in 7c06299e0e3f [2022-09-20T19:32:03.767Z] Removing intermediate container 7c06299e0e3f [2022-09-20T19:32:03.767Z] ---> caaa65b4fb73 [2022-09-20T19:32:03.767Z] Step 24/24 : LABEL version=0.0.0 [2022-09-20T19:32:03.767Z] ---> Running in 87c49b0bd48c [2022-09-20T19:32:04.757Z] Removing intermediate container 87c49b0bd48c [2022-09-20T19:32:04.757Z] ---> 9a3e806152da [2022-09-20T19:32:04.757Z] [2022-09-20T19:32:05.036Z] Removing intermediate container 7e436454cb44 [2022-09-20T19:32:05.036Z] ---> f3a33ac1067f [2022-09-20T19:32:05.036Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-09-20T19:32:05.315Z] Successfully built 9a3e806152da [2022-09-20T19:32:05.315Z] ---> Running in bad062e79aa6 [2022-09-20T19:32:05.315Z] Successfully tagged core-data-arm64:latest [2022-09-20T19:32:05.315Z]  Building core-data ... done Building sys-mgmt-agent [2022-09-20T19:32:07.315Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:32:08.308Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:32:09.763Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-20T19:32:09.763Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-20T19:32:09.763Z] OK: 15734 distinct packages available [2022-09-20T19:32:09.763Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:32:10.757Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:32:12.217Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-09-20T19:32:12.496Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-09-20T19:32:12.496Z] (3/5) Installing libucontext (1.1-r0) [2022-09-20T19:32:12.496Z] (4/5) Installing gcompat (1.0.0-r4) [2022-09-20T19:32:12.777Z] (5/5) Installing openssl (1.1.1q-r0) [2022-09-20T19:32:13.059Z] Executing busybox-1.34.1-r7.trigger [2022-09-20T19:32:13.059Z] OK: 6 MiB in 19 packages [2022-09-20T19:32:15.779Z] Removing intermediate container bad062e79aa6 [2022-09-20T19:32:15.779Z] ---> a8c85ee26453 [2022-09-20T19:32:15.779Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-20T19:32:22.581Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:32:22.581Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:32:22.581Z] ---> 47ef5e03ee80 [2022-09-20T19:32:22.581Z] Step 3/23 : WORKDIR /edgex-go [2022-09-20T19:32:22.581Z] ---> Using cache [2022-09-20T19:32:22.581Z] ---> 8fd298e4fce9 [2022-09-20T19:32:22.581Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:32:22.581Z] ---> Using cache [2022-09-20T19:32:22.581Z] ---> bc38f3b08a93 [2022-09-20T19:32:22.581Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-09-20T19:32:22.581Z] ---> Running in bc4059403615 [2022-09-20T19:32:24.033Z] ---> caf71ea05e52 [2022-09-20T19:32:24.033Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-09-20T19:32:25.031Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:32:25.031Z] ---> 503ee06b3c6c [2022-09-20T19:32:25.031Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-09-20T19:32:26.039Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:32:26.039Z] ---> 2aea8e604201 [2022-09-20T19:32:26.039Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-09-20T19:32:27.048Z] ---> fea17287a597 [2022-09-20T19:32:27.048Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-20T19:32:27.335Z] ---> Running in 1affece8c3bc [2022-09-20T19:32:27.613Z] OK: 221 MiB in 51 packages [2022-09-20T19:32:27.901Z] Removing intermediate container 1affece8c3bc [2022-09-20T19:32:27.901Z] ---> 09c107512513 [2022-09-20T19:32:27.901Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-20T19:32:28.185Z] ---> Running in 28990e9457c5 [2022-09-20T19:32:29.192Z] Removing intermediate container bc4059403615 [2022-09-20T19:32:29.192Z] ---> b08e58328774 [2022-09-20T19:32:29.192Z] Step 6/23 : COPY go.mod vendor* ./ [2022-09-20T19:32:29.192Z] Removing intermediate container 28990e9457c5 [2022-09-20T19:32:29.192Z] ---> 77d613044075 [2022-09-20T19:32:29.192Z] Step 23/25 : LABEL arch=arm64 [2022-09-20T19:32:29.192Z] ---> Running in ea72ef377120 [2022-09-20T19:32:30.192Z] Removing intermediate container ea72ef377120 [2022-09-20T19:32:30.192Z] ---> ede69fac0878 [2022-09-20T19:32:30.192Z] Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:32:30.480Z] ---> Running in 6466c2b80c33 [2022-09-20T19:32:30.480Z] ---> 239a8bcca148 [2022-09-20T19:32:30.480Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:32:30.480Z] ---> Running in b8d3d5a1913b [2022-09-20T19:32:31.477Z] Removing intermediate container 6466c2b80c33 [2022-09-20T19:32:31.477Z] ---> 052240ef6444 [2022-09-20T19:32:31.477Z] Step 25/25 : LABEL version=0.0.0 [2022-09-20T19:32:31.477Z] ---> Running in 071539548b4e [2022-09-20T19:32:32.087Z] Removing intermediate container 071539548b4e [2022-09-20T19:32:32.087Z] ---> 10bcfb48acc9 [2022-09-20T19:32:32.087Z] [2022-09-20T19:32:32.699Z] Successfully built 10bcfb48acc9 [2022-09-20T19:32:32.699Z] Successfully tagged security-spire-server-arm64:latest [2022-09-20T19:32:32.699Z]  Building security-spire-server ... done Building security-spire-agent [2022-09-20T19:32:51.099Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:32:51.099Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:32:51.099Z] ---> 47ef5e03ee80 [2022-09-20T19:32:51.099Z] Step 3/26 : WORKDIR /edgex-go [2022-09-20T19:32:51.099Z] ---> Using cache [2022-09-20T19:32:51.099Z] ---> 8fd298e4fce9 [2022-09-20T19:32:51.099Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:32:51.099Z] ---> Using cache [2022-09-20T19:32:51.099Z] ---> bc38f3b08a93 [2022-09-20T19:32:51.099Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-09-20T19:32:51.099Z] ---> Using cache [2022-09-20T19:32:51.099Z] ---> be128f2720a9 [2022-09-20T19:32:51.099Z] Step 6/26 : COPY go.mod vendor* ./ [2022-09-20T19:32:51.099Z] ---> Using cache [2022-09-20T19:32:51.099Z] ---> 6fcd759bda7d [2022-09-20T19:32:51.099Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:32:51.099Z] ---> Using cache [2022-09-20T19:32:51.099Z] ---> a1e0b699e194 [2022-09-20T19:32:51.099Z] Step 8/26 : COPY . . [2022-09-20T19:32:51.099Z] ---> Using cache [2022-09-20T19:32:51.099Z] ---> a78b403990f8 [2022-09-20T19:32:51.099Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-09-20T19:32:51.099Z] ---> Using cache [2022-09-20T19:32:51.099Z] ---> 996605ee2ee9 [2022-09-20T19:32:51.099Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-09-20T19:32:51.099Z] ---> Using cache [2022-09-20T19:32:51.099Z] ---> e8822f8591ca [2022-09-20T19:32:51.099Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-20T19:32:51.099Z] ---> Running in ac7a44b4416b [2022-09-20T19:32:52.594Z] Removing intermediate container ac7a44b4416b [2022-09-20T19:32:52.594Z] ---> dd269a0933e6 [2022-09-20T19:32:52.594Z] Step 12/26 : WORKDIR /edgex-go [2022-09-20T19:32:52.594Z] ---> Running in eb1a5106ca16 [2022-09-20T19:32:53.208Z] Removing intermediate container eb1a5106ca16 [2022-09-20T19:32:53.208Z] ---> 11bbe041aa74 [2022-09-20T19:32:53.208Z] [2022-09-20T19:32:53.208Z] Step 13/26 : FROM alpine:3.15 [2022-09-20T19:32:53.208Z] ---> 02e0d6fdf486 [2022-09-20T19:32:53.208Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-20T19:32:53.208Z] ---> Using cache [2022-09-20T19:32:53.208Z] ---> be635ee1f628 [2022-09-20T19:32:53.208Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:32:53.208Z] ---> Using cache [2022-09-20T19:32:53.208Z] ---> f3a33ac1067f [2022-09-20T19:32:53.208Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-09-20T19:32:53.208Z] ---> Using cache [2022-09-20T19:32:53.208Z] ---> a8c85ee26453 [2022-09-20T19:32:53.208Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-09-20T19:32:56.632Z] ---> cc09237bac2a [2022-09-20T19:32:56.632Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-20T19:33:03.376Z] ---> 069a7107b04b [2022-09-20T19:33:03.376Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-09-20T19:33:03.979Z] ---> 39a979ac23fe [2022-09-20T19:33:03.979Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-09-20T19:33:05.428Z] ---> e99e46dc609c [2022-09-20T19:33:05.428Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-09-20T19:33:07.436Z] ---> 007abaf1bbf1 [2022-09-20T19:33:07.436Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-20T19:33:07.436Z] ---> Running in 9e550fa8b325 [2022-09-20T19:33:08.424Z] Removing intermediate container 9e550fa8b325 [2022-09-20T19:33:08.701Z] ---> d3de3096e893 [2022-09-20T19:33:08.702Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-20T19:33:08.702Z] ---> Running in 033a4b36dcda [2022-09-20T19:33:10.172Z] Removing intermediate container 033a4b36dcda [2022-09-20T19:33:10.173Z] ---> 805deea66bab [2022-09-20T19:33:10.173Z] Step 24/26 : LABEL arch=arm64 [2022-09-20T19:33:10.445Z] ---> Running in aca6240f3e32 [2022-09-20T19:33:11.452Z] Removing intermediate container aca6240f3e32 [2022-09-20T19:33:11.452Z] ---> f6a25193d62a [2022-09-20T19:33:11.452Z] Step 25/26 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:33:11.729Z] ---> Running in 1a751e49cb96 [2022-09-20T19:33:13.702Z] Removing intermediate container 1a751e49cb96 [2022-09-20T19:33:13.702Z] ---> bfce304c836f [2022-09-20T19:33:13.702Z] Step 26/26 : LABEL version=0.0.0 [2022-09-20T19:33:13.702Z] ---> Running in 1e9c824232c9 [2022-09-20T19:33:15.693Z] Removing intermediate container 1e9c824232c9 [2022-09-20T19:33:15.694Z] ---> db153d9beea4 [2022-09-20T19:33:15.694Z] [2022-09-20T19:33:16.296Z] Successfully built db153d9beea4 [2022-09-20T19:33:16.296Z] Successfully tagged security-spire-agent-arm64:latest [2022-09-20T19:33:16.296Z] Building security-bootstrapper [2022-09-20T19:33:43.159Z]  Building security-spire-agent ... done Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:33:43.159Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:33:43.159Z] ---> 47ef5e03ee80 [2022-09-20T19:33:43.159Z] Step 3/33 : WORKDIR /edgex-go [2022-09-20T19:33:43.159Z] ---> Using cache [2022-09-20T19:33:43.159Z] ---> 8fd298e4fce9 [2022-09-20T19:33:43.159Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:33:43.159Z] ---> Using cache [2022-09-20T19:33:43.159Z] ---> bc38f3b08a93 [2022-09-20T19:33:43.159Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-09-20T19:33:43.159Z] ---> Using cache [2022-09-20T19:33:43.159Z] ---> 44c2386638bb [2022-09-20T19:33:43.159Z] Step 6/33 : COPY go.mod vendor* ./ [2022-09-20T19:33:43.159Z] ---> Using cache [2022-09-20T19:33:43.159Z] ---> a5fbca7c2d1a [2022-09-20T19:33:43.159Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:33:43.159Z] ---> Using cache [2022-09-20T19:33:43.159Z] ---> 6be1e4299f44 [2022-09-20T19:33:43.159Z] Step 8/33 : COPY . . [2022-09-20T19:33:43.159Z] Removing intermediate container 7fee45bc16cf [2022-09-20T19:33:43.159Z] ---> 74f2b5cda06e [2022-09-20T19:33:43.159Z] [2022-09-20T19:33:43.159Z] Step 11/23 : FROM alpine:3.16 [2022-09-20T19:33:43.159Z] ---> a6215f271958 [2022-09-20T19:33:43.159Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-09-20T19:33:43.159Z] ---> Using cache [2022-09-20T19:33:43.159Z] ---> 7835a02d84da [2022-09-20T19:33:43.159Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-20T19:33:43.159Z] ---> Using cache [2022-09-20T19:33:43.159Z] ---> 60829d96dbbc [2022-09-20T19:33:43.159Z] Step 14/23 : ENV APP_PORT=59861 [2022-09-20T19:33:43.159Z] ---> Using cache [2022-09-20T19:33:43.159Z] ---> 9977949b75fb [2022-09-20T19:33:43.159Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-09-20T19:33:43.159Z] ---> Running in e408fc494cf3 [2022-09-20T19:33:43.159Z] ---> Running in 2682d770ec2e [2022-09-20T19:33:43.159Z] Removing intermediate container 5b8bd507eb68 [2022-09-20T19:33:43.159Z] ---> 142ae47f004c [2022-09-20T19:33:43.159Z] [2022-09-20T19:33:43.159Z] Step 11/23 : FROM alpine:3.16 [2022-09-20T19:33:43.159Z] ---> a6215f271958 [2022-09-20T19:33:43.159Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-09-20T19:33:43.160Z] ---> Running in 5ffd8a51c967 [2022-09-20T19:33:43.160Z] Removing intermediate container e408fc494cf3 [2022-09-20T19:33:43.160Z] ---> 18d115c775c8 [2022-09-20T19:33:43.160Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-20T19:33:43.160Z] ---> Running in 5537217fdf08 [2022-09-20T19:33:43.160Z] Removing intermediate container 5537217fdf08 [2022-09-20T19:33:43.160Z] ---> 23782ddf2e76 [2022-09-20T19:33:43.160Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:33:43.160Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-09-20T19:33:43.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:33:43.435Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:33:43.725Z] ---> b3b4c7258004 [2022-09-20T19:33:43.725Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-09-20T19:33:45.176Z] (1/2) Installing ca-certificates (20220614-r0) [2022-09-20T19:33:45.176Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-09-20T19:33:45.176Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:33:45.176Z] Executing ca-certificates-20220614-r0.trigger [2022-09-20T19:33:45.457Z] OK: 6 MiB in 16 packages [2022-09-20T19:33:45.739Z] Removing intermediate container b8d3d5a1913b [2022-09-20T19:33:45.739Z] ---> f942d5bc9ef7 [2022-09-20T19:33:45.739Z] Step 8/23 : COPY . . [2022-09-20T19:33:47.192Z] ---> 0b549d9aea14 [2022-09-20T19:33:47.192Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-09-20T19:33:48.641Z] ---> 61fbba217eca [2022-09-20T19:33:48.641Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-09-20T19:33:48.641Z] Removing intermediate container 5ffd8a51c967 [2022-09-20T19:33:48.641Z] ---> 85f72b3d9479 [2022-09-20T19:33:48.641Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-20T19:33:48.921Z] ---> Running in 0c18aaf41996 [2022-09-20T19:33:48.921Z] ---> Running in f4a5556dc721 [2022-09-20T19:33:50.367Z] Removing intermediate container f4a5556dc721 [2022-09-20T19:33:50.367Z] ---> 411647929f7b [2022-09-20T19:33:50.367Z] Step 14/23 : ENV APP_PORT=59860 [2022-09-20T19:33:50.367Z] Removing intermediate container 0c18aaf41996 [2022-09-20T19:33:50.367Z] ---> 9672ad288dd1 [2022-09-20T19:33:50.367Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:33:50.367Z] ---> Running in 787c357119fd [2022-09-20T19:33:50.367Z] ---> Running in d33d7d6598d1 [2022-09-20T19:33:51.354Z] Removing intermediate container d33d7d6598d1 [2022-09-20T19:33:51.354Z] ---> b7b6e495381e [2022-09-20T19:33:51.354Z] Step 21/23 : LABEL arch=arm64 [2022-09-20T19:33:51.354Z] Removing intermediate container 787c357119fd [2022-09-20T19:33:51.354Z] ---> 121259520efb [2022-09-20T19:33:51.354Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-20T19:33:51.635Z] ---> Running in 8857a6fd4ef5 [2022-09-20T19:33:51.635Z] ---> Running in ec9b8876f5b3 [2022-09-20T19:33:53.082Z] Removing intermediate container ec9b8876f5b3 [2022-09-20T19:33:53.082Z] ---> 1487980589e1 [2022-09-20T19:33:53.082Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:33:53.082Z] Removing intermediate container 8857a6fd4ef5 [2022-09-20T19:33:53.082Z] ---> 49bb05df17c8 [2022-09-20T19:33:53.082Z] Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:33:53.082Z] ---> Running in b2b97091ae8d [2022-09-20T19:33:54.076Z] Removing intermediate container b2b97091ae8d [2022-09-20T19:33:54.076Z] ---> 9514d7c71e3e [2022-09-20T19:33:54.076Z] Step 23/23 : LABEL version=0.0.0 [2022-09-20T19:33:54.076Z] ---> Running in f97efc9677ba [2022-09-20T19:33:54.689Z] ---> b8bec097f879 [2022-09-20T19:33:54.689Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-09-20T19:33:54.977Z] Removing intermediate container f97efc9677ba [2022-09-20T19:33:54.977Z] ---> c0d8fc0721b5 [2022-09-20T19:33:54.977Z] [2022-09-20T19:33:55.974Z] Successfully built c0d8fc0721b5 [2022-09-20T19:33:55.974Z] Successfully tagged support-scheduler-arm64:latest [2022-09-20T19:33:55.974Z] Building core-command [2022-09-20T19:33:58.626Z]  Building support-scheduler ... done  ---> fbbebb81fbbd [2022-09-20T19:33:58.626Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-09-20T19:34:00.092Z] ---> 3046f5a91f80 [2022-09-20T19:34:00.092Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-09-20T19:34:00.371Z] ---> Running in 38489ea5d1e1 [2022-09-20T19:34:01.364Z] Removing intermediate container 38489ea5d1e1 [2022-09-20T19:34:01.364Z] ---> d0f266d8f32c [2022-09-20T19:34:01.364Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:34:01.648Z] ---> Running in 505fa5e8d627 [2022-09-20T19:34:02.646Z] Removing intermediate container 505fa5e8d627 [2022-09-20T19:34:02.646Z] ---> 44de5518be57 [2022-09-20T19:34:02.646Z] Step 21/23 : LABEL arch=arm64 [2022-09-20T19:34:02.924Z] ---> Running in 95e1eec64a63 [2022-09-20T19:34:03.912Z] Removing intermediate container 95e1eec64a63 [2022-09-20T19:34:03.912Z] ---> 7aac655f4070 [2022-09-20T19:34:03.912Z] Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:34:04.190Z] ---> Running in 972da6dc50ac [2022-09-20T19:34:05.182Z] Removing intermediate container 972da6dc50ac [2022-09-20T19:34:05.182Z] ---> afd73e5031b8 [2022-09-20T19:34:05.182Z] Step 23/23 : LABEL version=0.0.0 [2022-09-20T19:34:05.182Z] ---> Running in b4ed457b289e [2022-09-20T19:34:06.170Z] Removing intermediate container b4ed457b289e [2022-09-20T19:34:06.447Z] ---> a37dc0d69c36 [2022-09-20T19:34:06.447Z] [2022-09-20T19:34:07.052Z] Successfully built a37dc0d69c36 [2022-09-20T19:34:07.052Z] Successfully tagged support-notifications-arm64:latest [2022-09-20T19:34:07.328Z]  Building support-notifications ... done Building security-spiffe-token-provider [2022-09-20T19:34:07.931Z] ---> 0a4715fd5d6a [2022-09-20T19:34:07.931Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-09-20T19:34:07.931Z] ---> Running in f6ad749d9787 [2022-09-20T19:34:09.917Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-09-20T19:34:20.142Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:34:20.142Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:34:20.142Z] ---> 47ef5e03ee80 [2022-09-20T19:34:20.142Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-09-20T19:34:20.142Z] ---> Using cache [2022-09-20T19:34:20.142Z] ---> 428465a22655 [2022-09-20T19:34:20.142Z] Step 4/24 : WORKDIR /edgex-go [2022-09-20T19:34:20.142Z] ---> Using cache [2022-09-20T19:34:20.142Z] ---> 3a065d7b0b1f [2022-09-20T19:34:20.142Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:34:20.142Z] ---> Using cache [2022-09-20T19:34:20.142Z] ---> e6e6a64e8f18 [2022-09-20T19:34:20.142Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-09-20T19:34:20.142Z] ---> Using cache [2022-09-20T19:34:20.142Z] ---> 048216d71431 [2022-09-20T19:34:20.142Z] Step 7/24 : COPY go.mod vendor* ./ [2022-09-20T19:34:20.142Z] ---> Using cache [2022-09-20T19:34:20.142Z] ---> caa06ceeb382 [2022-09-20T19:34:20.142Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:34:20.142Z] ---> Using cache [2022-09-20T19:34:20.142Z] ---> d08c3c9db7f7 [2022-09-20T19:34:20.142Z] Step 9/24 : COPY . . [2022-09-20T19:34:20.142Z] ---> Using cache [2022-09-20T19:34:20.142Z] ---> 039951dc37c0 [2022-09-20T19:34:20.142Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-09-20T19:34:21.157Z] ---> Running in 21fd2b29ae4e [2022-09-20T19:34:23.815Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-09-20T19:34:32.160Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:34:32.160Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:34:32.160Z] ---> 47ef5e03ee80 [2022-09-20T19:34:32.160Z] Step 3/20 : WORKDIR /edgex-go [2022-09-20T19:34:32.160Z] ---> Using cache [2022-09-20T19:34:32.160Z] ---> 8fd298e4fce9 [2022-09-20T19:34:32.160Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-09-20T19:34:32.453Z] ---> Running in 31bb1086f0e8 [2022-09-20T19:34:34.474Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:34:35.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:34:36.140Z] v3.16.2-176-g217b4b6f4b [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-09-20T19:34:36.140Z] v3.16.2-184-g3f729d91ce [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-09-20T19:34:36.140Z] OK: 16894 distinct packages available [2022-09-20T19:34:37.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:34:37.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:34:38.616Z] OK: 221 MiB in 51 packages [2022-09-20T19:34:40.760Z] Removing intermediate container 31bb1086f0e8 [2022-09-20T19:34:40.760Z] ---> e6f9fb051b11 [2022-09-20T19:34:40.760Z] Step 5/20 : COPY go.mod vendor* ./ [2022-09-20T19:34:41.419Z] ---> e2381a586860 [2022-09-20T19:34:41.419Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:34:41.737Z] ---> Running in fc87d8100a04 [2022-09-20T19:35:38.690Z] Removing intermediate container fc87d8100a04 [2022-09-20T19:35:38.690Z] ---> d4f349423ecf [2022-09-20T19:35:38.690Z] Step 7/20 : COPY . . [2022-09-20T19:35:43.062Z] ---> 724ad2553cca [2022-09-20T19:35:43.062Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-09-20T19:35:43.358Z] ---> Running in add0d8d89851 [2022-09-20T19:35:45.349Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-09-20T19:36:24.367Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-09-20T19:36:46.573Z] Removing intermediate container ad90dd4eb7df [2022-09-20T19:36:46.573Z] ---> 261763f135cb [2022-09-20T19:36:46.573Z] [2022-09-20T19:36:46.573Z] Step 10/25 : FROM alpine:3.16 [2022-09-20T19:36:46.573Z] ---> a6215f271958 [2022-09-20T19:36:46.573Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-09-20T19:36:46.573Z] ---> Running in 9248bd962c59 [2022-09-20T19:36:46.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:36:47.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:36:48.641Z] (1/3) Installing ca-certificates (20220614-r0) [2022-09-20T19:36:48.641Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-09-20T19:36:48.641Z] (3/3) Installing su-exec (0.2-r1) [2022-09-20T19:36:48.641Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:36:48.641Z] Executing ca-certificates-20220614-r0.trigger [2022-09-20T19:36:49.246Z] OK: 6 MiB in 17 packages [2022-09-20T19:36:51.244Z] Removing intermediate container 9248bd962c59 [2022-09-20T19:36:51.244Z] ---> 7791738de5cc [2022-09-20T19:36:51.245Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-09-20T19:36:51.520Z] ---> Running in d7982306c84e [2022-09-20T19:36:51.813Z] Removing intermediate container d7982306c84e [2022-09-20T19:36:51.813Z] ---> 3935bb16066a [2022-09-20T19:36:51.813Z] Step 13/25 : WORKDIR / [2022-09-20T19:36:52.088Z] ---> Running in 63499b323363 [2022-09-20T19:36:52.684Z] Removing intermediate container 63499b323363 [2022-09-20T19:36:52.684Z] ---> 80f838c5ffab [2022-09-20T19:36:52.684Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-09-20T19:36:53.668Z] ---> cffe6147e5e1 [2022-09-20T19:36:53.668Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-09-20T19:36:54.661Z] ---> e5dfc1d4b1d0 [2022-09-20T19:36:54.662Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-09-20T19:36:55.652Z] ---> f2a32563c070 [2022-09-20T19:36:55.653Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-09-20T19:36:56.643Z] ---> f1b9a0f5c8a4 [2022-09-20T19:36:56.643Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-09-20T19:36:58.643Z] ---> 32b3b0988cb5 [2022-09-20T19:36:58.643Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-09-20T19:37:00.113Z] ---> 4639f788a3c8 [2022-09-20T19:37:00.113Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-09-20T19:37:01.124Z] ---> 19533acbe544 [2022-09-20T19:37:01.124Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-09-20T19:37:01.124Z] ---> Running in 5b0b613df8b3 [2022-09-20T19:37:04.548Z] Removing intermediate container 5b0b613df8b3 [2022-09-20T19:37:04.548Z] ---> ec2f5aecd3d5 [2022-09-20T19:37:04.548Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-09-20T19:37:04.548Z] ---> Running in 587ae14b7129 [2022-09-20T19:37:04.826Z] Removing intermediate container 587ae14b7129 [2022-09-20T19:37:04.826Z] ---> 183affac4a4a [2022-09-20T19:37:04.826Z] Step 23/25 : LABEL arch=arm64 [2022-09-20T19:37:04.826Z] ---> Running in 31699ce28a50 [2022-09-20T19:37:05.444Z] Removing intermediate container 31699ce28a50 [2022-09-20T19:37:05.444Z] ---> 2f722cd70154 [2022-09-20T19:37:05.444Z] Step 24/25 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:37:05.727Z] ---> Running in 12fc33ae03e3 [2022-09-20T19:37:06.342Z] Removing intermediate container 12fc33ae03e3 [2022-09-20T19:37:06.342Z] ---> 0ff618734516 [2022-09-20T19:37:06.342Z] Step 25/25 : LABEL version=0.0.0 [2022-09-20T19:37:06.342Z] ---> Running in 0220dc296e48 [2022-09-20T19:37:06.952Z] Removing intermediate container 0220dc296e48 [2022-09-20T19:37:06.952Z] ---> 5889d20d493d [2022-09-20T19:37:06.952Z] [2022-09-20T19:37:07.232Z] Successfully built 5889d20d493d [2022-09-20T19:37:07.232Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-09-20T19:37:07.232Z]  Building security-secretstore-setup ... done Building security-spire-config [2022-09-20T19:37:22.372Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-09-20T19:37:22.372Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-09-20T19:37:22.372Z] ---> 47ef5e03ee80 [2022-09-20T19:37:22.372Z] Step 3/26 : WORKDIR /edgex-go [2022-09-20T19:37:22.372Z] ---> Using cache [2022-09-20T19:37:22.372Z] ---> 8fd298e4fce9 [2022-09-20T19:37:22.372Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:37:22.372Z] ---> Using cache [2022-09-20T19:37:22.372Z] ---> bc38f3b08a93 [2022-09-20T19:37:22.372Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-09-20T19:37:22.372Z] ---> Using cache [2022-09-20T19:37:22.372Z] ---> be128f2720a9 [2022-09-20T19:37:22.372Z] Step 6/26 : COPY go.mod vendor* ./ [2022-09-20T19:37:22.372Z] ---> Using cache [2022-09-20T19:37:22.372Z] ---> 6fcd759bda7d [2022-09-20T19:37:22.372Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-09-20T19:37:22.372Z] ---> Using cache [2022-09-20T19:37:22.372Z] ---> a1e0b699e194 [2022-09-20T19:37:22.372Z] Step 8/26 : COPY . . [2022-09-20T19:37:22.373Z] ---> Using cache [2022-09-20T19:37:22.373Z] ---> a78b403990f8 [2022-09-20T19:37:22.373Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-09-20T19:37:22.373Z] ---> Using cache [2022-09-20T19:37:22.373Z] ---> 996605ee2ee9 [2022-09-20T19:37:22.373Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-09-20T19:37:22.373Z] ---> Using cache [2022-09-20T19:37:22.373Z] ---> e8822f8591ca [2022-09-20T19:37:22.373Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-09-20T19:37:22.373Z] ---> Using cache [2022-09-20T19:37:22.373Z] ---> dd269a0933e6 [2022-09-20T19:37:22.373Z] Step 12/26 : WORKDIR /edgex-go [2022-09-20T19:37:22.373Z] ---> Using cache [2022-09-20T19:37:22.373Z] ---> 11bbe041aa74 [2022-09-20T19:37:22.373Z] [2022-09-20T19:37:22.373Z] Step 13/26 : FROM alpine:3.15 [2022-09-20T19:37:22.373Z] ---> 02e0d6fdf486 [2022-09-20T19:37:22.373Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-20T19:37:22.373Z] ---> Using cache [2022-09-20T19:37:22.373Z] ---> be635ee1f628 [2022-09-20T19:37:22.373Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:37:22.373Z] ---> Using cache [2022-09-20T19:37:22.373Z] ---> f3a33ac1067f [2022-09-20T19:37:22.373Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-09-20T19:37:22.656Z] ---> Running in 20f7b1624cee [2022-09-20T19:37:24.658Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:37:26.112Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:37:27.571Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-20T19:37:27.572Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-20T19:37:27.572Z] OK: 15734 distinct packages available [2022-09-20T19:37:27.572Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:37:28.565Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:37:30.016Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-09-20T19:37:30.016Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-09-20T19:37:30.293Z] (3/4) Installing libucontext (1.1-r0) [2022-09-20T19:37:30.293Z] (4/4) Installing gcompat (1.0.0-r4) [2022-09-20T19:37:30.574Z] Executing busybox-1.34.1-r7.trigger [2022-09-20T19:37:30.574Z] OK: 6 MiB in 18 packages [2022-09-20T19:37:32.598Z] Removing intermediate container 20f7b1624cee [2022-09-20T19:37:32.598Z] ---> f1c056664be3 [2022-09-20T19:37:32.598Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-09-20T19:37:38.036Z] ---> cfec006ff79f [2022-09-20T19:37:38.036Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-09-20T19:37:38.315Z] ---> b67605a5321f [2022-09-20T19:37:38.315Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-09-20T19:37:38.593Z] ---> Running in f98f81f099ad [2022-09-20T19:37:39.203Z] Removing intermediate container f98f81f099ad [2022-09-20T19:37:39.203Z] ---> 1475ca74a7ed [2022-09-20T19:37:39.203Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-09-20T19:37:40.197Z] ---> 5577c18777c8 [2022-09-20T19:37:40.197Z] Step 21/26 : WORKDIR / [2022-09-20T19:37:40.197Z] ---> Running in 94647a339e7a [2022-09-20T19:37:40.795Z] Removing intermediate container 94647a339e7a [2022-09-20T19:37:40.795Z] ---> 30d1fa0b6444 [2022-09-20T19:37:40.795Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-09-20T19:37:40.795Z] ---> Running in ca3a40e69a06 [2022-09-20T19:37:41.393Z] Removing intermediate container ca3a40e69a06 [2022-09-20T19:37:41.393Z] ---> 3dad89db86bf [2022-09-20T19:37:41.393Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-09-20T19:37:41.393Z] ---> Running in 8d425b4014d1 [2022-09-20T19:37:41.992Z] Removing intermediate container 8d425b4014d1 [2022-09-20T19:37:41.992Z] ---> a9a1c7bb37a2 [2022-09-20T19:37:41.992Z] Step 24/26 : LABEL arch=arm64 [2022-09-20T19:37:41.992Z] ---> Running in 175194216d6f [2022-09-20T19:37:42.600Z] Removing intermediate container 175194216d6f [2022-09-20T19:37:42.600Z] ---> 5febc924babd [2022-09-20T19:37:42.600Z] Step 25/26 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:37:42.600Z] ---> Running in a5651a1bebc0 [2022-09-20T19:37:43.209Z] Removing intermediate container a5651a1bebc0 [2022-09-20T19:37:43.209Z] ---> 41950345acc0 [2022-09-20T19:37:43.209Z] Step 26/26 : LABEL version=0.0.0 [2022-09-20T19:37:43.209Z] ---> Running in 8cdf5a887d2e [2022-09-20T19:37:43.816Z] Removing intermediate container 8cdf5a887d2e [2022-09-20T19:37:43.816Z] ---> d5abbce4085a [2022-09-20T19:37:43.816Z] [2022-09-20T19:37:44.093Z] Successfully built d5abbce4085a [2022-09-20T19:37:44.093Z] Successfully tagged security-spire-config-arm64:latest [2022-09-20T19:39:35.965Z]  Building security-spire-config ... done Removing intermediate container 2682d770ec2e [2022-09-20T19:39:35.965Z] ---> 7409218a34f3 [2022-09-20T19:39:35.965Z] [2022-09-20T19:39:35.965Z] Step 10/33 : FROM alpine:3.16 [2022-09-20T19:39:35.965Z] ---> a6215f271958 [2022-09-20T19:39:35.965Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-20T19:39:35.965Z] ---> Running in 2dd1b40a25b0 [2022-09-20T19:39:35.965Z] Removing intermediate container 2dd1b40a25b0 [2022-09-20T19:39:35.965Z] ---> 8f0fdb9e4702 [2022-09-20T19:39:35.965Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-09-20T19:39:35.965Z] ---> Running in f462662a2170 [2022-09-20T19:39:35.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:39:36.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:39:37.695Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-09-20T19:39:37.695Z] (2/2) Installing su-exec (0.2-r1) [2022-09-20T19:39:37.695Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:39:37.695Z] OK: 5 MiB in 16 packages [2022-09-20T19:39:40.360Z] Removing intermediate container f462662a2170 [2022-09-20T19:39:40.360Z] ---> c75f3fa7b9a9 [2022-09-20T19:39:40.360Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-09-20T19:39:40.360Z] ---> Running in 4c39691270ae [2022-09-20T19:39:41.345Z] Removing intermediate container 4c39691270ae [2022-09-20T19:39:41.345Z] ---> 51d007535d97 [2022-09-20T19:39:41.345Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-09-20T19:39:41.345Z] ---> Running in d6606d846c8f [2022-09-20T19:39:42.338Z] Removing intermediate container d6606d846c8f [2022-09-20T19:39:42.338Z] ---> 06e5023565f8 [2022-09-20T19:39:42.338Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-09-20T19:39:42.617Z] ---> Running in 249f4ad31969 [2022-09-20T19:39:43.230Z] Removing intermediate container 249f4ad31969 [2022-09-20T19:39:43.230Z] ---> 1015e3bfb428 [2022-09-20T19:39:43.230Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-09-20T19:39:43.230Z] ---> Running in b8bb4b7cfeaa [2022-09-20T19:39:43.836Z] Removing intermediate container f6ad749d9787 [2022-09-20T19:39:43.836Z] ---> 17b0211b75f2 [2022-09-20T19:39:43.836Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-09-20T19:39:44.130Z] ---> Running in 7e5c139a2ae4 [2022-09-20T19:39:44.130Z] Removing intermediate container b8bb4b7cfeaa [2022-09-20T19:39:44.130Z] ---> 0a7daeea09e1 [2022-09-20T19:39:44.130Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-09-20T19:39:44.409Z] ---> Running in 83957d39f77c [2022-09-20T19:39:47.059Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-09-20T19:39:47.670Z] Removing intermediate container 83957d39f77c [2022-09-20T19:39:47.670Z] ---> e6ee6f5a91b5 [2022-09-20T19:39:47.670Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-09-20T19:39:47.954Z] ---> Running in 2d4b2c3bcdf0 [2022-09-20T19:39:48.563Z] Removing intermediate container 2d4b2c3bcdf0 [2022-09-20T19:39:48.563Z] ---> b9f3ad5bc76f [2022-09-20T19:39:48.563Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-09-20T19:39:49.554Z] ---> 6a00e9076b67 [2022-09-20T19:39:49.554Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-09-20T19:39:49.554Z] ---> Running in ea3b1018f825 [2022-09-20T19:39:52.985Z] Removing intermediate container 7e5c139a2ae4 [2022-09-20T19:39:52.985Z] ---> 7e5a4e8236bf [2022-09-20T19:39:52.985Z] [2022-09-20T19:39:52.985Z] Step 11/23 : FROM alpine:3.16 [2022-09-20T19:39:52.985Z] ---> a6215f271958 [2022-09-20T19:39:52.985Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-09-20T19:39:52.985Z] ---> Running in 8d73da99b117 [2022-09-20T19:39:53.265Z] Removing intermediate container ea3b1018f825 [2022-09-20T19:39:53.265Z] ---> d24b29f55f2e [2022-09-20T19:39:53.265Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:39:53.542Z] Removing intermediate container 8d73da99b117 [2022-09-20T19:39:53.542Z] ---> 652db0560775 [2022-09-20T19:39:53.542Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-09-20T19:39:53.542Z] ---> Running in 6b2dcde1ecb1 [2022-09-20T19:39:55.014Z] ---> afbe173a5c3a [2022-09-20T19:39:55.014Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-09-20T19:39:56.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:39:56.303Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:39:57.320Z] ---> 16123bb5757e [2022-09-20T19:39:57.320Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-09-20T19:39:57.320Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-09-20T19:39:57.604Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-09-20T19:39:57.604Z] (3/33) Installing readline (8.1.2-r0) [2022-09-20T19:39:57.604Z] (4/33) Installing bash (5.1.16-r2) [2022-09-20T19:39:57.604Z] Executing bash-5.1.16-r2.post-install [2022-09-20T19:39:57.604Z] (5/33) Installing ca-certificates (20220614-r0) [2022-09-20T19:39:57.604Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-09-20T19:39:57.895Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-09-20T19:39:57.895Z] (8/33) Installing libcurl (7.83.1-r3) [2022-09-20T19:39:57.895Z] (9/33) Installing curl (7.83.1-r3) [2022-09-20T19:39:57.895Z] (10/33) Installing docker-cli (20.10.18-r0) [2022-09-20T19:39:58.516Z] ---> 5ca9c67b0a5f [2022-09-20T19:39:58.516Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-09-20T19:39:58.804Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-09-20T19:39:58.804Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-09-20T19:39:58.804Z] (13/33) Installing expat (2.4.8-r0) [2022-09-20T19:39:58.804Z] (14/33) Installing libffi (3.4.2-r1) [2022-09-20T19:39:58.804Z] (15/33) Installing gdbm (1.23-r0) [2022-09-20T19:39:58.804Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-09-20T19:39:58.804Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-09-20T19:39:58.804Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-09-20T19:39:58.804Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-09-20T19:39:58.804Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-09-20T19:39:58.804Z] (21/33) Installing python3 (3.10.5-r0) [2022-09-20T19:39:59.422Z] ---> 830d61ddad3b [2022-09-20T19:39:59.422Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-09-20T19:40:00.439Z] ---> 023b0af285f8 [2022-09-20T19:40:00.439Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-09-20T19:40:01.441Z] ---> 41cce95dc565 [2022-09-20T19:40:01.441Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-09-20T19:40:01.725Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-09-20T19:40:01.725Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-09-20T19:40:01.725Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-09-20T19:40:01.725Z] (25/33) Installing py3-six (1.16.0-r1) [2022-09-20T19:40:02.008Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-09-20T19:40:02.008Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-09-20T19:40:02.008Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-09-20T19:40:02.008Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-09-20T19:40:02.008Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-09-20T19:40:02.008Z] (31/33) Installing py3-packaging (21.3-r0) [2022-09-20T19:40:02.008Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-09-20T19:40:02.292Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-09-20T19:40:02.585Z] ---> bdc3f4408208 [2022-09-20T19:40:02.585Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-09-20T19:40:02.873Z] ---> Running in f82b20c779db [2022-09-20T19:40:03.495Z] Executing busybox-1.35.0-r17.trigger [2022-09-20T19:40:03.495Z] Executing ca-certificates-20220614-r0.trigger [2022-09-20T19:40:04.120Z] OK: 120 MiB in 47 packages [2022-09-20T19:40:06.147Z] Removing intermediate container f82b20c779db [2022-09-20T19:40:06.147Z] ---> 35fc1861f916 [2022-09-20T19:40:06.147Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-09-20T19:40:06.147Z] ---> Running in dfc96784e6b2 [2022-09-20T19:40:06.434Z] Removing intermediate container dfc96784e6b2 [2022-09-20T19:40:06.434Z] ---> fdd3675b0665 [2022-09-20T19:40:06.434Z] Step 30/33 : CMD ["gate"] [2022-09-20T19:40:06.434Z] ---> Running in 8dbe7454ff8a [2022-09-20T19:40:07.070Z] Removing intermediate container 8dbe7454ff8a [2022-09-20T19:40:07.070Z] ---> ef38b4cce8ff [2022-09-20T19:40:07.070Z] Step 31/33 : LABEL arch=arm64 [2022-09-20T19:40:07.070Z] ---> Running in 66774f3bb2af [2022-09-20T19:40:07.683Z] Removing intermediate container 66774f3bb2af [2022-09-20T19:40:07.683Z] ---> 8e3c7ab5009a [2022-09-20T19:40:07.683Z] Step 32/33 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:40:07.968Z] ---> Running in d38a9af07b44 [2022-09-20T19:40:08.251Z] Removing intermediate container d38a9af07b44 [2022-09-20T19:40:08.251Z] ---> 6ef81a9817a9 [2022-09-20T19:40:08.536Z] Step 33/33 : LABEL version=0.0.0 [2022-09-20T19:40:08.536Z] ---> Running in d6a2d592f0d9 [2022-09-20T19:40:09.142Z] Removing intermediate container d6a2d592f0d9 [2022-09-20T19:40:09.142Z] ---> af86714eaae0 [2022-09-20T19:40:09.142Z] [2022-09-20T19:40:09.417Z] Successfully built af86714eaae0 [2022-09-20T19:40:09.417Z] Successfully tagged security-bootstrapper-arm64:latest [2022-09-20T19:40:19.660Z]  Building security-bootstrapper ... done Removing intermediate container 21fd2b29ae4e [2022-09-20T19:40:19.660Z] ---> 8e583329cf95 [2022-09-20T19:40:19.660Z] [2022-09-20T19:40:19.660Z] Step 11/24 : FROM alpine:3.16 [2022-09-20T19:40:19.660Z] ---> a6215f271958 [2022-09-20T19:40:19.660Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-09-20T19:40:19.660Z] ---> Using cache [2022-09-20T19:40:19.660Z] ---> 7835a02d84da [2022-09-20T19:40:19.660Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-09-20T19:40:19.660Z] ---> Using cache [2022-09-20T19:40:19.660Z] ---> 60829d96dbbc [2022-09-20T19:40:19.660Z] Step 14/24 : ENV APP_PORT=59882 [2022-09-20T19:40:19.660Z] Collecting docker-compose==1.23.2 [2022-09-20T19:40:19.660Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-09-20T19:40:19.660Z] ---> Running in 888a24e4f0f8 [2022-09-20T19:40:19.660Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.2 MB/s eta 0:00:00 [2022-09-20T19:40:19.660Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-09-20T19:40:19.660Z] Removing intermediate container 888a24e4f0f8 [2022-09-20T19:40:19.660Z] ---> 2d0d2e3ecf5e [2022-09-20T19:40:19.660Z] Step 15/24 : EXPOSE $APP_PORT [2022-09-20T19:40:19.950Z] ---> Running in 2b506c05bc2b [2022-09-20T19:40:19.950Z] Collecting websocket-client<1.0,>=0.32.0 [2022-09-20T19:40:20.244Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-09-20T19:40:20.244Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 12.9 MB/s eta 0:00:00 [2022-09-20T19:40:20.244Z] Removing intermediate container 2b506c05bc2b [2022-09-20T19:40:20.244Z] ---> e9591ab8202c [2022-09-20T19:40:20.244Z] Step 16/24 : WORKDIR / [2022-09-20T19:40:20.244Z] ---> Running in 05a59db2700d [2022-09-20T19:40:20.244Z] Collecting dockerpty<0.5,>=0.4.1 [2022-09-20T19:40:20.244Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-09-20T19:40:20.534Z] Preparing metadata (setup.py): started [2022-09-20T19:40:20.814Z] Removing intermediate container 05a59db2700d [2022-09-20T19:40:20.814Z] ---> d5b8d7eb9a4a [2022-09-20T19:40:20.814Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:40:21.829Z] ---> bb6ce38147be [2022-09-20T19:40:21.829Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-09-20T19:40:22.814Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-20T19:40:23.096Z] ---> 507192ab1ce7 [2022-09-20T19:40:23.096Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-09-20T19:40:23.376Z] Collecting docker<4.0,>=3.6.0 [2022-09-20T19:40:23.376Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-09-20T19:40:23.376Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 16.3 MB/s eta 0:00:00 [2022-09-20T19:40:23.659Z] Collecting texttable<0.10,>=0.9.0 [2022-09-20T19:40:23.659Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-09-20T19:40:23.659Z] Preparing metadata (setup.py): started [2022-09-20T19:40:24.267Z] ---> dee0964fd80e [2022-09-20T19:40:24.267Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-09-20T19:40:24.555Z] ---> Running in 2ce770a7b82b [2022-09-20T19:40:25.170Z] Removing intermediate container 2ce770a7b82b [2022-09-20T19:40:25.170Z] ---> a84d9476d0a7 [2022-09-20T19:40:25.170Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:40:25.170Z] ---> Running in c4bd09de44d2 [2022-09-20T19:40:25.454Z] Removing intermediate container c4bd09de44d2 [2022-09-20T19:40:25.454Z] ---> efb4767ab59a [2022-09-20T19:40:25.734Z] Step 22/24 : LABEL arch=arm64 [2022-09-20T19:40:25.734Z] ---> Running in f38cf28d9247 [2022-09-20T19:40:26.015Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-20T19:40:26.296Z] Removing intermediate container f38cf28d9247 [2022-09-20T19:40:26.296Z] ---> 93e849af4f2e [2022-09-20T19:40:26.296Z] Step 23/24 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:40:26.296Z] ---> Running in 1ac0ce0a8bd4 [2022-09-20T19:40:26.569Z] Collecting jsonschema<3,>=2.5.1 [2022-09-20T19:40:26.570Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-09-20T19:40:26.570Z] Removing intermediate container 1ac0ce0a8bd4 [2022-09-20T19:40:26.570Z] ---> 86e15a29f35b [2022-09-20T19:40:26.570Z] Step 24/24 : LABEL version=0.0.0 [2022-09-20T19:40:26.845Z] ---> Running in d931a811cced [2022-09-20T19:40:27.443Z] Removing intermediate container d931a811cced [2022-09-20T19:40:27.443Z] ---> e654716cc239 [2022-09-20T19:40:27.443Z] [2022-09-20T19:40:27.443Z] Collecting PyYAML<4,>=3.10 [2022-09-20T19:40:27.443Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-09-20T19:40:27.443Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 17.6 MB/s eta 0:00:00 [2022-09-20T19:40:27.719Z] Successfully built e654716cc239 [2022-09-20T19:40:27.719Z] Successfully tagged core-command-arm64:latest [2022-09-20T19:40:29.165Z]  Building core-command ... done  Preparing metadata (setup.py): started [2022-09-20T19:40:31.153Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-20T19:40:32.146Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-09-20T19:40:32.422Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-09-20T19:40:32.422Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 16.8 MB/s eta 0:00:00 [2022-09-20T19:40:32.422Z] Collecting docopt<0.7,>=0.6.1 [2022-09-20T19:40:32.422Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-09-20T19:40:32.696Z] Preparing metadata (setup.py): started [2022-09-20T19:40:34.688Z] Preparing metadata (setup.py): finished with status 'done' [2022-09-20T19:40:34.964Z] Collecting cached-property<2,>=1.2.0 [2022-09-20T19:40:34.964Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-09-20T19:40:35.241Z] Collecting docker-pycreds>=0.4.0 [2022-09-20T19:40:35.241Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-09-20T19:40:36.684Z] Collecting chardet<3.1.0,>=3.0.2 [2022-09-20T19:40:36.684Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-09-20T19:40:36.684Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 17.2 MB/s eta 0:00:00 [2022-09-20T19:40:36.684Z] Collecting idna<2.8,>=2.5 [2022-09-20T19:40:36.684Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-09-20T19:40:36.684Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 15.7 MB/s eta 0:00:00 [2022-09-20T19:40:37.676Z] Collecting urllib3<1.25,>=1.21.1 [2022-09-20T19:40:37.676Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-09-20T19:40:37.676Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 15.5 MB/s eta 0:00:00 [2022-09-20T19:40:37.952Z] Collecting certifi>=2017.4.17 [2022-09-20T19:40:37.952Z] Downloading certifi-2022.9.14-py3-none-any.whl (162 kB) [2022-09-20T19:40:37.952Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 18.8 MB/s eta 0:00:00 [2022-09-20T19:40:38.554Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-09-20T19:40:38.554Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-09-20T19:40:38.555Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-09-20T19:40:38.555Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-09-20T19:40:39.544Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-09-20T19:40:39.544Z] Running setup.py install for texttable: started [2022-09-20T19:40:42.176Z] Running setup.py install for texttable: finished with status 'done' [2022-09-20T19:40:42.176Z] Running setup.py install for PyYAML: started [2022-09-20T19:40:44.814Z] Running setup.py install for PyYAML: finished with status 'done' [2022-09-20T19:40:46.265Z] Running setup.py install for docopt: started [2022-09-20T19:40:48.896Z] Running setup.py install for docopt: finished with status 'done' [2022-09-20T19:40:51.536Z] Running setup.py install for dockerpty: started [2022-09-20T19:40:54.195Z] Running setup.py install for dockerpty: finished with status 'done' [2022-09-20T19:40:56.828Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.14 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-09-20T19:40:56.828Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-09-20T19:41:09.264Z] Removing intermediate container 6b2dcde1ecb1 [2022-09-20T19:41:09.264Z] ---> cfeec9c8a86e [2022-09-20T19:41:09.264Z] Step 14/23 : ENV APP_PORT=58890 [2022-09-20T19:41:09.264Z] ---> Running in 8d1c67ad7a7f [2022-09-20T19:41:09.264Z] Removing intermediate container 8d1c67ad7a7f [2022-09-20T19:41:09.264Z] ---> 13dd40967b14 [2022-09-20T19:41:09.264Z] Step 15/23 : EXPOSE $APP_PORT [2022-09-20T19:41:09.264Z] ---> Running in c81ed4559763 [2022-09-20T19:41:09.859Z] Removing intermediate container c81ed4559763 [2022-09-20T19:41:09.859Z] ---> 84347780975f [2022-09-20T19:41:09.859Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-09-20T19:41:11.312Z] ---> 5922dced2b34 [2022-09-20T19:41:11.312Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-09-20T19:41:11.910Z] ---> 69446dd2b3ef [2022-09-20T19:41:11.910Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-09-20T19:41:12.892Z] ---> 25b5bd3d45ba [2022-09-20T19:41:12.892Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-09-20T19:41:12.892Z] ---> Running in 7c284a8d197a [2022-09-20T19:41:13.492Z] Removing intermediate container 7c284a8d197a [2022-09-20T19:41:13.492Z] ---> 1d07d24e819b [2022-09-20T19:41:13.492Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:41:13.492Z] Removing intermediate container add0d8d89851 [2022-09-20T19:41:13.492Z] ---> e75df59940f4 [2022-09-20T19:41:13.492Z] [2022-09-20T19:41:13.492Z] Step 9/20 : FROM alpine:3.15 [2022-09-20T19:41:13.492Z] ---> 02e0d6fdf486 [2022-09-20T19:41:13.492Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-09-20T19:41:13.492Z] ---> Using cache [2022-09-20T19:41:13.492Z] ---> be635ee1f628 [2022-09-20T19:41:13.492Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-09-20T19:41:13.492Z] ---> Using cache [2022-09-20T19:41:13.492Z] ---> f3a33ac1067f [2022-09-20T19:41:13.492Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-09-20T19:41:13.492Z] ---> Running in 3486c6483b6a [2022-09-20T19:41:13.492Z] ---> Running in 032d19940b8f [2022-09-20T19:41:14.095Z] Removing intermediate container 3486c6483b6a [2022-09-20T19:41:14.095Z] ---> 74a3349d2ef2 [2022-09-20T19:41:14.095Z] Step 21/23 : LABEL arch=arm64 [2022-09-20T19:41:14.095Z] ---> Running in 8378f41a2d71 [2022-09-20T19:41:14.373Z] Removing intermediate container 8378f41a2d71 [2022-09-20T19:41:14.373Z] ---> d16c136356ba [2022-09-20T19:41:14.373Z] Step 22/23 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:41:14.648Z] ---> Running in fa10c0e1787f [2022-09-20T19:41:14.648Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:41:14.923Z] Removing intermediate container fa10c0e1787f [2022-09-20T19:41:14.923Z] ---> d8b40add3f0f [2022-09-20T19:41:14.923Z] Step 23/23 : LABEL version=0.0.0 [2022-09-20T19:41:14.923Z] ---> Running in 0c0629f6bc6c [2022-09-20T19:41:15.197Z] Removing intermediate container 0c0629f6bc6c [2022-09-20T19:41:15.197Z] ---> 4e1c37deeb55 [2022-09-20T19:41:15.197Z] [2022-09-20T19:41:15.473Z] Successfully built 4e1c37deeb55 [2022-09-20T19:41:15.473Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-09-20T19:41:15.748Z]  Building sys-mgmt-agent ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:41:16.741Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-09-20T19:41:16.741Z] v3.15.6-67-gd27c94c245 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-09-20T19:41:16.741Z] OK: 15734 distinct packages available [2022-09-20T19:41:16.741Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-09-20T19:41:17.720Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-09-20T19:41:18.700Z] (1/9) Installing ca-certificates (20220614-r0) [2022-09-20T19:41:18.700Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-09-20T19:41:18.990Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-09-20T19:41:18.990Z] (4/9) Installing libcurl (7.80.0-r3) [2022-09-20T19:41:19.265Z] (5/9) Installing curl (7.80.0-r3) [2022-09-20T19:41:19.265Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-09-20T19:41:19.265Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-09-20T19:41:19.538Z] (8/9) Installing libucontext (1.1-r0) [2022-09-20T19:41:19.538Z] (9/9) Installing gcompat (1.0.0-r4) [2022-09-20T19:41:19.538Z] Executing busybox-1.34.1-r7.trigger [2022-09-20T19:41:19.538Z] Executing ca-certificates-20220614-r0.trigger [2022-09-20T19:41:19.813Z] OK: 8 MiB in 23 packages [2022-09-20T19:41:21.259Z] Removing intermediate container 032d19940b8f [2022-09-20T19:41:21.259Z] ---> 704320756e42 [2022-09-20T19:41:21.259Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-09-20T19:41:21.857Z] ---> 55c8dd54e553 [2022-09-20T19:41:21.857Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-09-20T19:41:23.295Z] ---> 700ed23d78c8 [2022-09-20T19:41:23.295Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-09-20T19:41:23.578Z] ---> bc6d2f789f30 [2022-09-20T19:41:23.578Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-09-20T19:41:23.852Z] ---> Running in e9fd7a4c0f7f [2022-09-20T19:41:24.128Z] Removing intermediate container e9fd7a4c0f7f [2022-09-20T19:41:24.128Z] ---> 070920bf305b [2022-09-20T19:41:24.128Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-09-20T19:41:24.128Z] ---> Running in a35ecce56545 [2022-09-20T19:41:24.404Z] Removing intermediate container a35ecce56545 [2022-09-20T19:41:24.405Z] ---> 1e80649984ed [2022-09-20T19:41:24.405Z] Step 18/20 : LABEL arch=arm64 [2022-09-20T19:41:24.682Z] ---> Running in 713e5ae28cfc [2022-09-20T19:41:24.958Z] Removing intermediate container 713e5ae28cfc [2022-09-20T19:41:24.958Z] ---> 26bcb12806fa [2022-09-20T19:41:24.958Z] Step 19/20 : LABEL git_sha=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [2022-09-20T19:41:24.958Z] ---> Running in abe48aa12edc [2022-09-20T19:41:25.234Z] Removing intermediate container abe48aa12edc [2022-09-20T19:41:25.234Z] ---> 864a0bbb0881 [2022-09-20T19:41:25.234Z] Step 20/20 : LABEL version=0.0.0 [2022-09-20T19:41:25.234Z] ---> Running in 1c468dd39214 [2022-09-20T19:41:25.832Z] Removing intermediate container 1c468dd39214 [2022-09-20T19:41:25.832Z] ---> 29e083165b69 [2022-09-20T19:41:25.832Z] [2022-09-20T19:41:25.832Z] Successfully built 29e083165b69 [2022-09-20T19:41:25.832Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-09-20T19:41:26.445Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-09-20T19:41:26.453Z] $ docker stop --time=1 5cf118d565e7bb1360c6cc8d5d076def5c3357528b38ae7c52454d6709f008c1 [2022-09-20T19:41:28.164Z] $ docker rm -f 5cf118d565e7bb1360c6cc8d5d076def5c3357528b38ae7c52454d6709f008c1 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-20T19:41:28.807Z] + docker images [2022-09-20T19:41:29.081Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-09-20T19:41:29.081Z] security-spiffe-token-provider-arm64 latest 29e083165b69 3 seconds ago 28.4MB [2022-09-20T19:41:29.081Z] sys-mgmt-agent-arm64 latest 4e1c37deeb55 13 seconds ago 133MB [2022-09-20T19:41:29.081Z] e75df59940f4 16 seconds ago 1.41GB [2022-09-20T19:41:29.081Z] core-command-arm64 latest e654716cc239 About a minute ago 16.7MB [2022-09-20T19:41:29.081Z] 8e583329cf95 About a minute ago 1.37GB [2022-09-20T19:41:29.081Z] security-bootstrapper-arm64 latest af86714eaae0 About a minute ago 19.1MB [2022-09-20T19:41:29.081Z] 7e5a4e8236bf About a minute ago 1.36GB [2022-09-20T19:41:29.081Z] 7409218a34f3 About a minute ago 1.36GB [2022-09-20T19:41:29.081Z] security-spire-config-arm64 latest d5abbce4085a 3 minutes ago 83.6MB [2022-09-20T19:41:29.081Z] security-secretstore-setup-arm64 latest 5889d20d493d 4 minutes ago 28.2MB [2022-09-20T19:41:29.081Z] 261763f135cb 4 minutes ago 1.37GB [2022-09-20T19:41:29.081Z] support-notifications-arm64 latest a37dc0d69c36 7 minutes ago 26.3MB [2022-09-20T19:41:29.081Z] support-scheduler-arm64 latest c0d8fc0721b5 7 minutes ago 25.7MB [2022-09-20T19:41:29.081Z] 142ae47f004c 7 minutes ago 1.44GB [2022-09-20T19:41:29.081Z] 74f2b5cda06e 7 minutes ago 1.43GB [2022-09-20T19:41:29.081Z] security-spire-agent-arm64 latest db153d9beea4 8 minutes ago 122MB [2022-09-20T19:41:29.081Z] 11bbe041aa74 8 minutes ago 1.25GB [2022-09-20T19:41:29.081Z] security-spire-server-arm64 latest 10bcfb48acc9 8 minutes ago 84.2MB [2022-09-20T19:41:29.081Z] core-data-arm64 latest 9a3e806152da 9 minutes ago 20.7MB [2022-09-20T19:41:29.081Z] 6ccb247d206c 9 minutes ago 1.25GB [2022-09-20T19:41:29.081Z] b959b5b63ddc 9 minutes ago 1.38GB [2022-09-20T19:41:29.081Z] core-metadata-arm64 latest 528cfd0958fc 10 minutes ago 17.5MB [2022-09-20T19:41:29.081Z] 22fb05642dad 10 minutes ago 1.38GB [2022-09-20T19:41:29.081Z] security-proxy-setup-arm64 latest 39e9802ce00c 11 minutes ago 26.4MB [2022-09-20T19:41:29.081Z] f4799cfab397 11 minutes ago 1.36GB [2022-09-20T19:41:29.081Z] ci-base-image-arm64 latest 47ef5e03ee80 31 minutes ago 995MB [2022-09-20T19:41:29.081Z] alpine 3.15 02e0d6fdf486 6 weeks ago 5.33MB [2022-09-20T19:41:29.081Z] alpine 3.16 a6215f271958 6 weeks ago 5.29MB [2022-09-20T19:41:29.081Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 2 months ago 678MB [2022-09-20T19:41:29.081Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:41:29.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-20T19:41:29.853Z] [2022-09-20T19:41:29.853Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:41:30.269Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-20T19:41:30.545Z] arm64: Pulling from edgex-lftools-log-publisher [2022-09-20T19:41:30.545Z] 8998bd30e6a1: Pulling fs layer [2022-09-20T19:41:30.545Z] 04944245beec: Pulling fs layer [2022-09-20T19:41:30.545Z] 699f458cf7ca: Pulling fs layer [2022-09-20T19:41:30.545Z] 765212b225bb: Pulling fs layer [2022-09-20T19:41:30.545Z] f23df028b6ca: Pulling fs layer [2022-09-20T19:41:30.545Z] d65c8cfc05b1: Pulling fs layer [2022-09-20T19:41:30.546Z] 2437ff75d9bd: Pulling fs layer [2022-09-20T19:41:30.546Z] f23df028b6ca: Waiting [2022-09-20T19:41:30.546Z] d65c8cfc05b1: Waiting [2022-09-20T19:41:30.546Z] 2437ff75d9bd: Waiting [2022-09-20T19:41:30.546Z] 765212b225bb: Waiting [2022-09-20T19:41:30.824Z] 04944245beec: Verifying Checksum [2022-09-20T19:41:30.824Z] 04944245beec: Download complete [2022-09-20T19:41:30.824Z] 765212b225bb: Verifying Checksum [2022-09-20T19:41:30.824Z] 765212b225bb: Download complete [2022-09-20T19:41:30.824Z] f23df028b6ca: Verifying Checksum [2022-09-20T19:41:30.824Z] f23df028b6ca: Download complete [2022-09-20T19:41:30.824Z] d65c8cfc05b1: Verifying Checksum [2022-09-20T19:41:30.824Z] d65c8cfc05b1: Download complete [2022-09-20T19:41:30.824Z] 699f458cf7ca: Verifying Checksum [2022-09-20T19:41:30.824Z] 699f458cf7ca: Download complete [2022-09-20T19:41:31.421Z] 8998bd30e6a1: Verifying Checksum [2022-09-20T19:41:31.421Z] 8998bd30e6a1: Download complete [2022-09-20T19:41:34.069Z] 2437ff75d9bd: Verifying Checksum [2022-09-20T19:41:34.069Z] 2437ff75d9bd: Download complete [2022-09-20T19:41:36.054Z] 8998bd30e6a1: Pull complete [2022-09-20T19:41:36.653Z] 04944245beec: Pull complete [2022-09-20T19:41:38.097Z] 699f458cf7ca: Pull complete [2022-09-20T19:41:38.372Z] 765212b225bb: Pull complete [2022-09-20T19:41:39.348Z] f23df028b6ca: Pull complete [2022-09-20T19:41:39.349Z] d65c8cfc05b1: Pull complete [2022-09-20T19:41:57.657Z] 2437ff75d9bd: Pull complete [2022-09-20T19:41:57.657Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-09-20T19:41:57.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-20T19:41:57.657Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-20T19:41:58.065Z] prd-ubuntu20.04-docker-arm64-4c-16g-29978 does not seem to be running inside a container [2022-09-20T19:41:58.153Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-09-20T19:42:00.981Z] $ docker top 1e2bfda70a8811d89e87baa9ceceaaf823fd02f38430ac8d15df03d8addff30d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-20T19:42:02.043Z] ---> job-cost.sh [2022-09-20T19:42:02.043Z] lf-activate-venv: SKIPPING [2022-09-20T19:42:02.043Z] INFO: No Stack... [2022-09-20T19:42:02.636Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-09-20T19:42:03.610Z] INFO: Archiving Costs [Pipeline] sh [2022-09-20T19:42:04.296Z] + + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-09-20T19:42:04.296Z] cut -d, -f6 [Pipeline] lock [2022-09-20T19:42:04.380Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4160-1-stack-cost] [2022-09-20T19:42:04.385Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4160-1-stack-cost] did not exist. Created. [2022-09-20T19:42:04.385Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4160-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-09-20T19:42:05.144Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-09-20T19:42:05.349Z] Stashed 1 file(s) [Pipeline] } [2022-09-20T19:42:05.367Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4160-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-09-20T19:42:05.431Z] $ docker stop --time=1 1e2bfda70a8811d89e87baa9ceceaaf823fd02f38430ac8d15df03d8addff30d [2022-09-20T19:42:06.930Z] $ docker rm -f 1e2bfda70a8811d89e87baa9ceceaaf823fd02f38430ac8d15df03d8addff30d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-09-20T19:42:07.954Z] provisioning config files... [2022-09-20T19:42:07.964Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config485209195421634443tmp [Pipeline] { [Pipeline] sh [2022-09-20T19:42:08.314Z] + set +x [2022-09-20T19:42:08.314Z] + curl -s https://codecov.io/bash [2022-09-20T19:42:08.314Z] + bash -s -- [2022-09-20T19:42:08.314Z] [2022-09-20T19:42:08.314Z] _____ _ [2022-09-20T19:42:08.314Z] / ____| | | [2022-09-20T19:42:08.314Z] | | ___ __| | ___ ___ _____ __ [2022-09-20T19:42:08.314Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-09-20T19:42:08.314Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-09-20T19:42:08.314Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-09-20T19:42:08.314Z] Bash-1.0.6 [2022-09-20T19:42:08.314Z] [2022-09-20T19:42:08.314Z] [2022-09-20T19:42:08.314Z] ==> git version 2.25.1 found [2022-09-20T19:42:08.314Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-09-20T19:42:08.314Z] Release-Date: 2020-01-08 [2022-09-20T19:42:08.314Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-09-20T19:42:08.314Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-09-20T19:42:08.314Z] ==> Jenkins CI detected. [2022-09-20T19:42:08.314Z] current dir:  /w/workspace/edgex-go/1 [2022-09-20T19:42:08.314Z] project root: . [2022-09-20T19:42:08.314Z] --> token set from env [2022-09-20T19:42:08.314Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-09-20T19:42:08.314Z] ==> Running gcov in . (disable via -X gcov) [2022-09-20T19:42:08.314Z] ==> Python coveragepy not found [2022-09-20T19:42:08.314Z] ==> Searching for coverage reports in: [2022-09-20T19:42:08.314Z] + . [2022-09-20T19:42:08.574Z] -> Found 1 reports [2022-09-20T19:42:08.574Z] ==> Detecting git/mercurial file structure [2022-09-20T19:42:08.574Z] ==> Reading reports [2022-09-20T19:42:08.574Z] + ./coverage.out bytes=491929 [2022-09-20T19:42:08.574Z] ==> Appending adjustments [2022-09-20T19:42:08.574Z] https://docs.codecov.io/docs/fixing-reports [2022-09-20T19:42:09.959Z] + Found adjustments [2022-09-20T19:42:09.960Z] ==> Gzipping contents [2022-09-20T19:42:09.960Z] 64K /tmp/codecov.R7rBKA.gz [2022-09-20T19:42:09.960Z] ==> Uploading reports [2022-09-20T19:42:09.960Z] url: https://codecov.io [2022-09-20T19:42:09.960Z] query: branch=PR-4160&commit=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4160%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4160&job=&cmd_args= [2022-09-20T19:42:09.960Z] -> Pinging Codecov [2022-09-20T19:42:09.960Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4160&commit=56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4160%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4160&job=&cmd_args= [2022-09-20T19:42:10.220Z] -> Uploading to [2022-09-20T19:42:10.220Z] https://storage.googleapis.com/codecov/v4/raw/2022-09-20/00271124DB129430A58F1EEE437C3FCB/56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13/60b11a35-b530-43c3-a965-6626b889c7e3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220920%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220920T194209Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eede493c33bd8907a9127122b7082c2a3e14d351cae52b777985b6efa81cf9b2 [2022-09-20T19:42:10.220Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-20T19:42:10.220Z] Dload Upload Total Spent Left Speed [2022-09-20T19:42:10.479Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64650 0 0 100 64650 0 197k --:--:-- --:--:-- --:--:-- 196k [2022-09-20T19:42:10.479Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/56a91fe1a5e92a3e986c788d7eb3ffe3b7c10c13 [Pipeline] } [2022-09-20T19:42:10.504Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-09-20T19:42:11.845Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-09-20T19:42:12.181Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-20T19:42:13.081Z] ---> package-listing.sh [2022-09-20T19:42:13.081Z] ++ facter osfamily [2022-09-20T19:42:13.081Z] ++ tr '[:upper:]' '[:lower:]' [2022-09-20T19:42:13.340Z] + OS_FAMILY=debian [2022-09-20T19:42:13.341Z] + workspace=/w/workspace/edgex-go/1 [2022-09-20T19:42:13.341Z] + START_PACKAGES=/tmp/packages_start.txt [2022-09-20T19:42:13.341Z] + END_PACKAGES=/tmp/packages_end.txt [2022-09-20T19:42:13.341Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-09-20T19:42:13.341Z] + PACKAGES=/tmp/packages_start.txt [2022-09-20T19:42:13.341Z] + '[' /w/workspace/edgex-go/1 ']' [2022-09-20T19:42:13.341Z] + PACKAGES=/tmp/packages_end.txt [2022-09-20T19:42:13.341Z] + case "${OS_FAMILY}" in [2022-09-20T19:42:13.341Z] + dpkg -l [2022-09-20T19:42:13.341Z] + grep '^ii' [2022-09-20T19:42:13.341Z] + '[' -f /tmp/packages_start.txt ']' [2022-09-20T19:42:13.341Z] + '[' -f /tmp/packages_end.txt ']' [2022-09-20T19:42:13.341Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-09-20T19:42:13.341Z] + '[' /w/workspace/edgex-go/1 ']' [2022-09-20T19:42:13.341Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-09-20T19:42:13.341Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-09-20T19:42:13.371Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-09-20T19:42:13.669Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:42:14.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-20T19:42:14.297Z] [2022-09-20T19:42:14.297Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-20T19:42:14.668Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-20T19:42:14.668Z] latest: Pulling from edgex-lftools-log-publisher [2022-09-20T19:42:14.668Z] 5eb5b503b376: Pulling fs layer [2022-09-20T19:42:14.668Z] 5c69ac0246d0: Pulling fs layer [2022-09-20T19:42:14.668Z] ec43610c2a17: Pulling fs layer [2022-09-20T19:42:14.668Z] 3a2ae6a8a46f: Pulling fs layer [2022-09-20T19:42:14.668Z] 33b1e0a273af: Pulling fs layer [2022-09-20T19:42:14.668Z] 5d3b04190fa2: Pulling fs layer [2022-09-20T19:42:14.668Z] 2f39f015ded8: Pulling fs layer [2022-09-20T19:42:14.668Z] 2f39f015ded8: Waiting [2022-09-20T19:42:14.668Z] 5d3b04190fa2: Waiting [2022-09-20T19:42:14.668Z] 3a2ae6a8a46f: Waiting [2022-09-20T19:42:14.668Z] 33b1e0a273af: Waiting [2022-09-20T19:42:14.668Z] 5c69ac0246d0: Download complete [2022-09-20T19:42:14.668Z] 3a2ae6a8a46f: Verifying Checksum [2022-09-20T19:42:14.668Z] 3a2ae6a8a46f: Download complete [2022-09-20T19:42:14.668Z] 33b1e0a273af: Verifying Checksum [2022-09-20T19:42:14.668Z] 33b1e0a273af: Download complete [2022-09-20T19:42:14.927Z] 5d3b04190fa2: Verifying Checksum [2022-09-20T19:42:14.927Z] 5d3b04190fa2: Download complete [2022-09-20T19:42:14.927Z] ec43610c2a17: Verifying Checksum [2022-09-20T19:42:14.927Z] ec43610c2a17: Download complete [2022-09-20T19:42:14.927Z] 5eb5b503b376: Verifying Checksum [2022-09-20T19:42:14.927Z] 5eb5b503b376: Download complete [2022-09-20T19:42:15.498Z] 2f39f015ded8: Download complete [2022-09-20T19:42:16.063Z] 5eb5b503b376: Pull complete [2022-09-20T19:42:16.063Z] 5c69ac0246d0: Pull complete [2022-09-20T19:42:16.630Z] ec43610c2a17: Pull complete [2022-09-20T19:42:16.630Z] 3a2ae6a8a46f: Pull complete [2022-09-20T19:42:16.888Z] 33b1e0a273af: Pull complete [2022-09-20T19:42:16.888Z] 5d3b04190fa2: Pull complete [2022-09-20T19:42:21.078Z] 2f39f015ded8: Pull complete [2022-09-20T19:42:21.078Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-09-20T19:42:21.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-20T19:42:21.078Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-20T19:42:21.299Z] prd-ubuntu20.04-docker-8c-8g-29976 does not seem to be running inside a container [2022-09-20T19:42:21.329Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-09-20T19:42:23.345Z] $ docker top 391a3eef33b8135f05154468520581bdfc1141129e988a5c5ecc8b518aa0e58d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-20T19:42:23.756Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-09-20T19:42:24.071Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-09-20T19:42:24.385Z] + ls /var/log/sa-host [2022-09-20T19:42:24.385Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-20T19:42:24.582Z] provisioning config files... [2022-09-20T19:42:24.590Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3189700144514041931tmp [Pipeline] { [Pipeline] echo [2022-09-20T19:42:24.640Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-20T19:42:24.954Z] ---> create-netrc.sh [Pipeline] } [2022-09-20T19:42:24.980Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-09-20T19:42:25.385Z] ---> python-tools-install.sh [Pipeline] echo [2022-09-20T19:42:25.419Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-20T19:42:25.732Z] ---> sudo-logs.sh [2022-09-20T19:42:25.733Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-09-20T19:42:25.807Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-20T19:42:26.127Z] ---> job-cost.sh [2022-09-20T19:42:26.127Z] lf-activate-venv: SKIPPING [2022-09-20T19:42:26.127Z] DEBUG: total: 0.10999999940395355 [2022-09-20T19:42:26.127Z] INFO: Retrieving Stack Cost... [2022-09-20T19:42:26.699Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-09-20T19:42:26.960Z] INFO: Archiving Costs [Pipeline] echo [2022-09-20T19:42:26.990Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-20T19:42:27.305Z] ---> logs-deploy.sh [2022-09-20T19:42:27.305Z] lf-activate-venv: SKIPPING [2022-09-20T19:42:27.305Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4160/1 [2022-09-20T19:42:27.305Z] INFO: archiving workspace using pattern(s): [2022-09-20T19:42:28.252Z] Archives upload complete. [2022-09-20T19:42:28.514Z] INFO: archiving logs to Nexus [2022-09-20T19:42:29.088Z] ---> uname -a: [2022-09-20T19:42:29.088Z] Linux prd-ubuntu20-04-docker-8c-8g-29976 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-09-20T19:42:29.088Z] [2022-09-20T19:42:29.088Z] [2022-09-20T19:42:29.088Z] ---> lscpu: [2022-09-20T19:42:29.088Z] Architecture: x86_64 [2022-09-20T19:42:29.088Z] CPU op-mode(s): 32-bit, 64-bit [2022-09-20T19:42:29.088Z] Byte Order: Little Endian [2022-09-20T19:42:29.088Z] Address sizes: 40 bits physical, 48 bits virtual [2022-09-20T19:42:29.088Z] CPU(s): 8 [2022-09-20T19:42:29.088Z] On-line CPU(s) list: 0-7 [2022-09-20T19:42:29.088Z] Thread(s) per core: 1 [2022-09-20T19:42:29.088Z] Core(s) per socket: 1 [2022-09-20T19:42:29.088Z] Socket(s): 8 [2022-09-20T19:42:29.088Z] NUMA node(s): 1 [2022-09-20T19:42:29.088Z] Vendor ID: AuthenticAMD [2022-09-20T19:42:29.088Z] CPU family: 23 [2022-09-20T19:42:29.088Z] Model: 49 [2022-09-20T19:42:29.088Z] Model name: AMD EPYC-Rome Processor [2022-09-20T19:42:29.088Z] Stepping: 0 [2022-09-20T19:42:29.088Z] CPU MHz: 2799.998 [2022-09-20T19:42:29.088Z] BogoMIPS: 5599.99 [2022-09-20T19:42:29.088Z] Virtualization: AMD-V [2022-09-20T19:42:29.088Z] Hypervisor vendor: KVM [2022-09-20T19:42:29.088Z] Virtualization type: full [2022-09-20T19:42:29.088Z] L1d cache: 256 KiB [2022-09-20T19:42:29.088Z] L1i cache: 256 KiB [2022-09-20T19:42:29.088Z] L2 cache: 4 MiB [2022-09-20T19:42:29.088Z] L3 cache: 128 MiB [2022-09-20T19:42:29.088Z] NUMA node0 CPU(s): 0-7 [2022-09-20T19:42:29.088Z] Vulnerability Itlb multihit: Not affected [2022-09-20T19:42:29.088Z] Vulnerability L1tf: Not affected [2022-09-20T19:42:29.088Z] Vulnerability Mds: Not affected [2022-09-20T19:42:29.088Z] Vulnerability Meltdown: Not affected [2022-09-20T19:42:29.088Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-09-20T19:42:29.088Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-09-20T19:42:29.088Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-09-20T19:42:29.088Z] Vulnerability Srbds: Not affected [2022-09-20T19:42:29.088Z] Vulnerability Tsx async abort: Not affected [2022-09-20T19:42:29.088Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-09-20T19:42:29.088Z] [2022-09-20T19:42:29.088Z] [2022-09-20T19:42:29.088Z] ---> nproc: [2022-09-20T19:42:29.088Z] 8 [2022-09-20T19:42:29.088Z] [2022-09-20T19:42:29.088Z] [2022-09-20T19:42:29.088Z] ---> df -h: [2022-09-20T19:42:29.088Z] Filesystem Size Used Avail Use% Mounted on [2022-09-20T19:42:29.088Z] overlay 155G 18G 138G 12% / [2022-09-20T19:42:29.088Z] tmpfs 64M 0 64M 0% /dev [2022-09-20T19:42:29.088Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-09-20T19:42:29.088Z] shm 64M 0 64M 0% /dev/shm [2022-09-20T19:42:29.088Z] /dev/vda1 155G 18G 138G 12% /facter-os [2022-09-20T19:42:29.088Z] [2022-09-20T19:42:29.088Z] [2022-09-20T19:42:29.088Z] ---> sar -b -r -n DEV: [2022-09-20T19:42:29.088Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-29976) 09/20/22 _x86_64_ (8 CPU) [2022-09-20T19:42:29.088Z] [2022-09-20T19:42:29.088Z] 19:05:11 LINUX RESTART (8 CPU) [2022-09-20T19:42:29.088Z] [2022-09-20T19:42:29.088Z] 19:06:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-09-20T19:42:29.088Z] 19:07:01 155.01 11.44 143.57 0.00 2025.01 91081.24 0.00 [2022-09-20T19:42:29.088Z] 19:08:01 39.73 0.00 39.73 0.00 0.00 12850.26 0.00 [2022-09-20T19:42:29.088Z] 19:09:01 52.57 0.12 52.45 0.00 4.13 23878.99 0.00 [2022-09-20T19:42:29.088Z] 19:10:01 444.29 5.20 439.09 0.00 57.86 179900.42 0.00 [2022-09-20T19:42:29.088Z] 19:11:01 908.63 2.12 906.51 0.00 31.19 251827.12 0.00 [2022-09-20T19:42:29.088Z] 19:12:01 821.31 0.93 820.38 0.00 13.73 244562.35 0.00 [2022-09-20T19:42:29.088Z] 19:13:01 708.58 0.65 707.93 0.00 5.20 138178.17 0.00 [2022-09-20T19:42:29.088Z] 19:14:01 2.10 0.00 2.10 0.00 0.00 25.60 0.00 [2022-09-20T19:42:29.088Z] 19:15:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 [2022-09-20T19:42:29.088Z] 19:16:01 1.95 0.00 1.95 0.00 0.00 24.93 0.00 [2022-09-20T19:42:29.088Z] 19:17:01 0.98 0.02 0.97 0.00 0.13 11.06 0.00 [2022-09-20T19:42:29.088Z] 19:18:01 1.88 0.00 1.88 0.00 0.00 20.26 0.00 [2022-09-20T19:42:29.088Z] 19:19:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 [2022-09-20T19:42:29.088Z] 19:20:01 1.52 0.00 1.52 0.00 0.00 17.06 0.00 [2022-09-20T19:42:29.088Z] 19:21:01 1.98 0.02 1.97 0.00 0.13 22.40 0.00 [2022-09-20T19:42:29.088Z] 19:22:01 1.55 0.00 1.55 0.00 0.00 17.06 0.00 [2022-09-20T19:42:29.088Z] 19:23:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 [2022-09-20T19:42:29.088Z] 19:24:01 1.58 0.00 1.58 0.00 0.00 17.46 0.00 [2022-09-20T19:42:29.088Z] 19:25:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 [2022-09-20T19:42:29.088Z] 19:26:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 [2022-09-20T19:42:29.088Z] 19:27:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 [2022-09-20T19:42:29.088Z] 19:28:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 [2022-09-20T19:42:29.088Z] 19:29:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 [2022-09-20T19:42:29.088Z] 19:30:01 1.55 0.00 1.55 0.00 0.00 17.06 0.00 [2022-09-20T19:42:29.088Z] 19:31:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 [2022-09-20T19:42:29.088Z] 19:32:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 [2022-09-20T19:42:29.088Z] 19:33:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 [2022-09-20T19:42:29.088Z] 19:34:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 [2022-09-20T19:42:29.088Z] 19:35:01 0.92 0.00 0.92 0.00 0.00 9.87 0.00 [2022-09-20T19:42:29.088Z] 19:36:01 1.70 0.00 1.70 0.00 0.00 19.60 0.00 [2022-09-20T19:42:29.088Z] 19:37:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 [2022-09-20T19:42:29.088Z] 19:38:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 [2022-09-20T19:42:29.088Z] 19:39:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 [2022-09-20T19:42:29.088Z] 19:40:01 1.72 0.00 1.72 0.00 0.00 18.93 0.00 [2022-09-20T19:42:29.088Z] 19:41:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 [2022-09-20T19:42:29.088Z] 19:42:01 1.63 0.00 1.63 0.00 0.00 18.80 0.00 [2022-09-20T19:42:29.088Z] Average: 88.03 0.56 87.47 0.00 58.46 26158.59 0.00 [2022-09-20T19:42:29.088Z] [2022-09-20T19:42:29.088Z] 19:06:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-09-20T19:42:29.088Z] 19:07:01 28202556 31767060 528744 1.61 136116 3652572 2083504 6.14 1181428 3068204 616 [2022-09-20T19:42:29.088Z] 19:08:01 27450368 31606604 680456 2.07 138464 4198924 2420612 7.13 1569664 3377228 306548 [2022-09-20T19:42:29.088Z] 19:09:01 28030532 31779220 512984 1.56 141016 3818052 1814272 5.35 1269812 3134492 84 [2022-09-20T19:42:29.088Z] 19:10:01 24203876 31684988 592240 1.80 280512 7157336 2674500 7.88 1841192 6113584 1388 [2022-09-20T19:42:29.088Z] 19:11:01 21773920 31657072 614008 1.87 355516 9363728 3178852 9.37 2060280 8201316 588 [2022-09-20T19:42:29.088Z] 19:12:01 19078100 31528932 730268 2.22 431124 11721204 2675764 7.89 2423704 10386356 1122892 [2022-09-20T19:42:29.088Z] 19:13:01 20033004 31753536 517248 1.57 471664 10947956 1931676 5.69 2211120 9653756 460 [2022-09-20T19:42:29.088Z] 19:14:01 20034748 31755252 515724 1.57 471676 10947956 1931676 5.69 2208568 9653756 188 [2022-09-20T19:42:29.088Z] 19:15:01 20036308 31756824 514124 1.56 471688 10947960 1931676 5.69 2207500 9653760 12 [2022-09-20T19:42:29.088Z] 19:16:01 20045080 31765600 505264 1.54 471736 10947936 1931676 5.69 2198820 9653736 172 [2022-09-20T19:42:29.088Z] 19:17:01 20046212 31766792 504032 1.53 471760 10947940 1931676 5.69 2197436 9653740 216 [2022-09-20T19:42:29.089Z] 19:18:01 20050748 31771376 499456 1.52 471776 10947948 1931676 5.69 2193796 9653744 188 [2022-09-20T19:42:29.089Z] 19:19:01 20050732 31771360 499448 1.52 471780 10947948 1931676 5.69 2193844 9653744 188 [2022-09-20T19:42:29.089Z] 19:20:01 20050968 31771652 499136 1.52 471792 10947952 1931676 5.69 2193640 9653776 192 [2022-09-20T19:42:29.089Z] 19:21:01 20051264 31771820 498864 1.52 471816 10947956 1950168 5.75 2193916 9653780 188 [2022-09-20T19:42:29.089Z] 19:22:01 20051708 31772276 498568 1.52 471816 10947956 1950168 5.75 2193612 9653780 152 [2022-09-20T19:42:29.089Z] 19:23:01 20051448 31772028 498780 1.52 471840 10947960 1950168 5.75 2193628 9653784 36 [2022-09-20T19:42:29.089Z] 19:24:01 20051652 31772252 498512 1.52 471844 10947960 1950168 5.75 2193664 9653784 176 [2022-09-20T19:42:29.089Z] 19:25:01 20051604 31772212 498492 1.52 471844 10947968 1950168 5.75 2193648 9653788 188 [2022-09-20T19:42:29.089Z] 19:26:01 20051052 31771684 498960 1.52 471860 10947976 1950168 5.75 2194152 9653796 60 [2022-09-20T19:42:29.089Z] 19:27:01 20050752 31771396 499188 1.52 471864 10947976 1950168 5.75 2193808 9653800 188 [2022-09-20T19:42:29.089Z] 19:28:01 20050996 31771644 498868 1.52 471876 10947980 1950168 5.75 2193596 9653804 12 [2022-09-20T19:42:29.089Z] 19:29:01 20051480 31772132 498572 1.52 471900 10947980 1950168 5.75 2193332 9653804 8 [2022-09-20T19:42:29.089Z] 19:30:01 20051536 31772192 498620 1.52 471912 10947984 1950168 5.75 2193724 9653808 180 [2022-09-20T19:42:29.089Z] 19:31:01 20051568 31772296 498544 1.52 471932 10947988 1950168 5.75 2194124 9653812 24 [2022-09-20T19:42:29.089Z] 19:32:01 20051504 31772240 498608 1.52 471960 10947988 1950168 5.75 2193816 9653812 188 [2022-09-20T19:42:29.089Z] 19:33:01 20051448 31772188 498588 1.52 471976 10947992 1950168 5.75 2193732 9653816 196 [2022-09-20T19:42:29.089Z] 19:34:01 20051600 31772408 498548 1.52 472004 10947996 1950168 5.75 2193880 9653824 188 [2022-09-20T19:42:29.089Z] 19:35:01 20051592 31772512 498388 1.52 472016 10948124 1950168 5.75 2193912 9653928 196 [2022-09-20T19:42:29.089Z] 19:36:01 20051616 31772564 498332 1.52 472040 10948132 1950168 5.75 2193828 9653956 32 [2022-09-20T19:42:29.089Z] 19:37:01 20051496 31772504 498312 1.52 472060 10948132 1950168 5.75 2194164 9653964 192 [2022-09-20T19:42:29.089Z] 19:38:01 20051196 31772208 498524 1.52 472084 10948136 1950168 5.75 2193920 9653968 192 [2022-09-20T19:42:29.089Z] 19:39:01 20051400 31772420 498240 1.52 472096 10948140 1950168 5.75 2193964 9653972 184 [2022-09-20T19:42:29.089Z] 19:40:01 20051392 31772412 498184 1.52 472100 10948140 1950168 5.75 2193844 9653972 12 [2022-09-20T19:42:29.089Z] 19:41:01 20051308 31772404 498416 1.52 472132 10948144 1950168 5.75 2194372 9653968 48 [2022-09-20T19:42:29.089Z] 19:42:01 20051220 31772356 498416 1.52 472148 10948148 1966248 5.79 2194052 9653968 192 [2022-09-20T19:42:29.089Z] Average: 20839388 31753456 518935 1.58 434437 10232005 2033908 5.99 2117097 8997113 39905 [2022-09-20T19:42:29.089Z] [2022-09-20T19:42:29.089Z] 19:06:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-09-20T19:42:29.089Z] 19:07:01 veth96ca384 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:07:01 ens3 693.98 650.09 9698.69 130.64 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:07:01 docker0 435.27 396.00 33.12 3926.93 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:07:01 lo 4.41 4.41 0.43 0.43 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:08:01 ens3 31.81 18.76 26.70 12.68 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:08:01 docker0 1.50 1.53 0.10 0.13 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:08:01 veth6a1a9f1 1.50 1.70 0.12 0.14 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:09:01 ens3 57.41 46.83 27.50 69.81 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:10:01 ens3 268.79 190.60 3369.63 30.94 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:10:01 docker0 130.69 173.52 9.94 1672.69 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:10:01 veth6537f02 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:10:01 veth8122084 0.00 0.85 0.00 0.05 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:10:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:11:01 vethc184d79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:11:01 veth159e600 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:11:01 ens3 241.59 189.14 1446.33 83.50 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:11:01 docker0 130.67 165.01 9.03 1315.81 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:11:01 veth6011d5d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:11:01 vethc939746 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:11:01 vethbadf0db 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:11:01 vethf5d0191 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:11:01 veth8122084 0.00 1.23 0.00 0.06 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:11:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:12:01 ens3 205.68 142.57 1385.51 96.20 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:12:01 docker0 75.04 119.54 5.58 1348.07 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:12:01 vethed8e231 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:12:01 veth8122084 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:13:01 ens3 92.37 59.14 519.50 20.26 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:13:01 docker0 36.18 51.69 2.60 484.15 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:14:01 ens3 0.48 0.47 0.03 0.04 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:15:01 ens3 0.23 0.27 0.01 0.02 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:16:01 ens3 7.67 14.16 0.56 13.12 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:20:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:21:01 ens3 4.60 8.73 0.77 7.62 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:23:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:24:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:26:01 ens3 3.83 7.05 0.31 7.40 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:29:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:31:01 ens3 5.20 6.50 0.40 13.81 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.089Z] 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:32:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:36:01 ens3 4.63 8.78 0.53 7.63 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:39:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:40:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:41:01 ens3 3.77 7.70 0.31 7.55 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:42:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] Average: ens3 44.79 37.27 453.41 13.87 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] Average: docker0 22.29 25.03 1.66 241.29 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] Average: lo 0.28 0.28 0.02 0.02 0.00 0.00 0.00 0.00 [2022-09-20T19:42:29.090Z] [2022-09-20T19:42:29.090Z] [2022-09-20T19:42:29.090Z] ---> sar -P ALL: [2022-09-20T19:42:29.090Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-29976) 09/20/22 _x86_64_ (8 CPU) [2022-09-20T19:42:29.090Z] [2022-09-20T19:42:29.090Z] 19:05:11 LINUX RESTART (8 CPU) [2022-09-20T19:42:29.090Z] [2022-09-20T19:42:29.090Z] 19:06:02 CPU %user %nice %system %iowait %steal %idle [2022-09-20T19:42:29.090Z] 19:07:01 all 9.47 0.00 3.86 3.72 0.05 82.89 [2022-09-20T19:42:29.090Z] 19:07:01 0 8.96 0.00 3.79 0.58 0.05 86.62 [2022-09-20T19:42:29.090Z] 19:07:01 1 8.64 0.00 3.52 0.36 0.05 87.42 [2022-09-20T19:42:29.090Z] 19:07:01 2 9.26 0.00 3.98 10.73 0.05 75.98 [2022-09-20T19:42:29.090Z] 19:07:01 3 9.00 0.00 4.32 9.66 0.07 76.95 [2022-09-20T19:42:29.090Z] 19:07:01 4 10.40 0.00 3.76 4.11 0.05 81.68 [2022-09-20T19:42:29.090Z] 19:07:01 5 10.66 0.00 3.80 2.07 0.05 83.43 [2022-09-20T19:42:29.090Z] 19:07:01 6 10.12 0.00 3.20 0.65 0.05 85.98 [2022-09-20T19:42:29.090Z] 19:07:01 7 8.72 0.00 4.56 1.60 0.05 85.07 [2022-09-20T19:42:29.090Z] 19:08:01 all 44.04 0.00 7.47 0.43 0.08 47.97 [2022-09-20T19:42:29.090Z] 19:08:01 0 47.38 0.00 7.97 0.87 0.07 43.70 [2022-09-20T19:42:29.090Z] 19:08:01 1 38.36 0.00 6.31 0.03 0.08 55.21 [2022-09-20T19:42:29.090Z] 19:08:01 2 47.52 0.00 7.84 0.12 0.08 44.44 [2022-09-20T19:42:29.090Z] 19:08:01 3 45.27 0.00 7.80 2.38 0.08 44.47 [2022-09-20T19:42:29.090Z] 19:08:01 4 39.92 0.00 7.22 0.03 0.08 52.75 [2022-09-20T19:42:29.090Z] 19:08:01 5 38.53 0.00 6.04 0.00 0.09 55.35 [2022-09-20T19:42:29.090Z] 19:08:01 6 48.38 0.00 8.46 0.00 0.08 43.08 [2022-09-20T19:42:29.090Z] 19:08:01 7 46.84 0.00 8.08 0.03 0.08 44.96 [2022-09-20T19:42:29.090Z] 19:09:01 all 45.54 0.00 6.35 0.86 0.08 47.18 [2022-09-20T19:42:29.090Z] 19:09:01 0 47.20 0.00 6.72 1.63 0.08 44.37 [2022-09-20T19:42:29.090Z] 19:09:01 1 41.81 0.00 5.80 0.24 0.07 52.08 [2022-09-20T19:42:29.090Z] 19:09:01 2 46.99 0.00 7.30 0.05 0.07 45.59 [2022-09-20T19:42:29.090Z] 19:09:01 3 47.31 0.00 6.45 0.45 0.08 45.71 [2022-09-20T19:42:29.090Z] 19:09:01 4 43.12 0.00 6.10 0.17 0.07 50.55 [2022-09-20T19:42:29.090Z] 19:09:01 5 42.31 0.00 5.84 4.15 0.07 47.64 [2022-09-20T19:42:29.090Z] 19:09:01 6 47.91 0.00 5.81 0.08 0.07 46.12 [2022-09-20T19:42:29.090Z] 19:09:01 7 47.65 0.00 6.78 0.07 0.10 45.40 [2022-09-20T19:42:29.090Z] 19:10:01 all 12.55 0.00 8.05 10.98 0.09 68.33 [2022-09-20T19:42:29.090Z] 19:10:01 0 13.53 0.00 8.24 19.89 0.07 58.27 [2022-09-20T19:42:29.090Z] 19:10:01 1 12.40 0.00 7.04 3.40 0.09 77.08 [2022-09-20T19:42:29.090Z] 19:10:01 2 12.96 0.00 7.98 9.96 0.07 69.03 [2022-09-20T19:42:29.090Z] 19:10:01 3 13.75 0.00 9.48 11.64 0.10 65.02 [2022-09-20T19:42:29.090Z] 19:10:01 4 11.33 0.00 8.22 5.42 0.07 74.96 [2022-09-20T19:42:29.090Z] 19:10:01 5 10.10 0.00 8.91 15.55 0.09 65.35 [2022-09-20T19:42:29.090Z] 19:10:01 6 13.93 0.00 9.30 18.97 0.07 57.74 [2022-09-20T19:42:29.090Z] 19:10:01 7 12.39 0.00 5.25 3.05 0.15 79.16 [2022-09-20T19:42:29.090Z] 19:11:01 all 42.75 0.00 12.41 13.34 0.13 31.36 [2022-09-20T19:42:29.090Z] 19:11:01 0 45.59 0.00 14.00 26.47 0.17 13.77 [2022-09-20T19:42:29.090Z] 19:11:01 1 43.83 0.00 13.18 18.67 0.12 24.20 [2022-09-20T19:42:29.090Z] 19:11:01 2 45.14 0.00 13.86 12.25 0.12 28.63 [2022-09-20T19:42:29.090Z] 19:11:01 3 45.99 0.00 13.04 9.43 0.14 31.39 [2022-09-20T19:42:29.090Z] 19:11:01 4 39.64 0.00 10.72 8.20 0.10 41.34 [2022-09-20T19:42:29.090Z] 19:11:01 5 38.77 0.00 10.96 12.04 0.12 38.12 [2022-09-20T19:42:29.090Z] 19:11:01 6 42.34 0.00 11.22 4.05 0.14 42.25 [2022-09-20T19:42:29.090Z] 19:11:01 7 40.74 0.00 12.31 15.62 0.12 31.21 [2022-09-20T19:42:29.090Z] 19:12:01 all 49.95 0.00 14.13 11.26 0.20 24.45 [2022-09-20T19:42:29.090Z] 19:12:01 0 49.83 0.00 12.18 10.46 0.14 27.38 [2022-09-20T19:42:29.090Z] 19:12:01 1 52.59 0.00 14.32 16.88 0.19 16.02 [2022-09-20T19:42:29.090Z] 19:12:01 2 52.45 0.00 16.07 8.89 0.28 22.31 [2022-09-20T19:42:29.090Z] 19:12:01 3 52.71 0.00 14.54 11.01 0.14 21.59 [2022-09-20T19:42:29.090Z] 19:12:01 4 48.24 0.00 13.52 3.79 0.16 34.30 [2022-09-20T19:42:29.090Z] 19:12:01 5 46.06 0.00 14.97 9.65 0.17 29.15 [2022-09-20T19:42:29.090Z] 19:12:01 6 49.13 0.00 12.37 19.02 0.35 19.14 [2022-09-20T19:42:29.090Z] 19:12:01 7 48.54 0.00 15.04 10.44 0.19 25.79 [2022-09-20T19:42:29.090Z] 19:13:01 all 45.43 0.00 9.53 4.07 0.13 40.84 [2022-09-20T19:42:29.090Z] 19:13:01 0 45.99 0.00 8.65 3.20 0.15 42.01 [2022-09-20T19:42:29.090Z] 19:13:01 1 47.69 0.00 9.68 2.83 0.10 39.70 [2022-09-20T19:42:29.090Z] 19:13:01 2 45.05 0.00 9.75 1.92 0.14 43.14 [2022-09-20T19:42:29.090Z] 19:13:01 3 44.64 0.00 10.93 10.07 0.10 34.26 [2022-09-20T19:42:29.090Z] 19:13:01 4 44.72 0.00 9.06 1.65 0.12 44.46 [2022-09-20T19:42:29.090Z] 19:13:01 5 42.17 0.00 9.07 8.18 0.14 40.44 [2022-09-20T19:42:29.090Z] 19:13:01 6 44.55 0.00 8.87 1.65 0.15 44.78 [2022-09-20T19:42:29.090Z] 19:13:01 7 48.55 0.00 10.25 3.10 0.12 37.98 [2022-09-20T19:42:29.090Z] 19:14:01 all 0.21 0.00 0.01 0.01 0.00 99.76 [2022-09-20T19:42:29.090Z] 19:14:01 0 1.61 0.00 0.00 0.00 0.02 98.37 [2022-09-20T19:42:29.090Z] 19:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:14:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-20T19:42:29.090Z] 19:14:01 5 0.02 0.00 0.03 0.07 0.00 99.88 [2022-09-20T19:42:29.090Z] 19:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:15:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2022-09-20T19:42:29.090Z] 19:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:15:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2022-09-20T19:42:29.090Z] 19:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-20T19:42:29.090Z] 19:15:01 5 0.02 0.00 0.02 0.05 0.02 99.90 [2022-09-20T19:42:29.090Z] 19:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:16:01 all 0.04 0.00 0.02 0.02 0.01 99.92 [2022-09-20T19:42:29.090Z] 19:16:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2022-09-20T19:42:29.090Z] 19:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-20T19:42:29.090Z] 19:16:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2022-09-20T19:42:29.090Z] 19:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:16:01 4 0.03 0.00 0.03 0.07 0.02 99.85 [2022-09-20T19:42:29.090Z] 19:16:01 5 0.03 0.00 0.02 0.07 0.00 99.88 [2022-09-20T19:42:29.090Z] 19:16:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-20T19:42:29.090Z] 19:16:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2022-09-20T19:42:29.090Z] 19:17:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-09-20T19:42:29.090Z] 19:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.090Z] 19:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:17:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2022-09-20T19:42:29.090Z] 19:17:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2022-09-20T19:42:29.090Z] 19:17:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2022-09-20T19:42:29.090Z] 19:17:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.090Z] 19:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.090Z] [2022-09-20T19:42:29.090Z] 19:17:01 CPU %user %nice %system %iowait %steal %idle [2022-09-20T19:42:29.090Z] 19:18:01 all 0.02 0.00 0.00 0.01 0.00 99.96 [2022-09-20T19:42:29.090Z] 19:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:18:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2022-09-20T19:42:29.090Z] 19:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:18:01 4 0.07 0.00 0.00 0.02 0.02 99.90 [2022-09-20T19:42:29.090Z] 19:18:01 5 0.00 0.00 0.00 0.07 0.02 99.92 [2022-09-20T19:42:29.090Z] 19:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:19:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:19:01 4 0.03 0.00 0.02 0.02 0.03 99.90 [2022-09-20T19:42:29.090Z] 19:19:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:20:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2022-09-20T19:42:29.090Z] 19:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:20:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2022-09-20T19:42:29.090Z] 19:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:20:01 4 0.02 0.00 0.00 0.03 0.02 99.93 [2022-09-20T19:42:29.090Z] 19:20:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-20T19:42:29.090Z] 19:20:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-20T19:42:29.090Z] 19:20:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.090Z] 19:21:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2022-09-20T19:42:29.090Z] 19:21:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2022-09-20T19:42:29.090Z] 19:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.090Z] 19:21:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2022-09-20T19:42:29.090Z] 19:21:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2022-09-20T19:42:29.090Z] 19:21:01 5 0.00 0.00 0.03 0.03 0.00 99.93 [2022-09-20T19:42:29.090Z] 19:21:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2022-09-20T19:42:29.090Z] 19:21:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2022-09-20T19:42:29.090Z] 19:22:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2022-09-20T19:42:29.090Z] 19:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-20T19:42:29.090Z] 19:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-20T19:42:29.090Z] 19:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:22:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2022-09-20T19:42:29.090Z] 19:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2022-09-20T19:42:29.090Z] 19:22:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2022-09-20T19:42:29.090Z] 19:22:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-09-20T19:42:29.090Z] 19:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:23:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.090Z] 19:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.090Z] 19:23:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-20T19:42:29.090Z] 19:23:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2022-09-20T19:42:29.090Z] 19:23:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2022-09-20T19:42:29.090Z] 19:24:01 all 0.01 0.00 0.01 0.02 0.00 99.96 [2022-09-20T19:42:29.090Z] 19:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.090Z] 19:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.090Z] 19:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:24:01 5 0.00 0.00 0.02 0.18 0.00 99.80 [2022-09-20T19:42:29.091Z] 19:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-09-20T19:42:29.091Z] 19:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:25:01 all 0.01 0.00 0.00 0.00 0.01 99.98 [2022-09-20T19:42:29.091Z] 19:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:25:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2022-09-20T19:42:29.091Z] 19:25:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2022-09-20T19:42:29.091Z] 19:25:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-20T19:42:29.091Z] 19:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:26:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-09-20T19:42:29.091Z] 19:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-20T19:42:29.091Z] 19:26:01 4 0.02 0.00 0.00 0.03 0.00 99.95 [2022-09-20T19:42:29.091Z] 19:26:01 5 0.02 0.00 0.02 0.03 0.00 99.93 [2022-09-20T19:42:29.091Z] 19:26:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2022-09-20T19:42:29.091Z] 19:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:27:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:27:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:27:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-20T19:42:29.091Z] 19:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:28:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-09-20T19:42:29.091Z] 19:28:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2022-09-20T19:42:29.091Z] 19:28:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2022-09-20T19:42:29.091Z] 19:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:28:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2022-09-20T19:42:29.091Z] 19:28:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:28:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-20T19:42:29.091Z] 19:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] [2022-09-20T19:42:29.091Z] 19:28:01 CPU %user %nice %system %iowait %steal %idle [2022-09-20T19:42:29.091Z] 19:29:01 all 0.01 0.00 0.00 0.00 0.00 99.99 [2022-09-20T19:42:29.091Z] 19:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:29:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:29:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:29:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-20T19:42:29.091Z] 19:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:30:01 all 0.00 0.00 0.01 0.01 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:30:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2022-09-20T19:42:29.091Z] 19:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:30:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:30:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-20T19:42:29.091Z] 19:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:31:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2022-09-20T19:42:29.091Z] 19:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2022-09-20T19:42:29.091Z] 19:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:31:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2022-09-20T19:42:29.091Z] 19:31:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2022-09-20T19:42:29.091Z] 19:31:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2022-09-20T19:42:29.091Z] 19:31:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-20T19:42:29.091Z] 19:32:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2022-09-20T19:42:29.091Z] 19:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:32:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-20T19:42:29.091Z] 19:32:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:32:01 5 0.02 0.00 0.00 0.05 0.00 99.93 [2022-09-20T19:42:29.091Z] 19:32:01 6 0.03 0.00 0.03 0.00 0.03 99.90 [2022-09-20T19:42:29.091Z] 19:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:33:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:33:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:33:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:33:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-20T19:42:29.091Z] 19:33:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:34:01 all 0.01 0.00 0.00 0.00 0.01 99.98 [2022-09-20T19:42:29.091Z] 19:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-09-20T19:42:29.091Z] 19:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:34:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2022-09-20T19:42:29.091Z] 19:34:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:34:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-20T19:42:29.091Z] 19:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:35:01 all 0.02 0.00 0.01 0.01 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:35:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-20T19:42:29.091Z] 19:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:35:01 4 0.02 0.00 0.00 0.05 0.00 99.93 [2022-09-20T19:42:29.091Z] 19:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:35:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2022-09-20T19:42:29.091Z] 19:35:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:36:01 all 0.01 0.00 0.01 0.01 0.00 99.96 [2022-09-20T19:42:29.091Z] 19:36:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2022-09-20T19:42:29.091Z] 19:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:36:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2022-09-20T19:42:29.091Z] 19:36:01 4 0.00 0.00 0.00 0.03 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:36:01 5 0.03 0.00 0.00 0.05 0.00 99.92 [2022-09-20T19:42:29.091Z] 19:36:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-09-20T19:42:29.091Z] 19:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:37:01 all 0.01 0.00 0.00 0.01 0.01 99.96 [2022-09-20T19:42:29.091Z] 19:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:37:01 4 0.02 0.00 0.00 0.03 0.02 99.93 [2022-09-20T19:42:29.091Z] 19:37:01 5 0.00 0.00 0.00 0.08 0.00 99.92 [2022-09-20T19:42:29.091Z] 19:37:01 6 0.03 0.00 0.00 0.00 0.05 99.92 [2022-09-20T19:42:29.091Z] 19:37:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:38:01 all 0.01 0.00 0.01 0.03 0.00 99.95 [2022-09-20T19:42:29.091Z] 19:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:38:01 4 0.00 0.00 0.00 0.18 0.00 99.82 [2022-09-20T19:42:29.091Z] 19:38:01 5 0.00 0.00 0.00 0.07 0.02 99.92 [2022-09-20T19:42:29.091Z] 19:38:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-09-20T19:42:29.091Z] 19:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:39:01 all 0.01 0.00 0.01 0.00 0.01 99.98 [2022-09-20T19:42:29.091Z] 19:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:39:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:39:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-20T19:42:29.091Z] 19:39:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2022-09-20T19:42:29.091Z] 19:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:39:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2022-09-20T19:42:29.091Z] 19:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] [2022-09-20T19:42:29.091Z] 19:39:01 CPU %user %nice %system %iowait %steal %idle [2022-09-20T19:42:29.091Z] 19:40:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2022-09-20T19:42:29.091Z] 19:40:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-20T19:42:29.091Z] 19:40:01 1 0.02 0.00 0.02 0.02 0.02 99.93 [2022-09-20T19:42:29.091Z] 19:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-20T19:42:29.091Z] 19:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:40:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:40:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:40:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2022-09-20T19:42:29.091Z] 19:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:41:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-09-20T19:42:29.091Z] 19:41:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2022-09-20T19:42:29.091Z] 19:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:41:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:41:01 6 0.08 0.00 0.02 0.00 0.02 99.88 [2022-09-20T19:42:29.091Z] 19:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:42:01 all 0.00 0.00 0.01 0.01 0.01 99.98 [2022-09-20T19:42:29.091Z] 19:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:42:01 1 0.00 0.00 0.02 0.03 0.00 99.95 [2022-09-20T19:42:29.091Z] 19:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-09-20T19:42:29.091Z] 19:42:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-09-20T19:42:29.091Z] 19:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2022-09-20T19:42:29.091Z] 19:42:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-09-20T19:42:29.091Z] 19:42:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2022-09-20T19:42:29.091Z] Average: all 6.82 0.00 1.69 1.22 0.02 90.25 [2022-09-20T19:42:29.091Z] Average: 0 7.11 0.00 1.69 1.72 0.02 89.46 [2022-09-20T19:42:29.091Z] Average: 1 6.70 0.00 1.64 1.15 0.02 90.49 [2022-09-20T19:42:29.091Z] Average: 2 7.09 0.00 1.82 1.19 0.02 89.87 [2022-09-20T19:42:29.091Z] Average: 3 7.06 0.00 1.82 1.48 0.02 89.61 [2022-09-20T19:42:29.091Z] Average: 4 6.46 0.00 1.59 0.65 0.03 91.27 [2022-09-20T19:42:29.091Z] Average: 5 6.22 0.00 1.62 1.43 0.02 90.70 [2022-09-20T19:42:29.091Z] Average: 6 7.00 0.00 1.62 1.20 0.04 90.13 [2022-09-20T19:42:29.091Z] Average: 7 6.93 0.00 1.70 0.92 0.02 90.43 [2022-09-20T19:42:29.091Z] [2022-09-20T19:42:29.091Z] [2022-09-20T19:42:29.091Z]