Pull request #4645 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f611f6bb8388efb3bc54068293a76baca00360ff+01413ae1877f0c916545fb120e4f5d3889c994d8 (fe7fa83736d88e8e6ee463f9492eb1715cd0c77c) 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-ssh16662029260534202193.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh10023512847822504645.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-4645/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-4645/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3957652391325975875.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-4645/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15027363096203397699.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh7374977748834275033.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-4645/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-4645/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8534111400250943705.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-4289 in /w/workspace/edgexfoundry_edgex-go_PR-4645 [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 Merging remotes/origin/main commit 01413ae1877f0c916545fb120e4f5d3889c994d8 into PR head commit f611f6bb8388efb3bc54068293a76baca00360ff Merge succeeded, producing f611f6bb8388efb3bc54068293a76baca00360ff Checking out Revision f611f6bb8388efb3bc54068293a76baca00360ff (PR-4645) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4645/head:refs/remotes/origin/PR-4645 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f611f6bb8388efb3bc54068293a76baca00360ff # 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 01413ae1877f0c916545fb120e4f5d3889c994d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f611f6bb8388efb3bc54068293a76baca00360ff # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:26:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:26:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:26:36 ========================================================= 19:26:36 EdgeX Global Pipelines Version Info 19:26:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:26:36 ------------------- 19:26:36 stable info: 19:26:36 ------------------- 19:26:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:26:36 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 19:26:36 Message: update stable to v1.0.253 19:26:37 ------------------- 19:26:37 experimental info: 19:26:37 ------------------- 19:26:37 Commited By: **** collab-it+edgex@linuxfoundation.org 19:26:37 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 19:26:37 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:26:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:26:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:26:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:26:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:26:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:26:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4645 [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4645 [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4645 [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f611f6bb8388efb3bc54068293a76baca00360ff [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f611f6b [Pipeline] echo 19:26:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:26:39 provisioning config files... 19:26:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6745327073181451373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:26:39 ---> docker-login.sh 19:26:39 nexus3.edgexfoundry.org:10001 19:26:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:26:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:26:39 Configure a credential helper to remove this warning. See 19:26:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:26:39 19:26:39 Login Succeeded 19:26:39 nexus3.edgexfoundry.org:10002 19:26:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:26:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:26:39 Configure a credential helper to remove this warning. See 19:26:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:26:39 19:26:39 Login Succeeded 19:26:39 nexus3.edgexfoundry.org:10003 19:26:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:26:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:26:39 Configure a credential helper to remove this warning. See 19:26:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:26:39 19:26:39 Login Succeeded 19:26:39 nexus3.edgexfoundry.org:10004 19:26:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:26:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:26:40 Configure a credential helper to remove this warning. See 19:26:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:26:40 19:26:40 Login Succeeded 19:26:40 docker.io 19:26:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:26:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:26:45 Configure a credential helper to remove this warning. See 19:26:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:26:45 19:26:45 Login Succeeded 19:26:45 ---> docker-login.sh ends [Pipeline] } 19:26:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:26:45 + 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:26:45 + dirname cmd/core-command/Dockerfile 19:26:45 + cut -d/ -f2 19:26:45 + echo core-command,cmd/core-command/Dockerfile 19:26:45 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:26:45 cut -d/ -f2 19:26:45 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:26:45 + dirname cmd/core-data/Dockerfile 19:26:45 + cut -d/ -f2 19:26:45 + echo core-data,cmd/core-data/Dockerfile 19:26:45 + dirname cmd/core-metadata/Dockerfile 19:26:45 + cut -d/ -f2 19:26:45 + echo core-metadata,cmd/core-metadata/Dockerfile 19:26:45 + + dirname cmd/security-bootstrapper/Dockerfile 19:26:45 cut -d/ -f2 19:26:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:26:45 + + dirname cmd/security-proxy-auth/Dockerfile 19:26:45 cut -d/ -f2 19:26:45 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:26:45 + dirname cmd/security-proxy-setup/Dockerfile 19:26:45 + cut -d/ -f2 19:26:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:26:45 + dirname cmd/security-secretstore-setup/Dockerfile 19:26:45 + cut -d/ -f2 19:26:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:26:45 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:26:45 + cut -d/ -f2 19:26:45 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:26:45 + dirname cmd/security-spire-agent/Dockerfile 19:26:45 + cut -d/ -f2 19:26:45 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:26:45 + dirname+ cmd/security-spire-config/Dockerfile 19:26:45 cut -d/ -f2 19:26:45 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:26:45 + dirname cmd/security-spire-server/Dockerfile+ 19:26:45 cut -d/ -f2 19:26:45 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:26:45 + + cut -d/ -f2 19:26:45 dirname cmd/support-notifications/Dockerfile 19:26:45 + echo support-notifications,cmd/support-notifications/Dockerfile 19:26:45 + + cut -d/ -f2 19:26:45 dirname cmd/support-scheduler/Dockerfile 19:26:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:26:45 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:26:46 + git rev-list -1 --merges f611f6bb8388efb3bc54068293a76baca00360ff~1..f611f6bb8388efb3bc54068293a76baca00360ff [Pipeline] echo 19:26:46 -----------> git rev-list -1 --merges f611f6bb8388efb3bc54068293a76baca00360ff~1..f611f6bb8388efb3bc54068293a76baca00360ff f611f6bb8388efb3bc54068293a76baca00360ff [false] [Pipeline] sh 19:26:46 + git log --format=format:%s -1 f611f6bb8388efb3bc54068293a76baca00360ff [Pipeline] echo 19:26:46 ========================================================= 19:26:46 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:26:46 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:26:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:26:47 + grep -v github /etc/ssh/ssh_known_hosts 19:26:47 + [ -e /tmp/ssh_known_hosts ] 19:26:47 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:26:47 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:26:47 + sudo tee -a /etc/ssh/ssh_known_hosts 19:26:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:26:47 19:26:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:26:48 0.1.4: Pulling from edgex-devops/py-git-semver 19:26:48 b85a868b505f: Pulling fs layer 19:26:48 e2be974225ed: Pulling fs layer 19:26:48 339a4e72a1f5: Pulling fs layer 19:26:48 988bab9f4d93: Pulling fs layer 19:26:48 1469e6f7b9e6: Pulling fs layer 19:26:48 eaf3925da568: Pulling fs layer 19:26:48 bab4dde63d76: Pulling fs layer 19:26:48 bde34c3a00c8: Pulling fs layer 19:26:48 b352a97aabf1: Pulling fs layer 19:26:48 4872d77fe225: Pulling fs layer 19:26:48 5851b861e8e6: Pulling fs layer 19:26:48 988bab9f4d93: Waiting 19:26:48 bde34c3a00c8: Waiting 19:26:48 b352a97aabf1: Waiting 19:26:48 4872d77fe225: Waiting 19:26:48 eaf3925da568: Waiting 19:26:48 1469e6f7b9e6: Waiting 19:26:48 5851b861e8e6: Waiting 19:26:48 bab4dde63d76: Waiting 19:26:48 e2be974225ed: Download complete 19:26:48 988bab9f4d93: Download complete 19:26:48 1469e6f7b9e6: Verifying Checksum 19:26:48 1469e6f7b9e6: Download complete 19:26:48 eaf3925da568: Download complete 19:26:48 339a4e72a1f5: Verifying Checksum 19:26:48 339a4e72a1f5: Download complete 19:26:48 bde34c3a00c8: Download complete 19:26:48 b352a97aabf1: Verifying Checksum 19:26:48 b352a97aabf1: Download complete 19:26:48 4872d77fe225: Verifying Checksum 19:26:48 4872d77fe225: Download complete 19:26:48 5851b861e8e6: Verifying Checksum 19:26:48 5851b861e8e6: Download complete 19:26:48 b85a868b505f: Verifying Checksum 19:26:48 b85a868b505f: Download complete 19:26:48 bab4dde63d76: Verifying Checksum 19:26:48 bab4dde63d76: Download complete 19:26:49 b85a868b505f: Pull complete 19:26:49 e2be974225ed: Pull complete 19:26:50 339a4e72a1f5: Pull complete 19:26:50 988bab9f4d93: Pull complete 19:26:50 1469e6f7b9e6: Pull complete 19:26:50 eaf3925da568: Pull complete 19:26:52 bab4dde63d76: Pull complete 19:26:52 bde34c3a00c8: Pull complete 19:26:52 b352a97aabf1: Pull complete 19:26:52 4872d77fe225: Pull complete 19:26:52 5851b861e8e6: Pull complete 19:26:52 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:26:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:26:52 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:26:52 prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container 19:26:52 $ 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:26:55 $ docker top 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 -eo pid,comm 19:26:55 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:26:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:26:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:26:55 [ssh-agent] Looking for ssh-agent implementation... 19:26:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:26:55 $ docker exec 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 ssh-agent 19:26:55 SSH_AUTH_SOCK=/tmp/ssh-ornF66nzSiVl/agent.31 19:26:55 SSH_AGENT_PID=37 19:26:55 Running ssh-add (command line suppressed) 19:26:56 Identity added: /w/workspace/edgex-go/1@tmp/private_key_206665494734465622.key (/w/workspace/edgex-go/1@tmp/private_key_206665494734465622.key) 19:26:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:26:56 + git tag --points-at HEAD [Pipeline] } 19:26:56 $ docker exec --env ******** --env ******** 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 ssh-agent -k 19:26:56 unset SSH_AUTH_SOCK; 19:26:56 unset SSH_AGENT_PID; 19:26:56 echo Agent pid 37 killed; 19:26:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:26:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:26:56 [ssh-agent] Looking for ssh-agent implementation... 19:26:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:26:56 $ docker exec 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 ssh-agent 19:26:56 SSH_AUTH_SOCK=/tmp/ssh-KOuajF7Ftn3k/agent.69 19:26:56 SSH_AGENT_PID=75 19:26:56 Running ssh-add (command line suppressed) 19:26:56 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7268168858673869363.key (/w/workspace/edgex-go/1@tmp/private_key_7268168858673869363.key) 19:26:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:26:57 + git semver init 19:26:57 2023-08-22 19:26:57,457 [run_init] DEBUG init version:0.0.0 force:False 19:26:57 2023-08-22 19:26:57,458 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:26:57 2023-08-22 19:26:57,458 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:26:57 2023-08-22 19:26:57,459 [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:27:04 2023-08-22 19:27:02,892 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:27:04 2023-08-22 19:27:02,892 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4645 with force:False 19:27:04 2023-08-22 19:27:02,892 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4645 19:27:04 2023-08-22 19:27:02,896 [execute] INFO git cat-file --batch-check 19:27:04 2023-08-22 19:27:02,897 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:27:04 2023-08-22 19:27:02,904 [execute] INFO git cat-file --batch 19:27:04 2023-08-22 19:27:02,905 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:27:04 2023-08-22 19:27:02,908 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4645 19:27:04 0.0.0 [Pipeline] } 19:27:04 $ docker exec --env ******** --env ******** 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 ssh-agent -k 19:27:04 unset SSH_AUTH_SOCK; 19:27:04 unset SSH_AGENT_PID; 19:27:04 echo Agent pid 75 killed; 19:27:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:27:04 + git semver [Pipeline] } 19:27:04 $ docker stop --time=1 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 19:27:06 $ docker rm -f --volumes 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 [Pipeline] // withDockerContainer [Pipeline] sh 19:27:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:27:07 Stashed 1 file(s) [Pipeline] echo 19:27:07 [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:27:08 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:27:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:27:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:27:08 ========================================================= 19:27:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:27:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:27:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:27:08 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:27:08 4db1b89c0bd1: Pulling fs layer 19:27:08 6911f1a30b25: Pulling fs layer 19:27:08 e194b8c5c2a9: Pulling fs layer 19:27:08 6863d3e3a2b1: Pulling fs layer 19:27:08 ec0bb842ea78: Pulling fs layer 19:27:08 40a00589a448: Pulling fs layer 19:27:08 6c08303d61cc: Pulling fs layer 19:27:08 798269fcf238: Pulling fs layer 19:27:08 40a00589a448: Waiting 19:27:08 6863d3e3a2b1: Waiting 19:27:08 6c08303d61cc: Waiting 19:27:08 ec0bb842ea78: Waiting 19:27:08 798269fcf238: Waiting 19:27:08 6911f1a30b25: Verifying Checksum 19:27:08 6911f1a30b25: Download complete 19:27:08 6863d3e3a2b1: Verifying Checksum 19:27:08 6863d3e3a2b1: Download complete 19:27:08 ec0bb842ea78: Download complete 19:27:08 4db1b89c0bd1: Verifying Checksum 19:27:08 4db1b89c0bd1: Download complete 19:27:08 40a00589a448: Verifying Checksum 19:27:08 40a00589a448: Download complete 19:27:08 4db1b89c0bd1: Pull complete 19:27:08 6911f1a30b25: Pull complete 19:27:09 e194b8c5c2a9: Verifying Checksum 19:27:09 e194b8c5c2a9: Download complete 19:27:09 798269fcf238: Verifying Checksum 19:27:09 798269fcf238: Download complete 19:27:09 6c08303d61cc: Verifying Checksum 19:27:09 6c08303d61cc: Download complete 19:27:12 e194b8c5c2a9: Pull complete 19:27:12 6863d3e3a2b1: Pull complete 19:27:12 ec0bb842ea78: Pull complete 19:27:12 40a00589a448: Pull complete 19:27:14 6c08303d61cc: Pull complete 19:27:15 798269fcf238: Pull complete 19:27:15 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 19:27:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:27:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:27:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:27:16 WORKDIR /edgex 19:27:16 COPY go.mod . 19:27:16 RUN go mod download 19:27:16 + docker build -t ci-base-image-x86_64 -f - . 19:27:16 Sending build context to Docker daemon 170.8MB 19:27:16 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:27:16 ---> ec979cd7f677 19:27:16 Step 2/4 : WORKDIR /edgex 19:27:22 Still waiting to schedule task 19:27:22 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:27:24 ---> Running in 7be944b6ffdb 19:27:24 Removing intermediate container 7be944b6ffdb 19:27:24 ---> 8b158faa7f7d 19:27:24 Step 3/4 : COPY go.mod . 19:27:24 ---> 7ad7392f4aeb 19:27:24 Step 4/4 : RUN go mod download 19:27:24 ---> Running in 558fc2a06507 19:27:46 Removing intermediate container 558fc2a06507 19:27:46 ---> e864e4117c2a 19:27:46 Successfully built e864e4117c2a 19:27:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:47 + docker inspect -f . ci-base-image-x86_64 19:27:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:27:47 prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container 19:27:47 $ 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 19:27:47 $ docker top 3e7cc0135312fd86d42de34c4403b28f3621e92c47fa95c6275e296e52c5e3e0 -eo pid,comm [Pipeline] { [Pipeline] sh 19:27:48 + go version 19:27:48 go version go1.20.6 linux/amd64 [Pipeline] } 19:27:48 $ docker stop --time=1 3e7cc0135312fd86d42de34c4403b28f3621e92c47fa95c6275e296e52c5e3e0 19:27:49 $ docker rm -f --volumes 3e7cc0135312fd86d42de34c4403b28f3621e92c47fa95c6275e296e52c5e3e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:50 + docker inspect -f . ci-base-image-x86_64 19:27:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:27:50 prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container 19:27:50 $ 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 19:27:50 $ docker top 49b56b2b665106dfb702c98060f2f9addb0954ed6d4467e4bc2fcf8d0ad99ad4 -eo pid,comm [Pipeline] { [Pipeline] echo 19:27:50 ========================================================= 19:27:50 [edgeXBuildGoParallel] Running Tests and Build... 19:27:50 ========================================================= [Pipeline] sh 19:27:51 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:27:51 + make test 19:27:51 go test -race -coverprofile=coverage.out ./... 19:27:57 ? github.com/edgexfoundry/edgex-go [no test files] 19:28:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:28:10 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:28:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:28:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:28:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:28:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:28:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:28:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:28:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:28:10 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:28:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:28:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:28:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:28:11 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:28:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:28:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:28:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.061s coverage: 28.7% of statements 19:28:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.080s coverage: 97.0% of statements 19:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:28:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.091s coverage: 71.5% of statements 19:28:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.070s coverage: 54.0% of statements 19:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:28:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:28:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:28:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:28:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:28:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:28:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:28:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:28:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.144s coverage: 93.4% of statements 19:28:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.083s coverage: 3.8% of statements 19:28:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.366s coverage: 97.6% of statements 19:28:16 ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements 19:28:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:28:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:28:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.097s coverage: 0.9% of statements 19:28:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.063s coverage: 32.2% of statements 19:28:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 42.9% of statements 19:28:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 82.9% of statements 19:28:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 19:28:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 19:28:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements 19:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:28:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:28:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:28:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:28:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:28:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:28:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:28:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:28:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:28:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:28:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:28:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:28:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:28:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:28:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:28:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:28:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:28:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:28:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:28:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:28:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements 19:28:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:28:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:28:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:28:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:28:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:28:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:28:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:28:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.279s coverage: 79.9% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.067s coverage: 92.9% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 62.3% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.048s coverage: 20.0% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 81.8% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 82.1% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.060s coverage: 86.0% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.1% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 89.4% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.311s coverage: 38.4% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.110s coverage: 95.7% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 61.8% of statements 19:28:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.082s coverage: 98.9% of statements 19:28:42 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 19:28:42 running golangci-lint 19:28:42 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 19:28:42 go version go1.20.6 linux/amd64 19:28:42 level=info msg="[config_reader] Used config file .golangci.yml" 19:28:42 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 19:28:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4290 in /w/workspace/edgexfoundry_edgex-go_PR-4645 [Pipeline] { [Pipeline] ws 19:28:52 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:28:52 The recommended git tool is: git 19:28:56 using credential edgex-jenkins-ssh 19:28:56 Cloning the remote Git repository 19:28:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:28:57 > git init /w/workspace/edgex-go/1 # timeout=10 19:28:57 level=info msg="[loader] Go packages loading at mode 575 (files|imports|name|types_sizes|deps|exports_file|compiled_files) took 13.613045537s" 19:28:57 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.790561ms" 19:28:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:28:57 > git --version # timeout=10 19:28:57 > git --version # 'git version 2.25.1' 19:28:57 using GIT_SSH to set credentials SSH Credentials for GitHub 19:28:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:29:04 level=info msg="[linters_context/goanalysis] analyzers took 53.406301226s with top 10 stages: buildir: 29.389901126s, inspect: 1.571116814s, fact_deprecated: 1.344065362s, gosec: 1.185314324s, printf: 1.054443019s, ctrlflow: 1.03260892s, S1038: 874.794123ms, nilness: 731.663935ms, fact_purity: 633.952202ms, typedness: 483.226214ms" 19:29:04 level=info msg="[runner] Issues before processing: 200, after processing: 0" 19:29:04 level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 200/200, skip_files: 200/200, identifier_marker: 200/200, exclude: 200/200, nolint: 0/21, skip_dirs: 200/200, cgo: 200/200, path_prettifier: 200/200, autogenerated_exclude: 200/200, exclude-rules: 21/200" 19:29:04 level=info msg="[runner] processing took 17.045868ms with stages: nolint: 6.376821ms, identifier_marker: 6.002349ms, autogenerated_exclude: 1.361251ms, exclude-rules: 1.324721ms, path_prettifier: 1.27185ms, skip_dirs: 643.925µs, cgo: 40.491µs, filename_unadjuster: 21.03µs, max_same_issues: 560ns, uniq_by_line: 500ns, skip_files: 370ns, exclude: 330ns, sort_results: 290ns, diff: 290ns, source_code: 270ns, severity-rules: 250ns, max_from_linter: 180ns, path_shortener: 140ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns" 19:29:04 level=info msg="[runner] linters took 6.760326923s with stages: goanalysis_metalinter: 6.743179633s" 19:29:04 level=info msg="File cache stats: 0 entries of total size 0B" 19:29:04 level=info msg="Memory: 206 samples, avg is 191.4MB, max is 852.0MB" 19:29:04 level=info msg="Execution took 20.419607122s" 19:29:04 go vet ./... 19:29:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:29:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:29:07 ./bin/test-attribution-txt.sh 19:29:07 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 19:29:07 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 19:29:07 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 19:29:07 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 19:29:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:29:07 + ls -al . 19:29:07 total 728 19:29:07 drwxrwxr-x 12 1001 1001 4096 Aug 22 19:27 . 19:29:07 drwxr-xr-x 4 root root 4096 Aug 22 19:27 .. 19:29:07 drwxrwxr-x 2 1001 1001 4096 Aug 22 19:26 .blubracket 19:29:07 -rw-rw-r-- 1 1001 1001 16 Aug 22 19:26 .dockerignore 19:29:07 drwxrwxr-x 8 1001 1001 4096 Aug 22 19:27 .git 19:29:07 drwxrwxr-x 3 1001 1001 4096 Aug 22 19:26 .github 19:29:07 -rw-rw-r-- 1 1001 1001 1173 Aug 22 19:26 .gitignore 19:29:07 -rw-rw-r-- 1 1001 1001 42 Aug 22 19:26 .golangci.yml 19:29:07 -rw-rw-r-- 1 1001 1001 87 Aug 22 19:26 .hadolint.yml 19:29:07 drwxr-xr-x 3 1001 1001 4096 Aug 22 19:27 .semver 19:29:07 -rw-rw-r-- 1 1001 1001 166 Aug 22 19:26 .sonarcloud.properties 19:29:07 -rw-rw-r-- 1 1001 1001 1171 Aug 22 19:26 ADOPTERS.md 19:29:07 -rw-rw-r-- 1 1001 1001 11152 Aug 22 19:26 Attribution.txt 19:29:07 -rw-rw-r-- 1 1001 1001 93407 Aug 22 19:26 CHANGELOG.md 19:29:07 -rw-rw-r-- 1 1001 1001 3804 Aug 22 19:26 CONTRIBUTING.md 19:29:07 -rw-rw-r-- 1 1001 1001 677 Aug 22 19:26 GOVERNANCE.md 19:29:07 -rw-rw-r-- 1 1001 1001 883 Aug 22 19:26 Jenkinsfile 19:29:07 -rw-rw-r-- 1 1001 1001 10775 Aug 22 19:26 LICENSE 19:29:07 -rw-rw-r-- 1 1001 1001 14764 Aug 22 19:26 Makefile 19:29:07 -rw-rw-r-- 1 1001 1001 582 Aug 22 19:26 OWNERS.md 19:29:07 -rw-rw-r-- 1 1001 1001 9923 Aug 22 19:26 README.md 19:29:07 -rw-rw-r-- 1 1001 1001 789 Aug 22 19:26 SECURITY.md 19:29:07 -rw-rw-r-- 1 1001 1001 5 Aug 22 19:27 VERSION 19:29:07 drwxrwxr-x 2 1001 1001 4096 Aug 22 19:26 bin 19:29:07 drwxrwxr-x 18 1001 1001 4096 Aug 22 19:26 cmd 19:29:07 -rw-r--r-- 1 root root 446998 Aug 22 19:28 coverage.out 19:29:07 drwxrwxr-x 2 1001 1001 4096 Aug 22 19:26 fuzz_test 19:29:07 -rw-rw-r-- 1 1001 1001 3687 Aug 22 19:26 go.mod 19:29:07 -rw-rw-r-- 1 1001 1001 33714 Aug 22 19:26 go.sum 19:29:07 drwxrwxr-x 7 1001 1001 4096 Aug 22 19:26 internal 19:29:07 drwxrwxr-x 3 1001 1001 4096 Aug 22 19:26 openapi 19:29:07 -rw-rw-r-- 1 1001 1001 594 Aug 22 19:26 security.txt 19:29:07 drwxrwxr-x 4 1001 1001 4096 Aug 22 19:26 snap 19:29:07 -rw-rw-r-- 1 1001 1001 204 Aug 22 19:26 version.go [Pipeline] sh 19:29:08 + '[' -e coverage.out ] 19:29:08 + chown 1001:1001 coverage.out [Pipeline] stash 19:29:08 Stashed 1 file(s) [Pipeline] sh 19:29:08 + make build 19:29:08 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 19:29:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:29:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:29:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:29:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:29:14 using GIT_SSH to set credentials SSH Credentials for GitHub 19:29:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4645/head:refs/remotes/origin/PR-4645 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:29:14 Merging remotes/origin/main commit 01413ae1877f0c916545fb120e4f5d3889c994d8 into PR head commit f611f6bb8388efb3bc54068293a76baca00360ff 19:29:15 Merge succeeded, producing f611f6bb8388efb3bc54068293a76baca00360ff 19:29:15 Checking out Revision f611f6bb8388efb3bc54068293a76baca00360ff (PR-4645) 19:29:15 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 19:29:15 > git --version # timeout=10 19:29:15 > git --version # 'git version 2.25.1' 19:29:15 fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 19:29:14 > git config core.sparsecheckout # timeout=10 19:29:14 > git checkout -f f611f6bb8388efb3bc54068293a76baca00360ff # timeout=10 19:29:15 > git remote # timeout=10 19:29:15 > git config --get remote.origin.url # timeout=10 19:29:15 using GIT_SSH to set credentials SSH Credentials for GitHub 19:29:15 > git merge 01413ae1877f0c916545fb120e4f5d3889c994d8 # timeout=10 19:29:15 > git rev-parse HEAD^{commit} # timeout=10 19:29:15 > git config core.sparsecheckout # timeout=10 19:29:15 > git checkout -f f611f6bb8388efb3bc54068293a76baca00360ff # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 19:29:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:29:16 % Total % Received % Xferd Average Speed Time Time Time Current 19:29:16 Dload Upload Total Spent Left Speed 19:29:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 63755 0 --:--:-- --:--:-- --:--:-- 64075 [Pipeline] sh 19:29:17 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:29:17 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 19:29:17 /etc/docker/daemon.json 19:29:17 { 19:29:17 "registry-mirrors": [ 19:29:17 "https://nexus3.edgexfoundry.org:10001" 19:29:17 ], 19:29:17 "bip": "10.250.0.254/24", 19:29:17 "hosts": [ 19:29:17 "tcp://0.0.0.0:5555", 19:29:17 "unix:///var/run/docker.sock" 19:29:17 ], 19:29:17 "mtu": 1458, 19:29:17 "selinux-enabled": true, 19:29:17 "seccomp-profile": "/etc/docker/seccomp.json" 19:29:17 } [Pipeline] sh 19:29:18 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:29:18 + sudo service docker restart 19:29:20 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 19:29:21 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 19:29:22 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 19:29:23 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 19:29:29 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 19:29:30 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 19:29: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 19:29:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:29:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:29: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:29: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:29:36 provisioning config files... 19:29:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11622047667349251140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] } 19:29:37 $ docker stop --time=1 49b56b2b665106dfb702c98060f2f9addb0954ed6d4467e4bc2fcf8d0ad99ad4 19:29:37 ---> docker-login.sh 19:29:37 nexus3.edgexfoundry.org:10001 19:29:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:29:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:29:38 Configure a credential helper to remove this warning. See 19:29:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:29:38 19:29:38 Login Succeeded 19:29:38 nexus3.edgexfoundry.org:10002 19:29:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:29:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:29:38 Configure a credential helper to remove this warning. See 19:29:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:29:38 19:29:38 Login Succeeded 19:29:38 nexus3.edgexfoundry.org:10003 19:29:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:29:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:29:38 Configure a credential helper to remove this warning. See 19:29:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:29:38 19:29:38 Login Succeeded 19:29:38 nexus3.edgexfoundry.org:10004 19:29:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:29:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:29:38 Configure a credential helper to remove this warning. See 19:29:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:29:38 19:29:38 Login Succeeded 19:29:38 docker.io 19:29:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:29:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:29:39 Configure a credential helper to remove this warning. See 19:29:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:29:39 19:29:39 Login Succeeded 19:29:39 ---> docker-login.sh ends 19:29:42 $ docker rm -f --volumes 49b56b2b665106dfb702c98060f2f9addb0954ed6d4467e4bc2fcf8d0ad99ad4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 19:29:42 Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:29:43 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:29:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:29:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:29:43 ========================================================= 19:29:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 19:29:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:29:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:29:43 19:29:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:29:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:29:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:29:44 latest: Pulling from edgex-devops/edgex-compose 19:29:44 91d30c5bc195: Pulling fs layer 19:29:44 2e9b0aa3be6d: Pulling fs layer 19:29:44 9c61dcf015f6: Pulling fs layer 19:29:44 4698f68db338: Pulling fs layer 19:29:44 2a2f49069b9e: Pulling fs layer 19:29:44 e0025b399a48: Pulling fs layer 19:29:44 e0025b399a48: Waiting 19:29:44 4698f68db338: Waiting 19:29:44 2a2f49069b9e: Waiting 19:29:44 91d30c5bc195: Verifying Checksum 19:29:44 91d30c5bc195: Download complete 19:29:44 4698f68db338: Verifying Checksum 19:29:44 4698f68db338: Download complete 19:29:44 91d30c5bc195: Pull complete 19:29:44 2e9b0aa3be6d: Verifying Checksum 19:29:44 2e9b0aa3be6d: Download complete 19:29:44 e0025b399a48: Download complete 19:29:44 2a2f49069b9e: Verifying Checksum 19:29:44 2a2f49069b9e: Download complete 19:29:45 2e9b0aa3be6d: Pull complete 19:29:45 9c61dcf015f6: Verifying Checksum 19:29:45 9c61dcf015f6: Download complete 19:29:45 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:29:45 edb6bdbacee9: Pulling fs layer 19:29:45 5f9638ab2659: Pulling fs layer 19:29:45 8d51d6327a98: Pulling fs layer 19:29:45 8b374f2dd631: Pulling fs layer 19:29:45 ec14aa9079de: Pulling fs layer 19:29:45 2f466654f4bb: Pulling fs layer 19:29:45 554e91adad29: Pulling fs layer 19:29:45 ec14aa9079de: Waiting 19:29:45 2f466654f4bb: Waiting 19:29:45 554e91adad29: Waiting 19:29:45 8b374f2dd631: Waiting 19:29:45 5f9638ab2659: Verifying Checksum 19:29:45 5f9638ab2659: Download complete 19:29:45 8b374f2dd631: Verifying Checksum 19:29:45 8b374f2dd631: Download complete 19:29:45 ec14aa9079de: Verifying Checksum 19:29:45 ec14aa9079de: Download complete 19:29:45 edb6bdbacee9: Verifying Checksum 19:29:46 edb6bdbacee9: Pull complete 19:29:46 554e91adad29: Verifying Checksum 19:29:46 554e91adad29: Download complete 19:29:47 5f9638ab2659: Pull complete 19:29:47 9c61dcf015f6: Pull complete 19:29:47 4698f68db338: Pull complete 19:29:48 8d51d6327a98: Verifying Checksum 19:29:48 8d51d6327a98: Download complete 19:29:48 2f466654f4bb: Verifying Checksum 19:29:48 2f466654f4bb: Download complete 19:29:48 2a2f49069b9e: Pull complete 19:29:48 e0025b399a48: Pull complete 19:29:48 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 19:29:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:29:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:29:48 prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container 19:29:48 $ 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 19:29:51 $ docker top 32bdda58234817eee6fe91880a682487837df7504c796d2da12dad8ec0b75129 -eo pid,comm [Pipeline] { [Pipeline] sh 19:29:51 + docker compose -f ./docker-compose-build.yml build --parallel 19:29:54 #1 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:29:54 #1 transferring dockerfile: 1.78kB done 19:29:54 #1 DONE 0.0s 19:29:54 19:29:54 #2 [security-proxy-setup internal] load build definition from Dockerfile 19:29:54 #2 transferring dockerfile: 2.39kB done 19:29:54 #2 DONE 0.0s 19:29:54 19:29:54 #3 [security-spire-agent internal] load build definition from Dockerfile 19:29:54 #3 transferring dockerfile: 2.68kB done 19:29:54 #3 DONE 0.0s 19:29:54 19:29:54 #4 [security-proxy-auth internal] load build definition from Dockerfile 19:29:54 #4 transferring dockerfile: 2.04kB done 19:29:54 #4 DONE 0.0s 19:29:54 19:29:54 #5 [core-metadata internal] load build definition from Dockerfile 19:29:54 #5 transferring dockerfile: 1.96kB done 19:29:54 #5 DONE 0.0s 19:29:54 19:29:54 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:29:54 #6 transferring dockerfile: 2.12kB done 19:29:54 #6 DONE 0.0s 19:29:54 19:29:54 #7 [security-bootstrapper internal] load build definition from Dockerfile 19:29:54 #7 transferring dockerfile: 2.82kB done 19:29:54 #7 DONE 0.0s 19:29:54 19:29:54 #8 [security-spire-config internal] load build definition from Dockerfile 19:29:54 #8 transferring dockerfile: 2.58kB done 19:29:54 #8 DONE 0.0s 19:29:54 19:29:54 #9 [core-command internal] load build definition from Dockerfile 19:29:54 #9 transferring dockerfile: 1.82kB done 19:29:54 #9 DONE 0.0s 19:29:54 19:29:54 #10 [support-notifications internal] load build definition from Dockerfile 19:29:54 #10 transferring dockerfile: 1.84kB done 19:29:54 #10 DONE 0.0s 19:29:54 19:29:54 #11 [support-scheduler internal] load build definition from Dockerfile 19:29:54 #11 transferring dockerfile: 1.82kB done 19:29:54 #11 DONE 0.0s 19:29:54 19:29:54 #12 [core-data internal] load build definition from Dockerfile 19:29:54 #12 transferring dockerfile: 1.90kB done 19:29:54 #12 DONE 0.0s 19:29:54 19:29:54 #13 [security-spiffe-token-provider internal] load .dockerignore 19:29:54 #13 transferring context: 56B done 19:29:54 #13 DONE 0.0s 19:29:54 19:29:54 #14 [security-secretstore-setup internal] load build definition from Dockerfile 19:29:54 #14 transferring dockerfile: 2.38kB done 19:29:54 #14 DONE 0.0s 19:29:54 19:29:54 #15 [security-spire-server internal] load build definition from Dockerfile 19:29:54 #15 transferring dockerfile: 2.63kB done 19:29:54 #15 DONE 0.1s 19:29:54 19:29:54 #16 [security-proxy-setup internal] load .dockerignore 19:29:54 #16 transferring context: 56B done 19:29:54 #16 DONE 0.0s 19:29:54 19:29:54 #17 [security-spire-agent internal] load .dockerignore 19:29:54 #17 transferring context: 56B done 19:29:54 #17 DONE 0.0s 19:29:54 19:29:54 #18 [security-proxy-auth internal] load .dockerignore 19:29:54 #18 transferring context: 56B done 19:29:54 #18 DONE 0.0s 19:29:54 19:29:54 #19 [core-metadata internal] load .dockerignore 19:29:54 #19 transferring context: 56B done 19:29:54 #19 DONE 0.0s 19:29:54 19:29:54 #20 [security-bootstrapper internal] load .dockerignore 19:29:54 #20 transferring context: 56B done 19:29:54 #20 DONE 0.0s 19:29:54 19:29:54 #21 [core-common-config-bootstrapper internal] load .dockerignore 19:29:54 #21 transferring context: 56B done 19:29:54 #21 DONE 0.0s 19:29:54 19:29:54 #22 [security-spire-config internal] load .dockerignore 19:29:54 #22 transferring context: 56B done 19:29:54 #22 DONE 0.0s 19:29:54 19:29:54 #23 [core-command internal] load .dockerignore 19:29:54 #23 transferring context: 56B done 19:29:54 #23 DONE 0.0s 19:29:54 19:29:54 #24 [support-notifications internal] load .dockerignore 19:29:54 #24 transferring context: 56B done 19:29:54 #24 DONE 0.0s 19:29:54 19:29:54 #25 [support-scheduler internal] load .dockerignore 19:29:54 #25 transferring context: 56B done 19:29:54 #25 DONE 0.0s 19:29:54 19:29:54 #26 [core-data internal] load .dockerignore 19:29:54 #26 transferring context: 56B done 19:29:54 #26 DONE 0.0s 19:29:54 19:29:54 #27 [security-spire-server internal] load .dockerignore 19:29:54 #27 transferring context: 56B done 19:29:54 #27 DONE 0.0s 19:29:54 19:29:54 #28 [security-secretstore-setup internal] load .dockerignore 19:29:54 #28 transferring context: 56B done 19:29:54 #28 DONE 0.0s 19:29:54 19:29:54 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:29:54 #29 DONE 0.0s 19:29:54 19:29:54 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 19:29:54 #30 ... 19:29:54 19:29:54 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:29:54 #29 DONE 0.0s 19:29:54 19:29:54 #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 19:29:54 #30 DONE 0.5s 19:29:54 19:29:54 #31 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:29:54 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc done 19:29:54 #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:29:54 #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:29:54 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.15MB / 3.38MB 0.1s 19:29:54 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:29:55 #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 19:29:55 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.2s done 19:29:55 #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 19:29:55 #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 19:29:55 #31 DONE 1.0s 19:29:55 19:29:55 #32 [core-command builder 1/9] FROM docker.io/library/ci-base-image-x86_64 19:29:56 #32 DONE 1.5s 19:29:56 19:29:56 #33 [security-proxy-auth builder 2/9] WORKDIR /edgex-go 19:30:00 8d51d6327a98: Pull complete 19:30:00 8b374f2dd631: Pull complete 19:30:00 ec14aa9079de: Pull complete 19:30:02 #33 ... 19:30:02 19:30:02 #34 [core-common-config-bootstrapper internal] load build context 19:30:02 #34 transferring context: 198.43MB 6.2s 19:30:02 #34 ... 19:30:02 19:30:02 #35 [security-proxy-setup internal] load build context 19:30:02 #35 ... 19:30:02 19:30:02 #34 [core-common-config-bootstrapper internal] load build context 19:30:05 #34 ... 19:30:05 19:30:05 #36 [security-spire-server internal] load build context 19:30:05 #36 transferring context: 365.19MB 9.3s done 19:30:05 #36 ... 19:30:05 19:30:05 #37 [core-metadata internal] load build context 19:30:05 #37 ... 19:30:05 19:30:05 #38 [security-proxy-auth internal] load build context 19:30:05 #38 transferring context: 365.19MB 9.9s done 19:30:05 #38 ... 19:30:05 19:30:05 #39 [support-notifications internal] load build context 19:30:05 #39 transferring context: 365.19MB 9.7s done 19:30:05 #39 ... 19:30:05 19:30:05 #40 [security-spire-config internal] load build context 19:30:05 #40 ... 19:30:05 19:30:05 #41 [security-secretstore-setup internal] load build context 19:30:05 #41 transferring context: 365.19MB 9.8s done 19:30:05 #41 ... 19:30:05 19:30:05 #42 [security-spiffe-token-provider internal] load build context 19:30:05 #42 ... 19:30:05 19:30:05 #43 [core-command internal] load build context 19:30:05 #43 transferring context: 365.19MB 8.4s done 19:30:05 #43 ... 19:30:05 19:30:05 #44 [support-scheduler internal] load build context 19:30:05 #44 ... 19:30:05 19:30:05 #45 [core-data internal] load build context 19:30:05 #45 transferring context: 365.19MB 10.8s done 19:30:05 #45 ... 19:30:05 19:30:05 #46 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:30:05 #46 ... 19:30:05 19:30:05 #47 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:30:05 #0 5.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:05 #0 5.563 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:05 #0 5.843 (1/4) Installing ca-certificates (20230506-r0) 19:30:05 #0 5.942 (2/4) Installing dumb-init (1.2.5-r2) 19:30:05 #0 5.961 (3/4) Installing su-exec (0.2-r2) 19:30:05 #0 5.961 (4/4) Installing yq (4.30.4-r4) 19:30:05 #0 6.105 Executing busybox-1.35.0-r29.trigger 19:30:05 #0 6.112 Executing ca-certificates-20230506-r0.trigger 19:30:05 #0 6.171 OK: 17 MiB in 19 packages 19:30:06 #47 ... 19:30:06 19:30:06 #48 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:30:06 #48 ... 19:30:06 19:30:06 #49 [security-bootstrapper internal] load build context 19:30:06 #49 transferring context: 365.19MB 10.7s done 19:30:06 #49 ... 19:30:06 19:30:06 #50 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:30:06 #50 ... 19:30:06 19:30:06 #51 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:30:06 #51 ... 19:30:06 19:30:06 #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:30:06 #52 ... 19:30:06 19:30:06 #53 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:30:06 #53 ... 19:30:06 19:30:06 #54 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:30:07 #54 ... 19:30:07 19:30:07 #55 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:30:07 #55 ... 19:30:07 19:30:07 #56 [security-spire-agent internal] load build context 19:30:07 #56 transferring context: 365.19MB 11.9s done 19:30:07 2f466654f4bb: Pull complete 19:30:09 554e91adad29: Pull complete 19:30:09 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 19:30:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:30:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:30:09 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:30:09 WORKDIR /edgex 19:30:09 COPY go.mod . 19:30:09 RUN go mod download 19:30:09 docker build -t ci-base-image-arm64 -f - . 19:30:10 Sending build context to Docker daemon 2.95MB 19:30:10 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:30:10 ---> 1e15ea492957 19:30:10 Step 2/4 : WORKDIR /edgex 19:30:12 ---> Running in b0245f03d34b 19:30:12 Removing intermediate container b0245f03d34b 19:30:12 ---> 332b973c91f5 19:30:12 Step 3/4 : COPY go.mod . 19:30:12 #56 ... 19:30:12 19:30:12 #35 [security-proxy-setup internal] load build context 19:30:12 #35 transferring context: 365.19MB 9.8s done 19:30:13 ---> 1e9bca1b5431 19:30:13 Step 4/4 : RUN go mod download 19:30:13 ---> Running in 71010882c59a 19:30:16 #35 ... 19:30:16 19:30:16 #34 [core-common-config-bootstrapper internal] load build context 19:30:16 #34 transferring context: 365.19MB 10.2s done 19:30:16 #34 ... 19:30:16 19:30:16 #37 [core-metadata internal] load build context 19:30:16 #37 transferring context: 365.19MB 10.8s done 19:30:16 #37 ... 19:30:16 19:30:16 #44 [support-scheduler internal] load build context 19:30:16 #44 transferring context: 365.19MB 11.7s done 19:30:16 #44 ... 19:30:16 19:30:16 #42 [security-spiffe-token-provider internal] load build context 19:30:16 #42 transferring context: 365.19MB 11.8s done 19:30:16 #42 ... 19:30:16 19:30:16 #40 [security-spire-config internal] load build context 19:30:16 #40 transferring context: 365.19MB 12.4s done 19:30:38 #40 ... 19:30:38 19:30:38 #43 [core-command internal] load build context 19:30:38 #43 DONE 43.6s 19:30:38 19:30:38 #47 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:30:38 #47 DONE 42.8s 19:30:38 19:30:38 #36 [security-spire-server internal] load build context 19:30:38 #36 DONE 43.7s 19:30:38 19:30:38 #39 [support-notifications internal] load build context 19:30:38 #39 DONE 43.7s 19:30:38 19:30:38 #41 [security-secretstore-setup internal] load build context 19:30:38 #41 DONE 43.7s 19:30:38 19:30:38 #35 [security-proxy-setup internal] load build context 19:30:38 #35 DONE 43.7s 19:30:38 19:30:38 #38 [security-proxy-auth internal] load build context 19:30:38 #38 DONE 43.8s 19:30:38 19:30:38 #33 [support-scheduler builder 2/9] WORKDIR /edgex-go 19:30:38 #33 DONE 42.6s 19:30:38 19:30:38 #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 19:30:38 #57 ... 19:30:38 19:30:38 #34 [core-common-config-bootstrapper internal] load build context 19:30:38 #34 DONE 43.8s 19:30:38 19:30:38 #45 [core-data internal] load build context 19:30:38 #45 DONE 43.8s 19:30:38 19:30:38 #49 [security-bootstrapper internal] load build context 19:30:38 #49 DONE 43.8s 19:30:38 19:30:38 #44 [support-scheduler internal] load build context 19:30:38 #44 DONE 43.8s 19:30:38 19:30:38 #37 [core-metadata internal] load build context 19:30:38 #37 DONE 43.8s 19:30:38 19:30:38 #40 [security-spire-config internal] load build context 19:30:38 #40 DONE 43.8s 19:30:38 19:30:38 #56 [security-spire-agent internal] load build context 19:30:38 #56 DONE 43.8s 19:30:38 19:30:38 #42 [security-spiffe-token-provider internal] load build context 19:30:38 #42 DONE 43.8s 19:30:38 19:30:38 #51 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:30:38 #51 43.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:39 #51 43.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:39 #51 43.53 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:30:39 #51 43.53 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:30:39 #51 43.53 OK: 17818 distinct packages available 19:30:39 #51 43.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:39 #51 43.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:40 #51 44.14 (1/4) Installing dumb-init (1.2.5-r2) 19:30:40 #51 44.14 (2/4) Installing musl-obstack (1.2.3-r0) 19:30:40 #51 44.14 (3/4) Installing libucontext (1.2-r0) 19:30:40 #51 44.15 (4/4) Installing gcompat (1.1.0-r0) 19:30:40 #51 44.15 Executing busybox-1.35.0-r29.trigger 19:30:40 #51 44.16 OK: 7 MiB in 19 packages 19:30:40 #51 ... 19:30:40 19:30:40 #55 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:30:40 #55 43.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:40 #55 43.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:40 #55 43.56 (1/1) Installing dumb-init (1.2.5-r2) 19:30:40 #55 43.56 Executing busybox-1.35.0-r29.trigger 19:30:40 #55 43.56 OK: 7 MiB in 16 packages 19:30:40 #55 DONE 44.9s 19:30:40 19:30:40 #50 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:30:40 #50 43.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:40 #50 43.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:40 #50 43.54 (1/1) Installing dumb-init (1.2.5-r2) 19:30:40 #50 43.55 Executing busybox-1.35.0-r29.trigger 19:30:40 #50 43.55 OK: 7 MiB in 16 packages 19:30:40 #50 DONE 45.0s 19:30:40 19:30:40 #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 19:30:40 #57 1.832 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:40 #57 1.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:40 #57 2.163 OK: 265 MiB in 53 packages 19:30:40 #57 ... 19:30:40 19:30:40 #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:30:40 #52 43.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:40 #52 43.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:40 #52 44.17 (1/2) Installing dumb-init (1.2.5-r2) 19:30:40 #52 44.19 (2/2) Installing su-exec (0.2-r2) 19:30:40 #52 44.19 Executing busybox-1.35.0-r29.trigger 19:30:40 #52 44.19 OK: 7 MiB in 17 packages 19:30:40 #52 DONE 45.2s 19:30:40 19:30:40 #48 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:30:40 #48 43.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:40 #48 43.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:40 #48 43.87 (1/4) Installing dumb-init (1.2.5-r2) 19:30:40 #48 43.87 (2/4) Installing openssl (3.0.10-r0) 19:30:40 #48 43.88 (3/4) Installing su-exec (0.2-r2) 19:30:40 #48 43.89 (4/4) Installing yq (4.30.4-r4) 19:30:40 #48 43.94 Executing busybox-1.35.0-r29.trigger 19:30:40 #48 43.95 OK: 17 MiB in 19 packages 19:30:40 #48 DONE 45.2s 19:30:40 19:30:40 #58 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:30:41 #58 ... 19:30:41 19:30:41 #53 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:30:41 #53 43.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:41 #53 43.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:41 #53 44.02 (1/2) Installing ca-certificates (20230506-r0) 19:30:41 #53 44.04 (2/2) Installing dumb-init (1.2.5-r2) 19:30:41 #53 44.05 Executing busybox-1.35.0-r29.trigger 19:30:41 #53 44.05 Executing ca-certificates-20230506-r0.trigger 19:30:41 #53 44.14 OK: 8 MiB in 17 packages 19:30:41 #53 DONE 45.4s 19:30:41 19:30:41 #54 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:30:41 #54 42.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:41 #54 43.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:41 #54 43.58 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:30:41 #54 43.58 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:30:41 #54 43.58 OK: 17818 distinct packages available 19:30:41 #54 43.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:41 #54 43.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:41 #54 44.16 (1/5) Installing dumb-init (1.2.5-r2) 19:30:41 #54 44.16 (2/5) Installing musl-obstack (1.2.3-r0) 19:30:41 #54 44.17 (3/5) Installing libucontext (1.2-r0) 19:30:41 #54 44.17 (4/5) Installing gcompat (1.1.0-r0) 19:30:41 #54 44.17 (5/5) Installing openssl (3.0.10-r0) 19:30:41 #54 44.19 Executing busybox-1.35.0-r29.trigger 19:30:41 #54 44.19 OK: 8 MiB in 20 packages 19:30:41 #54 DONE 45.4s 19:30:41 19:30:41 #51 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:30:41 #51 DONE 45.4s 19:30:41 19:30:41 #57 [core-command builder 3/7] RUN apk add --update --no-cache make git 19:30:41 #57 DONE 2.7s 19:30:41 19:30:41 #59 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl 19:30:41 #0 2.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:41 #0 2.233 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:41 #0 2.480 OK: 265 MiB in 53 packages 19:30:41 #59 DONE 2.7s 19:30:41 19:30:41 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:30:41 #0 1.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:41 #0 1.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:41 #0 2.054 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:30:41 #0 2.054 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:30:41 #0 2.054 OK: 17823 distinct packages available 19:30:41 #0 2.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:41 #0 2.232 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:41 #0 2.503 OK: 265 MiB in 53 packages 19:30:41 #60 DONE 2.7s 19:30:41 19:30:41 #61 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:30:41 #61 ... 19:30:41 19:30:41 #62 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 19:30:41 #0 2.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:41 #0 2.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:41 #0 2.622 OK: 265 MiB in 53 packages 19:30:41 #62 DONE 2.8s 19:30:41 19:30:41 #63 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 19:30:41 #63 DONE 0.2s 19:30:41 19:30:41 #64 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:30:41 #64 DONE 0.2s 19:30:41 19:30:41 #65 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 19:30:41 #65 DONE 0.2s 19:30:41 19:30:41 #66 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:30:41 #66 DONE 0.2s 19:30:41 19:30:41 #61 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:30:41 #61 DONE 0.2s 19:30:41 19:30:41 #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:30:41 #67 ... 19:30:41 19:30:41 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:30:41 #0 2.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:41 #0 2.749 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:41 #0 2.968 OK: 265 MiB in 53 packages 19:30:41 #68 DONE 3.1s 19:30:41 19:30:41 #46 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:30:41 #46 43.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:41 #46 44.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:41 #46 44.88 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:30:41 #46 44.88 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:30:41 #46 44.88 OK: 17818 distinct packages available 19:30:41 #46 44.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:30:41 #46 45.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:30:41 #46 45.32 (1/9) Installing ca-certificates (20230506-r0) 19:30:41 #46 45.37 (2/9) Installing brotli-libs (1.0.9-r9) 19:30:41 #46 45.53 (3/9) Installing nghttp2-libs (1.51.0-r1) 19:30:41 #46 45.54 (4/9) Installing libcurl (8.2.1-r0) 19:30:41 #46 45.55 (5/9) Installing curl (8.2.1-r0) 19:30:41 #46 45.56 (6/9) Installing dumb-init (1.2.5-r2) 19:30:41 #46 45.56 (7/9) Installing musl-obstack (1.2.3-r0) 19:30:41 #46 45.56 (8/9) Installing libucontext (1.2-r0) 19:30:41 #46 45.56 (9/9) Installing gcompat (1.1.0-r0) 19:30:41 #46 45.57 Executing busybox-1.35.0-r29.trigger 19:30:41 #46 45.57 Executing ca-certificates-20230506-r0.trigger 19:30:41 #46 45.69 OK: 10 MiB in 24 packages 19:30:41 #46 DONE 45.8s 19:30:41 19:30:41 #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:30:41 #69 DONE 0.0s 19:30:41 19:30:41 #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:30:43 #70 ... 19:30:43 19:30:43 #58 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:30:43 #58 DONE 2.2s 19:30:43 19:30:43 #71 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 19:30:43 #71 DONE 0.0s 19:30:43 19:30:43 #72 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:30:49 Removing intermediate container 71010882c59a 19:30:49 ---> dec3075960db 19:30:49 Successfully built dec3075960db 19:30:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:50 + docker inspect -f . ci-base-image-arm64 19:30:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:30:50 prd-ubuntu20.04-docker-arm64-4c-16g-4290 does not seem to be running inside a container 19:30:50 $ 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 19:30:51 #72 ... 19:30:51 19:30:51 #73 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:30:51 #73 ... 19:30:51 19:30:51 #74 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:30:51 $ docker top 80640d2c34da534f481cb486ead0e1ccb3dcb8cb11254bd64fc68e81133fe309 -eo pid,comm [Pipeline] { [Pipeline] sh 19:30:52 + go version 19:30:52 go version go1.20.6 linux/arm64 [Pipeline] } 19:30:52 $ docker stop --time=1 80640d2c34da534f481cb486ead0e1ccb3dcb8cb11254bd64fc68e81133fe309 19:30:54 $ docker rm -f --volumes 80640d2c34da534f481cb486ead0e1ccb3dcb8cb11254bd64fc68e81133fe309 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:55 + docker inspect -f . ci-base-image-arm64 19:30:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:30:55 prd-ubuntu20.04-docker-arm64-4c-16g-4290 does not seem to be running inside a container 19:30:55 $ 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 19:30:56 $ docker top 32b017efb2acad2141cf16e2dfaba1d6e400bc846e81f52fac410940ade0f53f -eo pid,comm [Pipeline] { [Pipeline] echo 19:30:57 ========================================================= 19:30:57 [edgeXBuildGoParallel] Running Tests and Build... 19:30:57 ========================================================= [Pipeline] sh 19:30:57 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:30:57 + make test 19:30:57 go test -race -coverprofile=coverage.out ./... 19:31:30 #74 ... 19:31:30 19:31:30 #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:30 #67 DONE 44.5s 19:31:30 19:31:30 #72 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:30 #72 DONE 44.6s 19:31:30 19:31:30 #75 [security-spiffe-token-provider builder 6/7] COPY . . 19:31:30 #75 ... 19:31:30 19:31:30 #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:30 #70 DONE 44.6s 19:31:30 19:31:30 #76 [support-notifications builder 6/7] COPY . . 19:31:30 #76 ... 19:31:30 19:31:30 #74 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:30 #74 DONE 45.2s 19:31:30 19:31:30 #77 [core-metadata builder 6/7] COPY . . 19:31:30 #77 ... 19:31:30 19:31:30 #73 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:30 #73 DONE 45.7s 19:31:30 19:31:30 #78 [security-spire-agent builder 6/9] COPY . . 19:31:36 #78 ... 19:31:36 19:31:36 #79 [security-proxy-setup builder 6/7] COPY . . 19:31:36 ? github.com/edgexfoundry/edgex-go [no test files] 19:31:46 #79 ... 19:31:46 19:31:46 #75 [security-spiffe-token-provider builder 6/7] COPY . . 19:31:46 #75 DONE 19.9s 19:31:46 19:31:46 #80 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:31:46 #80 CACHED 19:31:46 19:31:46 #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:46 #81 CACHED 19:31:46 19:31:46 #82 [security-secretstore-setup builder 6/7] COPY . . 19:31:46 #82 CACHED 19:31:46 19:31:46 #79 [security-proxy-setup builder 6/7] COPY . . 19:31:46 #79 DONE 19.8s 19:31:46 19:31:46 #76 [support-notifications builder 6/7] COPY . . 19:31:46 #76 DONE 19.6s 19:31:46 19:31:46 #83 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:46 #83 CACHED 19:31:46 19:31:46 #84 [security-bootstrapper builder 6/7] COPY . . 19:31:46 #84 CACHED 19:31:46 19:31:46 #85 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:31:46 #85 CACHED 19:31:46 19:31:46 #78 [security-spire-agent builder 6/9] COPY . . 19:31:46 #78 DONE 18.8s 19:31:46 19:31:46 #86 [core-data builder 4/7] COPY go.mod vendor* ./ 19:31:46 #86 CACHED 19:31:46 19:31:46 #87 [core-data builder 6/7] COPY . . 19:31:46 #87 CACHED 19:31:46 19:31:46 #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:46 #88 CACHED 19:31:46 19:31:46 #89 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:31:46 #89 CACHED 19:31:46 19:31:46 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:46 #90 CACHED 19:31:46 19:31:46 #91 [support-scheduler builder 6/7] COPY . . 19:31:46 #91 CACHED 19:31:46 19:31:46 #92 [core-command builder 6/7] COPY . . 19:31:46 #92 CACHED 19:31:46 19:31:46 #93 [core-command builder 4/7] COPY go.mod vendor* ./ 19:31:46 #93 CACHED 19:31:46 19:31:46 #94 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:46 #94 CACHED 19:31:46 19:31:46 #95 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:46 #95 CACHED 19:31:46 19:31:46 #96 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:31:46 #96 CACHED 19:31:46 19:31:46 #97 [core-common-config-bootstrapper builder 6/7] COPY . . 19:31:46 #97 CACHED 19:31:46 19:31:46 #77 [core-metadata builder 6/7] COPY . . 19:31:46 #77 DONE 19.2s 19:31:46 19:31:46 #98 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:46 #98 CACHED 19:31:46 19:31:46 #99 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:31:46 #99 CACHED 19:31:46 19:31:46 #100 [security-proxy-auth builder 6/7] COPY . . 19:31:46 #100 CACHED 19:31:46 19:31:46 #101 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:31:46 #101 ... 19:31:46 19:31:46 #102 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:46 #102 CACHED 19:31:46 19:31:46 #103 [security-spire-server builder 6/9] COPY . . 19:31:46 #103 CACHED 19:31:46 19:31:46 #104 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 19:31:46 #104 CACHED 19:31:46 19:31:46 #105 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 19:31:46 #105 CACHED 19:31:46 19:31:46 #106 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 19:31:46 #106 DONE 0.2s 19:31:46 19:31:46 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 19:31:51 #107 ... 19:31:51 19:31:51 #108 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 19:31:51 #108 DONE 5.1s 19:31:51 19:31:51 #101 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:31:51 #101 5.114 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 19:31:51 #101 ... 19:31:51 19:31:51 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 19:31:51 #107 DONE 5.2s 19:31:51 19:31:51 #109 [security-spire-agent builder 9/9] WORKDIR /edgex-go 19:31:51 #109 DONE 0.2s 19:31:51 19:31:51 #110 [security-spire-server builder 9/9] WORKDIR /edgex-go 19:31:51 #110 DONE 0.2s 19:31:51 19:31:51 #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:31:51 #0 2.778 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 19:31:51 #111 ... 19:31:51 19:31:51 #112 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 19:31:51 #112 CACHED 19:31:51 19:31:51 #113 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:51 #113 CACHED 19:31:51 19:31:51 #114 [security-spire-config builder 6/9] COPY . . 19:31:51 #114 CACHED 19:31:51 19:31:51 #115 [security-spire-config builder 9/9] WORKDIR /edgex-go 19:31:51 #115 CACHED 19:31:51 19:31:51 #116 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 19:31:51 #116 CACHED 19:31:51 19:31:51 #117 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 19:31:51 #117 CACHED 19:31:51 19:31:51 #118 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:31:52 #118 DONE 0.3s 19:31:52 19:31:52 #119 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:31:52 #119 DONE 0.3s 19:31:52 19:31:52 #120 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:31:52 #120 DONE 0.2s 19:31:52 19:31:52 #121 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:31:52 #121 CACHED 19:31:52 19:31:52 #122 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:31:52 #122 CACHED 19:31:52 19:31:52 #123 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:31:52 #123 DONE 0.1s 19:31:52 19:31:52 #124 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:31:55 #124 DONE 3.2s 19:31:55 19:31:55 #125 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:31:55 #125 DONE 3.2s 19:31:55 19:31:55 #126 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:31:55 #126 DONE 3.3s 19:31:55 19:31:55 #127 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:31:56 #127 ... 19:31:56 19:31:56 #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:31:56 #0 1.326 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:31:56 #128 ... 19:31:56 19:31:56 #129 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:31:56 #0 1.956 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 19:31:56 #129 ... 19:31:56 19:31:56 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:31:56 #0 2.043 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 19:31:56 #130 ... 19:31:56 19:31:56 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:31:56 #0 2.075 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 19:31:56 #131 ... 19:31:56 19:31:56 #132 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:31:56 #0 1.342 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:31:56 #132 ... 19:31:56 19:31:56 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:31:56 #0 1.318 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 19:31:56 #133 ... 19:31:56 19:31:56 #134 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:31:56 #0 1.343 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:31:57 #134 ... 19:31:57 19:31:57 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:31:57 #0 2.624 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 19:31:57 #135 ... 19:31:57 19:31:57 #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:31:57 #0 0.978 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:31:57 #136 ... 19:31:57 19:31:57 #137 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:32:01 #137 ... 19:32:01 19:32:01 #127 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:32:01 #127 DONE 5.7s 19:32:01 19:32:01 #138 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:32:01 #138 ... 19:32:01 19:32:01 #139 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 19:32:04 #139 DONE 2.7s 19:32:04 19:32:04 #137 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:32:04 #137 DONE 8.3s 19:32:04 19:32:04 #138 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:32:04 #138 DONE 8.4s 19:32:04 19:32:04 #140 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:32:06 #140 DONE 2.7s 19:32:06 19:32:06 #141 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:32:07 #141 ... 19:32:07 19:32:07 #142 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:32:07 #142 DONE 2.8s 19:32:07 19:32:07 #141 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:32:07 #141 DONE 2.9s 19:32:07 19:32:07 #143 [security-spire-config] exporting to image 19:32:07 #143 exporting layers 19:32:11 #143 ... 19:32:11 19:32:11 #144 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:32:11 #144 DONE 3.8s 19:32:11 19:32:11 #145 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:32:11 #145 DONE 3.9s 19:32:11 19:32:11 #143 [security-spire-server] exporting to image 19:32:12 #143 ... 19:32:12 19:32:12 #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:32:12 #146 DONE 1.3s 19:32:12 19:32:12 #143 [security-spire-agent] exporting to image 19:32:12 #143 exporting layers 5.4s done 19:32:12 #143 writing image sha256:b25e40b426cfb293e5c78c5e1177eb6c32b4e6edfbba4e8064496757acc4192f 0.0s done 19:32:12 #143 naming to docker.io/library/security-spire-config done 19:32:12 #143 exporting layers 1.9s done 19:32:12 #143 writing image sha256:db98672916f0d2557fbd1a49d5792103b6d66fa40c72a55b6bbd290bc60c23a8 0.1s done 19:32:12 #143 naming to docker.io/library/security-spire-server done 19:32:12 #143 exporting layers 0.8s done 19:32:12 #143 writing image sha256:0c9519ef2651d345523ecf3f4032a2c5009c6dd226579f8fd78beade367e5ee7 0.0s done 19:32:12 #143 naming to docker.io/library/security-spire-agent 0.0s done 19:32:12 #143 DONE 5.8s 19:32:12 19:32:12 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:32:59 #130 ... 19:32:59 19:32:59 #132 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:32:59 #132 71.00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:33:31 #132 DONE 101.3s 19:33:31 19:33:31 #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:33:31 #128 DONE 101.3s 19:33:31 19:33:31 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:33:31 #133 ... 19:33:31 19:33:31 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:33:31 #131 DONE 101.3s 19:33:31 19:33:31 #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:33:31 #111 DONE 101.4s 19:33:31 19:33:31 #147 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #147 ... 19:33:31 19:33:31 #129 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:33:31 #129 DONE 101.4s 19:33:31 19:33:31 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:33:31 #130 DONE 101.5s 19:33:31 19:33:31 #101 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:33:31 #101 DONE 101.6s 19:33:31 19:33:31 #148 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #148 ... 19:33:31 19:33:31 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:33:31 #133 DONE 101.6s 19:33:31 19:33:31 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:33:31 #135 DONE 101.7s 19:33:31 19:33:31 #134 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:33:31 #134 DONE 101.7s 19:33:31 19:33:31 #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:33:31 #136 DONE 101.7s 19:33:31 19:33:31 #149 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #149 ... 19:33:31 19:33:31 #148 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #148 DONE 0.5s 19:33:31 19:33:31 #150 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #150 DONE 0.5s 19:33:31 19:33:31 #147 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #147 DONE 0.6s 19:33:31 19:33:31 #151 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #151 DONE 0.6s 19:33:31 19:33:31 #152 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:33:31 #152 ... 19:33:31 19:33:31 #153 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #153 DONE 0.3s 19:33:31 19:33:31 #149 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #149 DONE 0.4s 19:33:31 19:33:31 #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:33:31 #154 DONE 0.4s 19:33:31 19:33:31 #155 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:33:31 #155 DONE 0.3s 19:33:31 19:33:31 #156 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 19:33:31 #156 DONE 0.3s 19:33:31 19:33:31 #157 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #157 CACHED 19:33:31 19:33:31 #158 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:33:31 #158 CACHED 19:33:31 19:33:31 #152 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:33:31 #152 DONE 0.3s 19:33:31 19:33:31 #159 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 19:33:31 #159 CACHED 19:33:31 19:33:31 #160 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #160 CACHED 19:33:31 19:33:31 #161 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:33:31 #161 CACHED 19:33:31 19:33:31 #162 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #162 CACHED 19:33:31 19:33:31 #163 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #163 CACHED 19:33:31 19:33:31 #164 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:33:31 #164 CACHED 19:33:31 19:33:31 #165 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:33:31 #165 DONE 0.3s 19:33:31 19:33:31 #166 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:33:31 #166 ... 19:33:31 19:33:31 #167 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:33:31 #167 DONE 0.6s 19:33:31 19:33:31 #168 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:33:31 #168 DONE 1.5s 19:33:31 19:33:31 #169 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:33:31 #169 DONE 1.5s 19:33:31 19:33:31 #170 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 19:33:31 #170 DONE 1.5s 19:33:31 19:33:31 #171 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:33:31 #171 DONE 1.5s 19:33:31 19:33:31 #166 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:33:31 #166 DONE 1.5s 19:33:31 19:33:31 #172 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:33:31 #172 DONE 1.5s 19:33:31 19:33:31 #173 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:33:31 #173 ... 19:33:31 19:33:31 #174 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:33:31 #174 DONE 1.5s 19:33:31 19:33:31 #175 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:33:31 #175 DONE 1.6s 19:33:31 19:33:31 #176 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:33:31 #176 DONE 1.6s 19:33:31 19:33:31 #177 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:33:31 #177 ... 19:33:31 19:33:31 #178 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:33:31 #178 DONE 0.6s 19:33:31 19:33:31 #179 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:33:31 #179 DONE 0.6s 19:33:31 19:33:31 #180 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:33:31 #180 DONE 0.8s 19:33:31 19:33:31 #181 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 19:33:31 #181 DONE 0.6s 19:33:31 19:33:31 #182 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 19:33:31 #182 DONE 0.6s 19:33:31 19:33:31 #173 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:33:31 #173 DONE 0.6s 19:33:31 19:33:31 #183 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:33:31 #183 DONE 0.6s 19:33:31 19:33:31 #184 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:33:31 #184 DONE 0.6s 19:33:31 19:33:31 #185 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:33:31 #185 ... 19:33:31 19:33:31 #186 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:33:31 #186 DONE 0.7s 19:33:31 19:33:31 #177 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:33:31 #177 DONE 0.7s 19:33:31 19:33:31 #187 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 19:33:31 #187 DONE 2.3s 19:33:31 19:33:31 #188 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:33:31 #188 DONE 0.3s 19:33:31 19:33:31 #143 [support-scheduler] exporting to image 19:33:31 #143 exporting layers 0.2s done 19:33:31 #143 writing image sha256:8e1f07fee0a76bb61a15116e4cc83097197ee67b367f6b0177138e10fae0f190 19:33:31 #143 exporting layers 0.2s done 19:33:31 #143 writing image sha256:8e1f07fee0a76bb61a15116e4cc83097197ee67b367f6b0177138e10fae0f190 done 19:33:31 #143 naming to docker.io/library/core-data done 19:33:31 #143 writing image sha256:9080cfeb1fa0fa023cda3acf6de80260385e367d1a5552ee0c3a557b7c1d4897 done 19:33:31 #143 naming to docker.io/library/security-spiffe-token-provider 19:33:31 #143 ... 19:33:31 19:33:31 #189 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:33:31 #189 DONE 0.5s 19:33:31 19:33:31 #190 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:33:31 #190 DONE 0.5s 19:33:31 19:33:31 #191 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:33:31 #191 DONE 0.5s 19:33:31 19:33:31 #185 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:33:31 #185 DONE 0.5s 19:33:31 19:33:31 #143 [support-notifications] exporting to image 19:33:31 #143 naming to docker.io/library/security-spiffe-token-provider 0.1s done 19:33:31 #143 writing image sha256:3b79f9570e4d3a1c2aea2c84d9640f2e38f6f0ccedcbe7d195bd422ab88f1003 done 19:33:31 #143 naming to docker.io/library/core-command done 19:33:31 #143 writing image sha256:972546f181f7887287e4bbdd45b94df6a9fea66b837426b2cbdf71c289ce20ff done 19:33:31 #143 naming to docker.io/library/support-scheduler 19:33:31 #143 ... 19:33:31 19:33:31 #192 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:33:31 #192 DONE 0.4s 19:33:31 19:33:31 #193 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 19:33:31 #193 DONE 0.5s 19:33:31 19:33:31 #194 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:33:31 #194 DONE 0.5s 19:33:31 19:33:31 #143 [core-metadata] exporting to image 19:33:31 #143 exporting layers 0.2s done 19:33:31 #143 naming to docker.io/library/support-scheduler done 19:33:31 #143 writing image sha256:10a14ed53c3ebd51d3fab82b98811d37969a6cd2a533d2b55f6a8b85cf37e8d3 0.0s done 19:33:31 #143 naming to docker.io/library/support-notifications done 19:33:31 #143 exporting layers 0.3s done 19:33:31 #143 writing image sha256:03b25011d1111fd00abf8593556fe2c700f9d3b9970df50d84de5bcff1432d66 0.0s done 19:33:31 #143 naming to docker.io/library/core-metadata done 19:33:31 #143 DONE 6.8s 19:33:31 19:33:31 #195 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:33:31 #195 DONE 0.3s 19:33:31 19:33:31 #196 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:33:31 #196 DONE 0.2s 19:33:31 19:33:31 #197 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 19:33:31 #197 DONE 0.2s 19:33:31 19:33:31 #198 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:33:31 #198 ... 19:33:31 19:33:31 #199 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:33:31 #199 DONE 0.4s 19:33:31 19:33:31 #200 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:33:32 #200 DONE 0.3s 19:33:32 19:33:32 #201 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:33:32 #201 DONE 1.0s 19:33:32 19:33:32 #202 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:33:32 #202 DONE 1.0s 19:33:32 19:33:32 #198 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:33:32 #198 DONE 0.6s 19:33:32 19:33:32 #143 [security-proxy-auth] exporting to image 19:33:32 #143 ... 19:33:32 19:33:32 #203 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:33:32 #203 DONE 0.8s 19:33:32 19:33:32 #204 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:33:32 #204 DONE 0.2s 19:33:32 19:33:32 #143 [security-proxy-setup] exporting to image 19:33:32 #143 ... 19:33:32 19:33:32 #205 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 19:33:32 #205 DONE 0.2s 19:33:32 19:33:32 #206 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 19:33:32 #206 DONE 0.0s 19:33:32 19:33:32 #207 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:33:32 #207 DONE 0.0s 19:33:32 19:33:32 #143 [security-proxy-auth] exporting to image 19:33:32 #143 exporting layers 0.4s done 19:33:32 #143 writing image sha256:e9489240bf724d06f24e84015567f36cb7fba882b640eafdb66e09d0ac6fb5b6 0.0s done 19:33:32 #143 writing image sha256:f8aab9b975d44f09c6654c12ee8c8168a3561d22b6e9ab44e6a29fefc4423a9a done 19:33:32 #143 naming to docker.io/library/security-proxy-auth done 19:33:32 #143 naming to docker.io/library/core-common-config-bootstrapper done 19:33:32 #143 writing image sha256:98310af7fede2ae577fc9c9606ba4424e7917c4e29847c87a5612cd75b9dc79b 19:33:32 #143 writing image sha256:98310af7fede2ae577fc9c9606ba4424e7917c4e29847c87a5612cd75b9dc79b done 19:33:32 #143 naming to docker.io/library/security-proxy-setup 0.0s done 19:33:32 #143 DONE 7.4s 19:33:32 19:33:32 #208 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:33:32 #208 DONE 0.1s 19:33:32 19:33:32 #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 19:33:32 #209 ... 19:33:32 19:33:32 #210 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:33:32 #210 DONE 0.7s 19:33:32 19:33:32 #143 [security-secretstore-setup] exporting to image 19:33:33 #143 ... 19:33:33 19:33:33 #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 19:33:33 #209 DONE 0.4s 19:33:33 19:33:33 #143 [security-bootstrapper] exporting to image 19:33:33 #143 exporting layers 0.3s done 19:33:33 #143 writing image sha256:c487d9268256e59c43b63446125ad789f215b2bac4a4a4d499ab96445e0a04ad 0.0s done 19:33:33 #143 naming to docker.io/library/security-secretstore-setup 19:33:33 #143 exporting layers 0.2s done 19:33:33 #143 naming to docker.io/library/security-secretstore-setup done 19:33:33 #143 writing image sha256:f9414fdf0eb855b70543e2198581892c7bacfc61472b19a399d55d2b68f1145e done 19:33:33 #143 naming to docker.io/library/security-bootstrapper done 19:33:33 #143 DONE 7.9s 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:33:33 time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:33:33 $ docker stop --time=1 32bdda58234817eee6fe91880a682487837df7504c796d2da12dad8ec0b75129 19:33:34 $ docker rm -f --volumes 32bdda58234817eee6fe91880a682487837df7504c796d2da12dad8ec0b75129 [Pipeline] // withDockerContainer [Pipeline] sh 19:33:34 + docker images 19:33:34 REPOSITORY TAG IMAGE ID CREATED SIZE 19:33:34 security-secretstore-setup latest c487d9268256 2 seconds ago 44.1MB 19:33:34 security-bootstrapper latest f9414fdf0eb8 2 seconds ago 23MB 19:33:34 security-proxy-setup latest 98310af7fede 3 seconds ago 29.2MB 19:33:34 security-proxy-auth latest f8aab9b975d4 3 seconds ago 19.4MB 19:33:34 core-common-config-bootstrapper latest e9489240bf72 3 seconds ago 18.1MB 19:33:34 core-metadata latest 03b25011d111 4 seconds ago 21.6MB 19:33:34 support-notifications latest 10a14ed53c3e 4 seconds ago 34.3MB 19:33:34 core-data latest 8e1f07fee0a7 4 seconds ago 21.2MB 19:33:34 security-spiffe-token-provider latest 9080cfeb1fa0 4 seconds ago 33.5MB 19:33:34 core-command latest 3b79f9570e4d 4 seconds ago 21MB 19:33:34 support-scheduler latest 972546f181f7 4 seconds ago 33.7MB 19:33:34 security-spire-agent latest 0c9519ef2651 About a minute ago 161MB 19:33:34 security-spire-server latest db98672916f0 About a minute ago 103MB 19:33:34 security-spire-config latest b25e40b426cf About a minute ago 102MB 19:33:34 ci-base-image-x86_64 latest e864e4117c2a 5 minutes ago 1.07GB 19:33:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 5 weeks ago 696MB 19:33:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB 19:33:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 13 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:33:43 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.333s coverage: 28.7% of statements 19:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.291s coverage: 97.0% of statements 19:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.372s coverage: 71.5% of statements 19:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.302s coverage: 54.0% of statements 19:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 23.897s coverage: 93.4% of statements 19:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.454s coverage: 3.8% of statements 19:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.596s coverage: 97.6% of statements 19:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:34:41 ok github.com/edgexfoundry/edgex-go/internal/io 0.216s coverage: 72.2% of statements 19:34:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:34:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:34:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.412s coverage: 0.9% of statements 19:34:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.264s coverage: 32.2% of statements 19:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.291s coverage: 42.9% of statements 19:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.272s coverage: 82.9% of statements 19:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.236s coverage: 94.1% of statements 19:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.271s coverage: 96.3% of statements 19:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.219s coverage: 87.5% of statements 19:35:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:35:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:35:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:35:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.215s coverage: 94.4% of statements 19:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:35:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:35:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.029s coverage: 79.9% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 17.273s coverage: 92.9% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.088s coverage: 64.4% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.219s coverage: 62.3% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.207s coverage: 87.2% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.184s coverage: 20.0% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.194s coverage: 100.0% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.484s coverage: 81.8% of statements 19:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.461s coverage: 82.1% of statements 19:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 86.0% of statements 19:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.983s coverage: 63.1% of statements 19:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.243s coverage: 100.0% of statements 19:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 89.4% of statements 19:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements 19:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements 19:35:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:35:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:35:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 19:35:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:35:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:35:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:35:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.982s coverage: 38.4% of statements 19:35:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.254s coverage: 89.5% of statements 19:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:35:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.209s coverage: 84.8% of statements 19:35:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:35:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:35:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:35:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:35:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.291s coverage: 17.7% of statements 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:36:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.596s coverage: 95.7% of statements 19:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:36:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.304s coverage: 61.8% of statements 19:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:36:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.375s coverage: 98.9% of statements 19:36:07 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:36:07 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:36:07 go vet ./... 19:38:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:38:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:38:44 ./bin/test-attribution-txt.sh 19:38:44 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 19:38:44 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 19:38:44 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 19:38:44 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 19:38:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:38:44 + ls -al . 19:38:44 total 724 19:38:44 drwxrwxr-x 11 1001 1001 4096 Aug 22 19:31 . 19:38:44 drwxr-xr-x 4 root root 4096 Aug 22 19:30 .. 19:38:44 drwxrwxr-x 2 1001 1001 4096 Aug 22 19:29 .blubracket 19:38:44 -rw-rw-r-- 1 1001 1001 16 Aug 22 19:29 .dockerignore 19:38:44 drwxrwxr-x 8 1001 1001 4096 Aug 22 19:29 .git 19:38:44 drwxrwxr-x 3 1001 1001 4096 Aug 22 19:29 .github 19:38:44 -rw-rw-r-- 1 1001 1001 1173 Aug 22 19:29 .gitignore 19:38:44 -rw-rw-r-- 1 1001 1001 42 Aug 22 19:29 .golangci.yml 19:38:44 -rw-rw-r-- 1 1001 1001 87 Aug 22 19:29 .hadolint.yml 19:38:44 -rw-rw-r-- 1 1001 1001 166 Aug 22 19:29 .sonarcloud.properties 19:38:44 -rw-rw-r-- 1 1001 1001 1171 Aug 22 19:29 ADOPTERS.md 19:38:44 -rw-rw-r-- 1 1001 1001 11152 Aug 22 19:29 Attribution.txt 19:38:44 -rw-rw-r-- 1 1001 1001 93407 Aug 22 19:29 CHANGELOG.md 19:38:44 -rw-rw-r-- 1 1001 1001 3804 Aug 22 19:29 CONTRIBUTING.md 19:38:44 -rw-rw-r-- 1 1001 1001 677 Aug 22 19:29 GOVERNANCE.md 19:38:44 -rw-rw-r-- 1 1001 1001 883 Aug 22 19:29 Jenkinsfile 19:38:44 -rw-rw-r-- 1 1001 1001 10775 Aug 22 19:29 LICENSE 19:38:44 -rw-rw-r-- 1 1001 1001 14764 Aug 22 19:29 Makefile 19:38:44 -rw-rw-r-- 1 1001 1001 582 Aug 22 19:29 OWNERS.md 19:38:44 -rw-rw-r-- 1 1001 1001 9923 Aug 22 19:29 README.md 19:38:44 -rw-rw-r-- 1 1001 1001 789 Aug 22 19:29 SECURITY.md 19:38:44 -rw-rw-r-- 1 1001 1001 5 Aug 22 19:27 VERSION 19:38:44 drwxrwxr-x 2 1001 1001 4096 Aug 22 19:29 bin 19:38:44 drwxrwxr-x 18 1001 1001 4096 Aug 22 19:29 cmd 19:38:44 -rw-r--r-- 1 root root 446998 Aug 22 19:36 coverage.out 19:38:44 drwxrwxr-x 2 1001 1001 4096 Aug 22 19:29 fuzz_test 19:38:44 -rw-rw-r-- 1 1001 1001 3687 Aug 22 19:29 go.mod 19:38:44 -rw-rw-r-- 1 1001 1001 33714 Aug 22 19:29 go.sum 19:38:44 drwxrwxr-x 7 1001 1001 4096 Aug 22 19:29 internal 19:38:44 drwxrwxr-x 3 1001 1001 4096 Aug 22 19:29 openapi 19:38:44 -rw-rw-r-- 1 1001 1001 594 Aug 22 19:29 security.txt 19:38:44 drwxrwxr-x 4 1001 1001 4096 Aug 22 19:29 snap 19:38:44 -rw-rw-r-- 1 1001 1001 204 Aug 22 19:29 version.go [Pipeline] sh 19:38:45 + '[' -e coverage.out ] 19:38:45 + chown 1001:1001 coverage.out [Pipeline] stash 19:38:45 Warning: overwriting stash ‘coverage-report’ 19:38:46 Stashed 1 file(s) [Pipeline] sh 19:38:46 + make build 19:38:46 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 19:40:23 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 19:40:26 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 19:40:32 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 19:40: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 19:41:15 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 19:41:20 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 19:41:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:41:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:41:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:41:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:41: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:41:53 $ docker stop --time=1 32b017efb2acad2141cf16e2dfaba1d6e400bc846e81f52fac410940ade0f53f 19:41:55 $ docker rm -f --volumes 32b017efb2acad2141cf16e2dfaba1d6e400bc846e81f52fac410940ade0f53f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:41:57 19:41:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:41:58 latest: Pulling from edgex-devops/edgex-compose-arm64 19:41:58 547446be3368: Pulling fs layer 19:41:58 d125d8839a47: Pulling fs layer 19:41:58 3e85d5ac6304: Pulling fs layer 19:41:58 c3105a71a48b: Pulling fs layer 19:41:58 0f093f025ec4: Pulling fs layer 19:41:58 c3106fc0e877: Pulling fs layer 19:41:58 c3105a71a48b: Waiting 19:41:58 0f093f025ec4: Waiting 19:41:58 c3106fc0e877: Waiting 19:41:58 547446be3368: Verifying Checksum 19:41:58 547446be3368: Download complete 19:41:58 c3105a71a48b: Verifying Checksum 19:41:58 c3105a71a48b: Download complete 19:41:58 d125d8839a47: Verifying Checksum 19:41:58 d125d8839a47: Download complete 19:41:59 c3106fc0e877: Verifying Checksum 19:41:59 c3106fc0e877: Download complete 19:41:59 0f093f025ec4: Verifying Checksum 19:41:59 0f093f025ec4: Download complete 19:41:59 547446be3368: Pull complete 19:42:00 d125d8839a47: Pull complete 19:42:00 3e85d5ac6304: Download complete 19:42:09 3e85d5ac6304: Pull complete 19:42:09 c3105a71a48b: Pull complete 19:42:09 0f093f025ec4: Pull complete 19:42:10 c3106fc0e877: Pull complete 19:42:10 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 19:42:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:42:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:42:10 prd-ubuntu20.04-docker-arm64-4c-16g-4290 does not seem to be running inside a container 19:42:10 $ 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 19:42:12 $ docker top a259962d17d5d452e68093d1d88860fab117941088169c1d7c1c8ec2c396b5e9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:42:13 + docker compose -f ./docker-compose-build.yml build --parallel 19:42:21 #1 [security-bootstrapper internal] load build definition from Dockerfile 19:42:21 #1 transferring dockerfile: 2.82kB done 19:42:21 #1 DONE 0.1s 19:42:22 19:42:22 #2 [core-command internal] load build definition from Dockerfile 19:42:22 #2 transferring dockerfile: 1.82kB done 19:42:22 #2 DONE 0.0s 19:42:22 19:42:22 #3 [security-spire-server internal] load build definition from Dockerfile 19:42:22 #3 transferring dockerfile: 2.63kB 0.0s done 19:42:22 #3 DONE 0.1s 19:42:22 19:42:22 #4 [security-proxy-setup internal] load build definition from Dockerfile 19:42:22 #4 transferring dockerfile: 2.39kB 0.0s done 19:42:22 #4 DONE 0.1s 19:42:22 19:42:22 #5 [security-proxy-auth internal] load build definition from Dockerfile 19:42:22 #5 transferring dockerfile: 2.04kB done 19:42:22 #5 DONE 0.1s 19:42:22 19:42:22 #6 [security-secretstore-setup internal] load build definition from Dockerfile 19:42:22 #6 transferring dockerfile: 2.38kB done 19:42:22 #6 DONE 0.1s 19:42:22 19:42:22 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:42:22 #7 transferring dockerfile: 1.78kB done 19:42:22 #7 DONE 0.1s 19:42:22 19:42:22 #8 [security-spire-agent internal] load build definition from Dockerfile 19:42:22 #8 transferring dockerfile: 2.68kB done 19:42:22 #8 DONE 0.1s 19:42:22 19:42:22 #9 [security-spire-config internal] load build definition from Dockerfile 19:42:22 #9 transferring dockerfile: 2.58kB 0.0s done 19:42:22 #9 DONE 0.1s 19:42:22 19:42:22 #10 [core-data internal] load build definition from Dockerfile 19:42:22 #10 transferring dockerfile: 1.90kB done 19:42:22 #10 DONE 0.1s 19:42:22 19:42:22 #11 [core-metadata internal] load build definition from Dockerfile 19:42:22 #11 transferring dockerfile: 1.96kB done 19:42:22 #11 DONE 0.1s 19:42:22 19:42:22 #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:42:22 #12 transferring dockerfile: 2.12kB done 19:42:22 #12 DONE 0.1s 19:42:22 19:42:22 #13 [support-notifications internal] load build definition from Dockerfile 19:42:22 #13 transferring dockerfile: 1.84kB 0.0s done 19:42:22 #13 DONE 0.1s 19:42:22 19:42:22 #14 [support-scheduler internal] load build definition from Dockerfile 19:42:22 #14 transferring dockerfile: 1.82kB done 19:42:22 #14 DONE 0.1s 19:42:22 19:42:22 #15 [security-bootstrapper internal] load .dockerignore 19:42:22 #15 transferring context: 32B 19:42:22 #15 transferring context: 56B 0.0s done 19:42:22 #15 DONE 0.1s 19:42:23 19:42:23 #16 [core-command internal] load .dockerignore 19:42:23 #16 transferring context: 56B done 19:42:23 #16 DONE 0.0s 19:42:23 19:42:23 #17 [security-spire-server internal] load .dockerignore 19:42:23 #17 transferring context: 56B done 19:42:23 #17 DONE 0.0s 19:42:23 19:42:23 #18 [security-proxy-setup internal] load .dockerignore 19:42:23 #18 transferring context: 56B done 19:42:23 #18 DONE 0.0s 19:42:23 19:42:23 #19 [security-proxy-auth internal] load .dockerignore 19:42:23 #19 transferring context: 56B done 19:42:23 #19 DONE 0.1s 19:42:23 19:42:23 #20 [security-secretstore-setup internal] load .dockerignore 19:42:23 #20 transferring context: 56B done 19:42:23 #20 DONE 0.1s 19:42:23 19:42:23 #21 [security-spiffe-token-provider internal] load .dockerignore 19:42:23 #21 transferring context: 56B done 19:42:23 #21 DONE 0.1s 19:42:23 19:42:23 #22 [security-spire-agent internal] load .dockerignore 19:42:23 #22 transferring context: 56B 0.0s done 19:42:23 #22 DONE 0.1s 19:42:23 19:42:23 #23 [security-spire-config internal] load .dockerignore 19:42:23 #23 transferring context: 56B done 19:42:23 #23 DONE 0.1s 19:42:23 19:42:23 #24 [core-data internal] load .dockerignore 19:42:23 #24 transferring context: 56B 0.0s done 19:42:23 #24 DONE 0.1s 19:42:23 19:42:23 #25 [core-metadata internal] load .dockerignore 19:42:23 #25 transferring context: 56B done 19:42:23 #25 DONE 0.1s 19:42:23 19:42:23 #26 [core-common-config-bootstrapper internal] load .dockerignore 19:42:23 #26 transferring context: 56B 0.0s done 19:42:23 #26 DONE 0.1s 19:42:23 19:42:23 #27 [support-notifications internal] load .dockerignore 19:42:24 #27 ... 19:42:24 19:42:24 #28 [support-scheduler internal] load .dockerignore 19:42:24 #28 transferring context: 56B done 19:42:24 #28 DONE 0.1s 19:42:24 19:42:24 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:24 #29 DONE 0.0s 19:42:24 19:42:24 #27 [support-notifications internal] load .dockerignore 19:42:24 #27 transferring context: 56B done 19:42:24 #27 ... 19:42:24 19:42:24 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 19:42:24 #30 DONE 0.1s 19:42:24 19:42:24 #31 [security-bootstrapper stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:42:24 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:42:24 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.05MB / 3.26MB 0.1s 19:42:24 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:42:24 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:42:24 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:42:24 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s 19:42:24 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 19:42:24 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:42:25 #31 ... 19:42:25 19:42:25 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:25 #29 DONE 0.0s 19:42:25 19:42:25 #32 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:42:25 #32 DONE 0.8s 19:42:25 19:42:25 #31 [security-bootstrapper stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:42:25 #31 ... 19:42:25 19:42:25 #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:25 #29 DONE 0.0s 19:42:25 19:42:25 #32 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:42:25 #32 DONE 1.4s 19:42:25 19:42:25 #31 [core-command stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:42:25 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:42:25 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:42:25 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:42:25 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:42:25 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:42:25 #31 ... 19:42:25 19:42:25 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:25 #29 DONE 0.0s 19:42:25 19:42:25 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 19:42:25 #30 DONE 0.3s 19:42:25 19:42:25 #32 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:42:25 #32 DONE 1.5s 19:42:25 19:42:25 #33 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 19:42:25 #33 DONE 0.6s 19:42:25 19:42:25 #31 [security-proxy-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:42:25 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:42:25 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:42:25 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:42:25 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:42:25 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:42:25 #31 ... 19:42:25 19:42:25 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:25 #29 DONE 0.0s 19:42:25 19:42:25 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:25 #29 DONE 0.0s 19:42:25 19:42:25 #31 [security-proxy-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:42:25 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done 19:42:25 #31 ... 19:42:25 19:42:25 #32 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:42:25 #32 DONE 1.5s 19:42:25 19:42:25 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:25 #29 DONE 0.0s 19:42:25 19:42:25 #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 19:42:25 #33 DONE 0.6s 19:42:25 19:42:25 #31 [security-proxy-auth stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:42:25 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:42:25 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:42:25 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:42:25 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:42:25 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:42:25 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done 19:42:26 #31 ... 19:42:26 19:42:26 #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:26 #29 DONE 0.0s 19:42:26 19:42:26 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 19:42:26 #30 DONE 0.9s 19:42:26 19:42:26 #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:42:26 #32 DONE 1.5s 19:42:26 19:42:26 #33 [security-spire-agent builder 2/7] WORKDIR /edgex-go 19:42:26 #33 DONE 0.6s 19:42:26 19:42:26 #31 [security-spire-agent stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:42:26 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:42:26 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:42:26 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:42:26 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:42:26 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:42:26 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done 19:42:26 #31 ... 19:42:26 19:42:26 #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:26 #29 DONE 0.0s 19:42:26 19:42:26 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:26 #29 DONE 0.0s 19:42:26 19:42:26 #34 [security-spire-agent internal] load build context 19:42:26 #34 ... 19:42:26 19:42:26 #32 [security-spire-config builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:42:26 #32 DONE 1.5s 19:42:26 19:42:26 #33 [security-spire-config builder 2/7] WORKDIR /edgex-go 19:42:26 #33 DONE 0.6s 19:42:26 19:42:26 #34 [security-spire-agent internal] load build context 19:42:26 #34 ... 19:42:26 19:42:26 #32 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:42:26 #32 DONE 1.5s 19:42:26 19:42:26 #33 [core-data builder 2/7] WORKDIR /edgex-go 19:42:26 #33 DONE 0.6s 19:42:26 19:42:26 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:26 #29 DONE 0.0s 19:42:26 19:42:26 #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 19:42:26 #30 DONE 1.2s 19:42:26 19:42:26 #35 [core-metadata internal] load build context 19:42:26 #35 DONE 0.0s 19:42:26 19:42:26 #31 [security-secretstore-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:42:26 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:42:26 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:42:26 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:42:26 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:42:26 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:42:26 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done 19:42:26 #31 DONE 3.3s 19:42:26 19:42:26 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:26 #29 DONE 0.0s 19:42:26 19:42:26 #36 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:42:27 #36 ... 19:42:27 19:42:27 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:27 #29 DONE 0.0s 19:42:27 19:42:27 #34 [security-spire-agent internal] load build context 19:42:27 #34 ... 19:42:27 19:42:27 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:42:27 #29 DONE 0.0s 19:42:27 19:42:27 #34 [security-spire-agent internal] load build context 19:42:28 #34 ... 19:42:28 19:42:28 #32 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:42:28 #32 DONE 1.6s 19:42:28 19:42:28 #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 19:42:28 #33 DONE 0.7s 19:42:28 19:42:28 #31 [core-common-config-bootstrapper stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:42:28 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:42:28 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:42:28 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:42:28 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:42:28 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:42:28 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done 19:42:28 #31 DONE 3.4s 19:42:28 19:42:28 #37 [support-scheduler internal] load build context 19:42:28 #37 DONE 0.0s 19:42:28 19:42:28 #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 19:42:28 #30 DONE 2.4s 19:42:28 19:42:28 #34 [security-spire-agent internal] load build context 19:42:28 #34 ... 19:42:28 19:42:28 #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:42:28 #32 DONE 1.6s 19:42:28 19:42:28 #33 [support-notifications builder 2/7] WORKDIR /edgex-go 19:42:28 #33 DONE 0.7s 19:42:28 19:42:28 #31 [support-notifications stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:42:28 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:42:28 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:42:28 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:42:28 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:42:28 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:42:28 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done 19:42:28 #31 DONE 3.4s 19:42:28 19:42:28 #38 [support-notifications internal] load build context 19:42:28 #38 DONE 0.0s 19:42:28 19:42:28 #34 [security-spire-agent internal] load build context 19:42:29 #34 transferring context: 7.79MB 2.8s 19:42:34 #34 ... 19:42:34 19:42:34 #39 [security-bootstrapper internal] load build context 19:42:34 #39 transferring context: 49.31MB 9.4s 19:42:34 #39 ... 19:42:34 19:42:34 #36 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:42:34 #36 7.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:35 #36 ... 19:42:35 19:42:35 #40 [core-command internal] load build context 19:42:35 #40 ... 19:42:35 19:42:35 #41 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:42:35 #0 6.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:35 #0 7.096 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:35 #41 ... 19:42:35 19:42:35 #42 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 19:42:35 #0 5.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:35 #0 6.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:35 #0 10.14 OK: 263 MiB in 53 packages 19:42:35 #42 ... 19:42:35 19:42:35 #43 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl 19:42:35 #0 6.543 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:35 #0 8.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:35 #43 ... 19:42:35 19:42:35 #44 [security-spire-server internal] load build context 19:42:36 #44 ... 19:42:36 19:42:36 #45 [security-proxy-setup internal] load build context 19:42:36 #45 ... 19:42:36 19:42:36 #46 [security-proxy-auth internal] load build context 19:42:36 #46 ... 19:42:36 19:42:36 #47 [security-secretstore-setup internal] load build context 19:42:36 #47 ... 19:42:36 19:42:36 #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:42:36 #0 7.936 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:36 #0 9.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:36 #48 ... 19:42:36 19:42:36 #49 [security-spiffe-token-provider internal] load build context 19:42:36 #49 ... 19:42:36 19:42:36 #50 [security-spire-config internal] load build context 19:42:36 #50 ... 19:42:36 19:42:36 #49 [security-spiffe-token-provider internal] load build context 19:42:36 #49 ... 19:42:36 19:42:36 #35 [core-metadata internal] load build context 19:42:36 #35 ... 19:42:36 19:42:36 #51 [core-data internal] load build context 19:42:37 #51 ... 19:42:37 19:42:37 #49 [security-spiffe-token-provider internal] load build context 19:42:37 #49 ... 19:42:37 19:42:37 #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:42:37 #0 8.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:37 #52 ... 19:42:37 19:42:37 #53 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:42:37 #53 ... 19:42:37 19:42:37 #41 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:42:37 #41 10.38 OK: 263 MiB in 53 packages 19:42:37 #41 DONE 12.3s 19:42:37 19:42:37 #42 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:42:37 #42 DONE 12.7s 19:42:37 19:42:37 #54 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:42:37 #54 ... 19:42:37 19:42:37 #55 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:42:37 #55 ... 19:42:37 19:42:37 #56 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:42:37 #56 ... 19:42:37 19:42:37 #57 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:42:38 #57 ... 19:42:38 19:42:38 #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:42:38 #58 ... 19:42:38 19:42:38 #59 [core-common-config-bootstrapper internal] load build context 19:42:38 #59 ... 19:42:38 19:42:38 #37 [support-scheduler internal] load build context 19:42:38 #37 ... 19:42:38 19:42:38 #50 [security-spire-config internal] load build context 19:42:38 #50 ... 19:42:38 19:42:38 #38 [support-notifications internal] load build context 19:42:38 #38 ... 19:42:38 19:42:38 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:42:38 #60 ... 19:42:38 19:42:38 #59 [core-common-config-bootstrapper internal] load build context 19:42:39 #59 ... 19:42:39 19:42:39 #43 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 19:42:39 #43 12.50 OK: 263 MiB in 53 packages 19:42:39 #43 DONE 13.7s 19:42:39 19:42:39 #59 [core-common-config-bootstrapper internal] load build context 19:42:39 #59 transferring context: 2.87MB 9.3s 19:42:40 #59 ... 19:42:40 19:42:40 #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:42:40 #61 ... 19:42:40 19:42:40 #59 [core-common-config-bootstrapper internal] load build context 19:42:43 #59 ... 19:42:43 19:42:43 #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:42:43 #52 10.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:43 #52 14.02 (1/1) Installing dumb-init (1.2.5-r2) 19:42:43 #52 14.07 Executing busybox-1.35.0-r29.trigger 19:42:43 #52 14.35 OK: 8 MiB in 16 packages 19:42:43 #52 DONE 15.5s 19:42:43 19:42:43 #59 [core-common-config-bootstrapper internal] load build context 19:42:44 #59 ... 19:42:44 19:42:44 #34 [security-spire-agent internal] load build context 19:42:44 #34 ... 19:42:44 19:42:44 #59 [core-common-config-bootstrapper internal] load build context 19:42:44 #59 transferring context: 9.43MB 14.5s 19:42:44 #59 ... 19:42:44 19:42:44 #39 [security-bootstrapper internal] load build context 19:42:44 #39 ... 19:42:44 19:42:44 #59 [core-common-config-bootstrapper internal] load build context 19:42:45 #59 ... 19:42:45 19:42:45 #40 [core-command internal] load build context 19:42:45 #40 ... 19:42:45 19:42:45 #59 [core-common-config-bootstrapper internal] load build context 19:42:46 #59 ... 19:42:46 19:42:46 #44 [security-spire-server internal] load build context 19:42:46 #44 ... 19:42:46 19:42:46 #59 [core-common-config-bootstrapper internal] load build context 19:42:46 #59 ... 19:42:46 19:42:46 #46 [security-proxy-auth internal] load build context 19:42:46 #46 ... 19:42:46 19:42:46 #39 [security-bootstrapper internal] load build context 19:42:46 #39 ... 19:42:46 19:42:46 #47 [security-secretstore-setup internal] load build context 19:42:46 #47 ... 19:42:46 19:42:46 #45 [security-proxy-setup internal] load build context 19:42:46 #45 ... 19:42:46 19:42:46 #36 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:42:46 #36 9.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:46 #36 12.96 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:42:46 #36 12.96 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:42:46 #36 12.96 OK: 17689 distinct packages available 19:42:46 #36 13.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:46 #36 16.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:47 #36 ... 19:42:47 19:42:47 #35 [core-metadata internal] load build context 19:42:47 #35 ... 19:42:47 19:42:47 #51 [core-data internal] load build context 19:42:47 #51 ... 19:42:47 19:42:47 #35 [core-metadata internal] load build context 19:42:47 #35 ... 19:42:47 19:42:47 #49 [security-spiffe-token-provider internal] load build context 19:42:47 #49 ... 19:42:47 19:42:47 #35 [core-metadata internal] load build context 19:42:48 #35 ... 19:42:48 19:42:48 #53 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:42:48 #53 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:48 #53 13.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:48 #53 19.54 (1/2) Installing dumb-init (1.2.5-r2) 19:42:48 #53 19.61 (2/2) Installing su-exec (0.2-r2) 19:42:48 #53 19.62 Executing busybox-1.35.0-r29.trigger 19:42:48 #53 20.01 OK: 8 MiB in 17 packages 19:42:48 #53 ... 19:42:48 19:42:48 #37 [support-scheduler internal] load build context 19:42:48 #37 ... 19:42:48 19:42:48 #35 [core-metadata internal] load build context 19:42:48 #35 ... 19:42:48 19:42:48 #50 [security-spire-config internal] load build context 19:42:48 #50 ... 19:42:48 19:42:48 #37 [support-scheduler internal] load build context 19:42:48 #37 ... 19:42:48 19:42:48 #53 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:42:48 #53 DONE 21.5s 19:42:48 19:42:48 #37 [support-scheduler internal] load build context 19:42:48 #37 ... 19:42:48 19:42:48 #38 [support-notifications internal] load build context 19:42:49 #38 ... 19:42:49 19:42:49 #35 [core-metadata internal] load build context 19:42:49 #35 ... 19:42:49 19:42:49 #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:42:49 #48 13.30 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:42:49 #48 13.30 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:42:49 #48 13.30 OK: 17694 distinct packages available 19:42:49 #48 13.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:49 #48 16.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:49 #48 23.01 OK: 263 MiB in 53 packages 19:42:49 #48 ... 19:42:49 19:42:49 #35 [core-metadata internal] load build context 19:42:49 #35 transferring context: 39.34MB 22.8s 19:42:50 #35 ... 19:42:50 19:42:50 #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:42:50 #61 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:50 #61 12.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:50 #61 19.46 (1/2) Installing ca-certificates (20230506-r0) 19:42:50 #61 19.97 (2/2) Installing dumb-init (1.2.5-r2) 19:42:50 #61 19.97 Executing busybox-1.35.0-r29.trigger 19:42:50 #61 20.13 Executing ca-certificates-20230506-r0.trigger 19:42:50 #61 ... 19:42:50 19:42:50 #35 [core-metadata internal] load build context 19:42:50 #35 ... 19:42:50 19:42:50 #54 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:42:50 #54 13.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:50 #54 16.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:50 #54 22.96 (1/1) Installing dumb-init (1.2.5-r2) 19:42:50 #54 22.96 Executing busybox-1.35.0-r29.trigger 19:42:50 #54 22.96 OK: 8 MiB in 16 packages 19:42:51 #54 ... 19:42:51 19:42:51 #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:42:51 #48 DONE 24.7s 19:42:51 19:42:51 #36 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:42:51 #36 23.84 (1/4) Installing dumb-init (1.2.5-r2) 19:42:51 #36 23.88 (2/4) Installing musl-obstack (1.2.3-r0) 19:42:51 #36 24.07 (3/4) Installing libucontext (1.2-r0) 19:42:51 #36 24.11 (4/4) Installing gcompat (1.1.0-r0) 19:42:51 #36 24.23 Executing busybox-1.35.0-r29.trigger 19:42:51 #36 24.67 OK: 8 MiB in 19 packages 19:42:51 #36 ... 19:42:51 19:42:51 #57 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:42:51 #57 14.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:51 #57 16.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:51 #57 22.76 (1/4) Installing dumb-init (1.2.5-r2) 19:42:51 #57 22.85 (2/4) Installing openssl (3.0.10-r0) 19:42:51 #57 22.94 (3/4) Installing su-exec (0.2-r2) 19:42:51 #57 22.94 (4/4) Installing yq (4.30.4-r4) 19:42:51 #57 ... 19:42:51 19:42:51 #46 [security-proxy-auth internal] load build context 19:42:52 #46 ... 19:42:52 19:42:52 #57 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:42:52 #57 24.67 Executing busybox-1.35.0-r29.trigger 19:42:52 #57 24.95 OK: 17 MiB in 19 packages 19:42:53 #57 ... 19:42:53 19:42:53 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:42:53 #60 14.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:53 #60 17.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:53 #60 22.40 OK: 263 MiB in 53 packages 19:42:53 #60 ... 19:42:53 19:42:53 #46 [security-proxy-auth internal] load build context 19:42:53 #46 ... 19:42:53 19:42:53 #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:42:53 #58 15.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:53 #58 18.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:53 #58 ... 19:42:53 19:42:53 #38 [support-notifications internal] load build context 19:42:53 #38 ... 19:42:53 19:42:53 #56 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:42:53 #56 16.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:53 #56 19.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:53 #56 25.91 (1/4) Installing ca-certificates (20230506-r0) 19:42:53 #56 ... 19:42:53 19:42:53 #38 [support-notifications internal] load build context 19:42:54 #38 ... 19:42:54 19:42:54 #34 [security-spire-agent internal] load build context 19:42:54 #34 ... 19:42:54 19:42:54 #38 [support-notifications internal] load build context 19:42:55 #38 transferring context: 33.88MB 23.7s 19:42:55 #38 ... 19:42:55 19:42:55 #55 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:42:55 #55 17.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:55 #55 21.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:55 #55 26.91 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:42:55 #55 26.91 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:42:55 #55 26.91 OK: 17689 distinct packages available 19:42:55 #55 27.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:55 #55 ... 19:42:55 19:42:55 #54 [core-metadata stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:42:55 #54 DONE 28.1s 19:42:55 19:42:55 #34 [security-spire-agent internal] load build context 19:42:55 #34 ... 19:42:55 19:42:55 #40 [core-command internal] load build context 19:42:55 #40 ... 19:42:55 19:42:55 #34 [security-spire-agent internal] load build context 19:42:56 #34 ... 19:42:56 19:42:56 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:42:56 #60 DONE 27.4s 19:42:56 19:42:56 #34 [security-spire-agent internal] load build context 19:42:56 #34 ... 19:42:56 19:42:56 #44 [security-spire-server internal] load build context 19:42:56 #44 ... 19:42:56 19:42:56 #59 [core-common-config-bootstrapper internal] load build context 19:42:56 #59 ... 19:42:56 19:42:56 #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:42:56 #61 22.69 OK: 8 MiB in 17 packages 19:42:56 #61 DONE 26.2s 19:42:56 19:42:56 #59 [core-common-config-bootstrapper internal] load build context 19:42:56 #59 ... 19:42:56 19:42:56 #34 [security-spire-agent internal] load build context 19:42:56 #34 ... 19:42:56 19:42:56 #39 [security-bootstrapper internal] load build context 19:42:56 #39 ... 19:42:56 19:42:56 #47 [security-secretstore-setup internal] load build context 19:42:57 #47 ... 19:42:57 19:42:57 #45 [security-proxy-setup internal] load build context 19:42:57 #45 ... 19:42:57 19:42:57 #57 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:42:57 #57 DONE 29.7s 19:42:57 19:42:57 #34 [security-spire-agent internal] load build context 19:42:57 #34 ... 19:42:57 19:42:57 #36 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:42:57 #36 DONE 30.4s 19:42:57 19:42:57 #56 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:42:57 #56 26.33 (2/4) Installing dumb-init (1.2.5-r2) 19:42:57 #56 26.33 (3/4) Installing su-exec (0.2-r2) 19:42:57 #56 26.33 (4/4) Installing yq (4.30.4-r4) 19:42:57 #56 26.78 Executing busybox-1.35.0-r29.trigger 19:42:57 #56 26.87 Executing ca-certificates-20230506-r0.trigger 19:42:57 #56 27.61 OK: 17 MiB in 19 packages 19:42:57 #56 DONE 29.9s 19:42:57 19:42:57 #34 [security-spire-agent internal] load build context 19:42:57 #34 ... 19:42:57 19:42:57 #51 [core-data internal] load build context 19:42:57 #51 ... 19:42:57 19:42:57 #34 [security-spire-agent internal] load build context 19:42:57 #34 ... 19:42:57 19:42:57 #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:42:57 #62 DONE 8.6s 19:42:57 19:42:57 #45 [security-proxy-setup internal] load build context 19:42:58 #45 ... 19:42:58 19:42:58 #49 [security-spiffe-token-provider internal] load build context 19:42:58 #49 ... 19:42:58 19:42:58 #45 [security-proxy-setup internal] load build context 19:42:59 #45 ... 19:42:59 19:42:59 #55 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:42:59 #55 28.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:59 #55 30.09 (1/5) Installing dumb-init (1.2.5-r2) 19:42:59 #55 30.10 (2/5) Installing musl-obstack (1.2.3-r0) 19:42:59 #55 30.11 (3/5) Installing libucontext (1.2-r0) 19:42:59 #55 30.13 (4/5) Installing gcompat (1.1.0-r0) 19:42:59 #55 30.16 (5/5) Installing openssl (3.0.10-r0) 19:42:59 #55 30.21 Executing busybox-1.35.0-r29.trigger 19:42:59 #55 30.32 OK: 9 MiB in 20 packages 19:42:59 #55 DONE 31.3s 19:42:59 19:42:59 #45 [security-proxy-setup internal] load build context 19:42:59 #45 ... 19:42:59 19:42:59 #50 [security-spire-config internal] load build context 19:42:59 #50 ... 19:42:59 19:42:59 #45 [security-proxy-setup internal] load build context 19:42:59 #45 ... 19:42:59 19:42:59 #63 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 19:42:59 #63 DONE 1.8s 19:42:59 19:42:59 #45 [security-proxy-setup internal] load build context 19:42:59 #45 ... 19:42:59 19:42:59 #37 [support-scheduler internal] load build context 19:42:59 #37 ... 19:42:59 19:42:59 #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:42:59 #58 26.21 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:42:59 #58 26.21 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:42:59 #58 26.21 OK: 17689 distinct packages available 19:42:59 #58 26.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:59 #58 27.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:59 #58 29.90 (1/9) Installing ca-certificates (20230506-r0) 19:42:59 #58 30.03 (2/9) Installing brotli-libs (1.0.9-r9) 19:42:59 #58 30.07 (3/9) Installing nghttp2-libs (1.51.0-r1) 19:42:59 #58 30.12 (4/9) Installing libcurl (8.2.1-r0) 19:42:59 #58 30.18 (5/9) Installing curl (8.2.1-r0) 19:42:59 #58 30.18 (6/9) Installing dumb-init (1.2.5-r2) 19:42:59 #58 30.18 (7/9) Installing musl-obstack (1.2.3-r0) 19:42:59 #58 30.18 (8/9) Installing libucontext (1.2-r0) 19:42:59 #58 30.19 (9/9) Installing gcompat (1.1.0-r0) 19:42:59 #58 30.23 Executing busybox-1.35.0-r29.trigger 19:42:59 #58 30.35 Executing ca-certificates-20230506-r0.trigger 19:42:59 #58 30.97 OK: 11 MiB in 24 packages 19:42:59 #58 DONE 31.7s 19:42:59 19:42:59 #37 [support-scheduler internal] load build context 19:42:59 #37 ... 19:42:59 19:42:59 #50 [security-spire-config internal] load build context 19:42:59 #50 ... 19:42:59 19:42:59 #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 19:42:59 #64 DONE 2.1s 19:42:59 19:42:59 #50 [security-spire-config internal] load build context 19:43:00 #50 transferring context: 58.05MB 33.2s 19:43:01 #50 ... 19:43:01 19:43:01 #35 [core-metadata internal] load build context 19:43:01 #35 ... 19:43:01 19:43:01 #50 [security-spire-config internal] load build context 19:43:03 #50 ... 19:43:03 19:43:03 #46 [security-proxy-auth internal] load build context 19:43:03 #46 ... 19:43:03 19:43:03 #50 [security-spire-config internal] load build context 19:43:05 #50 transferring context: 87.61MB 38.3s 19:43:05 #50 ... 19:43:05 19:43:05 #38 [support-notifications internal] load build context 19:43:05 #38 ... 19:43:05 19:43:05 #50 [security-spire-config internal] load build context 19:43:06 #50 ... 19:43:06 19:43:06 #40 [core-command internal] load build context 19:43:06 #40 ... 19:43:06 19:43:06 #50 [security-spire-config internal] load build context 19:43:06 #50 ... 19:43:06 19:43:06 #44 [security-spire-server internal] load build context 19:43:06 #44 ... 19:43:06 19:43:06 #59 [core-common-config-bootstrapper internal] load build context 19:43:06 #59 ... 19:43:06 19:43:06 #44 [security-spire-server internal] load build context 19:43:07 #44 ... 19:43:07 19:43:07 #39 [security-bootstrapper internal] load build context 19:43:07 #39 ... 19:43:07 19:43:07 #47 [security-secretstore-setup internal] load build context 19:43:07 #47 ... 19:43:07 19:43:07 #39 [security-bootstrapper internal] load build context 19:43:07 #39 ... 19:43:07 19:43:07 #51 [core-data internal] load build context 19:43:07 #51 ... 19:43:07 19:43:07 #39 [security-bootstrapper internal] load build context 19:43:07 #39 ... 19:43:07 19:43:07 #34 [security-spire-agent internal] load build context 19:43:07 #34 ... 19:43:07 19:43:07 #44 [security-spire-server internal] load build context 19:43:08 #44 ... 19:43:08 19:43:08 #49 [security-spiffe-token-provider internal] load build context 19:43:08 #49 ... 19:43:08 19:43:08 #34 [security-spire-agent internal] load build context 19:43:09 #34 ... 19:43:09 19:43:09 #45 [security-proxy-setup internal] load build context 19:43:09 #45 ... 19:43:09 19:43:09 #34 [security-spire-agent internal] load build context 19:43:09 #34 ... 19:43:09 19:43:09 #37 [support-scheduler internal] load build context 19:43:09 #37 ... 19:43:09 19:43:09 #34 [security-spire-agent internal] load build context 19:43:10 #34 transferring context: 126.14MB 43.9s 19:43:11 #34 ... 19:43:11 19:43:11 #35 [core-metadata internal] load build context 19:43:11 #35 ... 19:43:11 19:43:11 #34 [security-spire-agent internal] load build context 19:43:13 #34 ... 19:43:13 19:43:13 #46 [security-proxy-auth internal] load build context 19:43:13 #46 ... 19:43:13 19:43:13 #34 [security-spire-agent internal] load build context 19:43:15 #34 transferring context: 155.51MB 48.9s 19:43:15 #34 ... 19:43:15 19:43:15 #39 [security-bootstrapper internal] load build context 19:43:15 #39 transferring context: 188.27MB 51.0s done 19:43:15 #39 DONE 51.2s 19:43:15 19:43:15 #34 [security-spire-agent internal] load build context 19:43:15 #34 ... 19:43:15 19:43:15 #38 [support-notifications internal] load build context 19:43:15 #38 ... 19:43:15 19:43:15 #34 [security-spire-agent internal] load build context 19:43:16 #34 ... 19:43:16 19:43:16 #40 [core-command internal] load build context 19:43:16 #40 ... 19:43:16 19:43:16 #34 [security-spire-agent internal] load build context 19:43:17 #34 ... 19:43:17 19:43:17 #50 [security-spire-config internal] load build context 19:43:17 #50 ... 19:43:17 19:43:17 #34 [security-spire-agent internal] load build context 19:43:17 #34 ... 19:43:17 19:43:17 #59 [core-common-config-bootstrapper internal] load build context 19:43:17 #59 ... 19:43:17 19:43:17 #34 [security-spire-agent internal] load build context 19:43:17 #34 ... 19:43:17 19:43:17 #47 [security-secretstore-setup internal] load build context 19:43:17 #47 ... 19:43:17 19:43:17 #34 [security-spire-agent internal] load build context 19:43:17 #34 ... 19:43:17 19:43:17 #51 [core-data internal] load build context 19:43:18 #51 ... 19:43:18 19:43:18 #34 [security-spire-agent internal] load build context 19:43:18 #34 ... 19:43:18 19:43:18 #44 [security-spire-server internal] load build context 19:43:18 #44 ... 19:43:18 19:43:18 #49 [security-spiffe-token-provider internal] load build context 19:43:18 #49 ... 19:43:18 19:43:18 #44 [security-spire-server internal] load build context 19:43:18 #44 ... 19:43:18 19:43:18 #65 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:43:18 #65 DONE 2.9s 19:43:18 19:43:18 #44 [security-spire-server internal] load build context 19:43:19 #44 ... 19:43:19 19:43:19 #45 [security-proxy-setup internal] load build context 19:43:19 #45 ... 19:43:19 19:43:19 #44 [security-spire-server internal] load build context 19:43:19 #44 ... 19:43:19 19:43:19 #37 [support-scheduler internal] load build context 19:43:19 #37 ... 19:43:19 19:43:19 #45 [security-proxy-setup internal] load build context 19:43:20 #45 ... 19:43:20 19:43:20 #44 [security-spire-server internal] load build context 19:43:20 #44 transferring context: 188.27MB 54.5s done 19:43:20 #44 DONE 54.9s 19:43:20 19:43:20 #45 [security-proxy-setup internal] load build context 19:43:21 #45 ... 19:43:21 19:43:21 #35 [core-metadata internal] load build context 19:43:21 #35 ... 19:43:21 19:43:21 #34 [security-spire-agent internal] load build context 19:43:22 #34 transferring context: 188.27MB 56.4s done 19:43:22 #34 ... 19:43:22 19:43:22 #66 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 19:43:22 #66 DONE 2.4s 19:43:22 19:43:22 #67 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:43:23 #67 ... 19:43:23 19:43:23 #34 [security-spire-agent internal] load build context 19:43:23 #34 DONE 56.7s 19:43:23 19:43:23 #45 [security-proxy-setup internal] load build context 19:43:23 #45 ... 19:43:23 19:43:23 #46 [security-proxy-auth internal] load build context 19:43:23 #46 ... 19:43:23 19:43:23 #45 [security-proxy-setup internal] load build context 19:43:23 #45 ... 19:43:23 19:43:23 #47 [security-secretstore-setup internal] load build context 19:43:23 #47 transferring context: 188.27MB 57.9s done 19:43:23 #47 DONE 58.1s 19:43:23 19:43:23 #45 [security-proxy-setup internal] load build context 19:43:24 #45 ... 19:43:24 19:43:24 #46 [security-proxy-auth internal] load build context 19:43:24 #46 transferring context: 188.27MB 58.7s done 19:43:24 #46 DONE 59.1s 19:43:24 19:43:24 #45 [security-proxy-setup internal] load build context 19:43:25 #45 ... 19:43:25 19:43:25 #35 [core-metadata internal] load build context 19:43:25 #35 transferring context: 188.27MB 57.9s done 19:43:25 #35 DONE 58.3s 19:43:25 19:43:25 #50 [security-spire-config internal] load build context 19:43:25 #50 transferring context: 188.27MB 58.0s done 19:43:25 #50 DONE 58.6s 19:43:25 19:43:25 #45 [security-proxy-setup internal] load build context 19:43:25 #45 ... 19:43:25 19:43:25 #38 [support-notifications internal] load build context 19:43:25 #38 transferring context: 188.27MB 54.2s done 19:43:25 #38 DONE 56.9s 19:43:25 19:43:25 #45 [security-proxy-setup internal] load build context 19:43:26 #45 ... 19:43:26 19:43:26 #68 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:43:26 #68 DONE 1.1s 19:43:26 19:43:26 #45 [security-proxy-setup internal] load build context 19:43:26 #45 ... 19:43:26 19:43:26 #51 [core-data internal] load build context 19:43:26 #51 transferring context: 188.27MB 59.5s done 19:43:26 #51 DONE 59.9s 19:43:26 19:43:26 #45 [security-proxy-setup internal] load build context 19:43:26 #45 ... 19:43:26 19:43:26 #40 [core-command internal] load build context 19:43:26 #40 ... 19:43:26 19:43:26 #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:43:26 #69 DONE 1.2s 19:43:26 19:43:26 #40 [core-command internal] load build context 19:43:26 #40 ... 19:43:26 19:43:26 #45 [security-proxy-setup internal] load build context 19:43:27 #45 ... 19:43:27 19:43:27 #59 [core-common-config-bootstrapper internal] load build context 19:43:27 #59 ... 19:43:27 19:43:27 #45 [security-proxy-setup internal] load build context 19:43:28 #45 ... 19:43:28 19:43:28 #70 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:43:28 #70 ... 19:43:28 19:43:28 #49 [security-spiffe-token-provider internal] load build context 19:43:28 #49 ... 19:43:28 19:43:28 #45 [security-proxy-setup internal] load build context 19:43:29 #45 ... 19:43:29 19:43:29 #40 [core-command internal] load build context 19:43:29 #40 transferring context: 188.27MB 64.2s done 19:43:29 #40 DONE 64.4s 19:43:29 19:43:29 #45 [security-proxy-setup internal] load build context 19:43:30 #45 ... 19:43:30 19:43:30 #37 [support-scheduler internal] load build context 19:43:30 #37 ... 19:43:30 19:43:30 #45 [security-proxy-setup internal] load build context 19:43:32 #45 transferring context: 188.27MB 66.6s done 19:43:32 #45 DONE 66.8s 19:43:32 19:43:32 #37 [support-scheduler internal] load build context 19:43:32 #37 transferring context: 188.27MB 61.8s done 19:43:32 #37 DONE 64.4s 19:43:32 19:43:32 #59 [core-common-config-bootstrapper internal] load build context 19:43:33 #59 transferring context: 188.27MB 63.6s done 19:43:33 #59 DONE 65.7s 19:43:33 19:43:33 #49 [security-spiffe-token-provider internal] load build context 19:43:34 #49 transferring context: 188.27MB 68.2s done 19:43:34 #49 DONE 68.5s 19:43:34 19:43:34 #71 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:43:35 #71 DONE 1.1s 19:43:35 19:43:35 #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:43:36 #72 ... 19:43:36 19:43:36 #73 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:43:36 #73 ... 19:43:36 19:43:36 #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #74 DONE 45.7s 19:44:15 19:44:15 #70 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #70 DONE 54.1s 19:44:15 19:44:15 #75 [security-bootstrapper builder 6/7] COPY . . 19:44:15 #75 ... 19:44:15 19:44:15 #73 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #73 DONE 46.2s 19:44:15 19:44:15 #67 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #67 DONE 49.8s 19:44:15 19:44:15 #76 [security-spire-server builder 6/9] COPY . . 19:44:15 #76 ... 19:44:15 19:44:15 #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #72 DONE 39.3s 19:44:15 19:44:15 #77 [security-spiffe-token-provider builder 6/7] COPY . . 19:44:15 #77 ... 19:44:15 19:44:15 #76 [security-spire-server builder 6/9] COPY . . 19:44:15 #76 DONE 3.3s 19:44:15 19:44:15 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:44:15 #78 CACHED 19:44:15 19:44:15 #79 [support-scheduler builder 6/7] COPY . . 19:44:15 #79 CACHED 19:44:15 19:44:15 #80 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #80 CACHED 19:44:15 19:44:15 #81 [support-notifications builder 6/7] COPY . . 19:44:15 #81 DONE 3.4s 19:44:15 19:44:15 #82 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #82 CACHED 19:44:15 19:44:15 #83 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:44:15 #83 CACHED 19:44:15 19:44:15 #84 [core-common-config-bootstrapper builder 6/7] COPY . . 19:44:15 #84 CACHED 19:44:15 19:44:15 #85 [core-metadata builder 6/7] COPY . . 19:44:15 #85 CACHED 19:44:15 19:44:15 #86 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:44:15 #86 CACHED 19:44:15 19:44:15 #87 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #87 CACHED 19:44:15 19:44:15 #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #88 CACHED 19:44:15 19:44:15 #89 [core-data builder 6/7] COPY . . 19:44:15 #89 CACHED 19:44:15 19:44:15 #90 [core-data builder 4/7] COPY go.mod vendor* ./ 19:44:15 #90 CACHED 19:44:15 19:44:15 #91 [security-proxy-auth builder 6/7] COPY . . 19:44:15 #91 DONE 3.3s 19:44:15 19:44:15 #92 [core-command builder 6/7] COPY . . 19:44:15 #92 CACHED 19:44:15 19:44:15 #93 [core-command builder 4/7] COPY go.mod vendor* ./ 19:44:15 #93 CACHED 19:44:15 19:44:15 #94 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #94 CACHED 19:44:15 19:44:15 #95 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:44:15 #95 CACHED 19:44:15 19:44:15 #96 [security-secretstore-setup builder 6/7] COPY . . 19:44:15 #96 CACHED 19:44:15 19:44:15 #97 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #97 CACHED 19:44:15 19:44:15 #98 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:15 #98 CACHED 19:44:15 19:44:15 #99 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:44:15 #99 CACHED 19:44:15 19:44:15 #100 [security-proxy-setup builder 6/7] COPY . . 19:44:15 #100 CACHED 19:44:15 19:44:15 #75 [security-bootstrapper builder 6/7] COPY . . 19:44:15 #75 DONE 3.4s 19:44:15 19:44:15 #101 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:44:16 #101 ... 19:44:16 19:44:16 #102 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 19:44:16 #102 DONE 0.4s 19:44:16 19:44:16 #103 [security-spire-agent builder 6/9] COPY . . 19:44:16 #103 CACHED 19:44:16 19:44:16 #104 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 19:44:16 #104 CACHED 19:44:16 19:44:16 #105 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:16 #105 CACHED 19:44:16 19:44:16 #106 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 19:44:16 #106 CACHED 19:44:16 19:44:16 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 19:44:21 #107 ... 19:44:21 19:44:21 #108 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:44:21 #0 5.439 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 19:44:22 #108 ... 19:44:22 19:44:22 #109 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:44:22 #0 5.864 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:44:22 #109 ... 19:44:22 19:44:22 #110 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:44:22 #0 6.193 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:44:22 #110 ... 19:44:22 19:44:22 #111 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 19:44:22 #111 DONE 6.5s 19:44:22 19:44:22 #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:44:22 #0 4.410 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 19:44:22 #112 ... 19:44:22 19:44:22 #101 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:44:22 #101 6.943 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:44:23 #101 ... 19:44:23 19:44:23 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 19:44:23 #107 DONE 6.7s 19:44:23 19:44:23 #113 [security-spire-server builder 9/9] WORKDIR /edgex-go 19:44:23 #113 ... 19:44:23 19:44:23 #114 [security-spire-agent builder 9/9] WORKDIR /edgex-go 19:44:23 #114 DONE 0.6s 19:44:23 19:44:23 #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:44:23 #0 5.048 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 19:44:23 #115 ... 19:44:23 19:44:23 #113 [security-spire-server builder 9/9] WORKDIR /edgex-go 19:44:23 #113 DONE 0.6s 19:44:23 19:44:23 #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:44:23 #0 5.867 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 19:44:23 #116 ... 19:44:23 19:44:23 #117 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:44:23 #117 ... 19:44:23 19:44:23 #77 [security-spiffe-token-provider builder 6/7] COPY . . 19:44:23 #77 DONE 9.1s 19:44:24 19:44:24 #117 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:44:24 #117 DONE 0.2s 19:44:24 19:44:24 #118 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:44:26 #118 ... 19:44:26 19:44:26 #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:44:26 #0 6.765 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 19:44:26 #119 ... 19:44:26 19:44:26 #120 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:44:26 #0 5.047 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 19:44:26 #120 ... 19:44:26 19:44:26 #121 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:44:26 #121 CACHED 19:44:26 19:44:26 #122 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:26 #122 CACHED 19:44:26 19:44:26 #123 [security-spire-config builder 6/9] COPY . . 19:44:26 #123 CACHED 19:44:26 19:44:26 #124 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 19:44:26 #124 CACHED 19:44:26 19:44:26 #125 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 19:44:26 #125 CACHED 19:44:26 19:44:26 #126 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.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 19:44:26 #126 CACHED 19:44:26 19:44:26 #127 [security-spire-config builder 9/9] WORKDIR /edgex-go 19:44:26 #127 CACHED 19:44:26 19:44:26 #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:44:26 #0 4.527 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 19:44:26 #128 ... 19:44:26 19:44:26 #129 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:44:29 #129 DONE 2.2s 19:44:29 19:44:29 #130 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:44:29 #130 DONE 2.2s 19:44:29 19:44:29 #131 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:44:29 #131 CACHED 19:44:29 19:44:29 #132 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:44:29 #132 DONE 0.3s 19:44:29 19:44:29 #133 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:44:29 #133 ... 19:44:29 19:44:29 #134 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:44:29 #134 DONE 1.6s 19:44:30 19:44:30 #135 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:44:30 #135 DONE 1.6s 19:44:30 19:44:30 #136 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:44:30 #136 ... 19:44:30 19:44:30 #133 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:44:30 #133 DONE 1.4s 19:44:30 19:44:30 #137 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:44:30 #137 DONE 0.4s 19:44:30 19:44:30 #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:44:30 #138 ... 19:44:30 19:44:30 #139 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:44:30 #139 DONE 0.3s 19:44:30 19:44:30 #140 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 19:44:31 #140 DONE 0.3s 19:44:31 19:44:31 #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:44:31 #138 DONE 0.5s 19:44:31 19:44:31 #141 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:44:31 #141 DONE 0.2s 19:44:31 19:44:31 #142 [security-spire-config] exporting to image 19:44:31 #142 exporting layers 19:44:31 #142 ... 19:44:31 19:44:31 #143 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:44:31 #143 DONE 0.4s 19:44:31 19:44:31 #142 [security-spire-server] exporting to image 19:44:32 #142 ... 19:44:32 19:44:32 #136 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:44:32 #136 DONE 2.8s 19:44:32 19:44:32 #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:44:33 #144 DONE 0.3s 19:44:33 19:44:33 #118 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:44:33 #118 4.298 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:44:33 #118 ... 19:44:33 19:44:33 #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:44:33 #145 DONE 0.2s 19:44:33 19:44:33 #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:44:33 #146 DONE 0.4s 19:44:33 19:44:33 #142 [security-spire-agent] exporting to image 19:44:33 #142 exporting layers 2.7s done 19:44:33 #142 writing image sha256:eefa9e0288c83669f2e70e53a89d45b840a8a3365fa5771b2bfa96a523338c39 0.1s done 19:44:33 #142 naming to docker.io/library/security-spire-config-arm64 19:44:34 #142 exporting layers 2.6s done 19:44:34 #142 naming to docker.io/library/security-spire-config-arm64 0.0s done 19:44:34 #142 writing image sha256:38240c7486ff2f556c9f433361940bc1af1a04c3fb1ccd99da26d206350dd3d9 19:44:34 #142 writing image sha256:38240c7486ff2f556c9f433361940bc1af1a04c3fb1ccd99da26d206350dd3d9 0.0s done 19:44:34 #142 naming to docker.io/library/security-spire-server-arm64 done 19:44:36 #142 exporting layers 1.6s done 19:44:36 #142 writing image sha256:6e543dbf184e0cdd803bc499e46bae1280a7c5c2d566872cb5006fa9d9336c21 done 19:44:36 #142 naming to docker.io/library/security-spire-agent-arm64 0.0s done 19:44:36 #142 DONE 4.4s 19:44:36 19:44:36 #27 [support-notifications internal] load .dockerignore 19:59:43 #27 ... 19:59:43 19:59:43 #101 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:59:43 #101 915.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:59:43 #101 ... 19:59:43 19:59:43 #110 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:59:43 #110 DONE 919.4s 19:59:43 19:59:43 #109 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:59:43 #109 ... 19:59:43 19:59:43 #147 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 19:59:43 #147 DONE 0.3s 19:59:43 19:59:43 #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:59:43 #115 ... 19:59:43 19:59:43 #148 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 19:59:43 #148 DONE 0.1s 19:59:43 19:59:43 #149 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:59:43 #149 DONE 0.2s 19:59:43 19:59:43 #150 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:59:43 #150 DONE 0.1s 19:59:43 19:59:43 #151 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:59:43 #151 DONE 0.3s 19:59:43 19:59:43 #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:59:43 #116 ... 19:59:43 19:59:43 #152 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:59:43 #152 DONE 0.1s 19:59:43 19:59:43 #153 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:59:43 #153 DONE 2.0s 19:59:43 19:59:43 #142 [security-proxy-setup] exporting to image 19:59:43 #142 exporting layers 19:59:43 #142 exporting layers 1.0s done 19:59:43 #142 writing image sha256:6191ac00d13b9e9fa7591eb67395cb661f28bdc71d812be22d27e64051757276 0.0s done 19:59:43 #142 naming to docker.io/library/security-proxy-setup-arm64 done 19:59:43 #142 DONE 5.4s 19:59:43 19:59:43 #108 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:59:51 #108 ... 19:59:51 19:59:51 #109 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:59:51 #109 DONE 934.5s 19:59:51 19:59:51 #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:59:51 #119 ... 19:59:51 19:59:51 #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:59:51 #154 DONE 0.4s 19:59:51 19:59:51 #155 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 19:59:53 #155 DONE 2.1s 19:59:53 19:59:53 #156 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 19:59:53 #156 DONE 0.3s 19:59:53 19:59:53 #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:59:53 #115 ... 19:59:53 19:59:53 #157 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 19:59:54 #157 DONE 0.2s 19:59:54 19:59:54 #158 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:59:54 #158 DONE 0.5s 19:59:54 19:59:54 #101 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:59:54 #101 DONE 938.5s 19:59:54 19:59:54 #159 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:59:54 #159 DONE 0.3s 19:59:54 19:59:54 #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:59:54 #115 ... 19:59:54 19:59:54 #160 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 19:59:55 #160 DONE 0.3s 19:59:55 19:59:55 #161 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 19:59:55 #161 DONE 0.2s 19:59:55 19:59:55 #162 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 19:59:55 #162 DONE 0.2s 19:59:55 19:59:55 #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:59:55 #112 ... 19:59:55 19:59:55 #163 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 19:59:55 #163 DONE 0.3s 19:59:55 19:59:55 #164 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:59:55 #164 DONE 0.3s 19:59:55 19:59:55 #165 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:59:56 #165 ... 19:59:56 19:59:56 #166 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:59:56 #166 DONE 0.2s 19:59:56 19:59:56 #165 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:59:56 #165 DONE 0.2s 19:59:56 19:59:56 #167 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 19:59:56 #167 DONE 0.4s 19:59:56 19:59:56 #168 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:59:56 #168 DONE 0.3s 19:59:56 19:59:56 #169 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:59:56 #169 DONE 0.3s 19:59:56 19:59:56 #170 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 19:59:57 #170 ... 19:59:57 19:59:57 #171 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:59:57 #171 DONE 0.4s 19:59:57 19:59:57 #172 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:59:57 #172 DONE 0.3s 19:59:57 19:59:57 #27 [support-notifications internal] load .dockerignore 19:59:57 #27 ... 19:59:57 19:59:57 #173 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:59:59 #173 ... 19:59:59 19:59:59 #170 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 19:59:59 #170 DONE 3.2s 19:59:59 19:59:59 #142 [security-bootstrapper] exporting to image 19:59:59 #142 exporting layers 20:00:00 #142 ... 20:00:00 20:00:00 #173 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:00:00 #173 DONE 2.9s 20:00:00 20:00:00 #142 [security-secretstore-setup] exporting to image 20:00:00 #142 writing image sha256:f152647316a549c60e8c374b76cbaf9bc61e2bebb3387a6085ac05b6646039cc 0.0s done 20:00:00 #142 naming to docker.io/library/security-bootstrapper-arm64 0.0s done 20:00:02 #142 exporting layers 1.2s done 20:00:02 #142 writing image sha256:a6f04800e23f87d91593dcdd0f1665afb0709d9c756ffe60894164add60380ae 0.0s done 20:00:02 #142 naming to docker.io/library/security-secretstore-setup-arm64 done 20:00:02 #142 DONE 7.4s 20:00:02 20:00:02 #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:00:04 #119 ... 20:00:04 20:00:04 #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:00:04 #128 DONE 948.3s 20:00:04 20:00:04 #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:00:05 #112 ... 20:00:05 20:00:05 #174 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 20:00:05 #174 DONE 0.2s 20:00:05 20:00:05 #175 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:00:05 #175 DONE 0.2s 20:00:05 20:00:05 #176 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:00:05 #176 DONE 0.3s 20:00:05 20:00:05 #177 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:00:05 #177 DONE 0.1s 20:00:05 20:00:05 #178 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:00:06 #178 DONE 0.1s 20:00:06 20:00:06 #179 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:00:08 #179 DONE 1.9s 20:00:08 20:00:08 #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:00:08 #119 ... 20:00:08 20:00:08 #142 [security-proxy-auth] exporting to image 20:00:08 #142 exporting layers 20:00:08 #142 exporting layers 0.6s done 20:00:08 #142 writing image sha256:90c6d6e082498bb5ece132c06f70b70fef9f4d5e11e2cbf4f971befe7a352908 done 20:00:08 #142 naming to docker.io/library/security-proxy-auth-arm64 done 20:00:08 #142 DONE 8.0s 20:00:08 20:00:08 #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:00:23 #116 ... 20:00:23 20:00:23 #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:00:23 #112 DONE 967.4s 20:00:23 20:00:23 #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:00:23 #119 ... 20:00:23 20:00:23 #180 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 20:00:24 #180 DONE 0.2s 20:00:24 20:00:24 #181 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:00:24 #181 DONE 0.2s 20:00:24 20:00:24 #182 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:00:24 #182 DONE 0.2s 20:00:24 20:00:24 #183 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:00:24 #183 DONE 0.1s 20:00:24 20:00:24 #27 [support-notifications internal] load .dockerignore 20:00:24 #27 ... 20:00:24 20:00:24 #184 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:00:24 #184 DONE 0.1s 20:00:24 20:00:24 #185 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:00:26 #185 DONE 1.9s 20:00:26 20:00:26 #142 [core-common-config-bootstrapper] exporting to image 20:00:26 #142 exporting layers 20:00:27 #142 exporting layers 0.6s done 20:00:27 #142 writing image sha256:46cb917ed84773bd9288c56ba556c81c1a0100b3e771011401f09bc94b0a432b done 20:00:27 #142 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 20:00:27 #142 DONE 8.6s 20:00:27 20:00:27 #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:01:14 #116 ... 20:01:14 20:01:14 #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:01:14 #119 DONE 1014.2s 20:01:14 20:01:14 #27 [support-notifications internal] load .dockerignore 20:01:14 #27 ... 20:01:14 20:01:14 #186 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 20:01:14 #186 DONE 0.1s 20:01:14 20:01:14 #27 [support-notifications internal] load .dockerignore 20:01:14 #27 ... 20:01:14 20:01:14 #187 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 20:01:14 #187 DONE 0.1s 20:01:14 20:01:14 #188 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:01:14 #188 DONE 0.2s 20:01:14 20:01:14 #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:01:14 #116 ... 20:01:14 20:01:14 #189 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:01:14 #189 DONE 0.1s 20:01:14 20:01:14 #142 [core-command] exporting to image 20:01:14 #142 exporting layers 20:01:14 #142 exporting layers 0.3s done 20:01:14 #142 writing image sha256:2566333e178917d074afeac85c36e2ff913746ab187a786a75c07e56ec453f21 20:01:14 #142 writing image sha256:2566333e178917d074afeac85c36e2ff913746ab187a786a75c07e56ec453f21 done 20:01:14 #142 naming to docker.io/library/core-command-arm64 done 20:01:14 #142 DONE 8.9s 20:01:14 20:01:14 #120 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:01:18 #120 ... 20:01:18 20:01:18 #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:01:18 #115 DONE 1021.8s 20:01:18 20:01:18 #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:01:18 #116 ... 20:01:18 20:01:18 #190 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:01:18 #190 DONE 0.2s 20:01:18 20:01:18 #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:01:18 #116 ... 20:01:18 20:01:18 #191 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:01:18 #191 DONE 0.2s 20:01:18 20:01:18 #192 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:01:19 #192 ... 20:01:19 20:01:19 #120 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:01:19 #120 DONE 1023.1s 20:01:19 20:01:19 #192 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:01:19 #192 DONE 0.7s 20:01:19 20:01:19 #118 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:01:19 #118 ... 20:01:19 20:01:19 #193 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:01:19 #193 DONE 0.2s 20:01:19 20:01:19 #142 [core-data] exporting to image 20:01:19 #142 exporting layers 20:01:20 #142 ... 20:01:20 20:01:20 #194 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 20:01:20 #194 DONE 0.3s 20:01:20 20:01:20 #142 [core-data] exporting to image 20:01:20 #142 exporting layers 0.5s done 20:01:20 #142 writing image sha256:d68965d53cae4182b70d17cc55330445ad6b26f5b32fda64953167cb334b9290 done 20:01:20 #142 naming to docker.io/library/core-data-arm64 done 20:01:20 #142 DONE 9.4s 20:01:20 20:01:20 #195 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 20:01:20 #195 DONE 0.2s 20:01:20 20:01:20 #196 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:01:20 #196 DONE 0.3s 20:01:20 20:01:20 #197 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:01:20 #197 DONE 0.1s 20:01:20 20:01:20 #27 [support-notifications internal] load .dockerignore 20:01:20 #27 ... 20:01:20 20:01:20 #198 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:01:20 #198 DONE 0.1s 20:01:20 20:01:20 #142 [core-metadata] exporting to image 20:01:21 #142 exporting layers 0.3s done 20:01:21 #142 writing image sha256:a460c0a790ed9fc8d4dee644505d225590d1833734f66bc154f6d57a47e7f443 20:01:21 #142 writing image sha256:a460c0a790ed9fc8d4dee644505d225590d1833734f66bc154f6d57a47e7f443 done 20:01:21 #142 naming to docker.io/library/core-metadata-arm64 done 20:01:21 #142 DONE 9.7s 20:01:21 20:01:21 #27 [support-notifications internal] load .dockerignore 20:01:53 #27 ... 20:01:53 20:01:53 #118 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:01:53 #118 DONE 1046.0s 20:01:53 20:01:53 #27 [support-notifications internal] load .dockerignore 20:01:53 #27 ... 20:01:53 20:01:53 #199 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:01:53 #199 DONE 0.3s 20:01:53 20:01:53 #200 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:01:53 #200 DONE 0.2s 20:01:53 20:01:53 #201 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:01:53 #201 DONE 0.4s 20:01:53 20:01:53 #202 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:01:53 #202 DONE 0.1s 20:01:53 20:01:53 #142 [security-spiffe-token-provider] exporting to image 20:01:53 #142 exporting layers 20:01:53 #142 exporting layers 0.5s done 20:01:53 #142 writing image sha256:1cb0a98ea3d83c7236f5b1b5b328f2c4bca232234933dd9de0a01547a5eab0e4 0.0s done 20:01:53 #142 naming to docker.io/library/security-spiffe-token-provider-arm64 done 20:01:53 #142 DONE 10.3s 20:01:53 20:01:53 #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:02:20 #116 DONE 1082.8s 20:02:20 20:02:20 #108 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:02:20 #108 DONE 1082.8s 20:02:20 20:02:20 #27 [support-notifications internal] load .dockerignore 20:02:20 #27 ... 20:02:20 20:02:20 #203 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:02:20 #203 DONE 0.3s 20:02:20 20:02:20 #204 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 20:02:20 #204 DONE 0.2s 20:02:20 20:02:20 #205 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:02:20 #205 DONE 0.1s 20:02:20 20:02:20 #206 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 20:02:20 #206 DONE 0.2s 20:02:20 20:02:20 #207 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:02:20 #207 DONE 0.3s 20:02:20 20:02:20 #208 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:02:20 #208 DONE 0.3s 20:02:20 20:02:20 #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:02:20 #209 DONE 0.1s 20:02:20 20:02:20 #210 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:02:20 #210 DONE 0.1s 20:02:20 20:02:20 #142 [support-notifications] exporting to image 20:02:20 #142 exporting layers 20:02:20 #142 exporting layers 0.3s done 20:02:20 #142 writing image sha256:9f9d2b08dca5c6c1d25855d895323eeb75d218aff143b31cebd3daa021041d64 done 20:02:20 #142 naming to docker.io/library/support-scheduler-arm64 done 20:02:20 #142 writing image sha256:c7fb41a5795c5d9e7820baa77d0935e9512b177870b0b64ddf0b97a5759a4e95 done 20:02:20 #142 naming to docker.io/library/support-notifications-arm64 done 20:02:20 #142 DONE 10.7s 20:02:20 20:02:20 #27 [support-notifications internal] load .dockerignore 20:02:20 time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:20 time="2023-08-22T19:42:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 20:02:20 $ docker stop --time=1 a259962d17d5d452e68093d1d88860fab117941088169c1d7c1c8ec2c396b5e9 20:02:22 $ docker rm -f --volumes a259962d17d5d452e68093d1d88860fab117941088169c1d7c1c8ec2c396b5e9 [Pipeline] // withDockerContainer [Pipeline] sh 20:02:22 + docker images 20:02:22 REPOSITORY TAG IMAGE ID CREATED SIZE 20:02:22 support-notifications-arm64 latest c7fb41a5795c 3 seconds ago 33.7MB 20:02:22 support-scheduler-arm64 latest 9f9d2b08dca5 3 seconds ago 32.9MB 20:02:22 security-spiffe-token-provider-arm64 latest 1cb0a98ea3d8 31 seconds ago 33.3MB 20:02:22 core-metadata-arm64 latest a460c0a790ed About a minute ago 21.2MB 20:02:22 core-data-arm64 latest d68965d53cae About a minute ago 20.9MB 20:02:22 core-command-arm64 latest 2566333e1789 About a minute ago 20.8MB 20:02:22 core-common-config-bootstrapper-arm64 latest 46cb917ed847 About a minute ago 18MB 20:02:22 security-proxy-auth-arm64 latest 90c6d6e08249 2 minutes ago 19.3MB 20:02:22 security-secretstore-setup-arm64 latest a6f04800e23f 2 minutes ago 43MB 20:02:22 security-bootstrapper-arm64 latest f152647316a5 2 minutes ago 22.6MB 20:02:22 security-proxy-setup-arm64 latest 6191ac00d13b 2 minutes ago 28.8MB 20:02:22 security-spire-agent-arm64 latest 6e543dbf184e 17 minutes ago 152MB 20:02:22 security-spire-server-arm64 latest 38240c7486ff 17 minutes ago 96.9MB 20:02:22 security-spire-config-arm64 latest eefa9e0288c8 17 minutes ago 96.1MB 20:02:22 ci-base-image-arm64 latest dec3075960db 31 minutes ago 1.05GB 20:02:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 5 weeks ago 677MB 20:02:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 months ago 332MB [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:02:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:02:23 20:02:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:02:24 arm64: Pulling from edgex-lftools-log-publisher 20:02:24 8998bd30e6a1: Pulling fs layer 20:02:24 04944245beec: Pulling fs layer 20:02:24 699f458cf7ca: Pulling fs layer 20:02:24 765212b225bb: Pulling fs layer 20:02:24 f23df028b6ca: Pulling fs layer 20:02:24 d65c8cfc05b1: Pulling fs layer 20:02:24 2437ff75d9bd: Pulling fs layer 20:02:24 765212b225bb: Waiting 20:02:24 f23df028b6ca: Waiting 20:02:24 d65c8cfc05b1: Waiting 20:02:24 2437ff75d9bd: Waiting 20:02:24 04944245beec: Verifying Checksum 20:02:24 04944245beec: Download complete 20:02:24 765212b225bb: Verifying Checksum 20:02:24 765212b225bb: Download complete 20:02:24 f23df028b6ca: Verifying Checksum 20:02:24 f23df028b6ca: Download complete 20:02:24 d65c8cfc05b1: Verifying Checksum 20:02:24 d65c8cfc05b1: Download complete 20:02:24 699f458cf7ca: Verifying Checksum 20:02:24 699f458cf7ca: Download complete 20:02:24 8998bd30e6a1: Verifying Checksum 20:02:24 8998bd30e6a1: Download complete 20:02:26 2437ff75d9bd: Verifying Checksum 20:02:26 2437ff75d9bd: Download complete 20:02:28 8998bd30e6a1: Pull complete 20:02:30 04944245beec: Pull complete 20:02:30 699f458cf7ca: Pull complete 20:02:31 765212b225bb: Pull complete 20:02:32 f23df028b6ca: Pull complete 20:02:32 d65c8cfc05b1: Pull complete 20:02:47 2437ff75d9bd: Pull complete 20:02:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:02:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:02:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:47 prd-ubuntu20.04-docker-arm64-4c-16g-4290 does not seem to be running inside a container 20:02:47 $ 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:02:50 $ docker top 659414c7e3ca7b0cbcb3ef7d0900ac3267a70d49944b71d4ef5420f138b0f0cc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:02:51 ---> job-cost.sh 20:02:51 lf-activate-venv: SKIPPING 20:02:51 INFO: No Stack... 20:02:51 INFO: Retrieving Pricing Info for: v3-standard-4 20:02:52 INFO: Archiving Costs [Pipeline] sh 20:02:53 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:02:53 + cut -d, -f6 [Pipeline] lock 20:02:53 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4645-1-stack-cost] 20:02:53 Resource [jenkins-edgexfoundry-edgex-go-PR-4645-1-stack-cost] did not exist. Created. 20:02:53 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4645-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:02:54 + echo total: 0.10999999940395355 [Pipeline] stash 20:02:54 Stashed 1 file(s) [Pipeline] } 20:02:54 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4645-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:02:54 $ docker stop --time=1 659414c7e3ca7b0cbcb3ef7d0900ac3267a70d49944b71d4ef5420f138b0f0cc 20:02:55 $ docker rm -f --volumes 659414c7e3ca7b0cbcb3ef7d0900ac3267a70d49944b71d4ef5420f138b0f0cc [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:02:56 provisioning config files... 20:02:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4112512433936593168tmp [Pipeline] { [Pipeline] sh 20:02:57 + set +x 20:02:57 + curl -s https://codecov.io/bash 20:02:57 + bash -s -- 20:02:57 20:02:57 _____ _ 20:02:57 / ____| | | 20:02:57 | | ___ __| | ___ ___ _____ __ 20:02:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:02:57 | |___| (_) | (_| | __/ (_| (_) \ V / 20:02:57 \_____\___/ \__,_|\___|\___\___/ \_/ 20:02:57 Bash-1.0.6 20:02:57 20:02:57 20:02:57 ==> git version 2.25.1 found 20:02:57 ==> 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:02:57 Release-Date: 2020-01-08 20:02:57 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:02:57 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:02:57 ==> Jenkins CI detected. 20:02:57 current dir:  /w/workspace/edgex-go/1 20:02:57 project root: . 20:02:57 --> token set from env 20:02:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:02:57 ==> Running gcov in . (disable via -X gcov) 20:02:57 ==> Python coveragepy not found 20:02:57 ==> Searching for coverage reports in: 20:02:57 + . 20:02:57 -> Found 1 reports 20:02:57 ==> Detecting git/mercurial file structure 20:02:57 ==> Reading reports 20:02:57 + ./coverage.out bytes=446998 20:02:57 ==> Appending adjustments 20:02:57 https://docs.codecov.io/docs/fixing-reports 20:02:58 + Found adjustments 20:02:58 ==> Gzipping contents 20:02:58 56K /tmp/codecov.GYeU8G.gz 20:02:58 ==> Uploading reports 20:02:58 url: https://codecov.io 20:02:58 query: branch=PR-4645&commit=f611f6bb8388efb3bc54068293a76baca00360ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4645%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4645&job=&cmd_args= 20:02:58 -> Pinging Codecov 20:02:58 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4645&commit=f611f6bb8388efb3bc54068293a76baca00360ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4645%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4645&job=&cmd_args= 20:02:58 -> Uploading to 20:02:58 https://storage.googleapis.com/codecov/v4/raw/2023-08-22/00271124DB129430A58F1EEE437C3FCB/f611f6bb8388efb3bc54068293a76baca00360ff/da0ba829-1ccf-4589-bcab-d70bd11a4964.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230822%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230822T200258Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d986f04d7379fbd7dc7248efd365920164dce00f04951fe8d25d66fd985e8274 20:02:58 % Total % Received % Xferd Average Speed Time Time Time Current 20:02:58 Dload Upload Total Spent Left Speed 20:02:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57310 0 0 100 57310 0 257k --:--:-- --:--:-- --:--:-- 259k 20:02:59 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/f611f6bb8388efb3bc54068293a76baca00360ff [Pipeline] } 20:02:59 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:03:00 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:03:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:03:01 ---> package-listing.sh 20:03:01 ++ facter osfamily 20:03:01 ++ tr '[:upper:]' '[:lower:]' 20:03:01 + OS_FAMILY=debian 20:03:01 + workspace=/w/workspace/edgex-go/1 20:03:01 + START_PACKAGES=/tmp/packages_start.txt 20:03:01 + END_PACKAGES=/tmp/packages_end.txt 20:03:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:03:01 + PACKAGES=/tmp/packages_start.txt 20:03:01 + '[' /w/workspace/edgex-go/1 ']' 20:03:01 + PACKAGES=/tmp/packages_end.txt 20:03:01 + case "${OS_FAMILY}" in 20:03:01 + dpkg -l 20:03:01 + grep '^ii' 20:03:01 + '[' -f /tmp/packages_start.txt ']' 20:03:01 + '[' -f /tmp/packages_end.txt ']' 20:03:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:03:01 + '[' /w/workspace/edgex-go/1 ']' 20:03:01 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:03:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:03:01 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:03:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:03:02 20:03:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:03:03 latest: Pulling from edgex-lftools-log-publisher 20:03:03 5eb5b503b376: Pulling fs layer 20:03:03 5c69ac0246d0: Pulling fs layer 20:03:03 ec43610c2a17: Pulling fs layer 20:03:03 3a2ae6a8a46f: Pulling fs layer 20:03:03 33b1e0a273af: Pulling fs layer 20:03:03 5d3b04190fa2: Pulling fs layer 20:03:03 2f39f015ded8: Pulling fs layer 20:03:03 3a2ae6a8a46f: Waiting 20:03:03 33b1e0a273af: Waiting 20:03:03 5d3b04190fa2: Waiting 20:03:03 2f39f015ded8: Waiting 20:03:03 5c69ac0246d0: Download complete 20:03:03 3a2ae6a8a46f: Verifying Checksum 20:03:03 3a2ae6a8a46f: Download complete 20:03:03 33b1e0a273af: Verifying Checksum 20:03:03 33b1e0a273af: Download complete 20:03:03 5d3b04190fa2: Download complete 20:03:03 ec43610c2a17: Download complete 20:03:03 5eb5b503b376: Verifying Checksum 20:03:03 5eb5b503b376: Download complete 20:03:04 2f39f015ded8: Download complete 20:03:04 5eb5b503b376: Pull complete 20:03:04 5c69ac0246d0: Pull complete 20:03:05 ec43610c2a17: Pull complete 20:03:05 3a2ae6a8a46f: Pull complete 20:03:05 33b1e0a273af: Pull complete 20:03:05 5d3b04190fa2: Pull complete 20:03:09 2f39f015ded8: Pull complete 20:03:09 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:03:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:03:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:09 prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container 20:03:09 $ 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:03:13 $ docker top 22048588a1c91a81fb2158690795406f1116114706ade0a78484f2b854707dc7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:03:14 + touch /tmp/pre-build-complete [Pipeline] sh 20:03:14 + mkdir -p /var/log/sysstat [Pipeline] sh 20:03:14 + ls /var/log/sa-host 20:03:14 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:03:14 provisioning config files... 20:03:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config16149662587889596031tmp [Pipeline] { [Pipeline] echo 20:03:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:03:15 ---> create-netrc.sh [Pipeline] } 20:03:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:03:15 ---> python-tools-install.sh [Pipeline] echo 20:03:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:03:16 ---> sudo-logs.sh 20:03:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:03:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:03:16 ---> job-cost.sh 20:03:16 lf-activate-venv: SKIPPING 20:03:16 DEBUG: total: 0.10999999940395355 20:03:16 INFO: Retrieving Stack Cost... 20:03:16 INFO: Retrieving Pricing Info for: v3-standard-8 20:03:17 INFO: Archiving Costs [Pipeline] echo 20:03:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:03:17 ---> logs-deploy.sh 20:03:17 lf-activate-venv: SKIPPING 20:03:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4645/1 20:03:17 INFO: archiving workspace using pattern(s): 20:03:18 Archives upload complete. 20:03:18 INFO: archiving logs to Nexus 20:03:19 ---> uname -a: 20:03:19 Linux prd-ubuntu20-04-docker-8c-8g-4289 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:03:19 20:03:19 20:03:19 ---> lscpu: 20:03:19 Architecture: x86_64 20:03:19 CPU op-mode(s): 32-bit, 64-bit 20:03:19 Byte Order: Little Endian 20:03:19 Address sizes: 40 bits physical, 48 bits virtual 20:03:19 CPU(s): 8 20:03:19 On-line CPU(s) list: 0-7 20:03:19 Thread(s) per core: 1 20:03:19 Core(s) per socket: 1 20:03:19 Socket(s): 8 20:03:19 NUMA node(s): 1 20:03:19 Vendor ID: AuthenticAMD 20:03:19 CPU family: 23 20:03:19 Model: 49 20:03:19 Model name: AMD EPYC-Rome Processor 20:03:19 Stepping: 0 20:03:19 CPU MHz: 2799.998 20:03:19 BogoMIPS: 5599.99 20:03:19 Virtualization: AMD-V 20:03:19 Hypervisor vendor: KVM 20:03:19 Virtualization type: full 20:03:19 L1d cache: 256 KiB 20:03:19 L1i cache: 256 KiB 20:03:19 L2 cache: 4 MiB 20:03:19 L3 cache: 128 MiB 20:03:19 NUMA node0 CPU(s): 0-7 20:03:19 Vulnerability Itlb multihit: Not affected 20:03:19 Vulnerability L1tf: Not affected 20:03:19 Vulnerability Mds: Not affected 20:03:19 Vulnerability Meltdown: Not affected 20:03:19 Vulnerability Mmio stale data: Not affected 20:03:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:03:19 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:03:19 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:03:19 Vulnerability Srbds: Not affected 20:03:19 Vulnerability Tsx async abort: Not affected 20:03:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:03:19 20:03:19 20:03:19 ---> nproc: 20:03:19 8 20:03:19 20:03:19 20:03:19 ---> df -h: 20:03:19 Filesystem Size Used Avail Use% Mounted on 20:03:19 overlay 155G 22G 133G 15% / 20:03:19 tmpfs 64M 0 64M 0% /dev 20:03:19 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:03:19 shm 64M 0 64M 0% /dev/shm 20:03:19 /dev/vda1 155G 22G 133G 15% /facter-os 20:03:19 20:03:19