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 23:53:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:53:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:53:50 ========================================================= 23:53:50 EdgeX Global Pipelines Version Info 23:53:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:53:51 ------------------- 23:53:51 stable info: 23:53:51 ------------------- 23:53:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:53:51 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 23:53:51 Message: update stable to v1.0.234 23:53:52 ------------------- 23:53:52 experimental info: 23:53:52 ------------------- 23:53:52 Commited By: **** collab-it+edgex@linuxfoundation.org 23:53:52 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 23:53:52 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:53:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4059 [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4059 [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4059 [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a5792596378736472da3af8951d7ea10d661f143 [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a579259 [Pipeline] echo 23:53:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:53:53 provisioning config files... 23:53:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5574286128363606373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:53:54 ---> docker-login.sh 23:53:54 nexus3.edgexfoundry.org:10001 23:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:53:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:53:54 Configure a credential helper to remove this warning. See 23:53:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:53:54 23:53:54 Login Succeeded 23:53:54 nexus3.edgexfoundry.org:10002 23:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:53:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:53:54 Configure a credential helper to remove this warning. See 23:53:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:53:54 23:53:54 Login Succeeded 23:53:54 nexus3.edgexfoundry.org:10003 23:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:53:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:53:54 Configure a credential helper to remove this warning. See 23:53:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:53:54 23:53:54 Login Succeeded 23:53:54 nexus3.edgexfoundry.org:10004 23:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:53:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:53:54 Configure a credential helper to remove this warning. See 23:53:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:53:54 23:53:54 Login Succeeded 23:53:54 docker.io 23:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:53:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:53:55 Configure a credential helper to remove this warning. See 23:53:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:53:55 23:53:55 Login Succeeded 23:53:55 ---> docker-login.sh ends [Pipeline] } 23:53:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:53:55 + 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 23:53:55 + cut -d/ -f2 23:53:55 + dirname cmd/core-command/Dockerfile 23:53:55 + echo core-command,cmd/core-command/Dockerfile 23:53:55 + + cutdirname -d/ -f2 23:53:55 cmd/core-data/Dockerfile 23:53:55 + echo core-data,cmd/core-data/Dockerfile 23:53:55 + + dirname cmd/core-metadata/Dockerfile 23:53:55 cut -d/ -f2 23:53:55 + echo core-metadata,cmd/core-metadata/Dockerfile 23:53:55 + dirname cmd/security-bootstrapper/Dockerfile 23:53:55 + cut -d/ -f2 23:53:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 23:53:55 + dirname cmd/security-proxy-setup/Dockerfile 23:53:55 + cut -d/ -f2 23:53:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:53:55 + + cutdirname -d/ -f2 cmd/security-secretstore-setup/Dockerfile 23:53:55 23:53:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:53:55 + dirname cmd/security-spiffe-token-provider/Dockerfile 23:53:55 + cut -d/ -f2 23:53:55 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 23:53:55 + dirname cmd/security-spire-agent/Dockerfile 23:53:55 + cut -d/ -f2 23:53:55 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 23:53:55 + dirname+ cmd/security-spire-config/Dockerfile 23:53:55 cut -d/ -f2 23:53:55 + echo security-spire-config,cmd/security-spire-config/Dockerfile 23:53:55 + dirname cmd/security-spire-server/Dockerfile 23:53:55 + cut -d/ -f2 23:53:55 + echo security-spire-server,cmd/security-spire-server/Dockerfile 23:53:55 + dirname cmd/support-notifications/Dockerfile 23:53:55 + cut -d/ -f2 23:53:55 + echo support-notifications,cmd/support-notifications/Dockerfile 23:53:55 + dirname cmd/support-scheduler/Dockerfile 23:53:55 + cut -d/ -f2 23:53:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:53:55 + dirname cmd/sys-mgmt-agent/Dockerfile 23:53:55 + cut -d/ -f2 23:53:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:53:55 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 23:53:56 + git rev-list -1 --merges a5792596378736472da3af8951d7ea10d661f143~1..a5792596378736472da3af8951d7ea10d661f143 [Pipeline] echo 23:53:56 -----------> git rev-list -1 --merges a5792596378736472da3af8951d7ea10d661f143~1..a5792596378736472da3af8951d7ea10d661f143 a5792596378736472da3af8951d7ea10d661f143 [false] [Pipeline] sh 23:53:56 + git log --format=format:%s -1 a5792596378736472da3af8951d7ea10d661f143 [Pipeline] echo 23:53:56 ========================================================= 23:53:56 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:53:56 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 23:53:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:53:57 + grep -v github /etc/ssh/ssh_known_hosts 23:53:57 + [ -e /tmp/ssh_known_hosts ] 23:53:57 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:53:57 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:53:57 + sudo tee -a /etc/ssh/ssh_known_hosts 23:53:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:53:57 23:53:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:53:57 0.1.4: Pulling from edgex-devops/py-git-semver 23:53:57 42c077c10790: Pulling fs layer 23:53:57 f63e77b7563a: Pulling fs layer 23:53:57 bd5fdadae976: Pulling fs layer 23:53:57 205491f53016: Pulling fs layer 23:53:57 df18705c85c3: Pulling fs layer 23:53:57 bdb3f477010e: Pulling fs layer 23:53:57 c8a8fc8e1c8f: Pulling fs layer 23:53:57 2c6e9b1d212d: Pulling fs layer 23:53:57 bdb8f0575790: Pulling fs layer 23:53:57 386e3cb2ff24: Pulling fs layer 23:53:57 2343380bae48: Pulling fs layer 23:53:57 df18705c85c3: Waiting 23:53:57 2c6e9b1d212d: Waiting 23:53:57 bdb3f477010e: Waiting 23:53:57 c8a8fc8e1c8f: Waiting 23:53:57 bdb8f0575790: Waiting 23:53:57 2343380bae48: Waiting 23:53:57 205491f53016: Waiting 23:53:57 f63e77b7563a: Download complete 23:53:57 205491f53016: Verifying Checksum 23:53:57 205491f53016: Download complete 23:53:58 df18705c85c3: Verifying Checksum 23:53:58 df18705c85c3: Download complete 23:53:58 bdb3f477010e: Verifying Checksum 23:53:58 bdb3f477010e: Download complete 23:53:58 bd5fdadae976: Verifying Checksum 23:53:58 bd5fdadae976: Download complete 23:53:58 2c6e9b1d212d: Verifying Checksum 23:53:58 2c6e9b1d212d: Download complete 23:53:58 bdb8f0575790: Verifying Checksum 23:53:58 bdb8f0575790: Download complete 23:53:58 386e3cb2ff24: Verifying Checksum 23:53:58 386e3cb2ff24: Download complete 23:53:58 2343380bae48: Verifying Checksum 23:53:58 2343380bae48: Download complete 23:53:58 42c077c10790: Verifying Checksum 23:53:58 42c077c10790: Download complete 23:53:58 c8a8fc8e1c8f: Download complete 23:53:59 42c077c10790: Pull complete 23:53:59 f63e77b7563a: Pull complete 23:54:00 bd5fdadae976: Pull complete 23:54:00 205491f53016: Pull complete 23:54:00 df18705c85c3: Pull complete 23:54:00 bdb3f477010e: Pull complete 23:54:02 c8a8fc8e1c8f: Pull complete 23:54:02 2c6e9b1d212d: Pull complete 23:54:02 bdb8f0575790: Pull complete 23:54:02 386e3cb2ff24: Pull complete 23:54:02 2343380bae48: Pull complete 23:54:02 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 23:54:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:54:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:54:03 prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container 23:54:03 $ 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 23:54:04 $ docker top be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd -eo pid,comm 23:54:04 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). 23:54:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:54:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:54:04 [ssh-agent] Looking for ssh-agent implementation... 23:54:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:54:04 $ docker exec be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd ssh-agent 23:54:05 SSH_AUTH_SOCK=/tmp/ssh-f57SkU8fIEsX/agent.33 23:54:05 SSH_AGENT_PID=40 23:54:05 Running ssh-add (command line suppressed) 23:54:05 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6061445871036042427.key (/w/workspace/edgex-go/1@tmp/private_key_6061445871036042427.key) 23:54:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:54:05 + git tag --points-at HEAD [Pipeline] } 23:54:05 $ docker exec --env ******** --env ******** be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd ssh-agent -k 23:54:05 unset SSH_AUTH_SOCK; 23:54:05 unset SSH_AGENT_PID; 23:54:05 echo Agent pid 40 killed; 23:54:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:54:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:54:05 [ssh-agent] Looking for ssh-agent implementation... 23:54:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:54:05 $ docker exec be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd ssh-agent 23:54:06 SSH_AUTH_SOCK=/tmp/ssh-Z3wA5bqYSd9l/agent.72 23:54:06 SSH_AGENT_PID=78 23:54:06 Running ssh-add (command line suppressed) 23:54:06 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6993803874174224054.key (/w/workspace/edgex-go/1@tmp/private_key_6993803874174224054.key) 23:54:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:54:06 + git semver init 23:54:06 2022-06-21 23:54:06,751 [run_init] DEBUG init version:0.0.0 force:False 23:54:06 2022-06-21 23:54:06,751 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 23:54:06 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 23:54:06 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) 23:54:11 2022-06-21 23:54:10,808 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 23:54:11 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 23:54:11 2022-06-21 23:54:10,809 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4059 23:54:11 2022-06-21 23:54:10,813 [execute] INFO git cat-file --batch-check 23:54:11 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=) 23:54:11 2022-06-21 23:54:10,821 [execute] INFO git cat-file --batch 23:54:11 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=) 23:54:11 2022-06-21 23:54:10,827 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4059 23:54:11 0.0.0 [Pipeline] } 23:54:11 $ docker exec --env ******** --env ******** be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd ssh-agent -k 23:54:11 unset SSH_AUTH_SOCK; 23:54:11 unset SSH_AGENT_PID; 23:54:11 echo Agent pid 78 killed; 23:54:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:54:11 + git semver [Pipeline] } 23:54:11 $ docker stop --time=1 be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd 23:54:13 $ docker rm -f be0983e3a0ac2292bb80d34fd50f540dbebd549e4fcee9a83b0c7fdf5640ddbd [Pipeline] // withDockerContainer [Pipeline] sh 23:54:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:54:13 Stashed 1 file(s) [Pipeline] echo 23:54:13 [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 23:54:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:54:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:54:14 ========================================================= 23:54:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 23:54:14 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:54:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 23:54:14 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 23:54:14 59bf1c3509f3: Pulling fs layer 23:54:14 666ba61612fd: Pulling fs layer 23:54:14 8ed8ca486205: Pulling fs layer 23:54:14 cc1cd167ecdc: Pulling fs layer 23:54:14 c516ae0d96e1: Pulling fs layer 23:54:14 684cea983483: Pulling fs layer 23:54:14 dd3240ac7de5: Pulling fs layer 23:54:14 b1e948a4e11c: Pulling fs layer 23:54:14 a8fd76ee1af6: Pulling fs layer 23:54:14 646ad004c059: Pulling fs layer 23:54:14 c516ae0d96e1: Waiting 23:54:14 a8fd76ee1af6: Waiting 23:54:14 646ad004c059: Waiting 23:54:14 684cea983483: Waiting 23:54:14 dd3240ac7de5: Waiting 23:54:14 cc1cd167ecdc: Waiting 23:54:14 b1e948a4e11c: Waiting 23:54:14 8ed8ca486205: Verifying Checksum 23:54:14 8ed8ca486205: Download complete 23:54:14 666ba61612fd: Download complete 23:54:14 c516ae0d96e1: Verifying Checksum 23:54:14 c516ae0d96e1: Download complete 23:54:14 684cea983483: Download complete 23:54:14 59bf1c3509f3: Download complete 23:54:14 dd3240ac7de5: Verifying Checksum 23:54:14 dd3240ac7de5: Download complete 23:54:15 b1e948a4e11c: Verifying Checksum 23:54:15 b1e948a4e11c: Download complete 23:54:15 59bf1c3509f3: Pull complete 23:54:15 666ba61612fd: Pull complete 23:54:15 8ed8ca486205: Pull complete 23:54:15 646ad004c059: Verifying Checksum 23:54:15 a8fd76ee1af6: Verifying Checksum 23:54:15 a8fd76ee1af6: Download complete 23:54:15 cc1cd167ecdc: Verifying Checksum 23:54:15 cc1cd167ecdc: Download complete 23:54:19 cc1cd167ecdc: Pull complete 23:54:19 c516ae0d96e1: Pull complete 23:54:19 684cea983483: Pull complete 23:54:19 dd3240ac7de5: Pull complete 23:54:19 b1e948a4e11c: Pull complete 23:54:21 a8fd76ee1af6: Pull complete 23:54:22 646ad004c059: Pull complete 23:54:22 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 23:54:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 23:54:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 23:54:23 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 23:54:23 WORKDIR /edgex 23:54:23 COPY go.mod . 23:54:23 RUN go mod download 23:54:23 + docker build -t ci-base-image-x86_64 -f - . 23:54:24 Sending build context to Docker daemon 335.1MB 23:54:24 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 23:54:24 ---> 8f69c11f6b0c 23:54:24 Step 2/4 : WORKDIR /edgex 23:54:26 ---> Running in 4eb17ed184e9 23:54:26 Removing intermediate container 4eb17ed184e9 23:54:26 ---> d2421d4bfb15 23:54:26 Step 3/4 : COPY go.mod . 23:54:26 ---> 2408d42ab8f7 23:54:26 Step 4/4 : RUN go mod download 23:54:26 ---> Running in e4f47cc8d662 23:54:29 Still waiting to schedule task 23:54:29 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 23:54:41 Removing intermediate container e4f47cc8d662 23:54:41 ---> f9ab0a1ced05 23:54:41 Successfully built f9ab0a1ced05 23:54:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:41 + docker inspect -f . ci-base-image-x86_64 23:54:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:54:42 prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container 23:54:42 $ 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 23:54:42 $ docker top 97890c1413d1fb51f52cfd97079348ae38866c0adfc474bad6f9a5d4ea390d2c -eo pid,comm [Pipeline] { [Pipeline] sh 23:54:42 + go version 23:54:42 go version go1.17.7 linux/amd64 [Pipeline] } 23:54:42 $ docker stop --time=1 97890c1413d1fb51f52cfd97079348ae38866c0adfc474bad6f9a5d4ea390d2c 23:54:44 $ 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 23:54:45 + docker inspect -f . ci-base-image-x86_64 23:54:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:54:45 prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container 23:54:45 $ 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 23:54:45 $ docker top 0b0e7a441c35ee0629613585313a7355bbfe898b523e9f5ff453b6575e65d298 -eo pid,comm [Pipeline] { [Pipeline] echo 23:54:45 ========================================================= 23:54:45 [edgeXBuildGoParallel] Running Tests and Build... 23:54:45 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:54:46 + make test 23:54:46 go mod tidy -compat=1.17 23:54:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:54:51 ? github.com/edgexfoundry/edgex-go [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 23:55:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.076s coverage: 28.7% of statements 23:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:55:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.088s coverage: 98.5% of statements 23:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 23:55:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 53.4% of statements 23:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.730s coverage: 89.2% of statements 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.066s coverage: 83.8% of statements 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.485s coverage: 95.6% of statements 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/io 0.080s coverage: 72.2% of statements 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.080s coverage: 60.0% of statements 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.085s coverage: 0.9% of statements 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.064s coverage: 29.6% of statements 23:55:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.095s coverage: 47.1% of statements 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.115s coverage: 79.5% of statements 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.112s coverage: 96.3% of statements 23:55:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 23:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements 23:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 23:55:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.205s coverage: 82.5% of statements 23:55:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.026s coverage: 65.1% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.056s coverage: 87.2% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.108s coverage: 58.8% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.086s coverage: 80.0% of statements 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.2% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 64.4% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 89.4% of statements 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 65.4% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.169s coverage: 43.8% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.070s coverage: 89.5% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.070s coverage: 84.8% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 23:55:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 23:55:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 23:55:28 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 23:55:46 GO111MODULE=on go vet ./... 23:55:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:55:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:55:51 ./bin/test-attribution-txt.sh [Pipeline] echo 23:55:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 23:55:51 + ls -al . 23:55:51 total 684 23:55:51 drwxrwxr-x 10 1001 1001 4096 Jun 21 23:54 . 23:55:51 drwxr-xr-x 4 root root 4096 Jun 21 23:54 .. 23:55:51 -rw-rw-r-- 1 1001 1001 11 Jun 21 23:53 .dockerignore 23:55:51 drwxrwxr-x 8 1001 1001 4096 Jun 21 23:54 .git 23:55:51 drwxrwxr-x 3 1001 1001 4096 Jun 21 23:53 .github 23:55:51 -rw-rw-r-- 1 1001 1001 879 Jun 21 23:53 .gitignore 23:55:51 -rw-rw-r-- 1 1001 1001 42 Jun 21 23:53 .golangci.yml 23:55:51 -rw-rw-r-- 1 1001 1001 87 Jun 21 23:53 .hadolint.yml 23:55:51 drwxr-xr-x 3 1001 1001 4096 Jun 21 23:54 .semver 23:55:51 -rw-rw-r-- 1 1001 1001 166 Jun 21 23:53 .sonarcloud.properties 23:55:51 -rw-rw-r-- 1 1001 1001 1171 Jun 21 23:53 ADOPTERS.md 23:55:51 -rw-rw-r-- 1 1001 1001 10347 Jun 21 23:53 Attribution.txt 23:55:51 -rw-rw-r-- 1 1001 1001 63209 Jun 21 23:53 CHANGELOG.md 23:55:51 -rw-rw-r-- 1 1001 1001 3804 Jun 21 23:53 CONTRIBUTING.md 23:55:51 -rw-rw-r-- 1 1001 1001 677 Jun 21 23:53 GOVERNANCE.md 23:55:51 -rw-rw-r-- 1 1001 1001 850 Jun 21 23:53 Jenkinsfile 23:55:51 -rw-rw-r-- 1 1001 1001 10775 Jun 21 23:53 LICENSE 23:55:51 -rw-rw-r-- 1 1001 1001 10389 Jun 21 23:53 Makefile 23:55:51 -rw-rw-r-- 1 1001 1001 582 Jun 21 23:53 OWNERS.md 23:55:51 -rw-rw-r-- 1 1001 1001 9094 Jun 21 23:53 README.md 23:55:51 -rw-rw-r-- 1 1001 1001 6912 Jun 21 23:53 SECURITY.md 23:55:51 -rw-rw-r-- 1 1001 1001 5 Jun 21 23:54 VERSION 23:55:51 -rw-rw-r-- 1 1001 1001 4131 Jun 21 23:53 ZMQWindows.md 23:55:51 drwxrwxr-x 2 1001 1001 4096 Jun 21 23:53 bin 23:55:51 drwxrwxr-x 18 1001 1001 4096 Jun 21 23:53 cmd 23:55:51 -rw-r--r-- 1 root root 435411 Jun 21 23:55 coverage.out 23:55:51 -rw-rw-r-- 1 1001 1001 3311 Jun 21 23:53 go.mod 23:55:51 -rw-rw-r-- 1 1001 1001 36231 Jun 21 23:54 go.sum 23:55:51 drwxrwxr-x 8 1001 1001 4096 Jun 21 23:53 internal 23:55:51 drwxrwxr-x 3 1001 1001 4096 Jun 21 23:53 openapi 23:55:51 drwxrwxr-x 4 1001 1001 4096 Jun 21 23:53 snap 23:55:51 -rw-rw-r-- 1 1001 1001 204 Jun 21 23:53 version.go [Pipeline] sh 23:55:51 + '[' -e coverage.out ] 23:55:51 + chown 1001:1001 coverage.out [Pipeline] stash 23:55:51 Stashed 1 file(s) [Pipeline] sh 23:55:52 + make build 23:55:52 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 23:56:07 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 23:56:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-15290 in /w/workspace/edgexfoundry_edgex-go_PR-4059 [Pipeline] { [Pipeline] ws 23:56:07 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 23:56:07 The recommended git tool is: git 23:56:14 using credential edgex-jenkins-ssh 23:56:14 Cloning the remote Git repository 23:56:15 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 23:56:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:56:14 > git init /w/workspace/edgex-go/1 # timeout=10 23:56:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:56:14 > git --version # timeout=10 23:56:14 > git --version # 'git version 2.25.1' 23:56:14 using GIT_SSH to set credentials SSH Credentials for GitHub 23:56:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:56:15 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 23:56:22 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 23:56:22 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 23:56:22 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 23:56:23 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 23:56:24 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 23:56:25 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 23:56:26 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 23:56:26 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 23:56:28 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] } 23:56:29 $ docker stop --time=1 0b0e7a441c35ee0629613585313a7355bbfe898b523e9f5ff453b6575e65d298 23:56:32 $ 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 23:56:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:56:33 23:56:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:56:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:56:33 latest: Pulling from edgex-devops/edgex-compose 23:56:33 cbdbe7a5bc2a: Pulling fs layer 23:56:33 ca9280d653b3: Pulling fs layer 23:56:33 7e9c9ca2126c: Pulling fs layer 23:56:33 cbdbe7a5bc2a: Verifying Checksum 23:56:33 cbdbe7a5bc2a: Download complete 23:56:34 ca9280d653b3: Verifying Checksum 23:56:34 ca9280d653b3: Download complete 23:56:34 cbdbe7a5bc2a: Pull complete 23:56:34 7e9c9ca2126c: Verifying Checksum 23:56:34 7e9c9ca2126c: Download complete 23:56:34 ca9280d653b3: Pull complete 23:56:36 Merging remotes/origin/main commit a33d29510750824ffe3c1e10314fb57731c6a243 into PR head commit a5792596378736472da3af8951d7ea10d661f143 23:56:36 Merge succeeded, producing a5792596378736472da3af8951d7ea10d661f143 23:56:36 Checking out Revision a5792596378736472da3af8951d7ea10d661f143 (PR-4059) 23:56:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:56:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:56:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:56:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:56:35 using GIT_SSH to set credentials SSH Credentials for GitHub 23:56:35 > 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 23:56:36 > git config core.sparsecheckout # timeout=10 23:56:36 > git checkout -f a5792596378736472da3af8951d7ea10d661f143 # timeout=10 23:56:36 > git remote # timeout=10 23:56:36 > git config --get remote.origin.url # timeout=10 23:56:36 using GIT_SSH to set credentials SSH Credentials for GitHub 23:56:36 > git merge a33d29510750824ffe3c1e10314fb57731c6a243 # timeout=10 23:56:36 > git rev-parse HEAD^{commit} # timeout=10 23:56:36 > git config core.sparsecheckout # timeout=10 23:56:36 > git checkout -f a5792596378736472da3af8951d7ea10d661f143 # timeout=10 23:56:37 7e9c9ca2126c: Pull complete 23:56:37 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:56:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:56:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:56:38 prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container 23:56:38 $ 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 23:56:39 $ docker top f686ae51abd4e50944c9c0080949ffad62269e8692b8ad6907a59aa21460327a -eo pid,comm [Pipeline] { [Pipeline] sh 23:56:39 + docker-compose build --help 23:56:39 + grep parallel 23:56:40 --parallel Build images in parallel. [Pipeline] } 23:56:40 $ docker stop --time=1 f686ae51abd4e50944c9c0080949ffad62269e8692b8ad6907a59aa21460327a 23:56:40 Commit message: "build: Optimize test-attribution-txt.sh to use go.mod, not vendor" 23:56:40 > git --version # timeout=10 23:56:40 > git --version # 'git version 2.25.1' 23:56:40 fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 23:56:41 $ 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 23:56:42 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:56:42 % Total % Received % Xferd Average Speed Time Time Time Current 23:56:42 Dload Upload Total Spent Left Speed 23:56:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k 23:56:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:56:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:56:42 prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container 23:56:42 $ 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 23:56:43 $ docker top c960ed6e4a90b17c5b54d20f873c0431dc76a45b010e843d4a257cd0b6b5de4e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 23:56:43 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:56:43 + docker-compose -f ./docker-compose-build.yml build --parallel 23:56:43 + sudo tee /etc/docker/daemon.new 23:56:43 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:56:43 { 23:56:43 "registry-mirrors": [ 23:56:43 "https://nexus3.edgexfoundry.org:10001" 23:56:43 ], 23:56:43 "bip": "10.250.0.254/24", 23:56:43 "hosts": [ 23:56:43 "tcp://0.0.0.0:5555", 23:56:43 "unix:///var/run/docker.sock" 23:56:43 ], 23:56:43 "mtu": 1458, 23:56:43 "selinux-enabled": true, 23:56:43 "seccomp-profile": "/etc/docker/seccomp.json" 23:56:43 } [Pipeline] sh 23:56:44 Building core-command ... 23:56:44 Building core-data ... 23:56:44 Building core-metadata ... 23:56:44 Building security-bootstrapper ... 23:56:44 Building security-proxy-setup ... 23:56:44 Building security-secretstore-setup ... 23:56:44 Building security-spiffe-token-provider ... 23:56:44 Building security-spire-agent ... 23:56:44 Building security-spire-config ... 23:56:44 Building security-spire-server ... 23:56:44 Building support-notifications ... 23:56:44 Building support-scheduler ... 23:56:44 Building sys-mgmt-agent ... 23:56:44 Building support-scheduler 23:56:44 Building core-data 23:56:44 Building core-metadata 23:56:44 Building support-notifications 23:56:44 Building security-proxy-setup 23:56:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:56:44 + sudo service docker restart 23:57:02 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:57:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:57:02 ---> f9ab0a1ced05 23:57:02 Step 3/22 : WORKDIR /edgex-go 23:57:02 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:57:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:57:02 ---> f9ab0a1ced05 23:57:02 Step 3/22 : WORKDIR /edgex-go 23:57:02 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:57:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:57:02 ---> f9ab0a1ced05 23:57:02 Step 3/23 : WORKDIR /edgex-go 23:57:02 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:57:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:57:02 ---> f9ab0a1ced05 23:57:02 Step 3/22 : WORKDIR /edgex-go 23:57:02 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:57:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:57:02 ---> f9ab0a1ced05 23:57:02 Step 3/23 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:57:03 provisioning config files... 23:57:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config82435608601840898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:57:03 ---> docker-login.sh 23:57:03 nexus3.edgexfoundry.org:10001 23:57:04 ---> Running in 6bf0b6611658 23:57:04 ---> Running in e8aa333aa666 23:57:04 ---> Running in acbf8d3733f3 23:57:04 ---> Running in 223d1c56fcf9 23:57:04 ---> Running in 9ffad2c7a3a8 23:57:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:04 Removing intermediate container 9ffad2c7a3a8 23:57:04 ---> 216fc9ddd9ab 23:57:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:57:04 Removing intermediate container e8aa333aa666 23:57:04 ---> eb803e7eebfb 23:57:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:57:04 Removing intermediate container acbf8d3733f3 23:57:04 ---> 07dca9300747 23:57:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:57:04 Removing intermediate container 6bf0b6611658 23:57:04 ---> 750e0f79c463 23:57:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:57:04 Removing intermediate container 223d1c56fcf9 23:57:04 ---> 0887eb869e5a 23:57:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:57:04 ---> Running in b5270ee433b4 23:57:04 ---> Running in 25bfab07959c 23:57:04 ---> Running in 14077a81a071 23:57:04 ---> Running in 7e9598ddd206 23:57:04 ---> Running in cd67e4a80d0b 23:57:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:04 Configure a credential helper to remove this warning. See 23:57:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:04 23:57:04 Login Succeeded 23:57:04 nexus3.edgexfoundry.org:10002 23:57:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:05 Configure a credential helper to remove this warning. See 23:57:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:05 23:57:05 Login Succeeded 23:57:05 nexus3.edgexfoundry.org:10003 23:57:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:05 Configure a credential helper to remove this warning. See 23:57:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:05 23:57:05 Login Succeeded 23:57:05 nexus3.edgexfoundry.org:10004 23:57:05 Removing intermediate container b5270ee433b4 23:57:05 ---> 9c657e9d9b2e 23:57:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:57:05 ---> Running in 09b58306447a 23:57:05 Removing intermediate container 25bfab07959c 23:57:05 ---> 33443a947ed1 23:57:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:57:05 ---> Running in 4f88e0cb1377 23:57:05 Removing intermediate container 14077a81a071 23:57:05 ---> 51a5598299a1 23:57:05 Step 5/22 : RUN apk add --update --no-cache make git 23:57:05 ---> Running in 60e98d3501d2 23:57:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:57:05 Removing intermediate container cd67e4a80d0b 23:57:05 ---> ef1733945d2a 23:57:05 Step 5/23 : RUN apk add --update --no-cache make git 23:57:05 Removing intermediate container 7e9598ddd206 23:57:05 ---> d30f7855b20d 23:57:05 Step 5/22 : RUN apk add --update --no-cache make git 23:57:05 ---> Running in 8cac13d39e13 23:57:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:05 Configure a credential helper to remove this warning. See 23:57:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:05 23:57:05 Login Succeeded 23:57:05 docker.io 23:57:06 ---> Running in f5b72c4ee167 23:57:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:57:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:57:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:57:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:57:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:57:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:57:06 Configure a credential helper to remove this warning. See 23:57:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:57:06 23:57:06 Login Succeeded 23:57:06 ---> docker-login.sh ends [Pipeline] } 23:57:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 23:57:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] echo 23:57:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:57:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:57:06 ========================================================= 23:57:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 23:57:06 ========================================================= 23:57:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] fileExists [Pipeline] sh 23:57:07 OK: 221 MiB in 52 packages 23:57:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:57:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:57:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:57:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 23:57:07 OK: 221 MiB in 52 packages 23:57:07 Removing intermediate container 09b58306447a 23:57:07 ---> 72e27d5e742b 23:57:07 Step 6/23 : COPY go.mod vendor* ./ 23:57:07 OK: 221 MiB in 52 packages 23:57:07 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:57:07 9b3977197b4f: Pulling fs layer 23:57:07 1a89e8eeedd5: Pulling fs layer 23:57:07 94645a83ff95: Pulling fs layer 23:57:07 e6fb740bc735: Pulling fs layer 23:57:07 3a77bd46dcc9: Pulling fs layer 23:57:07 355e64cbe906: Pulling fs layer 23:57:07 63ab81a10011: Pulling fs layer 23:57:07 555d1d1c4555: Pulling fs layer 23:57:07 7d9057610161: Pulling fs layer 23:57:07 e6fb740bc735: Waiting 23:57:07 3a77bd46dcc9: Waiting 23:57:07 555d1d1c4555: Waiting 23:57:07 355e64cbe906: Waiting 23:57:07 7d9057610161: Waiting 23:57:07 63ab81a10011: Waiting 23:57:07 94645a83ff95: Download complete 23:57:07 1a89e8eeedd5: Verifying Checksum 23:57:07 1a89e8eeedd5: Download complete 23:57:07 3a77bd46dcc9: Download complete 23:57:07 9b3977197b4f: Verifying Checksum 23:57:07 9b3977197b4f: Download complete 23:57:07 63ab81a10011: Verifying Checksum 23:57:07 63ab81a10011: Download complete 23:57:07 OK: 221 MiB in 52 packages 23:57:07 OK: 221 MiB in 52 packages 23:57:07 ---> 7713cbb91c95 23:57:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:57:07 ---> Running in 52266f6b0097 23:57:07 Removing intermediate container 4f88e0cb1377 23:57:07 ---> 94c4e97bd5b8 23:57:07 Step 6/22 : COPY go.mod vendor* ./ 23:57:08 ---> 0070e77ea396 23:57:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:57:08 Removing intermediate container 60e98d3501d2 23:57:08 ---> dba9782001fd 23:57:08 Step 6/22 : COPY go.mod vendor* ./ 23:57:08 ---> Running in e6a13cbb763c 23:57:08 Removing intermediate container 8cac13d39e13 23:57:08 ---> c66fce9902c9 23:57:08 Step 6/23 : COPY go.mod vendor* ./ 23:57:08 ---> c2cd337134d1 23:57:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:57:08 Removing intermediate container f5b72c4ee167 23:57:08 ---> 1e0fa21f3820 23:57:08 Step 6/22 : COPY go.mod vendor* ./ 23:57:08 ---> 71e47788674d 23:57:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:57:08 ---> Running in 2ac1dceaf182 23:57:08 ---> Running in 2c57c48a8935 23:57:08 ---> dff056d82d86 23:57:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:57:08 ---> Running in 1c2b2797ff69 23:57:08 9b3977197b4f: Pull complete 23:57:08 7d9057610161: Verifying Checksum 23:57:08 7d9057610161: Download complete 23:57:09 Removing intermediate container 52266f6b0097 23:57:09 ---> 4de2868b24ab 23:57:09 Step 8/23 : COPY . . 23:57:09 1a89e8eeedd5: Pull complete 23:57:09 Removing intermediate container e6a13cbb763c 23:57:09 ---> e87fe6f0295c 23:57:09 Step 8/22 : COPY . . 23:57:09 94645a83ff95: Pull complete 23:57:09 555d1d1c4555: Download complete 23:57:09 Removing intermediate container 2ac1dceaf182 23:57:09 ---> d110375533df 23:57:09 Step 8/22 : COPY . . 23:57:10 e6fb740bc735: Verifying Checksum 23:57:10 e6fb740bc735: Download complete 23:57:16 Removing intermediate container 2c57c48a8935 23:57:16 ---> b7ece4a93196 23:57:16 Step 8/23 : COPY . . 23:57:16 ---> b37aba6e05a0 23:57:16 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:57:16 ---> 64e0a1533aae 23:57:16 Step 9/23 : RUN make cmd/core-data/core-data 23:57:16 Removing intermediate container 1c2b2797ff69 23:57:16 ---> 3c2056adaf09 23:57:16 Step 8/22 : COPY . . 23:57:16 ---> Running in 23e2c9b14d94 23:57:16 ---> Running in cdb3d4ff589b 23:57:16 ---> e6324d64e321 23:57:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:57:18 ---> Running in 349c3d59f929 23:57:18 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 23:57:18 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 23:57:18 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 23:57:21 ---> 212cd958565f 23:57:21 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:57:21 ---> Running in 020d9843194a 23:57:21 ---> 94d0e608e917 23:57:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:57:21 ---> Running in 99e4d9d75f96 23:57:22 e6fb740bc735: Pull complete 23:57:22 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 23:57:23 3a77bd46dcc9: Pull complete 23:57:23 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 23:57:23 355e64cbe906: Pull complete 23:57:23 63ab81a10011: Pull complete 23:57:30 555d1d1c4555: Pull complete 23:57:31 7d9057610161: Pull complete 23:57:31 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 23:57:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 23:57:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 23:57:32 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 23:57:32 WORKDIR /edgex 23:57:32 COPY go.mod . 23:57:32 RUN go mod download 23:57:32 docker build -t ci-base-image-arm64 -f - . 23:57:34 Sending build context to Docker daemon 169.1MB 23:57:34 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 23:57:34 ---> 819e984ddca1 23:57:34 Step 2/4 : WORKDIR /edgex 23:57:36 ---> Running in 8daca3a518c6 23:57:36 Removing intermediate container 8daca3a518c6 23:57:36 ---> 22a5880dfd12 23:57:36 Step 3/4 : COPY go.mod . 23:57:37 ---> 68ac275d3603 23:57:37 Step 4/4 : RUN go mod download 23:57:37 ---> Running in f4a8ad2d49a9 23:57:49 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 23:57:57 Removing intermediate container 020d9843194a 23:57:57 ---> dfe9c39d80b3 23:57:57 23:57:57 Step 10/22 : FROM alpine:3.14 23:57:57 Removing intermediate container cdb3d4ff589b 23:57:57 ---> edd94351d85f 23:57:57 23:57:57 Step 10/23 : FROM alpine:3.14 23:57:57 Removing intermediate container 99e4d9d75f96 23:57:57 ---> 0f71740f8751 23:57:57 23:57:57 Step 10/23 : FROM alpine:3.14 23:57:57 Removing intermediate container 349c3d59f929 23:57:57 ---> b2df67c93293 23:57:57 23:57:57 Step 10/22 : FROM alpine:3.14 23:57:57 Removing intermediate container 23e2c9b14d94 23:57:57 ---> 24c0695ef45b 23:57:57 23:57:57 Step 10/22 : FROM alpine:3.14 23:57:58 3.14: Pulling from library/alpine 23:57:59 3.14: Pulling from library/alpine 23:57:59 3.14: Pulling from library/alpine 23:57:59 3.14: Pulling from library/alpine 23:57:59 3.14: Pulling from library/alpine 23:58:01 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 23:58:01 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 23:58:01 Status: Image is up to date for alpine:3.14 23:58:01 Status: Downloaded newer image for alpine:3.14 23:58:01 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 23:58:01 Status: Image is up to date for alpine:3.14 23:58:01 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 23:58:01 Status: Image is up to date for alpine:3.14 23:58:01 ---> e04c818066af 23:58:01 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 23:58:01 ---> e04c818066af 23:58:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:58:01 ---> e04c818066af 23:58:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:58:01 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 23:58:01 ---> e04c818066af 23:58:01 Status: Image is up to date for alpine:3.14 23:58:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:58:01 ---> e04c818066af 23:58:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:58:01 ---> Running in 40351b94c55e 23:58:01 ---> Running in 15a14c575e14 23:58:01 ---> Running in e61699d1d966 23:58:01 ---> Running in c8c2fbf5a529 23:58:01 ---> Running in c62180a639f7 23:58:01 Removing intermediate container e61699d1d966 23:58:01 ---> 24a19478e75b 23:58:01 Step 12/23 : ENV APP_PORT=59880 23:58:01 ---> Running in d27fbddab996 23:58:01 Removing intermediate container d27fbddab996 23:58:01 ---> 26d5880416b6 23:58:01 Step 13/23 : EXPOSE $APP_PORT 23:58:01 ---> Running in 38351211ee5c 23:58:01 Removing intermediate container 38351211ee5c 23:58:01 ---> bebc66c108d4 23:58:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:58:01 ---> Running in b53ae4ebd562 23:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 23:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 23:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 23:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 23:58:02 (1/1) Installing dumb-init (1.2.5-r1) 23:58:02 Executing busybox-1.33.1-r7.trigger 23:58:02 OK: 6 MiB in 15 packages 23:58:02 (1/6) Installing ca-certificates (20211220-r0) 23:58:02 (2/6) Installing brotli-libs (1.0.9-r5) 23:58:02 (3/6) Installing nghttp2-libs (1.43.0-r0) 23:58:02 (4/6) Installing libcurl (7.79.1-r1) 23:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 23:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 23:58:02 (5/6) Installing curl (7.79.1-r1) 23:58:02 (6/6) Installing dumb-init (1.2.5-r1) 23:58:02 Executing busybox-1.33.1-r7.trigger 23:58:02 Executing ca-certificates-20211220-r0.trigger 23:58:02 OK: 8 MiB in 20 packages 23:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 23:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 23:58:02 (1/1) Installing dumb-init (1.2.5-r1) 23:58:02 (1/2) Installing ca-certificates (20211220-r0) 23:58:02 Executing busybox-1.33.1-r7.trigger 23:58:02 (2/2) Installing dumb-init (1.2.5-r1) 23:58:02 Executing busybox-1.33.1-r7.trigger 23:58:02 OK: 6 MiB in 15 packages 23:58:02 Executing ca-certificates-20211220-r0.trigger 23:58:02 OK: 6 MiB in 16 packages 23:58:02 Removing intermediate container 40351b94c55e 23:58:02 ---> acc389e31ec3 23:58:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:58:02 ---> Running in c4c86e1659ad 23:58:03 Removing intermediate container b53ae4ebd562 23:58:03 ---> aad2ccebe621 23:58:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:58:03 ---> Running in 42f3fc0b6a40 23:58:03 Removing intermediate container c4c86e1659ad 23:58:03 ---> 673623d23dcd 23:58:03 Step 13/22 : ENV APP_PORT=59861 23:58:03 ---> Running in 38b9d1dc3961 23:58:03 Removing intermediate container 15a14c575e14 23:58:03 ---> 19ed03abeb45 23:58:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:58:03 Removing intermediate container c62180a639f7 23:58:03 ---> 589f8805a361 23:58:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:58:03 ---> Running in 979a0529ffed 23:58:03 ---> Running in cf2209df65b7 23:58:03 Removing intermediate container 38b9d1dc3961 23:58:03 ---> 5dc729714f53 23:58:03 Step 14/22 : EXPOSE $APP_PORT 23:58:03 Removing intermediate container c8c2fbf5a529 23:58:03 ---> 0f0476da86d7 23:58:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:58:03 ---> Running in cb030bd66872 23:58:03 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 23:58:03 ---> Running in c76f83ee3b59 23:58:03 Removing intermediate container 979a0529ffed 23:58:03 ---> 7497a9ca5c8a 23:58:03 Step 13/22 : WORKDIR /edgex 23:58:03 Removing intermediate container cf2209df65b7 23:58:03 ---> 4315ae53389c 23:58:03 Step 13/23 : ENV APP_PORT=59881 23:58:03 ---> Running in e28153b61a77 23:58:03 ---> Running in 6e74f11b9b96 23:58:03 Removing intermediate container cb030bd66872 23:58:03 ---> 312c26d40ec5 23:58:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:58:03 Removing intermediate container c76f83ee3b59 23:58:03 ---> 04ca156705e6 23:58:03 Step 13/22 : ENV APP_PORT=59860 23:58:03 ---> Running in 7639a7ee91c2 23:58:04 Removing intermediate container e28153b61a77 23:58:04 ---> 235550c25227 23:58:04 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:58:04 Removing intermediate container 6e74f11b9b96 23:58:04 ---> fb4befdad1d7 23:58:04 Step 14/23 : EXPOSE $APP_PORT 23:58:04 ---> Running in 54b6d5dce08b 23:58:04 ---> 68b58350a713 23:58:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:58:04 Removing intermediate container 7639a7ee91c2 23:58:04 ---> 146c63339202 23:58:04 Step 14/22 : EXPOSE $APP_PORT 23:58:04 ---> Running in e500e000da06 23:58:04 Removing intermediate container 54b6d5dce08b 23:58:04 ---> 36a53ed213fd 23:58:04 Step 15/23 : WORKDIR / 23:58:04 ---> 091908b36d09 23:58:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:58:04 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 23:58:04 (1/6) Installing dumb-init (1.2.5-r1) 23:58:04 (2/6) Installing libgcc (10.3.1_git20210424-r2) 23:58:04 ---> Running in bb47a42d7c8a 23:58:04 (3/6) Installing libsodium (1.0.18-r0) 23:58:04 Removing intermediate container e500e000da06 23:58:04 ---> f8e762b20a30 23:58:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:58:05 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 23:58:05 ---> c30d698815a4 23:58:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:58:05 (5/6) Installing libzmq (4.3.4-r0) 23:58:05 ---> 6bd442f48eff 23:58:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:58:05 (6/6) Installing zeromq (4.3.4-r0) 23:58:05 Executing busybox-1.33.1-r7.trigger 23:58:05 OK: 8 MiB in 20 packages 23:58:05 Removing intermediate container bb47a42d7c8a 23:58:05 ---> 2e24d2018706 23:58:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:58:05 ---> 52d69826fc97 23:58:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:58:05 ---> 8d3c472933f3 23:58:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:58:06 ---> 835ac74f6a5d 23:58:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 23:58:06 ---> Running in 2deabc2c5ab6 23:58:06 ---> 8a3b957359aa 23:58:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:58:06 Removing intermediate container 42f3fc0b6a40 23:58:06 ---> 060a922d04aa 23:58:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:58:07 ---> e024a6d24ae4 23:58:07 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:58:07 ---> 1fd2b2fd958c 23:58:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:58:07 Removing intermediate container 2deabc2c5ab6 23:58:07 ---> 7140dfda1b2e 23:58:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:58:07 ---> Running in 271242f48648 23:58:07 ---> 5cb18aa15490 23:58:07 ---> 12989fab425f 23:58:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:58:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:58:07 ---> Running in eb33c133f3e0 23:58:07 ---> 8d9120c16c9e 23:58:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:58:07 ---> 3aeae3f6bf44 23:58:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:58:07 Removing intermediate container eb33c133f3e0 23:58:07 ---> 3361939ecfc2 23:58:07 Step 20/22 : LABEL arch=x86_64 23:58:07 ---> Running in 214e3cab59b5 23:58:07 ---> 41020b2f3f47 23:58:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:58:07 ---> Running in eb038c7401da 23:58:07 ---> Running in 1c39438e3df5 23:58:07 Removing intermediate container 214e3cab59b5 23:58:07 ---> e47b8ded5c8c 23:58:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:58:07 Removing intermediate container 1c39438e3df5 23:58:07 ---> f14f02daee2c 23:58:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:58:07 Removing intermediate container eb038c7401da 23:58:07 ---> fc1f961fb9b4 23:58:07 Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:58:07 ---> Running in ba6dd3c1c902 23:58:07 ---> 26a625fa5b24 23:58:07 Step 19/23 : ENTRYPOINT ["/core-data"] 23:58:08 ---> Running in 127d2aa89cb9 23:58:08 ---> Running in afea5156d7ad 23:58:08 ---> Running in d72d2608e056 23:58:08 Removing intermediate container ba6dd3c1c902 23:58:08 ---> cf0106466409 23:58:08 Step 20/22 : LABEL arch=x86_64 23:58:08 Removing intermediate container 127d2aa89cb9 23:58:08 ---> 04101d3225b2 23:58:08 Step 21/23 : LABEL arch=x86_64 23:58:08 ---> Running in 16a07f5bd346 23:58:08 Removing intermediate container d72d2608e056 23:58:08 Removing intermediate container afea5156d7ad 23:58:08 ---> e44182502ecf 23:58:08 Step 22/22 : LABEL version=0.0.0 23:58:08 ---> e7cec6f7c55d 23:58:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:58:08 Removing intermediate container 271242f48648 23:58:08 ---> 48f692b4732c 23:58:08 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 23:58:08 ---> Running in c6b9503a2234 23:58:08 ---> Running in 31aa44b1d174 23:58:08 ---> Running in 4cd7333f105a 23:58:08 ---> Running in f37b872969d9 23:58:08 Removing intermediate container 16a07f5bd346 23:58:08 ---> a823a8f27870 23:58:08 Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:58:08 ---> Running in 48ca92cdd73f 23:58:08 Removing intermediate container c6b9503a2234 23:58:08 ---> cd9bd24478e8 23:58:08 Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:58:08 Removing intermediate container f37b872969d9 23:58:08 ---> cad1aebb5cc4 23:58:08 Step 20/22 : LABEL arch=x86_64 23:58:08 Removing intermediate container 31aa44b1d174 23:58:08 ---> d7fc3ee5496d 23:58:08 23:58:08 Removing intermediate container 4cd7333f105a 23:58:08 ---> 9abe254e4a91 23:58:08 Step 21/23 : LABEL arch=x86_64 23:58:08 ---> Running in 06c84996287f 23:58:08 ---> Running in e62d2907ff30 23:58:08 ---> Running in bc6f281a2b3b 23:58:08 Removing intermediate container 48ca92cdd73f 23:58:08 ---> 8f262e17d8cc 23:58:08 Step 22/22 : LABEL version=0.0.0 23:58:08 Successfully built d7fc3ee5496d 23:58:08 Successfully tagged support-scheduler:latest 23:58:08  Building support-scheduler ... done Building security-spire-server 23:58:08 ---> Running in 01ed164bdb53 23:58:08 Removing intermediate container 06c84996287f 23:58:08 ---> 0eb5487bda28 23:58:08 Step 23/23 : LABEL version=0.0.0 23:58:08 Removing intermediate container e62d2907ff30 23:58:08 ---> 3d43f73faf3f 23:58:08 Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:58:08 Removing intermediate container bc6f281a2b3b 23:58:08 ---> 7bf1abf57c8b 23:58:08 Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:58:08 ---> Running in 56fadae2a3a4 23:58:09 ---> Running in e3919be7e5e5 23:58:09 Removing intermediate container 01ed164bdb53 23:58:09 ---> 465042871b5d 23:58:09 23:58:09 ---> Running in b86801be25cd 23:58:09 Successfully built 465042871b5d 23:58:10 Successfully tagged support-notifications:latest 23:58:10 Building security-secretstore-setup 23:58:10  Building support-notifications ... done Removing intermediate container 56fadae2a3a4 23:58:10 ---> 72c28ca185e7 23:58:10 23:58:10 Successfully built 72c28ca185e7 23:58:10 Successfully tagged core-metadata:latest 23:58:10 Building sys-mgmt-agent 23:58:10  Building core-metadata ... done Removing intermediate container b86801be25cd 23:58:10 ---> 1f3ca084ed07 23:58:10 Step 23/23 : LABEL version=0.0.0 23:58:10 Removing intermediate container e3919be7e5e5 23:58:10 ---> 7646ec9984e5 23:58:10 Step 22/22 : LABEL version=0.0.0 23:58:12 ---> Running in b9094a15456e 23:58:12 ---> Running in 0c60d48d656e 23:58:13 Removing intermediate container b9094a15456e 23:58:13 ---> f15a250f9a7a 23:58:13 23:58:13 Removing intermediate container 0c60d48d656e 23:58:13 ---> 268100efb101 23:58:13 23:58:13 Successfully built f15a250f9a7a 23:58:13 Successfully tagged security-proxy-setup:latest 23:58:13  Building security-proxy-setup ... done Building security-spire-agent 23:58:13 Successfully built 268100efb101 23:58:13 Successfully tagged core-data:latest 23:58:13 Building security-spire-config 23:58:16  Building core-data ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:58:16 Step 2/25 : FROM ${BUILDER_BASE} AS builder 23:58:16 ---> f9ab0a1ced05 23:58:16 Step 3/25 : WORKDIR /edgex-go 23:58:16 ---> Using cache 23:58:16 ---> 0887eb869e5a 23:58:16 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:58:16 ---> Using cache 23:58:16 ---> ef1733945d2a 23:58:16 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 23:58:21 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:58:21 Step 2/25 : FROM ${BUILDER_BASE} AS builder 23:58:21 ---> f9ab0a1ced05 23:58:21 Step 3/25 : WORKDIR /edgex-go 23:58:21 ---> Using cache 23:58:21 ---> 0887eb869e5a 23:58:21 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:58:21 ---> Using cache 23:58:21 ---> ef1733945d2a 23:58:21 Step 5/25 : RUN apk add --update --no-cache make git 23:58:21 ---> Using cache 23:58:21 ---> c66fce9902c9 23:58:21 Step 6/25 : COPY go.mod vendor* ./ 23:58:21 ---> Using cache 23:58:21 ---> 71e47788674d 23:58:21 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:58:21 ---> Using cache 23:58:21 ---> b7ece4a93196 23:58:21 Step 8/25 : COPY . . 23:58:21 ---> Using cache 23:58:21 ---> 94d0e608e917 23:58:21 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:58:21 ---> Running in c9b40f174781 23:58:21 ---> Running in d56317bc3ae7 23:58:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:58:22 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 23:58:22 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:58:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:58:22 ---> f9ab0a1ced05 23:58:22 Step 3/23 : WORKDIR /edgex-go 23:58:22 ---> Using cache 23:58:22 ---> 0887eb869e5a 23:58:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:58:22 ---> Using cache 23:58:22 ---> ef1733945d2a 23:58:22 Step 5/23 : RUN apk add --update --no-cache make bash git 23:58:23 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:58:23 OK: 221 MiB in 52 packages 23:58:23 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:58:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:58:23 ---> f9ab0a1ced05 23:58:23 Step 3/26 : WORKDIR /edgex-go 23:58:23 ---> Using cache 23:58:23 ---> 0887eb869e5a 23:58:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:58:23 ---> Using cache 23:58:23 ---> ef1733945d2a 23:58:23 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 23:58:23 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:58:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:58:23 ---> f9ab0a1ced05 23:58:23 Step 3/26 : WORKDIR /edgex-go 23:58:23 ---> Using cache 23:58:23 ---> 0887eb869e5a 23:58:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:58:23 ---> Using cache 23:58:23 ---> ef1733945d2a 23:58:23 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 23:58:24 ---> Running in 2685a0d5045c 23:58:24 ---> Running in 4c5554ac1669 23:58:24 ---> Running in f5f4825d9504 23:58:24 Removing intermediate container f4a8ad2d49a9 23:58:24 ---> 0ba88676fdb8 23:58:24 Successfully built 0ba88676fdb8 23:58:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:58:24 Removing intermediate container c9b40f174781 23:58:24 ---> 8d3ce3965ed8 23:58:24 Step 6/25 : COPY go.mod vendor* ./ 23:58:24 ---> 1c296e05c758 23:58:24 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:58:24 + docker inspect -f . ci-base-image-arm64 23:58:24 . [Pipeline] } [Pipeline] // withEnv 23:58:24 ---> Running in 8d02bb82cccd 23:58:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:58:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:58:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [Pipeline] withDockerContainer 23:58:24 prd-ubuntu20.04-docker-arm64-4c-16g-15290 does not seem to be running inside a container 23:58:24 $ 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 23:58:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:58:25 Removing intermediate container 8d02bb82cccd 23:58:25 ---> 2d7a628df3aa 23:58:25 Step 8/25 : COPY . . 23:58:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:58:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:58:25 OK: 221 MiB in 52 packages 23:58:25 OK: 221 MiB in 52 packages 23:58:25 OK: 221 MiB in 52 packages 23:58:26 $ docker top 9a9d8113ec2d935c065b7dfed2d237653e624caf4130b7105be98727be8fbbc5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:58:27 + go version 23:58:27 go version go1.17.7 linux/arm64 [Pipeline] } 23:58:27 $ docker stop --time=1 9a9d8113ec2d935c065b7dfed2d237653e624caf4130b7105be98727be8fbbc5 23:58:28 $ docker rm -f 9a9d8113ec2d935c065b7dfed2d237653e624caf4130b7105be98727be8fbbc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 23:58:29 Removing intermediate container 2685a0d5045c 23:58:29 ---> 4a409e0fa7a9 23:58:29 Step 6/23 : COPY go.mod vendor* ./ 23:58:29 Removing intermediate container f5f4825d9504 23:58:29 ---> 40f105194272 23:58:29 Step 6/26 : COPY go.mod vendor* ./ 23:58:29 Removing intermediate container 4c5554ac1669 23:58:29 ---> d3828cecb94a 23:58:29 Step 6/26 : COPY go.mod vendor* ./ 23:58:29 ---> e46bb0d1e9f1 23:58:29 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:58:29 ---> 89a31dcddf8d 23:58:29 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:58:29 ---> c3ab0b3a6770 23:58:29 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 23:58:29 ---> Running in 2395545fc07e 23:58:29 ---> Running in 70e865048846 23:58:29 ---> Running in 26f7d9f0229f 23:58:29 + docker inspect -f . ci-base-image-arm64 23:58:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:58:30 prd-ubuntu20.04-docker-arm64-4c-16g-15290 does not seem to be running inside a container 23:58:30 $ 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 23:58:31 $ docker top 4fc7233c4859b5b532de91b455e413616ad52f668e4a80eb46a81dcd4d1d2215 -eo pid,comm 23:58:31 Removing intermediate container 2395545fc07e 23:58:31 ---> fbb7a8c4ebac 23:58:31 Step 8/26 : COPY . . 23:58:31 ---> 84b4e013123b 23:58:31 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [Pipeline] { 23:58:31 ---> Running in 47a6099e9c38 23:58:31 Removing intermediate container 26f7d9f0229f 23:58:31 ---> 4037cdab0ea0 23:58:31 Step 8/26 : COPY . . [Pipeline] echo 23:58:31 ========================================================= 23:58:31 [edgeXBuildGoParallel] Running Tests and Build... 23:58:31 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:58:31 Removing intermediate container 70e865048846 23:58:31 ---> ddda46ee3d9a 23:58:31 Step 8/23 : COPY . . 23:58:31 Removing intermediate container 47a6099e9c38 23:58:31 ---> da6cd849326e 23:58:31 Step 10/25 : WORKDIR /edgex-go/spire-build 23:58:32 + make test 23:58:32 go mod tidy -compat=1.17 23:58:33 ---> Running in 13746f773465 23:58:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:58:35 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 23:58:38 Removing intermediate container 13746f773465 23:58:38 ---> 3b9454358ae5 23:58:38 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 23:58:38 ---> Running in 7530d09a25f1 23:58:38 ---> e97bb4b14eb1 23:58:38 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 23:58:38 ---> 41f68ea444e7 23:58:38 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:58:39 ---> Running in 4e4878aa1aa4 23:58:39 ---> Running in c4664b7b936a 23:58:39 ---> 8a9259b2e4cc 23:58:39 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 23:58:39 ---> Running in 278d575998cd 23:58:39 Removing intermediate container 4e4878aa1aa4 23:58:39 ---> b2cf32468467 23:58:39 Step 10/26 : WORKDIR /edgex-go/spire-build 23:58:39 ---> Running in 2be4b6482c38 23:58:39 Removing intermediate container 278d575998cd 23:58:39 ---> 1c247dc38578 23:58:39 Step 10/26 : WORKDIR /edgex-go/spire-build 23:58:39 ---> Running in 4370691ea42b 23:58:39 Removing intermediate container 2be4b6482c38 23:58:39 ---> 5af458a35461 23:58:39 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 23:58:39 Removing intermediate container 7530d09a25f1 23:58:39 ---> a3dc9ab495af 23:58:39 Step 12/25 : WORKDIR /edgex-go 23:58:39 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 23:58:39 ---> Running in 8ba67c2b435f 23:58:39 Removing intermediate container 4370691ea42b 23:58:39 ---> d26b2cdb604b 23:58:39 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 23:58:40 ---> Running in 95fadc7b697d 23:58:41 ---> Running in 677e8c83a173 23:58:41 Removing intermediate container d56317bc3ae7 23:58:41 ---> a394e7277447 23:58:41 23:58:41 Step 10/25 : FROM alpine:3.14 23:58:41 ---> e04c818066af 23:58:41 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 23:58:41 Removing intermediate container 95fadc7b697d 23:58:41 ---> f0b5be75e11e 23:58:41 23:58:41 Step 13/25 : FROM alpine:3.15 23:58:41 ---> Running in f11094f37d45 23:58:41 3.15: Pulling from library/alpine 23:58:41 Removing intermediate container 8ba67c2b435f 23:58:41 ---> 4fb6fe405ea7 23:58:41 Step 12/26 : WORKDIR /edgex-go 23:58:41 ---> Running in 1877ac4e8ab9 23:58:41 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 23:58:42 Status: Downloaded newer image for alpine:3.15 23:58:42 ---> 0ac33e5f5afa 23:58:42 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:58:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 23:58:42 ---> Running in c8686c8997df 23:58:42 Removing intermediate container 1877ac4e8ab9 23:58:42 ---> f201aae0ee23 23:58:42 23:58:42 Step 13/26 : FROM alpine:3.15 23:58:42 ---> 0ac33e5f5afa 23:58:42 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:58:42 ---> Running in b240103cc872 23:58:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 23:58:42 Removing intermediate container 677e8c83a173 23:58:42 ---> 495952e3032a 23:58:42 Step 12/26 : WORKDIR /edgex-go 23:58:42 Removing intermediate container c8686c8997df 23:58:42 ---> f780e6140e5f 23:58:42 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:58:42 (1/3) Installing ca-certificates (20211220-r0) 23:58:42 (2/3) Installing dumb-init (1.2.5-r1) 23:58:42 (3/3) Installing su-exec (0.2-r1) 23:58:42 Executing busybox-1.33.1-r7.trigger 23:58:42 Executing ca-certificates-20211220-r0.trigger 23:58:42 Removing intermediate container b240103cc872 23:58:42 ---> e182b64bf5e4 23:58:42 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:58:42 ---> Running in f77d8c09951f 23:58:42 ---> Running in 9ab52d3309c4 23:58:42 OK: 6 MiB in 17 packages 23:58:42 ---> Running in a45a11a48879 23:58:42 Removing intermediate container f77d8c09951f 23:58:42 ---> 01e37e161fd0 23:58:42 23:58:42 Step 13/26 : FROM alpine:3.15 23:58:42 ---> 0ac33e5f5afa 23:58:42 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:58:42 ---> Using cache 23:58:42 ---> e182b64bf5e4 23:58:42 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:58:43 ---> Running in 89fcf02a8440 23:58:43 Removing intermediate container f11094f37d45 23:58:43 ---> 4d07c504da3e 23:58:43 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:58:43 ---> Running in 6f2c84e8069d 23:58:43 Removing intermediate container 6f2c84e8069d 23:58:43 ---> d4c8dc156dac 23:58:43 Step 13/25 : WORKDIR / 23:58:43 ---> Running in c820855da111 23:58:44 Removing intermediate container 9ab52d3309c4 23:58:44 ---> 961fc8b97322 23:58:44 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:58:44 Removing intermediate container a45a11a48879 23:58:44 ---> c01f41bf1a59 23:58:44 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 23:58:44 Removing intermediate container c820855da111 23:58:44 ---> dffa4e3d890b 23:58:44 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:58:44 ---> Running in a4eb3dbfc04a 23:58:44 ---> Running in 698375e910b1 23:58:44 Removing intermediate container 89fcf02a8440 23:58:44 ---> df40a1614bbe 23:58:44 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:58:44 ---> Running in cd9b3d3007f1 23:58:44 ---> 7cf55c948605 23:58:44 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:58:45 ---> 6c38c48de695 23:58:45 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:58:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:58:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:58:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:58:45 ---> b44503666d3d 23:58:45 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 23:58:45 ---> 4c2c02e76f4f 23:58:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:58:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:58:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:58:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:58:46 ---> 9d7324cede48 23:58:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:58:46 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 23:58:46 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 23:58:46 OK: 15859 distinct packages available 23:58:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:58:46 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 23:58:46 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 23:58:46 OK: 15859 distinct packages available 23:58:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:58:46 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 23:58:46 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 23:58:46 OK: 15859 distinct packages available 23:58:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:58:46 ---> 5c19ca8ee4e1 23:58:46 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:58:47 ---> a365fbbed2ff 23:58:47 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/ 23:58:47 ---> Running in e14f7cf5dd0a 23:58:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:58:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:58:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:58:47 (1/5) Installing dumb-init (1.2.5-r1) 23:58:47 (2/5) Installing musl-obstack (1.2.3-r0) 23:58:47 (3/5) Installing libucontext (1.1-r0) 23:58:47 (4/5) Installing gcompat (1.0.0-r4) 23:58:47 (1/5) Installing dumb-init (1.2.5-r1) 23:58:47 (1/4) Installing dumb-init (1.2.5-r1) 23:58:47 Removing intermediate container e14f7cf5dd0a 23:58:47 ---> b2e5db90488d 23:58:47 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 23:58:47 (5/5) Installing openssl (1.1.1o-r0) 23:58:47 (2/5) Installing musl-obstack (1.2.3-r0) 23:58:47 ---> Running in db5ffe592d29 23:58:47 (2/4) Installing musl-obstack (1.2.3-r0) 23:58:47 (3/5) Installing libucontext (1.1-r0) 23:58:47 Executing busybox-1.34.1-r5.trigger 23:58:47 OK: 6 MiB in 19 packages 23:58:47 (3/4) Installing libucontext (1.1-r0) 23:58:48 Removing intermediate container db5ffe592d29 23:58:48 ---> b4f773fc0844 23:58:48 Step 23/25 : LABEL arch=x86_64 23:58:48 (4/5) Installing gcompat (1.0.0-r4) 23:58:48 ---> Running in e37a1eece1fa 23:58:48 (4/4) Installing gcompat (1.0.0-r4) 23:58:48 (5/5) Installing openssl (1.1.1o-r0) 23:58:48 Removing intermediate container e37a1eece1fa 23:58:48 ---> aca6e356d6f2 23:58:48 Step 24/25 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:58:48 Executing busybox-1.34.1-r5.trigger 23:58:48 OK: 6 MiB in 18 packages 23:58:48 Executing busybox-1.34.1-r5.trigger 23:58:48 OK: 6 MiB in 19 packages 23:58:48 ---> Running in 1f94b8d29ae5 23:58:48 Removing intermediate container 1f94b8d29ae5 23:58:48 ---> e7868417de05 23:58:48 Step 25/25 : LABEL version=0.0.0 23:58:48 ---> Running in c10fafaeaa58 23:58:48 Removing intermediate container c10fafaeaa58 23:58:48 ---> 2d5caf5c3713 23:58:48 23:58:48 Removing intermediate container cd9b3d3007f1 23:58:48 ---> be730841fc2b 23:58:48 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 23:58:49 Removing intermediate container a4eb3dbfc04a 23:58:49 ---> 0ea874512e8d 23:58:49 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:58:49 Removing intermediate container 698375e910b1 23:58:49 ---> 4dcf22f42457 23:58:49 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:58:49 Successfully built 2d5caf5c3713 23:58:49 Successfully tagged security-secretstore-setup:latest 23:58:49  Building security-secretstore-setup ... done Building security-bootstrapper 23:58:53 ---> a52329042ba9 23:58:53 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:58:53 ---> b9de61528605 23:58:53 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 23:58:53 ---> d09f0823218c 23:58:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 23:58:53 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:58:53 Step 2/31 : FROM ${BUILDER_BASE} AS builder 23:58:53 ---> f9ab0a1ced05 23:58:53 Step 3/31 : WORKDIR /edgex-go 23:58:53 ---> Using cache 23:58:53 ---> 0887eb869e5a 23:58:53 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:58:53 ---> Using cache 23:58:53 ---> ef1733945d2a 23:58:53 Step 5/31 : RUN apk add --update --no-cache make git 23:58:53 ---> Using cache 23:58:53 ---> c66fce9902c9 23:58:53 Step 6/31 : COPY go.mod vendor* ./ 23:58:53 ---> Using cache 23:58:53 ---> 71e47788674d 23:58:53 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:58:53 ---> Using cache 23:58:53 ---> b7ece4a93196 23:58:53 Step 8/31 : COPY . . 23:58:53 ---> Using cache 23:58:53 ---> 94d0e608e917 23:58:53 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:58:53 ---> 91e378df5569 23:58:53 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 23:58:53 ---> c43e4982e2b4 23:58:53 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 23:58:53 ---> Running in 10a27e474d35 23:58:54 ---> Running in ab57443bda8b 23:58:54 ---> e8df9320a2d0 23:58:54 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 23:58:54 ---> 86f3f8b1550c 23:58:54 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 23:58:54 Removing intermediate container ab57443bda8b 23:58:54 ---> 7bee9b5e1bec 23:58:54 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 23:58:54 ---> faa85a7dd69f 23:58:54 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 23:58:54 Removing intermediate container c4664b7b936a 23:58:54 ---> 5a64b164229e 23:58:54 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:58:54 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 23:58:54 ---> 2d7ff65f07af 23:58:54 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:58:54 ---> Running in 99d0e11257d4 23:58:54 ---> Running in 084f8b5143a6 23:58:54 ---> 36b3e1e10b91 23:58:54 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 23:58:54 ---> 02edb7077f3e 23:58:54 Step 21/26 : WORKDIR / 23:58:54 ---> Running in cde1cd4d99d7 23:58:54 Removing intermediate container 084f8b5143a6 23:58:54 ---> c8fd64b8261c 23:58:54 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:58:55 ---> Running in 89e98918a9f6 23:58:55 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 23:58:55 ---> 3d6bcd562559 23:58:55 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:58:55 Removing intermediate container cde1cd4d99d7 23:58:55 ---> 1d91861b827b 23:58:55 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:58:55 ---> Running in 1ba5214dcb63 23:58:55 ---> Running in c95030f4eb6a 23:58:55 Removing intermediate container 89e98918a9f6 23:58:55 ---> eeb0a40de79c 23:58:55 Step 23/25 : LABEL arch=x86_64 23:58:55 ---> Running in 3085f4dac14c 23:58:55 Removing intermediate container 1ba5214dcb63 23:58:55 ---> d27b70cfc930 23:58:55 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:58:55 Removing intermediate container c95030f4eb6a 23:58:55 ---> 30264fa1f66d 23:58:55 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:58:55 ---> Running in 177c4181e8a9 23:58:55 Removing intermediate container 3085f4dac14c 23:58:55 ---> e7f976af966a 23:58:55 Step 24/25 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:58:55 ---> Running in c270431f187b 23:58:55 ---> Running in 451ecaa9c0ac 23:58:55 Removing intermediate container 177c4181e8a9 23:58:55 ---> 7fc58400a987 23:58:55 Step 24/26 : LABEL arch=x86_64 23:58:55 Removing intermediate container c270431f187b 23:58:55 ---> 82050d3d924b 23:58:55 Step 24/26 : LABEL arch=x86_64 23:58:55 ---> Running in 28a34b4f630b 23:58:55 Removing intermediate container 451ecaa9c0ac 23:58:55 ---> 2febd27d833b 23:58:55 Step 25/25 : LABEL version=0.0.0 23:58:55 ---> Running in 2674edeeb96c 23:58:55 Removing intermediate container 99d0e11257d4 23:58:55 ---> e48c7b2d7f56 23:58:55 23:58:55 Step 11/23 : FROM docker:20.10.14 23:58:55 ---> Running in 86af62ecf209 23:58:55 Removing intermediate container 28a34b4f630b 23:58:55 ---> d4233ae1ea19 23:58:55 Step 25/26 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:58:55 Removing intermediate container 2674edeeb96c 23:58:55 20.10.14: Pulling from library/docker 23:58:55 ---> ffbc51bb4677 23:58:55 Step 25/26 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:58:55 ---> Running in 60410b0a6f37 23:58:56 ---> Running in 4519cc78bbc9 23:58:56 Removing intermediate container 86af62ecf209 23:58:56 ---> f948804739fd 23:58:56 23:58:56 Removing intermediate container 60410b0a6f37 23:58:56 ---> 487e556fc2f6 23:58:56 Step 26/26 : LABEL version=0.0.0 23:58:56 Removing intermediate container 4519cc78bbc9 23:58:56 ---> 2113823955e0 23:58:56 Step 26/26 : LABEL version=0.0.0 23:58:56 Successfully built f948804739fd 23:58:56 Successfully tagged security-spire-server:latest 23:58:56  Building security-spire-server ... done Building core-command 23:58:56 ---> Running in 1c8bb06fc476 23:58:56 ---> Running in 6cf97ecc94cd 23:58:57 Removing intermediate container 1c8bb06fc476 23:58:57 ---> f470b32ffa89 23:58:57 23:58:57 Successfully built f470b32ffa89 23:58:57 Successfully tagged security-spire-agent:latest 23:58:57  Building security-spire-agent ... done Building security-spiffe-token-provider 23:58:57 Removing intermediate container 6cf97ecc94cd 23:58:57 ---> 954f4a37e8f7 23:58:57 23:58:58 Successfully built 954f4a37e8f7 23:58:58 Successfully tagged security-spire-config:latest 23:59:04  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:59:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:59:04 ---> f9ab0a1ced05 23:59:04 Step 3/23 : WORKDIR /edgex-go 23:59:04 ---> Using cache 23:59:04 ---> 0887eb869e5a 23:59:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:59:04 ---> Using cache 23:59:04 ---> ef1733945d2a 23:59:04 Step 5/23 : RUN apk add --update --no-cache make git 23:59:04 ---> Using cache 23:59:04 ---> c66fce9902c9 23:59:04 Step 6/23 : COPY go.mod vendor* ./ 23:59:04 ---> Using cache 23:59:04 ---> 71e47788674d 23:59:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:59:04 ---> Using cache 23:59:04 ---> b7ece4a93196 23:59:04 Step 8/23 : COPY . . 23:59:04 ---> Using cache 23:59:04 ---> 94d0e608e917 23:59:04 Step 9/23 : RUN make cmd/core-command/core-command 23:59:04 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 23:59:04 Step 2/20 : FROM ${BUILDER_BASE} AS builder 23:59:04 ---> f9ab0a1ced05 23:59:04 Step 3/20 : WORKDIR /edgex-go 23:59:04 ---> Using cache 23:59:04 ---> 0887eb869e5a 23:59:04 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 23:59:05 ? github.com/edgexfoundry/edgex-go [no test files] 23:59:08 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 23:59:08 Status: Downloaded newer image for docker:20.10.14 23:59:08 ---> 7417809fdb73 23:59:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 23:59:08 ---> Running in 5d0f89f2568b 23:59:08 ---> Running in 958c3e1c7bef 23:59:08 ---> Running in 2fd7a4a608be 23:59:08 Removing intermediate container 2fd7a4a608be 23:59:08 ---> d886f957572e 23:59:08 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 23:59:08 ---> Running in df03447fa4ca 23:59:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:59:08 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 23:59:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:59:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:59:08 (1/43) Installing readline (8.1.1-r0) 23:59:08 (2/43) Installing bash (5.1.16-r0) 23:59:08 Executing bash-5.1.16-r0.post-install 23:59:08 (3/43) Installing brotli-libs (1.0.9-r5) 23:59:08 (4/43) Installing nghttp2-libs (1.46.0-r0) 23:59:08 (5/43) Installing libcurl (7.80.0-r1) 23:59:08 (6/43) Installing curl (7.80.0-r1) 23:59:08 (7/43) Installing dumb-init (1.2.5-r1) 23:59:08 (8/43) Installing libbz2 (1.0.8-r1) 23:59:08 (9/43) Installing expat (2.4.7-r0) 23:59:08 (10/43) Installing libffi (3.4.2-r1) 23:59:08 (11/43) Installing gdbm (1.22-r0) 23:59:08 (12/43) Installing xz-libs (5.2.5-r1) 23:59:08 (13/43) Installing libgcc (10.3.1_git20211027-r0) 23:59:08 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 23:59:08 (15/43) Installing mpdecimal (2.5.1-r1) 23:59:08 (16/43) Installing sqlite-libs (3.36.0-r0) 23:59:08 (17/43) Installing python3 (3.9.7-r4) 23:59:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:59:09 (18/43) Installing py3-appdirs (1.4.4-r2) 23:59:09 (19/43) Installing py3-certifi (2020.12.5-r1) 23:59:09 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 23:59:09 (21/43) Installing py3-idna (3.3-r0) 23:59:09 (22/43) Installing py3-urllib3 (1.26.7-r0) 23:59:09 (23/43) Installing py3-requests (2.26.0-r1) 23:59:09 (24/43) Installing py3-msgpack (1.0.2-r1) 23:59:09 (25/43) Installing py3-lockfile (0.12.2-r4) 23:59:09 (26/43) Installing py3-cachecontrol (0.12.10-r0) 23:59:09 (27/43) Installing py3-colorama (0.4.4-r1) 23:59:09 (28/43) Installing py3-contextlib2 (21.6.0-r1) 23:59:09 (29/43) Installing py3-distlib (0.3.3-r0) 23:59:09 (30/43) Installing py3-distro (1.6.0-r0) 23:59:09 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 23:59:09 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 23:59:09 OK: 15866 distinct packages available 23:59:09 (31/43) Installing py3-six (1.16.0-r0) 23:59:09 (32/43) Installing py3-webencodings (0.5.1-r4) 23:59:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:59:09 (33/43) Installing py3-html5lib (1.1-r1) 23:59:09 (34/43) Installing py3-parsing (2.4.7-r2) 23:59:09 (35/43) Installing py3-packaging (20.9-r1) 23:59:09 (36/43) Installing py3-tomli (1.2.2-r0) 23:59:09 (37/43) Installing py3-pep517 (0.12.0-r0) 23:59:09 (38/43) Installing py3-progress (1.6-r0) 23:59:09 (39/43) Installing py3-retrying (1.3.3-r2) 23:59:09 (40/43) Installing py3-ordered-set (4.0.2-r2) 23:59:09 (41/43) Installing py3-setuptools (52.0.0-r4) 23:59:09 Removing intermediate container 10a27e474d35 23:59:09 ---> fcd93eb5176e 23:59:09 23:59:09 Step 10/31 : FROM alpine:3.14 23:59:09 ---> e04c818066af 23:59:09 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:59:09 (42/43) Installing py3-toml (0.10.2-r2) 23:59:09 (43/43) Installing py3-pip (20.3.4-r1) 23:59:09 ---> Running in 344f7dcad74f 23:59:09 Executing busybox-1.34.1-r5.trigger 23:59:09 OK: 83 MiB in 65 packages 23:59:10 Removing intermediate container 344f7dcad74f 23:59:10 ---> ab3d0569b5be 23:59:10 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 23:59:10 ---> Running in 4a7ba458bd90 23:59:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:59:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 23:59:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 23:59:10 OK: 221 MiB in 52 packages 23:59:10 (1/2) Installing dumb-init (1.2.5-r1) 23:59:10 (2/2) Installing su-exec (0.2-r1) 23:59:10 Executing busybox-1.33.1-r7.trigger 23:59:10 OK: 6 MiB in 16 packages 23:59:10 Collecting docker-compose==1.23.2 23:59:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:59:10 Collecting dockerpty<0.5,>=0.4.1 23:59:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:59:11 Collecting texttable<0.10,>=0.9.0 23:59:11 Downloading texttable-0.9.1.tar.gz (11 kB) 23:59:11 Removing intermediate container 4a7ba458bd90 23:59:11 ---> 2591f9b74e0f 23:59:11 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 23:59:11 Removing intermediate container 5d0f89f2568b 23:59:11 ---> bcc0adbf0d6c 23:59:11 Step 5/20 : COPY go.mod vendor* ./ 23:59:11 ---> Running in 6a60a3bf6c57 23:59:11 Collecting websocket-client<1.0,>=0.32.0 23:59:11 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 23:59:11 Collecting docopt<0.7,>=0.6.1 23:59:11 Downloading docopt-0.6.2.tar.gz (25 kB) 23:59:11 Removing intermediate container 6a60a3bf6c57 23:59:11 ---> 6c57eabd10a1 23:59:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:59:11 ---> 14ba3de9aa56 23:59:11 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:59:11 ---> Running in 521236fa680a 23:59:11 ---> Running in ef8fc0ce13f1 23:59:11 Collecting jsonschema<3,>=2.5.1 23:59:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:59:11 Removing intermediate container 521236fa680a 23:59:11 ---> 3e010e22a8e3 23:59:11 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:59:12 Collecting PyYAML<4,>=3.10 23:59:12 ---> Running in da1d42c68962 23:59:12 Downloading PyYAML-3.13.tar.gz (270 kB) 23:59:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 23:59:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:59:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:59:12 Collecting docker<4.0,>=3.6.0 23:59:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:59:12 Collecting cached-property<2,>=1.2.0 23:59:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:59:12 Collecting docker-pycreds>=0.4.0 23:59:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:59:12 Collecting urllib3<1.25,>=1.21.1 23:59:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:59:13 Collecting idna<2.8,>=2.5 23:59:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:59:13 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) 23:59:13 Collecting chardet<3.1.0,>=3.0.2 23:59:13 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 23:59:13 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 23:59:13 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 23:59:13 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 23:59:13 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 23:59:13 Removing intermediate container ef8fc0ce13f1 23:59:13 ---> 8d2b12c993eb 23:59:13 Step 7/20 : COPY . . 23:59:13 Removing intermediate container da1d42c68962 23:59:13 ---> 6bf3d5ee94e8 23:59:13 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 23:59:13 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 23:59:13 Attempting uninstall: urllib3 23:59:13 Found existing installation: urllib3 1.26.7 23:59:13 Uninstalling urllib3-1.26.7: 23:59:13 Successfully uninstalled urllib3-1.26.7 23:59:13 ---> Running in 6e646dd0a5b3 23:59:13 Attempting uninstall: idna 23:59:13 Found existing installation: idna 3.3 23:59:13 Uninstalling idna-3.3: 23:59:13 Successfully uninstalled idna-3.3 23:59:14 Removing intermediate container 6e646dd0a5b3 23:59:14 ---> 2ac8b1a9a495 23:59:14 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:59:14 Attempting uninstall: requests 23:59:14 Found existing installation: requests 2.26.0 23:59:14 Uninstalling requests-2.26.0: 23:59:14 Successfully uninstalled requests-2.26.0 23:59:15 Running setup.py install for texttable: started 23:59:15 ---> 557c53f6a1a5 23:59:15 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:59:15 ---> Running in 5ce4e3bd5493 23:59:16 Running setup.py install for texttable: finished with status 'done' 23:59:16 Running setup.py install for PyYAML: started 23:59:16 Running setup.py install for PyYAML: finished with status 'done' 23:59:16 Running setup.py install for docopt: started 23:59:16 Removing intermediate container 5ce4e3bd5493 23:59:16 ---> d88b0159c447 23:59:16 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 23:59:17 Running setup.py install for docopt: finished with status 'done' 23:59:17 Running setup.py install for dockerpty: started 23:59:17 ---> 129ff8a7f846 23:59:17 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:59:17 Running setup.py install for dockerpty: finished with status 'done' 23:59:18 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 23:59:18 ---> 16a5b6aeab82 23:59:18 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:59:18 ---> 5dd09878c6f4 23:59:18 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:59:19 ---> 0830d3b6b4ff 23:59:19 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 23:59:19 ---> 42eb453ee318 23:59:19 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:59:19 ---> d38f762045a0 23:59:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 23:59:19 ---> Running in 6ee14268d251 23:59:19 ---> Running in d5a7cb8c42db 23:59:20 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 23:59:20 Removing intermediate container d5a7cb8c42db 23:59:20 ---> 977ef01af7d1 23:59:20 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:59:20 ---> e2b85c4dcdff 23:59:20 Step 26/31 : RUN chmod +x /entrypoint.sh 23:59:21 ---> Running in fda21ce941d6 23:59:21 Removing intermediate container df03447fa4ca 23:59:21 ---> 6fcc8859ddf8 23:59:21 Step 14/23 : ENV APP_PORT=58890 23:59:21 Removing intermediate container 958c3e1c7bef 23:59:21 ---> f4cf034fd631 23:59:21 23:59:21 Step 10/23 : FROM alpine:3.14 23:59:21 ---> e04c818066af 23:59:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:59:21 ---> Using cache 23:59:21 ---> 589f8805a361 23:59:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:59:21 ---> Using cache 23:59:21 ---> 4315ae53389c 23:59:21 Step 13/23 : ENV APP_PORT=59882 23:59:21 ---> Running in e8c205d20e9f 23:59:21 ---> Running in f2a627c94026 23:59:21 Removing intermediate container f2a627c94026 23:59:21 ---> 4a6bbdaa1acb 23:59:21 Step 14/23 : EXPOSE $APP_PORT 23:59:21 Removing intermediate container e8c205d20e9f 23:59:21 ---> c7f635938484 23:59:21 Step 15/23 : EXPOSE $APP_PORT 23:59:21 ---> Running in adfec9d21585 23:59:21 ---> Running in dce419369579 23:59:21 Removing intermediate container adfec9d21585 23:59:21 ---> 42980c16993c 23:59:21 Step 15/23 : WORKDIR / 23:59:21 Removing intermediate container fda21ce941d6 23:59:21 ---> efe45e7bd34c 23:59:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 23:59:21 Removing intermediate container dce419369579 23:59:21 ---> 02915d4021c4 23:59:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:59:21 ---> Running in f0a17cc4a265 23:59:22 ---> Running in 19001754572f 23:59:22 Removing intermediate container f0a17cc4a265 23:59:22 ---> 806895e34eda 23:59:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:59:22 Removing intermediate container 19001754572f 23:59:22 ---> 357830352674 23:59:22 Step 28/31 : CMD ["gate"] 23:59:22 ---> Running in 439164a54df7 23:59:22 ---> 4bcff1f33fde 23:59:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:59:22 ---> 48b4929dd9b5 23:59:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:59:22 Removing intermediate container 439164a54df7 23:59:22 ---> cf4d13eb060a 23:59:22 Step 29/31 : LABEL arch=x86_64 23:59:22 ---> Running in d010eecdb19d 23:59:22 ---> 5c82424b4482 23:59:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:59:22 Removing intermediate container d010eecdb19d 23:59:22 ---> 0c59571e41dd 23:59:22 Step 30/31 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:59:22 ---> Running in 08a81b97db70 23:59:23 ---> 0ac1dd4faf3b 23:59:23 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 23:59:23 ---> 576ec768c282 23:59:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:59:23 ---> Running in ff607d87da03 23:59:23 Removing intermediate container 08a81b97db70 23:59:23 ---> 3c187522efda 23:59:23 Step 31/31 : LABEL version=0.0.0 23:59:23 ---> Running in b8d8eaf80a6e 23:59:23 Removing intermediate container ff607d87da03 23:59:23 ---> 8464ad7f1881 23:59:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:59:24 ---> 538abdd9b1d1 23:59:24 Step 19/23 : ENTRYPOINT ["/core-command"] 23:59:24 ---> Running in 726db7b97b36 23:59:24 Removing intermediate container b8d8eaf80a6e 23:59:24 ---> bfab29d5916b 23:59:24 23:59:24 ---> Running in ef4ccd00281e 23:59:24 Successfully built bfab29d5916b 23:59:24 Successfully tagged security-bootstrapper:latest 23:59:24  Building security-bootstrapper ... done Removing intermediate container 726db7b97b36 23:59:24 ---> 7c1add0cc297 23:59:24 Step 21/23 : LABEL arch=x86_64 23:59:24 Removing intermediate container ef4ccd00281e 23:59:24 ---> 756211562d6c 23:59:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:59:24 ---> Running in f4d02e60b3c2 23:59:24 ---> Running in f657a9e824d4 23:59:24 Removing intermediate container f4d02e60b3c2 23:59:24 ---> 9beffd3b4710 23:59:24 Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:59:24 ---> Running in 8d719ba1c2a6 23:59:24 Removing intermediate container f657a9e824d4 23:59:24 ---> 0d2959013127 23:59:24 Step 21/23 : LABEL arch=x86_64 23:59:24 ---> Running in c8b1a498cbd7 23:59:24 Removing intermediate container 8d719ba1c2a6 23:59:24 ---> 943c38c9c323 23:59:24 Step 23/23 : LABEL version=0.0.0 23:59:24 ---> Running in 9cface658c9d 23:59:24 Removing intermediate container c8b1a498cbd7 23:59:24 ---> 37eb933dbedd 23:59:24 Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:59:24 ---> Running in de2924f32333 23:59:24 Removing intermediate container 9cface658c9d 23:59:24 ---> 3581d8858b9c 23:59:24 23:59:25 Successfully built 3581d8858b9c 23:59:25 Successfully tagged sys-mgmt-agent:latest 23:59:25 Removing intermediate container de2924f32333 23:59:25 ---> d153806a370c 23:59:25 Step 23/23 : LABEL version=0.0.0 23:59:25  Building sys-mgmt-agent ... done  ---> Running in 04aee966ac4a 23:59:25 Removing intermediate container 04aee966ac4a 23:59:25 ---> 6038f3d6bb8a 23:59:25 23:59:25 Successfully built 6038f3d6bb8a 23:59:25 Successfully tagged core-command:latest 23:59:35  Building core-command ... done Removing intermediate container 6ee14268d251 23:59:35 ---> 36e4203f2932 23:59:35 23:59:35 Step 9/20 : FROM alpine:3.15 23:59:35 ---> 0ac33e5f5afa 23:59:35 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:59:35 ---> Using cache 23:59:35 ---> e182b64bf5e4 23:59:35 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:59:35 ---> Using cache 23:59:35 ---> df40a1614bbe 23:59:35 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 23:59:35 ---> Running in 019be9b2a225 23:59:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:59:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:59:36 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 23:59:36 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 23:59:36 OK: 15859 distinct packages available 23:59:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:59:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:59:37 (1/9) Installing ca-certificates (20211220-r0) 23:59:37 (2/9) Installing brotli-libs (1.0.9-r5) 23:59:37 (3/9) Installing nghttp2-libs (1.46.0-r0) 23:59:37 (4/9) Installing libcurl (7.80.0-r1) 23:59:38 (5/9) Installing curl (7.80.0-r1) 23:59:38 (6/9) Installing dumb-init (1.2.5-r1) 23:59:38 (7/9) Installing musl-obstack (1.2.3-r0) 23:59:38 (8/9) Installing libucontext (1.1-r0) 23:59:38 (9/9) Installing gcompat (1.0.0-r4) 23:59:38 Executing busybox-1.34.1-r5.trigger 23:59:38 Executing ca-certificates-20211220-r0.trigger 23:59:38 OK: 8 MiB in 23 packages 23:59:39 Removing intermediate container 019be9b2a225 23:59:39 ---> e22cc934a048 23:59:39 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 23:59:39 ---> 015b42d863f5 23:59:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 23:59:39 ---> 01fb0bd186e7 23:59:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 23:59:39 ---> caf34d80204c 23:59:39 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 23:59:39 ---> Running in 152ef8931df4 23:59:39 Removing intermediate container 152ef8931df4 23:59:39 ---> 73a2cbbd6994 23:59:39 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:59:39 ---> Running in 4988de0fc208 23:59:39 Removing intermediate container 4988de0fc208 23:59:39 ---> b9b132498860 23:59:39 Step 18/20 : LABEL arch=x86_64 23:59:40 ---> Running in 5ceee462e793 23:59:40 Removing intermediate container 5ceee462e793 23:59:40 ---> cf073c2fa197 23:59:40 Step 19/20 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 23:59:40 ---> Running in d16bfa9490ae 23:59:40 Removing intermediate container d16bfa9490ae 23:59:40 ---> 3499266a9aaf 23:59:40 Step 20/20 : LABEL version=0.0.0 23:59:40 ---> Running in 6fac5fa7ce6a 23:59:40 Removing intermediate container 6fac5fa7ce6a 23:59:40 ---> c4ef33b1a3f1 23:59:40 23:59:40 Successfully built c4ef33b1a3f1 23:59:40 Successfully tagged security-spiffe-token-provider:latest 23:59:40  Building security-spiffe-token-provider ... done  [Pipeline] } 23:59:40 $ docker stop --time=1 c960ed6e4a90b17c5b54d20f873c0431dc76a45b010e843d4a257cd0b6b5de4e 23:59:41 $ docker rm -f c960ed6e4a90b17c5b54d20f873c0431dc76a45b010e843d4a257cd0b6b5de4e [Pipeline] // withDockerContainer [Pipeline] sh 23:59:42 + docker images 23:59:42 REPOSITORY TAG IMAGE ID CREATED SIZE 23:59:42 security-spiffe-token-provider latest c4ef33b1a3f1 2 seconds ago 29MB 23:59:42 36e4203f2932 8 seconds ago 1.67GB 23:59:42 core-command latest 6038f3d6bb8a 17 seconds ago 16.1MB 23:59:42 sys-mgmt-agent latest 3581d8858b9c 18 seconds ago 299MB 23:59:42 security-bootstrapper latest bfab29d5916b 19 seconds ago 19.1MB 23:59:42 f4cf034fd631 21 seconds ago 1.61GB 23:59:42 fcd93eb5176e 34 seconds ago 1.62GB 23:59:42 security-spire-config latest 954f4a37e8f7 45 seconds ago 86.7MB 23:59:42 security-spire-agent latest f470b32ffa89 46 seconds ago 127MB 23:59:42 security-spire-server latest f948804739fd 47 seconds ago 87.3MB 23:59:42 e48c7b2d7f56 47 seconds ago 1.62GB 23:59:42 security-secretstore-setup latest 2d5caf5c3713 54 seconds ago 28.5MB 23:59:42 01e37e161fd0 About a minute ago 1.52GB 23:59:42 f201aae0ee23 About a minute ago 1.52GB 23:59:42 f0b5be75e11e About a minute ago 1.52GB 23:59:42 a394e7277447 About a minute ago 1.63GB 23:59:42 core-data latest 268100efb101 About a minute ago 22.5MB 23:59:42 security-proxy-setup latest f15a250f9a7a About a minute ago 26.9MB 23:59:42 core-metadata latest 72c28ca185e7 About a minute ago 17MB 23:59:42 support-scheduler latest d7fc3ee5496d About a minute ago 26.4MB 23:59:42 support-notifications latest 465042871b5d About a minute ago 27MB 23:59:42 b2df67c93293 About a minute ago 1.67GB 23:59:42 24c0695ef45b About a minute ago 1.67GB 23:59:42 dfe9c39d80b3 About a minute ago 1.62GB 23:59:42 edd94351d85f About a minute ago 1.65GB 23:59:42 0f71740f8751 About a minute ago 1.62GB 23:59:42 ci-base-image-x86_64 latest f9ab0a1ced05 5 minutes ago 1.02GB 23:59:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 8f69c11f6b0c 2 weeks ago 680MB 23:59:42 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 d7ea09dbb500 2 weeks ago 253MB 23:59:42 docker 20.10.14 7417809fdb73 2 months ago 218MB 23:59:42 alpine 3.14 e04c818066af 2 months ago 5.59MB 23:59:42 alpine 3.15 0ac33e5f5afa 2 months ago 5.57MB 23:59:42 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] } 00:00:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:00:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:00:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:00:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:00:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:00:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:00:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:00:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:00:43 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:00:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:00:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:00:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:00:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:00:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:00:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.268s coverage: 28.7% of statements 00:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:01:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.419s coverage: 98.5% of statements 00:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:01:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.484s coverage: 53.4% of statements 00:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.688s coverage: 89.2% of statements 00:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.577s coverage: 83.8% of statements 00:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 00:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:01:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.228s coverage: 95.6% of statements 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:01:28 ok github.com/edgexfoundry/edgex-go/internal/io 0.345s coverage: 72.2% of statements 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:01:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.508s coverage: 60.0% of statements 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:01:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.544s coverage: 0.9% of statements 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:01:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.480s coverage: 58.8% of statements 00:01:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.512s coverage: 29.6% of statements 00:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.228s coverage: 47.1% of statements 00:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.229s coverage: 79.5% of statements 00:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.214s coverage: 94.1% of statements 00:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.302s coverage: 96.3% of statements 00:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.235s coverage: 87.5% of statements 00:01:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.232s coverage: 94.4% of statements 00:01:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.193s coverage: 44.8% of statements 00:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.700s coverage: 82.5% of statements 00:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.261s coverage: 92.9% of statements 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 65.1% of statements 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.197s coverage: 87.2% of statements 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.278s coverage: 58.8% of statements 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.290s coverage: 80.0% of statements 00:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.236s coverage: 87.2% of statements 00:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.352s coverage: 85.4% of statements 00:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.954s coverage: 91.2% of statements 00:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:01:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.847s coverage: 64.4% of statements 00:01:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:01:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:01:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.363s coverage: 100.0% of statements 00:01:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 89.4% of statements 00:01:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 00:01:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.112s coverage: 73.7% of statements 00:01:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 00:02:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.420s coverage: 65.4% of statements 00:02:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:02:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:02:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:02:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.829s coverage: 43.8% of statements 00:02:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:02:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:02:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.230s coverage: 89.5% of statements 00:02:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:02:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.219s coverage: 84.8% of statements 00:02:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:02:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:02:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:02:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:02:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.373s coverage: 17.7% of statements 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:02:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.680s coverage: 92.3% of statements 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:02:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.325s coverage: 63.2% of statements 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:02:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.417s coverage: 97.7% of statements 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 00:02:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.187s coverage: 28.9% of statements 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 00:02:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:02:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.189s coverage: 100.0% of statements 00:02:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 96.9% of statements 00:02:18 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 00:02:18 WARNING: Linting skipped (not on x86_64 or linter not installed) 00:02:18 GO111MODULE=on go vet ./... 00:04:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:04:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:04:10 ./bin/test-attribution-txt.sh [Pipeline] echo 00:04:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 00:04:11 + ls -al . 00:04:11 total 680 00:04:11 drwxrwxr-x 9 1001 1001 4096 Jun 21 23:58 . 00:04:11 drwxr-xr-x 4 root root 4096 Jun 21 23:58 .. 00:04:11 -rw-rw-r-- 1 1001 1001 11 Jun 21 23:56 .dockerignore 00:04:11 drwxrwxr-x 8 1001 1001 4096 Jun 21 23:56 .git 00:04:11 drwxrwxr-x 3 1001 1001 4096 Jun 21 23:56 .github 00:04:11 -rw-rw-r-- 1 1001 1001 879 Jun 21 23:56 .gitignore 00:04:11 -rw-rw-r-- 1 1001 1001 42 Jun 21 23:56 .golangci.yml 00:04:11 -rw-rw-r-- 1 1001 1001 87 Jun 21 23:56 .hadolint.yml 00:04:11 -rw-rw-r-- 1 1001 1001 166 Jun 21 23:56 .sonarcloud.properties 00:04:11 -rw-rw-r-- 1 1001 1001 1171 Jun 21 23:56 ADOPTERS.md 00:04:11 -rw-rw-r-- 1 1001 1001 10347 Jun 21 23:56 Attribution.txt 00:04:11 -rw-rw-r-- 1 1001 1001 63209 Jun 21 23:56 CHANGELOG.md 00:04:11 -rw-rw-r-- 1 1001 1001 3804 Jun 21 23:56 CONTRIBUTING.md 00:04:11 -rw-rw-r-- 1 1001 1001 677 Jun 21 23:56 GOVERNANCE.md 00:04:11 -rw-rw-r-- 1 1001 1001 850 Jun 21 23:56 Jenkinsfile 00:04:11 -rw-rw-r-- 1 1001 1001 10775 Jun 21 23:56 LICENSE 00:04:11 -rw-rw-r-- 1 1001 1001 10389 Jun 21 23:56 Makefile 00:04:11 -rw-rw-r-- 1 1001 1001 582 Jun 21 23:56 OWNERS.md 00:04:11 -rw-rw-r-- 1 1001 1001 9094 Jun 21 23:56 README.md 00:04:11 -rw-rw-r-- 1 1001 1001 6912 Jun 21 23:56 SECURITY.md 00:04:11 -rw-rw-r-- 1 1001 1001 5 Jun 21 23:54 VERSION 00:04:11 -rw-rw-r-- 1 1001 1001 4131 Jun 21 23:56 ZMQWindows.md 00:04:11 drwxrwxr-x 2 1001 1001 4096 Jun 21 23:56 bin 00:04:11 drwxrwxr-x 18 1001 1001 4096 Jun 21 23:56 cmd 00:04:11 -rw-r--r-- 1 root root 435411 Jun 22 00:02 coverage.out 00:04:11 -rw-rw-r-- 1 1001 1001 3311 Jun 21 23:56 go.mod 00:04:11 -rw-rw-r-- 1 1001 1001 36231 Jun 21 23:58 go.sum 00:04:11 drwxrwxr-x 8 1001 1001 4096 Jun 21 23:56 internal 00:04:11 drwxrwxr-x 3 1001 1001 4096 Jun 21 23:56 openapi 00:04:11 drwxrwxr-x 4 1001 1001 4096 Jun 21 23:56 snap 00:04:11 -rw-rw-r-- 1 1001 1001 204 Jun 21 23:56 version.go [Pipeline] sh 00:04:11 + '[' -e coverage.out ] 00:04:11 + chown 1001:1001 coverage.out [Pipeline] stash 00:04:12 Warning: overwriting stash ‘coverage-report’ 00:04:12 Stashed 1 file(s) [Pipeline] sh 00:04:13 + make build 00:04:13 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 00:05:35 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 00:06:32 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 00:06:32 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 00:07:04 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 00:07:04 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 00:07:05 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 00:07:12 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 00:07:15 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 00:07:20 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 00:07:23 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 00:07:26 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 00:07:34 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] } 00:07:39 $ docker stop --time=1 4fc7233c4859b5b532de91b455e413616ad52f668e4a80eb46a81dcd4d1d2215 00:07:41 $ 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 00:07:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:07:43 00:07:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:07:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:07:44 latest: Pulling from edgex-devops/edgex-compose-arm64 00:07:44 29e5d40040c1: Pulling fs layer 00:07:44 1ce36da41761: Pulling fs layer 00:07:44 25b303627fd3: Pulling fs layer 00:07:44 29e5d40040c1: Verifying Checksum 00:07:44 29e5d40040c1: Download complete 00:07:44 1ce36da41761: Verifying Checksum 00:07:44 1ce36da41761: Download complete 00:07:44 29e5d40040c1: Pull complete 00:07:46 25b303627fd3: Verifying Checksum 00:07:46 25b303627fd3: Download complete 00:07:46 1ce36da41761: Pull complete 00:07:58 25b303627fd3: Pull complete 00:07:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:07:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:07:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:07:59 prd-ubuntu20.04-docker-arm64-4c-16g-15290 does not seem to be running inside a container 00:07:59 $ 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 00:08:01 $ docker top 04a5b1044a659c3b98fa0f05bcf3d758d0e255b4d74391250e5c1f065f700a7b -eo pid,comm [Pipeline] { [Pipeline] sh 00:08:02 + docker-compose build --help 00:08:02 + grep parallel 00:08:06 --parallel Build images in parallel. [Pipeline] } 00:08:06 $ docker stop --time=1 04a5b1044a659c3b98fa0f05bcf3d758d0e255b4d74391250e5c1f065f700a7b 00:08:08 $ docker rm -f 04a5b1044a659c3b98fa0f05bcf3d758d0e255b4d74391250e5c1f065f700a7b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:08:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:08:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:08:09 prd-ubuntu20.04-docker-arm64-4c-16g-15290 does not seem to be running inside a container 00:08:09 $ 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 00:08:11 $ docker top 6d98e401951d7bb1ddf4965353e4eb055c0f112714def88a0697eae9d14dce98 -eo pid,comm [Pipeline] { [Pipeline] sh 00:08:12 + docker-compose -f ./docker-compose-build.yml build --parallel 00:08:16 Building core-command ... 00:08:16 Building core-data ... 00:08:16 Building core-metadata ... 00:08:16 Building security-bootstrapper ... 00:08:16 Building security-proxy-setup ... 00:08:16 Building security-secretstore-setup ... 00:08:16 Building security-spiffe-token-provider ... 00:08:16 Building security-spire-agent ... 00:08:16 Building security-spire-config ... 00:08:16 Building security-spire-server ... 00:08:16 Building support-notifications ... 00:08:16 Building support-scheduler ... 00:08:16 Building sys-mgmt-agent ... 00:08:16 Building security-spire-config 00:08:16 Building security-bootstrapper 00:08:16 Building sys-mgmt-agent 00:08:16 Building core-data 00:08:16 Building security-secretstore-setup 00:09:38 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:09:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:09:38 ---> 0ba88676fdb8 00:09:38 Step 3/23 : WORKDIR /edgex-go 00:09:39 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:09:39 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:09:39 ---> 0ba88676fdb8 00:09:39 Step 3/31 : WORKDIR /edgex-go 00:09:39 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:09:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:09:39 ---> 0ba88676fdb8 00:09:39 Step 3/26 : WORKDIR /edgex-go 00:09:39 ---> Running in 4e1d44e9184d 00:09:39 ---> Running in 118caa643a8a 00:09:39 ---> Running in c9a3cd81db67 00:09:39 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:09:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:09:39 ---> 0ba88676fdb8 00:09:39 Step 3/23 : WORKDIR /edgex-go 00:09:39 ---> Running in cf8dfafd0ae2 00:09:39 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:09:39 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:09:39 ---> 0ba88676fdb8 00:09:39 Step 3/25 : WORKDIR /edgex-go 00:09:39 ---> Running in 5fecd8d502e2 00:09:39 Removing intermediate container 4e1d44e9184d 00:09:39 ---> 8abd16947f21 00:09:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:09:39 Removing intermediate container 118caa643a8a 00:09:39 ---> c593b787b624 00:09:39 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:09:39 ---> Running in 811012975a2e 00:09:40 Removing intermediate container c9a3cd81db67 00:09:40 ---> e12913a9856e 00:09:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:09:40 Removing intermediate container 5fecd8d502e2 00:09:40 ---> a91a40d3868d 00:09:40 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:09:40 ---> Running in 4be6923a51e8 00:09:40 ---> Running in eed06f726cef 00:09:40 ---> Running in 59be4fc331d3 00:09:40 Removing intermediate container cf8dfafd0ae2 00:09:40 ---> a61f01e8d89f 00:09:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:09:40 ---> Running in e5efb6aa3597 00:09:44 Removing intermediate container 811012975a2e 00:09:44 ---> 38ecb2b78732 00:09:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:09:44 Removing intermediate container 4be6923a51e8 00:09:44 ---> Running in 4da47b3749a5 00:09:44 ---> c06facb5c917 00:09:44 Step 5/31 : RUN apk add --update --no-cache make git 00:09:44 ---> Running in 68e93a9b533d 00:09:44 Removing intermediate container eed06f726cef 00:09:44 ---> 125eb9dba229 00:09:44 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 00:09:44 Removing intermediate container e5efb6aa3597 00:09:44 ---> 13d952f96efe 00:09:44 Step 5/23 : RUN apk add --update --no-cache make bash git 00:09:44 ---> Running in c101e3a75cf5 00:09:44 Removing intermediate container 59be4fc331d3 00:09:44 ---> bc45301c79e3 00:09:44 Step 5/25 : RUN apk add --update --no-cache make git 00:09:44 ---> Running in 41306961cb19 00:09:44 ---> Running in 3c950e5214d8 00:09:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:09:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:09:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:09:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:09:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:09:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:09:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:09:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:09:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:09:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:09:47 OK: 220 MiB in 52 packages 00:09:48 OK: 220 MiB in 52 packages 00:09:48 OK: 220 MiB in 52 packages 00:09:49 Removing intermediate container 4da47b3749a5 00:09:49 ---> 54aec3cb47e4 00:09:49 Step 6/23 : COPY go.mod vendor* ./ 00:09:49 OK: 220 MiB in 52 packages 00:09:49 OK: 220 MiB in 52 packages 00:09:50 Removing intermediate container 68e93a9b533d 00:09:50 ---> 2af72b439121 00:09:50 Step 6/31 : COPY go.mod vendor* ./ 00:09:50 Removing intermediate container c101e3a75cf5 00:09:50 ---> 3a9cdb5a9a15 00:09:50 Step 6/26 : COPY go.mod vendor* ./ 00:09:50 Removing intermediate container 3c950e5214d8 00:09:50 ---> eaeaec3dfb7d 00:09:50 Step 6/25 : COPY go.mod vendor* ./ 00:09:51 ---> bd5da1b1f5bd 00:09:51 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:09:51 Removing intermediate container 41306961cb19 00:09:51 ---> 8e38616aeb8e 00:09:51 Step 6/23 : COPY go.mod vendor* ./ 00:09:51 ---> Running in e701cbabf8df 00:09:51 ---> 96b0c26387db 00:09:51 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:09:51 ---> Running in 519f610d5ef9 00:09:51 ---> 9998b1f222ec 00:09:51 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:09:51 ---> 9351a7116871 00:09:51 ---> Running in 8f18c61424c7 00:09:51 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:09:52 ---> Running in f780133abb4c 00:09:52 ---> 055203c5bbc0 00:09:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:09:53 ---> Running in aa42f3b6f556 00:09:56 Removing intermediate container e701cbabf8df 00:09:56 ---> c030a566393d 00:09:56 Step 8/23 : COPY . . 00:09:57 Removing intermediate container 519f610d5ef9 00:09:57 ---> c831309ca7b9 00:09:57 Step 8/31 : COPY . . 00:09:58 Removing intermediate container 8f18c61424c7 00:09:58 ---> 657619926795 00:09:58 Step 8/26 : COPY . . 00:09:58 Removing intermediate container aa42f3b6f556 00:09:58 ---> 3fafc6de80d9 00:09:58 Step 8/23 : COPY . . 00:09:58 Removing intermediate container f780133abb4c 00:09:58 ---> ee80f5a9937f 00:09:58 Step 8/25 : COPY . . 00:10:25 ---> 19b64b2ddadd 00:10:25 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:10:25 ---> Running in 15b28100381f 00:10:25 ---> c73885f1744d 00:10:25 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 00:10:25 ---> b0ae25d058c5 00:10:25 Step 9/23 : RUN make cmd/core-data/core-data 00:10:25 ---> d4968372e406 00:10:25 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:10:25 ---> 2728c5d6711f 00:10:25 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:10:25 ---> Running in c82642de9884 00:10:25 ---> Running in 81755c920f35 00:10:25 ---> Running in a7cb092aa279 00:10:25 ---> Running in b71fab911596 00:10:25 Removing intermediate container 81755c920f35 00:10:25 ---> bda90c5ade10 00:10:25 Step 10/26 : WORKDIR /edgex-go/spire-build 00:10:26 ---> Running in e9e4dbc3bcf2 00:10:26 Removing intermediate container e9e4dbc3bcf2 00:10:26 ---> 1b6180c224e0 00:10:26 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 00:10:27 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 00:10:27 ---> Running in 5ac81259ad61 00:10:27 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 00:10:27 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 00:10:28 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 00:10:29 Removing intermediate container 5ac81259ad61 00:10:29 ---> 6f9585f38531 00:10:29 Step 12/26 : WORKDIR /edgex-go 00:10:29 ---> Running in 58afd0ac06cf 00:10:30 Removing intermediate container 58afd0ac06cf 00:10:30 ---> 339dc2f86bf2 00:10:30 00:10:30 Step 13/26 : FROM alpine:3.15 00:10:30 3.15: Pulling from library/alpine 00:10:32 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 00:10:32 Status: Downloaded newer image for alpine:3.15 00:10:32 ---> 3fb3c9af89a9 00:10:32 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:10:32 ---> Running in 9175ce24d92b 00:10:32 Removing intermediate container 9175ce24d92b 00:10:32 ---> 9b20f50a3af2 00:10:32 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:10:32 ---> Running in 99f7782f4787 00:10:36 Removing intermediate container 99f7782f4787 00:10:36 ---> c2652b666986 00:10:36 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 00:10:36 ---> Running in 9b6d283f1a73 00:10:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:10:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:10:39 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 00:10:39 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 00:10:39 OK: 15736 distinct packages available 00:10:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:10:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:10:42 (1/4) Installing dumb-init (1.2.5-r1) 00:10:42 (2/4) Installing musl-obstack (1.2.3-r0) 00:10:42 (3/4) Installing libucontext (1.1-r0) 00:10:42 (4/4) Installing gcompat (1.0.0-r4) 00:10:42 Executing busybox-1.34.1-r5.trigger 00:10:42 OK: 6 MiB in 18 packages 00:10:44 Removing intermediate container 9b6d283f1a73 00:10:44 ---> ba04595e4812 00:10:44 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:10:50 ---> 1e9cfb360714 00:10:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:10:50 ---> 62f84fea31a3 00:10:50 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 00:10:50 ---> Running in 0cc9327935e7 00:10:51 Removing intermediate container 0cc9327935e7 00:10:51 ---> 656384f4bcd1 00:10:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:10:52 ---> 9215dd4b5885 00:10:52 Step 21/26 : WORKDIR / 00:10:52 ---> Running in 7df8b1f8d5d6 00:10:52 Removing intermediate container 7df8b1f8d5d6 00:10:52 ---> ca116dd7d106 00:10:52 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:10:52 ---> Running in db6ad12b0746 00:10:53 Removing intermediate container db6ad12b0746 00:10:53 ---> 2b0bad12dbb5 00:10:53 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:10:53 ---> Running in a2f666a701f2 00:10:53 Removing intermediate container a2f666a701f2 00:10:53 ---> d1a25dd4994a 00:10:53 Step 24/26 : LABEL arch=arm64 00:10:54 ---> Running in fa9568ddca2a 00:10:54 Removing intermediate container fa9568ddca2a 00:10:54 ---> 20f120e3694c 00:10:54 Step 25/26 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:10:54 ---> Running in 332e06183af7 00:10:55 Removing intermediate container 332e06183af7 00:10:55 ---> f47514dccba3 00:10:55 Step 26/26 : LABEL version=0.0.0 00:10:55 ---> Running in 84ca5ffbdb37 00:10:55 Removing intermediate container 84ca5ffbdb37 00:10:55 ---> 8a0d29adff17 00:10:55 00:10:56 Successfully built 8a0d29adff17 00:10:56 Successfully tagged security-spire-config-arm64:latest 00:10:56 Building security-spiffe-token-provider 00:11:23  Building security-spire-config ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:11:23 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:11:23 ---> 0ba88676fdb8 00:11:23 Step 3/20 : WORKDIR /edgex-go 00:11:23 ---> Using cache 00:11:23 ---> a61f01e8d89f 00:11:23 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 00:11:23 ---> Running in 77a2e645cfbb 00:11:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:11:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:11:28 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 00:11:28 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 00:11:28 OK: 15743 distinct packages available 00:11:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:11:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:11:30 OK: 220 MiB in 52 packages 00:11:31 Removing intermediate container 77a2e645cfbb 00:11:31 ---> df0bb137ff17 00:11:31 Step 5/20 : COPY go.mod vendor* ./ 00:11:32 ---> 8e819bbf471b 00:11:32 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:11:32 ---> Running in a3c6d71b421a 00:11:39 Removing intermediate container a3c6d71b421a 00:11:39 ---> 9bb8c1587413 00:11:39 Step 7/20 : COPY . . 00:11:58 ---> 31378ddd8ca3 00:11:58 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:11:58 ---> Running in df50b89d63ac 00:12:00 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 00:15:06 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 00:15:06 Removing intermediate container b71fab911596 00:15:06 ---> f39f7b4a67b3 00:15:06 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:15:06 ---> Running in 37c6c33c6071 00:15:08 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 00:15:13 Removing intermediate container 37c6c33c6071 00:15:13 ---> 3d25cbe474c0 00:15:13 00:15:13 Step 11/23 : FROM docker:20.10.14 00:15:13 20.10.14: Pulling from library/docker 00:15:16 Removing intermediate container 15b28100381f 00:15:16 ---> 691e9c7d642e 00:15:16 00:15:16 Step 10/25 : FROM alpine:3.14 00:15:16 3.14: Pulling from library/alpine 00:15:18 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 00:15:18 Status: Downloaded newer image for alpine:3.14 00:15:18 ---> ac73e934f311 00:15:18 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 00:15:19 ---> Running in cf71872e9295 00:15:20 Removing intermediate container a7cb092aa279 00:15:20 ---> a39b209322e8 00:15:20 00:15:20 Step 10/31 : FROM alpine:3.14 00:15:20 ---> ac73e934f311 00:15:20 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:15:20 ---> Running in ca6f94e6fbf0 00:15:22 Removing intermediate container ca6f94e6fbf0 00:15:22 ---> 69d5248c5a59 00:15:22 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:15:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 00:15:22 ---> Running in 5cf692e06825 00:15:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 00:15:23 (1/3) Installing ca-certificates (20211220-r0) 00:15:23 (2/3) Installing dumb-init (1.2.5-r1) 00:15:23 (3/3) Installing su-exec (0.2-r1) 00:15:23 Executing busybox-1.33.1-r7.trigger 00:15:23 Executing ca-certificates-20211220-r0.trigger 00:15:24 OK: 6 MiB in 17 packages 00:15:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 00:15:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 00:15:26 (1/2) Installing dumb-init (1.2.5-r1) 00:15:26 (2/2) Installing su-exec (0.2-r1) 00:15:26 Executing busybox-1.33.1-r7.trigger 00:15:26 OK: 6 MiB in 16 packages 00:15:27 Removing intermediate container cf71872e9295 00:15:27 ---> e23149cae5aa 00:15:27 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:15:27 ---> Running in 38909ef87d4c 00:15:28 Removing intermediate container 5cf692e06825 00:15:28 ---> 236258345f3d 00:15:28 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:15:28 ---> Running in 26f0cba47f8a 00:15:29 Removing intermediate container 38909ef87d4c 00:15:29 ---> a7ac3e60bfa9 00:15:29 Step 13/25 : WORKDIR / 00:15:29 ---> Running in 8f0f8c67a695 00:15:30 Removing intermediate container 26f0cba47f8a 00:15:30 ---> ee1cc88fd4d7 00:15:30 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:15:30 ---> Running in 152fb818d2c4 00:15:30 Removing intermediate container 8f0f8c67a695 00:15:30 ---> e23d0b5923f6 00:15:30 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:15:31 Removing intermediate container 152fb818d2c4 00:15:31 ---> 51c182e0354f 00:15:31 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:15:31 ---> Running in f78f2da2e5eb 00:15:33 ---> c088495a9705 00:15:33 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:15:35 ---> da2417ac51b3 00:15:35 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:15:35 Removing intermediate container f78f2da2e5eb 00:15:35 ---> b15d1703230b 00:15:35 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:15:35 ---> Running in 538e4adfa3d7 00:15:36 Removing intermediate container 538e4adfa3d7 00:15:36 ---> 3bc155947954 00:15:36 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:15:36 ---> 1215e7b80ea1 00:15:36 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 00:15:38 ---> 9ed10ef8e284 00:15:38 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:15:38 ---> 3cd25a149ebf 00:15:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:15:38 ---> Running in d1a2398b1d31 00:15:40 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 00:15:40 Status: Downloaded newer image for docker:20.10.14 00:15:40 ---> c346e9eafbab 00:15:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 00:15:40 ---> Running in 0bcc05584894 00:15:41 ---> 151bd48a9704 00:15:41 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:15:41 Removing intermediate container 0bcc05584894 00:15:41 ---> 9c50413f4787 00:15:41 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 00:15:41 ---> Running in b87dd1aac954 00:15:43 Removing intermediate container d1a2398b1d31 00:15:43 ---> bf57a1dc20c2 00:15:43 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:15:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:15:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:15:45 ---> a6de99afac02 00:15:45 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:15:45 ---> 5cd6759d4b84 00:15:45 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:15:46 (1/43) Installing readline (8.1.1-r0) 00:15:46 (2/43) Installing bash (5.1.16-r0) 00:15:46 Executing bash-5.1.16-r0.post-install 00:15:46 (3/43) Installing brotli-libs (1.0.9-r5) 00:15:46 (4/43) Installing nghttp2-libs (1.46.0-r0) 00:15:46 (5/43) Installing libcurl (7.80.0-r1) 00:15:46 (6/43) Installing curl (7.80.0-r1) 00:15:46 (7/43) Installing dumb-init (1.2.5-r1) 00:15:46 (8/43) Installing libbz2 (1.0.8-r1) 00:15:46 (9/43) Installing expat (2.4.7-r0) 00:15:46 (10/43) Installing libffi (3.4.2-r1) 00:15:46 (11/43) Installing gdbm (1.22-r0) 00:15:46 (12/43) Installing xz-libs (5.2.5-r1) 00:15:46 (13/43) Installing libgcc (10.3.1_git20211027-r0) 00:15:46 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 00:15:46 (15/43) Installing mpdecimal (2.5.1-r1) 00:15:46 (16/43) Installing sqlite-libs (3.36.0-r0) 00:15:46 (17/43) Installing python3 (3.9.7-r4) 00:15:46 ---> 8f1a38dd1c3b 00:15:46 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/ 00:15:46 ---> Running in a3f94999f2f0 00:15:48 ---> 1023c9cd1305 00:15:48 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:15:49 ---> f23b689fbe2e 00:15:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:15:49 (18/43) Installing py3-appdirs (1.4.4-r2) 00:15:49 (19/43) Installing py3-certifi (2020.12.5-r1) 00:15:49 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 00:15:49 (21/43) Installing py3-idna (3.3-r0) 00:15:49 (22/43) Installing py3-urllib3 (1.26.7-r0) 00:15:49 (23/43) Installing py3-requests (2.26.0-r1) 00:15:49 (24/43) Installing py3-msgpack (1.0.2-r1) 00:15:50 (25/43) Installing py3-lockfile (0.12.2-r4) 00:15:50 (26/43) Installing py3-cachecontrol (0.12.10-r0) 00:15:50 (27/43) Installing py3-colorama (0.4.4-r1) 00:15:50 (28/43) Installing py3-contextlib2 (21.6.0-r1) 00:15:50 (29/43) Installing py3-distlib (0.3.3-r0) 00:15:50 (30/43) Installing py3-distro (1.6.0-r0) 00:15:50 (31/43) Installing py3-six (1.16.0-r0) 00:15:50 (32/43) Installing py3-webencodings (0.5.1-r4) 00:15:50 (33/43) Installing py3-html5lib (1.1-r1) 00:15:50 Removing intermediate container a3f94999f2f0 00:15:50 ---> 1a3ba4f1798f 00:15:50 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 00:15:50 (34/43) Installing py3-parsing (2.4.7-r2) 00:15:50 (35/43) Installing py3-packaging (20.9-r1) 00:15:50 (36/43) Installing py3-tomli (1.2.2-r0) 00:15:50 (37/43) Installing py3-pep517 (0.12.0-r0) 00:15:50 (38/43) Installing py3-progress (1.6-r0) 00:15:50 ---> Running in 8ae7ffda2a27 00:15:50 (39/43) Installing py3-retrying (1.3.3-r2) 00:15:50 (40/43) Installing py3-ordered-set (4.0.2-r2) 00:15:50 (41/43) Installing py3-setuptools (52.0.0-r4) 00:15:50 ---> b4185c54ac7f 00:15:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:15:50 (42/43) Installing py3-toml (0.10.2-r2) 00:15:51 (43/43) Installing py3-pip (20.3.4-r1) 00:15:51 Removing intermediate container 8ae7ffda2a27 00:15:51 ---> e58335bfbfbc 00:15:51 Step 23/25 : LABEL arch=arm64 00:15:51 ---> Running in 18007367408e 00:15:51 ---> f976970e019f 00:15:51 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:15:51 Removing intermediate container 18007367408e 00:15:51 ---> 8b7133a0921f 00:15:51 Step 24/25 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:15:52 Executing busybox-1.34.1-r5.trigger 00:15:52 OK: 82 MiB in 65 packages 00:15:52 ---> Running in 4d5762eefc58 00:15:52 ---> Running in 3b6311b45ca6 00:15:53 Removing intermediate container 3b6311b45ca6 00:15:53 ---> dbd3a88dfb28 00:15:53 Step 25/25 : LABEL version=0.0.0 00:15:53 Removing intermediate container 4d5762eefc58 00:15:53 ---> b96512db0624 00:15:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:15:53 ---> Running in 78d9a94894d7 00:15:54 Removing intermediate container 78d9a94894d7 00:15:54 ---> d85c8550cdb7 00:15:54 00:15:55 ---> 6df95a900107 00:15:55 Step 26/31 : RUN chmod +x /entrypoint.sh 00:15:55 Successfully built d85c8550cdb7 00:15:55 Successfully tagged security-secretstore-setup-arm64:latest 00:15:55  Building security-secretstore-setup ... done Building security-spire-agent 00:15:55 ---> Running in 12c5032adc2a 00:15:57 Collecting docker-compose==1.23.2 00:15:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:15:57 Collecting docopt<0.7,>=0.6.1 00:15:58 Downloading docopt-0.6.2.tar.gz (25 kB) 00:16:00 Removing intermediate container 12c5032adc2a 00:16:00 ---> ada5b6ca4ad8 00:16:00 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:16:00 ---> Running in d992751c16f8 00:16:01 Removing intermediate container d992751c16f8 00:16:01 ---> 674798e030ae 00:16:01 Step 28/31 : CMD ["gate"] 00:16:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:16:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:16:02 ---> Running in fb0b7c7d2745 00:16:02 Collecting docker<4.0,>=3.6.0 00:16:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:16:03 Collecting websocket-client<1.0,>=0.32.0 00:16:03 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 00:16:03 Removing intermediate container fb0b7c7d2745 00:16:03 ---> 64fb91df534b 00:16:03 Step 29/31 : LABEL arch=arm64 00:16:03 Collecting texttable<0.10,>=0.9.0 00:16:03 Downloading texttable-0.9.1.tar.gz (11 kB) 00:16:03 Removing intermediate container c82642de9884 00:16:03 ---> 17b70fd7ee1a 00:16:03 00:16:03 Step 10/23 : FROM alpine:3.14 00:16:03 ---> ac73e934f311 00:16:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:16:03 ---> Running in 360c2748e220 00:16:03 ---> Running in 6ce0b2a937a5 00:16:04 Removing intermediate container 6ce0b2a937a5 00:16:04 ---> 6114777c61e3 00:16:04 Step 12/23 : ENV APP_PORT=59880 00:16:04 Removing intermediate container 360c2748e220 00:16:04 ---> 0dae19515f47 00:16:04 Step 30/31 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:16:04 ---> Running in d5c0ea8d9b60 00:16:04 ---> Running in e4188f1c2629 00:16:05 Removing intermediate container d5c0ea8d9b60 00:16:05 ---> ad7c1dc1d190 00:16:05 Step 13/23 : EXPOSE $APP_PORT 00:16:05 ---> Running in 7d67eab2b055 00:16:05 Removing intermediate container e4188f1c2629 00:16:05 ---> 78bd2a05ff54 00:16:05 Step 31/31 : LABEL version=0.0.0 00:16:06 ---> Running in 4d6dfa7ebb47 00:16:06 Removing intermediate container 7d67eab2b055 00:16:06 ---> 12bc7f2f3422 00:16:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:06 ---> Running in e0e8663469e2 00:16:06 Collecting jsonschema<3,>=2.5.1 00:16:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:16:06 Collecting dockerpty<0.5,>=0.4.1 00:16:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:16:07 Removing intermediate container 4d6dfa7ebb47 00:16:07 ---> 4efb98433958 00:16:07 00:16:08 Successfully built 4efb98433958 00:16:08 Successfully tagged security-bootstrapper-arm64:latest 00:16:08  Building security-bootstrapper ... done Building security-spire-server 00:16:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 00:16:10 Removing intermediate container e0e8663469e2 00:16:10 ---> 88cb94265987 00:16:10 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:16:10 ---> Running in 411d4a4d3888 00:16:10 Collecting PyYAML<4,>=3.10 00:16:10 Downloading PyYAML-3.13.tar.gz (270 kB) 00:16:12 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 00:16:13 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 00:16:14 (1/6) Installing dumb-init (1.2.5-r1) 00:16:14 Collecting cached-property<2,>=1.2.0 00:16:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:16:14 (2/6) Installing libgcc (10.3.1_git20210424-r2) 00:16:14 (3/6) Installing libsodium (1.0.18-r0) 00:16:14 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 00:16:15 Collecting docker-pycreds>=0.4.0 00:16:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:16:15 (5/6) Installing libzmq (4.3.4-r0) 00:16:15 (6/6) Installing zeromq (4.3.4-r0) 00:16:15 Executing busybox-1.33.1-r7.trigger 00:16:15 OK: 8 MiB in 20 packages 00:16:15 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) 00:16:16 Collecting idna<2.8,>=2.5 00:16:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:16:16 Collecting chardet<3.1.0,>=3.0.2 00:16:16 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 00:16:17 Collecting urllib3<1.25,>=1.21.1 00:16:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:16:17 Removing intermediate container 411d4a4d3888 00:16:17 ---> 383416862f9f 00:16:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:16:17 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 00:16:17 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 00:16:17 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 00:16:17 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 00:16:18 ---> 5c0af5c3bec7 00:16:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:16:18 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 00:16:18 Attempting uninstall: urllib3 00:16:18 Found existing installation: urllib3 1.26.7 00:16:18 Uninstalling urllib3-1.26.7: 00:16:18 Successfully uninstalled urllib3-1.26.7 00:16:19 Attempting uninstall: idna 00:16:19 Found existing installation: idna 3.3 00:16:19 Uninstalling idna-3.3: 00:16:19 Successfully uninstalled idna-3.3 00:16:21 ---> cb7ee4c45d55 00:16:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:16:22 ---> 7f4cf55783bf 00:16:22 Step 19/23 : ENTRYPOINT ["/core-data"] 00:16:22 ---> Running in 0d206f0c68ba 00:16:22 Removing intermediate container 0d206f0c68ba 00:16:22 ---> 1565ae9fc058 00:16:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:16:22 ---> Running in 01e479cdcc49 00:16:23 Attempting uninstall: requests 00:16:23 Found existing installation: requests 2.26.0 00:16:23 Uninstalling requests-2.26.0: 00:16:23 Successfully uninstalled requests-2.26.0 00:16:23 Removing intermediate container 01e479cdcc49 00:16:23 ---> e3d2ac51780e 00:16:23 Step 21/23 : LABEL arch=arm64 00:16:23 ---> Running in d46d92c998a0 00:16:23 Running setup.py install for texttable: started 00:16:24 Removing intermediate container d46d92c998a0 00:16:24 ---> 806e684a210b 00:16:24 Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:16:24 ---> Running in 6b598de33e5a 00:16:24 Removing intermediate container 6b598de33e5a 00:16:24 ---> faf86ec5afdf 00:16:25 Step 23/23 : LABEL version=0.0.0 00:16:25 ---> Running in 6220d0e4bd42 00:16:25 Removing intermediate container 6220d0e4bd42 00:16:25 ---> 2969e760d3a5 00:16:25 00:16:26 Successfully built 2969e760d3a5 00:16:26 Successfully tagged core-data-arm64:latest 00:16:26 Building support-scheduler 00:16:26  Building core-data ... done  Running setup.py install for texttable: finished with status 'done' 00:16:26 Running setup.py install for PyYAML: started 00:16:29 Running setup.py install for PyYAML: finished with status 'done' 00:16:29 Running setup.py install for docopt: started 00:16:32 Running setup.py install for docopt: finished with status 'done' 00:16:32 Running setup.py install for dockerpty: started 00:16:33 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:16:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:16:33 ---> 0ba88676fdb8 00:16:33 Step 3/26 : WORKDIR /edgex-go 00:16:33 ---> Using cache 00:16:33 ---> a61f01e8d89f 00:16:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:33 ---> Using cache 00:16:33 ---> 13d952f96efe 00:16:33 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 00:16:33 ---> Running in f8c8f0c6daa1 00:16:35 Running setup.py install for dockerpty: finished with status 'done' 00:16:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:16:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:16:37 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 00:16:38 OK: 220 MiB in 52 packages 00:16:40 Removing intermediate container f8c8f0c6daa1 00:16:40 ---> 540187274853 00:16:40 Step 6/26 : COPY go.mod vendor* ./ 00:16:41 ---> 10a3d07e798b 00:16:41 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:41 ---> Running in cd513e2376d9 00:16:48 Removing intermediate container cd513e2376d9 00:16:48 ---> 2a1cb242a5f4 00:16:48 Step 8/26 : COPY . . 00:16:56 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:16:56 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:16:56 ---> 0ba88676fdb8 00:16:56 Step 3/25 : WORKDIR /edgex-go 00:16:56 ---> Using cache 00:16:56 ---> a61f01e8d89f 00:16:56 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:56 ---> Using cache 00:16:56 ---> 13d952f96efe 00:16:56 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 00:16:56 ---> Using cache 00:16:56 ---> 540187274853 00:16:56 Step 6/25 : COPY go.mod vendor* ./ 00:16:56 ---> Using cache 00:16:56 ---> 10a3d07e798b 00:16:56 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:56 ---> Using cache 00:16:56 ---> 2a1cb242a5f4 00:16:56 Step 8/25 : COPY . . 00:17:00 Removing intermediate container b87dd1aac954 00:17:00 ---> 3c916696fbe5 00:17:00 Step 14/23 : ENV APP_PORT=58890 00:17:00 ---> Running in 1c5fcb647ce0 00:17:02 Removing intermediate container 1c5fcb647ce0 00:17:02 ---> e14664ed83f6 00:17:02 Step 15/23 : EXPOSE $APP_PORT 00:17:02 ---> Running in 44afb24121e3 00:17:02 Removing intermediate container 44afb24121e3 00:17:02 ---> ea729c6207e9 00:17:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:17:06 ---> 92a240f26454 00:17:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:17:07 ---> 7109bc4d87f3 00:17:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:17:08 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:17:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:17:08 ---> 0ba88676fdb8 00:17:08 Step 3/22 : WORKDIR /edgex-go 00:17:08 ---> Using cache 00:17:08 ---> a61f01e8d89f 00:17:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:08 ---> Using cache 00:17:08 ---> 13d952f96efe 00:17:08 Step 5/22 : RUN apk add --update --no-cache make git 00:17:08 ---> Running in e05a2e5d3ed4 00:17:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:17:10 ---> a700dc202e88 00:17:10 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 00:17:10 ---> Running in 10f70172ed93 00:17:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:17:11 Removing intermediate container 10f70172ed93 00:17:11 ---> 0006de89dd29 00:17:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:17:11 ---> Running in 43d94b385860 00:17:12 OK: 220 MiB in 52 packages 00:17:12 Removing intermediate container 43d94b385860 00:17:12 ---> 5919846b4177 00:17:12 Step 21/23 : LABEL arch=arm64 00:17:12 ---> Running in 9db8a32634fa 00:17:13 Removing intermediate container 9db8a32634fa 00:17:13 ---> 50adabaa3c5b 00:17:13 Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:17:13 Removing intermediate container e05a2e5d3ed4 00:17:13 ---> 1a864d00f963 00:17:13 Step 6/22 : COPY go.mod vendor* ./ 00:17:13 ---> Running in 0a0dbec66e3d 00:17:14 Removing intermediate container 0a0dbec66e3d 00:17:14 ---> ef5307246837 00:17:14 Step 23/23 : LABEL version=0.0.0 00:17:14 ---> Running in 554bc15c6457 00:17:14 ---> d59f17314b89 00:17:14 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:17:15 ---> Running in 87640e02b18d 00:17:15 Removing intermediate container 554bc15c6457 00:17:15 ---> f6a55026bd93 00:17:15 00:17:16 Successfully built f6a55026bd93 00:17:16 Successfully tagged sys-mgmt-agent-arm64:latest 00:17:16  Building sys-mgmt-agent ... done Building support-notifications 00:17:20 Removing intermediate container 87640e02b18d 00:17:20 ---> b5738162c5ca 00:17:20 Step 8/22 : COPY . . 00:17:27 Removing intermediate container df50b89d63ac 00:17:27 ---> 3a8950ca975c 00:17:27 00:17:27 Step 9/20 : FROM alpine:3.15 00:17:27 ---> 3fb3c9af89a9 00:17:27 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:17:27 ---> Using cache 00:17:27 ---> 9b20f50a3af2 00:17:27 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:27 ---> Using cache 00:17:27 ---> c2652b666986 00:17:27 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:17:27 ---> 1792cbd26529 00:17:27 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 00:17:27 ---> Running in af97d5dc98cb 00:17:27 ---> Running in fc366e294bbd 00:17:28 Removing intermediate container af97d5dc98cb 00:17:28 ---> cd2620865b24 00:17:28 Step 10/26 : WORKDIR /edgex-go/spire-build 00:17:28 ---> Running in 204598da6f94 00:17:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:17:29 Removing intermediate container 204598da6f94 00:17:29 ---> 54c2f04ecc2f 00:17:29 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 00:17:29 ---> Running in caf64f2e6cc0 00:17:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:17:31 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 00:17:31 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 00:17:31 OK: 15736 distinct packages available 00:17:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:17:32 Removing intermediate container caf64f2e6cc0 00:17:32 ---> bcfce10b9ba5 00:17:32 Step 12/26 : WORKDIR /edgex-go 00:17:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:17:32 ---> Running in 0002e3e4afbf 00:17:33 ---> 0e0df7c93d3d 00:17:33 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 00:17:33 ---> Running in 5bbcf5688476 00:17:33 Removing intermediate container 0002e3e4afbf 00:17:33 ---> 63b41d480f1a 00:17:33 00:17:33 Step 13/26 : FROM alpine:3.15 00:17:33 ---> 3fb3c9af89a9 00:17:33 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:17:33 ---> Using cache 00:17:33 ---> 9b20f50a3af2 00:17:33 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:33 ---> Using cache 00:17:33 ---> c2652b666986 00:17:33 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:17:33 (1/9) Installing ca-certificates (20211220-r0) 00:17:33 ---> Running in b1d74866cf55 00:17:33 (2/9) Installing brotli-libs (1.0.9-r5) 00:17:33 (3/9) Installing nghttp2-libs (1.46.0-r0) 00:17:33 (4/9) Installing libcurl (7.80.0-r1) 00:17:33 (5/9) Installing curl (7.80.0-r1) 00:17:33 (6/9) Installing dumb-init (1.2.5-r1) 00:17:34 Removing intermediate container 5bbcf5688476 00:17:34 ---> 9a98f1b79cac 00:17:34 Step 10/25 : WORKDIR /edgex-go/spire-build 00:17:34 (7/9) Installing musl-obstack (1.2.3-r0) 00:17:34 ---> Running in 63ffc6073c54 00:17:34 (8/9) Installing libucontext (1.1-r0) 00:17:34 (9/9) Installing gcompat (1.0.0-r4) 00:17:34 Executing busybox-1.34.1-r5.trigger 00:17:34 Executing ca-certificates-20211220-r0.trigger 00:17:34 OK: 8 MiB in 23 packages 00:17:34 Removing intermediate container 63ffc6073c54 00:17:34 ---> 157709ab2cef 00:17:34 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 00:17:35 ---> Running in c2fb302a2adc 00:17:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:17:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:17:37 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 00:17:37 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 00:17:37 OK: 15736 distinct packages available 00:17:37 Removing intermediate container fc366e294bbd 00:17:37 ---> 900650ab4cec 00:17:37 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 00:17:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:17:38 Removing intermediate container c2fb302a2adc 00:17:38 ---> 8b89ebbdebfc 00:17:38 Step 12/25 : WORKDIR /edgex-go 00:17:38 ---> Running in f1d3a5ca81ea 00:17:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:17:38 ---> cbeaaeb996d1 00:17:38 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:17:39 Removing intermediate container f1d3a5ca81ea 00:17:39 ---> 9ab52c98623c 00:17:39 00:17:39 Step 13/25 : FROM alpine:3.15 00:17:39 ---> 3fb3c9af89a9 00:17:39 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:17:39 ---> Using cache 00:17:39 ---> 9b20f50a3af2 00:17:39 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:39 ---> Using cache 00:17:39 ---> c2652b666986 00:17:39 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:17:39 ---> Running in b741d79017f2 00:17:39 (1/5) Installing dumb-init (1.2.5-r1) 00:17:39 (2/5) Installing musl-obstack (1.2.3-r0) 00:17:39 (3/5) Installing libucontext (1.1-r0) 00:17:39 (4/5) Installing gcompat (1.0.0-r4) 00:17:39 (5/5) Installing openssl (1.1.1o-r0) 00:17:39 Executing busybox-1.34.1-r5.trigger 00:17:39 OK: 6 MiB in 19 packages 00:17:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:17:41 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:17:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:17:41 ---> 0ba88676fdb8 00:17:41 Step 3/22 : WORKDIR /edgex-go 00:17:41 ---> Using cache 00:17:41 ---> a61f01e8d89f 00:17:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:41 ---> Using cache 00:17:41 ---> 13d952f96efe 00:17:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:17:41 ---> Running in ec48b884cbec 00:17:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:17:42 Removing intermediate container b1d74866cf55 00:17:42 ---> aca09d75c686 00:17:42 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 00:17:42 ---> 3a12dcaaeea6 00:17:42 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 00:17:43 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 00:17:43 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 00:17:43 OK: 15736 distinct packages available 00:17:43 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:17:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:17:44 ---> 7b9439491cb2 00:17:44 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 00:17:44 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:17:44 ---> Running in 41c4be7bdb59 00:17:44 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:17:44 Removing intermediate container 41c4be7bdb59 00:17:44 ---> 76df6be52253 00:17:44 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:17:44 ---> Running in 0691b731d567 00:17:45 (1/5) Installing dumb-init (1.2.5-r1) 00:17:45 (2/5) Installing musl-obstack (1.2.3-r0) 00:17:45 (3/5) Installing libucontext (1.1-r0) 00:17:45 (4/5) Installing gcompat (1.0.0-r4) 00:17:45 (5/5) Installing openssl (1.1.1o-r0) 00:17:45 Removing intermediate container 0691b731d567 00:17:45 ---> 33dddb42a8e5 00:17:45 Step 18/20 : LABEL arch=arm64 00:17:45 Executing busybox-1.34.1-r5.trigger 00:17:45 OK: 220 MiB in 52 packages 00:17:45 OK: 6 MiB in 19 packages 00:17:46 ---> Running in 01ddc4df8b32 00:17:46 Removing intermediate container 01ddc4df8b32 00:17:46 ---> 7cf356f8a0a7 00:17:46 Step 19/20 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:17:47 ---> Running in 0d7b1b5ed628 00:17:47 Removing intermediate container ec48b884cbec 00:17:47 ---> 75a1c0e34bf1 00:17:47 Step 6/22 : COPY go.mod vendor* ./ 00:17:47 Removing intermediate container 0d7b1b5ed628 00:17:47 ---> 5a716be5734f 00:17:47 Step 20/20 : LABEL version=0.0.0 00:17:47 ---> 7ba9f909dca1 00:17:47 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:17:47 ---> Running in 321ef8584362 00:17:47 Removing intermediate container b741d79017f2 00:17:47 ---> 08c4283dc061 00:17:47 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:17:48 Removing intermediate container 321ef8584362 00:17:48 ---> e6d95912c415 00:17:48 00:17:48 ---> 07ff88306e69 00:17:48 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:17:48 ---> Running in 7a81291613c8 00:17:49 Successfully built e6d95912c415 00:17:49 Successfully tagged security-spiffe-token-provider-arm64:latest 00:17:49  Building security-spiffe-token-provider ... done Building core-command 00:17:54 Removing intermediate container 7a81291613c8 00:17:54 ---> fe5a27ed4ede 00:17:54 Step 8/22 : COPY . . 00:17:55 ---> ae28ae6b1e55 00:17:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:17:55 ---> Running in 138159d8444e 00:17:55 ---> 5e6b03b9a4af 00:17:55 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:17:56 ---> 5c5900034de9 00:17:56 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:17:57 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 00:17:57 ---> 91ee778b12c7 00:17:57 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:17:57 ---> f7f0a0e7c043 00:17:57 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:17:59 ---> 9927edabc822 00:17:59 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:17:59 ---> dfdf2a7cabee 00:17:59 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:18:00 ---> c731d266dcd5 00:18:00 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:18:00 ---> Running in 78d1c1f233de 00:18:01 ---> 904280c3c083 00:18:01 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:18:01 ---> Running in c0530948a2fb 00:18:01 Removing intermediate container 78d1c1f233de 00:18:01 ---> f62e60b4379d 00:18:01 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:18:02 ---> Running in d674857edadb 00:18:02 Removing intermediate container c0530948a2fb 00:18:02 ---> ec4b5b43767b 00:18:02 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:18:02 ---> Running in 4f9835f3cc45 00:18:02 Removing intermediate container d674857edadb 00:18:02 ---> 5c0b7a5db404 00:18:02 Step 23/25 : LABEL arch=arm64 00:18:02 ---> Running in 81b2f6dc86c2 00:18:03 Removing intermediate container 81b2f6dc86c2 00:18:03 ---> dca61649e646 00:18:03 Step 24/25 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:18:03 Removing intermediate container 4f9835f3cc45 00:18:03 ---> 1a0094f547e1 00:18:03 Step 24/26 : LABEL arch=arm64 00:18:04 ---> Running in 0fc4f2f1cc4f 00:18:04 ---> Running in 765823e059fd 00:18:04 Removing intermediate container 765823e059fd 00:18:04 ---> daff89019a4a 00:18:04 Step 25/26 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:18:04 Removing intermediate container 0fc4f2f1cc4f 00:18:04 ---> 44216bdc1735 00:18:04 Step 25/25 : LABEL version=0.0.0 00:18:05 ---> Running in f744ce5f8757 00:18:05 ---> Running in 4b7863226ae9 00:18:05 Removing intermediate container f744ce5f8757 00:18:05 ---> ede57dfebe64 00:18:05 Step 26/26 : LABEL version=0.0.0 00:18:06 Removing intermediate container 4b7863226ae9 00:18:06 ---> 914d86af0c71 00:18:06 00:18:06 ---> Running in 6d5e58da526c 00:18:06 Removing intermediate container 6d5e58da526c 00:18:06 ---> 3e5c556bd040 00:18:06 00:18:06 Successfully built 914d86af0c71 00:18:06 Successfully tagged security-spire-server-arm64:latest 00:18:06  Building security-spire-server ... done Building security-proxy-setup 00:18:07 Successfully built 3e5c556bd040 00:18:07 Successfully tagged security-spire-agent-arm64:latest 00:18:07  Building security-spire-agent ... done Building core-metadata 00:18:19 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:18:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:18:19 ---> 0ba88676fdb8 00:18:19 Step 3/23 : WORKDIR /edgex-go 00:18:19 ---> Using cache 00:18:19 ---> a61f01e8d89f 00:18:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:19 ---> Using cache 00:18:19 ---> 13d952f96efe 00:18:19 Step 5/23 : RUN apk add --update --no-cache make git 00:18:19 ---> Using cache 00:18:19 ---> 1a864d00f963 00:18:19 Step 6/23 : COPY go.mod vendor* ./ 00:18:19 ---> Using cache 00:18:19 ---> d59f17314b89 00:18:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:19 ---> Using cache 00:18:19 ---> b5738162c5ca 00:18:19 Step 8/23 : COPY . . 00:18:19 ---> Using cache 00:18:19 ---> ae28ae6b1e55 00:18:19 Step 9/23 : RUN make cmd/core-command/core-command 00:18:21 ---> Running in fd92e1ef4a17 00:18:23 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 00:18:23 ---> 7bd58567ad90 00:18:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:18:23 ---> Running in 116e6d3d00e1 00:18:25 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 00:18:58 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:18:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:18:58 ---> 0ba88676fdb8 00:18:58 Step 3/23 : WORKDIR /edgex-go 00:18:58 ---> Using cache 00:18:58 ---> a61f01e8d89f 00:18:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:58 ---> Using cache 00:18:58 ---> 13d952f96efe 00:18:58 Step 5/23 : RUN apk add --update --no-cache make git 00:18:58 ---> Using cache 00:18:58 ---> 1a864d00f963 00:18:58 Step 6/23 : COPY go.mod vendor* ./ 00:18:58 ---> Using cache 00:18:58 ---> d59f17314b89 00:18:58 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:58 ---> Using cache 00:18:58 ---> b5738162c5ca 00:18:58 Step 8/23 : COPY . . 00:18:58 ---> Using cache 00:18:58 ---> ae28ae6b1e55 00:18:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:18:58 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:18:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:18:58 ---> 0ba88676fdb8 00:18:58 Step 3/22 : WORKDIR /edgex-go 00:18:58 ---> Using cache 00:18:58 ---> a61f01e8d89f 00:18:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:58 ---> Using cache 00:18:58 ---> 13d952f96efe 00:18:58 Step 5/22 : RUN apk add --update --no-cache make git 00:18:58 ---> Using cache 00:18:58 ---> 1a864d00f963 00:18:58 Step 6/22 : COPY go.mod vendor* ./ 00:18:58 ---> Using cache 00:18:58 ---> d59f17314b89 00:18:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:58 ---> Using cache 00:18:58 ---> b5738162c5ca 00:18:58 Step 8/22 : COPY . . 00:18:58 ---> Using cache 00:18:58 ---> ae28ae6b1e55 00:18:58 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:18:58 ---> Running in 2c863cff7374 00:18:58 ---> Running in 089528fd4eaa 00:18:59 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 00:18:59 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 00:22:51 Removing intermediate container fd92e1ef4a17 00:22:51 ---> dc27d4b12869 00:22:51 00:22:51 Step 10/23 : FROM alpine:3.14 00:22:51 ---> ac73e934f311 00:22:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:22:51 ---> Running in fcae5387aa91 00:22:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 00:22:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 00:22:51 (1/1) Installing dumb-init (1.2.5-r1) 00:22:51 Executing busybox-1.33.1-r7.trigger 00:22:51 OK: 5 MiB in 15 packages 00:22:51 Removing intermediate container fcae5387aa91 00:22:51 ---> 23f2cd28ae75 00:22:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:22:51 ---> Running in c215c61effb3 00:22:51 Removing intermediate container c215c61effb3 00:22:51 ---> 844d2a6f42c4 00:22:51 Step 13/23 : ENV APP_PORT=59882 00:22:51 ---> Running in c3eb54274f59 00:22:51 Removing intermediate container c3eb54274f59 00:22:51 ---> 2de98ae5050e 00:22:51 Step 14/23 : EXPOSE $APP_PORT 00:22:51 ---> Running in 3da54b06b53d 00:22:51 Removing intermediate container 3da54b06b53d 00:22:51 ---> d0124368b325 00:22:51 Step 15/23 : WORKDIR / 00:22:51 ---> Running in d16f5bae9960 00:22:51 Removing intermediate container d16f5bae9960 00:22:51 ---> a26208a22c75 00:22:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:22:52 ---> fb5d32750791 00:22:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:22:54 ---> 2a1da84c8b8b 00:22:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:22:55 ---> a7915094db25 00:22:55 Step 19/23 : ENTRYPOINT ["/core-command"] 00:22:55 ---> Running in e5ab2adcc5b3 00:22:56 Removing intermediate container e5ab2adcc5b3 00:22:56 ---> 65cc36c7111b 00:22:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:22:56 ---> Running in 136caade057f 00:22:56 Removing intermediate container 136caade057f 00:22:56 ---> 250b963d6f75 00:22:56 Step 21/23 : LABEL arch=arm64 00:22:56 ---> Running in a4a9fe9f8ca9 00:22:57 Removing intermediate container a4a9fe9f8ca9 00:22:57 ---> fb99fa3a5fa3 00:22:57 Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:22:57 ---> Running in 80096366bd4f 00:22:57 Removing intermediate container 80096366bd4f 00:22:57 ---> b870d4aa879c 00:22:57 Step 23/23 : LABEL version=0.0.0 00:22:58 ---> Running in 51417bf1556f 00:22:58 Removing intermediate container 51417bf1556f 00:22:58 ---> 12ac337008f9 00:22:58 00:22:59 Successfully built 12ac337008f9 00:22:59 Successfully tagged core-command-arm64:latest 00:23:17  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 00:23:32 Removing intermediate container 089528fd4eaa 00:23:32 ---> 9bf7c8e399e5 00:23:32 00:23:32 Step 10/22 : FROM alpine:3.14 00:23:32 ---> ac73e934f311 00:23:32 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 00:23:32 ---> Running in 0896ef7e8601 00:23:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 00:23:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 00:23:36 (1/6) Installing ca-certificates (20211220-r0) 00:23:36 (2/6) Installing brotli-libs (1.0.9-r5) 00:23:36 (3/6) Installing nghttp2-libs (1.43.0-r0) 00:23:36 (4/6) Installing libcurl (7.79.1-r1) 00:23:36 (5/6) Installing curl (7.79.1-r1) 00:23:36 (6/6) Installing dumb-init (1.2.5-r1) 00:23:36 Executing busybox-1.33.1-r7.trigger 00:23:36 Executing ca-certificates-20211220-r0.trigger 00:23:36 OK: 8 MiB in 20 packages 00:23:40 Removing intermediate container 0896ef7e8601 00:23:40 ---> f61d13d81f76 00:23:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:23:40 ---> Running in fbb14b38853e 00:23:41 Removing intermediate container fbb14b38853e 00:23:41 ---> dd206de8d4d4 00:23:41 Step 13/22 : WORKDIR /edgex 00:23:41 ---> Running in 9e720a57c19b 00:23:42 Removing intermediate container 2c863cff7374 00:23:42 ---> c84f9fa04cb0 00:23:42 00:23:42 Step 10/23 : FROM alpine:3.14 00:23:42 ---> ac73e934f311 00:23:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:23:42 ---> Using cache 00:23:42 ---> 23f2cd28ae75 00:23:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:23:42 ---> Using cache 00:23:42 ---> 844d2a6f42c4 00:23:42 Step 13/23 : ENV APP_PORT=59881 00:23:42 Removing intermediate container 9e720a57c19b 00:23:42 ---> 30b64a26eca8 00:23:42 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:23:42 ---> Running in 2c156ad9a156 00:23:42 Removing intermediate container 2c156ad9a156 00:23:42 ---> 86635b504f9b 00:23:42 Step 14/23 : EXPOSE $APP_PORT 00:23:43 ---> Running in 3995347c59a1 00:23:43 ---> d968f4b0a8eb 00:23:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:23:43 Removing intermediate container 3995347c59a1 00:23:43 ---> 3cec38ee7373 00:23:43 Step 15/23 : WORKDIR / 00:23:44 ---> Running in fca7d2948270 00:23:45 Removing intermediate container fca7d2948270 00:23:45 ---> 046cec5aaadb 00:23:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:23:45 ---> 752eb998fdf5 00:23:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:23:46 ---> 9288d4e92505 00:23:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:23:48 ---> 691689de1d34 00:23:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:23:48 ---> e8fd14d8d9de 00:23:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:23:49 ---> fa847c2d3e1d 00:23:49 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:23:49 ---> Running in 0ecf213fcc1d 00:23:49 ---> b9036c15dd9e 00:23:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:23:50 ---> Running in 73d30c13b5ed 00:23:50 Removing intermediate container 73d30c13b5ed 00:23:50 ---> d45918065832 00:23:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:23:51 ---> Running in fb42d1521e85 00:23:51 Removing intermediate container fb42d1521e85 00:23:51 ---> 210225fc2309 00:23:51 Step 21/23 : LABEL arch=arm64 00:23:51 ---> Running in 640b85c64bda 00:23:52 Removing intermediate container 640b85c64bda 00:23:52 ---> 07ab9d4e7cfe 00:23:52 Step 22/23 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:23:52 ---> Running in af0bdf4be0c3 00:23:53 Removing intermediate container 0ecf213fcc1d 00:23:53 ---> a67b18671fd4 00:23:53 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 00:23:53 ---> Running in 9a561f69f457 00:23:53 Removing intermediate container af0bdf4be0c3 00:23:53 ---> c74c9e30f3d1 00:23:53 Step 23/23 : LABEL version=0.0.0 00:23:53 ---> Running in 297872c73ac5 00:23:53 Removing intermediate container 9a561f69f457 00:23:53 ---> fba92975c65d 00:23:53 Step 20/22 : LABEL arch=arm64 00:23:54 ---> Running in b56e6a3e2cfe 00:23:54 Removing intermediate container 297872c73ac5 00:23:54 ---> cf9bf591bc84 00:23:54 00:23:54 Removing intermediate container b56e6a3e2cfe 00:23:54 ---> 3450da3626c3 00:23:54 Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:23:54 Successfully built cf9bf591bc84 00:23:54 Successfully tagged core-metadata-arm64:latest 00:23:54  Building core-metadata ... done  ---> Running in 4b26090a2a06 00:23:55 Removing intermediate container 4b26090a2a06 00:23:55 ---> 73ea25e39497 00:23:55 Step 22/22 : LABEL version=0.0.0 00:23:55 ---> Running in fcfe99be9ee5 00:23:56 Removing intermediate container fcfe99be9ee5 00:23:56 ---> abedfe12043c 00:23:56 00:23:56 Successfully built abedfe12043c 00:23:56 Successfully tagged security-proxy-setup-arm64:latest 00:24:11  Building security-proxy-setup ... done Removing intermediate container 138159d8444e 00:24:11 ---> 6e2d76e2a472 00:24:11 00:24:11 Step 10/22 : FROM alpine:3.14 00:24:11 ---> ac73e934f311 00:24:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:24:11 ---> Using cache 00:24:11 ---> 23f2cd28ae75 00:24:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:24:11 ---> Using cache 00:24:11 ---> 844d2a6f42c4 00:24:11 Step 13/22 : ENV APP_PORT=59861 00:24:11 ---> Running in beb8c64e1c46 00:24:11 Removing intermediate container beb8c64e1c46 00:24:11 ---> 48038179c020 00:24:11 Step 14/22 : EXPOSE $APP_PORT 00:24:11 ---> Running in 5afee086f086 00:24:11 Removing intermediate container 5afee086f086 00:24:11 ---> 537a06532402 00:24:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:24:11 ---> 3c49cd096012 00:24:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:24:12 ---> de7b91a38ec3 00:24:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:24:13 ---> 24fb4f6e1a95 00:24:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:24:13 ---> Running in a64f821365ef 00:24:13 Removing intermediate container a64f821365ef 00:24:13 ---> e25789c45e36 00:24:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:24:13 ---> Running in 9e91da51b8dd 00:24:14 Removing intermediate container 9e91da51b8dd 00:24:14 ---> 55039182fc8e 00:24:14 Step 20/22 : LABEL arch=arm64 00:24:14 ---> Running in 454f0e22fb4e 00:24:14 Removing intermediate container 454f0e22fb4e 00:24:14 ---> 0e072916ef8e 00:24:14 Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:24:14 ---> Running in 2df7ce065042 00:24:15 Removing intermediate container 2df7ce065042 00:24:15 ---> a5ea296f8361 00:24:15 Step 22/22 : LABEL version=0.0.0 00:24:15 ---> Running in 078eae45d2d7 00:24:16 Removing intermediate container 078eae45d2d7 00:24:16 ---> 5364ee49ce10 00:24:16 00:24:16 Successfully built 5364ee49ce10 00:24:16 Successfully tagged support-scheduler-arm64:latest 00:24:24  Building support-scheduler ... done Removing intermediate container 116e6d3d00e1 00:24:24 ---> d9644cf8a249 00:24:24 00:24:24 Step 10/22 : FROM alpine:3.14 00:24:24 ---> ac73e934f311 00:24:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:24:24 ---> Running in 21c9e4d8f680 00:24:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 00:24:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 00:24:25 (1/2) Installing ca-certificates (20211220-r0) 00:24:25 (2/2) Installing dumb-init (1.2.5-r1) 00:24:25 Executing busybox-1.33.1-r7.trigger 00:24:25 Executing ca-certificates-20211220-r0.trigger 00:24:25 OK: 6 MiB in 16 packages 00:24:27 Removing intermediate container 21c9e4d8f680 00:24:27 ---> 3202e4ce294f 00:24:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:24:27 ---> Running in 085676e3aa9d 00:24:27 Removing intermediate container 085676e3aa9d 00:24:27 ---> 541175cda8bb 00:24:27 Step 13/22 : ENV APP_PORT=59860 00:24:27 ---> Running in e673ae478a01 00:24:27 Removing intermediate container e673ae478a01 00:24:27 ---> 76eec2775065 00:24:27 Step 14/22 : EXPOSE $APP_PORT 00:24:28 ---> Running in 6352cfd7eacd 00:24:28 Removing intermediate container 6352cfd7eacd 00:24:28 ---> 9d41a7457baa 00:24:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:24:29 ---> 210f7a6ad7e5 00:24:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:24:30 ---> 60bd4bb37777 00:24:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:24:31 ---> edac0d06adfa 00:24:31 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:24:31 ---> Running in 04dd0977c1ef 00:24:31 Removing intermediate container 04dd0977c1ef 00:24:31 ---> 1cf756e39344 00:24:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:24:31 ---> Running in 7a64dc4db5cc 00:24:31 Removing intermediate container 7a64dc4db5cc 00:24:31 ---> a57953df6197 00:24:31 Step 20/22 : LABEL arch=arm64 00:24:31 ---> Running in e9b6d0a47f27 00:24:32 Removing intermediate container e9b6d0a47f27 00:24:32 ---> ccdb19215c0c 00:24:32 Step 21/22 : LABEL git_sha=a5792596378736472da3af8951d7ea10d661f143 00:24:32 ---> Running in 68d3212aa625 00:24:32 Removing intermediate container 68d3212aa625 00:24:32 ---> db279d19d925 00:24:32 Step 22/22 : LABEL version=0.0.0 00:24:32 ---> Running in 4b6591a6690e 00:24:33 Removing intermediate container 4b6591a6690e 00:24:33 ---> 9d060761f408 00:24:33 00:24:33 Successfully built 9d060761f408 00:24:33 Successfully tagged support-notifications-arm64:latest 00:24:33  Building support-notifications ... done  [Pipeline] } 00:24:33 $ docker stop --time=1 6d98e401951d7bb1ddf4965353e4eb055c0f112714def88a0697eae9d14dce98 00:24:35 $ docker rm -f 6d98e401951d7bb1ddf4965353e4eb055c0f112714def88a0697eae9d14dce98 [Pipeline] // withDockerContainer [Pipeline] sh 00:24:36 + docker images 00:24:36 REPOSITORY TAG IMAGE ID CREATED SIZE 00:24:36 support-notifications-arm64 latest 9d060761f408 4 seconds ago 25.9MB 00:24:36 d9644cf8a249 15 seconds ago 1.49GB 00:24:36 support-scheduler-arm64 latest 5364ee49ce10 21 seconds ago 25.4MB 00:24:36 6e2d76e2a472 29 seconds ago 1.49GB 00:24:36 security-proxy-setup-arm64 latest abedfe12043c 41 seconds ago 26.1MB 00:24:36 core-metadata-arm64 latest cf9bf591bc84 43 seconds ago 16.3MB 00:24:36 c84f9fa04cb0 55 seconds ago 1.44GB 00:24:36 9bf7c8e399e5 About a minute ago 1.44GB 00:24:36 core-command-arm64 latest 12ac337008f9 About a minute ago 15.5MB 00:24:36 dc27d4b12869 About a minute ago 1.43GB 00:24:36 security-spire-agent-arm64 latest 3e5c556bd040 6 minutes ago 126MB 00:24:36 security-spire-server-arm64 latest 914d86af0c71 6 minutes ago 86.3MB 00:24:36 security-spiffe-token-provider-arm64 latest e6d95912c415 6 minutes ago 28.1MB 00:24:36 9ab52c98623c 6 minutes ago 1.34GB 00:24:36 63b41d480f1a 7 minutes ago 1.34GB 00:24:36 3a8950ca975c 7 minutes ago 1.48GB 00:24:36 sys-mgmt-agent-arm64 latest f6a55026bd93 7 minutes ago 282MB 00:24:36 core-data-arm64 latest 2969e760d3a5 8 minutes ago 21.7MB 00:24:36 security-bootstrapper-arm64 latest 4efb98433958 8 minutes ago 18.3MB 00:24:36 17b70fd7ee1a 8 minutes ago 1.46GB 00:24:36 security-secretstore-setup-arm64 latest d85c8550cdb7 8 minutes ago 27.5MB 00:24:36 a39b209322e8 9 minutes ago 1.44GB 00:24:36 691e9c7d642e 9 minutes ago 1.44GB 00:24:36 3d25cbe474c0 9 minutes ago 1.43GB 00:24:36 security-spire-config-arm64 latest 8a0d29adff17 13 minutes ago 85.6MB 00:24:36 339dc2f86bf2 14 minutes ago 1.34GB 00:24:36 ci-base-image-arm64 latest 0ba88676fdb8 26 minutes ago 1.01GB 00:24:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 819e984ddca1 2 weeks ago 669MB 00:24:36 docker 20.10.14 c346e9eafbab 2 months ago 202MB 00:24:36 alpine 3.14 ac73e934f311 2 months ago 5.34MB 00:24:36 alpine 3.15 3fb3c9af89a9 2 months ago 5.32MB 00:24:36 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 00:24:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:24:37 00:24:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:24:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:24:38 arm64: Pulling from edgex-lftools-log-publisher 00:24:38 8998bd30e6a1: Pulling fs layer 00:24:38 04944245beec: Pulling fs layer 00:24:38 699f458cf7ca: Pulling fs layer 00:24:38 765212b225bb: Pulling fs layer 00:24:38 f23df028b6ca: Pulling fs layer 00:24:38 d65c8cfc05b1: Pulling fs layer 00:24:38 2437ff75d9bd: Pulling fs layer 00:24:38 d65c8cfc05b1: Waiting 00:24:38 765212b225bb: Waiting 00:24:38 f23df028b6ca: Waiting 00:24:38 2437ff75d9bd: Waiting 00:24:38 04944245beec: Verifying Checksum 00:24:38 04944245beec: Download complete 00:24:38 765212b225bb: Verifying Checksum 00:24:38 765212b225bb: Download complete 00:24:38 f23df028b6ca: Verifying Checksum 00:24:38 f23df028b6ca: Download complete 00:24:38 d65c8cfc05b1: Verifying Checksum 00:24:38 d65c8cfc05b1: Download complete 00:24:38 699f458cf7ca: Verifying Checksum 00:24:38 699f458cf7ca: Download complete 00:24:38 8998bd30e6a1: Verifying Checksum 00:24:38 8998bd30e6a1: Download complete 00:24:41 2437ff75d9bd: Verifying Checksum 00:24:41 2437ff75d9bd: Download complete 00:24:43 8998bd30e6a1: Pull complete 00:24:43 04944245beec: Pull complete 00:24:45 699f458cf7ca: Pull complete 00:24:45 765212b225bb: Pull complete 00:24:46 f23df028b6ca: Pull complete 00:24:46 d65c8cfc05b1: Pull complete 00:25:04 2437ff75d9bd: Pull complete 00:25:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:25:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:25:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:25:05 prd-ubuntu20.04-docker-arm64-4c-16g-15290 does not seem to be running inside a container 00:25:05 $ 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 00:25:08 $ docker top 13a5d12fc47d7bfdfe52f9e6e0f4cadfa91fffb3ed19f6147f53052175370aed -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:25:09 ---> job-cost.sh 00:25:09 lf-activate-venv: SKIPPING 00:25:09 INFO: No Stack... 00:25:09 INFO: Retrieving Pricing Info for: v3-standard-4 00:25:10 INFO: Archiving Costs [Pipeline] sh 00:25:11 + cut -d, -f6 00:25:11 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 00:25:11 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4059-1-stack-cost] 00:25:11 Resource [jenkins-edgexfoundry-edgex-go-PR-4059-1-stack-cost] did not exist. Created. 00:25:11 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4059-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:25:12 + echo total: 0.10999999940395355 [Pipeline] stash 00:25:12 Stashed 1 file(s) [Pipeline] } 00:25:12 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4059-1-stack-cost] [Pipeline] // lock [Pipeline] } 00:25:12 $ docker stop --time=1 13a5d12fc47d7bfdfe52f9e6e0f4cadfa91fffb3ed19f6147f53052175370aed 00:25:14 $ 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 00:25:15 provisioning config files... 00:25:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6736454296270036023tmp [Pipeline] { [Pipeline] sh 00:25:15 + set +x 00:25:15 + curl -s https://codecov.io/bash 00:25:15 + bash -s -- 00:25:15 00:25:15 _____ _ 00:25:15 / ____| | | 00:25:15 | | ___ __| | ___ ___ _____ __ 00:25:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:25:15 | |___| (_) | (_| | __/ (_| (_) \ V / 00:25:15 \_____\___/ \__,_|\___|\___\___/ \_/ 00:25:15 Bash-1.0.6 00:25:15 00:25:15 00:25:15 ==> git version 2.25.1 found 00:25:15 ==> 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 00:25:15 Release-Date: 2020-01-08 00:25:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 00:25:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:25:15 ==> Jenkins CI detected. 00:25:15 current dir:  /w/workspace/edgex-go/1 00:25:15 project root: . 00:25:15 --> token set from env 00:25:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:25:15 ==> Running gcov in . (disable via -X gcov) 00:25:15 ==> Python coveragepy not found 00:25:15 ==> Searching for coverage reports in: 00:25:15 + . 00:25:15 -> Found 1 reports 00:25:15 ==> Detecting git/mercurial file structure 00:25:15 ==> Reading reports 00:25:15 + ./coverage.out bytes=435411 00:25:15 ==> Appending adjustments 00:25:15 https://docs.codecov.io/docs/fixing-reports 00:25:17 + Found adjustments 00:25:17 ==> Gzipping contents 00:25:17 60K /tmp/codecov.w4kUN4.gz 00:25:17 ==> Uploading reports 00:25:17 url: https://codecov.io 00:25:17 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= 00:25:17 -> Pinging Codecov 00:25:17 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= 00:25:17 -> Uploading to 00:25:17 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 00:25:17 % Total % Received % Xferd Average Speed Time Time Time Current 00:25:17 Dload Upload Total Spent Left Speed 00:25:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59859 0 0 100 59859 0 193k --:--:-- --:--:-- --:--:-- 193k 00:25:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a5792596378736472da3af8951d7ea10d661f143 [Pipeline] } 00:25:17 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 00:25:18 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 00:25:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:25:20 ---> package-listing.sh 00:25:20 ++ tr '[:upper:]' '[:lower:]' 00:25:20 ++ facter osfamily 00:25:20 + OS_FAMILY=debian 00:25:20 + workspace=/w/workspace/edgex-go/1 00:25:20 + START_PACKAGES=/tmp/packages_start.txt 00:25:20 + END_PACKAGES=/tmp/packages_end.txt 00:25:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:25:20 + PACKAGES=/tmp/packages_start.txt 00:25:20 + '[' /w/workspace/edgex-go/1 ']' 00:25:20 + PACKAGES=/tmp/packages_end.txt 00:25:20 + case "${OS_FAMILY}" in 00:25:20 + grep '^ii' 00:25:20 + dpkg -l 00:25:20 + '[' -f /tmp/packages_start.txt ']' 00:25:20 + '[' -f /tmp/packages_end.txt ']' 00:25:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:25:20 + '[' /w/workspace/edgex-go/1 ']' 00:25:20 + mkdir -p /w/workspace/edgex-go/1/archives/ 00:25:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 00:25:20 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 00:25:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:25:21 00:25:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:25:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:25:21 latest: Pulling from edgex-lftools-log-publisher 00:25:21 5eb5b503b376: Pulling fs layer 00:25:21 5c69ac0246d0: Pulling fs layer 00:25:21 ec43610c2a17: Pulling fs layer 00:25:21 3a2ae6a8a46f: Pulling fs layer 00:25:21 33b1e0a273af: Pulling fs layer 00:25:21 5d3b04190fa2: Pulling fs layer 00:25:21 2f39f015ded8: Pulling fs layer 00:25:21 33b1e0a273af: Waiting 00:25:21 2f39f015ded8: Waiting 00:25:21 5d3b04190fa2: Waiting 00:25:21 3a2ae6a8a46f: Waiting 00:25:21 5c69ac0246d0: Verifying Checksum 00:25:21 5c69ac0246d0: Download complete 00:25:21 3a2ae6a8a46f: Verifying Checksum 00:25:21 3a2ae6a8a46f: Download complete 00:25:21 ec43610c2a17: Verifying Checksum 00:25:21 ec43610c2a17: Download complete 00:25:21 33b1e0a273af: Verifying Checksum 00:25:21 33b1e0a273af: Download complete 00:25:21 5d3b04190fa2: Verifying Checksum 00:25:21 5eb5b503b376: Verifying Checksum 00:25:21 5eb5b503b376: Download complete 00:25:22 2f39f015ded8: Download complete 00:25:23 5eb5b503b376: Pull complete 00:25:23 5c69ac0246d0: Pull complete 00:25:24 ec43610c2a17: Pull complete 00:25:24 3a2ae6a8a46f: Pull complete 00:25:24 33b1e0a273af: Pull complete 00:25:24 5d3b04190fa2: Pull complete 00:25:28 2f39f015ded8: Pull complete 00:25:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:25:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:25:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:25:28 prd-ubuntu20.04-docker-8c-8g-15289 does not seem to be running inside a container 00:25:28 $ 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 00:25:30 $ docker top b29ebb90c1fa7c26fa28a9eb98bf15255264ebde50a6faac84e39b1083b0e78c -eo pid,comm [Pipeline] { [Pipeline] sh 00:25:30 + touch /tmp/pre-build-complete [Pipeline] sh 00:25:31 + mkdir -p /var/log/sysstat [Pipeline] sh 00:25:31 + ls /var/log/sa-host 00:25:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:25:31 provisioning config files... 00:25:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8040286900762624273tmp [Pipeline] { [Pipeline] echo 00:25:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:25:32 ---> create-netrc.sh [Pipeline] } 00:25:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:25:32 ---> python-tools-install.sh [Pipeline] echo 00:25:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:25:32 ---> sudo-logs.sh 00:25:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:25:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:25:33 ---> job-cost.sh 00:25:33 lf-activate-venv: SKIPPING 00:25:33 DEBUG: total: 0.10999999940395355 00:25:33 INFO: Retrieving Stack Cost... 00:25:33 INFO: Retrieving Pricing Info for: v3-standard-8 00:25:34 INFO: Archiving Costs [Pipeline] echo 00:25:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:25:34 ---> logs-deploy.sh 00:25:34 lf-activate-venv: SKIPPING 00:25:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4059/1 00:25:34 INFO: archiving workspace using pattern(s): 00:25:35 Archives upload complete. 00:25:35 INFO: archiving logs to Nexus 00:25:36 ---> uname -a: 00:25:36 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 00:25:36 00:25:36 00:25:36 ---> lscpu: 00:25:36 Architecture: x86_64 00:25:36 CPU op-mode(s): 32-bit, 64-bit 00:25:36 Byte Order: Little Endian 00:25:36 Address sizes: 40 bits physical, 48 bits virtual 00:25:36 CPU(s): 8 00:25:36 On-line CPU(s) list: 0-7 00:25:36 Thread(s) per core: 1 00:25:36 Core(s) per socket: 1 00:25:36 Socket(s): 8 00:25:36 NUMA node(s): 1 00:25:36 Vendor ID: AuthenticAMD 00:25:36 CPU family: 23 00:25:36 Model: 49 00:25:36 Model name: AMD EPYC-Rome Processor 00:25:36 Stepping: 0 00:25:36 CPU MHz: 2799.998 00:25:36 BogoMIPS: 5599.99 00:25:36 Virtualization: AMD-V 00:25:36 Hypervisor vendor: KVM 00:25:36 Virtualization type: full 00:25:36 L1d cache: 256 KiB 00:25:36 L1i cache: 256 KiB 00:25:36 L2 cache: 4 MiB 00:25:36 L3 cache: 128 MiB 00:25:36 NUMA node0 CPU(s): 0-7 00:25:36 Vulnerability Itlb multihit: Not affected 00:25:36 Vulnerability L1tf: Not affected 00:25:36 Vulnerability Mds: Not affected 00:25:36 Vulnerability Meltdown: Not affected 00:25:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:25:36 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 00:25:36 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 00:25:36 Vulnerability Srbds: Not affected 00:25:36 Vulnerability Tsx async abort: Not affected 00:25:36 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 00:25:36 00:25:36 00:25:36 ---> nproc: 00:25:36 8 00:25:36 00:25:36 00:25:36 ---> df -h: 00:25:36 Filesystem Size Used Avail Use% Mounted on 00:25:36 overlay 155G 17G 139G 11% / 00:25:36 tmpfs 64M 0 64M 0% /dev 00:25:36 tmpfs 16G 0 16G 0% /sys/fs/cgroup 00:25:36 shm 64M 0 64M 0% /dev/shm 00:25:36 /dev/vda1 155G 17G 139G 11% /facter-os 00:25:36 00:25:36