Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8c995af195f08c96051e81afd7f7ed1e800bba03 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-ssh1849643625588888045.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-ssh15299452057829517435.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12198969240049571774.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 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-ssh10748955170748199417.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6060986329411931670.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-16583 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/247 [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/247 # 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 Avoid second fetch Checking out Revision 8c995af195f08c96051e81afd7f7ed1e800bba03 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 8c995af195f08c96051e81afd7f7ed1e800bba03 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4064)" > git rev-list --no-walk 1e950a92d08d8119d15900c5f3f0f49ced750c51 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:17:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:17:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:17:02 ========================================================= 16:17:02 EdgeX Global Pipelines Version Info 16:17:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:17:03 ------------------- 16:17:03 stable info: 16:17:03 ------------------- 16:17:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:17:03 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 16:17:03 Message: update stable to v1.0.234 16:17:03 ------------------- 16:17:03 experimental info: 16:17:03 ------------------- 16:17:03 Commited By: **** collab-it+edgex@linuxfoundation.org 16:17:03 Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 16:17:03 Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c995af195f08c96051e81afd7f7ed1e800bba03 [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c995af [Pipeline] echo 16:17:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:17:04 provisioning config files... 16:17:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config3759483285530497741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:17:04 ---> docker-login.sh 16:17:04 nexus3.edgexfoundry.org:10001 16:17:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:17:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:17:05 Configure a credential helper to remove this warning. See 16:17:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:17:05 16:17:05 Login Succeeded 16:17:05 nexus3.edgexfoundry.org:10002 16:17:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:17:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:17:05 Configure a credential helper to remove this warning. See 16:17:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:17:05 16:17:05 Login Succeeded 16:17:05 nexus3.edgexfoundry.org:10003 16:17:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:17:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:17:05 Configure a credential helper to remove this warning. See 16:17:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:17:05 16:17:05 Login Succeeded 16:17:05 nexus3.edgexfoundry.org:10004 16:17:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:17:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:17:05 Configure a credential helper to remove this warning. See 16:17:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:17:05 16:17:05 Login Succeeded 16:17:05 docker.io 16:17:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:17:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:17:06 Configure a credential helper to remove this warning. See 16:17:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:17:06 16:17:06 Login Succeeded 16:17:06 ---> docker-login.sh ends [Pipeline] } 16:17:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:06 + 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 16:17:06 + dirname cmd/core-command/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo core-command,cmd/core-command/Dockerfile 16:17:06 + dirname cmd/core-data/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo core-data,cmd/core-data/Dockerfile 16:17:06 + dirname cmd/core-metadata/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo core-metadata,cmd/core-metadata/Dockerfile 16:17:06 + dirname cmd/security-bootstrapper/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:17:06 + dirname cmd/security-proxy-setup/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:17:06 + dirname cmd/security-secretstore-setup/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:17:06 + dirname cmd/security-spiffe-token-provider/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 16:17:06 + dirname cmd/security-spire-agent/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 16:17:06 + dirname cmd/security-spire-config/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo security-spire-config,cmd/security-spire-config/Dockerfile 16:17:06 + dirname cmd/security-spire-server/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo security-spire-server,cmd/security-spire-server/Dockerfile 16:17:06 + dirname cmd/support-notifications/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo support-notifications,cmd/support-notifications/Dockerfile 16:17:06 + dirname cmd/support-scheduler/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:17:06 + dirname cmd/sys-mgmt-agent/Dockerfile 16:17:06 + cut -d/ -f2 16:17:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:17:06 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 16:17:06 + git rev-list -1 --merges 8c995af195f08c96051e81afd7f7ed1e800bba03~1..8c995af195f08c96051e81afd7f7ed1e800bba03 [Pipeline] echo 16:17:06 -----------> git rev-list -1 --merges 8c995af195f08c96051e81afd7f7ed1e800bba03~1..8c995af195f08c96051e81afd7f7ed1e800bba03 8c995af195f08c96051e81afd7f7ed1e800bba03 [false] [Pipeline] sh 16:17:07 + git log --format=format:%s -1 8c995af195f08c96051e81afd7f7ed1e800bba03 [Pipeline] echo 16:17:07 ========================================================= 16:17:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:17:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 16:17:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:17:07 + grep -v github /etc/ssh/ssh_known_hosts 16:17:07 + [ -e /tmp/ssh_known_hosts ] 16:17:07 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:17:07 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:17:07 + sudo tee -a /etc/ssh/ssh_known_hosts 16:17:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:17:08 16:17:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:17:08 0.1.4: Pulling from edgex-devops/py-git-semver 16:17:08 42c077c10790: Pulling fs layer 16:17:08 f63e77b7563a: Pulling fs layer 16:17:08 bd5fdadae976: Pulling fs layer 16:17:08 205491f53016: Pulling fs layer 16:17:08 df18705c85c3: Pulling fs layer 16:17:08 bdb3f477010e: Pulling fs layer 16:17:08 c8a8fc8e1c8f: Pulling fs layer 16:17:08 2c6e9b1d212d: Pulling fs layer 16:17:08 bdb8f0575790: Pulling fs layer 16:17:08 386e3cb2ff24: Pulling fs layer 16:17:08 2343380bae48: Pulling fs layer 16:17:08 205491f53016: Waiting 16:17:08 386e3cb2ff24: Waiting 16:17:08 c8a8fc8e1c8f: Waiting 16:17:08 2c6e9b1d212d: Waiting 16:17:08 bdb8f0575790: Waiting 16:17:08 bdb3f477010e: Waiting 16:17:08 df18705c85c3: Waiting 16:17:08 f63e77b7563a: Verifying Checksum 16:17:08 f63e77b7563a: Download complete 16:17:08 205491f53016: Verifying Checksum 16:17:08 205491f53016: Download complete 16:17:08 df18705c85c3: Verifying Checksum 16:17:08 df18705c85c3: Download complete 16:17:08 bd5fdadae976: Verifying Checksum 16:17:08 bd5fdadae976: Download complete 16:17:08 bdb3f477010e: Verifying Checksum 16:17:08 bdb3f477010e: Download complete 16:17:08 2c6e9b1d212d: Verifying Checksum 16:17:08 2c6e9b1d212d: Download complete 16:17:08 bdb8f0575790: Verifying Checksum 16:17:08 bdb8f0575790: Download complete 16:17:08 386e3cb2ff24: Verifying Checksum 16:17:08 386e3cb2ff24: Download complete 16:17:08 2343380bae48: Verifying Checksum 16:17:08 2343380bae48: Download complete 16:17:08 42c077c10790: Verifying Checksum 16:17:08 42c077c10790: Download complete 16:17:09 c8a8fc8e1c8f: Verifying Checksum 16:17:09 c8a8fc8e1c8f: Download complete 16:17:10 42c077c10790: Pull complete 16:17:10 f63e77b7563a: Pull complete 16:17:10 bd5fdadae976: Pull complete 16:17:10 205491f53016: Pull complete 16:17:10 df18705c85c3: Pull complete 16:17:11 bdb3f477010e: Pull complete 16:17:13 c8a8fc8e1c8f: Pull complete 16:17:13 2c6e9b1d212d: Pull complete 16:17:13 bdb8f0575790: Pull complete 16:17:13 386e3cb2ff24: Pull complete 16:17:13 2343380bae48: Pull complete 16:17:13 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 16:17:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:17:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:13 prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container 16:17:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:17:15 $ docker top e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae -eo pid,comm 16:17:15 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). 16:17:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:15 [ssh-agent] Looking for ssh-agent implementation... 16:17:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:15 $ docker exec e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae ssh-agent 16:17:15 SSH_AUTH_SOCK=/tmp/ssh-LxNaEh7tuFlC/agent.34 16:17:15 SSH_AGENT_PID=40 16:17:15 Running ssh-add (command line suppressed) 16:17:15 Identity added: /w/workspace/edgex-go/247@tmp/private_key_497382631869055462.key (/w/workspace/edgex-go/247@tmp/private_key_497382631869055462.key) 16:17:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:16 + git tag --points-at HEAD [Pipeline] } 16:17:16 $ docker exec --env ******** --env ******** e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae ssh-agent -k 16:17:16 unset SSH_AUTH_SOCK; 16:17:16 unset SSH_AGENT_PID; 16:17:16 echo Agent pid 40 killed; 16:17:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:17:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:16 [ssh-agent] Looking for ssh-agent implementation... 16:17:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:16 $ docker exec e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae ssh-agent 16:17:16 SSH_AUTH_SOCK=/tmp/ssh-CmdADji6qMUJ/agent.73 16:17:16 SSH_AGENT_PID=79 16:17:16 Running ssh-add (command line suppressed) 16:17:16 Identity added: /w/workspace/edgex-go/247@tmp/private_key_1279162945771940366.key (/w/workspace/edgex-go/247@tmp/private_key_1279162945771940366.key) 16:17:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:16 + git semver init 16:17:17 2022-07-01 16:17:17,189 [run_init] DEBUG init version:0.0.0 force:False 16:17:17 2022-07-01 16:17:17,190 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/247/.semver 16:17:17 2022-07-01 16:17:17,191 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/247/.semver 16:17:17 2022-07-01 16:17:17,191 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/247/.semver'], cwd=/w/workspace/edgex-go/247, universal_newlines=False, shell=None, istream=None) 16:17:22 2022-07-01 16:17:21,810 [append_file] DEBUG append to file:/w/workspace/edgex-go/247/.git/info/exclude 16:17:22 2022-07-01 16:17:21,810 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/247/.semver/main with force:False 16:17:22 2022-07-01 16:17:21,811 [read_version] DEBUG read version from /w/workspace/edgex-go/247/.semver/main 16:17:22 2022-07-01 16:17:21,811 [read_version] DEBUG read version from /w/workspace/edgex-go/247/.semver/main 16:17:22 2.2.1-dev.17 [Pipeline] } 16:17:22 $ docker exec --env ******** --env ******** e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae ssh-agent -k 16:17:22 unset SSH_AUTH_SOCK; 16:17:22 unset SSH_AGENT_PID; 16:17:22 echo Agent pid 79 killed; 16:17:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:22 + git semver [Pipeline] } 16:17:23 $ docker stop --time=1 e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae 16:17:24 $ docker rm -f e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae [Pipeline] // withDockerContainer [Pipeline] sh 16:17:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:17:25 Stashed 1 file(s) [Pipeline] echo 16:17:25 [edgeXSemver]: initialized semver on version 2.2.1-dev.17 [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 16:17:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:17:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:17:25 ========================================================= 16:17:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 16:17:25 ========================================================= [Pipeline] fileExists [Pipeline] sh 16:17:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:17:25 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 16:17:25 59bf1c3509f3: Pulling fs layer 16:17:25 666ba61612fd: Pulling fs layer 16:17:25 8ed8ca486205: Pulling fs layer 16:17:25 cc1cd167ecdc: Pulling fs layer 16:17:25 c516ae0d96e1: Pulling fs layer 16:17:25 684cea983483: Pulling fs layer 16:17:25 dd3240ac7de5: Pulling fs layer 16:17:25 b1e948a4e11c: Pulling fs layer 16:17:25 a8fd76ee1af6: Pulling fs layer 16:17:25 646ad004c059: Pulling fs layer 16:17:25 cc1cd167ecdc: Waiting 16:17:25 c516ae0d96e1: Waiting 16:17:25 646ad004c059: Waiting 16:17:25 a8fd76ee1af6: Waiting 16:17:25 dd3240ac7de5: Waiting 16:17:25 b1e948a4e11c: Waiting 16:17:25 684cea983483: Waiting 16:17:25 8ed8ca486205: Verifying Checksum 16:17:25 8ed8ca486205: Download complete 16:17:25 666ba61612fd: Verifying Checksum 16:17:25 666ba61612fd: Download complete 16:17:25 c516ae0d96e1: Verifying Checksum 16:17:25 c516ae0d96e1: Download complete 16:17:25 684cea983483: Verifying Checksum 16:17:25 684cea983483: Download complete 16:17:25 dd3240ac7de5: Download complete 16:17:25 59bf1c3509f3: Verifying Checksum 16:17:25 b1e948a4e11c: Verifying Checksum 16:17:25 b1e948a4e11c: Download complete 16:17:25 59bf1c3509f3: Pull complete 16:17:26 666ba61612fd: Pull complete 16:17:26 8ed8ca486205: Pull complete 16:17:26 646ad004c059: Verifying Checksum 16:17:26 646ad004c059: Download complete 16:17:26 a8fd76ee1af6: Verifying Checksum 16:17:26 a8fd76ee1af6: Download complete 16:17:26 cc1cd167ecdc: Download complete 16:17:30 cc1cd167ecdc: Pull complete 16:17:30 c516ae0d96e1: Pull complete 16:17:30 684cea983483: Pull complete 16:17:30 dd3240ac7de5: Pull complete 16:17:30 b1e948a4e11c: Pull complete 16:17:33 a8fd76ee1af6: Pull complete 16:17:34 646ad004c059: Pull complete 16:17:34 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 16:17:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:17:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 16:17:34 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:17:34 WORKDIR /edgex 16:17:34 COPY go.mod . 16:17:34 RUN go mod download 16:17:34 + docker build -t ci-base-image-x86_64 -f - . 16:17:36 Sending build context to Docker daemon 335.1MB 16:17:36 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:17:36 ---> 8f69c11f6b0c 16:17:36 Step 2/4 : WORKDIR /edgex 16:17:38 ---> Running in 264058f1bafc 16:17:38 Removing intermediate container 264058f1bafc 16:17:38 ---> 12c75a0719d7 16:17:38 Step 3/4 : COPY go.mod . 16:17:38 ---> f915eaa08376 16:17:38 Step 4/4 : RUN go mod download 16:17:38 ---> Running in e2d9ec2325d8 16:17:40 Still waiting to schedule task 16:17:40 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 16:17:53 Removing intermediate container e2d9ec2325d8 16:17:53 ---> 1100a7179234 16:17:53 Successfully built 1100a7179234 16:17:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:53 + docker inspect -f . ci-base-image-x86_64 16:17:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:54 prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container 16:17:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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 ******** ci-base-image-x86_64 cat 16:17:54 $ docker top 744b0d1f7bb25966f5a071c032689c3fd15f9fa2f4c33d0a007344a155183bdc -eo pid,comm [Pipeline] { [Pipeline] sh 16:17:54 + go version 16:17:54 go version go1.17.7 linux/amd64 [Pipeline] } 16:17:54 $ docker stop --time=1 744b0d1f7bb25966f5a071c032689c3fd15f9fa2f4c33d0a007344a155183bdc 16:17:56 $ docker rm -f 744b0d1f7bb25966f5a071c032689c3fd15f9fa2f4c33d0a007344a155183bdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:56 + docker inspect -f . ci-base-image-x86_64 16:17:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:56 prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container 16:17:56 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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 ******** ci-base-image-x86_64 cat 16:17:57 $ docker top 5e5514fc0725258ae80d0a5da6e13208fd071daef14f9865a74f43a28460d0e8 -eo pid,comm [Pipeline] { [Pipeline] echo 16:17:57 ========================================================= 16:17:57 [edgeXBuildGoParallel] Running Tests and Build... 16:17:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 16:17:57 + make test 16:17:57 go mod tidy -compat=1.17 16:17:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:18:04 ? github.com/edgexfoundry/edgex-go [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 16:18:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements 16:18:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:18:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:18:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.113s coverage: 98.5% of statements 16:18:18 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 16:18:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.101s coverage: 54.2% of statements 16:18:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:18:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.664s coverage: 89.2% of statements 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.074s coverage: 83.8% of statements 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.418s coverage: 95.6% of statements 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/io 0.107s coverage: 72.2% of statements 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 60.0% of statements 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.078s coverage: 0.9% of statements 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.053s coverage: 29.6% of statements 16:18:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements 16:18:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 16:18:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements 16:18:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 16:18:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.203s coverage: 82.5% of statements 16:18:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.068s coverage: 87.2% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.073s coverage: 58.8% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.0% of statements 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.044s coverage: 87.2% of statements 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 85.4% of statements 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.2% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 64.4% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 89.4% of statements 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.399s coverage: 65.4% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.209s coverage: 43.8% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.080s coverage: 17.7% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.170s coverage: 92.3% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.122s coverage: 97.7% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.067s coverage: 28.9% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 16:18:43 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 16:19:01 GO111MODULE=on go vet ./... 16:19:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:19:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:19:06 ./bin/test-attribution-txt.sh [Pipeline] echo 16:19:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 16:19:06 + ls -al . 16:19:06 total 684 16:19:06 drwxrwxr-x 10 1001 1001 4096 Jul 1 16:17 . 16:19:06 drwxr-xr-x 4 root root 4096 Jul 1 16:17 .. 16:19:06 -rw-rw-r-- 1 1001 1001 11 Jul 1 16:16 .dockerignore 16:19:06 drwxrwxr-x 8 1001 1001 4096 Jul 1 16:17 .git 16:19:06 drwxrwxr-x 3 1001 1001 4096 Jul 1 16:16 .github 16:19:06 -rw-rw-r-- 1 1001 1001 879 Jul 1 16:16 .gitignore 16:19:06 -rw-rw-r-- 1 1001 1001 42 Jul 1 16:16 .golangci.yml 16:19:06 -rw-rw-r-- 1 1001 1001 87 Jul 1 16:16 .hadolint.yml 16:19:06 drwxr-xr-x 3 1001 1001 4096 Jul 1 16:17 .semver 16:19:06 -rw-rw-r-- 1 1001 1001 166 Jul 1 16:16 .sonarcloud.properties 16:19:06 -rw-rw-r-- 1 1001 1001 1171 Jul 1 16:16 ADOPTERS.md 16:19:06 -rw-rw-r-- 1 1001 1001 10347 Jul 1 16:16 Attribution.txt 16:19:06 -rw-rw-r-- 1 1001 1001 63209 Jul 1 16:16 CHANGELOG.md 16:19:06 -rw-rw-r-- 1 1001 1001 3804 Jul 1 16:16 CONTRIBUTING.md 16:19:06 -rw-rw-r-- 1 1001 1001 677 Jul 1 16:16 GOVERNANCE.md 16:19:06 -rw-rw-r-- 1 1001 1001 850 Jul 1 16:16 Jenkinsfile 16:19:06 -rw-rw-r-- 1 1001 1001 10775 Jul 1 16:16 LICENSE 16:19:06 -rw-rw-r-- 1 1001 1001 10389 Jul 1 16:16 Makefile 16:19:06 -rw-rw-r-- 1 1001 1001 582 Jul 1 16:16 OWNERS.md 16:19:06 -rw-rw-r-- 1 1001 1001 9094 Jul 1 16:16 README.md 16:19:06 -rw-rw-r-- 1 1001 1001 6912 Jul 1 16:16 SECURITY.md 16:19:06 -rw-rw-r-- 1 1001 1001 12 Jul 1 16:17 VERSION 16:19:06 -rw-rw-r-- 1 1001 1001 4131 Jul 1 16:16 ZMQWindows.md 16:19:06 drwxrwxr-x 2 1001 1001 4096 Jul 1 16:16 bin 16:19:06 drwxrwxr-x 18 1001 1001 4096 Jul 1 16:16 cmd 16:19:06 -rw-r--r-- 1 root root 435593 Jul 1 16:18 coverage.out 16:19:06 -rw-rw-r-- 1 1001 1001 3311 Jul 1 16:16 go.mod 16:19:06 -rw-rw-r-- 1 1001 1001 36231 Jul 1 16:17 go.sum 16:19:06 drwxrwxr-x 8 1001 1001 4096 Jul 1 16:16 internal 16:19:06 drwxrwxr-x 3 1001 1001 4096 Jul 1 16:16 openapi 16:19:06 drwxrwxr-x 4 1001 1001 4096 Jul 1 16:16 snap 16:19:06 -rw-rw-r-- 1 1001 1001 204 Jul 1 16:16 version.go [Pipeline] sh 16:19:07 + '[' -e coverage.out ] 16:19:07 + chown 1001:1001 coverage.out [Pipeline] stash 16:19:07 Stashed 1 file(s) [Pipeline] sh 16:19:07 + make build 16:19:07 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 16:19:22 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:19:30 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 16:19:30 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:19:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:19:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:19:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:19:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:19:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:19:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:19:41 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 16:19:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:19:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 16:19:45 $ docker stop --time=1 5e5514fc0725258ae80d0a5da6e13208fd071daef14f9865a74f43a28460d0e8 16:19:47 $ docker rm -f 5e5514fc0725258ae80d0a5da6e13208fd071daef14f9865a74f43a28460d0e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:19:48 16:19:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:19:48 latest: Pulling from edgex-devops/edgex-compose 16:19:48 cbdbe7a5bc2a: Pulling fs layer 16:19:48 ca9280d653b3: Pulling fs layer 16:19:48 7e9c9ca2126c: Pulling fs layer 16:19:48 cbdbe7a5bc2a: Verifying Checksum 16:19:48 cbdbe7a5bc2a: Download complete 16:19:49 ca9280d653b3: Verifying Checksum 16:19:49 ca9280d653b3: Download complete 16:19:49 cbdbe7a5bc2a: Pull complete 16:19:49 7e9c9ca2126c: Download complete 16:19:49 ca9280d653b3: Pull complete 16:19:52 7e9c9ca2126c: Pull complete 16:19:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:19:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:19:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:19:53 prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container 16:19:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:19:54 $ docker top b9faf36bb99bcf2e0df6bf55913f1059fff0afb656c3788b69520441deb0042f -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:54 + docker-compose+ build --helpgrep 16:19:54 parallel 16:19:55 --parallel Build images in parallel. [Pipeline] } 16:19:55 $ docker stop --time=1 b9faf36bb99bcf2e0df6bf55913f1059fff0afb656c3788b69520441deb0042f 16:19:56 $ docker rm -f b9faf36bb99bcf2e0df6bf55913f1059fff0afb656c3788b69520441deb0042f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:19:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:19:57 prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container 16:19:57 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:19:57 $ docker top 05d130a850fc0ad0058745b0f304cbec0147c41603ed074fa9bd95e5aee17411 -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:58 + docker-compose -f ./docker-compose-build.yml build --parallel 16:19:58 Building core-command ... 16:19:58 Building core-data ... 16:19:58 Building core-metadata ... 16:19:58 Building security-bootstrapper ... 16:19:58 Building security-proxy-setup ... 16:19:58 Building security-secretstore-setup ... 16:19:58 Building security-spiffe-token-provider ... 16:19:58 Building security-spire-agent ... 16:19:58 Building security-spire-config ... 16:19:58 Building security-spire-server ... 16:19:58 Building support-notifications ... 16:19:58 Building support-scheduler ... 16:19:58 Building sys-mgmt-agent ... 16:19:58 Building security-spire-server 16:19:58 Building core-metadata 16:19:58 Building security-spire-config 16:19:58 Building security-spiffe-token-provider 16:19:58 Building security-spire-agent 16:20:16 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:20:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:20:16 ---> 1100a7179234 16:20:16 Step 3/26 : WORKDIR /edgex-go 16:20:16 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:20:16 Step 2/20 : FROM ${BUILDER_BASE} AS builder 16:20:16 ---> 1100a7179234 16:20:16 Step 3/20 : WORKDIR /edgex-go 16:20:16 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:20:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:20:16 ---> 1100a7179234 16:20:16 Step 3/23 : WORKDIR /edgex-go 16:20:16 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:20:16 Step 2/25 : FROM ${BUILDER_BASE} AS builder 16:20:16 ---> 1100a7179234 16:20:16 Step 3/25 : WORKDIR /edgex-go 16:20:16 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:20:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:20:16 ---> 1100a7179234 16:20:16 Step 3/26 : WORKDIR /edgex-go 16:20:19 ---> Running in 2f1d43ab780d 16:20:19 ---> Running in 9476ac23d42c 16:20:19 ---> Running in 7f22ec4969ea 16:20:19 ---> Running in ccb3f6801052 16:20:19 ---> Running in 4df5f9a44efc 16:20:19 Removing intermediate container 2f1d43ab780d 16:20:19 ---> bfaaf06b6d21 16:20:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:19 Removing intermediate container 7f22ec4969ea 16:20:19 ---> f2f107efa5ad 16:20:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:19 Removing intermediate container ccb3f6801052 16:20:19 ---> 13182f9f64ac 16:20:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:19 Removing intermediate container 4df5f9a44efc 16:20:19 ---> 503d90e857f3 16:20:19 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:19 Removing intermediate container 9476ac23d42c 16:20:19 ---> 5b06e3c93b19 16:20:19 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 16:20:19 ---> Running in 8fba79a77ee6 16:20:19 ---> Running in cbaa430f9303 16:20:19 ---> Running in 405644f4be6e 16:20:19 ---> Running in a2c8a0e7a69b 16:20:19 ---> Running in cacdf4fb3574 16:20:19 Removing intermediate container 8fba79a77ee6 16:20:19 ---> 7c4c94360159 16:20:19 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 16:20:19 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:19 ---> Running in 8bfb7ce941f6 16:20:20 Removing intermediate container 405644f4be6e 16:20:20 ---> e751bbf98cb0 16:20:20 Step 5/23 : RUN apk add --update --no-cache make git 16:20:20 ---> Running in 9f721d5800e3 16:20:20 Removing intermediate container cbaa430f9303 16:20:20 ---> a659626ad2d3 16:20:20 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 16:20:20 ---> Running in 00c4ee18450a 16:20:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:20 Removing intermediate container cacdf4fb3574 16:20:20 ---> d329599df143 16:20:20 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 16:20:20 ---> Running in 6cf5971935fc 16:20:20 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:21 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 16:20:21 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 16:20:21 OK: 15866 distinct packages available 16:20:21 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:21 OK: 221 MiB in 52 packages 16:20:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:22 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:22 OK: 221 MiB in 52 packages 16:20:22 Removing intermediate container 8bfb7ce941f6 16:20:22 ---> 13aca5d106b0 16:20:22 Step 6/26 : COPY go.mod vendor* ./ 16:20:22 OK: 221 MiB in 52 packages 16:20:22 ---> 69a0f7977709 16:20:22 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:20:22 ---> Running in ba00834e144e 16:20:22 OK: 221 MiB in 52 packages 16:20:22 OK: 221 MiB in 52 packages 16:20:22 Removing intermediate container 00c4ee18450a 16:20:22 ---> 4c8481463c1e 16:20:22 Step 6/26 : COPY go.mod vendor* ./ 16:20:22 Removing intermediate container 9f721d5800e3 16:20:22 ---> 38d604d81234 16:20:22 Step 6/23 : COPY go.mod vendor* ./ 16:20:22 ---> 8a787f16ae2c 16:20:22 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:20:22 ---> Running in 99a7de1f331c 16:20:22 ---> 7bc0b7f05276 16:20:22 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:20:22 ---> Running in c06b15fdd271 16:20:22 Removing intermediate container 6cf5971935fc 16:20:22 ---> dc36685368de 16:20:22 Step 6/25 : COPY go.mod vendor* ./ 16:20:23 Removing intermediate container a2c8a0e7a69b 16:20:23 ---> d7b4ae651a1c 16:20:23 Step 5/20 : COPY go.mod vendor* ./ 16:20:23 ---> fe57b791cb31 16:20:23 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:20:23 ---> Running in fec6a33419a2 16:20:23 ---> bfaec92b64ac 16:20:23 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:20:23 ---> Running in c84cfdb44132 16:20:23 Removing intermediate container ba00834e144e 16:20:23 ---> 2325b340a6b6 16:20:23 Step 8/26 : COPY . . 16:20:25 Removing intermediate container c06b15fdd271 16:20:25 ---> b5c05d7f0ecf 16:20:25 Step 8/23 : COPY . . 16:20:25 Removing intermediate container 99a7de1f331c 16:20:25 ---> d0ec19083ff5 16:20:25 Step 8/26 : COPY . . 16:20:25 Removing intermediate container fec6a33419a2 16:20:25 ---> cf262f959b52 16:20:25 Step 8/25 : COPY . . 16:20:25 Removing intermediate container c84cfdb44132 16:20:25 ---> de6b2fa0561e 16:20:25 Step 7/20 : COPY . . 16:20:35 ---> 27f2ae9d2ef6 16:20:35 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 16:20:35 ---> 47cf4073196c 16:20:35 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 16:20:35 ---> 6dc6fcba0e55 16:20:35 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 16:20:35 ---> Running in ba3cb69eeacf 16:20:35 ---> Running in 72b13d3e39ad 16:20:35 ---> 4bfc8e51feb4 16:20:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:20:35 ---> 1541a1827109 16:20:35 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 16:20:35 ---> Running in 43a1889eb81d 16:20:35 ---> Running in d47565329564 16:20:35 ---> Running in ffc00243c4ca 16:20:35 Removing intermediate container ba3cb69eeacf 16:20:35 ---> 9cb9b6dad858 16:20:35 Step 10/25 : WORKDIR /edgex-go/spire-build 16:20:35 Removing intermediate container 72b13d3e39ad 16:20:35 ---> 58812633f001 16:20:35 Step 10/26 : WORKDIR /edgex-go/spire-build 16:20:35 Removing intermediate container 43a1889eb81d 16:20:35 ---> 19b5cdf26554 16:20:35 Step 10/26 : WORKDIR /edgex-go/spire-build 16:20:35 ---> Running in 870946e9b519 16:20:35 ---> Running in a32acbd8fa9d 16:20:35 ---> Running in 948042c87c9c 16:20:35 Removing intermediate container 870946e9b519 16:20:35 ---> 332844f75ded 16:20:35 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 16:20:35 Removing intermediate container a32acbd8fa9d 16:20:35 ---> d02c2c172eb6 16:20:35 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 16:20:35 Removing intermediate container 948042c87c9c 16:20:35 ---> 48fe93485934 16:20:35 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 16:20:35 ---> Running in 4306a11e83ff 16:20:35 ---> Running in d2d4269d6d86 16:20:35 ---> Running in bb2f3b623106 16:20:36 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 16:20:36 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:20:36 Removing intermediate container 4306a11e83ff 16:20:36 ---> f34fefcfb127 16:20:36 Step 12/26 : WORKDIR /edgex-go 16:20:36 ---> Running in 0f98cbf5ed7d 16:20:36 Removing intermediate container d2d4269d6d86 16:20:36 ---> 3a1f2088aa4d 16:20:36 Step 12/25 : WORKDIR /edgex-go 16:20:36 Removing intermediate container bb2f3b623106 16:20:36 ---> 5da51c404f81 16:20:36 Step 12/26 : WORKDIR /edgex-go 16:20:36 ---> Running in 0ca0d50411ca 16:20:36 ---> Running in b774ba174a95 16:20:37 Removing intermediate container 0f98cbf5ed7d 16:20:37 ---> 31690750b3ec 16:20:37 16:20:37 Step 13/26 : FROM alpine:3.15 16:20:37 Removing intermediate container 0ca0d50411ca 16:20:37 ---> b31993b8db45 16:20:37 16:20:37 Step 13/25 : FROM alpine:3.15 16:20:37 3.15: Pulling from library/alpine 16:20:37 Removing intermediate container b774ba174a95 16:20:37 ---> e243e6aad1bf 16:20:37 16:20:37 Step 13/26 : FROM alpine:3.15 16:20:37 3.15: Pulling from library/alpine 16:20:37 3.15: Pulling from library/alpine 16:20:37 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 16:20:37 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 16:20:37 Status: Downloaded newer image for alpine:3.15 16:20:37 Status: Image is up to date for alpine:3.15 16:20:37 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 16:20:37 Status: Image is up to date for alpine:3.15 16:20:37 ---> 0ac33e5f5afa 16:20:37 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:20:37 ---> 0ac33e5f5afa 16:20:37 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:20:37 ---> 0ac33e5f5afa 16:20:37 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:20:37 ---> Running in 2517329b5c00 16:20:37 ---> Running in 7a80fda197dd 16:20:37 ---> Running in 444855fa9f22 16:20:37 Removing intermediate container 2517329b5c00 16:20:37 ---> 4bee38406aeb 16:20:37 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:37 ---> Running in 7621f9b13c8a 16:20:38 Removing intermediate container 7a80fda197dd 16:20:38 ---> 5e48cca945b6 16:20:38 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:38 Removing intermediate container 444855fa9f22 16:20:38 ---> fd5466cb50d5 16:20:38 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:38 ---> Running in 2d6a28d53a2c 16:20:38 ---> Running in 4cc329fcca6c 16:20:39 Removing intermediate container 7621f9b13c8a 16:20:39 ---> ed6faea7dff1 16:20:39 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:20:39 ---> Running in 3423da6c854d 16:20:39 Removing intermediate container 4cc329fcca6c 16:20:39 ---> e765028dd0c4 16:20:39 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:20:39 ---> Running in b7c9de03e422 16:20:39 Removing intermediate container 2d6a28d53a2c 16:20:39 ---> 1c2f2b401961 16:20:39 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 16:20:39 ---> Running in 9c3b0966b2ee 16:20:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:41 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 16:20:41 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 16:20:41 OK: 15859 distinct packages available 16:20:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:41 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 16:20:41 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 16:20:41 OK: 15859 distinct packages available 16:20:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:41 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 16:20:41 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 16:20:41 OK: 15859 distinct packages available 16:20:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:42 (1/4) Installing dumb-init (1.2.5-r1) 16:20:42 (2/4) Installing musl-obstack (1.2.3-r0) 16:20:42 (1/5) Installing dumb-init (1.2.5-r1) 16:20:42 (1/5) Installing dumb-init (1.2.5-r1) 16:20:42 (3/4) Installing libucontext (1.1-r0) 16:20:42 (2/5) Installing musl-obstack (1.2.3-r0) 16:20:42 (2/5) Installing musl-obstack (1.2.3-r0) 16:20:42 (4/4) Installing gcompat (1.0.0-r4) 16:20:42 (3/5) Installing libucontext (1.1-r0) 16:20:42 (3/5) Installing libucontext (1.1-r0) 16:20:42 Executing busybox-1.34.1-r5.trigger 16:20:42 (4/5) Installing gcompat (1.0.0-r4) 16:20:42 OK: 6 MiB in 18 packages 16:20:43 (4/5) Installing gcompat (1.0.0-r4) 16:20:43 (5/5) Installing openssl (1.1.1o-r0) 16:20:43 (5/5) Installing openssl (1.1.1o-r0) 16:20:43 Executing busybox-1.34.1-r5.trigger 16:20:43 ERROR: openssl-1.1.1o-r0: package mentioned in index not found (try 'apk update') 16:20:43 1 error; 6 MiB in 18 packages 16:20:43 ERROR: openssl-1.1.1o-r0: package mentioned in index not found (try 'apk update') 16:20:43 Executing busybox-1.34.1-r5.trigger 16:20:43 1 error; 6 MiB in 18 packages 16:20:43 Removing intermediate container 9c3b0966b2ee 16:20:43 ---> 1100888333af 16:20:43 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:20:43 Building support-scheduler 16:20:43 Building sys-mgmt-agent 16:20:52 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:20:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:20:52 ---> 1100a7179234 16:20:52 Step 3/22 : WORKDIR /edgex-go 16:20:52 ---> Using cache 16:20:52 ---> 503d90e857f3 16:20:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:52 ---> Using cache 16:20:52 ---> d329599df143 16:20:52 Step 5/22 : RUN apk add --update --no-cache make git 16:20:52 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:20:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:20:52 ---> 1100a7179234 16:20:52 Step 3/23 : WORKDIR /edgex-go 16:20:52 ---> Using cache 16:20:52 ---> 503d90e857f3 16:20:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:52 ---> Using cache 16:20:52 ---> d329599df143 16:20:52 Step 5/23 : RUN apk add --update --no-cache make bash git 16:20:53 ---> 1676f4137e73 16:20:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 16:20:53 ---> Running in 60fde52e590a 16:20:53 ---> Running in dca8f8fc7e04 16:20:53 ---> 852e5f757745 16:20:53 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 16:20:53 ---> Running in 81d1290eab52 16:20:54 Removing intermediate container 81d1290eab52 16:20:54 ---> 5d12baad4284 16:20:54 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 16:20:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:20:54 ---> b6d933890e42 16:20:54 Step 21/26 : WORKDIR / 16:20:54 ---> Running in 109f4c5982b2 16:20:54 Removing intermediate container 109f4c5982b2 16:20:54 ---> 385c37335d60 16:20:54 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:20:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:20:55 ---> Running in 082c0bf77f59 16:20:55 Removing intermediate container d47565329564 16:20:55 ---> c3d86a5800ce 16:20:55 16:20:55 Step 10/23 : FROM alpine:3.14 16:20:55 Removing intermediate container 082c0bf77f59 16:20:55 ---> 3537f2ed429b 16:20:55 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:20:55 3.14: Pulling from library/alpine 16:20:55 ---> Running in ecb3f0d9f86d 16:20:55 OK: 221 MiB in 52 packages 16:20:55 Removing intermediate container ecb3f0d9f86d 16:20:55 ---> 2fb6f25bf7bf 16:20:55 Step 24/26 : LABEL arch=x86_64 16:20:55 OK: 221 MiB in 52 packages 16:20:55 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 16:20:55 Status: Downloaded newer image for alpine:3.14 16:20:55 ---> Running in b57d25bc8f63 16:20:55 ---> e04c818066af 16:20:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:20:55 ---> Running in 58b55926f77a 16:20:55 Removing intermediate container b57d25bc8f63 16:20:55 ---> 55ac22cfdfa0 16:20:55 Step 25/26 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:20:56 Removing intermediate container 60fde52e590a 16:20:56 ---> e110589574ff 16:20:56 Step 6/22 : COPY go.mod vendor* ./ 16:20:56 ---> Running in 5927bf0d923b 16:20:56 Removing intermediate container dca8f8fc7e04 16:20:56 ---> 700befbfd906 16:20:56 Step 6/23 : COPY go.mod vendor* ./ 16:20:56 Removing intermediate container 5927bf0d923b 16:20:56 ---> 0bffba82f9f0 16:20:56 Step 26/26 : LABEL version=2.2.1-dev.17 16:20:56 ---> 7f64671a3ec1 16:20:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:20:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:20:56 ---> Running in 635f000c676a 16:20:56 ---> Running in 64725c65f04b 16:20:56 ---> b57fe7dd50a8 16:20:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:20:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:20:56 ---> Running in a35041518191 16:20:56 Removing intermediate container 635f000c676a 16:20:56 ---> 579a48fa5cb8 16:20:56 16:20:56 Successfully built 579a48fa5cb8 16:20:56 Successfully tagged security-spire-config:latest 16:20:56  Building security-spire-config ... done Building support-notifications 16:20:56 (1/1) Installing dumb-init (1.2.5-r1) 16:20:56 Executing busybox-1.33.1-r7.trigger 16:20:56 OK: 6 MiB in 15 packages 16:21:00 Removing intermediate container 58b55926f77a 16:21:00 ---> 7d38126ecca8 16:21:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:21:00 Removing intermediate container 64725c65f04b 16:21:00 ---> 18f32d6b82bd 16:21:00 Step 8/22 : COPY . . 16:21:00 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:21:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:21:00 ---> 1100a7179234 16:21:00 Step 3/22 : WORKDIR /edgex-go 16:21:00 ---> Using cache 16:21:00 ---> 503d90e857f3 16:21:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:21:00 ---> Using cache 16:21:00 ---> d329599df143 16:21:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:21:00 Removing intermediate container a35041518191 16:21:00 ---> 688d69cb23f4 16:21:00 Step 8/23 : COPY . . 16:21:00 Removing intermediate container ffc00243c4ca 16:21:00 ---> 2512c368b03a 16:21:00 16:21:00 Step 9/20 : FROM alpine:3.15 16:21:00 ---> 0ac33e5f5afa 16:21:00 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:21:00 ---> Using cache 16:21:00 ---> fd5466cb50d5 16:21:00 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:21:00 ---> Using cache 16:21:00 ---> 1c2f2b401961 16:21:00 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 16:21:00 ---> Running in 5ff0dfca402c 16:21:00 ---> Running in 642996c5d1d6 16:21:00 ---> Running in c7813928f0ef 16:21:02 Removing intermediate container 5ff0dfca402c 16:21:02 ---> 368d20f8a39c 16:21:02 Step 13/23 : ENV APP_PORT=59881 16:21:07 ---> Running in e8d917e450c3 16:21:07 Removing intermediate container e8d917e450c3 16:21:07 ---> 36fd1f1827a8 16:21:07 Step 14/23 : EXPOSE $APP_PORT 16:21:07 ---> bcaf93023f34 16:21:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:21:07 ---> 29b4c8d0ba23 16:21:07 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:21:07 ---> Running in 77ad9561bd33 16:21:07 ---> Running in 750a392e0657 16:21:07 ---> Running in 1d142535edd0 16:21:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:21:07 Removing intermediate container 77ad9561bd33 16:21:07 ---> 413e3c38ca50 16:21:07 Step 15/23 : WORKDIR / 16:21:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:21:07 ---> Running in e37d457b2ac7 16:21:07 Removing intermediate container e37d457b2ac7 16:21:07 ---> 5cee7a6ff0d7 16:21:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:21:07 ---> 831df63a523a 16:21:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:21:08 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:21:08 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:21:08 ---> e4cc5136eb69 16:21:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:21:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:21:08 ---> 220f3e5c7393 16:21:08 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:21:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:21:08 ---> Running in de798b4be0c3 16:21:08 OK: 221 MiB in 52 packages 16:21:08 Removing intermediate container de798b4be0c3 16:21:08 ---> f81f710982d6 16:21:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:21:08 ---> Running in d346f87c73c1 16:21:08 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 16:21:08 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 16:21:08 OK: 15859 distinct packages available 16:21:08 Removing intermediate container d346f87c73c1 16:21:08 ---> 766e12fc6481 16:21:08 Step 21/23 : LABEL arch=x86_64 16:21:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:21:08 ---> Running in 4f1cc248d0e9 16:21:09 Removing intermediate container 642996c5d1d6 16:21:09 ---> 64a307f7d777 16:21:09 Step 6/22 : COPY go.mod vendor* ./ 16:21:09 Removing intermediate container 4f1cc248d0e9 16:21:09 ---> 7891db76fd76 16:21:09 Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:21:09 ---> Running in e9a3e481179f 16:21:09 ---> a413868c9106 16:21:09 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:21:09 ---> Running in 4a6ee95ff948 16:21:09 Removing intermediate container e9a3e481179f 16:21:09 ---> 4f957de26cb5 16:21:09 Step 23/23 : LABEL version=2.2.1-dev.17 16:21:09 ---> Running in 376cc7eccd6c 16:21:09 Removing intermediate container 376cc7eccd6c 16:21:09 ---> d61cba09b504 16:21:09 16:21:09 Successfully built d61cba09b504 16:21:09 Successfully tagged core-metadata:latest 16:21:09  Building core-metadata ... done Building core-data 16:21:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:21:10 (1/9) Installing ca-certificates (20211220-r0) 16:21:10 (2/9) Installing brotli-libs (1.0.9-r5) 16:21:10 (3/9) Installing nghttp2-libs (1.46.0-r0) 16:21:10 (4/9) Installing libcurl (7.80.0-r1) 16:21:10 (5/9) Installing curl (7.80.0-r1) 16:21:10 ERROR: libcurl-7.80.0-r1: package mentioned in index not found (try 'apk update') 16:21:11 (6/9) Installing dumb-init (1.2.5-r1) 16:21:11 ERROR: curl-7.80.0-r1: package mentioned in index not found (try 'apk update') 16:21:11 (7/9) Installing musl-obstack (1.2.3-r0) 16:21:11 (8/9) Installing libucontext (1.1-r0) 16:21:11 (9/9) Installing gcompat (1.0.0-r4) 16:21:11 Executing busybox-1.34.1-r5.trigger 16:21:11 Executing ca-certificates-20211220-r0.trigger 16:21:11 2 errors; 7 MiB in 21 packages 16:21:13 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:21:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:21:13 ---> 1100a7179234 16:21:13 Step 3/23 : WORKDIR /edgex-go 16:21:13 ---> Using cache 16:21:13 ---> 503d90e857f3 16:21:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:21:13 ---> Using cache 16:21:13 ---> d329599df143 16:21:13 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:21:14 ---> Running in 3be885c87810 16:21:14 Building security-bootstrapper 16:21:14 Removing intermediate container 4a6ee95ff948 16:21:14 ---> 6cfc2ed48c46 16:21:14 Step 8/22 : COPY . . 16:21:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:21:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:21:16 OK: 221 MiB in 52 packages 16:21:23 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:21:23 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:21:23 ---> 1100a7179234 16:21:23 Step 3/31 : WORKDIR /edgex-go 16:21:23 ---> Using cache 16:21:23 ---> 503d90e857f3 16:21:23 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:21:23 ---> Using cache 16:21:23 ---> d329599df143 16:21:23 Step 5/31 : RUN apk add --update --no-cache make git 16:21:23 ---> Using cache 16:21:23 ---> e110589574ff 16:21:23 Step 6/31 : COPY go.mod vendor* ./ 16:21:23 ---> Using cache 16:21:23 ---> 7f64671a3ec1 16:21:23 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:21:23 ---> Using cache 16:21:23 ---> 18f32d6b82bd 16:21:23 Step 8/31 : COPY . . 16:21:23 ---> Using cache 16:21:23 ---> bcaf93023f34 16:21:23 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:21:25 ---> Running in 842737a0709c 16:21:25 Removing intermediate container 3be885c87810 16:21:25 ---> 7d244abad770 16:21:25 Step 6/23 : COPY go.mod vendor* ./ 16:21:25 ---> 2d9a3ffb0fe1 16:21:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:21:25 ---> Running in 28f07b733f14 16:21:26 ---> 3c6fe0648220 16:21:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:21:26 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:21:26 ---> Running in 06f963e69f38 16:21:26 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:21:28 Removing intermediate container 750a392e0657 16:21:28 ---> 839a03baa23a 16:21:28 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:21:28 ---> Running in ba790e9f2e3e 16:21:28 Removing intermediate container 06f963e69f38 16:21:28 ---> b97a71057899 16:21:28 Step 8/23 : COPY . . 16:21:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:21:33 Removing intermediate container 1d142535edd0 16:21:33 ---> 58ea69bfa82e 16:21:33 16:21:33 Step 10/22 : FROM alpine:3.14 16:21:33 ---> e04c818066af 16:21:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:21:33 ---> Using cache 16:21:33 ---> 7d38126ecca8 16:21:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:21:33 ---> Using cache 16:21:33 ---> 368d20f8a39c 16:21:33 Step 13/22 : ENV APP_PORT=59861 16:21:33 Removing intermediate container ba790e9f2e3e 16:21:33 ---> d5e1e4dc00e5 16:21:33 16:21:33 Step 11/23 : FROM docker:20.10.14 16:21:33 ---> Running in e47d947f6a36 16:21:33 20.10.14: Pulling from library/docker 16:21:34 Removing intermediate container e47d947f6a36 16:21:34 ---> ba0a3fcab900 16:21:34 Step 14/22 : EXPOSE $APP_PORT 16:21:34 ---> Running in 94218790a919 16:21:35 Removing intermediate container 94218790a919 16:21:35 ---> f9f5e89d1cc7 16:21:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:21:36 ---> 7a923fa9745a 16:21:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:21:36 ---> 7cbb7b91160d 16:21:36 Step 9/23 : RUN make cmd/core-data/core-data 16:21:36 ---> Running in 6f4b686d2c99 16:21:37 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 16:21:38 ---> 4faf11611d68 16:21:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:21:39 ---> 9d03a1997a36 16:21:39 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:21:39 ---> Running in f332f47675ae 16:21:39 Removing intermediate container f332f47675ae 16:21:39 ---> b2f761d3438f 16:21:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:21:39 ---> Running in 6709273f89b0 16:21:39 Removing intermediate container 6709273f89b0 16:21:39 ---> ed38d68a7883 16:21:39 Step 20/22 : LABEL arch=x86_64 16:21:40 ---> Running in 8b41ad340e54 16:21:40 Removing intermediate container 8b41ad340e54 16:21:40 ---> 0fe9aa6bace4 16:21:40 Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:21:40 ---> Running in 23a5f7ab413a 16:21:40 Removing intermediate container 23a5f7ab413a 16:21:40 ---> 004d32091d85 16:21:40 Step 22/22 : LABEL version=2.2.1-dev.17 16:21:40 ---> Running in 093c711319ca 16:21:41 Removing intermediate container 093c711319ca 16:21:41 ---> 9c14e67a73f5 16:21:41 16:21:41 Successfully built 9c14e67a73f5 16:21:41 Successfully tagged support-scheduler:latest 16:21:41 Building security-secretstore-setup 16:21:41  Building support-scheduler ... done Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 16:21:41 Status: Downloaded newer image for docker:20.10.14 16:21:41 ---> 7417809fdb73 16:21:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:21:42 ---> Running in 9f11f4584aa0 16:21:46 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:21:46 Step 2/25 : FROM ${BUILDER_BASE} AS builder 16:21:46 ---> 1100a7179234 16:21:46 Step 3/25 : WORKDIR /edgex-go 16:21:46 ---> Using cache 16:21:46 ---> 503d90e857f3 16:21:46 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:21:46 ---> Using cache 16:21:46 ---> d329599df143 16:21:46 Step 5/25 : RUN apk add --update --no-cache make git 16:21:46 ---> Using cache 16:21:46 ---> e110589574ff 16:21:46 Step 6/25 : COPY go.mod vendor* ./ 16:21:46 ---> Using cache 16:21:46 ---> 7f64671a3ec1 16:21:46 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:21:46 ---> Using cache 16:21:46 ---> 18f32d6b82bd 16:21:46 Step 8/25 : COPY . . 16:21:46 ---> Using cache 16:21:46 ---> bcaf93023f34 16:21:46 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:21:48 Removing intermediate container 9f11f4584aa0 16:21:48 ---> de0071e1187c 16:21:48 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 16:21:50 ---> Running in 9a3fec62264e 16:21:50 ---> Running in 09f905ec834a 16:21:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:21:50 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:21:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:21:50 (1/43) Installing readline (8.1.1-r0) 16:21:50 (2/43) Installing bash (5.1.16-r0) 16:21:50 Executing bash-5.1.16-r0.post-install 16:21:50 (3/43) Installing brotli-libs (1.0.9-r5) 16:21:50 (4/43) Installing nghttp2-libs (1.46.0-r0) 16:21:50 (5/43) Installing libcurl (7.80.0-r2) 16:21:50 (6/43) Installing curl (7.80.0-r2) 16:21:50 (7/43) Installing dumb-init (1.2.5-r1) 16:21:50 (8/43) Installing libbz2 (1.0.8-r1) 16:21:50 (9/43) Installing expat (2.4.7-r0) 16:21:50 (10/43) Installing libffi (3.4.2-r1) 16:21:50 (11/43) Installing gdbm (1.22-r0) 16:21:50 (12/43) Installing xz-libs (5.2.5-r1) 16:21:50 (13/43) Installing libgcc (10.3.1_git20211027-r0) 16:21:50 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 16:21:50 (15/43) Installing mpdecimal (2.5.1-r1) 16:21:50 (16/43) Installing sqlite-libs (3.36.0-r0) 16:21:50 (17/43) Installing python3 (3.9.7-r4) 16:21:51 (18/43) Installing py3-appdirs (1.4.4-r2) 16:21:51 (19/43) Installing py3-certifi (2020.12.5-r1) 16:21:51 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 16:21:51 (21/43) Installing py3-idna (3.3-r0) 16:21:51 (22/43) Installing py3-urllib3 (1.26.7-r0) 16:21:51 (23/43) Installing py3-requests (2.26.0-r1) 16:21:51 (24/43) Installing py3-msgpack (1.0.2-r1) 16:21:51 (25/43) Installing py3-lockfile (0.12.2-r4) 16:21:51 (26/43) Installing py3-cachecontrol (0.12.10-r0) 16:21:51 (27/43) Installing py3-colorama (0.4.4-r1) 16:21:51 (28/43) Installing py3-contextlib2 (21.6.0-r1) 16:21:51 (29/43) Installing py3-distlib (0.3.3-r0) 16:21:51 (30/43) Installing py3-distro (1.6.0-r0) 16:21:51 (31/43) Installing py3-six (1.16.0-r0) 16:21:51 (32/43) Installing py3-webencodings (0.5.1-r4) 16:21:51 (33/43) Installing py3-html5lib (1.1-r1) 16:21:51 (34/43) Installing py3-parsing (2.4.7-r2) 16:21:51 (35/43) Installing py3-packaging (20.9-r1) 16:21:51 (36/43) Installing py3-tomli (1.2.2-r0) 16:21:51 (37/43) Installing py3-pep517 (0.12.0-r0) 16:21:51 (38/43) Installing py3-progress (1.6-r0) 16:21:51 (39/43) Installing py3-retrying (1.3.3-r2) 16:21:51 (40/43) Installing py3-ordered-set (4.0.2-r2) 16:21:51 (41/43) Installing py3-setuptools (52.0.0-r4) 16:21:51 (42/43) Installing py3-toml (0.10.2-r2) 16:21:51 (43/43) Installing py3-pip (20.3.4-r1) 16:21:51 Executing busybox-1.34.1-r5.trigger 16:21:51 OK: 83 MiB in 65 packages 16:21:52 Collecting docker-compose==1.23.2 16:21:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:21:52 Collecting websocket-client<1.0,>=0.32.0 16:21:52 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 16:21:52 Collecting docopt<0.7,>=0.6.1 16:21:52 Downloading docopt-0.6.2.tar.gz (25 kB) 16:21:53 Collecting dockerpty<0.5,>=0.4.1 16:21:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:21:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 16:21:53 Collecting docker<4.0,>=3.6.0 16:21:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:21:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:21:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:21:53 Collecting texttable<0.10,>=0.9.0 16:21:53 Downloading texttable-0.9.1.tar.gz (11 kB) 16:21:54 Removing intermediate container 842737a0709c 16:21:54 ---> b61b9b2a0684 16:21:54 16:21:54 Step 10/31 : FROM alpine:3.14 16:21:54 ---> e04c818066af 16:21:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:21:54 Removing intermediate container 28f07b733f14 16:21:54 ---> a11cbf7eb4e7 16:21:54 16:21:54 Step 10/22 : FROM alpine:3.14 16:21:54 ---> e04c818066af 16:21:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:21:54 ---> Running in 6448832bbda9 16:21:54 ---> Running in 6010139bfc85 16:21:54 Collecting cached-property<2,>=1.2.0 16:21:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:21:54 Collecting PyYAML<4,>=3.10 16:21:54 Downloading PyYAML-3.13.tar.gz (270 kB) 16:21:54 Removing intermediate container 6010139bfc85 16:21:54 ---> 41aef3cbb81d 16:21:54 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:21:54 ---> Running in 1b6832f32578 16:21:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:21:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:21:55 Collecting jsonschema<3,>=2.5.1 16:21:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:21:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:21:55 (1/2) Installing ca-certificates (20211220-r0) 16:21:55 (2/2) Installing dumb-init (1.2.5-r1) 16:21:55 Executing busybox-1.33.1-r7.trigger 16:21:55 Executing ca-certificates-20211220-r0.trigger 16:21:55 Collecting docker-pycreds>=0.4.0 16:21:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:21:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:21:55 OK: 6 MiB in 16 packages 16:21:55 Collecting chardet<3.1.0,>=3.0.2 16:21:55 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 16:21:55 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) 16:21:55 Collecting urllib3<1.25,>=1.21.1 16:21:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:21:55 (1/2) Installing dumb-init (1.2.5-r1) 16:21:55 (2/2) Installing su-exec (0.2-r1) 16:21:55 Executing busybox-1.33.1-r7.trigger 16:21:55 OK: 6 MiB in 16 packages 16:21:55 Collecting idna<2.8,>=2.5 16:21:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:21:55 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 16:21:55 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 16:21:55 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 16:21:55 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 16:21:55 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 16:21:55 Attempting uninstall: urllib3 16:21:55 Found existing installation: urllib3 1.26.7 16:21:55 Uninstalling urllib3-1.26.7: 16:21:55 Successfully uninstalled urllib3-1.26.7 16:21:55 Attempting uninstall: idna 16:21:55 Found existing installation: idna 3.3 16:21:55 Uninstalling idna-3.3: 16:21:55 Successfully uninstalled idna-3.3 16:21:56 Removing intermediate container 6448832bbda9 16:21:56 ---> 99a481421049 16:21:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:21:56 ---> Running in 52055f23c0ad 16:21:56 Removing intermediate container 1b6832f32578 16:21:56 ---> caea9008145c 16:21:56 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:21:56 ---> Running in fbc064bd3c36 16:21:56 Attempting uninstall: requests 16:21:56 Found existing installation: requests 2.26.0 16:21:56 Uninstalling requests-2.26.0: 16:21:56 Successfully uninstalled requests-2.26.0 16:21:56 Removing intermediate container fbc064bd3c36 16:21:56 ---> 163840c92057 16:21:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:21:56 Removing intermediate container 52055f23c0ad 16:21:56 ---> c45e4bb0833f 16:21:56 Step 13/22 : ENV APP_PORT=59860 16:21:56 Running setup.py install for texttable: started 16:21:56 ---> Running in 6f75351a65ef 16:21:56 ---> Running in 40e5ab129a00 16:21:56 Removing intermediate container 6f75351a65ef 16:21:56 ---> 0ece6e87365f 16:21:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:21:56 Removing intermediate container 40e5ab129a00 16:21:56 ---> dd9f45ed8653 16:21:56 Step 14/22 : EXPOSE $APP_PORT 16:21:56 Running setup.py install for texttable: finished with status 'done' 16:21:56 Running setup.py install for PyYAML: started 16:21:56 ---> Running in a1e3a14415c5 16:21:56 ---> Running in 2d62dab5eb7c 16:21:57 Removing intermediate container 2d62dab5eb7c 16:21:57 ---> 779fc5047f62 16:21:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:21:57 Running setup.py install for PyYAML: finished with status 'done' 16:21:57 Running setup.py install for docopt: started 16:21:57 ---> adc8e3cf448b 16:21:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:21:57 Running setup.py install for docopt: finished with status 'done' 16:21:57 Running setup.py install for dockerpty: started 16:21:58 Running setup.py install for dockerpty: finished with status 'done' 16:21:58 Removing intermediate container a1e3a14415c5 16:21:58 ---> 08a2294610ea 16:21:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:21:58 ---> Running in 9384ac1525ec 16:21:58 ---> 7272d686757c 16:21:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:21:58 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 16:21:59 Removing intermediate container 9384ac1525ec 16:21:59 ---> e23a1e2a8ca2 16:21:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:21:59 ---> 9388cfe3d41c 16:21:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:21:59 ---> Running in 6867a8a1c683 16:21:59 ---> 6a7b3944e7ac 16:21:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:21:59 ---> Running in 5d5e6d122ed1 16:21:59 Removing intermediate container 6867a8a1c683 16:21:59 ---> 946fd98788dd 16:21:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:21:59 ---> Running in 7b8834f0745a 16:22:00 Removing intermediate container 7b8834f0745a 16:22:00 ---> 7eba225f34dd 16:22:00 Step 20/22 : LABEL arch=x86_64 16:22:00 ---> Running in f41509908ab3 16:22:00 Removing intermediate container f41509908ab3 16:22:00 ---> e0f90e87aa79 16:22:00 Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:22:00 ---> Running in bfb43a7f0a89 16:22:01 Removing intermediate container 5d5e6d122ed1 16:22:01 ---> 87e1c16d5553 16:22:01 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:22:01 Removing intermediate container bfb43a7f0a89 16:22:01 ---> 180c74624bd3 16:22:01 Step 22/22 : LABEL version=2.2.1-dev.17 16:22:01 ---> Running in 50abbcbd0ec9 16:22:01 ---> fb1d577a08ea 16:22:01 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:22:01 Removing intermediate container 50abbcbd0ec9 16:22:01 ---> 001c86d572a2 16:22:01 16:22:01 Successfully built 001c86d572a2 16:22:01 Successfully tagged support-notifications:latest 16:22:01 Building security-proxy-setup 16:22:06  Building support-notifications ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:22:06 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:22:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:22:06 ---> 1100a7179234 16:22:06 Step 3/22 : WORKDIR /edgex-go 16:22:06 ---> Using cache 16:22:06 ---> 503d90e857f3 16:22:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:06 ---> Using cache 16:22:06 ---> d329599df143 16:22:06 Step 5/22 : RUN apk add --update --no-cache make git 16:22:06 ---> Using cache 16:22:06 ---> e110589574ff 16:22:06 Step 6/22 : COPY go.mod vendor* ./ 16:22:06 ---> Using cache 16:22:06 ---> 7f64671a3ec1 16:22:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:22:06 ---> Using cache 16:22:06 ---> 18f32d6b82bd 16:22:06 Step 8/22 : COPY . . 16:22:06 ---> Using cache 16:22:06 ---> bcaf93023f34 16:22:06 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:22:06 ---> 13b937f96864 16:22:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:22:06 ---> Running in ff55661424b0 16:22:06 Removing intermediate container 6f4b686d2c99 16:22:06 ---> 1042db6868e3 16:22:06 16:22:06 Step 10/23 : FROM alpine:3.14 16:22:06 ---> e04c818066af 16:22:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:22:06 Removing intermediate container 09f905ec834a 16:22:06 ---> 3762f5cd8030 16:22:06 Step 14/23 : ENV APP_PORT=58890 16:22:06 ---> Running in c1e7e172134c 16:22:06 ---> 95bb5cc1e35d 16:22:06 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:22:06 ---> Running in c45ac5235b78 16:22:06 Removing intermediate container c1e7e172134c 16:22:06 ---> b7cf4da4fc55 16:22:06 Step 12/23 : ENV APP_PORT=59880 16:22:06 ---> Running in 42ec196f7c0c 16:22:06 Removing intermediate container c45ac5235b78 16:22:06 ---> 79a91779614d 16:22:06 Step 15/23 : EXPOSE $APP_PORT 16:22:06 ---> ba5caff9d1d9 16:22:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:22:06 ---> Running in 37bbe7cd2584 16:22:06 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:22:06 Removing intermediate container 42ec196f7c0c 16:22:06 ---> 508afe8df7aa 16:22:06 Step 13/23 : EXPOSE $APP_PORT 16:22:06 ---> Running in ee29fd215905 16:22:06 Removing intermediate container 37bbe7cd2584 16:22:06 ---> 897dc11fe612 16:22:06 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:22:06 ---> 043b5d0e653f 16:22:06 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:22:06 Removing intermediate container ee29fd215905 16:22:06 ---> 86e78bad250e 16:22:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:07 ---> Running in ebf4d99cfa62 16:22:07 ---> Running in 265e6918c866 16:22:07 ---> f45137724ba7 16:22:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:22:07 Removing intermediate container ebf4d99cfa62 16:22:07 ---> ca8bed485192 16:22:07 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:22:07 ---> eed85ab73198 16:22:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:22:07 ---> 3fe64423cd77 16:22:07 Step 26/31 : RUN chmod +x /entrypoint.sh 16:22:07 ---> Running in 03deecfa083a 16:22:08 ---> 45e8260efcc2 16:22:08 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:22:08 ---> Running in ccbb76b20b5d 16:22:08 Removing intermediate container 265e6918c866 16:22:08 ---> 655c7e44ee97 16:22:08 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:22:08 ---> Running in 69571c96edfe 16:22:08 Removing intermediate container ccbb76b20b5d 16:22:08 ---> 883c2648df78 16:22:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:22:08 ---> Running in 296bbd9dc624 16:22:08 Removing intermediate container 9a3fec62264e 16:22:08 ---> d3750edee832 16:22:08 16:22:08 Step 10/25 : FROM alpine:3.14 16:22:08 ---> e04c818066af 16:22:08 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 16:22:08 ---> Running in 07700c3fffe3 16:22:08 Removing intermediate container 296bbd9dc624 16:22:08 ---> 7f7f4c1bac99 16:22:08 Step 21/23 : LABEL arch=x86_64 16:22:08 ---> Running in 2403d63452f0 16:22:08 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:22:08 Removing intermediate container 2403d63452f0 16:22:08 ---> 762304920d9b 16:22:08 Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:22:08 Removing intermediate container 03deecfa083a 16:22:08 ---> b377f3ef8f82 16:22:08 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:22:08 ---> Running in dda6fdc3ebcb 16:22:09 ---> Running in 2934b2a25fe6 16:22:09 Removing intermediate container dda6fdc3ebcb 16:22:09 ---> dcc87d22fc93 16:22:09 Step 23/23 : LABEL version=2.2.1-dev.17 16:22:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:22:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:22:09 ---> Running in 47fe8add3fff 16:22:09 Removing intermediate container 2934b2a25fe6 16:22:09 ---> dbf50f6997c6 16:22:09 Step 28/31 : CMD ["gate"] 16:22:09 ---> Running in c987441a173e 16:22:09 Removing intermediate container 47fe8add3fff 16:22:09 ---> 4c97f814cfbd 16:22:09 16:22:09 (1/3) Installing ca-certificates (20211220-r0) 16:22:09 (2/3) Installing dumb-init (1.2.5-r1) 16:22:09 (3/3) Installing su-exec (0.2-r1) 16:22:09 Executing busybox-1.33.1-r7.trigger 16:22:09 Executing ca-certificates-20211220-r0.trigger 16:22:09 Successfully built 4c97f814cfbd 16:22:09 Removing intermediate container c987441a173e 16:22:09 ---> faa078494a9b 16:22:09 Step 29/31 : LABEL arch=x86_64 16:22:09 Successfully tagged sys-mgmt-agent:latest 16:22:09 Building core-command 16:22:09  Building sys-mgmt-agent ... done OK: 6 MiB in 17 packages 16:22:09 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16584 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 16:22:09 Running in /w/workspace/edgex-go/247 [Pipeline] { [Pipeline] checkout 16:22:09 The recommended git tool is: git 16:22:09 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:22:09 ---> Running in 56d60a6fde9e 16:22:09 (1/6) Installing dumb-init (1.2.5-r1) 16:22:09 (2/6) Installing libgcc (10.3.1_git20210424-r2) 16:22:10 (3/6) Installing libsodium (1.0.18-r0) 16:22:10 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 16:22:10 (5/6) Installing libzmq (4.3.4-r0) 16:22:10 (6/6) Installing zeromq (4.3.4-r0) 16:22:10 Executing busybox-1.33.1-r7.trigger 16:22:10 OK: 8 MiB in 20 packages 16:22:12 Removing intermediate container 56d60a6fde9e 16:22:12 ---> 9d82695de5a6 16:22:12 Step 30/31 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:22:13 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:22:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:22:13 ---> 1100a7179234 16:22:13 Step 3/23 : WORKDIR /edgex-go 16:22:13 ---> Using cache 16:22:13 ---> 503d90e857f3 16:22:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:13 ---> Using cache 16:22:13 ---> d329599df143 16:22:13 Step 5/23 : RUN apk add --update --no-cache make git 16:22:13 ---> Using cache 16:22:13 ---> e110589574ff 16:22:13 Step 6/23 : COPY go.mod vendor* ./ 16:22:13 ---> Using cache 16:22:13 ---> 7f64671a3ec1 16:22:13 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:22:13 ---> Using cache 16:22:13 ---> 18f32d6b82bd 16:22:13 Step 8/23 : COPY . . 16:22:13 ---> Using cache 16:22:13 ---> bcaf93023f34 16:22:13 Step 9/23 : RUN make cmd/core-command/core-command 16:22:13 ---> Running in 4f9709ecb052 16:22:13 ---> Running in f5d1795117fb 16:22:13 Removing intermediate container 69571c96edfe 16:22:13 ---> b38acd5f8d72 16:22:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:22:13 Removing intermediate container 07700c3fffe3 16:22:13 ---> 63ecb1db0d90 16:22:13 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:22:14 Removing intermediate container f5d1795117fb 16:22:14 ---> 47bef6812f65 16:22:14 Step 31/31 : LABEL version=2.2.1-dev.17 16:22:14 ---> Running in 9e3a3b0523a4 16:22:14 ---> Running in 2ec847656df6 16:22:14 ---> ec80d10756ee 16:22:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:22:14 Removing intermediate container 9e3a3b0523a4 16:22:14 ---> be03d4620db2 16:22:14 Step 13/25 : WORKDIR / 16:22:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 16:22:14 ---> Running in dde1fbae9bef 16:22:14 Removing intermediate container 2ec847656df6 16:22:14 ---> 86ae343a2e3b 16:22:14 16:22:14 Successfully built 86ae343a2e3b 16:22:14 Successfully tagged security-bootstrapper:latest 16:22:14  Building security-bootstrapper ... done Removing intermediate container dde1fbae9bef 16:22:14 ---> 3770fe47ee28 16:22: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 16:22:15 ---> ecef066635a7 16:22:15 ---> 529bfee14273 16:22:15 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.tomlStep 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:22:15 16:22:15 ---> 035421481012 16:22:15 Step 19/23 : ENTRYPOINT ["/core-data"] 16:22:15 ---> b79a7c673d1e 16:22:15 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:22:15 ---> Running in 71658a2cf68c 16:22:15 Removing intermediate container 71658a2cf68c 16:22:15 ---> b25a0e4bc28c 16:22:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:22:15 ---> Running in a3b64ebb0bfa 16:22:15 ---> 8220a7fca29f 16:22:15 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 16:22:15 Removing intermediate container a3b64ebb0bfa 16:22:15 ---> e4e569c8dfe7 16:22:15 Step 21/23 : LABEL arch=x86_64 16:22:15 ---> Running in 93067f4bf1e1 16:22:15 ---> 9674dda2732c 16:22:15 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:22:15 Removing intermediate container 93067f4bf1e1 16:22:15 ---> 6e8ffef20c98 16:22:15 Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:22:15 ---> Running in 2fa483e9cc26 16:22:16 Removing intermediate container 2fa483e9cc26 16:22:16 ---> 1df56d89eed7 16:22:16 Step 23/23 : LABEL version=2.2.1-dev.17 16:22:16 ---> 738bed30bd5a 16:22:16 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:22:16 ---> Running in 65b9bebefec6 16:22:16 Removing intermediate container 65b9bebefec6 16:22:16 ---> ea76686ef12b 16:22:16 16:22:16 Successfully built ea76686ef12b 16:22:16 Successfully tagged core-data:latest 16:22:16 using credential edgex-jenkins-ssh 16:22:16 Cloning the remote Git repository 16:22:16  Building core-data ... done  ---> c136651c119c 16:22:16 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:22:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:22:16 > git init /w/workspace/edgex-go/247 # timeout=10 16:22:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:22:17 > git --version # timeout=10 16:22:17 > git --version # 'git version 2.25.1' 16:22:17 using GIT_SSH to set credentials SSH Credentials for GitHub 16:22:17 ---> ece7e6e85cdb 16:22:17 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/ 16:22:17 ---> Running in 3dd7810fa56e 16:22:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:22:18 Removing intermediate container 3dd7810fa56e 16:22:18 ---> fc684fce6787 16:22:18 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 16:22:18 ---> Running in ce752c21d7be 16:22:18 Removing intermediate container ce752c21d7be 16:22:18 ---> 484338893f72 16:22:18 Step 23/25 : LABEL arch=x86_64 16:22:18 ---> Running in 7155a7914fa5 16:22:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 16:22:18 Removing intermediate container 7155a7914fa5 16:22:18 ---> f1eb59fcfc95 16:22:18 Step 24/25 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:22:18 ---> Running in 650ab5d11883 16:22:19 Removing intermediate container 650ab5d11883 16:22:19 ---> 7ce0d716229e 16:22:19 Step 25/25 : LABEL version=2.2.1-dev.17 16:22:19 ---> Running in 3c9ce09eab7e 16:22:19 Removing intermediate container 3c9ce09eab7e 16:22:19 ---> 817fcd42722b 16:22:19 16:22:19 Successfully built 817fcd42722b 16:22:19 Successfully tagged security-secretstore-setup:latest 16:22:22  Building security-secretstore-setup ... done Removing intermediate container ff55661424b0 16:22:22 ---> 19c0811ec4a5 16:22:22 16:22:22 Step 10/22 : FROM alpine:3.14 16:22:22 ---> e04c818066af 16:22:22 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 16:22:22 ---> Running in c182aaa64146 16:22:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:22:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:22:22 (1/6) Installing ca-certificates (20211220-r0) 16:22:22 (2/6) Installing brotli-libs (1.0.9-r5) 16:22:22 (3/6) Installing nghttp2-libs (1.43.0-r0) 16:22:22 (4/6) Installing libcurl (7.79.1-r2) 16:22:22 (5/6) Installing curl (7.79.1-r2) 16:22:22 (6/6) Installing dumb-init (1.2.5-r1) 16:22:22 Executing busybox-1.33.1-r7.trigger 16:22:22 Executing ca-certificates-20211220-r0.trigger 16:22:22 OK: 8 MiB in 20 packages 16:22:23 Removing intermediate container c182aaa64146 16:22:23 ---> 295ff054036d 16:22:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:22:23 ---> Running in 78eaf67cd560 16:22:23 Removing intermediate container 78eaf67cd560 16:22:23 ---> 8071ea7d2b99 16:22:23 Step 13/22 : WORKDIR /edgex 16:22:23 ---> Running in bfd2716bec04 16:22:23 Removing intermediate container bfd2716bec04 16:22:23 ---> d9bc4f23f32a 16:22:23 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:22:23 ---> f297a80f3329 16:22:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:22:24 ---> 049d20281a60 16:22:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:22:24 ---> 527ca1af42fc 16:22:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 16:22:24 ---> 0bf3feaedf5c 16:22:24 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:22:24 ---> Running in 0adca89eb039 16:22:25 Removing intermediate container 0adca89eb039 16:22:25 ---> 2943bb548d2f 16:22:25 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 16:22:25 ---> Running in fe9e1fbeee99 16:22:25 Removing intermediate container fe9e1fbeee99 16:22:25 ---> e340afb889e3 16:22:25 Step 20/22 : LABEL arch=x86_64 16:22:25 ---> Running in fcf227bf6139 16:22:25 Removing intermediate container fcf227bf6139 16:22:25 ---> af5ac64a3f34 16:22:25 Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:22:25 ---> Running in 6abbf63d1778 16:22:26 Removing intermediate container 6abbf63d1778 16:22:26 ---> 3af828eaa608 16:22:26 Step 22/22 : LABEL version=2.2.1-dev.17 16:22:26 ---> Running in c5cbb64ca3a3 16:22:26 Removing intermediate container c5cbb64ca3a3 16:22:26 ---> 8e81070a90b5 16:22:26 16:22:26 Successfully built 8e81070a90b5 16:22:26 Successfully tagged security-proxy-setup:latest 16:22:27  Building security-proxy-setup ... done Removing intermediate container 4f9709ecb052 16:22:27 ---> f39a77be6065 16:22:27 16:22:27 Step 10/23 : FROM alpine:3.14 16:22:27 ---> e04c818066af 16:22:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:22:27 ---> Using cache 16:22:27 ---> 7d38126ecca8 16:22:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:22:27 ---> Using cache 16:22:27 ---> 368d20f8a39c 16:22:27 Step 13/23 : ENV APP_PORT=59882 16:22:27 ---> Running in e52d9dc83316 16:22:27 Removing intermediate container e52d9dc83316 16:22:27 ---> ec2e5c18de34 16:22:27 Step 14/23 : EXPOSE $APP_PORT 16:22:27 ---> Running in 0c1a9e74195f 16:22:27 Removing intermediate container 0c1a9e74195f 16:22:27 ---> 388c495b7f01 16:22:27 Step 15/23 : WORKDIR / 16:22:27 ---> Running in d7bf12c93084 16:22:27 Removing intermediate container d7bf12c93084 16:22:27 ---> 2602ee5989ef 16:22:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:22:27 ---> c7c8935238b7 16:22:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:22:27 ---> e9a3f1418e2b 16:22:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:22:28 ---> 6f101d22e389 16:22:28 Step 19/23 : ENTRYPOINT ["/core-command"] 16:22:28 ---> Running in b401c1b4e4b4 16:22:28 Removing intermediate container b401c1b4e4b4 16:22:28 ---> 0321ebd11257 16:22:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:22:28 ---> Running in 34a478c28625 16:22:28 Removing intermediate container 34a478c28625 16:22:28 ---> 20cd642b55d1 16:22:28 Step 21/23 : LABEL arch=x86_64 16:22:28 ---> Running in dbab5c41f2d7 16:22:28 Removing intermediate container dbab5c41f2d7 16:22:28 ---> 8717668c4455 16:22:28 Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:22:28 ---> Running in 3c8079497483 16:22:28 Removing intermediate container 3c8079497483 16:22:28 ---> 96f7c6899c2f 16:22:28 Step 23/23 : LABEL version=2.2.1-dev.17 16:22:28 ---> Running in d4fddad1ee73 16:22:28 Removing intermediate container d4fddad1ee73 16:22:28 ---> 9d52f8e99add 16:22:28 16:22:28 Successfully built 9d52f8e99add 16:22:28 Successfully tagged core-command:latest 16:22:28  Building core-command ... done  16:22:28 ERROR: for security-spire-server (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init openssl gcompat' returned a non-zero code: 1") 16:22:28 16:22:28 ERROR: for security-spire-agent (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init openssl gcompat' returned a non-zero code: 1") 16:22:28 16:22:28 ERROR: for security-spiffe-token-provider (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init curl gcompat' returned a non-zero code: 2") 16:22:28 Service 'security-spiffe-token-provider' failed to build: The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init curl gcompat' returned a non-zero code: 2 [Pipeline] } 16:22:28 $ docker stop --time=1 05d130a850fc0ad0058745b0f304cbec0147c41603ed074fa9bd95e5aee17411 16:22:30 $ docker rm -f 05d130a850fc0ad0058745b0f304cbec0147c41603ed074fa9bd95e5aee17411 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:22:30 Failed in branch amd64 16:22:33 Avoid second fetch 16:22:33 Checking out Revision 8c995af195f08c96051e81afd7f7ed1e800bba03 (main) 16:22:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:22:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:22:33 > git config core.sparsecheckout # timeout=10 16:22:33 > git checkout -f 8c995af195f08c96051e81afd7f7ed1e800bba03 # timeout=10 16:22:38 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4064)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:22:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:22:39 % Total % Received % Xferd Average Speed Time Time Time Current 16:22:39 Dload Upload Total Spent Left Speed 16:22:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 93534 0 --:--:-- --:--:-- --:--:-- 92825 [Pipeline] sh 16:22:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:22:40 + sudo tee /etc/docker/daemon.new 16:22:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:22:40 { 16:22:40 "registry-mirrors": [ 16:22:40 "https://nexus3.edgexfoundry.org:10001" 16:22:40 ], 16:22:40 "bip": "10.250.0.254/24", 16:22:40 "hosts": [ 16:22:40 "tcp://0.0.0.0:5555", 16:22:40 "unix:///var/run/docker.sock" 16:22:40 ], 16:22:40 "mtu": 1458, 16:22:40 "selinux-enabled": true, 16:22:40 "seccomp-profile": "/etc/docker/seccomp.json" 16:22:40 } [Pipeline] sh 16:22:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:22:41 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:22:59 provisioning config files... 16:22:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config319396776311412821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:23:00 ---> docker-login.sh 16:23:00 nexus3.edgexfoundry.org:10001 16:23:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:01 Configure a credential helper to remove this warning. See 16:23:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:01 16:23:01 Login Succeeded 16:23:01 nexus3.edgexfoundry.org:10002 16:23:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:01 Configure a credential helper to remove this warning. See 16:23:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:01 16:23:01 Login Succeeded 16:23:01 nexus3.edgexfoundry.org:10003 16:23:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:01 Configure a credential helper to remove this warning. See 16:23:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:01 16:23:01 Login Succeeded 16:23:01 nexus3.edgexfoundry.org:10004 16:23:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:02 Configure a credential helper to remove this warning. See 16:23:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:02 16:23:02 Login Succeeded 16:23:02 docker.io 16:23:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:03 Configure a credential helper to remove this warning. See 16:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:03 16:23:03 Login Succeeded 16:23:03 ---> docker-login.sh ends [Pipeline] } 16:23:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:23:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:23:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:23:03 ========================================================= 16:23:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 16:23:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 16:23:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:23:04 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:23:04 9b3977197b4f: Pulling fs layer 16:23:04 1a89e8eeedd5: Pulling fs layer 16:23:04 94645a83ff95: Pulling fs layer 16:23:04 e6fb740bc735: Pulling fs layer 16:23:04 3a77bd46dcc9: Pulling fs layer 16:23:04 355e64cbe906: Pulling fs layer 16:23:04 63ab81a10011: Pulling fs layer 16:23:04 555d1d1c4555: Pulling fs layer 16:23:04 7d9057610161: Pulling fs layer 16:23:04 3a77bd46dcc9: Waiting 16:23:04 355e64cbe906: Waiting 16:23:04 63ab81a10011: Waiting 16:23:04 555d1d1c4555: Waiting 16:23:04 7d9057610161: Waiting 16:23:04 e6fb740bc735: Waiting 16:23:04 94645a83ff95: Verifying Checksum 16:23:04 94645a83ff95: Download complete 16:23:04 1a89e8eeedd5: Verifying Checksum 16:23:04 1a89e8eeedd5: Download complete 16:23:04 3a77bd46dcc9: Verifying Checksum 16:23:04 3a77bd46dcc9: Download complete 16:23:04 355e64cbe906: Verifying Checksum 16:23:04 355e64cbe906: Download complete 16:23:04 9b3977197b4f: Verifying Checksum 16:23:04 9b3977197b4f: Download complete 16:23:04 63ab81a10011: Verifying Checksum 16:23:04 63ab81a10011: Download complete 16:23:05 9b3977197b4f: Pull complete 16:23:05 7d9057610161: Verifying Checksum 16:23:05 7d9057610161: Download complete 16:23:06 1a89e8eeedd5: Pull complete 16:23:06 94645a83ff95: Pull complete 16:23:06 555d1d1c4555: Verifying Checksum 16:23:06 555d1d1c4555: Download complete 16:23:07 e6fb740bc735: Verifying Checksum 16:23:07 e6fb740bc735: Download complete 16:23:19 e6fb740bc735: Pull complete 16:23:19 3a77bd46dcc9: Pull complete 16:23:19 355e64cbe906: Pull complete 16:23:19 63ab81a10011: Pull complete 16:23:25 555d1d1c4555: Pull complete 16:23:27 7d9057610161: Pull complete 16:23:27 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 16:23:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:23:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 16:23:27 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:23:27 WORKDIR /edgex 16:23:27 COPY go.mod . 16:23:27 RUN go mod download 16:23:27 + docker build -t ci-base-image-arm64 -f - . 16:23:30 Sending build context to Docker daemon 169.2MB 16:23:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:23:30 ---> 819e984ddca1 16:23:30 Step 2/4 : WORKDIR /edgex 16:23:32 ---> Running in 36d41a92d7cc 16:23:32 Removing intermediate container 36d41a92d7cc 16:23:32 ---> d733747b6ed4 16:23:32 Step 3/4 : COPY go.mod . 16:23:33 ---> f7ce4241215e 16:23:33 Step 4/4 : RUN go mod download 16:23:33 ---> Running in e292dbd23293 16:24:29 Removing intermediate container e292dbd23293 16:24:29 ---> 26a9b95705f5 16:24:29 Successfully built 26a9b95705f5 16:24:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:30 + docker inspect -f . ci-base-image-arm64 16:24:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:24:30 prd-ubuntu20.04-docker-arm64-4c-16g-16584 does not seem to be running inside a container 16:24:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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 ******** ci-base-image-arm64 cat 16:24:31 $ docker top d8506e8f7014836d1db3722d2c92052f250efcbdbc58216dfb8ecd533f1d90bc -eo pid,comm [Pipeline] { [Pipeline] sh 16:24:32 + go version 16:24:32 go version go1.17.7 linux/arm64 [Pipeline] } 16:24:32 $ docker stop --time=1 d8506e8f7014836d1db3722d2c92052f250efcbdbc58216dfb8ecd533f1d90bc 16:24:34 $ docker rm -f d8506e8f7014836d1db3722d2c92052f250efcbdbc58216dfb8ecd533f1d90bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:24:35 16:24:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:24:35 latest: Pulling from edgex-devops/edgex-compose-arm64 16:24:35 29e5d40040c1: Pulling fs layer 16:24:35 1ce36da41761: Pulling fs layer 16:24:35 25b303627fd3: Pulling fs layer 16:24:35 29e5d40040c1: Download complete 16:24:36 1ce36da41761: Verifying Checksum 16:24:36 1ce36da41761: Download complete 16:24:36 29e5d40040c1: Pull complete 16:24:37 25b303627fd3: Verifying Checksum 16:24:37 25b303627fd3: Download complete 16:24:37 1ce36da41761: Pull complete 16:24:50 25b303627fd3: Pull complete 16:24:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:24:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:24:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:24:50 prd-ubuntu20.04-docker-arm64-4c-16g-16584 does not seem to be running inside a container 16:24:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:24:52 $ docker top fa622c80ed78a1067af1159bf68680af00cbcf9715e468564eac149701c0bc04 -eo pid,comm [Pipeline] { [Pipeline] sh 16:24:53 + docker-compose build --help 16:24:53 + grep parallel 16:24:56 --parallel Build images in parallel. [Pipeline] } 16:24:57 $ docker stop --time=1 fa622c80ed78a1067af1159bf68680af00cbcf9715e468564eac149701c0bc04 16:24:58 $ docker rm -f fa622c80ed78a1067af1159bf68680af00cbcf9715e468564eac149701c0bc04 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:24:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:24:59 prd-ubuntu20.04-docker-arm64-4c-16g-16584 does not seem to be running inside a container 16:24:59 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:25:01 $ docker top 128a2daac02bc67788a63d0d8e7fc74a7bb9c8abfd4011240f98b5b669d25126 -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:01 + docker-compose -f ./docker-compose-build.yml build --parallel 16:25:06 Building core-command ... 16:25:06 Building core-data ... 16:25:06 Building core-metadata ... 16:25:06 Building security-bootstrapper ... 16:25:06 Building security-proxy-setup ... 16:25:06 Building security-secretstore-setup ... 16:25:06 Building security-spiffe-token-provider ... 16:25:06 Building security-spire-agent ... 16:25:06 Building security-spire-config ... 16:25:06 Building security-spire-server ... 16:25:06 Building support-notifications ... 16:25:06 Building support-scheduler ... 16:25:06 Building sys-mgmt-agent ... 16:25:06 Building security-bootstrapper 16:25:06 Building security-secretstore-setup 16:25:06 Building core-data 16:25:06 Building security-spire-agent 16:25:06 Building sys-mgmt-agent 16:25:53 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:25:53 Step 2/25 : FROM ${BUILDER_BASE} AS builder 16:25:53 ---> 26a9b95705f5 16:25:53 Step 3/25 : WORKDIR /edgex-go 16:25:53 ---> Running in 7610fa9312c1 16:25:53 Removing intermediate container 7610fa9312c1 16:25:53 ---> df6796814ada 16:25:53 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:53 ---> Running in af6cd9fa893b 16:25:53 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:25:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:25:53 ---> 26a9b95705f5 16:25:53 Step 3/23 : WORKDIR /edgex-go 16:25:53 ---> Using cache 16:25:53 ---> df6796814ada 16:25:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:53 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:25:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:25:53 ---> 26a9b95705f5 16:25:53 Step 3/26 : WORKDIR /edgex-go 16:25:53 ---> Using cache 16:25:53 ---> df6796814ada 16:25:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:53 ---> Running in d9a9537bf303 16:25:53 ---> Running in bb4bd8bf5719 16:25:53 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:25:53 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:25:53 ---> 26a9b95705f5 16:25:53 Step 3/31 : WORKDIR /edgex-go 16:25:53 ---> Using cache 16:25:53 ---> df6796814ada 16:25:53 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:53 ---> Running in 782a8d4a1baa 16:25:53 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:25:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:25:53 ---> 26a9b95705f5 16:25:53 Step 3/23 : WORKDIR /edgex-go 16:25:53 ---> Using cache 16:25:53 ---> df6796814ada 16:25:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:53 ---> Running in 3b42d7877ca0 16:25:55 Removing intermediate container af6cd9fa893b 16:25:55 ---> 41564cd68984 16:25:55 Step 5/25 : RUN apk add --update --no-cache make git 16:25:55 Removing intermediate container 782a8d4a1baa 16:25:55 ---> 89bba2f0cee1 16:25:55 Step 5/31 : RUN apk add --update --no-cache make git 16:25:55 ---> Running in f93d569e5972 16:25:55 ---> Running in 9f0c0aaf8527 16:25:56 Removing intermediate container d9a9537bf303 16:25:56 ---> c2acfa65f4f0 16:25:56 Step 5/23 : RUN apk add --update --no-cache make bash git 16:25:56 Removing intermediate container 3b42d7877ca0 16:25:56 ---> c65ae5b3f22c 16:25:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:25:56 ---> Running in 5f4b48aa58e1 16:25:56 ---> Running in ae432062c038 16:25:56 Removing intermediate container bb4bd8bf5719 16:25:56 ---> eaddf8b7302b 16:25:56 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 16:25:56 ---> Running in 93558928dd2b 16:25:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:25:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:25:58 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:25:58 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:25:58 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:25:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:25:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:25:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:25:59 OK: 220 MiB in 52 packages 16:25:59 OK: 220 MiB in 52 packages 16:26:00 OK: 220 MiB in 52 packages 16:26:00 OK: 220 MiB in 52 packages 16:26:01 OK: 220 MiB in 52 packages 16:26:01 Removing intermediate container f93d569e5972 16:26:01 ---> 63525e5f6137 16:26:01 Step 6/31 : COPY go.mod vendor* ./ 16:26:01 Removing intermediate container 9f0c0aaf8527 16:26:01 ---> dccd11d145b7 16:26:01 Step 6/25 : COPY go.mod vendor* ./ 16:26:02 Removing intermediate container 93558928dd2b 16:26:02 ---> 9c4b4a69fc08 16:26:02 Step 6/26 : COPY go.mod vendor* ./ 16:26:02 Removing intermediate container 5f4b48aa58e1 16:26:02 ---> e4a85e7517fd 16:26:02 Step 6/23 : COPY go.mod vendor* ./ 16:26:02 Removing intermediate container ae432062c038 16:26:02 ---> 3f168c6424d9 16:26:02 Step 6/23 : COPY go.mod vendor* ./ 16:26:02 ---> 22a60b6da46b 16:26:02 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:26:02 ---> 49532951ecbe 16:26:02 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:26:02 ---> Running in 6f774e54fa30 16:26:02 ---> Running in 895456f73ee5 16:26:03 ---> 73b39ca63cc1 16:26:03 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:26:03 ---> 459e9c4fe117 16:26:03 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:26:03 ---> 0e801a84cd48 16:26:03 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:26:04 ---> Running in 04343352d512 16:26:04 ---> Running in 36f2216b5268 16:26:04 ---> Running in 83ffa8a301ee 16:26:08 Removing intermediate container 6f774e54fa30 16:26:08 ---> c3f92d247c6d 16:26:08 Step 8/31 : COPY . . 16:26:08 Removing intermediate container 895456f73ee5 16:26:08 ---> 21ecc5d82362 16:26:08 Step 8/25 : COPY . . 16:26:09 Removing intermediate container 04343352d512 16:26:09 ---> f60159f0dfde 16:26:09 Step 8/23 : COPY . . 16:26:10 Removing intermediate container 36f2216b5268 16:26:10 ---> 8125deaee527 16:26:10 Step 8/26 : COPY . . 16:26:10 Removing intermediate container 83ffa8a301ee 16:26:10 ---> 3cbb6b6f8684 16:26:10 Step 8/23 : COPY . . 16:26:25 ---> 098f663e5679 16:26:25 Step 9/23 : RUN make cmd/core-data/core-data 16:26:25 ---> 70953ddc17dd 16:26:25 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:26:25 ---> Running in e21842e24d98 16:26:25 ---> a5a05e481570 16:26:25 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:26:25 ---> Running in 469fe840504c 16:26:25 ---> d2b61eb794b7 16:26:25 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 16:26:26 ---> Running in e2c803efa8aa 16:26:26 ---> ea9f7f33acbe 16:26:26 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:26:26 ---> Running in fbbb01ecd9ed 16:26:26 ---> Running in 0d5cd612b32a 16:26:27 Removing intermediate container fbbb01ecd9ed 16:26:27 ---> 0e79eab0c825 16:26:27 Step 10/26 : WORKDIR /edgex-go/spire-build 16:26:27 ---> Running in 7e46fca3199f 16:26:27 Removing intermediate container 7e46fca3199f 16:26:27 ---> 04530c93865d 16:26:27 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 16:26:27 ---> Running in 9615f3900c2c 16:26:28 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 16:26:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:26:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:26:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:26:30 Removing intermediate container 9615f3900c2c 16:26:30 ---> d23d27bbae27 16:26:30 Step 12/26 : WORKDIR /edgex-go 16:26:30 ---> Running in 052bd7f06294 16:26:31 Removing intermediate container 052bd7f06294 16:26:31 ---> 10f547b00d9b 16:26:31 16:26:31 Step 13/26 : FROM alpine:3.15 16:26:31 3.15: Pulling from library/alpine 16:26:32 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 16:26:32 Status: Downloaded newer image for alpine:3.15 16:26:32 ---> 3fb3c9af89a9 16:26:32 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:26:32 ---> Running in 929322f40f04 16:26:33 Removing intermediate container 929322f40f04 16:26:33 ---> badc1815bf70 16:26:33 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:33 ---> Running in 646327e2b341 16:26:36 Removing intermediate container 646327e2b341 16:26:36 ---> f0f0218948ec 16:26:36 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:26:36 ---> Running in f35ad70301e0 16:26:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:26:39 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:26:40 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 16:26:40 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 16:26:40 OK: 15736 distinct packages available 16:26:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:26:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:26:43 (1/5) Installing dumb-init (1.2.5-r1) 16:26:43 (2/5) Installing musl-obstack (1.2.3-r0) 16:26:43 (3/5) Installing libucontext (1.1-r0) 16:26:43 (4/5) Installing gcompat (1.0.0-r4) 16:26:43 (5/5) Installing openssl (1.1.1o-r0) 16:26:43 ERROR: openssl-1.1.1o-r0: package mentioned in index not found (try 'apk update') 16:26:43 Executing busybox-1.34.1-r5.trigger 16:26:43 1 error; 6 MiB in 18 packages 16:26:44 Building support-notifications 16:27:03 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:27:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:27:03 ---> 26a9b95705f5 16:27:03 Step 3/22 : WORKDIR /edgex-go 16:27:03 ---> Using cache 16:27:03 ---> df6796814ada 16:27:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:03 ---> Using cache 16:27:03 ---> eaddf8b7302b 16:27:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:27:03 ---> Running in 316f15cdcba9 16:27:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:27:04 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:27:05 OK: 220 MiB in 52 packages 16:27:06 Removing intermediate container 316f15cdcba9 16:27:06 ---> 794ff6e7b13c 16:27:06 Step 6/22 : COPY go.mod vendor* ./ 16:27:08 ---> a68281770285 16:27:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:27:08 ---> Running in 0a17eda0a905 16:27:13 Removing intermediate container 0a17eda0a905 16:27:13 ---> f87bb8d10d3b 16:27:13 Step 8/22 : COPY . . 16:27:25 ---> cbbb30eb8439 16:27:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:27:25 ---> Running in 99887a6bdbab 16:27:26 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:31:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:31:04 Removing intermediate container 0d5cd612b32a 16:31:04 ---> 11b15dca1997 16:31:04 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:31:04 ---> Running in 5183108d460c 16:31:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:31:08 Removing intermediate container 5183108d460c 16:31:08 ---> 96731a1bd6aa 16:31:08 16:31:08 Step 11/23 : FROM docker:20.10.14 16:31:08 20.10.14: Pulling from library/docker 16:31:15 Removing intermediate container e2c803efa8aa 16:31:15 ---> 175e7108f6aa 16:31:15 16:31:15 Step 10/31 : FROM alpine:3.14 16:31:15 3.14: Pulling from library/alpine 16:31:18 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 16:31:18 Status: Downloaded newer image for alpine:3.14 16:31:18 ---> ac73e934f311 16:31:18 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:31:18 ---> Running in d76ddf274d6a 16:31:19 Removing intermediate container d76ddf274d6a 16:31:19 ---> 4ee1ded4e4a4 16:31:19 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:31:19 ---> Running in 6b115cbf300a 16:31:21 Removing intermediate container 469fe840504c 16:31:21 ---> 7d9873cfe155 16:31:21 16:31:21 Step 10/25 : FROM alpine:3.14 16:31:21 ---> ac73e934f311 16:31:21 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 16:31:21 ---> Running in a9dd6a246958 16:31:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:31:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:31:23 (1/2) Installing dumb-init (1.2.5-r1) 16:31:23 (2/2) Installing su-exec (0.2-r1) 16:31:23 Executing busybox-1.33.1-r7.trigger 16:31:23 OK: 6 MiB in 16 packages 16:31:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:31:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:31:25 Removing intermediate container 6b115cbf300a 16:31:25 ---> 044e150c91e4 16:31:25 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:31:26 ---> Running in 8f75130b9adc 16:31:26 (1/3) Installing ca-certificates (20211220-r0) 16:31:26 (2/3) Installing dumb-init (1.2.5-r1) 16:31:26 (3/3) Installing su-exec (0.2-r1) 16:31:26 Executing busybox-1.33.1-r7.trigger 16:31:26 Removing intermediate container 8f75130b9adc 16:31:26 ---> 085d84a2a142 16:31:26 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:31:26 Executing ca-certificates-20211220-r0.trigger 16:31:26 ---> Running in a2f513f23e54 16:31:27 OK: 6 MiB in 17 packages 16:31:27 Removing intermediate container a2f513f23e54 16:31:27 ---> 6916a19b6789 16:31:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:31:28 ---> Running in ab7a4c246116 16:31:30 Removing intermediate container a9dd6a246958 16:31:30 ---> b238a0da56f7 16:31:30 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:31:30 ---> Running in 083a4d958c70 16:31:31 Removing intermediate container 083a4d958c70 16:31:31 ---> 8e19274604e3 16:31:31 Step 13/25 : WORKDIR / 16:31:32 ---> Running in 53a08bccf458 16:31:32 Removing intermediate container ab7a4c246116 16:31:32 ---> 99a3b2a32f0b 16:31:32 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:31:32 ---> Running in 8f957d203f31 16:31:33 Removing intermediate container 53a08bccf458 16:31:33 ---> 808723909f47 16:31:33 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:31:33 Removing intermediate container 8f957d203f31 16:31:33 ---> 190eb25f6b1c 16:31:33 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:31:33 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 16:31:33 Status: Downloaded newer image for docker:20.10.14 16:31:33 ---> c346e9eafbab 16:31:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:31:33 ---> Running in 778c28c93512 16:31:34 ---> 13b2b2cd494e 16:31:34 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:31:34 Removing intermediate container 778c28c93512 16:31:34 ---> 14aa97c3d03c 16:31:34 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 16:31:35 ---> Running in 4e836f1bc347 16:31:35 ---> e6afa8f1b338 16:31:35 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:31:35 ---> Running in 3373283aed9a 16:31:36 ---> 044e5230e41a 16:31:36 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:31:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:31:38 ---> bb3cb5ab0b78 16:31:38 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 16:31:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:31:40 ---> ba68eb0ade77 16:31:40 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:31:40 Removing intermediate container 3373283aed9a 16:31:40 ---> ee073a2f1510 16:31:40 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:31:40 (1/43) Installing readline (8.1.1-r0) 16:31:40 (2/43) Installing bash (5.1.16-r0) 16:31:40 Executing bash-5.1.16-r0.post-install 16:31:40 (3/43) Installing brotli-libs (1.0.9-r5) 16:31:40 (4/43) Installing nghttp2-libs (1.46.0-r0) 16:31:40 (5/43) Installing libcurl (7.80.0-r2) 16:31:40 (6/43) Installing curl (7.80.0-r2) 16:31:40 (7/43) Installing dumb-init (1.2.5-r1) 16:31:40 (8/43) Installing libbz2 (1.0.8-r1) 16:31:40 (9/43) Installing expat (2.4.7-r0) 16:31:40 (10/43) Installing libffi (3.4.2-r1) 16:31:40 (11/43) Installing gdbm (1.22-r0) 16:31:40 (12/43) Installing xz-libs (5.2.5-r1) 16:31:40 (13/43) Installing libgcc (10.3.1_git20211027-r0) 16:31:40 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 16:31:40 (15/43) Installing mpdecimal (2.5.1-r1) 16:31:40 (16/43) Installing sqlite-libs (3.36.0-r0) 16:31:40 (17/43) Installing python3 (3.9.7-r4) 16:31:41 ---> fa1ecedc5f3d 16:31:41 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:31:42 ---> 6ef78f35b458 16:31:42 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:31:44 (18/43) Installing py3-appdirs (1.4.4-r2) 16:31:44 (19/43) Installing py3-certifi (2020.12.5-r1) 16:31:44 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 16:31:44 (21/43) Installing py3-idna (3.3-r0) 16:31:44 (22/43) Installing py3-urllib3 (1.26.7-r0) 16:31:44 (23/43) Installing py3-requests (2.26.0-r1) 16:31:44 (24/43) Installing py3-msgpack (1.0.2-r1) 16:31:44 ---> 1464ca765b95 16:31:44 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:31:44 (25/43) Installing py3-lockfile (0.12.2-r4) 16:31:44 (26/43) Installing py3-cachecontrol (0.12.10-r0) 16:31:44 (27/43) Installing py3-colorama (0.4.4-r1) 16:31:44 (28/43) Installing py3-contextlib2 (21.6.0-r1) 16:31:44 (29/43) Installing py3-distlib (0.3.3-r0) 16:31:45 (30/43) Installing py3-distro (1.6.0-r0) 16:31:45 (31/43) Installing py3-six (1.16.0-r0) 16:31:45 (32/43) Installing py3-webencodings (0.5.1-r4) 16:31:45 (33/43) Installing py3-html5lib (1.1-r1) 16:31:45 (34/43) Installing py3-parsing (2.4.7-r2) 16:31:45 (35/43) Installing py3-packaging (20.9-r1) 16:31:45 (36/43) Installing py3-tomli (1.2.2-r0) 16:31:45 (37/43) Installing py3-pep517 (0.12.0-r0) 16:31:45 (38/43) Installing py3-progress (1.6-r0) 16:31:45 (39/43) Installing py3-retrying (1.3.3-r2) 16:31:45 (40/43) Installing py3-ordered-set (4.0.2-r2) 16:31:45 (41/43) Installing py3-setuptools (52.0.0-r4) 16:31:45 ---> 8acffdedbb7f 16:31:45 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:31:45 (42/43) Installing py3-toml (0.10.2-r2) 16:31:45 (43/43) Installing py3-pip (20.3.4-r1) 16:31:46 ---> 3956e8697a6c 16:31:46 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:31:46 Executing busybox-1.34.1-r5.trigger 16:31:46 OK: 82 MiB in 65 packages 16:31:46 ---> 4831441a6325 16:31:46 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:31:46 ---> Running in b164bb0fe692 16:31:47 ---> 4eb964ff662c 16:31:47 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:31:48 ---> 7aaedf075e2e 16:31:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:31:48 ---> Running in 11e58245d090 16:31:49 Removing intermediate container 11e58245d090 16:31:49 ---> 1446b910df00 16:31:49 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:31:50 Removing intermediate container b164bb0fe692 16:31:50 ---> fc20135a1f3d 16:31:50 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 16:31:50 ---> Running in d4a8023c16ae 16:31:51 ---> ab3b36099a50 16:31:51 Step 26/31 : RUN chmod +x /entrypoint.sh 16:31:51 ---> Running in f348913d3c9d 16:31:51 Removing intermediate container d4a8023c16ae 16:31:51 ---> 7cfa584b0129 16:31:51 Step 23/25 : LABEL arch=arm64 16:31:51 ---> Running in 5db529a9ad46 16:31:52 Collecting docker-compose==1.23.2 16:31:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:31:52 Removing intermediate container 5db529a9ad46 16:31:52 ---> 2a2b9a26652e 16:31:52 Step 24/25 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:31:52 ---> Running in a85d11c4c2e3 16:31:52 Collecting docopt<0.7,>=0.6.1 16:31:52 Downloading docopt-0.6.2.tar.gz (25 kB) 16:31:53 Removing intermediate container a85d11c4c2e3 16:31:53 ---> 238b28fc113e 16:31:53 Step 25/25 : LABEL version=2.2.1-dev.17 16:31:53 ---> Running in d30eb2494ae6 16:31:54 Removing intermediate container d30eb2494ae6 16:31:54 ---> 0d9e4286f778 16:31:54 16:31:55 Successfully built 0d9e4286f778 16:31:55 Successfully tagged security-secretstore-setup-arm64:latest 16:31:55 Building core-command 16:31:55  Building security-secretstore-setup ... done Removing intermediate container f348913d3c9d 16:31:55 ---> 10a53c8e05e9 16:31:55 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:31:55 ---> Running in 73496ca8aebf 16:31:55 Collecting cached-property<2,>=1.2.0 16:31:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:31:56 Collecting docker<4.0,>=3.6.0 16:31:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:31:56 Removing intermediate container 73496ca8aebf 16:31:56 ---> 62afecf9592e 16:31:56 Step 28/31 : CMD ["gate"] 16:31:57 ---> Running in 4454adb28838 16:31:57 Collecting PyYAML<4,>=3.10 16:31:57 Downloading PyYAML-3.13.tar.gz (270 kB) 16:31:58 Removing intermediate container 4454adb28838 16:31:58 ---> 8476480d54e8 16:31:58 Step 29/31 : LABEL arch=arm64 16:31:59 ---> Running in c3228a138e31 16:31:59 Removing intermediate container c3228a138e31 16:31:59 ---> 6353509673cd 16:31:59 Step 30/31 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:32:00 ---> Running in 235bd99a42e5 16:32:01 Removing intermediate container 235bd99a42e5 16:32:01 ---> d7d9608d782c 16:32:01 Step 31/31 : LABEL version=2.2.1-dev.17 16:32:01 ---> Running in 42ba6f5632e1 16:32:02 Removing intermediate container 42ba6f5632e1 16:32:02 ---> 50c4cd667637 16:32:02 16:32:03 Successfully built 50c4cd667637 16:32:03 Successfully tagged security-bootstrapper-arm64:latest 16:32:03 Building security-spire-server 16:32:03  Building security-bootstrapper ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:32:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:32:04 Removing intermediate container e21842e24d98 16:32:04 ---> 744794d5af38 16:32:04 16:32:04 Step 10/23 : FROM alpine:3.14 16:32:04 ---> ac73e934f311 16:32:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:32:04 Collecting jsonschema<3,>=2.5.1 16:32:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:32:04 ---> Running in 578b89b361ef 16:32:04 Collecting dockerpty<0.5,>=0.4.1 16:32:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:32:05 Removing intermediate container 578b89b361ef 16:32:05 ---> 7bb631cdb1c9 16:32:05 Step 12/23 : ENV APP_PORT=59880 16:32:05 ---> Running in 7213b44ed02b 16:32:06 Removing intermediate container 7213b44ed02b 16:32:06 ---> 62d918c02974 16:32:06 Step 13/23 : EXPOSE $APP_PORT 16:32:06 ---> Running in bd38b8a23ec1 16:32:07 Removing intermediate container bd38b8a23ec1 16:32:07 ---> 822e51b7daef 16:32:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:32:07 ---> Running in 868bfde32a31 16:32:07 Collecting texttable<0.10,>=0.9.0 16:32:07 Downloading texttable-0.9.1.tar.gz (11 kB) 16:32:10 Collecting websocket-client<1.0,>=0.32.0 16:32:10 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 16:32:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 16:32:10 Removing intermediate container 868bfde32a31 16:32:10 ---> 87df9eba86cd 16:32:10 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:32:10 ---> Running in 733bd58f03f9 16:32:10 Collecting docker-pycreds>=0.4.0 16:32:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:32:12 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:32:12 Collecting urllib3<1.25,>=1.21.1 16:32:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:32:12 Collecting chardet<3.1.0,>=3.0.2 16:32:12 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 16:32:13 Collecting idna<2.8,>=2.5 16:32:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:32:13 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 16:32:13 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:32:13 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 16:32:13 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 16:32:13 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 16:32:13 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 16:32:14 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:32:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:32:14 ---> 26a9b95705f5 16:32:14 Step 3/23 : WORKDIR /edgex-go 16:32:14 ---> Using cache 16:32:14 ---> df6796814ada 16:32:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:32:14 ---> Using cache 16:32:14 ---> eaddf8b7302b 16:32:14 Step 5/23 : RUN apk add --update --no-cache make git 16:32:14 ---> Running in 7997b2151f8a 16:32:14 (1/6) Installing dumb-init (1.2.5-r1) 16:32:14 (2/6) Installing libgcc (10.3.1_git20210424-r2) 16:32:14 (3/6) Installing libsodium (1.0.18-r0) 16:32:15 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 16:32:15 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 16:32:15 Attempting uninstall: urllib3 16:32:15 Found existing installation: urllib3 1.26.7 16:32:15 Uninstalling urllib3-1.26.7: 16:32:15 Successfully uninstalled urllib3-1.26.7 16:32:15 (5/6) Installing libzmq (4.3.4-r0) 16:32:15 (6/6) Installing zeromq (4.3.4-r0) 16:32:15 Executing busybox-1.33.1-r7.trigger 16:32:15 OK: 8 MiB in 20 packages 16:32:16 Attempting uninstall: idna 16:32:16 Found existing installation: idna 3.3 16:32:16 Uninstalling idna-3.3: 16:32:16 Successfully uninstalled idna-3.3 16:32:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:32:17 Removing intermediate container 733bd58f03f9 16:32:17 ---> 44398d45f515 16:32:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:32:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:32:18 ---> 223bf1a4d58f 16:32:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:32:19 OK: 220 MiB in 52 packages 16:32:20 Attempting uninstall: requests 16:32:20 Found existing installation: requests 2.26.0 16:32:20 Uninstalling requests-2.26.0: 16:32:20 Successfully uninstalled requests-2.26.0 16:32:20 Running setup.py install for texttable: started 16:32:20 Removing intermediate container 7997b2151f8a 16:32:20 ---> b506e0bc536b 16:32:20 Step 6/23 : COPY go.mod vendor* ./ 16:32:22 ---> 05926f882070 16:32:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml ---> fcbc443f8f8d 16:32:22 16:32:22 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:32:22 ---> Running in 8170891d9e51 16:32:23 Running setup.py install for texttable: finished with status 'done' 16:32:23 Running setup.py install for PyYAML: started 16:32:24 ---> 0effcdf597cb 16:32:24 Step 19/23 : ENTRYPOINT ["/core-data"] 16:32:24 ---> Running in 2be416cf003e 16:32:25 Removing intermediate container 2be416cf003e 16:32:25 ---> a59db78dc9cb 16:32:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:32:25 ---> Running in f4fe2d67821d 16:32:26 Removing intermediate container f4fe2d67821d 16:32:26 ---> aebb991ed6fc 16:32:26 Step 21/23 : LABEL arch=arm64 16:32:26 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 Running setup.py install for PyYAML: finished with status 'done' 16:32:26 16:32:26 Step 2/25 : FROM ${BUILDER_BASE} AS builder 16:32:26 ---> 26a9b95705f5 16:32:26 Step 3/25 : WORKDIR /edgex-go 16:32:26 ---> Using cache 16:32:26 ---> df6796814ada 16:32:26 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:32:26 ---> Using cache 16:32:26 ---> eaddf8b7302b 16:32:26 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 16:32:26 ---> Using cache 16:32:26 ---> 9c4b4a69fc08 16:32:26 Step 6/25 : COPY go.mod vendor* ./ 16:32:26 ---> Using cache 16:32:26 ---> 459e9c4fe117 16:32:26 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:32:26 ---> Using cache 16:32:26 ---> 8125deaee527 16:32:26 Step 8/25 : COPY . . 16:32:26 ---> Running in 33c30f23a0f4 16:32:26 ---> Using cache 16:32:26 ---> d2b61eb794b7 16:32:26 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 16:32:26 ---> Using cache 16:32:26 ---> 0e79eab0c825 16:32:26 Step 10/25 : WORKDIR /edgex-go/spire-build 16:32:26 ---> Using cache 16:32:26 ---> 04530c93865d 16:32:26 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 16:32:26 ---> Running in 5993d3e6dbc6 16:32:26 Running setup.py install for docopt: started 16:32:27 Removing intermediate container 33c30f23a0f4 16:32:27 ---> 98dca628f910 16:32:27 Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:32:27 ---> Running in ed31ac0ac5ac 16:32:28 Removing intermediate container ed31ac0ac5ac 16:32:28 ---> c520a3889baa 16:32:28 Step 23/23 : LABEL version=2.2.1-dev.17 16:32:28 ---> Running in 7901174c7bea 16:32:29 Removing intermediate container 7901174c7bea 16:32:29 ---> 78e356df414c 16:32:29 16:32:29 Running setup.py install for docopt: finished with status 'done' 16:32:29 Running setup.py install for dockerpty: started 16:32:29 Removing intermediate container 8170891d9e51 16:32:29 ---> 756103289e4e 16:32:29 Step 8/23 : COPY . . 16:32:29 Successfully built 78e356df414c 16:32:30 Successfully tagged core-data-arm64:latest 16:32:30  Building core-data ... done Building security-proxy-setup 16:32:30 Removing intermediate container 5993d3e6dbc6 16:32:30 ---> f9efb7b342e4 16:32:30 Step 12/25 : WORKDIR /edgex-go 16:32:30 ---> Running in d6dd4385049f 16:32:31 Removing intermediate container d6dd4385049f 16:32:31 ---> 5e6ac6715cd6 16:32:31 16:32:31 Step 13/25 : FROM alpine:3.15 16:32:31 ---> 3fb3c9af89a9 16:32:31 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:32:31 ---> Using cache 16:32:31 ---> badc1815bf70 16:32:31 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:32:31 ---> Using cache 16:32:31 ---> f0f0218948ec 16:32:31 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:32:31 ---> Running in ca76e696e54d 16:32:32 Running setup.py install for dockerpty: finished with status 'done' 16:32:33 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:32:34 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 16:32:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:32:36 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 16:32:36 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 16:32:36 OK: 15736 distinct packages available 16:32:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:32:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:32:38 (1/5) Installing dumb-init (1.2.5-r1) 16:32:38 (2/5) Installing musl-obstack (1.2.3-r0) 16:32:38 (3/5) Installing libucontext (1.1-r0) 16:32:38 (4/5) Installing gcompat (1.0.0-r4) 16:32:38 (5/5) Installing openssl (1.1.1o-r0) 16:32:39 ERROR: openssl-1.1.1o-r0: package mentioned in index not found (try 'apk update') 16:32:39 Executing busybox-1.34.1-r5.trigger 16:32:39 1 error; 6 MiB in 18 packages 16:32:41 Building core-metadata 16:32:51 ---> ac36b2d7040b 16:32:51 Step 9/23 : RUN make cmd/core-command/core-command 16:32:51 ---> Running in 132521676d7a 16:32:53 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:32:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:32:53 ---> 26a9b95705f5 16:32:53 Step 3/22 : WORKDIR /edgex-go 16:32:53 ---> Using cache 16:32:53 ---> df6796814ada 16:32:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:32:53 ---> Using cache 16:32:53 ---> eaddf8b7302b 16:32:53 Step 5/22 : RUN apk add --update --no-cache make git 16:32:53 ---> Using cache 16:32:53 ---> b506e0bc536b 16:32:53 Step 6/22 : COPY go.mod vendor* ./ 16:32:53 ---> Using cache 16:32:53 ---> fcbc443f8f8d 16:32:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:32:53 ---> Using cache 16:32:53 ---> 756103289e4e 16:32:53 Step 8/22 : COPY . . 16:32:54 ---> Using cache 16:32:54 ---> ac36b2d7040b 16:32:54 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:32:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 16:32:54 ---> Running in 3a63f6862ca8 16:32:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:33:00 Removing intermediate container 4e836f1bc347 16:33:00 ---> ba074cf3f4cc 16:33:00 Step 14/23 : ENV APP_PORT=58890 16:33:00 ---> Running in 4cb0aa897109 16:33:01 Removing intermediate container 4cb0aa897109 16:33:01 ---> 9106ca2cf8ec 16:33:01 Step 15/23 : EXPOSE $APP_PORT 16:33:01 ---> Running in f1466c5ac3a7 16:33:02 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:33:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:33:02 ---> 26a9b95705f5 16:33:02 Step 3/23 : WORKDIR /edgex-go 16:33:02 ---> Using cache 16:33:02 ---> df6796814ada 16:33:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:33:02 ---> Using cache 16:33:02 ---> eaddf8b7302b 16:33:02 Step 5/23 : RUN apk add --update --no-cache make git 16:33:02 ---> Using cache 16:33:02 ---> b506e0bc536b 16:33:02 Step 6/23 : COPY go.mod vendor* ./ 16:33:02 ---> Using cache 16:33:02 ---> fcbc443f8f8d 16:33:02 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:33:02 ---> Using cache 16:33:02 ---> 756103289e4e 16:33:02 Step 8/23 : COPY . . 16:33:02 ---> Using cache 16:33:02 ---> ac36b2d7040b 16:33:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:33:02 ---> Running in c7b64024b9ad 16:33:02 Removing intermediate container f1466c5ac3a7 16:33:02 ---> d247a10edfff 16:33:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:33:05 ---> 3a902f8d894e 16:33:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:33:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:33:06 ---> aaa8342f0a50 16:33:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:33:07 ---> 18e0db4234d3 16:33:07 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:33:07 ---> Running in a79bc9def95b 16:33:08 Removing intermediate container a79bc9def95b 16:33:08 ---> d8e0003323bd 16:33:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:33:08 ---> Running in 4e50e4263dc3 16:33:08 Removing intermediate container 4e50e4263dc3 16:33:08 ---> 032db5c3db33 16:33:08 Step 21/23 : LABEL arch=arm64 16:33:08 ---> Running in ff4cb558b611 16:33:09 Removing intermediate container ff4cb558b611 16:33:09 ---> 73cf5cb4af72 16:33:09 Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:33:09 ---> Running in c28afebb5beb 16:33:09 Removing intermediate container c28afebb5beb 16:33:09 ---> 1294325769a7 16:33:09 Step 23/23 : LABEL version=2.2.1-dev.17 16:33:09 ---> Running in c9d50d1dc2f6 16:33:10 Removing intermediate container c9d50d1dc2f6 16:33:10 ---> 8e6b8eaa8139 16:33:10 16:33:10 Successfully built 8e6b8eaa8139 16:33:10 Successfully tagged sys-mgmt-agent-arm64:latest 16:33:10  Building sys-mgmt-agent ... done Building security-spire-config 16:33:29 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:33:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:33:29 ---> 26a9b95705f5 16:33:29 Step 3/26 : WORKDIR /edgex-go 16:33:29 ---> Using cache 16:33:29 ---> df6796814ada 16:33:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:33:29 ---> Using cache 16:33:29 ---> eaddf8b7302b 16:33:29 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 16:33:29 ---> Using cache 16:33:29 ---> 9c4b4a69fc08 16:33:29 Step 6/26 : COPY go.mod vendor* ./ 16:33:29 ---> Using cache 16:33:29 ---> 459e9c4fe117 16:33:29 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:33:29 ---> Using cache 16:33:29 ---> 8125deaee527 16:33:29 Step 8/26 : COPY . . 16:33:29 ---> Using cache 16:33:29 ---> d2b61eb794b7 16:33:29 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 16:33:29 ---> Using cache 16:33:29 ---> 0e79eab0c825 16:33:29 Step 10/26 : WORKDIR /edgex-go/spire-build 16:33:29 ---> Using cache 16:33:29 ---> 04530c93865d 16:33:29 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 16:33:29 ---> Using cache 16:33:29 ---> d23d27bbae27 16:33:29 Step 12/26 : WORKDIR /edgex-go 16:33:29 ---> Using cache 16:33:29 ---> 10f547b00d9b 16:33:29 16:33:29 Step 13/26 : FROM alpine:3.15 16:33:29 ---> 3fb3c9af89a9 16:33:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:33:29 ---> Using cache 16:33:29 ---> badc1815bf70 16:33:29 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:33:29 ---> Using cache 16:33:29 ---> f0f0218948ec 16:33:29 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 16:33:29 ---> Running in 90d89ed1ab64 16:33:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:33:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:33:33 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 16:33:33 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 16:33:33 OK: 15736 distinct packages available 16:33:33 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:33:34 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:33:35 (1/4) Installing dumb-init (1.2.5-r1) 16:33:35 (2/4) Installing musl-obstack (1.2.3-r0) 16:33:35 (3/4) Installing libucontext (1.1-r0) 16:33:35 (4/4) Installing gcompat (1.0.0-r4) 16:33:35 Executing busybox-1.34.1-r5.trigger 16:33:35 OK: 6 MiB in 18 packages 16:33:37 Removing intermediate container 90d89ed1ab64 16:33:37 ---> 0065251386c7 16:33:37 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:33:44 ---> ea15643d1732 16:33:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 16:33:45 ---> 09f101cb6ae6 16:33:45 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 16:33:45 ---> Running in a124e78229c4 16:33:46 Removing intermediate container a124e78229c4 16:33:46 ---> 901d68a3673e 16:33:46 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 16:33:47 ---> 2d275e75ddc9 16:33:47 Step 21/26 : WORKDIR / 16:33:47 ---> Running in b29a3492156a 16:33:48 Removing intermediate container b29a3492156a 16:33:48 ---> c26bcb2d1024 16:33:48 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:33:48 ---> Running in 330e025156fe 16:33:49 Removing intermediate container 330e025156fe 16:33:49 ---> 432b17d4e9a9 16:33:49 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:33:49 ---> Running in 3f444b901df4 16:33:51 Removing intermediate container 3f444b901df4 16:33:51 ---> cb360938a693 16:33:51 Step 24/26 : LABEL arch=arm64 16:33:51 ---> Running in ed72e57df4ed 16:33:52 Removing intermediate container ed72e57df4ed 16:33:52 ---> 97fe73664e15 16:33:52 Step 25/26 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:33:52 ---> Running in 6a6aba824cb5 16:33:53 Removing intermediate container 6a6aba824cb5 16:33:53 ---> 25422c1ebd54 16:33:53 Step 26/26 : LABEL version=2.2.1-dev.17 16:33:54 ---> Running in 75c041626d92 16:33:55 Removing intermediate container 75c041626d92 16:33:55 ---> 33cfe055ba03 16:33:55 16:33:56 Successfully built 33cfe055ba03 16:33:56 Successfully tagged security-spire-config-arm64:latest 16:33:56 Building support-scheduler 16:34:00  Building security-spire-config ... done Removing intermediate container 99887a6bdbab 16:34:00 ---> 61bb0e6f714a 16:34:00 16:34:00 Step 10/22 : FROM alpine:3.14 16:34:00 ---> ac73e934f311 16:34:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:34:00 ---> Running in fb71cffb829c 16:34:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:34:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:34:04 (1/2) Installing ca-certificates (20211220-r0) 16:34:04 (2/2) Installing dumb-init (1.2.5-r1) 16:34:04 Executing busybox-1.33.1-r7.trigger 16:34:04 Executing ca-certificates-20211220-r0.trigger 16:34:05 OK: 6 MiB in 16 packages 16:34:08 Removing intermediate container fb71cffb829c 16:34:08 ---> d4304793669d 16:34:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:34:08 ---> Running in d4fb18b0effa 16:34:09 Removing intermediate container d4fb18b0effa 16:34:09 ---> 676e98f83fc7 16:34:09 Step 13/22 : ENV APP_PORT=59860 16:34:09 ---> Running in a6f536892618 16:34:10 Removing intermediate container a6f536892618 16:34:10 ---> bc6e5aaae8b9 16:34:10 Step 14/22 : EXPOSE $APP_PORT 16:34:10 ---> Running in 6519ffe6ad5f 16:34:11 Removing intermediate container 6519ffe6ad5f 16:34:11 ---> 1c79fd99921c 16:34:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:34:12 ---> 9ab414a06b35 16:34:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:34:17 ---> 9e9959e3a5bd 16:34:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:34:17 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:34:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:34:17 ---> 26a9b95705f5 16:34:17 Step 3/22 : WORKDIR /edgex-go 16:34:17 ---> Using cache 16:34:17 ---> df6796814ada 16:34:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:17 ---> Using cache 16:34:17 ---> eaddf8b7302b 16:34:17 Step 5/22 : RUN apk add --update --no-cache make git 16:34:17 ---> Using cache 16:34:17 ---> b506e0bc536b 16:34:17 Step 6/22 : COPY go.mod vendor* ./ 16:34:17 ---> Using cache 16:34:17 ---> fcbc443f8f8d 16:34:17 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:34:17 ---> Using cache 16:34:17 ---> 756103289e4e 16:34:17 Step 8/22 : COPY . . 16:34:17 ---> Using cache 16:34:17 ---> ac36b2d7040b 16:34:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:34:17 ---> Running in c58aa95e14fe 16:34:19 ---> 1ee08196cd61 16:34:19 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:34:19 ---> Running in cabb330ba10f 16:34:20 Removing intermediate container cabb330ba10f 16:34:20 ---> a8c71342865f 16:34:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:34:20 ---> Running in 13444b149819 16:34:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:34:20 Removing intermediate container 13444b149819 16:34:20 ---> 9cd2d6a7dcd7 16:34:20 Step 20/22 : LABEL arch=arm64 16:34:21 ---> Running in 7ddd1131ef9b 16:34:21 Removing intermediate container 7ddd1131ef9b 16:34:21 ---> 2ecb4a930fa9 16:34:21 Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:34:21 ---> Running in 37d2488daa17 16:34:22 Removing intermediate container 37d2488daa17 16:34:22 ---> 4980c1916861 16:34:22 Step 22/22 : LABEL version=2.2.1-dev.17 16:34:22 ---> Running in 8f2d3d1d874e 16:34:23 Removing intermediate container 8f2d3d1d874e 16:34:23 ---> bf3057189a5e 16:34:23 16:34:23 Successfully built bf3057189a5e 16:34:23 Successfully tagged support-notifications-arm64:latest 16:34:23  Building support-notifications ... done Building security-spiffe-token-provider 16:34:42 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:34:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 16:34:42 ---> 26a9b95705f5 16:34:42 Step 3/20 : WORKDIR /edgex-go 16:34:42 ---> Using cache 16:34:42 ---> df6796814ada 16:34:42 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 16:34:42 ---> Running in 84e0424c4c93 16:34:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:34:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:34:47 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 16:34:47 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 16:34:47 OK: 15743 distinct packages available 16:34:47 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:34:48 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:34:50 OK: 220 MiB in 52 packages 16:34:51 Removing intermediate container 84e0424c4c93 16:34:51 ---> 12c8d4148d9e 16:34:51 Step 5/20 : COPY go.mod vendor* ./ 16:34:52 ---> 248c261d283a 16:34:53 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:34:53 ---> Running in 6e5f1389d9a7 16:35:01 Removing intermediate container 6e5f1389d9a7 16:35:01 ---> b26e1a17bdf2 16:35:01 Step 7/20 : COPY . . 16:35:13 ---> 8c68820093f6 16:35:13 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 16:35:13 ---> Running in 45849fbd386d 16:35:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 16:38:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 16:38:43 Removing intermediate container 132521676d7a 16:38:43 ---> 55160b4611f8 16:38:43 16:38:43 Step 10/23 : FROM alpine:3.14 16:38:43 ---> ac73e934f311 16:38:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:38:43 ---> Running in 151866189b8f 16:38:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:38:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:38:47 (1/1) Installing dumb-init (1.2.5-r1) 16:38:47 Executing busybox-1.33.1-r7.trigger 16:38:47 OK: 5 MiB in 15 packages 16:38:48 Removing intermediate container 151866189b8f 16:38:48 ---> 46e45be24b52 16:38:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:38:48 ---> Running in 99d01a384501 16:38:49 Removing intermediate container 99d01a384501 16:38:49 ---> 7df1a8aa7027 16:38:49 Step 13/23 : ENV APP_PORT=59882 16:38:49 ---> Running in 953be96613ba 16:38:50 Removing intermediate container 953be96613ba 16:38:50 ---> 0af67b088a24 16:38:50 Step 14/23 : EXPOSE $APP_PORT 16:38:50 ---> Running in da42505c99c0 16:38:50 Removing intermediate container da42505c99c0 16:38:50 ---> 7c69e427a081 16:38:50 Step 15/23 : WORKDIR / 16:38:50 ---> Running in b3a69ddada25 16:38:51 Removing intermediate container b3a69ddada25 16:38:51 ---> 9accf7091b84 16:38:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:38:52 ---> e91b3b1cdc4e 16:38:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:38:54 ---> 06485c546256 16:38:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:38:55 ---> eecc3e7d2294 16:38:55 Step 19/23 : ENTRYPOINT ["/core-command"] 16:38:55 ---> Running in bf81a429e38c 16:38:56 Removing intermediate container bf81a429e38c 16:38:56 ---> 502a4f65b32d 16:38:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:38:56 ---> Running in 38e818f31075 16:38:56 Removing intermediate container 38e818f31075 16:38:56 ---> 6fe93ef17ec5 16:38:56 Step 21/23 : LABEL arch=arm64 16:38:57 ---> Running in 25d9abd06b5a 16:38:57 Removing intermediate container 25d9abd06b5a 16:38:57 ---> bdd06d265050 16:38:57 Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:38:57 ---> Running in 7fb12efb2714 16:38:58 Removing intermediate container 7fb12efb2714 16:38:58 ---> deb5b24182b3 16:38:58 Step 23/23 : LABEL version=2.2.1-dev.17 16:38:58 ---> Running in 8f94405aec26 16:38:59 Removing intermediate container 8f94405aec26 16:38:59 ---> 02b0c9e04cba 16:38:59 16:39:00 Successfully built 02b0c9e04cba 16:39:00 Successfully tagged core-command-arm64:latest 16:39:07  Building core-command ... done Removing intermediate container 3a63f6862ca8 16:39:07 ---> 9b6d81f20098 16:39:07 16:39:07 Step 10/22 : FROM alpine:3.14 16:39:07 ---> ac73e934f311 16:39:07 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 16:39:07 ---> Running in 711846fa13d0 16:39:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:39:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:39:09 (1/6) Installing ca-certificates (20211220-r0) 16:39:09 (2/6) Installing brotli-libs (1.0.9-r5) 16:39:10 (3/6) Installing nghttp2-libs (1.43.0-r0) 16:39:10 (4/6) Installing libcurl (7.79.1-r2) 16:39:10 (5/6) Installing curl (7.79.1-r2) 16:39:10 (6/6) Installing dumb-init (1.2.5-r1) 16:39:10 Executing busybox-1.33.1-r7.trigger 16:39:10 Executing ca-certificates-20211220-r0.trigger 16:39:10 OK: 8 MiB in 20 packages 16:39:12 Removing intermediate container 711846fa13d0 16:39:12 ---> 352c61443cd8 16:39:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:39:12 ---> Running in a09500e4ce27 16:39:13 Removing intermediate container a09500e4ce27 16:39:13 ---> 923f4fb0e944 16:39:13 Step 13/22 : WORKDIR /edgex 16:39:13 ---> Running in 3582dd8cd614 16:39:13 Removing intermediate container 3582dd8cd614 16:39:13 ---> 941d0acdee2e 16:39:13 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:39:14 ---> 4ee25c861116 16:39:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:39:16 ---> cdfa7a78ff1e 16:39:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:39:18 ---> 0c0302b5781c 16:39:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 16:39:19 ---> 2b7498bf827a 16:39:19 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:39:20 ---> Running in 0944bf9f230e 16:39:25 Removing intermediate container 0944bf9f230e 16:39:25 ---> 9178d076e303 16:39:25 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 16:39:25 ---> Running in ac78ab41d635 16:39:25 Removing intermediate container ac78ab41d635 16:39:25 ---> 5310e451e2a1 16:39:25 Step 20/22 : LABEL arch=arm64 16:39:26 ---> Running in b534b29d3fdd 16:39:27 Removing intermediate container b534b29d3fdd 16:39:27 ---> 0ebaa1668757 16:39:27 Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:39:27 ---> Running in b5cf1a8bd9b6 16:39:28 Removing intermediate container b5cf1a8bd9b6 16:39:28 ---> 784e1200a531 16:39:28 Step 22/22 : LABEL version=2.2.1-dev.17 16:39:28 ---> Running in 33ef344ed51d 16:39:29 Removing intermediate container 33ef344ed51d 16:39:29 ---> 29a6a119c14c 16:39:29 16:39:29 Removing intermediate container c7b64024b9ad 16:39:29 ---> a72ff2bc8a7c 16:39:29 16:39:29 Step 10/23 : FROM alpine:3.14 16:39:29 Successfully built 29a6a119c14c 16:39:30 ---> ac73e934f311 16:39:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:39:30 Successfully tagged security-proxy-setup-arm64:latest 16:39:30 ---> Using cache 16:39:30 ---> 46e45be24b52 16:39:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:39:30 ---> Using cache 16:39:30 ---> 7df1a8aa7027 16:39:30  Building security-proxy-setup ... done Step 13/23 : ENV APP_PORT=59881 16:39:30 ---> Running in 4a00a333d2f8 16:39:30 Removing intermediate container 4a00a333d2f8 16:39:30 ---> 635c86995ff9 16:39:30 Step 14/23 : EXPOSE $APP_PORT 16:39:30 ---> Running in 294b3ca7d09d 16:39:31 Removing intermediate container 294b3ca7d09d 16:39:31 ---> 1b2a53ce2f40 16:39:31 Step 15/23 : WORKDIR / 16:39:31 ---> Running in 22eed29bb4ef 16:39:32 Removing intermediate container 22eed29bb4ef 16:39:32 ---> 03311b9facaf 16:39:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:39:33 ---> 350aa24fe487 16:39:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:39:35 ---> 9206f3543e19 16:39:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:39:36 ---> 92ae26dea0ba 16:39:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:39:36 ---> Running in a97cfcc97a48 16:39:36 Removing intermediate container a97cfcc97a48 16:39:36 ---> d9ca3f6c806e 16:39:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:39:36 ---> Running in 24db69f0c13a 16:39:37 Removing intermediate container 24db69f0c13a 16:39:37 ---> 239ec3fe8f61 16:39:37 Step 21/23 : LABEL arch=arm64 16:39:37 ---> Running in 3c4b3f49a25f 16:39:38 Removing intermediate container 3c4b3f49a25f 16:39:38 ---> 19fc839bc00a 16:39:38 Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:39:38 ---> Running in e9d772f1d147 16:39:39 Removing intermediate container e9d772f1d147 16:39:39 ---> fc86bcad8592 16:39:39 Step 23/23 : LABEL version=2.2.1-dev.17 16:39:39 ---> Running in 3c6e8d570bf1 16:39:39 Removing intermediate container 3c6e8d570bf1 16:39:39 ---> 10b6023fd4e3 16:39:39 16:39:40 Successfully built 10b6023fd4e3 16:39:40 Successfully tagged core-metadata-arm64:latest 16:41:17  Building core-metadata ... done Removing intermediate container 45849fbd386d 16:41:17 ---> 0972eaf1711e 16:41:17 16:41:17 Step 9/20 : FROM alpine:3.15 16:41:17 ---> 3fb3c9af89a9 16:41:17 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:41:17 ---> Using cache 16:41:17 ---> badc1815bf70 16:41:17 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:17 ---> Using cache 16:41:17 ---> f0f0218948ec 16:41:17 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 16:41:17 Removing intermediate container c58aa95e14fe 16:41:17 ---> a1b01a4eb2be 16:41:17 16:41:17 Step 10/22 : FROM alpine:3.14 16:41:17 ---> ac73e934f311 16:41:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:41:17 ---> Using cache 16:41:17 ---> 46e45be24b52 16:41:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:41:17 ---> Using cache 16:41:17 ---> 7df1a8aa7027 16:41:17 Step 13/22 : ENV APP_PORT=59861 16:41:17 ---> Running in 0f7a5a18cb43 16:41:17 ---> Running in 462b19bce074 16:41:17 Removing intermediate container 0f7a5a18cb43 16:41:17 ---> 24a331bd6c05 16:41:17 Step 14/22 : EXPOSE $APP_PORT 16:41:17 ---> Running in 7e1047e631cd 16:41:17 Removing intermediate container 7e1047e631cd 16:41:17 ---> d1fb533105e3 16:41:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:41:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:41:17 ---> 0dbec84aab15 16:41:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:41:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:41:17 ---> 041b133f1b5d 16:41:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:41:17 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 16:41:17 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 16:41:17 OK: 15736 distinct packages available 16:41:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:41:17 ---> 5cc5ca691744 16:41:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:41:17 ---> Running in 7abaa33b7b55 16:41:17 Removing intermediate container 7abaa33b7b55 16:41:17 ---> 151f8d48cd05 16:41:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:41:17 ---> Running in c5afe4aa7962 16:41:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:41:17 Removing intermediate container c5afe4aa7962 16:41:17 ---> 1674d6a59e63 16:41:17 Step 20/22 : LABEL arch=arm64 16:41:17 ---> Running in 671e7ba6a0df 16:41:17 Removing intermediate container 671e7ba6a0df 16:41:17 ---> 91cba0178647 16:41:17 Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 16:41:17 ---> Running in 0981c2a279c5 16:41:17 Removing intermediate container 0981c2a279c5 16:41:17 ---> fa54ebffc659 16:41:17 Step 22/22 : LABEL version=2.2.1-dev.17 16:41:17 ---> Running in 60f56661f603 16:41:17 (1/9) Installing ca-certificates (20211220-r0) 16:41:17 (2/9) Installing brotli-libs (1.0.9-r5) 16:41:17 Removing intermediate container 60f56661f603 16:41:17 ---> 7b7b6d7d478d 16:41:17 16:41:17 (3/9) Installing nghttp2-libs (1.46.0-r0) 16:41:17 (4/9) Installing libcurl (7.80.0-r1) 16:41:17 ERROR: libcurl-7.80.0-r1: package mentioned in index not found (try 'apk update') 16:41:17 (5/9) Installing curl (7.80.0-r1) 16:41:17 Successfully built 7b7b6d7d478d 16:41:18 Successfully tagged support-scheduler-arm64:latest 16:41:18  Building support-scheduler ... done ERROR: curl-7.80.0-r1: package mentioned in index not found (try 'apk update') 16:41:18 (6/9) Installing dumb-init (1.2.5-r1) 16:41:19 (7/9) Installing musl-obstack (1.2.3-r0) 16:41:19 (8/9) Installing libucontext (1.1-r0) 16:41:19 (9/9) Installing gcompat (1.0.0-r4) 16:41:19 Executing busybox-1.34.1-r5.trigger 16:41:19 Executing ca-certificates-20211220-r0.trigger 16:41:19 2 errors; 7 MiB in 21 packages 16:41:20 16:41:20 ERROR: for security-spire-agent (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init openssl gcompat' returned a non-zero code: 1") 16:41:20 16:41:20 ERROR: for security-spire-server (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init openssl gcompat' returned a non-zero code: 1") 16:41:20 16:41:20 ERROR: for security-spiffe-token-provider (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init curl gcompat' returned a non-zero code: 2") 16:41:20 Service 'security-spiffe-token-provider' failed to build: The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init curl gcompat' returned a non-zero code: 2 [Pipeline] } 16:41:20 $ docker stop --time=1 128a2daac02bc67788a63d0d8e7fc74a7bb9c8abfd4011240f98b5b669d25126 16:41:22 $ docker rm -f 128a2daac02bc67788a63d0d8e7fc74a7bb9c8abfd4011240f98b5b669d25126 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:41:23 16:41:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:41:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:41:24 arm64: Pulling from edgex-lftools-log-publisher 16:41:24 8998bd30e6a1: Pulling fs layer 16:41:24 04944245beec: Pulling fs layer 16:41:24 699f458cf7ca: Pulling fs layer 16:41:24 765212b225bb: Pulling fs layer 16:41:24 f23df028b6ca: Pulling fs layer 16:41:24 d65c8cfc05b1: Pulling fs layer 16:41:24 2437ff75d9bd: Pulling fs layer 16:41:24 f23df028b6ca: Waiting 16:41:24 d65c8cfc05b1: Waiting 16:41:24 765212b225bb: Waiting 16:41:24 2437ff75d9bd: Waiting 16:41:24 04944245beec: Verifying Checksum 16:41:24 04944245beec: Download complete 16:41:24 765212b225bb: Verifying Checksum 16:41:24 765212b225bb: Download complete 16:41:24 f23df028b6ca: Verifying Checksum 16:41:24 f23df028b6ca: Download complete 16:41:24 d65c8cfc05b1: Verifying Checksum 16:41:24 d65c8cfc05b1: Download complete 16:41:24 699f458cf7ca: Verifying Checksum 16:41:24 699f458cf7ca: Download complete 16:41:25 8998bd30e6a1: Verifying Checksum 16:41:25 8998bd30e6a1: Download complete 16:41:27 2437ff75d9bd: Verifying Checksum 16:41:27 2437ff75d9bd: Download complete 16:41:30 8998bd30e6a1: Pull complete 16:41:30 04944245beec: Pull complete 16:41:32 699f458cf7ca: Pull complete 16:41:32 765212b225bb: Pull complete 16:41:33 f23df028b6ca: Pull complete 16:41:33 d65c8cfc05b1: Pull complete 16:41:52 2437ff75d9bd: Pull complete 16:41:52 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:41:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:41:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:41:52 prd-ubuntu20.04-docker-arm64-4c-16g-16584 does not seem to be running inside a container 16:41:52 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:41:55 $ docker top 2a77dd71e14488092bb291d6acd2b3305cb3f1d8d280e7884822857bd008dcb4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:41:56 ---> job-cost.sh 16:41:56 lf-activate-venv: SKIPPING 16:41:56 INFO: No Stack... 16:41:57 INFO: Retrieving Pricing Info for: v3-standard-4 16:41:58 INFO: Archiving Costs [Pipeline] sh 16:41:59 + + cat /w/workspace/edgex-go/247/archives/cost.csv 16:41:59 cut -d, -f6 [Pipeline] lock 16:41:59 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-247-stack-cost] 16:41:59 Resource [jenkins-edgexfoundry-edgex-go-main-247-stack-cost] did not exist. Created. 16:41:59 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-247-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:41:59 + echo total: 0.10999999940395355 [Pipeline] stash 16:42:00 Stashed 1 file(s) [Pipeline] } 16:42:00 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-247-stack-cost] [Pipeline] // lock [Pipeline] } 16:42:00 $ docker stop --time=1 2a77dd71e14488092bb291d6acd2b3305cb3f1d8d280e7884822857bd008dcb4 16:42:02 $ docker rm -f 2a77dd71e14488092bb291d6acd2b3305cb3f1d8d280e7884822857bd008dcb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:42:02 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 16:42:02 + [ -d /w/workspace/edgex-go/247/archives ] [Pipeline] libraryResource [Pipeline] sh 16:42:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:42:04 ---> package-listing.sh 16:42:04 ++ facter osfamily 16:42:04 ++ tr '[:upper:]' '[:lower:]' 16:42:04 + OS_FAMILY=debian 16:42:04 + workspace=/w/workspace/edgex-go/247 16:42:04 + START_PACKAGES=/tmp/packages_start.txt 16:42:04 + END_PACKAGES=/tmp/packages_end.txt 16:42:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:42:04 + PACKAGES=/tmp/packages_start.txt 16:42:04 + '[' /w/workspace/edgex-go/247 ']' 16:42:04 + PACKAGES=/tmp/packages_end.txt 16:42:04 + case "${OS_FAMILY}" in 16:42:04 + dpkg -l 16:42:04 + grep '^ii' 16:42:04 + '[' -f /tmp/packages_start.txt ']' 16:42:04 + '[' -f /tmp/packages_end.txt ']' 16:42:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:42:04 + '[' /w/workspace/edgex-go/247 ']' 16:42:04 + mkdir -p /w/workspace/edgex-go/247/archives/ 16:42:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/247/archives/ [Pipeline] echo 16:42:04 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/247/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:42:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:42:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:42:05 16:42:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:42:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:42:05 latest: Pulling from edgex-lftools-log-publisher 16:42:05 5eb5b503b376: Pulling fs layer 16:42:05 5c69ac0246d0: Pulling fs layer 16:42:05 ec43610c2a17: Pulling fs layer 16:42:05 3a2ae6a8a46f: Pulling fs layer 16:42:05 33b1e0a273af: Pulling fs layer 16:42:05 5d3b04190fa2: Pulling fs layer 16:42:05 2f39f015ded8: Pulling fs layer 16:42:05 33b1e0a273af: Waiting 16:42:05 5d3b04190fa2: Waiting 16:42:05 2f39f015ded8: Waiting 16:42:05 3a2ae6a8a46f: Waiting 16:42:05 5c69ac0246d0: Verifying Checksum 16:42:05 5c69ac0246d0: Download complete 16:42:05 3a2ae6a8a46f: Download complete 16:42:05 33b1e0a273af: Verifying Checksum 16:42:05 33b1e0a273af: Download complete 16:42:05 5d3b04190fa2: Verifying Checksum 16:42:05 5d3b04190fa2: Download complete 16:42:05 ec43610c2a17: Verifying Checksum 16:42:05 ec43610c2a17: Download complete 16:42:05 5eb5b503b376: Verifying Checksum 16:42:05 5eb5b503b376: Download complete 16:42:06 2f39f015ded8: Download complete 16:42:06 5eb5b503b376: Pull complete 16:42:07 5c69ac0246d0: Pull complete 16:42:07 ec43610c2a17: Pull complete 16:42:07 3a2ae6a8a46f: Pull complete 16:42:07 33b1e0a273af: Pull complete 16:42:07 5d3b04190fa2: Pull complete 16:42:12 2f39f015ded8: Pull complete 16:42:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:42:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:42:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:42:12 prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container 16:42:12 $ 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/247/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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:42:14 $ docker top e2813e541e14648719962e0b16900a50fff516c848dae25f333b70c5cfb4dcba -eo pid,comm [Pipeline] { [Pipeline] sh 16:42:14 + touch /tmp/pre-build-complete [Pipeline] sh 16:42:15 + mkdir -p /var/log/sysstat [Pipeline] sh 16:42:15 + ls /var/log/sa-host 16:42:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:42:15 provisioning config files... 16:42:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/247@tmp/config6048903826938303871tmp [Pipeline] { [Pipeline] echo 16:42:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:42:15 ---> create-netrc.sh [Pipeline] } 16:42:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:42:16 ---> python-tools-install.sh [Pipeline] echo 16:42:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:42:16 ---> sudo-logs.sh 16:42:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:42:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:42:16 ---> job-cost.sh 16:42:16 lf-activate-venv: SKIPPING 16:42:16 DEBUG: total: 0.10999999940395355 16:42:16 INFO: Retrieving Stack Cost... 16:42:16 INFO: Retrieving Pricing Info for: v3-standard-8 16:42:17 INFO: Archiving Costs [Pipeline] echo 16:42:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:42:18 ---> logs-deploy.sh 16:42:18 lf-activate-venv: SKIPPING 16:42:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/247 16:42:18 INFO: archiving workspace using pattern(s): 16:42:19 Archives upload complete. 16:42:19 INFO: archiving logs to Nexus