Pull request #4490 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9015bea025e8e5d13f701dcba08a12a936b09757+d92bec74020a648086c22ac11f002708918e28aa (1c98d028fceb4b791a160c6ac82d50850ac7a2a2) 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-ssh15451600631909699916.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh1000953176147340553.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 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4490/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4490/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1048035685054616075.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4490/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3091723627640846231.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14631343585977762242.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4490/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4490/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15901358055797716189.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a 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/v3], 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.20 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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6561 in /w/workspace/edgexfoundry_edgex-go_PR-4490 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit d92bec74020a648086c22ac11f002708918e28aa into PR head commit 9015bea025e8e5d13f701dcba08a12a936b09757 Merge succeeded, producing 9015bea025e8e5d13f701dcba08a12a936b09757 Checking out Revision 9015bea025e8e5d13f701dcba08a12a936b09757 (PR-4490) Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.3 to 2.1.4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4490/head:refs/remotes/origin/PR-4490 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9015bea025e8e5d13f701dcba08a12a936b09757 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d92bec74020a648086c22ac11f002708918e28aa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9015bea025e8e5d13f701dcba08a12a936b09757 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:59:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:59:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:59:05 ========================================================= 19:59:05 EdgeX Global Pipelines Version Info 19:59:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:59:06 ------------------- 19:59:06 stable info: 19:59:06 ------------------- 19:59:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:59:06 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 19:59:06 Message: update stable to v1.0.245 19:59:06 ------------------- 19:59:06 experimental info: 19:59:06 ------------------- 19:59:06 Commited By: **** collab-it+edgex@linuxfoundation.org 19:59:06 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 19:59:06 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:59:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4490 [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4490 [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4490 [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9015bea025e8e5d13f701dcba08a12a936b09757 [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9015bea [Pipeline] echo 19:59:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:59:08 provisioning config files... 19:59:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3199413970923654210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:59:08 ---> docker-login.sh 19:59:08 nexus3.edgexfoundry.org:10001 19:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:09 Configure a credential helper to remove this warning. See 19:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:09 19:59:09 Login Succeeded 19:59:09 nexus3.edgexfoundry.org:10002 19:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:09 Configure a credential helper to remove this warning. See 19:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:09 19:59:09 Login Succeeded 19:59:09 nexus3.edgexfoundry.org:10003 19:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:09 Configure a credential helper to remove this warning. See 19:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:09 19:59:09 Login Succeeded 19:59:09 nexus3.edgexfoundry.org:10004 19:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:09 Configure a credential helper to remove this warning. See 19:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:09 19:59:09 Login Succeeded 19:59:09 docker.io 19:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:09 Configure a credential helper to remove this warning. See 19:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:09 19:59:09 Login Succeeded 19:59:09 ---> docker-login.sh ends [Pipeline] } 19:59:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:59:10 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/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 19:59:10 + dirname cmd/core-command/Dockerfile 19:59:10 + cut -d/ -f2 19:59:10 + echo core-command,cmd/core-command/Dockerfile 19:59:10 + cut -d/ -f2 19:59:10 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:59:10 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:59:10 + dirname cmd/core-data/Dockerfile 19:59:10 + cut -d/ -f2 19:59:10 + echo core-data,cmd/core-data/Dockerfile 19:59:10 + + cut -d/ -f2 19:59:10 dirname cmd/core-metadata/Dockerfile 19:59:10 + echo core-metadata,cmd/core-metadata/Dockerfile 19:59:10 + dirname cmd/security-bootstrapper/Dockerfile 19:59:10 + cut -d/ -f2 19:59:10 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:59:10 + dirname cmd/security-proxy-auth/Dockerfile 19:59:10 + cut -d/ -f2 19:59:10 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:59:10 + dirname cmd/security-proxy-setup/Dockerfile 19:59:10 + cut -d/ -f2 19:59:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:59:10 + dirname cmd/security-secretstore-setup/Dockerfile 19:59:10 + cut -d/ -f2 19:59:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:59:10 + + dirname cmd/security-spiffe-token-provider/Dockerfile 19:59:10 cut -d/ -f2 19:59:10 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:59:10 + + dirname cmd/security-spire-agent/Dockerfile 19:59:10 cut -d/ -f2 19:59:10 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:59:10 + dirname cmd/security-spire-config/Dockerfile 19:59:10 + cut -d/ -f2 19:59:10 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:59:10 + + cut -d/ -f2 19:59:10 dirname cmd/security-spire-server/Dockerfile 19:59:10 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:59:10 + dirname cmd/support-notifications/Dockerfile 19:59:10 + cut -d/ -f2 19:59:10 + echo support-notifications,cmd/support-notifications/Dockerfile 19:59:10 + cut -d/ -f2 19:59:10 + dirname cmd/support-scheduler/Dockerfile 19:59:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:59:10 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/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-auth, dockerfile:cmd/security-proxy-auth/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]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:59:10 + git rev-list -1 --merges 9015bea025e8e5d13f701dcba08a12a936b09757~1..9015bea025e8e5d13f701dcba08a12a936b09757 [Pipeline] echo 19:59:10 -----------> git rev-list -1 --merges 9015bea025e8e5d13f701dcba08a12a936b09757~1..9015bea025e8e5d13f701dcba08a12a936b09757 9015bea025e8e5d13f701dcba08a12a936b09757 [false] [Pipeline] sh 19:59:11 + git log --format=format:%s -1 9015bea025e8e5d13f701dcba08a12a936b09757 [Pipeline] echo 19:59:11 ========================================================= 19:59:11 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:59:11 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:59:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:59:11 + grep -v github /etc/ssh/ssh_known_hosts 19:59:11 + [ -e /tmp/ssh_known_hosts ] 19:59:11 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:59:11 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:59:11 sudo tee -a /etc/ssh/ssh_known_hosts 19:59:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:12 19:59:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:12 0.1.4: Pulling from edgex-devops/py-git-semver 19:59:12 b85a868b505f: Pulling fs layer 19:59:12 e2be974225ed: Pulling fs layer 19:59:12 339a4e72a1f5: Pulling fs layer 19:59:12 988bab9f4d93: Pulling fs layer 19:59:12 1469e6f7b9e6: Pulling fs layer 19:59:12 eaf3925da568: Pulling fs layer 19:59:12 bab4dde63d76: Pulling fs layer 19:59:12 bde34c3a00c8: Pulling fs layer 19:59:12 b352a97aabf1: Pulling fs layer 19:59:12 4872d77fe225: Pulling fs layer 19:59:12 5851b861e8e6: Pulling fs layer 19:59:12 bab4dde63d76: Waiting 19:59:12 bde34c3a00c8: Waiting 19:59:12 4872d77fe225: Waiting 19:59:12 b352a97aabf1: Waiting 19:59:12 5851b861e8e6: Waiting 19:59:12 988bab9f4d93: Waiting 19:59:12 1469e6f7b9e6: Waiting 19:59:12 eaf3925da568: Waiting 19:59:12 e2be974225ed: Verifying Checksum 19:59:12 e2be974225ed: Download complete 19:59:12 988bab9f4d93: Verifying Checksum 19:59:12 988bab9f4d93: Download complete 19:59:12 1469e6f7b9e6: Verifying Checksum 19:59:12 1469e6f7b9e6: Download complete 19:59:12 339a4e72a1f5: Verifying Checksum 19:59:12 339a4e72a1f5: Download complete 19:59:12 eaf3925da568: Verifying Checksum 19:59:12 eaf3925da568: Download complete 19:59:12 bde34c3a00c8: Download complete 19:59:12 b352a97aabf1: Download complete 19:59:12 4872d77fe225: Download complete 19:59:12 5851b861e8e6: Download complete 19:59:12 b85a868b505f: Verifying Checksum 19:59:12 b85a868b505f: Download complete 19:59:13 bab4dde63d76: Verifying Checksum 19:59:13 bab4dde63d76: Download complete 19:59:14 b85a868b505f: Pull complete 19:59:14 e2be974225ed: Pull complete 19:59:14 339a4e72a1f5: Pull complete 19:59:14 988bab9f4d93: Pull complete 19:59:15 1469e6f7b9e6: Pull complete 19:59:15 eaf3925da568: Pull complete 19:59:16 bab4dde63d76: Pull complete 19:59:16 bde34c3a00c8: Pull complete 19:59:16 b352a97aabf1: Pull complete 19:59:16 4872d77fe225: Pull complete 19:59:16 5851b861e8e6: Pull complete 19:59:16 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:59:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:16 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:17 prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container 19:59:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:59:20 $ docker top 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a -eo pid,comm 19:59:20 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). 19:59:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:59:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:59:20 [ssh-agent] Looking for ssh-agent implementation... 19:59:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:59:20 $ docker exec 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a ssh-agent 19:59:20 SSH_AUTH_SOCK=/tmp/ssh-vQ6mJ3IxZB3R/agent.34 19:59:20 SSH_AGENT_PID=40 19:59:20 Running ssh-add (command line suppressed) 19:59:20 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16494033353989336563.key (/w/workspace/edgex-go/1@tmp/private_key_16494033353989336563.key) 19:59:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:59:20 + git tag --points-at HEAD [Pipeline] } 19:59:20 $ docker exec --env ******** --env ******** 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a ssh-agent -k 19:59:21 unset SSH_AUTH_SOCK; 19:59:21 unset SSH_AGENT_PID; 19:59:21 echo Agent pid 40 killed; 19:59:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:59:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:59:21 [ssh-agent] Looking for ssh-agent implementation... 19:59:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:59:21 $ docker exec 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a ssh-agent 19:59:21 SSH_AUTH_SOCK=/tmp/ssh-6v3toZwE9XRk/agent.72 19:59:21 SSH_AGENT_PID=78 19:59:21 Running ssh-add (command line suppressed) 19:59:21 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1104729205566355516.key (/w/workspace/edgex-go/1@tmp/private_key_1104729205566355516.key) 19:59:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:59:21 + git semver init 19:59:22 2023-03-31 19:59:22,014 [run_init] DEBUG init version:0.0.0 force:False 19:59:22 2023-03-31 19:59:22,015 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:59:22 2023-03-31 19:59:22,016 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:59:22 2023-03-31 19:59:22,016 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:59:28 2023-03-31 19:59:27,449 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:59:28 2023-03-31 19:59:27,449 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4490 with force:False 19:59:28 2023-03-31 19:59:27,449 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4490 19:59:28 2023-03-31 19:59:27,451 [execute] INFO git cat-file --batch-check 19:59:28 2023-03-31 19:59:27,452 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:59:28 2023-03-31 19:59:27,457 [execute] INFO git cat-file --batch 19:59:28 2023-03-31 19:59:27,457 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:59:28 2023-03-31 19:59:27,461 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4490 19:59:28 0.0.0 [Pipeline] } 19:59:28 $ docker exec --env ******** --env ******** 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a ssh-agent -k 19:59:28 unset SSH_AUTH_SOCK; 19:59:28 unset SSH_AGENT_PID; 19:59:28 echo Agent pid 78 killed; 19:59:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:59:29 + git semver [Pipeline] } 19:59:29 $ docker stop --time=1 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a 19:59:30 $ docker rm -f --volumes 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a [Pipeline] // withDockerContainer [Pipeline] sh 19:59:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:59:31 Stashed 1 file(s) [Pipeline] echo 19:59:31 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:59:32 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:59:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:32 ========================================================= 19:59:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:59:32 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:59:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:32 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:59:32 63b65145d645: Pulling fs layer 19:59:32 a2d21d5440eb: Pulling fs layer 19:59:32 935e6c44a52c: Pulling fs layer 19:59:32 94cc34f8dd06: Pulling fs layer 19:59:32 30dea6a524f1: Pulling fs layer 19:59:32 a2aff8979fd8: Pulling fs layer 19:59:32 6808be2612f2: Pulling fs layer 19:59:32 f25807f1079a: Pulling fs layer 19:59:32 94cc34f8dd06: Waiting 19:59:32 30dea6a524f1: Waiting 19:59:32 f25807f1079a: Waiting 19:59:32 a2aff8979fd8: Waiting 19:59:32 6808be2612f2: Waiting 19:59:32 a2d21d5440eb: Download complete 19:59:32 94cc34f8dd06: Verifying Checksum 19:59:32 94cc34f8dd06: Download complete 19:59:32 30dea6a524f1: Verifying Checksum 19:59:32 30dea6a524f1: Download complete 19:59:32 63b65145d645: Download complete 19:59:32 a2aff8979fd8: Verifying Checksum 19:59:32 a2aff8979fd8: Download complete 19:59:32 63b65145d645: Pull complete 19:59:32 a2d21d5440eb: Pull complete 19:59:33 f25807f1079a: Verifying Checksum 19:59:33 f25807f1079a: Download complete 19:59:33 935e6c44a52c: Download complete 19:59:33 6808be2612f2: Verifying Checksum 19:59:33 6808be2612f2: Download complete 19:59:36 935e6c44a52c: Pull complete 19:59:36 94cc34f8dd06: Pull complete 19:59:36 30dea6a524f1: Pull complete 19:59:36 a2aff8979fd8: Pull complete 19:59:38 6808be2612f2: Pull complete 19:59:39 f25807f1079a: Pull complete 19:59:39 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 19:59:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:59:39 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:39 WORKDIR /edgex 19:59:39 COPY go.mod . 19:59:39 RUN go mod download 19:59:39 + docker build -t ci-base-image-x86_64 -f - . 19:59:40 Sending build context to Docker daemon 170.5MB 19:59:40 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:40 ---> 3b553350e43f 19:59:40 Step 2/4 : WORKDIR /edgex 19:59:46 Still waiting to schedule task 19:59:46 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:59:47 ---> Running in 926c19f9f684 19:59:47 Removing intermediate container 926c19f9f684 19:59:47 ---> b81857b9deef 19:59:47 Step 3/4 : COPY go.mod . 19:59:47 ---> a9793eaa6137 19:59:47 Step 4/4 : RUN go mod download 19:59:47 ---> Running in 2153dbc72b23 20:00:01 Removing intermediate container 2153dbc72b23 20:00:01 ---> 9fab175c8f23 20:00:01 Successfully built 9fab175c8f23 20:00:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:02 + docker inspect -f . ci-base-image-x86_64 20:00:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:02 prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container 20:00:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:00:02 $ docker top 4ff1c6ce1f08c8fb82c194ab9ff71a9a588dd5761aa16704be7c416f04107d49 -eo pid,comm [Pipeline] { [Pipeline] sh 20:00:03 + go version 20:00:03 go version go1.20.2 linux/amd64 [Pipeline] } 20:00:03 $ docker stop --time=1 4ff1c6ce1f08c8fb82c194ab9ff71a9a588dd5761aa16704be7c416f04107d49 20:00:04 $ docker rm -f --volumes 4ff1c6ce1f08c8fb82c194ab9ff71a9a588dd5761aa16704be7c416f04107d49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:05 + docker inspect -f . ci-base-image-x86_64 20:00:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:05 prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container 20:00:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:00:05 $ docker top 97093daf4273048e521eff274c052877429d542f2c13bf806f49aec69cb83de0 -eo pid,comm [Pipeline] { [Pipeline] echo 20:00:05 ========================================================= 20:00:05 [edgeXBuildGoParallel] Running Tests and Build... 20:00:05 ========================================================= [Pipeline] sh 20:00:06 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:00:06 + make test 20:00:06 go test -race -coverprofile=coverage.out ./... 20:00:13 ? github.com/edgexfoundry/edgex-go [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:00:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:00:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:00:27 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:00:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:00:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:00:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.057s coverage: 28.7% of statements 20:00:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 98.5% of statements 20:00:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:00:30 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:00:30 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.088s coverage: 71.3% of statements 20:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.071s coverage: 54.0% of statements 20:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.690s coverage: 88.5% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.070s coverage: 3.9% of statements 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.343s coverage: 95.6% of statements 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:00:36 ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 72.2% of statements 20:00:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:00:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:00:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:00:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.038s coverage: 65.9% of statements 20:00:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:00:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:00:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.083s coverage: 0.9% of statements 20:00:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.045s coverage: 29.0% of statements 20:00:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 44.1% of statements 20:00:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 82.9% of statements 20:00:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 20:00:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 20:00:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:00:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:00:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:00:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:00:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:00:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:00:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:00:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:00:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:00:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:00:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:00:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:00:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements 20:00:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:00:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:00:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:00:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:00:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:00:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.256s coverage: 79.9% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.073s coverage: 92.9% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.026s coverage: 64.4% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 62.3% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.044s coverage: 20.0% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 81.2% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 82.1% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.058s coverage: 86.0% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.1% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.169s coverage: 38.4% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.068s coverage: 17.7% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.120s coverage: 92.3% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.042s coverage: 61.5% of statements 20:01:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 97.7% of statements 20:01:03 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 20:01:03 running golangci-lint 20:01:03 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:01:03 go version go1.20.2 linux/amd64 20:01:03 level=info msg="[config_reader] Used config file .golangci.yml" 20:01:03 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:01:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6562 in /w/workspace/edgexfoundry_edgex-go_PR-4490 [Pipeline] { [Pipeline] ws 20:01:16 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:01:17 The recommended git tool is: git 20:01:18 level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|imports|deps|name|types_sizes|compiled_files) took 13.031156684s" 20:01:18 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 52.777281ms" 20:01:22 using credential edgex-jenkins-ssh 20:01:22 level=info msg="[linters_context/goanalysis] analyzers took 51.645867689s with top 10 stages: buildir: 25.611128741s, fact_deprecated: 2.022132344s, inspect: 1.963194162s, printf: 1.185008965s, ctrlflow: 1.094922682s, gosec: 1.08167114s, fact_purity: 693.146798ms, isgenerated: 672.886747ms, directives: 655.440347ms, S1038: 587.402174ms" 20:01:22 level=info msg="[runner] Issues before processing: 201, after processing: 0" 20:01:22 level=info msg="[runner] Processors filtering stat (out/in): cgo: 201/201, autogenerated_exclude: 201/201, identifier_marker: 201/201, exclude-rules: 21/201, path_prettifier: 201/201, exclude: 201/201, filename_unadjuster: 201/201, skip_files: 201/201, skip_dirs: 201/201, nolint: 0/21" 20:01:22 level=info msg="[runner] processing took 17.620486ms with stages: nolint: 6.370301ms, identifier_marker: 6.206229ms, exclude-rules: 1.635558ms, autogenerated_exclude: 1.385116ms, path_prettifier: 1.299365ms, skip_dirs: 682.277µs, cgo: 25.13µs, filename_unadjuster: 13.07µs, max_same_issues: 550ns, uniq_by_line: 410ns, skip_files: 380ns, severity-rules: 380ns, exclude: 370ns, source_code: 280ns, sort_results: 240ns, diff: 220ns, max_from_linter: 180ns, path_shortener: 180ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns" 20:01:22 level=info msg="[runner] linters took 6.273485128s with stages: goanalysis_metalinter: 6.255780531s" 20:01:22 level=info msg="File cache stats: 0 entries of total size 0B" 20:01:22 level=info msg="Memory: 195 samples, avg is 171.8MB, max is 755.9MB" 20:01:22 level=info msg="Execution took 19.364771662s" 20:01:22 go vet ./... 20:01:22 Cloning the remote Git repository 20:01:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:01:22 > git init /w/workspace/edgex-go/1 # timeout=10 20:01:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:01:22 > git --version # timeout=10 20:01:22 > git --version # 'git version 2.25.1' 20:01:22 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:01:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:01:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:01:26 ./bin/test-attribution-txt.sh [Pipeline] echo 20:01:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:01:26 + ls -al . 20:01:26 total 704 20:01:26 drwxrwxr-x 11 1001 1001 4096 Mar 31 20:00 . 20:01:26 drwxr-xr-x 4 root root 4096 Mar 31 20:00 .. 20:01:26 drwxrwxr-x 2 1001 1001 4096 Mar 31 19:59 .blubracket 20:01:26 -rw-rw-r-- 1 1001 1001 16 Mar 31 19:59 .dockerignore 20:01:26 drwxrwxr-x 8 1001 1001 4096 Mar 31 19:59 .git 20:01:26 drwxrwxr-x 3 1001 1001 4096 Mar 31 19:59 .github 20:01:26 -rw-rw-r-- 1 1001 1001 1133 Mar 31 19:59 .gitignore 20:01:26 -rw-rw-r-- 1 1001 1001 42 Mar 31 19:59 .golangci.yml 20:01:26 -rw-rw-r-- 1 1001 1001 87 Mar 31 19:59 .hadolint.yml 20:01:26 drwxr-xr-x 3 1001 1001 4096 Mar 31 19:59 .semver 20:01:26 -rw-rw-r-- 1 1001 1001 166 Mar 31 19:59 .sonarcloud.properties 20:01:26 -rw-rw-r-- 1 1001 1001 1171 Mar 31 19:59 ADOPTERS.md 20:01:26 -rw-rw-r-- 1 1001 1001 10835 Mar 31 19:59 Attribution.txt 20:01:26 -rw-rw-r-- 1 1001 1001 73765 Mar 31 19:59 CHANGELOG.md 20:01:26 -rw-rw-r-- 1 1001 1001 3804 Mar 31 19:59 CONTRIBUTING.md 20:01:26 -rw-rw-r-- 1 1001 1001 677 Mar 31 19:59 GOVERNANCE.md 20:01:26 -rw-rw-r-- 1 1001 1001 883 Mar 31 19:59 Jenkinsfile 20:01:26 -rw-rw-r-- 1 1001 1001 10775 Mar 31 19:59 LICENSE 20:01:26 -rw-rw-r-- 1 1001 1001 14368 Mar 31 19:59 Makefile 20:01:26 -rw-rw-r-- 1 1001 1001 582 Mar 31 19:59 OWNERS.md 20:01:26 -rw-rw-r-- 1 1001 1001 9403 Mar 31 19:59 README.md 20:01:26 -rw-rw-r-- 1 1001 1001 789 Mar 31 19:59 SECURITY.md 20:01:26 -rw-rw-r-- 1 1001 1001 5 Mar 31 19:59 VERSION 20:01:26 drwxrwxr-x 2 1001 1001 4096 Mar 31 19:59 bin 20:01:26 drwxrwxr-x 18 1001 1001 4096 Mar 31 19:59 cmd 20:01:26 -rw-r--r-- 1 root root 447380 Mar 31 20:01 coverage.out 20:01:26 -rw-rw-r-- 1 1001 1001 3200 Mar 31 19:59 go.mod 20:01:26 -rw-rw-r-- 1 1001 1001 31265 Mar 31 19:59 go.sum 20:01:26 drwxrwxr-x 7 1001 1001 4096 Mar 31 19:59 internal 20:01:26 drwxrwxr-x 3 1001 1001 4096 Mar 31 19:59 openapi 20:01:26 -rw-rw-r-- 1 1001 1001 594 Mar 31 19:59 security.txt 20:01:26 drwxrwxr-x 4 1001 1001 4096 Mar 31 19:59 snap 20:01:26 -rw-rw-r-- 1 1001 1001 204 Mar 31 19:59 version.go [Pipeline] sh 20:01:27 + '[' -e coverage.out ] 20:01:27 + chown 1001:1001 coverage.out [Pipeline] stash 20:01:27 Stashed 1 file(s) [Pipeline] sh 20:01:27 + make build 20:01:27 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:01:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:01:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:01:39 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:01:39 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:01:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:01:40 Merging remotes/origin/main commit d92bec74020a648086c22ac11f002708918e28aa into PR head commit 9015bea025e8e5d13f701dcba08a12a936b09757 20:01:40 Merge succeeded, producing 9015bea025e8e5d13f701dcba08a12a936b09757 20:01:40 Checking out Revision 9015bea025e8e5d13f701dcba08a12a936b09757 (PR-4490) 20:01:40 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:01:41 Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.3 to 2.1.4" 20:01:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:01:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:01:39 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4490/head:refs/remotes/origin/PR-4490 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:01:40 > git config core.sparsecheckout # timeout=10 20:01:40 > git checkout -f 9015bea025e8e5d13f701dcba08a12a936b09757 # timeout=10 20:01:40 > git remote # timeout=10 20:01:40 > git config --get remote.origin.url # timeout=10 20:01:40 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:40 > git merge d92bec74020a648086c22ac11f002708918e28aa # timeout=10 20:01:40 > git rev-parse HEAD^{commit} # timeout=10 20:01:40 > git config core.sparsecheckout # timeout=10 20:01:40 > git checkout -f 9015bea025e8e5d13f701dcba08a12a936b09757 # timeout=10 20:01:41 > git --version # timeout=10 20:01:41 > git --version # 'git version 2.25.1' 20:01:41 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:01:42 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:01:42 % Total % Received % Xferd Average Speed Time Time Time Current 20:01:42 Dload Upload Total Spent Left Speed 20:01:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77278 0 --:--:-- --:--:-- --:--:-- 77278 [Pipeline] sh 20:01:43 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:01:43 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:01:43 + sudo tee /etc/docker/daemon.new 20:01:43 { 20:01:43 "registry-mirrors": [ 20:01:43 "https://nexus3.edgexfoundry.org:10001" 20:01:43 ], 20:01:43 "bip": "10.250.0.254/24", 20:01:43 "hosts": [ 20:01:43 "tcp://0.0.0.0:5555", 20:01:43 "unix:///var/run/docker.sock" 20:01:43 ], 20:01:43 "mtu": 1458, 20:01:43 "selinux-enabled": true, 20:01:43 "seccomp-profile": "/etc/docker/seccomp.json" 20:01:43 } [Pipeline] sh 20:01:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:01:44 + sudo service docker restart 20:01:47 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:01:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:01:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:01:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:01:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:01:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:01:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:01:53 $ docker stop --time=1 97093daf4273048e521eff274c052877429d542f2c13bf806f49aec69cb83de0 20:01:57 $ docker rm -f --volumes 97093daf4273048e521eff274c052877429d542f2c13bf806f49aec69cb83de0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:58 20:01:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:58 latest: Pulling from edgex-devops/edgex-compose 20:01:58 cbdbe7a5bc2a: Pulling fs layer 20:01:58 ca9280d653b3: Pulling fs layer 20:01:58 7e9c9ca2126c: Pulling fs layer 20:01:58 cbdbe7a5bc2a: Verifying Checksum 20:01:58 cbdbe7a5bc2a: Download complete 20:01:58 ca9280d653b3: Verifying Checksum 20:01:58 ca9280d653b3: Download complete 20:01:59 cbdbe7a5bc2a: Pull complete 20:01:59 7e9c9ca2126c: Verifying Checksum 20:01:59 7e9c9ca2126c: Download complete 20:01:59 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { 20:02:02 7e9c9ca2126c: Pull complete 20:02:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:02:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] configFileProvider 20:02:02 provisioning config files... 20:02:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config18036840274996408588tmp [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:02 prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container 20:02:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:02:02 ---> docker-login.sh 20:02:02 nexus3.edgexfoundry.org:10001 20:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:03 Configure a credential helper to remove this warning. See 20:02:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:03 20:02:03 Login Succeeded 20:02:03 nexus3.edgexfoundry.org:10002 20:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:03 Configure a credential helper to remove this warning. See 20:02:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:03 20:02:03 Login Succeeded 20:02:03 nexus3.edgexfoundry.org:10003 20:02:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:04 Configure a credential helper to remove this warning. See 20:02:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:04 20:02:04 Login Succeeded 20:02:04 nexus3.edgexfoundry.org:10004 20:02:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:04 Configure a credential helper to remove this warning. See 20:02:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:04 20:02:04 Login Succeeded 20:02:04 docker.io 20:02:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:05 $ docker top 58dd8005f124638b8164327eb56c2900960073719675713c020145362edc79ae -eo pid,comm 20:02:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:05 Configure a credential helper to remove this warning. See 20:02:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:05 20:02:05 Login Succeeded 20:02:05 ---> docker-login.sh ends [Pipeline] { [Pipeline] } 20:02:05 Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:02:05 + docker-compose build --help 20:02:05 + grep parallel [Pipeline] sh 20:02:06 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:02:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:02:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:02:06 ========================================================= 20:02:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:02:06 ========================================================= [Pipeline] fileExists 20:02:06 --parallel Build images in parallel. [Pipeline] sh [Pipeline] } 20:02:06 $ docker stop --time=1 58dd8005f124638b8164327eb56c2900960073719675713c020145362edc79ae 20:02:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:06 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:02:06 af6eaf76a39c: Pulling fs layer 20:02:06 55522c791124: Pulling fs layer 20:02:06 ce5c4a1c91eb: Pulling fs layer 20:02:06 169dfbe0d373: Pulling fs layer 20:02:06 e1ff8fa3b103: Pulling fs layer 20:02:06 52ebb69f0ebf: Pulling fs layer 20:02:06 5abe8eddf0d5: Pulling fs layer 20:02:06 169dfbe0d373: Waiting 20:02:06 e1ff8fa3b103: Waiting 20:02:06 52ebb69f0ebf: Waiting 20:02:06 5abe8eddf0d5: Waiting 20:02:06 55522c791124: Verifying Checksum 20:02:06 55522c791124: Download complete 20:02:06 169dfbe0d373: Download complete 20:02:07 e1ff8fa3b103: Verifying Checksum 20:02:07 e1ff8fa3b103: Download complete 20:02:07 af6eaf76a39c: Verifying Checksum 20:02:07 $ docker rm -f --volumes 58dd8005f124638b8164327eb56c2900960073719675713c020145362edc79ae [Pipeline] // withDockerContainer 20:02:07 af6eaf76a39c: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:08 5abe8eddf0d5: Verifying Checksum 20:02:08 5abe8eddf0d5: Download complete 20:02:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:08 prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container 20:02:08 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:02:08 55522c791124: Pull complete 20:02:08 $ docker top 9d1d1ee7147deb2c775035100d704c886e5d0d6cbb11e385d3bb182bc6f34e30 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:09 + docker-compose -f ./docker-compose-build.yml build --parallel 20:02:09 ce5c4a1c91eb: Verifying Checksum 20:02:09 ce5c4a1c91eb: Download complete 20:02:09 52ebb69f0ebf: Verifying Checksum 20:02:09 52ebb69f0ebf: Download complete 20:02:09 Building core-command ... 20:02:09 Building core-common-config-bootstrapper ... 20:02:09 Building core-data ... 20:02:09 Building core-metadata ... 20:02:09 Building security-bootstrapper ... 20:02:09 Building security-proxy-auth ... 20:02:09 Building security-proxy-setup ... 20:02:09 Building security-secretstore-setup ... 20:02:09 Building security-spiffe-token-provider ... 20:02:09 Building security-spire-agent ... 20:02:09 Building security-spire-config ... 20:02:09 Building security-spire-server ... 20:02:09 Building support-notifications ... 20:02:09 Building support-scheduler ... 20:02:09 Building security-spire-agent 20:02:09 Building support-scheduler 20:02:09 Building support-notifications 20:02:09 Building core-common-config-bootstrapper 20:02:09 Building security-spire-config 20:02:19 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:19 ---> 9fab175c8f23 20:02:19 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:19 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:19 ---> 9fab175c8f23 20:02:19 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:19 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:19 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:02:19 ---> 9fab175c8f23 20:02:19 Step 3/27 : WORKDIR /edgex-go 20:02:19 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:19 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:02:19 ---> 9fab175c8f23 20:02:19 Step 3/27 : WORKDIR /edgex-go 20:02:19 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:19 ---> 9fab175c8f23 20:02:19 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:19 ce5c4a1c91eb: Pull complete 20:02:19 169dfbe0d373: Pull complete 20:02:20 e1ff8fa3b103: Pull complete 20:02:26 52ebb69f0ebf: Pull complete 20:02:28 5abe8eddf0d5: Pull complete 20:02:28 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 20:02:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:02:29 + docker build -t ci-base-image-arm64+ -f - . 20:02:29 echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:29 WORKDIR /edgex 20:02:29 COPY go.mod . 20:02:29 RUN go mod download 20:02:29 Sending build context to Docker daemon 2.934MB 20:02:29 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:29 ---> 6cb57ee374ae 20:02:29 Step 2/4 : WORKDIR /edgex 20:02:31 ---> Running in 675de5a8064d 20:02:31 Removing intermediate container 675de5a8064d 20:02:31 ---> 1292d2cc0afa 20:02:31 Step 3/4 : COPY go.mod . 20:02:31 ---> Running in 7c1f3bd7c4c4 20:02:31 ---> Running in 236891c145d0 20:02:31 ---> Running in 49becdbaa74b 20:02:31 ---> Running in 66170de00d14 20:02:31 ---> Running in 5cd7a6b36008 20:02:31 Removing intermediate container 236891c145d0 20:02:31 ---> 02973bb9308e 20:02:31 Step 4/23 : WORKDIR /edgex-go 20:02:31 Removing intermediate container 66170de00d14 20:02:31 ---> 7f83e2c2950e 20:02:31 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:02:31 Removing intermediate container 7c1f3bd7c4c4 20:02:31 ---> 64f7c6fa4af3 20:02:31 Step 4/23 : WORKDIR /edgex-go 20:02:31 Removing intermediate container 5cd7a6b36008 20:02:31 ---> 75265d363db7 20:02:31 Step 4/23 : WORKDIR /edgex-go 20:02:31 ---> Running in cf8b74fd77f9 20:02:31 ---> Running in 1515b21b0a69 20:02:31 Removing intermediate container 49becdbaa74b 20:02:31 ---> ad3bbcf6017b 20:02:31 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:02:31 ---> Running in 9c91787bda8e 20:02:31 ---> Running in 41f216f0cd8a 20:02:31 ---> Running in 877745ce8998 20:02:31 Removing intermediate container 1515b21b0a69 20:02:31 ---> 7ebffb36b2bb 20:02:31 Step 5/23 : RUN apk add --update --no-cache make git 20:02:31 Removing intermediate container cf8b74fd77f9 20:02:31 ---> 08e929b882a6 20:02:31 Step 5/23 : RUN apk add --update --no-cache make git 20:02:31 Removing intermediate container 41f216f0cd8a 20:02:31 ---> 8cc6609dec25 20:02:31 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:02:31 ---> Running in 9904798596cc 20:02:31 ---> Running in 52741a83b158 20:02:31 ---> Running in 435d6900eed7 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:32 OK: 265 MiB in 53 packages 20:02:32 OK: 265 MiB in 53 packages 20:02:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:32 OK: 265 MiB in 53 packages 20:02:32 OK: 265 MiB in 53 packages 20:02:32 OK: 265 MiB in 53 packages 20:02:32 ---> 7fb824113606 20:02:32 Step 4/4 : RUN go mod download 20:02:32 ---> Running in e55b44b6fd3b 20:02:32 Removing intermediate container 877745ce8998 20:02:32 ---> 2dcaf8574702 20:02:32 Step 5/27 : COPY go.mod vendor* ./ 20:02:32 Removing intermediate container 9c91787bda8e 20:02:32 ---> 85121430f982 20:02:32 Step 5/27 : COPY go.mod vendor* ./ 20:02:32 ---> c1abebfba70e 20:02:32 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:32 ---> Running in 8089f44f2577 20:02:32 ---> fe23fe64bdd8 20:02:32 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:32 ---> Running in ef01a59bf3b7 20:02:33 Removing intermediate container 435d6900eed7 20:02:33 ---> 2f7af50a1831 20:02:33 Step 6/23 : COPY go.mod vendor* ./ 20:02:33 Removing intermediate container 9904798596cc 20:02:33 ---> df52a79ec283 20:02:33 Step 6/23 : COPY go.mod vendor* ./ 20:02:33 Removing intermediate container 52741a83b158 20:02:33 ---> 8d1f9550b48c 20:02:33 Step 6/23 : COPY go.mod vendor* ./ 20:02:33 ---> 609d20ef9cca 20:02:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:33 ---> Running in a29c2a4db7e8 20:02:33 ---> 3b1a440b1803 20:02:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:33 ---> b34b839f3947 20:02:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:33 ---> Running in cbd0bc3ae8c9 20:02:33 ---> Running in ac2fcfb7ce68 20:03:04 Removing intermediate container e55b44b6fd3b 20:03:04 ---> 97323f6d972f 20:03:04 Successfully built 97323f6d972f 20:03:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:05 + docker inspect -f . ci-base-image-arm64 20:03:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:05 prd-ubuntu20.04-docker-arm64-4c-16g-6562 does not seem to be running inside a container 20:03:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:03:06 $ docker top f020004770bda605caa71b7684cb48aaacd39031c778bc13d5e5ad02682b34bc -eo pid,comm [Pipeline] { [Pipeline] sh 20:03:07 + go version 20:03:07 go version go1.20.2 linux/arm64 [Pipeline] } 20:03:07 $ docker stop --time=1 f020004770bda605caa71b7684cb48aaacd39031c778bc13d5e5ad02682b34bc 20:03:09 $ docker rm -f --volumes f020004770bda605caa71b7684cb48aaacd39031c778bc13d5e5ad02682b34bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:10 + docker inspect -f . ci-base-image-arm64 20:03:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:11 prd-ubuntu20.04-docker-arm64-4c-16g-6562 does not seem to be running inside a container 20:03:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:03:12 $ docker top d1003db995c79160fac765620125a97594503a1f3fc1505a52d2f7392e551934 -eo pid,comm [Pipeline] { [Pipeline] echo 20:03:12 ========================================================= 20:03:12 [edgeXBuildGoParallel] Running Tests and Build... 20:03:12 ========================================================= [Pipeline] sh 20:03:13 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:03:13 + make test 20:03:13 go test -race -coverprofile=coverage.out ./... 20:03:43 Removing intermediate container a29c2a4db7e8 20:03:43 ---> e1bf9332fecb 20:03:43 Step 8/23 : COPY . . 20:03:43 Removing intermediate container ef01a59bf3b7 20:03:43 ---> 80d4779113f7 20:03:43 Step 7/27 : COPY . . 20:03:43 Removing intermediate container ac2fcfb7ce68 20:03:43 ---> 62a41458249b 20:03:43 Step 8/23 : COPY . . 20:03:43 Removing intermediate container cbd0bc3ae8c9 20:03:43 ---> 6e8ec221d92a 20:03:43 Step 8/23 : COPY . . 20:03:43 Removing intermediate container 8089f44f2577 20:03:43 ---> 475c0ffd8a17 20:03:43 Step 7/27 : COPY . . 20:03:52 ? github.com/edgexfoundry/edgex-go [no test files] 20:04:39 ---> f0e390871c9e 20:04:39 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 ---> 06dba59fb22f 20:04:39 20:04:39 ---> 3f35fd4ad6c4 20:04:39 Step 9/23 : RUN make cmd/support-scheduler/support-schedulerStep 8/27 : ARG SPIRE_RELEASE=1.2.1 20:04:39 20:04:39 ---> 6ab8474e02a0 20:04:39 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:04:39 ---> 3057c84b20c2 20:04:39 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:04:41 ---> Running in 52ca7e709ac0 20:04:41 ---> Running in 3c935816e780 20:04:41 ---> Running in 944e7fbb3eb6 20:04:41 ---> Running in ae4a7280f1a5 20:04:41 ---> Running in 2c3823601271 20:04:41 Removing intermediate container 52ca7e709ac0 20:04:41 ---> d6431b2dd02b 20:04:41 Step 9/27 : WORKDIR /edgex-go/spire-build 20:04:41 Removing intermediate container 3c935816e780 20:04:41 ---> 79056a1bef2f 20:04:41 Step 9/27 : WORKDIR /edgex-go/spire-build 20:04:43 ---> Running in 0d9be9ebb5a6 20:04:43 ---> Running in 71369023feb8 20:04:43 Removing intermediate container 0d9be9ebb5a6 20:04:43 ---> b866c37069c2 20:04:43 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:04:43 Removing intermediate container 71369023feb8 20:04:43 ---> e587c6cb2fbc 20:04:43 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:04:43 ---> Running in f5023d0149e3 20:04:43 ---> Running in 5f10a87d2fe7 20:04:43 Removing intermediate container 5f10a87d2fe7 20:04:43 ---> 163bc6127b68 20:04:43 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:04:43 Removing intermediate container f5023d0149e3 20:04:43 ---> 36fed3a6b2f7 20:04:43 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:04:43 ---> Running in dc0d30099860 20:04:43 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:04:43 ---> Running in 44747616a14a 20:04:43 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:04:43 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:04:44 Removing intermediate container dc0d30099860 20:04:44 ---> f168b6eab711 20:04:44 Step 12/27 : WORKDIR /edgex-go 20:04:44 Removing intermediate container 44747616a14a 20:04:44 ---> fa589aff7d5b 20:04:44 Step 12/27 : WORKDIR /edgex-go 20:04:44 ---> Running in 14ec9deb9954 20:04:49 ---> Running in 08e49ccad297 20:04:49 Removing intermediate container 14ec9deb9954 20:04:49 ---> e2d7dfb86a71 20:04:49 20:04:49 Step 13/27 : FROM alpine:3.17 20:04:49 Removing intermediate container 08e49ccad297 20:04:49 ---> ab3fd8e6cbcb 20:04:49 20:04:49 Step 13/27 : FROM alpine:3.17 20:04:50 3.17: Pulling from library/alpine 20:04:50 3.17: Pulling from library/alpine 20:04:52 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:04:52 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:04:52 Status: Image is up to date for alpine:3.17 20:04:52 Status: Downloaded newer image for alpine:3.17 20:04:52 ---> 9ed4aefc74f6 20:04:52 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:04:52 ---> 9ed4aefc74f6 20:04:52 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:05:07 ---> Running in 170b390b0bc0 20:05:07 ---> Running in ce7d3aae5e06 20:05:07 Removing intermediate container 170b390b0bc0 20:05:07 ---> bda3efda694a 20:05:07 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:05:07 Removing intermediate container ce7d3aae5e06 20:05:07 ---> 23ab3c59a97f 20:05:07 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:05:09 ---> Running in 6450464b292b 20:05:09 ---> Running in 090f2ccfdebf 20:05:09 Removing intermediate container 2c3823601271 20:05:09 ---> b7c023a1e067 20:05:09 20:05:09 Step 10/23 : FROM alpine:3.17 20:05:09 ---> 9ed4aefc74f6 20:05:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:05:10 ---> Running in 2a636b2847b0 20:05:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:10 v3.17.3-20-gabd0d97c8f4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:05:10 v3.17.3-21-g42f7050abe2 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:05:10 OK: 17818 distinct packages available 20:05:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:11 (1/4) Installing dumb-init (1.2.5-r2) 20:05:11 (2/4) Installing musl-obstack (1.2.3-r0) 20:05:11 (3/4) Installing libucontext (1.2-r0) 20:05:11 (4/4) Installing gcompat (1.1.0-r0) 20:05:11 Executing busybox-1.35.0-r29.trigger 20:05:11 OK: 7 MiB in 19 packages 20:05:11 v3.17.3-20-gabd0d97c8f4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:05:11 v3.17.3-21-g42f7050abe2 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:05:11 OK: 17818 distinct packages available 20:05:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:11 (1/5) Installing dumb-init (1.2.5-r2) 20:05:11 (2/5) Installing musl-obstack (1.2.3-r0) 20:05:11 (3/5) Installing libucontext (1.2-r0) 20:05:11 (4/5) Installing gcompat (1.1.0-r0) 20:05:11 (5/5) Installing openssl (3.0.8-r3) 20:05:11 Executing busybox-1.35.0-r29.trigger 20:05:11 OK: 8 MiB in 20 packages 20:05:12 Removing intermediate container 2a636b2847b0 20:05:12 ---> 4fda98f51a5a 20:05:12 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:05:15 ---> Running in 94f163d82c09 20:05:15 Removing intermediate container 944e7fbb3eb6 20:05:15 ---> 2d3689b15e71 20:05:15 20:05:15 Step 10/23 : FROM alpine:3.17 20:05:15 ---> 9ed4aefc74f6 20:05:15 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:05:15 Removing intermediate container ae4a7280f1a5 20:05:15 ---> 18ec8f0645f9 20:05:15 20:05:15 Step 10/23 : FROM alpine:3.17 20:05:15 ---> 9ed4aefc74f6 20:05:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:05:16 Removing intermediate container 090f2ccfdebf 20:05:16 ---> 986d2cd9f811 20:05:16 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:16 Removing intermediate container 6450464b292b 20:05:16 ---> 011f3d97f014 20:05:16 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:16 ---> Running in da29413b8b77 20:05:16 ---> Running in bcf37d3906a7 20:05:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:16 ---> 7014b21c1448 20:05:16 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:05:16 ---> c653eeb87699 20:05:16 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:05:16 (1/1) Installing dumb-init (1.2.5-r2) 20:05:16 Executing busybox-1.35.0-r29.trigger 20:05:16 OK: 7 MiB in 16 packages 20:05:16 ---> ff697fb5ceed 20:05:16 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:05:16 ---> 57f4c0982f68 20:05:16 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:17 (1/2) Installing ca-certificates (20220614-r4) 20:05:17 (1/1) Installing dumb-init (1.2.5-r2) 20:05:17 Executing busybox-1.35.0-r29.trigger 20:05:17 OK: 7 MiB in 16 packages 20:05:17 (2/2) Installing dumb-init (1.2.5-r2) 20:05:17 Executing busybox-1.35.0-r29.trigger 20:05:17 Executing ca-certificates-20220614-r4.trigger 20:05:17 OK: 8 MiB in 17 packages 20:05:19 Removing intermediate container 94f163d82c09 20:05:19 ---> 3ff2b01a94ac 20:05:19 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:19 ---> 5e28908391d5 20:05:19 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:05:19 ---> 3b0c799cb086 20:05:19 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:05:19 ---> 7c68b55c7483 20:05:19 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:05:19 Removing intermediate container da29413b8b77 20:05:19 ---> a87b25183bfd 20:05:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:05:19 ---> Running in e338ff87c712 20:05:19 ---> b64f3bf13ea2 20:05:19 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:05:19 ---> Running in a89a0bdd4f6e 20:05:19 ---> d4ae1e3de7a0 20:05:19 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:05:19 Removing intermediate container bcf37d3906a7 20:05:19 ---> 1e25d68e42b4 20:05:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:05:19 ---> Running in ad476436478d 20:05:19 Removing intermediate container e338ff87c712 20:05:19 ---> f1eba0b5a01c 20:05:19 Step 13/23 : ENV APP_PORT=59861 20:05:19 ---> Running in ecca93867194 20:05:21 Removing intermediate container ad476436478d 20:05:21 ---> a95b0fce4346 20:05:21 Step 13/23 : ENV APP_PORT=59860 20:05:21 Removing intermediate container a89a0bdd4f6e 20:05:21 ---> b68f1541f5f3 20:05:21 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:05:21 Removing intermediate container ecca93867194 20:05:21 ---> 6553132cb573 20:05:21 Step 14/23 : EXPOSE $APP_PORT 20:05:21 ---> b9502e120f7b 20:05:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:05:21 ---> Running in 3f45813b9df5 20:05:21 ---> Running in 8af54c541957 20:05:21 ---> 4480552e83be 20:05:21 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:05:21 Removing intermediate container 3f45813b9df5 20:05:21 ---> 397d6171f7a5 20:05:21 Step 14/23 : EXPOSE $APP_PORT 20:05:21 ---> 2a58f58dc1d8 20:05:21 Step 22/27 : WORKDIR / 20:05:21 Removing intermediate container 8af54c541957 20:05:21 ---> d195505d30ac 20:05:21 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:21 ---> Running in 957ca7e1747e 20:05:21 ---> Running in 49fad0313f16 20:05:21 ---> 8c260a98c363 20:05:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:05:21 ---> d6ad3316d936 20:05:21 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:05:21 Removing intermediate container 957ca7e1747e 20:05:21 ---> bfe7ab359c2c 20:05:21 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:21 Removing intermediate container 49fad0313f16 20:05:21 ---> 704415982d9a 20:05:21 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:05:21 ---> 00047fddebce 20:05:21 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:05:21 ---> Running in 5b5229d9efe7 20:05:21 ---> 8d59552194ab 20:05:21 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:05:21 ---> b74ee651c43e 20:05:21 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:05:21 ---> Running in d99fc455c52c 20:05:21 ---> 53ea99432574 20:05:21 Step 16/23 : COPY --from=builder /edgex-go/security.txt /Removing intermediate container 5b5229d9efe7 20:05:21 20:05:21 ---> 2662a25e2303 20:05:21 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:05:21 ---> Running in 8a013636ecd5 20:05:21 ---> 7902419865eb 20:05:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:05:21 ---> 9071b9288ab9 20:05:21 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:05:21 ---> Running in 9962713b0c59 20:05:22 Removing intermediate container 8a013636ecd5 20:05:22 ---> 99c7d159283e 20:05:22 Step 25/27 : LABEL arch=x86_64 20:05:22 ---> Running in dfa5a1063780 20:05:22 ---> a4dce0efeedd 20:05:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:05:22 Removing intermediate container 9962713b0c59 20:05:22 ---> c91979b99da7 20:05:22 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:05:23 Removing intermediate container dfa5a1063780 20:05:23 ---> 09619d71ce7a 20:05:23 Step 26/27 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:05:23 ---> 3b2bed5c79a6 20:05:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:05:23 ---> Running in 8dec2b3ead3a 20:05:23 ---> Running in 07b4c9998ae6 20:05:23 ---> ae97669c8ce1 20:05:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:05:23 Removing intermediate container 07b4c9998ae6 20:05:23 ---> 38404b687377 20:05:23 Step 27/27 : LABEL version=0.0.0 20:05:23 Removing intermediate container d99fc455c52c 20:05:23 ---> c7ba994693f1 20:05:23 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:05:23 Removing intermediate container 8dec2b3ead3a 20:05:23 ---> 93eb28a9b73e 20:05:23 Step 25/27 : LABEL arch=x86_64 20:05:23 ---> 2c1d4d67f146 20:05:23 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:05:23 ---> Running in cbfe01ced395 20:05:23 ---> Running in 3162422d110c 20:05:23 ---> Running in 160bcf15fdb7 20:05:23 ---> Running in b193067bac99 20:05:23 ---> 1d71333d4022 20:05:23 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:05:23 ---> Running in 18c3f2543e7a 20:05:23 Removing intermediate container cbfe01ced395 20:05:23 ---> b92c1dd42a91 20:05:23 20:05:23 Successfully built b92c1dd42a91 20:05:23 Removing intermediate container 160bcf15fdb7 20:05:23 ---> 560197d8d428 20:05:23 Step 26/27 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:05:23 Successfully tagged security-spire-config:latest 20:05:23 Building core-metadata 20:05:23  Building security-spire-config ... done Removing intermediate container 3162422d110c 20:05:23 ---> 83f885b72d58 20:05:23 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:05:23 Removing intermediate container b193067bac99 20:05:23 ---> 467ddbc7eb60 20:05:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:05:23 Removing intermediate container 18c3f2543e7a 20:05:23 ---> 0b03d80f5825 20:05:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:05:23 ---> Running in c39a5ba0360a 20:05:23 ---> Running in a24afcf53881 20:05:23 ---> Running in 4ec04ce726f4 20:05:23 ---> Running in 6b22e727c5e8 20:05:28 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:28 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:05:28 ---> 9fab175c8f23 20:05:28 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:05:28 ---> Using cache 20:05:28 ---> 75265d363db7 20:05:28 Step 4/25 : WORKDIR /edgex-go 20:05:28 ---> Using cache 20:05:28 ---> 8cc6609dec25 20:05:28 Step 5/25 : RUN apk add --update --no-cache make git 20:05:30 Removing intermediate container c39a5ba0360a 20:05:30 ---> 3743e9afbc30 20:05:30 Step 21/23 : LABEL arch=x86_64 20:05:30 Removing intermediate container a24afcf53881 20:05:30 ---> 5b64be72ad23 20:05:30 Step 27/27 : LABEL version=0.0.0 20:05:30 ---> Running in 2b96a60091b0 20:05:30 Removing intermediate container 6b22e727c5e8 20:05:30 ---> 27123a73bdd8 20:05:30 Step 21/23 : LABEL arch=x86_64 20:05:30 Removing intermediate container 4ec04ce726f4 20:05:30 ---> 52f45ebf4e0d 20:05:30 ---> Running in 0b5dd741742c 20:05:30 Step 21/23 : LABEL arch=x86_64 20:05:30 ---> Running in eff9d7f39e34 20:05:30 ---> Running in 5a8e984449b7 20:05:30 ---> Running in 5745ff6e1936 20:05:30 Removing intermediate container 0b5dd741742c 20:05:30 ---> 92bf94ea2db1 20:05:30 Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:05:30 Removing intermediate container eff9d7f39e34 20:05:30 ---> 6a858fbf8c58 20:05:30 20:05:30 ---> Running in 9974d6cffb2b 20:05:30 Removing intermediate container 5a8e984449b7 20:05:30 ---> 6028455491fc 20:05:30 Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:05:30 Successfully built 6a858fbf8c58 20:05:30 Removing intermediate container 5745ff6e1936 20:05:30 ---> b610f7064d88 20:05:30 Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:05:30 Successfully tagged security-spire-agent:latest 20:05:30  Building security-spire-agent ... done Building security-spire-server 20:05:30 ---> Running in e0e59b84a4fe 20:05:30 ---> Running in d46cb4c99282 20:05:30 Removing intermediate container 9974d6cffb2b 20:05:30 ---> 4db74089dbd6 20:05:30 Step 23/23 : LABEL version=0.0.0 20:05:30 ---> Running in 6bccd86e493b 20:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:31 OK: 265 MiB in 53 packages 20:05:35 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:05:35 ---> 9fab175c8f23 20:05:35 Step 3/26 : WORKDIR /edgex-go 20:05:35 ---> Using cache 20:05:35 ---> ad3bbcf6017b 20:05:35 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:05:35 ---> Using cache 20:05:35 ---> 2dcaf8574702 20:05:35 Step 5/26 : COPY go.mod vendor* ./ 20:05:35 ---> Using cache 20:05:35 ---> c1abebfba70e 20:05:35 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:35 ---> Using cache 20:05:35 ---> 475c0ffd8a17 20:05:35 Step 7/26 : COPY . . 20:05:35 ---> Using cache 20:05:35 ---> f0e390871c9e 20:05:35 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:05:35 ---> Using cache 20:05:35 ---> 79056a1bef2f 20:05:35 Step 9/26 : WORKDIR /edgex-go/spire-build 20:05:35 ---> Using cache 20:05:35 ---> b866c37069c2 20:05:35 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:05:35 ---> Using cache 20:05:35 ---> 36fed3a6b2f7 20:05: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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:05:35 Removing intermediate container e0e59b84a4fe 20:05:35 ---> 51e820aa1269 20:05:35 Step 23/23 : LABEL version=0.0.0 20:05:35 Removing intermediate container d46cb4c99282 20:05:35 ---> 18c370f5ac3e 20:05:35 Step 23/23 : LABEL version=0.0.0 20:05:35 ---> Running in 2de7ebad4281 20:05:35 Removing intermediate container 6bccd86e493b 20:05:35 ---> 5dbbec33fe55 20:05:35 20:05:36 Successfully built 5dbbec33fe55 20:05:36 ---> Running in 37b7567c5296 20:05:36 ---> Running in 85553bd7bc9f 20:05:36 Successfully tagged core-common-config-bootstrapper:latest 20:05:36  Building core-common-config-bootstrapper ... done Building security-spiffe-token-provider 20:05:36 Removing intermediate container 85553bd7bc9f 20:05:36 ---> 86999b752b54 20:05:36 20:05:36 Successfully built 86999b752b54 20:05:38 Successfully tagged support-notifications:latest 20:05:38  Building support-notifications ... done Building security-bootstrapper 20:05:38 Removing intermediate container 37b7567c5296 20:05:38 ---> e3cd97c0cfad 20:05:38 20:05:38 Successfully built e3cd97c0cfad 20:05:40 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:40 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:05:42 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:42 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:05:42 Successfully tagged support-scheduler:latest 20:05:42  Building support-scheduler ... done  ---> 9fab175c8f23 20:05:42 Step 3/33 : WORKDIR /edgex-go 20:05:42 ---> 9fab175c8f23 20:05:42 Building security-secretstore-setup 20:05:42 Step 3/20 : WORKDIR /edgex-go 20:05:42 ---> Using cache 20:05:42 ---> ad3bbcf6017b 20:05:42 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:05:42 ---> Using cache 20:05:42 ---> ad3bbcf6017b 20:05:42 Step 4/33 : RUN apk add --update --no-cache make git 20:05:44 Removing intermediate container 2b96a60091b0 20:05:44 ---> a7aa9705ae72 20:05:44 Step 6/25 : COPY go.mod vendor* ./ 20:05:44 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:44 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:05:44 ---> 9fab175c8f23 20:05:44 Step 3/25 : WORKDIR /edgex-go 20:05:44 ---> Using cache 20:05:44 ---> ad3bbcf6017b 20:05:44 Step 4/25 : RUN apk add --update --no-cache make git 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:05:48 ---> 7100e728f4cd 20:05:48 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:48 ---> Running in a6816973f780 20:05:48 ---> Running in 4456d707e88a 20:05:48 ---> Running in 133b43b7e27d 20:05:48 ---> Running in a21b7772a1d1 20:05:48 Removing intermediate container 2de7ebad4281 20:05:48 ---> 5c3b70531ab3 20:05:48 Step 12/26 : WORKDIR /edgex-go 20:05:48 ---> Running in 709cbec8cf80 20:05:48 Removing intermediate container 709cbec8cf80 20:05:48 ---> 07db0ab7ddc0 20:05:48 20:05:48 Step 13/26 : FROM alpine:3.17 20:05:48 ---> 9ed4aefc74f6 20:05:48 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:05:48 ---> Using cache 20:05:48 ---> 23ab3c59a97f 20:05:48 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:05:48 ---> Using cache 20:05:48 ---> 986d2cd9f811 20:05:48 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:48 ---> Using cache 20:05:48 ---> c653eeb87699 20:05:48 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:05:48 ---> Using cache 20:05:48 ---> 57f4c0982f68 20:05:48 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:05:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:48 OK: 265 MiB in 53 packages 20:05:48 OK: 265 MiB in 53 packages 20:05:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:49 v3.17.3-20-gabd0d97c8f4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:05:49 v3.17.3-21-g42f7050abe2 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:05:49 OK: 17823 distinct packages available 20:05:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:49 OK: 265 MiB in 53 packages 20:05:51 ---> 92f6f168e6c8 20:05:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:05:51 Removing intermediate container a6816973f780 20:05:51 ---> 941365f5b832 20:05:51 Step 5/25 : COPY go.mod vendor* ./ 20:05:51 Removing intermediate container 4456d707e88a 20:05:51 ---> 94497a2a1eaf 20:05:51 Step 5/33 : COPY go.mod vendor* ./ 20:05:51 ---> d2135455bd8b 20:05:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:05:51 ---> 41d993c9413f 20:05:51 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:51 ---> Running in 340c760ea5e1 20:05:51 ---> 52cb89424e4a 20:05:51 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:51 Removing intermediate container 133b43b7e27d 20:05:51 ---> f65e2792f7c5 20:05:51 Step 5/20 : COPY go.mod vendor* ./ 20:05:51 ---> e27757f1a673 20:05:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:05:51 ---> Running in c266eb0b4e7e 20:05:51 ---> 763733655c6d 20:05:51 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:51 ---> Running in 3cd29d0e1087 20:05:51 ---> d6a307edf2f2 20:05:51 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:05:51 ---> Running in 9ca84d5e0ef4 20:05:51 Removing intermediate container 9ca84d5e0ef4 20:05:51 ---> bef9f59824d7 20:05:51 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:05:51 ---> Running in ceabc727202c 20:05:51 Removing intermediate container ceabc727202c 20:05:51 ---> c6628d52e2ca 20:05:51 Step 24/26 : LABEL arch=x86_64 20:05:51 ---> Running in e5b4ccd2e12c 20:05:52 Removing intermediate container e5b4ccd2e12c 20:05:52 ---> f27a0c0de4ac 20:05:52 Step 25/26 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:05:52 ---> Running in f9a1803c5c7f 20:05:52 Removing intermediate container f9a1803c5c7f 20:05:52 ---> 27c9ead0ed60 20:05:52 Step 26/26 : LABEL version=0.0.0 20:05:52 ---> Running in fae9cc2d88a2 20:05:52 Removing intermediate container fae9cc2d88a2 20:05:52 ---> bee499d4983a 20:05:52 20:05:52 Successfully built bee499d4983a 20:05:52 Successfully tagged security-spire-server:latest 20:05:52 Building core-command 20:05:55  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:05:55 ---> 9fab175c8f23 20:05:55 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:05:55 ---> Using cache 20:05:55 ---> 75265d363db7 20:05:55 Step 4/24 : WORKDIR /edgex-go 20:05:55 ---> Using cache 20:05:55 ---> 8cc6609dec25 20:05:55 Step 5/24 : RUN apk add --update --no-cache make git 20:05:55 ---> Using cache 20:05:55 ---> a7aa9705ae72 20:05:55 Step 6/24 : COPY go.mod vendor* ./ 20:05:55 ---> Using cache 20:05:55 ---> 7100e728f4cd 20:05:55 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:05:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.238s coverage: 28.7% of statements 20:06:01 ---> Running in a214438c5995 20:06:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.278s coverage: 98.5% of statements 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:06:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.417s coverage: 71.3% of statements 20:06:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:06:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:06:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.357s coverage: 54.0% of statements 20:06:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:06:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:06:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:06:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:06:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:06:23 Removing intermediate container a21b7772a1d1 20:06:23 ---> e035e483bf23 20:06:23 Step 8/25 : COPY . . 20:06:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:06:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.003s coverage: 88.5% of statements 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.828s coverage: 3.9% of statements 20:06:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:06:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:06:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:06:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.508s coverage: 95.6% of statements 20:06:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:06:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:06:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:06:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:06:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:06:48 ok github.com/edgexfoundry/edgex-go/internal/io 0.195s coverage: 72.2% of statements 20:06:50 ---> 94b054bf40b9 20:06:50 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:06:50 ---> Running in 01fba2415e82 20:06:50 Removing intermediate container 340c760ea5e1 20:06:50 ---> 9b348ecde3be 20:06:50 Step 7/25 : COPY . . 20:06:50 Removing intermediate container 3cd29d0e1087 20:06:50 ---> c992c2678dc5 20:06:50 Step 7/20 : COPY . . 20:06:50 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:06:50 Removing intermediate container c266eb0b4e7e 20:06:50 ---> e928a7e40902 20:06:50 Step 7/33 : COPY . . 20:06:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:06:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:06:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:06:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.230s coverage: 65.9% of statements 20:07:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:07:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:07:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.435s coverage: 0.9% of statements 20:07:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.236s coverage: 29.0% of statements 20:07:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.271s coverage: 44.1% of statements 20:07:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.248s coverage: 82.9% of statements 20:07:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.248s coverage: 94.1% of statements 20:07:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.258s coverage: 96.3% of statements 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.221s coverage: 87.5% of statements 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:07:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:07:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:07:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:07:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:07:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.211s coverage: 94.4% of statements 20:07:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:07:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:07:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:07:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:07:23 ---> 956471dfc6bb 20:07:23 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:07:23 ---> d8f58ee77a15 20:07:23 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:07:23 ---> 87544a1e6587 20:07:23 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:07:23 ---> Running in e315a1e63bfd 20:07:23 ---> Running in 50c1c31b9c12 20:07:23 ---> Running in 3934ca494732 20:07:23 Removing intermediate container a214438c5995 20:07:23 ---> fc51708b91c2 20:07:23 Step 8/24 : COPY . . 20:07:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:07:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:07:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:07:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:07:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:07:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:07:31 Removing intermediate container 01fba2415e82 20:07:31 ---> c6de39f45d84 20:07:31 20:07:31 Step 10/25 : FROM alpine:3.17 20:07:31 ---> 9ed4aefc74f6 20:07:31 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:07:31 ---> Using cache 20:07:31 ---> a87b25183bfd 20:07:31 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:07:31 ---> Using cache 20:07:31 ---> f1eba0b5a01c 20:07:31 Step 13/25 : ENV APP_PORT=59881 20:07:32 ---> 09f250346bea 20:07:32 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:07:32 ---> Running in 4adca2c72450 20:07:32 ---> Running in 64e459abf993 20:07:33 Removing intermediate container 4adca2c72450 20:07:33 ---> cededffdafe7 20:07:33 Step 14/25 : EXPOSE $APP_PORT 20:07:33 ---> Running in 7b71fbe206d6 20:07:34 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:07:34 Removing intermediate container 7b71fbe206d6 20:07:34 ---> 8717b74e7f39 20:07:34 Step 15/25 : WORKDIR / 20:07:34 ---> Running in 5279f2254953 20:07:35 Removing intermediate container 5279f2254953 20:07:35 ---> d9300feeeb38 20:07:35 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.097s coverage: 79.9% of statements 20:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:07:37 ---> fde5407b549b 20:07:37 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:07:38 ---> 7a1408ad6d91 20:07:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.294s coverage: 92.9% of statements 20:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 64.4% of statements 20:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.204s coverage: 62.3% of statements 20:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.215s coverage: 87.2% of statements 20:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.172s coverage: 20.0% of statements 20:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.172s coverage: 100.0% of statements 20:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.463s coverage: 81.2% of statements 20:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.480s coverage: 82.1% of statements 20:07:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.237s coverage: 86.0% of statements 20:07:41 ---> 04ead9cfd91d 20:07:41 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:07:42 ---> 48beb256a4ad 20:07:42 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:07:43 ---> f08471fd627d 20:07:43 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:07:43 ---> Running in ee8f7e190ece 20:07:43 Removing intermediate container ee8f7e190ece 20:07:43 ---> 28371bf7352f 20:07:43 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:07:43 ---> Running in 19f1eea29418 20:07:43 Removing intermediate container 19f1eea29418 20:07:43 ---> 8f82cef913d4 20:07:43 Step 23/25 : LABEL arch=x86_64 20:07:43 ---> Running in a9f88b6c7b89 20:07:44 Removing intermediate container a9f88b6c7b89 20:07:44 ---> df91beea0382 20:07:44 Step 24/25 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:07:44 ---> Running in 047ff1b721d0 20:07:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:07:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:07:45 Removing intermediate container 047ff1b721d0 20:07:45 ---> 6dd71289b6b4 20:07:45 Step 25/25 : LABEL version=0.0.0 20:07:45 ---> Running in 66292bc955f6 20:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.118s coverage: 63.1% of statements 20:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.254s coverage: 100.0% of statements 20:07:45 Removing intermediate container 66292bc955f6 20:07:45 ---> 22ff58bb2986 20:07:45 20:07:45 Successfully built 22ff58bb2986 20:07:45 Successfully tagged core-metadata:latest 20:07:45  Building core-metadata ... done Building security-proxy-setup 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.214s coverage: 89.4% of statements 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.127s coverage: 100.0% of statements 20:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements 20:07:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:07:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:07:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:07:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements 20:07:49 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:07:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:07:49 ---> 9fab175c8f23 20:07:49 Step 3/22 : WORKDIR /edgex-go 20:07:49 ---> Using cache 20:07:49 ---> ad3bbcf6017b 20:07:49 Step 4/22 : RUN apk add --update --no-cache make git 20:07:49 ---> Using cache 20:07:49 ---> 94497a2a1eaf 20:07:49 Step 5/22 : COPY go.mod vendor* ./ 20:07:49 ---> Using cache 20:07:49 ---> 52cb89424e4a 20:07:49 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:49 ---> Using cache 20:07:49 ---> e928a7e40902 20:07:49 Step 7/22 : COPY . . 20:07:49 ---> Using cache 20:07:49 ---> d8f58ee77a15 20:07:49 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:07:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:07:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:07:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:07:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:07:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.047s coverage: 38.4% of statements 20:07:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.262s coverage: 89.5% of statements 20:07:57 ---> Running in 2e2da3af9561 20:07:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:08:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:08:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:08:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:08:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:08:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.211s coverage: 84.8% of statements 20:08:06 Removing intermediate container 50c1c31b9c12 20:08:06 ---> 66d412fcc22a 20:08:06 20:08:06 Step 9/33 : FROM alpine:3.17 20:08:06 ---> 9ed4aefc74f6 20:08:06 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:08:06 Removing intermediate container e315a1e63bfd 20:08:06 ---> cb9e5d6ba321 20:08:06 20:08:06 Step 9/25 : FROM alpine:3.17 20:08:06 ---> 9ed4aefc74f6 20:08:06 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:08:06 Removing intermediate container 64e459abf993 20:08:06 ---> e3a5131f41f1 20:08:06 20:08:06 Step 10/24 : FROM alpine:3.17 20:08:06 ---> 9ed4aefc74f6 20:08:06 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:08:06 ---> Using cache 20:08:06 ---> a87b25183bfd 20:08:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:08:06 ---> Using cache 20:08:06 ---> f1eba0b5a01c 20:08:06 Step 13/24 : ENV APP_PORT=59882 20:08:06 Removing intermediate container 3934ca494732 20:08:06 ---> c2325fead28d 20:08:06 20:08:06 Step 9/20 : FROM alpine:3.17 20:08:06 ---> 9ed4aefc74f6 20:08:06 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:08:07 ---> Running in 148d7ca3f9c4 20:08:07 ---> Running in b5c146ba1cec 20:08:07 ---> Running in 4d898123f4be 20:08:07 ---> Running in da8c5bc366db 20:08:07 Removing intermediate container 148d7ca3f9c4 20:08:07 ---> 3f3d646cba8c 20:08:07 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:08:07 Removing intermediate container 4d898123f4be 20:08:07 ---> 13cb50811d3c 20:08:07 Step 14/24 : EXPOSE $APP_PORT 20:08:07 Removing intermediate container da8c5bc366db 20:08:07 ---> 2a9534462029 20:08:07 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:08:07 ---> Running in 262ed9614674 20:08:07 ---> Running in 6684db9eb5b2 20:08:07 ---> Running in 390ec0da6cc0 20:08:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:07 Removing intermediate container 6684db9eb5b2 20:08:07 ---> a943d214b919 20:08:07 Step 15/24 : WORKDIR / 20:08:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:08 ---> Running in 0af25a8f21de 20:08:08 Removing intermediate container 0af25a8f21de 20:08:08 ---> 12cfdc61c071 20:08:08 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:08 (1/3) Installing ca-certificates (20220614-r4) 20:08:08 (2/3) Installing dumb-init (1.2.5-r2) 20:08:08 (3/3) Installing su-exec (0.2-r2) 20:08:08 Executing busybox-1.35.0-r29.trigger 20:08:08 Executing ca-certificates-20220614-r4.trigger 20:08:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:08:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:08:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:08:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:08:08 OK: 8 MiB in 18 packages 20:08:08 ---> e22a2fb9cc5e 20:08:08 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:08:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:09 ---> c0561da78bdb 20:08:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:08:09 v3.17.3-20-gabd0d97c8f4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:08:09 v3.17.3-21-g42f7050abe2 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:08:09 OK: 17818 distinct packages available 20:08:09 (1/2) Installing dumb-init (1.2.5-r2) 20:08:09 (2/2) Installing su-exec (0.2-r2) 20:08:09 Executing busybox-1.35.0-r29.trigger 20:08:09 OK: 7 MiB in 17 packages 20:08:09 Removing intermediate container b5c146ba1cec 20:08:09 ---> 0333a17df30d 20:08:09 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:08:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:09 ---> Running in c23158b4e9c8 20:08:09 (1/9) Installing ca-certificates (20220614-r4) 20:08:09 (2/9) Installing brotli-libs (1.0.9-r9) 20:08:09 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:08:09 (4/9) Installing libcurl (7.88.1-r1) 20:08:09 (5/9) Installing curl (7.88.1-r1) 20:08:09 (6/9) Installing dumb-init (1.2.5-r2) 20:08:09 (7/9) Installing musl-obstack (1.2.3-r0) 20:08:09 (8/9) Installing libucontext (1.2-r0) 20:08:09 (9/9) Installing gcompat (1.1.0-r0) 20:08:09 Executing busybox-1.35.0-r29.trigger 20:08:09 Executing ca-certificates-20220614-r4.trigger 20:08:09 ---> d2396c881eac 20:08:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:08:09 OK: 10 MiB in 24 packages 20:08:09 Removing intermediate container c23158b4e9c8 20:08:09 ---> e53a9802709d 20:08:09 Step 12/25 : WORKDIR / 20:08:09 ---> Running in b9fbc168f768 20:08:10 ---> a164687ba0b0 20:08:10 Step 20/24 : ENTRYPOINT ["/core-command"] 20:08:10 Removing intermediate container 262ed9614674 20:08:10 ---> f0f67c465620 20:08:10 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:08:10 Removing intermediate container b9fbc168f768 20:08:10 ---> 47420c951194 20:08:10 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:10 ---> Running in 24aab132b5d7 20:08:10 ---> Running in a0a77a1eed34 20:08:10 Removing intermediate container 24aab132b5d7 20:08:10 ---> 6a5147599096 20:08:10 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:08:10 ---> 61c4ce385a2b 20:08:10 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:08:10 ---> Running in 635f8ab97ff1 20:08:10 Removing intermediate container a0a77a1eed34 20:08:10 ---> e60b94049a30 20:08:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:08:10 Removing intermediate container 390ec0da6cc0 20:08:10 ---> bd01af93848e 20:08:10 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:10 ---> Running in 12be7b820b97 20:08:10 Removing intermediate container 635f8ab97ff1 20:08:10 ---> 9ccc7a7d28ba 20:08:10 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:08:10 ---> Running in 716317a778f8 20:08:10 ---> 8d019d2a7a45 20:08:10 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:08:11 Removing intermediate container 12be7b820b97 20:08:11 ---> 5feaed5f207e 20:08:11 Step 22/24 : LABEL arch=x86_64 20:08:11 ---> Running in 4bdb762a98f5 20:08:11 Removing intermediate container 716317a778f8 20:08:11 ---> 370e8689622a 20:08:11 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:08:11 ---> f1b099b00bbf 20:08:11 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:08:11 ---> 944aec1e2246 20:08:11 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:08:11 ---> Running in 43836fe98755 20:08:11 Removing intermediate container 4bdb762a98f5 20:08:11 ---> 2f61cf0916b0 20:08:11 Step 23/24 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:08:11 ---> Running in ad1ffb97a881 20:08:11 ---> 4d4c0ec478a4 20:08:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:08:11 Removing intermediate container 43836fe98755 20:08:11 ---> e77e794b8e6c 20:08:11 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:08:11 ---> Running in 53271dd4da7b 20:08:11 Removing intermediate container ad1ffb97a881 20:08:11 ---> 6beafd283986 20:08:11 Step 24/24 : LABEL version=0.0.0 20:08:11 ---> Running in 538046e71322 20:08:11 ---> 1e15052af324 20:08:11 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:08:12 Removing intermediate container 538046e71322 20:08:12 ---> f70093de7f0a 20:08:12 20:08:12 ---> d9fbb79ac4f1 20:08:12 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:08:12 ---> 15bfd73b84e9 20:08:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:08:12 Successfully built f70093de7f0a 20:08:12 Successfully tagged core-command:latest 20:08:12  Building core-command ... done Building security-proxy-auth 20:08:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.290s coverage: 17.7% of statements 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:08:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:08:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.549s coverage: 92.3% of statements 20:08:15 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:08:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:08:15 ---> 9fab175c8f23 20:08:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:08:15 ---> Using cache 20:08:15 ---> 75265d363db7 20:08:15 Step 4/23 : WORKDIR /edgex-go 20:08:15 ---> Using cache 20:08:15 ---> 8cc6609dec25 20:08:15 Step 5/23 : RUN apk add --update --no-cache make git 20:08:15 ---> Using cache 20:08:15 ---> a7aa9705ae72 20:08:15 Step 6/23 : COPY go.mod vendor* ./ 20:08:15 ---> Using cache 20:08:15 ---> 7100e728f4cd 20:08:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:15 ---> Using cache 20:08:15 ---> fc51708b91c2 20:08:15 Step 8/23 : COPY . . 20:08:15 ---> Using cache 20:08:15 ---> 09f250346bea 20:08:15 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:08:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:08:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:08:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.289s coverage: 61.5% of statements 20:08:18 ---> 6f79b6f8a076 20:08:18 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:08:18 ---> 0ab63ff1e2ff 20:08:18 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:08:18 ---> Running in 7a142b576ac7 20:08:18 ---> Running in 988c2a92cf86 20:08:18 Removing intermediate container 53271dd4da7b 20:08:18 ---> c7fe6f6c6e03 20:08:18 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:08:18 ---> Running in 0de58ddadaff 20:08:18 Removing intermediate container 988c2a92cf86 20:08:18 ---> ebed204e7691 20:08:18 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:08:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:08:19 ---> Running in a9cd9170ffe9 20:08:19 Removing intermediate container 0de58ddadaff 20:08:19 ---> 9a017c841c1b 20:08:19 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:08:20 ---> dfea3c968977 20:08:20 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:08:20 Removing intermediate container a9cd9170ffe9 20:08:20 ---> a6f138366135 20:08:20 Step 18/20 : LABEL arch=x86_64 20:08:20 ---> b0cbdbf580c9 20:08:20 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:08:20 ---> Running in 29f7663f97ac 20:08:20 ---> Running in 42a7011cc995 20:08:20 ---> f72823816971 20:08:20 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:08:20 Removing intermediate container 2e2da3af9561 20:08:20 ---> f20fbd715a5c 20:08:20 20:08:20 Step 9/22 : FROM alpine:3.17 20:08:20 ---> 9ed4aefc74f6 20:08:20 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:08:20 ---> Running in d4103b218d2b 20:08:20 Removing intermediate container 42a7011cc995 20:08:20 ---> 5fff6ee80cfe 20:08:20 Step 19/20 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:08:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:08:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:08:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.360s coverage: 97.7% of statements 20:08:20 ---> Running in d0b18e01bdae 20:08:20 ---> Running in 017a8233550e 20:08:20 Removing intermediate container 017a8233550e 20:08:20 ---> 36a84aba7c96 20:08:20 Step 20/20 : LABEL version=0.0.0 20:08:20 ---> Running in 59a86925f7f6 20:08:21 Removing intermediate container 59a86925f7f6 20:08:21 ---> 9dcc36dac728 20:08:21 20:08:21 Successfully built 9dcc36dac728 20:08:21 Successfully tagged security-spiffe-token-provider:latest 20:08:21 Building core-data 20:08:21  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:21 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:08:21 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:08:21 go vet ./... 20:08:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:21 (1/2) Installing dumb-init (1.2.5-r2) 20:08:21 (2/2) Installing openssl (3.0.8-r3) 20:08:21 Executing busybox-1.35.0-r29.trigger 20:08:21 OK: 8 MiB in 17 packages 20:08:26 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:08:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:08:26 ---> 9fab175c8f23 20:08:26 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:08:26 ---> Using cache 20:08:26 ---> 75265d363db7 20:08:26 Step 4/23 : WORKDIR /edgex-go 20:08:26 ---> Using cache 20:08:26 ---> 8cc6609dec25 20:08:26 Step 5/23 : RUN apk add --update --no-cache make git 20:08:26 ---> Using cache 20:08:26 ---> a7aa9705ae72 20:08:26 Step 6/23 : COPY go.mod vendor* ./ 20:08:26 ---> Using cache 20:08:26 ---> 7100e728f4cd 20:08:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:26 ---> Using cache 20:08:26 ---> fc51708b91c2 20:08:26 Step 8/23 : COPY . . 20:08:26 ---> Using cache 20:08:26 ---> 09f250346bea 20:08:26 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:08:29 ---> Running in 847aa3a3d078 20:08:29 Removing intermediate container 29f7663f97ac 20:08:29 ---> ab0a26fb30cf 20:08:29 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:29 Removing intermediate container d0b18e01bdae 20:08:29 ---> 6e375242c515 20:08:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:08:29 Removing intermediate container d4103b218d2b 20:08:29 ---> 5952cbe2cec2 20:08:29 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:08:29 ---> 81dd21180ce2 20:08:29 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:08:29 ---> Running in 80d78fdb457e 20:08:29 ---> Running in 9e976bd774a5 20:08:29 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:08:30 Removing intermediate container 80d78fdb457e 20:08:30 ---> e8dd6bcc6913 20:08:30 Step 12/22 : WORKDIR /edgex 20:08:30 Removing intermediate container 9e976bd774a5 20:08:30 ---> 94a0f4311a12 20:08:30 Step 23/25 : LABEL arch=x86_64 20:08:30 ---> Running in a09e29a9e59e 20:08:30 ---> 0a9ede03c36b 20:08:30 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:08:30 ---> Running in 5f003ebfde9c 20:08:31 Removing intermediate container a09e29a9e59e 20:08:31 ---> 8176c8254cb2 20:08:31 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:31 Removing intermediate container 5f003ebfde9c 20:08:31 ---> 5774cacf0fb8 20:08:31 Step 24/25 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:08:31 ---> 42dc37538584 20:08:31 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:08:31 ---> Running in 05d2d827063c 20:08:31 ---> 510cfa6ae219 20:08:31 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:08:31 Removing intermediate container 05d2d827063c 20:08:31 ---> 0f6e07e7c030 20:08:31 Step 25/25 : LABEL version=0.0.0 20:08:31 ---> b3457773780a 20:08:31 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:08:32 ---> 2f6bda6afe30 20:08:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:08:32 ---> Running in be93cc48f48e 20:08:34 ---> 7cb152e17bae 20:08:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:08:34 ---> 98635f584835 20:08:34 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:08:34 Removing intermediate container be93cc48f48e 20:08:34 ---> 0b9ecc780971 20:08:34 20:08:34 Successfully built 0b9ecc780971 20:08:34 Successfully tagged security-secretstore-setup:latest 20:08:35  Building security-secretstore-setup ... done  ---> 81a37d429704 20:08:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:08:35 ---> 3c9cfd258bac 20:08:35 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:08:36 ---> 6d4886a21826 20:08:36 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:08:36 ---> 5b2afc7b76bb 20:08:36 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:08:36 ---> Running in 29c9050566b9 20:08:36 ---> b833bee65451 20:08:36 Step 28/33 : RUN chmod +x /entrypoint.sh 20:08:37 ---> Running in 396b1da3616e 20:08:40 Removing intermediate container 29c9050566b9 20:08:40 ---> 7e32b585fc66 20:08:40 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:08:40 Removing intermediate container 396b1da3616e 20:08:40 ---> ba6d24bd2579 20:08:40 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:08:40 ---> Running in ae401f006a28 20:08:40 ---> Running in 8e861111a687 20:08:42 Removing intermediate container ae401f006a28 20:08:42 ---> c2a604d9bc19 20:08:42 Step 30/33 : CMD ["gate"] 20:08:42 Removing intermediate container 8e861111a687 20:08:42 ---> 25c4c65a17fa 20:08:42 Step 20/22 : LABEL arch=x86_64 20:08:42 ---> Running in e95379a19773 20:08:42 ---> Running in 4b777c01fa80 20:08:42 Removing intermediate container 7a142b576ac7 20:08:42 ---> 6354d20379a8 20:08:42 20:08:42 Step 10/23 : FROM alpine:3.17 20:08:42 ---> 9ed4aefc74f6 20:08:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:08:42 ---> Using cache 20:08:42 ---> 4fda98f51a5a 20:08:42 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:08:42 ---> Using cache 20:08:42 ---> 3ff2b01a94ac 20:08:42 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:42 ---> Using cache 20:08:42 ---> 7c68b55c7483 20:08:42 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:08:42 ---> Using cache 20:08:42 ---> d4ae1e3de7a0 20:08:42 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:08:43 Removing intermediate container 4b777c01fa80 20:08:43 ---> d8d8b6bf7c8d 20:08:43 Step 31/33 : LABEL arch=x86_64Removing intermediate container e95379a19773 20:08:43 ---> 10ac7c0f4781 20:08:43 Step 21/22 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:08:43 20:08:43 ---> Running in 50b9551a43ae 20:08:43 ---> Running in 828821ddba7d 20:08:43 ---> 1c77f93da3d0 20:08:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:08:43 Removing intermediate container 828821ddba7d 20:08:43 ---> 47b7740fc99a 20:08:43 Step 32/33 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:08:43 Removing intermediate container 50b9551a43ae 20:08:43 ---> dd262bdc3a7a 20:08:43 Step 22/22 : LABEL version=0.0.0 20:08:43 ---> Running in fac92cb7983f 20:08:43 ---> Running in 98ab530ec009 20:08:43 ---> df4b6bb08703 20:08:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:08:43 Removing intermediate container fac92cb7983f 20:08:43 ---> aaaf4dc86aa9 20:08:43 20:08:43 Successfully built aaaf4dc86aa9 20:08:43 Successfully tagged security-proxy-setup:latest 20:08:43  Building security-proxy-setup ... done Removing intermediate container 98ab530ec009 20:08:43 ---> 16af7fd17048 20:08:43 Step 33/33 : LABEL version=0.0.0 20:08:43 ---> Running in eb9be0905e18 20:08:44 ---> 9c3755479d1b 20:08:44 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:08:44 ---> Running in 4cdc38080564 20:08:44 Removing intermediate container eb9be0905e18 20:08:44 ---> 14c7e4e8cb42 20:08:44 20:08:44 Successfully built 14c7e4e8cb42 20:08:44 Successfully tagged security-bootstrapper:latest 20:08:46  Building security-bootstrapper ... done Removing intermediate container 4cdc38080564 20:08:46 ---> 8d03cb6a8e1f 20:08:46 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:08:46 ---> Running in 6585d4ae56c6 20:08:46 Removing intermediate container 6585d4ae56c6 20:08:46 ---> b5bb129f7235 20:08:46 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:08:46 ---> Running in aa07d092d5ab 20:08:46 Removing intermediate container aa07d092d5ab 20:08:46 ---> 659898be179e 20:08:46 Step 21/23 : LABEL arch=x86_64 20:08:46 ---> Running in 8ff30f55e4b6 20:08:46 Removing intermediate container 8ff30f55e4b6 20:08:46 ---> 039a5d4efb9d 20:08:46 Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:08:47 ---> Running in 58728c346681 20:08:47 Removing intermediate container 58728c346681 20:08:47 ---> 154ccf572cc5 20:08:47 Step 23/23 : LABEL version=0.0.0 20:08:47 ---> Running in 49bec3e954e3 20:08:47 Removing intermediate container 49bec3e954e3 20:08:47 ---> 6bab44e5fdd6 20:08:47 20:08:47 Successfully built 6bab44e5fdd6 20:08:47 Successfully tagged security-proxy-auth:latest 20:08:51  Building security-proxy-auth ... done Removing intermediate container 847aa3a3d078 20:08:51 ---> 99f39c10e678 20:08:51 20:08:51 Step 10/23 : FROM alpine:3.17 20:08:51 ---> 9ed4aefc74f6 20:08:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:08:51 ---> Running in 4148c9fb21b5 20:08:51 Removing intermediate container 4148c9fb21b5 20:08:51 ---> d4fe4d4ad66d 20:08:51 Step 12/23 : ENV APP_PORT=59880 20:08:51 ---> Running in 60ed58e15043 20:08:51 Removing intermediate container 60ed58e15043 20:08:51 ---> 1276fa15a479 20:08:51 Step 13/23 : EXPOSE $APP_PORT 20:08:51 ---> Running in bb78c21f178c 20:08:51 Removing intermediate container bb78c21f178c 20:08:51 ---> b12bb682b784 20:08:51 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:08:51 ---> Running in 9f7854133ba1 20:08:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:51 (1/1) Installing dumb-init (1.2.5-r2) 20:08:51 Executing busybox-1.35.0-r29.trigger 20:08:51 OK: 7 MiB in 16 packages 20:08:52 Removing intermediate container 9f7854133ba1 20:08:52 ---> bbce37dcfe63 20:08:52 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:52 ---> 724598c97c38 20:08:52 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:08:52 ---> 414f11ea9181 20:08:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:08:53 ---> a12addfe7c7e 20:08:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:08:54 ---> 121de21cf7d4 20:08:54 Step 19/23 : ENTRYPOINT ["/core-data"] 20:08:54 ---> Running in 180dc8150ba6 20:08:54 Removing intermediate container 180dc8150ba6 20:08:54 ---> 41e7120f58f8 20:08:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:08:55 ---> Running in 34917ef77ddb 20:08:55 Removing intermediate container 34917ef77ddb 20:08:55 ---> 06585b315c9e 20:08:55 Step 21/23 : LABEL arch=x86_64 20:08:55 ---> Running in eb42c56c9889 20:08:55 Removing intermediate container eb42c56c9889 20:08:55 ---> a5614dd1f7aa 20:08:55 Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:08:55 ---> Running in 509920622e98 20:08:55 Removing intermediate container 509920622e98 20:08:55 ---> cee9216c08df 20:08:55 Step 23/23 : LABEL version=0.0.0 20:08:55 ---> Running in f5a1af1aecac 20:08:55 Removing intermediate container f5a1af1aecac 20:08:55 ---> 7247ea9dd178 20:08:55 20:08:55 Successfully built 7247ea9dd178 20:08:55 Successfully tagged core-data:latest 20:08:55  Building core-data ... done  [Pipeline] } 20:08:55 $ docker stop --time=1 9d1d1ee7147deb2c775035100d704c886e5d0d6cbb11e385d3bb182bc6f34e30 20:08:57 $ docker rm -f --volumes 9d1d1ee7147deb2c775035100d704c886e5d0d6cbb11e385d3bb182bc6f34e30 [Pipeline] // withDockerContainer [Pipeline] sh 20:08:57 + docker images 20:08:57 REPOSITORY TAG IMAGE ID CREATED SIZE 20:08:57 core-data latest 7247ea9dd178 2 seconds ago 20MB 20:08:57 99f39c10e678 9 seconds ago 1.69GB 20:08:57 security-proxy-auth latest 6bab44e5fdd6 10 seconds ago 18.3MB 20:08:57 security-proxy-setup latest aaaf4dc86aa9 14 seconds ago 18.7MB 20:08:57 security-bootstrapper latest 14c7e4e8cb42 14 seconds ago 22.2MB 20:08:57 6354d20379a8 15 seconds ago 1.66GB 20:08:57 security-secretstore-setup latest 0b9ecc780971 24 seconds ago 32.8MB 20:08:57 f20fbd715a5c 37 seconds ago 1.67GB 20:08:57 security-spiffe-token-provider latest 9dcc36dac728 37 seconds ago 32.8MB 20:08:57 core-command latest f70093de7f0a 46 seconds ago 19.8MB 20:08:57 c2325fead28d 54 seconds ago 1.73GB 20:08:57 e3a5131f41f1 54 seconds ago 1.69GB 20:08:57 cb9e5d6ba321 56 seconds ago 1.68GB 20:08:57 66d412fcc22a 59 seconds ago 1.67GB 20:08:57 core-metadata latest 22ff58bb2986 About a minute ago 20.4MB 20:08:57 c6de39f45d84 About a minute ago 1.69GB 20:08:57 security-spire-server latest bee499d4983a 3 minutes ago 89.8MB 20:08:57 07db0ab7ddc0 3 minutes ago 1.55GB 20:08:57 support-notifications latest 86999b752b54 3 minutes ago 32.7MB 20:08:57 support-scheduler latest e3cd97c0cfad 3 minutes ago 32.1MB 20:08:57 core-common-config-bootstrapper latest 5dbbec33fe55 3 minutes ago 17.2MB 20:08:57 security-spire-agent latest 6a858fbf8c58 3 minutes ago 129MB 20:08:57 security-spire-config latest b92c1dd42a91 3 minutes ago 88.9MB 20:08:57 2d3689b15e71 3 minutes ago 1.75GB 20:08:57 18ec8f0645f9 3 minutes ago 1.75GB 20:08:57 b7c023a1e067 3 minutes ago 1.68GB 20:08:57 ab3fd8e6cbcb 4 minutes ago 1.55GB 20:08:57 e2d7dfb86a71 4 minutes ago 1.55GB 20:08:57 ci-base-image-x86_64 latest 9fab175c8f23 9 minutes ago 881MB 20:08:57 alpine 3.17 9ed4aefc74f6 2 days ago 7.05MB 20:08:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 3 weeks ago 664MB 20:08:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 20:08:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:10:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:10:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:10:58 ./bin/test-attribution-txt.sh [Pipeline] echo 20:10:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:10:58 + ls -al . 20:10:58 total 700 20:10:58 drwxrwxr-x 10 1001 1001 4096 Mar 31 20:03 . 20:10:58 drwxr-xr-x 4 root root 4096 Mar 31 20:03 .. 20:10:58 drwxrwxr-x 2 1001 1001 4096 Mar 31 20:01 .blubracket 20:10:58 -rw-rw-r-- 1 1001 1001 16 Mar 31 20:01 .dockerignore 20:10:58 drwxrwxr-x 8 1001 1001 4096 Mar 31 20:01 .git 20:10:58 drwxrwxr-x 3 1001 1001 4096 Mar 31 20:01 .github 20:10:58 -rw-rw-r-- 1 1001 1001 1133 Mar 31 20:01 .gitignore 20:10:58 -rw-rw-r-- 1 1001 1001 42 Mar 31 20:01 .golangci.yml 20:10:58 -rw-rw-r-- 1 1001 1001 87 Mar 31 20:01 .hadolint.yml 20:10:58 -rw-rw-r-- 1 1001 1001 166 Mar 31 20:01 .sonarcloud.properties 20:10:58 -rw-rw-r-- 1 1001 1001 1171 Mar 31 20:01 ADOPTERS.md 20:10:58 -rw-rw-r-- 1 1001 1001 10835 Mar 31 20:01 Attribution.txt 20:10:58 -rw-rw-r-- 1 1001 1001 73765 Mar 31 20:01 CHANGELOG.md 20:10:58 -rw-rw-r-- 1 1001 1001 3804 Mar 31 20:01 CONTRIBUTING.md 20:10:58 -rw-rw-r-- 1 1001 1001 677 Mar 31 20:01 GOVERNANCE.md 20:10:58 -rw-rw-r-- 1 1001 1001 883 Mar 31 20:01 Jenkinsfile 20:10:58 -rw-rw-r-- 1 1001 1001 10775 Mar 31 20:01 LICENSE 20:10:58 -rw-rw-r-- 1 1001 1001 14368 Mar 31 20:01 Makefile 20:10:58 -rw-rw-r-- 1 1001 1001 582 Mar 31 20:01 OWNERS.md 20:10:58 -rw-rw-r-- 1 1001 1001 9403 Mar 31 20:01 README.md 20:10:58 -rw-rw-r-- 1 1001 1001 789 Mar 31 20:01 SECURITY.md 20:10:58 -rw-rw-r-- 1 1001 1001 5 Mar 31 19:59 VERSION 20:10:58 drwxrwxr-x 2 1001 1001 4096 Mar 31 20:01 bin 20:10:58 drwxrwxr-x 18 1001 1001 4096 Mar 31 20:01 cmd 20:10:58 -rw-r--r-- 1 root root 447380 Mar 31 20:08 coverage.out 20:10:58 -rw-rw-r-- 1 1001 1001 3200 Mar 31 20:01 go.mod 20:10:58 -rw-rw-r-- 1 1001 1001 31265 Mar 31 20:01 go.sum 20:10:58 drwxrwxr-x 7 1001 1001 4096 Mar 31 20:01 internal 20:10:58 drwxrwxr-x 3 1001 1001 4096 Mar 31 20:01 openapi 20:10:58 -rw-rw-r-- 1 1001 1001 594 Mar 31 20:01 security.txt 20:10:58 drwxrwxr-x 4 1001 1001 4096 Mar 31 20:01 snap 20:10:58 -rw-rw-r-- 1 1001 1001 204 Mar 31 20:01 version.go [Pipeline] sh 20:10:59 + '[' -e coverage.out ] 20:10:59 + chown 1001:1001 coverage.out [Pipeline] stash 20:10:59 Warning: overwriting stash ‘coverage-report’ 20:10:59 Stashed 1 file(s) [Pipeline] sh 20:11:00 + make build 20:11:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:12:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:12:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:12:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:12:36 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:13:23 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:13:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:13:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:13:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:13:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:13:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:13:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:13:56 $ docker stop --time=1 d1003db995c79160fac765620125a97594503a1f3fc1505a52d2f7392e551934 20:13:58 $ docker rm -f --volumes d1003db995c79160fac765620125a97594503a1f3fc1505a52d2f7392e551934 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:01 20:14:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:02 latest: Pulling from edgex-devops/edgex-compose-arm64 20:14:02 29e5d40040c1: Pulling fs layer 20:14:02 1ce36da41761: Pulling fs layer 20:14:02 25b303627fd3: Pulling fs layer 20:14:02 29e5d40040c1: Verifying Checksum 20:14:02 29e5d40040c1: Download complete 20:14:02 1ce36da41761: Verifying Checksum 20:14:02 1ce36da41761: Download complete 20:14:02 29e5d40040c1: Pull complete 20:14:03 1ce36da41761: Pull complete 20:14:03 25b303627fd3: Verifying Checksum 20:14:03 25b303627fd3: Download complete 20:14:14 25b303627fd3: Pull complete 20:14:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:14:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:14:14 prd-ubuntu20.04-docker-arm64-4c-16g-6562 does not seem to be running inside a container 20:14:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:14:16 $ docker top 721fb86bae92c5c42c99e4857d27fa63c17e951f761fb4dc08d936a65b099c1b -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:17 + grep parallel+ docker-compose build --help 20:14:17 20:14:23 --parallel Build images in parallel. [Pipeline] } 20:14:23 $ docker stop --time=1 721fb86bae92c5c42c99e4857d27fa63c17e951f761fb4dc08d936a65b099c1b 20:14:24 $ docker rm -f --volumes 721fb86bae92c5c42c99e4857d27fa63c17e951f761fb4dc08d936a65b099c1b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:14:25 prd-ubuntu20.04-docker-arm64-4c-16g-6562 does not seem to be running inside a container 20:14:25 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:14:27 $ docker top 4f29c45409bf0820547d7bb0af5fee33370332e7308664f953f50afab84c7b9a -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:27 + docker-compose -f ./docker-compose-build.yml build --parallel 20:14:32 Building core-command ... 20:14:32 Building core-common-config-bootstrapper ... 20:14:32 Building core-data ... 20:14:32 Building core-metadata ... 20:14:32 Building security-bootstrapper ... 20:14:32 Building security-proxy-auth ... 20:14:32 Building security-proxy-setup ... 20:14:32 Building security-secretstore-setup ... 20:14:32 Building security-spiffe-token-provider ... 20:14:32 Building security-spire-agent ... 20:14:32 Building security-spire-config ... 20:14:32 Building security-spire-server ... 20:14:32 Building support-notifications ... 20:14:32 Building support-scheduler ... 20:14:32 Building support-scheduler 20:14:32 Building core-command 20:14:32 Building security-secretstore-setup 20:14:32 Building security-spire-config 20:14:32 Building security-proxy-setup 20:15:19 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:15:19 ---> 97323f6d972f 20:15:19 Step 3/22 : WORKDIR /edgex-go 20:15:20 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:20 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:15:20 ---> 97323f6d972f 20:15:20 Step 3/27 : WORKDIR /edgex-go 20:15:20 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:20 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:15:20 ---> 97323f6d972f 20:15:20 Step 3/25 : WORKDIR /edgex-go 20:15:20 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:15:20 ---> 97323f6d972f 20:15:20 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:15:20 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:20 ---> 97323f6d972f 20:15:20 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:15:20 ---> Running in ec9018d14e6d 20:15:20 ---> Running in de98b9b02c54 20:15:20 ---> Running in b60967079b58 20:15:20 ---> Running in bad424e775ee 20:15:20 ---> Running in f5bd55cdc935 20:15:21 Removing intermediate container ec9018d14e6d 20:15:21 ---> fec64ee0f584 20:15:21 Step 4/23 : WORKDIR /edgex-go 20:15:21 Removing intermediate container bad424e775ee 20:15:21 ---> 12ef41a0dc47 20:15:21 Step 4/25 : RUN apk add --update --no-cache make git 20:15:21 ---> Running in 03948106e202 20:15:21 ---> Running in afd576a65acd 20:15:21 Removing intermediate container f5bd55cdc935 20:15:21 ---> ce44f1461032 20:15:21 Step 4/24 : WORKDIR /edgex-go 20:15:21 Removing intermediate container b60967079b58 20:15:21 ---> 049e3c0d9efa 20:15:21 Step 4/22 : RUN apk add --update --no-cache make git 20:15:21 Removing intermediate container de98b9b02c54 20:15:21 ---> e7a3a44da888 20:15:21 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:15:21 ---> Running in fcf19a101e28 20:15:22 ---> Running in 5b51877fbcf0 20:15:22 ---> Running in ab47e5bb8fd0 20:15:22 Removing intermediate container 03948106e202 20:15:22 ---> fc18049be4e2 20:15:22 Step 5/23 : RUN apk add --update --no-cache make git 20:15:22 Removing intermediate container fcf19a101e28 20:15:22 ---> ae1b103a2aa7 20:15:22 Step 5/24 : RUN apk add --update --no-cache make git 20:15:22 ---> Running in 510f37b2d3d5 20:15:22 ---> Running in b16aad204ad7 20:15:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:25 OK: 263 MiB in 53 packages 20:15:26 OK: 263 MiB in 53 packages 20:15:26 OK: 263 MiB in 53 packages 20:15:27 OK: 263 MiB in 53 packages 20:15:27 OK: 263 MiB in 53 packages 20:15:28 Removing intermediate container afd576a65acd 20:15:28 ---> d5ece705eef2 20:15:28 Step 5/25 : COPY go.mod vendor* ./ 20:15:29 Removing intermediate container 5b51877fbcf0 20:15:29 ---> 0309d71f2c91 20:15:29 Step 5/22 : COPY go.mod vendor* ./ 20:15:29 Removing intermediate container b16aad204ad7 20:15:29 Removing intermediate container ab47e5bb8fd0 20:15:29 ---> deb9f945bf14 20:15:29 Step 5/27 : COPY go.mod vendor* ./ 20:15:29 ---> be9d94f3cb61 20:15:29 Step 6/24 : COPY go.mod vendor* ./ 20:15:29 Removing intermediate container 510f37b2d3d5 20:15:29 ---> 5d6bf4ccc3b1 20:15:29 Step 6/23 : COPY go.mod vendor* ./ 20:15:29 ---> 636ba3487ddc 20:15:29 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:30 ---> Running in 804613c34f27 20:15:30 ---> c12d8817794f 20:15:30 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:30 ---> f11876479ff3 20:15:30 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:30 ---> dc6ab312efe1 20:15:30 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:30 ---> Running in b13e5e075efe 20:15:30 ---> Running in 480d09f9059e 20:15:30 ---> d7b0952340c1 20:15:30 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:30 ---> Running in 2276e2fca0c8 20:15:31 ---> Running in 2c93924b2d94 20:17:22 Removing intermediate container b13e5e075efe 20:17:22 ---> a55eedd6d3f8 20:17:22 Step 7/22 : COPY . . 20:17:22 Removing intermediate container 2c93924b2d94 20:17:22 ---> 50cd31146e00 20:17:22 Step 8/24 : COPY . . 20:17:22 Removing intermediate container 804613c34f27 20:17:22 ---> b272e46749e7 20:17:22 Step 7/25 : COPY . . 20:17:22 Removing intermediate container 2276e2fca0c8 20:17:22 ---> f92fa1836467 20:17:22 Step 8/23 : COPY . . 20:17:22 Removing intermediate container 480d09f9059e 20:17:22 ---> 9744f152518e 20:17:22 Step 7/27 : COPY . . 20:17:32 ---> 70a305600701 20:17:32 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:17:32 ---> a533517490d0 20:17:32 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:17:32 ---> 78637fe0e2fc 20:17:32 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:17:32 ---> Running in 54f296f5b190 20:17:32 ---> Running in 92a80c6a0e9f 20:17:32 ---> f7cf15db9dcb 20:17:32 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:17:32 ---> f19597aa2383 20:17:32 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:17:32 ---> Running in b0d0d13ec20a 20:17:32 ---> Running in 8567e9fdf9fc 20:17:32 ---> Running in 4c1e42db6456 20:17:32 Removing intermediate container 8567e9fdf9fc 20:17:32 ---> 0dc77fe8c7a1 20:17:32 Step 9/27 : WORKDIR /edgex-go/spire-build 20:17:32 ---> Running in 08169a609b92 20:17:33 Removing intermediate container 08169a609b92 20:17:33 ---> 4728ae4161db 20:17:33 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:17:33 ---> Running in b048a13ebc87 20:17:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:17:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:17:34 Removing intermediate container b048a13ebc87 20:17:34 ---> beeae4fc8c1e 20:17:34 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:17:34 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:17:34 ---> Running in e5f3750659c2 20:17:34 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:17:37 Removing intermediate container e5f3750659c2 20:17:37 ---> 0363a97aa60b 20:17:37 Step 12/27 : WORKDIR /edgex-go 20:17:37 ---> Running in ec8266b97040 20:17:38 Removing intermediate container ec8266b97040 20:17:38 ---> 6f29ccb001a4 20:17:38 20:17:38 Step 13/27 : FROM alpine:3.17 20:17:38 3.17: Pulling from library/alpine 20:17:39 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:17:39 Status: Downloaded newer image for alpine:3.17 20:17:39 ---> 51e60588ff2c 20:17:39 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:17:39 ---> Running in 66c042753daf 20:17:40 Removing intermediate container 66c042753daf 20:17:40 ---> 7e9813df118e 20:17:40 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:17:40 ---> Running in 265ea69aa524 20:17:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:44 v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:17:44 v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:17:44 OK: 17689 distinct packages available 20:17:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:46 (1/4) Installing dumb-init (1.2.5-r2) 20:17:46 (2/4) Installing musl-obstack (1.2.3-r0) 20:17:46 (3/4) Installing libucontext (1.2-r0) 20:17:46 (4/4) Installing gcompat (1.1.0-r0) 20:17:46 Executing busybox-1.35.0-r29.trigger 20:17:47 OK: 8 MiB in 19 packages 20:17:49 Removing intermediate container 265ea69aa524 20:17:49 ---> 6b98a6bf392d 20:17:49 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:49 ---> 0e90b1ad80e7 20:17:49 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:17:50 ---> c23f5a86c7d5 20:17:50 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:17:57 ---> a4b63f562f3e 20:17:57 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:17:57 ---> 11118caea85b 20:17:57 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:17:57 ---> Running in 3575d5c3aef1 20:17:57 Removing intermediate container 3575d5c3aef1 20:17:57 ---> 742a77456b72 20:17:57 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:17:58 ---> 79fb869d197f 20:17:58 Step 22/27 : WORKDIR / 20:17:58 ---> Running in 9ee5295ed2fb 20:17:59 Removing intermediate container 9ee5295ed2fb 20:17:59 ---> ddec3d8e55ac 20:17:59 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:17:59 ---> Running in 2115213a161f 20:18:00 Removing intermediate container 2115213a161f 20:18:00 ---> ca45a7f0875a 20:18:00 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:18:00 ---> Running in 1a9ca3cc7cb1 20:18:00 Removing intermediate container 1a9ca3cc7cb1 20:18:00 ---> 93ef3c6fd22c 20:18:00 Step 25/27 : LABEL arch=arm64 20:18:00 ---> Running in 430eeb4cf0d6 20:18:01 Removing intermediate container 430eeb4cf0d6 20:18:01 ---> bbce6aa12a7c 20:18:01 Step 26/27 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:18:01 ---> Running in 227117deb356 20:18:01 Removing intermediate container 227117deb356 20:18:01 ---> 22ef42b6cb87 20:18:01 Step 27/27 : LABEL version=0.0.0 20:18:01 ---> Running in ff6e26719675 20:18:02 Removing intermediate container ff6e26719675 20:18:02 ---> 9f020736a775 20:18:02 20:18:02 Successfully built 9f020736a775 20:18:02 Successfully tagged security-spire-config-arm64:latest 20:18:02 Building security-spiffe-token-provider 20:18:17  Building security-spire-config ... done Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:17 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:18:17 ---> 97323f6d972f 20:18:17 Step 3/20 : WORKDIR /edgex-go 20:18:17 ---> Using cache 20:18:17 ---> e7a3a44da888 20:18:17 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:18:17 ---> Running in 38f1b89557f9 20:18:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:20 v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:18:20 v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:18:20 OK: 17694 distinct packages available 20:18:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:23 OK: 263 MiB in 53 packages 20:18:24 Removing intermediate container 38f1b89557f9 20:18:24 ---> ebad24d08c6d 20:18:24 Step 5/20 : COPY go.mod vendor* ./ 20:18:25 ---> 65ec6157089f 20:18:25 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:25 ---> Running in 5bc40b58f37d 20:20:01 Removing intermediate container 5bc40b58f37d 20:20:01 ---> fd5495e4ba04 20:20:01 Step 7/20 : COPY . . 20:20:10 ---> da69bb7cabe7 20:20:10 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:20:10 ---> Running in 007c875d1dbd 20:20:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:23:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:23:48 Removing intermediate container 54f296f5b190 20:23:48 ---> 66cba732981c 20:23:48 20:23:48 Step 9/22 : FROM alpine:3.17 20:23:48 ---> 51e60588ff2c 20:23:48 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:23:48 ---> Running in 852700de8db7 20:23:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:54 (1/2) Installing dumb-init (1.2.5-r2) 20:23:54 (2/2) Installing openssl (3.0.8-r3) 20:23:54 Executing busybox-1.35.0-r29.trigger 20:23:54 OK: 8 MiB in 17 packages 20:23:56 Removing intermediate container 92a80c6a0e9f 20:23:56 ---> bbc963e9e642 20:23:56 20:23:56 Step 9/25 : FROM alpine:3.17 20:23:56 ---> 51e60588ff2c 20:23:56 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:23:58 Removing intermediate container 852700de8db7 20:23:58 ---> f1ce2fddafce 20:23:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:23:58 ---> Running in 93672e101f24 20:23:58 ---> Running in bd5d253352bd 20:23:59 Removing intermediate container bd5d253352bd 20:23:59 ---> 7688abd35ada 20:23:59 Step 12/22 : WORKDIR /edgex 20:23:59 ---> Running in 42b70bfa17ba 20:24:00 Removing intermediate container 42b70bfa17ba 20:24:00 ---> fd8dc41ad0e9 20:24:00 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:01 ---> 2fab129584a3 20:24:01 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:24:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:02 ---> 6f02b984761c 20:24:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:24:03 ---> a1c3bda3c03c 20:24:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:24:03 (1/3) Installing ca-certificates (20220614-r4) 20:24:04 (2/3) Installing dumb-init (1.2.5-r2) 20:24:04 (3/3) Installing su-exec (0.2-r2) 20:24:04 Executing busybox-1.35.0-r29.trigger 20:24:04 Executing ca-certificates-20220614-r4.trigger 20:24:05 ---> bd566b9ec04e 20:24:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:24:05 OK: 8 MiB in 18 packages 20:24:06 ---> a56a3fd180af 20:24:06 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:24:06 ---> Running in a15d06929658 20:24:08 Removing intermediate container 93672e101f24 20:24:08 ---> 93fe6b0b829b 20:24:08 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:24:08 ---> Running in 94af959f855b 20:24:08 Removing intermediate container 94af959f855b 20:24:08 ---> c028f2c27b47 20:24:08 Step 12/25 : WORKDIR / 20:24:08 ---> Running in b68314acce7e 20:24:09 Removing intermediate container b68314acce7e 20:24:09 ---> 69e3b35926c9 20:24:09 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:10 Removing intermediate container a15d06929658 20:24:10 ---> bf704addad82 20:24:10 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:24:10 ---> Running in e994ee65ac20 20:24:11 ---> b914fade3df6 20:24:11 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:24:11 Removing intermediate container e994ee65ac20 20:24:11 ---> 47cbd5886733 20:24:11 Step 20/22 : LABEL arch=arm64 20:24:11 ---> Running in 0b5e5bf5ef87 20:24:11 Removing intermediate container 0b5e5bf5ef87 20:24:11 ---> 56a8791aab46 20:24:11 Step 21/22 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:24:12 ---> Running in 50e930f40fa1 20:24:12 ---> c31dd8f6fd13 20:24:12 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:24:12 Removing intermediate container 50e930f40fa1 20:24:12 ---> 7ef529853fef 20:24:12 Step 22/22 : LABEL version=0.0.0 20:24:13 ---> Running in 853809b2178e 20:24:13 Removing intermediate container 853809b2178e 20:24:13 ---> 423f6c8f49a0 20:24:13 20:24:13 Successfully built 423f6c8f49a0 20:24:13 ---> bdc08f94fbc3 20:24:14 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:24:14 Successfully tagged security-proxy-setup-arm64:latest 20:24:14 Building security-bootstrapper 20:24:14  Building security-proxy-setup ... done  ---> 327697ab13ec 20:24:14 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:24:16 ---> 4a144080d99f 20:24:16 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:24:17 ---> ac3a5b5de524 20:24:17 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:24:20 ---> 1ed22ae26f42 20:24:20 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:24:21 ---> dfd26d5ce4b8 20:24:21 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:24:21 ---> Running in 3f6af3b388eb 20:24:26 Removing intermediate container 3f6af3b388eb 20:24:26 ---> 41065b03cba1 20:24:26 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:24:26 ---> Running in 611f96abee89 20:24:27 Removing intermediate container 611f96abee89 20:24:27 ---> 6d4fca53da6a 20:24:27 Step 23/25 : LABEL arch=arm64 20:24:27 ---> Running in cbbf020945aa 20:24:28 Removing intermediate container cbbf020945aa 20:24:28 ---> 4251e79371bf 20:24:28 Step 24/25 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:24:28 ---> Running in 46d0bd6acd4e 20:24:29 Removing intermediate container 46d0bd6acd4e 20:24:29 ---> c4d1d8b651bd 20:24:29 Step 25/25 : LABEL version=0.0.0 20:24:29 ---> Running in a94db61baa96 20:24:30 Removing intermediate container a94db61baa96 20:24:30 ---> 790c5c5f14e3 20:24:30 20:24:31 Successfully built 790c5c5f14e3 20:24:31 Successfully tagged security-secretstore-setup-arm64:latest 20:24:31  Building security-secretstore-setup ... done Building core-data 20:24:35 Removing intermediate container 4c1e42db6456 20:24:35 ---> f8e4a1df9f6d 20:24:35 20:24:35 Step 10/24 : FROM alpine:3.17 20:24:35 ---> 51e60588ff2c 20:24:35 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:24:35 ---> Running in 51100a7438a2 20:24:36 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:36 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:24:36 ---> 97323f6d972f 20:24:36 Step 3/33 : WORKDIR /edgex-go 20:24:36 ---> Using cache 20:24:36 ---> e7a3a44da888 20:24:36 Step 4/33 : RUN apk add --update --no-cache make git 20:24:36 ---> Running in 30664d9eb41b 20:24:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:40 (1/1) Installing dumb-init (1.2.5-r2) 20:24:40 Executing busybox-1.35.0-r29.trigger 20:24:40 OK: 263 MiB in 53 packages 20:24:40 OK: 8 MiB in 16 packages 20:24:42 Removing intermediate container 30664d9eb41b 20:24:42 ---> 72af27e2009a 20:24:42 Step 5/33 : COPY go.mod vendor* ./ 20:24:42 Removing intermediate container 51100a7438a2 20:24:42 ---> b56d99636667 20:24:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:24:43 ---> Running in dabd6f7d0a00 20:24:43 Removing intermediate container dabd6f7d0a00 20:24:43 ---> a2966bb28481 20:24:43 Step 13/24 : ENV APP_PORT=59882 20:24:44 ---> Running in 3a0fe63ffaa8 20:24:44 ---> 5fffd710ea92 20:24:44 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:44 ---> Running in 2d99d02c0774 20:24:44 Removing intermediate container 3a0fe63ffaa8 20:24:44 ---> ba8bbec19b72 20:24:44 Step 14/24 : EXPOSE $APP_PORT 20:24:45 ---> Running in 1c7ce0cbe35e 20:24:46 Removing intermediate container 1c7ce0cbe35e 20:24:46 ---> 5efc14f963cf 20:24:46 Step 15/24 : WORKDIR / 20:24:46 ---> Running in 46ed3432d063 20:24:47 Removing intermediate container 46ed3432d063 20:24:47 ---> ddf0b7ad76ba 20:24:47 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:48 ---> d1ee62f95c5e 20:24:48 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:24:51 ---> 53a7e70e7675 20:24:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:24:52 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:24:52 ---> 97323f6d972f 20:24:52 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:24:52 ---> Using cache 20:24:52 ---> ce44f1461032 20:24:52 Step 4/23 : WORKDIR /edgex-go 20:24:52 ---> Using cache 20:24:52 ---> ae1b103a2aa7 20:24:52 Step 5/23 : RUN apk add --update --no-cache make git 20:24:52 ---> Using cache 20:24:52 ---> be9d94f3cb61 20:24:52 Step 6/23 : COPY go.mod vendor* ./ 20:24:52 ---> Using cache 20:24:52 ---> d7b0952340c1 20:24:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:52 ---> Using cache 20:24:52 ---> 50cd31146e00 20:24:52 Step 8/23 : COPY . . 20:24:52 ---> Using cache 20:24:52 ---> f19597aa2383 20:24:52 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:24:52 ---> Running in 748edd78bd98 20:24:52 ---> 1ffea7bf689e 20:24:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:24:54 ---> 6da5261fe66e 20:24:54 Step 20/24 : ENTRYPOINT ["/core-command"] 20:24:54 ---> Running in bd87d7d26f05 20:24:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:24:54 Removing intermediate container bd87d7d26f05 20:24:54 ---> 42c7a5526268 20:24:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:24:55 ---> Running in 4452629d73cd 20:24:55 Removing intermediate container 4452629d73cd 20:24:55 ---> 17cba2aa8095 20:24:55 Step 22/24 : LABEL arch=arm64 20:24:55 ---> Running in 4c00384f1297 20:24:56 Removing intermediate container 4c00384f1297 20:24:56 ---> 233ab5707ef1 20:24:56 Step 23/24 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:24:56 ---> Running in f10934afbfa2 20:24:56 Removing intermediate container f10934afbfa2 20:24:56 ---> 21d34ad3b658 20:24:56 Step 24/24 : LABEL version=0.0.0 20:24:56 ---> Running in b95e3d38c1b8 20:24:57 Removing intermediate container b95e3d38c1b8 20:24:57 ---> 4810278d0fdb 20:24:57 20:24:57 Successfully built 4810278d0fdb 20:24:57 Successfully tagged core-command-arm64:latest 20:24:57 Building security-spire-agent 20:25:16  Building core-command ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:25:16 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:25:16 ---> 97323f6d972f 20:25:16 Step 3/27 : WORKDIR /edgex-go 20:25:16 ---> Using cache 20:25:16 ---> e7a3a44da888 20:25:16 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:25:16 ---> Using cache 20:25:16 ---> deb9f945bf14 20:25:16 Step 5/27 : COPY go.mod vendor* ./ 20:25:16 ---> Using cache 20:25:16 ---> f11876479ff3 20:25:16 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:16 ---> Using cache 20:25:16 ---> 9744f152518e 20:25:16 Step 7/27 : COPY . . 20:25:16 ---> Using cache 20:25:16 ---> f7cf15db9dcb 20:25:16 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:25:16 ---> Using cache 20:25:16 ---> 0dc77fe8c7a1 20:25:16 Step 9/27 : WORKDIR /edgex-go/spire-build 20:25:16 ---> Using cache 20:25:16 ---> 4728ae4161db 20:25:16 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:25:16 ---> Using cache 20:25:16 ---> beeae4fc8c1e 20:25:16 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:25:16 ---> Using cache 20:25:16 ---> 0363a97aa60b 20:25:16 Step 12/27 : WORKDIR /edgex-go 20:25:16 ---> Using cache 20:25:16 ---> 6f29ccb001a4 20:25:16 20:25:16 Step 13/27 : FROM alpine:3.17 20:25:16 ---> 51e60588ff2c 20:25:16 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:25:16 ---> Using cache 20:25:16 ---> 7e9813df118e 20:25:16 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:25:16 ---> Running in 2f6df341669a 20:25:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:25:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:25:18 v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:25:18 v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:25:18 OK: 17689 distinct packages available 20:25:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:25:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:25:21 (1/5) Installing dumb-init (1.2.5-r2) 20:25:21 (2/5) Installing musl-obstack (1.2.3-r0) 20:25:21 (3/5) Installing libucontext (1.2-r0) 20:25:21 (4/5) Installing gcompat (1.1.0-r0) 20:25:21 (5/5) Installing openssl (3.0.8-r3) 20:25:21 Executing busybox-1.35.0-r29.trigger 20:25:21 OK: 9 MiB in 20 packages 20:25:23 Removing intermediate container 2f6df341669a 20:25:23 ---> b6199f4d3db9 20:25:23 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:23 ---> 5f21168608b9 20:25:23 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:25:24 ---> 787053fc78b1 20:25:24 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:25:30 ---> 89145ea738a7 20:25:30 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:25:35 ---> 658f88a4f796 20:25:35 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:25:36 ---> 31677fb6783e 20:25:36 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:25:36 ---> d6f184bfcb9d 20:25:37 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:25:37 ---> 959fc269e0e4 20:25:37 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:25:37 ---> Running in 24df5fd64090 20:25:38 Removing intermediate container 24df5fd64090 20:25:38 ---> 5d6a7b0eb15e 20:25:38 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:25:38 ---> Running in a40d56e4d9c6 20:25:39 Removing intermediate container a40d56e4d9c6 20:25:39 ---> 1e3a24b1862c 20:25:39 Step 25/27 : LABEL arch=arm64 20:25:39 ---> Running in 8753bb4f23d5 20:25:40 Removing intermediate container 8753bb4f23d5 20:25:40 ---> 4fbfe3a5704e 20:25:40 Step 26/27 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:25:40 ---> Running in 3b73a8087dd1 20:25:40 Removing intermediate container 3b73a8087dd1 20:25:40 ---> 0822c85ea0fb 20:25:40 Step 27/27 : LABEL version=0.0.0 20:25:40 ---> Running in 70e6f28d6633 20:25:41 Removing intermediate container 70e6f28d6633 20:25:41 ---> bb00dfb5ff85 20:25:41 20:25:41 Successfully built bb00dfb5ff85 20:25:41 Successfully tagged security-spire-agent-arm64:latest 20:25:41 Building core-metadata 20:25:56  Building security-spire-agent ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:25:56 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:25:56 ---> 97323f6d972f 20:25:56 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:25:56 ---> Using cache 20:25:56 ---> ce44f1461032 20:25:56 Step 4/25 : WORKDIR /edgex-go 20:25:56 ---> Using cache 20:25:56 ---> ae1b103a2aa7 20:25:56 Step 5/25 : RUN apk add --update --no-cache make git 20:25:56 ---> Using cache 20:25:56 ---> be9d94f3cb61 20:25:56 Step 6/25 : COPY go.mod vendor* ./ 20:25:56 ---> Using cache 20:25:56 ---> d7b0952340c1 20:25:56 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:56 ---> Using cache 20:25:56 ---> 50cd31146e00 20:25:56 Step 8/25 : COPY . . 20:25:56 ---> Using cache 20:25:56 ---> f19597aa2383 20:25:56 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:25:56 ---> Running in 679fea6fc891 20:25:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:26:44 Removing intermediate container 2d99d02c0774 20:26:44 ---> 4a7508f2e7af 20:26:44 Step 7/33 : COPY . . 20:26:54 ---> ce77264b3699 20:26:54 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:26:54 ---> Running in 53133251f6f6 20:26:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:27:10 Removing intermediate container b0d0d13ec20a 20:27:10 ---> 5ee5555891ae 20:27:10 20:27:10 Step 10/23 : FROM alpine:3.17 20:27:10 ---> 51e60588ff2c 20:27:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:27:10 ---> Using cache 20:27:10 ---> b56d99636667 20:27:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:27:10 ---> Using cache 20:27:10 ---> a2966bb28481 20:27:10 Step 13/23 : ENV APP_PORT=59861 20:27:10 ---> Running in a7a494533352 20:27:10 Removing intermediate container a7a494533352 20:27:10 ---> 13a105903bf4 20:27:10 Step 14/23 : EXPOSE $APP_PORT 20:27:10 ---> Running in 8338997d506d 20:27:10 Removing intermediate container 8338997d506d 20:27:10 ---> a19560e4eae3 20:27:10 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:10 ---> ad9665c9080e 20:27:10 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:27:11 ---> 938a5dc18779 20:27:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:27:15 ---> f60771fa85ee 20:27:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:27:15 ---> 1042e1d4feb2 20:27:15 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:27:16 ---> Running in 0af00088c377 20:27:16 Removing intermediate container 0af00088c377 20:27:16 ---> 949bb2a9de94 20:27:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:27:16 ---> Running in fa34ed1f0d8d 20:27:16 Removing intermediate container fa34ed1f0d8d 20:27:16 ---> 427935f33b24 20:27:16 Step 21/23 : LABEL arch=arm64 20:27:17 ---> Running in e352a15f8849 20:27:17 Removing intermediate container e352a15f8849 20:27:17 ---> 4562e31932b5 20:27:17 Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:27:17 ---> Running in 0934d0429661 20:27:18 Removing intermediate container 0934d0429661 20:27:18 ---> fe80b2cfca06 20:27:18 Step 23/23 : LABEL version=0.0.0 20:27:18 ---> Running in a3ad236598d6 20:27:18 Removing intermediate container a3ad236598d6 20:27:18 ---> 20ffa5ae1b0f 20:27:18 20:27:18 Successfully built 20ffa5ae1b0f 20:27:18 Successfully tagged support-scheduler-arm64:latest 20:27:18  Building support-scheduler ... done Building security-proxy-auth 20:27:40 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:27:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:27:40 ---> 97323f6d972f 20:27:40 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:27:40 ---> Using cache 20:27:40 ---> ce44f1461032 20:27:40 Step 4/23 : WORKDIR /edgex-go 20:27:40 ---> Using cache 20:27:40 ---> ae1b103a2aa7 20:27:40 Step 5/23 : RUN apk add --update --no-cache make git 20:27:40 ---> Using cache 20:27:40 ---> be9d94f3cb61 20:27:40 Step 6/23 : COPY go.mod vendor* ./ 20:27:40 ---> Using cache 20:27:40 ---> d7b0952340c1 20:27:40 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:40 ---> Using cache 20:27:40 ---> 50cd31146e00 20:27:40 Step 8/23 : COPY . . 20:27:40 ---> Using cache 20:27:40 ---> f19597aa2383 20:27:40 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:27:40 ---> Running in 9be71852203c 20:27:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:28:37 Removing intermediate container 007c875d1dbd 20:28:37 ---> 6f3979bcf1df 20:28:37 20:28:37 Step 9/20 : FROM alpine:3.17 20:28:37 ---> 51e60588ff2c 20:28:37 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:28:37 ---> Running in 30ad7c6f4c67 20:28:37 Removing intermediate container 30ad7c6f4c67 20:28:37 ---> b4be5770dafc 20:28:37 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:28:37 ---> Running in 702bfdbd2ff4 20:28:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:41 v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:28:41 v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:28:41 OK: 17689 distinct packages available 20:28:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:43 (1/9) Installing ca-certificates (20220614-r4) 20:28:43 (2/9) Installing brotli-libs (1.0.9-r9) 20:28:43 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:28:43 (4/9) Installing libcurl (7.88.1-r1) 20:28:43 (5/9) Installing curl (7.88.1-r1) 20:28:43 (6/9) Installing dumb-init (1.2.5-r2) 20:28:43 (7/9) Installing musl-obstack (1.2.3-r0) 20:28:43 (8/9) Installing libucontext (1.2-r0) 20:28:43 (9/9) Installing gcompat (1.1.0-r0) 20:28:43 Executing busybox-1.35.0-r29.trigger 20:28:43 Executing ca-certificates-20220614-r4.trigger 20:28:44 OK: 11 MiB in 24 packages 20:28:47 Removing intermediate container 702bfdbd2ff4 20:28:47 ---> dba7e7a50fdc 20:28:47 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:48 ---> fe637df1f236 20:28:48 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:28:49 ---> 5f4beee5b425 20:28:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:28:51 ---> baaff77baafd 20:28:51 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:28:52 ---> 220838b0de8d 20:28:52 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:28:52 ---> Running in 8b226dce3e08 20:28:53 Removing intermediate container 8b226dce3e08 20:28:53 ---> e17d62a930e3 20:28:53 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:28:53 ---> Running in 806eb3ad0ff4 20:28:53 Removing intermediate container 806eb3ad0ff4 20:28:53 ---> ff8c3c8b92fe 20:28:53 Step 18/20 : LABEL arch=arm64 20:28:53 ---> Running in d7a8ece4716d 20:28:54 Removing intermediate container d7a8ece4716d 20:28:54 ---> dce04fafd47a 20:28:54 Step 19/20 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:28:54 ---> Running in 0f44ee07b1f8 20:28:55 Removing intermediate container 0f44ee07b1f8 20:28:55 ---> d8e951208441 20:28:55 Step 20/20 : LABEL version=0.0.0 20:28:55 ---> Running in d3f41b7eae2c 20:28:55 Removing intermediate container d3f41b7eae2c 20:28:55 ---> f7976d25f470 20:28:55 20:28:55 Successfully built f7976d25f470 20:28:55 Successfully tagged security-spiffe-token-provider-arm64:latest 20:28:55  Building security-spiffe-token-provider ... done Building security-spire-server 20:29:10 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:29:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:29:10 ---> 97323f6d972f 20:29:10 Step 3/26 : WORKDIR /edgex-go 20:29:10 ---> Using cache 20:29:10 ---> e7a3a44da888 20:29:10 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:29:10 ---> Using cache 20:29:10 ---> deb9f945bf14 20:29:10 Step 5/26 : COPY go.mod vendor* ./ 20:29:10 ---> Using cache 20:29:10 ---> f11876479ff3 20:29:10 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:29:10 ---> Using cache 20:29:10 ---> 9744f152518e 20:29:10 Step 7/26 : COPY . . 20:29:10 ---> Using cache 20:29:10 ---> f7cf15db9dcb 20:29:10 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:29:10 ---> Using cache 20:29:10 ---> 0dc77fe8c7a1 20:29:10 Step 9/26 : WORKDIR /edgex-go/spire-build 20:29:10 ---> Using cache 20:29:10 ---> 4728ae4161db 20:29:10 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:29:10 ---> Using cache 20:29:10 ---> beeae4fc8c1e 20:29:10 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:29:10 ---> Running in 79c9dc5214c0 20:29:13 Removing intermediate container 79c9dc5214c0 20:29:13 ---> 10249bdc4430 20:29:13 Step 12/26 : WORKDIR /edgex-go 20:29:13 ---> Running in ae7204d5e72c 20:29:14 Removing intermediate container ae7204d5e72c 20:29:14 ---> 24a21a27db5b 20:29:14 20:29:14 Step 13/26 : FROM alpine:3.17 20:29:14 ---> 51e60588ff2c 20:29:14 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:29:14 ---> Using cache 20:29:14 ---> 7e9813df118e 20:29:14 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:29:14 ---> Using cache 20:29:14 ---> b6199f4d3db9 20:29:14 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:14 ---> Using cache 20:29:14 ---> 5f21168608b9 20:29:14 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:29:14 ---> Using cache 20:29:14 ---> 787053fc78b1 20:29:14 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:29:19 ---> bfe2ccf088b1 20:29:19 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:29:20 ---> 3b1f0748b607 20:29:20 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:29:21 ---> 9253e2da2408 20:29:21 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:29:22 ---> 3acd6813b40a 20:29:22 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:29:22 ---> Running in cc20041dd582 20:29:23 Removing intermediate container cc20041dd582 20:29:23 ---> 885e2152185d 20:29:23 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:29:23 ---> Running in 3713d032d793 20:29:23 Removing intermediate container 3713d032d793 20:29:23 ---> 20b0ab382e66 20:29:23 Step 24/26 : LABEL arch=arm64 20:29:23 ---> Running in 02026332afd4 20:29:27 Removing intermediate container 02026332afd4 20:29:27 ---> 51ccd97678be 20:29:27 Step 25/26 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:29:27 ---> Running in 4d1653e4ffa5 20:29:27 Removing intermediate container 4d1653e4ffa5 20:29:27 ---> 356332ce4643 20:29:27 Step 26/26 : LABEL version=0.0.0 20:29:27 ---> Running in aac996ff618d 20:29:27 Removing intermediate container aac996ff618d 20:29:27 ---> cc8c28702567 20:29:27 20:29:28 Successfully built cc8c28702567 20:29:28 Successfully tagged security-spire-server-arm64:latest 20:29:28  Building security-spire-server ... done Building core-common-config-bootstrapper 20:29:43 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:29:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:29:43 ---> 97323f6d972f 20:29:43 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:29:43 ---> Using cache 20:29:43 ---> ce44f1461032 20:29:43 Step 4/23 : WORKDIR /edgex-go 20:29:43 ---> Using cache 20:29:43 ---> ae1b103a2aa7 20:29:43 Step 5/23 : RUN apk add --update --no-cache make git 20:29:43 ---> Using cache 20:29:43 ---> be9d94f3cb61 20:29:43 Step 6/23 : COPY go.mod vendor* ./ 20:29:43 ---> Using cache 20:29:43 ---> d7b0952340c1 20:29:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:29:43 ---> Using cache 20:29:43 ---> 50cd31146e00 20:29:43 Step 8/23 : COPY . . 20:29:43 ---> Using cache 20:29:43 ---> f19597aa2383 20:29:43 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:29:43 ---> Running in ab424d8ddc9d 20:29:44 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:32:21 Removing intermediate container 748edd78bd98 20:32:21 ---> 8cd0f238ba27 20:32:21 20:32:21 Step 10/23 : FROM alpine:3.17 20:32:21 ---> 51e60588ff2c 20:32:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:32:21 ---> Running in f81fa5b771c2 20:32:21 Removing intermediate container f81fa5b771c2 20:32:21 ---> 6b048ad95a30 20:32:21 Step 12/23 : ENV APP_PORT=59880 20:32:21 ---> Running in 2caaa28e4c56 20:32:21 Removing intermediate container 2caaa28e4c56 20:32:21 ---> 4af6bc9d2076 20:32:21 Step 13/23 : EXPOSE $APP_PORT 20:32:21 ---> Running in b183529fcf86 20:32:21 Removing intermediate container b183529fcf86 20:32:21 ---> 8e38c4f67e53 20:32:21 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:32:21 ---> Running in 61eee798d186 20:32:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:32:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:32:24 (1/1) Installing dumb-init (1.2.5-r2) 20:32:24 Executing busybox-1.35.0-r29.trigger 20:32:24 OK: 8 MiB in 16 packages 20:32:26 Removing intermediate container 61eee798d186 20:32:26 ---> 9073d12e0614 20:32:26 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:27 ---> 0dc484760e13 20:32:27 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:32:27 ---> 3925cfc112e7 20:32:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:32:29 ---> 8f967ea9c5b4 20:32:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:32:33 ---> c9904284c3e2 20:32:33 Step 19/23 : ENTRYPOINT ["/core-data"] 20:32:33 ---> Running in 79a50c000958 20:32:34 Removing intermediate container 79a50c000958 20:32:34 ---> cad39c749f64 20:32:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:32:34 ---> Running in 7dcbecf25901 20:32:34 Removing intermediate container 7dcbecf25901 20:32:34 ---> a787459068de 20:32:34 Step 21/23 : LABEL arch=arm64 20:32:34 ---> Running in abaa4216ad52 20:32:35 Removing intermediate container abaa4216ad52 20:32:35 ---> c90c665d3a3b 20:32:35 Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:32:35 ---> Running in 8fd0af4eb2a5 20:32:35 Removing intermediate container 8fd0af4eb2a5 20:32:35 ---> e71e4bb7edad 20:32:35 Step 23/23 : LABEL version=0.0.0 20:32:35 ---> Running in 74964a9b8e99 20:32:36 Removing intermediate container 74964a9b8e99 20:32:36 ---> 6a1af2ef744c 20:32:36 20:32:36 Successfully built 6a1af2ef744c 20:32:36 Successfully tagged core-data-arm64:latest 20:32:36  Building core-data ... done Building support-notifications 20:32:55 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:32:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:32:55 ---> 97323f6d972f 20:32:55 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:32:55 ---> Using cache 20:32:55 ---> ce44f1461032 20:32:55 Step 4/23 : WORKDIR /edgex-go 20:32:55 ---> Using cache 20:32:55 ---> ae1b103a2aa7 20:32:55 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:32:55 ---> Running in 91a95d02cfd5 20:32:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:32:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:32:58 OK: 263 MiB in 53 packages 20:33:00 Removing intermediate container 91a95d02cfd5 20:33:00 ---> fed6e879daad 20:33:00 Step 6/23 : COPY go.mod vendor* ./ 20:33:01 ---> 95e8db10eac6 20:33:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:33:01 ---> Running in f92da1fe2678 20:33:27 Removing intermediate container 679fea6fc891 20:33:27 ---> e7c12dcf512e 20:33:27 20:33:27 Step 10/25 : FROM alpine:3.17 20:33:27 ---> 51e60588ff2c 20:33:27 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:33:27 ---> Using cache 20:33:27 ---> b56d99636667 20:33:27 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:33:27 ---> Using cache 20:33:27 ---> a2966bb28481 20:33:27 Step 13/25 : ENV APP_PORT=59881 20:33:27 ---> Running in c0e42d4ef23c 20:33:27 Removing intermediate container c0e42d4ef23c 20:33:27 ---> d7f624d233f9 20:33:27 Step 14/25 : EXPOSE $APP_PORT 20:33:27 ---> Running in f3dfdc1a43c7 20:33:27 Removing intermediate container f3dfdc1a43c7 20:33:27 ---> 906623fbb42a 20:33:27 Step 15/25 : WORKDIR / 20:33:27 ---> Running in d437394c777a 20:33:29 Removing intermediate container d437394c777a 20:33:29 ---> f246a3d9ba57 20:33:29 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:33:30 ---> 3341c11cce6d 20:33:30 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:33:32 ---> 28f252e83bc7 20:33:32 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:33:34 ---> 8e8fbd33bda7 20:33:34 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:33:35 Removing intermediate container 53133251f6f6 20:33:35 ---> ec8fffb4cae1 20:33:35 20:33:35 Step 9/33 : FROM alpine:3.17 20:33:35 ---> 51e60588ff2c 20:33:35 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:33:35 ---> Using cache 20:33:35 ---> b4be5770dafc 20:33:35 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:33:35 ---> Running in a564f6621027 20:33:36 ---> 07bead943ad6 20:33:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:33:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:33:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:33:39 ---> b7c538aa43f2 20:33:39 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:33:39 ---> Running in c855f3b702f4 20:33:39 (1/2) Installing dumb-init (1.2.5-r2) 20:33:39 (2/2) Installing su-exec (0.2-r2) 20:33:39 Executing busybox-1.35.0-r29.trigger 20:33:39 OK: 8 MiB in 17 packages 20:33:39 Removing intermediate container c855f3b702f4 20:33:39 ---> af18fc828b07 20:33:39 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:33:40 ---> Running in 9d5050ec9e0e 20:33:40 Removing intermediate container 9d5050ec9e0e 20:33:40 ---> 91f26ad56194 20:33:40 Step 23/25 : LABEL arch=arm64 20:33:41 ---> Running in a7b8f5d06e41 20:33:41 Removing intermediate container a7b8f5d06e41 20:33:41 ---> 2c0ee4145306 20:33:41 Step 24/25 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:33:41 Removing intermediate container a564f6621027 20:33:41 ---> 8a3f88c54a1f 20:33:41 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:33:42 ---> Running in 92e12d7712e5 20:33:42 ---> Running in 32f805c9b837 20:33:42 Removing intermediate container 32f805c9b837 20:33:42 ---> 92fd005d02cb 20:33:42 Step 25/25 : LABEL version=0.0.0 20:33:43 Removing intermediate container 92e12d7712e5 20:33:43 ---> bcd6fd450261 20:33:43 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:33:43 ---> Running in 44a80f1c190b 20:33:43 ---> Running in 0747e939dc16 20:33:44 Removing intermediate container 0747e939dc16 20:33:44 ---> 0a9ebc2056e3 20:33:44 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:33:44 Removing intermediate container 44a80f1c190b 20:33:44 ---> 537473a81922 20:33:44 20:33:44 ---> Running in b5a4241d81c3 20:33:44 Successfully built 537473a81922 20:33:44 Successfully tagged core-metadata-arm64:latest 20:33:44  Building core-metadata ... done Removing intermediate container b5a4241d81c3 20:33:44 ---> 8e4edd04fd78 20:33:44 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:33:44 ---> Running in 4b71b0cba8a6 20:33:45 Removing intermediate container 4b71b0cba8a6 20:33:45 ---> 66825e858d6a 20:33:45 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:33:45 ---> Running in dedf069f43cd 20:33:48 Removing intermediate container dedf069f43cd 20:33:48 ---> 39f1fa257a81 20:33:48 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:33:48 ---> Running in beae83cab3ba 20:33:49 Removing intermediate container beae83cab3ba 20:33:49 ---> f1cd946640ce 20:33:49 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:33:50 ---> f4173c1f7bc4 20:33:50 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:33:50 ---> Running in 963f7fae2088 20:33:54 Removing intermediate container 963f7fae2088 20:33:54 ---> 3292d85e4c16 20:33:54 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:33:56 ---> 64892cfbfe7c 20:33:56 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:33:58 ---> fe264be04751 20:33:58 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:34:02 ---> fcd6b35d9b59 20:34:02 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:34:03 Removing intermediate container 9be71852203c 20:34:03 ---> ebee7afc9f68 20:34:03 20:34:03 Step 10/23 : FROM alpine:3.17 20:34:03 ---> 51e60588ff2c 20:34:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:34:03 ---> Running in 387f0a48d771 20:34:03 ---> 5a2b6c1fd1e8 20:34:03 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:34:04 Removing intermediate container 387f0a48d771 20:34:04 ---> 80244c21d85c 20:34:04 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:34:04 ---> Running in 8d1bfb9b51c8 20:34:05 ---> 4c6de74fee9e 20:34:05 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:34:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:34:07 ---> 3c7ebeffbcbe 20:34:07 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:34:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:34:08 ---> aeaa7824c54b 20:34:08 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:34:08 (1/1) Installing dumb-init (1.2.5-r2) 20:34:08 Executing busybox-1.35.0-r29.trigger 20:34:08 OK: 8 MiB in 16 packages 20:34:10 ---> 4642e8dd1f84 20:34:10 Step 28/33 : RUN chmod +x /entrypoint.sh 20:34:10 ---> Running in 965a370a4223 20:34:11 Removing intermediate container 8d1bfb9b51c8 20:34:11 ---> 305e0ee64d89 20:34:11 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:13 ---> b06ab3d5bda8 20:34:13 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:34:14 Removing intermediate container 965a370a4223 20:34:14 ---> e3bc0fe6d81b 20:34:14 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:34:14 ---> Running in 8914356ccd20 20:34:15 ---> d7898b8741fe 20:34:15 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:34:15 Removing intermediate container 8914356ccd20 20:34:15 ---> bf8269895413 20:34:15 Step 30/33 : CMD ["gate"] 20:34:15 ---> Running in e364ff339e15 20:34:19 Removing intermediate container e364ff339e15 20:34:19 ---> 43abb772f326 20:34:19 Step 31/33 : LABEL arch=arm64 20:34:19 ---> 70fe50c3f799 20:34:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:34:19 ---> Running in 35a4f1343224 20:34:20 Removing intermediate container 35a4f1343224 20:34:20 ---> 327dda46382d 20:34:20 Step 32/33 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:34:20 ---> Running in f8bc918e2d24 20:34:21 ---> 268de0a7f403 20:34:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:34:22 Removing intermediate container f8bc918e2d24 20:34:22 ---> 0d334b452366 20:34:22 Step 33/33 : LABEL version=0.0.0 20:34:22 ---> Running in 131115d5ed93 20:34:23 Removing intermediate container 131115d5ed93 20:34:23 ---> ab13170e481e 20:34:23 20:34:23 ---> 2d54d801be2f 20:34:23 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:34:23 ---> Running in 2418dea4fe3b 20:34:23 Successfully built ab13170e481e 20:34:24 Successfully tagged security-bootstrapper-arm64:latest 20:34:27  Building security-bootstrapper ... done Removing intermediate container 2418dea4fe3b 20:34:27 ---> 4a822cd68721 20:34:27 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:34:27 ---> Running in 940de2751169 20:34:28 Removing intermediate container 940de2751169 20:34:28 ---> 50b461fc68c9 20:34:28 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:34:28 ---> Running in 35cc7d1a573f 20:34:29 Removing intermediate container 35cc7d1a573f 20:34:29 ---> 29d578331aa3 20:34:29 Step 21/23 : LABEL arch=arm64 20:34:29 ---> Running in 6bc7d4be8159 20:34:30 Removing intermediate container 6bc7d4be8159 20:34:30 ---> f1a749f9ce28 20:34:30 Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:34:30 ---> Running in 9ad01842ff4f 20:34:33 Removing intermediate container 9ad01842ff4f 20:34:33 ---> fbad58683ec6 20:34:33 Step 23/23 : LABEL version=0.0.0 20:34:33 ---> Running in 8083f133a7d1 20:34:34 Removing intermediate container 8083f133a7d1 20:34:34 ---> 3de37a06d011 20:34:34 20:34:35 Successfully built 3de37a06d011 20:34:35 Successfully tagged security-proxy-auth-arm64:latest 20:34:41  Building security-proxy-auth ... done Removing intermediate container f92da1fe2678 20:34:41 ---> 096e22956564 20:34:41 Step 8/23 : COPY . . 20:34:48 Removing intermediate container ab424d8ddc9d 20:34:48 ---> 9c31cce9af28 20:34:48 20:34:48 Step 10/23 : FROM alpine:3.17 20:34:48 ---> 51e60588ff2c 20:34:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:34:48 ---> Using cache 20:34:48 ---> 80244c21d85c 20:34:48 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:34:48 ---> Using cache 20:34:48 ---> 305e0ee64d89 20:34:48 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:48 ---> Using cache 20:34:48 ---> b06ab3d5bda8 20:34:48 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:34:48 ---> Using cache 20:34:48 ---> d7898b8741fe 20:34:48 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:34:48 ---> 7449352fba3d 20:34:48 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:34:48 ---> Running in d68bdfa5e1e9 20:34:49 ---> 21cdb159b335 20:34:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:34:49 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:34:49 ---> 244fdf54605a 20:34:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:34:50 ---> 01d3edd77448 20:34:50 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:34:50 ---> Running in 011f86b42e1d 20:34:52 Removing intermediate container 011f86b42e1d 20:34:52 ---> 9b1281492cc3 20:34:52 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:34:53 ---> Running in e5268cce0fe7 20:34:53 Removing intermediate container e5268cce0fe7 20:34:53 ---> 93936a5b1193 20:34:53 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:34:53 ---> Running in 5f3c0ba99aff 20:34:53 Removing intermediate container 5f3c0ba99aff 20:34:53 ---> 2fcee5cfa54a 20:34:53 Step 21/23 : LABEL arch=arm64 20:34:53 ---> Running in 08f9327ddb7a 20:34:54 Removing intermediate container 08f9327ddb7a 20:34:54 ---> ebbd36576704 20:34:54 Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:34:54 ---> Running in ec6e35b1a624 20:34:55 Removing intermediate container ec6e35b1a624 20:34:55 ---> f7d9883a19f3 20:34:55 Step 23/23 : LABEL version=0.0.0 20:34:55 ---> Running in 79d2ae80ffe8 20:34:55 Removing intermediate container 79d2ae80ffe8 20:34:55 ---> d97ab7adc442 20:34:55 20:34:55 Successfully built d97ab7adc442 20:34:55 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:37:17  Building core-common-config-bootstrapper ... done Removing intermediate container d68bdfa5e1e9 20:37:17 ---> 31102d82295c 20:37:17 20:37:17 Step 10/23 : FROM alpine:3.17 20:37:17 ---> 51e60588ff2c 20:37:17 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:37:17 ---> Running in d1c5aba7af5c 20:37:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:37:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:37:17 (1/2) Installing ca-certificates (20220614-r4) 20:37:17 (2/2) Installing dumb-init (1.2.5-r2) 20:37:17 Executing busybox-1.35.0-r29.trigger 20:37:17 Executing ca-certificates-20220614-r4.trigger 20:37:17 OK: 8 MiB in 17 packages 20:37:17 Removing intermediate container d1c5aba7af5c 20:37:17 ---> 35de03e9d720 20:37:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:37:17 ---> Running in eaff88c0a8f3 20:37:17 Removing intermediate container eaff88c0a8f3 20:37:17 ---> 2af2e21faf0b 20:37:17 Step 13/23 : ENV APP_PORT=59860 20:37:17 ---> Running in bcb7f8e67c94 20:37:17 Removing intermediate container bcb7f8e67c94 20:37:17 ---> 785372694777 20:37:17 Step 14/23 : EXPOSE $APP_PORT 20:37:17 ---> Running in 3484e408ed4e 20:37:17 Removing intermediate container 3484e408ed4e 20:37:17 ---> 72a6291b3032 20:37:17 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:17 ---> 0e76776c18cf 20:37:17 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:37:17 ---> a5bbd4dc445a 20:37:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:37:17 ---> e1d2c51f944e 20:37:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:37:17 ---> b47043c512a0 20:37:17 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:37:17 ---> Running in b50cdfb97c12 20:37:17 Removing intermediate container b50cdfb97c12 20:37:17 ---> 1f081cec2016 20:37:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:37:17 ---> Running in 7966e2250659 20:37:17 Removing intermediate container 7966e2250659 20:37:17 ---> 4f30db2c7f59 20:37:17 Step 21/23 : LABEL arch=arm64 20:37:17 ---> Running in c18c50ce816e 20:37:17 Removing intermediate container c18c50ce816e 20:37:17 ---> d04c6f99a688 20:37:17 Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 20:37:17 ---> Running in c966074ddd88 20:37:17 Removing intermediate container c966074ddd88 20:37:17 ---> cf9651c9d4cd 20:37:17 Step 23/23 : LABEL version=0.0.0 20:37:17 ---> Running in 87aae8615a3c 20:37:17 Removing intermediate container 87aae8615a3c 20:37:17 ---> c62186e70c7b 20:37:17 20:37:17 Successfully built c62186e70c7b 20:37:17 Successfully tagged support-notifications-arm64:latest 20:37:17  Building support-notifications ... done  [Pipeline] } 20:37:17 $ docker stop --time=1 4f29c45409bf0820547d7bb0af5fee33370332e7308664f953f50afab84c7b9a 20:37:19 $ docker rm -f --volumes 4f29c45409bf0820547d7bb0af5fee33370332e7308664f953f50afab84c7b9a [Pipeline] // withDockerContainer [Pipeline] sh 20:37:20 + docker images 20:37:20 REPOSITORY TAG IMAGE ID CREATED SIZE 20:37:20 support-notifications-arm64 latest c62186e70c7b 6 seconds ago 32.2MB 20:37:20 31102d82295c 19 seconds ago 1.56GB 20:37:20 core-common-config-bootstrapper-arm64 latest d97ab7adc442 2 minutes ago 17.2MB 20:37:20 9c31cce9af28 2 minutes ago 1.49GB 20:37:20 security-proxy-auth-arm64 latest 3de37a06d011 2 minutes ago 18.3MB 20:37:20 security-bootstrapper-arm64 latest ab13170e481e 2 minutes ago 21.9MB 20:37:20 ebee7afc9f68 3 minutes ago 1.47GB 20:37:20 core-metadata-arm64 latest 537473a81922 3 minutes ago 20.2MB 20:37:20 ec8fffb4cae1 3 minutes ago 1.48GB 20:37:20 e7c12dcf512e 3 minutes ago 1.5GB 20:37:20 core-data-arm64 latest 6a1af2ef744c 4 minutes ago 19.9MB 20:37:20 8cd0f238ba27 5 minutes ago 1.5GB 20:37:20 security-spire-server-arm64 latest cc8c28702567 7 minutes ago 87.1MB 20:37:20 24a21a27db5b 8 minutes ago 1.35GB 20:37:20 security-spiffe-token-provider-arm64 latest f7976d25f470 8 minutes ago 32.7MB 20:37:20 6f3979bcf1df 8 minutes ago 1.53GB 20:37:20 support-scheduler-arm64 latest 20ffa5ae1b0f 10 minutes ago 31.5MB 20:37:20 5ee5555891ae 10 minutes ago 1.56GB 20:37:20 security-spire-agent-arm64 latest bb00dfb5ff85 11 minutes ago 125MB 20:37:20 core-command-arm64 latest 4810278d0fdb 12 minutes ago 19.7MB 20:37:20 f8e4a1df9f6d 12 minutes ago 1.49GB 20:37:20 security-secretstore-setup-arm64 latest 790c5c5f14e3 12 minutes ago 32.2MB 20:37:20 security-proxy-setup-arm64 latest 423f6c8f49a0 13 minutes ago 18.7MB 20:37:20 bbc963e9e642 13 minutes ago 1.49GB 20:37:20 66cba732981c 13 minutes ago 1.47GB 20:37:20 security-spire-config-arm64 latest 9f020736a775 19 minutes ago 86.2MB 20:37:20 6f29ccb001a4 19 minutes ago 1.35GB 20:37:20 ci-base-image-arm64 latest 97323f6d972f 34 minutes ago 866MB 20:37:20 alpine 3.17 51e60588ff2c 2 days ago 7.46MB 20:37:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 3 weeks ago 648MB 20:37:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:37:21 20:37:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:37:21 arm64: Pulling from edgex-lftools-log-publisher 20:37:21 8998bd30e6a1: Pulling fs layer 20:37:21 04944245beec: Pulling fs layer 20:37:21 699f458cf7ca: Pulling fs layer 20:37:21 765212b225bb: Pulling fs layer 20:37:21 f23df028b6ca: Pulling fs layer 20:37:21 d65c8cfc05b1: Pulling fs layer 20:37:21 2437ff75d9bd: Pulling fs layer 20:37:21 765212b225bb: Waiting 20:37:21 f23df028b6ca: Waiting 20:37:21 d65c8cfc05b1: Waiting 20:37:21 2437ff75d9bd: Waiting 20:37:21 04944245beec: Verifying Checksum 20:37:21 04944245beec: Download complete 20:37:21 765212b225bb: Verifying Checksum 20:37:21 765212b225bb: Download complete 20:37:22 f23df028b6ca: Verifying Checksum 20:37:22 f23df028b6ca: Download complete 20:37:22 d65c8cfc05b1: Verifying Checksum 20:37:22 d65c8cfc05b1: Download complete 20:37:22 699f458cf7ca: Download complete 20:37:22 8998bd30e6a1: Download complete 20:37:24 2437ff75d9bd: Verifying Checksum 20:37:24 2437ff75d9bd: Download complete 20:37:26 8998bd30e6a1: Pull complete 20:37:26 04944245beec: Pull complete 20:37:28 699f458cf7ca: Pull complete 20:37:28 765212b225bb: Pull complete 20:37:28 f23df028b6ca: Pull complete 20:37:29 d65c8cfc05b1: Pull complete 20:37:44 2437ff75d9bd: Pull complete 20:37:44 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:37:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:37:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:37:44 prd-ubuntu20.04-docker-arm64-4c-16g-6562 does not seem to be running inside a container 20:37:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:37:47 $ docker top b84bba889b4111ee7df2a244752bd68f3d8185e4808dc9e8a44d53ed5100d913 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:37:47 ---> job-cost.sh 20:37:48 lf-activate-venv: SKIPPING 20:37:48 INFO: No Stack... 20:37:48 INFO: Retrieving Pricing Info for: v3-standard-4 20:37:49 INFO: Archiving Costs [Pipeline] sh 20:37:49 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:37:49 + cut -d, -f6 [Pipeline] lock 20:37:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4490-1-stack-cost] 20:37:49 Resource [jenkins-edgexfoundry-edgex-go-PR-4490-1-stack-cost] did not exist. Created. 20:37:49 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4490-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:37:49 + echo total: 0.10999999940395355 [Pipeline] stash 20:37:50 Stashed 1 file(s) [Pipeline] } 20:37:50 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4490-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:37:50 $ docker stop --time=1 b84bba889b4111ee7df2a244752bd68f3d8185e4808dc9e8a44d53ed5100d913 20:37:51 $ docker rm -f --volumes b84bba889b4111ee7df2a244752bd68f3d8185e4808dc9e8a44d53ed5100d913 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:37:52 provisioning config files... 20:37:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config18233004203793737647tmp [Pipeline] { [Pipeline] sh 20:37:53 + set +x 20:37:53 + + bash -s -- 20:37:53 curl -s https://codecov.io/bash 20:37:53 20:37:53 _____ _ 20:37:53 / ____| | | 20:37:53 | | ___ __| | ___ ___ _____ __ 20:37:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:37:53 | |___| (_) | (_| | __/ (_| (_) \ V / 20:37:53 \_____\___/ \__,_|\___|\___\___/ \_/ 20:37:53 Bash-1.0.6 20:37:53 20:37:53 20:37:53 ==> git version 2.25.1 found 20:37:53 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 20:37:53 Release-Date: 2020-01-08 20:37:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:37:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:37:53 ==> Jenkins CI detected. 20:37:53 current dir:  /w/workspace/edgex-go/1 20:37:53 project root: . 20:37:53 --> token set from env 20:37:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:37:53 ==> Running gcov in . (disable via -X gcov) 20:37:53 ==> Python coveragepy not found 20:37:53 ==> Searching for coverage reports in: 20:37:53 + . 20:37:53 -> Found 1 reports 20:37:53 ==> Detecting git/mercurial file structure 20:37:53 ==> Reading reports 20:37:53 + ./coverage.out bytes=447380 20:37:53 ==> Appending adjustments 20:37:53 https://docs.codecov.io/docs/fixing-reports 20:37:54 + Found adjustments 20:37:54 ==> Gzipping contents 20:37:54 60K /tmp/codecov.2y5Ty6.gz 20:37:54 ==> Uploading reports 20:37:54 url: https://codecov.io 20:37:54 query: branch=PR-4490&commit=9015bea025e8e5d13f701dcba08a12a936b09757&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4490%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4490&job=&cmd_args= 20:37:54 -> Pinging Codecov 20:37:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4490&commit=9015bea025e8e5d13f701dcba08a12a936b09757&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4490%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4490&job=&cmd_args= 20:37:54 -> Uploading to 20:37:54 https://storage.googleapis.com/codecov/v4/raw/2023-03-31/00271124DB129430A58F1EEE437C3FCB/9015bea025e8e5d13f701dcba08a12a936b09757/1ade7a52-f3b0-444f-bef0-2483bad4f926.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230331T203754Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3df6116bb797e4ee0f7992dc28a02385da4b030b230bc7d194b0abebabf3ae77 20:37:54 % Total % Received % Xferd Average Speed Time Time Time Current 20:37:54 Dload Upload Total Spent Left Speed 20:37:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57512 0 0 100 57512 0 201k --:--:-- --:--:-- --:--:-- 201k 20:37:54 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9015bea025e8e5d13f701dcba08a12a936b09757 [Pipeline] } 20:37:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:37:56 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:37:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:37:57 ---> package-listing.sh 20:37:57 ++ tr '[:upper:]' '[:lower:]' 20:37:57 ++ facter osfamily 20:37:57 + OS_FAMILY=debian 20:37:57 + workspace=/w/workspace/edgex-go/1 20:37:57 + START_PACKAGES=/tmp/packages_start.txt 20:37:57 + END_PACKAGES=/tmp/packages_end.txt 20:37:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:37:57 + PACKAGES=/tmp/packages_start.txt 20:37:57 + '[' /w/workspace/edgex-go/1 ']' 20:37:57 + PACKAGES=/tmp/packages_end.txt 20:37:57 + case "${OS_FAMILY}" in 20:37:57 + dpkg -l 20:37:57 + grep '^ii' 20:37:57 + '[' -f /tmp/packages_start.txt ']' 20:37:57 + '[' -f /tmp/packages_end.txt ']' 20:37:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:37:57 + '[' /w/workspace/edgex-go/1 ']' 20:37:57 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:37:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:37:57 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:37:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:37:58 20:37:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:37:58 latest: Pulling from edgex-lftools-log-publisher 20:37:58 5eb5b503b376: Pulling fs layer 20:37:58 5c69ac0246d0: Pulling fs layer 20:37:58 ec43610c2a17: Pulling fs layer 20:37:58 3a2ae6a8a46f: Pulling fs layer 20:37:58 33b1e0a273af: Pulling fs layer 20:37:58 5d3b04190fa2: Pulling fs layer 20:37:58 2f39f015ded8: Pulling fs layer 20:37:58 33b1e0a273af: Waiting 20:37:58 5d3b04190fa2: Waiting 20:37:58 2f39f015ded8: Waiting 20:37:58 3a2ae6a8a46f: Waiting 20:37:58 5c69ac0246d0: Download complete 20:37:58 3a2ae6a8a46f: Download complete 20:37:59 33b1e0a273af: Verifying Checksum 20:37:59 33b1e0a273af: Download complete 20:37:59 5d3b04190fa2: Verifying Checksum 20:37:59 5d3b04190fa2: Download complete 20:37:59 ec43610c2a17: Verifying Checksum 20:37:59 ec43610c2a17: Download complete 20:37:59 5eb5b503b376: Verifying Checksum 20:37:59 5eb5b503b376: Download complete 20:38:00 2f39f015ded8: Download complete 20:38:00 5eb5b503b376: Pull complete 20:38:00 5c69ac0246d0: Pull complete 20:38:01 ec43610c2a17: Pull complete 20:38:01 3a2ae6a8a46f: Pull complete 20:38:01 33b1e0a273af: Pull complete 20:38:01 5d3b04190fa2: Pull complete 20:38:05 2f39f015ded8: Pull complete 20:38:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:38:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:38:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:38:05 prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container 20:38:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:38:13 $ docker top 25b8d05531a72f10ba202be7157fc155ec2746ddd4aa156876ba7db30fccc6e3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:13 + touch /tmp/pre-build-complete [Pipeline] sh 20:38:13 + mkdir -p /var/log/sysstat [Pipeline] sh 20:38:14 + ls /var/log/sa-host 20:38:14 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:38:14 provisioning config files... 20:38:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config17905617573987672938tmp [Pipeline] { [Pipeline] echo 20:38:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:38:14 ---> create-netrc.sh [Pipeline] } 20:38:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:38:15 ---> python-tools-install.sh [Pipeline] echo 20:38:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:38:15 ---> sudo-logs.sh 20:38:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:38:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:38:15 ---> job-cost.sh 20:38:15 lf-activate-venv: SKIPPING 20:38:15 DEBUG: total: 0.10999999940395355 20:38:15 INFO: Retrieving Stack Cost... 20:38:16 INFO: Retrieving Pricing Info for: v3-standard-8 20:38:16 INFO: Archiving Costs [Pipeline] echo 20:38:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:38:17 ---> logs-deploy.sh 20:38:17 lf-activate-venv: SKIPPING 20:38:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4490/1 20:38:17 INFO: archiving workspace using pattern(s): 20:38:17 Archives upload complete. 20:38:18 INFO: archiving logs to Nexus