Pull request #4059 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from a5792596378736472da3af8951d7ea10d661f143+a33d29510750824ffe3c1e10314fb57731c6a243 (48449b6429cef5cae29309e12ed67549453da154) 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-ssh9107267542246078065.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-ssh14629764640524219501.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-4059/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-4059/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12328983955547657562.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-4059/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3244572493093660982.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-ssh1785065982873232841.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-4059/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-4059/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3943975358566838704.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-15289 in /w/workspace/edgexfoundry_edgex-go_PR-4059 [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/4059/head:refs/remotes/origin/PR-4059 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a33d29510750824ffe3c1e10314fb57731c6a243 into PR head commit a5792596378736472da3af8951d7ea10d661f143 Merge succeeded, producing a5792596378736472da3af8951d7ea10d661f143 Checking out Revision a5792596378736472da3af8951d7ea10d661f143 (PR-4059) > git config core.sparsecheckout # timeout=10 > git checkout -f a5792596378736472da3af8951d7ea10d661f143 # 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 a33d29510750824ffe3c1e10314fb57731c6a243 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a5792596378736472da3af8951d7ea10d661f143 # timeout=10 Commit message: "build: Optimize test-attribution-txt.sh to use go.mod, not vendor" 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-06-21T23:53:50.553Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-21T23:53:50.717Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-21T23:53:50.809Z] ========================================================= [2022-06-21T23:53:50.809Z] EdgeX Global Pipelines Version Info [2022-06-21T23:53:50.809Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-21T23:53:51.601Z] ------------------- [2022-06-21T23:53:51.601Z] stable info: [2022-06-21T23:53:51.601Z] ------------------- [2022-06-21T23:53:51.601Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-21T23:53:51.601Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-21T23:53:51.601Z] Message: update stable to v1.0.234 [2022-06-21T23:53:52.177Z] ------------------- [2022-06-21T23:53:52.177Z] experimental info: [2022-06-21T23:53:52.177Z] ------------------- [2022-06-21T23:53:52.177Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-21T23:53:52.177Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-21T23:53:52.177Z] Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-21T23:53:52.519Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-06-21T23:53:52.565Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-06-21T23:53:52.602Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-21T23:53:52.645Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-21T23:53:52.686Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-21T23:53:52.726Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-21T23:53:52.762Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-21T23:53:52.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-06-21T23:53:52.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-06-21T23:53:52.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-06-21T23:53:52.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-21T23:53:52.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-21T23:53:53.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-21T23:53:53.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-21T23:53:53.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-21T23:53:53.123Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-21T23:53:53.161Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-21T23:53:53.199Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-21T23:53:53.236Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-06-21T23:53:53.275Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-06-21T23:53:53.312Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-21T23:53:53.346Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-21T23:53:53.375Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-21T23:53:53.412Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4059 [Pipeline] echo [2022-06-21T23:53:53.448Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4059 [Pipeline] echo [2022-06-21T23:53:53.486Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4059 [Pipeline] echo [2022-06-21T23:53:53.521Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a5792596378736472da3af8951d7ea10d661f143 [Pipeline] echo [2022-06-21T23:53:53.561Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a579259 [Pipeline] echo [2022-06-21T23:53:53.603Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-21T23:53:53.710Z] provisioning config files... [2022-06-21T23:53:53.725Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5574286128363606373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-21T23:53:54.086Z] ---> docker-login.sh [2022-06-21T23:53:54.086Z] nexus3.edgexfoundry.org:10001 [2022-06-21T23:53:54.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-21T23:53:54.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-21T23:53:54.346Z] Configure a credential helper to remove this warning. See [2022-06-21T23:53:54.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-21T23:53:54.346Z] [2022-06-21T23:53:54.346Z] Login Succeeded [2022-06-21T23:53:54.346Z] nexus3.edgexfoundry.org:10002 [2022-06-21T23:53:54.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-21T23:53:54.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-21T23:53:54.608Z] Configure a credential helper to remove this warning. See [2022-06-21T23:53:54.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-21T23:53:54.608Z] [2022-06-21T23:53:54.608Z] Login Succeeded [2022-06-21T23:53:54.608Z] nexus3.edgexfoundry.org:10003 [2022-06-21T23:53:54.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-21T23:53:54.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-21T23:53:54.608Z] Configure a credential helper to remove this warning. See [2022-06-21T23:53:54.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-21T23:53:54.608Z] [2022-06-21T23:53:54.608Z] Login Succeeded [2022-06-21T23:53:54.608Z] nexus3.edgexfoundry.org:10004 [2022-06-21T23:53:54.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-21T23:53:54.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-21T23:53:54.871Z] Configure a credential helper to remove this warning. See [2022-06-21T23:53:54.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-21T23:53:54.871Z] [2022-06-21T23:53:54.871Z] Login Succeeded [2022-06-21T23:53:54.871Z] docker.io [2022-06-21T23:53:54.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-21T23:53:55.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-21T23:53:55.135Z] Configure a credential helper to remove this warning. See [2022-06-21T23:53:55.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-21T23:53:55.135Z] [2022-06-21T23:53:55.135Z] Login Succeeded [2022-06-21T23:53:55.135Z] ---> docker-login.sh ends [Pipeline] } [2022-06-21T23:53:55.163Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-21T23:53:55.593Z] + 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-06-21T23:53:55.593Z] + cut -d/ -f2 [2022-06-21T23:53:55.593Z] + dirname cmd/core-command/Dockerfile [2022-06-21T23:53:55.593Z] + echo core-command,cmd/core-command/Dockerfile [2022-06-21T23:53:55.593Z] + + cutdirname -d/ -f2 [2022-06-21T23:53:55.593Z] cmd/core-data/Dockerfile [2022-06-21T23:53:55.593Z] + echo core-data,cmd/core-data/Dockerfile [2022-06-21T23:53:55.593Z] + + dirname cmd/core-metadata/Dockerfile [2022-06-21T23:53:55.593Z] cut -d/ -f2 [2022-06-21T23:53:55.593Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-06-21T23:53:55.593Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-06-21T23:53:55.593Z] + cut -d/ -f2 [2022-06-21T23:53:55.593Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-06-21T23:53:55.593Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-06-21T23:53:55.593Z] + cut -d/ -f2 [2022-06-21T23:53:55.593Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-06-21T23:53:55.593Z] + + cutdirname -d/ -f2 cmd/security-secretstore-setup/Dockerfile [2022-06-21T23:53:55.593Z] [2022-06-21T23:53:55.593Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-06-21T23:53:55.593Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-06-21T23:53:55.593Z] + cut -d/ -f2 [2022-06-21T23:53:55.593Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-06-21T23:53:55.593Z] + dirname cmd/security-spire-agent/Dockerfile [2022-06-21T23:53:55.593Z] + cut -d/ -f2 [2022-06-21T23:53:55.593Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-06-21T23:53:55.593Z] + dirname+ cmd/security-spire-config/Dockerfile [2022-06-21T23:53:55.593Z] cut -d/ -f2 [2022-06-21T23:53:55.593Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-06-21T23:53:55.593Z] + dirname cmd/security-spire-server/Dockerfile [2022-06-21T23:53:55.593Z] + cut -d/ -f2 [2022-06-21T23:53:55.593Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-06-21T23:53:55.593Z] + dirname cmd/support-notifications/Dockerfile [2022-06-21T23:53:55.593Z] + cut -d/ -f2 [2022-06-21T23:53:55.593Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-06-21T23:53:55.593Z] + dirname cmd/support-scheduler/Dockerfile [2022-06-21T23:53:55.593Z] + cut -d/ -f2 [2022-06-21T23:53:55.593Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-06-21T23:53:55.593Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-06-21T23:53:55.593Z] + cut -d/ -f2 [2022-06-21T23:53:55.593Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-06-21T23:53:55.648Z] 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-06-21T23:53:56.172Z] + git rev-list -1 --merges a5792596378736472da3af8951d7ea10d661f143~1..a5792596378736472da3af8951d7ea10d661f143 [Pipeline] echo [2022-06-21T23:53:56.206Z] -----------> git rev-list -1 --merges a5792596378736472da3af8951d7ea10d661f143~1..a5792596378736472da3af8951d7ea10d661f143 a5792596378736472da3af8951d7ea10d661f143 [false] [Pipeline] sh [2022-06-21T23:53:56.521Z] + git log --format=format:%s -1 a5792596378736472da3af8951d7ea10d661f143 [Pipeline] echo [2022-06-21T23:53:56.549Z] ========================================================= [2022-06-21T23:53:56.549Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-21T23:53:56.549Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-06-21T23:53:57.034Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-21T23:53:57.034Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-21T23:53:57.034Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-21T23:53:57.034Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-21T23:53:57.034Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-21T23:53:57.034Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-21T23:53:57.034Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-21T23:53:57.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-21T23:53:57.497Z] [2022-06-21T23:53:57.497Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-21T23:53:57.880Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-21T23:53:57.880Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-21T23:53:57.880Z] 42c077c10790: Pulling fs layer [2022-06-21T23:53:57.880Z] f63e77b7563a: Pulling fs layer [2022-06-21T23:53:57.880Z] bd5fdadae976: Pulling fs layer [2022-06-21T23:53:57.880Z] 205491f53016: Pulling fs layer [2022-06-21T23:53:57.880Z] df18705c85c3: Pulling fs layer [2022-06-21T23:53:57.880Z] bdb3f477010e: Pulling fs layer [2022-06-21T23:53:57.880Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-21T23:53:57.880Z] 2c6e9b1d212d: Pulling fs layer [2022-06-21T23:53:57.880Z] bdb8f0575790: Pulling fs layer [2022-06-21T23:53:57.880Z] 386e3cb2ff24: Pulling fs layer [2022-06-21T23:53:57.880Z] 2343380bae48: Pulling fs layer [2022-06-21T23:53:57.880Z] df18705c85c3: Waiting [2022-06-21T23:53:57.880Z] 2c6e9b1d212d: Waiting [2022-06-21T23:53:57.880Z] bdb3f477010e: Waiting [2022-06-21T23:53:57.880Z] c8a8fc8e1c8f: Waiting [2022-06-21T23:53:57.880Z] bdb8f0575790: Waiting [2022-06-21T23:53:57.880Z] 2343380bae48: Waiting [2022-06-21T23:53:57.880Z] 205491f53016: Waiting [2022-06-21T23:53:57.880Z] f63e77b7563a: Download complete [2022-06-21T23:53:57.880Z] 205491f53016: Verifying Checksum [2022-06-21T23:53:57.880Z] 205491f53016: Download complete [2022-06-21T23:53:58.142Z] df18705c85c3: Verifying Checksum [2022-06-21T23:53:58.142Z] df18705c85c3: Download complete [2022-06-21T23:53:58.142Z] bdb3f477010e: Verifying Checksum [2022-06-21T23:53:58.142Z] bdb3f477010e: Download complete [2022-06-21T23:53:58.142Z] bd5fdadae976: Verifying Checksum [2022-06-21T23:53:58.142Z] bd5fdadae976: Download complete [2022-06-21T23:53:58.142Z] 2c6e9b1d212d: Verifying Checksum [2022-06-21T23:53:58.142Z] 2c6e9b1d212d: Download complete [2022-06-21T23:53:58.142Z] bdb8f0575790: Verifying Checksum [2022-06-21T23:53:58.142Z] bdb8f0575790: Download complete [2022-06-21T23:53:58.142Z] 386e3cb2ff24: Verifying Checksum [2022-06-21T23:53:58.142Z] 386e3cb2ff24: Download complete [2022-06-21T23:53:58.142Z] 2343380bae48: Verifying Checksum [2022-06-21T23:53:58.142Z] 2343380bae48: Download complete [2022-06-21T23:53:58.142Z] 42c077c10790: Verifying Checksum [2022-06-21T23:53:58.142Z] 42c077c10790: Download complete [2022-06-21T23:53:58.402Z] c8a8fc8e1c8f: Download complete [2022-06-21T23:53:59.343Z] 42c077c10790: Pull complete [2022-06-21T23:53:59.605Z] f63e77b7563a: Pull complete [2022-06-21T23:54:00.176Z] bd5fdadae976: Pull complete [2022-06-21T23:54:00.176Z] 205491f53016: Pull complete [2022-06-21T23:54:00.436Z] df18705c85c3: Pull complete [2022-06-21T23:54:00.437Z] bdb3f477010e: Pull complete [2022-06-21T23:54:02.362Z] c8a8fc8e1c8f: Pull complete [2022-06-21T23:54:02.362Z] 2c6e9b1d212d: Pull complete [2022-06-21T23:54:02.627Z] bdb8f0575790: Pull complete [2022-06-21T23:54:02.627Z] 386e3cb2ff24: Pull complete [2022-06-21T23:54:02.890Z] 2343380bae48: Pull complete [2022-06-21T23:54:02.890Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-21T23:54:02.890Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-21T23:54:02.890Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-21T23:54:03.116Z] prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container [2022-06-21T23:54:03.152Z] $ 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-06-21T23:54:04.610Z] $ docker top be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd -eo pid,comm [2022-06-21T23:54:04.673Z] 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-06-21T23:54:04.673Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-21T23:54:04.806Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-21T23:54:04.806Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-21T23:54:04.949Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-21T23:54:04.953Z] $ docker exec be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd ssh-agent [2022-06-21T23:54:05.082Z] SSH_AUTH_SOCK=/tmp/ssh-f57SkU8fIEsX/agent.33 [2022-06-21T23:54:05.082Z] SSH_AGENT_PID=40 [2022-06-21T23:54:05.089Z] Running ssh-add (command line suppressed) [2022-06-21T23:54:05.221Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6061445871036042427.key (/w/workspace/edgex-go/1@tmp/private_key_6061445871036042427.key) [2022-06-21T23:54:05.236Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-21T23:54:05.572Z] + git tag --points-at HEAD [Pipeline] } [2022-06-21T23:54:05.600Z] $ docker exec --env ******** --env ******** be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd ssh-agent -k [2022-06-21T23:54:05.716Z] unset SSH_AUTH_SOCK; [2022-06-21T23:54:05.716Z] unset SSH_AGENT_PID; [2022-06-21T23:54:05.717Z] echo Agent pid 40 killed; [2022-06-21T23:54:05.731Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-21T23:54:05.819Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-21T23:54:05.819Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-21T23:54:05.963Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-21T23:54:05.967Z] $ docker exec be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd ssh-agent [2022-06-21T23:54:06.099Z] SSH_AUTH_SOCK=/tmp/ssh-Z3wA5bqYSd9l/agent.72 [2022-06-21T23:54:06.099Z] SSH_AGENT_PID=78 [2022-06-21T23:54:06.105Z] Running ssh-add (command line suppressed) [2022-06-21T23:54:06.227Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6993803874174224054.key (/w/workspace/edgex-go/1@tmp/private_key_6993803874174224054.key) [2022-06-21T23:54:06.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-21T23:54:06.572Z] + git semver init [2022-06-21T23:54:06.832Z] 2022-06-21 23:54:06,751 [run_init] DEBUG init version:0.0.0 force:False [2022-06-21T23:54:06.832Z] 2022-06-21 23:54:06,751 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-06-21T23:54:06.832Z] 2022-06-21 23:54:06,752 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-06-21T23:54:06.832Z] 2022-06-21 23:54:06,752 [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-06-21T23:54:11.059Z] 2022-06-21 23:54:10,808 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-06-21T23:54:11.059Z] 2022-06-21 23:54:10,809 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4059 with force:False [2022-06-21T23:54:11.059Z] 2022-06-21 23:54:10,809 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4059 [2022-06-21T23:54:11.059Z] 2022-06-21 23:54:10,813 [execute] INFO git cat-file --batch-check [2022-06-21T23:54:11.059Z] 2022-06-21 23:54:10,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-06-21T23:54:11.059Z] 2022-06-21 23:54:10,821 [execute] INFO git cat-file --batch [2022-06-21T23:54:11.059Z] 2022-06-21 23:54:10,821 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-06-21T23:54:11.059Z] 2022-06-21 23:54:10,827 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4059 [2022-06-21T23:54:11.059Z] 0.0.0 [Pipeline] } [2022-06-21T23:54:11.085Z] $ docker exec --env ******** --env ******** be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd ssh-agent -k [2022-06-21T23:54:11.205Z] unset SSH_AUTH_SOCK; [2022-06-21T23:54:11.206Z] unset SSH_AGENT_PID; [2022-06-21T23:54:11.206Z] echo Agent pid 78 killed; [2022-06-21T23:54:11.214Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-21T23:54:11.630Z] + git semver [Pipeline] } [2022-06-21T23:54:11.922Z] $ docker stop --time=1 be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd [2022-06-21T23:54:13.220Z] $ docker rm -f be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-21T23:54:13.643Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-21T23:54:13.934Z] Stashed 1 file(s) [Pipeline] echo [2022-06-21T23:54:13.952Z] [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-06-21T23:54:14.434Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-21T23:54:14.471Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-21T23:54:14.504Z] ========================================================= [2022-06-21T23:54:14.504Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-06-21T23:54:14.504Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-21T23:54:14.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-21T23:54:14.843Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-06-21T23:54:14.843Z] 59bf1c3509f3: Pulling fs layer [2022-06-21T23:54:14.843Z] 666ba61612fd: Pulling fs layer [2022-06-21T23:54:14.844Z] 8ed8ca486205: Pulling fs layer [2022-06-21T23:54:14.844Z] cc1cd167ecdc: Pulling fs layer [2022-06-21T23:54:14.844Z] c516ae0d96e1: Pulling fs layer [2022-06-21T23:54:14.844Z] 684cea983483: Pulling fs layer [2022-06-21T23:54:14.844Z] dd3240ac7de5: Pulling fs layer [2022-06-21T23:54:14.844Z] b1e948a4e11c: Pulling fs layer [2022-06-21T23:54:14.844Z] a8fd76ee1af6: Pulling fs layer [2022-06-21T23:54:14.844Z] 646ad004c059: Pulling fs layer [2022-06-21T23:54:14.844Z] c516ae0d96e1: Waiting [2022-06-21T23:54:14.844Z] a8fd76ee1af6: Waiting [2022-06-21T23:54:14.844Z] 646ad004c059: Waiting [2022-06-21T23:54:14.844Z] 684cea983483: Waiting [2022-06-21T23:54:14.844Z] dd3240ac7de5: Waiting [2022-06-21T23:54:14.844Z] cc1cd167ecdc: Waiting [2022-06-21T23:54:14.844Z] b1e948a4e11c: Waiting [2022-06-21T23:54:14.844Z] 8ed8ca486205: Verifying Checksum [2022-06-21T23:54:14.844Z] 8ed8ca486205: Download complete [2022-06-21T23:54:14.844Z] 666ba61612fd: Download complete [2022-06-21T23:54:14.844Z] c516ae0d96e1: Verifying Checksum [2022-06-21T23:54:14.844Z] c516ae0d96e1: Download complete [2022-06-21T23:54:14.844Z] 684cea983483: Download complete [2022-06-21T23:54:14.844Z] 59bf1c3509f3: Download complete [2022-06-21T23:54:14.844Z] dd3240ac7de5: Verifying Checksum [2022-06-21T23:54:14.844Z] dd3240ac7de5: Download complete [2022-06-21T23:54:15.109Z] b1e948a4e11c: Verifying Checksum [2022-06-21T23:54:15.109Z] b1e948a4e11c: Download complete [2022-06-21T23:54:15.109Z] 59bf1c3509f3: Pull complete [2022-06-21T23:54:15.109Z] 666ba61612fd: Pull complete [2022-06-21T23:54:15.377Z] 8ed8ca486205: Pull complete [2022-06-21T23:54:15.377Z] 646ad004c059: Verifying Checksum [2022-06-21T23:54:15.642Z] a8fd76ee1af6: Verifying Checksum [2022-06-21T23:54:15.642Z] a8fd76ee1af6: Download complete [2022-06-21T23:54:15.642Z] cc1cd167ecdc: Verifying Checksum [2022-06-21T23:54:15.642Z] cc1cd167ecdc: Download complete [2022-06-21T23:54:19.844Z] cc1cd167ecdc: Pull complete [2022-06-21T23:54:19.844Z] c516ae0d96e1: Pull complete [2022-06-21T23:54:19.844Z] 684cea983483: Pull complete [2022-06-21T23:54:19.844Z] dd3240ac7de5: Pull complete [2022-06-21T23:54:19.844Z] b1e948a4e11c: Pull complete [2022-06-21T23:54:21.751Z] a8fd76ee1af6: Pull complete [2022-06-21T23:54:22.690Z] 646ad004c059: Pull complete [2022-06-21T23:54:22.690Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-06-21T23:54:22.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-21T23:54:22.690Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-06-21T23:54:23.058Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-21T23:54:23.058Z] WORKDIR /edgex [2022-06-21T23:54:23.058Z] COPY go.mod . [2022-06-21T23:54:23.058Z] RUN go mod download [2022-06-21T23:54:23.058Z] + docker build -t ci-base-image-x86_64 -f - . [2022-06-21T23:54:24.440Z] Sending build context to Docker daemon 335.1MB [2022-06-21T23:54:24.440Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-21T23:54:24.440Z] ---> 8f69c11f6b0c [2022-06-21T23:54:24.440Z] Step 2/4 : WORKDIR /edgex [2022-06-21T23:54:26.353Z] ---> Running in 4eb17ed184e9 [2022-06-21T23:54:26.614Z] Removing intermediate container 4eb17ed184e9 [2022-06-21T23:54:26.614Z] ---> d2421d4bfb15 [2022-06-21T23:54:26.614Z] Step 3/4 : COPY go.mod . [2022-06-21T23:54:26.614Z] ---> 2408d42ab8f7 [2022-06-21T23:54:26.614Z] Step 4/4 : RUN go mod download [2022-06-21T23:54:26.614Z] ---> Running in e4f47cc8d662 [2022-06-21T23:54:29.245Z] Still waiting to schedule task [2022-06-21T23:54:29.245Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-06-21T23:54:41.525Z] Removing intermediate container e4f47cc8d662 [2022-06-21T23:54:41.525Z] ---> f9ab0a1ced05 [2022-06-21T23:54:41.525Z] Successfully built f9ab0a1ced05 [2022-06-21T23:54:41.525Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-21T23:54:41.904Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-21T23:54:41.904Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-21T23:54:42.072Z] prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container [2022-06-21T23:54:42.112Z] $ 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-06-21T23:54:42.539Z] $ docker top 97890c1413d1fb51f52cfd97079348ae38866c0adfc474bad6f9a5d4ea390d2c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-21T23:54:42.961Z] + go version [2022-06-21T23:54:42.962Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-06-21T23:54:42.990Z] $ docker stop --time=1 97890c1413d1fb51f52cfd97079348ae38866c0adfc474bad6f9a5d4ea390d2c [2022-06-21T23:54:44.291Z] $ docker rm -f 97890c1413d1fb51f52cfd97079348ae38866c0adfc474bad6f9a5d4ea390d2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-21T23:54:45.037Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-21T23:54:45.037Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-21T23:54:45.198Z] prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container [2022-06-21T23:54:45.238Z] $ 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-06-21T23:54:45.625Z] $ docker top 0b0e7a441c35ee0629613585313a7355bbfe898b523e9f5ff453b6575e65d298 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-21T23:54:45.756Z] ========================================================= [2022-06-21T23:54:45.756Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-06-21T23:54:45.756Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-21T23:54:46.139Z] + make test [2022-06-21T23:54:46.140Z] go mod tidy -compat=1.17 [2022-06-21T23:54:46.140Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-06-21T23:54:51.454Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-06-21T23:55:03.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-06-21T23:55:03.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.076s coverage: 28.7% of statements [2022-06-21T23:55:03.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-06-21T23:55:03.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-06-21T23:55:05.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.088s coverage: 98.5% of statements [2022-06-21T23:55:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-06-21T23:55:05.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 53.4% of statements [2022-06-21T23:55:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-06-21T23:55:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.730s coverage: 89.2% of statements [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.066s coverage: 83.8% of statements [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.485s coverage: 95.6% of statements [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.080s coverage: 72.2% of statements [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.080s coverage: 60.0% of statements [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.085s coverage: 0.9% of statements [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.064s coverage: 29.6% of statements [2022-06-21T23:55:09.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.095s coverage: 47.1% of statements [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.115s coverage: 79.5% of statements [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.112s coverage: 96.3% of statements [2022-06-21T23:55:09.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2022-06-21T23:55:17.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements [2022-06-21T23:55:17.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2022-06-21T23:55:20.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.205s coverage: 82.5% of statements [2022-06-21T23:55:20.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.026s coverage: 65.1% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.056s coverage: 87.2% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.108s coverage: 58.8% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.086s coverage: 80.0% of statements [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.2% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 64.4% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 89.4% of statements [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 65.4% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.169s coverage: 43.8% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.070s coverage: 89.5% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.070s coverage: 84.8% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-06-21T23:55:28.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-06-21T23:55:28.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-06-21T23:55:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements [2022-06-21T23:55:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-06-21T23:55:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-06-21T23:55:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-06-21T23:55:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-06-21T23:55:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-06-21T23:55:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-06-21T23:55:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2022-06-21T23:55:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-06-21T23:55:28.584Z] 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-06-21T23:55:46.695Z] GO111MODULE=on go vet ./... [2022-06-21T23:55:50.897Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-21T23:55:50.897Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-21T23:55:51.158Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-21T23:55:51.198Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-06-21T23:55:51.509Z] + ls -al . [2022-06-21T23:55:51.509Z] total 684 [2022-06-21T23:55:51.509Z] drwxrwxr-x 10 1001 1001 4096 Jun 21 23:54 . [2022-06-21T23:55:51.509Z] drwxr-xr-x 4 root root 4096 Jun 21 23:54 .. [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 11 Jun 21 23:53 .dockerignore [2022-06-21T23:55:51.509Z] drwxrwxr-x 8 1001 1001 4096 Jun 21 23:54 .git [2022-06-21T23:55:51.509Z] drwxrwxr-x 3 1001 1001 4096 Jun 21 23:53 .github [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 879 Jun 21 23:53 .gitignore [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 42 Jun 21 23:53 .golangci.yml [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 87 Jun 21 23:53 .hadolint.yml [2022-06-21T23:55:51.509Z] drwxr-xr-x 3 1001 1001 4096 Jun 21 23:54 .semver [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 166 Jun 21 23:53 .sonarcloud.properties [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 1171 Jun 21 23:53 ADOPTERS.md [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 10347 Jun 21 23:53 Attribution.txt [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 63209 Jun 21 23:53 CHANGELOG.md [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 3804 Jun 21 23:53 CONTRIBUTING.md [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 677 Jun 21 23:53 GOVERNANCE.md [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 850 Jun 21 23:53 Jenkinsfile [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 10775 Jun 21 23:53 LICENSE [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 10389 Jun 21 23:53 Makefile [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 582 Jun 21 23:53 OWNERS.md [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 9094 Jun 21 23:53 README.md [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 6912 Jun 21 23:53 SECURITY.md [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 5 Jun 21 23:54 VERSION [2022-06-21T23:55:51.509Z] -rw-rw-r-- 1 1001 1001 4131 Jun 21 23:53 ZMQWindows.md [2022-06-21T23:55:51.509Z] drwxrwxr-x 2 1001 1001 4096 Jun 21 23:53 bin [2022-06-21T23:55:51.510Z] drwxrwxr-x 18 1001 1001 4096 Jun 21 23:53 cmd [2022-06-21T23:55:51.510Z] -rw-r--r-- 1 root root 435411 Jun 21 23:55 coverage.out [2022-06-21T23:55:51.510Z] -rw-rw-r-- 1 1001 1001 3311 Jun 21 23:53 go.mod [2022-06-21T23:55:51.510Z] -rw-rw-r-- 1 1001 1001 36231 Jun 21 23:54 go.sum [2022-06-21T23:55:51.510Z] drwxrwxr-x 8 1001 1001 4096 Jun 21 23:53 internal [2022-06-21T23:55:51.510Z] drwxrwxr-x 3 1001 1001 4096 Jun 21 23:53 openapi [2022-06-21T23:55:51.510Z] drwxrwxr-x 4 1001 1001 4096 Jun 21 23:53 snap [2022-06-21T23:55:51.510Z] -rw-rw-r-- 1 1001 1001 204 Jun 21 23:53 version.go [Pipeline] sh [2022-06-21T23:55:51.823Z] + '[' -e coverage.out ] [2022-06-21T23:55:51.823Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-06-21T23:55:51.929Z] Stashed 1 file(s) [Pipeline] sh [2022-06-21T23:55:52.226Z] + make build [2022-06-21T23:55:52.226Z] 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-06-21T23:56:07.124Z] 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-06-21T23:56:07.298Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-15290 in /w/workspace/edgexfoundry_edgex-go_PR-4059 [Pipeline] { [Pipeline] ws [2022-06-21T23:56:07.342Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-06-21T23:56:07.435Z] The recommended git tool is: git [2022-06-21T23:56:14.057Z] using credential edgex-jenkins-ssh [2022-06-21T23:56:14.074Z] Cloning the remote Git repository [2022-06-21T23:56:15.245Z] 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-06-21T23:56:14.153Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-06-21T23:56:14.253Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-06-21T23:56:14.459Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-21T23:56:14.460Z] > git --version # timeout=10 [2022-06-21T23:56:14.488Z] > git --version # 'git version 2.25.1' [2022-06-21T23:56:14.491Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-21T23:56:14.578Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-21T23:56:15.504Z] 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-06-21T23:56:22.074Z] 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-06-21T23:56:22.074Z] 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-06-21T23:56:22.337Z] 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-06-21T23:56:23.719Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-21T23:56:24.291Z] 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-06-21T23:56:25.235Z] 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-06-21T23:56:26.177Z] 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-06-21T23:56:26.751Z] 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-06-21T23:56:28.661Z] 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-06-21T23:56:29.633Z] $ docker stop --time=1 0b0e7a441c35ee0629613585313a7355bbfe898b523e9f5ff453b6575e65d298 [2022-06-21T23:56:32.270Z] $ docker rm -f 0b0e7a441c35ee0629613585313a7355bbfe898b523e9f5ff453b6575e65d298 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-21T23:56:33.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-21T23:56:33.405Z] [2022-06-21T23:56:33.405Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-21T23:56:33.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-21T23:56:33.796Z] latest: Pulling from edgex-devops/edgex-compose [2022-06-21T23:56:33.796Z] cbdbe7a5bc2a: Pulling fs layer [2022-06-21T23:56:33.796Z] ca9280d653b3: Pulling fs layer [2022-06-21T23:56:33.796Z] 7e9c9ca2126c: Pulling fs layer [2022-06-21T23:56:33.796Z] cbdbe7a5bc2a: Verifying Checksum [2022-06-21T23:56:33.796Z] cbdbe7a5bc2a: Download complete [2022-06-21T23:56:34.056Z] ca9280d653b3: Verifying Checksum [2022-06-21T23:56:34.056Z] ca9280d653b3: Download complete [2022-06-21T23:56:34.056Z] cbdbe7a5bc2a: Pull complete [2022-06-21T23:56:34.316Z] 7e9c9ca2126c: Verifying Checksum [2022-06-21T23:56:34.317Z] 7e9c9ca2126c: Download complete [2022-06-21T23:56:34.577Z] ca9280d653b3: Pull complete [2022-06-21T23:56:36.189Z] Merging remotes/origin/main commit a33d29510750824ffe3c1e10314fb57731c6a243 into PR head commit a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:56:36.544Z] Merge succeeded, producing a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:56:36.544Z] Checking out Revision a5792596378736472da3af8951d7ea10d661f143 (PR-4059) [2022-06-21T23:56:35.386Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-21T23:56:35.403Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-21T23:56:35.430Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-21T23:56:35.464Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-21T23:56:35.465Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-21T23:56:35.478Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4059/head:refs/remotes/origin/PR-4059 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-06-21T23:56:36.209Z] > git config core.sparsecheckout # timeout=10 [2022-06-21T23:56:36.228Z] > git checkout -f a5792596378736472da3af8951d7ea10d661f143 # timeout=10 [2022-06-21T23:56:36.455Z] > git remote # timeout=10 [2022-06-21T23:56:36.471Z] > git config --get remote.origin.url # timeout=10 [2022-06-21T23:56:36.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-21T23:56:36.501Z] > git merge a33d29510750824ffe3c1e10314fb57731c6a243 # timeout=10 [2022-06-21T23:56:36.530Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-21T23:56:36.552Z] > git config core.sparsecheckout # timeout=10 [2022-06-21T23:56:36.571Z] > git checkout -f a5792596378736472da3af8951d7ea10d661f143 # timeout=10 [2022-06-21T23:56:37.871Z] 7e9c9ca2126c: Pull complete [2022-06-21T23:56:37.871Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-06-21T23:56:37.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-21T23:56:37.871Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-21T23:56:38.102Z] prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container [2022-06-21T23:56:38.140Z] $ 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-06-21T23:56:39.318Z] $ docker top f686ae51abd4e50944c9c0080949ffad62269e8692b8ad6907a59aa21460327a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-21T23:56:39.741Z] + docker-compose build --help [2022-06-21T23:56:39.741Z] + grep parallel [2022-06-21T23:56:40.313Z] --parallel Build images in parallel. [Pipeline] } [2022-06-21T23:56:40.350Z] $ docker stop --time=1 f686ae51abd4e50944c9c0080949ffad62269e8692b8ad6907a59aa21460327a [2022-06-21T23:56:40.869Z] Commit message: "build: Optimize test-attribution-txt.sh to use go.mod, not vendor" [2022-06-21T23:56:40.925Z] > git --version # timeout=10 [2022-06-21T23:56:40.936Z] > git --version # 'git version 2.25.1' [2022-06-21T23:56:40.948Z] fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-21T23:56:41.645Z] $ docker rm -f f686ae51abd4e50944c9c0080949ffad62269e8692b8ad6907a59aa21460327a [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-21T23:56:42.518Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-21T23:56:42.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-21T23:56:42.519Z] Dload Upload Total Spent Left Speed [2022-06-21T23:56:42.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [2022-06-21T23:56:42.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-21T23:56:42.590Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-21T23:56:42.776Z] prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container [2022-06-21T23:56:42.811Z] $ 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-06-21T23:56:43.171Z] $ docker top c960ed6e4a90b17c5b54d20f873c0431dc76a45b010e843d4a257cd0b6b5de4e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2022-06-21T23:56:43.618Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-21T23:56:43.658Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-06-21T23:56:43.983Z] + sudo tee /etc/docker/daemon.new [2022-06-21T23:56:43.983Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-21T23:56:43.983Z] { [2022-06-21T23:56:43.983Z] "registry-mirrors": [ [2022-06-21T23:56:43.983Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-21T23:56:43.983Z] ], [2022-06-21T23:56:43.983Z] "bip": "10.250.0.254/24", [2022-06-21T23:56:43.983Z] "hosts": [ [2022-06-21T23:56:43.983Z] "tcp://0.0.0.0:5555", [2022-06-21T23:56:43.983Z] "unix:///var/run/docker.sock" [2022-06-21T23:56:43.983Z] ], [2022-06-21T23:56:43.983Z] "mtu": 1458, [2022-06-21T23:56:43.983Z] "selinux-enabled": true, [2022-06-21T23:56:43.983Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-21T23:56:43.983Z] } [Pipeline] sh [2022-06-21T23:56:44.225Z] Building core-command ... [2022-06-21T23:56:44.226Z] Building core-data ... [2022-06-21T23:56:44.226Z] Building core-metadata ... [2022-06-21T23:56:44.226Z] Building security-bootstrapper ... [2022-06-21T23:56:44.226Z] Building security-proxy-setup ... [2022-06-21T23:56:44.226Z] Building security-secretstore-setup ... [2022-06-21T23:56:44.226Z] Building security-spiffe-token-provider ... [2022-06-21T23:56:44.226Z] Building security-spire-agent ... [2022-06-21T23:56:44.226Z] Building security-spire-config ... [2022-06-21T23:56:44.226Z] Building security-spire-server ... [2022-06-21T23:56:44.226Z] Building support-notifications ... [2022-06-21T23:56:44.226Z] Building support-scheduler ... [2022-06-21T23:56:44.226Z] Building sys-mgmt-agent ... [2022-06-21T23:56:44.226Z] Building support-scheduler [2022-06-21T23:56:44.226Z] Building core-data [2022-06-21T23:56:44.226Z] Building core-metadata [2022-06-21T23:56:44.226Z] Building support-notifications [2022-06-21T23:56:44.226Z] Building security-proxy-setup [2022-06-21T23:56:44.348Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-21T23:56:44.704Z] + sudo service docker restart [2022-06-21T23:57:02.315Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:57:02.315Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:57:02.315Z] ---> f9ab0a1ced05 [2022-06-21T23:57:02.315Z] Step 3/22 : WORKDIR /edgex-go [2022-06-21T23:57:02.315Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:57:02.315Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:57:02.315Z] ---> f9ab0a1ced05 [2022-06-21T23:57:02.315Z] Step 3/22 : WORKDIR /edgex-go [2022-06-21T23:57:02.315Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:57:02.315Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:57:02.315Z] ---> f9ab0a1ced05 [2022-06-21T23:57:02.315Z] Step 3/23 : WORKDIR /edgex-go [2022-06-21T23:57:02.315Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:57:02.315Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:57:02.315Z] ---> f9ab0a1ced05 [2022-06-21T23:57:02.315Z] Step 3/22 : WORKDIR /edgex-go [2022-06-21T23:57:02.315Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:57:02.315Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:57:02.315Z] ---> f9ab0a1ced05 [2022-06-21T23:57:02.315Z] Step 3/23 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-21T23:57:03.250Z] provisioning config files... [2022-06-21T23:57:03.274Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config82435608601840898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-21T23:57:03.664Z] ---> docker-login.sh [2022-06-21T23:57:03.664Z] nexus3.edgexfoundry.org:10001 [2022-06-21T23:57:04.229Z] ---> Running in 6bf0b6611658 [2022-06-21T23:57:04.229Z] ---> Running in e8aa333aa666 [2022-06-21T23:57:04.229Z] ---> Running in acbf8d3733f3 [2022-06-21T23:57:04.229Z] ---> Running in 223d1c56fcf9 [2022-06-21T23:57:04.229Z] ---> Running in 9ffad2c7a3a8 [2022-06-21T23:57:04.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-21T23:57:04.490Z] Removing intermediate container 9ffad2c7a3a8 [2022-06-21T23:57:04.490Z] ---> 216fc9ddd9ab [2022-06-21T23:57:04.490Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:57:04.490Z] Removing intermediate container e8aa333aa666 [2022-06-21T23:57:04.490Z] ---> eb803e7eebfb [2022-06-21T23:57:04.490Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:57:04.490Z] Removing intermediate container acbf8d3733f3 [2022-06-21T23:57:04.490Z] ---> 07dca9300747 [2022-06-21T23:57:04.490Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:57:04.490Z] Removing intermediate container 6bf0b6611658 [2022-06-21T23:57:04.490Z] ---> 750e0f79c463 [2022-06-21T23:57:04.490Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:57:04.490Z] Removing intermediate container 223d1c56fcf9 [2022-06-21T23:57:04.490Z] ---> 0887eb869e5a [2022-06-21T23:57:04.490Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:57:04.490Z] ---> Running in b5270ee433b4 [2022-06-21T23:57:04.490Z] ---> Running in 25bfab07959c [2022-06-21T23:57:04.490Z] ---> Running in 14077a81a071 [2022-06-21T23:57:04.490Z] ---> Running in 7e9598ddd206 [2022-06-21T23:57:04.490Z] ---> Running in cd67e4a80d0b [2022-06-21T23:57:04.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-21T23:57:04.530Z] Configure a credential helper to remove this warning. See [2022-06-21T23:57:04.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-21T23:57:04.530Z] [2022-06-21T23:57:04.530Z] Login Succeeded [2022-06-21T23:57:04.530Z] nexus3.edgexfoundry.org:10002 [2022-06-21T23:57:04.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-21T23:57:05.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-21T23:57:05.077Z] Configure a credential helper to remove this warning. See [2022-06-21T23:57:05.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-21T23:57:05.077Z] [2022-06-21T23:57:05.077Z] Login Succeeded [2022-06-21T23:57:05.077Z] nexus3.edgexfoundry.org:10003 [2022-06-21T23:57:05.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-21T23:57:05.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-21T23:57:05.354Z] Configure a credential helper to remove this warning. See [2022-06-21T23:57:05.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-21T23:57:05.355Z] [2022-06-21T23:57:05.355Z] Login Succeeded [2022-06-21T23:57:05.355Z] nexus3.edgexfoundry.org:10004 [2022-06-21T23:57:05.434Z] Removing intermediate container b5270ee433b4 [2022-06-21T23:57:05.434Z] ---> 9c657e9d9b2e [2022-06-21T23:57:05.434Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-06-21T23:57:05.434Z] ---> Running in 09b58306447a [2022-06-21T23:57:05.693Z] Removing intermediate container 25bfab07959c [2022-06-21T23:57:05.693Z] ---> 33443a947ed1 [2022-06-21T23:57:05.693Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-06-21T23:57:05.693Z] ---> Running in 4f88e0cb1377 [2022-06-21T23:57:05.954Z] Removing intermediate container 14077a81a071 [2022-06-21T23:57:05.954Z] ---> 51a5598299a1 [2022-06-21T23:57:05.954Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-21T23:57:05.954Z] ---> Running in 60e98d3501d2 [2022-06-21T23:57:05.954Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:57:05.954Z] Removing intermediate container cd67e4a80d0b [2022-06-21T23:57:05.954Z] ---> ef1733945d2a [2022-06-21T23:57:05.954Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-21T23:57:05.954Z] Removing intermediate container 7e9598ddd206 [2022-06-21T23:57:05.954Z] ---> d30f7855b20d [2022-06-21T23:57:05.954Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-21T23:57:05.954Z] ---> Running in 8cac13d39e13 [2022-06-21T23:57:05.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-21T23:57:05.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-21T23:57:05.959Z] Configure a credential helper to remove this warning. See [2022-06-21T23:57:05.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-21T23:57:05.959Z] [2022-06-21T23:57:05.959Z] Login Succeeded [2022-06-21T23:57:05.959Z] docker.io [2022-06-21T23:57:06.214Z] ---> Running in f5b72c4ee167 [2022-06-21T23:57:06.215Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:57:06.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-21T23:57:06.478Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:57:06.478Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:57:06.478Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:57:06.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-21T23:57:06.505Z] Configure a credential helper to remove this warning. See [2022-06-21T23:57:06.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-21T23:57:06.505Z] [2022-06-21T23:57:06.505Z] Login Succeeded [2022-06-21T23:57:06.505Z] ---> docker-login.sh ends [Pipeline] } [2022-06-21T23:57:06.533Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-06-21T23:57:06.738Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] echo [2022-06-21T23:57:06.916Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-21T23:57:06.956Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-21T23:57:06.992Z] ========================================================= [2022-06-21T23:57:06.992Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-06-21T23:57:06.992Z] ========================================================= [2022-06-21T23:57:06.999Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] fileExists [Pipeline] sh [2022-06-21T23:57:07.259Z] OK: 221 MiB in 52 packages [2022-06-21T23:57:07.259Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:57:07.259Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:57:07.259Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:57:07.409Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-21T23:57:07.519Z] OK: 221 MiB in 52 packages [2022-06-21T23:57:07.519Z] Removing intermediate container 09b58306447a [2022-06-21T23:57:07.519Z] ---> 72e27d5e742b [2022-06-21T23:57:07.519Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-21T23:57:07.519Z] OK: 221 MiB in 52 packages [2022-06-21T23:57:07.691Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-21T23:57:07.691Z] 9b3977197b4f: Pulling fs layer [2022-06-21T23:57:07.691Z] 1a89e8eeedd5: Pulling fs layer [2022-06-21T23:57:07.691Z] 94645a83ff95: Pulling fs layer [2022-06-21T23:57:07.691Z] e6fb740bc735: Pulling fs layer [2022-06-21T23:57:07.691Z] 3a77bd46dcc9: Pulling fs layer [2022-06-21T23:57:07.691Z] 355e64cbe906: Pulling fs layer [2022-06-21T23:57:07.691Z] 63ab81a10011: Pulling fs layer [2022-06-21T23:57:07.691Z] 555d1d1c4555: Pulling fs layer [2022-06-21T23:57:07.691Z] 7d9057610161: Pulling fs layer [2022-06-21T23:57:07.691Z] e6fb740bc735: Waiting [2022-06-21T23:57:07.691Z] 3a77bd46dcc9: Waiting [2022-06-21T23:57:07.691Z] 555d1d1c4555: Waiting [2022-06-21T23:57:07.691Z] 355e64cbe906: Waiting [2022-06-21T23:57:07.691Z] 7d9057610161: Waiting [2022-06-21T23:57:07.691Z] 63ab81a10011: Waiting [2022-06-21T23:57:07.691Z] 94645a83ff95: Download complete [2022-06-21T23:57:07.691Z] 1a89e8eeedd5: Verifying Checksum [2022-06-21T23:57:07.691Z] 1a89e8eeedd5: Download complete [2022-06-21T23:57:07.691Z] 3a77bd46dcc9: Download complete [2022-06-21T23:57:07.691Z] 9b3977197b4f: Verifying Checksum [2022-06-21T23:57:07.691Z] 9b3977197b4f: Download complete [2022-06-21T23:57:07.691Z] 63ab81a10011: Verifying Checksum [2022-06-21T23:57:07.691Z] 63ab81a10011: Download complete [2022-06-21T23:57:07.778Z] OK: 221 MiB in 52 packages [2022-06-21T23:57:07.778Z] OK: 221 MiB in 52 packages [2022-06-21T23:57:07.778Z] ---> 7713cbb91c95 [2022-06-21T23:57:07.778Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:57:07.778Z] ---> Running in 52266f6b0097 [2022-06-21T23:57:07.778Z] Removing intermediate container 4f88e0cb1377 [2022-06-21T23:57:07.778Z] ---> 94c4e97bd5b8 [2022-06-21T23:57:07.778Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-21T23:57:08.038Z] ---> 0070e77ea396 [2022-06-21T23:57:08.038Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:57:08.038Z] Removing intermediate container 60e98d3501d2 [2022-06-21T23:57:08.038Z] ---> dba9782001fd [2022-06-21T23:57:08.038Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-21T23:57:08.038Z] ---> Running in e6a13cbb763c [2022-06-21T23:57:08.297Z] Removing intermediate container 8cac13d39e13 [2022-06-21T23:57:08.297Z] ---> c66fce9902c9 [2022-06-21T23:57:08.297Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-21T23:57:08.297Z] ---> c2cd337134d1 [2022-06-21T23:57:08.297Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:57:08.297Z] Removing intermediate container f5b72c4ee167 [2022-06-21T23:57:08.297Z] ---> 1e0fa21f3820 [2022-06-21T23:57:08.297Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-21T23:57:08.556Z] ---> 71e47788674d [2022-06-21T23:57:08.556Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:57:08.556Z] ---> Running in 2ac1dceaf182 [2022-06-21T23:57:08.556Z] ---> Running in 2c57c48a8935 [2022-06-21T23:57:08.556Z] ---> dff056d82d86 [2022-06-21T23:57:08.556Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:57:08.556Z] ---> Running in 1c2b2797ff69 [2022-06-21T23:57:08.692Z] 9b3977197b4f: Pull complete [2022-06-21T23:57:08.692Z] 7d9057610161: Verifying Checksum [2022-06-21T23:57:08.692Z] 7d9057610161: Download complete [2022-06-21T23:57:09.125Z] Removing intermediate container 52266f6b0097 [2022-06-21T23:57:09.125Z] ---> 4de2868b24ab [2022-06-21T23:57:09.125Z] Step 8/23 : COPY . . [2022-06-21T23:57:09.299Z] 1a89e8eeedd5: Pull complete [2022-06-21T23:57:09.383Z] Removing intermediate container e6a13cbb763c [2022-06-21T23:57:09.384Z] ---> e87fe6f0295c [2022-06-21T23:57:09.384Z] Step 8/22 : COPY . . [2022-06-21T23:57:09.579Z] 94645a83ff95: Pull complete [2022-06-21T23:57:09.855Z] 555d1d1c4555: Download complete [2022-06-21T23:57:09.952Z] Removing intermediate container 2ac1dceaf182 [2022-06-21T23:57:09.952Z] ---> d110375533df [2022-06-21T23:57:09.952Z] Step 8/22 : COPY . . [2022-06-21T23:57:10.458Z] e6fb740bc735: Verifying Checksum [2022-06-21T23:57:10.458Z] e6fb740bc735: Download complete [2022-06-21T23:57:16.518Z] Removing intermediate container 2c57c48a8935 [2022-06-21T23:57:16.518Z] ---> b7ece4a93196 [2022-06-21T23:57:16.518Z] Step 8/23 : COPY . . [2022-06-21T23:57:16.518Z] ---> b37aba6e05a0 [2022-06-21T23:57:16.518Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-06-21T23:57:16.518Z] ---> 64e0a1533aae [2022-06-21T23:57:16.518Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-06-21T23:57:16.518Z] Removing intermediate container 1c2b2797ff69 [2022-06-21T23:57:16.518Z] ---> 3c2056adaf09 [2022-06-21T23:57:16.518Z] Step 8/22 : COPY . . [2022-06-21T23:57:16.518Z] ---> Running in 23e2c9b14d94 [2022-06-21T23:57:16.518Z] ---> Running in cdb3d4ff589b [2022-06-21T23:57:16.518Z] ---> e6324d64e321 [2022-06-21T23:57:16.518Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-06-21T23:57:18.425Z] ---> Running in 349c3d59f929 [2022-06-21T23:57:18.686Z] 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-06-21T23:57:18.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-scheduler/support-scheduler ./cmd/support-scheduler [2022-06-21T23:57:18.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-06-21T23:57:21.976Z] ---> 212cd958565f [2022-06-21T23:57:21.976Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-06-21T23:57:21.976Z] ---> Running in 020d9843194a [2022-06-21T23:57:21.976Z] ---> 94d0e608e917 [2022-06-21T23:57:21.976Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-06-21T23:57:21.976Z] ---> Running in 99e4d9d75f96 [2022-06-21T23:57:22.868Z] e6fb740bc735: Pull complete [2022-06-21T23:57:22.921Z] 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-06-21T23:57:23.145Z] 3a77bd46dcc9: Pull complete [2022-06-21T23:57:23.180Z] 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-06-21T23:57:23.419Z] 355e64cbe906: Pull complete [2022-06-21T23:57:23.694Z] 63ab81a10011: Pull complete [2022-06-21T23:57:30.412Z] 555d1d1c4555: Pull complete [2022-06-21T23:57:31.407Z] 7d9057610161: Pull complete [2022-06-21T23:57:31.407Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-06-21T23:57:31.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-21T23:57:31.682Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-06-21T23:57:32.097Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-21T23:57:32.097Z] WORKDIR /edgex [2022-06-21T23:57:32.097Z] COPY go.mod . [2022-06-21T23:57:32.097Z] RUN go mod download [2022-06-21T23:57:32.097Z] docker build -t ci-base-image-arm64 -f - . [2022-06-21T23:57:34.757Z] Sending build context to Docker daemon 169.1MB [2022-06-21T23:57:34.757Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-21T23:57:34.757Z] ---> 819e984ddca1 [2022-06-21T23:57:34.757Z] Step 2/4 : WORKDIR /edgex [2022-06-21T23:57:36.206Z] ---> Running in 8daca3a518c6 [2022-06-21T23:57:36.479Z] Removing intermediate container 8daca3a518c6 [2022-06-21T23:57:36.479Z] ---> 22a5880dfd12 [2022-06-21T23:57:36.479Z] Step 3/4 : COPY go.mod . [2022-06-21T23:57:37.077Z] ---> 68ac275d3603 [2022-06-21T23:57:37.077Z] Step 4/4 : RUN go mod download [2022-06-21T23:57:37.077Z] ---> Running in f4a8ad2d49a9 [2022-06-21T23:57:49.725Z] 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-06-21T23:57:57.868Z] Removing intermediate container 020d9843194a [2022-06-21T23:57:57.868Z] ---> dfe9c39d80b3 [2022-06-21T23:57:57.868Z] [2022-06-21T23:57:57.868Z] Step 10/22 : FROM alpine:3.14 [2022-06-21T23:57:57.868Z] Removing intermediate container cdb3d4ff589b [2022-06-21T23:57:57.868Z] ---> edd94351d85f [2022-06-21T23:57:57.868Z] [2022-06-21T23:57:57.868Z] Step 10/23 : FROM alpine:3.14 [2022-06-21T23:57:57.868Z] Removing intermediate container 99e4d9d75f96 [2022-06-21T23:57:57.868Z] ---> 0f71740f8751 [2022-06-21T23:57:57.868Z] [2022-06-21T23:57:57.868Z] Step 10/23 : FROM alpine:3.14 [2022-06-21T23:57:57.868Z] Removing intermediate container 349c3d59f929 [2022-06-21T23:57:57.868Z] ---> b2df67c93293 [2022-06-21T23:57:57.868Z] [2022-06-21T23:57:57.868Z] Step 10/22 : FROM alpine:3.14 [2022-06-21T23:57:57.868Z] Removing intermediate container 23e2c9b14d94 [2022-06-21T23:57:57.868Z] ---> 24c0695ef45b [2022-06-21T23:57:57.868Z] [2022-06-21T23:57:57.868Z] Step 10/22 : FROM alpine:3.14 [2022-06-21T23:57:58.813Z] 3.14: Pulling from library/alpine [2022-06-21T23:57:59.385Z] 3.14: Pulling from library/alpine [2022-06-21T23:57:59.960Z] 3.14: Pulling from library/alpine [2022-06-21T23:57:59.960Z] 3.14: Pulling from library/alpine [2022-06-21T23:57:59.960Z] 3.14: Pulling from library/alpine [2022-06-21T23:58:01.353Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-21T23:58:01.353Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-21T23:58:01.353Z] Status: Image is up to date for alpine:3.14 [2022-06-21T23:58:01.353Z] Status: Downloaded newer image for alpine:3.14 [2022-06-21T23:58:01.353Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-21T23:58:01.353Z] Status: Image is up to date for alpine:3.14 [2022-06-21T23:58:01.353Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-21T23:58:01.353Z] Status: Image is up to date for alpine:3.14 [2022-06-21T23:58:01.353Z] ---> e04c818066af [2022-06-21T23:58:01.353Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-06-21T23:58:01.353Z] ---> e04c818066af [2022-06-21T23:58:01.353Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-06-21T23:58:01.353Z] ---> e04c818066af [2022-06-21T23:58:01.353Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-06-21T23:58:01.353Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-21T23:58:01.353Z] ---> e04c818066af [2022-06-21T23:58:01.353Z] Status: Image is up to date for alpine:3.14 [2022-06-21T23:58:01.353Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-06-21T23:58:01.353Z] ---> e04c818066af [2022-06-21T23:58:01.353Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-06-21T23:58:01.353Z] ---> Running in 40351b94c55e [2022-06-21T23:58:01.353Z] ---> Running in 15a14c575e14 [2022-06-21T23:58:01.353Z] ---> Running in e61699d1d966 [2022-06-21T23:58:01.353Z] ---> Running in c8c2fbf5a529 [2022-06-21T23:58:01.353Z] ---> Running in c62180a639f7 [2022-06-21T23:58:01.614Z] Removing intermediate container e61699d1d966 [2022-06-21T23:58:01.614Z] ---> 24a19478e75b [2022-06-21T23:58:01.614Z] Step 12/23 : ENV APP_PORT=59880 [2022-06-21T23:58:01.614Z] ---> Running in d27fbddab996 [2022-06-21T23:58:01.614Z] Removing intermediate container d27fbddab996 [2022-06-21T23:58:01.614Z] ---> 26d5880416b6 [2022-06-21T23:58:01.614Z] Step 13/23 : EXPOSE $APP_PORT [2022-06-21T23:58:01.879Z] ---> Running in 38351211ee5c [2022-06-21T23:58:01.879Z] Removing intermediate container 38351211ee5c [2022-06-21T23:58:01.879Z] ---> bebc66c108d4 [2022-06-21T23:58:01.879Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:58:01.879Z] ---> Running in b53ae4ebd562 [2022-06-21T23:58:02.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:02.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:02.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:02.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:02.402Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-21T23:58:02.402Z] Executing busybox-1.33.1-r7.trigger [2022-06-21T23:58:02.402Z] OK: 6 MiB in 15 packages [2022-06-21T23:58:02.402Z] (1/6) Installing ca-certificates (20211220-r0) [2022-06-21T23:58:02.402Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-06-21T23:58:02.402Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-06-21T23:58:02.402Z] (4/6) Installing libcurl (7.79.1-r1) [2022-06-21T23:58:02.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:02.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:02.402Z] (5/6) Installing curl (7.79.1-r1) [2022-06-21T23:58:02.402Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-06-21T23:58:02.402Z] Executing busybox-1.33.1-r7.trigger [2022-06-21T23:58:02.402Z] Executing ca-certificates-20211220-r0.trigger [2022-06-21T23:58:02.402Z] OK: 8 MiB in 20 packages [2022-06-21T23:58:02.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:02.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:02.667Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-21T23:58:02.667Z] (1/2) Installing ca-certificates (20211220-r0) [2022-06-21T23:58:02.667Z] Executing busybox-1.33.1-r7.trigger [2022-06-21T23:58:02.667Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-06-21T23:58:02.667Z] Executing busybox-1.33.1-r7.trigger [2022-06-21T23:58:02.667Z] OK: 6 MiB in 15 packages [2022-06-21T23:58:02.667Z] Executing ca-certificates-20211220-r0.trigger [2022-06-21T23:58:02.667Z] OK: 6 MiB in 16 packages [2022-06-21T23:58:02.929Z] Removing intermediate container 40351b94c55e [2022-06-21T23:58:02.929Z] ---> acc389e31ec3 [2022-06-21T23:58:02.929Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-21T23:58:02.929Z] ---> Running in c4c86e1659ad [2022-06-21T23:58:03.188Z] Removing intermediate container b53ae4ebd562 [2022-06-21T23:58:03.188Z] ---> aad2ccebe621 [2022-06-21T23:58:03.188Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-21T23:58:03.188Z] ---> Running in 42f3fc0b6a40 [2022-06-21T23:58:03.188Z] Removing intermediate container c4c86e1659ad [2022-06-21T23:58:03.188Z] ---> 673623d23dcd [2022-06-21T23:58:03.188Z] Step 13/22 : ENV APP_PORT=59861 [2022-06-21T23:58:03.188Z] ---> Running in 38b9d1dc3961 [2022-06-21T23:58:03.452Z] Removing intermediate container 15a14c575e14 [2022-06-21T23:58:03.452Z] ---> 19ed03abeb45 [2022-06-21T23:58:03.452Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-21T23:58:03.452Z] Removing intermediate container c62180a639f7 [2022-06-21T23:58:03.452Z] ---> 589f8805a361 [2022-06-21T23:58:03.452Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-21T23:58:03.452Z] ---> Running in 979a0529ffed [2022-06-21T23:58:03.452Z] ---> Running in cf2209df65b7 [2022-06-21T23:58:03.452Z] Removing intermediate container 38b9d1dc3961 [2022-06-21T23:58:03.452Z] ---> 5dc729714f53 [2022-06-21T23:58:03.452Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-21T23:58:03.452Z] Removing intermediate container c8c2fbf5a529 [2022-06-21T23:58:03.452Z] ---> 0f0476da86d7 [2022-06-21T23:58:03.452Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-21T23:58:03.711Z] ---> Running in cb030bd66872 [2022-06-21T23:58:03.711Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:03.711Z] ---> Running in c76f83ee3b59 [2022-06-21T23:58:03.711Z] Removing intermediate container 979a0529ffed [2022-06-21T23:58:03.711Z] ---> 7497a9ca5c8a [2022-06-21T23:58:03.711Z] Step 13/22 : WORKDIR /edgex [2022-06-21T23:58:03.711Z] Removing intermediate container cf2209df65b7 [2022-06-21T23:58:03.711Z] ---> 4315ae53389c [2022-06-21T23:58:03.711Z] Step 13/23 : ENV APP_PORT=59881 [2022-06-21T23:58:03.711Z] ---> Running in e28153b61a77 [2022-06-21T23:58:03.711Z] ---> Running in 6e74f11b9b96 [2022-06-21T23:58:03.711Z] Removing intermediate container cb030bd66872 [2022-06-21T23:58:03.711Z] ---> 312c26d40ec5 [2022-06-21T23:58:03.711Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-21T23:58:03.711Z] Removing intermediate container c76f83ee3b59 [2022-06-21T23:58:03.711Z] ---> 04ca156705e6 [2022-06-21T23:58:03.711Z] Step 13/22 : ENV APP_PORT=59860 [2022-06-21T23:58:03.711Z] ---> Running in 7639a7ee91c2 [2022-06-21T23:58:04.033Z] Removing intermediate container e28153b61a77 [2022-06-21T23:58:04.033Z] ---> 235550c25227 [2022-06-21T23:58:04.033Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-06-21T23:58:04.033Z] Removing intermediate container 6e74f11b9b96 [2022-06-21T23:58:04.033Z] ---> fb4befdad1d7 [2022-06-21T23:58:04.033Z] Step 14/23 : EXPOSE $APP_PORT [2022-06-21T23:58:04.033Z] ---> Running in 54b6d5dce08b [2022-06-21T23:58:04.033Z] ---> 68b58350a713 [2022-06-21T23:58:04.033Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-06-21T23:58:04.033Z] Removing intermediate container 7639a7ee91c2 [2022-06-21T23:58:04.033Z] ---> 146c63339202 [2022-06-21T23:58:04.033Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-21T23:58:04.033Z] ---> Running in e500e000da06 [2022-06-21T23:58:04.033Z] Removing intermediate container 54b6d5dce08b [2022-06-21T23:58:04.033Z] ---> 36a53ed213fd [2022-06-21T23:58:04.033Z] Step 15/23 : WORKDIR / [2022-06-21T23:58:04.033Z] ---> 091908b36d09 [2022-06-21T23:58:04.033Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-06-21T23:58:04.296Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:04.867Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-21T23:58:04.867Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-21T23:58:04.867Z] ---> Running in bb47a42d7c8a [2022-06-21T23:58:04.867Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-21T23:58:04.867Z] Removing intermediate container e500e000da06 [2022-06-21T23:58:04.867Z] ---> f8e762b20a30 [2022-06-21T23:58:04.867Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-21T23:58:05.129Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-21T23:58:05.129Z] ---> c30d698815a4 [2022-06-21T23:58:05.129Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-06-21T23:58:05.129Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-21T23:58:05.129Z] ---> 6bd442f48eff [2022-06-21T23:58:05.129Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-06-21T23:58:05.129Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-21T23:58:05.391Z] Executing busybox-1.33.1-r7.trigger [2022-06-21T23:58:05.391Z] OK: 8 MiB in 20 packages [2022-06-21T23:58:05.667Z] Removing intermediate container bb47a42d7c8a [2022-06-21T23:58:05.667Z] ---> 2e24d2018706 [2022-06-21T23:58:05.667Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-21T23:58:05.667Z] ---> 52d69826fc97 [2022-06-21T23:58:05.667Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-06-21T23:58:05.955Z] ---> 8d3c472933f3 [2022-06-21T23:58:05.955Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-06-21T23:58:06.219Z] ---> 835ac74f6a5d [2022-06-21T23:58:06.219Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-06-21T23:58:06.480Z] ---> Running in 2deabc2c5ab6 [2022-06-21T23:58:06.480Z] ---> 8a3b957359aa [2022-06-21T23:58:06.480Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-06-21T23:58:06.480Z] Removing intermediate container 42f3fc0b6a40 [2022-06-21T23:58:06.480Z] ---> 060a922d04aa [2022-06-21T23:58:06.480Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-21T23:58:07.064Z] ---> e024a6d24ae4 [2022-06-21T23:58:07.064Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-06-21T23:58:07.064Z] ---> 1fd2b2fd958c [2022-06-21T23:58:07.064Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-06-21T23:58:07.064Z] Removing intermediate container 2deabc2c5ab6 [2022-06-21T23:58:07.064Z] ---> 7140dfda1b2e [2022-06-21T23:58:07.064Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-21T23:58:07.064Z] ---> Running in 271242f48648 [2022-06-21T23:58:07.373Z] ---> 5cb18aa15490 [2022-06-21T23:58:07.373Z] ---> 12989fab425f [2022-06-21T23:58:07.373Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-06-21T23:58:07.373Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-06-21T23:58:07.373Z] ---> Running in eb33c133f3e0 [2022-06-21T23:58:07.634Z] ---> 8d9120c16c9e [2022-06-21T23:58:07.634Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-06-21T23:58:07.634Z] ---> 3aeae3f6bf44 [2022-06-21T23:58:07.634Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-06-21T23:58:07.634Z] Removing intermediate container eb33c133f3e0 [2022-06-21T23:58:07.634Z] ---> 3361939ecfc2 [2022-06-21T23:58:07.634Z] Step 20/22 : LABEL arch=x86_64 [2022-06-21T23:58:07.634Z] ---> Running in 214e3cab59b5 [2022-06-21T23:58:07.634Z] ---> 41020b2f3f47 [2022-06-21T23:58:07.634Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-06-21T23:58:07.898Z] ---> Running in eb038c7401da [2022-06-21T23:58:07.898Z] ---> Running in 1c39438e3df5 [2022-06-21T23:58:07.898Z] Removing intermediate container 214e3cab59b5 [2022-06-21T23:58:07.898Z] ---> e47b8ded5c8c [2022-06-21T23:58:07.898Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-21T23:58:07.898Z] Removing intermediate container 1c39438e3df5 [2022-06-21T23:58:07.898Z] ---> f14f02daee2c [2022-06-21T23:58:07.898Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-21T23:58:07.898Z] Removing intermediate container eb038c7401da [2022-06-21T23:58:07.898Z] ---> fc1f961fb9b4 [2022-06-21T23:58:07.898Z] Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:58:07.898Z] ---> Running in ba6dd3c1c902 [2022-06-21T23:58:07.898Z] ---> 26a625fa5b24 [2022-06-21T23:58:07.898Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-06-21T23:58:08.157Z] ---> Running in 127d2aa89cb9 [2022-06-21T23:58:08.157Z] ---> Running in afea5156d7ad [2022-06-21T23:58:08.157Z] ---> Running in d72d2608e056 [2022-06-21T23:58:08.157Z] Removing intermediate container ba6dd3c1c902 [2022-06-21T23:58:08.157Z] ---> cf0106466409 [2022-06-21T23:58:08.157Z] Step 20/22 : LABEL arch=x86_64 [2022-06-21T23:58:08.157Z] Removing intermediate container 127d2aa89cb9 [2022-06-21T23:58:08.157Z] ---> 04101d3225b2 [2022-06-21T23:58:08.157Z] Step 21/23 : LABEL arch=x86_64 [2022-06-21T23:58:08.157Z] ---> Running in 16a07f5bd346 [2022-06-21T23:58:08.157Z] Removing intermediate container d72d2608e056 [2022-06-21T23:58:08.157Z] Removing intermediate container afea5156d7ad [2022-06-21T23:58:08.157Z] ---> e44182502ecf [2022-06-21T23:58:08.157Z] Step 22/22 : LABEL version=0.0.0 [2022-06-21T23:58:08.157Z] ---> e7cec6f7c55d [2022-06-21T23:58:08.157Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-21T23:58:08.157Z] Removing intermediate container 271242f48648 [2022-06-21T23:58:08.157Z] ---> 48f692b4732c [2022-06-21T23:58:08.157Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-06-21T23:58:08.418Z] ---> Running in c6b9503a2234 [2022-06-21T23:58:08.418Z] ---> Running in 31aa44b1d174 [2022-06-21T23:58:08.418Z] ---> Running in 4cd7333f105a [2022-06-21T23:58:08.418Z] ---> Running in f37b872969d9 [2022-06-21T23:58:08.418Z] Removing intermediate container 16a07f5bd346 [2022-06-21T23:58:08.418Z] ---> a823a8f27870 [2022-06-21T23:58:08.418Z] Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:58:08.418Z] ---> Running in 48ca92cdd73f [2022-06-21T23:58:08.418Z] Removing intermediate container c6b9503a2234 [2022-06-21T23:58:08.418Z] ---> cd9bd24478e8 [2022-06-21T23:58:08.418Z] Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:58:08.418Z] Removing intermediate container f37b872969d9 [2022-06-21T23:58:08.418Z] ---> cad1aebb5cc4 [2022-06-21T23:58:08.418Z] Step 20/22 : LABEL arch=x86_64 [2022-06-21T23:58:08.418Z] Removing intermediate container 31aa44b1d174 [2022-06-21T23:58:08.418Z] ---> d7fc3ee5496d [2022-06-21T23:58:08.418Z] [2022-06-21T23:58:08.418Z] Removing intermediate container 4cd7333f105a [2022-06-21T23:58:08.418Z] ---> 9abe254e4a91 [2022-06-21T23:58:08.418Z] Step 21/23 : LABEL arch=x86_64 [2022-06-21T23:58:08.418Z] ---> Running in 06c84996287f [2022-06-21T23:58:08.418Z] ---> Running in e62d2907ff30 [2022-06-21T23:58:08.681Z] ---> Running in bc6f281a2b3b [2022-06-21T23:58:08.681Z] Removing intermediate container 48ca92cdd73f [2022-06-21T23:58:08.681Z] ---> 8f262e17d8cc [2022-06-21T23:58:08.681Z] Step 22/22 : LABEL version=0.0.0 [2022-06-21T23:58:08.681Z] Successfully built d7fc3ee5496d [2022-06-21T23:58:08.681Z] Successfully tagged support-scheduler:latest [2022-06-21T23:58:08.681Z]  Building support-scheduler ... done Building security-spire-server [2022-06-21T23:58:08.681Z] ---> Running in 01ed164bdb53 [2022-06-21T23:58:08.681Z] Removing intermediate container 06c84996287f [2022-06-21T23:58:08.681Z] ---> 0eb5487bda28 [2022-06-21T23:58:08.681Z] Step 23/23 : LABEL version=0.0.0 [2022-06-21T23:58:08.681Z] Removing intermediate container e62d2907ff30 [2022-06-21T23:58:08.681Z] ---> 3d43f73faf3f [2022-06-21T23:58:08.681Z] Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:58:08.681Z] Removing intermediate container bc6f281a2b3b [2022-06-21T23:58:08.681Z] ---> 7bf1abf57c8b [2022-06-21T23:58:08.681Z] Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:58:08.681Z] ---> Running in 56fadae2a3a4 [2022-06-21T23:58:09.621Z] ---> Running in e3919be7e5e5 [2022-06-21T23:58:09.621Z] Removing intermediate container 01ed164bdb53 [2022-06-21T23:58:09.621Z] ---> 465042871b5d [2022-06-21T23:58:09.621Z] [2022-06-21T23:58:09.621Z] ---> Running in b86801be25cd [2022-06-21T23:58:09.621Z] Successfully built 465042871b5d [2022-06-21T23:58:10.193Z] Successfully tagged support-notifications:latest [2022-06-21T23:58:10.193Z] Building security-secretstore-setup [2022-06-21T23:58:10.193Z]  Building support-notifications ... done Removing intermediate container 56fadae2a3a4 [2022-06-21T23:58:10.193Z] ---> 72c28ca185e7 [2022-06-21T23:58:10.193Z] [2022-06-21T23:58:10.193Z] Successfully built 72c28ca185e7 [2022-06-21T23:58:10.763Z] Successfully tagged core-metadata:latest [2022-06-21T23:58:10.763Z] Building sys-mgmt-agent [2022-06-21T23:58:10.763Z]  Building core-metadata ... done Removing intermediate container b86801be25cd [2022-06-21T23:58:10.763Z] ---> 1f3ca084ed07 [2022-06-21T23:58:10.763Z] Step 23/23 : LABEL version=0.0.0 [2022-06-21T23:58:10.763Z] Removing intermediate container e3919be7e5e5 [2022-06-21T23:58:10.763Z] ---> 7646ec9984e5 [2022-06-21T23:58:10.763Z] Step 22/22 : LABEL version=0.0.0 [2022-06-21T23:58:12.147Z] ---> Running in b9094a15456e [2022-06-21T23:58:12.147Z] ---> Running in 0c60d48d656e [2022-06-21T23:58:13.086Z] Removing intermediate container b9094a15456e [2022-06-21T23:58:13.086Z] ---> f15a250f9a7a [2022-06-21T23:58:13.086Z] [2022-06-21T23:58:13.086Z] Removing intermediate container 0c60d48d656e [2022-06-21T23:58:13.086Z] ---> 268100efb101 [2022-06-21T23:58:13.086Z] [2022-06-21T23:58:13.086Z] Successfully built f15a250f9a7a [2022-06-21T23:58:13.086Z] Successfully tagged security-proxy-setup:latest [2022-06-21T23:58:13.086Z]  Building security-proxy-setup ... done Building security-spire-agent [2022-06-21T23:58:13.086Z] Successfully built 268100efb101 [2022-06-21T23:58:13.086Z] Successfully tagged core-data:latest [2022-06-21T23:58:13.086Z] Building security-spire-config [2022-06-21T23:58:16.375Z]  Building core-data ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:58:16.375Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:58:16.375Z] ---> f9ab0a1ced05 [2022-06-21T23:58:16.375Z] Step 3/25 : WORKDIR /edgex-go [2022-06-21T23:58:16.375Z] ---> Using cache [2022-06-21T23:58:16.375Z] ---> 0887eb869e5a [2022-06-21T23:58:16.375Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:58:16.375Z] ---> Using cache [2022-06-21T23:58:16.375Z] ---> ef1733945d2a [2022-06-21T23:58:16.375Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-06-21T23:58:21.654Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:58:21.654Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:58:21.654Z] ---> f9ab0a1ced05 [2022-06-21T23:58:21.654Z] Step 3/25 : WORKDIR /edgex-go [2022-06-21T23:58:21.654Z] ---> Using cache [2022-06-21T23:58:21.654Z] ---> 0887eb869e5a [2022-06-21T23:58:21.654Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:58:21.654Z] ---> Using cache [2022-06-21T23:58:21.654Z] ---> ef1733945d2a [2022-06-21T23:58:21.654Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-06-21T23:58:21.654Z] ---> Using cache [2022-06-21T23:58:21.654Z] ---> c66fce9902c9 [2022-06-21T23:58:21.654Z] Step 6/25 : COPY go.mod vendor* ./ [2022-06-21T23:58:21.654Z] ---> Using cache [2022-06-21T23:58:21.654Z] ---> 71e47788674d [2022-06-21T23:58:21.654Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:58:21.654Z] ---> Using cache [2022-06-21T23:58:21.654Z] ---> b7ece4a93196 [2022-06-21T23:58:21.654Z] Step 8/25 : COPY . . [2022-06-21T23:58:21.654Z] ---> Using cache [2022-06-21T23:58:21.654Z] ---> 94d0e608e917 [2022-06-21T23:58:21.654Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-06-21T23:58:21.654Z] ---> Running in c9b40f174781 [2022-06-21T23:58:21.914Z] ---> Running in d56317bc3ae7 [2022-06-21T23:58:22.175Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:22.435Z] 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-06-21T23:58:22.695Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:58:22.695Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:58:22.695Z] ---> f9ab0a1ced05 [2022-06-21T23:58:22.695Z] Step 3/23 : WORKDIR /edgex-go [2022-06-21T23:58:22.695Z] ---> Using cache [2022-06-21T23:58:22.695Z] ---> 0887eb869e5a [2022-06-21T23:58:22.695Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:58:22.695Z] ---> Using cache [2022-06-21T23:58:22.695Z] ---> ef1733945d2a [2022-06-21T23:58:22.695Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-06-21T23:58:23.265Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:23.525Z] OK: 221 MiB in 52 packages [2022-06-21T23:58:23.525Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:58:23.525Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:58:23.525Z] ---> f9ab0a1ced05 [2022-06-21T23:58:23.525Z] Step 3/26 : WORKDIR /edgex-go [2022-06-21T23:58:23.525Z] ---> Using cache [2022-06-21T23:58:23.525Z] ---> 0887eb869e5a [2022-06-21T23:58:23.525Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:58:23.525Z] ---> Using cache [2022-06-21T23:58:23.525Z] ---> ef1733945d2a [2022-06-21T23:58:23.525Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-06-21T23:58:23.785Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:58:23.785Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:58:23.785Z] ---> f9ab0a1ced05 [2022-06-21T23:58:23.785Z] Step 3/26 : WORKDIR /edgex-go [2022-06-21T23:58:23.785Z] ---> Using cache [2022-06-21T23:58:23.785Z] ---> 0887eb869e5a [2022-06-21T23:58:23.785Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:58:23.785Z] ---> Using cache [2022-06-21T23:58:23.785Z] ---> ef1733945d2a [2022-06-21T23:58:23.785Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-06-21T23:58:24.044Z] ---> Running in 2685a0d5045c [2022-06-21T23:58:24.044Z] ---> Running in 4c5554ac1669 [2022-06-21T23:58:24.044Z] ---> Running in f5f4825d9504 [2022-06-21T23:58:24.071Z] Removing intermediate container f4a8ad2d49a9 [2022-06-21T23:58:24.071Z] ---> 0ba88676fdb8 [2022-06-21T23:58:24.071Z] Successfully built 0ba88676fdb8 [2022-06-21T23:58:24.071Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-21T23:58:24.306Z] Removing intermediate container c9b40f174781 [2022-06-21T23:58:24.306Z] ---> 8d3ce3965ed8 [2022-06-21T23:58:24.306Z] Step 6/25 : COPY go.mod vendor* ./ [2022-06-21T23:58:24.306Z] ---> 1c296e05c758 [2022-06-21T23:58:24.306Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:58:24.488Z] + docker inspect -f . ci-base-image-arm64 [2022-06-21T23:58:24.488Z] . [Pipeline] } [Pipeline] // withEnv [2022-06-21T23:58:24.567Z] ---> Running in 8d02bb82cccd [2022-06-21T23:58:24.567Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:24.567Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:24.567Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [Pipeline] withDockerContainer [2022-06-21T23:58:24.789Z] prd-ubuntu20.04-docker-arm64-4c-16g-15290 does not seem to be running inside a container [2022-06-21T23:58:24.868Z] $ 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-06-21T23:58:25.501Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:25.501Z] Removing intermediate container 8d02bb82cccd [2022-06-21T23:58:25.501Z] ---> 2d7a628df3aa [2022-06-21T23:58:25.501Z] Step 8/25 : COPY . . [2022-06-21T23:58:25.501Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:25.501Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:25.759Z] OK: 221 MiB in 52 packages [2022-06-21T23:58:25.759Z] OK: 221 MiB in 52 packages [2022-06-21T23:58:25.759Z] OK: 221 MiB in 52 packages [2022-06-21T23:58:26.153Z] $ docker top 9a9d8113ec2d935c065b7dfed2d237653e624caf4130b7105be98727be8fbbc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-21T23:58:27.147Z] + go version [2022-06-21T23:58:27.147Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-06-21T23:58:27.186Z] $ docker stop --time=1 9a9d8113ec2d935c065b7dfed2d237653e624caf4130b7105be98727be8fbbc5 [2022-06-21T23:58:28.808Z] $ docker rm -f 9a9d8113ec2d935c065b7dfed2d237653e624caf4130b7105be98727be8fbbc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2022-06-21T23:58:29.204Z] Removing intermediate container 2685a0d5045c [2022-06-21T23:58:29.204Z] ---> 4a409e0fa7a9 [2022-06-21T23:58:29.204Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-21T23:58:29.204Z] Removing intermediate container f5f4825d9504 [2022-06-21T23:58:29.204Z] ---> 40f105194272 [2022-06-21T23:58:29.204Z] Step 6/26 : COPY go.mod vendor* ./ [2022-06-21T23:58:29.204Z] Removing intermediate container 4c5554ac1669 [2022-06-21T23:58:29.204Z] ---> d3828cecb94a [2022-06-21T23:58:29.204Z] Step 6/26 : COPY go.mod vendor* ./ [2022-06-21T23:58:29.204Z] ---> e46bb0d1e9f1 [2022-06-21T23:58:29.204Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:58:29.204Z] ---> 89a31dcddf8d [2022-06-21T23:58:29.204Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:58:29.204Z] ---> c3ab0b3a6770 [2022-06-21T23:58:29.204Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-21T23:58:29.463Z] ---> Running in 2395545fc07e [2022-06-21T23:58:29.463Z] ---> Running in 70e865048846 [2022-06-21T23:58:29.463Z] ---> Running in 26f7d9f0229f [2022-06-21T23:58:29.744Z] + docker inspect -f . ci-base-image-arm64 [2022-06-21T23:58:29.744Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-21T23:58:30.055Z] prd-ubuntu20.04-docker-arm64-4c-16g-15290 does not seem to be running inside a container [2022-06-21T23:58:30.138Z] $ 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-06-21T23:58:31.349Z] $ docker top 4fc7233c4859b5b532de91b455e413616ad52f668e4a80eb46a81dcd4d1d2215 -eo pid,comm [2022-06-21T23:58:31.386Z] Removing intermediate container 2395545fc07e [2022-06-21T23:58:31.386Z] ---> fbb7a8c4ebac [2022-06-21T23:58:31.386Z] Step 8/26 : COPY . . [2022-06-21T23:58:31.386Z] ---> 84b4e013123b [2022-06-21T23:58:31.386Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [Pipeline] { [2022-06-21T23:58:31.647Z] ---> Running in 47a6099e9c38 [2022-06-21T23:58:31.647Z] Removing intermediate container 26f7d9f0229f [2022-06-21T23:58:31.647Z] ---> 4037cdab0ea0 [2022-06-21T23:58:31.647Z] Step 8/26 : COPY . . [Pipeline] echo [2022-06-21T23:58:31.695Z] ========================================================= [2022-06-21T23:58:31.695Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-06-21T23:58:31.695Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-21T23:58:31.906Z] Removing intermediate container 70e865048846 [2022-06-21T23:58:31.907Z] ---> ddda46ee3d9a [2022-06-21T23:58:31.907Z] Step 8/23 : COPY . . [2022-06-21T23:58:31.907Z] Removing intermediate container 47a6099e9c38 [2022-06-21T23:58:31.907Z] ---> da6cd849326e [2022-06-21T23:58:31.907Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-06-21T23:58:32.397Z] + make test [2022-06-21T23:58:32.397Z] go mod tidy -compat=1.17 [2022-06-21T23:58:33.291Z] ---> Running in 13746f773465 [2022-06-21T23:58:33.386Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-06-21T23:58:35.461Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-06-21T23:58:38.760Z] Removing intermediate container 13746f773465 [2022-06-21T23:58:38.760Z] ---> 3b9454358ae5 [2022-06-21T23:58:38.760Z] 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-06-21T23:58:38.760Z] ---> Running in 7530d09a25f1 [2022-06-21T23:58:38.760Z] ---> e97bb4b14eb1 [2022-06-21T23:58:38.760Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-06-21T23:58:38.760Z] ---> 41f68ea444e7 [2022-06-21T23:58:38.760Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-06-21T23:58:39.020Z] ---> Running in 4e4878aa1aa4 [2022-06-21T23:58:39.020Z] ---> Running in c4664b7b936a [2022-06-21T23:58:39.020Z] ---> 8a9259b2e4cc [2022-06-21T23:58:39.020Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-06-21T23:58:39.280Z] ---> Running in 278d575998cd [2022-06-21T23:58:39.280Z] Removing intermediate container 4e4878aa1aa4 [2022-06-21T23:58:39.280Z] ---> b2cf32468467 [2022-06-21T23:58:39.280Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-06-21T23:58:39.280Z] ---> Running in 2be4b6482c38 [2022-06-21T23:58:39.539Z] Removing intermediate container 278d575998cd [2022-06-21T23:58:39.539Z] ---> 1c247dc38578 [2022-06-21T23:58:39.539Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-06-21T23:58:39.539Z] ---> Running in 4370691ea42b [2022-06-21T23:58:39.539Z] Removing intermediate container 2be4b6482c38 [2022-06-21T23:58:39.539Z] ---> 5af458a35461 [2022-06-21T23:58:39.539Z] 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-06-21T23:58:39.539Z] Removing intermediate container 7530d09a25f1 [2022-06-21T23:58:39.539Z] ---> a3dc9ab495af [2022-06-21T23:58:39.539Z] Step 12/25 : WORKDIR /edgex-go [2022-06-21T23:58:39.539Z] 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-06-21T23:58:39.800Z] ---> Running in 8ba67c2b435f [2022-06-21T23:58:39.800Z] Removing intermediate container 4370691ea42b [2022-06-21T23:58:39.800Z] ---> d26b2cdb604b [2022-06-21T23:58:39.800Z] 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-06-21T23:58:40.060Z] ---> Running in 95fadc7b697d [2022-06-21T23:58:41.003Z] ---> Running in 677e8c83a173 [2022-06-21T23:58:41.285Z] Removing intermediate container d56317bc3ae7 [2022-06-21T23:58:41.285Z] ---> a394e7277447 [2022-06-21T23:58:41.285Z] [2022-06-21T23:58:41.285Z] Step 10/25 : FROM alpine:3.14 [2022-06-21T23:58:41.285Z] ---> e04c818066af [2022-06-21T23:58:41.285Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-06-21T23:58:41.285Z] Removing intermediate container 95fadc7b697d [2022-06-21T23:58:41.285Z] ---> f0b5be75e11e [2022-06-21T23:58:41.285Z] [2022-06-21T23:58:41.285Z] Step 13/25 : FROM alpine:3.15 [2022-06-21T23:58:41.546Z] ---> Running in f11094f37d45 [2022-06-21T23:58:41.546Z] 3.15: Pulling from library/alpine [2022-06-21T23:58:41.813Z] Removing intermediate container 8ba67c2b435f [2022-06-21T23:58:41.813Z] ---> 4fb6fe405ea7 [2022-06-21T23:58:41.813Z] Step 12/26 : WORKDIR /edgex-go [2022-06-21T23:58:41.813Z] ---> Running in 1877ac4e8ab9 [2022-06-21T23:58:41.813Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-06-21T23:58:42.078Z] Status: Downloaded newer image for alpine:3.15 [2022-06-21T23:58:42.078Z] ---> 0ac33e5f5afa [2022-06-21T23:58:42.078Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-21T23:58:42.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:42.078Z] ---> Running in c8686c8997df [2022-06-21T23:58:42.078Z] Removing intermediate container 1877ac4e8ab9 [2022-06-21T23:58:42.078Z] ---> f201aae0ee23 [2022-06-21T23:58:42.078Z] [2022-06-21T23:58:42.078Z] Step 13/26 : FROM alpine:3.15 [2022-06-21T23:58:42.078Z] ---> 0ac33e5f5afa [2022-06-21T23:58:42.078Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-21T23:58:42.078Z] ---> Running in b240103cc872 [2022-06-21T23:58:42.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:42.339Z] Removing intermediate container 677e8c83a173 [2022-06-21T23:58:42.339Z] ---> 495952e3032a [2022-06-21T23:58:42.339Z] Step 12/26 : WORKDIR /edgex-go [2022-06-21T23:58:42.339Z] Removing intermediate container c8686c8997df [2022-06-21T23:58:42.339Z] ---> f780e6140e5f [2022-06-21T23:58:42.339Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:58:42.339Z] (1/3) Installing ca-certificates (20211220-r0) [2022-06-21T23:58:42.339Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-06-21T23:58:42.339Z] (3/3) Installing su-exec (0.2-r1) [2022-06-21T23:58:42.339Z] Executing busybox-1.33.1-r7.trigger [2022-06-21T23:58:42.599Z] Executing ca-certificates-20211220-r0.trigger [2022-06-21T23:58:42.599Z] Removing intermediate container b240103cc872 [2022-06-21T23:58:42.599Z] ---> e182b64bf5e4 [2022-06-21T23:58:42.599Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:58:42.599Z] ---> Running in f77d8c09951f [2022-06-21T23:58:42.599Z] ---> Running in 9ab52d3309c4 [2022-06-21T23:58:42.599Z] OK: 6 MiB in 17 packages [2022-06-21T23:58:42.599Z] ---> Running in a45a11a48879 [2022-06-21T23:58:42.859Z] Removing intermediate container f77d8c09951f [2022-06-21T23:58:42.859Z] ---> 01e37e161fd0 [2022-06-21T23:58:42.859Z] [2022-06-21T23:58:42.859Z] Step 13/26 : FROM alpine:3.15 [2022-06-21T23:58:42.859Z] ---> 0ac33e5f5afa [2022-06-21T23:58:42.859Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-21T23:58:42.859Z] ---> Using cache [2022-06-21T23:58:42.859Z] ---> e182b64bf5e4 [2022-06-21T23:58:42.859Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:58:43.117Z] ---> Running in 89fcf02a8440 [2022-06-21T23:58:43.390Z] Removing intermediate container f11094f37d45 [2022-06-21T23:58:43.390Z] ---> 4d07c504da3e [2022-06-21T23:58:43.390Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-21T23:58:43.390Z] ---> Running in 6f2c84e8069d [2022-06-21T23:58:43.650Z] Removing intermediate container 6f2c84e8069d [2022-06-21T23:58:43.650Z] ---> d4c8dc156dac [2022-06-21T23:58:43.650Z] Step 13/25 : WORKDIR / [2022-06-21T23:58:43.910Z] ---> Running in c820855da111 [2022-06-21T23:58:44.172Z] Removing intermediate container 9ab52d3309c4 [2022-06-21T23:58:44.172Z] ---> 961fc8b97322 [2022-06-21T23:58:44.172Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-06-21T23:58:44.172Z] Removing intermediate container a45a11a48879 [2022-06-21T23:58:44.172Z] ---> c01f41bf1a59 [2022-06-21T23:58:44.172Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-06-21T23:58:44.172Z] Removing intermediate container c820855da111 [2022-06-21T23:58:44.172Z] ---> dffa4e3d890b [2022-06-21T23:58:44.172Z] 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-06-21T23:58:44.432Z] ---> Running in a4eb3dbfc04a [2022-06-21T23:58:44.432Z] ---> Running in 698375e910b1 [2022-06-21T23:58:44.432Z] Removing intermediate container 89fcf02a8440 [2022-06-21T23:58:44.432Z] ---> df40a1614bbe [2022-06-21T23:58:44.432Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-06-21T23:58:44.432Z] ---> Running in cd9b3d3007f1 [2022-06-21T23:58:44.694Z] ---> 7cf55c948605 [2022-06-21T23:58:44.694Z] 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-06-21T23:58:45.291Z] ---> 6c38c48de695 [2022-06-21T23:58:45.291Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-06-21T23:58:45.291Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:45.291Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:45.561Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:45.561Z] ---> b44503666d3d [2022-06-21T23:58:45.561Z] 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-06-21T23:58:45.821Z] ---> 4c2c02e76f4f [2022-06-21T23:58:45.821Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-06-21T23:58:46.081Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:46.081Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:46.341Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:46.341Z] ---> 9d7324cede48 [2022-06-21T23:58:46.341Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-06-21T23:58:46.341Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-21T23:58:46.341Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-21T23:58:46.341Z] OK: 15859 distinct packages available [2022-06-21T23:58:46.341Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:46.605Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-21T23:58:46.605Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-21T23:58:46.605Z] OK: 15859 distinct packages available [2022-06-21T23:58:46.605Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:46.605Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-21T23:58:46.605Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-21T23:58:46.605Z] OK: 15859 distinct packages available [2022-06-21T23:58:46.605Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:46.866Z] ---> 5c19ca8ee4e1 [2022-06-21T23:58:46.866Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-06-21T23:58:47.126Z] ---> a365fbbed2ff [2022-06-21T23:58:47.126Z] 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-06-21T23:58:47.126Z] ---> Running in e14f7cf5dd0a [2022-06-21T23:58:47.126Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:47.387Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:47.387Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:58:47.648Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-06-21T23:58:47.648Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-06-21T23:58:47.648Z] (3/5) Installing libucontext (1.1-r0) [2022-06-21T23:58:47.908Z] (4/5) Installing gcompat (1.0.0-r4) [2022-06-21T23:58:47.908Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-06-21T23:58:47.908Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-06-21T23:58:47.908Z] Removing intermediate container e14f7cf5dd0a [2022-06-21T23:58:47.908Z] ---> b2e5db90488d [2022-06-21T23:58:47.908Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-06-21T23:58:47.908Z] (5/5) Installing openssl (1.1.1o-r0) [2022-06-21T23:58:47.908Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-06-21T23:58:47.908Z] ---> Running in db5ffe592d29 [2022-06-21T23:58:47.908Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-06-21T23:58:47.908Z] (3/5) Installing libucontext (1.1-r0) [2022-06-21T23:58:47.908Z] Executing busybox-1.34.1-r5.trigger [2022-06-21T23:58:47.908Z] OK: 6 MiB in 19 packages [2022-06-21T23:58:47.908Z] (3/4) Installing libucontext (1.1-r0) [2022-06-21T23:58:48.170Z] Removing intermediate container db5ffe592d29 [2022-06-21T23:58:48.170Z] ---> b4f773fc0844 [2022-06-21T23:58:48.170Z] Step 23/25 : LABEL arch=x86_64 [2022-06-21T23:58:48.170Z] (4/5) Installing gcompat (1.0.0-r4) [2022-06-21T23:58:48.170Z] ---> Running in e37a1eece1fa [2022-06-21T23:58:48.170Z] (4/4) Installing gcompat (1.0.0-r4) [2022-06-21T23:58:48.170Z] (5/5) Installing openssl (1.1.1o-r0) [2022-06-21T23:58:48.170Z] Removing intermediate container e37a1eece1fa [2022-06-21T23:58:48.170Z] ---> aca6e356d6f2 [2022-06-21T23:58:48.170Z] Step 24/25 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:58:48.170Z] Executing busybox-1.34.1-r5.trigger [2022-06-21T23:58:48.431Z] OK: 6 MiB in 18 packages [2022-06-21T23:58:48.431Z] Executing busybox-1.34.1-r5.trigger [2022-06-21T23:58:48.431Z] OK: 6 MiB in 19 packages [2022-06-21T23:58:48.431Z] ---> Running in 1f94b8d29ae5 [2022-06-21T23:58:48.696Z] Removing intermediate container 1f94b8d29ae5 [2022-06-21T23:58:48.696Z] ---> e7868417de05 [2022-06-21T23:58:48.696Z] Step 25/25 : LABEL version=0.0.0 [2022-06-21T23:58:48.696Z] ---> Running in c10fafaeaa58 [2022-06-21T23:58:48.956Z] Removing intermediate container c10fafaeaa58 [2022-06-21T23:58:48.956Z] ---> 2d5caf5c3713 [2022-06-21T23:58:48.956Z] [2022-06-21T23:58:48.956Z] Removing intermediate container cd9b3d3007f1 [2022-06-21T23:58:48.956Z] ---> be730841fc2b [2022-06-21T23:58:48.956Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-06-21T23:58:49.216Z] Removing intermediate container a4eb3dbfc04a [2022-06-21T23:58:49.216Z] ---> 0ea874512e8d [2022-06-21T23:58:49.216Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-06-21T23:58:49.216Z] Removing intermediate container 698375e910b1 [2022-06-21T23:58:49.216Z] ---> 4dcf22f42457 [2022-06-21T23:58:49.216Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-06-21T23:58:49.216Z] Successfully built 2d5caf5c3713 [2022-06-21T23:58:49.216Z] Successfully tagged security-secretstore-setup:latest [2022-06-21T23:58:49.216Z]  Building security-secretstore-setup ... done Building security-bootstrapper [2022-06-21T23:58:53.418Z] ---> a52329042ba9 [2022-06-21T23:58:53.418Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-06-21T23:58:53.418Z] ---> b9de61528605 [2022-06-21T23:58:53.418Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-06-21T23:58:53.418Z] ---> d09f0823218c [2022-06-21T23:58:53.418Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-06-21T23:58:53.997Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:58:53.997Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:58:53.997Z] ---> f9ab0a1ced05 [2022-06-21T23:58:53.997Z] Step 3/31 : WORKDIR /edgex-go [2022-06-21T23:58:53.997Z] ---> Using cache [2022-06-21T23:58:53.997Z] ---> 0887eb869e5a [2022-06-21T23:58:53.997Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:58:53.997Z] ---> Using cache [2022-06-21T23:58:53.997Z] ---> ef1733945d2a [2022-06-21T23:58:53.997Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-06-21T23:58:53.997Z] ---> Using cache [2022-06-21T23:58:53.997Z] ---> c66fce9902c9 [2022-06-21T23:58:53.997Z] Step 6/31 : COPY go.mod vendor* ./ [2022-06-21T23:58:53.997Z] ---> Using cache [2022-06-21T23:58:53.997Z] ---> 71e47788674d [2022-06-21T23:58:53.997Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:58:53.997Z] ---> Using cache [2022-06-21T23:58:53.997Z] ---> b7ece4a93196 [2022-06-21T23:58:53.997Z] Step 8/31 : COPY . . [2022-06-21T23:58:53.997Z] ---> Using cache [2022-06-21T23:58:53.997Z] ---> 94d0e608e917 [2022-06-21T23:58:53.997Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-06-21T23:58:53.997Z] ---> 91e378df5569 [2022-06-21T23:58:53.997Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-06-21T23:58:53.997Z] ---> c43e4982e2b4 [2022-06-21T23:58:53.997Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-06-21T23:58:53.997Z] ---> Running in 10a27e474d35 [2022-06-21T23:58:54.258Z] ---> Running in ab57443bda8b [2022-06-21T23:58:54.258Z] ---> e8df9320a2d0 [2022-06-21T23:58:54.258Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-06-21T23:58:54.258Z] ---> 86f3f8b1550c [2022-06-21T23:58:54.258Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-06-21T23:58:54.517Z] Removing intermediate container ab57443bda8b [2022-06-21T23:58:54.517Z] ---> 7bee9b5e1bec [2022-06-21T23:58:54.517Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-06-21T23:58:54.517Z] ---> faa85a7dd69f [2022-06-21T23:58:54.517Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-06-21T23:58:54.517Z] Removing intermediate container c4664b7b936a [2022-06-21T23:58:54.517Z] ---> 5a64b164229e [2022-06-21T23:58:54.517Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-06-21T23:58:54.517Z] 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-06-21T23:58:54.517Z] ---> 2d7ff65f07af [2022-06-21T23:58:54.517Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-21T23:58:54.517Z] ---> Running in 99d0e11257d4 [2022-06-21T23:58:54.779Z] ---> Running in 084f8b5143a6 [2022-06-21T23:58:54.779Z] ---> 36b3e1e10b91 [2022-06-21T23:58:54.779Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-06-21T23:58:54.779Z] ---> 02edb7077f3e [2022-06-21T23:58:54.779Z] Step 21/26 : WORKDIR / [2022-06-21T23:58:54.779Z] ---> Running in cde1cd4d99d7 [2022-06-21T23:58:54.779Z] Removing intermediate container 084f8b5143a6 [2022-06-21T23:58:54.779Z] ---> c8fd64b8261c [2022-06-21T23:58:54.779Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-21T23:58:55.043Z] ---> Running in 89e98918a9f6 [2022-06-21T23:58:55.043Z] 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-06-21T23:58:55.043Z] ---> 3d6bcd562559 [2022-06-21T23:58:55.043Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-21T23:58:55.043Z] Removing intermediate container cde1cd4d99d7 [2022-06-21T23:58:55.043Z] ---> 1d91861b827b [2022-06-21T23:58:55.043Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-21T23:58:55.043Z] ---> Running in 1ba5214dcb63 [2022-06-21T23:58:55.302Z] ---> Running in c95030f4eb6a [2022-06-21T23:58:55.302Z] Removing intermediate container 89e98918a9f6 [2022-06-21T23:58:55.302Z] ---> eeb0a40de79c [2022-06-21T23:58:55.302Z] Step 23/25 : LABEL arch=x86_64 [2022-06-21T23:58:55.302Z] ---> Running in 3085f4dac14c [2022-06-21T23:58:55.302Z] Removing intermediate container 1ba5214dcb63 [2022-06-21T23:58:55.302Z] ---> d27b70cfc930 [2022-06-21T23:58:55.302Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-21T23:58:55.302Z] Removing intermediate container c95030f4eb6a [2022-06-21T23:58:55.302Z] ---> 30264fa1f66d [2022-06-21T23:58:55.302Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-21T23:58:55.302Z] ---> Running in 177c4181e8a9 [2022-06-21T23:58:55.563Z] Removing intermediate container 3085f4dac14c [2022-06-21T23:58:55.563Z] ---> e7f976af966a [2022-06-21T23:58:55.563Z] Step 24/25 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:58:55.563Z] ---> Running in c270431f187b [2022-06-21T23:58:55.563Z] ---> Running in 451ecaa9c0ac [2022-06-21T23:58:55.563Z] Removing intermediate container 177c4181e8a9 [2022-06-21T23:58:55.563Z] ---> 7fc58400a987 [2022-06-21T23:58:55.563Z] Step 24/26 : LABEL arch=x86_64 [2022-06-21T23:58:55.563Z] Removing intermediate container c270431f187b [2022-06-21T23:58:55.563Z] ---> 82050d3d924b [2022-06-21T23:58:55.563Z] Step 24/26 : LABEL arch=x86_64 [2022-06-21T23:58:55.563Z] ---> Running in 28a34b4f630b [2022-06-21T23:58:55.825Z] Removing intermediate container 451ecaa9c0ac [2022-06-21T23:58:55.825Z] ---> 2febd27d833b [2022-06-21T23:58:55.825Z] Step 25/25 : LABEL version=0.0.0 [2022-06-21T23:58:55.825Z] ---> Running in 2674edeeb96c [2022-06-21T23:58:55.825Z] Removing intermediate container 99d0e11257d4 [2022-06-21T23:58:55.825Z] ---> e48c7b2d7f56 [2022-06-21T23:58:55.825Z] [2022-06-21T23:58:55.825Z] Step 11/23 : FROM docker:20.10.14 [2022-06-21T23:58:55.825Z] ---> Running in 86af62ecf209 [2022-06-21T23:58:55.825Z] Removing intermediate container 28a34b4f630b [2022-06-21T23:58:55.825Z] ---> d4233ae1ea19 [2022-06-21T23:58:55.825Z] Step 25/26 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:58:55.825Z] Removing intermediate container 2674edeeb96c [2022-06-21T23:58:55.825Z] 20.10.14: Pulling from library/docker [2022-06-21T23:58:55.825Z] ---> ffbc51bb4677 [2022-06-21T23:58:55.825Z] Step 25/26 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:58:55.825Z] ---> Running in 60410b0a6f37 [2022-06-21T23:58:56.092Z] ---> Running in 4519cc78bbc9 [2022-06-21T23:58:56.092Z] Removing intermediate container 86af62ecf209 [2022-06-21T23:58:56.092Z] ---> f948804739fd [2022-06-21T23:58:56.092Z] [2022-06-21T23:58:56.092Z] Removing intermediate container 60410b0a6f37 [2022-06-21T23:58:56.092Z] ---> 487e556fc2f6 [2022-06-21T23:58:56.092Z] Step 26/26 : LABEL version=0.0.0 [2022-06-21T23:58:56.353Z] Removing intermediate container 4519cc78bbc9 [2022-06-21T23:58:56.353Z] ---> 2113823955e0 [2022-06-21T23:58:56.353Z] Step 26/26 : LABEL version=0.0.0 [2022-06-21T23:58:56.353Z] Successfully built f948804739fd [2022-06-21T23:58:56.353Z] Successfully tagged security-spire-server:latest [2022-06-21T23:58:56.353Z]  Building security-spire-server ... done Building core-command [2022-06-21T23:58:56.926Z] ---> Running in 1c8bb06fc476 [2022-06-21T23:58:56.926Z] ---> Running in 6cf97ecc94cd [2022-06-21T23:58:57.496Z] Removing intermediate container 1c8bb06fc476 [2022-06-21T23:58:57.496Z] ---> f470b32ffa89 [2022-06-21T23:58:57.496Z] [2022-06-21T23:58:57.759Z] Successfully built f470b32ffa89 [2022-06-21T23:58:57.759Z] Successfully tagged security-spire-agent:latest [2022-06-21T23:58:57.759Z]  Building security-spire-agent ... done Building security-spiffe-token-provider [2022-06-21T23:58:57.759Z] Removing intermediate container 6cf97ecc94cd [2022-06-21T23:58:57.759Z] ---> 954f4a37e8f7 [2022-06-21T23:58:57.759Z] [2022-06-21T23:58:58.021Z] Successfully built 954f4a37e8f7 [2022-06-21T23:58:58.021Z] Successfully tagged security-spire-config:latest [2022-06-21T23:59:04.625Z]  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:59:04.625Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:59:04.625Z] ---> f9ab0a1ced05 [2022-06-21T23:59:04.625Z] Step 3/23 : WORKDIR /edgex-go [2022-06-21T23:59:04.625Z] ---> Using cache [2022-06-21T23:59:04.625Z] ---> 0887eb869e5a [2022-06-21T23:59:04.625Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:59:04.625Z] ---> Using cache [2022-06-21T23:59:04.625Z] ---> ef1733945d2a [2022-06-21T23:59:04.625Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-21T23:59:04.625Z] ---> Using cache [2022-06-21T23:59:04.625Z] ---> c66fce9902c9 [2022-06-21T23:59:04.625Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-21T23:59:04.625Z] ---> Using cache [2022-06-21T23:59:04.625Z] ---> 71e47788674d [2022-06-21T23:59:04.625Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:59:04.625Z] ---> Using cache [2022-06-21T23:59:04.625Z] ---> b7ece4a93196 [2022-06-21T23:59:04.625Z] Step 8/23 : COPY . . [2022-06-21T23:59:04.625Z] ---> Using cache [2022-06-21T23:59:04.625Z] ---> 94d0e608e917 [2022-06-21T23:59:04.625Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-06-21T23:59:04.885Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-21T23:59:04.885Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-06-21T23:59:04.885Z] ---> f9ab0a1ced05 [2022-06-21T23:59:04.885Z] Step 3/20 : WORKDIR /edgex-go [2022-06-21T23:59:04.885Z] ---> Using cache [2022-06-21T23:59:04.885Z] ---> 0887eb869e5a [2022-06-21T23:59:04.885Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-06-21T23:59:05.762Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-06-21T23:59:08.183Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-06-21T23:59:08.183Z] Status: Downloaded newer image for docker:20.10.14 [2022-06-21T23:59:08.183Z] ---> 7417809fdb73 [2022-06-21T23:59:08.183Z] 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-06-21T23:59:08.183Z] ---> Running in 5d0f89f2568b [2022-06-21T23:59:08.183Z] ---> Running in 958c3e1c7bef [2022-06-21T23:59:08.183Z] ---> Running in 2fd7a4a608be [2022-06-21T23:59:08.183Z] Removing intermediate container 2fd7a4a608be [2022-06-21T23:59:08.183Z] ---> d886f957572e [2022-06-21T23:59:08.183Z] 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-06-21T23:59:08.183Z] ---> Running in df03447fa4ca [2022-06-21T23:59:08.183Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:08.183Z] 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-06-21T23:59:08.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:08.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:08.443Z] (1/43) Installing readline (8.1.1-r0) [2022-06-21T23:59:08.443Z] (2/43) Installing bash (5.1.16-r0) [2022-06-21T23:59:08.443Z] Executing bash-5.1.16-r0.post-install [2022-06-21T23:59:08.443Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-06-21T23:59:08.443Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-06-21T23:59:08.443Z] (5/43) Installing libcurl (7.80.0-r1) [2022-06-21T23:59:08.443Z] (6/43) Installing curl (7.80.0-r1) [2022-06-21T23:59:08.443Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-06-21T23:59:08.443Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-06-21T23:59:08.443Z] (9/43) Installing expat (2.4.7-r0) [2022-06-21T23:59:08.443Z] (10/43) Installing libffi (3.4.2-r1) [2022-06-21T23:59:08.703Z] (11/43) Installing gdbm (1.22-r0) [2022-06-21T23:59:08.703Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-06-21T23:59:08.703Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-06-21T23:59:08.703Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-06-21T23:59:08.703Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-06-21T23:59:08.703Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-06-21T23:59:08.703Z] (17/43) Installing python3 (3.9.7-r4) [2022-06-21T23:59:08.965Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:09.230Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-06-21T23:59:09.230Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-06-21T23:59:09.230Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-06-21T23:59:09.230Z] (21/43) Installing py3-idna (3.3-r0) [2022-06-21T23:59:09.230Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-06-21T23:59:09.230Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-06-21T23:59:09.230Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-06-21T23:59:09.230Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-06-21T23:59:09.230Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-06-21T23:59:09.527Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-06-21T23:59:09.527Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-06-21T23:59:09.527Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-06-21T23:59:09.527Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-06-21T23:59:09.527Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-21T23:59:09.527Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-21T23:59:09.527Z] OK: 15866 distinct packages available [2022-06-21T23:59:09.527Z] (31/43) Installing py3-six (1.16.0-r0) [2022-06-21T23:59:09.527Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-06-21T23:59:09.527Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:09.527Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-06-21T23:59:09.527Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-06-21T23:59:09.527Z] (35/43) Installing py3-packaging (20.9-r1) [2022-06-21T23:59:09.527Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-06-21T23:59:09.527Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-06-21T23:59:09.527Z] (38/43) Installing py3-progress (1.6-r0) [2022-06-21T23:59:09.527Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-06-21T23:59:09.527Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-06-21T23:59:09.527Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-06-21T23:59:09.527Z] Removing intermediate container 10a27e474d35 [2022-06-21T23:59:09.527Z] ---> fcd93eb5176e [2022-06-21T23:59:09.527Z] [2022-06-21T23:59:09.527Z] Step 10/31 : FROM alpine:3.14 [2022-06-21T23:59:09.527Z] ---> e04c818066af [2022-06-21T23:59:09.527Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-06-21T23:59:09.789Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-06-21T23:59:09.789Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-06-21T23:59:09.789Z] ---> Running in 344f7dcad74f [2022-06-21T23:59:09.789Z] Executing busybox-1.34.1-r5.trigger [2022-06-21T23:59:09.789Z] OK: 83 MiB in 65 packages [2022-06-21T23:59:10.050Z] Removing intermediate container 344f7dcad74f [2022-06-21T23:59:10.050Z] ---> ab3d0569b5be [2022-06-21T23:59:10.050Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-06-21T23:59:10.050Z] ---> Running in 4a7ba458bd90 [2022-06-21T23:59:10.312Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:10.312Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:10.312Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:10.571Z] OK: 221 MiB in 52 packages [2022-06-21T23:59:10.571Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-06-21T23:59:10.571Z] (2/2) Installing su-exec (0.2-r1) [2022-06-21T23:59:10.571Z] Executing busybox-1.33.1-r7.trigger [2022-06-21T23:59:10.571Z] OK: 6 MiB in 16 packages [2022-06-21T23:59:10.571Z] Collecting docker-compose==1.23.2 [2022-06-21T23:59:10.571Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-06-21T23:59:10.571Z] Collecting dockerpty<0.5,>=0.4.1 [2022-06-21T23:59:10.837Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-06-21T23:59:11.101Z] Collecting texttable<0.10,>=0.9.0 [2022-06-21T23:59:11.101Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-06-21T23:59:11.363Z] Removing intermediate container 4a7ba458bd90 [2022-06-21T23:59:11.363Z] ---> 2591f9b74e0f [2022-06-21T23:59:11.363Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-06-21T23:59:11.363Z] Removing intermediate container 5d0f89f2568b [2022-06-21T23:59:11.363Z] ---> bcc0adbf0d6c [2022-06-21T23:59:11.363Z] Step 5/20 : COPY go.mod vendor* ./ [2022-06-21T23:59:11.363Z] ---> Running in 6a60a3bf6c57 [2022-06-21T23:59:11.363Z] Collecting websocket-client<1.0,>=0.32.0 [2022-06-21T23:59:11.363Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-06-21T23:59:11.363Z] Collecting docopt<0.7,>=0.6.1 [2022-06-21T23:59:11.623Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-06-21T23:59:11.623Z] Removing intermediate container 6a60a3bf6c57 [2022-06-21T23:59:11.623Z] ---> 6c57eabd10a1 [2022-06-21T23:59:11.623Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-06-21T23:59:11.623Z] ---> 14ba3de9aa56 [2022-06-21T23:59:11.623Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-21T23:59:11.916Z] ---> Running in 521236fa680a [2022-06-21T23:59:11.916Z] ---> Running in ef8fc0ce13f1 [2022-06-21T23:59:11.916Z] Collecting jsonschema<3,>=2.5.1 [2022-06-21T23:59:11.916Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-06-21T23:59:11.916Z] Removing intermediate container 521236fa680a [2022-06-21T23:59:11.916Z] ---> 3e010e22a8e3 [2022-06-21T23:59:11.916Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-06-21T23:59:12.177Z] Collecting PyYAML<4,>=3.10 [2022-06-21T23:59:12.177Z] ---> Running in da1d42c68962 [2022-06-21T23:59:12.177Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-06-21T23:59:12.437Z] 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-06-21T23:59:12.696Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-06-21T23:59:12.696Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-06-21T23:59:12.696Z] Collecting docker<4.0,>=3.6.0 [2022-06-21T23:59:12.696Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-06-21T23:59:12.696Z] Collecting cached-property<2,>=1.2.0 [2022-06-21T23:59:12.696Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-06-21T23:59:12.955Z] Collecting docker-pycreds>=0.4.0 [2022-06-21T23:59:12.955Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-06-21T23:59:12.955Z] Collecting urllib3<1.25,>=1.21.1 [2022-06-21T23:59:13.216Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-06-21T23:59:13.216Z] Collecting idna<2.8,>=2.5 [2022-06-21T23:59:13.216Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-06-21T23:59:13.216Z] 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-06-21T23:59:13.216Z] Collecting chardet<3.1.0,>=3.0.2 [2022-06-21T23:59:13.216Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-06-21T23:59:13.216Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-06-21T23:59:13.216Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-06-21T23:59:13.216Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-06-21T23:59:13.216Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-06-21T23:59:13.216Z] Removing intermediate container ef8fc0ce13f1 [2022-06-21T23:59:13.216Z] ---> 8d2b12c993eb [2022-06-21T23:59:13.216Z] Step 7/20 : COPY . . [2022-06-21T23:59:13.216Z] Removing intermediate container da1d42c68962 [2022-06-21T23:59:13.216Z] ---> 6bf3d5ee94e8 [2022-06-21T23:59:13.216Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-06-21T23:59:13.216Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-06-21T23:59:13.216Z] Attempting uninstall: urllib3 [2022-06-21T23:59:13.216Z] Found existing installation: urllib3 1.26.7 [2022-06-21T23:59:13.216Z] Uninstalling urllib3-1.26.7: [2022-06-21T23:59:13.477Z] Successfully uninstalled urllib3-1.26.7 [2022-06-21T23:59:13.477Z] ---> Running in 6e646dd0a5b3 [2022-06-21T23:59:13.477Z] Attempting uninstall: idna [2022-06-21T23:59:13.477Z] Found existing installation: idna 3.3 [2022-06-21T23:59:13.477Z] Uninstalling idna-3.3: [2022-06-21T23:59:13.477Z] Successfully uninstalled idna-3.3 [2022-06-21T23:59:14.414Z] Removing intermediate container 6e646dd0a5b3 [2022-06-21T23:59:14.414Z] ---> 2ac8b1a9a495 [2022-06-21T23:59:14.414Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-06-21T23:59:14.414Z] Attempting uninstall: requests [2022-06-21T23:59:14.414Z] Found existing installation: requests 2.26.0 [2022-06-21T23:59:14.414Z] Uninstalling requests-2.26.0: [2022-06-21T23:59:14.414Z] Successfully uninstalled requests-2.26.0 [2022-06-21T23:59:15.800Z] Running setup.py install for texttable: started [2022-06-21T23:59:15.800Z] ---> 557c53f6a1a5 [2022-06-21T23:59:15.800Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-06-21T23:59:15.800Z] ---> Running in 5ce4e3bd5493 [2022-06-21T23:59:16.062Z] Running setup.py install for texttable: finished with status 'done' [2022-06-21T23:59:16.062Z] Running setup.py install for PyYAML: started [2022-06-21T23:59:16.322Z] Running setup.py install for PyYAML: finished with status 'done' [2022-06-21T23:59:16.898Z] Running setup.py install for docopt: started [2022-06-21T23:59:16.898Z] Removing intermediate container 5ce4e3bd5493 [2022-06-21T23:59:16.898Z] ---> d88b0159c447 [2022-06-21T23:59:16.898Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-21T23:59:17.159Z] Running setup.py install for docopt: finished with status 'done' [2022-06-21T23:59:17.159Z] Running setup.py install for dockerpty: started [2022-06-21T23:59:17.159Z] ---> 129ff8a7f846 [2022-06-21T23:59:17.159Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-06-21T23:59:17.417Z] Running setup.py install for dockerpty: finished with status 'done' [2022-06-21T23:59:18.356Z] 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-06-21T23:59:18.356Z] ---> 16a5b6aeab82 [2022-06-21T23:59:18.356Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-06-21T23:59:18.931Z] ---> 5dd09878c6f4 [2022-06-21T23:59:18.931Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-06-21T23:59:19.203Z] ---> 0830d3b6b4ff [2022-06-21T23:59:19.203Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-06-21T23:59:19.462Z] ---> 42eb453ee318 [2022-06-21T23:59:19.462Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-06-21T23:59:19.723Z] ---> d38f762045a0 [2022-06-21T23:59:19.723Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-06-21T23:59:19.723Z] ---> Running in 6ee14268d251 [2022-06-21T23:59:19.984Z] ---> Running in d5a7cb8c42db [2022-06-21T23:59:20.247Z] 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-06-21T23:59:20.247Z] Removing intermediate container d5a7cb8c42db [2022-06-21T23:59:20.247Z] ---> 977ef01af7d1 [2022-06-21T23:59:20.247Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-06-21T23:59:20.828Z] ---> e2b85c4dcdff [2022-06-21T23:59:20.828Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-06-21T23:59:21.401Z] ---> Running in fda21ce941d6 [2022-06-21T23:59:21.401Z] Removing intermediate container df03447fa4ca [2022-06-21T23:59:21.401Z] ---> 6fcc8859ddf8 [2022-06-21T23:59:21.401Z] Step 14/23 : ENV APP_PORT=58890 [2022-06-21T23:59:21.401Z] Removing intermediate container 958c3e1c7bef [2022-06-21T23:59:21.401Z] ---> f4cf034fd631 [2022-06-21T23:59:21.401Z] [2022-06-21T23:59:21.401Z] Step 10/23 : FROM alpine:3.14 [2022-06-21T23:59:21.401Z] ---> e04c818066af [2022-06-21T23:59:21.401Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-06-21T23:59:21.401Z] ---> Using cache [2022-06-21T23:59:21.401Z] ---> 589f8805a361 [2022-06-21T23:59:21.401Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-21T23:59:21.401Z] ---> Using cache [2022-06-21T23:59:21.401Z] ---> 4315ae53389c [2022-06-21T23:59:21.401Z] Step 13/23 : ENV APP_PORT=59882 [2022-06-21T23:59:21.660Z] ---> Running in e8c205d20e9f [2022-06-21T23:59:21.660Z] ---> Running in f2a627c94026 [2022-06-21T23:59:21.660Z] Removing intermediate container f2a627c94026 [2022-06-21T23:59:21.660Z] ---> 4a6bbdaa1acb [2022-06-21T23:59:21.660Z] Step 14/23 : EXPOSE $APP_PORT [2022-06-21T23:59:21.660Z] Removing intermediate container e8c205d20e9f [2022-06-21T23:59:21.660Z] ---> c7f635938484 [2022-06-21T23:59:21.660Z] Step 15/23 : EXPOSE $APP_PORT [2022-06-21T23:59:21.660Z] ---> Running in adfec9d21585 [2022-06-21T23:59:21.922Z] ---> Running in dce419369579 [2022-06-21T23:59:21.922Z] Removing intermediate container adfec9d21585 [2022-06-21T23:59:21.922Z] ---> 42980c16993c [2022-06-21T23:59:21.922Z] Step 15/23 : WORKDIR / [2022-06-21T23:59:21.922Z] Removing intermediate container fda21ce941d6 [2022-06-21T23:59:21.922Z] ---> efe45e7bd34c [2022-06-21T23:59:21.922Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-06-21T23:59:21.922Z] Removing intermediate container dce419369579 [2022-06-21T23:59:21.922Z] ---> 02915d4021c4 [2022-06-21T23:59:21.922Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-06-21T23:59:21.922Z] ---> Running in f0a17cc4a265 [2022-06-21T23:59:22.181Z] ---> Running in 19001754572f [2022-06-21T23:59:22.181Z] Removing intermediate container f0a17cc4a265 [2022-06-21T23:59:22.181Z] ---> 806895e34eda [2022-06-21T23:59:22.181Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-21T23:59:22.181Z] Removing intermediate container 19001754572f [2022-06-21T23:59:22.181Z] ---> 357830352674 [2022-06-21T23:59:22.181Z] Step 28/31 : CMD ["gate"] [2022-06-21T23:59:22.441Z] ---> Running in 439164a54df7 [2022-06-21T23:59:22.442Z] ---> 4bcff1f33fde [2022-06-21T23:59:22.442Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-06-21T23:59:22.442Z] ---> 48b4929dd9b5 [2022-06-21T23:59:22.442Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-06-21T23:59:22.442Z] Removing intermediate container 439164a54df7 [2022-06-21T23:59:22.442Z] ---> cf4d13eb060a [2022-06-21T23:59:22.442Z] Step 29/31 : LABEL arch=x86_64 [2022-06-21T23:59:22.713Z] ---> Running in d010eecdb19d [2022-06-21T23:59:22.713Z] ---> 5c82424b4482 [2022-06-21T23:59:22.713Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-06-21T23:59:22.713Z] Removing intermediate container d010eecdb19d [2022-06-21T23:59:22.713Z] ---> 0c59571e41dd [2022-06-21T23:59:22.713Z] Step 30/31 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:59:22.975Z] ---> Running in 08a81b97db70 [2022-06-21T23:59:23.233Z] ---> 0ac1dd4faf3b [2022-06-21T23:59:23.233Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-06-21T23:59:23.233Z] ---> 576ec768c282 [2022-06-21T23:59:23.233Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-06-21T23:59:23.233Z] ---> Running in ff607d87da03 [2022-06-21T23:59:23.233Z] Removing intermediate container 08a81b97db70 [2022-06-21T23:59:23.233Z] ---> 3c187522efda [2022-06-21T23:59:23.233Z] Step 31/31 : LABEL version=0.0.0 [2022-06-21T23:59:23.233Z] ---> Running in b8d8eaf80a6e [2022-06-21T23:59:23.523Z] Removing intermediate container ff607d87da03 [2022-06-21T23:59:23.523Z] ---> 8464ad7f1881 [2022-06-21T23:59:23.523Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-21T23:59:24.098Z] ---> 538abdd9b1d1 [2022-06-21T23:59:24.098Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-06-21T23:59:24.098Z] ---> Running in 726db7b97b36 [2022-06-21T23:59:24.098Z] Removing intermediate container b8d8eaf80a6e [2022-06-21T23:59:24.098Z] ---> bfab29d5916b [2022-06-21T23:59:24.098Z] [2022-06-21T23:59:24.098Z] ---> Running in ef4ccd00281e [2022-06-21T23:59:24.098Z] Successfully built bfab29d5916b [2022-06-21T23:59:24.098Z] Successfully tagged security-bootstrapper:latest [2022-06-21T23:59:24.098Z]  Building security-bootstrapper ... done Removing intermediate container 726db7b97b36 [2022-06-21T23:59:24.098Z] ---> 7c1add0cc297 [2022-06-21T23:59:24.098Z] Step 21/23 : LABEL arch=x86_64 [2022-06-21T23:59:24.357Z] Removing intermediate container ef4ccd00281e [2022-06-21T23:59:24.357Z] ---> 756211562d6c [2022-06-21T23:59:24.357Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-21T23:59:24.357Z] ---> Running in f4d02e60b3c2 [2022-06-21T23:59:24.357Z] ---> Running in f657a9e824d4 [2022-06-21T23:59:24.616Z] Removing intermediate container f4d02e60b3c2 [2022-06-21T23:59:24.616Z] ---> 9beffd3b4710 [2022-06-21T23:59:24.616Z] Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:59:24.616Z] ---> Running in 8d719ba1c2a6 [2022-06-21T23:59:24.616Z] Removing intermediate container f657a9e824d4 [2022-06-21T23:59:24.616Z] ---> 0d2959013127 [2022-06-21T23:59:24.616Z] Step 21/23 : LABEL arch=x86_64 [2022-06-21T23:59:24.616Z] ---> Running in c8b1a498cbd7 [2022-06-21T23:59:24.616Z] Removing intermediate container 8d719ba1c2a6 [2022-06-21T23:59:24.616Z] ---> 943c38c9c323 [2022-06-21T23:59:24.616Z] Step 23/23 : LABEL version=0.0.0 [2022-06-21T23:59:24.876Z] ---> Running in 9cface658c9d [2022-06-21T23:59:24.876Z] Removing intermediate container c8b1a498cbd7 [2022-06-21T23:59:24.876Z] ---> 37eb933dbedd [2022-06-21T23:59:24.876Z] Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:59:24.876Z] ---> Running in de2924f32333 [2022-06-21T23:59:24.876Z] Removing intermediate container 9cface658c9d [2022-06-21T23:59:24.876Z] ---> 3581d8858b9c [2022-06-21T23:59:24.876Z] [2022-06-21T23:59:25.136Z] Successfully built 3581d8858b9c [2022-06-21T23:59:25.136Z] Successfully tagged sys-mgmt-agent:latest [2022-06-21T23:59:25.136Z] Removing intermediate container de2924f32333 [2022-06-21T23:59:25.136Z] ---> d153806a370c [2022-06-21T23:59:25.136Z] Step 23/23 : LABEL version=0.0.0 [2022-06-21T23:59:25.136Z]  Building sys-mgmt-agent ... done  ---> Running in 04aee966ac4a [2022-06-21T23:59:25.399Z] Removing intermediate container 04aee966ac4a [2022-06-21T23:59:25.399Z] ---> 6038f3d6bb8a [2022-06-21T23:59:25.399Z] [2022-06-21T23:59:25.399Z] Successfully built 6038f3d6bb8a [2022-06-21T23:59:25.399Z] Successfully tagged core-command:latest [2022-06-21T23:59:35.383Z]  Building core-command ... done Removing intermediate container 6ee14268d251 [2022-06-21T23:59:35.383Z] ---> 36e4203f2932 [2022-06-21T23:59:35.383Z] [2022-06-21T23:59:35.383Z] Step 9/20 : FROM alpine:3.15 [2022-06-21T23:59:35.383Z] ---> 0ac33e5f5afa [2022-06-21T23:59:35.383Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-21T23:59:35.383Z] ---> Using cache [2022-06-21T23:59:35.383Z] ---> e182b64bf5e4 [2022-06-21T23:59:35.383Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-21T23:59:35.383Z] ---> Using cache [2022-06-21T23:59:35.383Z] ---> df40a1614bbe [2022-06-21T23:59:35.383Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-06-21T23:59:35.383Z] ---> Running in 019be9b2a225 [2022-06-21T23:59:35.383Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:36.331Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:36.331Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-21T23:59:36.331Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-21T23:59:36.331Z] OK: 15859 distinct packages available [2022-06-21T23:59:36.593Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:37.166Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-21T23:59:37.739Z] (1/9) Installing ca-certificates (20211220-r0) [2022-06-21T23:59:37.739Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-06-21T23:59:37.739Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-06-21T23:59:37.739Z] (4/9) Installing libcurl (7.80.0-r1) [2022-06-21T23:59:38.001Z] (5/9) Installing curl (7.80.0-r1) [2022-06-21T23:59:38.001Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-06-21T23:59:38.001Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-06-21T23:59:38.261Z] (8/9) Installing libucontext (1.1-r0) [2022-06-21T23:59:38.261Z] (9/9) Installing gcompat (1.0.0-r4) [2022-06-21T23:59:38.261Z] Executing busybox-1.34.1-r5.trigger [2022-06-21T23:59:38.261Z] Executing ca-certificates-20211220-r0.trigger [2022-06-21T23:59:38.523Z] OK: 8 MiB in 23 packages [2022-06-21T23:59:39.093Z] Removing intermediate container 019be9b2a225 [2022-06-21T23:59:39.093Z] ---> e22cc934a048 [2022-06-21T23:59:39.093Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-21T23:59:39.093Z] ---> 015b42d863f5 [2022-06-21T23:59:39.093Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-06-21T23:59:39.664Z] ---> 01fb0bd186e7 [2022-06-21T23:59:39.664Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-06-21T23:59:39.925Z] ---> caf34d80204c [2022-06-21T23:59:39.925Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-06-21T23:59:39.925Z] ---> Running in 152ef8931df4 [2022-06-21T23:59:39.925Z] Removing intermediate container 152ef8931df4 [2022-06-21T23:59:39.925Z] ---> 73a2cbbd6994 [2022-06-21T23:59:39.925Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-21T23:59:39.925Z] ---> Running in 4988de0fc208 [2022-06-21T23:59:39.925Z] Removing intermediate container 4988de0fc208 [2022-06-21T23:59:39.925Z] ---> b9b132498860 [2022-06-21T23:59:39.925Z] Step 18/20 : LABEL arch=x86_64 [2022-06-21T23:59:40.187Z] ---> Running in 5ceee462e793 [2022-06-21T23:59:40.187Z] Removing intermediate container 5ceee462e793 [2022-06-21T23:59:40.187Z] ---> cf073c2fa197 [2022-06-21T23:59:40.187Z] Step 19/20 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-21T23:59:40.187Z] ---> Running in d16bfa9490ae [2022-06-21T23:59:40.187Z] Removing intermediate container d16bfa9490ae [2022-06-21T23:59:40.187Z] ---> 3499266a9aaf [2022-06-21T23:59:40.187Z] Step 20/20 : LABEL version=0.0.0 [2022-06-21T23:59:40.506Z] ---> Running in 6fac5fa7ce6a [2022-06-21T23:59:40.506Z] Removing intermediate container 6fac5fa7ce6a [2022-06-21T23:59:40.506Z] ---> c4ef33b1a3f1 [2022-06-21T23:59:40.506Z] [2022-06-21T23:59:40.506Z] Successfully built c4ef33b1a3f1 [2022-06-21T23:59:40.506Z] Successfully tagged security-spiffe-token-provider:latest [2022-06-21T23:59:40.522Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-06-21T23:59:40.543Z] $ docker stop --time=1 c960ed6e4a90b17c5b54d20f873c0431dc76a45b010e843d4a257cd0b6b5de4e [2022-06-21T23:59:41.843Z] $ docker rm -f c960ed6e4a90b17c5b54d20f873c0431dc76a45b010e843d4a257cd0b6b5de4e [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-21T23:59:42.284Z] + docker images [2022-06-21T23:59:42.284Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-06-21T23:59:42.284Z] security-spiffe-token-provider latest c4ef33b1a3f1 2 seconds ago 29MB [2022-06-21T23:59:42.284Z] 36e4203f2932 8 seconds ago 1.67GB [2022-06-21T23:59:42.284Z] core-command latest 6038f3d6bb8a 17 seconds ago 16.1MB [2022-06-21T23:59:42.284Z] sys-mgmt-agent latest 3581d8858b9c 18 seconds ago 299MB [2022-06-21T23:59:42.284Z] security-bootstrapper latest bfab29d5916b 19 seconds ago 19.1MB [2022-06-21T23:59:42.284Z] f4cf034fd631 21 seconds ago 1.61GB [2022-06-21T23:59:42.284Z] fcd93eb5176e 34 seconds ago 1.62GB [2022-06-21T23:59:42.284Z] security-spire-config latest 954f4a37e8f7 45 seconds ago 86.7MB [2022-06-21T23:59:42.284Z] security-spire-agent latest f470b32ffa89 46 seconds ago 127MB [2022-06-21T23:59:42.284Z] security-spire-server latest f948804739fd 47 seconds ago 87.3MB [2022-06-21T23:59:42.284Z] e48c7b2d7f56 47 seconds ago 1.62GB [2022-06-21T23:59:42.284Z] security-secretstore-setup latest 2d5caf5c3713 54 seconds ago 28.5MB [2022-06-21T23:59:42.285Z] 01e37e161fd0 About a minute ago 1.52GB [2022-06-21T23:59:42.285Z] f201aae0ee23 About a minute ago 1.52GB [2022-06-21T23:59:42.285Z] f0b5be75e11e About a minute ago 1.52GB [2022-06-21T23:59:42.285Z] a394e7277447 About a minute ago 1.63GB [2022-06-21T23:59:42.285Z] core-data latest 268100efb101 About a minute ago 22.5MB [2022-06-21T23:59:42.285Z] security-proxy-setup latest f15a250f9a7a About a minute ago 26.9MB [2022-06-21T23:59:42.285Z] core-metadata latest 72c28ca185e7 About a minute ago 17MB [2022-06-21T23:59:42.285Z] support-scheduler latest d7fc3ee5496d About a minute ago 26.4MB [2022-06-21T23:59:42.285Z] support-notifications latest 465042871b5d About a minute ago 27MB [2022-06-21T23:59:42.285Z] b2df67c93293 About a minute ago 1.67GB [2022-06-21T23:59:42.285Z] 24c0695ef45b About a minute ago 1.67GB [2022-06-21T23:59:42.285Z] dfe9c39d80b3 About a minute ago 1.62GB [2022-06-21T23:59:42.285Z] edd94351d85f About a minute ago 1.65GB [2022-06-21T23:59:42.285Z] 0f71740f8751 About a minute ago 1.62GB [2022-06-21T23:59:42.285Z] ci-base-image-x86_64 latest f9ab0a1ced05 5 minutes ago 1.02GB [2022-06-21T23:59:42.285Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 8f69c11f6b0c 2 weeks ago 680MB [2022-06-21T23:59:42.285Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 d7ea09dbb500 2 weeks ago 253MB [2022-06-21T23:59:42.285Z] docker 20.10.14 7417809fdb73 2 months ago 218MB [2022-06-21T23:59:42.285Z] alpine 3.14 e04c818066af 2 months ago 5.59MB [2022-06-21T23:59:42.285Z] alpine 3.15 0ac33e5f5afa 2 months ago 5.57MB [2022-06-21T23:59:42.285Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 24 months 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-06-22T00:00:42.620Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-06-22T00:00:42.620Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-06-22T00:00:42.620Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-06-22T00:00:42.620Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-06-22T00:00:43.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-06-22T00:00:43.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-06-22T00:00:43.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-06-22T00:00:43.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-06-22T00:00:43.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-06-22T00:00:43.225Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-06-22T00:00:43.225Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-06-22T00:00:43.826Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-06-22T00:00:43.826Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-06-22T00:00:43.826Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-06-22T00:00:43.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-06-22T00:00:56.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.268s coverage: 28.7% of statements [2022-06-22T00:00:56.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-06-22T00:00:56.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-06-22T00:01:01.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.419s coverage: 98.5% of statements [2022-06-22T00:01:01.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-06-22T00:01:01.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.484s coverage: 53.4% of statements [2022-06-22T00:01:01.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-06-22T00:01:01.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-06-22T00:01:24.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.688s coverage: 89.2% of statements [2022-06-22T00:01:24.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-06-22T00:01:24.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-06-22T00:01:24.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-06-22T00:01:24.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.577s coverage: 83.8% of statements [2022-06-22T00:01:24.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-06-22T00:01:24.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-06-22T00:01:24.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-06-22T00:01:24.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-06-22T00:01:24.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-06-22T00:01:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.228s coverage: 95.6% of statements [2022-06-22T00:01:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-06-22T00:01:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-06-22T00:01:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.345s coverage: 72.2% of statements [2022-06-22T00:01:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-06-22T00:01:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-06-22T00:01:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-06-22T00:01:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-06-22T00:01:28.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-06-22T00:01:28.957Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.508s coverage: 60.0% of statements [2022-06-22T00:01:28.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-06-22T00:01:28.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-06-22T00:01:28.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-06-22T00:01:28.957Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.544s coverage: 0.9% of statements [2022-06-22T00:01:28.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-06-22T00:01:28.957Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.480s coverage: 58.8% of statements [2022-06-22T00:01:28.957Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.512s coverage: 29.6% of statements [2022-06-22T00:01:28.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-06-22T00:01:28.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.228s coverage: 47.1% of statements [2022-06-22T00:01:28.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.229s coverage: 79.5% of statements [2022-06-22T00:01:28.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.214s coverage: 94.1% of statements [2022-06-22T00:01:28.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.302s coverage: 96.3% of statements [2022-06-22T00:01:28.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.235s coverage: 87.5% of statements [2022-06-22T00:01:41.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.232s coverage: 94.4% of statements [2022-06-22T00:01:41.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.193s coverage: 44.8% of statements [2022-06-22T00:01:48.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.700s coverage: 82.5% of statements [2022-06-22T00:01:48.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-06-22T00:01:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.261s coverage: 92.9% of statements [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-06-22T00:01:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 65.1% of statements [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-06-22T00:01:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.197s coverage: 87.2% of statements [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-06-22T00:01:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-06-22T00:01:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.278s coverage: 58.8% of statements [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-06-22T00:01:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.290s coverage: 80.0% of statements [2022-06-22T00:01:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.236s coverage: 87.2% of statements [2022-06-22T00:01:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.352s coverage: 85.4% of statements [2022-06-22T00:01:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.954s coverage: 91.2% of statements [2022-06-22T00:01:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-06-22T00:01:57.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.847s coverage: 64.4% of statements [2022-06-22T00:01:57.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-06-22T00:01:57.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-06-22T00:01:57.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.363s coverage: 100.0% of statements [2022-06-22T00:01:57.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 89.4% of statements [2022-06-22T00:01:57.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2022-06-22T00:01:57.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.112s coverage: 73.7% of statements [2022-06-22T00:01:57.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2022-06-22T00:02:07.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.420s coverage: 65.4% of statements [2022-06-22T00:02:07.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-06-22T00:02:07.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-06-22T00:02:07.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-06-22T00:02:09.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.829s coverage: 43.8% of statements [2022-06-22T00:02:09.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-06-22T00:02:09.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-06-22T00:02:09.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.230s coverage: 89.5% of statements [2022-06-22T00:02:09.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-06-22T00:02:09.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.219s coverage: 84.8% of statements [2022-06-22T00:02:09.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-06-22T00:02:09.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-06-22T00:02:09.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-06-22T00:02:09.124Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-06-22T00:02:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.373s coverage: 17.7% of statements [2022-06-22T00:02:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-06-22T00:02:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-06-22T00:02:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-06-22T00:02:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-06-22T00:02:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.680s coverage: 92.3% of statements [2022-06-22T00:02:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-06-22T00:02:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-06-22T00:02:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-06-22T00:02:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-06-22T00:02:17.424Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.325s coverage: 63.2% of statements [2022-06-22T00:02:17.424Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-06-22T00:02:17.424Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-06-22T00:02:17.697Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.417s coverage: 97.7% of statements [2022-06-22T00:02:17.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-06-22T00:02:17.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-06-22T00:02:17.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-06-22T00:02:17.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-06-22T00:02:17.697Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.187s coverage: 28.9% of statements [2022-06-22T00:02:17.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-06-22T00:02:17.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-06-22T00:02:17.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-06-22T00:02:17.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-06-22T00:02:17.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-06-22T00:02:17.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-06-22T00:02:17.697Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.189s coverage: 100.0% of statements [2022-06-22T00:02:17.697Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 96.9% of statements [2022-06-22T00:02:18.679Z] 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-06-22T00:02:18.679Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-06-22T00:02:18.679Z] GO111MODULE=on go vet ./... [2022-06-22T00:04:10.538Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-22T00:04:10.538Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-22T00:04:10.538Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-22T00:04:10.580Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-06-22T00:04:11.279Z] + ls -al . [2022-06-22T00:04:11.279Z] total 680 [2022-06-22T00:04:11.279Z] drwxrwxr-x 9 1001 1001 4096 Jun 21 23:58 . [2022-06-22T00:04:11.279Z] drwxr-xr-x 4 root root 4096 Jun 21 23:58 .. [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 11 Jun 21 23:56 .dockerignore [2022-06-22T00:04:11.279Z] drwxrwxr-x 8 1001 1001 4096 Jun 21 23:56 .git [2022-06-22T00:04:11.279Z] drwxrwxr-x 3 1001 1001 4096 Jun 21 23:56 .github [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 879 Jun 21 23:56 .gitignore [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 42 Jun 21 23:56 .golangci.yml [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 87 Jun 21 23:56 .hadolint.yml [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 166 Jun 21 23:56 .sonarcloud.properties [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 1171 Jun 21 23:56 ADOPTERS.md [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 10347 Jun 21 23:56 Attribution.txt [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 63209 Jun 21 23:56 CHANGELOG.md [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 3804 Jun 21 23:56 CONTRIBUTING.md [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 677 Jun 21 23:56 GOVERNANCE.md [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 850 Jun 21 23:56 Jenkinsfile [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 10775 Jun 21 23:56 LICENSE [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 10389 Jun 21 23:56 Makefile [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 582 Jun 21 23:56 OWNERS.md [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 9094 Jun 21 23:56 README.md [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 6912 Jun 21 23:56 SECURITY.md [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 5 Jun 21 23:54 VERSION [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 4131 Jun 21 23:56 ZMQWindows.md [2022-06-22T00:04:11.279Z] drwxrwxr-x 2 1001 1001 4096 Jun 21 23:56 bin [2022-06-22T00:04:11.279Z] drwxrwxr-x 18 1001 1001 4096 Jun 21 23:56 cmd [2022-06-22T00:04:11.279Z] -rw-r--r-- 1 root root 435411 Jun 22 00:02 coverage.out [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 3311 Jun 21 23:56 go.mod [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 36231 Jun 21 23:58 go.sum [2022-06-22T00:04:11.279Z] drwxrwxr-x 8 1001 1001 4096 Jun 21 23:56 internal [2022-06-22T00:04:11.279Z] drwxrwxr-x 3 1001 1001 4096 Jun 21 23:56 openapi [2022-06-22T00:04:11.279Z] drwxrwxr-x 4 1001 1001 4096 Jun 21 23:56 snap [2022-06-22T00:04:11.279Z] -rw-rw-r-- 1 1001 1001 204 Jun 21 23:56 version.go [Pipeline] sh [2022-06-22T00:04:11.986Z] + '[' -e coverage.out ] [2022-06-22T00:04:11.987Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-06-22T00:04:12.023Z] Warning: overwriting stash ‘coverage-report’ [2022-06-22T00:04:12.917Z] Stashed 1 file(s) [Pipeline] sh [2022-06-22T00:04:13.673Z] + make build [2022-06-22T00:04:13.673Z] 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-06-22T00:05:35.465Z] 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-06-22T00:06:32.032Z] 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-06-22T00:06:32.032Z] 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-06-22T00:07:04.382Z] 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-06-22T00:07:04.382Z] 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-06-22T00:07:05.818Z] 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-06-22T00:07:12.535Z] 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-06-22T00:07:15.153Z] 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-06-22T00:07:20.557Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-06-22T00:07:23.174Z] 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-06-22T00:07:26.560Z] 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-06-22T00:07:34.845Z] 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-06-22T00:07:39.168Z] $ docker stop --time=1 4fc7233c4859b5b532de91b455e413616ad52f668e4a80eb46a81dcd4d1d2215 [2022-06-22T00:07:41.177Z] $ docker rm -f 4fc7233c4859b5b532de91b455e413616ad52f668e4a80eb46a81dcd4d1d2215 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T00:07:43.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-22T00:07:43.643Z] [2022-06-22T00:07:43.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T00:07:44.050Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-22T00:07:44.324Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-06-22T00:07:44.324Z] 29e5d40040c1: Pulling fs layer [2022-06-22T00:07:44.324Z] 1ce36da41761: Pulling fs layer [2022-06-22T00:07:44.324Z] 25b303627fd3: Pulling fs layer [2022-06-22T00:07:44.324Z] 29e5d40040c1: Verifying Checksum [2022-06-22T00:07:44.324Z] 29e5d40040c1: Download complete [2022-06-22T00:07:44.598Z] 1ce36da41761: Verifying Checksum [2022-06-22T00:07:44.598Z] 1ce36da41761: Download complete [2022-06-22T00:07:44.872Z] 29e5d40040c1: Pull complete [2022-06-22T00:07:46.306Z] 25b303627fd3: Verifying Checksum [2022-06-22T00:07:46.306Z] 25b303627fd3: Download complete [2022-06-22T00:07:46.306Z] 1ce36da41761: Pull complete [2022-06-22T00:07:58.701Z] 25b303627fd3: Pull complete [2022-06-22T00:07:58.701Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-06-22T00:07:58.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-22T00:07:58.701Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-22T00:07:59.073Z] prd-ubuntu20.04-docker-arm64-4c-16g-15290 does not seem to be running inside a container [2022-06-22T00:07:59.152Z] $ 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-06-22T00:08:01.438Z] $ docker top 04a5b1044a659c3b98fa0f05bcf3d758d0e255b4d74391250e5c1f065f700a7b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-22T00:08:02.381Z] + docker-compose build --help [2022-06-22T00:08:02.381Z] + grep parallel [2022-06-22T00:08:06.715Z] --parallel Build images in parallel. [Pipeline] } [2022-06-22T00:08:06.775Z] $ docker stop --time=1 04a5b1044a659c3b98fa0f05bcf3d758d0e255b4d74391250e5c1f065f700a7b [2022-06-22T00:08:08.486Z] $ docker rm -f 04a5b1044a659c3b98fa0f05bcf3d758d0e255b4d74391250e5c1f065f700a7b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T00:08:09.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-22T00:08:09.312Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-22T00:08:09.649Z] prd-ubuntu20.04-docker-arm64-4c-16g-15290 does not seem to be running inside a container [2022-06-22T00:08:09.731Z] $ 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-06-22T00:08:11.040Z] $ docker top 6d98e401951d7bb1ddf4965353e4eb055c0f112714def88a0697eae9d14dce98 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-22T00:08:12.012Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-06-22T00:08:16.298Z] Building core-command ... [2022-06-22T00:08:16.298Z] Building core-data ... [2022-06-22T00:08:16.298Z] Building core-metadata ... [2022-06-22T00:08:16.298Z] Building security-bootstrapper ... [2022-06-22T00:08:16.298Z] Building security-proxy-setup ... [2022-06-22T00:08:16.298Z] Building security-secretstore-setup ... [2022-06-22T00:08:16.298Z] Building security-spiffe-token-provider ... [2022-06-22T00:08:16.298Z] Building security-spire-agent ... [2022-06-22T00:08:16.298Z] Building security-spire-config ... [2022-06-22T00:08:16.298Z] Building security-spire-server ... [2022-06-22T00:08:16.298Z] Building support-notifications ... [2022-06-22T00:08:16.298Z] Building support-scheduler ... [2022-06-22T00:08:16.298Z] Building sys-mgmt-agent ... [2022-06-22T00:08:16.298Z] Building security-spire-config [2022-06-22T00:08:16.298Z] Building security-bootstrapper [2022-06-22T00:08:16.298Z] Building sys-mgmt-agent [2022-06-22T00:08:16.298Z] Building core-data [2022-06-22T00:08:16.298Z] Building security-secretstore-setup [2022-06-22T00:09:38.066Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:09:38.066Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:09:38.066Z] ---> 0ba88676fdb8 [2022-06-22T00:09:38.066Z] Step 3/23 : WORKDIR /edgex-go [2022-06-22T00:09:39.069Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:09:39.069Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:09:39.069Z] ---> 0ba88676fdb8 [2022-06-22T00:09:39.069Z] Step 3/31 : WORKDIR /edgex-go [2022-06-22T00:09:39.069Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:09:39.069Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:09:39.069Z] ---> 0ba88676fdb8 [2022-06-22T00:09:39.069Z] Step 3/26 : WORKDIR /edgex-go [2022-06-22T00:09:39.069Z] ---> Running in 4e1d44e9184d [2022-06-22T00:09:39.069Z] ---> Running in 118caa643a8a [2022-06-22T00:09:39.069Z] ---> Running in c9a3cd81db67 [2022-06-22T00:09:39.669Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:09:39.669Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:09:39.669Z] ---> 0ba88676fdb8 [2022-06-22T00:09:39.669Z] Step 3/23 : WORKDIR /edgex-go [2022-06-22T00:09:39.669Z] ---> Running in cf8dfafd0ae2 [2022-06-22T00:09:39.669Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:09:39.669Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:09:39.669Z] ---> 0ba88676fdb8 [2022-06-22T00:09:39.669Z] Step 3/25 : WORKDIR /edgex-go [2022-06-22T00:09:39.669Z] ---> Running in 5fecd8d502e2 [2022-06-22T00:09:39.943Z] Removing intermediate container 4e1d44e9184d [2022-06-22T00:09:39.943Z] ---> 8abd16947f21 [2022-06-22T00:09:39.943Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:09:39.943Z] Removing intermediate container 118caa643a8a [2022-06-22T00:09:39.943Z] ---> c593b787b624 [2022-06-22T00:09:39.943Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:09:39.943Z] ---> Running in 811012975a2e [2022-06-22T00:09:40.226Z] Removing intermediate container c9a3cd81db67 [2022-06-22T00:09:40.226Z] ---> e12913a9856e [2022-06-22T00:09:40.226Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:09:40.226Z] Removing intermediate container 5fecd8d502e2 [2022-06-22T00:09:40.226Z] ---> a91a40d3868d [2022-06-22T00:09:40.226Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:09:40.226Z] ---> Running in 4be6923a51e8 [2022-06-22T00:09:40.226Z] ---> Running in eed06f726cef [2022-06-22T00:09:40.507Z] ---> Running in 59be4fc331d3 [2022-06-22T00:09:40.507Z] Removing intermediate container cf8dfafd0ae2 [2022-06-22T00:09:40.507Z] ---> a61f01e8d89f [2022-06-22T00:09:40.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:09:40.788Z] ---> Running in e5efb6aa3597 [2022-06-22T00:09:44.216Z] Removing intermediate container 811012975a2e [2022-06-22T00:09:44.216Z] ---> 38ecb2b78732 [2022-06-22T00:09:44.216Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-06-22T00:09:44.216Z] Removing intermediate container 4be6923a51e8 [2022-06-22T00:09:44.216Z] ---> Running in 4da47b3749a5 [2022-06-22T00:09:44.216Z] ---> c06facb5c917 [2022-06-22T00:09:44.216Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-06-22T00:09:44.216Z] ---> Running in 68e93a9b533d [2022-06-22T00:09:44.495Z] Removing intermediate container eed06f726cef [2022-06-22T00:09:44.495Z] ---> 125eb9dba229 [2022-06-22T00:09:44.495Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-06-22T00:09:44.495Z] Removing intermediate container e5efb6aa3597 [2022-06-22T00:09:44.495Z] ---> 13d952f96efe [2022-06-22T00:09:44.495Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-06-22T00:09:44.495Z] ---> Running in c101e3a75cf5 [2022-06-22T00:09:44.495Z] Removing intermediate container 59be4fc331d3 [2022-06-22T00:09:44.495Z] ---> bc45301c79e3 [2022-06-22T00:09:44.495Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-06-22T00:09:44.774Z] ---> Running in 41306961cb19 [2022-06-22T00:09:44.774Z] ---> Running in 3c950e5214d8 [2022-06-22T00:09:46.226Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:09:46.226Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:09:46.504Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:09:46.785Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:09:46.785Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:09:46.785Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:09:47.057Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:09:47.670Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:09:47.670Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:09:47.670Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:09:47.953Z] OK: 220 MiB in 52 packages [2022-06-22T00:09:48.231Z] OK: 220 MiB in 52 packages [2022-06-22T00:09:48.834Z] OK: 220 MiB in 52 packages [2022-06-22T00:09:49.452Z] Removing intermediate container 4da47b3749a5 [2022-06-22T00:09:49.452Z] ---> 54aec3cb47e4 [2022-06-22T00:09:49.452Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-22T00:09:49.452Z] OK: 220 MiB in 52 packages [2022-06-22T00:09:49.452Z] OK: 220 MiB in 52 packages [2022-06-22T00:09:50.447Z] Removing intermediate container 68e93a9b533d [2022-06-22T00:09:50.447Z] ---> 2af72b439121 [2022-06-22T00:09:50.447Z] Step 6/31 : COPY go.mod vendor* ./ [2022-06-22T00:09:50.447Z] Removing intermediate container c101e3a75cf5 [2022-06-22T00:09:50.447Z] ---> 3a9cdb5a9a15 [2022-06-22T00:09:50.447Z] Step 6/26 : COPY go.mod vendor* ./ [2022-06-22T00:09:50.728Z] Removing intermediate container 3c950e5214d8 [2022-06-22T00:09:50.728Z] ---> eaeaec3dfb7d [2022-06-22T00:09:50.728Z] Step 6/25 : COPY go.mod vendor* ./ [2022-06-22T00:09:51.012Z] ---> bd5da1b1f5bd [2022-06-22T00:09:51.012Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:09:51.012Z] Removing intermediate container 41306961cb19 [2022-06-22T00:09:51.012Z] ---> 8e38616aeb8e [2022-06-22T00:09:51.012Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-22T00:09:51.012Z] ---> Running in e701cbabf8df [2022-06-22T00:09:51.626Z] ---> 96b0c26387db [2022-06-22T00:09:51.626Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:09:51.924Z] ---> Running in 519f610d5ef9 [2022-06-22T00:09:51.924Z] ---> 9998b1f222ec [2022-06-22T00:09:51.924Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:09:51.924Z] ---> 9351a7116871 [2022-06-22T00:09:51.924Z] ---> Running in 8f18c61424c7 [2022-06-22T00:09:51.924Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:09:52.210Z] ---> Running in f780133abb4c [2022-06-22T00:09:52.814Z] ---> 055203c5bbc0 [2022-06-22T00:09:52.814Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:09:53.097Z] ---> Running in aa42f3b6f556 [2022-06-22T00:09:56.524Z] Removing intermediate container e701cbabf8df [2022-06-22T00:09:56.524Z] ---> c030a566393d [2022-06-22T00:09:56.524Z] Step 8/23 : COPY . . [2022-06-22T00:09:57.983Z] Removing intermediate container 519f610d5ef9 [2022-06-22T00:09:57.983Z] ---> c831309ca7b9 [2022-06-22T00:09:57.983Z] Step 8/31 : COPY . . [2022-06-22T00:09:58.267Z] Removing intermediate container 8f18c61424c7 [2022-06-22T00:09:58.267Z] ---> 657619926795 [2022-06-22T00:09:58.267Z] Step 8/26 : COPY . . [2022-06-22T00:09:58.864Z] Removing intermediate container aa42f3b6f556 [2022-06-22T00:09:58.864Z] ---> 3fafc6de80d9 [2022-06-22T00:09:58.864Z] Step 8/23 : COPY . . [2022-06-22T00:09:58.864Z] Removing intermediate container f780133abb4c [2022-06-22T00:09:58.864Z] ---> ee80f5a9937f [2022-06-22T00:09:58.864Z] Step 8/25 : COPY . . [2022-06-22T00:10:25.675Z] ---> 19b64b2ddadd [2022-06-22T00:10:25.675Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-06-22T00:10:25.675Z] ---> Running in 15b28100381f [2022-06-22T00:10:25.675Z] ---> c73885f1744d [2022-06-22T00:10:25.675Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-06-22T00:10:25.675Z] ---> b0ae25d058c5 [2022-06-22T00:10:25.675Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-06-22T00:10:25.675Z] ---> d4968372e406 [2022-06-22T00:10:25.675Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-06-22T00:10:25.675Z] ---> 2728c5d6711f [2022-06-22T00:10:25.675Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-06-22T00:10:25.675Z] ---> Running in c82642de9884 [2022-06-22T00:10:25.675Z] ---> Running in 81755c920f35 [2022-06-22T00:10:25.675Z] ---> Running in a7cb092aa279 [2022-06-22T00:10:25.675Z] ---> Running in b71fab911596 [2022-06-22T00:10:25.958Z] Removing intermediate container 81755c920f35 [2022-06-22T00:10:25.958Z] ---> bda90c5ade10 [2022-06-22T00:10:25.958Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-06-22T00:10:26.233Z] ---> Running in e9e4dbc3bcf2 [2022-06-22T00:10:26.832Z] Removing intermediate container e9e4dbc3bcf2 [2022-06-22T00:10:26.832Z] ---> 1b6180c224e0 [2022-06-22T00:10:26.832Z] 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-06-22T00:10:27.114Z] 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-06-22T00:10:27.114Z] ---> Running in 5ac81259ad61 [2022-06-22T00:10:27.722Z] 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-06-22T00:10:27.722Z] 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-06-22T00:10:28.000Z] 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-06-22T00:10:29.993Z] Removing intermediate container 5ac81259ad61 [2022-06-22T00:10:29.993Z] ---> 6f9585f38531 [2022-06-22T00:10:29.993Z] Step 12/26 : WORKDIR /edgex-go [2022-06-22T00:10:29.993Z] ---> Running in 58afd0ac06cf [2022-06-22T00:10:30.607Z] Removing intermediate container 58afd0ac06cf [2022-06-22T00:10:30.607Z] ---> 339dc2f86bf2 [2022-06-22T00:10:30.607Z] [2022-06-22T00:10:30.607Z] Step 13/26 : FROM alpine:3.15 [2022-06-22T00:10:30.607Z] 3.15: Pulling from library/alpine [2022-06-22T00:10:32.049Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-06-22T00:10:32.049Z] Status: Downloaded newer image for alpine:3.15 [2022-06-22T00:10:32.049Z] ---> 3fb3c9af89a9 [2022-06-22T00:10:32.049Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-22T00:10:32.049Z] ---> Running in 9175ce24d92b [2022-06-22T00:10:32.650Z] Removing intermediate container 9175ce24d92b [2022-06-22T00:10:32.650Z] ---> 9b20f50a3af2 [2022-06-22T00:10:32.650Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:10:32.650Z] ---> Running in 99f7782f4787 [2022-06-22T00:10:36.067Z] Removing intermediate container 99f7782f4787 [2022-06-22T00:10:36.067Z] ---> c2652b666986 [2022-06-22T00:10:36.067Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-06-22T00:10:36.067Z] ---> Running in 9b6d283f1a73 [2022-06-22T00:10:37.513Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:10:38.502Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:10:39.940Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-22T00:10:39.941Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-22T00:10:39.941Z] OK: 15736 distinct packages available [2022-06-22T00:10:39.941Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:10:40.930Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:10:42.400Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-06-22T00:10:42.400Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-06-22T00:10:42.400Z] (3/4) Installing libucontext (1.1-r0) [2022-06-22T00:10:42.400Z] (4/4) Installing gcompat (1.0.0-r4) [2022-06-22T00:10:42.400Z] Executing busybox-1.34.1-r5.trigger [2022-06-22T00:10:42.400Z] OK: 6 MiB in 18 packages [2022-06-22T00:10:44.392Z] Removing intermediate container 9b6d283f1a73 [2022-06-22T00:10:44.392Z] ---> ba04595e4812 [2022-06-22T00:10:44.392Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-06-22T00:10:50.066Z] ---> 1e9cfb360714 [2022-06-22T00:10:50.066Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-06-22T00:10:50.673Z] ---> 62f84fea31a3 [2022-06-22T00:10:50.673Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-06-22T00:10:50.954Z] ---> Running in 0cc9327935e7 [2022-06-22T00:10:51.567Z] Removing intermediate container 0cc9327935e7 [2022-06-22T00:10:51.567Z] ---> 656384f4bcd1 [2022-06-22T00:10:51.567Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-06-22T00:10:52.176Z] ---> 9215dd4b5885 [2022-06-22T00:10:52.176Z] Step 21/26 : WORKDIR / [2022-06-22T00:10:52.176Z] ---> Running in 7df8b1f8d5d6 [2022-06-22T00:10:52.783Z] Removing intermediate container 7df8b1f8d5d6 [2022-06-22T00:10:52.783Z] ---> ca116dd7d106 [2022-06-22T00:10:52.783Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-22T00:10:52.783Z] ---> Running in db6ad12b0746 [2022-06-22T00:10:53.386Z] Removing intermediate container db6ad12b0746 [2022-06-22T00:10:53.386Z] ---> 2b0bad12dbb5 [2022-06-22T00:10:53.386Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-22T00:10:53.665Z] ---> Running in a2f666a701f2 [2022-06-22T00:10:53.941Z] Removing intermediate container a2f666a701f2 [2022-06-22T00:10:53.941Z] ---> d1a25dd4994a [2022-06-22T00:10:53.941Z] Step 24/26 : LABEL arch=arm64 [2022-06-22T00:10:54.225Z] ---> Running in fa9568ddca2a [2022-06-22T00:10:54.830Z] Removing intermediate container fa9568ddca2a [2022-06-22T00:10:54.830Z] ---> 20f120e3694c [2022-06-22T00:10:54.830Z] Step 25/26 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:10:54.830Z] ---> Running in 332e06183af7 [2022-06-22T00:10:55.114Z] Removing intermediate container 332e06183af7 [2022-06-22T00:10:55.114Z] ---> f47514dccba3 [2022-06-22T00:10:55.114Z] Step 26/26 : LABEL version=0.0.0 [2022-06-22T00:10:55.390Z] ---> Running in 84ca5ffbdb37 [2022-06-22T00:10:55.991Z] Removing intermediate container 84ca5ffbdb37 [2022-06-22T00:10:55.991Z] ---> 8a0d29adff17 [2022-06-22T00:10:55.991Z] [2022-06-22T00:10:56.269Z] Successfully built 8a0d29adff17 [2022-06-22T00:10:56.269Z] Successfully tagged security-spire-config-arm64:latest [2022-06-22T00:10:56.269Z] Building security-spiffe-token-provider [2022-06-22T00:11:23.111Z]  Building security-spire-config ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:11:23.111Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:11:23.111Z] ---> 0ba88676fdb8 [2022-06-22T00:11:23.111Z] Step 3/20 : WORKDIR /edgex-go [2022-06-22T00:11:23.111Z] ---> Using cache [2022-06-22T00:11:23.111Z] ---> a61f01e8d89f [2022-06-22T00:11:23.111Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-06-22T00:11:23.713Z] ---> Running in 77a2e645cfbb [2022-06-22T00:11:25.719Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:11:26.710Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:11:28.162Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-22T00:11:28.162Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-22T00:11:28.162Z] OK: 15743 distinct packages available [2022-06-22T00:11:28.162Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:11:29.154Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:11:30.601Z] OK: 220 MiB in 52 packages [2022-06-22T00:11:31.599Z] Removing intermediate container 77a2e645cfbb [2022-06-22T00:11:31.599Z] ---> df0bb137ff17 [2022-06-22T00:11:31.599Z] Step 5/20 : COPY go.mod vendor* ./ [2022-06-22T00:11:32.602Z] ---> 8e819bbf471b [2022-06-22T00:11:32.602Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:11:32.887Z] ---> Running in a3c6d71b421a [2022-06-22T00:11:39.644Z] Removing intermediate container a3c6d71b421a [2022-06-22T00:11:39.644Z] ---> 9bb8c1587413 [2022-06-22T00:11:39.644Z] Step 7/20 : COPY . . [2022-06-22T00:11:58.014Z] ---> 31378ddd8ca3 [2022-06-22T00:11:58.014Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-06-22T00:11:58.014Z] ---> Running in df50b89d63ac [2022-06-22T00:12:00.006Z] 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-06-22T00:15:06.982Z] 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-06-22T00:15:06.982Z] Removing intermediate container b71fab911596 [2022-06-22T00:15:06.982Z] ---> f39f7b4a67b3 [2022-06-22T00:15:06.982Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-06-22T00:15:06.982Z] ---> Running in 37c6c33c6071 [2022-06-22T00:15:08.980Z] 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-06-22T00:15:13.324Z] Removing intermediate container 37c6c33c6071 [2022-06-22T00:15:13.324Z] ---> 3d25cbe474c0 [2022-06-22T00:15:13.324Z] [2022-06-22T00:15:13.324Z] Step 11/23 : FROM docker:20.10.14 [2022-06-22T00:15:13.602Z] 20.10.14: Pulling from library/docker [2022-06-22T00:15:16.246Z] Removing intermediate container 15b28100381f [2022-06-22T00:15:16.246Z] ---> 691e9c7d642e [2022-06-22T00:15:16.246Z] [2022-06-22T00:15:16.246Z] Step 10/25 : FROM alpine:3.14 [2022-06-22T00:15:16.246Z] 3.14: Pulling from library/alpine [2022-06-22T00:15:18.905Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-22T00:15:18.905Z] Status: Downloaded newer image for alpine:3.14 [2022-06-22T00:15:18.905Z] ---> ac73e934f311 [2022-06-22T00:15:18.905Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-06-22T00:15:19.520Z] ---> Running in cf71872e9295 [2022-06-22T00:15:20.970Z] Removing intermediate container a7cb092aa279 [2022-06-22T00:15:20.970Z] ---> a39b209322e8 [2022-06-22T00:15:20.970Z] [2022-06-22T00:15:20.970Z] Step 10/31 : FROM alpine:3.14 [2022-06-22T00:15:20.970Z] ---> ac73e934f311 [2022-06-22T00:15:20.970Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-06-22T00:15:20.970Z] ---> Running in ca6f94e6fbf0 [2022-06-22T00:15:22.433Z] Removing intermediate container ca6f94e6fbf0 [2022-06-22T00:15:22.433Z] ---> 69d5248c5a59 [2022-06-22T00:15:22.433Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-06-22T00:15:22.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:15:22.433Z] ---> Running in 5cf692e06825 [2022-06-22T00:15:22.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:15:23.701Z] (1/3) Installing ca-certificates (20211220-r0) [2022-06-22T00:15:23.978Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-06-22T00:15:23.978Z] (3/3) Installing su-exec (0.2-r1) [2022-06-22T00:15:23.978Z] Executing busybox-1.33.1-r7.trigger [2022-06-22T00:15:23.978Z] Executing ca-certificates-20211220-r0.trigger [2022-06-22T00:15:24.257Z] OK: 6 MiB in 17 packages [2022-06-22T00:15:24.861Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:15:25.461Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:15:26.457Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-06-22T00:15:26.457Z] (2/2) Installing su-exec (0.2-r1) [2022-06-22T00:15:26.457Z] Executing busybox-1.33.1-r7.trigger [2022-06-22T00:15:26.457Z] OK: 6 MiB in 16 packages [2022-06-22T00:15:27.613Z] Removing intermediate container cf71872e9295 [2022-06-22T00:15:27.613Z] ---> e23149cae5aa [2022-06-22T00:15:27.613Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-22T00:15:27.894Z] ---> Running in 38909ef87d4c [2022-06-22T00:15:28.549Z] Removing intermediate container 5cf692e06825 [2022-06-22T00:15:28.549Z] ---> 236258345f3d [2022-06-22T00:15:28.549Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-06-22T00:15:28.914Z] ---> Running in 26f0cba47f8a [2022-06-22T00:15:29.538Z] Removing intermediate container 38909ef87d4c [2022-06-22T00:15:29.538Z] ---> a7ac3e60bfa9 [2022-06-22T00:15:29.538Z] Step 13/25 : WORKDIR / [2022-06-22T00:15:29.823Z] ---> Running in 8f0f8c67a695 [2022-06-22T00:15:30.461Z] Removing intermediate container 26f0cba47f8a [2022-06-22T00:15:30.461Z] ---> ee1cc88fd4d7 [2022-06-22T00:15:30.461Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-06-22T00:15:30.765Z] ---> Running in 152fb818d2c4 [2022-06-22T00:15:30.765Z] Removing intermediate container 8f0f8c67a695 [2022-06-22T00:15:30.765Z] ---> e23d0b5923f6 [2022-06-22T00:15:30.765Z] 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-06-22T00:15:31.752Z] Removing intermediate container 152fb818d2c4 [2022-06-22T00:15:31.752Z] ---> 51c182e0354f [2022-06-22T00:15:31.752Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-06-22T00:15:31.752Z] ---> Running in f78f2da2e5eb [2022-06-22T00:15:33.199Z] ---> c088495a9705 [2022-06-22T00:15:33.199Z] 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-06-22T00:15:35.198Z] ---> da2417ac51b3 [2022-06-22T00:15:35.198Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-06-22T00:15:35.477Z] Removing intermediate container f78f2da2e5eb [2022-06-22T00:15:35.477Z] ---> b15d1703230b [2022-06-22T00:15:35.477Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-06-22T00:15:35.767Z] ---> Running in 538e4adfa3d7 [2022-06-22T00:15:36.773Z] Removing intermediate container 538e4adfa3d7 [2022-06-22T00:15:36.773Z] ---> 3bc155947954 [2022-06-22T00:15:36.773Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-06-22T00:15:36.773Z] ---> 1215e7b80ea1 [2022-06-22T00:15:36.773Z] 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-06-22T00:15:38.801Z] ---> 9ed10ef8e284 [2022-06-22T00:15:38.801Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-06-22T00:15:38.801Z] ---> 3cd25a149ebf [2022-06-22T00:15:38.801Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-06-22T00:15:38.801Z] ---> Running in d1a2398b1d31 [2022-06-22T00:15:40.805Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-06-22T00:15:40.805Z] Status: Downloaded newer image for docker:20.10.14 [2022-06-22T00:15:40.805Z] ---> c346e9eafbab [2022-06-22T00:15:40.805Z] 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-06-22T00:15:40.805Z] ---> Running in 0bcc05584894 [2022-06-22T00:15:41.408Z] ---> 151bd48a9704 [2022-06-22T00:15:41.408Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-06-22T00:15:41.685Z] Removing intermediate container 0bcc05584894 [2022-06-22T00:15:41.685Z] ---> 9c50413f4787 [2022-06-22T00:15:41.685Z] 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-06-22T00:15:41.685Z] ---> Running in b87dd1aac954 [2022-06-22T00:15:43.678Z] Removing intermediate container d1a2398b1d31 [2022-06-22T00:15:43.678Z] ---> bf57a1dc20c2 [2022-06-22T00:15:43.678Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-22T00:15:44.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:15:44.952Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:15:45.224Z] ---> a6de99afac02 [2022-06-22T00:15:45.224Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-06-22T00:15:45.499Z] ---> 5cd6759d4b84 [2022-06-22T00:15:45.499Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-06-22T00:15:46.106Z] (1/43) Installing readline (8.1.1-r0) [2022-06-22T00:15:46.106Z] (2/43) Installing bash (5.1.16-r0) [2022-06-22T00:15:46.106Z] Executing bash-5.1.16-r0.post-install [2022-06-22T00:15:46.106Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-06-22T00:15:46.382Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-06-22T00:15:46.382Z] (5/43) Installing libcurl (7.80.0-r1) [2022-06-22T00:15:46.382Z] (6/43) Installing curl (7.80.0-r1) [2022-06-22T00:15:46.382Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-06-22T00:15:46.382Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-06-22T00:15:46.382Z] (9/43) Installing expat (2.4.7-r0) [2022-06-22T00:15:46.382Z] (10/43) Installing libffi (3.4.2-r1) [2022-06-22T00:15:46.382Z] (11/43) Installing gdbm (1.22-r0) [2022-06-22T00:15:46.659Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-06-22T00:15:46.659Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-06-22T00:15:46.659Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-06-22T00:15:46.659Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-06-22T00:15:46.659Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-06-22T00:15:46.940Z] (17/43) Installing python3 (3.9.7-r4) [2022-06-22T00:15:46.940Z] ---> 8f1a38dd1c3b [2022-06-22T00:15:46.940Z] 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-06-22T00:15:46.940Z] ---> Running in a3f94999f2f0 [2022-06-22T00:15:48.393Z] ---> 1023c9cd1305 [2022-06-22T00:15:48.393Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-06-22T00:15:49.393Z] ---> f23b689fbe2e [2022-06-22T00:15:49.393Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-06-22T00:15:49.673Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-06-22T00:15:49.673Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-06-22T00:15:49.673Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-06-22T00:15:49.951Z] (21/43) Installing py3-idna (3.3-r0) [2022-06-22T00:15:49.951Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-06-22T00:15:49.951Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-06-22T00:15:49.951Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-06-22T00:15:50.230Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-06-22T00:15:50.231Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-06-22T00:15:50.231Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-06-22T00:15:50.231Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-06-22T00:15:50.231Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-06-22T00:15:50.231Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-06-22T00:15:50.231Z] (31/43) Installing py3-six (1.16.0-r0) [2022-06-22T00:15:50.231Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-06-22T00:15:50.231Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-06-22T00:15:50.517Z] Removing intermediate container a3f94999f2f0 [2022-06-22T00:15:50.517Z] ---> 1a3ba4f1798f [2022-06-22T00:15:50.517Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-06-22T00:15:50.517Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-06-22T00:15:50.517Z] (35/43) Installing py3-packaging (20.9-r1) [2022-06-22T00:15:50.518Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-06-22T00:15:50.518Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-06-22T00:15:50.518Z] (38/43) Installing py3-progress (1.6-r0) [2022-06-22T00:15:50.518Z] ---> Running in 8ae7ffda2a27 [2022-06-22T00:15:50.518Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-06-22T00:15:50.798Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-06-22T00:15:50.798Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-06-22T00:15:50.798Z] ---> b4185c54ac7f [2022-06-22T00:15:50.798Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-06-22T00:15:50.798Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-06-22T00:15:51.078Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-06-22T00:15:51.367Z] Removing intermediate container 8ae7ffda2a27 [2022-06-22T00:15:51.367Z] ---> e58335bfbfbc [2022-06-22T00:15:51.367Z] Step 23/25 : LABEL arch=arm64 [2022-06-22T00:15:51.367Z] ---> Running in 18007367408e [2022-06-22T00:15:51.977Z] ---> f976970e019f [2022-06-22T00:15:51.977Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-06-22T00:15:51.977Z] Removing intermediate container 18007367408e [2022-06-22T00:15:51.977Z] ---> 8b7133a0921f [2022-06-22T00:15:51.977Z] Step 24/25 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:15:52.256Z] Executing busybox-1.34.1-r5.trigger [2022-06-22T00:15:52.256Z] OK: 82 MiB in 65 packages [2022-06-22T00:15:52.256Z] ---> Running in 4d5762eefc58 [2022-06-22T00:15:52.256Z] ---> Running in 3b6311b45ca6 [2022-06-22T00:15:53.690Z] Removing intermediate container 3b6311b45ca6 [2022-06-22T00:15:53.690Z] ---> dbd3a88dfb28 [2022-06-22T00:15:53.690Z] Step 25/25 : LABEL version=0.0.0 [2022-06-22T00:15:53.690Z] Removing intermediate container 4d5762eefc58 [2022-06-22T00:15:53.690Z] ---> b96512db0624 [2022-06-22T00:15:53.691Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-06-22T00:15:53.691Z] ---> Running in 78d9a94894d7 [2022-06-22T00:15:54.285Z] Removing intermediate container 78d9a94894d7 [2022-06-22T00:15:54.285Z] ---> d85c8550cdb7 [2022-06-22T00:15:54.285Z] [2022-06-22T00:15:55.274Z] ---> 6df95a900107 [2022-06-22T00:15:55.274Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-06-22T00:15:55.554Z] Successfully built d85c8550cdb7 [2022-06-22T00:15:55.554Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-06-22T00:15:55.554Z]  Building security-secretstore-setup ... done Building security-spire-agent [2022-06-22T00:15:55.554Z] ---> Running in 12c5032adc2a [2022-06-22T00:15:57.543Z] Collecting docker-compose==1.23.2 [2022-06-22T00:15:57.543Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-06-22T00:15:57.820Z] Collecting docopt<0.7,>=0.6.1 [2022-06-22T00:15:58.098Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-06-22T00:16:00.125Z] Removing intermediate container 12c5032adc2a [2022-06-22T00:16:00.125Z] ---> ada5b6ca4ad8 [2022-06-22T00:16:00.125Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-06-22T00:16:00.732Z] ---> Running in d992751c16f8 [2022-06-22T00:16:01.717Z] Removing intermediate container d992751c16f8 [2022-06-22T00:16:01.717Z] ---> 674798e030ae [2022-06-22T00:16:01.717Z] Step 28/31 : CMD ["gate"] [2022-06-22T00:16:01.717Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-06-22T00:16:01.997Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-06-22T00:16:02.617Z] ---> Running in fb0b7c7d2745 [2022-06-22T00:16:02.617Z] Collecting docker<4.0,>=3.6.0 [2022-06-22T00:16:02.617Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-06-22T00:16:03.228Z] Collecting websocket-client<1.0,>=0.32.0 [2022-06-22T00:16:03.229Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-06-22T00:16:03.229Z] Removing intermediate container fb0b7c7d2745 [2022-06-22T00:16:03.229Z] ---> 64fb91df534b [2022-06-22T00:16:03.508Z] Step 29/31 : LABEL arch=arm64 [2022-06-22T00:16:03.508Z] Collecting texttable<0.10,>=0.9.0 [2022-06-22T00:16:03.508Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-06-22T00:16:03.789Z] Removing intermediate container c82642de9884 [2022-06-22T00:16:03.789Z] ---> 17b70fd7ee1a [2022-06-22T00:16:03.789Z] [2022-06-22T00:16:03.789Z] Step 10/23 : FROM alpine:3.14 [2022-06-22T00:16:03.789Z] ---> ac73e934f311 [2022-06-22T00:16:03.789Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-06-22T00:16:03.789Z] ---> Running in 360c2748e220 [2022-06-22T00:16:03.789Z] ---> Running in 6ce0b2a937a5 [2022-06-22T00:16:04.405Z] Removing intermediate container 6ce0b2a937a5 [2022-06-22T00:16:04.405Z] ---> 6114777c61e3 [2022-06-22T00:16:04.405Z] Step 12/23 : ENV APP_PORT=59880 [2022-06-22T00:16:04.683Z] Removing intermediate container 360c2748e220 [2022-06-22T00:16:04.683Z] ---> 0dae19515f47 [2022-06-22T00:16:04.683Z] Step 30/31 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:16:04.683Z] ---> Running in d5c0ea8d9b60 [2022-06-22T00:16:04.969Z] ---> Running in e4188f1c2629 [2022-06-22T00:16:05.248Z] Removing intermediate container d5c0ea8d9b60 [2022-06-22T00:16:05.248Z] ---> ad7c1dc1d190 [2022-06-22T00:16:05.248Z] Step 13/23 : EXPOSE $APP_PORT [2022-06-22T00:16:05.527Z] ---> Running in 7d67eab2b055 [2022-06-22T00:16:05.807Z] Removing intermediate container e4188f1c2629 [2022-06-22T00:16:05.807Z] ---> 78bd2a05ff54 [2022-06-22T00:16:05.807Z] Step 31/31 : LABEL version=0.0.0 [2022-06-22T00:16:06.411Z] ---> Running in 4d6dfa7ebb47 [2022-06-22T00:16:06.411Z] Removing intermediate container 7d67eab2b055 [2022-06-22T00:16:06.411Z] ---> 12bc7f2f3422 [2022-06-22T00:16:06.411Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:16:06.687Z] ---> Running in e0e8663469e2 [2022-06-22T00:16:06.687Z] Collecting jsonschema<3,>=2.5.1 [2022-06-22T00:16:06.687Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-06-22T00:16:06.963Z] Collecting dockerpty<0.5,>=0.4.1 [2022-06-22T00:16:06.963Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-06-22T00:16:07.952Z] Removing intermediate container 4d6dfa7ebb47 [2022-06-22T00:16:07.952Z] ---> 4efb98433958 [2022-06-22T00:16:07.952Z] [2022-06-22T00:16:08.940Z] Successfully built 4efb98433958 [2022-06-22T00:16:08.940Z] Successfully tagged security-bootstrapper-arm64:latest [2022-06-22T00:16:08.940Z]  Building security-bootstrapper ... done Building security-spire-server [2022-06-22T00:16:09.221Z] 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-06-22T00:16:10.223Z] Removing intermediate container e0e8663469e2 [2022-06-22T00:16:10.223Z] ---> 88cb94265987 [2022-06-22T00:16:10.223Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-22T00:16:10.223Z] ---> Running in 411d4a4d3888 [2022-06-22T00:16:10.503Z] Collecting PyYAML<4,>=3.10 [2022-06-22T00:16:10.503Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-06-22T00:16:12.515Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:16:13.511Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:16:14.500Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-22T00:16:14.500Z] Collecting cached-property<2,>=1.2.0 [2022-06-22T00:16:14.500Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-06-22T00:16:14.785Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-22T00:16:14.785Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-22T00:16:14.785Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-22T00:16:15.064Z] Collecting docker-pycreds>=0.4.0 [2022-06-22T00:16:15.064Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-06-22T00:16:15.064Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-22T00:16:15.064Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-22T00:16:15.341Z] Executing busybox-1.33.1-r7.trigger [2022-06-22T00:16:15.342Z] OK: 8 MiB in 20 packages [2022-06-22T00:16:15.966Z] 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-06-22T00:16:16.243Z] Collecting idna<2.8,>=2.5 [2022-06-22T00:16:16.243Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-06-22T00:16:16.243Z] Collecting chardet<3.1.0,>=3.0.2 [2022-06-22T00:16:16.243Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-06-22T00:16:17.257Z] Collecting urllib3<1.25,>=1.21.1 [2022-06-22T00:16:17.257Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-06-22T00:16:17.257Z] Removing intermediate container 411d4a4d3888 [2022-06-22T00:16:17.257Z] ---> 383416862f9f [2022-06-22T00:16:17.257Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-22T00:16:17.540Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-06-22T00:16:17.540Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-06-22T00:16:17.540Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-06-22T00:16:17.540Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-06-22T00:16:18.530Z] ---> 5c0af5c3bec7 [2022-06-22T00:16:18.530Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-06-22T00:16:18.811Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-06-22T00:16:18.811Z] Attempting uninstall: urllib3 [2022-06-22T00:16:18.811Z] Found existing installation: urllib3 1.26.7 [2022-06-22T00:16:18.811Z] Uninstalling urllib3-1.26.7: [2022-06-22T00:16:18.811Z] Successfully uninstalled urllib3-1.26.7 [2022-06-22T00:16:19.420Z] Attempting uninstall: idna [2022-06-22T00:16:19.420Z] Found existing installation: idna 3.3 [2022-06-22T00:16:19.420Z] Uninstalling idna-3.3: [2022-06-22T00:16:19.693Z] Successfully uninstalled idna-3.3 [2022-06-22T00:16:21.137Z] ---> cb7ee4c45d55 [2022-06-22T00:16:21.137Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-06-22T00:16:22.121Z] ---> 7f4cf55783bf [2022-06-22T00:16:22.121Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-06-22T00:16:22.121Z] ---> Running in 0d206f0c68ba [2022-06-22T00:16:22.736Z] Removing intermediate container 0d206f0c68ba [2022-06-22T00:16:22.736Z] ---> 1565ae9fc058 [2022-06-22T00:16:22.736Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-22T00:16:22.736Z] ---> Running in 01e479cdcc49 [2022-06-22T00:16:23.346Z] Attempting uninstall: requests [2022-06-22T00:16:23.346Z] Found existing installation: requests 2.26.0 [2022-06-22T00:16:23.346Z] Uninstalling requests-2.26.0: [2022-06-22T00:16:23.346Z] Successfully uninstalled requests-2.26.0 [2022-06-22T00:16:23.346Z] Removing intermediate container 01e479cdcc49 [2022-06-22T00:16:23.346Z] ---> e3d2ac51780e [2022-06-22T00:16:23.346Z] Step 21/23 : LABEL arch=arm64 [2022-06-22T00:16:23.634Z] ---> Running in d46d92c998a0 [2022-06-22T00:16:23.911Z] Running setup.py install for texttable: started [2022-06-22T00:16:24.187Z] Removing intermediate container d46d92c998a0 [2022-06-22T00:16:24.187Z] ---> 806e684a210b [2022-06-22T00:16:24.187Z] Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:16:24.472Z] ---> Running in 6b598de33e5a [2022-06-22T00:16:24.756Z] Removing intermediate container 6b598de33e5a [2022-06-22T00:16:24.756Z] ---> faf86ec5afdf [2022-06-22T00:16:25.030Z] Step 23/23 : LABEL version=0.0.0 [2022-06-22T00:16:25.030Z] ---> Running in 6220d0e4bd42 [2022-06-22T00:16:25.639Z] Removing intermediate container 6220d0e4bd42 [2022-06-22T00:16:25.639Z] ---> 2969e760d3a5 [2022-06-22T00:16:25.639Z] [2022-06-22T00:16:26.248Z] Successfully built 2969e760d3a5 [2022-06-22T00:16:26.248Z] Successfully tagged core-data-arm64:latest [2022-06-22T00:16:26.248Z] Building support-scheduler [2022-06-22T00:16:26.248Z]  Building core-data ... done  Running setup.py install for texttable: finished with status 'done' [2022-06-22T00:16:26.248Z] Running setup.py install for PyYAML: started [2022-06-22T00:16:29.193Z] Running setup.py install for PyYAML: finished with status 'done' [2022-06-22T00:16:29.795Z] Running setup.py install for docopt: started [2022-06-22T00:16:32.435Z] Running setup.py install for docopt: finished with status 'done' [2022-06-22T00:16:32.435Z] Running setup.py install for dockerpty: started [2022-06-22T00:16:33.441Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:16:33.441Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:16:33.441Z] ---> 0ba88676fdb8 [2022-06-22T00:16:33.441Z] Step 3/26 : WORKDIR /edgex-go [2022-06-22T00:16:33.441Z] ---> Using cache [2022-06-22T00:16:33.441Z] ---> a61f01e8d89f [2022-06-22T00:16:33.733Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:16:33.733Z] ---> Using cache [2022-06-22T00:16:33.733Z] ---> 13d952f96efe [2022-06-22T00:16:33.733Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-06-22T00:16:33.733Z] ---> Running in f8c8f0c6daa1 [2022-06-22T00:16:35.197Z] Running setup.py install for dockerpty: finished with status 'done' [2022-06-22T00:16:35.801Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:16:36.793Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:16:37.072Z] 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-06-22T00:16:38.059Z] OK: 220 MiB in 52 packages [2022-06-22T00:16:40.080Z] Removing intermediate container f8c8f0c6daa1 [2022-06-22T00:16:40.080Z] ---> 540187274853 [2022-06-22T00:16:40.080Z] Step 6/26 : COPY go.mod vendor* ./ [2022-06-22T00:16:41.531Z] ---> 10a3d07e798b [2022-06-22T00:16:41.531Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:16:41.807Z] ---> Running in cd513e2376d9 [2022-06-22T00:16:48.550Z] Removing intermediate container cd513e2376d9 [2022-06-22T00:16:48.550Z] ---> 2a1cb242a5f4 [2022-06-22T00:16:48.550Z] Step 8/26 : COPY . . [2022-06-22T00:16:56.864Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:16:56.864Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:16:56.864Z] ---> 0ba88676fdb8 [2022-06-22T00:16:56.864Z] Step 3/25 : WORKDIR /edgex-go [2022-06-22T00:16:56.864Z] ---> Using cache [2022-06-22T00:16:56.864Z] ---> a61f01e8d89f [2022-06-22T00:16:56.864Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:16:56.864Z] ---> Using cache [2022-06-22T00:16:56.864Z] ---> 13d952f96efe [2022-06-22T00:16:56.864Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-06-22T00:16:56.864Z] ---> Using cache [2022-06-22T00:16:56.864Z] ---> 540187274853 [2022-06-22T00:16:56.864Z] Step 6/25 : COPY go.mod vendor* ./ [2022-06-22T00:16:56.864Z] ---> Using cache [2022-06-22T00:16:56.864Z] ---> 10a3d07e798b [2022-06-22T00:16:56.864Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:16:56.864Z] ---> Using cache [2022-06-22T00:16:56.864Z] ---> 2a1cb242a5f4 [2022-06-22T00:16:56.864Z] Step 8/25 : COPY . . [2022-06-22T00:17:00.293Z] Removing intermediate container b87dd1aac954 [2022-06-22T00:17:00.294Z] ---> 3c916696fbe5 [2022-06-22T00:17:00.294Z] Step 14/23 : ENV APP_PORT=58890 [2022-06-22T00:17:00.908Z] ---> Running in 1c5fcb647ce0 [2022-06-22T00:17:02.366Z] Removing intermediate container 1c5fcb647ce0 [2022-06-22T00:17:02.366Z] ---> e14664ed83f6 [2022-06-22T00:17:02.366Z] Step 15/23 : EXPOSE $APP_PORT [2022-06-22T00:17:02.366Z] ---> Running in 44afb24121e3 [2022-06-22T00:17:02.976Z] Removing intermediate container 44afb24121e3 [2022-06-22T00:17:02.976Z] ---> ea729c6207e9 [2022-06-22T00:17:02.976Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-06-22T00:17:06.393Z] ---> 92a240f26454 [2022-06-22T00:17:06.393Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-06-22T00:17:07.830Z] ---> 7109bc4d87f3 [2022-06-22T00:17:07.830Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-06-22T00:17:08.108Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:17:08.108Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:17:08.108Z] ---> 0ba88676fdb8 [2022-06-22T00:17:08.108Z] Step 3/22 : WORKDIR /edgex-go [2022-06-22T00:17:08.108Z] ---> Using cache [2022-06-22T00:17:08.108Z] ---> a61f01e8d89f [2022-06-22T00:17:08.108Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:17:08.108Z] ---> Using cache [2022-06-22T00:17:08.108Z] ---> 13d952f96efe [2022-06-22T00:17:08.108Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-22T00:17:08.108Z] ---> Running in e05a2e5d3ed4 [2022-06-22T00:17:10.118Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:10.721Z] ---> a700dc202e88 [2022-06-22T00:17:10.721Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-06-22T00:17:10.721Z] ---> Running in 10f70172ed93 [2022-06-22T00:17:10.997Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:11.615Z] Removing intermediate container 10f70172ed93 [2022-06-22T00:17:11.615Z] ---> 0006de89dd29 [2022-06-22T00:17:11.615Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-22T00:17:11.615Z] ---> Running in 43d94b385860 [2022-06-22T00:17:12.229Z] OK: 220 MiB in 52 packages [2022-06-22T00:17:12.512Z] Removing intermediate container 43d94b385860 [2022-06-22T00:17:12.512Z] ---> 5919846b4177 [2022-06-22T00:17:12.512Z] Step 21/23 : LABEL arch=arm64 [2022-06-22T00:17:12.512Z] ---> Running in 9db8a32634fa [2022-06-22T00:17:13.529Z] Removing intermediate container 9db8a32634fa [2022-06-22T00:17:13.529Z] ---> 50adabaa3c5b [2022-06-22T00:17:13.529Z] Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:17:13.529Z] Removing intermediate container e05a2e5d3ed4 [2022-06-22T00:17:13.529Z] ---> 1a864d00f963 [2022-06-22T00:17:13.529Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-22T00:17:13.807Z] ---> Running in 0a0dbec66e3d [2022-06-22T00:17:14.807Z] Removing intermediate container 0a0dbec66e3d [2022-06-22T00:17:14.807Z] ---> ef5307246837 [2022-06-22T00:17:14.807Z] Step 23/23 : LABEL version=0.0.0 [2022-06-22T00:17:14.807Z] ---> Running in 554bc15c6457 [2022-06-22T00:17:14.807Z] ---> d59f17314b89 [2022-06-22T00:17:14.807Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:17:15.082Z] ---> Running in 87640e02b18d [2022-06-22T00:17:15.358Z] Removing intermediate container 554bc15c6457 [2022-06-22T00:17:15.358Z] ---> f6a55026bd93 [2022-06-22T00:17:15.358Z] [2022-06-22T00:17:16.344Z] Successfully built f6a55026bd93 [2022-06-22T00:17:16.344Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-06-22T00:17:16.344Z]  Building sys-mgmt-agent ... done Building support-notifications [2022-06-22T00:17:20.670Z] Removing intermediate container 87640e02b18d [2022-06-22T00:17:20.670Z] ---> b5738162c5ca [2022-06-22T00:17:20.670Z] Step 8/22 : COPY . . [2022-06-22T00:17:27.398Z] Removing intermediate container df50b89d63ac [2022-06-22T00:17:27.398Z] ---> 3a8950ca975c [2022-06-22T00:17:27.398Z] [2022-06-22T00:17:27.398Z] Step 9/20 : FROM alpine:3.15 [2022-06-22T00:17:27.399Z] ---> 3fb3c9af89a9 [2022-06-22T00:17:27.399Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-22T00:17:27.399Z] ---> Using cache [2022-06-22T00:17:27.399Z] ---> 9b20f50a3af2 [2022-06-22T00:17:27.399Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:17:27.399Z] ---> Using cache [2022-06-22T00:17:27.399Z] ---> c2652b666986 [2022-06-22T00:17:27.399Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-06-22T00:17:27.399Z] ---> 1792cbd26529 [2022-06-22T00:17:27.399Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-06-22T00:17:27.399Z] ---> Running in af97d5dc98cb [2022-06-22T00:17:27.399Z] ---> Running in fc366e294bbd [2022-06-22T00:17:28.402Z] Removing intermediate container af97d5dc98cb [2022-06-22T00:17:28.402Z] ---> cd2620865b24 [2022-06-22T00:17:28.402Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-06-22T00:17:28.693Z] ---> Running in 204598da6f94 [2022-06-22T00:17:28.979Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:29.260Z] Removing intermediate container 204598da6f94 [2022-06-22T00:17:29.260Z] ---> 54c2f04ecc2f [2022-06-22T00:17:29.260Z] 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-06-22T00:17:29.260Z] ---> Running in caf64f2e6cc0 [2022-06-22T00:17:30.249Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:31.246Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-22T00:17:31.246Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-22T00:17:31.246Z] OK: 15736 distinct packages available [2022-06-22T00:17:31.517Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:32.142Z] Removing intermediate container caf64f2e6cc0 [2022-06-22T00:17:32.142Z] ---> bcfce10b9ba5 [2022-06-22T00:17:32.142Z] Step 12/26 : WORKDIR /edgex-go [2022-06-22T00:17:32.419Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:32.419Z] ---> Running in 0002e3e4afbf [2022-06-22T00:17:33.016Z] ---> 0e0df7c93d3d [2022-06-22T00:17:33.016Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-06-22T00:17:33.291Z] ---> Running in 5bbcf5688476 [2022-06-22T00:17:33.291Z] Removing intermediate container 0002e3e4afbf [2022-06-22T00:17:33.291Z] ---> 63b41d480f1a [2022-06-22T00:17:33.291Z] [2022-06-22T00:17:33.291Z] Step 13/26 : FROM alpine:3.15 [2022-06-22T00:17:33.291Z] ---> 3fb3c9af89a9 [2022-06-22T00:17:33.291Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-22T00:17:33.291Z] ---> Using cache [2022-06-22T00:17:33.291Z] ---> 9b20f50a3af2 [2022-06-22T00:17:33.291Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:17:33.291Z] ---> Using cache [2022-06-22T00:17:33.291Z] ---> c2652b666986 [2022-06-22T00:17:33.291Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-06-22T00:17:33.291Z] (1/9) Installing ca-certificates (20211220-r0) [2022-06-22T00:17:33.565Z] ---> Running in b1d74866cf55 [2022-06-22T00:17:33.565Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-06-22T00:17:33.565Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-06-22T00:17:33.859Z] (4/9) Installing libcurl (7.80.0-r1) [2022-06-22T00:17:33.859Z] (5/9) Installing curl (7.80.0-r1) [2022-06-22T00:17:33.859Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-06-22T00:17:34.129Z] Removing intermediate container 5bbcf5688476 [2022-06-22T00:17:34.129Z] ---> 9a98f1b79cac [2022-06-22T00:17:34.129Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-06-22T00:17:34.129Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-06-22T00:17:34.129Z] ---> Running in 63ffc6073c54 [2022-06-22T00:17:34.129Z] (8/9) Installing libucontext (1.1-r0) [2022-06-22T00:17:34.129Z] (9/9) Installing gcompat (1.0.0-r4) [2022-06-22T00:17:34.406Z] Executing busybox-1.34.1-r5.trigger [2022-06-22T00:17:34.406Z] Executing ca-certificates-20211220-r0.trigger [2022-06-22T00:17:34.684Z] OK: 8 MiB in 23 packages [2022-06-22T00:17:34.959Z] Removing intermediate container 63ffc6073c54 [2022-06-22T00:17:34.959Z] ---> 157709ab2cef [2022-06-22T00:17:34.959Z] 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-06-22T00:17:35.235Z] ---> Running in c2fb302a2adc [2022-06-22T00:17:35.235Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:36.217Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:37.666Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-22T00:17:37.666Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-22T00:17:37.666Z] OK: 15736 distinct packages available [2022-06-22T00:17:37.666Z] Removing intermediate container fc366e294bbd [2022-06-22T00:17:37.666Z] ---> 900650ab4cec [2022-06-22T00:17:37.666Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-22T00:17:37.666Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:38.265Z] Removing intermediate container c2fb302a2adc [2022-06-22T00:17:38.265Z] ---> 8b89ebbdebfc [2022-06-22T00:17:38.265Z] Step 12/25 : WORKDIR /edgex-go [2022-06-22T00:17:38.265Z] ---> Running in f1d3a5ca81ea [2022-06-22T00:17:38.541Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:38.825Z] ---> cbeaaeb996d1 [2022-06-22T00:17:38.825Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-06-22T00:17:39.105Z] Removing intermediate container f1d3a5ca81ea [2022-06-22T00:17:39.105Z] ---> 9ab52c98623c [2022-06-22T00:17:39.105Z] [2022-06-22T00:17:39.105Z] Step 13/25 : FROM alpine:3.15 [2022-06-22T00:17:39.105Z] ---> 3fb3c9af89a9 [2022-06-22T00:17:39.105Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-22T00:17:39.105Z] ---> Using cache [2022-06-22T00:17:39.105Z] ---> 9b20f50a3af2 [2022-06-22T00:17:39.105Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:17:39.105Z] ---> Using cache [2022-06-22T00:17:39.105Z] ---> c2652b666986 [2022-06-22T00:17:39.105Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-06-22T00:17:39.375Z] ---> Running in b741d79017f2 [2022-06-22T00:17:39.646Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-06-22T00:17:39.646Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-06-22T00:17:39.646Z] (3/5) Installing libucontext (1.1-r0) [2022-06-22T00:17:39.928Z] (4/5) Installing gcompat (1.0.0-r4) [2022-06-22T00:17:39.928Z] (5/5) Installing openssl (1.1.1o-r0) [2022-06-22T00:17:39.928Z] Executing busybox-1.34.1-r5.trigger [2022-06-22T00:17:39.928Z] OK: 6 MiB in 19 packages [2022-06-22T00:17:41.049Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:41.813Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:17:41.813Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:17:41.813Z] ---> 0ba88676fdb8 [2022-06-22T00:17:41.813Z] Step 3/22 : WORKDIR /edgex-go [2022-06-22T00:17:41.813Z] ---> Using cache [2022-06-22T00:17:41.813Z] ---> a61f01e8d89f [2022-06-22T00:17:41.813Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:17:41.813Z] ---> Using cache [2022-06-22T00:17:41.813Z] ---> 13d952f96efe [2022-06-22T00:17:41.813Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-06-22T00:17:41.813Z] ---> Running in ec48b884cbec [2022-06-22T00:17:42.153Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:42.153Z] Removing intermediate container b1d74866cf55 [2022-06-22T00:17:42.153Z] ---> aca09d75c686 [2022-06-22T00:17:42.153Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-06-22T00:17:42.554Z] ---> 3a12dcaaeea6 [2022-06-22T00:17:42.554Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-06-22T00:17:43.232Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-22T00:17:43.232Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-22T00:17:43.232Z] OK: 15736 distinct packages available [2022-06-22T00:17:43.512Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:44.111Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:44.389Z] ---> 7b9439491cb2 [2022-06-22T00:17:44.389Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-06-22T00:17:44.389Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:44.389Z] ---> Running in 41c4be7bdb59 [2022-06-22T00:17:44.989Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:17:44.989Z] Removing intermediate container 41c4be7bdb59 [2022-06-22T00:17:44.989Z] ---> 76df6be52253 [2022-06-22T00:17:44.989Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-22T00:17:44.989Z] ---> Running in 0691b731d567 [2022-06-22T00:17:45.264Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-06-22T00:17:45.561Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-06-22T00:17:45.561Z] (3/5) Installing libucontext (1.1-r0) [2022-06-22T00:17:45.561Z] (4/5) Installing gcompat (1.0.0-r4) [2022-06-22T00:17:45.845Z] (5/5) Installing openssl (1.1.1o-r0) [2022-06-22T00:17:45.845Z] Removing intermediate container 0691b731d567 [2022-06-22T00:17:45.845Z] ---> 33dddb42a8e5 [2022-06-22T00:17:45.845Z] Step 18/20 : LABEL arch=arm64 [2022-06-22T00:17:45.845Z] Executing busybox-1.34.1-r5.trigger [2022-06-22T00:17:45.845Z] OK: 220 MiB in 52 packages [2022-06-22T00:17:45.845Z] OK: 6 MiB in 19 packages [2022-06-22T00:17:46.122Z] ---> Running in 01ddc4df8b32 [2022-06-22T00:17:46.753Z] Removing intermediate container 01ddc4df8b32 [2022-06-22T00:17:46.753Z] ---> 7cf356f8a0a7 [2022-06-22T00:17:46.753Z] Step 19/20 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:17:47.027Z] ---> Running in 0d7b1b5ed628 [2022-06-22T00:17:47.298Z] Removing intermediate container ec48b884cbec [2022-06-22T00:17:47.298Z] ---> 75a1c0e34bf1 [2022-06-22T00:17:47.298Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-22T00:17:47.570Z] Removing intermediate container 0d7b1b5ed628 [2022-06-22T00:17:47.570Z] ---> 5a716be5734f [2022-06-22T00:17:47.570Z] Step 20/20 : LABEL version=0.0.0 [2022-06-22T00:17:47.570Z] ---> 7ba9f909dca1 [2022-06-22T00:17:47.570Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-06-22T00:17:47.570Z] ---> Running in 321ef8584362 [2022-06-22T00:17:47.847Z] Removing intermediate container b741d79017f2 [2022-06-22T00:17:47.847Z] ---> 08c4283dc061 [2022-06-22T00:17:47.847Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-06-22T00:17:48.458Z] Removing intermediate container 321ef8584362 [2022-06-22T00:17:48.458Z] ---> e6d95912c415 [2022-06-22T00:17:48.458Z] [2022-06-22T00:17:48.458Z] ---> 07ff88306e69 [2022-06-22T00:17:48.458Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:17:48.458Z] ---> Running in 7a81291613c8 [2022-06-22T00:17:49.070Z] Successfully built e6d95912c415 [2022-06-22T00:17:49.347Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-06-22T00:17:49.347Z]  Building security-spiffe-token-provider ... done Building core-command [2022-06-22T00:17:54.768Z] Removing intermediate container 7a81291613c8 [2022-06-22T00:17:54.768Z] ---> fe5a27ed4ede [2022-06-22T00:17:54.768Z] Step 8/22 : COPY . . [2022-06-22T00:17:55.752Z] ---> ae28ae6b1e55 [2022-06-22T00:17:55.752Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-06-22T00:17:55.752Z] ---> Running in 138159d8444e [2022-06-22T00:17:55.752Z] ---> 5e6b03b9a4af [2022-06-22T00:17:55.752Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-06-22T00:17:56.351Z] ---> 5c5900034de9 [2022-06-22T00:17:56.351Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-06-22T00:17:57.330Z] 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-06-22T00:17:57.330Z] ---> 91ee778b12c7 [2022-06-22T00:17:57.330Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-06-22T00:17:57.632Z] ---> f7f0a0e7c043 [2022-06-22T00:17:57.632Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-06-22T00:17:59.099Z] ---> 9927edabc822 [2022-06-22T00:17:59.099Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-06-22T00:17:59.099Z] ---> dfdf2a7cabee [2022-06-22T00:17:59.099Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-06-22T00:18:00.562Z] ---> c731d266dcd5 [2022-06-22T00:18:00.562Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-22T00:18:00.562Z] ---> Running in 78d1c1f233de [2022-06-22T00:18:01.197Z] ---> 904280c3c083 [2022-06-22T00:18:01.197Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-22T00:18:01.483Z] ---> Running in c0530948a2fb [2022-06-22T00:18:01.774Z] Removing intermediate container 78d1c1f233de [2022-06-22T00:18:01.774Z] ---> f62e60b4379d [2022-06-22T00:18:01.774Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-22T00:18:02.050Z] ---> Running in d674857edadb [2022-06-22T00:18:02.328Z] Removing intermediate container c0530948a2fb [2022-06-22T00:18:02.328Z] ---> ec4b5b43767b [2022-06-22T00:18:02.328Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-22T00:18:02.932Z] ---> Running in 4f9835f3cc45 [2022-06-22T00:18:02.932Z] Removing intermediate container d674857edadb [2022-06-22T00:18:02.932Z] ---> 5c0b7a5db404 [2022-06-22T00:18:02.932Z] Step 23/25 : LABEL arch=arm64 [2022-06-22T00:18:02.932Z] ---> Running in 81b2f6dc86c2 [2022-06-22T00:18:03.954Z] Removing intermediate container 81b2f6dc86c2 [2022-06-22T00:18:03.954Z] ---> dca61649e646 [2022-06-22T00:18:03.954Z] Step 24/25 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:18:03.954Z] Removing intermediate container 4f9835f3cc45 [2022-06-22T00:18:03.954Z] ---> 1a0094f547e1 [2022-06-22T00:18:03.954Z] Step 24/26 : LABEL arch=arm64 [2022-06-22T00:18:04.232Z] ---> Running in 0fc4f2f1cc4f [2022-06-22T00:18:04.232Z] ---> Running in 765823e059fd [2022-06-22T00:18:04.850Z] Removing intermediate container 765823e059fd [2022-06-22T00:18:04.850Z] ---> daff89019a4a [2022-06-22T00:18:04.850Z] Step 25/26 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:18:04.850Z] Removing intermediate container 0fc4f2f1cc4f [2022-06-22T00:18:04.850Z] ---> 44216bdc1735 [2022-06-22T00:18:04.850Z] Step 25/25 : LABEL version=0.0.0 [2022-06-22T00:18:05.130Z] ---> Running in f744ce5f8757 [2022-06-22T00:18:05.130Z] ---> Running in 4b7863226ae9 [2022-06-22T00:18:05.757Z] Removing intermediate container f744ce5f8757 [2022-06-22T00:18:05.757Z] ---> ede57dfebe64 [2022-06-22T00:18:05.757Z] Step 26/26 : LABEL version=0.0.0 [2022-06-22T00:18:06.037Z] Removing intermediate container 4b7863226ae9 [2022-06-22T00:18:06.037Z] ---> 914d86af0c71 [2022-06-22T00:18:06.037Z] [2022-06-22T00:18:06.037Z] ---> Running in 6d5e58da526c [2022-06-22T00:18:06.641Z] Removing intermediate container 6d5e58da526c [2022-06-22T00:18:06.641Z] ---> 3e5c556bd040 [2022-06-22T00:18:06.641Z] [2022-06-22T00:18:06.931Z] Successfully built 914d86af0c71 [2022-06-22T00:18:06.931Z] Successfully tagged security-spire-server-arm64:latest [2022-06-22T00:18:06.931Z]  Building security-spire-server ... done Building security-proxy-setup [2022-06-22T00:18:07.217Z] Successfully built 3e5c556bd040 [2022-06-22T00:18:07.217Z] Successfully tagged security-spire-agent-arm64:latest [2022-06-22T00:18:07.217Z]  Building security-spire-agent ... done Building core-metadata [2022-06-22T00:18:19.673Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:18:19.673Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:18:19.673Z] ---> 0ba88676fdb8 [2022-06-22T00:18:19.673Z] Step 3/23 : WORKDIR /edgex-go [2022-06-22T00:18:19.673Z] ---> Using cache [2022-06-22T00:18:19.674Z] ---> a61f01e8d89f [2022-06-22T00:18:19.674Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:18:19.674Z] ---> Using cache [2022-06-22T00:18:19.674Z] ---> 13d952f96efe [2022-06-22T00:18:19.674Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-22T00:18:19.674Z] ---> Using cache [2022-06-22T00:18:19.674Z] ---> 1a864d00f963 [2022-06-22T00:18:19.674Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-22T00:18:19.674Z] ---> Using cache [2022-06-22T00:18:19.674Z] ---> d59f17314b89 [2022-06-22T00:18:19.674Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:18:19.674Z] ---> Using cache [2022-06-22T00:18:19.674Z] ---> b5738162c5ca [2022-06-22T00:18:19.674Z] Step 8/23 : COPY . . [2022-06-22T00:18:19.674Z] ---> Using cache [2022-06-22T00:18:19.674Z] ---> ae28ae6b1e55 [2022-06-22T00:18:19.674Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-06-22T00:18:21.130Z] ---> Running in fd92e1ef4a17 [2022-06-22T00:18:23.153Z] 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-06-22T00:18:23.766Z] ---> 7bd58567ad90 [2022-06-22T00:18:23.766Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-06-22T00:18:23.766Z] ---> Running in 116e6d3d00e1 [2022-06-22T00:18:25.778Z] 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-06-22T00:18:58.253Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:18:58.253Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:18:58.253Z] ---> 0ba88676fdb8 [2022-06-22T00:18:58.253Z] Step 3/23 : WORKDIR /edgex-go [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> a61f01e8d89f [2022-06-22T00:18:58.253Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> 13d952f96efe [2022-06-22T00:18:58.253Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> 1a864d00f963 [2022-06-22T00:18:58.253Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> d59f17314b89 [2022-06-22T00:18:58.253Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> b5738162c5ca [2022-06-22T00:18:58.253Z] Step 8/23 : COPY . . [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> ae28ae6b1e55 [2022-06-22T00:18:58.253Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-06-22T00:18:58.253Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-22T00:18:58.253Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-22T00:18:58.253Z] ---> 0ba88676fdb8 [2022-06-22T00:18:58.253Z] Step 3/22 : WORKDIR /edgex-go [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> a61f01e8d89f [2022-06-22T00:18:58.253Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> 13d952f96efe [2022-06-22T00:18:58.253Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> 1a864d00f963 [2022-06-22T00:18:58.253Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> d59f17314b89 [2022-06-22T00:18:58.253Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> b5738162c5ca [2022-06-22T00:18:58.253Z] Step 8/22 : COPY . . [2022-06-22T00:18:58.253Z] ---> Using cache [2022-06-22T00:18:58.253Z] ---> ae28ae6b1e55 [2022-06-22T00:18:58.253Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-06-22T00:18:58.253Z] ---> Running in 2c863cff7374 [2022-06-22T00:18:58.253Z] ---> Running in 089528fd4eaa [2022-06-22T00:18:59.246Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-22T00:18:59.521Z] 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-06-22T00:22:51.671Z] Removing intermediate container fd92e1ef4a17 [2022-06-22T00:22:51.671Z] ---> dc27d4b12869 [2022-06-22T00:22:51.671Z] [2022-06-22T00:22:51.671Z] Step 10/23 : FROM alpine:3.14 [2022-06-22T00:22:51.671Z] ---> ac73e934f311 [2022-06-22T00:22:51.671Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-06-22T00:22:51.671Z] ---> Running in fcae5387aa91 [2022-06-22T00:22:51.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:22:51.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:22:51.671Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-22T00:22:51.671Z] Executing busybox-1.33.1-r7.trigger [2022-06-22T00:22:51.671Z] OK: 5 MiB in 15 packages [2022-06-22T00:22:51.671Z] Removing intermediate container fcae5387aa91 [2022-06-22T00:22:51.671Z] ---> 23f2cd28ae75 [2022-06-22T00:22:51.671Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-22T00:22:51.671Z] ---> Running in c215c61effb3 [2022-06-22T00:22:51.671Z] Removing intermediate container c215c61effb3 [2022-06-22T00:22:51.671Z] ---> 844d2a6f42c4 [2022-06-22T00:22:51.671Z] Step 13/23 : ENV APP_PORT=59882 [2022-06-22T00:22:51.671Z] ---> Running in c3eb54274f59 [2022-06-22T00:22:51.671Z] Removing intermediate container c3eb54274f59 [2022-06-22T00:22:51.671Z] ---> 2de98ae5050e [2022-06-22T00:22:51.671Z] Step 14/23 : EXPOSE $APP_PORT [2022-06-22T00:22:51.671Z] ---> Running in 3da54b06b53d [2022-06-22T00:22:51.671Z] Removing intermediate container 3da54b06b53d [2022-06-22T00:22:51.671Z] ---> d0124368b325 [2022-06-22T00:22:51.671Z] Step 15/23 : WORKDIR / [2022-06-22T00:22:51.671Z] ---> Running in d16f5bae9960 [2022-06-22T00:22:51.671Z] Removing intermediate container d16f5bae9960 [2022-06-22T00:22:51.671Z] ---> a26208a22c75 [2022-06-22T00:22:51.671Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-22T00:22:52.283Z] ---> fb5d32750791 [2022-06-22T00:22:52.283Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-06-22T00:22:54.033Z] ---> 2a1da84c8b8b [2022-06-22T00:22:54.033Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-06-22T00:22:55.106Z] ---> a7915094db25 [2022-06-22T00:22:55.106Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-06-22T00:22:55.389Z] ---> Running in e5ab2adcc5b3 [2022-06-22T00:22:56.050Z] Removing intermediate container e5ab2adcc5b3 [2022-06-22T00:22:56.050Z] ---> 65cc36c7111b [2022-06-22T00:22:56.050Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-22T00:22:56.050Z] ---> Running in 136caade057f [2022-06-22T00:22:56.685Z] Removing intermediate container 136caade057f [2022-06-22T00:22:56.685Z] ---> 250b963d6f75 [2022-06-22T00:22:56.685Z] Step 21/23 : LABEL arch=arm64 [2022-06-22T00:22:56.685Z] ---> Running in a4a9fe9f8ca9 [2022-06-22T00:22:57.289Z] Removing intermediate container a4a9fe9f8ca9 [2022-06-22T00:22:57.289Z] ---> fb99fa3a5fa3 [2022-06-22T00:22:57.289Z] Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:22:57.289Z] ---> Running in 80096366bd4f [2022-06-22T00:22:57.896Z] Removing intermediate container 80096366bd4f [2022-06-22T00:22:57.896Z] ---> b870d4aa879c [2022-06-22T00:22:57.896Z] Step 23/23 : LABEL version=0.0.0 [2022-06-22T00:22:58.177Z] ---> Running in 51417bf1556f [2022-06-22T00:22:58.783Z] Removing intermediate container 51417bf1556f [2022-06-22T00:22:58.783Z] ---> 12ac337008f9 [2022-06-22T00:22:58.783Z] [2022-06-22T00:22:59.387Z] Successfully built 12ac337008f9 [2022-06-22T00:22:59.387Z] Successfully tagged core-command-arm64:latest [2022-06-22T00:23:17.723Z]  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/secrets-config ./cmd/secrets-config [2022-06-22T00:23:32.844Z] Removing intermediate container 089528fd4eaa [2022-06-22T00:23:32.844Z] ---> 9bf7c8e399e5 [2022-06-22T00:23:32.844Z] [2022-06-22T00:23:32.844Z] Step 10/22 : FROM alpine:3.14 [2022-06-22T00:23:32.844Z] ---> ac73e934f311 [2022-06-22T00:23:32.844Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-06-22T00:23:32.844Z] ---> Running in 0896ef7e8601 [2022-06-22T00:23:34.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:23:35.124Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:23:36.577Z] (1/6) Installing ca-certificates (20211220-r0) [2022-06-22T00:23:36.577Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-06-22T00:23:36.577Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-06-22T00:23:36.577Z] (4/6) Installing libcurl (7.79.1-r1) [2022-06-22T00:23:36.577Z] (5/6) Installing curl (7.79.1-r1) [2022-06-22T00:23:36.577Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-06-22T00:23:36.577Z] Executing busybox-1.33.1-r7.trigger [2022-06-22T00:23:36.577Z] Executing ca-certificates-20211220-r0.trigger [2022-06-22T00:23:36.859Z] OK: 8 MiB in 20 packages [2022-06-22T00:23:40.271Z] Removing intermediate container 0896ef7e8601 [2022-06-22T00:23:40.271Z] ---> f61d13d81f76 [2022-06-22T00:23:40.271Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-22T00:23:40.874Z] ---> Running in fbb14b38853e [2022-06-22T00:23:41.479Z] Removing intermediate container fbb14b38853e [2022-06-22T00:23:41.479Z] ---> dd206de8d4d4 [2022-06-22T00:23:41.479Z] Step 13/22 : WORKDIR /edgex [2022-06-22T00:23:41.759Z] ---> Running in 9e720a57c19b [2022-06-22T00:23:42.366Z] Removing intermediate container 2c863cff7374 [2022-06-22T00:23:42.366Z] ---> c84f9fa04cb0 [2022-06-22T00:23:42.366Z] [2022-06-22T00:23:42.366Z] Step 10/23 : FROM alpine:3.14 [2022-06-22T00:23:42.366Z] ---> ac73e934f311 [2022-06-22T00:23:42.366Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-06-22T00:23:42.366Z] ---> Using cache [2022-06-22T00:23:42.366Z] ---> 23f2cd28ae75 [2022-06-22T00:23:42.366Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-22T00:23:42.366Z] ---> Using cache [2022-06-22T00:23:42.366Z] ---> 844d2a6f42c4 [2022-06-22T00:23:42.366Z] Step 13/23 : ENV APP_PORT=59881 [2022-06-22T00:23:42.366Z] Removing intermediate container 9e720a57c19b [2022-06-22T00:23:42.366Z] ---> 30b64a26eca8 [2022-06-22T00:23:42.366Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-06-22T00:23:42.366Z] ---> Running in 2c156ad9a156 [2022-06-22T00:23:42.972Z] Removing intermediate container 2c156ad9a156 [2022-06-22T00:23:42.972Z] ---> 86635b504f9b [2022-06-22T00:23:42.972Z] Step 14/23 : EXPOSE $APP_PORT [2022-06-22T00:23:43.247Z] ---> Running in 3995347c59a1 [2022-06-22T00:23:43.523Z] ---> d968f4b0a8eb [2022-06-22T00:23:43.523Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-06-22T00:23:43.805Z] Removing intermediate container 3995347c59a1 [2022-06-22T00:23:43.805Z] ---> 3cec38ee7373 [2022-06-22T00:23:43.805Z] Step 15/23 : WORKDIR / [2022-06-22T00:23:44.090Z] ---> Running in fca7d2948270 [2022-06-22T00:23:45.084Z] Removing intermediate container fca7d2948270 [2022-06-22T00:23:45.084Z] ---> 046cec5aaadb [2022-06-22T00:23:45.084Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-22T00:23:45.697Z] ---> 752eb998fdf5 [2022-06-22T00:23:45.697Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-06-22T00:23:46.706Z] ---> 9288d4e92505 [2022-06-22T00:23:46.706Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-06-22T00:23:48.160Z] ---> 691689de1d34 [2022-06-22T00:23:48.160Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-06-22T00:23:48.770Z] ---> e8fd14d8d9de [2022-06-22T00:23:48.770Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-06-22T00:23:49.385Z] ---> fa847c2d3e1d [2022-06-22T00:23:49.385Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-06-22T00:23:49.385Z] ---> Running in 0ecf213fcc1d [2022-06-22T00:23:49.992Z] ---> b9036c15dd9e [2022-06-22T00:23:49.992Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-06-22T00:23:50.269Z] ---> Running in 73d30c13b5ed [2022-06-22T00:23:50.894Z] Removing intermediate container 73d30c13b5ed [2022-06-22T00:23:50.894Z] ---> d45918065832 [2022-06-22T00:23:50.894Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-22T00:23:51.185Z] ---> Running in fb42d1521e85 [2022-06-22T00:23:51.465Z] Removing intermediate container fb42d1521e85 [2022-06-22T00:23:51.465Z] ---> 210225fc2309 [2022-06-22T00:23:51.465Z] Step 21/23 : LABEL arch=arm64 [2022-06-22T00:23:51.746Z] ---> Running in 640b85c64bda [2022-06-22T00:23:52.359Z] Removing intermediate container 640b85c64bda [2022-06-22T00:23:52.359Z] ---> 07ab9d4e7cfe [2022-06-22T00:23:52.359Z] Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:23:52.643Z] ---> Running in af0bdf4be0c3 [2022-06-22T00:23:53.260Z] Removing intermediate container 0ecf213fcc1d [2022-06-22T00:23:53.260Z] ---> a67b18671fd4 [2022-06-22T00:23:53.260Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-06-22T00:23:53.260Z] ---> Running in 9a561f69f457 [2022-06-22T00:23:53.260Z] Removing intermediate container af0bdf4be0c3 [2022-06-22T00:23:53.260Z] ---> c74c9e30f3d1 [2022-06-22T00:23:53.260Z] Step 23/23 : LABEL version=0.0.0 [2022-06-22T00:23:53.545Z] ---> Running in 297872c73ac5 [2022-06-22T00:23:53.825Z] Removing intermediate container 9a561f69f457 [2022-06-22T00:23:53.825Z] ---> fba92975c65d [2022-06-22T00:23:53.825Z] Step 20/22 : LABEL arch=arm64 [2022-06-22T00:23:54.101Z] ---> Running in b56e6a3e2cfe [2022-06-22T00:23:54.101Z] Removing intermediate container 297872c73ac5 [2022-06-22T00:23:54.101Z] ---> cf9bf591bc84 [2022-06-22T00:23:54.101Z] [2022-06-22T00:23:54.703Z] Removing intermediate container b56e6a3e2cfe [2022-06-22T00:23:54.703Z] ---> 3450da3626c3 [2022-06-22T00:23:54.703Z] Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:23:54.703Z] Successfully built cf9bf591bc84 [2022-06-22T00:23:54.703Z] Successfully tagged core-metadata-arm64:latest [2022-06-22T00:23:54.979Z]  Building core-metadata ... done  ---> Running in 4b26090a2a06 [2022-06-22T00:23:55.255Z] Removing intermediate container 4b26090a2a06 [2022-06-22T00:23:55.256Z] ---> 73ea25e39497 [2022-06-22T00:23:55.256Z] Step 22/22 : LABEL version=0.0.0 [2022-06-22T00:23:55.542Z] ---> Running in fcfe99be9ee5 [2022-06-22T00:23:56.144Z] Removing intermediate container fcfe99be9ee5 [2022-06-22T00:23:56.144Z] ---> abedfe12043c [2022-06-22T00:23:56.144Z] [2022-06-22T00:23:56.421Z] Successfully built abedfe12043c [2022-06-22T00:23:56.421Z] Successfully tagged security-proxy-setup-arm64:latest [2022-06-22T00:24:11.547Z]  Building security-proxy-setup ... done Removing intermediate container 138159d8444e [2022-06-22T00:24:11.547Z] ---> 6e2d76e2a472 [2022-06-22T00:24:11.547Z] [2022-06-22T00:24:11.547Z] Step 10/22 : FROM alpine:3.14 [2022-06-22T00:24:11.547Z] ---> ac73e934f311 [2022-06-22T00:24:11.547Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-06-22T00:24:11.547Z] ---> Using cache [2022-06-22T00:24:11.547Z] ---> 23f2cd28ae75 [2022-06-22T00:24:11.547Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-22T00:24:11.547Z] ---> Using cache [2022-06-22T00:24:11.547Z] ---> 844d2a6f42c4 [2022-06-22T00:24:11.547Z] Step 13/22 : ENV APP_PORT=59861 [2022-06-22T00:24:11.547Z] ---> Running in beb8c64e1c46 [2022-06-22T00:24:11.547Z] Removing intermediate container beb8c64e1c46 [2022-06-22T00:24:11.547Z] ---> 48038179c020 [2022-06-22T00:24:11.547Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-22T00:24:11.547Z] ---> Running in 5afee086f086 [2022-06-22T00:24:11.547Z] Removing intermediate container 5afee086f086 [2022-06-22T00:24:11.547Z] ---> 537a06532402 [2022-06-22T00:24:11.547Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-22T00:24:11.547Z] ---> 3c49cd096012 [2022-06-22T00:24:11.547Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-06-22T00:24:12.528Z] ---> de7b91a38ec3 [2022-06-22T00:24:12.528Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-06-22T00:24:13.128Z] ---> 24fb4f6e1a95 [2022-06-22T00:24:13.128Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-06-22T00:24:13.402Z] ---> Running in a64f821365ef [2022-06-22T00:24:13.681Z] Removing intermediate container a64f821365ef [2022-06-22T00:24:13.681Z] ---> e25789c45e36 [2022-06-22T00:24:13.681Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-22T00:24:13.681Z] ---> Running in 9e91da51b8dd [2022-06-22T00:24:14.289Z] Removing intermediate container 9e91da51b8dd [2022-06-22T00:24:14.289Z] ---> 55039182fc8e [2022-06-22T00:24:14.289Z] Step 20/22 : LABEL arch=arm64 [2022-06-22T00:24:14.289Z] ---> Running in 454f0e22fb4e [2022-06-22T00:24:14.585Z] Removing intermediate container 454f0e22fb4e [2022-06-22T00:24:14.585Z] ---> 0e072916ef8e [2022-06-22T00:24:14.585Z] Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:24:14.881Z] ---> Running in 2df7ce065042 [2022-06-22T00:24:15.164Z] Removing intermediate container 2df7ce065042 [2022-06-22T00:24:15.164Z] ---> a5ea296f8361 [2022-06-22T00:24:15.164Z] Step 22/22 : LABEL version=0.0.0 [2022-06-22T00:24:15.434Z] ---> Running in 078eae45d2d7 [2022-06-22T00:24:16.034Z] Removing intermediate container 078eae45d2d7 [2022-06-22T00:24:16.034Z] ---> 5364ee49ce10 [2022-06-22T00:24:16.034Z] [2022-06-22T00:24:16.312Z] Successfully built 5364ee49ce10 [2022-06-22T00:24:16.312Z] Successfully tagged support-scheduler-arm64:latest [2022-06-22T00:24:24.576Z]  Building support-scheduler ... done Removing intermediate container 116e6d3d00e1 [2022-06-22T00:24:24.576Z] ---> d9644cf8a249 [2022-06-22T00:24:24.576Z] [2022-06-22T00:24:24.576Z] Step 10/22 : FROM alpine:3.14 [2022-06-22T00:24:24.576Z] ---> ac73e934f311 [2022-06-22T00:24:24.576Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-06-22T00:24:24.576Z] ---> Running in 21c9e4d8f680 [2022-06-22T00:24:24.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-22T00:24:24.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-22T00:24:25.830Z] (1/2) Installing ca-certificates (20211220-r0) [2022-06-22T00:24:25.830Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-06-22T00:24:25.830Z] Executing busybox-1.33.1-r7.trigger [2022-06-22T00:24:25.830Z] Executing ca-certificates-20211220-r0.trigger [2022-06-22T00:24:25.830Z] OK: 6 MiB in 16 packages [2022-06-22T00:24:27.316Z] Removing intermediate container 21c9e4d8f680 [2022-06-22T00:24:27.316Z] ---> 3202e4ce294f [2022-06-22T00:24:27.316Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-22T00:24:27.316Z] ---> Running in 085676e3aa9d [2022-06-22T00:24:27.610Z] Removing intermediate container 085676e3aa9d [2022-06-22T00:24:27.610Z] ---> 541175cda8bb [2022-06-22T00:24:27.610Z] Step 13/22 : ENV APP_PORT=59860 [2022-06-22T00:24:27.610Z] ---> Running in e673ae478a01 [2022-06-22T00:24:27.914Z] Removing intermediate container e673ae478a01 [2022-06-22T00:24:27.914Z] ---> 76eec2775065 [2022-06-22T00:24:27.914Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-22T00:24:28.198Z] ---> Running in 6352cfd7eacd [2022-06-22T00:24:28.490Z] Removing intermediate container 6352cfd7eacd [2022-06-22T00:24:28.490Z] ---> 9d41a7457baa [2022-06-22T00:24:28.490Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-22T00:24:29.092Z] ---> 210f7a6ad7e5 [2022-06-22T00:24:29.092Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-06-22T00:24:30.527Z] ---> 60bd4bb37777 [2022-06-22T00:24:30.527Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-06-22T00:24:31.125Z] ---> edac0d06adfa [2022-06-22T00:24:31.125Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-06-22T00:24:31.125Z] ---> Running in 04dd0977c1ef [2022-06-22T00:24:31.401Z] Removing intermediate container 04dd0977c1ef [2022-06-22T00:24:31.401Z] ---> 1cf756e39344 [2022-06-22T00:24:31.401Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-22T00:24:31.401Z] ---> Running in 7a64dc4db5cc [2022-06-22T00:24:31.678Z] Removing intermediate container 7a64dc4db5cc [2022-06-22T00:24:31.678Z] ---> a57953df6197 [2022-06-22T00:24:31.678Z] Step 20/22 : LABEL arch=arm64 [2022-06-22T00:24:31.956Z] ---> Running in e9b6d0a47f27 [2022-06-22T00:24:32.233Z] Removing intermediate container e9b6d0a47f27 [2022-06-22T00:24:32.233Z] ---> ccdb19215c0c [2022-06-22T00:24:32.233Z] Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 [2022-06-22T00:24:32.233Z] ---> Running in 68d3212aa625 [2022-06-22T00:24:32.506Z] Removing intermediate container 68d3212aa625 [2022-06-22T00:24:32.506Z] ---> db279d19d925 [2022-06-22T00:24:32.506Z] Step 22/22 : LABEL version=0.0.0 [2022-06-22T00:24:32.778Z] ---> Running in 4b6591a6690e [2022-06-22T00:24:33.052Z] Removing intermediate container 4b6591a6690e [2022-06-22T00:24:33.052Z] ---> 9d060761f408 [2022-06-22T00:24:33.052Z] [2022-06-22T00:24:33.323Z] Successfully built 9d060761f408 [2022-06-22T00:24:33.323Z] Successfully tagged support-notifications-arm64:latest [2022-06-22T00:24:33.936Z]  Building support-notifications ... done  [Pipeline] } [2022-06-22T00:24:33.949Z] $ docker stop --time=1 6d98e401951d7bb1ddf4965353e4eb055c0f112714def88a0697eae9d14dce98 [2022-06-22T00:24:35.667Z] $ docker rm -f 6d98e401951d7bb1ddf4965353e4eb055c0f112714def88a0697eae9d14dce98 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-22T00:24:36.283Z] + docker images [2022-06-22T00:24:36.557Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-06-22T00:24:36.557Z] support-notifications-arm64 latest 9d060761f408 4 seconds ago 25.9MB [2022-06-22T00:24:36.557Z] d9644cf8a249 15 seconds ago 1.49GB [2022-06-22T00:24:36.557Z] support-scheduler-arm64 latest 5364ee49ce10 21 seconds ago 25.4MB [2022-06-22T00:24:36.557Z] 6e2d76e2a472 29 seconds ago 1.49GB [2022-06-22T00:24:36.557Z] security-proxy-setup-arm64 latest abedfe12043c 41 seconds ago 26.1MB [2022-06-22T00:24:36.557Z] core-metadata-arm64 latest cf9bf591bc84 43 seconds ago 16.3MB [2022-06-22T00:24:36.557Z] c84f9fa04cb0 55 seconds ago 1.44GB [2022-06-22T00:24:36.557Z] 9bf7c8e399e5 About a minute ago 1.44GB [2022-06-22T00:24:36.557Z] core-command-arm64 latest 12ac337008f9 About a minute ago 15.5MB [2022-06-22T00:24:36.557Z] dc27d4b12869 About a minute ago 1.43GB [2022-06-22T00:24:36.557Z] security-spire-agent-arm64 latest 3e5c556bd040 6 minutes ago 126MB [2022-06-22T00:24:36.557Z] security-spire-server-arm64 latest 914d86af0c71 6 minutes ago 86.3MB [2022-06-22T00:24:36.557Z] security-spiffe-token-provider-arm64 latest e6d95912c415 6 minutes ago 28.1MB [2022-06-22T00:24:36.557Z] 9ab52c98623c 6 minutes ago 1.34GB [2022-06-22T00:24:36.557Z] 63b41d480f1a 7 minutes ago 1.34GB [2022-06-22T00:24:36.557Z] 3a8950ca975c 7 minutes ago 1.48GB [2022-06-22T00:24:36.557Z] sys-mgmt-agent-arm64 latest f6a55026bd93 7 minutes ago 282MB [2022-06-22T00:24:36.557Z] core-data-arm64 latest 2969e760d3a5 8 minutes ago 21.7MB [2022-06-22T00:24:36.557Z] security-bootstrapper-arm64 latest 4efb98433958 8 minutes ago 18.3MB [2022-06-22T00:24:36.557Z] 17b70fd7ee1a 8 minutes ago 1.46GB [2022-06-22T00:24:36.557Z] security-secretstore-setup-arm64 latest d85c8550cdb7 8 minutes ago 27.5MB [2022-06-22T00:24:36.557Z] a39b209322e8 9 minutes ago 1.44GB [2022-06-22T00:24:36.557Z] 691e9c7d642e 9 minutes ago 1.44GB [2022-06-22T00:24:36.557Z] 3d25cbe474c0 9 minutes ago 1.43GB [2022-06-22T00:24:36.557Z] security-spire-config-arm64 latest 8a0d29adff17 13 minutes ago 85.6MB [2022-06-22T00:24:36.557Z] 339dc2f86bf2 14 minutes ago 1.34GB [2022-06-22T00:24:36.557Z] ci-base-image-arm64 latest 0ba88676fdb8 26 minutes ago 1.01GB [2022-06-22T00:24:36.557Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 819e984ddca1 2 weeks ago 669MB [2022-06-22T00:24:36.557Z] docker 20.10.14 c346e9eafbab 2 months ago 202MB [2022-06-22T00:24:36.557Z] alpine 3.14 ac73e934f311 2 months ago 5.34MB [2022-06-22T00:24:36.557Z] alpine 3.15 3fb3c9af89a9 2 months ago 5.32MB [2022-06-22T00:24:36.557Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 24 months 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-06-22T00:24:37.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-22T00:24:37.356Z] [2022-06-22T00:24:37.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T00:24:37.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-22T00:24:38.040Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-22T00:24:38.040Z] 8998bd30e6a1: Pulling fs layer [2022-06-22T00:24:38.040Z] 04944245beec: Pulling fs layer [2022-06-22T00:24:38.040Z] 699f458cf7ca: Pulling fs layer [2022-06-22T00:24:38.040Z] 765212b225bb: Pulling fs layer [2022-06-22T00:24:38.040Z] f23df028b6ca: Pulling fs layer [2022-06-22T00:24:38.040Z] d65c8cfc05b1: Pulling fs layer [2022-06-22T00:24:38.040Z] 2437ff75d9bd: Pulling fs layer [2022-06-22T00:24:38.040Z] d65c8cfc05b1: Waiting [2022-06-22T00:24:38.040Z] 765212b225bb: Waiting [2022-06-22T00:24:38.040Z] f23df028b6ca: Waiting [2022-06-22T00:24:38.040Z] 2437ff75d9bd: Waiting [2022-06-22T00:24:38.040Z] 04944245beec: Verifying Checksum [2022-06-22T00:24:38.040Z] 04944245beec: Download complete [2022-06-22T00:24:38.040Z] 765212b225bb: Verifying Checksum [2022-06-22T00:24:38.040Z] 765212b225bb: Download complete [2022-06-22T00:24:38.040Z] f23df028b6ca: Verifying Checksum [2022-06-22T00:24:38.040Z] f23df028b6ca: Download complete [2022-06-22T00:24:38.314Z] d65c8cfc05b1: Verifying Checksum [2022-06-22T00:24:38.314Z] d65c8cfc05b1: Download complete [2022-06-22T00:24:38.314Z] 699f458cf7ca: Verifying Checksum [2022-06-22T00:24:38.314Z] 699f458cf7ca: Download complete [2022-06-22T00:24:38.589Z] 8998bd30e6a1: Verifying Checksum [2022-06-22T00:24:38.589Z] 8998bd30e6a1: Download complete [2022-06-22T00:24:41.209Z] 2437ff75d9bd: Verifying Checksum [2022-06-22T00:24:41.209Z] 2437ff75d9bd: Download complete [2022-06-22T00:24:43.190Z] 8998bd30e6a1: Pull complete [2022-06-22T00:24:43.784Z] 04944245beec: Pull complete [2022-06-22T00:24:45.218Z] 699f458cf7ca: Pull complete [2022-06-22T00:24:45.492Z] 765212b225bb: Pull complete [2022-06-22T00:24:46.471Z] f23df028b6ca: Pull complete [2022-06-22T00:24:46.471Z] d65c8cfc05b1: Pull complete [2022-06-22T00:25:04.765Z] 2437ff75d9bd: Pull complete [2022-06-22T00:25:04.765Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-22T00:25:04.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-22T00:25:04.765Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-22T00:25:05.145Z] prd-ubuntu20.04-docker-arm64-4c-16g-15290 does not seem to be running inside a container [2022-06-22T00:25:05.218Z] $ 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-06-22T00:25:08.352Z] $ docker top 13a5d12fc47d7bfdfe52f9e6e0f4cadfa91fffb3ed19f6147f53052175370aed -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-22T00:25:09.390Z] ---> job-cost.sh [2022-06-22T00:25:09.390Z] lf-activate-venv: SKIPPING [2022-06-22T00:25:09.390Z] INFO: No Stack... [2022-06-22T00:25:09.983Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-22T00:25:10.964Z] INFO: Archiving Costs [Pipeline] sh [2022-06-22T00:25:11.663Z] + cut -d, -f6 [2022-06-22T00:25:11.663Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-06-22T00:25:11.715Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4059-1-stack-cost] [2022-06-22T00:25:11.720Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4059-1-stack-cost] did not exist. Created. [2022-06-22T00:25:11.720Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4059-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-22T00:25:12.475Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-22T00:25:12.667Z] Stashed 1 file(s) [Pipeline] } [2022-06-22T00:25:12.682Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4059-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-22T00:25:12.756Z] $ docker stop --time=1 13a5d12fc47d7bfdfe52f9e6e0f4cadfa91fffb3ed19f6147f53052175370aed [2022-06-22T00:25:14.295Z] $ docker rm -f 13a5d12fc47d7bfdfe52f9e6e0f4cadfa91fffb3ed19f6147f53052175370aed [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-06-22T00:25:15.286Z] provisioning config files... [2022-06-22T00:25:15.294Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6736454296270036023tmp [Pipeline] { [Pipeline] sh [2022-06-22T00:25:15.629Z] + set +x [2022-06-22T00:25:15.629Z] + curl -s https://codecov.io/bash [2022-06-22T00:25:15.629Z] + bash -s -- [2022-06-22T00:25:15.629Z] [2022-06-22T00:25:15.629Z] _____ _ [2022-06-22T00:25:15.629Z] / ____| | | [2022-06-22T00:25:15.629Z] | | ___ __| | ___ ___ _____ __ [2022-06-22T00:25:15.629Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-22T00:25:15.629Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-22T00:25:15.629Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-22T00:25:15.629Z] Bash-1.0.6 [2022-06-22T00:25:15.629Z] [2022-06-22T00:25:15.629Z] [2022-06-22T00:25:15.629Z] ==> git version 2.25.1 found [2022-06-22T00:25:15.629Z] ==> 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-06-22T00:25:15.629Z] Release-Date: 2020-01-08 [2022-06-22T00:25:15.629Z] 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-06-22T00:25:15.629Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-22T00:25:15.629Z] ==> Jenkins CI detected. [2022-06-22T00:25:15.629Z] current dir:  /w/workspace/edgex-go/1 [2022-06-22T00:25:15.629Z] project root: . [2022-06-22T00:25:15.629Z] --> token set from env [2022-06-22T00:25:15.629Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-22T00:25:15.890Z] ==> Running gcov in . (disable via -X gcov) [2022-06-22T00:25:15.890Z] ==> Python coveragepy not found [2022-06-22T00:25:15.890Z] ==> Searching for coverage reports in: [2022-06-22T00:25:15.890Z] + . [2022-06-22T00:25:15.890Z] -> Found 1 reports [2022-06-22T00:25:15.890Z] ==> Detecting git/mercurial file structure [2022-06-22T00:25:15.890Z] ==> Reading reports [2022-06-22T00:25:15.890Z] + ./coverage.out bytes=435411 [2022-06-22T00:25:15.890Z] ==> Appending adjustments [2022-06-22T00:25:15.890Z] https://docs.codecov.io/docs/fixing-reports [2022-06-22T00:25:17.276Z] + Found adjustments [2022-06-22T00:25:17.276Z] ==> Gzipping contents [2022-06-22T00:25:17.276Z] 60K /tmp/codecov.w4kUN4.gz [2022-06-22T00:25:17.276Z] ==> Uploading reports [2022-06-22T00:25:17.276Z] url: https://codecov.io [2022-06-22T00:25:17.276Z] query: branch=PR-4059&commit=a5792596378736472da3af8951d7ea10d661f143&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4059%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4059&job=&cmd_args= [2022-06-22T00:25:17.276Z] -> Pinging Codecov [2022-06-22T00:25:17.276Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4059&commit=a5792596378736472da3af8951d7ea10d661f143&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4059%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4059&job=&cmd_args= [2022-06-22T00:25:17.276Z] -> Uploading to [2022-06-22T00:25:17.276Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-22/00271124DB129430A58F1EEE437C3FCB/a5792596378736472da3af8951d7ea10d661f143/a2634fed-a1ab-4ff2-9668-3df79caf1418.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220622%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220622T002517Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d55d76aac4920ee96740d3dfbc4107d4c1f742c7ea0f21bd38558a6c6b186ed [2022-06-22T00:25:17.276Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-22T00:25:17.276Z] Dload Upload Total Spent Left Speed [2022-06-22T00:25:17.536Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59859 0 0 100 59859 0 193k --:--:-- --:--:-- --:--:-- 193k [2022-06-22T00:25:17.536Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a5792596378736472da3af8951d7ea10d661f143 [Pipeline] } [2022-06-22T00:25:17.558Z] 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-06-22T00:25:18.846Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-06-22T00:25:19.176Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-22T00:25:20.117Z] ---> package-listing.sh [2022-06-22T00:25:20.117Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-22T00:25:20.117Z] ++ facter osfamily [2022-06-22T00:25:20.389Z] + OS_FAMILY=debian [2022-06-22T00:25:20.389Z] + workspace=/w/workspace/edgex-go/1 [2022-06-22T00:25:20.389Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-22T00:25:20.389Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-22T00:25:20.389Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-22T00:25:20.389Z] + PACKAGES=/tmp/packages_start.txt [2022-06-22T00:25:20.389Z] + '[' /w/workspace/edgex-go/1 ']' [2022-06-22T00:25:20.389Z] + PACKAGES=/tmp/packages_end.txt [2022-06-22T00:25:20.389Z] + case "${OS_FAMILY}" in [2022-06-22T00:25:20.389Z] + grep '^ii' [2022-06-22T00:25:20.389Z] + dpkg -l [2022-06-22T00:25:20.389Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-22T00:25:20.389Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-22T00:25:20.389Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-22T00:25:20.389Z] + '[' /w/workspace/edgex-go/1 ']' [2022-06-22T00:25:20.389Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-06-22T00:25:20.389Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-06-22T00:25:20.421Z] 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-06-22T00:25:20.719Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T00:25:21.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-22T00:25:21.351Z] [2022-06-22T00:25:21.351Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-22T00:25:21.727Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-22T00:25:21.727Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-22T00:25:21.727Z] 5eb5b503b376: Pulling fs layer [2022-06-22T00:25:21.727Z] 5c69ac0246d0: Pulling fs layer [2022-06-22T00:25:21.727Z] ec43610c2a17: Pulling fs layer [2022-06-22T00:25:21.727Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-22T00:25:21.727Z] 33b1e0a273af: Pulling fs layer [2022-06-22T00:25:21.727Z] 5d3b04190fa2: Pulling fs layer [2022-06-22T00:25:21.727Z] 2f39f015ded8: Pulling fs layer [2022-06-22T00:25:21.727Z] 33b1e0a273af: Waiting [2022-06-22T00:25:21.727Z] 2f39f015ded8: Waiting [2022-06-22T00:25:21.727Z] 5d3b04190fa2: Waiting [2022-06-22T00:25:21.727Z] 3a2ae6a8a46f: Waiting [2022-06-22T00:25:21.727Z] 5c69ac0246d0: Verifying Checksum [2022-06-22T00:25:21.727Z] 5c69ac0246d0: Download complete [2022-06-22T00:25:21.727Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-22T00:25:21.727Z] 3a2ae6a8a46f: Download complete [2022-06-22T00:25:21.727Z] ec43610c2a17: Verifying Checksum [2022-06-22T00:25:21.727Z] ec43610c2a17: Download complete [2022-06-22T00:25:21.727Z] 33b1e0a273af: Verifying Checksum [2022-06-22T00:25:21.727Z] 33b1e0a273af: Download complete [2022-06-22T00:25:21.727Z] 5d3b04190fa2: Verifying Checksum [2022-06-22T00:25:21.986Z] 5eb5b503b376: Verifying Checksum [2022-06-22T00:25:21.986Z] 5eb5b503b376: Download complete [2022-06-22T00:25:22.555Z] 2f39f015ded8: Download complete [2022-06-22T00:25:23.495Z] 5eb5b503b376: Pull complete [2022-06-22T00:25:23.495Z] 5c69ac0246d0: Pull complete [2022-06-22T00:25:24.070Z] ec43610c2a17: Pull complete [2022-06-22T00:25:24.070Z] 3a2ae6a8a46f: Pull complete [2022-06-22T00:25:24.331Z] 33b1e0a273af: Pull complete [2022-06-22T00:25:24.331Z] 5d3b04190fa2: Pull complete [2022-06-22T00:25:28.525Z] 2f39f015ded8: Pull complete [2022-06-22T00:25:28.525Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-22T00:25:28.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-22T00:25:28.525Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-22T00:25:28.747Z] prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container [2022-06-22T00:25:28.781Z] $ 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-06-22T00:25:30.591Z] $ docker top b29ebb90c1fa7c26fa28a9eb98bf15255264ebde50a6faac84e39b1083b0e78c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-22T00:25:30.995Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-22T00:25:31.316Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-22T00:25:31.634Z] + ls /var/log/sa-host [2022-06-22T00:25:31.634Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-22T00:25:31.822Z] provisioning config files... [2022-06-22T00:25:31.833Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8040286900762624273tmp [Pipeline] { [Pipeline] echo [2022-06-22T00:25:31.875Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-22T00:25:32.195Z] ---> create-netrc.sh [Pipeline] } [2022-06-22T00:25:32.222Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-22T00:25:32.619Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-22T00:25:32.651Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-22T00:25:32.959Z] ---> sudo-logs.sh [2022-06-22T00:25:32.959Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-22T00:25:33.041Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-22T00:25:33.373Z] ---> job-cost.sh [2022-06-22T00:25:33.373Z] lf-activate-venv: SKIPPING [2022-06-22T00:25:33.373Z] DEBUG: total: 0.10999999940395355 [2022-06-22T00:25:33.373Z] INFO: Retrieving Stack Cost... [2022-06-22T00:25:33.944Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-22T00:25:34.204Z] INFO: Archiving Costs [Pipeline] echo [2022-06-22T00:25:34.236Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-22T00:25:34.570Z] ---> logs-deploy.sh [2022-06-22T00:25:34.570Z] lf-activate-venv: SKIPPING [2022-06-22T00:25:34.570Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4059/1 [2022-06-22T00:25:34.570Z] INFO: archiving workspace using pattern(s): [2022-06-22T00:25:35.509Z] Archives upload complete. [2022-06-22T00:25:35.769Z] INFO: archiving logs to Nexus [2022-06-22T00:25:36.340Z] ---> uname -a: [2022-06-22T00:25:36.340Z] Linux prd-ubuntu20-04-docker-8c-8g-15289 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-06-22T00:25:36.340Z] [2022-06-22T00:25:36.340Z] [2022-06-22T00:25:36.340Z] ---> lscpu: [2022-06-22T00:25:36.340Z] Architecture: x86_64 [2022-06-22T00:25:36.340Z] CPU op-mode(s): 32-bit, 64-bit [2022-06-22T00:25:36.340Z] Byte Order: Little Endian [2022-06-22T00:25:36.340Z] Address sizes: 40 bits physical, 48 bits virtual [2022-06-22T00:25:36.340Z] CPU(s): 8 [2022-06-22T00:25:36.340Z] On-line CPU(s) list: 0-7 [2022-06-22T00:25:36.340Z] Thread(s) per core: 1 [2022-06-22T00:25:36.340Z] Core(s) per socket: 1 [2022-06-22T00:25:36.340Z] Socket(s): 8 [2022-06-22T00:25:36.340Z] NUMA node(s): 1 [2022-06-22T00:25:36.340Z] Vendor ID: AuthenticAMD [2022-06-22T00:25:36.340Z] CPU family: 23 [2022-06-22T00:25:36.340Z] Model: 49 [2022-06-22T00:25:36.340Z] Model name: AMD EPYC-Rome Processor [2022-06-22T00:25:36.340Z] Stepping: 0 [2022-06-22T00:25:36.340Z] CPU MHz: 2799.998 [2022-06-22T00:25:36.340Z] BogoMIPS: 5599.99 [2022-06-22T00:25:36.340Z] Virtualization: AMD-V [2022-06-22T00:25:36.340Z] Hypervisor vendor: KVM [2022-06-22T00:25:36.340Z] Virtualization type: full [2022-06-22T00:25:36.341Z] L1d cache: 256 KiB [2022-06-22T00:25:36.341Z] L1i cache: 256 KiB [2022-06-22T00:25:36.341Z] L2 cache: 4 MiB [2022-06-22T00:25:36.341Z] L3 cache: 128 MiB [2022-06-22T00:25:36.341Z] NUMA node0 CPU(s): 0-7 [2022-06-22T00:25:36.341Z] Vulnerability Itlb multihit: Not affected [2022-06-22T00:25:36.341Z] Vulnerability L1tf: Not affected [2022-06-22T00:25:36.341Z] Vulnerability Mds: Not affected [2022-06-22T00:25:36.341Z] Vulnerability Meltdown: Not affected [2022-06-22T00:25:36.341Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-06-22T00:25:36.341Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-06-22T00:25:36.341Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-06-22T00:25:36.341Z] Vulnerability Srbds: Not affected [2022-06-22T00:25:36.341Z] Vulnerability Tsx async abort: Not affected [2022-06-22T00:25:36.341Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-06-22T00:25:36.341Z] [2022-06-22T00:25:36.341Z] [2022-06-22T00:25:36.341Z] ---> nproc: [2022-06-22T00:25:36.341Z] 8 [2022-06-22T00:25:36.341Z] [2022-06-22T00:25:36.341Z] [2022-06-22T00:25:36.341Z] ---> df -h: [2022-06-22T00:25:36.341Z] Filesystem Size Used Avail Use% Mounted on [2022-06-22T00:25:36.341Z] overlay 155G 17G 139G 11% / [2022-06-22T00:25:36.341Z] tmpfs 64M 0 64M 0% /dev [2022-06-22T00:25:36.341Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-06-22T00:25:36.341Z] shm 64M 0 64M 0% /dev/shm [2022-06-22T00:25:36.341Z] /dev/vda1 155G 17G 139G 11% /facter-os [2022-06-22T00:25:36.341Z] [2022-06-22T00:25:36.341Z]