Pull request #4080 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d+11a51fe418205844bd5d22f7d6ff9ca8936a0e25 (9ecdea6eca34d491b158379c622bee123734c9b5) 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-ssh13695740082513555630.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh11427791496932266871.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-4080/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-4080/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4198398578447719084.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-4080/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4729915742431428772.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh17663269604224321349.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-4080/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-4080/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15983738123357989539.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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.17 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-16966 in /w/workspace/edgexfoundry_edgex-go_PR-4080 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4080/head:refs/remotes/origin/PR-4080 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 into PR head commit 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d Merge succeeded, producing 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d Checking out Revision 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d (PR-4080) > git config core.sparsecheckout # timeout=10 > git checkout -f 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d # 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 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d # timeout=10 Commit message: "build: Upgrade CodeQL modules, enable addl checkers" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-05T18:56:42.533Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-05T18:56:42.703Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-05T18:56:42.804Z] ========================================================= [2022-07-05T18:56:42.804Z] EdgeX Global Pipelines Version Info [2022-07-05T18:56:42.804Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-05T18:56:43.626Z] ------------------- [2022-07-05T18:56:43.626Z] stable info: [2022-07-05T18:56:43.626Z] ------------------- [2022-07-05T18:56:43.626Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-05T18:56:43.626Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-07-05T18:56:43.626Z] Message: update stable to v1.0.234 [2022-07-05T18:56:44.200Z] ------------------- [2022-07-05T18:56:44.200Z] experimental info: [2022-07-05T18:56:44.200Z] ------------------- [2022-07-05T18:56:44.200Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-07-05T18:56:44.200Z] Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 [2022-07-05T18:56:44.200Z] Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-05T18:56:44.571Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-07-05T18:56:44.607Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-07-05T18:56:44.648Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-05T18:56:44.687Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-05T18:56:44.721Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-05T18:56:44.756Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-07-05T18:56:44.793Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-05T18:56:44.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-07-05T18:56:44.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-07-05T18:56:44.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-07-05T18:56:44.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-05T18:56:44.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-05T18:56:45.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-05T18:56:45.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-05T18:56:45.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-05T18:56:45.134Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-05T18:56:45.170Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-05T18:56:45.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-05T18:56:45.253Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-07-05T18:56:45.290Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-07-05T18:56:45.326Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-05T18:56:45.368Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-05T18:56:45.409Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-05T18:56:45.447Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4080 [Pipeline] echo [2022-07-05T18:56:45.486Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4080 [Pipeline] echo [2022-07-05T18:56:45.525Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4080 [Pipeline] echo [2022-07-05T18:56:45.562Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [Pipeline] echo [2022-07-05T18:56:45.603Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7698dd7 [Pipeline] echo [2022-07-05T18:56:45.643Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-05T18:56:45.753Z] provisioning config files... [2022-07-05T18:56:45.770Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9011938741856640298tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-05T18:56:46.116Z] ---> docker-login.sh [2022-07-05T18:56:46.116Z] nexus3.edgexfoundry.org:10001 [2022-07-05T18:56:46.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-05T18:56:46.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-05T18:56:46.378Z] Configure a credential helper to remove this warning. See [2022-07-05T18:56:46.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-05T18:56:46.378Z] [2022-07-05T18:56:46.378Z] Login Succeeded [2022-07-05T18:56:46.378Z] nexus3.edgexfoundry.org:10002 [2022-07-05T18:56:46.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-05T18:56:46.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-05T18:56:46.640Z] Configure a credential helper to remove this warning. See [2022-07-05T18:56:46.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-05T18:56:46.640Z] [2022-07-05T18:56:46.640Z] Login Succeeded [2022-07-05T18:56:46.640Z] nexus3.edgexfoundry.org:10003 [2022-07-05T18:56:46.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-05T18:56:46.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-05T18:56:46.640Z] Configure a credential helper to remove this warning. See [2022-07-05T18:56:46.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-05T18:56:46.640Z] [2022-07-05T18:56:46.640Z] Login Succeeded [2022-07-05T18:56:46.640Z] nexus3.edgexfoundry.org:10004 [2022-07-05T18:56:46.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-05T18:56:46.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-05T18:56:46.902Z] Configure a credential helper to remove this warning. See [2022-07-05T18:56:46.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-05T18:56:46.902Z] [2022-07-05T18:56:46.902Z] Login Succeeded [2022-07-05T18:56:46.902Z] docker.io [2022-07-05T18:56:46.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-05T18:56:47.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-05T18:56:47.478Z] Configure a credential helper to remove this warning. See [2022-07-05T18:56:47.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-05T18:56:47.478Z] [2022-07-05T18:56:47.478Z] Login Succeeded [2022-07-05T18:56:47.478Z] ---> docker-login.sh ends [Pipeline] } [2022-07-05T18:56:47.505Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-05T18:56:47.929Z] + 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-07-05T18:56:47.930Z] + dirname cmd/core-command/Dockerfile [2022-07-05T18:56:47.930Z] + cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo core-command,cmd/core-command/Dockerfile [2022-07-05T18:56:47.930Z] + dirname cmd/core-data/Dockerfile [2022-07-05T18:56:47.930Z] + cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo core-data,cmd/core-data/Dockerfile [2022-07-05T18:56:47.930Z] + dirname cmd/core-metadata/Dockerfile [2022-07-05T18:56:47.930Z] + cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-07-05T18:56:47.930Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-07-05T18:56:47.930Z] + cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-07-05T18:56:47.930Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-07-05T18:56:47.930Z] + cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-07-05T18:56:47.930Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-07-05T18:56:47.930Z] + cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-07-05T18:56:47.930Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-07-05T18:56:47.930Z] + cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-07-05T18:56:47.930Z] + dirname cmd/security-spire-agent/Dockerfile+ [2022-07-05T18:56:47.930Z] cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-07-05T18:56:47.930Z] + + dirname cmd/security-spire-config/Dockerfile [2022-07-05T18:56:47.930Z] cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-07-05T18:56:47.930Z] + dirname cmd/security-spire-server/Dockerfile [2022-07-05T18:56:47.930Z] + cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-07-05T18:56:47.930Z] + dirname cmd/support-notifications/Dockerfile [2022-07-05T18:56:47.930Z] + cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-07-05T18:56:47.930Z] + dirname cmd/support-scheduler/Dockerfile [2022-07-05T18:56:47.930Z] + cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-07-05T18:56:47.930Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-07-05T18:56:47.930Z] + cut -d/ -f2 [2022-07-05T18:56:47.930Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-07-05T18:56:47.988Z] 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-07-05T18:56:48.509Z] + git rev-list -1 --merges 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d~1..7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [Pipeline] echo [2022-07-05T18:56:48.544Z] -----------> git rev-list -1 --merges 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d~1..7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [false] [Pipeline] sh [2022-07-05T18:56:48.867Z] + git log --format=format:%s -1 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [Pipeline] echo [2022-07-05T18:56:48.902Z] ========================================================= [2022-07-05T18:56:48.902Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-05T18:56:48.902Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-07-05T18:56:49.377Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-05T18:56:49.377Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-05T18:56:49.377Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-05T18:56:49.377Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-05T18:56:49.377Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-05T18:56:49.377Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-05T18:56:49.377Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T18:56:49.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-05T18:56:49.874Z] [2022-07-05T18:56:49.874Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T18:56:50.249Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-05T18:56:50.249Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-05T18:56:50.249Z] 42c077c10790: Pulling fs layer [2022-07-05T18:56:50.249Z] f63e77b7563a: Pulling fs layer [2022-07-05T18:56:50.249Z] bd5fdadae976: Pulling fs layer [2022-07-05T18:56:50.249Z] 205491f53016: Pulling fs layer [2022-07-05T18:56:50.249Z] df18705c85c3: Pulling fs layer [2022-07-05T18:56:50.249Z] bdb3f477010e: Pulling fs layer [2022-07-05T18:56:50.249Z] c8a8fc8e1c8f: Pulling fs layer [2022-07-05T18:56:50.249Z] 2c6e9b1d212d: Pulling fs layer [2022-07-05T18:56:50.249Z] bdb8f0575790: Pulling fs layer [2022-07-05T18:56:50.249Z] 386e3cb2ff24: Pulling fs layer [2022-07-05T18:56:50.249Z] 2343380bae48: Pulling fs layer [2022-07-05T18:56:50.249Z] df18705c85c3: Waiting [2022-07-05T18:56:50.249Z] bdb3f477010e: Waiting [2022-07-05T18:56:50.249Z] 2c6e9b1d212d: Waiting [2022-07-05T18:56:50.249Z] 386e3cb2ff24: Waiting [2022-07-05T18:56:50.249Z] 2343380bae48: Waiting [2022-07-05T18:56:50.249Z] 205491f53016: Waiting [2022-07-05T18:56:50.249Z] bdb8f0575790: Waiting [2022-07-05T18:56:50.249Z] f63e77b7563a: Download complete [2022-07-05T18:56:50.249Z] 205491f53016: Verifying Checksum [2022-07-05T18:56:50.249Z] 205491f53016: Download complete [2022-07-05T18:56:50.509Z] df18705c85c3: Verifying Checksum [2022-07-05T18:56:50.509Z] df18705c85c3: Download complete [2022-07-05T18:56:50.509Z] bd5fdadae976: Verifying Checksum [2022-07-05T18:56:50.509Z] bd5fdadae976: Download complete [2022-07-05T18:56:50.509Z] bdb3f477010e: Verifying Checksum [2022-07-05T18:56:50.509Z] bdb3f477010e: Download complete [2022-07-05T18:56:50.509Z] 2c6e9b1d212d: Download complete [2022-07-05T18:56:50.509Z] bdb8f0575790: Download complete [2022-07-05T18:56:50.509Z] 386e3cb2ff24: Download complete [2022-07-05T18:56:50.509Z] 2343380bae48: Verifying Checksum [2022-07-05T18:56:50.509Z] 2343380bae48: Download complete [2022-07-05T18:56:50.509Z] 42c077c10790: Verifying Checksum [2022-07-05T18:56:50.509Z] 42c077c10790: Download complete [2022-07-05T18:56:50.768Z] c8a8fc8e1c8f: Download complete [2022-07-05T18:56:52.152Z] 42c077c10790: Pull complete [2022-07-05T18:56:52.152Z] f63e77b7563a: Pull complete [2022-07-05T18:56:52.723Z] bd5fdadae976: Pull complete [2022-07-05T18:56:52.723Z] 205491f53016: Pull complete [2022-07-05T18:56:52.984Z] df18705c85c3: Pull complete [2022-07-05T18:56:53.245Z] bdb3f477010e: Pull complete [2022-07-05T18:56:55.158Z] c8a8fc8e1c8f: Pull complete [2022-07-05T18:56:55.418Z] 2c6e9b1d212d: Pull complete [2022-07-05T18:56:55.418Z] bdb8f0575790: Pull complete [2022-07-05T18:56:55.680Z] 386e3cb2ff24: Pull complete [2022-07-05T18:56:55.680Z] 2343380bae48: Pull complete [2022-07-05T18:56:55.680Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-07-05T18:56:55.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-05T18:56:55.680Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-05T18:56:55.908Z] prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container [2022-07-05T18:56:55.953Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-05T18:56:57.547Z] $ docker top 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 -eo pid,comm [2022-07-05T18:56:57.621Z] 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-07-05T18:56:57.621Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-05T18:56:57.754Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-05T18:56:57.754Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-05T18:56:57.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-05T18:56:57.885Z] $ docker exec 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 ssh-agent [2022-07-05T18:56:58.024Z] SSH_AUTH_SOCK=/tmp/ssh-WEsdyfAXbAch/agent.32 [2022-07-05T18:56:58.024Z] SSH_AGENT_PID=38 [2022-07-05T18:56:58.030Z] Running ssh-add (command line suppressed) [2022-07-05T18:56:58.141Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8942711711783304977.key (/w/workspace/edgex-go/1@tmp/private_key_8942711711783304977.key) [2022-07-05T18:56:58.159Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-05T18:56:58.489Z] + git tag --points-at HEAD [Pipeline] } [2022-07-05T18:56:58.516Z] $ docker exec --env ******** --env ******** 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 ssh-agent -k [2022-07-05T18:56:58.622Z] unset SSH_AUTH_SOCK; [2022-07-05T18:56:58.623Z] unset SSH_AGENT_PID; [2022-07-05T18:56:58.623Z] echo Agent pid 38 killed; [2022-07-05T18:56:58.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-05T18:56:58.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-05T18:56:58.711Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-05T18:56:58.845Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-05T18:56:58.848Z] $ docker exec 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 ssh-agent [2022-07-05T18:56:58.982Z] SSH_AUTH_SOCK=/tmp/ssh-VAkn8AbHl35U/agent.70 [2022-07-05T18:56:58.982Z] SSH_AGENT_PID=76 [2022-07-05T18:56:58.988Z] Running ssh-add (command line suppressed) [2022-07-05T18:56:59.104Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8794502857671147337.key (/w/workspace/edgex-go/1@tmp/private_key_8794502857671147337.key) [2022-07-05T18:56:59.120Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-05T18:56:59.453Z] + git semver init [2022-07-05T18:56:59.715Z] 2022-07-05 18:56:59,648 [run_init] DEBUG init version:0.0.0 force:False [2022-07-05T18:56:59.715Z] 2022-07-05 18:56:59,649 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-07-05T18:56:59.715Z] 2022-07-05 18:56:59,649 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-07-05T18:56:59.715Z] 2022-07-05 18:56:59,650 [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-07-05T18:57:03.965Z] 2022-07-05 18:57:03,516 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-07-05T18:57:03.965Z] 2022-07-05 18:57:03,517 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4080 with force:False [2022-07-05T18:57:03.965Z] 2022-07-05 18:57:03,517 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4080 [2022-07-05T18:57:03.965Z] 2022-07-05 18:57:03,521 [execute] INFO git cat-file --batch-check [2022-07-05T18:57:03.965Z] 2022-07-05 18:57:03,522 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-07-05T18:57:03.965Z] 2022-07-05 18:57:03,528 [execute] INFO git cat-file --batch [2022-07-05T18:57:03.965Z] 2022-07-05 18:57:03,528 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-07-05T18:57:03.965Z] 2022-07-05 18:57:03,532 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4080 [2022-07-05T18:57:03.965Z] 0.0.0 [Pipeline] } [2022-07-05T18:57:03.994Z] $ docker exec --env ******** --env ******** 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 ssh-agent -k [2022-07-05T18:57:04.100Z] unset SSH_AUTH_SOCK; [2022-07-05T18:57:04.101Z] unset SSH_AGENT_PID; [2022-07-05T18:57:04.101Z] echo Agent pid 76 killed; [2022-07-05T18:57:04.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-05T18:57:04.553Z] + git semver [Pipeline] } [2022-07-05T18:57:04.838Z] $ docker stop --time=1 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 [2022-07-05T18:57:06.150Z] $ docker rm -f 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-05T18:57:06.571Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-05T18:57:06.932Z] Stashed 1 file(s) [Pipeline] echo [2022-07-05T18:57:06.949Z] [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] echo [2022-07-05T18:57:07.444Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-05T18:57:07.475Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-05T18:57:07.507Z] ========================================================= [2022-07-05T18:57:07.508Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-07-05T18:57:07.508Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-05T18:57:07.846Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-05T18:57:07.846Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-05T18:57:07.846Z] 59bf1c3509f3: Pulling fs layer [2022-07-05T18:57:07.846Z] 666ba61612fd: Pulling fs layer [2022-07-05T18:57:07.846Z] 8ed8ca486205: Pulling fs layer [2022-07-05T18:57:07.846Z] cc1cd167ecdc: Pulling fs layer [2022-07-05T18:57:07.846Z] c516ae0d96e1: Pulling fs layer [2022-07-05T18:57:07.846Z] 684cea983483: Pulling fs layer [2022-07-05T18:57:07.846Z] dd3240ac7de5: Pulling fs layer [2022-07-05T18:57:07.846Z] b1e948a4e11c: Pulling fs layer [2022-07-05T18:57:07.846Z] a8fd76ee1af6: Pulling fs layer [2022-07-05T18:57:07.846Z] 646ad004c059: Pulling fs layer [2022-07-05T18:57:07.846Z] 684cea983483: Waiting [2022-07-05T18:57:07.846Z] a8fd76ee1af6: Waiting [2022-07-05T18:57:07.846Z] dd3240ac7de5: Waiting [2022-07-05T18:57:07.846Z] 646ad004c059: Waiting [2022-07-05T18:57:07.846Z] b1e948a4e11c: Waiting [2022-07-05T18:57:07.846Z] cc1cd167ecdc: Waiting [2022-07-05T18:57:07.846Z] 8ed8ca486205: Verifying Checksum [2022-07-05T18:57:07.846Z] 8ed8ca486205: Download complete [2022-07-05T18:57:07.846Z] 666ba61612fd: Verifying Checksum [2022-07-05T18:57:07.846Z] 666ba61612fd: Download complete [2022-07-05T18:57:07.846Z] c516ae0d96e1: Download complete [2022-07-05T18:57:07.846Z] 684cea983483: Verifying Checksum [2022-07-05T18:57:07.846Z] 684cea983483: Download complete [2022-07-05T18:57:07.846Z] 59bf1c3509f3: Download complete [2022-07-05T18:57:07.846Z] dd3240ac7de5: Download complete [2022-07-05T18:57:08.111Z] b1e948a4e11c: Verifying Checksum [2022-07-05T18:57:08.111Z] b1e948a4e11c: Download complete [2022-07-05T18:57:08.111Z] 59bf1c3509f3: Pull complete [2022-07-05T18:57:08.111Z] 666ba61612fd: Pull complete [2022-07-05T18:57:08.375Z] 8ed8ca486205: Pull complete [2022-07-05T18:57:08.375Z] 646ad004c059: Verifying Checksum [2022-07-05T18:57:08.375Z] 646ad004c059: Download complete [2022-07-05T18:57:08.635Z] a8fd76ee1af6: Verifying Checksum [2022-07-05T18:57:08.635Z] a8fd76ee1af6: Download complete [2022-07-05T18:57:08.635Z] cc1cd167ecdc: Verifying Checksum [2022-07-05T18:57:08.635Z] cc1cd167ecdc: Download complete [2022-07-05T18:57:12.844Z] cc1cd167ecdc: Pull complete [2022-07-05T18:57:13.105Z] c516ae0d96e1: Pull complete [2022-07-05T18:57:13.105Z] 684cea983483: Pull complete [2022-07-05T18:57:13.105Z] dd3240ac7de5: Pull complete [2022-07-05T18:57:13.365Z] b1e948a4e11c: Pull complete [2022-07-05T18:57:15.905Z] a8fd76ee1af6: Pull complete [2022-07-05T18:57:16.474Z] 646ad004c059: Pull complete [2022-07-05T18:57:16.474Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-07-05T18:57:16.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-05T18:57:16.474Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-05T18:57:16.838Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-05T18:57:16.838Z] WORKDIR /edgex [2022-07-05T18:57:16.838Z] COPY go.mod . [2022-07-05T18:57:16.838Z] RUN go mod download [2022-07-05T18:57:16.838Z] + docker build -t ci-base-image-x86_64 -f - . [2022-07-05T18:57:18.220Z] Sending build context to Docker daemon 335.1MB [2022-07-05T18:57:18.220Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-05T18:57:18.220Z] ---> 8f69c11f6b0c [2022-07-05T18:57:18.220Z] Step 2/4 : WORKDIR /edgex [2022-07-05T18:57:20.770Z] ---> Running in 45fdfa9a09a9 [2022-07-05T18:57:20.770Z] Removing intermediate container 45fdfa9a09a9 [2022-07-05T18:57:20.770Z] ---> 04e0da6a165a [2022-07-05T18:57:20.770Z] Step 3/4 : COPY go.mod . [2022-07-05T18:57:20.770Z] ---> 8033351ba533 [2022-07-05T18:57:20.770Z] Step 4/4 : RUN go mod download [2022-07-05T18:57:20.770Z] ---> Running in 3f121c65de03 [2022-07-05T18:57:22.257Z] Still waiting to schedule task [2022-07-05T18:57:22.258Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-05T18:57:38.888Z] Removing intermediate container 3f121c65de03 [2022-07-05T18:57:38.888Z] ---> c45063636fa8 [2022-07-05T18:57:38.888Z] Successfully built c45063636fa8 [2022-07-05T18:57:38.888Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T18:57:39.266Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-05T18:57:39.266Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-05T18:57:39.418Z] prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container [2022-07-05T18:57:39.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-05T18:57:39.862Z] $ docker top 0890ab6be4b694edf2bd17ea5e62393e2c6c649679d670fe9d03af3fd5b97f77 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-05T18:57:40.272Z] + go version [2022-07-05T18:57:40.272Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-07-05T18:57:40.306Z] $ docker stop --time=1 0890ab6be4b694edf2bd17ea5e62393e2c6c649679d670fe9d03af3fd5b97f77 [2022-07-05T18:57:41.591Z] $ docker rm -f 0890ab6be4b694edf2bd17ea5e62393e2c6c649679d670fe9d03af3fd5b97f77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T18:57:42.304Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-05T18:57:42.304Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-05T18:57:42.468Z] prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container [2022-07-05T18:57:42.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-05T18:57:42.882Z] $ docker top d4a129a6a1fcfa4d6999bd4c19a4d1ebbb1424816e6d04e33406da0fdef66d66 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-05T18:57:43.019Z] ========================================================= [2022-07-05T18:57:43.019Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-07-05T18:57:43.019Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-05T18:57:43.414Z] + make test [2022-07-05T18:57:43.414Z] go mod tidy -compat=1.17 [2022-07-05T18:57:43.414Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-05T18:57:49.992Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-07-05T18:57:59.969Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-07-05T18:57:59.969Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-07-05T18:58:00.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-07-05T18:58:01.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.078s coverage: 28.7% of statements [2022-07-05T18:58:01.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-07-05T18:58:01.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-07-05T18:58:02.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.141s coverage: 98.5% of statements [2022-07-05T18:58:02.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-07-05T18:58:02.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.096s coverage: 54.2% of statements [2022-07-05T18:58:02.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-07-05T18:58:02.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.058s coverage: 89.2% of statements [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.083s coverage: 83.8% of statements [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.491s coverage: 95.6% of statements [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.097s coverage: 72.2% of statements [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.081s coverage: 60.0% of statements [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.079s coverage: 29.6% of statements [2022-07-05T18:58:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.087s coverage: 79.5% of statements [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2022-07-05T18:58:05.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2022-07-05T18:58:15.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2022-07-05T18:58:15.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements [2022-07-05T18:58:17.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.200s coverage: 82.5% of statements [2022-07-05T18:58:17.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 58.8% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.0% of statements [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.059s coverage: 87.2% of statements [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 85.4% of statements [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.2% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 64.4% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.364s coverage: 65.4% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.167s coverage: 43.8% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.073s coverage: 84.8% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.171s coverage: 92.3% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 63.2% of statements [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-07-05T18:58:27.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-07-05T18:58:27.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements [2022-07-05T18:58:27.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-07-05T18:58:27.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-07-05T18:58:27.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-07-05T18:58:27.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-07-05T18:58:27.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-07-05T18:58:27.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-07-05T18:58:27.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-07-05T18:58:27.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-07-05T18:58:27.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-07-05T18:58:27.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-07-05T18:58:27.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-07-05T18:58:27.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2022-07-05T18:58:27.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-07-05T18:58:27.199Z] 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-07-05T18:58:45.302Z] GO111MODULE=on go vet ./... [2022-07-05T18:58:49.501Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-05T18:58:49.501Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-05T18:58:49.501Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-05T18:58:49.537Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-07-05T18:58:49.845Z] + ls -al . [2022-07-05T18:58:49.846Z] total 684 [2022-07-05T18:58:49.846Z] drwxrwxr-x 10 1001 1001 4096 Jul 5 18:57 . [2022-07-05T18:58:49.846Z] drwxr-xr-x 4 root root 4096 Jul 5 18:57 .. [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 11 Jul 5 18:56 .dockerignore [2022-07-05T18:58:49.846Z] drwxrwxr-x 8 1001 1001 4096 Jul 5 18:57 .git [2022-07-05T18:58:49.846Z] drwxrwxr-x 3 1001 1001 4096 Jul 5 18:56 .github [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 879 Jul 5 18:56 .gitignore [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 42 Jul 5 18:56 .golangci.yml [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 87 Jul 5 18:56 .hadolint.yml [2022-07-05T18:58:49.846Z] drwxr-xr-x 3 1001 1001 4096 Jul 5 18:57 .semver [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 166 Jul 5 18:56 .sonarcloud.properties [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 1171 Jul 5 18:56 ADOPTERS.md [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 10347 Jul 5 18:56 Attribution.txt [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 63209 Jul 5 18:56 CHANGELOG.md [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 3804 Jul 5 18:56 CONTRIBUTING.md [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 677 Jul 5 18:56 GOVERNANCE.md [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 850 Jul 5 18:56 Jenkinsfile [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 10775 Jul 5 18:56 LICENSE [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 10389 Jul 5 18:56 Makefile [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 582 Jul 5 18:56 OWNERS.md [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 9094 Jul 5 18:56 README.md [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 6912 Jul 5 18:56 SECURITY.md [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 5 Jul 5 18:57 VERSION [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 4131 Jul 5 18:56 ZMQWindows.md [2022-07-05T18:58:49.846Z] drwxrwxr-x 2 1001 1001 4096 Jul 5 18:56 bin [2022-07-05T18:58:49.846Z] drwxrwxr-x 18 1001 1001 4096 Jul 5 18:56 cmd [2022-07-05T18:58:49.846Z] -rw-r--r-- 1 root root 435593 Jul 5 18:58 coverage.out [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 3311 Jul 5 18:56 go.mod [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 36231 Jul 5 18:57 go.sum [2022-07-05T18:58:49.846Z] drwxrwxr-x 8 1001 1001 4096 Jul 5 18:56 internal [2022-07-05T18:58:49.846Z] drwxrwxr-x 3 1001 1001 4096 Jul 5 18:56 openapi [2022-07-05T18:58:49.846Z] drwxrwxr-x 4 1001 1001 4096 Jul 5 18:56 snap [2022-07-05T18:58:49.846Z] -rw-rw-r-- 1 1001 1001 204 Jul 5 18:56 version.go [Pipeline] sh [2022-07-05T18:58:50.155Z] + '[' -e coverage.out ] [2022-07-05T18:58:50.155Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-07-05T18:58:50.265Z] Stashed 1 file(s) [Pipeline] sh [2022-07-05T18:58:50.561Z] + make build [2022-07-05T18:58:50.561Z] 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-07-05T18:58:57.576Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16967 in /w/workspace/edgexfoundry_edgex-go_PR-4080 [Pipeline] { [Pipeline] ws [2022-07-05T18:58:57.615Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-07-05T18:58:57.712Z] The recommended git tool is: git [2022-07-05T18:59:05.053Z] using credential edgex-jenkins-ssh [2022-07-05T18:59:05.073Z] Cloning the remote Git repository [2022-07-05T18:59:05.453Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-05T18:59:05.129Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-07-05T18:59:05.204Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-07-05T18:59:05.311Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-05T18:59:05.312Z] > git --version # timeout=10 [2022-07-05T18:59:05.337Z] > git --version # 'git version 2.25.1' [2022-07-05T18:59:05.339Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-05T18:59:05.445Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-05T18:59:15.445Z] 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/core-command/core-command ./cmd/core-command [2022-07-05T18:59:15.446Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-05T18:59:20.254Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-05T18:59:20.269Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-05T18:59:20.306Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-05T18:59:20.339Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-05T18:59:20.339Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-05T18:59:20.352Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4080/head:refs/remotes/origin/PR-4080 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-07-05T18:59:21.043Z] Merging remotes/origin/main commit 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 into PR head commit 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T18:59:21.419Z] Merge succeeded, producing 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T18:59:21.419Z] Checking out Revision 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d (PR-4080) [2022-07-05T18:59:22.027Z] 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-07-05T18:59:22.286Z] 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-07-05T18:59:21.067Z] > git config core.sparsecheckout # timeout=10 [2022-07-05T18:59:21.088Z] > git checkout -f 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d # timeout=10 [2022-07-05T18:59:21.331Z] > git remote # timeout=10 [2022-07-05T18:59:21.347Z] > git config --get remote.origin.url # timeout=10 [2022-07-05T18:59:21.370Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-05T18:59:21.382Z] > git merge 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 # timeout=10 [2022-07-05T18:59:21.407Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-05T18:59:21.429Z] > git config core.sparsecheckout # timeout=10 [2022-07-05T18:59:21.455Z] > git checkout -f 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d # timeout=10 [2022-07-05T18:59:23.227Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-05T18:59:24.612Z] 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-07-05T18:59:25.552Z] 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-07-05T18:59:25.717Z] Commit message: "build: Upgrade CodeQL modules, enable addl checkers" [2022-07-05T18:59:25.776Z] > git --version # timeout=10 [2022-07-05T18:59:25.791Z] > git --version # 'git version 2.25.1' [2022-07-05T18:59:25.811Z] fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-05T18:59:26.827Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-05T18:59:26.827Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-05T18:59:26.827Z] Dload Upload Total Spent Left Speed [2022-07-05T18:59:26.827Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 76581 0 --:--:-- --:--:-- --:--:-- 76581 [2022-07-05T18:59:26.937Z] 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 [Pipeline] sh [2022-07-05T18:59:27.508Z] 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-07-05T18:59:27.591Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-05T18:59:27.941Z] + + sudo teesudo /etc/docker/daemon.new jq [2022-07-05T18:59:27.942Z] . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-05T18:59:27.942Z] { [2022-07-05T18:59:27.942Z] "registry-mirrors": [ [2022-07-05T18:59:27.942Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-05T18:59:27.942Z] ], [2022-07-05T18:59:27.942Z] "bip": "10.250.0.254/24", [2022-07-05T18:59:27.942Z] "hosts": [ [2022-07-05T18:59:27.942Z] "tcp://0.0.0.0:5555", [2022-07-05T18:59:27.942Z] "unix:///var/run/docker.sock" [2022-07-05T18:59:27.942Z] ], [2022-07-05T18:59:27.942Z] "mtu": 1458, [2022-07-05T18:59:27.942Z] "selinux-enabled": true, [2022-07-05T18:59:27.942Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-05T18:59:27.942Z] } [Pipeline] sh [2022-07-05T18:59:28.298Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-05T18:59:28.451Z] 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-07-05T18:59:28.660Z] + sudo service docker restart [2022-07-05T18:59:30.363Z] 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-07-05T18:59:31.771Z] $ docker stop --time=1 d4a129a6a1fcfa4d6999bd4c19a4d1ebbb1424816e6d04e33406da0fdef66d66 [2022-07-05T18:59:33.991Z] $ docker rm -f d4a129a6a1fcfa4d6999bd4c19a4d1ebbb1424816e6d04e33406da0fdef66d66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T18:59:35.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-05T18:59:35.225Z] [2022-07-05T18:59:35.225Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T18:59:35.605Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-05T18:59:35.605Z] latest: Pulling from edgex-devops/edgex-compose [2022-07-05T18:59:35.605Z] cbdbe7a5bc2a: Pulling fs layer [2022-07-05T18:59:35.605Z] ca9280d653b3: Pulling fs layer [2022-07-05T18:59:35.605Z] 7e9c9ca2126c: Pulling fs layer [2022-07-05T18:59:35.605Z] cbdbe7a5bc2a: Verifying Checksum [2022-07-05T18:59:35.605Z] cbdbe7a5bc2a: Download complete [2022-07-05T18:59:35.866Z] ca9280d653b3: Verifying Checksum [2022-07-05T18:59:35.866Z] ca9280d653b3: Download complete [2022-07-05T18:59:35.866Z] cbdbe7a5bc2a: Pull complete [2022-07-05T18:59:36.435Z] 7e9c9ca2126c: Verifying Checksum [2022-07-05T18:59:36.435Z] 7e9c9ca2126c: Download complete [2022-07-05T18:59:36.435Z] ca9280d653b3: Pull complete [2022-07-05T18:59:40.687Z] 7e9c9ca2126c: Pull complete [2022-07-05T18:59:40.687Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-07-05T18:59:40.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-05T18:59:40.687Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-05T18:59:40.974Z] prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container [2022-07-05T18:59:41.010Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-07-05T18:59:42.375Z] $ docker top 14e962fda0b28f366ede353579a534b1ddc7304b3ab87072b4faae4b4156120c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-05T18:59:42.790Z] + docker-compose build --help [2022-07-05T18:59:42.790Z] + grep parallel [2022-07-05T18:59:43.364Z] --parallel Build images in parallel. [Pipeline] } [2022-07-05T18:59:43.395Z] $ docker stop --time=1 14e962fda0b28f366ede353579a534b1ddc7304b3ab87072b4faae4b4156120c [2022-07-05T18:59:44.676Z] $ docker rm -f 14e962fda0b28f366ede353579a534b1ddc7304b3ab87072b4faae4b4156120c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T18:59:45.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-05T18:59:45.307Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-05T18:59:45.481Z] prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container [2022-07-05T18:59:45.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-07-05T18:59:45.913Z] $ docker top 57e82bfb9fde8e7dc5e5390d6ded2b1310259540faaf764b6e4cf6a4a532c21a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-05T18:59:46.331Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-05T18:59:46.902Z] Building core-command ... [2022-07-05T18:59:46.902Z] Building core-data ... [2022-07-05T18:59:46.902Z] Building core-metadata ... [2022-07-05T18:59:46.902Z] Building security-bootstrapper ... [2022-07-05T18:59:46.902Z] Building security-proxy-setup ... [2022-07-05T18:59:46.902Z] Building security-secretstore-setup ... [2022-07-05T18:59:46.902Z] Building security-spiffe-token-provider ... [2022-07-05T18:59:46.902Z] Building security-spire-agent ... [2022-07-05T18:59:46.902Z] Building security-spire-config ... [2022-07-05T18:59:46.902Z] Building security-spire-server ... [2022-07-05T18:59:46.902Z] Building support-notifications ... [2022-07-05T18:59:46.902Z] Building support-scheduler ... [2022-07-05T18:59:46.902Z] Building sys-mgmt-agent ... [2022-07-05T18:59:46.902Z] Building security-spire-server [2022-07-05T18:59:46.902Z] Building core-metadata [2022-07-05T18:59:46.902Z] Building security-spire-agent [2022-07-05T18:59:46.902Z] Building sys-mgmt-agent [2022-07-05T18:59:46.902Z] Building security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-05T18:59:47.257Z] provisioning config files... [2022-07-05T18:59:47.286Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config405641242129774254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-05T18:59:47.689Z] ---> docker-login.sh [2022-07-05T18:59:47.689Z] nexus3.edgexfoundry.org:10001 [2022-07-05T18:59:48.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-05T18:59:48.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-05T18:59:48.564Z] Configure a credential helper to remove this warning. See [2022-07-05T18:59:48.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-05T18:59:48.564Z] [2022-07-05T18:59:48.564Z] Login Succeeded [2022-07-05T18:59:48.564Z] nexus3.edgexfoundry.org:10002 [2022-07-05T18:59:48.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-05T18:59:49.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-05T18:59:49.114Z] Configure a credential helper to remove this warning. See [2022-07-05T18:59:49.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-05T18:59:49.114Z] [2022-07-05T18:59:49.114Z] Login Succeeded [2022-07-05T18:59:49.114Z] nexus3.edgexfoundry.org:10003 [2022-07-05T18:59:49.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-05T18:59:49.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-05T18:59:49.394Z] Configure a credential helper to remove this warning. See [2022-07-05T18:59:49.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-05T18:59:49.394Z] [2022-07-05T18:59:49.394Z] Login Succeeded [2022-07-05T18:59:49.394Z] nexus3.edgexfoundry.org:10004 [2022-07-05T18:59:49.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-05T18:59:49.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-05T18:59:49.952Z] Configure a credential helper to remove this warning. See [2022-07-05T18:59:49.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-05T18:59:49.952Z] [2022-07-05T18:59:49.952Z] Login Succeeded [2022-07-05T18:59:49.952Z] docker.io [2022-07-05T18:59:50.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-05T18:59:50.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-05T18:59:50.826Z] Configure a credential helper to remove this warning. See [2022-07-05T18:59:50.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-05T18:59:50.826Z] [2022-07-05T18:59:50.826Z] Login Succeeded [2022-07-05T18:59:50.826Z] ---> docker-login.sh ends [2022-07-05T19:00:05.006Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:00:05.006Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:00:05.006Z] ---> c45063636fa8 [2022-07-05T19:00:05.006Z] Step 3/31 : WORKDIR /edgex-go [2022-07-05T19:00:05.006Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:00:05.006Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:00:05.006Z] ---> c45063636fa8 [2022-07-05T19:00:05.006Z] Step 3/23 : WORKDIR /edgex-go [2022-07-05T19:00:05.266Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:00:05.266Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:00:05.266Z] ---> c45063636fa8 [2022-07-05T19:00:05.266Z] Step 3/26 : WORKDIR /edgex-go [2022-07-05T19:00:05.525Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:00:05.525Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:00:05.525Z] ---> c45063636fa8 [2022-07-05T19:00:05.525Z] Step 3/23 : WORKDIR /edgex-go [2022-07-05T19:00:05.525Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:00:05.525Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:00:05.525Z] ---> c45063636fa8 [2022-07-05T19:00:05.525Z] Step 3/25 : WORKDIR /edgex-go [2022-07-05T19:00:08.829Z] ---> Running in 1e018fbebf51 [2022-07-05T19:00:08.829Z] ---> Running in 2d7e6f6905df [2022-07-05T19:00:08.829Z] ---> Running in 59016407d3f4 [2022-07-05T19:00:08.829Z] ---> Running in a07a7a34838e [2022-07-05T19:00:08.829Z] ---> Running in ad49a9aaf804 [2022-07-05T19:00:08.829Z] Removing intermediate container 2d7e6f6905df [2022-07-05T19:00:08.829Z] ---> 70f6c032e21e [2022-07-05T19:00:08.829Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:00:08.829Z] Removing intermediate container 59016407d3f4 [2022-07-05T19:00:08.829Z] ---> 18cdb3219147 [2022-07-05T19:00:08.829Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:00:08.829Z] Removing intermediate container a07a7a34838e [2022-07-05T19:00:08.829Z] ---> e2feec77fdd1 [2022-07-05T19:00:08.829Z] Removing intermediate container 1e018fbebf51 [2022-07-05T19:00:08.829Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 6163dcce331b [2022-07-05T19:00:08.829Z] [2022-07-05T19:00:08.829Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:00:08.829Z] Removing intermediate container ad49a9aaf804 [2022-07-05T19:00:08.829Z] ---> 81b7921ab9ed [2022-07-05T19:00:08.829Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:00:08.829Z] ---> Running in 33f69ae585ad [2022-07-05T19:00:08.829Z] ---> Running in 08c71ac617f1 [2022-07-05T19:00:08.829Z] ---> Running in e4a0d9438428 [2022-07-05T19:00:08.829Z] ---> Running in 9eae86b02001 [2022-07-05T19:00:08.829Z] ---> Running in a4376d3d778f [2022-07-05T19:00:09.399Z] Removing intermediate container e4a0d9438428 [2022-07-05T19:00:09.399Z] ---> ec4429a9b495 [2022-07-05T19:00:09.399Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-05T19:00:09.661Z] ---> Running in b0552eb0f35a [2022-07-05T19:00:09.661Z] Removing intermediate container 33f69ae585ad [2022-07-05T19:00:09.661Z] ---> a2bb163ee4b5 [2022-07-05T19:00:09.661Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-05T19:00:09.661Z] ---> Running in e7ef5da328c1 [2022-07-05T19:00:09.922Z] Removing intermediate container 08c71ac617f1 [2022-07-05T19:00:09.922Z] ---> 5225fc8b0587 [2022-07-05T19:00:09.922Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-05T19:00:09.922Z] ---> Running in c551caf0fd8c [2022-07-05T19:00:10.183Z] Removing intermediate container a4376d3d778f [2022-07-05T19:00:10.183Z] ---> d0767228d6e3 [2022-07-05T19:00:10.183Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-05T19:00:10.183Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:10.183Z] ---> Running in 72a5311afa8f [2022-07-05T19:00:10.183Z] Removing intermediate container 9eae86b02001 [2022-07-05T19:00:10.183Z] ---> 549dc484d41c [2022-07-05T19:00:10.183Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-05T19:00:10.183Z] ---> Running in a51590aeb1fc [2022-07-05T19:00:10.183Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:10.443Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:10.703Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:10.703Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:11.275Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:11.275Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:11.275Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:11.566Z] OK: 221 MiB in 52 packages [2022-07-05T19:00:11.566Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:11.566Z] OK: 221 MiB in 52 packages [2022-07-05T19:00:11.566Z] OK: 221 MiB in 52 packages [2022-07-05T19:00:11.566Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:11.834Z] OK: 221 MiB in 52 packages [2022-07-05T19:00:11.835Z] Removing intermediate container e7ef5da328c1 [2022-07-05T19:00:11.835Z] ---> 4207ad037a87 [2022-07-05T19:00:11.835Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-05T19:00:12.094Z] ---> bef97e1f0b61 [2022-07-05T19:00:12.094Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:00:12.094Z] ---> Running in 50e8e844a1ff [2022-07-05T19:00:12.094Z] Removing intermediate container c551caf0fd8c [2022-07-05T19:00:12.094Z] ---> 9ede5a3082ff [2022-07-05T19:00:12.094Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-05T19:00:12.094Z] Removing intermediate container b0552eb0f35a [2022-07-05T19:00:12.094Z] ---> b8ff677c6efa [2022-07-05T19:00:12.094Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-05T19:00:12.353Z] Removing intermediate container 72a5311afa8f [2022-07-05T19:00:12.353Z] ---> 62988a035e18 [2022-07-05T19:00:12.353Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-05T19:00:12.353Z] ---> cb6053b2ad8b [2022-07-05T19:00:12.353Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:00:12.353Z] ---> Running in cc76384a0f2f [2022-07-05T19:00:12.353Z] ---> d1d721afbac0 [2022-07-05T19:00:12.353Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:00:12.353Z] OK: 221 MiB in 52 packages [2022-07-05T19:00:12.353Z] ---> Running in 0bb68d5f738c [2022-07-05T19:00:12.611Z] ---> 2789ca095c58 [2022-07-05T19:00:12.611Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:00:12.611Z] ---> Running in 9d36fdef5052 [2022-07-05T19:00:12.873Z] Removing intermediate container a51590aeb1fc [2022-07-05T19:00:12.873Z] ---> 585c1e345480 [2022-07-05T19:00:12.873Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-05T19:00:13.132Z] ---> ab90bfa7f867 [2022-07-05T19:00:13.132Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:00:13.132Z] ---> Running in 1c4677428ae7 [2022-07-05T19:00:13.132Z] Removing intermediate container 50e8e844a1ff [2022-07-05T19:00:13.132Z] ---> aed08e2dcb70 [2022-07-05T19:00:13.132Z] Step 8/31 : COPY . . [2022-07-05T19:00:13.701Z] Removing intermediate container cc76384a0f2f [2022-07-05T19:00:13.701Z] ---> 9265b47cd8fb [2022-07-05T19:00:13.701Z] Step 8/26 : COPY . . [Pipeline] } [2022-07-05T19:00:14.220Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-05T19:00:14.634Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-05T19:00:14.671Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-05T19:00:14.706Z] ========================================================= [2022-07-05T19:00:14.706Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-07-05T19:00:14.706Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-05T19:00:15.095Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-05T19:00:15.377Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-05T19:00:15.377Z] 9b3977197b4f: Pulling fs layer [2022-07-05T19:00:15.377Z] 1a89e8eeedd5: Pulling fs layer [2022-07-05T19:00:15.377Z] 94645a83ff95: Pulling fs layer [2022-07-05T19:00:15.377Z] e6fb740bc735: Pulling fs layer [2022-07-05T19:00:15.377Z] 3a77bd46dcc9: Pulling fs layer [2022-07-05T19:00:15.377Z] 355e64cbe906: Pulling fs layer [2022-07-05T19:00:15.377Z] 63ab81a10011: Pulling fs layer [2022-07-05T19:00:15.377Z] 555d1d1c4555: Pulling fs layer [2022-07-05T19:00:15.377Z] 7d9057610161: Pulling fs layer [2022-07-05T19:00:15.377Z] 3a77bd46dcc9: Waiting [2022-07-05T19:00:15.377Z] 355e64cbe906: Waiting [2022-07-05T19:00:15.377Z] 63ab81a10011: Waiting [2022-07-05T19:00:15.377Z] 555d1d1c4555: Waiting [2022-07-05T19:00:15.377Z] 7d9057610161: Waiting [2022-07-05T19:00:15.377Z] 94645a83ff95: Verifying Checksum [2022-07-05T19:00:15.377Z] 94645a83ff95: Download complete [2022-07-05T19:00:15.377Z] 1a89e8eeedd5: Verifying Checksum [2022-07-05T19:00:15.377Z] 1a89e8eeedd5: Download complete [2022-07-05T19:00:15.377Z] 3a77bd46dcc9: Verifying Checksum [2022-07-05T19:00:15.377Z] 3a77bd46dcc9: Download complete [2022-07-05T19:00:15.377Z] 355e64cbe906: Verifying Checksum [2022-07-05T19:00:15.377Z] 355e64cbe906: Download complete [2022-07-05T19:00:15.377Z] 9b3977197b4f: Verifying Checksum [2022-07-05T19:00:15.377Z] 9b3977197b4f: Download complete [2022-07-05T19:00:15.377Z] 63ab81a10011: Verifying Checksum [2022-07-05T19:00:15.377Z] 63ab81a10011: Download complete [2022-07-05T19:00:16.237Z] Removing intermediate container 9d36fdef5052 [2022-07-05T19:00:16.237Z] ---> a5d8d9604c56 [2022-07-05T19:00:16.237Z] Step 8/23 : COPY . . [2022-07-05T19:00:16.370Z] 9b3977197b4f: Pull complete [2022-07-05T19:00:16.370Z] 7d9057610161: Verifying Checksum [2022-07-05T19:00:16.370Z] 7d9057610161: Download complete [2022-07-05T19:00:16.496Z] Removing intermediate container 0bb68d5f738c [2022-07-05T19:00:16.496Z] ---> 02b93178acda [2022-07-05T19:00:16.496Z] Step 8/25 : COPY . . [2022-07-05T19:00:16.981Z] 1a89e8eeedd5: Pull complete [2022-07-05T19:00:17.256Z] 94645a83ff95: Pull complete [2022-07-05T19:00:17.531Z] 555d1d1c4555: Verifying Checksum [2022-07-05T19:00:17.531Z] 555d1d1c4555: Download complete [2022-07-05T19:00:18.129Z] e6fb740bc735: Verifying Checksum [2022-07-05T19:00:18.129Z] e6fb740bc735: Download complete [2022-07-05T19:00:18.418Z] Removing intermediate container 1c4677428ae7 [2022-07-05T19:00:18.418Z] ---> 22051bca8f70 [2022-07-05T19:00:18.418Z] Step 8/23 : COPY . . [2022-07-05T19:00:20.334Z] ---> 32b99b8e0183 [2022-07-05T19:00:20.334Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-05T19:00:22.265Z] ---> Running in 597a30a6d7df [2022-07-05T19:00:22.265Z] ---> 7bba82c54b0b [2022-07-05T19:00:22.265Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-05T19:00:22.524Z] ---> Running in 156f57af3736 [2022-07-05T19:00:22.524Z] ---> 8196997c8d4b [2022-07-05T19:00:22.524Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-05T19:00:22.524Z] ---> 28c4f5bb828b [2022-07-05T19:00:22.524Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-05T19:00:22.524Z] ---> Running in 4e0d8df3576d [2022-07-05T19:00:22.784Z] ---> Running in 5321c9706fcf [2022-07-05T19:00:22.784Z] Removing intermediate container 156f57af3736 [2022-07-05T19:00:22.784Z] ---> 3ed86a3474e9 [2022-07-05T19:00:22.784Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-05T19:00:22.784Z] ---> Running in 6c4e09750d2a [2022-07-05T19:00:22.784Z] 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-07-05T19:00:22.784Z] Removing intermediate container 5321c9706fcf [2022-07-05T19:00:22.784Z] ---> 3ef26a0a18a5 [2022-07-05T19:00:22.784Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-05T19:00:23.044Z] ---> Running in d51b7e4dd5f1 [2022-07-05T19:00:23.045Z] 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-07-05T19:00:23.045Z] Removing intermediate container 6c4e09750d2a [2022-07-05T19:00:23.045Z] ---> 7c998c7ccf72 [2022-07-05T19:00:23.045Z] 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-07-05T19:00:23.045Z] ---> Running in 224d5f21ecfc [2022-07-05T19:00:23.309Z] Removing intermediate container d51b7e4dd5f1 [2022-07-05T19:00:23.309Z] ---> e053e992461d [2022-07-05T19:00:23.309Z] 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-07-05T19:00:23.309Z] ---> Running in 0d7a10564021 [2022-07-05T19:00:24.688Z] Removing intermediate container 224d5f21ecfc [2022-07-05T19:00:24.688Z] ---> 53686ad531ad [2022-07-05T19:00:24.688Z] Step 12/26 : WORKDIR /edgex-go [2022-07-05T19:00:24.688Z] ---> Running in d13dc21484c8 [2022-07-05T19:00:24.688Z] ---> 4697099c50e1 [2022-07-05T19:00:24.688Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-05T19:00:24.688Z] ---> Running in 5b16034ef2e4 [2022-07-05T19:00:24.688Z] Removing intermediate container 0d7a10564021 [2022-07-05T19:00:24.688Z] ---> 52e9624d78cb [2022-07-05T19:00:24.688Z] Step 12/25 : WORKDIR /edgex-go [2022-07-05T19:00:24.688Z] ---> Running in 4eb1b20a3813 [2022-07-05T19:00:24.688Z] Removing intermediate container d13dc21484c8 [2022-07-05T19:00:24.688Z] ---> 581a9d434c61 [2022-07-05T19:00:24.688Z] [2022-07-05T19:00:24.688Z] Step 13/26 : FROM alpine:3.15 [2022-07-05T19:00:24.948Z] Removing intermediate container 4eb1b20a3813 [2022-07-05T19:00:24.948Z] ---> 8c9f2c90e84e [2022-07-05T19:00:24.948Z] [2022-07-05T19:00:24.948Z] Step 13/25 : FROM alpine:3.15 [2022-07-05T19:00: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/core-metadata/core-metadata ./cmd/core-metadata [2022-07-05T19:00:25.466Z] 3.15: Pulling from library/alpine [2022-07-05T19:00:25.466Z] 3.15: Pulling from library/alpine [2022-07-05T19:00:26.845Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-05T19:00:26.845Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-05T19:00:26.845Z] Status: Downloaded newer image for alpine:3.15 [2022-07-05T19:00:26.845Z] Status: Image is up to date for alpine:3.15 [2022-07-05T19:00:26.845Z] ---> 0ac33e5f5afa [2022-07-05T19:00:26.845Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-05T19:00:26.845Z] ---> 0ac33e5f5afa [2022-07-05T19:00:26.845Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-05T19:00:27.104Z] ---> Running in 5b300673ce92 [2022-07-05T19:00:27.104Z] ---> Running in d2638c7e6095 [2022-07-05T19:00:27.364Z] Removing intermediate container 5b300673ce92 [2022-07-05T19:00:27.364Z] ---> 2289cfe1aeb4 [2022-07-05T19:00:27.364Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:00:27.364Z] Removing intermediate container d2638c7e6095 [2022-07-05T19:00:27.364Z] ---> 949200c27656 [2022-07-05T19:00:27.364Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:00:27.364Z] ---> Running in 60123edf10bc [2022-07-05T19:00:27.364Z] ---> Running in 5726da7a30fb [2022-07-05T19:00:29.278Z] Removing intermediate container 60123edf10bc [2022-07-05T19:00:29.278Z] ---> 6cabd85a7060 [2022-07-05T19:00:29.278Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-05T19:00:29.278Z] Removing intermediate container 5726da7a30fb [2022-07-05T19:00:29.278Z] ---> 656fbca0d65a [2022-07-05T19:00:29.278Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-05T19:00:29.543Z] ---> Running in 56b13e1b36f0 [2022-07-05T19:00:29.543Z] ---> Running in 57f9b986c545 [2022-07-05T19:00:30.480Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:30.545Z] e6fb740bc735: Pull complete [2022-07-05T19:00:30.545Z] 3a77bd46dcc9: Pull complete [2022-07-05T19:00:30.545Z] 355e64cbe906: Pull complete [2022-07-05T19:00:30.545Z] 63ab81a10011: Pull complete [2022-07-05T19:00:30.739Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:31.306Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:31.571Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:31.832Z] v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-05T19:00:31.832Z] v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-05T19:00:31.832Z] OK: 15859 distinct packages available [2022-07-05T19:00:31.832Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:32.092Z] v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-05T19:00:32.092Z] v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-05T19:00:32.092Z] OK: 15859 distinct packages available [2022-07-05T19:00:32.092Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:32.662Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:32.921Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:32.921Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-05T19:00:32.921Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-05T19:00:33.180Z] (3/5) Installing libucontext (1.1-r0) [2022-07-05T19:00:33.180Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-05T19:00:33.180Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-05T19:00:33.180Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-05T19:00:33.180Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-05T19:00:33.438Z] Executing busybox-1.34.1-r5.trigger [2022-07-05T19:00:33.438Z] OK: 6 MiB in 19 packages [2022-07-05T19:00:33.438Z] (3/5) Installing libucontext (1.1-r0) [2022-07-05T19:00:33.438Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-05T19:00:33.438Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-05T19:00:33.705Z] Executing busybox-1.34.1-r5.trigger [2022-07-05T19:00:33.705Z] OK: 6 MiB in 19 packages [2022-07-05T19:00:35.093Z] Removing intermediate container 56b13e1b36f0 [2022-07-05T19:00:35.093Z] ---> e876d2bac51d [2022-07-05T19:00:35.093Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-05T19:00:35.093Z] Removing intermediate container 57f9b986c545 [2022-07-05T19:00:35.093Z] ---> 6e2d29f4a74e [2022-07-05T19:00:35.093Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-05T19:00:37.273Z] 555d1d1c4555: Pull complete [2022-07-05T19:00:37.633Z] ---> 5a8038c8e64f [2022-07-05T19:00:37.633Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-05T19:00:37.633Z] ---> e448e530eaad [2022-07-05T19:00:37.633Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-05T19:00:38.257Z] 7d9057610161: Pull complete [2022-07-05T19:00:38.257Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-07-05T19:00:38.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-05T19:00:38.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-05T19:00:38.584Z] ---> 0fffaec326c8 [2022-07-05T19:00:38.584Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-05T19:00:38.668Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-05T19:00:38.668Z] WORKDIR /edgex [2022-07-05T19:00:38.668Z] COPY go.mod . [2022-07-05T19:00:38.668Z] RUN go mod download build -t ci-base-image-arm64 -f - [2022-07-05T19:00:38.668Z] . [2022-07-05T19:00:39.523Z] ---> b07413df2863 [2022-07-05T19:00:39.523Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-05T19:00:39.523Z] ---> 1fee125d3d6c [2022-07-05T19:00:39.523Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-05T19:00:39.783Z] ---> f23a64e14ad0 [2022-07-05T19:00:39.783Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-05T19:00:39.783Z] ---> 1d3661d03b3e [2022-07-05T19:00:39.783Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-05T19:00:39.783Z] ---> Running in ba16035f2f24 [2022-07-05T19:00:40.044Z] Removing intermediate container ba16035f2f24 [2022-07-05T19:00:40.044Z] ---> c222154fe6d9 [2022-07-05T19:00:40.044Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-05T19:00:40.303Z] ---> Running in 07a4ce1d6706 [2022-07-05T19:00:40.303Z] ---> 32c09c1fecb8 [2022-07-05T19:00:40.303Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-05T19:00:40.566Z] Removing intermediate container 07a4ce1d6706 [2022-07-05T19:00:40.566Z] ---> bc5f4aeb4505 [2022-07-05T19:00:40.566Z] Step 23/25 : LABEL arch=x86_64 [2022-07-05T19:00:40.566Z] ---> Running in 13679d00eccc [2022-07-05T19:00:40.566Z] ---> cf3aa79a9217 [2022-07-05T19:00:40.566Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-05T19:00:40.827Z] ---> Running in 647b9635ca88 [2022-07-05T19:00:40.827Z] Removing intermediate container 13679d00eccc [2022-07-05T19:00:40.827Z] ---> e2383fb2e80d [2022-07-05T19:00:40.827Z] Step 24/25 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:00:40.827Z] ---> Running in 9dc4ccd3abb9 [2022-07-05T19:00:40.827Z] Removing intermediate container 647b9635ca88 [2022-07-05T19:00:40.827Z] ---> f44eb4dcd96f [2022-07-05T19:00:40.827Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-05T19:00:41.088Z] ---> Running in 4bb5ae532ea9 [2022-07-05T19:00:41.089Z] Removing intermediate container 9dc4ccd3abb9 [2022-07-05T19:00:41.089Z] ---> d0c7fabb89e4 [2022-07-05T19:00:41.089Z] Step 25/25 : LABEL version=0.0.0 [2022-07-05T19:00:41.089Z] ---> Running in 0096c6b567e2 [2022-07-05T19:00:41.320Z] Sending build context to Docker daemon 169.2MB [2022-07-05T19:00:41.320Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-05T19:00:41.320Z] ---> 819e984ddca1 [2022-07-05T19:00:41.320Z] Step 2/4 : WORKDIR /edgex [2022-07-05T19:00:41.347Z] Removing intermediate container 4bb5ae532ea9 [2022-07-05T19:00:41.347Z] ---> 40c425bba3c7 [2022-07-05T19:00:41.347Z] Step 24/26 : LABEL arch=x86_64 [2022-07-05T19:00:41.347Z] Removing intermediate container 0096c6b567e2 [2022-07-05T19:00:41.347Z] ---> 16d24aa6bc63 [2022-07-05T19:00:41.347Z] [2022-07-05T19:00:41.347Z] ---> Running in a611db78e997 [2022-07-05T19:00:41.347Z] Successfully built 16d24aa6bc63 [2022-07-05T19:00:41.347Z] Successfully tagged security-spire-server:latest [2022-07-05T19:00:41.347Z] Building security-spire-config [2022-07-05T19:00:41.663Z]  Building security-spire-server ... done Removing intermediate container a611db78e997 [2022-07-05T19:00:41.663Z] ---> b98dd5eceea4 [2022-07-05T19:00:41.663Z] Step 25/26 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:00:42.766Z] ---> Running in 4190d3703d59 [2022-07-05T19:00:43.043Z] Removing intermediate container 4190d3703d59 [2022-07-05T19:00:43.043Z] ---> 335cc5331b84 [2022-07-05T19:00:43.043Z] Step 3/4 : COPY go.mod . [2022-07-05T19:00:43.571Z] ---> Running in 8b74bb21ea93 [2022-07-05T19:00:43.652Z] ---> 16c0f1c8bb91 [2022-07-05T19:00:43.652Z] Step 4/4 : RUN go mod download [2022-07-05T19:00:43.652Z] ---> Running in d10cea2b10d0 [2022-07-05T19:00:44.147Z] Removing intermediate container 8b74bb21ea93 [2022-07-05T19:00:44.147Z] ---> cb2a3884d5ec [2022-07-05T19:00:44.147Z] Step 26/26 : LABEL version=0.0.0 [2022-07-05T19:00:44.421Z] ---> Running in 524e97213b22 [2022-07-05T19:00:44.991Z] Removing intermediate container 524e97213b22 [2022-07-05T19:00:44.991Z] ---> 459b4ca645e6 [2022-07-05T19:00:44.991Z] [2022-07-05T19:00:45.252Z] Successfully built 459b4ca645e6 [2022-07-05T19:00:45.252Z] Successfully tagged security-spire-agent:latest [2022-07-05T19:00:45.252Z]  Building security-spire-agent ... done Building core-data [2022-07-05T19:00:45.820Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:00:45.820Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:00:45.820Z] ---> c45063636fa8 [2022-07-05T19:00:45.820Z] Step 3/26 : WORKDIR /edgex-go [2022-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> 6163dcce331b [2022-07-05T19:00:45.820Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> 5225fc8b0587 [2022-07-05T19:00:45.820Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> 9ede5a3082ff [2022-07-05T19:00:45.820Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> cb6053b2ad8b [2022-07-05T19:00:45.820Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> 9265b47cd8fb [2022-07-05T19:00:45.820Z] Step 8/26 : COPY . . [2022-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> 7bba82c54b0b [2022-07-05T19:00:45.820Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> 3ed86a3474e9 [2022-07-05T19:00:45.820Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> 7c998c7ccf72 [2022-07-05T19:00:45.820Z] 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-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> 53686ad531ad [2022-07-05T19:00:45.820Z] Step 12/26 : WORKDIR /edgex-go [2022-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> 581a9d434c61 [2022-07-05T19:00:45.820Z] [2022-07-05T19:00:45.820Z] Step 13/26 : FROM alpine:3.15 [2022-07-05T19:00:45.820Z] ---> 0ac33e5f5afa [2022-07-05T19:00:45.820Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> 949200c27656 [2022-07-05T19:00:45.820Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:00:45.820Z] ---> Using cache [2022-07-05T19:00:45.820Z] ---> 656fbca0d65a [2022-07-05T19:00:45.820Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-05T19:00:49.119Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:00:49.119Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:00:49.119Z] ---> c45063636fa8 [2022-07-05T19:00:49.119Z] Step 3/23 : WORKDIR /edgex-go [2022-07-05T19:00:49.119Z] ---> Using cache [2022-07-05T19:00:49.119Z] ---> 6163dcce331b [2022-07-05T19:00:49.119Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:00:49.119Z] ---> Using cache [2022-07-05T19:00:49.119Z] ---> 5225fc8b0587 [2022-07-05T19:00:49.119Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-05T19:00:49.119Z] ---> Running in 2b45ee3021cd [2022-07-05T19:00:49.119Z] ---> Running in 59c14fd8a28d [2022-07-05T19:00:49.119Z] Removing intermediate container 4e0d8df3576d [2022-07-05T19:00:49.119Z] Removing intermediate container 5b16034ef2e4 [2022-07-05T19:00:49.119Z] ---> db907645fd6d [2022-07-05T19:00:49.119Z] ---> ba4684210b16 [2022-07-05T19:00:49.119Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-05T19:00:49.119Z] [2022-07-05T19:00:49.119Z] Step 10/23 : FROM alpine:3.14 [2022-07-05T19:00:49.119Z] Removing intermediate container 597a30a6d7df [2022-07-05T19:00:49.119Z] ---> 3d773f243106 [2022-07-05T19:00:49.119Z] [2022-07-05T19:00:49.119Z] Step 10/31 : FROM alpine:3.14 [2022-07-05T19:00:49.119Z] ---> Running in 36177a02dcc0 [2022-07-05T19:00:49.119Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:49.119Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:49.119Z] 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-07-05T19:00:49.688Z] 3.14: Pulling from library/alpine [2022-07-05T19:00:49.688Z] 3.14: Pulling from library/alpine [2022-07-05T19:00:49.688Z] Removing intermediate container 36177a02dcc0 [2022-07-05T19:00:49.688Z] ---> f22c2b1ee343 [2022-07-05T19:00:49.688Z] [2022-07-05T19:00:49.688Z] Step 11/23 : FROM docker:20.10.14 [2022-07-05T19:00:49.953Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:49.953Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:50.217Z] OK: 221 MiB in 52 packages [2022-07-05T19:00:50.475Z] v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-05T19:00:50.475Z] v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-05T19:00:50.475Z] OK: 15859 distinct packages available [2022-07-05T19:00:50.475Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:50.740Z] Removing intermediate container 59c14fd8a28d [2022-07-05T19:00:50.740Z] ---> 939593f5a4c9 [2022-07-05T19:00:50.740Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-05T19:00:50.740Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-05T19:00:50.740Z] Status: Downloaded newer image for alpine:3.14 [2022-07-05T19:00:50.740Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-05T19:00:50.740Z] Status: Image is up to date for alpine:3.14 [2022-07-05T19:00:50.740Z] ---> e04c818066af [2022-07-05T19:00:50.740Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-07-05T19:00:50.740Z] ---> e04c818066af [2022-07-05T19:00:50.740Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-05T19:00:50.740Z] 20.10.14: Pulling from library/docker [2022-07-05T19:00:50.740Z] ---> Running in 582c4cac8aaa [2022-07-05T19:00:50.740Z] ---> Running in 70cda1b5f4da [2022-07-05T19:00:50.999Z] ---> f803d6bdecce [2022-07-05T19:00:50.999Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:00:50.999Z] ---> Running in 6c9240a2c9d2 [2022-07-05T19:00:50.999Z] Removing intermediate container 70cda1b5f4da [2022-07-05T19:00:50.999Z] ---> 5ae18f67f450 [2022-07-05T19:00:50.999Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-05T19:00:50.999Z] ---> Running in 14d42968df4a [2022-07-05T19:00:51.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:51.259Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:51.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:51.518Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:51.518Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-05T19:00:51.518Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:00:51.518Z] OK: 6 MiB in 15 packages [2022-07-05T19:00:51.518Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-05T19:00:51.518Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:51.518Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-05T19:00:51.777Z] (3/4) Installing libucontext (1.1-r0) [2022-07-05T19:00:51.777Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-05T19:00:51.777Z] (2/2) Installing su-exec (0.2-r1) [2022-07-05T19:00:51.777Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:00:51.777Z] OK: 6 MiB in 16 packages [2022-07-05T19:00:51.777Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-05T19:00:51.777Z] Executing busybox-1.34.1-r5.trigger [2022-07-05T19:00:51.777Z] OK: 6 MiB in 18 packages [2022-07-05T19:00:52.734Z] Removing intermediate container 582c4cac8aaa [2022-07-05T19:00:52.734Z] ---> eee7c7fc6e23 [2022-07-05T19:00:52.734Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-05T19:00:52.734Z] ---> Running in 4a46b848a254 [2022-07-05T19:00:52.734Z] Removing intermediate container 6c9240a2c9d2 [2022-07-05T19:00:52.734Z] ---> 4387f3c0ddb1 [2022-07-05T19:00:52.734Z] Step 8/23 : COPY . . [2022-07-05T19:00:52.734Z] Removing intermediate container 14d42968df4a [2022-07-05T19:00:52.734Z] ---> 17345521a934 [2022-07-05T19:00:52.734Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-05T19:00:52.734Z] ---> Running in 5df363771ceb [2022-07-05T19:00:53.300Z] Removing intermediate container 4a46b848a254 [2022-07-05T19:00:53.300Z] ---> db8b961ed616 [2022-07-05T19:00:53.300Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-05T19:00:53.876Z] Removing intermediate container 2b45ee3021cd [2022-07-05T19:00:53.876Z] ---> 1a5535c9bb72 [2022-07-05T19:00:53.876Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-05T19:00:54.134Z] Removing intermediate container 5df363771ceb [2022-07-05T19:00:54.134Z] ---> 63ec21962461 [2022-07-05T19:00:54.134Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-07-05T19:00:54.134Z] ---> Running in 5fddd6e9e122 [2022-07-05T19:00:54.393Z] ---> Running in f003ea6cfefd [2022-07-05T19:00:54.393Z] Removing intermediate container 5fddd6e9e122 [2022-07-05T19:00:54.393Z] ---> 5da8f7eb2e9e [2022-07-05T19:00:54.393Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-05T19:00:54.651Z] Removing intermediate container f003ea6cfefd [2022-07-05T19:00:54.651Z] ---> f3bdb05d94e9 [2022-07-05T19:00:54.651Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-05T19:00:54.651Z] ---> Running in 4fe41207d69f [2022-07-05T19:00:54.651Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-05T19:00:54.651Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-05T19:00:54.651Z] ---> Running in 72709d21f909 [2022-07-05T19:00:54.651Z] ---> 7417809fdb73 [2022-07-05T19:00:54.651Z] 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-07-05T19:00:54.921Z] ---> Running in 6e5ad5f62401 [2022-07-05T19:00:54.921Z] Removing intermediate container 4fe41207d69f [2022-07-05T19:00:54.921Z] ---> e4786ca1bdd1 [2022-07-05T19:00:54.921Z] Step 15/23 : WORKDIR / [2022-07-05T19:00:54.921Z] ---> Running in 6140fd534c4a [2022-07-05T19:00:55.198Z] Removing intermediate container 6e5ad5f62401 [2022-07-05T19:00:55.198Z] ---> 081e70199209 [2022-07-05T19:00:55.198Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-07-05T19:00:55.198Z] ---> Running in a3c40fb57f4a [2022-07-05T19:00:55.198Z] Removing intermediate container 6140fd534c4a [2022-07-05T19:00:55.198Z] ---> 0fa1f4a6c37b [2022-07-05T19:00:55.198Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:00:55.459Z] ---> bf733127af09 [2022-07-05T19:00:55.459Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-05T19:00:55.459Z] ---> 2e54f6105a45 [2022-07-05T19:00:55.459Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-05T19:00:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:00:55.718Z] ---> 3f10bf76d5ce [2022-07-05T19:00:55.718Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-05T19:00:55.989Z] Removing intermediate container 72709d21f909 [2022-07-05T19:00:55.989Z] ---> 04de75b94a6d [2022-07-05T19:00:55.989Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-07-05T19:00:55.989Z] ---> Running in bbb8dee28b05 [2022-07-05T19:00:55.989Z] (1/43) Installing readline (8.1.1-r0) [2022-07-05T19:00:55.989Z] (2/43) Installing bash (5.1.16-r0) [2022-07-05T19:00:55.989Z] Executing bash-5.1.16-r0.post-install [2022-07-05T19:00:55.989Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-05T19:00:56.249Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-05T19:00:56.249Z] ---> Running in b9ed862a97dd [2022-07-05T19:00:56.249Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-05T19:00:56.249Z] ---> 7193b33db027 [2022-07-05T19:00:56.249Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-05T19:00:56.249Z] (6/43) Installing curl (7.80.0-r2) [2022-07-05T19:00:56.249Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-05T19:00:56.249Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-05T19:00:56.249Z] (9/43) Installing expat (2.4.7-r0) [2022-07-05T19:00:56.249Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-05T19:00:56.249Z] (11/43) Installing gdbm (1.22-r0) [2022-07-05T19:00:56.249Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-05T19:00:56.249Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-05T19:00:56.249Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-05T19:00:56.249Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-05T19:00:56.249Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-05T19:00:56.249Z] Removing intermediate container bbb8dee28b05 [2022-07-05T19:00:56.249Z] ---> 9a4e8a93f4e8 [2022-07-05T19:00:56.249Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-05T19:00:56.249Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-05T19:00:56.509Z] Removing intermediate container b9ed862a97dd [2022-07-05T19:00:56.509Z] ---> c65082432fd0 [2022-07-05T19:00:56.509Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-07-05T19:00:56.770Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-05T19:00:56.770Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-05T19:00:56.770Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-05T19:00:56.770Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-05T19:00:56.770Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-05T19:00:56.770Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-05T19:00:56.770Z] ---> c1456e7dba66 [2022-07-05T19:00:56.770Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-05T19:00:56.770Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-05T19:00:56.770Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-05T19:00:56.770Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-05T19:00:56.770Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-05T19:00:56.770Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-05T19:00:56.770Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-05T19:00:57.030Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-05T19:00:57.030Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-05T19:00:57.030Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-05T19:00:57.030Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-05T19:00:57.030Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-05T19:00:57.030Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-05T19:00:57.030Z] ---> f89fda443e12 [2022-07-05T19:00:57.030Z] Step 21/26 : WORKDIR / [2022-07-05T19:00:57.030Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-05T19:00:57.030Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-05T19:00:57.030Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-05T19:00:57.030Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-05T19:00:57.030Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-05T19:00:57.030Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-05T19:00:57.030Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-05T19:00:57.030Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-05T19:00:57.030Z] ---> Running in dbe7c5e6583f [2022-07-05T19:00:57.289Z] ---> d4be79c53fce [2022-07-05T19:00:57.289Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-07-05T19:00:57.289Z] Executing busybox-1.34.1-r5.trigger [2022-07-05T19:00:57.289Z] OK: 83 MiB in 65 packages [2022-07-05T19:00:57.289Z] ---> Running in 3a7a1c88b776 [2022-07-05T19:00:57.289Z] ---> Running in 113340aa4800 [2022-07-05T19:00:57.549Z] Removing intermediate container dbe7c5e6583f [2022-07-05T19:00:57.549Z] ---> 442d182ba093 [2022-07-05T19:00:57.549Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:00:57.549Z] ---> Running in a549389cbe18 [2022-07-05T19:00:57.549Z] Removing intermediate container 3a7a1c88b776 [2022-07-05T19:00:57.549Z] ---> 172090b29395 [2022-07-05T19:00:57.549Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-05T19:00:57.808Z] ---> Running in 4aba9ee6e052 [2022-07-05T19:00:57.808Z] Removing intermediate container a549389cbe18 [2022-07-05T19:00:57.808Z] ---> fa7fbc13042c [2022-07-05T19:00:57.808Z] Step 21/23 : LABEL arch=x86_64 [2022-07-05T19:00:57.808Z] ---> Running in 9d93181b5977 [2022-07-05T19:00:57.808Z] Removing intermediate container 4aba9ee6e052 [2022-07-05T19:00:57.808Z] ---> d27fe88257e5 [2022-07-05T19:00:57.808Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-05T19:00:58.068Z] ---> Running in 404fa17ced82 [2022-07-05T19:00:58.068Z] Removing intermediate container 9d93181b5977 [2022-07-05T19:00:58.068Z] ---> f498ac58f23f [2022-07-05T19:00:58.068Z] Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:00:58.068Z] Removing intermediate container 404fa17ced82 [2022-07-05T19:00:58.068Z] ---> f1e4da804928 [2022-07-05T19:00:58.068Z] Step 24/26 : LABEL arch=x86_64 [2022-07-05T19:00:58.068Z] ---> Running in f30af3573fa3 [2022-07-05T19:00:58.328Z] ---> Running in 7d6977d462e8 [2022-07-05T19:00:58.328Z] Collecting docker-compose==1.23.2 [2022-07-05T19:00:58.328Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-05T19:00:58.328Z] Removing intermediate container f30af3573fa3 [2022-07-05T19:00:58.328Z] ---> 0bfc6b77188a [2022-07-05T19:00:58.328Z] Step 23/23 : LABEL version=0.0.0 [2022-07-05T19:00:58.328Z] Collecting docopt<0.7,>=0.6.1 [2022-07-05T19:00:58.328Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-05T19:00:58.328Z] ---> Running in 7da6fa778e93 [2022-07-05T19:00:58.328Z] Removing intermediate container 7d6977d462e8 [2022-07-05T19:00:58.328Z] ---> a8f042e35754 [2022-07-05T19:00:58.328Z] Step 25/26 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:00:58.592Z] Removing intermediate container 113340aa4800 [2022-07-05T19:00:58.592Z] ---> 007ce2b19af4 [2022-07-05T19:00:58.592Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:00:58.592Z] ---> Running in 44729149eec7 [2022-07-05T19:00:58.592Z] Removing intermediate container 7da6fa778e93 [2022-07-05T19:00:58.592Z] ---> 029c9fcf4125 [2022-07-05T19:00:58.592Z] [2022-07-05T19:00:58.592Z] ---> 1a05d5e95e64 [2022-07-05T19:00:58.592Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-05T19:00:58.592Z] Removing intermediate container 44729149eec7 [2022-07-05T19:00:58.592Z] ---> ab223d3f6963 [2022-07-05T19:00:58.592Z] Step 26/26 : LABEL version=0.0.0 [2022-07-05T19:00:58.854Z] Successfully built 029c9fcf4125 [2022-07-05T19:00:58.854Z] Successfully tagged core-metadata:latest [2022-07-05T19:00:58.854Z]  Building core-metadata ... done Building support-scheduler [2022-07-05T19:00:58.854Z] ---> Running in c4dc099a72cb [2022-07-05T19:00:58.854Z] Collecting PyYAML<4,>=3.10 [2022-07-05T19:00:58.854Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-05T19:00:59.794Z] Removing intermediate container c4dc099a72cb [2022-07-05T19:00:59.794Z] ---> 9f02fb87b17c [2022-07-05T19:00:59.794Z] [2022-07-05T19:00:59.794Z] Successfully built 9f02fb87b17c [2022-07-05T19:00:59.794Z] Collecting docker<4.0,>=3.6.0 [2022-07-05T19:00:59.795Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-05T19:00:59.795Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-05T19:00:59.795Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-05T19:01:00.059Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-05T19:01:00.059Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-05T19:01:00.059Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-07-05T19:01:00.059Z] Collecting cached-property<2,>=1.2.0 [2022-07-05T19:01:00.059Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-05T19:01:00.059Z] Collecting texttable<0.10,>=0.9.0 [2022-07-05T19:01:00.059Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-05T19:01:00.400Z] Successfully tagged security-spire-config:latest [2022-07-05T19:01:00.400Z]  Building security-spire-config ... done Building security-proxy-setup [2022-07-05T19:01:00.658Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-05T19:01:00.658Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-05T19:01:00.917Z] Collecting jsonschema<3,>=2.5.1 [2022-07-05T19:01:00.917Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-05T19:01:00.917Z] Collecting docker-pycreds>=0.4.0 [2022-07-05T19:01:00.917Z] ---> 06a44ca5098e [2022-07-05T19:01:00.917Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-05T19:01:00.917Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-05T19:01:01.177Z] Collecting idna<2.8,>=2.5 [2022-07-05T19:01:01.177Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-05T19:01:01.177Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-07-05T19:01:01.177Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-05T19:01:01.177Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-05T19:01:01.177Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-05T19:01:01.178Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-05T19:01:01.178Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-05T19:01:01.178Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-05T19:01:01.178Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-05T19:01:01.178Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-05T19:01:01.437Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-05T19:01:01.437Z] Attempting uninstall: urllib3 [2022-07-05T19:01:01.437Z] Found existing installation: urllib3 1.26.7 [2022-07-05T19:01:01.437Z] Uninstalling urllib3-1.26.7: [2022-07-05T19:01:01.437Z] Successfully uninstalled urllib3-1.26.7 [2022-07-05T19:01:02.378Z] ---> fafe43e7ad54 [2022-07-05T19:01:02.378Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ Attempting uninstall: idna [2022-07-05T19:01:02.378Z] Found existing installation: idna 3.3 [2022-07-05T19:01:02.378Z] Uninstalling idna-3.3: [2022-07-05T19:01:02.378Z] [2022-07-05T19:01:02.378Z] Successfully uninstalled idna-3.3 [2022-07-05T19:01:02.638Z] ---> Running in 08f8a1cf7d5d [2022-07-05T19:01:02.898Z] ---> 7c5a9bd5a580 [2022-07-05T19:01:02.898Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-05T19:01:02.898Z] Attempting uninstall: requests [2022-07-05T19:01:02.898Z] Found existing installation: requests 2.26.0 [2022-07-05T19:01:02.898Z] Uninstalling requests-2.26.0: [2022-07-05T19:01:02.898Z] Successfully uninstalled requests-2.26.0 [2022-07-05T19:01:03.178Z] Running setup.py install for texttable: started [2022-07-05T19:01:03.439Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:01:03.439Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:01:03.439Z] ---> c45063636fa8 [2022-07-05T19:01:03.439Z] Step 3/22 : WORKDIR /edgex-go [2022-07-05T19:01:03.439Z] ---> Using cache [2022-07-05T19:01:03.439Z] ---> 6163dcce331b [2022-07-05T19:01:03.439Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:01:03.439Z] ---> Using cache [2022-07-05T19:01:03.439Z] ---> 5225fc8b0587 [2022-07-05T19:01:03.439Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-05T19:01:03.439Z] 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-07-05T19:01:03.439Z] Running setup.py install for texttable: finished with status 'done' [2022-07-05T19:01:03.439Z] Running setup.py install for PyYAML: started [2022-07-05T19:01:03.699Z] ---> 6fbd507a0b3d [2022-07-05T19:01:03.699Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-07-05T19:01:03.699Z] ---> Running in 690d6c6ca203 [2022-07-05T19:01:03.961Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-05T19:01:03.961Z] ---> fc160019d818 [2022-07-05T19:01:03.961Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-07-05T19:01:04.221Z] Running setup.py install for docopt: started [2022-07-05T19:01:04.221Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:04.221Z] ---> Running in 79a7d4fa5c90 [2022-07-05T19:01:04.480Z] Removing intermediate container 79a7d4fa5c90 [2022-07-05T19:01:04.480Z] ---> 465ee6660344 [2022-07-05T19:01:04.480Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-05T19:01:04.480Z] Running setup.py install for docopt: finished with status 'done' [2022-07-05T19:01:04.480Z] Running setup.py install for dockerpty: started [2022-07-05T19:01:05.051Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-05T19:01:05.051Z] ---> 4e3859fdb6e9 [2022-07-05T19:01:05.051Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-05T19:01:05.051Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:01:05.051Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:01:05.051Z] ---> c45063636fa8 [2022-07-05T19:01:05.051Z] Step 3/22 : WORKDIR /edgex-go [2022-07-05T19:01:05.051Z] ---> Using cache [2022-07-05T19:01:05.051Z] ---> 6163dcce331b [2022-07-05T19:01:05.051Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:01:05.051Z] ---> Using cache [2022-07-05T19:01:05.051Z] ---> 5225fc8b0587 [2022-07-05T19:01:05.051Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-05T19:01:05.051Z] ---> Running in 808bd5c4e94d [2022-07-05T19:01:05.051Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:05.051Z] ---> Running in 3e07976d6968 [2022-07-05T19:01:05.311Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-07-05T19:01:05.311Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:05.311Z] OK: 221 MiB in 52 packages [2022-07-05T19:01:05.882Z] Removing intermediate container 3e07976d6968 [2022-07-05T19:01:05.882Z] ---> c77cb570e851 [2022-07-05T19:01:05.882Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-05T19:01:06.144Z] ---> Running in de3544bef752 [2022-07-05T19:01:06.144Z] Removing intermediate container 690d6c6ca203 [2022-07-05T19:01:06.144Z] ---> f07cd2e4b7ec [2022-07-05T19:01:06.144Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-05T19:01:06.144Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:06.144Z] Removing intermediate container de3544bef752 [2022-07-05T19:01:06.144Z] ---> 3d1af8e7e628 [2022-07-05T19:01:06.144Z] Step 28/31 : CMD ["gate"] [2022-07-05T19:01:06.404Z] ---> 2af0ecbdaafa [2022-07-05T19:01:06.404Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:01:06.404Z] ---> Running in 0b741a35bd8e [2022-07-05T19:01:06.404Z] ---> Running in 2ef2759905d5 [2022-07-05T19:01:06.685Z] OK: 221 MiB in 52 packages [2022-07-05T19:01:06.685Z] Removing intermediate container 0b741a35bd8e [2022-07-05T19:01:06.685Z] ---> 942c2fb51ac2 [2022-07-05T19:01:06.685Z] Step 29/31 : LABEL arch=x86_64 [2022-07-05T19:01:07.257Z] ---> Running in adfd4dfad3b3 [2022-07-05T19:01:07.518Z] Removing intermediate container adfd4dfad3b3 [2022-07-05T19:01:07.518Z] ---> 73c8cf22e1c6 [2022-07-05T19:01:07.518Z] Step 30/31 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:01:07.518Z] Removing intermediate container 808bd5c4e94d [2022-07-05T19:01:07.518Z] ---> cf7c44bd7f2d [2022-07-05T19:01:07.518Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-05T19:01:07.778Z] ---> Running in bed21ea53923 [2022-07-05T19:01:07.778Z] Removing intermediate container 2ef2759905d5 [2022-07-05T19:01:07.778Z] ---> 5c0274e8ce69 [2022-07-05T19:01:07.778Z] Step 8/22 : COPY . . [2022-07-05T19:01:08.037Z] Removing intermediate container bed21ea53923 [2022-07-05T19:01:08.037Z] ---> 09a1c95e4588 [2022-07-05T19:01:08.037Z] Step 31/31 : LABEL version=0.0.0 [2022-07-05T19:01:08.037Z] ---> a03efd90b758 [2022-07-05T19:01:08.037Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:01:08.299Z] ---> Running in 9d15f21fc01e [2022-07-05T19:01:08.300Z] ---> Running in b55ee69831dd [2022-07-05T19:01:08.559Z] Removing intermediate container b55ee69831dd [2022-07-05T19:01:08.559Z] ---> 75a383bdba84 [2022-07-05T19:01:08.559Z] [2022-07-05T19:01:08.819Z] Successfully built 75a383bdba84 [2022-07-05T19:01:08.819Z] Successfully tagged security-bootstrapper:latest [2022-07-05T19:01:08.819Z]  Building security-bootstrapper ... done Building support-notifications [2022-07-05T19:01:09.078Z] Removing intermediate container a3c40fb57f4a [2022-07-05T19:01:09.078Z] ---> 6b8293a1256a [2022-07-05T19:01:09.078Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-05T19:01:11.631Z] ---> Running in 4b0c0def4dbb [2022-07-05T19:01:12.573Z] Removing intermediate container 4b0c0def4dbb [2022-07-05T19:01:12.573Z] ---> d02b214fbdf7 [2022-07-05T19:01:12.573Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-05T19:01:12.573Z] Removing intermediate container 9d15f21fc01e [2022-07-05T19:01:12.573Z] ---> dc44cfd5a926 [2022-07-05T19:01:12.573Z] Step 8/22 : COPY . . [2022-07-05T19:01:12.573Z] ---> Running in d9c31beb6b68 [2022-07-05T19:01:13.145Z] Removing intermediate container d9c31beb6b68 [2022-07-05T19:01:13.145Z] ---> cdd56e6ad4fe [2022-07-05T19:01:13.145Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-05T19:01:14.084Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:01:14.084Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:01:14.084Z] ---> c45063636fa8 [2022-07-05T19:01:14.084Z] Step 3/22 : WORKDIR /edgex-go [2022-07-05T19:01:14.084Z] ---> Using cache [2022-07-05T19:01:14.084Z] ---> 6163dcce331b [2022-07-05T19:01:14.084Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:01:14.084Z] ---> Using cache [2022-07-05T19:01:14.084Z] ---> 5225fc8b0587 [2022-07-05T19:01:14.084Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-05T19:01:15.467Z] ---> 81a6dd26b05d [2022-07-05T19:01:15.467Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-05T19:01:15.467Z] ---> Running in 5ca5bff8316a [2022-07-05T19:01:15.467Z] ---> 2e336069faee [2022-07-05T19:01:15.467Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-05T19:01:15.467Z] ---> Running in efd601185b7d [2022-07-05T19:01:15.467Z] ---> ade2dd9e811b [2022-07-05T19:01:15.467Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-05T19:01:15.727Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:15.989Z] ---> 54acc8e4bf6e [2022-07-05T19:01:15.989Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-05T19:01:16.251Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-05T19:01:16.251Z] ---> Running in 16b751d97fba [2022-07-05T19:01:16.538Z] Removing intermediate container 16b751d97fba [2022-07-05T19:01:16.538Z] ---> d6f438d1105a [2022-07-05T19:01:16.538Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:01:16.538Z] ---> Running in f0a213d72776 [2022-07-05T19:01:16.538Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:16.799Z] Removing intermediate container f0a213d72776 [2022-07-05T19:01:16.799Z] ---> eeed427b11d0 [2022-07-05T19:01:16.799Z] Step 21/23 : LABEL arch=x86_64 [2022-07-05T19:01:16.799Z] ---> Running in 722efc6e65fd [2022-07-05T19:01:17.065Z] OK: 221 MiB in 52 packages [2022-07-05T19:01:17.331Z] Removing intermediate container 722efc6e65fd [2022-07-05T19:01:17.331Z] ---> a56289394062 [2022-07-05T19:01:17.331Z] Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:01:17.331Z] ---> Running in 68ae5a57a82d [2022-07-05T19:01:17.590Z] Removing intermediate container 5ca5bff8316a [2022-07-05T19:01:17.590Z] ---> d90e502305ba [2022-07-05T19:01:17.590Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-05T19:01:17.590Z] Removing intermediate container 68ae5a57a82d [2022-07-05T19:01:17.590Z] ---> 50d5fe08afbb [2022-07-05T19:01:17.590Z] Step 23/23 : LABEL version=0.0.0 [2022-07-05T19:01:17.851Z] ---> Running in 0815c2422ee8 [2022-07-05T19:01:17.851Z] ---> 3c1a9521e1a3 [2022-07-05T19:01:17.851Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:01:18.111Z] Removing intermediate container 0815c2422ee8 [2022-07-05T19:01:18.111Z] ---> f4c998573f02 [2022-07-05T19:01:18.111Z] [2022-07-05T19:01:18.111Z] ---> Running in e9940b22ed2c [2022-07-05T19:01:18.111Z] Successfully built f4c998573f02 [2022-07-05T19:01:18.111Z] Successfully tagged sys-mgmt-agent:latest [2022-07-05T19:01:18.111Z] Building security-secretstore-setup [2022-07-05T19:01:23.412Z]  Building sys-mgmt-agent ... done  ---> 891558d159f2 [2022-07-05T19:01:23.412Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-05T19:01:23.412Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:01:23.412Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:01:23.412Z] ---> c45063636fa8 [2022-07-05T19:01:23.412Z] Step 3/25 : WORKDIR /edgex-go [2022-07-05T19:01:23.412Z] ---> Using cache [2022-07-05T19:01:23.412Z] ---> 6163dcce331b [2022-07-05T19:01:23.412Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:01:23.412Z] ---> Using cache [2022-07-05T19:01:23.412Z] ---> 5225fc8b0587 [2022-07-05T19:01:23.412Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-05T19:01:23.412Z] ---> Using cache [2022-07-05T19:01:23.412Z] ---> cf7c44bd7f2d [2022-07-05T19:01:23.412Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-05T19:01:23.412Z] ---> Using cache [2022-07-05T19:01:23.412Z] ---> a03efd90b758 [2022-07-05T19:01:23.412Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:01:23.412Z] ---> Using cache [2022-07-05T19:01:23.412Z] ---> dc44cfd5a926 [2022-07-05T19:01:23.412Z] Step 8/25 : COPY . . [2022-07-05T19:01:23.412Z] ---> Using cache [2022-07-05T19:01:23.412Z] ---> 891558d159f2 [2022-07-05T19:01:23.412Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-05T19:01:23.412Z] ---> Running in cf130735bfd6 [2022-07-05T19:01:23.412Z] ---> Running in 88a0a34e404b [2022-07-05T19:01:23.412Z] Removing intermediate container e9940b22ed2c [2022-07-05T19:01:23.412Z] ---> affbf55ac90b [2022-07-05T19:01:23.412Z] Step 8/22 : COPY . . [2022-07-05T19:01:23.672Z] 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-07-05T19:01:23.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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-05T19:01:28.132Z] Removing intermediate container 08f8a1cf7d5d [2022-07-05T19:01:28.132Z] ---> 563263e8f559 [2022-07-05T19:01:28.132Z] [2022-07-05T19:01:28.132Z] Step 10/23 : FROM alpine:3.14 [2022-07-05T19:01:28.132Z] ---> e04c818066af [2022-07-05T19:01:28.132Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-05T19:01:28.700Z] ---> Running in 019483351efb [2022-07-05T19:01:28.985Z] Removing intermediate container 019483351efb [2022-07-05T19:01:28.985Z] ---> a45dabcbd989 [2022-07-05T19:01:28.985Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-05T19:01:29.246Z] ---> Running in 6bede8827035 [2022-07-05T19:01:29.820Z] Removing intermediate container 6bede8827035 [2022-07-05T19:01:29.820Z] ---> 79a19e81277b [2022-07-05T19:01:29.820Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-05T19:01:30.081Z] ---> Running in 994b6f62f7be [2022-07-05T19:01:30.345Z] Removing intermediate container 994b6f62f7be [2022-07-05T19:01:30.346Z] ---> 0bb2b53e2c18 [2022-07-05T19:01:30.346Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:01:30.610Z] ---> Running in 535b28747122 [2022-07-05T19:01:30.648Z] Removing intermediate container d10cea2b10d0 [2022-07-05T19:01:30.648Z] ---> dfa7b905151c [2022-07-05T19:01:30.648Z] Successfully built dfa7b905151c [2022-07-05T19:01:30.648Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T19:01:31.063Z] + docker inspect -f . ci-base-image-arm64 [2022-07-05T19:01:31.063Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-05T19:01:31.181Z] ---> 8e355fd3463b [2022-07-05T19:01:31.181Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-05T19:01:31.394Z] prd-ubuntu20.04-docker-arm64-4c-16g-16967 does not seem to be running inside a container [2022-07-05T19:01:31.440Z] ---> Running in 4c948c33bb17 [2022-07-05T19:01:31.484Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-05T19:01:32.380Z] Removing intermediate container 535b28747122 [2022-07-05T19:01:32.381Z] ---> 3ba64ef373f6 [2022-07-05T19:01:32.381Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-05T19:01:32.381Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-05T19:01:32.381Z] ---> Running in a38f59cd9778 [2022-07-05T19:01:32.845Z] $ docker top 1d1b73a8261c8be69f895af721a773e07ec158d9de800e67d7cff3fd0e9f635e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-05T19:01:33.320Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:33.863Z] + go version [2022-07-05T19:01:33.863Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-07-05T19:01:33.901Z] $ docker stop --time=1 1d1b73a8261c8be69f895af721a773e07ec158d9de800e67d7cff3fd0e9f635e [2022-07-05T19:01:34.270Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:34.530Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-05T19:01:34.530Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-07-05T19:01:34.789Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-05T19:01:34.789Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-05T19:01:34.789Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-05T19:01:35.050Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-05T19:01:35.050Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:01:35.050Z] OK: 8 MiB in 20 packages [2022-07-05T19:01:35.538Z] $ docker rm -f 1d1b73a8261c8be69f895af721a773e07ec158d9de800e67d7cff3fd0e9f635e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T19:01:36.431Z] Removing intermediate container a38f59cd9778 [2022-07-05T19:01:36.431Z] ---> 412d27ad7b63 [2022-07-05T19:01:36.431Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:01:36.542Z] + docker inspect -f . ci-base-image-arm64 [2022-07-05T19:01:36.542Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-05T19:01:36.835Z] prd-ubuntu20.04-docker-arm64-4c-16g-16967 does not seem to be running inside a container [2022-07-05T19:01:36.919Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-05T19:01:37.369Z] ---> a875dde6ab6c [2022-07-05T19:01:37.369Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-05T19:01:38.252Z] $ docker top 5f1b35d257d8bc1a76e7b47d93fa544a065d6b8332b51697ec73d52efbae3389 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-05T19:01:38.597Z] ========================================================= [2022-07-05T19:01:38.597Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-07-05T19:01:38.597Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-05T19:01:38.748Z] ---> 67ea04840081 [2022-07-05T19:01:38.748Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-05T19:01:39.304Z] + make test [2022-07-05T19:01:39.304Z] go mod tidy -compat=1.17 [2022-07-05T19:01:39.315Z] ---> a7e170d002a6 [2022-07-05T19:01:39.315Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-05T19:01:39.652Z] ---> Running in b9dae009ca4d [2022-07-05T19:01:39.911Z] Removing intermediate container b9dae009ca4d [2022-07-05T19:01:39.911Z] ---> 767eb0744139 [2022-07-05T19:01:39.911Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:01:39.911Z] ---> Running in 1c3638a6911a [2022-07-05T19:01:40.171Z] Removing intermediate container 1c3638a6911a [2022-07-05T19:01:40.171Z] ---> 3da626acea91 [2022-07-05T19:01:40.171Z] Step 21/23 : LABEL arch=x86_64 [2022-07-05T19:01:40.171Z] ---> Running in 3d67c6364651 [2022-07-05T19:01:40.294Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-05T19:01:40.431Z] Removing intermediate container 3d67c6364651 [2022-07-05T19:01:40.431Z] ---> 9f3410c483ca [2022-07-05T19:01:40.431Z] Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:01:40.692Z] ---> Running in d70da85f4455 [2022-07-05T19:01:40.955Z] Removing intermediate container d70da85f4455 [2022-07-05T19:01:40.955Z] ---> 05362809d600 [2022-07-05T19:01:40.955Z] Step 23/23 : LABEL version=0.0.0 [2022-07-05T19:01:40.955Z] ---> Running in de5e89c9e6b7 [2022-07-05T19:01:41.215Z] Removing intermediate container de5e89c9e6b7 [2022-07-05T19:01:41.215Z] ---> 28b40a67bfb5 [2022-07-05T19:01:41.215Z] [2022-07-05T19:01:41.215Z] Successfully built 28b40a67bfb5 [2022-07-05T19:01:41.215Z] Successfully tagged core-data:latest [2022-07-05T19:01:41.215Z]  Building core-data ... done Building core-command [2022-07-05T19:01:45.408Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:01:45.408Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:01:45.408Z] ---> c45063636fa8 [2022-07-05T19:01:45.408Z] Step 3/23 : WORKDIR /edgex-go [2022-07-05T19:01:45.408Z] ---> Using cache [2022-07-05T19:01:45.408Z] ---> 6163dcce331b [2022-07-05T19:01:45.408Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:01:45.408Z] ---> Using cache [2022-07-05T19:01:45.408Z] ---> 5225fc8b0587 [2022-07-05T19:01:45.408Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-05T19:01:45.408Z] ---> Using cache [2022-07-05T19:01:45.408Z] ---> cf7c44bd7f2d [2022-07-05T19:01:45.408Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-05T19:01:45.408Z] ---> Using cache [2022-07-05T19:01:45.408Z] ---> a03efd90b758 [2022-07-05T19:01:45.408Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:01:45.408Z] ---> Using cache [2022-07-05T19:01:45.408Z] ---> dc44cfd5a926 [2022-07-05T19:01:45.408Z] Step 8/23 : COPY . . [2022-07-05T19:01:45.408Z] ---> Using cache [2022-07-05T19:01:45.408Z] ---> 891558d159f2 [2022-07-05T19:01:45.408Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-05T19:01:45.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/secrets-config ./cmd/secrets-config [2022-07-05T19:01:46.565Z] 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-07-05T19:01:46.828Z] ---> Running in 68ca97a81947 [2022-07-05T19:01:47.103Z] Removing intermediate container efd601185b7d [2022-07-05T19:01:47.103Z] ---> 38ec96a9ca82 [2022-07-05T19:01:47.103Z] [2022-07-05T19:01:47.103Z] Step 10/22 : FROM alpine:3.14 [2022-07-05T19:01:47.103Z] ---> e04c818066af [2022-07-05T19:01:47.103Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-05T19:01:47.103Z] ---> Using cache [2022-07-05T19:01:47.103Z] ---> eee7c7fc6e23 [2022-07-05T19:01:47.103Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-05T19:01:47.103Z] ---> Using cache [2022-07-05T19:01:47.103Z] ---> db8b961ed616 [2022-07-05T19:01:47.103Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-05T19:01:47.362Z] ---> Running in 3847f4cdb251 [2022-07-05T19:01:47.622Z] Removing intermediate container 3847f4cdb251 [2022-07-05T19:01:47.622Z] ---> 8e34fa70cbbc [2022-07-05T19:01:47.622Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-05T19:01:47.622Z] 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/core-command/core-command ./cmd/core-command [2022-07-05T19:01:47.622Z] ---> Running in 3377348a8c8b [2022-07-05T19:01:47.887Z] Removing intermediate container 3377348a8c8b [2022-07-05T19:01:47.887Z] ---> 05bae761fbd0 [2022-07-05T19:01:47.887Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:01:48.824Z] ---> c19eaa1ccf79 [2022-07-05T19:01:48.824Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-05T19:01:50.730Z] Removing intermediate container 88a0a34e404b [2022-07-05T19:01:50.730Z] ---> 445e6db07bcb [2022-07-05T19:01:50.730Z] [2022-07-05T19:01:50.730Z] Step 10/25 : FROM alpine:3.14 [2022-07-05T19:01:50.730Z] ---> e04c818066af [2022-07-05T19:01:50.730Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-05T19:01:50.990Z] ---> 83357b7052f8 [2022-07-05T19:01:50.990Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-05T19:01:50.990Z] ---> Running in 591769e9534f [2022-07-05T19:01:50.990Z] Removing intermediate container cf130735bfd6 [2022-07-05T19:01:50.990Z] ---> f7ab6017f47f [2022-07-05T19:01:50.990Z] [2022-07-05T19:01:50.990Z] Step 10/22 : FROM alpine:3.14 [2022-07-05T19:01:50.990Z] ---> e04c818066af [2022-07-05T19:01:50.990Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-05T19:01:51.253Z] ---> Running in 25f298d3e3d2 [2022-07-05T19:01:51.253Z] ---> 997baa0a93bb [2022-07-05T19:01:51.253Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-05T19:01:51.512Z] ---> Running in 4767911b61bc [2022-07-05T19:01:51.771Z] Removing intermediate container 4767911b61bc [2022-07-05T19:01:51.771Z] ---> 72fc2bf87909 [2022-07-05T19:01:51.771Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:01:51.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:51.771Z] ---> Running in e01a8ea3589c [2022-07-05T19:01:51.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:51.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:52.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:52.036Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-05T19:01:52.036Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-05T19:01:52.036Z] (3/3) Installing su-exec (0.2-r1) [2022-07-05T19:01:52.036Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:01:52.036Z] Executing ca-certificates-20211220-r0.trigger [2022-07-05T19:01:52.036Z] Removing intermediate container e01a8ea3589c [2022-07-05T19:01:52.036Z] ---> d8bd52c3a122 [2022-07-05T19:01:52.036Z] Step 20/22 : LABEL arch=x86_64 [2022-07-05T19:01:52.036Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-05T19:01:52.036Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-07-05T19:01:52.036Z] ---> Running in f0dce45d3c64 [2022-07-05T19:01:52.036Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-07-05T19:01:52.036Z] OK: 6 MiB in 17 packages [2022-07-05T19:01:52.036Z] (4/6) Installing libcurl (7.79.1-r2) [2022-07-05T19:01:52.036Z] (5/6) Installing curl (7.79.1-r2) [2022-07-05T19:01:52.036Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-05T19:01:52.036Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:01:52.302Z] Executing ca-certificates-20211220-r0.trigger [2022-07-05T19:01:52.302Z] OK: 8 MiB in 20 packages [2022-07-05T19:01:52.302Z] Removing intermediate container f0dce45d3c64 [2022-07-05T19:01:52.302Z] ---> d2a647116618 [2022-07-05T19:01:52.302Z] Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:01:52.563Z] ---> Running in 4bcce3f541f7 [2022-07-05T19:01:52.823Z] Removing intermediate container 4bcce3f541f7 [2022-07-05T19:01:52.823Z] ---> 31f1fb90d1e2 [2022-07-05T19:01:52.823Z] Step 22/22 : LABEL version=0.0.0 [2022-07-05T19:01:52.823Z] ---> Running in 1b649e5b2bee [2022-07-05T19:01:53.082Z] Removing intermediate container 1b649e5b2bee [2022-07-05T19:01:53.082Z] ---> 880189e63f03 [2022-07-05T19:01:53.082Z] [2022-07-05T19:01:53.343Z] Successfully built 880189e63f03 [2022-07-05T19:01:53.343Z] Removing intermediate container 591769e9534f [2022-07-05T19:01:53.343Z] ---> 7a3759dba995 [2022-07-05T19:01:53.343Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-05T19:01:53.343Z] Removing intermediate container 25f298d3e3d2 [2022-07-05T19:01:53.343Z] ---> 6f6bb4666598 [2022-07-05T19:01:53.343Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-05T19:01:53.343Z] Successfully tagged support-scheduler:latest [2022-07-05T19:01:53.343Z]  Building support-scheduler ... done Building security-spiffe-token-provider [2022-07-05T19:01:53.343Z] ---> Running in 9a0d123a2df2 [2022-07-05T19:01:53.343Z] ---> Running in 8f6dfd8d5000 [2022-07-05T19:01:55.261Z] Removing intermediate container 9a0d123a2df2 [2022-07-05T19:01:55.261Z] ---> f445ef919a81 [2022-07-05T19:01:55.261Z] Step 13/22 : WORKDIR /edgex [2022-07-05T19:01:55.829Z] Removing intermediate container 8f6dfd8d5000 [2022-07-05T19:01:55.829Z] ---> 4793c31d9f63 [2022-07-05T19:01:55.829Z] Step 13/25 : WORKDIR / [2022-07-05T19:01:56.447Z] ---> Running in 13d57adf60c4 [2022-07-05T19:01:56.710Z] ---> Running in d13914dc4a7f [2022-07-05T19:01:56.971Z] Removing intermediate container 13d57adf60c4 [2022-07-05T19:01:56.971Z] ---> 6875fc7a3fbd [2022-07-05T19:01:56.971Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-05T19:01:56.971Z] Removing intermediate container d13914dc4a7f [2022-07-05T19:01:56.971Z] ---> eef7bd5e98d7 [2022-07-05T19:01:56.971Z] 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-07-05T19:01:57.231Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:01:57.231Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:01:57.231Z] ---> c45063636fa8 [2022-07-05T19:01:57.231Z] Step 3/20 : WORKDIR /edgex-go [2022-07-05T19:01:57.231Z] ---> Using cache [2022-07-05T19:01:57.231Z] ---> 6163dcce331b [2022-07-05T19:01:57.231Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-05T19:01:57.495Z] ---> Running in 758c8c8738ef [2022-07-05T19:01:57.495Z] ---> e088cc156adf [2022-07-05T19:01:57.495Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-05T19:01:57.495Z] ---> d73d9b12fc2c [2022-07-05T19:01:57.495Z] 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-07-05T19:01:58.096Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:58.096Z] ---> 26487007668e [2022-07-05T19:01:58.096Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-05T19:01:58.358Z] ---> 4d5bbbd8a528 [2022-07-05T19:01:58.358Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-05T19:01:58.928Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:58.928Z] ---> 9f945bb7f5cc [2022-07-05T19:01:58.928Z] 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-07-05T19:01:59.188Z] ---> 2a6764d732b4 [2022-07-05T19:01:59.188Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-05T19:01:59.188Z] ---> 06ae94a44200 [2022-07-05T19:01:59.188Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-05T19:01:59.188Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-05T19:01:59.188Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-05T19:01:59.188Z] OK: 15866 distinct packages available [2022-07-05T19:01:59.188Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:01:59.446Z] ---> b601fdef9097 [2022-07-05T19:01:59.446Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-05T19:01:59.706Z] ---> Running in f8835d03fcc5 [2022-07-05T19:01:59.706Z] ---> 9d0810030b64 [2022-07-05T19:01:59.706Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-05T19:01:59.965Z] Removing intermediate container 4c948c33bb17 [2022-07-05T19:01:59.965Z] ---> d0f88ca88f3b [2022-07-05T19:01:59.965Z] [2022-07-05T19:01:59.965Z] Step 10/22 : FROM alpine:3.14 [2022-07-05T19:01:59.965Z] ---> e04c818066af [2022-07-05T19:01:59.965Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-05T19:01:59.965Z] ---> Running in 1b54d51aaeeb [2022-07-05T19:01:59.965Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:02:00.546Z] ---> ef5e49e077f6 [2022-07-05T19:02:00.546Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-05T19:02:00.546Z] OK: 221 MiB in 52 packages [2022-07-05T19:02:00.546Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:02:00.546Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:02:00.546Z] ---> e4df49419711 [2022-07-05T19:02:00.546Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-07-05T19:02:00.809Z] ---> Running in 28701f32e7d4 [2022-07-05T19:02:00.809Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-05T19:02:00.809Z] Removing intermediate container f8835d03fcc5 [2022-07-05T19:02:00.809Z] ---> a1be5e7fd11c [2022-07-05T19:02:00.809Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-05T19:02:00.809Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-05T19:02:00.809Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:02:00.809Z] Executing ca-certificates-20211220-r0.trigger [2022-07-05T19:02:00.809Z] OK: 6 MiB in 16 packages [2022-07-05T19:02:01.069Z] ---> Running in ed2d27adfdb9 [2022-07-05T19:02:01.069Z] Removing intermediate container 758c8c8738ef [2022-07-05T19:02:01.069Z] ---> ed691799ed56 [2022-07-05T19:02:01.069Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-05T19:02:01.069Z] Removing intermediate container ed2d27adfdb9 [2022-07-05T19:02:01.069Z] ---> bac04be00a03 [2022-07-05T19:02:01.069Z] Step 20/22 : LABEL arch=x86_64 [2022-07-05T19:02:01.329Z] ---> Running in 35442b6f12f7 [2022-07-05T19:02:01.329Z] ---> ef31a30f6c4c [2022-07-05T19:02:01.329Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:02:01.329Z] Removing intermediate container 35442b6f12f7 [2022-07-05T19:02:01.329Z] ---> 2b8bef4722bd [2022-07-05T19:02:01.329Z] Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:02:01.329Z] ---> Running in 2c38927f76b7 [2022-07-05T19:02:01.589Z] Removing intermediate container 1b54d51aaeeb [2022-07-05T19:02:01.589Z] ---> 5b42be24cc3f [2022-07-05T19:02:01.589Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-05T19:02:01.589Z] ---> Running in 3f912783e567 [2022-07-05T19:02:01.589Z] ---> Running in bed57ee0db1c [2022-07-05T19:02:01.589Z] Removing intermediate container 3f912783e567 [2022-07-05T19:02:01.589Z] ---> 1fe15167ed59 [2022-07-05T19:02:01.589Z] Step 22/22 : LABEL version=0.0.0 [2022-07-05T19:02:01.857Z] ---> Running in b215293fde91 [2022-07-05T19:02:01.857Z] Removing intermediate container bed57ee0db1c [2022-07-05T19:02:01.857Z] ---> 78fcc0117944 [2022-07-05T19:02:01.857Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-05T19:02:01.857Z] ---> Running in cd13333df6b4 [2022-07-05T19:02:01.857Z] Removing intermediate container 28701f32e7d4 [2022-07-05T19:02:01.857Z] ---> 11dd1c0e6edf [2022-07-05T19:02:01.857Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-05T19:02:02.116Z] Removing intermediate container b215293fde91 [2022-07-05T19:02:02.116Z] ---> b1a22f182dd0 [2022-07-05T19:02:02.116Z] [2022-07-05T19:02:02.116Z] ---> Running in ddbdf946da26 [2022-07-05T19:02:02.116Z] Removing intermediate container cd13333df6b4 [2022-07-05T19:02:02.116Z] ---> 99b81327eb47 [2022-07-05T19:02:02.116Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-05T19:02:02.116Z] Successfully built b1a22f182dd0 [2022-07-05T19:02:02.375Z] ---> Running in ae253727b5ce [2022-07-05T19:02:02.375Z] Successfully tagged security-proxy-setup:latest [2022-07-05T19:02:02.375Z]  Building security-proxy-setup ... done Removing intermediate container ddbdf946da26 [2022-07-05T19:02:02.375Z] ---> df4ba4b5bd35 [2022-07-05T19:02:02.375Z] Step 23/25 : LABEL arch=x86_64 [2022-07-05T19:02:02.375Z] ---> Running in 3db685a3824d [2022-07-05T19:02:02.635Z] Removing intermediate container ae253727b5ce [2022-07-05T19:02:02.635Z] ---> 13bd78f5a469 [2022-07-05T19:02:02.635Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:02:02.635Z] Removing intermediate container 3db685a3824d [2022-07-05T19:02:02.635Z] ---> fc493896877a [2022-07-05T19:02:02.635Z] Step 24/25 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:02:02.635Z] Removing intermediate container 2c38927f76b7 [2022-07-05T19:02:02.635Z] ---> 174121c3183e [2022-07-05T19:02:02.635Z] Step 7/20 : COPY . . [2022-07-05T19:02:02.894Z] ---> Running in 680b39ee7209 [2022-07-05T19:02:02.894Z] ---> b2191258dfc8 [2022-07-05T19:02:02.894Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-05T19:02:03.836Z] Removing intermediate container 680b39ee7209 [2022-07-05T19:02:03.836Z] ---> 486be88a79e1 [2022-07-05T19:02:03.836Z] Step 25/25 : LABEL version=0.0.0 [2022-07-05T19:02:04.780Z] ---> afd551e7e46e [2022-07-05T19:02:04.781Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-05T19:02:04.781Z] ---> Running in 56b3cbad526a [2022-07-05T19:02:04.781Z] Removing intermediate container 68ca97a81947 [2022-07-05T19:02:04.781Z] ---> 9352e88573ea [2022-07-05T19:02:04.781Z] [2022-07-05T19:02:04.781Z] Step 10/23 : FROM alpine:3.14 [2022-07-05T19:02:04.781Z] ---> e04c818066af [2022-07-05T19:02:04.781Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-05T19:02:04.781Z] ---> Using cache [2022-07-05T19:02:04.781Z] ---> eee7c7fc6e23 [2022-07-05T19:02:04.781Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-05T19:02:04.781Z] ---> Using cache [2022-07-05T19:02:04.781Z] ---> db8b961ed616 [2022-07-05T19:02:04.781Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-05T19:02:04.781Z] ---> Running in 3f0be8f6dc8e [2022-07-05T19:02:04.781Z] Removing intermediate container 56b3cbad526a [2022-07-05T19:02:04.781Z] ---> a750f88bee8a [2022-07-05T19:02:04.781Z] [2022-07-05T19:02:05.041Z] ---> 9e583d37d753 [2022-07-05T19:02:05.041Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-05T19:02:05.041Z] Successfully built a750f88bee8a [2022-07-05T19:02:05.041Z] Successfully tagged security-secretstore-setup:latest [2022-07-05T19:02:05.041Z]  Building security-secretstore-setup ... done  ---> Running in d0627908b7b4 [2022-07-05T19:02:05.041Z] Removing intermediate container 3f0be8f6dc8e [2022-07-05T19:02:05.041Z] ---> d425094e01f1 [2022-07-05T19:02:05.041Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-05T19:02:05.301Z] ---> Running in de9fc197831b [2022-07-05T19:02:05.301Z] Removing intermediate container d0627908b7b4 [2022-07-05T19:02:05.301Z] ---> 7b5b82283a77 [2022-07-05T19:02:05.301Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:02:05.561Z] ---> Running in 466eff22a898 [2022-07-05T19:02:05.561Z] Removing intermediate container de9fc197831b [2022-07-05T19:02:05.561Z] ---> e4f666eaf898 [2022-07-05T19:02:05.561Z] Step 15/23 : WORKDIR / [2022-07-05T19:02:05.561Z] ---> Running in 3338c37066e9 [2022-07-05T19:02:05.561Z] Removing intermediate container 466eff22a898 [2022-07-05T19:02:05.561Z] ---> c9143b0084e2 [2022-07-05T19:02:05.561Z] Step 20/22 : LABEL arch=x86_64 [2022-07-05T19:02:05.821Z] ---> Running in bd8216703afb [2022-07-05T19:02:05.821Z] Removing intermediate container 3338c37066e9 [2022-07-05T19:02:05.821Z] ---> 5126d87aedcf [2022-07-05T19:02:05.821Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:02:05.821Z] Removing intermediate container bd8216703afb [2022-07-05T19:02:05.821Z] ---> 828e2db05b9d [2022-07-05T19:02:05.821Z] Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:02:05.821Z] ---> 7400f109c675 [2022-07-05T19:02:05.821Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-05T19:02:06.080Z] ---> Running in 5faf548fff8d [2022-07-05T19:02:06.340Z] Removing intermediate container 5faf548fff8d [2022-07-05T19:02:06.340Z] ---> 50ad56f8db5f [2022-07-05T19:02:06.340Z] Step 22/22 : LABEL version=0.0.0 [2022-07-05T19:02:06.601Z] ---> 215e6c01d1e7 [2022-07-05T19:02:06.601Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-05T19:02:06.601Z] ---> Running in 3f3485d4b887 [2022-07-05T19:02:06.883Z] Removing intermediate container 3f3485d4b887 [2022-07-05T19:02:06.883Z] ---> a271e1085cfb [2022-07-05T19:02:06.883Z] [2022-07-05T19:02:06.883Z] Successfully built a271e1085cfb [2022-07-05T19:02:06.883Z] Successfully tagged support-notifications:latest [2022-07-05T19:02:06.883Z]  Building support-notifications ... done  ---> c011c99bb877 [2022-07-05T19:02:06.883Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-05T19:02:07.149Z] ---> Running in 37f939ae5a92 [2022-07-05T19:02:07.149Z] Removing intermediate container 37f939ae5a92 [2022-07-05T19:02:07.149Z] ---> 13c960ba9a9b [2022-07-05T19:02:07.149Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:02:07.409Z] ---> Running in e778f1416865 [2022-07-05T19:02:07.409Z] Removing intermediate container e778f1416865 [2022-07-05T19:02:07.409Z] ---> 45454eef563a [2022-07-05T19:02:07.409Z] Step 21/23 : LABEL arch=x86_64 [2022-07-05T19:02:07.409Z] ---> Running in 404aa21bcf0e [2022-07-05T19:02:07.669Z] Removing intermediate container 404aa21bcf0e [2022-07-05T19:02:07.669Z] ---> 503f1f35ad3a [2022-07-05T19:02:07.669Z] Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:02:07.669Z] ---> Running in cda14270a0ec [2022-07-05T19:02:07.930Z] Removing intermediate container cda14270a0ec [2022-07-05T19:02:07.930Z] ---> cfd8426ead3f [2022-07-05T19:02:07.930Z] Step 23/23 : LABEL version=0.0.0 [2022-07-05T19:02:07.930Z] ---> Running in a1a8b6b0e7a1 [2022-07-05T19:02:08.190Z] Removing intermediate container a1a8b6b0e7a1 [2022-07-05T19:02:08.190Z] ---> e6f9d75c0bf6 [2022-07-05T19:02:08.190Z] [2022-07-05T19:02:08.190Z] Successfully built e6f9d75c0bf6 [2022-07-05T19:02:08.190Z] Successfully tagged core-command:latest [2022-07-05T19:02:08.761Z]  Building core-command ... done  ---> 455f2c6a9e46 [2022-07-05T19:02:08.761Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-05T19:02:08.761Z] ---> Running in 8f3a23680146 [2022-07-05T19:02:09.020Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-05T19:02:12.648Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-07-05T19:02:23.912Z] Removing intermediate container 8f3a23680146 [2022-07-05T19:02:23.912Z] ---> 96a176a516d9 [2022-07-05T19:02:23.912Z] [2022-07-05T19:02:23.912Z] Step 9/20 : FROM alpine:3.15 [2022-07-05T19:02:23.912Z] ---> 0ac33e5f5afa [2022-07-05T19:02:23.912Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-05T19:02:23.912Z] ---> Using cache [2022-07-05T19:02:23.912Z] ---> 949200c27656 [2022-07-05T19:02:23.912Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:02:23.912Z] ---> Using cache [2022-07-05T19:02:23.912Z] ---> 656fbca0d65a [2022-07-05T19:02:23.912Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-05T19:02:23.912Z] ---> Running in fe2d5636786c [2022-07-05T19:02:23.912Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:02:24.172Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:02:24.432Z] v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-05T19:02:24.432Z] v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-05T19:02:24.432Z] OK: 15859 distinct packages available [2022-07-05T19:02:24.432Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-05T19:02:25.371Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-05T19:02:25.633Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-05T19:02:25.893Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-05T19:02:25.893Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-05T19:02:25.893Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-05T19:02:26.153Z] (5/9) Installing curl (7.80.0-r2) [2022-07-05T19:02:26.153Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-05T19:02:26.153Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-05T19:02:26.413Z] (8/9) Installing libucontext (1.1-r0) [2022-07-05T19:02:26.413Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-05T19:02:26.676Z] Executing busybox-1.34.1-r5.trigger [2022-07-05T19:02:26.676Z] Executing ca-certificates-20211220-r0.trigger [2022-07-05T19:02:26.676Z] OK: 8 MiB in 23 packages [2022-07-05T19:02:27.250Z] Removing intermediate container fe2d5636786c [2022-07-05T19:02:27.250Z] ---> 8c41f60b85b0 [2022-07-05T19:02:27.250Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:02:27.250Z] ---> 1ffd5021b284 [2022-07-05T19:02:27.250Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-05T19:02:27.822Z] ---> 48898646b91a [2022-07-05T19:02:27.822Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-05T19:02:28.082Z] ---> f9d04f0af8f3 [2022-07-05T19:02:28.082Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-07-05T19:02:28.082Z] ---> Running in 717fe6fbc6d4 [2022-07-05T19:02:28.082Z] Removing intermediate container 717fe6fbc6d4 [2022-07-05T19:02:28.082Z] ---> 95cb755ce4dc [2022-07-05T19:02:28.082Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:02:28.082Z] ---> Running in cadc41505fed [2022-07-05T19:02:28.344Z] Removing intermediate container cadc41505fed [2022-07-05T19:02:28.344Z] ---> bffcd9f2a818 [2022-07-05T19:02:28.344Z] Step 18/20 : LABEL arch=x86_64 [2022-07-05T19:02:28.344Z] ---> Running in 623f58a45548 [2022-07-05T19:02:28.344Z] Removing intermediate container 623f58a45548 [2022-07-05T19:02:28.344Z] ---> b1d5e4c924ce [2022-07-05T19:02:28.344Z] Step 19/20 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:02:28.607Z] ---> Running in e5f1847ae440 [2022-07-05T19:02:28.607Z] Removing intermediate container e5f1847ae440 [2022-07-05T19:02:28.607Z] ---> a210baf58816 [2022-07-05T19:02:28.607Z] Step 20/20 : LABEL version=0.0.0 [2022-07-05T19:02:28.607Z] ---> Running in 804fcbb462d3 [2022-07-05T19:02:28.867Z] Removing intermediate container 804fcbb462d3 [2022-07-05T19:02:28.867Z] ---> e09a33872b66 [2022-07-05T19:02:28.867Z] [2022-07-05T19:02:28.867Z] Successfully built e09a33872b66 [2022-07-05T19:02:28.867Z] Successfully tagged security-spiffe-token-provider:latest [2022-07-05T19:02:28.874Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-07-05T19:02:28.901Z] $ docker stop --time=1 57e82bfb9fde8e7dc5e5390d6ded2b1310259540faaf764b6e4cf6a4a532c21a [2022-07-05T19:02:30.209Z] $ docker rm -f 57e82bfb9fde8e7dc5e5390d6ded2b1310259540faaf764b6e4cf6a4a532c21a [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-05T19:02:30.650Z] + docker images [2022-07-05T19:02:30.650Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-05T19:02:30.650Z] security-spiffe-token-provider latest e09a33872b66 2 seconds ago 29MB [2022-07-05T19:02:30.650Z] 96a176a516d9 9 seconds ago 1.67GB [2022-07-05T19:02:30.650Z] core-command latest e6f9d75c0bf6 23 seconds ago 16.1MB [2022-07-05T19:02:30.650Z] support-notifications latest a271e1085cfb 24 seconds ago 27MB [2022-07-05T19:02:30.650Z] security-secretstore-setup latest a750f88bee8a 26 seconds ago 28.5MB [2022-07-05T19:02:30.650Z] 9352e88573ea 27 seconds ago 1.61GB [2022-07-05T19:02:30.650Z] security-proxy-setup latest b1a22f182dd0 29 seconds ago 26.9MB [2022-07-05T19:02:30.650Z] d0f88ca88f3b 31 seconds ago 1.68GB [2022-07-05T19:02:30.650Z] support-scheduler latest 880189e63f03 38 seconds ago 26.4MB [2022-07-05T19:02:30.650Z] f7ab6017f47f 40 seconds ago 1.62GB [2022-07-05T19:02:30.650Z] 445e6db07bcb 41 seconds ago 1.63GB [2022-07-05T19:02:30.650Z] 38ec96a9ca82 44 seconds ago 1.67GB [2022-07-05T19:02:30.650Z] core-data latest 28b40a67bfb5 49 seconds ago 22.5MB [2022-07-05T19:02:30.650Z] 563263e8f559 About a minute ago 1.65GB [2022-07-05T19:02:30.650Z] sys-mgmt-agent latest f4c998573f02 About a minute ago 299MB [2022-07-05T19:02:30.650Z] security-bootstrapper latest 75a383bdba84 About a minute ago 19.1MB [2022-07-05T19:02:30.650Z] core-metadata latest 029c9fcf4125 About a minute ago 17MB [2022-07-05T19:02:30.650Z] security-spire-config latest 9f02fb87b17c About a minute ago 86.7MB [2022-07-05T19:02:30.650Z] f22c2b1ee343 About a minute ago 1.62GB [2022-07-05T19:02:30.651Z] ba4684210b16 About a minute ago 1.62GB [2022-07-05T19:02:30.651Z] 3d773f243106 About a minute ago 1.62GB [2022-07-05T19:02:30.651Z] security-spire-agent latest 459b4ca645e6 About a minute ago 127MB [2022-07-05T19:02:30.651Z] security-spire-server latest 16d24aa6bc63 About a minute ago 87.3MB [2022-07-05T19:02:30.651Z] 8c9f2c90e84e 2 minutes ago 1.52GB [2022-07-05T19:02:30.651Z] 581a9d434c61 2 minutes ago 1.52GB [2022-07-05T19:02:30.651Z] ci-base-image-x86_64 latest c45063636fa8 4 minutes ago 1.02GB [2022-07-05T19:02:30.651Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 8f69c11f6b0c 4 weeks ago 680MB [2022-07-05T19:02:30.651Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 d7ea09dbb500 4 weeks ago 253MB [2022-07-05T19:02:30.651Z] docker 20.10.14 7417809fdb73 3 months ago 218MB [2022-07-05T19:02:30.651Z] alpine 3.14 e04c818066af 3 months ago 5.59MB [2022-07-05T19:02:30.651Z] alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB [2022-07-05T19:02:30.651Z] 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-07-05T19:03:49.518Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-07-05T19:03:49.518Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-07-05T19:03:49.518Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-07-05T19:03:49.518Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-07-05T19:03:49.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-07-05T19:03:49.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-07-05T19:03:49.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-07-05T19:03:49.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-07-05T19:03:49.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-07-05T19:03:52.161Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-07-05T19:03:52.161Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-07-05T19:03:52.161Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-07-05T19:03:52.161Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-07-05T19:03:52.161Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-07-05T19:03:52.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-07-05T19:04:07.279Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.226s coverage: 28.7% of statements [2022-07-05T19:04:07.279Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-07-05T19:04:07.279Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-07-05T19:04:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.555s coverage: 98.5% of statements [2022-07-05T19:04:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-07-05T19:04:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.453s coverage: 54.2% of statements [2022-07-05T19:04:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-07-05T19:04:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-07-05T19:04:32.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.153s coverage: 89.2% of statements [2022-07-05T19:04:32.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-07-05T19:04:32.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-07-05T19:04:32.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-07-05T19:04:32.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.425s coverage: 83.8% of statements [2022-07-05T19:04:32.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-07-05T19:04:32.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-07-05T19:04:32.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-07-05T19:04:32.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-07-05T19:04:32.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-07-05T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.649s coverage: 95.6% of statements [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-07-05T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.461s coverage: 72.2% of statements [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-07-05T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.348s coverage: 60.0% of statements [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-07-05T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.687s coverage: 0.9% of statements [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-07-05T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.633s coverage: 58.8% of statements [2022-07-05T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.411s coverage: 29.6% of statements [2022-07-05T19:04:35.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-07-05T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.234s coverage: 47.1% of statements [2022-07-05T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.247s coverage: 79.5% of statements [2022-07-05T19:04:35.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.261s coverage: 94.1% of statements [2022-07-05T19:04:36.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.243s coverage: 96.3% of statements [2022-07-05T19:04:36.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.190s coverage: 87.5% of statements [2022-07-05T19:04:49.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.303s coverage: 94.4% of statements [2022-07-05T19:04:49.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.241s coverage: 44.8% of statements [2022-07-05T19:04:57.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.701s coverage: 82.5% of statements [2022-07-05T19:04:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-07-05T19:05:03.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.287s coverage: 92.9% of statements [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-07-05T19:05:03.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.075s coverage: 65.1% of statements [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-07-05T19:05:03.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.208s coverage: 87.2% of statements [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-07-05T19:05:03.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.176s coverage: 100.0% of statements [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-07-05T19:05:03.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.290s coverage: 58.8% of statements [2022-07-05T19:05:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-07-05T19:05:03.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.269s coverage: 80.0% of statements [2022-07-05T19:05:03.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.231s coverage: 87.2% of statements [2022-07-05T19:05:03.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.298s coverage: 85.4% of statements [2022-07-05T19:05:03.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.959s coverage: 91.2% of statements [2022-07-05T19:05:03.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-07-05T19:05:07.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.040s coverage: 64.4% of statements [2022-07-05T19:05:07.452Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-07-05T19:05:07.452Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-07-05T19:05:07.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.254s coverage: 100.0% of statements [2022-07-05T19:05:07.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.151s coverage: 89.4% of statements [2022-07-05T19:05:07.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2022-07-05T19:05:07.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2022-07-05T19:05:07.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2022-07-05T19:05:15.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.385s coverage: 65.4% of statements [2022-07-05T19:05:15.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-07-05T19:05:15.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-07-05T19:05:15.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-07-05T19:05:17.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.158s coverage: 43.8% of statements [2022-07-05T19:05:17.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-07-05T19:05:17.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-07-05T19:05:17.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.409s coverage: 89.5% of statements [2022-07-05T19:05:17.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-07-05T19:05:17.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.259s coverage: 84.8% of statements [2022-07-05T19:05:17.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-07-05T19:05:17.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-07-05T19:05:17.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-07-05T19:05:17.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-07-05T19:05:27.965Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.397s coverage: 17.7% of statements [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-07-05T19:05:27.965Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.772s coverage: 92.3% of statements [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-07-05T19:05:27.965Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.324s coverage: 63.2% of statements [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-07-05T19:05:27.965Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.495s coverage: 97.7% of statements [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-07-05T19:05:27.965Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.212s coverage: 28.9% of statements [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-07-05T19:05:27.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-07-05T19:05:27.965Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.207s coverage: 100.0% of statements [2022-07-05T19:05:27.965Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 96.9% of statements [2022-07-05T19:05:28.240Z] 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-07-05T19:05:28.240Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-07-05T19:05:28.240Z] GO111MODULE=on go vet ./... [2022-07-05T19:07:20.110Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-05T19:07:20.110Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-05T19:07:20.110Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-05T19:07:20.152Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-07-05T19:07:20.828Z] + ls -al . [2022-07-05T19:07:20.828Z] total 680 [2022-07-05T19:07:20.828Z] drwxrwxr-x 9 1001 1001 4096 Jul 5 19:01 . [2022-07-05T19:07:20.828Z] drwxr-xr-x 4 root root 4096 Jul 5 19:01 .. [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 11 Jul 5 18:59 .dockerignore [2022-07-05T19:07:20.828Z] drwxrwxr-x 8 1001 1001 4096 Jul 5 18:59 .git [2022-07-05T19:07:20.828Z] drwxrwxr-x 3 1001 1001 4096 Jul 5 18:59 .github [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 879 Jul 5 18:59 .gitignore [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 42 Jul 5 18:59 .golangci.yml [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 87 Jul 5 18:59 .hadolint.yml [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 166 Jul 5 18:59 .sonarcloud.properties [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 1171 Jul 5 18:59 ADOPTERS.md [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 10347 Jul 5 18:59 Attribution.txt [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 63209 Jul 5 18:59 CHANGELOG.md [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 3804 Jul 5 18:59 CONTRIBUTING.md [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 677 Jul 5 18:59 GOVERNANCE.md [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 850 Jul 5 18:59 Jenkinsfile [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 10775 Jul 5 18:59 LICENSE [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 10389 Jul 5 18:59 Makefile [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 582 Jul 5 18:59 OWNERS.md [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 9094 Jul 5 18:59 README.md [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 6912 Jul 5 18:59 SECURITY.md [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 5 Jul 5 18:57 VERSION [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 4131 Jul 5 18:59 ZMQWindows.md [2022-07-05T19:07:20.828Z] drwxrwxr-x 2 1001 1001 4096 Jul 5 18:59 bin [2022-07-05T19:07:20.828Z] drwxrwxr-x 18 1001 1001 4096 Jul 5 18:59 cmd [2022-07-05T19:07:20.828Z] -rw-r--r-- 1 root root 435593 Jul 5 19:05 coverage.out [2022-07-05T19:07:20.828Z] -rw-rw-r-- 1 1001 1001 3311 Jul 5 18:59 go.mod [2022-07-05T19:07:20.829Z] -rw-rw-r-- 1 1001 1001 36231 Jul 5 19:01 go.sum [2022-07-05T19:07:20.829Z] drwxrwxr-x 8 1001 1001 4096 Jul 5 18:59 internal [2022-07-05T19:07:20.829Z] drwxrwxr-x 3 1001 1001 4096 Jul 5 18:59 openapi [2022-07-05T19:07:20.829Z] drwxrwxr-x 4 1001 1001 4096 Jul 5 18:59 snap [2022-07-05T19:07:20.829Z] -rw-rw-r-- 1 1001 1001 204 Jul 5 18:59 version.go [Pipeline] sh [2022-07-05T19:07:21.494Z] + '[' -e coverage.out ] [2022-07-05T19:07:21.494Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-07-05T19:07:21.538Z] Warning: overwriting stash ‘coverage-report’ [2022-07-05T19:07:22.257Z] Stashed 1 file(s) [Pipeline] sh [2022-07-05T19:07:22.924Z] + make build [2022-07-05T19:07:22.924Z] 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-07-05T19:08:44.695Z] 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/core-metadata/core-metadata ./cmd/core-metadata [2022-07-05T19:09:31.879Z] 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/core-command/core-command ./cmd/core-command [2022-07-05T19:09:36.182Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-05T19:10:15.182Z] 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-07-05T19:10:15.182Z] 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-07-05T19:10:15.457Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-05T19:10:22.179Z] 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-07-05T19:10:24.794Z] 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-07-05T19:10:30.198Z] 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-07-05T19:10:32.811Z] 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-07-05T19:10:37.110Z] 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-07-05T19:10:43.819Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-07-05T19:10:49.248Z] $ docker stop --time=1 5f1b35d257d8bc1a76e7b47d93fa544a065d6b8332b51697ec73d52efbae3389 [2022-07-05T19:10:51.453Z] $ docker rm -f 5f1b35d257d8bc1a76e7b47d93fa544a065d6b8332b51697ec73d52efbae3389 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T19:10:54.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-05T19:10:54.193Z] [2022-07-05T19:10:54.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T19:10:54.619Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-05T19:10:54.894Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-07-05T19:10:54.894Z] 29e5d40040c1: Pulling fs layer [2022-07-05T19:10:54.894Z] 1ce36da41761: Pulling fs layer [2022-07-05T19:10:54.894Z] 25b303627fd3: Pulling fs layer [2022-07-05T19:10:54.894Z] 29e5d40040c1: Verifying Checksum [2022-07-05T19:10:54.894Z] 29e5d40040c1: Download complete [2022-07-05T19:10:55.176Z] 1ce36da41761: Verifying Checksum [2022-07-05T19:10:55.176Z] 1ce36da41761: Download complete [2022-07-05T19:10:55.454Z] 29e5d40040c1: Pull complete [2022-07-05T19:10:56.897Z] 1ce36da41761: Pull complete [2022-07-05T19:10:56.897Z] 25b303627fd3: Verifying Checksum [2022-07-05T19:10:56.897Z] 25b303627fd3: Download complete [2022-07-05T19:11:09.307Z] 25b303627fd3: Pull complete [2022-07-05T19:11:09.307Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-07-05T19:11:09.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-05T19:11:09.307Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-05T19:11:09.724Z] prd-ubuntu20.04-docker-arm64-4c-16g-16967 does not seem to be running inside a container [2022-07-05T19:11:09.820Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-07-05T19:11:12.221Z] $ docker top 3cb903a52a769515395ef3fb5f85a794d7a3c41bc854dce3b332a7883261cead -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-05T19:11:13.206Z] + grep parallel [2022-07-05T19:11:13.206Z] + docker-compose build --help [2022-07-05T19:11:17.510Z] --parallel Build images in parallel. [Pipeline] } [2022-07-05T19:11:17.823Z] $ docker stop --time=1 3cb903a52a769515395ef3fb5f85a794d7a3c41bc854dce3b332a7883261cead [2022-07-05T19:11:19.516Z] $ docker rm -f 3cb903a52a769515395ef3fb5f85a794d7a3c41bc854dce3b332a7883261cead [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T19:11:20.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-05T19:11:20.325Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-05T19:11:20.618Z] prd-ubuntu20.04-docker-arm64-4c-16g-16967 does not seem to be running inside a container [2022-07-05T19:11:20.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-07-05T19:11:22.012Z] $ docker top 3963b1c447fe529e4871db0845b9572344e5558b7965c2844548da816b6f3e1e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-05T19:11:22.989Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-05T19:11:28.412Z] Building core-command ... [2022-07-05T19:11:28.412Z] Building core-data ... [2022-07-05T19:11:28.412Z] Building core-metadata ... [2022-07-05T19:11:28.412Z] Building security-bootstrapper ... [2022-07-05T19:11:28.412Z] Building security-proxy-setup ... [2022-07-05T19:11:28.412Z] Building security-secretstore-setup ... [2022-07-05T19:11:28.412Z] Building security-spiffe-token-provider ... [2022-07-05T19:11:28.412Z] Building security-spire-agent ... [2022-07-05T19:11:28.412Z] Building security-spire-config ... [2022-07-05T19:11:28.412Z] Building security-spire-server ... [2022-07-05T19:11:28.412Z] Building support-notifications ... [2022-07-05T19:11:28.412Z] Building support-scheduler ... [2022-07-05T19:11:28.412Z] Building sys-mgmt-agent ... [2022-07-05T19:11:28.412Z] Building security-spire-server [2022-07-05T19:11:28.700Z] Building core-data [2022-07-05T19:11:28.700Z] Building security-bootstrapper [2022-07-05T19:11:28.700Z] Building security-spire-config [2022-07-05T19:11:28.700Z] Building sys-mgmt-agent [2022-07-05T19:13:05.464Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:13:05.464Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:13:05.464Z] ---> dfa7b905151c [2022-07-05T19:13:05.464Z] Step 3/23 : WORKDIR /edgex-go [2022-07-05T19:13:05.464Z] ---> Running in 5849f878062c [2022-07-05T19:13:05.464Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:13:05.464Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:13:05.464Z] ---> dfa7b905151c [2022-07-05T19:13:05.464Z] Step 3/26 : WORKDIR /edgex-go [2022-07-05T19:13:05.464Z] ---> Running in fc51612e813b [2022-07-05T19:13:05.464Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:13:05.464Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:13:05.464Z] ---> dfa7b905151c [2022-07-05T19:13:05.464Z] Step 3/31 : WORKDIR /edgex-go [2022-07-05T19:13:05.464Z] ---> Running in b154e4fb8f70 [2022-07-05T19:13:05.464Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:13:05.464Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:13:05.464Z] ---> dfa7b905151c [2022-07-05T19:13:05.464Z] Step 3/23 : WORKDIR /edgex-go [2022-07-05T19:13:05.464Z] ---> Running in efeb9355f50f [2022-07-05T19:13:05.464Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:13:05.464Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:13:05.464Z] ---> dfa7b905151c [2022-07-05T19:13:05.464Z] Step 3/25 : WORKDIR /edgex-go [2022-07-05T19:13:05.464Z] ---> Running in 0ec351892a2c [2022-07-05T19:13:05.464Z] Removing intermediate container fc51612e813b [2022-07-05T19:13:05.464Z] ---> 63c5e9cc1505 [2022-07-05T19:13:05.464Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:13:05.464Z] Removing intermediate container 5849f878062c [2022-07-05T19:13:05.464Z] ---> 692b014b34b2 [2022-07-05T19:13:05.464Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:13:05.464Z] ---> Running in 581d871fb163 [2022-07-05T19:13:05.464Z] ---> Running in 77072ca539c4 [2022-07-05T19:13:05.464Z] Removing intermediate container b154e4fb8f70 [2022-07-05T19:13:05.464Z] ---> 3baffc5749de [2022-07-05T19:13:05.464Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:13:05.464Z] Removing intermediate container efeb9355f50f [2022-07-05T19:13:05.464Z] ---> 05e167d8b31a [2022-07-05T19:13:05.464Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:13:05.464Z] Removing intermediate container 0ec351892a2c [2022-07-05T19:13:05.464Z] ---> 10468bad0a37 [2022-07-05T19:13:05.464Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:13:05.464Z] ---> Running in 468c94b29384 [2022-07-05T19:13:05.464Z] ---> Running in c3ed444001ed [2022-07-05T19:13:05.464Z] ---> Running in 1d03ce12da62 [2022-07-05T19:13:05.464Z] Removing intermediate container 581d871fb163 [2022-07-05T19:13:05.464Z] ---> cd0dfe6223e6 [2022-07-05T19:13:05.465Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-05T19:13:05.465Z] Removing intermediate container 77072ca539c4 [2022-07-05T19:13:05.465Z] ---> 4959c368a2a4 [2022-07-05T19:13:05.465Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-05T19:13:05.465Z] ---> Running in 063d093415b5 [2022-07-05T19:13:05.465Z] ---> Running in 349a25ca8963 [2022-07-05T19:13:05.465Z] Removing intermediate container 468c94b29384 [2022-07-05T19:13:05.465Z] ---> 60c58bca2318 [2022-07-05T19:13:05.465Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-05T19:13:05.465Z] ---> Running in 5c7932dc4525 [2022-07-05T19:13:05.465Z] Removing intermediate container 1d03ce12da62 [2022-07-05T19:13:05.465Z] ---> 5c7bd416f3c6 [2022-07-05T19:13:05.465Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-05T19:13:05.465Z] ---> Running in 46f9fbfaf87d [2022-07-05T19:13:05.465Z] Removing intermediate container c3ed444001ed [2022-07-05T19:13:05.465Z] ---> 71656d054e49 [2022-07-05T19:13:05.465Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-05T19:13:05.465Z] ---> Running in 7858ad782d05 [2022-07-05T19:13:05.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:05.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:05.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:05.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:05.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:05.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:05.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:05.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:05.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:05.465Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:05.465Z] OK: 220 MiB in 52 packages [2022-07-05T19:13:05.465Z] OK: 220 MiB in 52 packages [2022-07-05T19:13:05.465Z] OK: 220 MiB in 52 packages [2022-07-05T19:13:05.465Z] OK: 220 MiB in 52 packages [2022-07-05T19:13:05.465Z] OK: 220 MiB in 52 packages [2022-07-05T19:13:05.465Z] Removing intermediate container 063d093415b5 [2022-07-05T19:13:05.465Z] ---> c50edd1dbf6c [2022-07-05T19:13:05.465Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-05T19:13:05.465Z] Removing intermediate container 5c7932dc4525 [2022-07-05T19:13:05.465Z] ---> f632243d98d2 [2022-07-05T19:13:05.465Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-05T19:13:05.465Z] Removing intermediate container 349a25ca8963 [2022-07-05T19:13:05.465Z] ---> 108b50e4b60a [2022-07-05T19:13:05.465Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-05T19:13:05.465Z] Removing intermediate container 7858ad782d05 [2022-07-05T19:13:05.465Z] ---> ecb5a1b9170b [2022-07-05T19:13:05.465Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-05T19:13:05.465Z] ---> 598c70646f4c [2022-07-05T19:13:05.465Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:13:05.465Z] Removing intermediate container 46f9fbfaf87d [2022-07-05T19:13:05.465Z] ---> 8eb45486a026 [2022-07-05T19:13:05.465Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-05T19:13:05.465Z] ---> Running in 87603bbefe57 [2022-07-05T19:13:06.067Z] ---> 362b28617179 [2022-07-05T19:13:06.067Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:13:06.067Z] ---> Running in 744e3f6158c1 [2022-07-05T19:13:06.341Z] ---> 01fbd7cf7abc [2022-07-05T19:13:06.341Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:13:06.341Z] ---> Running in 93378dcc4a8c [2022-07-05T19:13:06.943Z] ---> d691460d76d0 [2022-07-05T19:13:06.943Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:13:07.219Z] ---> Running in dc13ed6801c4 [2022-07-05T19:13:07.219Z] ---> 35c2783fb2db [2022-07-05T19:13:07.219Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:13:07.498Z] ---> Running in 484f4f7f3375 [2022-07-05T19:13:10.915Z] Removing intermediate container 87603bbefe57 [2022-07-05T19:13:10.916Z] ---> 216137c9674e [2022-07-05T19:13:10.916Z] Step 8/26 : COPY . . [2022-07-05T19:13:12.919Z] Removing intermediate container 744e3f6158c1 [2022-07-05T19:13:12.919Z] ---> 5bddc532c4f9 [2022-07-05T19:13:12.919Z] Step 8/31 : COPY . . [2022-07-05T19:13:12.919Z] Removing intermediate container 93378dcc4a8c [2022-07-05T19:13:12.919Z] ---> e0f7ccd3dc75 [2022-07-05T19:13:12.919Z] Step 8/23 : COPY . . [2022-07-05T19:13:13.196Z] Removing intermediate container 484f4f7f3375 [2022-07-05T19:13:13.196Z] ---> bd9cc81b42ee [2022-07-05T19:13:13.196Z] Step 8/25 : COPY . . [2022-07-05T19:13:13.196Z] Removing intermediate container dc13ed6801c4 [2022-07-05T19:13:13.196Z] ---> 5c93cae0238c [2022-07-05T19:13:13.196Z] Step 8/23 : COPY . . [2022-07-05T19:13:40.025Z] ---> 69ba05520bf1 [2022-07-05T19:13:40.025Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-05T19:13:40.025Z] ---> b1e983bddff0 [2022-07-05T19:13:40.025Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-05T19:13:40.025Z] ---> Running in 46c1338bce56 [2022-07-05T19:13:40.025Z] ---> Running in 6da1f2c4d432 [2022-07-05T19:13:40.662Z] ---> a499df7596a2 [2022-07-05T19:13:40.662Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-05T19:13:40.948Z] ---> Running in 3bd75d4e72f3 [2022-07-05T19:13:41.225Z] Removing intermediate container 46c1338bce56 [2022-07-05T19:13:41.225Z] ---> abe9d78d0fbf [2022-07-05T19:13:41.225Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-05T19:13:41.503Z] ---> Running in e2ded916eb08 [2022-07-05T19:13:41.781Z] 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-07-05T19:13:41.781Z] Removing intermediate container 3bd75d4e72f3 [2022-07-05T19:13:41.781Z] ---> cc7b6cb537f9 [2022-07-05T19:13:41.781Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-05T19:13:42.062Z] ---> Running in 85f47d881d3a [2022-07-05T19:13:42.062Z] ---> f8fb34473ac8 [2022-07-05T19:13:42.062Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-05T19:13:42.062Z] ---> Running in 9b9b53943e0e [2022-07-05T19:13:42.671Z] Removing intermediate container e2ded916eb08 [2022-07-05T19:13:42.671Z] ---> 8f1015ba6815 [2022-07-05T19:13:42.671Z] 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-07-05T19:13:42.951Z] ---> Running in c050ffc92169 [2022-07-05T19:13:42.951Z] Removing intermediate container 85f47d881d3a [2022-07-05T19:13:42.951Z] ---> 3a2f0d5fd04e [2022-07-05T19:13:42.951Z] 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-07-05T19:13:43.240Z] ---> 9564225c069e [2022-07-05T19:13:43.240Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-05T19:13:43.240Z] ---> Running in d155c67e51dd [2022-07-05T19:13:43.522Z] ---> Running in 5b8dbee233ee [2022-07-05T19:13:44.973Z] 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-07-05T19:13:46.963Z] 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-07-05T19:13:47.579Z] Removing intermediate container c050ffc92169 [2022-07-05T19:13:47.579Z] ---> f63cd81b3436 [2022-07-05T19:13:47.579Z] Step 12/26 : WORKDIR /edgex-go [2022-07-05T19:13:47.579Z] ---> Running in fb75404ae108 [2022-07-05T19:13:47.859Z] Removing intermediate container 5b8dbee233ee [2022-07-05T19:13:47.859Z] ---> d201a8226de3 [2022-07-05T19:13:47.859Z] Step 12/25 : WORKDIR /edgex-go [2022-07-05T19:13:48.141Z] ---> Running in 57b155e20eb4 [2022-07-05T19:13:48.422Z] Removing intermediate container fb75404ae108 [2022-07-05T19:13:48.422Z] ---> 4dafcb505f81 [2022-07-05T19:13:48.422Z] [2022-07-05T19:13:48.422Z] Step 13/26 : FROM alpine:3.15 [2022-07-05T19:13:48.701Z] 3.15: Pulling from library/alpine [2022-07-05T19:13:48.701Z] Removing intermediate container 57b155e20eb4 [2022-07-05T19:13:48.701Z] ---> e695dbeb6a8d [2022-07-05T19:13:48.701Z] [2022-07-05T19:13:48.701Z] Step 13/25 : FROM alpine:3.15 [2022-07-05T19:13:48.980Z] 3.15: Pulling from library/alpine [2022-07-05T19:13:50.430Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-05T19:13:50.430Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-05T19:13:50.430Z] Status: Downloaded newer image for alpine:3.15 [2022-07-05T19:13:50.430Z] Status: Image is up to date for alpine:3.15 [2022-07-05T19:13:50.430Z] ---> 3fb3c9af89a9 [2022-07-05T19:13:50.430Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-05T19:13:50.430Z] ---> 3fb3c9af89a9 [2022-07-05T19:13:50.430Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-05T19:13:50.717Z] ---> Running in 26e133188c6e [2022-07-05T19:13:50.717Z] ---> Running in c70628b615bf [2022-07-05T19:13:51.324Z] Removing intermediate container c70628b615bf [2022-07-05T19:13:51.324Z] ---> 48609ff747ba [2022-07-05T19:13:51.324Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:13:51.324Z] ---> Running in ff7c91ffb20f [2022-07-05T19:13:51.607Z] Removing intermediate container 26e133188c6e [2022-07-05T19:13:51.607Z] ---> f5c9395e54da [2022-07-05T19:13:51.607Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:13:51.893Z] ---> Running in 49736befef34 [2022-07-05T19:13:55.360Z] Removing intermediate container ff7c91ffb20f [2022-07-05T19:13:55.360Z] ---> 0d73ee20adaf [2022-07-05T19:13:55.360Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-05T19:13:55.360Z] Removing intermediate container 49736befef34 [2022-07-05T19:13:55.360Z] ---> 46cbf71650ef [2022-07-05T19:13:55.360Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-05T19:13:55.648Z] ---> Running in 4c2667058840 [2022-07-05T19:13:55.648Z] ---> Running in a430e5491859 [2022-07-05T19:13:58.279Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:58.279Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:58.877Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:13:59.152Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:14:00.135Z] v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-05T19:14:00.136Z] v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-05T19:14:00.136Z] OK: 15736 distinct packages available [2022-07-05T19:14:00.413Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:14:00.413Z] v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-05T19:14:00.413Z] v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-05T19:14:00.413Z] OK: 15736 distinct packages available [2022-07-05T19:14:00.690Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:14:01.684Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:14:01.684Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:14:03.140Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-05T19:14:03.140Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-05T19:14:03.140Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-05T19:14:03.140Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-05T19:14:03.140Z] (3/5) Installing libucontext (1.1-r0) [2022-07-05T19:14:03.418Z] (3/4) Installing libucontext (1.1-r0) [2022-07-05T19:14:03.418Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-05T19:14:03.418Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-05T19:14:03.418Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-05T19:14:03.418Z] Executing busybox-1.34.1-r5.trigger [2022-07-05T19:14:03.418Z] OK: 6 MiB in 18 packages [2022-07-05T19:14:03.692Z] Executing busybox-1.34.1-r5.trigger [2022-07-05T19:14:03.692Z] OK: 6 MiB in 19 packages [2022-07-05T19:14:05.677Z] Removing intermediate container 4c2667058840 [2022-07-05T19:14:05.677Z] ---> c7bc0bdc119c [2022-07-05T19:14:05.677Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-05T19:14:05.677Z] Removing intermediate container a430e5491859 [2022-07-05T19:14:05.677Z] ---> 73660d737a79 [2022-07-05T19:14:05.677Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-05T19:14:15.864Z] ---> 7b898164d69a [2022-07-05T19:14:15.864Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-05T19:14:15.864Z] ---> dcf470fed140 [2022-07-05T19:14:15.864Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-05T19:14:15.864Z] ---> c98ab0e1e428 [2022-07-05T19:14:15.864Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-05T19:14:15.864Z] ---> c47feab1434e [2022-07-05T19:14:15.864Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-05T19:14:15.864Z] ---> Running in 3f04efb8f1c9 [2022-07-05T19:14:16.143Z] ---> 20d175ef56bc [2022-07-05T19:14:16.143Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-05T19:14:16.750Z] Removing intermediate container 3f04efb8f1c9 [2022-07-05T19:14:16.750Z] ---> 390ecd60dc7a [2022-07-05T19:14:16.750Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-05T19:14:17.367Z] ---> cc77bb70f4d9 [2022-07-05T19:14:17.367Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-05T19:14:17.660Z] ---> Running in 94bfd52bd88e [2022-07-05T19:14:17.961Z] ---> dc905374a859 [2022-07-05T19:14:17.961Z] Step 21/26 : WORKDIR / [2022-07-05T19:14:17.961Z] ---> Running in b5331d0a0346 [2022-07-05T19:14:18.257Z] Removing intermediate container 94bfd52bd88e [2022-07-05T19:14:18.257Z] ---> 4c6176adf1fa [2022-07-05T19:14:18.257Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-05T19:14:18.257Z] ---> Running in ddffb587f40b [2022-07-05T19:14:18.887Z] Removing intermediate container b5331d0a0346 [2022-07-05T19:14:18.887Z] ---> 0f121e5f6e18 [2022-07-05T19:14:18.887Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-05T19:14:18.887Z] Removing intermediate container ddffb587f40b [2022-07-05T19:14:18.887Z] ---> feaa5a9bd799 [2022-07-05T19:14:18.887Z] Step 23/25 : LABEL arch=arm64 [2022-07-05T19:14:18.887Z] ---> Running in 722510d5a211 [2022-07-05T19:14:18.887Z] ---> Running in b16eec0a80c8 [2022-07-05T19:14:19.883Z] Removing intermediate container 722510d5a211 [2022-07-05T19:14:19.883Z] ---> 509580ded8ce [2022-07-05T19:14:19.883Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-05T19:14:19.883Z] Removing intermediate container b16eec0a80c8 [2022-07-05T19:14:19.883Z] ---> f755a1d2ea69 [2022-07-05T19:14:19.883Z] Step 24/25 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:14:19.883Z] ---> Running in 273e7d87f155 [2022-07-05T19:14:19.883Z] ---> Running in 7d7520cc5951 [2022-07-05T19:14:20.884Z] Removing intermediate container 273e7d87f155 [2022-07-05T19:14:20.884Z] ---> d82ff3dd00aa [2022-07-05T19:14:20.884Z] Step 25/25 : LABEL version=0.0.0 [2022-07-05T19:14:20.884Z] Removing intermediate container 7d7520cc5951 [2022-07-05T19:14:20.884Z] ---> e10a11216369 [2022-07-05T19:14:20.884Z] Step 24/26 : LABEL arch=arm64 [2022-07-05T19:14:20.884Z] ---> Running in ac4aab24f836 [2022-07-05T19:14:20.884Z] ---> Running in be35bc2eb366 [2022-07-05T19:14:21.487Z] Removing intermediate container ac4aab24f836 [2022-07-05T19:14:21.487Z] ---> 00eb615b7718 [2022-07-05T19:14:21.487Z] Step 25/26 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:14:21.487Z] Removing intermediate container be35bc2eb366 [2022-07-05T19:14:21.487Z] ---> e31b02c90508 [2022-07-05T19:14:21.487Z] [2022-07-05T19:14:21.785Z] ---> Running in 64159d97e3e0 [2022-07-05T19:14:22.387Z] Removing intermediate container 64159d97e3e0 [2022-07-05T19:14:22.387Z] ---> fa499d0f613b [2022-07-05T19:14:22.387Z] Step 26/26 : LABEL version=0.0.0 [2022-07-05T19:14:22.387Z] Successfully built e31b02c90508 [2022-07-05T19:14:22.387Z] Successfully tagged security-spire-server-arm64:latest [2022-07-05T19:14:22.387Z] ---> Running in ab366e36e81f [2022-07-05T19:14:22.387Z]  Building security-spire-server ... done Building security-spire-agent [2022-07-05T19:14:22.987Z] Removing intermediate container ab366e36e81f [2022-07-05T19:14:22.987Z] ---> 7188a5ccc085 [2022-07-05T19:14:22.987Z] [2022-07-05T19:14:23.588Z] Successfully built 7188a5ccc085 [2022-07-05T19:14:23.588Z] Successfully tagged security-spire-config-arm64:latest [2022-07-05T19:14:23.588Z]  Building security-spire-config ... done Building core-metadata [2022-07-05T19:15:20.235Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:15:20.235Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:15:20.235Z] ---> dfa7b905151c [2022-07-05T19:15:20.235Z] Step 3/26 : WORKDIR /edgex-go [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> 10468bad0a37 [2022-07-05T19:15:20.235Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> 5c7bd416f3c6 [2022-07-05T19:15:20.235Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> 8eb45486a026 [2022-07-05T19:15:20.235Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> 35c2783fb2db [2022-07-05T19:15:20.235Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> bd9cc81b42ee [2022-07-05T19:15:20.235Z] Step 8/26 : COPY . . [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> a499df7596a2 [2022-07-05T19:15:20.235Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> cc7b6cb537f9 [2022-07-05T19:15:20.235Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> 3a2f0d5fd04e [2022-07-05T19:15:20.235Z] 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-07-05T19:15:20.235Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:15:20.235Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:15:20.235Z] ---> dfa7b905151c [2022-07-05T19:15:20.235Z] Step 3/23 : WORKDIR /edgex-go [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> 10468bad0a37 [2022-07-05T19:15:20.235Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> 5c7bd416f3c6 [2022-07-05T19:15:20.235Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-05T19:15:20.235Z] ---> Running in 7669d121bb56 [2022-07-05T19:15:20.235Z] ---> Running in bc991a6307bf [2022-07-05T19:15:20.235Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:15:20.235Z] Removing intermediate container 7669d121bb56 [2022-07-05T19:15:20.235Z] ---> cd897051b87e [2022-07-05T19:15:20.235Z] Step 12/26 : WORKDIR /edgex-go [2022-07-05T19:15:20.235Z] ---> Running in e4209d1b4963 [2022-07-05T19:15:20.235Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:15:20.235Z] Removing intermediate container e4209d1b4963 [2022-07-05T19:15:20.235Z] ---> 20a7597c9b0f [2022-07-05T19:15:20.235Z] [2022-07-05T19:15:20.235Z] Step 13/26 : FROM alpine:3.15 [2022-07-05T19:15:20.235Z] ---> 3fb3c9af89a9 [2022-07-05T19:15:20.235Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> f5c9395e54da [2022-07-05T19:15:20.235Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:15:20.235Z] ---> Using cache [2022-07-05T19:15:20.235Z] ---> 46cbf71650ef [2022-07-05T19:15:20.235Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-05T19:15:20.235Z] ---> Running in 21123a22f525 [2022-07-05T19:15:20.235Z] OK: 220 MiB in 52 packages [2022-07-05T19:15:20.235Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:15:20.235Z] Removing intermediate container bc991a6307bf [2022-07-05T19:15:20.235Z] ---> e6ef2a4a1266 [2022-07-05T19:15:20.235Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-05T19:15:20.876Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:15:20.876Z] ---> 7560f1d99a6f [2022-07-05T19:15:20.876Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:15:20.876Z] ---> Running in 5dd1c9d87fb9 [2022-07-05T19:15:22.869Z] v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-05T19:15:22.869Z] v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-05T19:15:22.869Z] OK: 15736 distinct packages available [2022-07-05T19:15:22.869Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:15:24.321Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:15:25.311Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-05T19:15:25.311Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-05T19:15:25.596Z] (3/5) Installing libucontext (1.1-r0) [2022-07-05T19:15:25.596Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-05T19:15:25.897Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-05T19:15:25.897Z] Executing busybox-1.34.1-r5.trigger [2022-07-05T19:15:26.182Z] OK: 6 MiB in 19 packages [2022-07-05T19:15:26.788Z] Removing intermediate container 5dd1c9d87fb9 [2022-07-05T19:15:27.068Z] ---> 1e4cb4147a86 [2022-07-05T19:15:27.068Z] Step 8/23 : COPY . . [2022-07-05T19:15:28.062Z] Removing intermediate container 21123a22f525 [2022-07-05T19:15:28.062Z] ---> c0e10deeea76 [2022-07-05T19:15:28.062Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-05T19:15:33.481Z] ---> 5cfe7d24372c [2022-07-05T19:15:33.481Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-05T19:15:43.640Z] ---> 218119be4998 [2022-07-05T19:15:43.640Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-05T19:15:43.640Z] ---> 962d8a052387 [2022-07-05T19:15:43.640Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-05T19:15:45.075Z] ---> d764f9efbe84 [2022-07-05T19:15:45.075Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-05T19:15:46.510Z] ---> a73359e56c99 [2022-07-05T19:15:46.510Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-05T19:15:46.784Z] ---> Running in ddff425c56a2 [2022-07-05T19:15:47.384Z] Removing intermediate container ddff425c56a2 [2022-07-05T19:15:47.384Z] ---> 3b27c2586a41 [2022-07-05T19:15:47.384Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-05T19:15:47.661Z] ---> Running in a7d38b764348 [2022-07-05T19:15:48.652Z] Removing intermediate container a7d38b764348 [2022-07-05T19:15:48.652Z] ---> f0f7ff0e7926 [2022-07-05T19:15:48.652Z] Step 24/26 : LABEL arch=arm64 [2022-07-05T19:15:48.652Z] ---> Running in 9009ac68c396 [2022-07-05T19:15:49.658Z] Removing intermediate container 9009ac68c396 [2022-07-05T19:15:49.658Z] ---> b5650fd50429 [2022-07-05T19:15:49.658Z] Step 25/26 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:15:49.658Z] ---> Running in fcc32cbac475 [2022-07-05T19:15:50.257Z] Removing intermediate container fcc32cbac475 [2022-07-05T19:15:50.257Z] ---> f501003687cf [2022-07-05T19:15:50.257Z] Step 26/26 : LABEL version=0.0.0 [2022-07-05T19:15:50.531Z] ---> Running in 8d1d8210f8bf [2022-07-05T19:15:51.523Z] Removing intermediate container 8d1d8210f8bf [2022-07-05T19:15:51.523Z] ---> aee1de1ab35a [2022-07-05T19:15:51.523Z] [2022-07-05T19:15:52.520Z] Successfully built aee1de1ab35a [2022-07-05T19:15:52.520Z] Successfully tagged security-spire-agent-arm64:latest [2022-07-05T19:15:52.520Z] Building security-spiffe-token-provider [2022-07-05T19:15:55.941Z]  Building security-spire-agent ... done  ---> 76ba3898f369 [2022-07-05T19:15:55.941Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-05T19:15:55.941Z] ---> Running in 724bb146ae64 [2022-07-05T19:15:57.926Z] 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/core-metadata/core-metadata ./cmd/core-metadata [2022-07-05T19:16:30.320Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:16:30.320Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:16:30.320Z] ---> dfa7b905151c [2022-07-05T19:16:30.320Z] Step 3/20 : WORKDIR /edgex-go [2022-07-05T19:16:30.320Z] ---> Using cache [2022-07-05T19:16:30.320Z] ---> 10468bad0a37 [2022-07-05T19:16:30.320Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-05T19:16:30.320Z] ---> Running in 7cc94ee2a680 [2022-07-05T19:16:30.320Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:16:30.320Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:16:31.302Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-05T19:16:31.302Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-05T19:16:31.302Z] OK: 15743 distinct packages available [2022-07-05T19:16:31.302Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:16:32.288Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:16:33.736Z] OK: 220 MiB in 52 packages [2022-07-05T19:16:35.201Z] Removing intermediate container 7cc94ee2a680 [2022-07-05T19:16:35.201Z] ---> ce7c9ab8bc8f [2022-07-05T19:16:35.201Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-05T19:16:36.195Z] ---> 4d4290b6f882 [2022-07-05T19:16:36.195Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:16:36.473Z] ---> Running in 6a2d4ba7e4b8 [2022-07-05T19:16:43.217Z] Removing intermediate container 6a2d4ba7e4b8 [2022-07-05T19:16:43.217Z] ---> c92a8cb4ae6f [2022-07-05T19:16:43.217Z] Step 7/20 : COPY . . [2022-07-05T19:17:05.460Z] ---> f45d672534a3 [2022-07-05T19:17:05.460Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-05T19:17:05.460Z] ---> Running in 9f31f37150b7 [2022-07-05T19:17:05.460Z] 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-07-05T19:18:57.357Z] Removing intermediate container d155c67e51dd [2022-07-05T19:18:57.357Z] ---> 6a5906dc1203 [2022-07-05T19:18:57.357Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-05T19:18:57.357Z] ---> Running in 5126cf8d5144 [2022-07-05T19:18:57.357Z] Removing intermediate container 6da1f2c4d432 [2022-07-05T19:18:57.357Z] ---> 0d04cc0557be [2022-07-05T19:18:57.357Z] [2022-07-05T19:18:57.357Z] Step 10/31 : FROM alpine:3.14 [2022-07-05T19:18:57.357Z] 3.14: Pulling from library/alpine [2022-07-05T19:18:57.357Z] 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-07-05T19:18:57.357Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-05T19:18:57.357Z] Status: Downloaded newer image for alpine:3.14 [2022-07-05T19:18:57.357Z] ---> ac73e934f311 [2022-07-05T19:18:57.357Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-07-05T19:18:57.357Z] ---> Running in 73b3fe895070 [2022-07-05T19:18:57.357Z] Removing intermediate container 73b3fe895070 [2022-07-05T19:18:57.357Z] ---> 57a8cc4046ce [2022-07-05T19:18:57.357Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-05T19:18:57.357Z] ---> Running in e5b213c51766 [2022-07-05T19:18:57.357Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:18:57.357Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:18:57.357Z] Removing intermediate container 5126cf8d5144 [2022-07-05T19:18:57.357Z] ---> 637a100bc680 [2022-07-05T19:18:57.357Z] [2022-07-05T19:18:57.357Z] Step 11/23 : FROM docker:20.10.14 [2022-07-05T19:18:57.357Z] 20.10.14: Pulling from library/docker [2022-07-05T19:18:57.357Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-05T19:18:57.357Z] (2/2) Installing su-exec (0.2-r1) [2022-07-05T19:18:57.357Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:18:57.357Z] OK: 6 MiB in 16 packages [2022-07-05T19:18:57.357Z] Removing intermediate container e5b213c51766 [2022-07-05T19:18:57.357Z] ---> f80af5d9c491 [2022-07-05T19:18:57.357Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-05T19:18:57.357Z] ---> Running in 8c8d4d6ce150 [2022-07-05T19:18:57.357Z] Removing intermediate container 8c8d4d6ce150 [2022-07-05T19:18:57.357Z] ---> 639a85b042c9 [2022-07-05T19:18:57.357Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-07-05T19:18:57.357Z] ---> Running in bd6ef403cdb4 [2022-07-05T19:18:58.354Z] Removing intermediate container bd6ef403cdb4 [2022-07-05T19:18:58.354Z] ---> 92d71e2de902 [2022-07-05T19:18:58.354Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-05T19:18:58.637Z] ---> Running in fc688ab2a344 [2022-07-05T19:19:02.982Z] Removing intermediate container fc688ab2a344 [2022-07-05T19:19:02.982Z] ---> 7e3d96c0496a [2022-07-05T19:19:02.982Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-07-05T19:19:02.982Z] ---> Running in 24c27ce2946b [2022-07-05T19:19:04.027Z] Removing intermediate container 24c27ce2946b [2022-07-05T19:19:04.027Z] ---> e9d8a0bbc3f8 [2022-07-05T19:19:04.027Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-07-05T19:19:06.775Z] ---> 80c962b32f27 [2022-07-05T19:19:06.775Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-07-05T19:19:06.775Z] ---> Running in 20d361a7cffa [2022-07-05T19:19:11.147Z] Removing intermediate container 20d361a7cffa [2022-07-05T19:19:11.147Z] ---> f4bac31d5ee7 [2022-07-05T19:19:11.147Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:19:12.162Z] ---> 798cc50cca1f [2022-07-05T19:19:12.162Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-05T19:19:15.596Z] ---> 8ebdbefb1d0a [2022-07-05T19:19:15.596Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-05T19:19:17.075Z] ---> 80768309a3e5 [2022-07-05T19:19:17.075Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-05T19:19:17.075Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-05T19:19:17.075Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-05T19:19:17.075Z] ---> c346e9eafbab [2022-07-05T19:19:17.075Z] 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-07-05T19:19:17.354Z] ---> Running in 35ad104ce4ab [2022-07-05T19:19:18.003Z] Removing intermediate container 35ad104ce4ab [2022-07-05T19:19:18.003Z] ---> 39915fc6920b [2022-07-05T19:19:18.003Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-07-05T19:19:18.003Z] ---> Running in 688ee089021b [2022-07-05T19:19:18.313Z] ---> bf1425257e68 [2022-07-05T19:19:18.314Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-07-05T19:19:19.804Z] ---> ea66555e77c0 [2022-07-05T19:19:19.804Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-07-05T19:19:20.415Z] ---> Running in 924fc44417cf [2022-07-05T19:19:20.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:19:20.988Z] Removing intermediate container 924fc44417cf [2022-07-05T19:19:20.988Z] ---> b8218e63bbaf [2022-07-05T19:19:20.988Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-05T19:19:21.273Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:19:21.891Z] ---> 75ecbca3109b [2022-07-05T19:19:21.891Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-05T19:19:22.174Z] ---> Running in c4e77136613f [2022-07-05T19:19:23.173Z] (1/43) Installing readline (8.1.1-r0) [2022-07-05T19:19:23.173Z] (2/43) Installing bash (5.1.16-r0) [2022-07-05T19:19:23.173Z] Executing bash-5.1.16-r0.post-install [2022-07-05T19:19:23.173Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-05T19:19:23.173Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-05T19:19:23.173Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-05T19:19:23.173Z] (6/43) Installing curl (7.80.0-r2) [2022-07-05T19:19:23.457Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-05T19:19:23.457Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-05T19:19:23.457Z] (9/43) Installing expat (2.4.7-r0) [2022-07-05T19:19:23.457Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-05T19:19:23.457Z] (11/43) Installing gdbm (1.22-r0) [2022-07-05T19:19:23.457Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-05T19:19:23.457Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-05T19:19:23.457Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-05T19:19:23.457Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-05T19:19:23.745Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-05T19:19:23.745Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-05T19:19:25.772Z] Removing intermediate container c4e77136613f [2022-07-05T19:19:25.772Z] ---> 65b73336cc3e [2022-07-05T19:19:25.772Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-05T19:19:26.077Z] ---> Running in 0dfa24683f4f [2022-07-05T19:19:26.703Z] Removing intermediate container 0dfa24683f4f [2022-07-05T19:19:26.703Z] ---> bbdf09c65305 [2022-07-05T19:19:26.703Z] Step 28/31 : CMD ["gate"] [2022-07-05T19:19:26.980Z] ---> Running in 6148225594b7 [2022-07-05T19:19:27.588Z] Removing intermediate container 6148225594b7 [2022-07-05T19:19:27.588Z] ---> f10ef8f77a00 [2022-07-05T19:19:27.588Z] Step 29/31 : LABEL arch=arm64 [2022-07-05T19:19:27.588Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-05T19:19:27.588Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-05T19:19:27.588Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-05T19:19:27.588Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-05T19:19:27.865Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-05T19:19:27.865Z] ---> Running in 1ad9fc2258c4 [2022-07-05T19:19:27.865Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-05T19:19:28.142Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-05T19:19:28.142Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-05T19:19:28.142Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-05T19:19:28.142Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-05T19:19:28.142Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-05T19:19:28.142Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-05T19:19:28.420Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-05T19:19:28.420Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-05T19:19:28.420Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-05T19:19:28.420Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-05T19:19:28.420Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-05T19:19:28.420Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-05T19:19:28.696Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-05T19:19:28.696Z] Removing intermediate container 1ad9fc2258c4 [2022-07-05T19:19:28.696Z] ---> c379155cc3b7 [2022-07-05T19:19:28.696Z] Step 30/31 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:19:28.696Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-05T19:19:28.696Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-05T19:19:28.696Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-05T19:19:28.696Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-05T19:19:28.696Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-05T19:19:28.972Z] ---> Running in 61026897596f [2022-07-05T19:19:28.972Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-05T19:19:28.972Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-05T19:19:29.585Z] Removing intermediate container 61026897596f [2022-07-05T19:19:29.585Z] ---> b437025499de [2022-07-05T19:19:29.585Z] Step 31/31 : LABEL version=0.0.0 [2022-07-05T19:19:29.866Z] ---> Running in eaa64218257d [2022-07-05T19:19:30.470Z] Executing busybox-1.34.1-r5.trigger [2022-07-05T19:19:30.470Z] OK: 82 MiB in 65 packages [2022-07-05T19:19:30.749Z] Removing intermediate container eaa64218257d [2022-07-05T19:19:30.749Z] ---> 70ef8989be9e [2022-07-05T19:19:30.749Z] [2022-07-05T19:19:31.028Z] Successfully built 70ef8989be9e [2022-07-05T19:19:31.028Z] Successfully tagged security-bootstrapper-arm64:latest [2022-07-05T19:19:31.028Z]  Building security-bootstrapper ... done Building security-proxy-setup [2022-07-05T19:19:36.456Z] Collecting docker-compose==1.23.2 [2022-07-05T19:19:36.737Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-05T19:19:37.345Z] Collecting cached-property<2,>=1.2.0 [2022-07-05T19:19:37.345Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-05T19:19:37.345Z] Collecting docopt<0.7,>=0.6.1 [2022-07-05T19:19:37.345Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-05T19:19:42.787Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-05T19:19:42.787Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-05T19:19:43.073Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-05T19:19:43.073Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-05T19:19:43.352Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-05T19:19:43.630Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-05T19:19:47.992Z] Collecting texttable<0.10,>=0.9.0 [2022-07-05T19:19:47.992Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-05T19:19:54.817Z] Collecting docker<4.0,>=3.6.0 [2022-07-05T19:19:54.817Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-05T19:19:54.817Z] Collecting jsonschema<3,>=2.5.1 [2022-07-05T19:19:54.817Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-05T19:19:54.817Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-07-05T19:19:56.303Z] Collecting PyYAML<4,>=3.10 [2022-07-05T19:19:56.303Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-05T19:19:59.756Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:19:59.756Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:19:59.756Z] ---> dfa7b905151c [2022-07-05T19:19:59.756Z] Step 3/22 : WORKDIR /edgex-go [2022-07-05T19:19:59.756Z] ---> Using cache [2022-07-05T19:19:59.756Z] ---> 10468bad0a37 [2022-07-05T19:19:59.756Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:19:59.756Z] ---> Using cache [2022-07-05T19:19:59.756Z] ---> 5c7bd416f3c6 [2022-07-05T19:19:59.756Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-05T19:19:59.756Z] ---> Using cache [2022-07-05T19:19:59.756Z] ---> e6ef2a4a1266 [2022-07-05T19:19:59.756Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-05T19:19:59.756Z] ---> Using cache [2022-07-05T19:19:59.756Z] ---> 7560f1d99a6f [2022-07-05T19:19:59.756Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:19:59.756Z] ---> Using cache [2022-07-05T19:19:59.756Z] ---> 1e4cb4147a86 [2022-07-05T19:19:59.756Z] Step 8/22 : COPY . . [2022-07-05T19:19:59.756Z] ---> Using cache [2022-07-05T19:20:00.039Z] ---> 76ba3898f369 [2022-07-05T19:20:00.039Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-05T19:20:00.664Z] ---> Running in e68e998dd957 [2022-07-05T19:20:02.696Z] 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-07-05T19:20:03.690Z] Collecting docker-pycreds>=0.4.0 [2022-07-05T19:20:03.972Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-05T19:20:05.426Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-07-05T19:20:05.702Z] Collecting idna<2.8,>=2.5 [2022-07-05T19:20:05.702Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-05T19:20:05.977Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-05T19:20:05.977Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-05T19:20:06.966Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-05T19:20:06.966Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-05T19:20:07.575Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-05T19:20:07.575Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-05T19:20:07.575Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-05T19:20:07.575Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-05T19:20:10.234Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-05T19:20:10.234Z] Attempting uninstall: urllib3 [2022-07-05T19:20:10.234Z] Found existing installation: urllib3 1.26.7 [2022-07-05T19:20:10.234Z] Uninstalling urllib3-1.26.7: [2022-07-05T19:20:10.234Z] Successfully uninstalled urllib3-1.26.7 [2022-07-05T19:20:11.704Z] Attempting uninstall: idna [2022-07-05T19:20:11.704Z] Found existing installation: idna 3.3 [2022-07-05T19:20:11.704Z] Uninstalling idna-3.3: [2022-07-05T19:20:11.704Z] Successfully uninstalled idna-3.3 [2022-07-05T19:20:13.745Z] Removing intermediate container 9b9b53943e0e [2022-07-05T19:20:13.745Z] ---> 46667883268a [2022-07-05T19:20:13.745Z] [2022-07-05T19:20:13.745Z] Step 10/23 : FROM alpine:3.14 [2022-07-05T19:20:13.745Z] ---> ac73e934f311 [2022-07-05T19:20:13.745Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-05T19:20:13.745Z] ---> Running in 758953821edb [2022-07-05T19:20:14.374Z] Removing intermediate container 758953821edb [2022-07-05T19:20:14.374Z] ---> 9cdc50f7f47d [2022-07-05T19:20:14.374Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-05T19:20:14.374Z] ---> Running in b1846608652a [2022-07-05T19:20:14.989Z] Removing intermediate container b1846608652a [2022-07-05T19:20:14.989Z] ---> 96d4ff5b3cc1 [2022-07-05T19:20:14.989Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-05T19:20:14.989Z] ---> Running in 9a0590de82e4 [2022-07-05T19:20:15.598Z] Removing intermediate container 9a0590de82e4 [2022-07-05T19:20:15.598Z] ---> 061e38dceac8 [2022-07-05T19:20:15.598Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:20:15.876Z] ---> Running in ea00ef88ba1d [2022-07-05T19:20:17.342Z] Attempting uninstall: requests [2022-07-05T19:20:17.342Z] Found existing installation: requests 2.26.0 [2022-07-05T19:20:17.342Z] Uninstalling requests-2.26.0: [2022-07-05T19:20:17.625Z] Successfully uninstalled requests-2.26.0 [2022-07-05T19:20:18.238Z] Running setup.py install for texttable: started [2022-07-05T19:20:19.390Z] Removing intermediate container ea00ef88ba1d [2022-07-05T19:20:19.390Z] ---> 5d396e886b6c [2022-07-05T19:20:19.390Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-05T19:20:19.390Z] ---> Running in 57e7a2a8fced [2022-07-05T19:20:21.626Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:20:22.624Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:20:22.903Z] Running setup.py install for texttable: finished with status 'done' [2022-07-05T19:20:23.178Z] Running setup.py install for PyYAML: started [2022-07-05T19:20:23.780Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-05T19:20:24.060Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-07-05T19:20:24.060Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-05T19:20:24.060Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-05T19:20:24.338Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-05T19:20:24.619Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-05T19:20:24.619Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:20:24.619Z] OK: 8 MiB in 20 packages [2022-07-05T19:20:26.626Z] Removing intermediate container 57e7a2a8fced [2022-07-05T19:20:26.626Z] ---> a032f06ef751 [2022-07-05T19:20:26.626Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:20:27.626Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-05T19:20:27.626Z] ---> a58923320a6c [2022-07-05T19:20:27.626Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-05T19:20:28.230Z] Running setup.py install for docopt: started [2022-07-05T19:20:29.708Z] ---> cad6ed99f3a9 [2022-07-05T19:20:29.708Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-05T19:20:31.205Z] ---> 52939441a0a1 [2022-07-05T19:20:31.205Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-05T19:20:31.205Z] ---> Running in 040fd3a0fd04 [2022-07-05T19:20:31.495Z] Removing intermediate container 040fd3a0fd04 [2022-07-05T19:20:31.788Z] ---> 4f44bdfd6c1a [2022-07-05T19:20:31.788Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:20:31.788Z] ---> Running in f9e15974a010 [2022-07-05T19:20:32.410Z] Removing intermediate container f9e15974a010 [2022-07-05T19:20:32.410Z] ---> c62ea1e35be7 [2022-07-05T19:20:32.410Z] Step 21/23 : LABEL arch=arm64 [2022-07-05T19:20:32.410Z] ---> Running in 20be51faa1de [2022-07-05T19:20:33.035Z] Removing intermediate container 20be51faa1de [2022-07-05T19:20:33.035Z] ---> 7aac68d9e64a [2022-07-05T19:20:33.035Z] Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:20:33.035Z] ---> Running in 9ad3bb4ace4c [2022-07-05T19:20:33.317Z] Running setup.py install for docopt: finished with status 'done' [2022-07-05T19:20:33.317Z] Running setup.py install for dockerpty: started [2022-07-05T19:20:33.933Z] Removing intermediate container 9ad3bb4ace4c [2022-07-05T19:20:33.933Z] ---> 9e0759467452 [2022-07-05T19:20:33.933Z] Step 23/23 : LABEL version=0.0.0 [2022-07-05T19:20:33.933Z] ---> Running in 6ee0326ca461 [2022-07-05T19:20:34.548Z] Removing intermediate container 6ee0326ca461 [2022-07-05T19:20:34.548Z] ---> 8b6ce2070a2d [2022-07-05T19:20:34.548Z] [2022-07-05T19:20:35.163Z] Successfully built 8b6ce2070a2d [2022-07-05T19:20:35.163Z] Successfully tagged core-data-arm64:latest [2022-07-05T19:20:35.163Z] Building support-scheduler [2022-07-05T19:20:37.171Z]  Building core-data ... done  Running setup.py install for dockerpty: finished with status 'done' [2022-07-05T19:20:40.609Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-07-05T19:21:02.876Z] Removing intermediate container 688ee089021b [2022-07-05T19:21:02.876Z] ---> f7b52760f1cf [2022-07-05T19:21:02.876Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-05T19:21:02.876Z] ---> Running in d78cbc65f18f [2022-07-05T19:21:02.876Z] Removing intermediate container d78cbc65f18f [2022-07-05T19:21:02.876Z] ---> 52b8c9aa49a9 [2022-07-05T19:21:02.876Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-05T19:21:02.876Z] ---> Running in 62e3ce3620d9 [2022-07-05T19:21:02.876Z] Removing intermediate container 62e3ce3620d9 [2022-07-05T19:21:02.876Z] ---> 4f5f727b5788 [2022-07-05T19:21:02.876Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-05T19:21:04.900Z] ---> ff028244ed87 [2022-07-05T19:21:04.900Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-05T19:21:06.378Z] ---> 8f9ed6573948 [2022-07-05T19:21:06.378Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-05T19:21:07.853Z] ---> 8f408d8ba0f1 [2022-07-05T19:21:07.853Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-05T19:21:08.140Z] ---> Running in 7b45672041ab [2022-07-05T19:21:08.140Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:21:08.140Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:21:08.140Z] ---> dfa7b905151c [2022-07-05T19:21:08.140Z] Step 3/22 : WORKDIR /edgex-go [2022-07-05T19:21:08.140Z] ---> Using cache [2022-07-05T19:21:08.140Z] ---> 10468bad0a37 [2022-07-05T19:21:08.140Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:21:08.140Z] ---> Using cache [2022-07-05T19:21:08.140Z] ---> 5c7bd416f3c6 [2022-07-05T19:21:08.140Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-05T19:21:08.140Z] ---> Using cache [2022-07-05T19:21:08.140Z] ---> e6ef2a4a1266 [2022-07-05T19:21:08.140Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-05T19:21:08.140Z] ---> Using cache [2022-07-05T19:21:08.140Z] ---> 7560f1d99a6f [2022-07-05T19:21:08.140Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:21:08.140Z] ---> Using cache [2022-07-05T19:21:08.140Z] ---> 1e4cb4147a86 [2022-07-05T19:21:08.140Z] Step 8/22 : COPY . . [2022-07-05T19:21:08.140Z] ---> Using cache [2022-07-05T19:21:08.140Z] ---> 76ba3898f369 [2022-07-05T19:21:08.140Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-05T19:21:08.140Z] ---> Running in a99fcb50147e [2022-07-05T19:21:09.138Z] Removing intermediate container 7b45672041ab [2022-07-05T19:21:09.138Z] ---> 9874012a1260 [2022-07-05T19:21:09.138Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:21:09.138Z] ---> Running in ccace29494d6 [2022-07-05T19:21:09.746Z] Removing intermediate container ccace29494d6 [2022-07-05T19:21:09.746Z] ---> 32e90b937005 [2022-07-05T19:21:09.746Z] Step 21/23 : LABEL arch=arm64 [2022-07-05T19:21:09.746Z] ---> Running in 38eb4ecb0719 [2022-07-05T19:21:10.357Z] Removing intermediate container 38eb4ecb0719 [2022-07-05T19:21:10.357Z] ---> cba554d1fff2 [2022-07-05T19:21:10.357Z] Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:21:10.357Z] ---> Running in 4cae6f8ec5a9 [2022-07-05T19:21:10.644Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-05T19:21:11.239Z] Removing intermediate container 4cae6f8ec5a9 [2022-07-05T19:21:11.239Z] ---> c6c215ad4a83 [2022-07-05T19:21:11.239Z] Step 23/23 : LABEL version=0.0.0 [2022-07-05T19:21:11.239Z] ---> Running in 3b1eb9099561 [2022-07-05T19:21:11.839Z] Removing intermediate container 3b1eb9099561 [2022-07-05T19:21:11.839Z] ---> c5c31e9071be [2022-07-05T19:21:11.839Z] [2022-07-05T19:21:12.442Z] Successfully built c5c31e9071be [2022-07-05T19:21:12.442Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-07-05T19:21:12.442Z]  Building sys-mgmt-agent ... done Building core-command [2022-07-05T19:21:51.518Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:21:51.518Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:21:51.518Z] ---> dfa7b905151c [2022-07-05T19:21:51.518Z] Step 3/23 : WORKDIR /edgex-go [2022-07-05T19:21:51.518Z] ---> Using cache [2022-07-05T19:21:51.518Z] ---> 10468bad0a37 [2022-07-05T19:21:51.518Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:21:51.518Z] ---> Using cache [2022-07-05T19:21:51.518Z] ---> 5c7bd416f3c6 [2022-07-05T19:21:51.518Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-05T19:21:51.518Z] ---> Using cache [2022-07-05T19:21:51.518Z] ---> e6ef2a4a1266 [2022-07-05T19:21:51.518Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-05T19:21:51.518Z] ---> Using cache [2022-07-05T19:21:51.518Z] ---> 7560f1d99a6f [2022-07-05T19:21:51.518Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:21:51.518Z] ---> Using cache [2022-07-05T19:21:51.518Z] ---> 1e4cb4147a86 [2022-07-05T19:21:51.518Z] Step 8/23 : COPY . . [2022-07-05T19:21:51.518Z] ---> Using cache [2022-07-05T19:21:51.518Z] ---> 76ba3898f369 [2022-07-05T19:21:51.518Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-05T19:21:51.518Z] ---> Running in b9837cf0428a [2022-07-05T19:21:51.518Z] 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/core-command/core-command ./cmd/core-command [2022-07-05T19:21:55.862Z] Removing intermediate container 724bb146ae64 [2022-07-05T19:21:55.862Z] ---> d48efefa82a3 [2022-07-05T19:21:55.862Z] [2022-07-05T19:21:55.862Z] Step 10/23 : FROM alpine:3.14 [2022-07-05T19:21:55.862Z] ---> ac73e934f311 [2022-07-05T19:21:55.862Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-05T19:21:55.862Z] ---> Running in 0b7bce78b8a0 [2022-07-05T19:21:57.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:21:57.936Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:21:59.407Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-05T19:21:59.407Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:21:59.407Z] OK: 5 MiB in 15 packages [2022-07-05T19:22:00.877Z] Removing intermediate container 0b7bce78b8a0 [2022-07-05T19:22:00.877Z] ---> 710240d4ff9c [2022-07-05T19:22:00.877Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-05T19:22:00.877Z] ---> Running in fd77f1f69eb4 [2022-07-05T19:22:01.500Z] Removing intermediate container fd77f1f69eb4 [2022-07-05T19:22:01.500Z] ---> 9e4c9468529a [2022-07-05T19:22:01.500Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-05T19:22:01.500Z] ---> Running in 4ad58f690b2a [2022-07-05T19:22:02.122Z] Removing intermediate container 4ad58f690b2a [2022-07-05T19:22:02.122Z] ---> 7913b350aa78 [2022-07-05T19:22:02.122Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-05T19:22:02.410Z] ---> Running in 2148dd7e139f [2022-07-05T19:22:02.721Z] Removing intermediate container 2148dd7e139f [2022-07-05T19:22:02.721Z] ---> 9e82d58b5afa [2022-07-05T19:22:02.721Z] Step 15/23 : WORKDIR / [2022-07-05T19:22:03.000Z] ---> Running in af66b4a79554 [2022-07-05T19:22:03.603Z] Removing intermediate container af66b4a79554 [2022-07-05T19:22:03.603Z] ---> 917c12682420 [2022-07-05T19:22:03.603Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:22:04.211Z] ---> aa7a33a9b1ba [2022-07-05T19:22:04.211Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-05T19:22:06.234Z] ---> 41e3fe382de4 [2022-07-05T19:22:06.234Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-05T19:22:07.239Z] ---> 8b7447f60409 [2022-07-05T19:22:07.239Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-05T19:22:07.239Z] ---> Running in 3badb83dda73 [2022-07-05T19:22:07.857Z] Removing intermediate container 3badb83dda73 [2022-07-05T19:22:07.857Z] ---> 3896e38cb7e5 [2022-07-05T19:22:07.857Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:22:07.857Z] ---> Running in b6cee502735e [2022-07-05T19:22:08.487Z] Removing intermediate container b6cee502735e [2022-07-05T19:22:08.487Z] ---> a031927e9a52 [2022-07-05T19:22:08.487Z] Step 21/23 : LABEL arch=arm64 [2022-07-05T19:22:08.772Z] ---> Running in d817042afcb1 [2022-07-05T19:22:09.052Z] Removing intermediate container d817042afcb1 [2022-07-05T19:22:09.052Z] ---> e1c1a68d0d0c [2022-07-05T19:22:09.052Z] Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:22:09.334Z] ---> Running in 807dca7592db [2022-07-05T19:22:09.614Z] Removing intermediate container 807dca7592db [2022-07-05T19:22:09.614Z] ---> f9a27f6e6bf8 [2022-07-05T19:22:09.614Z] Step 23/23 : LABEL version=0.0.0 [2022-07-05T19:22:09.896Z] ---> Running in 3d2167f647ea [2022-07-05T19:22:10.501Z] Removing intermediate container 3d2167f647ea [2022-07-05T19:22:10.501Z] ---> 5bd03f5fbeef [2022-07-05T19:22:10.501Z] [2022-07-05T19:22:10.797Z] Successfully built 5bd03f5fbeef [2022-07-05T19:22:10.797Z] Successfully tagged core-metadata-arm64:latest [2022-07-05T19:22:10.797Z] Building security-secretstore-setup [2022-07-05T19:22:44.750Z]  Building core-metadata ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:22:44.750Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:22:44.750Z] ---> dfa7b905151c [2022-07-05T19:22:44.750Z] Step 3/25 : WORKDIR /edgex-go [2022-07-05T19:22:44.750Z] ---> Using cache [2022-07-05T19:22:44.750Z] ---> 10468bad0a37 [2022-07-05T19:22:44.750Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:22:44.750Z] ---> Using cache [2022-07-05T19:22:44.750Z] ---> 5c7bd416f3c6 [2022-07-05T19:22:44.750Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-05T19:22:44.750Z] ---> Using cache [2022-07-05T19:22:44.750Z] ---> e6ef2a4a1266 [2022-07-05T19:22:44.750Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-05T19:22:44.750Z] ---> Using cache [2022-07-05T19:22:44.750Z] ---> 7560f1d99a6f [2022-07-05T19:22:44.750Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:22:44.750Z] ---> Using cache [2022-07-05T19:22:44.750Z] ---> 1e4cb4147a86 [2022-07-05T19:22:44.750Z] Step 8/25 : COPY . . [2022-07-05T19:22:44.750Z] ---> Using cache [2022-07-05T19:22:44.750Z] ---> 76ba3898f369 [2022-07-05T19:22:44.750Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-05T19:22:44.750Z] ---> Running in 326a9edaac84 [2022-07-05T19:22:46.233Z] 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-07-05T19:25:08.341Z] Removing intermediate container 9f31f37150b7 [2022-07-05T19:25:08.341Z] ---> 0d2d852dacf3 [2022-07-05T19:25:08.341Z] [2022-07-05T19:25:08.341Z] Step 9/20 : FROM alpine:3.15 [2022-07-05T19:25:08.341Z] ---> 3fb3c9af89a9 [2022-07-05T19:25:08.341Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-05T19:25:08.341Z] ---> Using cache [2022-07-05T19:25:08.341Z] ---> f5c9395e54da [2022-07-05T19:25:08.341Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:25:08.341Z] ---> Using cache [2022-07-05T19:25:08.341Z] ---> 46cbf71650ef [2022-07-05T19:25:08.341Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-05T19:25:08.341Z] ---> Running in b35b2cca69a8 [2022-07-05T19:25:10.348Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:25:11.332Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:25:12.784Z] v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-05T19:25:12.784Z] v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-05T19:25:12.784Z] OK: 15736 distinct packages available [2022-07-05T19:25:12.784Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:25:14.238Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:25:15.238Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-05T19:25:15.516Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-05T19:25:15.516Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-05T19:25:15.795Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-05T19:25:15.795Z] (5/9) Installing curl (7.80.0-r2) [2022-07-05T19:25:16.072Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-05T19:25:16.072Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-05T19:25:16.072Z] (8/9) Installing libucontext (1.1-r0) [2022-07-05T19:25:16.348Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-05T19:25:16.348Z] Executing busybox-1.34.1-r5.trigger [2022-07-05T19:25:16.348Z] Executing ca-certificates-20211220-r0.trigger [2022-07-05T19:25:16.630Z] OK: 8 MiB in 23 packages [2022-07-05T19:25:19.285Z] Removing intermediate container b35b2cca69a8 [2022-07-05T19:25:19.285Z] ---> 2152cd4e8ae8 [2022-07-05T19:25:19.285Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:25:19.907Z] ---> fa715e7b907c [2022-07-05T19:25:19.907Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-05T19:25:21.915Z] ---> fa1f35ac1a54 [2022-07-05T19:25:21.915Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-05T19:25:22.933Z] ---> e82e13f5751d [2022-07-05T19:25:22.933Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-07-05T19:25:22.933Z] ---> Running in bd212227fce4 [2022-07-05T19:25:23.544Z] Removing intermediate container bd212227fce4 [2022-07-05T19:25:23.544Z] ---> e1842793a122 [2022-07-05T19:25:23.544Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:25:23.544Z] ---> Running in 2c91608d5b1d [2022-07-05T19:25:24.160Z] Removing intermediate container 2c91608d5b1d [2022-07-05T19:25:24.160Z] ---> 15670e1bf233 [2022-07-05T19:25:24.160Z] Step 18/20 : LABEL arch=arm64 [2022-07-05T19:25:24.450Z] ---> Running in 8471bec10187 [2022-07-05T19:25:25.056Z] Removing intermediate container 8471bec10187 [2022-07-05T19:25:25.056Z] ---> 4778f594db8f [2022-07-05T19:25:25.056Z] Step 19/20 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:25:25.056Z] ---> Running in 9516dd43fff0 [2022-07-05T19:25:25.666Z] Removing intermediate container 9516dd43fff0 [2022-07-05T19:25:25.666Z] ---> 2fe2fe4bfcb0 [2022-07-05T19:25:25.666Z] Step 20/20 : LABEL version=0.0.0 [2022-07-05T19:25:25.666Z] ---> Running in 13c89d19ecb0 [2022-07-05T19:25:26.480Z] Removing intermediate container 13c89d19ecb0 [2022-07-05T19:25:26.480Z] ---> 2c52279aa6f7 [2022-07-05T19:25:26.480Z] [2022-07-05T19:25:26.848Z] Successfully built 2c52279aa6f7 [2022-07-05T19:25:26.848Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-07-05T19:25:26.848Z] Building support-notifications [2022-07-05T19:25:37.144Z]  Building security-spiffe-token-provider ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-05T19:25:59.391Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-05T19:25:59.391Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-05T19:25:59.391Z] ---> dfa7b905151c [2022-07-05T19:25:59.391Z] Step 3/22 : WORKDIR /edgex-go [2022-07-05T19:25:59.391Z] ---> Using cache [2022-07-05T19:25:59.391Z] ---> 10468bad0a37 [2022-07-05T19:25:59.391Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-05T19:25:59.391Z] ---> Using cache [2022-07-05T19:25:59.391Z] ---> 5c7bd416f3c6 [2022-07-05T19:25:59.391Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-05T19:25:59.391Z] ---> Running in 5696d3295a80 [2022-07-05T19:26:00.850Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:26:02.312Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:26:03.338Z] Removing intermediate container e68e998dd957 [2022-07-05T19:26:03.338Z] ---> 8a9ea87b9124 [2022-07-05T19:26:03.338Z] [2022-07-05T19:26:03.338Z] Step 10/22 : FROM alpine:3.14 [2022-07-05T19:26:03.338Z] ---> ac73e934f311 [2022-07-05T19:26:03.338Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-05T19:26:03.621Z] ---> Running in f37f17b982b3 [2022-07-05T19:26:03.621Z] OK: 220 MiB in 52 packages [2022-07-05T19:26:05.654Z] Removing intermediate container 5696d3295a80 [2022-07-05T19:26:05.654Z] ---> df593db227ca [2022-07-05T19:26:05.654Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-05T19:26:06.264Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:26:06.893Z] ---> 03c913c7242c [2022-07-05T19:26:06.893Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-05T19:26:06.893Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:26:06.893Z] ---> Running in 411594dae928 [2022-07-05T19:26:08.353Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-05T19:26:08.634Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-07-05T19:26:08.634Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-07-05T19:26:08.634Z] (4/6) Installing libcurl (7.79.1-r2) [2022-07-05T19:26:08.634Z] (5/6) Installing curl (7.79.1-r2) [2022-07-05T19:26:08.634Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-05T19:26:08.634Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:26:08.634Z] Executing ca-certificates-20211220-r0.trigger [2022-07-05T19:26:09.250Z] OK: 8 MiB in 20 packages [2022-07-05T19:26:11.278Z] Removing intermediate container f37f17b982b3 [2022-07-05T19:26:11.278Z] ---> bddd22e9bced [2022-07-05T19:26:11.278Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-05T19:26:11.554Z] ---> Running in 12ade616d15b [2022-07-05T19:26:12.159Z] Removing intermediate container 12ade616d15b [2022-07-05T19:26:12.159Z] ---> 7d536e832b74 [2022-07-05T19:26:12.159Z] Step 13/22 : WORKDIR /edgex [2022-07-05T19:26:12.159Z] ---> Running in 07a8c1ac2fd4 [2022-07-05T19:26:12.760Z] Removing intermediate container 07a8c1ac2fd4 [2022-07-05T19:26:12.760Z] ---> eac72d34ee3e [2022-07-05T19:26:12.760Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-05T19:26:14.234Z] Removing intermediate container 411594dae928 [2022-07-05T19:26:14.234Z] ---> 13eac85dabbe [2022-07-05T19:26:14.234Z] Step 8/22 : COPY . . [2022-07-05T19:26:14.234Z] ---> fa48afc6dd22 [2022-07-05T19:26:14.234Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-05T19:26:16.891Z] ---> 37d930c4c3a4 [2022-07-05T19:26:16.891Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-05T19:26:18.892Z] ---> 13d14d5e19b1 [2022-07-05T19:26:18.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-05T19:26:20.905Z] ---> 2694e29b7f6b [2022-07-05T19:26:20.906Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-05T19:26:20.906Z] ---> Running in 91c97bae4a46 [2022-07-05T19:26:25.281Z] Removing intermediate container 91c97bae4a46 [2022-07-05T19:26:25.281Z] ---> 5bfb2b381d06 [2022-07-05T19:26:25.605Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-05T19:26:25.605Z] ---> Running in 54ea45dc6aa2 [2022-07-05T19:26:26.641Z] Removing intermediate container 54ea45dc6aa2 [2022-07-05T19:26:26.641Z] ---> c97b23e1d0fa [2022-07-05T19:26:26.641Z] Step 20/22 : LABEL arch=arm64 [2022-07-05T19:26:26.926Z] ---> Running in 868d1595ebec [2022-07-05T19:26:27.938Z] Removing intermediate container 868d1595ebec [2022-07-05T19:26:27.938Z] ---> 50ae58e6d145 [2022-07-05T19:26:27.938Z] Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:26:28.221Z] ---> Running in b1250ef60dce [2022-07-05T19:26:28.846Z] Removing intermediate container b1250ef60dce [2022-07-05T19:26:28.846Z] ---> b04530b61d20 [2022-07-05T19:26:28.846Z] Step 22/22 : LABEL version=0.0.0 [2022-07-05T19:26:29.126Z] ---> Running in 63201dcd19eb [2022-07-05T19:26:29.743Z] Removing intermediate container 63201dcd19eb [2022-07-05T19:26:29.743Z] ---> 962b0530ddcc [2022-07-05T19:26:29.743Z] [2022-07-05T19:26:30.749Z] Successfully built 962b0530ddcc [2022-07-05T19:26:30.749Z] Successfully tagged security-proxy-setup-arm64:latest [2022-07-05T19:26:43.225Z]  Building security-proxy-setup ... done  ---> ca7d061e88b8 [2022-07-05T19:26:43.225Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-05T19:26:43.225Z] ---> Running in bd9750d7a5bc [2022-07-05T19:26:44.686Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-05T19:27:23.766Z] Removing intermediate container b9837cf0428a [2022-07-05T19:27:23.766Z] ---> 7dd3711a91cb [2022-07-05T19:27:23.766Z] [2022-07-05T19:27:23.766Z] Step 10/23 : FROM alpine:3.14 [2022-07-05T19:27:23.766Z] ---> ac73e934f311 [2022-07-05T19:27:23.766Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-05T19:27:23.766Z] ---> Using cache [2022-07-05T19:27:23.766Z] ---> 710240d4ff9c [2022-07-05T19:27:23.766Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-05T19:27:23.766Z] ---> Using cache [2022-07-05T19:27:23.766Z] ---> 9e4c9468529a [2022-07-05T19:27:23.766Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-05T19:27:23.766Z] ---> Running in fb4a82e6c835 [2022-07-05T19:27:23.766Z] Removing intermediate container fb4a82e6c835 [2022-07-05T19:27:23.766Z] ---> 1e442c80748e [2022-07-05T19:27:23.766Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-05T19:27:23.766Z] ---> Running in d7580e8b9c48 [2022-07-05T19:27:23.766Z] Removing intermediate container d7580e8b9c48 [2022-07-05T19:27:23.766Z] ---> cb4a765cb1db [2022-07-05T19:27:23.766Z] Step 15/23 : WORKDIR / [2022-07-05T19:27:23.766Z] ---> Running in 3da1e6e62f82 [2022-07-05T19:27:23.766Z] Removing intermediate container 3da1e6e62f82 [2022-07-05T19:27:23.766Z] ---> ed885e44930e [2022-07-05T19:27:23.766Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:27:25.798Z] ---> f6acfae76c56 [2022-07-05T19:27:25.798Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-05T19:27:27.816Z] ---> 22b03e0dbcbb [2022-07-05T19:27:27.816Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-05T19:27:28.832Z] ---> e2e0efdd06ae [2022-07-05T19:27:28.832Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-05T19:27:29.118Z] ---> Running in e7b818ea015e [2022-07-05T19:27:29.733Z] Removing intermediate container e7b818ea015e [2022-07-05T19:27:29.733Z] ---> e1e644f8076e [2022-07-05T19:27:29.733Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:27:29.733Z] ---> Running in b275c34ff02a [2022-07-05T19:27:30.736Z] Removing intermediate container b275c34ff02a [2022-07-05T19:27:30.736Z] ---> c24eeeb4e3ac [2022-07-05T19:27:30.736Z] Step 21/23 : LABEL arch=arm64 [2022-07-05T19:27:30.736Z] ---> Running in 25c65236175f [2022-07-05T19:27:31.364Z] Removing intermediate container 25c65236175f [2022-07-05T19:27:31.364Z] ---> 382fd5b39d36 [2022-07-05T19:27:31.364Z] Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:27:31.364Z] ---> Running in f946b52fedfb [2022-07-05T19:27:32.012Z] Removing intermediate container f946b52fedfb [2022-07-05T19:27:32.012Z] ---> 0d1bb01bff9a [2022-07-05T19:27:32.012Z] Step 23/23 : LABEL version=0.0.0 [2022-07-05T19:27:32.305Z] ---> Running in 68ba91c0f221 [2022-07-05T19:27:32.934Z] Removing intermediate container 68ba91c0f221 [2022-07-05T19:27:32.934Z] ---> 0601880e0162 [2022-07-05T19:27:32.934Z] [2022-07-05T19:27:33.218Z] Successfully built 0601880e0162 [2022-07-05T19:27:33.218Z] Successfully tagged core-command-arm64:latest [2022-07-05T19:27:55.473Z]  Building core-command ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-05T19:28:08.200Z] Removing intermediate container 326a9edaac84 [2022-07-05T19:28:08.200Z] ---> 077c1759d179 [2022-07-05T19:28:08.200Z] [2022-07-05T19:28:08.200Z] Step 10/25 : FROM alpine:3.14 [2022-07-05T19:28:08.200Z] ---> ac73e934f311 [2022-07-05T19:28:08.200Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-05T19:28:08.200Z] ---> Running in a67657b5179e [2022-07-05T19:28:09.206Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:28:09.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:28:10.829Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-05T19:28:10.829Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-05T19:28:10.829Z] (3/3) Installing su-exec (0.2-r1) [2022-07-05T19:28:10.829Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:28:10.829Z] Executing ca-certificates-20211220-r0.trigger [2022-07-05T19:28:11.110Z] OK: 6 MiB in 17 packages [2022-07-05T19:28:13.115Z] Removing intermediate container a67657b5179e [2022-07-05T19:28:13.115Z] ---> 1c49cb1fbe7d [2022-07-05T19:28:13.115Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-05T19:28:13.391Z] ---> Running in 25c25b527602 [2022-07-05T19:28:13.663Z] Removing intermediate container 25c25b527602 [2022-07-05T19:28:13.663Z] ---> 350a3a9285d9 [2022-07-05T19:28:13.663Z] Step 13/25 : WORKDIR / [2022-07-05T19:28:13.940Z] ---> Running in 23ea51606b32 [2022-07-05T19:28:14.542Z] Removing intermediate container 23ea51606b32 [2022-07-05T19:28:14.542Z] ---> 9898259d70a7 [2022-07-05T19:28:14.542Z] 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-07-05T19:28:15.547Z] ---> a8acdf9ddf23 [2022-07-05T19:28:15.547Z] 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-07-05T19:28:16.149Z] ---> 56ac28fbc7db [2022-07-05T19:28:16.150Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-05T19:28:17.137Z] ---> 7f6f56fbba22 [2022-07-05T19:28:17.137Z] 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-07-05T19:28:18.130Z] ---> 247170502618 [2022-07-05T19:28:18.130Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-05T19:28:19.581Z] ---> d2431d9f445b [2022-07-05T19:28:19.581Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-05T19:28:21.577Z] ---> 429fe9700735 [2022-07-05T19:28:21.577Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-05T19:28:22.568Z] ---> 912f61e432ac [2022-07-05T19:28:22.568Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-07-05T19:28:22.568Z] ---> Running in 05e9d121c579 [2022-07-05T19:28:26.002Z] Removing intermediate container 05e9d121c579 [2022-07-05T19:28:26.002Z] ---> b4699b85341f [2022-07-05T19:28:26.002Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-05T19:28:26.002Z] ---> Running in c5ef806ba93b [2022-07-05T19:28:26.282Z] Removing intermediate container c5ef806ba93b [2022-07-05T19:28:26.282Z] ---> 93e638b0f842 [2022-07-05T19:28:26.282Z] Step 23/25 : LABEL arch=arm64 [2022-07-05T19:28:26.282Z] ---> Running in f74dc6a84899 [2022-07-05T19:28:26.893Z] Removing intermediate container f74dc6a84899 [2022-07-05T19:28:26.893Z] ---> 5846f0c7c07f [2022-07-05T19:28:26.893Z] Step 24/25 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:28:27.166Z] ---> Running in bc5b56ea5959 [2022-07-05T19:28:27.769Z] Removing intermediate container bc5b56ea5959 [2022-07-05T19:28:27.769Z] ---> 8cebc782c379 [2022-07-05T19:28:27.769Z] Step 25/25 : LABEL version=0.0.0 [2022-07-05T19:28:27.769Z] ---> Running in ec7ae37662f6 [2022-07-05T19:28:28.373Z] Removing intermediate container ec7ae37662f6 [2022-07-05T19:28:28.373Z] ---> e4ad3b6b1ff7 [2022-07-05T19:28:28.373Z] [2022-07-05T19:28:28.975Z] Successfully built e4ad3b6b1ff7 [2022-07-05T19:28:28.975Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-07-05T19:28:55.830Z]  Building security-secretstore-setup ... done Removing intermediate container a99fcb50147e [2022-07-05T19:28:55.830Z] ---> 004b34a743cd [2022-07-05T19:28:55.830Z] [2022-07-05T19:28:55.830Z] Step 10/22 : FROM alpine:3.14 [2022-07-05T19:28:55.830Z] ---> ac73e934f311 [2022-07-05T19:28:55.830Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-05T19:28:55.830Z] ---> Using cache [2022-07-05T19:28:55.830Z] ---> 710240d4ff9c [2022-07-05T19:28:55.830Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-05T19:28:55.830Z] ---> Using cache [2022-07-05T19:28:55.830Z] ---> 9e4c9468529a [2022-07-05T19:28:55.830Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-05T19:28:55.830Z] ---> Running in 2a630dce5359 [2022-07-05T19:28:55.830Z] Removing intermediate container 2a630dce5359 [2022-07-05T19:28:55.830Z] ---> 002e5bce2c71 [2022-07-05T19:28:55.830Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-05T19:28:55.830Z] ---> Running in 1ed38671f2bd [2022-07-05T19:28:55.830Z] Removing intermediate container 1ed38671f2bd [2022-07-05T19:28:55.830Z] ---> eb018c712841 [2022-07-05T19:28:55.830Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:28:55.830Z] ---> 1c535c1c4af2 [2022-07-05T19:28:55.830Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-05T19:28:58.473Z] ---> a9a47f9f1b04 [2022-07-05T19:28:58.473Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-05T19:28:59.080Z] ---> 6b26b30c8c41 [2022-07-05T19:28:59.080Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-05T19:28:59.358Z] ---> Running in cc1d6e91eb4c [2022-07-05T19:28:59.958Z] Removing intermediate container cc1d6e91eb4c [2022-07-05T19:28:59.958Z] ---> a8bb5e365c64 [2022-07-05T19:28:59.958Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:28:59.958Z] ---> Running in 409a0cb29e16 [2022-07-05T19:29:00.239Z] Removing intermediate container 409a0cb29e16 [2022-07-05T19:29:00.239Z] ---> d1b83bf81b01 [2022-07-05T19:29:00.239Z] Step 20/22 : LABEL arch=arm64 [2022-07-05T19:29:00.521Z] ---> Running in 2373cfa6a86e [2022-07-05T19:29:00.807Z] Removing intermediate container 2373cfa6a86e [2022-07-05T19:29:00.807Z] ---> 337cf58e400b [2022-07-05T19:29:00.807Z] Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:29:01.083Z] ---> Running in 965b640e0843 [2022-07-05T19:29:01.682Z] Removing intermediate container 965b640e0843 [2022-07-05T19:29:01.682Z] ---> 3dbb85b63086 [2022-07-05T19:29:01.682Z] Step 22/22 : LABEL version=0.0.0 [2022-07-05T19:29:01.682Z] ---> Running in b35f0284cea2 [2022-07-05T19:29:02.286Z] Removing intermediate container b35f0284cea2 [2022-07-05T19:29:02.286Z] ---> c970ce21ed32 [2022-07-05T19:29:02.286Z] [2022-07-05T19:29:02.570Z] Successfully built c970ce21ed32 [2022-07-05T19:29:02.851Z] Successfully tagged support-scheduler-arm64:latest [2022-07-05T19:29:59.462Z]  Building support-scheduler ... done Removing intermediate container bd9750d7a5bc [2022-07-05T19:29:59.462Z] ---> 4767fbb5bbdb [2022-07-05T19:29:59.462Z] [2022-07-05T19:29:59.462Z] Step 10/22 : FROM alpine:3.14 [2022-07-05T19:29:59.462Z] ---> ac73e934f311 [2022-07-05T19:29:59.462Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-05T19:29:59.462Z] ---> Running in 8e0d18736371 [2022-07-05T19:29:59.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-05T19:29:59.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-05T19:29:59.462Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-05T19:29:59.462Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-05T19:29:59.462Z] Executing busybox-1.33.1-r7.trigger [2022-07-05T19:29:59.462Z] Executing ca-certificates-20211220-r0.trigger [2022-07-05T19:29:59.462Z] OK: 6 MiB in 16 packages [2022-07-05T19:29:59.462Z] Removing intermediate container 8e0d18736371 [2022-07-05T19:29:59.462Z] ---> e71b84332c00 [2022-07-05T19:29:59.462Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-05T19:29:59.462Z] ---> Running in 55d9c1491246 [2022-07-05T19:29:59.462Z] Removing intermediate container 55d9c1491246 [2022-07-05T19:29:59.462Z] ---> 76d0b61f984e [2022-07-05T19:29:59.462Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-05T19:29:59.462Z] ---> Running in 9d45c9395a60 [2022-07-05T19:29:59.462Z] Removing intermediate container 9d45c9395a60 [2022-07-05T19:29:59.462Z] ---> 2b8352671333 [2022-07-05T19:29:59.462Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-05T19:29:59.462Z] ---> Running in ed0041810b15 [2022-07-05T19:29:59.462Z] Removing intermediate container ed0041810b15 [2022-07-05T19:29:59.462Z] ---> 0424343fa9bf [2022-07-05T19:29:59.462Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-05T19:29:59.462Z] ---> 72011e7f614d [2022-07-05T19:29:59.462Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-05T19:29:59.462Z] ---> e223e6e80671 [2022-07-05T19:29:59.462Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-05T19:29:59.462Z] ---> 1498241616c0 [2022-07-05T19:29:59.462Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-05T19:29:59.462Z] ---> Running in 5a63db03cd12 [2022-07-05T19:29:59.741Z] Removing intermediate container 5a63db03cd12 [2022-07-05T19:29:59.741Z] ---> fc16fe626d5a [2022-07-05T19:29:59.741Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-05T19:29:59.741Z] ---> Running in f9f1858814a9 [2022-07-05T19:30:00.342Z] Removing intermediate container f9f1858814a9 [2022-07-05T19:30:00.342Z] ---> 057e46eae4f5 [2022-07-05T19:30:00.342Z] Step 20/22 : LABEL arch=arm64 [2022-07-05T19:30:00.342Z] ---> Running in 7c194d78ad91 [2022-07-05T19:30:00.617Z] Removing intermediate container 7c194d78ad91 [2022-07-05T19:30:00.617Z] ---> ec397a572603 [2022-07-05T19:30:00.617Z] Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [2022-07-05T19:30:00.617Z] ---> Running in 3d71b374d61a [2022-07-05T19:30:00.898Z] Removing intermediate container 3d71b374d61a [2022-07-05T19:30:00.898Z] ---> 09463b2818aa [2022-07-05T19:30:00.898Z] Step 22/22 : LABEL version=0.0.0 [2022-07-05T19:30:01.178Z] ---> Running in d6b28827c932 [2022-07-05T19:30:01.455Z] Removing intermediate container d6b28827c932 [2022-07-05T19:30:01.455Z] ---> 3f04f92ac9a2 [2022-07-05T19:30:01.455Z] [2022-07-05T19:30:02.052Z] Successfully built 3f04f92ac9a2 [2022-07-05T19:30:02.052Z] Successfully tagged support-notifications-arm64:latest [2022-07-05T19:30:02.344Z]  Building support-notifications ... done  [Pipeline] } [2022-07-05T19:30:02.355Z] $ docker stop --time=1 3963b1c447fe529e4871db0845b9572344e5558b7965c2844548da816b6f3e1e [2022-07-05T19:30:04.159Z] $ docker rm -f 3963b1c447fe529e4871db0845b9572344e5558b7965c2844548da816b6f3e1e [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-05T19:30:04.846Z] + docker images [2022-07-05T19:30:05.125Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-05T19:30:05.125Z] support-notifications-arm64 latest 3f04f92ac9a2 4 seconds ago 26MB [2022-07-05T19:30:05.125Z] 4767fbb5bbdb 15 seconds ago 1.49GB [2022-07-05T19:30:05.125Z] support-scheduler-arm64 latest c970ce21ed32 About a minute ago 25.4MB [2022-07-05T19:30:05.126Z] 004b34a743cd About a minute ago 1.49GB [2022-07-05T19:30:05.126Z] security-secretstore-setup-arm64 latest e4ad3b6b1ff7 About a minute ago 27.5MB [2022-07-05T19:30:05.126Z] 077c1759d179 2 minutes ago 1.44GB [2022-07-05T19:30:05.126Z] core-command-arm64 latest 0601880e0162 2 minutes ago 15.5MB [2022-07-05T19:30:05.126Z] 7dd3711a91cb 2 minutes ago 1.43GB [2022-07-05T19:30:05.126Z] security-proxy-setup-arm64 latest 962b0530ddcc 3 minutes ago 26.1MB [2022-07-05T19:30:05.126Z] 8a9ea87b9124 4 minutes ago 1.44GB [2022-07-05T19:30:05.126Z] security-spiffe-token-provider-arm64 latest 2c52279aa6f7 4 minutes ago 28.1MB [2022-07-05T19:30:05.126Z] 0d2d852dacf3 4 minutes ago 1.48GB [2022-07-05T19:30:05.126Z] core-metadata-arm64 latest 5bd03f5fbeef 7 minutes ago 16.3MB [2022-07-05T19:30:05.126Z] d48efefa82a3 8 minutes ago 1.44GB [2022-07-05T19:30:05.126Z] sys-mgmt-agent-arm64 latest c5c31e9071be 8 minutes ago 282MB [2022-07-05T19:30:05.126Z] core-data-arm64 latest 8b6ce2070a2d 9 minutes ago 21.7MB [2022-07-05T19:30:05.126Z] 46667883268a 9 minutes ago 1.46GB [2022-07-05T19:30:05.126Z] security-bootstrapper-arm64 latest 70ef8989be9e 10 minutes ago 18.3MB [2022-07-05T19:30:05.126Z] 637a100bc680 11 minutes ago 1.43GB [2022-07-05T19:30:05.126Z] 0d04cc0557be 11 minutes ago 1.44GB [2022-07-05T19:30:05.126Z] security-spire-agent-arm64 latest aee1de1ab35a 14 minutes ago 126MB [2022-07-05T19:30:05.126Z] 20a7597c9b0f 14 minutes ago 1.34GB [2022-07-05T19:30:05.126Z] security-spire-config-arm64 latest 7188a5ccc085 15 minutes ago 85.6MB [2022-07-05T19:30:05.126Z] security-spire-server-arm64 latest e31b02c90508 15 minutes ago 86.3MB [2022-07-05T19:30:05.126Z] e695dbeb6a8d 16 minutes ago 1.34GB [2022-07-05T19:30:05.126Z] 4dafcb505f81 16 minutes ago 1.34GB [2022-07-05T19:30:05.126Z] ci-base-image-arm64 latest dfa7b905151c 28 minutes ago 1.01GB [2022-07-05T19:30:05.126Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 819e984ddca1 4 weeks ago 669MB [2022-07-05T19:30:05.126Z] docker 20.10.14 c346e9eafbab 3 months ago 202MB [2022-07-05T19:30:05.126Z] alpine 3.14 ac73e934f311 3 months ago 5.34MB [2022-07-05T19:30:05.126Z] alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB [2022-07-05T19:30:05.126Z] 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-07-05T19:30:05.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-05T19:30:06.222Z] [2022-07-05T19:30:06.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T19:30:06.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-05T19:30:06.910Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-05T19:30:06.910Z] 8998bd30e6a1: Pulling fs layer [2022-07-05T19:30:06.910Z] 04944245beec: Pulling fs layer [2022-07-05T19:30:06.910Z] 699f458cf7ca: Pulling fs layer [2022-07-05T19:30:06.910Z] 765212b225bb: Pulling fs layer [2022-07-05T19:30:06.910Z] f23df028b6ca: Pulling fs layer [2022-07-05T19:30:06.910Z] d65c8cfc05b1: Pulling fs layer [2022-07-05T19:30:06.910Z] 2437ff75d9bd: Pulling fs layer [2022-07-05T19:30:06.910Z] 765212b225bb: Waiting [2022-07-05T19:30:06.910Z] f23df028b6ca: Waiting [2022-07-05T19:30:06.910Z] d65c8cfc05b1: Waiting [2022-07-05T19:30:06.910Z] 2437ff75d9bd: Waiting [2022-07-05T19:30:06.910Z] 04944245beec: Verifying Checksum [2022-07-05T19:30:06.910Z] 04944245beec: Download complete [2022-07-05T19:30:06.910Z] 765212b225bb: Download complete [2022-07-05T19:30:06.910Z] f23df028b6ca: Download complete [2022-07-05T19:30:07.181Z] d65c8cfc05b1: Verifying Checksum [2022-07-05T19:30:07.182Z] d65c8cfc05b1: Download complete [2022-07-05T19:30:07.182Z] 699f458cf7ca: Verifying Checksum [2022-07-05T19:30:07.182Z] 699f458cf7ca: Download complete [2022-07-05T19:30:07.455Z] 8998bd30e6a1: Download complete [2022-07-05T19:30:10.073Z] 2437ff75d9bd: Download complete [2022-07-05T19:30:12.043Z] 8998bd30e6a1: Pull complete [2022-07-05T19:30:12.313Z] 04944245beec: Pull complete [2022-07-05T19:30:13.740Z] 699f458cf7ca: Pull complete [2022-07-05T19:30:13.740Z] 765212b225bb: Pull complete [2022-07-05T19:30:14.718Z] f23df028b6ca: Pull complete [2022-07-05T19:30:14.718Z] d65c8cfc05b1: Pull complete [2022-07-05T19:30:29.791Z] 2437ff75d9bd: Pull complete [2022-07-05T19:30:29.791Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-05T19:30:29.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-05T19:30:29.791Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-05T19:30:30.176Z] prd-ubuntu20.04-docker-arm64-4c-16g-16967 does not seem to be running inside a container [2022-07-05T19:30:30.253Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-07-05T19:30:33.690Z] $ docker top 88acb3ebca4c33032c473df2f9d3b208984ba3ef301886d5d1927beb8ad53557 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-05T19:30:34.816Z] ---> job-cost.sh [2022-07-05T19:30:35.089Z] lf-activate-venv: SKIPPING [2022-07-05T19:30:35.089Z] INFO: No Stack... [2022-07-05T19:30:35.362Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-05T19:30:36.340Z] INFO: Archiving Costs [Pipeline] sh [2022-07-05T19:30:37.028Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-07-05T19:30:37.028Z] + cut -d, -f6 [Pipeline] lock [2022-07-05T19:30:37.079Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4080-1-stack-cost] [2022-07-05T19:30:37.084Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4080-1-stack-cost] did not exist. Created. [2022-07-05T19:30:37.084Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4080-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-05T19:30:37.847Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-05T19:30:38.053Z] Stashed 1 file(s) [Pipeline] } [2022-07-05T19:30:38.071Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4080-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-05T19:30:38.137Z] $ docker stop --time=1 88acb3ebca4c33032c473df2f9d3b208984ba3ef301886d5d1927beb8ad53557 [2022-07-05T19:30:39.716Z] $ docker rm -f 88acb3ebca4c33032c473df2f9d3b208984ba3ef301886d5d1927beb8ad53557 [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-07-05T19:30:40.784Z] provisioning config files... [2022-07-05T19:30:40.795Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2121612563316610625tmp [Pipeline] { [Pipeline] sh [2022-07-05T19:30:41.132Z] + set +x [2022-07-05T19:30:41.132Z] + curl -s https://codecov.io/bash [2022-07-05T19:30:41.132Z] + bash -s -- [2022-07-05T19:30:41.132Z] [2022-07-05T19:30:41.132Z] _____ _ [2022-07-05T19:30:41.132Z] / ____| | | [2022-07-05T19:30:41.132Z] | | ___ __| | ___ ___ _____ __ [2022-07-05T19:30:41.132Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-05T19:30:41.132Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-05T19:30:41.132Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-05T19:30:41.132Z] Bash-1.0.6 [2022-07-05T19:30:41.132Z] [2022-07-05T19:30:41.132Z] [2022-07-05T19:30:41.132Z] ==> git version 2.25.1 found [2022-07-05T19:30:41.132Z] ==> 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-07-05T19:30:41.132Z] Release-Date: 2020-01-08 [2022-07-05T19:30:41.132Z] 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-07-05T19:30:41.132Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-05T19:30:41.132Z] ==> Jenkins CI detected. [2022-07-05T19:30:41.132Z] current dir:  /w/workspace/edgex-go/1 [2022-07-05T19:30:41.132Z] project root: . [2022-07-05T19:30:41.132Z] --> token set from env [2022-07-05T19:30:41.132Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-05T19:30:41.391Z] ==> Running gcov in . (disable via -X gcov) [2022-07-05T19:30:41.391Z] ==> Python coveragepy not found [2022-07-05T19:30:41.391Z] ==> Searching for coverage reports in: [2022-07-05T19:30:41.391Z] + . [2022-07-05T19:30:41.391Z] -> Found 1 reports [2022-07-05T19:30:41.391Z] ==> Detecting git/mercurial file structure [2022-07-05T19:30:41.391Z] ==> Reading reports [2022-07-05T19:30:41.391Z] + ./coverage.out bytes=435593 [2022-07-05T19:30:41.391Z] ==> Appending adjustments [2022-07-05T19:30:41.391Z] https://docs.codecov.io/docs/fixing-reports [2022-07-05T19:30:42.771Z] + Found adjustments [2022-07-05T19:30:42.771Z] ==> Gzipping contents [2022-07-05T19:30:42.771Z] 60K /tmp/codecov.JCMFFH.gz [2022-07-05T19:30:42.771Z] ==> Uploading reports [2022-07-05T19:30:42.771Z] url: https://codecov.io [2022-07-05T19:30:42.771Z] query: branch=PR-4080&commit=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4080%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4080&job=&cmd_args= [2022-07-05T19:30:42.771Z] -> Pinging Codecov [2022-07-05T19:30:42.771Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4080&commit=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4080%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4080&job=&cmd_args= [2022-07-05T19:30:42.771Z] -> Uploading to [2022-07-05T19:30:42.771Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-05/00271124DB129430A58F1EEE437C3FCB/7698dd7b46f7d595dceaa69064707ac3ae6bfc7d/a9c78b89-d628-4d85-b337-953615a15b05.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220705%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220705T193042Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fcb1bf670beea74dc1c226420a52716ef5f8147f4ed454e90ddadf8a5c2e558e [2022-07-05T19:30:42.771Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-05T19:30:42.771Z] Dload Upload Total Spent Left Speed [2022-07-05T19:30:43.035Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59908 0 0 100 59908 0 239k --:--:-- --:--:-- --:--:-- 239k [2022-07-05T19:30:43.035Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [Pipeline] } [2022-07-05T19:30:43.068Z] 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-07-05T19:30:44.405Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-07-05T19:30:44.737Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-05T19:30:45.628Z] ---> package-listing.sh [2022-07-05T19:30:45.628Z] ++ facter osfamily [2022-07-05T19:30:45.628Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-05T19:30:45.890Z] + OS_FAMILY=debian [2022-07-05T19:30:45.890Z] + workspace=/w/workspace/edgex-go/1 [2022-07-05T19:30:45.890Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-05T19:30:45.890Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-05T19:30:45.890Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-05T19:30:45.890Z] + PACKAGES=/tmp/packages_start.txt [2022-07-05T19:30:45.890Z] + '[' /w/workspace/edgex-go/1 ']' [2022-07-05T19:30:45.890Z] + PACKAGES=/tmp/packages_end.txt [2022-07-05T19:30:45.890Z] + case "${OS_FAMILY}" in [2022-07-05T19:30:45.890Z] + dpkg -l [2022-07-05T19:30:45.890Z] + grep '^ii' [2022-07-05T19:30:45.890Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-05T19:30:45.890Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-05T19:30:45.890Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-05T19:30:45.890Z] + '[' /w/workspace/edgex-go/1 ']' [2022-07-05T19:30:45.891Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-07-05T19:30:45.891Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-07-05T19:30:45.923Z] 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-07-05T19:30:46.220Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T19:30:46.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-05T19:30:46.863Z] [2022-07-05T19:30:46.863Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-05T19:30:47.242Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-05T19:30:47.242Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-05T19:30:47.242Z] 5eb5b503b376: Pulling fs layer [2022-07-05T19:30:47.242Z] 5c69ac0246d0: Pulling fs layer [2022-07-05T19:30:47.242Z] ec43610c2a17: Pulling fs layer [2022-07-05T19:30:47.243Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-05T19:30:47.243Z] 33b1e0a273af: Pulling fs layer [2022-07-05T19:30:47.243Z] 5d3b04190fa2: Pulling fs layer [2022-07-05T19:30:47.243Z] 2f39f015ded8: Pulling fs layer [2022-07-05T19:30:47.243Z] 3a2ae6a8a46f: Waiting [2022-07-05T19:30:47.243Z] 33b1e0a273af: Waiting [2022-07-05T19:30:47.243Z] 5d3b04190fa2: Waiting [2022-07-05T19:30:47.243Z] 5c69ac0246d0: Download complete [2022-07-05T19:30:47.243Z] 3a2ae6a8a46f: Download complete [2022-07-05T19:30:47.243Z] 33b1e0a273af: Verifying Checksum [2022-07-05T19:30:47.243Z] 33b1e0a273af: Download complete [2022-07-05T19:30:47.504Z] 5d3b04190fa2: Verifying Checksum [2022-07-05T19:30:47.504Z] 5d3b04190fa2: Download complete [2022-07-05T19:30:47.504Z] ec43610c2a17: Verifying Checksum [2022-07-05T19:30:47.504Z] ec43610c2a17: Download complete [2022-07-05T19:30:47.504Z] 5eb5b503b376: Verifying Checksum [2022-07-05T19:30:47.504Z] 5eb5b503b376: Download complete [2022-07-05T19:30:48.074Z] 2f39f015ded8: Download complete [2022-07-05T19:30:49.012Z] 5eb5b503b376: Pull complete [2022-07-05T19:30:49.012Z] 5c69ac0246d0: Pull complete [2022-07-05T19:30:49.579Z] ec43610c2a17: Pull complete [2022-07-05T19:30:49.579Z] 3a2ae6a8a46f: Pull complete [2022-07-05T19:30:49.838Z] 33b1e0a273af: Pull complete [2022-07-05T19:30:49.838Z] 5d3b04190fa2: Pull complete [2022-07-05T19:30:55.116Z] 2f39f015ded8: Pull complete [2022-07-05T19:30:55.116Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-05T19:30:55.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-05T19:30:55.116Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-05T19:30:55.343Z] prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container [2022-07-05T19:30:55.376Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-05T19:30:56.859Z] $ docker top b32b2e039d917f29f70ed0e194b01fba292514823daf4156db6dffc5c6140da4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-05T19:30:57.268Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-05T19:30:57.581Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-05T19:30:57.895Z] + ls /var/log/sa-host [2022-07-05T19:30:57.895Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-05T19:30:58.089Z] provisioning config files... [2022-07-05T19:30:58.100Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config143546841202768291tmp [Pipeline] { [Pipeline] echo [2022-07-05T19:30:58.152Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-05T19:30:58.465Z] ---> create-netrc.sh [Pipeline] } [2022-07-05T19:30:58.490Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-05T19:30:58.889Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-05T19:30:58.919Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-05T19:30:59.229Z] ---> sudo-logs.sh [2022-07-05T19:30:59.229Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-05T19:30:59.299Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-05T19:30:59.612Z] ---> job-cost.sh [2022-07-05T19:30:59.612Z] lf-activate-venv: SKIPPING [2022-07-05T19:30:59.612Z] DEBUG: total: 0.10999999940395355 [2022-07-05T19:30:59.612Z] INFO: Retrieving Stack Cost... [2022-07-05T19:31:00.185Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-05T19:31:00.760Z] INFO: Archiving Costs [Pipeline] echo [2022-07-05T19:31:00.796Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-05T19:31:01.116Z] ---> logs-deploy.sh [2022-07-05T19:31:01.116Z] lf-activate-venv: SKIPPING [2022-07-05T19:31:01.116Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4080/1 [2022-07-05T19:31:01.116Z] INFO: archiving workspace using pattern(s): [2022-07-05T19:31:02.055Z] Archives upload complete. [2022-07-05T19:31:02.055Z] INFO: archiving logs to Nexus