Pull request #4080 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d+11a51fe418205844bd5d22f7d6ff9ca8936a0e25 (9ecdea6eca34d491b158379c622bee123734c9b5) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13695740082513555630.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh11427791496932266871.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4080/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4080/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4198398578447719084.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4080/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4729915742431428772.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17663269604224321349.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4080/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4080/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15983738123357989539.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-16966 in /w/workspace/edgexfoundry_edgex-go_PR-4080 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4080/head:refs/remotes/origin/PR-4080 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 into PR head commit 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d Merge succeeded, producing 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d Checking out Revision 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d (PR-4080) > git config core.sparsecheckout # timeout=10 > git checkout -f 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d # timeout=10 Commit message: "build: Upgrade CodeQL modules, enable addl checkers" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:56:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:56:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:56:42 ========================================================= 18:56:42 EdgeX Global Pipelines Version Info 18:56:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:56:43 ------------------- 18:56:43 stable info: 18:56:43 ------------------- 18:56:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:56:43 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 18:56:43 Message: update stable to v1.0.234 18:56:44 ------------------- 18:56:44 experimental info: 18:56:44 ------------------- 18:56:44 Commited By: **** collab-it+edgex@linuxfoundation.org 18:56:44 Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 18:56:44 Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4080 [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4080 [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4080 [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7698dd7 [Pipeline] echo 18:56:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:56:45 provisioning config files... 18:56:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9011938741856640298tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:56:46 ---> docker-login.sh 18:56:46 nexus3.edgexfoundry.org:10001 18:56:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:46 Configure a credential helper to remove this warning. See 18:56:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:46 18:56:46 Login Succeeded 18:56:46 nexus3.edgexfoundry.org:10002 18:56:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:46 Configure a credential helper to remove this warning. See 18:56:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:46 18:56:46 Login Succeeded 18:56:46 nexus3.edgexfoundry.org:10003 18:56:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:46 Configure a credential helper to remove this warning. See 18:56:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:46 18:56:46 Login Succeeded 18:56:46 nexus3.edgexfoundry.org:10004 18:56:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:46 Configure a credential helper to remove this warning. See 18:56:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:46 18:56:46 Login Succeeded 18:56:46 docker.io 18:56:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:47 Configure a credential helper to remove this warning. See 18:56:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:47 18:56:47 Login Succeeded 18:56:47 ---> docker-login.sh ends [Pipeline] } 18:56:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:56:47 + 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 18:56:47 + dirname cmd/core-command/Dockerfile 18:56:47 + cut -d/ -f2 18:56:47 + echo core-command,cmd/core-command/Dockerfile 18:56:47 + dirname cmd/core-data/Dockerfile 18:56:47 + cut -d/ -f2 18:56:47 + echo core-data,cmd/core-data/Dockerfile 18:56:47 + dirname cmd/core-metadata/Dockerfile 18:56:47 + cut -d/ -f2 18:56:47 + echo core-metadata,cmd/core-metadata/Dockerfile 18:56:47 + dirname cmd/security-bootstrapper/Dockerfile 18:56:47 + cut -d/ -f2 18:56:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:56:47 + dirname cmd/security-proxy-setup/Dockerfile 18:56:47 + cut -d/ -f2 18:56:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:56:47 + dirname cmd/security-secretstore-setup/Dockerfile 18:56:47 + cut -d/ -f2 18:56:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:56:47 + dirname cmd/security-spiffe-token-provider/Dockerfile 18:56:47 + cut -d/ -f2 18:56:47 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 18:56:47 + dirname cmd/security-spire-agent/Dockerfile+ 18:56:47 cut -d/ -f2 18:56:47 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 18:56:47 + + dirname cmd/security-spire-config/Dockerfile 18:56:47 cut -d/ -f2 18:56:47 + echo security-spire-config,cmd/security-spire-config/Dockerfile 18:56:47 + dirname cmd/security-spire-server/Dockerfile 18:56:47 + cut -d/ -f2 18:56:47 + echo security-spire-server,cmd/security-spire-server/Dockerfile 18:56:47 + dirname cmd/support-notifications/Dockerfile 18:56:47 + cut -d/ -f2 18:56:47 + echo support-notifications,cmd/support-notifications/Dockerfile 18:56:47 + dirname cmd/support-scheduler/Dockerfile 18:56:47 + cut -d/ -f2 18:56:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:56:47 + dirname cmd/sys-mgmt-agent/Dockerfile 18:56:47 + cut -d/ -f2 18:56:47 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:56:47 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 18:56:48 + git rev-list -1 --merges 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d~1..7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [Pipeline] echo 18:56:48 -----------> git rev-list -1 --merges 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d~1..7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [false] [Pipeline] sh 18:56:48 + git log --format=format:%s -1 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [Pipeline] echo 18:56:48 ========================================================= 18:56:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:56:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 18:56:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:56:49 + grep -v github /etc/ssh/ssh_known_hosts 18:56:49 + [ -e /tmp/ssh_known_hosts ] 18:56:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:56:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:56:49 + sudo tee -a /etc/ssh/ssh_known_hosts 18:56:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:56:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:56:49 18:56:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:56:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:56:50 0.1.4: Pulling from edgex-devops/py-git-semver 18:56:50 42c077c10790: Pulling fs layer 18:56:50 f63e77b7563a: Pulling fs layer 18:56:50 bd5fdadae976: Pulling fs layer 18:56:50 205491f53016: Pulling fs layer 18:56:50 df18705c85c3: Pulling fs layer 18:56:50 bdb3f477010e: Pulling fs layer 18:56:50 c8a8fc8e1c8f: Pulling fs layer 18:56:50 2c6e9b1d212d: Pulling fs layer 18:56:50 bdb8f0575790: Pulling fs layer 18:56:50 386e3cb2ff24: Pulling fs layer 18:56:50 2343380bae48: Pulling fs layer 18:56:50 df18705c85c3: Waiting 18:56:50 bdb3f477010e: Waiting 18:56:50 2c6e9b1d212d: Waiting 18:56:50 386e3cb2ff24: Waiting 18:56:50 2343380bae48: Waiting 18:56:50 205491f53016: Waiting 18:56:50 bdb8f0575790: Waiting 18:56:50 f63e77b7563a: Download complete 18:56:50 205491f53016: Verifying Checksum 18:56:50 205491f53016: Download complete 18:56:50 df18705c85c3: Verifying Checksum 18:56:50 df18705c85c3: Download complete 18:56:50 bd5fdadae976: Verifying Checksum 18:56:50 bd5fdadae976: Download complete 18:56:50 bdb3f477010e: Verifying Checksum 18:56:50 bdb3f477010e: Download complete 18:56:50 2c6e9b1d212d: Download complete 18:56:50 bdb8f0575790: Download complete 18:56:50 386e3cb2ff24: Download complete 18:56:50 2343380bae48: Verifying Checksum 18:56:50 2343380bae48: Download complete 18:56:50 42c077c10790: Verifying Checksum 18:56:50 42c077c10790: Download complete 18:56:50 c8a8fc8e1c8f: Download complete 18:56:52 42c077c10790: Pull complete 18:56:52 f63e77b7563a: Pull complete 18:56:52 bd5fdadae976: Pull complete 18:56:52 205491f53016: Pull complete 18:56:52 df18705c85c3: Pull complete 18:56:53 bdb3f477010e: Pull complete 18:56:55 c8a8fc8e1c8f: Pull complete 18:56:55 2c6e9b1d212d: Pull complete 18:56:55 bdb8f0575790: Pull complete 18:56:55 386e3cb2ff24: Pull complete 18:56:55 2343380bae48: Pull complete 18:56:55 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 18:56:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:56:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:56:55 prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container 18:56:55 $ 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 18:56:57 $ docker top 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 -eo pid,comm 18:56:57 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). 18:56:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:56:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:56:57 [ssh-agent] Looking for ssh-agent implementation... 18:56:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:56:57 $ docker exec 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 ssh-agent 18:56:58 SSH_AUTH_SOCK=/tmp/ssh-WEsdyfAXbAch/agent.32 18:56:58 SSH_AGENT_PID=38 18:56:58 Running ssh-add (command line suppressed) 18:56:58 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8942711711783304977.key (/w/workspace/edgex-go/1@tmp/private_key_8942711711783304977.key) 18:56:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:56:58 + git tag --points-at HEAD [Pipeline] } 18:56:58 $ docker exec --env ******** --env ******** 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 ssh-agent -k 18:56:58 unset SSH_AUTH_SOCK; 18:56:58 unset SSH_AGENT_PID; 18:56:58 echo Agent pid 38 killed; 18:56:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:56:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:56:58 [ssh-agent] Looking for ssh-agent implementation... 18:56:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:56:58 $ docker exec 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 ssh-agent 18:56:58 SSH_AUTH_SOCK=/tmp/ssh-VAkn8AbHl35U/agent.70 18:56:58 SSH_AGENT_PID=76 18:56:58 Running ssh-add (command line suppressed) 18:56:59 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8794502857671147337.key (/w/workspace/edgex-go/1@tmp/private_key_8794502857671147337.key) 18:56:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:56:59 + git semver init 18:56:59 2022-07-05 18:56:59,648 [run_init] DEBUG init version:0.0.0 force:False 18:56:59 2022-07-05 18:56:59,649 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 18:56:59 2022-07-05 18:56:59,649 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 18:56:59 2022-07-05 18:56:59,650 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 18:57:03 2022-07-05 18:57:03,516 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 18:57:03 2022-07-05 18:57:03,517 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4080 with force:False 18:57:03 2022-07-05 18:57:03,517 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4080 18:57:03 2022-07-05 18:57:03,521 [execute] INFO git cat-file --batch-check 18:57:03 2022-07-05 18:57:03,522 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 18:57:03 2022-07-05 18:57:03,528 [execute] INFO git cat-file --batch 18:57:03 2022-07-05 18:57:03,528 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 18:57:03 2022-07-05 18:57:03,532 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4080 18:57:03 0.0.0 [Pipeline] } 18:57:03 $ docker exec --env ******** --env ******** 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 ssh-agent -k 18:57:04 unset SSH_AUTH_SOCK; 18:57:04 unset SSH_AGENT_PID; 18:57:04 echo Agent pid 76 killed; 18:57:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:57:04 + git semver [Pipeline] } 18:57:04 $ docker stop --time=1 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 18:57:06 $ docker rm -f 03769a1e62f9bc17b83f554de51b879fedb11a6a62560ce2f4e1bbed60f70120 [Pipeline] // withDockerContainer [Pipeline] sh 18:57:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:57:06 Stashed 1 file(s) [Pipeline] echo 18:57:06 [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 18:57:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:57:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:57:07 ========================================================= 18:57:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 18:57:07 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:57:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 18:57:07 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 18:57:07 59bf1c3509f3: Pulling fs layer 18:57:07 666ba61612fd: Pulling fs layer 18:57:07 8ed8ca486205: Pulling fs layer 18:57:07 cc1cd167ecdc: Pulling fs layer 18:57:07 c516ae0d96e1: Pulling fs layer 18:57:07 684cea983483: Pulling fs layer 18:57:07 dd3240ac7de5: Pulling fs layer 18:57:07 b1e948a4e11c: Pulling fs layer 18:57:07 a8fd76ee1af6: Pulling fs layer 18:57:07 646ad004c059: Pulling fs layer 18:57:07 684cea983483: Waiting 18:57:07 a8fd76ee1af6: Waiting 18:57:07 dd3240ac7de5: Waiting 18:57:07 646ad004c059: Waiting 18:57:07 b1e948a4e11c: Waiting 18:57:07 cc1cd167ecdc: Waiting 18:57:07 8ed8ca486205: Verifying Checksum 18:57:07 8ed8ca486205: Download complete 18:57:07 666ba61612fd: Verifying Checksum 18:57:07 666ba61612fd: Download complete 18:57:07 c516ae0d96e1: Download complete 18:57:07 684cea983483: Verifying Checksum 18:57:07 684cea983483: Download complete 18:57:07 59bf1c3509f3: Download complete 18:57:07 dd3240ac7de5: Download complete 18:57:08 b1e948a4e11c: Verifying Checksum 18:57:08 b1e948a4e11c: Download complete 18:57:08 59bf1c3509f3: Pull complete 18:57:08 666ba61612fd: Pull complete 18:57:08 8ed8ca486205: Pull complete 18:57:08 646ad004c059: Verifying Checksum 18:57:08 646ad004c059: Download complete 18:57:08 a8fd76ee1af6: Verifying Checksum 18:57:08 a8fd76ee1af6: Download complete 18:57:08 cc1cd167ecdc: Verifying Checksum 18:57:08 cc1cd167ecdc: Download complete 18:57:12 cc1cd167ecdc: Pull complete 18:57:13 c516ae0d96e1: Pull complete 18:57:13 684cea983483: Pull complete 18:57:13 dd3240ac7de5: Pull complete 18:57:13 b1e948a4e11c: Pull complete 18:57:15 a8fd76ee1af6: Pull complete 18:57:16 646ad004c059: Pull complete 18:57:16 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 18:57:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 18:57:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 18:57:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 18:57:16 WORKDIR /edgex 18:57:16 COPY go.mod . 18:57:16 RUN go mod download 18:57:16 + docker build -t ci-base-image-x86_64 -f - . 18:57:18 Sending build context to Docker daemon 335.1MB 18:57:18 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 18:57:18 ---> 8f69c11f6b0c 18:57:18 Step 2/4 : WORKDIR /edgex 18:57:20 ---> Running in 45fdfa9a09a9 18:57:20 Removing intermediate container 45fdfa9a09a9 18:57:20 ---> 04e0da6a165a 18:57:20 Step 3/4 : COPY go.mod . 18:57:20 ---> 8033351ba533 18:57:20 Step 4/4 : RUN go mod download 18:57:20 ---> Running in 3f121c65de03 18:57:22 Still waiting to schedule task 18:57:22 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:57:38 Removing intermediate container 3f121c65de03 18:57:38 ---> c45063636fa8 18:57:38 Successfully built c45063636fa8 18:57:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:57:39 + docker inspect -f . ci-base-image-x86_64 18:57:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:57:39 prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container 18:57:39 $ 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 18:57:39 $ docker top 0890ab6be4b694edf2bd17ea5e62393e2c6c649679d670fe9d03af3fd5b97f77 -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:40 + go version 18:57:40 go version go1.17.7 linux/amd64 [Pipeline] } 18:57:40 $ docker stop --time=1 0890ab6be4b694edf2bd17ea5e62393e2c6c649679d670fe9d03af3fd5b97f77 18:57:41 $ docker rm -f 0890ab6be4b694edf2bd17ea5e62393e2c6c649679d670fe9d03af3fd5b97f77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:57:42 + docker inspect -f . ci-base-image-x86_64 18:57:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:57:42 prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container 18:57:42 $ 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 18:57:42 $ docker top d4a129a6a1fcfa4d6999bd4c19a4d1ebbb1424816e6d04e33406da0fdef66d66 -eo pid,comm [Pipeline] { [Pipeline] echo 18:57:43 ========================================================= 18:57:43 [edgeXBuildGoParallel] Running Tests and Build... 18:57:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:57:43 + make test 18:57:43 go mod tidy -compat=1.17 18:57:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:57:49 ? github.com/edgexfoundry/edgex-go [no test files] 18:57:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:57:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:58:00 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:58:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.078s coverage: 28.7% of statements 18:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:58:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.141s coverage: 98.5% of statements 18:58:02 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:58:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.096s coverage: 54.2% of statements 18:58:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:58:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.058s coverage: 89.2% of statements 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.083s coverage: 83.8% of statements 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.491s coverage: 95.6% of statements 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/io 0.097s coverage: 72.2% of statements 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.081s coverage: 60.0% of statements 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.079s coverage: 29.6% of statements 18:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.087s coverage: 79.5% of statements 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 18:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 18:58:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements 18:58:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements 18:58:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.200s coverage: 82.5% of statements 18:58:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 58.8% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.0% of statements 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.059s coverage: 87.2% of statements 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 85.4% of statements 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.2% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 64.4% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.364s coverage: 65.4% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.167s coverage: 43.8% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.073s coverage: 84.8% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.171s coverage: 92.3% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 63.2% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 18:58:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 18:58:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 18:58:27 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 18:58:45 GO111MODULE=on go vet ./... 18:58:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:58:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:58:49 ./bin/test-attribution-txt.sh [Pipeline] echo 18:58:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 18:58:49 + ls -al . 18:58:49 total 684 18:58:49 drwxrwxr-x 10 1001 1001 4096 Jul 5 18:57 . 18:58:49 drwxr-xr-x 4 root root 4096 Jul 5 18:57 .. 18:58:49 -rw-rw-r-- 1 1001 1001 11 Jul 5 18:56 .dockerignore 18:58:49 drwxrwxr-x 8 1001 1001 4096 Jul 5 18:57 .git 18:58:49 drwxrwxr-x 3 1001 1001 4096 Jul 5 18:56 .github 18:58:49 -rw-rw-r-- 1 1001 1001 879 Jul 5 18:56 .gitignore 18:58:49 -rw-rw-r-- 1 1001 1001 42 Jul 5 18:56 .golangci.yml 18:58:49 -rw-rw-r-- 1 1001 1001 87 Jul 5 18:56 .hadolint.yml 18:58:49 drwxr-xr-x 3 1001 1001 4096 Jul 5 18:57 .semver 18:58:49 -rw-rw-r-- 1 1001 1001 166 Jul 5 18:56 .sonarcloud.properties 18:58:49 -rw-rw-r-- 1 1001 1001 1171 Jul 5 18:56 ADOPTERS.md 18:58:49 -rw-rw-r-- 1 1001 1001 10347 Jul 5 18:56 Attribution.txt 18:58:49 -rw-rw-r-- 1 1001 1001 63209 Jul 5 18:56 CHANGELOG.md 18:58:49 -rw-rw-r-- 1 1001 1001 3804 Jul 5 18:56 CONTRIBUTING.md 18:58:49 -rw-rw-r-- 1 1001 1001 677 Jul 5 18:56 GOVERNANCE.md 18:58:49 -rw-rw-r-- 1 1001 1001 850 Jul 5 18:56 Jenkinsfile 18:58:49 -rw-rw-r-- 1 1001 1001 10775 Jul 5 18:56 LICENSE 18:58:49 -rw-rw-r-- 1 1001 1001 10389 Jul 5 18:56 Makefile 18:58:49 -rw-rw-r-- 1 1001 1001 582 Jul 5 18:56 OWNERS.md 18:58:49 -rw-rw-r-- 1 1001 1001 9094 Jul 5 18:56 README.md 18:58:49 -rw-rw-r-- 1 1001 1001 6912 Jul 5 18:56 SECURITY.md 18:58:49 -rw-rw-r-- 1 1001 1001 5 Jul 5 18:57 VERSION 18:58:49 -rw-rw-r-- 1 1001 1001 4131 Jul 5 18:56 ZMQWindows.md 18:58:49 drwxrwxr-x 2 1001 1001 4096 Jul 5 18:56 bin 18:58:49 drwxrwxr-x 18 1001 1001 4096 Jul 5 18:56 cmd 18:58:49 -rw-r--r-- 1 root root 435593 Jul 5 18:58 coverage.out 18:58:49 -rw-rw-r-- 1 1001 1001 3311 Jul 5 18:56 go.mod 18:58:49 -rw-rw-r-- 1 1001 1001 36231 Jul 5 18:57 go.sum 18:58:49 drwxrwxr-x 8 1001 1001 4096 Jul 5 18:56 internal 18:58:49 drwxrwxr-x 3 1001 1001 4096 Jul 5 18:56 openapi 18:58:49 drwxrwxr-x 4 1001 1001 4096 Jul 5 18:56 snap 18:58:49 -rw-rw-r-- 1 1001 1001 204 Jul 5 18:56 version.go [Pipeline] sh 18:58:50 + '[' -e coverage.out ] 18:58:50 + chown 1001:1001 coverage.out [Pipeline] stash 18:58:50 Stashed 1 file(s) [Pipeline] sh 18:58:50 + make build 18:58:50 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 18:58:57 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16967 in /w/workspace/edgexfoundry_edgex-go_PR-4080 [Pipeline] { [Pipeline] ws 18:58:57 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 18:58:57 The recommended git tool is: git 18:59:05 using credential edgex-jenkins-ssh 18:59:05 Cloning the remote Git repository 18:59:05 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 18:59:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:59:05 > git init /w/workspace/edgex-go/1 # timeout=10 18:59:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:59:05 > git --version # timeout=10 18:59:05 > git --version # 'git version 2.25.1' 18:59:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:59:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:59: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 18:59: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 18:59:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:59:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:59:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:59:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:59:20 using GIT_SSH to set credentials SSH Credentials for GitHub 18:59:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4080/head:refs/remotes/origin/PR-4080 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:59:21 Merging remotes/origin/main commit 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 into PR head commit 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 18:59:21 Merge succeeded, producing 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 18:59:21 Checking out Revision 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d (PR-4080) 18:59: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 18:59: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 18:59:21 > git config core.sparsecheckout # timeout=10 18:59:21 > git checkout -f 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d # timeout=10 18:59:21 > git remote # timeout=10 18:59:21 > git config --get remote.origin.url # timeout=10 18:59:21 using GIT_SSH to set credentials SSH Credentials for GitHub 18:59:21 > git merge 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 # timeout=10 18:59:21 > git rev-parse HEAD^{commit} # timeout=10 18:59:21 > git config core.sparsecheckout # timeout=10 18:59:21 > git checkout -f 7698dd7b46f7d595dceaa69064707ac3ae6bfc7d # timeout=10 18:59:23 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 18:59: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:59: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:59:25 Commit message: "build: Upgrade CodeQL modules, enable addl checkers" 18:59:25 > git --version # timeout=10 18:59:25 > git --version # 'git version 2.25.1' 18:59:25 fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:59:26 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:59:26 % Total % Received % Xferd Average Speed Time Time Time Current 18:59:26 Dload Upload Total Spent Left Speed 18:59:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 76581 0 --:--:-- --:--:-- --:--:-- 76581 18:59: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] sh 18:59: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/secrets-config ./cmd/secrets-config 18:59:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:59:27 + + sudo teesudo /etc/docker/daemon.new jq 18:59:27 . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:59:27 { 18:59:27 "registry-mirrors": [ 18:59:27 "https://nexus3.edgexfoundry.org:10001" 18:59:27 ], 18:59:27 "bip": "10.250.0.254/24", 18:59:27 "hosts": [ 18:59:27 "tcp://0.0.0.0:5555", 18:59:27 "unix:///var/run/docker.sock" 18:59:27 ], 18:59:27 "mtu": 1458, 18:59:27 "selinux-enabled": true, 18:59:27 "seccomp-profile": "/etc/docker/seccomp.json" 18:59:27 } [Pipeline] sh 18:59:28 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:59: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:59:28 + sudo service docker restart 18:59:30 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] } 18:59:31 $ docker stop --time=1 d4a129a6a1fcfa4d6999bd4c19a4d1ebbb1424816e6d04e33406da0fdef66d66 18:59:33 $ docker rm -f d4a129a6a1fcfa4d6999bd4c19a4d1ebbb1424816e6d04e33406da0fdef66d66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:59:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:59:35 18:59:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:59:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:59:35 latest: Pulling from edgex-devops/edgex-compose 18:59:35 cbdbe7a5bc2a: Pulling fs layer 18:59:35 ca9280d653b3: Pulling fs layer 18:59:35 7e9c9ca2126c: Pulling fs layer 18:59:35 cbdbe7a5bc2a: Verifying Checksum 18:59:35 cbdbe7a5bc2a: Download complete 18:59:35 ca9280d653b3: Verifying Checksum 18:59:35 ca9280d653b3: Download complete 18:59:35 cbdbe7a5bc2a: Pull complete 18:59:36 7e9c9ca2126c: Verifying Checksum 18:59:36 7e9c9ca2126c: Download complete 18:59:36 ca9280d653b3: Pull complete 18:59:40 7e9c9ca2126c: Pull complete 18:59:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:59:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:59:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:59:40 prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container 18:59:41 $ 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 18:59:42 $ docker top 14e962fda0b28f366ede353579a534b1ddc7304b3ab87072b4faae4b4156120c -eo pid,comm [Pipeline] { [Pipeline] sh 18:59:42 + docker-compose build --help 18:59:42 + grep parallel 18:59:43 --parallel Build images in parallel. [Pipeline] } 18:59:43 $ docker stop --time=1 14e962fda0b28f366ede353579a534b1ddc7304b3ab87072b4faae4b4156120c 18:59:44 $ docker rm -f 14e962fda0b28f366ede353579a534b1ddc7304b3ab87072b4faae4b4156120c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:59:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:59:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:59:45 prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container 18:59:45 $ 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 18:59:45 $ docker top 57e82bfb9fde8e7dc5e5390d6ded2b1310259540faaf764b6e4cf6a4a532c21a -eo pid,comm [Pipeline] { [Pipeline] sh 18:59:46 + docker-compose -f ./docker-compose-build.yml build --parallel 18:59:46 Building core-command ... 18:59:46 Building core-data ... 18:59:46 Building core-metadata ... 18:59:46 Building security-bootstrapper ... 18:59:46 Building security-proxy-setup ... 18:59:46 Building security-secretstore-setup ... 18:59:46 Building security-spiffe-token-provider ... 18:59:46 Building security-spire-agent ... 18:59:46 Building security-spire-config ... 18:59:46 Building security-spire-server ... 18:59:46 Building support-notifications ... 18:59:46 Building support-scheduler ... 18:59:46 Building sys-mgmt-agent ... 18:59:46 Building security-spire-server 18:59:46 Building core-metadata 18:59:46 Building security-spire-agent 18:59:46 Building sys-mgmt-agent 18:59:46 Building security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:59:47 provisioning config files... 18:59:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config405641242129774254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:59:47 ---> docker-login.sh 18:59:47 nexus3.edgexfoundry.org:10001 18:59:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:48 Configure a credential helper to remove this warning. See 18:59:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:48 18:59:48 Login Succeeded 18:59:48 nexus3.edgexfoundry.org:10002 18:59:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:49 Configure a credential helper to remove this warning. See 18:59:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:49 18:59:49 Login Succeeded 18:59:49 nexus3.edgexfoundry.org:10003 18:59:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:49 Configure a credential helper to remove this warning. See 18:59:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:49 18:59:49 Login Succeeded 18:59:49 nexus3.edgexfoundry.org:10004 18:59:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:49 Configure a credential helper to remove this warning. See 18:59:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:49 18:59:49 Login Succeeded 18:59:49 docker.io 18:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:50 Configure a credential helper to remove this warning. See 18:59:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:50 18:59:50 Login Succeeded 18:59:50 ---> docker-login.sh ends 19:00:05 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:00:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:00:05 ---> c45063636fa8 19:00:05 Step 3/31 : WORKDIR /edgex-go 19:00:05 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:00:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:00:05 ---> c45063636fa8 19:00:05 Step 3/23 : WORKDIR /edgex-go 19:00:05 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:00:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:00:05 ---> c45063636fa8 19:00:05 Step 3/26 : WORKDIR /edgex-go 19:00:05 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:00:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:00:05 ---> c45063636fa8 19:00:05 Step 3/23 : WORKDIR /edgex-go 19:00:05 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:00:05 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:00:05 ---> c45063636fa8 19:00:05 Step 3/25 : WORKDIR /edgex-go 19:00:08 ---> Running in 1e018fbebf51 19:00:08 ---> Running in 2d7e6f6905df 19:00:08 ---> Running in 59016407d3f4 19:00:08 ---> Running in a07a7a34838e 19:00:08 ---> Running in ad49a9aaf804 19:00:08 Removing intermediate container 2d7e6f6905df 19:00:08 ---> 70f6c032e21e 19:00:08 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:08 Removing intermediate container 59016407d3f4 19:00:08 ---> 18cdb3219147 19:00:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:08 Removing intermediate container a07a7a34838e 19:00:08 ---> e2feec77fdd1 19:00:08 Removing intermediate container 1e018fbebf51 19:00:08 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 6163dcce331b 19:00:08 19:00:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:08 Removing intermediate container ad49a9aaf804 19:00:08 ---> 81b7921ab9ed 19:00:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:08 ---> Running in 33f69ae585ad 19:00:08 ---> Running in 08c71ac617f1 19:00:08 ---> Running in e4a0d9438428 19:00:08 ---> Running in 9eae86b02001 19:00:08 ---> Running in a4376d3d778f 19:00:09 Removing intermediate container e4a0d9438428 19:00:09 ---> ec4429a9b495 19:00:09 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:00:09 ---> Running in b0552eb0f35a 19:00:09 Removing intermediate container 33f69ae585ad 19:00:09 ---> a2bb163ee4b5 19:00:09 Step 5/31 : RUN apk add --update --no-cache make git 19:00:09 ---> Running in e7ef5da328c1 19:00:09 Removing intermediate container 08c71ac617f1 19:00:09 ---> 5225fc8b0587 19:00:09 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:00:09 ---> Running in c551caf0fd8c 19:00:10 Removing intermediate container a4376d3d778f 19:00:10 ---> d0767228d6e3 19:00:10 Step 5/23 : RUN apk add --update --no-cache make bash git 19:00:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:10 ---> Running in 72a5311afa8f 19:00:10 Removing intermediate container 9eae86b02001 19:00:10 ---> 549dc484d41c 19:00:10 Step 5/23 : RUN apk add --update --no-cache make git 19:00:10 ---> Running in a51590aeb1fc 19:00:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:11 OK: 221 MiB in 52 packages 19:00:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:11 OK: 221 MiB in 52 packages 19:00:11 OK: 221 MiB in 52 packages 19:00:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:11 OK: 221 MiB in 52 packages 19:00:11 Removing intermediate container e7ef5da328c1 19:00:11 ---> 4207ad037a87 19:00:11 Step 6/31 : COPY go.mod vendor* ./ 19:00:12 ---> bef97e1f0b61 19:00:12 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:12 ---> Running in 50e8e844a1ff 19:00:12 Removing intermediate container c551caf0fd8c 19:00:12 ---> 9ede5a3082ff 19:00:12 Step 6/26 : COPY go.mod vendor* ./ 19:00:12 Removing intermediate container b0552eb0f35a 19:00:12 ---> b8ff677c6efa 19:00:12 Step 6/25 : COPY go.mod vendor* ./ 19:00:12 Removing intermediate container 72a5311afa8f 19:00:12 ---> 62988a035e18 19:00:12 Step 6/23 : COPY go.mod vendor* ./ 19:00:12 ---> cb6053b2ad8b 19:00:12 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:12 ---> Running in cc76384a0f2f 19:00:12 ---> d1d721afbac0 19:00:12 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:12 OK: 221 MiB in 52 packages 19:00:12 ---> Running in 0bb68d5f738c 19:00:12 ---> 2789ca095c58 19:00:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:12 ---> Running in 9d36fdef5052 19:00:12 Removing intermediate container a51590aeb1fc 19:00:12 ---> 585c1e345480 19:00:12 Step 6/23 : COPY go.mod vendor* ./ 19:00:13 ---> ab90bfa7f867 19:00:13 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:13 ---> Running in 1c4677428ae7 19:00:13 Removing intermediate container 50e8e844a1ff 19:00:13 ---> aed08e2dcb70 19:00:13 Step 8/31 : COPY . . 19:00:13 Removing intermediate container cc76384a0f2f 19:00:13 ---> 9265b47cd8fb 19:00:13 Step 8/26 : COPY . . [Pipeline] } 19:00:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:00:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:00:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:00:14 ========================================================= 19:00:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 19:00:14 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:00:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:00:15 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:00:15 9b3977197b4f: Pulling fs layer 19:00:15 1a89e8eeedd5: Pulling fs layer 19:00:15 94645a83ff95: Pulling fs layer 19:00:15 e6fb740bc735: Pulling fs layer 19:00:15 3a77bd46dcc9: Pulling fs layer 19:00:15 355e64cbe906: Pulling fs layer 19:00:15 63ab81a10011: Pulling fs layer 19:00:15 555d1d1c4555: Pulling fs layer 19:00:15 7d9057610161: Pulling fs layer 19:00:15 3a77bd46dcc9: Waiting 19:00:15 355e64cbe906: Waiting 19:00:15 63ab81a10011: Waiting 19:00:15 555d1d1c4555: Waiting 19:00:15 7d9057610161: Waiting 19:00:15 94645a83ff95: Verifying Checksum 19:00:15 94645a83ff95: Download complete 19:00:15 1a89e8eeedd5: Verifying Checksum 19:00:15 1a89e8eeedd5: Download complete 19:00:15 3a77bd46dcc9: Verifying Checksum 19:00:15 3a77bd46dcc9: Download complete 19:00:15 355e64cbe906: Verifying Checksum 19:00:15 355e64cbe906: Download complete 19:00:15 9b3977197b4f: Verifying Checksum 19:00:15 9b3977197b4f: Download complete 19:00:15 63ab81a10011: Verifying Checksum 19:00:15 63ab81a10011: Download complete 19:00:16 Removing intermediate container 9d36fdef5052 19:00:16 ---> a5d8d9604c56 19:00:16 Step 8/23 : COPY . . 19:00:16 9b3977197b4f: Pull complete 19:00:16 7d9057610161: Verifying Checksum 19:00:16 7d9057610161: Download complete 19:00:16 Removing intermediate container 0bb68d5f738c 19:00:16 ---> 02b93178acda 19:00:16 Step 8/25 : COPY . . 19:00:16 1a89e8eeedd5: Pull complete 19:00:17 94645a83ff95: Pull complete 19:00:17 555d1d1c4555: Verifying Checksum 19:00:17 555d1d1c4555: Download complete 19:00:18 e6fb740bc735: Verifying Checksum 19:00:18 e6fb740bc735: Download complete 19:00:18 Removing intermediate container 1c4677428ae7 19:00:18 ---> 22051bca8f70 19:00:18 Step 8/23 : COPY . . 19:00:20 ---> 32b99b8e0183 19:00:20 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:00:22 ---> Running in 597a30a6d7df 19:00:22 ---> 7bba82c54b0b 19:00:22 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:00:22 ---> Running in 156f57af3736 19:00:22 ---> 8196997c8d4b 19:00:22 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:00:22 ---> 28c4f5bb828b 19:00:22 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:00:22 ---> Running in 4e0d8df3576d 19:00:22 ---> Running in 5321c9706fcf 19:00:22 Removing intermediate container 156f57af3736 19:00:22 ---> 3ed86a3474e9 19:00:22 Step 10/26 : WORKDIR /edgex-go/spire-build 19:00:22 ---> Running in 6c4e09750d2a 19:00: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:00:22 Removing intermediate container 5321c9706fcf 19:00:22 ---> 3ef26a0a18a5 19:00:22 Step 10/25 : WORKDIR /edgex-go/spire-build 19:00:23 ---> Running in d51b7e4dd5f1 19:00: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:00:23 Removing intermediate container 6c4e09750d2a 19:00:23 ---> 7c998c7ccf72 19:00:23 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 19:00:23 ---> Running in 224d5f21ecfc 19:00:23 Removing intermediate container d51b7e4dd5f1 19:00:23 ---> e053e992461d 19:00:23 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 19:00:23 ---> Running in 0d7a10564021 19:00:24 Removing intermediate container 224d5f21ecfc 19:00:24 ---> 53686ad531ad 19:00:24 Step 12/26 : WORKDIR /edgex-go 19:00:24 ---> Running in d13dc21484c8 19:00:24 ---> 4697099c50e1 19:00:24 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:00:24 ---> Running in 5b16034ef2e4 19:00:24 Removing intermediate container 0d7a10564021 19:00:24 ---> 52e9624d78cb 19:00:24 Step 12/25 : WORKDIR /edgex-go 19:00:24 ---> Running in 4eb1b20a3813 19:00:24 Removing intermediate container d13dc21484c8 19:00:24 ---> 581a9d434c61 19:00:24 19:00:24 Step 13/26 : FROM alpine:3.15 19:00:24 Removing intermediate container 4eb1b20a3813 19:00:24 ---> 8c9f2c90e84e 19:00:24 19:00:24 Step 13/25 : FROM alpine:3.15 19:00: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/core-metadata/core-metadata ./cmd/core-metadata 19:00:25 3.15: Pulling from library/alpine 19:00:25 3.15: Pulling from library/alpine 19:00:26 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:00:26 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:00:26 Status: Downloaded newer image for alpine:3.15 19:00:26 Status: Image is up to date for alpine:3.15 19:00:26 ---> 0ac33e5f5afa 19:00:26 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:00:26 ---> 0ac33e5f5afa 19:00:26 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:00:27 ---> Running in 5b300673ce92 19:00:27 ---> Running in d2638c7e6095 19:00:27 Removing intermediate container 5b300673ce92 19:00:27 ---> 2289cfe1aeb4 19:00:27 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:27 Removing intermediate container d2638c7e6095 19:00:27 ---> 949200c27656 19:00:27 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:27 ---> Running in 60123edf10bc 19:00:27 ---> Running in 5726da7a30fb 19:00:29 Removing intermediate container 60123edf10bc 19:00:29 ---> 6cabd85a7060 19:00:29 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:00:29 Removing intermediate container 5726da7a30fb 19:00:29 ---> 656fbca0d65a 19:00:29 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:00:29 ---> Running in 56b13e1b36f0 19:00:29 ---> Running in 57f9b986c545 19:00:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:30 e6fb740bc735: Pull complete 19:00:30 3a77bd46dcc9: Pull complete 19:00:30 355e64cbe906: Pull complete 19:00:30 63ab81a10011: Pull complete 19:00:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:31 v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:00:31 v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:00:31 OK: 15859 distinct packages available 19:00:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:32 v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:00:32 v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:00:32 OK: 15859 distinct packages available 19:00:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:32 (1/5) Installing dumb-init (1.2.5-r1) 19:00:32 (2/5) Installing musl-obstack (1.2.3-r0) 19:00:33 (3/5) Installing libucontext (1.1-r0) 19:00:33 (4/5) Installing gcompat (1.0.0-r4) 19:00:33 (1/5) Installing dumb-init (1.2.5-r1) 19:00:33 (5/5) Installing openssl (1.1.1q-r0) 19:00:33 (2/5) Installing musl-obstack (1.2.3-r0) 19:00:33 Executing busybox-1.34.1-r5.trigger 19:00:33 OK: 6 MiB in 19 packages 19:00:33 (3/5) Installing libucontext (1.1-r0) 19:00:33 (4/5) Installing gcompat (1.0.0-r4) 19:00:33 (5/5) Installing openssl (1.1.1q-r0) 19:00:33 Executing busybox-1.34.1-r5.trigger 19:00:33 OK: 6 MiB in 19 packages 19:00:35 Removing intermediate container 56b13e1b36f0 19:00:35 ---> e876d2bac51d 19:00:35 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:00:35 Removing intermediate container 57f9b986c545 19:00:35 ---> 6e2d29f4a74e 19:00:35 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:00:37 555d1d1c4555: Pull complete 19:00:37 ---> 5a8038c8e64f 19:00:37 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:00:37 ---> e448e530eaad 19:00:37 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:00:38 7d9057610161: Pull complete 19:00:38 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 19:00:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:00:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:00:38 ---> 0fffaec326c8 19:00:38 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:00:38 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:00:38 WORKDIR /edgex 19:00:38 COPY go.mod . 19:00:38 RUN go mod download build -t ci-base-image-arm64 -f - 19:00:38 . 19:00:39 ---> b07413df2863 19:00:39 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:00:39 ---> 1fee125d3d6c 19:00:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:00:39 ---> f23a64e14ad0 19:00:39 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:00:39 ---> 1d3661d03b3e 19:00:39 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:00:39 ---> Running in ba16035f2f24 19:00:40 Removing intermediate container ba16035f2f24 19:00:40 ---> c222154fe6d9 19:00:40 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:00:40 ---> Running in 07a4ce1d6706 19:00:40 ---> 32c09c1fecb8 19:00:40 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:00:40 Removing intermediate container 07a4ce1d6706 19:00:40 ---> bc5f4aeb4505 19:00:40 Step 23/25 : LABEL arch=x86_64 19:00:40 ---> Running in 13679d00eccc 19:00:40 ---> cf3aa79a9217 19:00:40 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:00:40 ---> Running in 647b9635ca88 19:00:40 Removing intermediate container 13679d00eccc 19:00:40 ---> e2383fb2e80d 19:00:40 Step 24/25 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:00:40 ---> Running in 9dc4ccd3abb9 19:00:40 Removing intermediate container 647b9635ca88 19:00:40 ---> f44eb4dcd96f 19:00:40 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:00:41 ---> Running in 4bb5ae532ea9 19:00:41 Removing intermediate container 9dc4ccd3abb9 19:00:41 ---> d0c7fabb89e4 19:00:41 Step 25/25 : LABEL version=0.0.0 19:00:41 ---> Running in 0096c6b567e2 19:00:41 Sending build context to Docker daemon 169.2MB 19:00:41 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:00:41 ---> 819e984ddca1 19:00:41 Step 2/4 : WORKDIR /edgex 19:00:41 Removing intermediate container 4bb5ae532ea9 19:00:41 ---> 40c425bba3c7 19:00:41 Step 24/26 : LABEL arch=x86_64 19:00:41 Removing intermediate container 0096c6b567e2 19:00:41 ---> 16d24aa6bc63 19:00:41 19:00:41 ---> Running in a611db78e997 19:00:41 Successfully built 16d24aa6bc63 19:00:41 Successfully tagged security-spire-server:latest 19:00:41 Building security-spire-config 19:00:41  Building security-spire-server ... done Removing intermediate container a611db78e997 19:00:41 ---> b98dd5eceea4 19:00:41 Step 25/26 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:00:42 ---> Running in 4190d3703d59 19:00:43 Removing intermediate container 4190d3703d59 19:00:43 ---> 335cc5331b84 19:00:43 Step 3/4 : COPY go.mod . 19:00:43 ---> Running in 8b74bb21ea93 19:00:43 ---> 16c0f1c8bb91 19:00:43 Step 4/4 : RUN go mod download 19:00:43 ---> Running in d10cea2b10d0 19:00:44 Removing intermediate container 8b74bb21ea93 19:00:44 ---> cb2a3884d5ec 19:00:44 Step 26/26 : LABEL version=0.0.0 19:00:44 ---> Running in 524e97213b22 19:00:44 Removing intermediate container 524e97213b22 19:00:44 ---> 459b4ca645e6 19:00:44 19:00:45 Successfully built 459b4ca645e6 19:00:45 Successfully tagged security-spire-agent:latest 19:00:45  Building security-spire-agent ... done Building core-data 19:00:45 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:00:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:00:45 ---> c45063636fa8 19:00:45 Step 3/26 : WORKDIR /edgex-go 19:00:45 ---> Using cache 19:00:45 ---> 6163dcce331b 19:00:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:45 ---> Using cache 19:00:45 ---> 5225fc8b0587 19:00:45 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:00:45 ---> Using cache 19:00:45 ---> 9ede5a3082ff 19:00:45 Step 6/26 : COPY go.mod vendor* ./ 19:00:45 ---> Using cache 19:00:45 ---> cb6053b2ad8b 19:00:45 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:45 ---> Using cache 19:00:45 ---> 9265b47cd8fb 19:00:45 Step 8/26 : COPY . . 19:00:45 ---> Using cache 19:00:45 ---> 7bba82c54b0b 19:00:45 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:00:45 ---> Using cache 19:00:45 ---> 3ed86a3474e9 19:00:45 Step 10/26 : WORKDIR /edgex-go/spire-build 19:00:45 ---> Using cache 19:00:45 ---> 7c998c7ccf72 19:00:45 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 19:00:45 ---> Using cache 19:00:45 ---> 53686ad531ad 19:00:45 Step 12/26 : WORKDIR /edgex-go 19:00:45 ---> Using cache 19:00:45 ---> 581a9d434c61 19:00:45 19:00:45 Step 13/26 : FROM alpine:3.15 19:00:45 ---> 0ac33e5f5afa 19:00:45 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:00:45 ---> Using cache 19:00:45 ---> 949200c27656 19:00:45 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:45 ---> Using cache 19:00:45 ---> 656fbca0d65a 19:00:45 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:00:49 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:00:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:00:49 ---> c45063636fa8 19:00:49 Step 3/23 : WORKDIR /edgex-go 19:00:49 ---> Using cache 19:00:49 ---> 6163dcce331b 19:00:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:49 ---> Using cache 19:00:49 ---> 5225fc8b0587 19:00:49 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:00:49 ---> Running in 2b45ee3021cd 19:00:49 ---> Running in 59c14fd8a28d 19:00:49 Removing intermediate container 4e0d8df3576d 19:00:49 Removing intermediate container 5b16034ef2e4 19:00:49 ---> db907645fd6d 19:00:49 ---> ba4684210b16 19:00:49 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:00:49 19:00:49 Step 10/23 : FROM alpine:3.14 19:00:49 Removing intermediate container 597a30a6d7df 19:00:49 ---> 3d773f243106 19:00:49 19:00:49 Step 10/31 : FROM alpine:3.14 19:00:49 ---> Running in 36177a02dcc0 19:00:49 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:00:49 3.14: Pulling from library/alpine 19:00:49 3.14: Pulling from library/alpine 19:00:49 Removing intermediate container 36177a02dcc0 19:00:49 ---> f22c2b1ee343 19:00:49 19:00:49 Step 11/23 : FROM docker:20.10.14 19:00:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:49 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:50 OK: 221 MiB in 52 packages 19:00:50 v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:00:50 v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:00:50 OK: 15859 distinct packages available 19:00:50 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:50 Removing intermediate container 59c14fd8a28d 19:00:50 ---> 939593f5a4c9 19:00:50 Step 6/23 : COPY go.mod vendor* ./ 19:00:50 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:00:50 Status: Downloaded newer image for alpine:3.14 19:00:50 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:00:50 Status: Image is up to date for alpine:3.14 19:00:50 ---> e04c818066af 19:00:50 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:00:50 ---> e04c818066af 19:00:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:00:50 20.10.14: Pulling from library/docker 19:00:50 ---> Running in 582c4cac8aaa 19:00:50 ---> Running in 70cda1b5f4da 19:00:50 ---> f803d6bdecce 19:00:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:50 ---> Running in 6c9240a2c9d2 19:00:50 Removing intermediate container 70cda1b5f4da 19:00:50 ---> 5ae18f67f450 19:00:50 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:00:50 ---> Running in 14d42968df4a 19:00:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:00:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:00:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:00:51 (1/1) Installing dumb-init (1.2.5-r1) 19:00:51 Executing busybox-1.33.1-r7.trigger 19:00:51 OK: 6 MiB in 15 packages 19:00:51 (1/4) Installing dumb-init (1.2.5-r1) 19:00:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:00:51 (2/4) Installing musl-obstack (1.2.3-r0) 19:00:51 (3/4) Installing libucontext (1.1-r0) 19:00:51 (1/2) Installing dumb-init (1.2.5-r1) 19:00:51 (2/2) Installing su-exec (0.2-r1) 19:00:51 Executing busybox-1.33.1-r7.trigger 19:00:51 OK: 6 MiB in 16 packages 19:00:51 (4/4) Installing gcompat (1.0.0-r4) 19:00:51 Executing busybox-1.34.1-r5.trigger 19:00:51 OK: 6 MiB in 18 packages 19:00:52 Removing intermediate container 582c4cac8aaa 19:00:52 ---> eee7c7fc6e23 19:00:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:00:52 ---> Running in 4a46b848a254 19:00:52 Removing intermediate container 6c9240a2c9d2 19:00:52 ---> 4387f3c0ddb1 19:00:52 Step 8/23 : COPY . . 19:00:52 Removing intermediate container 14d42968df4a 19:00:52 ---> 17345521a934 19:00:52 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:00:52 ---> Running in 5df363771ceb 19:00:53 Removing intermediate container 4a46b848a254 19:00:53 ---> db8b961ed616 19:00:53 Step 13/23 : ENV APP_PORT=59881 19:00:53 Removing intermediate container 2b45ee3021cd 19:00:53 ---> 1a5535c9bb72 19:00:53 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:00:54 Removing intermediate container 5df363771ceb 19:00:54 ---> 63ec21962461 19:00:54 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:00:54 ---> Running in 5fddd6e9e122 19:00:54 ---> Running in f003ea6cfefd 19:00:54 Removing intermediate container 5fddd6e9e122 19:00:54 ---> 5da8f7eb2e9e 19:00:54 Step 14/23 : EXPOSE $APP_PORT 19:00:54 Removing intermediate container f003ea6cfefd 19:00:54 ---> f3bdb05d94e9 19:00:54 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:00:54 ---> Running in 4fe41207d69f 19:00:54 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:00:54 Status: Downloaded newer image for docker:20.10.14 19:00:54 ---> Running in 72709d21f909 19:00:54 ---> 7417809fdb73 19:00:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:00:54 ---> Running in 6e5ad5f62401 19:00:54 Removing intermediate container 4fe41207d69f 19:00:54 ---> e4786ca1bdd1 19:00:54 Step 15/23 : WORKDIR / 19:00:54 ---> Running in 6140fd534c4a 19:00:55 Removing intermediate container 6e5ad5f62401 19:00:55 ---> 081e70199209 19:00:55 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 19:00:55 ---> Running in a3c40fb57f4a 19:00:55 Removing intermediate container 6140fd534c4a 19:00:55 ---> 0fa1f4a6c37b 19:00:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:55 ---> bf733127af09 19:00:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:00:55 ---> 2e54f6105a45 19:00:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:00:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:00:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:00:55 ---> 3f10bf76d5ce 19:00:55 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:00:55 Removing intermediate container 72709d21f909 19:00:55 ---> 04de75b94a6d 19:00:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:00:55 ---> Running in bbb8dee28b05 19:00:55 (1/43) Installing readline (8.1.1-r0) 19:00:55 (2/43) Installing bash (5.1.16-r0) 19:00:55 Executing bash-5.1.16-r0.post-install 19:00:55 (3/43) Installing brotli-libs (1.0.9-r5) 19:00:56 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:00:56 ---> Running in b9ed862a97dd 19:00:56 (5/43) Installing libcurl (7.80.0-r2) 19:00:56 ---> 7193b33db027 19:00:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:00:56 (6/43) Installing curl (7.80.0-r2) 19:00:56 (7/43) Installing dumb-init (1.2.5-r1) 19:00:56 (8/43) Installing libbz2 (1.0.8-r1) 19:00:56 (9/43) Installing expat (2.4.7-r0) 19:00:56 (10/43) Installing libffi (3.4.2-r1) 19:00:56 (11/43) Installing gdbm (1.22-r0) 19:00:56 (12/43) Installing xz-libs (5.2.5-r1) 19:00:56 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:00:56 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:00:56 (15/43) Installing mpdecimal (2.5.1-r1) 19:00:56 (16/43) Installing sqlite-libs (3.36.0-r0) 19:00:56 Removing intermediate container bbb8dee28b05 19:00:56 ---> 9a4e8a93f4e8 19:00:56 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:00:56 (17/43) Installing python3 (3.9.7-r4) 19:00:56 Removing intermediate container b9ed862a97dd 19:00:56 ---> c65082432fd0 19:00:56 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:00:56 (18/43) Installing py3-appdirs (1.4.4-r2) 19:00:56 (19/43) Installing py3-certifi (2020.12.5-r1) 19:00:56 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:00:56 (21/43) Installing py3-idna (3.3-r0) 19:00:56 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:00:56 (23/43) Installing py3-requests (2.26.0-r1) 19:00:56 ---> c1456e7dba66 19:00:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:00:56 (24/43) Installing py3-msgpack (1.0.2-r1) 19:00:56 (25/43) Installing py3-lockfile (0.12.2-r4) 19:00:56 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:00:56 (27/43) Installing py3-colorama (0.4.4-r1) 19:00:56 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:00:56 (29/43) Installing py3-distlib (0.3.3-r0) 19:00:57 (30/43) Installing py3-distro (1.6.0-r0) 19:00:57 (31/43) Installing py3-six (1.16.0-r0) 19:00:57 (32/43) Installing py3-webencodings (0.5.1-r4) 19:00:57 (33/43) Installing py3-html5lib (1.1-r1) 19:00:57 (34/43) Installing py3-parsing (2.4.7-r2) 19:00:57 (35/43) Installing py3-packaging (20.9-r1) 19:00:57 ---> f89fda443e12 19:00:57 Step 21/26 : WORKDIR / 19:00:57 (36/43) Installing py3-tomli (1.2.2-r0) 19:00:57 (37/43) Installing py3-pep517 (0.12.0-r0) 19:00:57 (38/43) Installing py3-progress (1.6-r0) 19:00:57 (39/43) Installing py3-retrying (1.3.3-r2) 19:00:57 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:00:57 (41/43) Installing py3-setuptools (52.0.0-r4) 19:00:57 (42/43) Installing py3-toml (0.10.2-r2) 19:00:57 (43/43) Installing py3-pip (20.3.4-r1) 19:00:57 ---> Running in dbe7c5e6583f 19:00:57 ---> d4be79c53fce 19:00:57 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:00:57 Executing busybox-1.34.1-r5.trigger 19:00:57 OK: 83 MiB in 65 packages 19:00:57 ---> Running in 3a7a1c88b776 19:00:57 ---> Running in 113340aa4800 19:00:57 Removing intermediate container dbe7c5e6583f 19:00:57 ---> 442d182ba093 19:00:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:00:57 ---> Running in a549389cbe18 19:00:57 Removing intermediate container 3a7a1c88b776 19:00:57 ---> 172090b29395 19:00:57 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:00:57 ---> Running in 4aba9ee6e052 19:00:57 Removing intermediate container a549389cbe18 19:00:57 ---> fa7fbc13042c 19:00:57 Step 21/23 : LABEL arch=x86_64 19:00:57 ---> Running in 9d93181b5977 19:00:57 Removing intermediate container 4aba9ee6e052 19:00:57 ---> d27fe88257e5 19:00:57 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:00:58 ---> Running in 404fa17ced82 19:00:58 Removing intermediate container 9d93181b5977 19:00:58 ---> f498ac58f23f 19:00:58 Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:00:58 Removing intermediate container 404fa17ced82 19:00:58 ---> f1e4da804928 19:00:58 Step 24/26 : LABEL arch=x86_64 19:00:58 ---> Running in f30af3573fa3 19:00:58 ---> Running in 7d6977d462e8 19:00:58 Collecting docker-compose==1.23.2 19:00:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:00:58 Removing intermediate container f30af3573fa3 19:00:58 ---> 0bfc6b77188a 19:00:58 Step 23/23 : LABEL version=0.0.0 19:00:58 Collecting docopt<0.7,>=0.6.1 19:00:58 Downloading docopt-0.6.2.tar.gz (25 kB) 19:00:58 ---> Running in 7da6fa778e93 19:00:58 Removing intermediate container 7d6977d462e8 19:00:58 ---> a8f042e35754 19:00:58 Step 25/26 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:00:58 Removing intermediate container 113340aa4800 19:00:58 ---> 007ce2b19af4 19:00:58 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:58 ---> Running in 44729149eec7 19:00:58 Removing intermediate container 7da6fa778e93 19:00:58 ---> 029c9fcf4125 19:00:58 19:00:58 ---> 1a05d5e95e64 19:00:58 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:00:58 Removing intermediate container 44729149eec7 19:00:58 ---> ab223d3f6963 19:00:58 Step 26/26 : LABEL version=0.0.0 19:00:58 Successfully built 029c9fcf4125 19:00:58 Successfully tagged core-metadata:latest 19:00:58  Building core-metadata ... done Building support-scheduler 19:00:58 ---> Running in c4dc099a72cb 19:00:58 Collecting PyYAML<4,>=3.10 19:00:58 Downloading PyYAML-3.13.tar.gz (270 kB) 19:00:59 Removing intermediate container c4dc099a72cb 19:00:59 ---> 9f02fb87b17c 19:00:59 19:00:59 Successfully built 9f02fb87b17c 19:00:59 Collecting docker<4.0,>=3.6.0 19:00:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:00:59 Collecting websocket-client<1.0,>=0.32.0 19:00:59 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:01:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:01:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:01:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:01:00 Collecting cached-property<2,>=1.2.0 19:01:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:01:00 Collecting texttable<0.10,>=0.9.0 19:01:00 Downloading texttable-0.9.1.tar.gz (11 kB) 19:01:00 Successfully tagged security-spire-config:latest 19:01:00  Building security-spire-config ... done Building security-proxy-setup 19:01:00 Collecting dockerpty<0.5,>=0.4.1 19:01:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:01:00 Collecting jsonschema<3,>=2.5.1 19:01:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:01:00 Collecting docker-pycreds>=0.4.0 19:01:00 ---> 06a44ca5098e 19:01:00 Step 9/23 : RUN make cmd/core-data/core-data 19:01:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:01:01 Collecting idna<2.8,>=2.5 19:01:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:01:01 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) 19:01:01 Collecting urllib3<1.25,>=1.21.1 19:01:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:01:01 Collecting chardet<3.1.0,>=3.0.2 19:01:01 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:01:01 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:01:01 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:01:01 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:01:01 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:01:01 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:01:01 Attempting uninstall: urllib3 19:01:01 Found existing installation: urllib3 1.26.7 19:01:01 Uninstalling urllib3-1.26.7: 19:01:01 Successfully uninstalled urllib3-1.26.7 19:01:02 ---> fafe43e7ad54 19:01:02 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ Attempting uninstall: idna 19:01:02 Found existing installation: idna 3.3 19:01:02 Uninstalling idna-3.3: 19:01:02 19:01:02 Successfully uninstalled idna-3.3 19:01:02 ---> Running in 08f8a1cf7d5d 19:01:02 ---> 7c5a9bd5a580 19:01:02 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:01:02 Attempting uninstall: requests 19:01:02 Found existing installation: requests 2.26.0 19:01:02 Uninstalling requests-2.26.0: 19:01:02 Successfully uninstalled requests-2.26.0 19:01:03 Running setup.py install for texttable: started 19:01:03 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:01:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:01:03 ---> c45063636fa8 19:01:03 Step 3/22 : WORKDIR /edgex-go 19:01:03 ---> Using cache 19:01:03 ---> 6163dcce331b 19:01:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:03 ---> Using cache 19:01:03 ---> 5225fc8b0587 19:01:03 Step 5/22 : RUN apk add --update --no-cache make git 19:01:03 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 19:01:03 Running setup.py install for texttable: finished with status 'done' 19:01:03 Running setup.py install for PyYAML: started 19:01:03 ---> 6fbd507a0b3d 19:01:03 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:01:03 ---> Running in 690d6c6ca203 19:01:03 Running setup.py install for PyYAML: finished with status 'done' 19:01:03 ---> fc160019d818 19:01:03 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:01:04 Running setup.py install for docopt: started 19:01:04 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:01:04 ---> Running in 79a7d4fa5c90 19:01:04 Removing intermediate container 79a7d4fa5c90 19:01:04 ---> 465ee6660344 19:01:04 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:01:04 Running setup.py install for docopt: finished with status 'done' 19:01:04 Running setup.py install for dockerpty: started 19:01:05 Running setup.py install for dockerpty: finished with status 'done' 19:01:05 ---> 4e3859fdb6e9 19:01:05 Step 26/31 : RUN chmod +x /entrypoint.sh 19:01:05 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:01:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:01:05 ---> c45063636fa8 19:01:05 Step 3/22 : WORKDIR /edgex-go 19:01:05 ---> Using cache 19:01:05 ---> 6163dcce331b 19:01:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:05 ---> Using cache 19:01:05 ---> 5225fc8b0587 19:01:05 Step 5/22 : RUN apk add --update --no-cache make git 19:01:05 ---> Running in 808bd5c4e94d 19:01:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:01:05 ---> Running in 3e07976d6968 19:01:05 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 19:01:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:01:05 OK: 221 MiB in 52 packages 19:01:05 Removing intermediate container 3e07976d6968 19:01:05 ---> c77cb570e851 19:01:05 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:01:06 ---> Running in de3544bef752 19:01:06 Removing intermediate container 690d6c6ca203 19:01:06 ---> f07cd2e4b7ec 19:01:06 Step 6/22 : COPY go.mod vendor* ./ 19:01:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:01:06 Removing intermediate container de3544bef752 19:01:06 ---> 3d1af8e7e628 19:01:06 Step 28/31 : CMD ["gate"] 19:01:06 ---> 2af0ecbdaafa 19:01:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:01:06 ---> Running in 0b741a35bd8e 19:01:06 ---> Running in 2ef2759905d5 19:01:06 OK: 221 MiB in 52 packages 19:01:06 Removing intermediate container 0b741a35bd8e 19:01:06 ---> 942c2fb51ac2 19:01:06 Step 29/31 : LABEL arch=x86_64 19:01:07 ---> Running in adfd4dfad3b3 19:01:07 Removing intermediate container adfd4dfad3b3 19:01:07 ---> 73c8cf22e1c6 19:01:07 Step 30/31 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:01:07 Removing intermediate container 808bd5c4e94d 19:01:07 ---> cf7c44bd7f2d 19:01:07 Step 6/22 : COPY go.mod vendor* ./ 19:01:07 ---> Running in bed21ea53923 19:01:07 Removing intermediate container 2ef2759905d5 19:01:07 ---> 5c0274e8ce69 19:01:07 Step 8/22 : COPY . . 19:01:08 Removing intermediate container bed21ea53923 19:01:08 ---> 09a1c95e4588 19:01:08 Step 31/31 : LABEL version=0.0.0 19:01:08 ---> a03efd90b758 19:01:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:01:08 ---> Running in 9d15f21fc01e 19:01:08 ---> Running in b55ee69831dd 19:01:08 Removing intermediate container b55ee69831dd 19:01:08 ---> 75a383bdba84 19:01:08 19:01:08 Successfully built 75a383bdba84 19:01:08 Successfully tagged security-bootstrapper:latest 19:01:08  Building security-bootstrapper ... done Building support-notifications 19:01:09 Removing intermediate container a3c40fb57f4a 19:01:09 ---> 6b8293a1256a 19:01:09 Step 14/23 : ENV APP_PORT=58890 19:01:11 ---> Running in 4b0c0def4dbb 19:01:12 Removing intermediate container 4b0c0def4dbb 19:01:12 ---> d02b214fbdf7 19:01:12 Step 15/23 : EXPOSE $APP_PORT 19:01:12 Removing intermediate container 9d15f21fc01e 19:01:12 ---> dc44cfd5a926 19:01:12 Step 8/22 : COPY . . 19:01:12 ---> Running in d9c31beb6b68 19:01:13 Removing intermediate container d9c31beb6b68 19:01:13 ---> cdd56e6ad4fe 19:01:13 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:01:14 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:01:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:01:14 ---> c45063636fa8 19:01:14 Step 3/22 : WORKDIR /edgex-go 19:01:14 ---> Using cache 19:01:14 ---> 6163dcce331b 19:01:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:14 ---> Using cache 19:01:14 ---> 5225fc8b0587 19:01:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:01:15 ---> 81a6dd26b05d 19:01:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:01:15 ---> Running in 5ca5bff8316a 19:01:15 ---> 2e336069faee 19:01:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:01:15 ---> Running in efd601185b7d 19:01:15 ---> ade2dd9e811b 19:01:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:01:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:01:15 ---> 54acc8e4bf6e 19:01:15 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:01:16 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 19:01:16 ---> Running in 16b751d97fba 19:01:16 Removing intermediate container 16b751d97fba 19:01:16 ---> d6f438d1105a 19:01:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:16 ---> Running in f0a213d72776 19:01:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:01:16 Removing intermediate container f0a213d72776 19:01:16 ---> eeed427b11d0 19:01:16 Step 21/23 : LABEL arch=x86_64 19:01:16 ---> Running in 722efc6e65fd 19:01:17 OK: 221 MiB in 52 packages 19:01:17 Removing intermediate container 722efc6e65fd 19:01:17 ---> a56289394062 19:01:17 Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:01:17 ---> Running in 68ae5a57a82d 19:01:17 Removing intermediate container 5ca5bff8316a 19:01:17 ---> d90e502305ba 19:01:17 Step 6/22 : COPY go.mod vendor* ./ 19:01:17 Removing intermediate container 68ae5a57a82d 19:01:17 ---> 50d5fe08afbb 19:01:17 Step 23/23 : LABEL version=0.0.0 19:01:17 ---> Running in 0815c2422ee8 19:01:17 ---> 3c1a9521e1a3 19:01:17 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:01:18 Removing intermediate container 0815c2422ee8 19:01:18 ---> f4c998573f02 19:01:18 19:01:18 ---> Running in e9940b22ed2c 19:01:18 Successfully built f4c998573f02 19:01:18 Successfully tagged sys-mgmt-agent:latest 19:01:18 Building security-secretstore-setup 19:01:23  Building sys-mgmt-agent ... done  ---> 891558d159f2 19:01:23 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:01:23 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:01:23 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:01:23 ---> c45063636fa8 19:01:23 Step 3/25 : WORKDIR /edgex-go 19:01:23 ---> Using cache 19:01:23 ---> 6163dcce331b 19:01:23 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:23 ---> Using cache 19:01:23 ---> 5225fc8b0587 19:01:23 Step 5/25 : RUN apk add --update --no-cache make git 19:01:23 ---> Using cache 19:01:23 ---> cf7c44bd7f2d 19:01:23 Step 6/25 : COPY go.mod vendor* ./ 19:01:23 ---> Using cache 19:01:23 ---> a03efd90b758 19:01:23 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:01:23 ---> Using cache 19:01:23 ---> dc44cfd5a926 19:01:23 Step 8/25 : COPY . . 19:01:23 ---> Using cache 19:01:23 ---> 891558d159f2 19:01:23 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:01:23 ---> Running in cf130735bfd6 19:01:23 ---> Running in 88a0a34e404b 19:01:23 Removing intermediate container e9940b22ed2c 19:01:23 ---> affbf55ac90b 19:01:23 Step 8/22 : COPY . . 19:01: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:01: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 19:01:28 Removing intermediate container 08f8a1cf7d5d 19:01:28 ---> 563263e8f559 19:01:28 19:01:28 Step 10/23 : FROM alpine:3.14 19:01:28 ---> e04c818066af 19:01:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:01:28 ---> Running in 019483351efb 19:01:28 Removing intermediate container 019483351efb 19:01:28 ---> a45dabcbd989 19:01:28 Step 12/23 : ENV APP_PORT=59880 19:01:29 ---> Running in 6bede8827035 19:01:29 Removing intermediate container 6bede8827035 19:01:29 ---> 79a19e81277b 19:01:29 Step 13/23 : EXPOSE $APP_PORT 19:01:30 ---> Running in 994b6f62f7be 19:01:30 Removing intermediate container 994b6f62f7be 19:01:30 ---> 0bb2b53e2c18 19:01:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:30 ---> Running in 535b28747122 19:01:30 Removing intermediate container d10cea2b10d0 19:01:30 ---> dfa7b905151c 19:01:30 Successfully built dfa7b905151c 19:01:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:01:31 + docker inspect -f . ci-base-image-arm64 19:01:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:01:31 ---> 8e355fd3463b 19:01:31 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:01:31 prd-ubuntu20.04-docker-arm64-4c-16g-16967 does not seem to be running inside a container 19:01:31 ---> Running in 4c948c33bb17 19:01:31 $ 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 19:01:32 Removing intermediate container 535b28747122 19:01:32 ---> 3ba64ef373f6 19:01:32 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:01: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 19:01:32 ---> Running in a38f59cd9778 19:01:32 $ docker top 1d1b73a8261c8be69f895af721a773e07ec158d9de800e67d7cff3fd0e9f635e -eo pid,comm [Pipeline] { [Pipeline] sh 19:01:33 fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:01:33 + go version 19:01:33 go version go1.17.7 linux/arm64 [Pipeline] } 19:01:33 $ docker stop --time=1 1d1b73a8261c8be69f895af721a773e07ec158d9de800e67d7cff3fd0e9f635e 19:01:34 fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:01:34 (1/6) Installing dumb-init (1.2.5-r1) 19:01:34 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:01:34 (3/6) Installing libsodium (1.0.18-r0) 19:01:34 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:01:34 (5/6) Installing libzmq (4.3.4-r0) 19:01:35 (6/6) Installing zeromq (4.3.4-r0) 19:01:35 Executing busybox-1.33.1-r7.trigger 19:01:35 OK: 8 MiB in 20 packages 19:01:35 $ docker rm -f 1d1b73a8261c8be69f895af721a773e07ec158d9de800e67d7cff3fd0e9f635e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:01:36 Removing intermediate container a38f59cd9778 19:01:36 ---> 412d27ad7b63 19:01:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:01:36 + docker inspect -f . ci-base-image-arm64 19:01:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:01:36 prd-ubuntu20.04-docker-arm64-4c-16g-16967 does not seem to be running inside a container 19:01:36 $ 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 19:01:37 ---> a875dde6ab6c 19:01:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:01:38 $ docker top 5f1b35d257d8bc1a76e7b47d93fa544a065d6b8332b51697ec73d52efbae3389 -eo pid,comm [Pipeline] { [Pipeline] echo 19:01:38 ========================================================= 19:01:38 [edgeXBuildGoParallel] Running Tests and Build... 19:01:38 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:01:38 ---> 67ea04840081 19:01:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:01:39 + make test 19:01:39 go mod tidy -compat=1.17 19:01:39 ---> a7e170d002a6 19:01:39 Step 19/23 : ENTRYPOINT ["/core-data"] 19:01:39 ---> Running in b9dae009ca4d 19:01:39 Removing intermediate container b9dae009ca4d 19:01:39 ---> 767eb0744139 19:01:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:39 ---> Running in 1c3638a6911a 19:01:40 Removing intermediate container 1c3638a6911a 19:01:40 ---> 3da626acea91 19:01:40 Step 21/23 : LABEL arch=x86_64 19:01:40 ---> Running in 3d67c6364651 19:01:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:01:40 Removing intermediate container 3d67c6364651 19:01:40 ---> 9f3410c483ca 19:01:40 Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:01:40 ---> Running in d70da85f4455 19:01:40 Removing intermediate container d70da85f4455 19:01:40 ---> 05362809d600 19:01:40 Step 23/23 : LABEL version=0.0.0 19:01:40 ---> Running in de5e89c9e6b7 19:01:41 Removing intermediate container de5e89c9e6b7 19:01:41 ---> 28b40a67bfb5 19:01:41 19:01:41 Successfully built 28b40a67bfb5 19:01:41 Successfully tagged core-data:latest 19:01:41  Building core-data ... done Building core-command 19:01:45 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:01:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:01:45 ---> c45063636fa8 19:01:45 Step 3/23 : WORKDIR /edgex-go 19:01:45 ---> Using cache 19:01:45 ---> 6163dcce331b 19:01:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:45 ---> Using cache 19:01:45 ---> 5225fc8b0587 19:01:45 Step 5/23 : RUN apk add --update --no-cache make git 19:01:45 ---> Using cache 19:01:45 ---> cf7c44bd7f2d 19:01:45 Step 6/23 : COPY go.mod vendor* ./ 19:01:45 ---> Using cache 19:01:45 ---> a03efd90b758 19:01:45 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:01:45 ---> Using cache 19:01:45 ---> dc44cfd5a926 19:01:45 Step 8/23 : COPY . . 19:01:45 ---> Using cache 19:01:45 ---> 891558d159f2 19:01:45 Step 9/23 : RUN make cmd/core-command/core-command 19:01:45 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 19:01:46 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 19:01:46 ---> Running in 68ca97a81947 19:01:47 Removing intermediate container efd601185b7d 19:01:47 ---> 38ec96a9ca82 19:01:47 19:01:47 Step 10/22 : FROM alpine:3.14 19:01:47 ---> e04c818066af 19:01:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:01:47 ---> Using cache 19:01:47 ---> eee7c7fc6e23 19:01:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:01:47 ---> Using cache 19:01:47 ---> db8b961ed616 19:01:47 Step 13/22 : ENV APP_PORT=59861 19:01:47 ---> Running in 3847f4cdb251 19:01:47 Removing intermediate container 3847f4cdb251 19:01:47 ---> 8e34fa70cbbc 19:01:47 Step 14/22 : EXPOSE $APP_PORT 19:01:47 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 19:01:47 ---> Running in 3377348a8c8b 19:01:47 Removing intermediate container 3377348a8c8b 19:01:47 ---> 05bae761fbd0 19:01:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:01:48 ---> c19eaa1ccf79 19:01:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:01:50 Removing intermediate container 88a0a34e404b 19:01:50 ---> 445e6db07bcb 19:01:50 19:01:50 Step 10/25 : FROM alpine:3.14 19:01:50 ---> e04c818066af 19:01:50 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:01:50 ---> 83357b7052f8 19:01:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:01:50 ---> Running in 591769e9534f 19:01:50 Removing intermediate container cf130735bfd6 19:01:50 ---> f7ab6017f47f 19:01:50 19:01:50 Step 10/22 : FROM alpine:3.14 19:01:50 ---> e04c818066af 19:01:50 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:01:51 ---> Running in 25f298d3e3d2 19:01:51 ---> 997baa0a93bb 19:01:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:01:51 ---> Running in 4767911b61bc 19:01:51 Removing intermediate container 4767911b61bc 19:01:51 ---> 72fc2bf87909 19:01:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:01:51 ---> Running in e01a8ea3589c 19:01:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:01:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:01:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:01:52 (1/3) Installing ca-certificates (20211220-r0) 19:01:52 (2/3) Installing dumb-init (1.2.5-r1) 19:01:52 (3/3) Installing su-exec (0.2-r1) 19:01:52 Executing busybox-1.33.1-r7.trigger 19:01:52 Executing ca-certificates-20211220-r0.trigger 19:01:52 Removing intermediate container e01a8ea3589c 19:01:52 ---> d8bd52c3a122 19:01:52 Step 20/22 : LABEL arch=x86_64 19:01:52 (1/6) Installing ca-certificates (20211220-r0) 19:01:52 (2/6) Installing brotli-libs (1.0.9-r5) 19:01:52 ---> Running in f0dce45d3c64 19:01:52 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:01:52 OK: 6 MiB in 17 packages 19:01:52 (4/6) Installing libcurl (7.79.1-r2) 19:01:52 (5/6) Installing curl (7.79.1-r2) 19:01:52 (6/6) Installing dumb-init (1.2.5-r1) 19:01:52 Executing busybox-1.33.1-r7.trigger 19:01:52 Executing ca-certificates-20211220-r0.trigger 19:01:52 OK: 8 MiB in 20 packages 19:01:52 Removing intermediate container f0dce45d3c64 19:01:52 ---> d2a647116618 19:01:52 Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:01:52 ---> Running in 4bcce3f541f7 19:01:52 Removing intermediate container 4bcce3f541f7 19:01:52 ---> 31f1fb90d1e2 19:01:52 Step 22/22 : LABEL version=0.0.0 19:01:52 ---> Running in 1b649e5b2bee 19:01:53 Removing intermediate container 1b649e5b2bee 19:01:53 ---> 880189e63f03 19:01:53 19:01:53 Successfully built 880189e63f03 19:01:53 Removing intermediate container 591769e9534f 19:01:53 ---> 7a3759dba995 19:01:53 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:01:53 Removing intermediate container 25f298d3e3d2 19:01:53 ---> 6f6bb4666598 19:01:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:01:53 Successfully tagged support-scheduler:latest 19:01:53  Building support-scheduler ... done Building security-spiffe-token-provider 19:01:53 ---> Running in 9a0d123a2df2 19:01:53 ---> Running in 8f6dfd8d5000 19:01:55 Removing intermediate container 9a0d123a2df2 19:01:55 ---> f445ef919a81 19:01:55 Step 13/22 : WORKDIR /edgex 19:01:55 Removing intermediate container 8f6dfd8d5000 19:01:55 ---> 4793c31d9f63 19:01:55 Step 13/25 : WORKDIR / 19:01:56 ---> Running in 13d57adf60c4 19:01:56 ---> Running in d13914dc4a7f 19:01:56 Removing intermediate container 13d57adf60c4 19:01:56 ---> 6875fc7a3fbd 19:01:56 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:01:56 Removing intermediate container d13914dc4a7f 19:01:56 ---> eef7bd5e98d7 19:01:56 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:01:57 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:01:57 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:01:57 ---> c45063636fa8 19:01:57 Step 3/20 : WORKDIR /edgex-go 19:01:57 ---> Using cache 19:01:57 ---> 6163dcce331b 19:01:57 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:01:57 ---> Running in 758c8c8738ef 19:01:57 ---> e088cc156adf 19:01:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:01:57 ---> d73d9b12fc2c 19:01:57 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:01:58 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:01:58 ---> 26487007668e 19:01:58 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:01:58 ---> 4d5bbbd8a528 19:01:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:01:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:01:58 ---> 9f945bb7f5cc 19:01:58 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:01:59 ---> 2a6764d732b4 19:01:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:01:59 ---> 06ae94a44200 19:01:59 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:01:59 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:01:59 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:01:59 OK: 15866 distinct packages available 19:01:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:01:59 ---> b601fdef9097 19:01:59 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:01:59 ---> Running in f8835d03fcc5 19:01:59 ---> 9d0810030b64 19:01:59 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:01:59 Removing intermediate container 4c948c33bb17 19:01:59 ---> d0f88ca88f3b 19:01:59 19:01:59 Step 10/22 : FROM alpine:3.14 19:01:59 ---> e04c818066af 19:01:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:01:59 ---> Running in 1b54d51aaeeb 19:01:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:02:00 ---> ef5e49e077f6 19:02:00 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:02:00 OK: 221 MiB in 52 packages 19:02:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:02:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:02:00 ---> e4df49419711 19:02:00 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/ 19:02:00 ---> Running in 28701f32e7d4 19:02:00 (1/2) Installing ca-certificates (20211220-r0) 19:02:00 Removing intermediate container f8835d03fcc5 19:02:00 ---> a1be5e7fd11c 19:02:00 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:02:00 (2/2) Installing dumb-init (1.2.5-r1) 19:02:00 Executing busybox-1.33.1-r7.trigger 19:02:00 Executing ca-certificates-20211220-r0.trigger 19:02:00 OK: 6 MiB in 16 packages 19:02:01 ---> Running in ed2d27adfdb9 19:02:01 Removing intermediate container 758c8c8738ef 19:02:01 ---> ed691799ed56 19:02:01 Step 5/20 : COPY go.mod vendor* ./ 19:02:01 Removing intermediate container ed2d27adfdb9 19:02:01 ---> bac04be00a03 19:02:01 Step 20/22 : LABEL arch=x86_64 19:02:01 ---> Running in 35442b6f12f7 19:02:01 ---> ef31a30f6c4c 19:02:01 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:01 Removing intermediate container 35442b6f12f7 19:02:01 ---> 2b8bef4722bd 19:02:01 Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:02:01 ---> Running in 2c38927f76b7 19:02:01 Removing intermediate container 1b54d51aaeeb 19:02:01 ---> 5b42be24cc3f 19:02:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:02:01 ---> Running in 3f912783e567 19:02:01 ---> Running in bed57ee0db1c 19:02:01 Removing intermediate container 3f912783e567 19:02:01 ---> 1fe15167ed59 19:02:01 Step 22/22 : LABEL version=0.0.0 19:02:01 ---> Running in b215293fde91 19:02:01 Removing intermediate container bed57ee0db1c 19:02:01 ---> 78fcc0117944 19:02:01 Step 13/22 : ENV APP_PORT=59860 19:02:01 ---> Running in cd13333df6b4 19:02:01 Removing intermediate container 28701f32e7d4 19:02:01 ---> 11dd1c0e6edf 19:02:01 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:02:02 Removing intermediate container b215293fde91 19:02:02 ---> b1a22f182dd0 19:02:02 19:02:02 ---> Running in ddbdf946da26 19:02:02 Removing intermediate container cd13333df6b4 19:02:02 ---> 99b81327eb47 19:02:02 Step 14/22 : EXPOSE $APP_PORT 19:02:02 Successfully built b1a22f182dd0 19:02:02 ---> Running in ae253727b5ce 19:02:02 Successfully tagged security-proxy-setup:latest 19:02:02  Building security-proxy-setup ... done Removing intermediate container ddbdf946da26 19:02:02 ---> df4ba4b5bd35 19:02:02 Step 23/25 : LABEL arch=x86_64 19:02:02 ---> Running in 3db685a3824d 19:02:02 Removing intermediate container ae253727b5ce 19:02:02 ---> 13bd78f5a469 19:02:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:02 Removing intermediate container 3db685a3824d 19:02:02 ---> fc493896877a 19:02:02 Step 24/25 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:02:02 Removing intermediate container 2c38927f76b7 19:02:02 ---> 174121c3183e 19:02:02 Step 7/20 : COPY . . 19:02:02 ---> Running in 680b39ee7209 19:02:02 ---> b2191258dfc8 19:02:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:02:03 Removing intermediate container 680b39ee7209 19:02:03 ---> 486be88a79e1 19:02:03 Step 25/25 : LABEL version=0.0.0 19:02:04 ---> afd551e7e46e 19:02:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:02:04 ---> Running in 56b3cbad526a 19:02:04 Removing intermediate container 68ca97a81947 19:02:04 ---> 9352e88573ea 19:02:04 19:02:04 Step 10/23 : FROM alpine:3.14 19:02:04 ---> e04c818066af 19:02:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:02:04 ---> Using cache 19:02:04 ---> eee7c7fc6e23 19:02:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:02:04 ---> Using cache 19:02:04 ---> db8b961ed616 19:02:04 Step 13/23 : ENV APP_PORT=59882 19:02:04 ---> Running in 3f0be8f6dc8e 19:02:04 Removing intermediate container 56b3cbad526a 19:02:04 ---> a750f88bee8a 19:02:04 19:02:05 ---> 9e583d37d753 19:02:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:02:05 Successfully built a750f88bee8a 19:02:05 Successfully tagged security-secretstore-setup:latest 19:02:05  Building security-secretstore-setup ... done  ---> Running in d0627908b7b4 19:02:05 Removing intermediate container 3f0be8f6dc8e 19:02:05 ---> d425094e01f1 19:02:05 Step 14/23 : EXPOSE $APP_PORT 19:02:05 ---> Running in de9fc197831b 19:02:05 Removing intermediate container d0627908b7b4 19:02:05 ---> 7b5b82283a77 19:02:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:05 ---> Running in 466eff22a898 19:02:05 Removing intermediate container de9fc197831b 19:02:05 ---> e4f666eaf898 19:02:05 Step 15/23 : WORKDIR / 19:02:05 ---> Running in 3338c37066e9 19:02:05 Removing intermediate container 466eff22a898 19:02:05 ---> c9143b0084e2 19:02:05 Step 20/22 : LABEL arch=x86_64 19:02:05 ---> Running in bd8216703afb 19:02:05 Removing intermediate container 3338c37066e9 19:02:05 ---> 5126d87aedcf 19:02:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:05 Removing intermediate container bd8216703afb 19:02:05 ---> 828e2db05b9d 19:02:05 Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:02:05 ---> 7400f109c675 19:02:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:02:06 ---> Running in 5faf548fff8d 19:02:06 Removing intermediate container 5faf548fff8d 19:02:06 ---> 50ad56f8db5f 19:02:06 Step 22/22 : LABEL version=0.0.0 19:02:06 ---> 215e6c01d1e7 19:02:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:02:06 ---> Running in 3f3485d4b887 19:02:06 Removing intermediate container 3f3485d4b887 19:02:06 ---> a271e1085cfb 19:02:06 19:02:06 Successfully built a271e1085cfb 19:02:06 Successfully tagged support-notifications:latest 19:02:06  Building support-notifications ... done  ---> c011c99bb877 19:02:06 Step 19/23 : ENTRYPOINT ["/core-command"] 19:02:07 ---> Running in 37f939ae5a92 19:02:07 Removing intermediate container 37f939ae5a92 19:02:07 ---> 13c960ba9a9b 19:02:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:07 ---> Running in e778f1416865 19:02:07 Removing intermediate container e778f1416865 19:02:07 ---> 45454eef563a 19:02:07 Step 21/23 : LABEL arch=x86_64 19:02:07 ---> Running in 404aa21bcf0e 19:02:07 Removing intermediate container 404aa21bcf0e 19:02:07 ---> 503f1f35ad3a 19:02:07 Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:02:07 ---> Running in cda14270a0ec 19:02:07 Removing intermediate container cda14270a0ec 19:02:07 ---> cfd8426ead3f 19:02:07 Step 23/23 : LABEL version=0.0.0 19:02:07 ---> Running in a1a8b6b0e7a1 19:02:08 Removing intermediate container a1a8b6b0e7a1 19:02:08 ---> e6f9d75c0bf6 19:02:08 19:02:08 Successfully built e6f9d75c0bf6 19:02:08 Successfully tagged core-command:latest 19:02:08  Building core-command ... done  ---> 455f2c6a9e46 19:02:08 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:02:08 ---> Running in 8f3a23680146 19:02:09 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 19:02:12 ? github.com/edgexfoundry/edgex-go [no test files] 19:02:23 Removing intermediate container 8f3a23680146 19:02:23 ---> 96a176a516d9 19:02:23 19:02:23 Step 9/20 : FROM alpine:3.15 19:02:23 ---> 0ac33e5f5afa 19:02:23 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:02:23 ---> Using cache 19:02:23 ---> 949200c27656 19:02:23 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:02:23 ---> Using cache 19:02:23 ---> 656fbca0d65a 19:02:23 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:02:23 ---> Running in fe2d5636786c 19:02:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:02:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:02:24 v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:02:24 v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:02:24 OK: 15859 distinct packages available 19:02:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:02:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:02:25 (1/9) Installing ca-certificates (20211220-r0) 19:02:25 (2/9) Installing brotli-libs (1.0.9-r5) 19:02:25 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:02:25 (4/9) Installing libcurl (7.80.0-r2) 19:02:26 (5/9) Installing curl (7.80.0-r2) 19:02:26 (6/9) Installing dumb-init (1.2.5-r1) 19:02:26 (7/9) Installing musl-obstack (1.2.3-r0) 19:02:26 (8/9) Installing libucontext (1.1-r0) 19:02:26 (9/9) Installing gcompat (1.0.0-r4) 19:02:26 Executing busybox-1.34.1-r5.trigger 19:02:26 Executing ca-certificates-20211220-r0.trigger 19:02:26 OK: 8 MiB in 23 packages 19:02:27 Removing intermediate container fe2d5636786c 19:02:27 ---> 8c41f60b85b0 19:02:27 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:27 ---> 1ffd5021b284 19:02:27 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:02:27 ---> 48898646b91a 19:02:27 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:02:28 ---> f9d04f0af8f3 19:02:28 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:02:28 ---> Running in 717fe6fbc6d4 19:02:28 Removing intermediate container 717fe6fbc6d4 19:02:28 ---> 95cb755ce4dc 19:02:28 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:28 ---> Running in cadc41505fed 19:02:28 Removing intermediate container cadc41505fed 19:02:28 ---> bffcd9f2a818 19:02:28 Step 18/20 : LABEL arch=x86_64 19:02:28 ---> Running in 623f58a45548 19:02:28 Removing intermediate container 623f58a45548 19:02:28 ---> b1d5e4c924ce 19:02:28 Step 19/20 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:02:28 ---> Running in e5f1847ae440 19:02:28 Removing intermediate container e5f1847ae440 19:02:28 ---> a210baf58816 19:02:28 Step 20/20 : LABEL version=0.0.0 19:02:28 ---> Running in 804fcbb462d3 19:02:28 Removing intermediate container 804fcbb462d3 19:02:28 ---> e09a33872b66 19:02:28 19:02:28 Successfully built e09a33872b66 19:02:28 Successfully tagged security-spiffe-token-provider:latest 19:02:28  Building security-spiffe-token-provider ... done  [Pipeline] } 19:02:28 $ docker stop --time=1 57e82bfb9fde8e7dc5e5390d6ded2b1310259540faaf764b6e4cf6a4a532c21a 19:02:30 $ docker rm -f 57e82bfb9fde8e7dc5e5390d6ded2b1310259540faaf764b6e4cf6a4a532c21a [Pipeline] // withDockerContainer [Pipeline] sh 19:02:30 + docker images 19:02:30 REPOSITORY TAG IMAGE ID CREATED SIZE 19:02:30 security-spiffe-token-provider latest e09a33872b66 2 seconds ago 29MB 19:02:30 96a176a516d9 9 seconds ago 1.67GB 19:02:30 core-command latest e6f9d75c0bf6 23 seconds ago 16.1MB 19:02:30 support-notifications latest a271e1085cfb 24 seconds ago 27MB 19:02:30 security-secretstore-setup latest a750f88bee8a 26 seconds ago 28.5MB 19:02:30 9352e88573ea 27 seconds ago 1.61GB 19:02:30 security-proxy-setup latest b1a22f182dd0 29 seconds ago 26.9MB 19:02:30 d0f88ca88f3b 31 seconds ago 1.68GB 19:02:30 support-scheduler latest 880189e63f03 38 seconds ago 26.4MB 19:02:30 f7ab6017f47f 40 seconds ago 1.62GB 19:02:30 445e6db07bcb 41 seconds ago 1.63GB 19:02:30 38ec96a9ca82 44 seconds ago 1.67GB 19:02:30 core-data latest 28b40a67bfb5 49 seconds ago 22.5MB 19:02:30 563263e8f559 About a minute ago 1.65GB 19:02:30 sys-mgmt-agent latest f4c998573f02 About a minute ago 299MB 19:02:30 security-bootstrapper latest 75a383bdba84 About a minute ago 19.1MB 19:02:30 core-metadata latest 029c9fcf4125 About a minute ago 17MB 19:02:30 security-spire-config latest 9f02fb87b17c About a minute ago 86.7MB 19:02:30 f22c2b1ee343 About a minute ago 1.62GB 19:02:30 ba4684210b16 About a minute ago 1.62GB 19:02:30 3d773f243106 About a minute ago 1.62GB 19:02:30 security-spire-agent latest 459b4ca645e6 About a minute ago 127MB 19:02:30 security-spire-server latest 16d24aa6bc63 About a minute ago 87.3MB 19:02:30 8c9f2c90e84e 2 minutes ago 1.52GB 19:02:30 581a9d434c61 2 minutes ago 1.52GB 19:02:30 ci-base-image-x86_64 latest c45063636fa8 4 minutes ago 1.02GB 19:02:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 8f69c11f6b0c 4 weeks ago 680MB 19:02:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 d7ea09dbb500 4 weeks ago 253MB 19:02:30 docker 20.10.14 7417809fdb73 3 months ago 218MB 19:02:30 alpine 3.14 e04c818066af 3 months ago 5.59MB 19:02:30 alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB 19:02:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:03:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:03:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:03:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:03:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:03:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:03:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:03:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:03:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:03:49 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:03:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:03:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:03:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:03:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:03:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:03:52 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:04:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.226s coverage: 28.7% of statements 19:04:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:04:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:04:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.555s coverage: 98.5% of statements 19:04:10 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:04:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.453s coverage: 54.2% of statements 19:04:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:04:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:04:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.153s coverage: 89.2% of statements 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:04:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.425s coverage: 83.8% of statements 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.649s coverage: 95.6% of statements 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/io 0.461s coverage: 72.2% of statements 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.348s coverage: 60.0% of statements 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.687s coverage: 0.9% of statements 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.633s coverage: 58.8% of statements 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.411s coverage: 29.6% of statements 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.234s coverage: 47.1% of statements 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.247s coverage: 79.5% of statements 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.261s coverage: 94.1% of statements 19:04:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.243s coverage: 96.3% of statements 19:04:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.190s coverage: 87.5% of statements 19:04:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.303s coverage: 94.4% of statements 19:04:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.241s coverage: 44.8% of statements 19:04:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.701s coverage: 82.5% of statements 19:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:05:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.287s coverage: 92.9% of statements 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:05:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.075s coverage: 65.1% of statements 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:05:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.208s coverage: 87.2% of statements 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:05:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.176s coverage: 100.0% of statements 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:05:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.290s coverage: 58.8% of statements 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:05:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.269s coverage: 80.0% of statements 19:05:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.231s coverage: 87.2% of statements 19:05:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.298s coverage: 85.4% of statements 19:05:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.959s coverage: 91.2% of statements 19:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.040s coverage: 64.4% of statements 19:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.254s coverage: 100.0% of statements 19:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.151s coverage: 89.4% of statements 19:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 19:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 19:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 19:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.385s coverage: 65.4% of statements 19:05:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:05:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:05:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.158s coverage: 43.8% of statements 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.409s coverage: 89.5% of statements 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.259s coverage: 84.8% of statements 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:05:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.397s coverage: 17.7% of statements 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:05:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.772s coverage: 92.3% of statements 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:05:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.324s coverage: 63.2% of statements 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:05:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.495s coverage: 97.7% of statements 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:05:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.212s coverage: 28.9% of statements 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:05:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:05:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.207s coverage: 100.0% of statements 19:05:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 96.9% of statements 19:05:28 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 19:05:28 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:05:28 GO111MODULE=on go vet ./... 19:07:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:07:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:07:20 ./bin/test-attribution-txt.sh [Pipeline] echo 19:07:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:07:20 + ls -al . 19:07:20 total 680 19:07:20 drwxrwxr-x 9 1001 1001 4096 Jul 5 19:01 . 19:07:20 drwxr-xr-x 4 root root 4096 Jul 5 19:01 .. 19:07:20 -rw-rw-r-- 1 1001 1001 11 Jul 5 18:59 .dockerignore 19:07:20 drwxrwxr-x 8 1001 1001 4096 Jul 5 18:59 .git 19:07:20 drwxrwxr-x 3 1001 1001 4096 Jul 5 18:59 .github 19:07:20 -rw-rw-r-- 1 1001 1001 879 Jul 5 18:59 .gitignore 19:07:20 -rw-rw-r-- 1 1001 1001 42 Jul 5 18:59 .golangci.yml 19:07:20 -rw-rw-r-- 1 1001 1001 87 Jul 5 18:59 .hadolint.yml 19:07:20 -rw-rw-r-- 1 1001 1001 166 Jul 5 18:59 .sonarcloud.properties 19:07:20 -rw-rw-r-- 1 1001 1001 1171 Jul 5 18:59 ADOPTERS.md 19:07:20 -rw-rw-r-- 1 1001 1001 10347 Jul 5 18:59 Attribution.txt 19:07:20 -rw-rw-r-- 1 1001 1001 63209 Jul 5 18:59 CHANGELOG.md 19:07:20 -rw-rw-r-- 1 1001 1001 3804 Jul 5 18:59 CONTRIBUTING.md 19:07:20 -rw-rw-r-- 1 1001 1001 677 Jul 5 18:59 GOVERNANCE.md 19:07:20 -rw-rw-r-- 1 1001 1001 850 Jul 5 18:59 Jenkinsfile 19:07:20 -rw-rw-r-- 1 1001 1001 10775 Jul 5 18:59 LICENSE 19:07:20 -rw-rw-r-- 1 1001 1001 10389 Jul 5 18:59 Makefile 19:07:20 -rw-rw-r-- 1 1001 1001 582 Jul 5 18:59 OWNERS.md 19:07:20 -rw-rw-r-- 1 1001 1001 9094 Jul 5 18:59 README.md 19:07:20 -rw-rw-r-- 1 1001 1001 6912 Jul 5 18:59 SECURITY.md 19:07:20 -rw-rw-r-- 1 1001 1001 5 Jul 5 18:57 VERSION 19:07:20 -rw-rw-r-- 1 1001 1001 4131 Jul 5 18:59 ZMQWindows.md 19:07:20 drwxrwxr-x 2 1001 1001 4096 Jul 5 18:59 bin 19:07:20 drwxrwxr-x 18 1001 1001 4096 Jul 5 18:59 cmd 19:07:20 -rw-r--r-- 1 root root 435593 Jul 5 19:05 coverage.out 19:07:20 -rw-rw-r-- 1 1001 1001 3311 Jul 5 18:59 go.mod 19:07:20 -rw-rw-r-- 1 1001 1001 36231 Jul 5 19:01 go.sum 19:07:20 drwxrwxr-x 8 1001 1001 4096 Jul 5 18:59 internal 19:07:20 drwxrwxr-x 3 1001 1001 4096 Jul 5 18:59 openapi 19:07:20 drwxrwxr-x 4 1001 1001 4096 Jul 5 18:59 snap 19:07:20 -rw-rw-r-- 1 1001 1001 204 Jul 5 18:59 version.go [Pipeline] sh 19:07:21 + '[' -e coverage.out ] 19:07:21 + chown 1001:1001 coverage.out [Pipeline] stash 19:07:21 Warning: overwriting stash ‘coverage-report’ 19:07:22 Stashed 1 file(s) [Pipeline] sh 19:07:22 + make build 19:07:22 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 19:08:44 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 19:09:31 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 19:09:36 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 19:10: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:10: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:10: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-scheduler/support-scheduler ./cmd/support-scheduler 19:10: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 19:10: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 19:10:30 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 19:10: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/secrets-config ./cmd/secrets-config 19:10:37 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 19:10:43 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] } 19:10:49 $ docker stop --time=1 5f1b35d257d8bc1a76e7b47d93fa544a065d6b8332b51697ec73d52efbae3389 19:10:51 $ docker rm -f 5f1b35d257d8bc1a76e7b47d93fa544a065d6b8332b51697ec73d52efbae3389 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:10:54 19:10:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:10:54 latest: Pulling from edgex-devops/edgex-compose-arm64 19:10:54 29e5d40040c1: Pulling fs layer 19:10:54 1ce36da41761: Pulling fs layer 19:10:54 25b303627fd3: Pulling fs layer 19:10:54 29e5d40040c1: Verifying Checksum 19:10:54 29e5d40040c1: Download complete 19:10:55 1ce36da41761: Verifying Checksum 19:10:55 1ce36da41761: Download complete 19:10:55 29e5d40040c1: Pull complete 19:10:56 1ce36da41761: Pull complete 19:10:56 25b303627fd3: Verifying Checksum 19:10:56 25b303627fd3: Download complete 19:11:09 25b303627fd3: Pull complete 19:11:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:11:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:11:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:11:09 prd-ubuntu20.04-docker-arm64-4c-16g-16967 does not seem to be running inside a container 19:11:09 $ 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 19:11:12 $ docker top 3cb903a52a769515395ef3fb5f85a794d7a3c41bc854dce3b332a7883261cead -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:13 + grep parallel 19:11:13 + docker-compose build --help 19:11:17 --parallel Build images in parallel. [Pipeline] } 19:11:17 $ docker stop --time=1 3cb903a52a769515395ef3fb5f85a794d7a3c41bc854dce3b332a7883261cead 19:11:19 $ docker rm -f 3cb903a52a769515395ef3fb5f85a794d7a3c41bc854dce3b332a7883261cead [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:11:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:11:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:11:20 prd-ubuntu20.04-docker-arm64-4c-16g-16967 does not seem to be running inside a container 19:11:20 $ 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 19:11:22 $ docker top 3963b1c447fe529e4871db0845b9572344e5558b7965c2844548da816b6f3e1e -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:22 + docker-compose -f ./docker-compose-build.yml build --parallel 19:11:28 Building core-command ... 19:11:28 Building core-data ... 19:11:28 Building core-metadata ... 19:11:28 Building security-bootstrapper ... 19:11:28 Building security-proxy-setup ... 19:11:28 Building security-secretstore-setup ... 19:11:28 Building security-spiffe-token-provider ... 19:11:28 Building security-spire-agent ... 19:11:28 Building security-spire-config ... 19:11:28 Building security-spire-server ... 19:11:28 Building support-notifications ... 19:11:28 Building support-scheduler ... 19:11:28 Building sys-mgmt-agent ... 19:11:28 Building security-spire-server 19:11:28 Building core-data 19:11:28 Building security-bootstrapper 19:11:28 Building security-spire-config 19:11:28 Building sys-mgmt-agent 19:13:05 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:05 ---> dfa7b905151c 19:13:05 Step 3/23 : WORKDIR /edgex-go 19:13:05 ---> Running in 5849f878062c 19:13:05 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:13:05 ---> dfa7b905151c 19:13:05 Step 3/26 : WORKDIR /edgex-go 19:13:05 ---> Running in fc51612e813b 19:13:05 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:13:05 ---> dfa7b905151c 19:13:05 Step 3/31 : WORKDIR /edgex-go 19:13:05 ---> Running in b154e4fb8f70 19:13:05 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:05 ---> dfa7b905151c 19:13:05 Step 3/23 : WORKDIR /edgex-go 19:13:05 ---> Running in efeb9355f50f 19:13:05 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:13:05 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:13:05 ---> dfa7b905151c 19:13:05 Step 3/25 : WORKDIR /edgex-go 19:13:05 ---> Running in 0ec351892a2c 19:13:05 Removing intermediate container fc51612e813b 19:13:05 ---> 63c5e9cc1505 19:13:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:05 Removing intermediate container 5849f878062c 19:13:05 ---> 692b014b34b2 19:13:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:05 ---> Running in 581d871fb163 19:13:05 ---> Running in 77072ca539c4 19:13:05 Removing intermediate container b154e4fb8f70 19:13:05 ---> 3baffc5749de 19:13:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:05 Removing intermediate container efeb9355f50f 19:13:05 ---> 05e167d8b31a 19:13:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:05 Removing intermediate container 0ec351892a2c 19:13:05 ---> 10468bad0a37 19:13:05 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:05 ---> Running in 468c94b29384 19:13:05 ---> Running in c3ed444001ed 19:13:05 ---> Running in 1d03ce12da62 19:13:05 Removing intermediate container 581d871fb163 19:13:05 ---> cd0dfe6223e6 19:13:05 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:13:05 Removing intermediate container 77072ca539c4 19:13:05 ---> 4959c368a2a4 19:13:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:13:05 ---> Running in 063d093415b5 19:13:05 ---> Running in 349a25ca8963 19:13:05 Removing intermediate container 468c94b29384 19:13:05 ---> 60c58bca2318 19:13:05 Step 5/31 : RUN apk add --update --no-cache make git 19:13:05 ---> Running in 5c7932dc4525 19:13:05 Removing intermediate container 1d03ce12da62 19:13:05 ---> 5c7bd416f3c6 19:13:05 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:13:05 ---> Running in 46f9fbfaf87d 19:13:05 Removing intermediate container c3ed444001ed 19:13:05 ---> 71656d054e49 19:13:05 Step 5/23 : RUN apk add --update --no-cache make bash git 19:13:05 ---> Running in 7858ad782d05 19:13:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:13:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:13:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:13:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:13:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:13:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:13:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:13:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:13:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:13:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:13:05 OK: 220 MiB in 52 packages 19:13:05 OK: 220 MiB in 52 packages 19:13:05 OK: 220 MiB in 52 packages 19:13:05 OK: 220 MiB in 52 packages 19:13:05 OK: 220 MiB in 52 packages 19:13:05 Removing intermediate container 063d093415b5 19:13:05 ---> c50edd1dbf6c 19:13:05 Step 6/26 : COPY go.mod vendor* ./ 19:13:05 Removing intermediate container 5c7932dc4525 19:13:05 ---> f632243d98d2 19:13:05 Step 6/31 : COPY go.mod vendor* ./ 19:13:05 Removing intermediate container 349a25ca8963 19:13:05 ---> 108b50e4b60a 19:13:05 Step 6/23 : COPY go.mod vendor* ./ 19:13:05 Removing intermediate container 7858ad782d05 19:13:05 ---> ecb5a1b9170b 19:13:05 Step 6/23 : COPY go.mod vendor* ./ 19:13:05 ---> 598c70646f4c 19:13:05 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:05 Removing intermediate container 46f9fbfaf87d 19:13:05 ---> 8eb45486a026 19:13:05 Step 6/25 : COPY go.mod vendor* ./ 19:13:05 ---> Running in 87603bbefe57 19:13:06 ---> 362b28617179 19:13:06 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:06 ---> Running in 744e3f6158c1 19:13:06 ---> 01fbd7cf7abc 19:13:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:06 ---> Running in 93378dcc4a8c 19:13:06 ---> d691460d76d0 19:13:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:07 ---> Running in dc13ed6801c4 19:13:07 ---> 35c2783fb2db 19:13:07 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:07 ---> Running in 484f4f7f3375 19:13:10 Removing intermediate container 87603bbefe57 19:13:10 ---> 216137c9674e 19:13:10 Step 8/26 : COPY . . 19:13:12 Removing intermediate container 744e3f6158c1 19:13:12 ---> 5bddc532c4f9 19:13:12 Step 8/31 : COPY . . 19:13:12 Removing intermediate container 93378dcc4a8c 19:13:12 ---> e0f7ccd3dc75 19:13:12 Step 8/23 : COPY . . 19:13:13 Removing intermediate container 484f4f7f3375 19:13:13 ---> bd9cc81b42ee 19:13:13 Step 8/25 : COPY . . 19:13:13 Removing intermediate container dc13ed6801c4 19:13:13 ---> 5c93cae0238c 19:13:13 Step 8/23 : COPY . . 19:13:40 ---> 69ba05520bf1 19:13:40 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:13:40 ---> b1e983bddff0 19:13:40 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:13:40 ---> Running in 46c1338bce56 19:13:40 ---> Running in 6da1f2c4d432 19:13:40 ---> a499df7596a2 19:13:40 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:13:40 ---> Running in 3bd75d4e72f3 19:13:41 Removing intermediate container 46c1338bce56 19:13:41 ---> abe9d78d0fbf 19:13:41 Step 10/26 : WORKDIR /edgex-go/spire-build 19:13:41 ---> Running in e2ded916eb08 19:13:41 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 19:13:41 Removing intermediate container 3bd75d4e72f3 19:13:41 ---> cc7b6cb537f9 19:13:41 Step 10/25 : WORKDIR /edgex-go/spire-build 19:13:42 ---> Running in 85f47d881d3a 19:13:42 ---> f8fb34473ac8 19:13:42 Step 9/23 : RUN make cmd/core-data/core-data 19:13:42 ---> Running in 9b9b53943e0e 19:13:42 Removing intermediate container e2ded916eb08 19:13:42 ---> 8f1015ba6815 19:13:42 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 19:13:42 ---> Running in c050ffc92169 19:13:42 Removing intermediate container 85f47d881d3a 19:13:42 ---> 3a2f0d5fd04e 19:13:42 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 19:13:43 ---> 9564225c069e 19:13:43 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:13:43 ---> Running in d155c67e51dd 19:13:43 ---> Running in 5b8dbee233ee 19:13:44 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 19:13:46 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 19:13:47 Removing intermediate container c050ffc92169 19:13:47 ---> f63cd81b3436 19:13:47 Step 12/26 : WORKDIR /edgex-go 19:13:47 ---> Running in fb75404ae108 19:13:47 Removing intermediate container 5b8dbee233ee 19:13:47 ---> d201a8226de3 19:13:47 Step 12/25 : WORKDIR /edgex-go 19:13:48 ---> Running in 57b155e20eb4 19:13:48 Removing intermediate container fb75404ae108 19:13:48 ---> 4dafcb505f81 19:13:48 19:13:48 Step 13/26 : FROM alpine:3.15 19:13:48 3.15: Pulling from library/alpine 19:13:48 Removing intermediate container 57b155e20eb4 19:13:48 ---> e695dbeb6a8d 19:13:48 19:13:48 Step 13/25 : FROM alpine:3.15 19:13:48 3.15: Pulling from library/alpine 19:13:50 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:13:50 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:13:50 Status: Downloaded newer image for alpine:3.15 19:13:50 Status: Image is up to date for alpine:3.15 19:13:50 ---> 3fb3c9af89a9 19:13:50 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:13:50 ---> 3fb3c9af89a9 19:13:50 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:13:50 ---> Running in 26e133188c6e 19:13:50 ---> Running in c70628b615bf 19:13:51 Removing intermediate container c70628b615bf 19:13:51 ---> 48609ff747ba 19:13:51 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:51 ---> Running in ff7c91ffb20f 19:13:51 Removing intermediate container 26e133188c6e 19:13:51 ---> f5c9395e54da 19:13:51 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:51 ---> Running in 49736befef34 19:13:55 Removing intermediate container ff7c91ffb20f 19:13:55 ---> 0d73ee20adaf 19:13:55 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:13:55 Removing intermediate container 49736befef34 19:13:55 ---> 46cbf71650ef 19:13:55 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:13:55 ---> Running in 4c2667058840 19:13:55 ---> Running in a430e5491859 19:13:58 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:13:58 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:13:58 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:13:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:14:00 v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:14:00 v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:14:00 OK: 15736 distinct packages available 19:14:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:14:00 v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:14:00 v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:14:00 OK: 15736 distinct packages available 19:14:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:14:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:14:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:14:03 (1/5) Installing dumb-init (1.2.5-r1) 19:14:03 (1/4) Installing dumb-init (1.2.5-r1) 19:14:03 (2/5) Installing musl-obstack (1.2.3-r0) 19:14:03 (2/4) Installing musl-obstack (1.2.3-r0) 19:14:03 (3/5) Installing libucontext (1.1-r0) 19:14:03 (3/4) Installing libucontext (1.1-r0) 19:14:03 (4/5) Installing gcompat (1.0.0-r4) 19:14:03 (4/4) Installing gcompat (1.0.0-r4) 19:14:03 (5/5) Installing openssl (1.1.1q-r0) 19:14:03 Executing busybox-1.34.1-r5.trigger 19:14:03 OK: 6 MiB in 18 packages 19:14:03 Executing busybox-1.34.1-r5.trigger 19:14:03 OK: 6 MiB in 19 packages 19:14:05 Removing intermediate container 4c2667058840 19:14:05 ---> c7bc0bdc119c 19:14:05 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:14:05 Removing intermediate container a430e5491859 19:14:05 ---> 73660d737a79 19:14:05 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:14:15 ---> 7b898164d69a 19:14:15 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:14:15 ---> dcf470fed140 19:14:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:14:15 ---> c98ab0e1e428 19:14:15 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:14:15 ---> c47feab1434e 19:14:15 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:14:15 ---> Running in 3f04efb8f1c9 19:14:16 ---> 20d175ef56bc 19:14:16 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:14:16 Removing intermediate container 3f04efb8f1c9 19:14:16 ---> 390ecd60dc7a 19:14:16 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:14:17 ---> cc77bb70f4d9 19:14:17 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:17 ---> Running in 94bfd52bd88e 19:14:17 ---> dc905374a859 19:14:17 Step 21/26 : WORKDIR / 19:14:17 ---> Running in b5331d0a0346 19:14:18 Removing intermediate container 94bfd52bd88e 19:14:18 ---> 4c6176adf1fa 19:14:18 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:18 ---> Running in ddffb587f40b 19:14:18 Removing intermediate container b5331d0a0346 19:14:18 ---> 0f121e5f6e18 19:14:18 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:18 Removing intermediate container ddffb587f40b 19:14:18 ---> feaa5a9bd799 19:14:18 Step 23/25 : LABEL arch=arm64 19:14:18 ---> Running in 722510d5a211 19:14:18 ---> Running in b16eec0a80c8 19:14:19 Removing intermediate container 722510d5a211 19:14:19 ---> 509580ded8ce 19:14:19 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:19 Removing intermediate container b16eec0a80c8 19:14:19 ---> f755a1d2ea69 19:14:19 Step 24/25 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:14:19 ---> Running in 273e7d87f155 19:14:19 ---> Running in 7d7520cc5951 19:14:20 Removing intermediate container 273e7d87f155 19:14:20 ---> d82ff3dd00aa 19:14:20 Step 25/25 : LABEL version=0.0.0 19:14:20 Removing intermediate container 7d7520cc5951 19:14:20 ---> e10a11216369 19:14:20 Step 24/26 : LABEL arch=arm64 19:14:20 ---> Running in ac4aab24f836 19:14:20 ---> Running in be35bc2eb366 19:14:21 Removing intermediate container ac4aab24f836 19:14:21 ---> 00eb615b7718 19:14:21 Step 25/26 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:14:21 Removing intermediate container be35bc2eb366 19:14:21 ---> e31b02c90508 19:14:21 19:14:21 ---> Running in 64159d97e3e0 19:14:22 Removing intermediate container 64159d97e3e0 19:14:22 ---> fa499d0f613b 19:14:22 Step 26/26 : LABEL version=0.0.0 19:14:22 Successfully built e31b02c90508 19:14:22 Successfully tagged security-spire-server-arm64:latest 19:14:22 ---> Running in ab366e36e81f 19:14:22  Building security-spire-server ... done Building security-spire-agent 19:14:22 Removing intermediate container ab366e36e81f 19:14:22 ---> 7188a5ccc085 19:14:22 19:14:23 Successfully built 7188a5ccc085 19:14:23 Successfully tagged security-spire-config-arm64:latest 19:14:23  Building security-spire-config ... done Building core-metadata 19:15:20 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:15:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:15:20 ---> dfa7b905151c 19:15:20 Step 3/26 : WORKDIR /edgex-go 19:15:20 ---> Using cache 19:15:20 ---> 10468bad0a37 19:15:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:20 ---> Using cache 19:15:20 ---> 5c7bd416f3c6 19:15:20 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:15:20 ---> Using cache 19:15:20 ---> 8eb45486a026 19:15:20 Step 6/26 : COPY go.mod vendor* ./ 19:15:20 ---> Using cache 19:15:20 ---> 35c2783fb2db 19:15:20 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:15:20 ---> Using cache 19:15:20 ---> bd9cc81b42ee 19:15:20 Step 8/26 : COPY . . 19:15:20 ---> Using cache 19:15:20 ---> a499df7596a2 19:15:20 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:15:20 ---> Using cache 19:15:20 ---> cc7b6cb537f9 19:15:20 Step 10/26 : WORKDIR /edgex-go/spire-build 19:15:20 ---> Using cache 19:15:20 ---> 3a2f0d5fd04e 19:15:20 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 19:15:20 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:15:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:15:20 ---> dfa7b905151c 19:15:20 Step 3/23 : WORKDIR /edgex-go 19:15:20 ---> Using cache 19:15:20 ---> 10468bad0a37 19:15:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:20 ---> Using cache 19:15:20 ---> 5c7bd416f3c6 19:15:20 Step 5/23 : RUN apk add --update --no-cache make git 19:15:20 ---> Running in 7669d121bb56 19:15:20 ---> Running in bc991a6307bf 19:15:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:15:20 Removing intermediate container 7669d121bb56 19:15:20 ---> cd897051b87e 19:15:20 Step 12/26 : WORKDIR /edgex-go 19:15:20 ---> Running in e4209d1b4963 19:15:20 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:15:20 Removing intermediate container e4209d1b4963 19:15:20 ---> 20a7597c9b0f 19:15:20 19:15:20 Step 13/26 : FROM alpine:3.15 19:15:20 ---> 3fb3c9af89a9 19:15:20 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:15:20 ---> Using cache 19:15:20 ---> f5c9395e54da 19:15:20 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:20 ---> Using cache 19:15:20 ---> 46cbf71650ef 19:15:20 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:15:20 ---> Running in 21123a22f525 19:15:20 OK: 220 MiB in 52 packages 19:15:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:15:20 Removing intermediate container bc991a6307bf 19:15:20 ---> e6ef2a4a1266 19:15:20 Step 6/23 : COPY go.mod vendor* ./ 19:15:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:15:20 ---> 7560f1d99a6f 19:15:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:15:20 ---> Running in 5dd1c9d87fb9 19:15:22 v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:15:22 v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:15:22 OK: 15736 distinct packages available 19:15:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:15:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:15:25 (1/5) Installing dumb-init (1.2.5-r1) 19:15:25 (2/5) Installing musl-obstack (1.2.3-r0) 19:15:25 (3/5) Installing libucontext (1.1-r0) 19:15:25 (4/5) Installing gcompat (1.0.0-r4) 19:15:25 (5/5) Installing openssl (1.1.1q-r0) 19:15:25 Executing busybox-1.34.1-r5.trigger 19:15:26 OK: 6 MiB in 19 packages 19:15:26 Removing intermediate container 5dd1c9d87fb9 19:15:27 ---> 1e4cb4147a86 19:15:27 Step 8/23 : COPY . . 19:15:28 Removing intermediate container 21123a22f525 19:15:28 ---> c0e10deeea76 19:15:28 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:15:33 ---> 5cfe7d24372c 19:15:33 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:15:43 ---> 218119be4998 19:15:43 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:15:43 ---> 962d8a052387 19:15:43 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:15:45 ---> d764f9efbe84 19:15:45 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:15:46 ---> a73359e56c99 19:15:46 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:15:46 ---> Running in ddff425c56a2 19:15:47 Removing intermediate container ddff425c56a2 19:15:47 ---> 3b27c2586a41 19:15:47 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:15:47 ---> Running in a7d38b764348 19:15:48 Removing intermediate container a7d38b764348 19:15:48 ---> f0f7ff0e7926 19:15:48 Step 24/26 : LABEL arch=arm64 19:15:48 ---> Running in 9009ac68c396 19:15:49 Removing intermediate container 9009ac68c396 19:15:49 ---> b5650fd50429 19:15:49 Step 25/26 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:15:49 ---> Running in fcc32cbac475 19:15:50 Removing intermediate container fcc32cbac475 19:15:50 ---> f501003687cf 19:15:50 Step 26/26 : LABEL version=0.0.0 19:15:50 ---> Running in 8d1d8210f8bf 19:15:51 Removing intermediate container 8d1d8210f8bf 19:15:51 ---> aee1de1ab35a 19:15:51 19:15:52 Successfully built aee1de1ab35a 19:15:52 Successfully tagged security-spire-agent-arm64:latest 19:15:52 Building security-spiffe-token-provider 19:15:55  Building security-spire-agent ... done  ---> 76ba3898f369 19:15:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:15:55 ---> Running in 724bb146ae64 19:15:57 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 19:16:30 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:16:30 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:16:30 ---> dfa7b905151c 19:16:30 Step 3/20 : WORKDIR /edgex-go 19:16:30 ---> Using cache 19:16:30 ---> 10468bad0a37 19:16:30 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:16:30 ---> Running in 7cc94ee2a680 19:16:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:16:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:16:31 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:16:31 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:16:31 OK: 15743 distinct packages available 19:16:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:16:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:16:33 OK: 220 MiB in 52 packages 19:16:35 Removing intermediate container 7cc94ee2a680 19:16:35 ---> ce7c9ab8bc8f 19:16:35 Step 5/20 : COPY go.mod vendor* ./ 19:16:36 ---> 4d4290b6f882 19:16:36 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:36 ---> Running in 6a2d4ba7e4b8 19:16:43 Removing intermediate container 6a2d4ba7e4b8 19:16:43 ---> c92a8cb4ae6f 19:16:43 Step 7/20 : COPY . . 19:17:05 ---> f45d672534a3 19:17:05 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:17:05 ---> Running in 9f31f37150b7 19:17:05 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 19:18:57 Removing intermediate container d155c67e51dd 19:18:57 ---> 6a5906dc1203 19:18:57 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:18:57 ---> Running in 5126cf8d5144 19:18:57 Removing intermediate container 6da1f2c4d432 19:18:57 ---> 0d04cc0557be 19:18:57 19:18:57 Step 10/31 : FROM alpine:3.14 19:18:57 3.14: Pulling from library/alpine 19:18:57 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 19:18:57 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:18:57 Status: Downloaded newer image for alpine:3.14 19:18:57 ---> ac73e934f311 19:18:57 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:18:57 ---> Running in 73b3fe895070 19:18:57 Removing intermediate container 73b3fe895070 19:18:57 ---> 57a8cc4046ce 19:18:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:18:57 ---> Running in e5b213c51766 19:18:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:18:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:18:57 Removing intermediate container 5126cf8d5144 19:18:57 ---> 637a100bc680 19:18:57 19:18:57 Step 11/23 : FROM docker:20.10.14 19:18:57 20.10.14: Pulling from library/docker 19:18:57 (1/2) Installing dumb-init (1.2.5-r1) 19:18:57 (2/2) Installing su-exec (0.2-r1) 19:18:57 Executing busybox-1.33.1-r7.trigger 19:18:57 OK: 6 MiB in 16 packages 19:18:57 Removing intermediate container e5b213c51766 19:18:57 ---> f80af5d9c491 19:18:57 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:18:57 ---> Running in 8c8d4d6ce150 19:18:57 Removing intermediate container 8c8d4d6ce150 19:18:57 ---> 639a85b042c9 19:18:57 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:18:57 ---> Running in bd6ef403cdb4 19:18:58 Removing intermediate container bd6ef403cdb4 19:18:58 ---> 92d71e2de902 19:18:58 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:18:58 ---> Running in fc688ab2a344 19:19:02 Removing intermediate container fc688ab2a344 19:19:02 ---> 7e3d96c0496a 19:19:02 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:19:02 ---> Running in 24c27ce2946b 19:19:04 Removing intermediate container 24c27ce2946b 19:19:04 ---> e9d8a0bbc3f8 19:19:04 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:19:06 ---> 80c962b32f27 19:19:06 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:19:06 ---> Running in 20d361a7cffa 19:19:11 Removing intermediate container 20d361a7cffa 19:19:11 ---> f4bac31d5ee7 19:19:11 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:19:12 ---> 798cc50cca1f 19:19:12 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:19:15 ---> 8ebdbefb1d0a 19:19:15 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:19:17 ---> 80768309a3e5 19:19:17 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:19:17 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:19:17 Status: Downloaded newer image for docker:20.10.14 19:19:17 ---> c346e9eafbab 19:19:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:19:17 ---> Running in 35ad104ce4ab 19:19:18 Removing intermediate container 35ad104ce4ab 19:19:18 ---> 39915fc6920b 19:19:18 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 19:19:18 ---> Running in 688ee089021b 19:19:18 ---> bf1425257e68 19:19:18 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:19:19 ---> ea66555e77c0 19:19:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:19:20 ---> Running in 924fc44417cf 19:19:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:19:20 Removing intermediate container 924fc44417cf 19:19:20 ---> b8218e63bbaf 19:19:20 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:19:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:19:21 ---> 75ecbca3109b 19:19:21 Step 26/31 : RUN chmod +x /entrypoint.sh 19:19:22 ---> Running in c4e77136613f 19:19:23 (1/43) Installing readline (8.1.1-r0) 19:19:23 (2/43) Installing bash (5.1.16-r0) 19:19:23 Executing bash-5.1.16-r0.post-install 19:19:23 (3/43) Installing brotli-libs (1.0.9-r5) 19:19:23 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:19:23 (5/43) Installing libcurl (7.80.0-r2) 19:19:23 (6/43) Installing curl (7.80.0-r2) 19:19:23 (7/43) Installing dumb-init (1.2.5-r1) 19:19:23 (8/43) Installing libbz2 (1.0.8-r1) 19:19:23 (9/43) Installing expat (2.4.7-r0) 19:19:23 (10/43) Installing libffi (3.4.2-r1) 19:19:23 (11/43) Installing gdbm (1.22-r0) 19:19:23 (12/43) Installing xz-libs (5.2.5-r1) 19:19:23 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:19:23 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:19:23 (15/43) Installing mpdecimal (2.5.1-r1) 19:19:23 (16/43) Installing sqlite-libs (3.36.0-r0) 19:19:23 (17/43) Installing python3 (3.9.7-r4) 19:19:25 Removing intermediate container c4e77136613f 19:19:25 ---> 65b73336cc3e 19:19:25 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:19:26 ---> Running in 0dfa24683f4f 19:19:26 Removing intermediate container 0dfa24683f4f 19:19:26 ---> bbdf09c65305 19:19:26 Step 28/31 : CMD ["gate"] 19:19:26 ---> Running in 6148225594b7 19:19:27 Removing intermediate container 6148225594b7 19:19:27 ---> f10ef8f77a00 19:19:27 Step 29/31 : LABEL arch=arm64 19:19:27 (18/43) Installing py3-appdirs (1.4.4-r2) 19:19:27 (19/43) Installing py3-certifi (2020.12.5-r1) 19:19:27 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:19:27 (21/43) Installing py3-idna (3.3-r0) 19:19:27 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:19:27 ---> Running in 1ad9fc2258c4 19:19:27 (23/43) Installing py3-requests (2.26.0-r1) 19:19:28 (24/43) Installing py3-msgpack (1.0.2-r1) 19:19:28 (25/43) Installing py3-lockfile (0.12.2-r4) 19:19:28 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:19:28 (27/43) Installing py3-colorama (0.4.4-r1) 19:19:28 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:19:28 (29/43) Installing py3-distlib (0.3.3-r0) 19:19:28 (30/43) Installing py3-distro (1.6.0-r0) 19:19:28 (31/43) Installing py3-six (1.16.0-r0) 19:19:28 (32/43) Installing py3-webencodings (0.5.1-r4) 19:19:28 (33/43) Installing py3-html5lib (1.1-r1) 19:19:28 (34/43) Installing py3-parsing (2.4.7-r2) 19:19:28 (35/43) Installing py3-packaging (20.9-r1) 19:19:28 (36/43) Installing py3-tomli (1.2.2-r0) 19:19:28 Removing intermediate container 1ad9fc2258c4 19:19:28 ---> c379155cc3b7 19:19:28 Step 30/31 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:19:28 (37/43) Installing py3-pep517 (0.12.0-r0) 19:19:28 (38/43) Installing py3-progress (1.6-r0) 19:19:28 (39/43) Installing py3-retrying (1.3.3-r2) 19:19:28 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:19:28 (41/43) Installing py3-setuptools (52.0.0-r4) 19:19:28 ---> Running in 61026897596f 19:19:28 (42/43) Installing py3-toml (0.10.2-r2) 19:19:28 (43/43) Installing py3-pip (20.3.4-r1) 19:19:29 Removing intermediate container 61026897596f 19:19:29 ---> b437025499de 19:19:29 Step 31/31 : LABEL version=0.0.0 19:19:29 ---> Running in eaa64218257d 19:19:30 Executing busybox-1.34.1-r5.trigger 19:19:30 OK: 82 MiB in 65 packages 19:19:30 Removing intermediate container eaa64218257d 19:19:30 ---> 70ef8989be9e 19:19:30 19:19:31 Successfully built 70ef8989be9e 19:19:31 Successfully tagged security-bootstrapper-arm64:latest 19:19:31  Building security-bootstrapper ... done Building security-proxy-setup 19:19:36 Collecting docker-compose==1.23.2 19:19:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:19:37 Collecting cached-property<2,>=1.2.0 19:19:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:19:37 Collecting docopt<0.7,>=0.6.1 19:19:37 Downloading docopt-0.6.2.tar.gz (25 kB) 19:19:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:19:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:19:43 Collecting websocket-client<1.0,>=0.32.0 19:19:43 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:19:43 Collecting dockerpty<0.5,>=0.4.1 19:19:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:19:47 Collecting texttable<0.10,>=0.9.0 19:19:47 Downloading texttable-0.9.1.tar.gz (11 kB) 19:19:54 Collecting docker<4.0,>=3.6.0 19:19:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:19:54 Collecting jsonschema<3,>=2.5.1 19:19:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:19:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:19:56 Collecting PyYAML<4,>=3.10 19:19:56 Downloading PyYAML-3.13.tar.gz (270 kB) 19:19:59 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:19:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:19:59 ---> dfa7b905151c 19:19:59 Step 3/22 : WORKDIR /edgex-go 19:19:59 ---> Using cache 19:19:59 ---> 10468bad0a37 19:19:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:59 ---> Using cache 19:19:59 ---> 5c7bd416f3c6 19:19:59 Step 5/22 : RUN apk add --update --no-cache make git 19:19:59 ---> Using cache 19:19:59 ---> e6ef2a4a1266 19:19:59 Step 6/22 : COPY go.mod vendor* ./ 19:19:59 ---> Using cache 19:19:59 ---> 7560f1d99a6f 19:19:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:19:59 ---> Using cache 19:19:59 ---> 1e4cb4147a86 19:19:59 Step 8/22 : COPY . . 19:19:59 ---> Using cache 19:20:00 ---> 76ba3898f369 19:20:00 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:20:00 ---> Running in e68e998dd957 19:20:02 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 19:20:03 Collecting docker-pycreds>=0.4.0 19:20:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:20:05 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) 19:20:05 Collecting idna<2.8,>=2.5 19:20:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:20:05 Collecting chardet<3.1.0,>=3.0.2 19:20:05 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:20:06 Collecting urllib3<1.25,>=1.21.1 19:20:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:20:07 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:20:07 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:20:07 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:20:07 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:20:10 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:20:10 Attempting uninstall: urllib3 19:20:10 Found existing installation: urllib3 1.26.7 19:20:10 Uninstalling urllib3-1.26.7: 19:20:10 Successfully uninstalled urllib3-1.26.7 19:20:11 Attempting uninstall: idna 19:20:11 Found existing installation: idna 3.3 19:20:11 Uninstalling idna-3.3: 19:20:11 Successfully uninstalled idna-3.3 19:20:13 Removing intermediate container 9b9b53943e0e 19:20:13 ---> 46667883268a 19:20:13 19:20:13 Step 10/23 : FROM alpine:3.14 19:20:13 ---> ac73e934f311 19:20:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:20:13 ---> Running in 758953821edb 19:20:14 Removing intermediate container 758953821edb 19:20:14 ---> 9cdc50f7f47d 19:20:14 Step 12/23 : ENV APP_PORT=59880 19:20:14 ---> Running in b1846608652a 19:20:14 Removing intermediate container b1846608652a 19:20:14 ---> 96d4ff5b3cc1 19:20:14 Step 13/23 : EXPOSE $APP_PORT 19:20:14 ---> Running in 9a0590de82e4 19:20:15 Removing intermediate container 9a0590de82e4 19:20:15 ---> 061e38dceac8 19:20:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:15 ---> Running in ea00ef88ba1d 19:20:17 Attempting uninstall: requests 19:20:17 Found existing installation: requests 2.26.0 19:20:17 Uninstalling requests-2.26.0: 19:20:17 Successfully uninstalled requests-2.26.0 19:20:18 Running setup.py install for texttable: started 19:20:19 Removing intermediate container ea00ef88ba1d 19:20:19 ---> 5d396e886b6c 19:20:19 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:20:19 ---> Running in 57e7a2a8fced 19:20:21 fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:20:22 fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:20:22 Running setup.py install for texttable: finished with status 'done' 19:20:23 Running setup.py install for PyYAML: started 19:20:23 (1/6) Installing dumb-init (1.2.5-r1) 19:20:24 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:20:24 (3/6) Installing libsodium (1.0.18-r0) 19:20:24 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:20:24 (5/6) Installing libzmq (4.3.4-r0) 19:20:24 (6/6) Installing zeromq (4.3.4-r0) 19:20:24 Executing busybox-1.33.1-r7.trigger 19:20:24 OK: 8 MiB in 20 packages 19:20:26 Removing intermediate container 57e7a2a8fced 19:20:26 ---> a032f06ef751 19:20:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:27 Running setup.py install for PyYAML: finished with status 'done' 19:20:27 ---> a58923320a6c 19:20:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:20:28 Running setup.py install for docopt: started 19:20:29 ---> cad6ed99f3a9 19:20:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:20:31 ---> 52939441a0a1 19:20:31 Step 19/23 : ENTRYPOINT ["/core-data"] 19:20:31 ---> Running in 040fd3a0fd04 19:20:31 Removing intermediate container 040fd3a0fd04 19:20:31 ---> 4f44bdfd6c1a 19:20:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:31 ---> Running in f9e15974a010 19:20:32 Removing intermediate container f9e15974a010 19:20:32 ---> c62ea1e35be7 19:20:32 Step 21/23 : LABEL arch=arm64 19:20:32 ---> Running in 20be51faa1de 19:20:33 Removing intermediate container 20be51faa1de 19:20:33 ---> 7aac68d9e64a 19:20:33 Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:20:33 ---> Running in 9ad3bb4ace4c 19:20:33 Running setup.py install for docopt: finished with status 'done' 19:20:33 Running setup.py install for dockerpty: started 19:20:33 Removing intermediate container 9ad3bb4ace4c 19:20:33 ---> 9e0759467452 19:20:33 Step 23/23 : LABEL version=0.0.0 19:20:33 ---> Running in 6ee0326ca461 19:20:34 Removing intermediate container 6ee0326ca461 19:20:34 ---> 8b6ce2070a2d 19:20:34 19:20:35 Successfully built 8b6ce2070a2d 19:20:35 Successfully tagged core-data-arm64:latest 19:20:35 Building support-scheduler 19:20:37  Building core-data ... done  Running setup.py install for dockerpty: finished with status 'done' 19:20:40 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 19:21:02 Removing intermediate container 688ee089021b 19:21:02 ---> f7b52760f1cf 19:21:02 Step 14/23 : ENV APP_PORT=58890 19:21:02 ---> Running in d78cbc65f18f 19:21:02 Removing intermediate container d78cbc65f18f 19:21:02 ---> 52b8c9aa49a9 19:21:02 Step 15/23 : EXPOSE $APP_PORT 19:21:02 ---> Running in 62e3ce3620d9 19:21:02 Removing intermediate container 62e3ce3620d9 19:21:02 ---> 4f5f727b5788 19:21:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:21:04 ---> ff028244ed87 19:21:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:21:06 ---> 8f9ed6573948 19:21:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:21:07 ---> 8f408d8ba0f1 19:21:07 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:21:08 ---> Running in 7b45672041ab 19:21:08 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:21:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:21:08 ---> dfa7b905151c 19:21:08 Step 3/22 : WORKDIR /edgex-go 19:21:08 ---> Using cache 19:21:08 ---> 10468bad0a37 19:21:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:08 ---> Using cache 19:21:08 ---> 5c7bd416f3c6 19:21:08 Step 5/22 : RUN apk add --update --no-cache make git 19:21:08 ---> Using cache 19:21:08 ---> e6ef2a4a1266 19:21:08 Step 6/22 : COPY go.mod vendor* ./ 19:21:08 ---> Using cache 19:21:08 ---> 7560f1d99a6f 19:21:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:21:08 ---> Using cache 19:21:08 ---> 1e4cb4147a86 19:21:08 Step 8/22 : COPY . . 19:21:08 ---> Using cache 19:21:08 ---> 76ba3898f369 19:21:08 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:21:08 ---> Running in a99fcb50147e 19:21:09 Removing intermediate container 7b45672041ab 19:21:09 ---> 9874012a1260 19:21:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:21:09 ---> Running in ccace29494d6 19:21:09 Removing intermediate container ccace29494d6 19:21:09 ---> 32e90b937005 19:21:09 Step 21/23 : LABEL arch=arm64 19:21:09 ---> Running in 38eb4ecb0719 19:21:10 Removing intermediate container 38eb4ecb0719 19:21:10 ---> cba554d1fff2 19:21:10 Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:21:10 ---> Running in 4cae6f8ec5a9 19:21:10 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 19:21:11 Removing intermediate container 4cae6f8ec5a9 19:21:11 ---> c6c215ad4a83 19:21:11 Step 23/23 : LABEL version=0.0.0 19:21:11 ---> Running in 3b1eb9099561 19:21:11 Removing intermediate container 3b1eb9099561 19:21:11 ---> c5c31e9071be 19:21:11 19:21:12 Successfully built c5c31e9071be 19:21:12 Successfully tagged sys-mgmt-agent-arm64:latest 19:21:12  Building sys-mgmt-agent ... done Building core-command 19:21:51 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:21:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:21:51 ---> dfa7b905151c 19:21:51 Step 3/23 : WORKDIR /edgex-go 19:21:51 ---> Using cache 19:21:51 ---> 10468bad0a37 19:21:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:51 ---> Using cache 19:21:51 ---> 5c7bd416f3c6 19:21:51 Step 5/23 : RUN apk add --update --no-cache make git 19:21:51 ---> Using cache 19:21:51 ---> e6ef2a4a1266 19:21:51 Step 6/23 : COPY go.mod vendor* ./ 19:21:51 ---> Using cache 19:21:51 ---> 7560f1d99a6f 19:21:51 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:21:51 ---> Using cache 19:21:51 ---> 1e4cb4147a86 19:21:51 Step 8/23 : COPY . . 19:21:51 ---> Using cache 19:21:51 ---> 76ba3898f369 19:21:51 Step 9/23 : RUN make cmd/core-command/core-command 19:21:51 ---> Running in b9837cf0428a 19:21:51 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 19:21:55 Removing intermediate container 724bb146ae64 19:21:55 ---> d48efefa82a3 19:21:55 19:21:55 Step 10/23 : FROM alpine:3.14 19:21:55 ---> ac73e934f311 19:21:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:21:55 ---> Running in 0b7bce78b8a0 19:21:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:21:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:21:59 (1/1) Installing dumb-init (1.2.5-r1) 19:21:59 Executing busybox-1.33.1-r7.trigger 19:21:59 OK: 5 MiB in 15 packages 19:22:00 Removing intermediate container 0b7bce78b8a0 19:22:00 ---> 710240d4ff9c 19:22:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:22:00 ---> Running in fd77f1f69eb4 19:22:01 Removing intermediate container fd77f1f69eb4 19:22:01 ---> 9e4c9468529a 19:22:01 Step 13/23 : ENV APP_PORT=59881 19:22:01 ---> Running in 4ad58f690b2a 19:22:02 Removing intermediate container 4ad58f690b2a 19:22:02 ---> 7913b350aa78 19:22:02 Step 14/23 : EXPOSE $APP_PORT 19:22:02 ---> Running in 2148dd7e139f 19:22:02 Removing intermediate container 2148dd7e139f 19:22:02 ---> 9e82d58b5afa 19:22:02 Step 15/23 : WORKDIR / 19:22:03 ---> Running in af66b4a79554 19:22:03 Removing intermediate container af66b4a79554 19:22:03 ---> 917c12682420 19:22:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:22:04 ---> aa7a33a9b1ba 19:22:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:22:06 ---> 41e3fe382de4 19:22:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:22:07 ---> 8b7447f60409 19:22:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:22:07 ---> Running in 3badb83dda73 19:22:07 Removing intermediate container 3badb83dda73 19:22:07 ---> 3896e38cb7e5 19:22:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:22:07 ---> Running in b6cee502735e 19:22:08 Removing intermediate container b6cee502735e 19:22:08 ---> a031927e9a52 19:22:08 Step 21/23 : LABEL arch=arm64 19:22:08 ---> Running in d817042afcb1 19:22:09 Removing intermediate container d817042afcb1 19:22:09 ---> e1c1a68d0d0c 19:22:09 Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:22:09 ---> Running in 807dca7592db 19:22:09 Removing intermediate container 807dca7592db 19:22:09 ---> f9a27f6e6bf8 19:22:09 Step 23/23 : LABEL version=0.0.0 19:22:09 ---> Running in 3d2167f647ea 19:22:10 Removing intermediate container 3d2167f647ea 19:22:10 ---> 5bd03f5fbeef 19:22:10 19:22:10 Successfully built 5bd03f5fbeef 19:22:10 Successfully tagged core-metadata-arm64:latest 19:22:10 Building security-secretstore-setup 19:22:44  Building core-metadata ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:22:44 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:22:44 ---> dfa7b905151c 19:22:44 Step 3/25 : WORKDIR /edgex-go 19:22:44 ---> Using cache 19:22:44 ---> 10468bad0a37 19:22:44 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:44 ---> Using cache 19:22:44 ---> 5c7bd416f3c6 19:22:44 Step 5/25 : RUN apk add --update --no-cache make git 19:22:44 ---> Using cache 19:22:44 ---> e6ef2a4a1266 19:22:44 Step 6/25 : COPY go.mod vendor* ./ 19:22:44 ---> Using cache 19:22:44 ---> 7560f1d99a6f 19:22:44 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:44 ---> Using cache 19:22:44 ---> 1e4cb4147a86 19:22:44 Step 8/25 : COPY . . 19:22:44 ---> Using cache 19:22:44 ---> 76ba3898f369 19:22:44 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:22:44 ---> Running in 326a9edaac84 19:22:46 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 19:25:08 Removing intermediate container 9f31f37150b7 19:25:08 ---> 0d2d852dacf3 19:25:08 19:25:08 Step 9/20 : FROM alpine:3.15 19:25:08 ---> 3fb3c9af89a9 19:25:08 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:25:08 ---> Using cache 19:25:08 ---> f5c9395e54da 19:25:08 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:08 ---> Using cache 19:25:08 ---> 46cbf71650ef 19:25:08 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:25:08 ---> Running in b35b2cca69a8 19:25:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:11 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:12 v3.15.4-228-ge48277e247 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:25:12 v3.15.4-225-g1b1508e172 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:25:12 OK: 15736 distinct packages available 19:25:12 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:15 (1/9) Installing ca-certificates (20211220-r0) 19:25:15 (2/9) Installing brotli-libs (1.0.9-r5) 19:25:15 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:25:15 (4/9) Installing libcurl (7.80.0-r2) 19:25:15 (5/9) Installing curl (7.80.0-r2) 19:25:16 (6/9) Installing dumb-init (1.2.5-r1) 19:25:16 (7/9) Installing musl-obstack (1.2.3-r0) 19:25:16 (8/9) Installing libucontext (1.1-r0) 19:25:16 (9/9) Installing gcompat (1.0.0-r4) 19:25:16 Executing busybox-1.34.1-r5.trigger 19:25:16 Executing ca-certificates-20211220-r0.trigger 19:25:16 OK: 8 MiB in 23 packages 19:25:19 Removing intermediate container b35b2cca69a8 19:25:19 ---> 2152cd4e8ae8 19:25:19 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:25:19 ---> fa715e7b907c 19:25:19 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:25:21 ---> fa1f35ac1a54 19:25:21 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:25:22 ---> e82e13f5751d 19:25:22 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:25:22 ---> Running in bd212227fce4 19:25:23 Removing intermediate container bd212227fce4 19:25:23 ---> e1842793a122 19:25:23 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:25:23 ---> Running in 2c91608d5b1d 19:25:24 Removing intermediate container 2c91608d5b1d 19:25:24 ---> 15670e1bf233 19:25:24 Step 18/20 : LABEL arch=arm64 19:25:24 ---> Running in 8471bec10187 19:25:25 Removing intermediate container 8471bec10187 19:25:25 ---> 4778f594db8f 19:25:25 Step 19/20 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:25:25 ---> Running in 9516dd43fff0 19:25:25 Removing intermediate container 9516dd43fff0 19:25:25 ---> 2fe2fe4bfcb0 19:25:25 Step 20/20 : LABEL version=0.0.0 19:25:25 ---> Running in 13c89d19ecb0 19:25:26 Removing intermediate container 13c89d19ecb0 19:25:26 ---> 2c52279aa6f7 19:25:26 19:25:26 Successfully built 2c52279aa6f7 19:25:26 Successfully tagged security-spiffe-token-provider-arm64:latest 19:25:26 Building support-notifications 19:25:37  Building security-spiffe-token-provider ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:25:59 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:25:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:25:59 ---> dfa7b905151c 19:25:59 Step 3/22 : WORKDIR /edgex-go 19:25:59 ---> Using cache 19:25:59 ---> 10468bad0a37 19:25:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:59 ---> Using cache 19:25:59 ---> 5c7bd416f3c6 19:25:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:25:59 ---> Running in 5696d3295a80 19:26:00 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:03 Removing intermediate container e68e998dd957 19:26:03 ---> 8a9ea87b9124 19:26:03 19:26:03 Step 10/22 : FROM alpine:3.14 19:26:03 ---> ac73e934f311 19:26:03 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:26:03 ---> Running in f37f17b982b3 19:26:03 OK: 220 MiB in 52 packages 19:26:05 Removing intermediate container 5696d3295a80 19:26:05 ---> df593db227ca 19:26:05 Step 6/22 : COPY go.mod vendor* ./ 19:26:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:26:06 ---> 03c913c7242c 19:26:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:26:06 ---> Running in 411594dae928 19:26:08 (1/6) Installing ca-certificates (20211220-r0) 19:26:08 (2/6) Installing brotli-libs (1.0.9-r5) 19:26:08 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:26:08 (4/6) Installing libcurl (7.79.1-r2) 19:26:08 (5/6) Installing curl (7.79.1-r2) 19:26:08 (6/6) Installing dumb-init (1.2.5-r1) 19:26:08 Executing busybox-1.33.1-r7.trigger 19:26:08 Executing ca-certificates-20211220-r0.trigger 19:26:09 OK: 8 MiB in 20 packages 19:26:11 Removing intermediate container f37f17b982b3 19:26:11 ---> bddd22e9bced 19:26:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:26:11 ---> Running in 12ade616d15b 19:26:12 Removing intermediate container 12ade616d15b 19:26:12 ---> 7d536e832b74 19:26:12 Step 13/22 : WORKDIR /edgex 19:26:12 ---> Running in 07a8c1ac2fd4 19:26:12 Removing intermediate container 07a8c1ac2fd4 19:26:12 ---> eac72d34ee3e 19:26:12 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:26:14 Removing intermediate container 411594dae928 19:26:14 ---> 13eac85dabbe 19:26:14 Step 8/22 : COPY . . 19:26:14 ---> fa48afc6dd22 19:26:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:26:16 ---> 37d930c4c3a4 19:26:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:26:18 ---> 13d14d5e19b1 19:26:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:26:20 ---> 2694e29b7f6b 19:26:20 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:26:20 ---> Running in 91c97bae4a46 19:26:25 Removing intermediate container 91c97bae4a46 19:26:25 ---> 5bfb2b381d06 19:26:25 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:26:25 ---> Running in 54ea45dc6aa2 19:26:26 Removing intermediate container 54ea45dc6aa2 19:26:26 ---> c97b23e1d0fa 19:26:26 Step 20/22 : LABEL arch=arm64 19:26:26 ---> Running in 868d1595ebec 19:26:27 Removing intermediate container 868d1595ebec 19:26:27 ---> 50ae58e6d145 19:26:27 Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:26:28 ---> Running in b1250ef60dce 19:26:28 Removing intermediate container b1250ef60dce 19:26:28 ---> b04530b61d20 19:26:28 Step 22/22 : LABEL version=0.0.0 19:26:29 ---> Running in 63201dcd19eb 19:26:29 Removing intermediate container 63201dcd19eb 19:26:29 ---> 962b0530ddcc 19:26:29 19:26:30 Successfully built 962b0530ddcc 19:26:30 Successfully tagged security-proxy-setup-arm64:latest 19:26:43  Building security-proxy-setup ... done  ---> ca7d061e88b8 19:26:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:26:43 ---> Running in bd9750d7a5bc 19:26:44 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 19:27:23 Removing intermediate container b9837cf0428a 19:27:23 ---> 7dd3711a91cb 19:27:23 19:27:23 Step 10/23 : FROM alpine:3.14 19:27:23 ---> ac73e934f311 19:27:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:27:23 ---> Using cache 19:27:23 ---> 710240d4ff9c 19:27:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:27:23 ---> Using cache 19:27:23 ---> 9e4c9468529a 19:27:23 Step 13/23 : ENV APP_PORT=59882 19:27:23 ---> Running in fb4a82e6c835 19:27:23 Removing intermediate container fb4a82e6c835 19:27:23 ---> 1e442c80748e 19:27:23 Step 14/23 : EXPOSE $APP_PORT 19:27:23 ---> Running in d7580e8b9c48 19:27:23 Removing intermediate container d7580e8b9c48 19:27:23 ---> cb4a765cb1db 19:27:23 Step 15/23 : WORKDIR / 19:27:23 ---> Running in 3da1e6e62f82 19:27:23 Removing intermediate container 3da1e6e62f82 19:27:23 ---> ed885e44930e 19:27:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:27:25 ---> f6acfae76c56 19:27:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:27:27 ---> 22b03e0dbcbb 19:27:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:27:28 ---> e2e0efdd06ae 19:27:28 Step 19/23 : ENTRYPOINT ["/core-command"] 19:27:29 ---> Running in e7b818ea015e 19:27:29 Removing intermediate container e7b818ea015e 19:27:29 ---> e1e644f8076e 19:27:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:27:29 ---> Running in b275c34ff02a 19:27:30 Removing intermediate container b275c34ff02a 19:27:30 ---> c24eeeb4e3ac 19:27:30 Step 21/23 : LABEL arch=arm64 19:27:30 ---> Running in 25c65236175f 19:27:31 Removing intermediate container 25c65236175f 19:27:31 ---> 382fd5b39d36 19:27:31 Step 22/23 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:27:31 ---> Running in f946b52fedfb 19:27:32 Removing intermediate container f946b52fedfb 19:27:32 ---> 0d1bb01bff9a 19:27:32 Step 23/23 : LABEL version=0.0.0 19:27:32 ---> Running in 68ba91c0f221 19:27:32 Removing intermediate container 68ba91c0f221 19:27:32 ---> 0601880e0162 19:27:32 19:27:33 Successfully built 0601880e0162 19:27:33 Successfully tagged core-command-arm64:latest 19:27:55  Building core-command ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:28:08 Removing intermediate container 326a9edaac84 19:28:08 ---> 077c1759d179 19:28:08 19:28:08 Step 10/25 : FROM alpine:3.14 19:28:08 ---> ac73e934f311 19:28:08 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:28:08 ---> Running in a67657b5179e 19:28:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:28:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:28:10 (1/3) Installing ca-certificates (20211220-r0) 19:28:10 (2/3) Installing dumb-init (1.2.5-r1) 19:28:10 (3/3) Installing su-exec (0.2-r1) 19:28:10 Executing busybox-1.33.1-r7.trigger 19:28:10 Executing ca-certificates-20211220-r0.trigger 19:28:11 OK: 6 MiB in 17 packages 19:28:13 Removing intermediate container a67657b5179e 19:28:13 ---> 1c49cb1fbe7d 19:28:13 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:28:13 ---> Running in 25c25b527602 19:28:13 Removing intermediate container 25c25b527602 19:28:13 ---> 350a3a9285d9 19:28:13 Step 13/25 : WORKDIR / 19:28:13 ---> Running in 23ea51606b32 19:28:14 Removing intermediate container 23ea51606b32 19:28:14 ---> 9898259d70a7 19:28:14 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:28:15 ---> a8acdf9ddf23 19:28:15 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:28:16 ---> 56ac28fbc7db 19:28:16 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:28:17 ---> 7f6f56fbba22 19:28:17 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:28:18 ---> 247170502618 19:28:18 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:28:19 ---> d2431d9f445b 19:28:19 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:28:21 ---> 429fe9700735 19:28:21 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:28:22 ---> 912f61e432ac 19:28:22 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/ 19:28:22 ---> Running in 05e9d121c579 19:28:26 Removing intermediate container 05e9d121c579 19:28:26 ---> b4699b85341f 19:28:26 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:28:26 ---> Running in c5ef806ba93b 19:28:26 Removing intermediate container c5ef806ba93b 19:28:26 ---> 93e638b0f842 19:28:26 Step 23/25 : LABEL arch=arm64 19:28:26 ---> Running in f74dc6a84899 19:28:26 Removing intermediate container f74dc6a84899 19:28:26 ---> 5846f0c7c07f 19:28:26 Step 24/25 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:28:27 ---> Running in bc5b56ea5959 19:28:27 Removing intermediate container bc5b56ea5959 19:28:27 ---> 8cebc782c379 19:28:27 Step 25/25 : LABEL version=0.0.0 19:28:27 ---> Running in ec7ae37662f6 19:28:28 Removing intermediate container ec7ae37662f6 19:28:28 ---> e4ad3b6b1ff7 19:28:28 19:28:28 Successfully built e4ad3b6b1ff7 19:28:28 Successfully tagged security-secretstore-setup-arm64:latest 19:28:55  Building security-secretstore-setup ... done Removing intermediate container a99fcb50147e 19:28:55 ---> 004b34a743cd 19:28:55 19:28:55 Step 10/22 : FROM alpine:3.14 19:28:55 ---> ac73e934f311 19:28:55 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:28:55 ---> Using cache 19:28:55 ---> 710240d4ff9c 19:28:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:28:55 ---> Using cache 19:28:55 ---> 9e4c9468529a 19:28:55 Step 13/22 : ENV APP_PORT=59861 19:28:55 ---> Running in 2a630dce5359 19:28:55 Removing intermediate container 2a630dce5359 19:28:55 ---> 002e5bce2c71 19:28:55 Step 14/22 : EXPOSE $APP_PORT 19:28:55 ---> Running in 1ed38671f2bd 19:28:55 Removing intermediate container 1ed38671f2bd 19:28:55 ---> eb018c712841 19:28:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:55 ---> 1c535c1c4af2 19:28:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:28:58 ---> a9a47f9f1b04 19:28:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:28:59 ---> 6b26b30c8c41 19:28:59 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:28:59 ---> Running in cc1d6e91eb4c 19:28:59 Removing intermediate container cc1d6e91eb4c 19:28:59 ---> a8bb5e365c64 19:28:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:28:59 ---> Running in 409a0cb29e16 19:29:00 Removing intermediate container 409a0cb29e16 19:29:00 ---> d1b83bf81b01 19:29:00 Step 20/22 : LABEL arch=arm64 19:29:00 ---> Running in 2373cfa6a86e 19:29:00 Removing intermediate container 2373cfa6a86e 19:29:00 ---> 337cf58e400b 19:29:00 Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:29:01 ---> Running in 965b640e0843 19:29:01 Removing intermediate container 965b640e0843 19:29:01 ---> 3dbb85b63086 19:29:01 Step 22/22 : LABEL version=0.0.0 19:29:01 ---> Running in b35f0284cea2 19:29:02 Removing intermediate container b35f0284cea2 19:29:02 ---> c970ce21ed32 19:29:02 19:29:02 Successfully built c970ce21ed32 19:29:02 Successfully tagged support-scheduler-arm64:latest 19:29:59  Building support-scheduler ... done Removing intermediate container bd9750d7a5bc 19:29:59 ---> 4767fbb5bbdb 19:29:59 19:29:59 Step 10/22 : FROM alpine:3.14 19:29:59 ---> ac73e934f311 19:29:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:29:59 ---> Running in 8e0d18736371 19:29:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:29:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:29:59 (1/2) Installing ca-certificates (20211220-r0) 19:29:59 (2/2) Installing dumb-init (1.2.5-r1) 19:29:59 Executing busybox-1.33.1-r7.trigger 19:29:59 Executing ca-certificates-20211220-r0.trigger 19:29:59 OK: 6 MiB in 16 packages 19:29:59 Removing intermediate container 8e0d18736371 19:29:59 ---> e71b84332c00 19:29:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:29:59 ---> Running in 55d9c1491246 19:29:59 Removing intermediate container 55d9c1491246 19:29:59 ---> 76d0b61f984e 19:29:59 Step 13/22 : ENV APP_PORT=59860 19:29:59 ---> Running in 9d45c9395a60 19:29:59 Removing intermediate container 9d45c9395a60 19:29:59 ---> 2b8352671333 19:29:59 Step 14/22 : EXPOSE $APP_PORT 19:29:59 ---> Running in ed0041810b15 19:29:59 Removing intermediate container ed0041810b15 19:29:59 ---> 0424343fa9bf 19:29:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:29:59 ---> 72011e7f614d 19:29:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:29:59 ---> e223e6e80671 19:29:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:29:59 ---> 1498241616c0 19:29:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:29:59 ---> Running in 5a63db03cd12 19:29:59 Removing intermediate container 5a63db03cd12 19:29:59 ---> fc16fe626d5a 19:29:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:29:59 ---> Running in f9f1858814a9 19:30:00 Removing intermediate container f9f1858814a9 19:30:00 ---> 057e46eae4f5 19:30:00 Step 20/22 : LABEL arch=arm64 19:30:00 ---> Running in 7c194d78ad91 19:30:00 Removing intermediate container 7c194d78ad91 19:30:00 ---> ec397a572603 19:30:00 Step 21/22 : LABEL git_sha=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d 19:30:00 ---> Running in 3d71b374d61a 19:30:00 Removing intermediate container 3d71b374d61a 19:30:00 ---> 09463b2818aa 19:30:00 Step 22/22 : LABEL version=0.0.0 19:30:01 ---> Running in d6b28827c932 19:30:01 Removing intermediate container d6b28827c932 19:30:01 ---> 3f04f92ac9a2 19:30:01 19:30:02 Successfully built 3f04f92ac9a2 19:30:02 Successfully tagged support-notifications-arm64:latest 19:30:02  Building support-notifications ... done  [Pipeline] } 19:30:02 $ docker stop --time=1 3963b1c447fe529e4871db0845b9572344e5558b7965c2844548da816b6f3e1e 19:30:04 $ docker rm -f 3963b1c447fe529e4871db0845b9572344e5558b7965c2844548da816b6f3e1e [Pipeline] // withDockerContainer [Pipeline] sh 19:30:04 + docker images 19:30:05 REPOSITORY TAG IMAGE ID CREATED SIZE 19:30:05 support-notifications-arm64 latest 3f04f92ac9a2 4 seconds ago 26MB 19:30:05 4767fbb5bbdb 15 seconds ago 1.49GB 19:30:05 support-scheduler-arm64 latest c970ce21ed32 About a minute ago 25.4MB 19:30:05 004b34a743cd About a minute ago 1.49GB 19:30:05 security-secretstore-setup-arm64 latest e4ad3b6b1ff7 About a minute ago 27.5MB 19:30:05 077c1759d179 2 minutes ago 1.44GB 19:30:05 core-command-arm64 latest 0601880e0162 2 minutes ago 15.5MB 19:30:05 7dd3711a91cb 2 minutes ago 1.43GB 19:30:05 security-proxy-setup-arm64 latest 962b0530ddcc 3 minutes ago 26.1MB 19:30:05 8a9ea87b9124 4 minutes ago 1.44GB 19:30:05 security-spiffe-token-provider-arm64 latest 2c52279aa6f7 4 minutes ago 28.1MB 19:30:05 0d2d852dacf3 4 minutes ago 1.48GB 19:30:05 core-metadata-arm64 latest 5bd03f5fbeef 7 minutes ago 16.3MB 19:30:05 d48efefa82a3 8 minutes ago 1.44GB 19:30:05 sys-mgmt-agent-arm64 latest c5c31e9071be 8 minutes ago 282MB 19:30:05 core-data-arm64 latest 8b6ce2070a2d 9 minutes ago 21.7MB 19:30:05 46667883268a 9 minutes ago 1.46GB 19:30:05 security-bootstrapper-arm64 latest 70ef8989be9e 10 minutes ago 18.3MB 19:30:05 637a100bc680 11 minutes ago 1.43GB 19:30:05 0d04cc0557be 11 minutes ago 1.44GB 19:30:05 security-spire-agent-arm64 latest aee1de1ab35a 14 minutes ago 126MB 19:30:05 20a7597c9b0f 14 minutes ago 1.34GB 19:30:05 security-spire-config-arm64 latest 7188a5ccc085 15 minutes ago 85.6MB 19:30:05 security-spire-server-arm64 latest e31b02c90508 15 minutes ago 86.3MB 19:30:05 e695dbeb6a8d 16 minutes ago 1.34GB 19:30:05 4dafcb505f81 16 minutes ago 1.34GB 19:30:05 ci-base-image-arm64 latest dfa7b905151c 28 minutes ago 1.01GB 19:30:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 819e984ddca1 4 weeks ago 669MB 19:30:05 docker 20.10.14 c346e9eafbab 3 months ago 202MB 19:30:05 alpine 3.14 ac73e934f311 3 months ago 5.34MB 19:30:05 alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB 19:30:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:30:06 19:30:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:30:06 arm64: Pulling from edgex-lftools-log-publisher 19:30:06 8998bd30e6a1: Pulling fs layer 19:30:06 04944245beec: Pulling fs layer 19:30:06 699f458cf7ca: Pulling fs layer 19:30:06 765212b225bb: Pulling fs layer 19:30:06 f23df028b6ca: Pulling fs layer 19:30:06 d65c8cfc05b1: Pulling fs layer 19:30:06 2437ff75d9bd: Pulling fs layer 19:30:06 765212b225bb: Waiting 19:30:06 f23df028b6ca: Waiting 19:30:06 d65c8cfc05b1: Waiting 19:30:06 2437ff75d9bd: Waiting 19:30:06 04944245beec: Verifying Checksum 19:30:06 04944245beec: Download complete 19:30:06 765212b225bb: Download complete 19:30:06 f23df028b6ca: Download complete 19:30:07 d65c8cfc05b1: Verifying Checksum 19:30:07 d65c8cfc05b1: Download complete 19:30:07 699f458cf7ca: Verifying Checksum 19:30:07 699f458cf7ca: Download complete 19:30:07 8998bd30e6a1: Download complete 19:30:10 2437ff75d9bd: Download complete 19:30:12 8998bd30e6a1: Pull complete 19:30:12 04944245beec: Pull complete 19:30:13 699f458cf7ca: Pull complete 19:30:13 765212b225bb: Pull complete 19:30:14 f23df028b6ca: Pull complete 19:30:14 d65c8cfc05b1: Pull complete 19:30:29 2437ff75d9bd: Pull complete 19:30:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:30:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:30:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:30:30 prd-ubuntu20.04-docker-arm64-4c-16g-16967 does not seem to be running inside a container 19:30:30 $ 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 19:30:33 $ docker top 88acb3ebca4c33032c473df2f9d3b208984ba3ef301886d5d1927beb8ad53557 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:30:34 ---> job-cost.sh 19:30:35 lf-activate-venv: SKIPPING 19:30:35 INFO: No Stack... 19:30:35 INFO: Retrieving Pricing Info for: v3-standard-4 19:30:36 INFO: Archiving Costs [Pipeline] sh 19:30:37 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:30:37 + cut -d, -f6 [Pipeline] lock 19:30:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4080-1-stack-cost] 19:30:37 Resource [jenkins-edgexfoundry-edgex-go-PR-4080-1-stack-cost] did not exist. Created. 19:30:37 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4080-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:30:37 + echo total: 0.10999999940395355 [Pipeline] stash 19:30:38 Stashed 1 file(s) [Pipeline] } 19:30:38 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4080-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:30:38 $ docker stop --time=1 88acb3ebca4c33032c473df2f9d3b208984ba3ef301886d5d1927beb8ad53557 19:30:39 $ docker rm -f 88acb3ebca4c33032c473df2f9d3b208984ba3ef301886d5d1927beb8ad53557 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 19:30:40 provisioning config files... 19:30:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2121612563316610625tmp [Pipeline] { [Pipeline] sh 19:30:41 + set +x 19:30:41 + curl -s https://codecov.io/bash 19:30:41 + bash -s -- 19:30:41 19:30:41 _____ _ 19:30:41 / ____| | | 19:30:41 | | ___ __| | ___ ___ _____ __ 19:30:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:30:41 | |___| (_) | (_| | __/ (_| (_) \ V / 19:30:41 \_____\___/ \__,_|\___|\___\___/ \_/ 19:30:41 Bash-1.0.6 19:30:41 19:30:41 19:30:41 ==> git version 2.25.1 found 19:30:41 ==> 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 19:30:41 Release-Date: 2020-01-08 19:30:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:30:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:30:41 ==> Jenkins CI detected. 19:30:41 current dir:  /w/workspace/edgex-go/1 19:30:41 project root: . 19:30:41 --> token set from env 19:30:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:30:41 ==> Running gcov in . (disable via -X gcov) 19:30:41 ==> Python coveragepy not found 19:30:41 ==> Searching for coverage reports in: 19:30:41 + . 19:30:41 -> Found 1 reports 19:30:41 ==> Detecting git/mercurial file structure 19:30:41 ==> Reading reports 19:30:41 + ./coverage.out bytes=435593 19:30:41 ==> Appending adjustments 19:30:41 https://docs.codecov.io/docs/fixing-reports 19:30:42 + Found adjustments 19:30:42 ==> Gzipping contents 19:30:42 60K /tmp/codecov.JCMFFH.gz 19:30:42 ==> Uploading reports 19:30:42 url: https://codecov.io 19:30:42 query: branch=PR-4080&commit=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4080%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4080&job=&cmd_args= 19:30:42 -> Pinging Codecov 19:30:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4080&commit=7698dd7b46f7d595dceaa69064707ac3ae6bfc7d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4080%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4080&job=&cmd_args= 19:30:42 -> Uploading to 19:30:42 https://storage.googleapis.com/codecov/v4/raw/2022-07-05/00271124DB129430A58F1EEE437C3FCB/7698dd7b46f7d595dceaa69064707ac3ae6bfc7d/a9c78b89-d628-4d85-b337-953615a15b05.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220705%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220705T193042Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fcb1bf670beea74dc1c226420a52716ef5f8147f4ed454e90ddadf8a5c2e558e 19:30:42 % Total % Received % Xferd Average Speed Time Time Time Current 19:30:42 Dload Upload Total Spent Left Speed 19:30:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59908 0 0 100 59908 0 239k --:--:-- --:--:-- --:--:-- 239k 19:30:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7698dd7b46f7d595dceaa69064707ac3ae6bfc7d [Pipeline] } 19:30:43 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 19:30:44 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:30:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:30:45 ---> package-listing.sh 19:30:45 ++ facter osfamily 19:30:45 ++ tr '[:upper:]' '[:lower:]' 19:30:45 + OS_FAMILY=debian 19:30:45 + workspace=/w/workspace/edgex-go/1 19:30:45 + START_PACKAGES=/tmp/packages_start.txt 19:30:45 + END_PACKAGES=/tmp/packages_end.txt 19:30:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:30:45 + PACKAGES=/tmp/packages_start.txt 19:30:45 + '[' /w/workspace/edgex-go/1 ']' 19:30:45 + PACKAGES=/tmp/packages_end.txt 19:30:45 + case "${OS_FAMILY}" in 19:30:45 + dpkg -l 19:30:45 + grep '^ii' 19:30:45 + '[' -f /tmp/packages_start.txt ']' 19:30:45 + '[' -f /tmp/packages_end.txt ']' 19:30:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:30:45 + '[' /w/workspace/edgex-go/1 ']' 19:30:45 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:30:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:30:45 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 19:30:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:30:46 19:30:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:30:47 latest: Pulling from edgex-lftools-log-publisher 19:30:47 5eb5b503b376: Pulling fs layer 19:30:47 5c69ac0246d0: Pulling fs layer 19:30:47 ec43610c2a17: Pulling fs layer 19:30:47 3a2ae6a8a46f: Pulling fs layer 19:30:47 33b1e0a273af: Pulling fs layer 19:30:47 5d3b04190fa2: Pulling fs layer 19:30:47 2f39f015ded8: Pulling fs layer 19:30:47 3a2ae6a8a46f: Waiting 19:30:47 33b1e0a273af: Waiting 19:30:47 5d3b04190fa2: Waiting 19:30:47 5c69ac0246d0: Download complete 19:30:47 3a2ae6a8a46f: Download complete 19:30:47 33b1e0a273af: Verifying Checksum 19:30:47 33b1e0a273af: Download complete 19:30:47 5d3b04190fa2: Verifying Checksum 19:30:47 5d3b04190fa2: Download complete 19:30:47 ec43610c2a17: Verifying Checksum 19:30:47 ec43610c2a17: Download complete 19:30:47 5eb5b503b376: Verifying Checksum 19:30:47 5eb5b503b376: Download complete 19:30:48 2f39f015ded8: Download complete 19:30:49 5eb5b503b376: Pull complete 19:30:49 5c69ac0246d0: Pull complete 19:30:49 ec43610c2a17: Pull complete 19:30:49 3a2ae6a8a46f: Pull complete 19:30:49 33b1e0a273af: Pull complete 19:30:49 5d3b04190fa2: Pull complete 19:30:55 2f39f015ded8: Pull complete 19:30:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:30:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:30:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:30:55 prd-ubuntu20.04-docker-8c-8g-16966 does not seem to be running inside a container 19:30:55 $ 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 19:30:56 $ docker top b32b2e039d917f29f70ed0e194b01fba292514823daf4156db6dffc5c6140da4 -eo pid,comm [Pipeline] { [Pipeline] sh 19:30:57 + touch /tmp/pre-build-complete [Pipeline] sh 19:30:57 + mkdir -p /var/log/sysstat [Pipeline] sh 19:30:57 + ls /var/log/sa-host 19:30:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:30:58 provisioning config files... 19:30:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config143546841202768291tmp [Pipeline] { [Pipeline] echo 19:30:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:30:58 ---> create-netrc.sh [Pipeline] } 19:30:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:30:58 ---> python-tools-install.sh [Pipeline] echo 19:30:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:30:59 ---> sudo-logs.sh 19:30:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:30:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:30:59 ---> job-cost.sh 19:30:59 lf-activate-venv: SKIPPING 19:30:59 DEBUG: total: 0.10999999940395355 19:30:59 INFO: Retrieving Stack Cost... 19:31:00 INFO: Retrieving Pricing Info for: v3-standard-8 19:31:00 INFO: Archiving Costs [Pipeline] echo 19:31:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:31:01 ---> logs-deploy.sh 19:31:01 lf-activate-venv: SKIPPING 19:31:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4080/1 19:31:01 INFO: archiving workspace using pattern(s): 19:31:02 Archives upload complete. 19:31:02 INFO: archiving logs to Nexus