Pull request #4534 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9271d25c44458c9522706a5c2b8f4034fcdb8d0f+577681181bc6884f0ff204c6dd697ba0a91a7618 (7054723ca44fdfbdedb4446c2f0485b994e824ac) 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-ssh5139860348112503374.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh17926681377589619117.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-4534/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-4534/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1857283220896365713.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-4534/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8928150433888640970.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh3009729126568938452.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-4534/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-4534/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4312196861241659790.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-11058’ Running on prd-ubuntu20.04-docker-8c-8g-11060 in /w/workspace/edgexfoundry_edgex-go_PR-4534 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4534/head:refs/remotes/origin/PR-4534 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 577681181bc6884f0ff204c6dd697ba0a91a7618 into PR head commit 9271d25c44458c9522706a5c2b8f4034fcdb8d0f Merge succeeded, producing 9271d25c44458c9522706a5c2b8f4034fcdb8d0f Checking out Revision 9271d25c44458c9522706a5c2b8f4034fcdb8d0f (PR-4534) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:59:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:59:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:59:11 ========================================================= 19:59:11 EdgeX Global Pipelines Version Info 19:59:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 9271d25c44458c9522706a5c2b8f4034fcdb8d0f # 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 577681181bc6884f0ff204c6dd697ba0a91a7618 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9271d25c44458c9522706a5c2b8f4034fcdb8d0f # timeout=10 19:59:12 ------------------- 19:59:12 stable info: 19:59:12 ------------------- 19:59:12 Commited By: Bill Mahoney bill.mahoney@intel.com 19:59:12 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 19:59:12 Message: update stable to v1.0.248 19:59:12 ------------------- 19:59:12 experimental info: 19:59:12 ------------------- 19:59:12 Commited By: **** collab-it+edgex@linuxfoundation.org 19:59:12 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 19:59:12 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:59:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:59:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:59:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:59:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:59:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:59:14 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:59:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4534 [Pipeline] echo 19:59:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4534 [Pipeline] echo 19:59:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4534 [Pipeline] echo 19:59:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9271d25c44458c9522706a5c2b8f4034fcdb8d0f [Pipeline] echo 19:59:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9271d25 [Pipeline] echo 19:59:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:59:14 provisioning config files... 19:59:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4674388590793600029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:59:14 ---> docker-login.sh 19:59:14 nexus3.edgexfoundry.org:10001 19:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:15 Configure a credential helper to remove this warning. See 19:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:15 19:59:15 Login Succeeded 19:59:15 nexus3.edgexfoundry.org:10002 19:59:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:15 Configure a credential helper to remove this warning. See 19:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:15 19:59:15 Login Succeeded 19:59:15 nexus3.edgexfoundry.org:10003 19:59:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:15 Configure a credential helper to remove this warning. See 19:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:15 19:59:15 Login Succeeded 19:59:15 nexus3.edgexfoundry.org:10004 19:59:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:15 Configure a credential helper to remove this warning. See 19:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:15 19:59:15 Login Succeeded 19:59:15 docker.io 19:59:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:16 Configure a credential helper to remove this warning. See 19:59:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:16 19:59:16 Login Succeeded 19:59:16 ---> docker-login.sh ends [Pipeline] } 19:59:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:59:16 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 19:59:16 + dirname cmd/core-command/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo core-command,cmd/core-command/Dockerfile 19:59:16 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:59:16 + + cut -d/ -f2 19:59:16 dirname cmd/core-data/Dockerfile 19:59:16 + echo core-data,cmd/core-data/Dockerfile 19:59:16 + dirname cmd/core-metadata/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo core-metadata,cmd/core-metadata/Dockerfile 19:59:16 + dirname cmd/security-bootstrapper/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:59:16 + dirname cmd/security-proxy-auth/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:59:16 + dirname cmd/security-proxy-setup/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:59:16 + dirname cmd/security-secretstore-setup/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:59:16 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:59:16 + dirname cmd/security-spire-agent/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:59:16 + dirname cmd/security-spire-config/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:59:16 + dirname cmd/security-spire-server/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:59:16 + dirname cmd/support-notifications/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo support-notifications,cmd/support-notifications/Dockerfile 19:59:16 + dirname cmd/support-scheduler/Dockerfile 19:59:16 + cut -d/ -f2 19:59:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:59:16 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:59:17 + git rev-list -1 --merges 9271d25c44458c9522706a5c2b8f4034fcdb8d0f~1..9271d25c44458c9522706a5c2b8f4034fcdb8d0f [Pipeline] echo 19:59:17 -----------> git rev-list -1 --merges 9271d25c44458c9522706a5c2b8f4034fcdb8d0f~1..9271d25c44458c9522706a5c2b8f4034fcdb8d0f 9271d25c44458c9522706a5c2b8f4034fcdb8d0f [false] [Pipeline] sh 19:59:17 + git log --format=format:%s -1 9271d25c44458c9522706a5c2b8f4034fcdb8d0f [Pipeline] echo 19:59:17 ========================================================= 19:59:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:59:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:59:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:59:17 + grep -v github /etc/ssh/ssh_known_hosts 19:59:17 + [ -e /tmp/ssh_known_hosts ] 19:59:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:59:17 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:59:17 + sudo tee -a /etc/ssh/ssh_known_hosts 19:59:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:18 19:59:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:18 0.1.4: Pulling from edgex-devops/py-git-semver 19:59:18 b85a868b505f: Pulling fs layer 19:59:18 e2be974225ed: Pulling fs layer 19:59:18 339a4e72a1f5: Pulling fs layer 19:59:18 988bab9f4d93: Pulling fs layer 19:59:18 1469e6f7b9e6: Pulling fs layer 19:59:18 eaf3925da568: Pulling fs layer 19:59:18 bab4dde63d76: Pulling fs layer 19:59:18 bde34c3a00c8: Pulling fs layer 19:59:18 1469e6f7b9e6: Waiting 19:59:18 988bab9f4d93: Waiting 19:59:18 eaf3925da568: Waiting 19:59:18 bab4dde63d76: Waiting 19:59:18 b352a97aabf1: Pulling fs layer 19:59:18 bde34c3a00c8: Waiting 19:59:18 b352a97aabf1: Waiting 19:59:18 4872d77fe225: Pulling fs layer 19:59:18 5851b861e8e6: Pulling fs layer 19:59:18 4872d77fe225: Waiting 19:59:18 5851b861e8e6: Waiting 19:59:18 e2be974225ed: Verifying Checksum 19:59:18 e2be974225ed: Download complete 19:59:18 988bab9f4d93: Verifying Checksum 19:59:18 988bab9f4d93: Download complete 19:59:18 1469e6f7b9e6: Verifying Checksum 19:59:18 1469e6f7b9e6: Download complete 19:59:18 eaf3925da568: Verifying Checksum 19:59:18 eaf3925da568: Download complete 19:59:19 339a4e72a1f5: Download complete 19:59:19 bde34c3a00c8: Verifying Checksum 19:59:19 b352a97aabf1: Verifying Checksum 19:59:19 b352a97aabf1: Download complete 19:59:19 4872d77fe225: Download complete 19:59:19 5851b861e8e6: Verifying Checksum 19:59:19 5851b861e8e6: Download complete 19:59:19 b85a868b505f: Verifying Checksum 19:59:19 b85a868b505f: Download complete 19:59:19 bab4dde63d76: Verifying Checksum 19:59:19 bab4dde63d76: Download complete 19:59:20 b85a868b505f: Pull complete 19:59:20 e2be974225ed: Pull complete 19:59:20 339a4e72a1f5: Pull complete 19:59:20 988bab9f4d93: Pull complete 19:59:21 1469e6f7b9e6: Pull complete 19:59:21 eaf3925da568: Pull complete 19:59:23 bab4dde63d76: Pull complete 19:59:23 bde34c3a00c8: Pull complete 19:59:23 b352a97aabf1: Pull complete 19:59:23 4872d77fe225: Pull complete 19:59:23 5851b861e8e6: Pull complete 19:59:23 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:59:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:23 prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container 19:59:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:59:24 $ docker top 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 -eo pid,comm 19:59:24 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:59:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:59:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:59:24 [ssh-agent] Looking for ssh-agent implementation... 19:59:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:59:24 $ docker exec 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 ssh-agent 19:59:25 SSH_AUTH_SOCK=/tmp/ssh-SJQX7gUMxcqK/agent.31 19:59:25 SSH_AGENT_PID=37 19:59:25 Running ssh-add (command line suppressed) 19:59:25 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7804777928518085646.key (/w/workspace/edgex-go/1@tmp/private_key_7804777928518085646.key) 19:59:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:59:25 + git tag --points-at HEAD [Pipeline] } 19:59:25 $ docker exec --env ******** --env ******** 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 ssh-agent -k 19:59:25 unset SSH_AUTH_SOCK; 19:59:25 unset SSH_AGENT_PID; 19:59:25 echo Agent pid 37 killed; 19:59:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:59:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:59:25 [ssh-agent] Looking for ssh-agent implementation... 19:59:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:59:25 $ docker exec 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 ssh-agent 19:59:26 SSH_AUTH_SOCK=/tmp/ssh-p7P8yBfIzhtl/agent.70 19:59:26 SSH_AGENT_PID=76 19:59:26 Running ssh-add (command line suppressed) 19:59:26 Identity added: /w/workspace/edgex-go/1@tmp/private_key_12432555438022264782.key (/w/workspace/edgex-go/1@tmp/private_key_12432555438022264782.key) 19:59:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:59:26 + git semver init 19:59:26 2023-04-26 19:59:26,806 [run_init] DEBUG init version:0.0.0 force:False 19:59:26 2023-04-26 19:59:26,807 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:59:26 2023-04-26 19:59:26,807 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:59:26 2023-04-26 19:59:26,807 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:59:32 2023-04-26 19:59:31,211 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:59:32 2023-04-26 19:59:31,211 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4534 with force:False 19:59:32 2023-04-26 19:59:31,211 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4534 19:59:32 2023-04-26 19:59:31,214 [execute] INFO git cat-file --batch-check 19:59:32 2023-04-26 19:59:31,214 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:59:32 2023-04-26 19:59:31,219 [execute] INFO git cat-file --batch 19:59:32 2023-04-26 19:59:31,220 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:59:32 2023-04-26 19:59:31,224 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4534 19:59:32 0.0.0 [Pipeline] } 19:59:32 $ docker exec --env ******** --env ******** 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 ssh-agent -k 19:59:32 unset SSH_AUTH_SOCK; 19:59:32 unset SSH_AGENT_PID; 19:59:32 echo Agent pid 76 killed; 19:59:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:59:33 + git semver [Pipeline] } 19:59:33 $ docker stop --time=1 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 19:59:34 $ docker rm -f --volumes 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 [Pipeline] // withDockerContainer [Pipeline] sh 19:59:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:59:35 Stashed 1 file(s) [Pipeline] echo 19:59:35 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:59:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:59:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:37 ========================================================= 19:59:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:59:37 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:59:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:38 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:59:38 f56be85fc22e: Pulling fs layer 19:59:38 85791d961cd3: Pulling fs layer 19:59:38 d694b5ae8c79: Pulling fs layer 19:59:38 9f32a84ed3da: Pulling fs layer 19:59:38 4d19c01a9841: Pulling fs layer 19:59:38 9325e15d5711: Pulling fs layer 19:59:38 556b6ee489ea: Pulling fs layer 19:59:38 c5a4b2cf53e6: Pulling fs layer 19:59:38 9f32a84ed3da: Waiting 19:59:38 4d19c01a9841: Waiting 19:59:38 9325e15d5711: Waiting 19:59:38 556b6ee489ea: Waiting 19:59:38 c5a4b2cf53e6: Waiting 19:59:38 85791d961cd3: Verifying Checksum 19:59:38 85791d961cd3: Download complete 19:59:38 9f32a84ed3da: Download complete 19:59:38 4d19c01a9841: Verifying Checksum 19:59:38 4d19c01a9841: Download complete 19:59:38 9325e15d5711: Verifying Checksum 19:59:38 9325e15d5711: Download complete 19:59:38 f56be85fc22e: Download complete 19:59:38 f56be85fc22e: Pull complete 19:59:38 85791d961cd3: Pull complete 19:59:39 c5a4b2cf53e6: Verifying Checksum 19:59:39 c5a4b2cf53e6: Download complete 19:59:39 d694b5ae8c79: Verifying Checksum 19:59:39 d694b5ae8c79: Download complete 19:59:39 556b6ee489ea: Verifying Checksum 19:59:39 556b6ee489ea: Download complete 19:59:41 d694b5ae8c79: Pull complete 19:59:41 9f32a84ed3da: Pull complete 19:59:42 4d19c01a9841: Pull complete 19:59:42 9325e15d5711: Pull complete 19:59:44 556b6ee489ea: Pull complete 19:59:45 c5a4b2cf53e6: Pull complete 19:59:45 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 19:59:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:59:45 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:45 WORKDIR /edgex 19:59:45 COPY go.mod . 19:59:45 RUN go mod download 19:59:45 + docker build -t ci-base-image-x86_64 -f - . 19:59:46 Sending build context to Docker daemon 170.6MB 19:59:46 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:46 ---> c4be618373d6 19:59:46 Step 2/4 : WORKDIR /edgex 19:59:47 ---> Running in 7acabedd3ee1 19:59:47 Removing intermediate container 7acabedd3ee1 19:59:47 ---> 5573d4c1d6f1 19:59:47 Step 3/4 : COPY go.mod . 19:59:47 ---> 552816ea708c 19:59:47 Step 4/4 : RUN go mod download 19:59:47 ---> Running in 473f715c44b1 19:59:51 Still waiting to schedule task 19:59:51 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-11059’ 19:59:57 Removing intermediate container 473f715c44b1 19:59:57 ---> dab9640f05ea 19:59:57 Successfully built dab9640f05ea 19:59:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:58 + docker inspect -f . ci-base-image-x86_64 19:59:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:58 prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container 19:59:58 $ 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:59:58 $ docker top 91df9e63c4cd1ee735ccf4db3fcfd171ae43e64cb89769786116f05b89953a6b -eo pid,comm [Pipeline] { [Pipeline] sh 19:59:59 + go version 19:59:59 go version go1.20.2 linux/amd64 [Pipeline] } 19:59:59 $ docker stop --time=1 91df9e63c4cd1ee735ccf4db3fcfd171ae43e64cb89769786116f05b89953a6b 20:00:00 $ docker rm -f --volumes 91df9e63c4cd1ee735ccf4db3fcfd171ae43e64cb89769786116f05b89953a6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:01 + docker inspect -f . ci-base-image-x86_64 20:00:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:01 prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container 20:00:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:00:01 $ docker top b45a25fdf6fded660233dad4d979627a18786646ef8a6189a63fc5c8d8134acf -eo pid,comm [Pipeline] { [Pipeline] echo 20:00:02 ========================================================= 20:00:02 [edgeXBuildGoParallel] Running Tests and Build... 20:00:02 ========================================================= [Pipeline] sh 20:00:02 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:00:02 + make test 20:00:02 go test -race -coverprofile=coverage.out ./... 20:00:10 ? github.com/edgexfoundry/edgex-go [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:00:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:00:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:00:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:00:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:00:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:00:28 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:00:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:00:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:00:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:00:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements 20:00:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.069s coverage: 98.5% of statements 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:00:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.079s coverage: 71.5% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:00:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 1.985s coverage: 88.5% of statements 20:00:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.078s coverage: 3.8% of statements 20:00:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:00:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:00:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:00:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.372s coverage: 95.6% of statements 20:00:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:00:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:00:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:00:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:00:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:00:38 ok github.com/edgexfoundry/edgex-go/internal/io 0.056s coverage: 72.2% of statements 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:00:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.056s coverage: 65.9% of statements 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:00:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.075s coverage: 0.9% of statements 20:00:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.063s coverage: 29.0% of statements 20:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 44.1% of statements 20:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 82.9% of statements 20:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 20:00:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 20:00:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:00:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:00:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:00:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:00:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:00:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:00:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:00:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:00:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:00:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:00:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:00:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements 20:00:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:00:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.307s coverage: 79.9% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.067s coverage: 92.9% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.060s coverage: 62.3% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 81.8% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 82.1% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.060s coverage: 86.0% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 63.1% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 89.4% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.187s coverage: 38.4% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.068s coverage: 17.7% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.122s coverage: 92.3% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 61.5% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.076s coverage: 97.7% of statements 20:01:04 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:01:04 running golangci-lint 20:01:04 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:01:04 go version go1.20.2 linux/amd64 20:01:04 level=info msg="[config_reader] Used config file .golangci.yml" 20:01:04 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:01:19 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|name|imports|types_sizes) took 13.575037346s" 20:01:19 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 30.41105ms" 20:01:27 level=info msg="[linters_context/goanalysis] analyzers took 55.297270962s with top 10 stages: buildir: 34.523998793s, inspect: 1.552038989s, fact_deprecated: 1.433217154s, S1038: 1.148116909s, ctrlflow: 1.086284272s, printf: 1.052595285s, gosec: 1.029179495s, nilness: 861.839166ms, fact_purity: 772.110243ms, unused: 604.878775ms" 20:01:27 level=info msg="[runner] Issues before processing: 203, after processing: 0" 20:01:27 level=info msg="[runner] Processors filtering stat (out/in): path_prettifier: 203/203, skip_files: 203/203, autogenerated_exclude: 203/203, exclude: 203/203, nolint: 0/23, cgo: 203/203, identifier_marker: 203/203, skip_dirs: 203/203, exclude-rules: 23/203, filename_unadjuster: 203/203" 20:01:27 level=info msg="[runner] processing took 14.802874ms with stages: nolint: 7.332941ms, identifier_marker: 4.195737ms, exclude-rules: 1.229508ms, autogenerated_exclude: 900.802µs, path_prettifier: 750.52µs, skip_dirs: 353.996µs, filename_unadjuster: 19.15µs, cgo: 16µs, uniq_by_line: 1.02µs, max_same_issues: 680ns, severity-rules: 470ns, skip_files: 400ns, diff: 270ns, exclude: 260ns, source_code: 250ns, sort_results: 230ns, max_from_linter: 180ns, max_per_file_from_linter: 170ns, path_shortener: 150ns, path_prefixer: 140ns" 20:01:27 level=info msg="[runner] linters took 8.160406249s with stages: goanalysis_metalinter: 8.145505833s" 20:01:27 level=info msg="File cache stats: 0 entries of total size 0B" 20:01:27 level=info msg="Memory: 219 samples, avg is 202.9MB, max is 735.6MB" 20:01:27 level=info msg="Execution took 21.777963069s" 20:01:27 go vet ./... 20:01:31 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:01:31 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:01:31 ./bin/test-attribution-txt.sh [Pipeline] echo 20:01:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:01:32 + ls -al . 20:01:32 total 704 20:01:32 drwxrwxr-x 11 1001 1001 4096 Apr 26 20:00 . 20:01:32 drwxr-xr-x 4 root root 4096 Apr 26 20:00 .. 20:01:32 drwxrwxr-x 2 1001 1001 4096 Apr 26 19:59 .blubracket 20:01:32 -rw-rw-r-- 1 1001 1001 16 Apr 26 19:59 .dockerignore 20:01:32 drwxrwxr-x 8 1001 1001 4096 Apr 26 19:59 .git 20:01:32 drwxrwxr-x 3 1001 1001 4096 Apr 26 19:59 .github 20:01:32 -rw-rw-r-- 1 1001 1001 1133 Apr 26 19:59 .gitignore 20:01:32 -rw-rw-r-- 1 1001 1001 42 Apr 26 19:59 .golangci.yml 20:01:32 -rw-rw-r-- 1 1001 1001 87 Apr 26 19:59 .hadolint.yml 20:01:32 drwxr-xr-x 3 1001 1001 4096 Apr 26 19:59 .semver 20:01:32 -rw-rw-r-- 1 1001 1001 166 Apr 26 19:59 .sonarcloud.properties 20:01:32 -rw-rw-r-- 1 1001 1001 1171 Apr 26 19:59 ADOPTERS.md 20:01:32 -rw-rw-r-- 1 1001 1001 10835 Apr 26 19:59 Attribution.txt 20:01:32 -rw-rw-r-- 1 1001 1001 73765 Apr 26 19:59 CHANGELOG.md 20:01:32 -rw-rw-r-- 1 1001 1001 3804 Apr 26 19:59 CONTRIBUTING.md 20:01:32 -rw-rw-r-- 1 1001 1001 677 Apr 26 19:59 GOVERNANCE.md 20:01:32 -rw-rw-r-- 1 1001 1001 883 Apr 26 19:59 Jenkinsfile 20:01:32 -rw-rw-r-- 1 1001 1001 10775 Apr 26 19:59 LICENSE 20:01:32 -rw-rw-r-- 1 1001 1001 14368 Apr 26 19:59 Makefile 20:01:32 -rw-rw-r-- 1 1001 1001 582 Apr 26 19:59 OWNERS.md 20:01:32 -rw-rw-r-- 1 1001 1001 9403 Apr 26 19:59 README.md 20:01:32 -rw-rw-r-- 1 1001 1001 789 Apr 26 19:59 SECURITY.md 20:01:32 -rw-rw-r-- 1 1001 1001 5 Apr 26 19:59 VERSION 20:01:32 drwxrwxr-x 2 1001 1001 4096 Apr 26 19:59 bin 20:01:32 drwxrwxr-x 18 1001 1001 4096 Apr 26 19:59 cmd 20:01:32 -rw-r--r-- 1 root root 448248 Apr 26 20:01 coverage.out 20:01:32 -rw-rw-r-- 1 1001 1001 3200 Apr 26 19:59 go.mod 20:01:32 -rw-rw-r-- 1 1001 1001 31155 Apr 26 19:59 go.sum 20:01:32 drwxrwxr-x 7 1001 1001 4096 Apr 26 19:59 internal 20:01:32 drwxrwxr-x 3 1001 1001 4096 Apr 26 19:59 openapi 20:01:32 -rw-rw-r-- 1 1001 1001 594 Apr 26 19:59 security.txt 20:01:32 drwxrwxr-x 4 1001 1001 4096 Apr 26 19:59 snap 20:01:32 -rw-rw-r-- 1 1001 1001 204 Apr 26 19:59 version.go [Pipeline] sh 20:01:32 + '[' -e coverage.out ] 20:01:32 + chown 1001:1001 coverage.out [Pipeline] stash 20:01:32 Stashed 1 file(s) [Pipeline] sh 20:01:32 + make build 20:01:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:01:45 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:01:45 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:01:46 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:01:47 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:01:54 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:01:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:01:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:01:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:01:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:01:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:02: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:02:01 $ docker stop --time=1 b45a25fdf6fded660233dad4d979627a18786646ef8a6189a63fc5c8d8134acf 20:02:03 $ docker rm -f --volumes b45a25fdf6fded660233dad4d979627a18786646ef8a6189a63fc5c8d8134acf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:05 20:02:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:05 latest: Pulling from edgex-devops/edgex-compose 20:02:05 cbdbe7a5bc2a: Pulling fs layer 20:02:05 ca9280d653b3: Pulling fs layer 20:02:05 7e9c9ca2126c: Pulling fs layer 20:02:05 cbdbe7a5bc2a: Download complete 20:02:05 ca9280d653b3: Verifying Checksum 20:02:05 ca9280d653b3: Download complete 20:02:05 cbdbe7a5bc2a: Pull complete 20:02:06 ca9280d653b3: Pull complete 20:02:06 7e9c9ca2126c: Download complete 20:02:09 7e9c9ca2126c: Pull complete 20:02:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:02:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:09 prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container 20:02:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:02:10 $ docker top 301f80140bebe25e9dee17118fd37222552882de9877e8eb6555d14180fa1dc0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:11 + docker-compose build --help 20:02:11 + grep parallel 20:02:11 --parallel Build images in parallel. [Pipeline] } 20:02:11 $ docker stop --time=1 301f80140bebe25e9dee17118fd37222552882de9877e8eb6555d14180fa1dc0 20:02:13 $ docker rm -f --volumes 301f80140bebe25e9dee17118fd37222552882de9877e8eb6555d14180fa1dc0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:13 prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container 20:02:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:02:14 $ docker top 13d470b27ba64f9e664b6211d76b9c7c734795d1f8bd9542083e0cc03e35c485 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:14 + docker-compose -f ./docker-compose-build.yml build --parallel 20:02:15 Building core-command ... 20:02:15 Building core-common-config-bootstrapper ... 20:02:15 Building core-data ... 20:02:15 Building core-metadata ... 20:02:15 Building security-bootstrapper ... 20:02:15 Building security-proxy-auth ... 20:02:15 Building security-proxy-setup ... 20:02:15 Building security-secretstore-setup ... 20:02:15 Building security-spiffe-token-provider ... 20:02:15 Building security-spire-agent ... 20:02:15 Building security-spire-config ... 20:02:15 Building security-spire-server ... 20:02:15 Building support-notifications ... 20:02:15 Building support-scheduler ... 20:02:15 Building security-proxy-auth 20:02:15 Building security-proxy-setup 20:02:15 Building core-data 20:02:15 Building core-command 20:02:15 Building security-bootstrapper 20:02:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-11062 in /w/workspace/edgexfoundry_edgex-go_PR-4534 [Pipeline] { [Pipeline] ws 20:02:23 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:02:23 The recommended git tool is: git 20:02:29 using credential edgex-jenkins-ssh 20:02:29 Cloning the remote Git repository 20:02:29 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:29 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:02:29 ---> dab9640f05ea 20:02:29 Step 3/33 : WORKDIR /edgex-go 20:02:29 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:29 ---> dab9640f05ea 20:02:29 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:29 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:29 ---> dab9640f05ea 20:02:29 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:29 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:02:29 ---> dab9640f05ea 20:02:29 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:02:29 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:02:29 ---> dab9640f05ea 20:02:29 Step 3/22 : WORKDIR /edgex-go 20:02:30 ---> Running in 91458a8bfc2b 20:02:30 ---> Running in b0f7d86195e2 20:02:30 ---> Running in 811d44ceeb22 20:02:30 ---> Running in 51428bf6a5a1 20:02:30 ---> Running in 800b7520d83b 20:02:30 Removing intermediate container 91458a8bfc2b 20:02:30 ---> 0178e20ecb39 20:02:30 Step 4/23 : WORKDIR /edgex-go 20:02:30 Removing intermediate container b0f7d86195e2 20:02:30 ---> 573d81934fd4 20:02:30 Step 4/23 : WORKDIR /edgex-go 20:02:30 Removing intermediate container 51428bf6a5a1 20:02:30 ---> 0a0ca19d7cb4 20:02:30 Step 4/22 : RUN apk add --update --no-cache make git 20:02:30 ---> Running in 6782d803b70a 20:02:30 Removing intermediate container 811d44ceeb22 20:02:30 ---> f45342e423fd 20:02:30 Step 4/33 : RUN apk add --update --no-cache make git 20:02:30 Removing intermediate container 800b7520d83b 20:02:30 ---> b8d338e0fe59 20:02:30 Step 4/24 : WORKDIR /edgex-go 20:02:30 ---> Running in acf80f5cb470 20:02:30 ---> Running in 5025f51707be 20:02:30 ---> Running in 24872ee65df3 20:02:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:02:29 > git init /w/workspace/edgex-go/1 # timeout=10 20:02:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:02:29 > git --version # timeout=10 20:02:30 > git --version # 'git version 2.25.1' 20:02:30 using GIT_SSH to set credentials SSH Credentials for GitHub 20:02:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:02:30 ---> Running in 259116b7c678 20:02:30 Removing intermediate container 6782d803b70a 20:02:30 ---> 765185752479 20:02:30 Step 5/23 : RUN apk add --update --no-cache make git 20:02:30 ---> Running in d5048a859171 20:02:30 Removing intermediate container 24872ee65df3 20:02:30 ---> 5829a1f3c62b 20:02:30 Step 5/23 : RUN apk add --update --no-cache make git 20:02:30 Removing intermediate container 259116b7c678 20:02:30 ---> bebd14928974 20:02:30 Step 5/24 : RUN apk add --update --no-cache make git 20:02:30 ---> Running in 4f226b3bb79a 20:02:30 ---> Running in b239bcb68d23 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:31 OK: 265 MiB in 53 packages 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:31 OK: 265 MiB in 53 packages 20:02:31 OK: 265 MiB in 53 packages 20:02:31 OK: 265 MiB in 53 packages 20:02:31 OK: 265 MiB in 53 packages 20:02:31 Removing intermediate container 5025f51707be 20:02:31 ---> 1452c6446589 20:02:31 Step 5/22 : COPY go.mod vendor* ./ 20:02:31 Removing intermediate container acf80f5cb470 20:02:31 ---> 2e7ec66033a8 20:02:31 Step 5/33 : COPY go.mod vendor* ./ 20:02:32 ---> e013cb521a8a 20:02:32 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:32 ---> 27614d920d9a 20:02:32 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:32 ---> Running in 19a27afd36d9 20:02:32 Removing intermediate container d5048a859171 20:02:32 ---> 3b2e6ef9919d 20:02:32 Step 6/23 : COPY go.mod vendor* ./ 20:02:32 ---> Running in 74ac73873e8c 20:02:32 Removing intermediate container b239bcb68d23 20:02:32 ---> 113ed7a569d2 20:02:32 Step 6/24 : COPY go.mod vendor* ./ 20:02:32 Removing intermediate container 4f226b3bb79a 20:02:32 ---> 43abfe58613d 20:02:32 Step 6/23 : COPY go.mod vendor* ./ 20:02:32 ---> 0eb0e5fa522d 20:02:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:32 ---> Running in ede8f8824867 20:02:32 ---> b9d900ac43f6 20:02:32 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:32 ---> Running in 7dfe109cd564 20:02:32 ---> 1df48878f40e 20:02:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:32 ---> Running in 35de3326f850 20:02:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:02:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:02:51 Merging remotes/origin/main commit 577681181bc6884f0ff204c6dd697ba0a91a7618 into PR head commit 9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:02:51 Merge succeeded, producing 9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:02:51 Checking out Revision 9271d25c44458c9522706a5c2b8f4034fcdb8d0f (PR-4534) 20:02:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:02:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:02:50 using GIT_SSH to set credentials SSH Credentials for GitHub 20:02:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4534/head:refs/remotes/origin/PR-4534 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:02:51 > git config core.sparsecheckout # timeout=10 20:02:51 > git checkout -f 9271d25c44458c9522706a5c2b8f4034fcdb8d0f # timeout=10 20:02:51 > git remote # timeout=10 20:02:51 > git config --get remote.origin.url # timeout=10 20:02:51 using GIT_SSH to set credentials SSH Credentials for GitHub 20:02:51 > git merge 577681181bc6884f0ff204c6dd697ba0a91a7618 # timeout=10 20:02:51 > git rev-parse HEAD^{commit} # timeout=10 20:02:51 > git config core.sparsecheckout # timeout=10 20:02:51 > git checkout -f 9271d25c44458c9522706a5c2b8f4034fcdb8d0f # timeout=10 20:02:52 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v3" 20:02:52 > git --version # timeout=10 20:02:52 > git --version # 'git version 2.25.1' 20:02:52 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:02:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:02:53 % Total % Received % Xferd Average Speed Time Time Time Current 20:02:53 Dload Upload Total Spent Left Speed 20:02:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95156 0 --:--:-- --:--:-- --:--:-- 95872 [Pipeline] sh 20:02:54 Removing intermediate container 35de3326f850 20:02:54 ---> 786cc7f07143 20:02:54 Step 8/23 : COPY . . 20:02:54 Removing intermediate container 19a27afd36d9 20:02:54 ---> bce4aac2c9b3 20:02:54 Step 7/22 : COPY . . 20:02:54 Removing intermediate container 74ac73873e8c 20:02:54 ---> 21854e5018ac 20:02:54 Step 7/33 : COPY . . 20:02:54 Removing intermediate container 7dfe109cd564 20:02:54 ---> 8ae2387072d1 20:02:54 Step 8/24 : COPY . . 20:02:54 Removing intermediate container ede8f8824867 20:02:54 ---> fa28b835041d 20:02:54 Step 8/23 : COPY . . 20:02:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:02:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:02:54 + sudo tee /etc/docker/daemon.new 20:02:54 { 20:02:54 "registry-mirrors": [ 20:02:54 "https://nexus3.edgexfoundry.org:10001" 20:02:54 ], 20:02:54 "bip": "10.250.0.254/24", 20:02:54 "hosts": [ 20:02:54 "tcp://0.0.0.0:5555", 20:02:54 "unix:///var/run/docker.sock" 20:02:54 ], 20:02:54 "mtu": 1458, 20:02:54 "selinux-enabled": true, 20:02:54 "seccomp-profile": "/etc/docker/seccomp.json" 20:02:54 } [Pipeline] sh 20:02:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:02:55 + sudo service docker restart 20:02:59 ---> 12d648d8fa6c 20:02:59 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:02:59 ---> 2054b5bddc5c 20:02:59 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:02:59 ---> 12d921fcc78c 20:02:59 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:02:59 ---> 7c22034c7a80 20:02:59 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:02:59 ---> Running in ee9cda1d930c 20:02:59 ---> Running in f09f94fa57f1 20:02:59 ---> Running in 1f78824ae73d 20:02:59 ---> e5278f51d3a2 20:02:59 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:02:59 ---> Running in 8de148e09ec1 20:02:59 ---> Running in 78d22b77c393 20:03: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:03: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:03:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:03:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:03:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:03:13 provisioning config files... 20:03:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2761033781536316473tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:03:14 ---> docker-login.sh 20:03:14 nexus3.edgexfoundry.org:10001 20:03:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:14 Configure a credential helper to remove this warning. See 20:03:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:14 20:03:14 Login Succeeded 20:03:14 nexus3.edgexfoundry.org:10002 20:03:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:15 Configure a credential helper to remove this warning. See 20:03:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:15 20:03:15 Login Succeeded 20:03:15 nexus3.edgexfoundry.org:10003 20:03:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:15 Configure a credential helper to remove this warning. See 20:03:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:15 20:03:15 Login Succeeded 20:03:15 nexus3.edgexfoundry.org:10004 20:03:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:16 Configure a credential helper to remove this warning. See 20:03:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:16 20:03:16 Login Succeeded 20:03:16 docker.io 20:03:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:16 Configure a credential helper to remove this warning. See 20:03:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:16 20:03:16 Login Succeeded 20:03:16 ---> docker-login.sh ends [Pipeline] } 20:03:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 20:03:17 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:03:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:03:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:03:17 ========================================================= 20:03:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:03:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:03:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:03:18 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:03:18 c41833b44d91: Pulling fs layer 20:03:18 ed15518f5707: Pulling fs layer 20:03:18 feae8fd75edb: Pulling fs layer 20:03:18 242c74f7c9fa: Pulling fs layer 20:03:18 3cdef696dda3: Pulling fs layer 20:03:18 2ced38df9373: Pulling fs layer 20:03:18 58f1dce35555: Pulling fs layer 20:03:18 3cdef696dda3: Waiting 20:03:18 242c74f7c9fa: Waiting 20:03:18 2ced38df9373: Waiting 20:03:18 58f1dce35555: Waiting 20:03:18 ed15518f5707: Download complete 20:03:18 242c74f7c9fa: Verifying Checksum 20:03:18 242c74f7c9fa: Download complete 20:03:18 3cdef696dda3: Download complete 20:03:18 c41833b44d91: Verifying Checksum 20:03:18 c41833b44d91: Download complete 20:03:20 c41833b44d91: Pull complete 20:03:20 58f1dce35555: Verifying Checksum 20:03:20 58f1dce35555: Download complete 20:03:20 ed15518f5707: Pull complete 20:03:21 feae8fd75edb: Download complete 20:03:21 2ced38df9373: Verifying Checksum 20:03:21 2ced38df9373: Download complete 20:03:34 feae8fd75edb: Pull complete 20:03:34 242c74f7c9fa: Pull complete 20:03:34 3cdef696dda3: Pull complete 20:03:39 Removing intermediate container 1f78824ae73d 20:03:39 ---> 08cff54b3a38 20:03:39 20:03:39 Step 10/23 : FROM alpine:3.17 20:03:39 Removing intermediate container ee9cda1d930c 20:03:39 ---> 3e9829fe3bb3 20:03:39 20:03:39 Step 9/33 : FROM alpine:3.17 20:03:39 Removing intermediate container 8de148e09ec1 20:03:39 ---> 50dc517aa211 20:03:39 20:03:39 Step 9/22 : FROM alpine:3.17 20:03:39 Removing intermediate container 78d22b77c393 20:03:39 ---> f3d969af044b 20:03:39 20:03:39 Step 10/23 : FROM alpine:3.17 20:03:39 Removing intermediate container f09f94fa57f1 20:03:39 ---> 5bafa731bd50 20:03:39 20:03:39 Step 10/24 : FROM alpine:3.17 20:03:39 3.17: Pulling from library/alpine 20:03:39 3.17: Pulling from library/alpine 20:03:39 3.17: Pulling from library/alpine 20:03:39 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:03:39 3.17: Pulling from library/alpine 20:03:39 3.17: Pulling from library/alpine 20:03:39 Status: Downloaded newer image for alpine:3.17 20:03:39 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:03:39 Status: Image is up to date for alpine:3.17 20:03:39 ---> 9ed4aefc74f6 20:03:39 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:03:39 ---> 9ed4aefc74f6 20:03:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:03:39 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:03:39 Status: Image is up to date for alpine:3.17 20:03:39 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:03:39 Status: Image is up to date for alpine:3.17 20:03:39 ---> 9ed4aefc74f6 20:03:39 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:03:39 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:03:39 Status: Image is up to date for alpine:3.17 20:03:39 ---> 9ed4aefc74f6 20:03:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:03:39 ---> 9ed4aefc74f6 20:03:39 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:03:39 ---> Running in 7161f7eef879 20:03:39 ---> Running in eb01206eb61c 20:03:39 ---> Running in 950cda0f6575 20:03:39 ---> Running in a13aa4a1c236 20:03:39 ---> Running in 4703940efe9a 20:03:39 Removing intermediate container 950cda0f6575 20:03:39 ---> 7bf36d139ee8 20:03:39 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:03:39 Removing intermediate container eb01206eb61c 20:03:39 ---> 9f1f1000d681 20:03:39 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:03:39 Removing intermediate container 4703940efe9a 20:03:39 ---> 6853bf72db20 20:03:39 Step 12/23 : ENV APP_PORT=59880 20:03:39 ---> Running in 9e2848719b9d 20:03:39 ---> Running in 8da458c1648a 20:03:39 ---> Running in 6b994376c39b 20:03:39 Removing intermediate container 6b994376c39b 20:03:39 ---> c55b2a212afb 20:03:39 Step 13/23 : EXPOSE $APP_PORT 20:03:39 ---> Running in 00a1a3976954 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:39 Removing intermediate container 00a1a3976954 20:03:39 ---> a994e054aa57 20:03:39 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:03:39 ---> Running in 7a11693dd44c 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:39 (1/2) Installing dumb-init (1.2.5-r2) 20:03:39 (2/2) Installing openssl (3.0.8-r4) 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:39 Executing busybox-1.35.0-r29.trigger 20:03:39 OK: 8 MiB in 17 packages 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:39 (1/1) Installing dumb-init (1.2.5-r2) 20:03:39 Executing busybox-1.35.0-r29.trigger 20:03:39 OK: 7 MiB in 16 packages 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:39 (1/1) Installing dumb-init (1.2.5-r2) 20:03:39 Executing busybox-1.35.0-r29.trigger 20:03:39 OK: 7 MiB in 16 packages 20:03:39 (1/2) Installing dumb-init (1.2.5-r2) 20:03:39 (2/2) Installing su-exec (0.2-r2) 20:03:39 Executing busybox-1.35.0-r29.trigger 20:03:39 OK: 7 MiB in 17 packages 20:03:39 Removing intermediate container 7161f7eef879 20:03:39 ---> aecee64c6bfe 20:03:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:03:39 (1/1) Installing dumb-init (1.2.5-r2) 20:03:39 ---> Running in 72401489680d 20:03:39 Executing busybox-1.35.0-r29.trigger 20:03:39 OK: 7 MiB in 16 packages 20:03:39 Removing intermediate container 72401489680d 20:03:39 ---> 63e44f56153b 20:03:39 Step 12/22 : WORKDIR /edgex 20:03:39 ---> Running in edd6e03dc365 20:03:39 Removing intermediate container a13aa4a1c236 20:03:39 ---> 4a64c43702b0 20:03:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:03:39 ---> Running in 35b1dbdda09f 20:03:39 Removing intermediate container 9e2848719b9d 20:03:39 ---> 63da1f66cda9 20:03:39 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:39 Removing intermediate container edd6e03dc365 20:03:39 ---> ff6bec5385a5 20:03:39 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:39 Removing intermediate container 35b1dbdda09f 20:03:39 ---> c5f60bc41260 20:03:39 Step 13/24 : ENV APP_PORT=59882 20:03:39 Removing intermediate container 8da458c1648a 20:03:39 ---> 627ab1686b01 20:03:39 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:03:39 ---> Running in 7ecee3229863 20:03:39 ---> 83ac3eed0675 20:03:39 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:03:39 ---> Running in 2a49f9fe2494 20:03:39 ---> 8e7cbb1889d4 20:03:39 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:03:39 Removing intermediate container 7a11693dd44c 20:03:39 ---> fd91a255248f 20:03:39 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:39 Removing intermediate container 7ecee3229863 20:03:39 ---> 5be07eb9fa18 20:03:39 Step 14/24 : EXPOSE $APP_PORT 20:03:39 ---> Running in 9df611ba5d70 20:03:39 Removing intermediate container 2a49f9fe2494 20:03:39 ---> 8168c691e51b 20:03:39 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:03:39 ---> Running in c81f0e360d3d 20:03:39 ---> 8c04fa4615b3 20:03:39 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:03:39 ---> 4fc90ead8aee 20:03:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:03:39 ---> 17136f7c1db8 20:03:39 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:03:39 Removing intermediate container 9df611ba5d70 20:03:39 ---> 9a13aa6132be 20:03:39 Step 15/24 : WORKDIR / 20:03:39 Removing intermediate container c81f0e360d3d 20:03:39 ---> 97111d35a9aa 20:03:39 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:03:39 ---> Running in 0ac026d2eb44 20:03:39 ---> Running in b4b0cd01f0d5 20:03:39 ---> 8719322dda1a 20:03:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:03:39 ---> 99271773830c 20:03:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:03:39 Removing intermediate container 0ac026d2eb44 20:03:39 ---> fd5af60123ac 20:03:39 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:39 ---> a01f6f622b3f 20:03:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:03:39 Removing intermediate container b4b0cd01f0d5 20:03:39 ---> fde7936aba90 20:03:39 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:03:39 ---> Running in 717e6389139a 20:03:39 ---> 1e11b72c255d 20:03:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:03:39 Removing intermediate container 717e6389139a 20:03:39 ---> dd4a018642c9 20:03:39 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:03:39 ---> b46e87e663a4 20:03:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:03:39 ---> 37945fc8ca29 20:03:39 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:03:39 ---> Running in 7d307b2ae58c 20:03:39 ---> bd74ae725669 20:03:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:03:39 ---> 91c430ecdb8c 20:03:39 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:03:39 ---> Running in 1b4b28292ffb 20:03:39 ---> 67ea057c83b4 20:03:39 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:03:39 ---> 6d3664baa03e 20:03:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:03:39 ---> Running in 8cc857d4a612 20:03:39 ---> 29c3afe8eb18 20:03:39 Step 19/23 : ENTRYPOINT ["/core-data"] 20:03:39 ---> Running in 2368f69a1859 20:03:39 Removing intermediate container 2368f69a1859 20:03:39 ---> d74f43ad8f77 20:03:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:39 ---> Running in edb3a1d3990d 20:03:39 Removing intermediate container edb3a1d3990d 20:03:39 ---> 0a13126abf26 20:03:39 Step 21/23 : LABEL arch=x86_64 20:03:39 ---> 75bf645675bb 20:03:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:03:39 ---> Running in 855bdf49531e 20:03:39 Removing intermediate container 855bdf49531e 20:03:39 ---> dd9c4a55f337 20:03:39 Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:03:39 ---> Running in 960a582289fe 20:03:39 Removing intermediate container 7d307b2ae58c 20:03:39 ---> bcccf7371b54 20:03:39 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:03:39 ---> 830fd8a6d86f 20:03:39 Step 20/24 : ENTRYPOINT ["/core-command"] 20:03:39 ---> Running in 34cfaf0ea446 20:03:39 ---> Running in ffb2c1223267 20:03:39 Removing intermediate container 960a582289fe 20:03:39 ---> 892fe3d92d4f 20:03:39 Step 23/23 : LABEL version=0.0.0 20:03:39 ---> Running in a3e8f743610c 20:03:39 Removing intermediate container 34cfaf0ea446 20:03:39 ---> e8f5f576af56 20:03:39 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:03:39 Removing intermediate container ffb2c1223267 20:03:39 ---> 6d376d7b63e1 20:03:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:39 ---> Running in e0c0c5d382e9 20:03:39 Removing intermediate container a3e8f743610c 20:03:39 ---> 07f4ad466bdb 20:03:39 20:03:39 Successfully built 07f4ad466bdb 20:03:39 Successfully tagged core-data:latest 20:03:39 Removing intermediate container e0c0c5d382e9 20:03:39  Building core-data ... done  ---> e0fcd0ea481e 20:03:39 Step 22/24 : LABEL arch=x86_64 20:03:39 Building security-spiffe-token-provider 20:03:39 ---> f5a4eda1c33c 20:03:39 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:03:39 ---> Running in b94beac8423d 20:03:39 ---> Running in 2e3f0955aaad 20:03:39 Removing intermediate container 1b4b28292ffb 20:03:39 ---> 2f676a084e6c 20:03:39 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:03:39 ---> Running in f975cebf6e65 20:03:39 Removing intermediate container b94beac8423d 20:03:39 ---> 8582c20cdc8e 20:03:39 Step 23/24 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:03:39 ---> Running in 1812e6acd07a 20:03:39 Removing intermediate container f975cebf6e65 20:03:39 ---> 9c1e38cca09e 20:03:39 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:03:39 Removing intermediate container 8cc857d4a612 20:03:39 ---> 433272763170 20:03:39 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:03:39 ---> Running in 9582d3a652cd 20:03:39 ---> Running in efa483de71bd 20:03:39 Removing intermediate container 1812e6acd07a 20:03:39 ---> 3c79b4b6ef7c 20:03:39 Step 24/24 : LABEL version=0.0.0 20:03:39 Removing intermediate container 9582d3a652cd 20:03:39 ---> 0224151f81c1 20:03:39 Step 21/23 : LABEL arch=x86_64 20:03:39 ---> Running in 28d7557d993b 20:03:39 ---> Running in 64431c321655 20:03:39 Removing intermediate container efa483de71bd 20:03:39 ---> 8f14edabcf7d 20:03:39 Step 20/22 : LABEL arch=x86_64 20:03:39 ---> Running in 5f81e46ee191 20:03:39 Removing intermediate container 28d7557d993b 20:03:39 ---> 3576b56d6d18 20:03:39 Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:03:39 ---> Running in 753573d77d00 20:03:39 Removing intermediate container 64431c321655 20:03:39 ---> 0c416966fd26 20:03:39 20:03:39 Successfully built 0c416966fd26 20:03:39 Removing intermediate container 5f81e46ee191 20:03:39 ---> a6f00718f84b 20:03:39 Step 21/22 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:03:39 Successfully tagged core-command:latest 20:03:39  Building core-command ... done Building support-scheduler 20:03:39 Removing intermediate container 753573d77d00 20:03:39 ---> 3d4709c5fc93 20:03:39 Step 23/23 : LABEL version=0.0.0 20:03:39 ---> Running in 59ad1c864a19 20:03:39 ---> Running in 0d21b999b23f 20:03:39 Removing intermediate container 2e3f0955aaad 20:03:39 ---> 02bc4efdc130 20:03:39 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:40 Removing intermediate container 59ad1c864a19 20:03:40 ---> c0ad72165093 20:03:40 Step 22/22 : LABEL version=0.0.0 20:03:40 Removing intermediate container 0d21b999b23f 20:03:40 ---> 06f68cd1ccf7 20:03:40 20:03:40 Successfully built 06f68cd1ccf7 20:03:40 Successfully tagged security-proxy-auth:latest 20:03:40 Building core-common-config-bootstrapper 20:03:40  Building security-proxy-auth ... done  ---> Running in 1cba80945a09 20:03:40 ---> 95974c910b9a 20:03:40 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:03:40 Removing intermediate container 1cba80945a09 20:03:40 ---> b80287e2e777 20:03:40 20:03:40 2ced38df9373: Pull complete 20:03:40 ---> d450b8773ee1 20:03:40 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:03:40 Successfully built b80287e2e777 20:03:40 Successfully tagged security-proxy-setup:latest 20:03:40 Building support-notifications 20:03:41  Building security-proxy-setup ... done  ---> e3f8bb0f5d5b 20:03:41 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:03:42 ---> 1ea20461d95e 20:03:42 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:03:42 58f1dce35555: Pull complete 20:03:42 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 20:03:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:03:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:03:42 ---> 63784a4208f8 20:03:42 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [Pipeline] fileExists [Pipeline] sh 20:03:43 + docker build -t ci-base-image-arm64 -f - . 20:03:43 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:03:43 WORKDIR /edgex 20:03:43 COPY go.mod . 20:03:43 RUN go mod download 20:03:43 ---> 07c18e19cf07 20:03:43 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:03:43 ---> 8ac6a0dc4289 20:03:43 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:03:43 Sending build context to Docker daemon 2.932MB 20:03:43 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:03:43 ---> fadd8f120f05 20:03:43 Step 2/4 : WORKDIR /edgex 20:03:43 ---> b877e20302ba 20:03:43 Step 28/33 : RUN chmod +x /entrypoint.sh 20:03:43 ---> Running in 5ab8a9c9aae2 20:03:44 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:44 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:03:44 ---> dab9640f05ea 20:03:44 Step 3/20 : WORKDIR /edgex-go 20:03:44 ---> Using cache 20:03:44 ---> f45342e423fd 20:03:44 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:03:44 ---> Running in ae0de1ccee5f 20:03:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:45 Removing intermediate container 5ab8a9c9aae2 20:03:45 ---> be79f7d0ab60 20:03:45 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:03:45 v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:03:45 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:03:45 OK: 17819 distinct packages available 20:03:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:45 ---> Running in 3492697742b6 20:03:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:45 Removing intermediate container 3492697742b6 20:03:45 ---> 10539c2f9904 20:03:45 Step 30/33 : CMD ["gate"] 20:03:45 OK: 265 MiB in 53 packages 20:03:45 ---> Running in deef4dca7c3c 20:03:45 ---> Running in b3a51ac80a44 20:03:45 Removing intermediate container deef4dca7c3c 20:03:45 ---> 2fbc9ab2c778 20:03:45 Step 31/33 : LABEL arch=x86_64 20:03:45 ---> Running in 90781a962390 20:03:45 Removing intermediate container b3a51ac80a44 20:03:45 ---> 5823946036b7 20:03:45 Step 3/4 : COPY go.mod . 20:03:46 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:46 ---> dab9640f05ea 20:03:46 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:46 ---> Using cache 20:03:46 ---> b8d338e0fe59 20:03:46 Step 4/23 : WORKDIR /edgex-go 20:03:46 ---> Using cache 20:03:46 ---> bebd14928974 20:03:46 Step 5/23 : RUN apk add --update --no-cache make git 20:03:46 ---> Using cache 20:03:46 ---> 113ed7a569d2 20:03:46 Step 6/23 : COPY go.mod vendor* ./ 20:03:46 ---> Using cache 20:03:46 ---> b9d900ac43f6 20:03:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:46 ---> Using cache 20:03:46 ---> 8ae2387072d1 20:03:46 Step 8/23 : COPY . . 20:03:46 Removing intermediate container 90781a962390 20:03:46 ---> ad658d6c7e9a 20:03:46 Step 32/33 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:03:46 ---> Using cache 20:03:46 ---> 12d648d8fa6c 20:03:46 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:03:46 ---> Running in 40f6981c5e56 20:03:46 ---> Running in 321f5fce44fa 20:03:46 Removing intermediate container ae0de1ccee5f 20:03:46 ---> 61997364ec5b 20:03:46 Step 5/20 : COPY go.mod vendor* ./ 20:03:46 Removing intermediate container 40f6981c5e56 20:03:46 ---> 4dc921eb1683 20:03:46 Step 33/33 : LABEL version=0.0.0 20:03:46 ---> Running in 1e003b28f052 20:03:46 ---> 9df74946d953 20:03:46 Step 4/4 : RUN go mod download 20:03:46 ---> Running in edcc17cdd65e 20:03:46 ---> 1d7f044efff7 20:03:46 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:46 ---> Running in e514af437a79 20:03:46 Removing intermediate container 1e003b28f052 20:03:46 ---> f70d3d55c31d 20:03:46 20:03:46 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:03:46 Successfully built f70d3d55c31d 20:03:46 Successfully tagged security-bootstrapper:latest 20:03:46  Building security-bootstrapper ... done Building security-spire-config 20:03:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:47 ---> dab9640f05ea 20:03:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:47 ---> Using cache 20:03:47 ---> b8d338e0fe59 20:03:47 Step 4/23 : WORKDIR /edgex-go 20:03:47 ---> Using cache 20:03:47 ---> bebd14928974 20:03:47 Step 5/23 : RUN apk add --update --no-cache make git 20:03:47 ---> Using cache 20:03:47 ---> 113ed7a569d2 20:03:47 Step 6/23 : COPY go.mod vendor* ./ 20:03:47 ---> Using cache 20:03:47 ---> b9d900ac43f6 20:03:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:47 ---> Using cache 20:03:47 ---> 8ae2387072d1 20:03:47 Step 8/23 : COPY . . 20:03:47 ---> Using cache 20:03:47 ---> 12d648d8fa6c 20:03:47 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:03:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:47 ---> dab9640f05ea 20:03:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:47 ---> Using cache 20:03:47 ---> b8d338e0fe59 20:03:47 Step 4/23 : WORKDIR /edgex-go 20:03:47 ---> Using cache 20:03:47 ---> bebd14928974 20:03:47 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:03:47 ---> Running in f95bb0f37fc1 20:03:47 ---> Running in c47c1f262d52 20:03:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:48 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:03:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:49 OK: 265 MiB in 53 packages 20:03:50 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:50 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:03:50 ---> dab9640f05ea 20:03:50 Step 3/27 : WORKDIR /edgex-go 20:03:50 ---> Using cache 20:03:50 ---> f45342e423fd 20:03:50 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:03:50 ---> Running in d34426089d28 20:03:50 Removing intermediate container c47c1f262d52 20:03:50 ---> 258653f36857 20:03:50 Step 6/23 : COPY go.mod vendor* ./ 20:03:50 ---> 4261adf853cf 20:03:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:50 ---> Running in 3ffbb04888d1 20:03:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:51 OK: 265 MiB in 53 packages 20:03:51 Removing intermediate container d34426089d28 20:03:51 ---> 15d1fdb92cf4 20:03:51 Step 5/27 : COPY go.mod vendor* ./ 20:03:52 ---> d214ae15e20b 20:03:52 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:52 ---> Running in 468418bba4a8 20:04:14 Removing intermediate container e514af437a79 20:04:14 ---> c731ba49ae60 20:04:14 Step 7/20 : COPY . . 20:04:14 Removing intermediate container 3ffbb04888d1 20:04:14 ---> 220efaaef327 20:04:14 Step 8/23 : COPY . . 20:04:14 Removing intermediate container 468418bba4a8 20:04:14 ---> ddb68b5eb97d 20:04:14 Step 7/27 : COPY . . 20:04:14 Removing intermediate container f95bb0f37fc1 20:04:14 ---> 90f58519e191 20:04:14 20:04:14 Step 10/23 : FROM alpine:3.17 20:04:14 ---> 9ed4aefc74f6 20:04:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:04:14 ---> Using cache 20:04:14 ---> 7bf36d139ee8 20:04:14 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:04:14 ---> Using cache 20:04:14 ---> 63da1f66cda9 20:04:14 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:14 ---> Using cache 20:04:14 ---> 83ac3eed0675 20:04:14 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:04:14 ---> Using cache 20:04:14 ---> 8c04fa4615b3 20:04:14 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:04:14 ---> eeb3b68ae3a4 20:04:14 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:04:14 ---> Running in 52607c663b0b 20:04:14 ---> a6558b0165bf 20:04:14 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:04:14 ---> Running in 2720c9eb933f 20:04:14 ---> 9df75084b033 20:04:14 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:04:14 ---> Running in 85db6d438a9c 20:04:15 ---> f5be731fd547 20:04:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:04:15 Removing intermediate container 85db6d438a9c 20:04:15 ---> f13cc1e30ca2 20:04:15 Step 9/27 : WORKDIR /edgex-go/spire-build 20:04:15 ---> Running in 0a49b3524531 20:04:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:04:15 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:04:15 Removing intermediate container 0a49b3524531 20:04:15 ---> 7bfca4eff9da 20:04:15 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:04:15 ---> 499c2f8c29d1 20:04:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:04:15 ---> Running in 6604c7b121ba 20:04:15 Removing intermediate container 6604c7b121ba 20:04:15 ---> 7326489e1c89 20:04:15 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:04:15 ---> 949d4605e111 20:04:15 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:15 ---> Running in 6ffef5f2216b 20:04:15 ---> Running in b69d69afee6d 20:04:17 Removing intermediate container 6ffef5f2216b 20:04:17 Removing intermediate container b69d69afee6d 20:04:17 ---> 29641be0c51a 20:04:17 ---> fa35a5aaa711 20:04:17 Step 12/27 : WORKDIR /edgex-goStep 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:04:17 20:04:17 ---> Running in 7354289c6c22 20:04:17 ---> Running in 6f84395061c5 20:04:17 Removing intermediate container 7354289c6c22 20:04:17 ---> cf99c16eb6cd 20:04:17 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:04:17 ---> Running in d482aa0f33bb 20:04:17 Removing intermediate container 6f84395061c5 20:04:17 ---> 2381820ec5ad 20:04:17 20:04:17 Step 13/27 : FROM alpine:3.17 20:04:17 ---> 9ed4aefc74f6 20:04:17 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:04:17 ---> Running in 2c9bde6a9d5d 20:04:17 Removing intermediate container d482aa0f33bb 20:04:17 ---> 4fa98e6b3f7f 20:04:17 Step 21/23 : LABEL arch=x86_64 20:04:17 ---> Running in cda6bc1d014f 20:04:17 Removing intermediate container 2c9bde6a9d5d 20:04:17 ---> 38c9f12f7f4b 20:04:17 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:04:17 ---> Running in 741146cb051e 20:04:17 Removing intermediate container cda6bc1d014f 20:04:17 ---> 40b3d6fe93f4 20:04:17 Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:04:17 ---> Running in e15b893b32d4 20:04:17 Removing intermediate container 321f5fce44fa 20:04:17 ---> a16022307844 20:04:17 20:04:17 Step 10/23 : FROM alpine:3.17 20:04:17 ---> 9ed4aefc74f6 20:04:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:04:17 ---> Using cache 20:04:17 ---> 4a64c43702b0 20:04:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:04:17 ---> Using cache 20:04:17 ---> c5f60bc41260 20:04:17 Step 13/23 : ENV APP_PORT=59861 20:04:17 ---> Running in ac76ffdd6174 20:04:17 Removing intermediate container e15b893b32d4 20:04:17 ---> 311c6bcd629c 20:04:17 Step 23/23 : LABEL version=0.0.0 20:04:17 ---> Running in 428898d70305 20:04:17 Removing intermediate container ac76ffdd6174 20:04:17 ---> 3601460d4eda 20:04:17 Step 14/23 : EXPOSE $APP_PORT 20:04:17 ---> Running in 6d7942aa0f87 20:04:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:17 Removing intermediate container 428898d70305 20:04:17 ---> 38b3f82650b7 20:04:17 20:04:17 Removing intermediate container 6d7942aa0f87 20:04:17 ---> 16d0434aa6bf 20:04:17 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:17 Successfully built 38b3f82650b7 20:04:17 Successfully tagged core-common-config-bootstrapper:latest 20:04:17 Building security-secretstore-setup 20:04:18  Building core-common-config-bootstrapper ... done v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:04:18 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:04:18 OK: 17820 distinct packages available 20:04:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:18 ---> 440842448671 20:04:18 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:04:18 (1/4) Installing dumb-init (1.2.5-r2) 20:04:18 (2/4) Installing musl-obstack (1.2.3-r0) 20:04:18 (3/4) Installing libucontext (1.2-r0) 20:04:18 (4/4) Installing gcompat (1.1.0-r0) 20:04:18 Executing busybox-1.35.0-r29.trigger 20:04:18 OK: 7 MiB in 19 packages 20:04:18 ---> b9b87f352de2 20:04:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:04:18 Removing intermediate container edcc17cdd65e 20:04:18 ---> ebafce852ecd 20:04:18 Successfully built ebafce852ecd 20:04:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:04:19 + docker inspect -f . ci-base-image-arm64 20:04:19 . 20:04:19 Removing intermediate container 741146cb051e 20:04:19 ---> a18576e9e6f6 20:04:19 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:19 ---> 7190bded05c1 20:04:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:04:19 ---> bd2fe7bc778d 20:04:19 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:04:19 ---> Running in 37d3cee58c35 20:04:19 prd-ubuntu20.04-docker-arm64-4c-16g-11062 does not seem to be running inside a container 20:04:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:04:19 ---> 0b24a5387751 20:04:19 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:04:20 ---> c1392f119687 20:04:20 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:04:20 Removing intermediate container 37d3cee58c35 20:04:20 ---> d7226086ac84 20:04:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:20 ---> Running in 57b87722b9c2 20:04:20 Removing intermediate container 57b87722b9c2 20:04:20 ---> 2e5070f00043 20:04:20 Step 21/23 : LABEL arch=x86_64 20:04:20 ---> Running in 218e028f14d6 20:04:20 $ docker top fcc715d8cf549fd77ea7fed71c44e5156bf1a8fcfc515aae79c10764ead72001 -eo pid,comm [Pipeline] { 20:04:21 Removing intermediate container 218e028f14d6 20:04:21 ---> 6c6c1c284c66 20:04:21 Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:04:21 ---> Running in fb48a7763261 20:04:21 Removing intermediate container fb48a7763261 20:04:21 ---> 96f2482a7449 20:04:21 Step 23/23 : LABEL version=0.0.0 [Pipeline] sh 20:04:21 ---> Running in ce219d314045 20:04:21 Removing intermediate container ce219d314045 20:04:21 ---> fb823730086c 20:04:21 20:04:21 Successfully built fb823730086c 20:04:21 Successfully tagged support-scheduler:latest 20:04:21 Building security-spire-server 20:04:21 + go version 20:04:21 go version go1.20.2 linux/arm64 [Pipeline] } 20:04:21 $ docker stop --time=1 fcc715d8cf549fd77ea7fed71c44e5156bf1a8fcfc515aae79c10764ead72001 20:04:22  Building support-scheduler ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:22 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:04:22 ---> dab9640f05ea 20:04:22 Step 3/25 : WORKDIR /edgex-go 20:04:22 ---> Using cache 20:04:22 ---> f45342e423fd 20:04:22 Step 4/25 : RUN apk add --update --no-cache make git 20:04:22 ---> Using cache 20:04:22 ---> 2e7ec66033a8 20:04:22 Step 5/25 : COPY go.mod vendor* ./ 20:04:22 ---> Using cache 20:04:22 ---> 27614d920d9a 20:04:22 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:22 ---> Using cache 20:04:22 ---> 21854e5018ac 20:04:22 Step 7/25 : COPY . . 20:04:22 ---> Using cache 20:04:22 ---> 2054b5bddc5c 20:04:22 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:04:22 ---> Running in 6beffc884258 20:04:22 ---> 3ef62f646454 20:04:22 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:04:23 ---> df77d0d1c246 20:04:23 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:04:23 ---> Running in f7ff313321fb 20:04:23 $ docker rm -f --volumes fcc715d8cf549fd77ea7fed71c44e5156bf1a8fcfc515aae79c10764ead72001 20:04:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] // withDockerContainer [Pipeline] } 20:04:23 Removing intermediate container f7ff313321fb 20:04:23 ---> 7d2558561542 20:04:23 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:04:24 ---> a7b77156d79a 20:04:24 Step 22/27 : WORKDIR / 20:04:24 ---> Running in 7131f2ff350b 20:04:24 + docker inspect -f . ci-base-image-arm64 20:04:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:04:24 Removing intermediate container 7131f2ff350b 20:04:24 ---> 55e46909b206 20:04:24 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:04:24 ---> Running in 35ad1ebc86aa 20:04:24 prd-ubuntu20.04-docker-arm64-4c-16g-11062 does not seem to be running inside a container 20:04:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:04:25 Removing intermediate container 35ad1ebc86aa 20:04:25 ---> 9722845723c1 20:04:25 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:04:25 ---> Running in 1ff8ed8b0f91 20:04:25 Removing intermediate container 1ff8ed8b0f91 20:04:25 ---> 9100c031cf49 20:04:25 Step 25/27 : LABEL arch=x86_64 20:04:25 ---> Running in c9a4e6383ee6 20:04:26 Removing intermediate container c9a4e6383ee6 20:04:26 ---> 2478a03597b3 20:04:26 Step 26/27 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:04:26 ---> Running in 545cc3992458 20:04:26 $ docker top ef6ef792f3c3ca11c86e3345078a71c27783f8dd96f01c4496bb24b6171fcc47 -eo pid,comm 20:04:26 Removing intermediate container 545cc3992458 20:04:26 ---> c4f3b7e29d18 20:04:26 Step 27/27 : LABEL version=0.0.0 20:04:26 ---> Running in b281c6fa2ca0 [Pipeline] { [Pipeline] echo 20:04:26 ========================================================= 20:04:26 [edgeXBuildGoParallel] Running Tests and Build... 20:04:26 ========================================================= [Pipeline] sh 20:04:26 Removing intermediate container b281c6fa2ca0 20:04:26 ---> d072c327485e 20:04:26 20:04:26 Successfully built d072c327485e 20:04:26 Successfully tagged security-spire-config:latest 20:04:26  Building security-spire-config ... done Building core-metadata 20:04:27 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:04:27 ---> dab9640f05ea 20:04:27 Step 3/26 : WORKDIR /edgex-go 20:04:27 ---> Using cache 20:04:27 ---> f45342e423fd 20:04:27 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:04:27 ---> Using cache 20:04:27 ---> 15d1fdb92cf4 20:04:27 Step 5/26 : COPY go.mod vendor* ./ 20:04:27 ---> Using cache 20:04:27 ---> d214ae15e20b 20:04:27 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:27 ---> Using cache 20:04:27 ---> ddb68b5eb97d 20:04:27 Step 7/26 : COPY . . 20:04:27 ---> Using cache 20:04:27 ---> 9df75084b033 20:04:27 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 20:04:27 ---> Using cache 20:04:27 ---> f13cc1e30ca2 20:04:27 Step 9/26 : WORKDIR /edgex-go/spire-build 20:04:27 ---> Using cache 20:04:27 ---> 7bfca4eff9da 20:04:27 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:04:27 ---> Using cache 20:04:27 ---> 7326489e1c89 20:04:27 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:04:27 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:04:27 ---> Running in 235b31b7ad4d 20:04:28 + make test 20:04:28 go test -race -coverprofile=coverage.out ./... 20:04:30 Removing intermediate container 235b31b7ad4d 20:04:30 ---> f6971c4881e3 20:04:30 Step 12/26 : WORKDIR /edgex-go 20:04:30 ---> Running in cdcf7e37a8e2 20:04:30 Removing intermediate container cdcf7e37a8e2 20:04:30 ---> 32573fd0d301 20:04:30 20:04:30 Step 13/26 : FROM alpine:3.17 20:04:30 ---> 9ed4aefc74f6 20:04:30 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:04:30 ---> Using cache 20:04:30 ---> 38c9f12f7f4b 20:04:30 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:04:30 ---> Running in d9d93bc4c053 20:04:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:31 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:32 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:04:32 ---> dab9640f05ea 20:04:32 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:04:32 ---> Using cache 20:04:32 ---> b8d338e0fe59 20:04:32 Step 4/25 : WORKDIR /edgex-go 20:04:32 ---> Using cache 20:04:32 ---> bebd14928974 20:04:32 Step 5/25 : RUN apk add --update --no-cache make git 20:04:32 ---> Using cache 20:04:32 ---> 113ed7a569d2 20:04:32 Step 6/25 : COPY go.mod vendor* ./ 20:04:32 ---> Using cache 20:04:32 ---> b9d900ac43f6 20:04:32 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:32 ---> Using cache 20:04:32 ---> 8ae2387072d1 20:04:32 Step 8/25 : COPY . . 20:04:32 ---> Using cache 20:04:32 ---> 12d648d8fa6c 20:04:32 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:04:32 v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:04:32 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:04:32 OK: 17820 distinct packages available 20:04:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:32 ---> Running in 87f04825b2b5 20:04:32 (1/5) Installing dumb-init (1.2.5-r2) 20:04:32 (2/5) Installing musl-obstack (1.2.3-r0) 20:04:32 (3/5) Installing libucontext (1.2-r0) 20:04:32 (4/5) Installing gcompat (1.1.0-r0) 20:04:32 (5/5) Installing openssl (3.0.8-r4) 20:04:32 Executing busybox-1.35.0-r29.trigger 20:04:32 OK: 8 MiB in 20 packages 20:04:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:04:33 Removing intermediate container d9d93bc4c053 20:04:33 ---> 722039996407 20:04:33 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:33 ---> c5430fcb0fae 20:04:33 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:04:34 ---> 4bef5dacde4f 20:04:34 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:04:36 ---> aa83a595cc14 20:04:36 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:04:37 ---> 09c33f6a0707 20:04:37 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:04:37 ---> 56678c623c1c 20:04:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:04:37 ---> 127a72d73799 20:04:37 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:04:37 ---> Running in 6200ffb00bcf 20:04:38 Removing intermediate container 6200ffb00bcf 20:04:38 ---> e9efe10acd7d 20:04:38 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:04:38 ---> Running in 6d0147a0fb6b 20:04:38 Removing intermediate container 6d0147a0fb6b 20:04:38 ---> 15797df30de5 20:04:38 Step 24/26 : LABEL arch=x86_64 20:04:38 ---> Running in 423b1d9d178e 20:04:38 Removing intermediate container 423b1d9d178e 20:04:38 ---> 4d16bb1a06cf 20:04:38 Step 25/26 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:04:38 ---> Running in b1f802c36b85 20:04:38 Removing intermediate container b1f802c36b85 20:04:38 ---> 7632d861cbb5 20:04:38 Step 26/26 : LABEL version=0.0.0 20:04:38 ---> Running in 02396a572948 20:04:39 Removing intermediate container 02396a572948 20:04:39 ---> 38396088ff60 20:04:39 20:04:39 Successfully built 38396088ff60 20:04:39 Successfully tagged security-spire-server:latest 20:04:39  Building security-spire-server ... done Building security-spire-agent 20:04:41 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:41 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:04:41 ---> dab9640f05ea 20:04:41 Step 3/27 : WORKDIR /edgex-go 20:04:41 ---> Using cache 20:04:41 ---> f45342e423fd 20:04:41 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:04:41 ---> Using cache 20:04:41 ---> 15d1fdb92cf4 20:04:41 Step 5/27 : COPY go.mod vendor* ./ 20:04:41 ---> Using cache 20:04:41 ---> d214ae15e20b 20:04:41 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:41 ---> Using cache 20:04:41 ---> ddb68b5eb97d 20:04:41 Step 7/27 : COPY . . 20:04:41 ---> Using cache 20:04:41 ---> 9df75084b033 20:04:41 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:04:41 ---> Using cache 20:04:41 ---> f13cc1e30ca2 20:04:41 Step 9/27 : WORKDIR /edgex-go/spire-build 20:04:41 ---> Using cache 20:04:41 ---> 7bfca4eff9da 20:04:41 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:04:41 ---> Using cache 20:04:41 ---> 7326489e1c89 20:04:41 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:04:41 ---> Using cache 20:04:41 ---> 29641be0c51a 20:04:41 Step 12/27 : WORKDIR /edgex-go 20:04:41 ---> Using cache 20:04:41 ---> 2381820ec5ad 20:04:41 20:04:41 Step 13/27 : FROM alpine:3.17 20:04:41 ---> 9ed4aefc74f6 20:04:41 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:04:41 ---> Using cache 20:04:41 ---> 38c9f12f7f4b 20:04:41 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:04:41 ---> Using cache 20:04:41 ---> 722039996407 20:04:41 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:41 ---> Using cache 20:04:42 ---> c5430fcb0fae 20:04:42 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:04:42 ---> Using cache 20:04:42 ---> 4bef5dacde4f 20:04:42 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:04:44 ---> 4cbb6010107e 20:04:44 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:04:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:04:47 ---> 6fb0abccc845 20:04:47 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:04:47 Removing intermediate container 52607c663b0b 20:04:47 ---> 789a929ac892 20:04:47 20:04:47 Step 9/20 : FROM alpine:3.17 20:04:47 ---> 9ed4aefc74f6 20:04:47 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:04:47 ---> Using cache 20:04:47 ---> 9f1f1000d681 20:04:47 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:04:47 Removing intermediate container 2720c9eb933f 20:04:47 ---> 0b0cee4c8088 20:04:47 20:04:47 Step 10/23 : FROM alpine:3.17 20:04:47 ---> 9ed4aefc74f6 20:04:47 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:04:47 ---> Running in bbece2fa21a9 20:04:47 ---> Running in 622f83a9d0ef 20:04:47 ---> 3e1937d01771 20:04:47 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:04:47 ---> 6e9d77c3d1be 20:04:47 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:04:47 ---> 32941948f910 20:04:47 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:04:47 ---> Running in e5532634bf2c 20:04:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:48 Removing intermediate container e5532634bf2c 20:04:48 ---> cfd15de54e55 20:04:48 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:04:48 ---> Running in c0ec6aed025f 20:04:48 (1/2) Installing ca-certificates (20220614-r4) 20:04:48 (2/2) Installing dumb-init (1.2.5-r2) 20:04:48 Executing busybox-1.35.0-r29.trigger 20:04:48 Executing ca-certificates-20220614-r4.trigger 20:04:48 v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:04:48 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:04:48 OK: 17820 distinct packages available 20:04:48 OK: 8 MiB in 17 packages 20:04:48 Removing intermediate container c0ec6aed025f 20:04:48 ---> 1d01b77839c4 20:04:48 Step 25/27 : LABEL arch=x86_64 20:04:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:48 ---> Running in ae6506b8f71e 20:04:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:48 Removing intermediate container ae6506b8f71e 20:04:48 ---> f79359a9f704 20:04:48 Step 26/27 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:04:48 (1/9) Installing ca-certificates (20220614-r4) 20:04:48 ---> Running in 56d3987bce65 20:04:48 (2/9) Installing brotli-libs (1.0.9-r9) 20:04:48 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:04:48 (4/9) Installing libcurl (8.0.1-r0) 20:04:48 (5/9) Installing curl (8.0.1-r0) 20:04:48 (6/9) Installing dumb-init (1.2.5-r2) 20:04:49 (7/9) Installing musl-obstack (1.2.3-r0) 20:04:49 (8/9) Installing libucontext (1.2-r0) 20:04:49 (9/9) Installing gcompat (1.1.0-r0) 20:04:49 Executing busybox-1.35.0-r29.trigger 20:04:49 Executing ca-certificates-20220614-r4.trigger 20:04:49 OK: 10 MiB in 24 packages 20:04:49 Removing intermediate container 622f83a9d0ef 20:04:49 ---> c1cae0d32473 20:04:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:04:49 Removing intermediate container 56d3987bce65 20:04:49 ---> bb0d94fdf1e9 20:04:49 Step 27/27 : LABEL version=0.0.0 20:04:49 ---> Running in 0ee3bd80d835 20:04:49 ---> Running in 2b34adc10284 20:04:49 Removing intermediate container 0ee3bd80d835 20:04:49 ---> 06c4141494b2 20:04:49 Step 13/23 : ENV APP_PORT=59860 20:04:49 ---> Running in 64c3b176989a 20:04:49 Removing intermediate container 2b34adc10284 20:04:49 ---> 2f0c08783358 20:04:49 20:04:49 Removing intermediate container 6beffc884258 20:04:49 ---> fa6f5ebb9908 20:04:49 20:04:49 Step 9/25 : FROM alpine:3.17 20:04:49 ---> 9ed4aefc74f6 20:04:49 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:04:49 ---> Running in a6ca995b5954 20:04:49 Successfully built 2f0c08783358 20:04:49 Successfully tagged security-spire-agent:latest 20:04:49  Building security-spire-agent ... done Removing intermediate container 64c3b176989a 20:04:49 ---> 366b3ec4ea06 20:04:49 Step 14/23 : EXPOSE $APP_PORT 20:04:49 ---> Running in 337a483bbc4a 20:04:49 Removing intermediate container bbece2fa21a9 20:04:49 ---> 3e7d6ee0a9be 20:04:49 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:49 Removing intermediate container 337a483bbc4a 20:04:49 ---> ad842786e8b3 20:04:49 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:49 ---> 8c74b3b41832 20:04:49 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:04:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:50 ---> 3e8667319792 20:04:50 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:04:50 ---> 76281b276506 20:04:50 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:04:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:50 ---> 478004540b4a 20:04:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:04:50 (1/3) Installing ca-certificates (20220614-r4) 20:04:50 (2/3) Installing dumb-init (1.2.5-r2) 20:04:50 (3/3) Installing su-exec (0.2-r2) 20:04:50 Executing busybox-1.35.0-r29.trigger 20:04:50 Executing ca-certificates-20220614-r4.trigger 20:04:50 OK: 8 MiB in 18 packages 20:04:50 ---> e4bfea24cfef 20:04:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:04:50 ---> 6c0be37e1c56 20:04:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:04:50 ---> d3566317acb4 20:04:50 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:04:50 ---> 19c4d8904125 20:04:50 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:04:50 ---> Running in 4b719ca0060f 20:04:50 ---> Running in a554e3a48aeb 20:04:51 Removing intermediate container a6ca995b5954 20:04:51 ---> 3f6a5e39c243 20:04:51 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:04:51 Removing intermediate container 4b719ca0060f 20:04:51 ---> 8b91dd5a8cf9 20:04:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:51 Removing intermediate container a554e3a48aeb 20:04:51 ---> 6f36e7a0f3fa 20:04:51 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:51 ---> Running in fefcc534d5bc 20:04:51 ---> Running in 480e8e6a0842 20:04:51 ---> Running in dc0b0816b0dc 20:04:51 Removing intermediate container fefcc534d5bc 20:04:51 ---> ccb14a5502cf 20:04:51 Step 12/25 : WORKDIR / 20:04:51 ---> Running in cce876057509 20:04:51 Removing intermediate container 480e8e6a0842 20:04:51 ---> 7526f9618e43 20:04:51 Step 21/23 : LABEL arch=x86_64 20:04:51 Removing intermediate container dc0b0816b0dc 20:04:51 ---> 3d070f744817 20:04:51 Step 18/20 : LABEL arch=x86_64 20:04:51 ---> Running in 3888869e6fdc 20:04:51 ---> Running in f6b3fe34b2a2 20:04:51 Removing intermediate container cce876057509 20:04:51 ---> ea12feb5a711 20:04:51 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:51 Removing intermediate container 3888869e6fdc 20:04:51 ---> 8a3e39a1ac83 20:04:51 Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:04:51 ---> Running in 66aab22b14c2 20:04:51 Removing intermediate container f6b3fe34b2a2 20:04:51 ---> 61a48e4fbe74 20:04:51 Step 19/20 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:04:51 ---> 2265192e245b 20:04:51 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:04:51 ---> Running in 363d0d74da31 20:04:51 Removing intermediate container 66aab22b14c2 20:04:51 ---> 7ce0af46fd06 20:04:51 Step 23/23 : LABEL version=0.0.0 20:04:51 ---> Running in fdec8e2cc4f1 20:04:51 Removing intermediate container 363d0d74da31 20:04:51 ---> b8eb5ef2f68e 20:04:51 Step 20/20 : LABEL version=0.0.0 20:04:51 ---> f1d361ac2d47 20:04:51 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:04:51 ---> Running in 7587b2482e1b 20:04:51 Removing intermediate container fdec8e2cc4f1 20:04:51 ---> 71924c104335 20:04:51 20:04:51 Removing intermediate container 7587b2482e1b 20:04:51 ---> 30a856a1a6dc 20:04:51 20:04:51 Successfully built 71924c104335 20:04:51 Successfully tagged support-notifications:latest 20:04:51  Building support-notifications ... done  ---> c441dd690ca7 20:04:51 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:04:51 Successfully built 30a856a1a6dc 20:04:51 Successfully tagged security-spiffe-token-provider:latest 20:04:51  Building security-spiffe-token-provider ... done  ---> 5f018117a3cd 20:04:51 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:04:52 ---> 99d72a0a7300 20:04:52 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:04:52 ---> 74da24fbb2e9 20:04:52 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:04:52 ---> 805afa5f3774 20:04:52 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:04:52 Removing intermediate container 87f04825b2b5 20:04:52 ---> 1f000d7e1c46 20:04:52 20:04:52 Step 10/25 : FROM alpine:3.17 20:04:52 ---> 9ed4aefc74f6 20:04:52 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:04:52 ---> Using cache 20:04:52 ---> 4a64c43702b0 20:04:52 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:04:52 ---> Using cache 20:04:52 ---> c5f60bc41260 20:04:52 Step 13/25 : ENV APP_PORT=59881 20:04:52 ---> Running in d7e7940f60b6 20:04:52 ---> 2b2dbf6db3d8 20:04:52 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:53 ---> Running in 5a63bd52c2aa 20:04:53 Removing intermediate container d7e7940f60b6 20:04:53 ---> 2e7f8a9d816f 20:04:53 Step 14/25 : EXPOSE $APP_PORT 20:04:53 ---> Running in 126e65314f39 20:04:53 Removing intermediate container 126e65314f39 20:04:53 ---> 2fa003cec5f2 20:04:53 Step 15/25 : WORKDIR / 20:04:53 ---> Running in 9983c7851964 20:04:53 Removing intermediate container 9983c7851964 20:04:53 ---> c431d63da767 20:04:53 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:53 ---> 8273ecd0bb04 20:04:53 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:04:53 ---> 8f3d76eea0ce 20:04:53 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:04:53 Removing intermediate container 5a63bd52c2aa 20:04:53 ---> 4fd759176c97 20:04:53 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:04:53 ---> Running in cd8e5f19978d 20:04:53 Removing intermediate container cd8e5f19978d 20:04:53 ---> 2d99c468e84a 20:04:53 Step 23/25 : LABEL arch=x86_64 20:04:53 ---> Running in e3447cfd615b 20:04:53 ---> 04e4e3d50162 20:04:53 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:04:53 Removing intermediate container e3447cfd615b 20:04:53 ---> 15c7c487f085 20:04:53 Step 24/25 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:04:53 ---> Running in 3e1c8d11c277 20:04:53 Removing intermediate container 3e1c8d11c277 20:04:53 ---> ddfca1a3c9fd 20:04:53 Step 25/25 : LABEL version=0.0.0 20:04:53 ---> Running in 03c65ef34425 20:04:53 ---> bdbcfd92378c 20:04:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:04:53 Removing intermediate container 03c65ef34425 20:04:53 ---> fdbc965cf9e3 20:04:53 20:04:53 ---> d79f83e70767 20:04:53 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:04:53 Successfully built fdbc965cf9e3 20:04:53 Successfully tagged security-secretstore-setup:latest 20:04:53  Building security-secretstore-setup ... done  ---> Running in 5cc58f57b334 20:04:54 Removing intermediate container 5cc58f57b334 20:04:54 ---> f1d125dabbcd 20:04:54 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:54 ---> Running in 276041eb21d5 20:04:54 Removing intermediate container 276041eb21d5 20:04:54 ---> b2bc71935581 20:04:54 Step 23/25 : LABEL arch=x86_64 20:04:54 ---> Running in 52dd98e0db6c 20:04:54 Removing intermediate container 52dd98e0db6c 20:04:54 ---> 60568c1b183c 20:04:54 Step 24/25 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:04:54 ---> Running in 7c2f322bf262 20:04:54 Removing intermediate container 7c2f322bf262 20:04:54 ---> 0cb7eee460a1 20:04:54 Step 25/25 : LABEL version=0.0.0 20:04:54 ---> Running in f9c56a52732c 20:04:54 Removing intermediate container f9c56a52732c 20:04:54 ---> 01e29005b79e 20:04:54 20:04:54 Successfully built 01e29005b79e 20:04:54 Successfully tagged core-metadata:latest 20:04:54  Building core-metadata ... done  [Pipeline] } 20:04:54 $ docker stop --time=1 13d470b27ba64f9e664b6211d76b9c7c734795d1f8bd9542083e0cc03e35c485 20:04:55 $ docker rm -f --volumes 13d470b27ba64f9e664b6211d76b9c7c734795d1f8bd9542083e0cc03e35c485 [Pipeline] // withDockerContainer [Pipeline] sh 20:04:56 + docker images 20:04:56 REPOSITORY TAG IMAGE ID CREATED SIZE 20:04:56 core-metadata latest 01e29005b79e 2 seconds ago 20.4MB 20:04:56 security-secretstore-setup latest fdbc965cf9e3 3 seconds ago 32.8MB 20:04:56 1f000d7e1c46 4 seconds ago 1.73GB 20:04:56 security-spiffe-token-provider latest 30a856a1a6dc 5 seconds ago 32.8MB 20:04:56 support-notifications latest 71924c104335 5 seconds ago 32.7MB 20:04:56 security-spire-agent latest 2f0c08783358 7 seconds ago 161MB 20:04:56 fa6f5ebb9908 7 seconds ago 1.72GB 20:04:56 0b0cee4c8088 9 seconds ago 1.79GB 20:04:56 789a929ac892 10 seconds ago 1.76GB 20:04:56 security-spire-server latest 38396088ff60 17 seconds ago 103MB 20:04:56 32573fd0d301 26 seconds ago 1.58GB 20:04:56 security-spire-config latest d072c327485e 30 seconds ago 102MB 20:04:56 support-scheduler latest fb823730086c 35 seconds ago 32.1MB 20:04:56 core-common-config-bootstrapper latest 38b3f82650b7 39 seconds ago 17.2MB 20:04:56 a16022307844 39 seconds ago 1.79GB 20:04:56 2381820ec5ad 39 seconds ago 1.58GB 20:04:56 90f58519e191 45 seconds ago 1.72GB 20:04:56 security-bootstrapper latest f70d3d55c31d About a minute ago 22.2MB 20:04:56 security-proxy-setup latest b80287e2e777 About a minute ago 18.7MB 20:04:56 security-proxy-auth latest 06f68cd1ccf7 About a minute ago 18.3MB 20:04:56 core-command latest 0c416966fd26 About a minute ago 19.8MB 20:04:56 core-data latest 07f4ad466bdb About a minute ago 20MB 20:04:56 f3d969af044b About a minute ago 1.73GB 20:04:56 50dc517aa211 About a minute ago 1.7GB 20:04:56 5bafa731bd50 About a minute ago 1.72GB 20:04:56 08cff54b3a38 About a minute ago 1.7GB 20:04:56 3e9829fe3bb3 About a minute ago 1.71GB 20:04:56 ci-base-image-x86_64 latest dab9640f05ea 5 minutes ago 918MB 20:04:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 2 days ago 700MB 20:04:56 alpine 3.17 9ed4aefc74f6 4 weeks ago 7.05MB 20:04:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 20:04:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:05:14 ? github.com/edgexfoundry/edgex-go [no test files] 20:07:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:07:21 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:07:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:07:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:07:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:07:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:07:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:07:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:07:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:07:26 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:07:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:07:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:07:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:07:29 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:07:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.288s coverage: 28.7% of statements 20:07:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.332s coverage: 98.5% of statements 20:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:07:58 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:08:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.530s coverage: 71.5% of statements 20:08:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:08:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:08:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.341s coverage: 54.0% of statements 20:08:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:08:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:08:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:08:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:08:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:08:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:08:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:08:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.393s coverage: 88.5% of statements 20:08:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.529s coverage: 3.8% of statements 20:08:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:08:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:08:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:08:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.883s coverage: 95.6% of statements 20:08:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:08:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:08:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:08:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:08:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:08:36 ok github.com/edgexfoundry/edgex-go/internal/io 0.214s coverage: 72.2% of statements 20:08:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:08:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:08:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:08:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.269s coverage: 65.9% of statements 20:08:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:08:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:08:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.461s coverage: 0.9% of statements 20:08:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.271s coverage: 29.0% of statements 20:08:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.308s coverage: 44.1% of statements 20:08:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.272s coverage: 82.9% of statements 20:08:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.232s coverage: 94.1% of statements 20:08:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.305s coverage: 96.3% of statements 20:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.226s coverage: 87.5% of statements 20:09:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:09:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:09:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:09:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:09:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:09:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:09:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:09:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.229s coverage: 94.4% of statements 20:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:09:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:09:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:09:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:09:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.192s coverage: 79.9% of statements 20:09:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.254s coverage: 92.9% of statements 20:09:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.089s coverage: 64.4% of statements 20:09:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.218s coverage: 62.3% of statements 20:09:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.231s coverage: 87.2% of statements 20:09:29 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.193s coverage: 20.0% of statements 20:09:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.187s coverage: 100.0% of statements 20:09:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.463s coverage: 81.8% of statements 20:09:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:09:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.522s coverage: 82.1% of statements 20:09:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:09:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 86.0% of statements 20:09:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:09:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:09:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.038s coverage: 63.1% of statements 20:09:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.269s coverage: 100.0% of statements 20:09:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 89.4% of statements 20:09:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements 20:09:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements 20:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:09:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.053s coverage: 38.4% of statements 20:09:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.255s coverage: 89.5% of statements 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:09:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.220s coverage: 84.8% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:10:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.307s coverage: 17.7% of statements 20:10:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:10:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:10:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:10:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:10:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.615s coverage: 92.3% of statements 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.316s coverage: 61.5% of statements 20:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.405s coverage: 97.7% of statements 20:10:16 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:10:16 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:10:16 go vet ./... 20:13:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:13:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:13:08 ./bin/test-attribution-txt.sh [Pipeline] echo 20:13:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:13:09 + ls -al . 20:13:09 total 700 20:13:09 drwxrwxr-x 10 1001 1001 4096 Apr 26 20:04 . 20:13:09 drwxr-xr-x 4 root root 4096 Apr 26 20:04 .. 20:13:09 drwxrwxr-x 2 1001 1001 4096 Apr 26 20:02 .blubracket 20:13:09 -rw-rw-r-- 1 1001 1001 16 Apr 26 20:02 .dockerignore 20:13:09 drwxrwxr-x 8 1001 1001 4096 Apr 26 20:02 .git 20:13:09 drwxrwxr-x 3 1001 1001 4096 Apr 26 20:02 .github 20:13:09 -rw-rw-r-- 1 1001 1001 1133 Apr 26 20:02 .gitignore 20:13:09 -rw-rw-r-- 1 1001 1001 42 Apr 26 20:02 .golangci.yml 20:13:09 -rw-rw-r-- 1 1001 1001 87 Apr 26 20:02 .hadolint.yml 20:13:09 -rw-rw-r-- 1 1001 1001 166 Apr 26 20:02 .sonarcloud.properties 20:13:09 -rw-rw-r-- 1 1001 1001 1171 Apr 26 20:02 ADOPTERS.md 20:13:09 -rw-rw-r-- 1 1001 1001 10835 Apr 26 20:02 Attribution.txt 20:13:09 -rw-rw-r-- 1 1001 1001 73765 Apr 26 20:02 CHANGELOG.md 20:13:09 -rw-rw-r-- 1 1001 1001 3804 Apr 26 20:02 CONTRIBUTING.md 20:13:09 -rw-rw-r-- 1 1001 1001 677 Apr 26 20:02 GOVERNANCE.md 20:13:09 -rw-rw-r-- 1 1001 1001 883 Apr 26 20:02 Jenkinsfile 20:13:09 -rw-rw-r-- 1 1001 1001 10775 Apr 26 20:02 LICENSE 20:13:09 -rw-rw-r-- 1 1001 1001 14368 Apr 26 20:02 Makefile 20:13:09 -rw-rw-r-- 1 1001 1001 582 Apr 26 20:02 OWNERS.md 20:13:09 -rw-rw-r-- 1 1001 1001 9403 Apr 26 20:02 README.md 20:13:09 -rw-rw-r-- 1 1001 1001 789 Apr 26 20:02 SECURITY.md 20:13:09 -rw-rw-r-- 1 1001 1001 5 Apr 26 19:59 VERSION 20:13:09 drwxrwxr-x 2 1001 1001 4096 Apr 26 20:02 bin 20:13:09 drwxrwxr-x 18 1001 1001 4096 Apr 26 20:02 cmd 20:13:09 -rw-r--r-- 1 root root 448248 Apr 26 20:10 coverage.out 20:13:09 -rw-rw-r-- 1 1001 1001 3200 Apr 26 20:02 go.mod 20:13:09 -rw-rw-r-- 1 1001 1001 31155 Apr 26 20:02 go.sum 20:13:09 drwxrwxr-x 7 1001 1001 4096 Apr 26 20:02 internal 20:13:09 drwxrwxr-x 3 1001 1001 4096 Apr 26 20:02 openapi 20:13:09 -rw-rw-r-- 1 1001 1001 594 Apr 26 20:02 security.txt 20:13:09 drwxrwxr-x 4 1001 1001 4096 Apr 26 20:02 snap 20:13:09 -rw-rw-r-- 1 1001 1001 204 Apr 26 20:02 version.go [Pipeline] sh 20:13:09 + '[' -e coverage.out ] 20:13:09 + chown 1001:1001 coverage.out [Pipeline] stash 20:13:09 Warning: overwriting stash ‘coverage-report’ 20:13:10 Stashed 1 file(s) [Pipeline] sh 20:13:10 + make build 20:13:10 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:14:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:14:48 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:14:53 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:14:56 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:15:43 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:15:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:15:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:16:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:16:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:16:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:16:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:16:25 $ docker stop --time=1 ef6ef792f3c3ca11c86e3345078a71c27783f8dd96f01c4496bb24b6171fcc47 20:16:27 $ docker rm -f --volumes ef6ef792f3c3ca11c86e3345078a71c27783f8dd96f01c4496bb24b6171fcc47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:16:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:29 20:16:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:16:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:30 latest: Pulling from edgex-devops/edgex-compose-arm64 20:16:30 29e5d40040c1: Pulling fs layer 20:16:30 1ce36da41761: Pulling fs layer 20:16:30 25b303627fd3: Pulling fs layer 20:16:30 29e5d40040c1: Verifying Checksum 20:16:30 29e5d40040c1: Download complete 20:16:30 1ce36da41761: Verifying Checksum 20:16:30 1ce36da41761: Download complete 20:16:31 29e5d40040c1: Pull complete 20:16:32 25b303627fd3: Verifying Checksum 20:16:32 25b303627fd3: Download complete 20:16:32 1ce36da41761: Pull complete 20:16:43 25b303627fd3: Pull complete 20:16:43 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:16:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:16:43 prd-ubuntu20.04-docker-arm64-4c-16g-11062 does not seem to be running inside a container 20:16:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:16:45 $ docker top 54448fe1a780e5cd08b1e91344f6f3e2c05c7fda2a6dff1056f04ff4ffb8eab6 -eo pid,comm [Pipeline] { [Pipeline] sh 20:16:46 + docker-compose build --help 20:16:46 + grep parallel 20:16:51 --parallel Build images in parallel. [Pipeline] } 20:16:51 $ docker stop --time=1 54448fe1a780e5cd08b1e91344f6f3e2c05c7fda2a6dff1056f04ff4ffb8eab6 20:16:53 $ docker rm -f --volumes 54448fe1a780e5cd08b1e91344f6f3e2c05c7fda2a6dff1056f04ff4ffb8eab6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:16:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:16:54 prd-ubuntu20.04-docker-arm64-4c-16g-11062 does not seem to be running inside a container 20:16:54 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:16:55 $ docker top 55c31f05e6ab1a27295b8600d7208d532c777fd8dc0e72aaab9fed5499aaaf7a -eo pid,comm [Pipeline] { [Pipeline] sh 20:16:56 + docker-compose -f ./docker-compose-build.yml build --parallel 20:17:03 Building core-command ... 20:17:03 Building core-common-config-bootstrapper ... 20:17:03 Building core-data ... 20:17:03 Building core-metadata ... 20:17:03 Building security-bootstrapper ... 20:17:03 Building security-proxy-auth ... 20:17:03 Building security-proxy-setup ... 20:17:03 Building security-secretstore-setup ... 20:17:03 Building security-spiffe-token-provider ... 20:17:03 Building security-spire-agent ... 20:17:03 Building security-spire-config ... 20:17:03 Building security-spire-server ... 20:17:03 Building support-notifications ... 20:17:03 Building support-scheduler ... 20:17:03 Building security-spire-agent 20:17:03 Building security-bootstrapper 20:17:03 Building security-spire-config 20:17:03 Building security-proxy-auth 20:17:03 Building security-proxy-setup 20:17:50 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:17:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:17:50 ---> ebafce852ecd 20:17:50 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:17:50 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:17:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:17:50 ---> ebafce852ecd 20:17:50 Step 3/22 : WORKDIR /edgex-go 20:17:50 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:17:50 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:17:50 ---> ebafce852ecd 20:17:50 Step 3/27 : WORKDIR /edgex-go 20:17:50 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:17:50 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:17:50 ---> ebafce852ecd 20:17:50 Step 3/33 : WORKDIR /edgex-go 20:17:50 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:17:50 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:17:50 ---> ebafce852ecd 20:17:50 Step 3/27 : WORKDIR /edgex-go 20:17:50 ---> Running in 29175fa67414 20:17:50 ---> Running in 25de55318a52 20:17:50 ---> Running in 1f7323b3ffb8 20:17:50 ---> Running in 55e0608ab3a6 20:17:50 ---> Running in e14d12c6141c 20:17:50 Removing intermediate container 29175fa67414 20:17:50 ---> 857d0fd78224 20:17:50 Step 4/23 : WORKDIR /edgex-go 20:17:50 Removing intermediate container 55e0608ab3a6 20:17:50 ---> e0c0c6e4dc74 20:17:50 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:17:50 Removing intermediate container e14d12c6141c 20:17:50 ---> 790913dd5017 20:17:50 Step 4/22 : RUN apk add --update --no-cache make git 20:17:50 ---> Running in 80bdb41e46eb 20:17:50 Removing intermediate container 25de55318a52 20:17:50 ---> 69e5d1865630 20:17:50 Step 4/33 : RUN apk add --update --no-cache make git 20:17:50 Removing intermediate container 1f7323b3ffb8 20:17:50 ---> 50d3c9c091ad 20:17:50 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:17:50 ---> Running in ce9684154224 20:17:50 ---> Running in fb94f67362ea 20:17:50 ---> Running in 57df2896dd8d 20:17:50 ---> Running in 4c2b2c78852d 20:17:50 Removing intermediate container 80bdb41e46eb 20:17:50 ---> 6ee9cfdc773b 20:17:50 Step 5/23 : RUN apk add --update --no-cache make git 20:17:50 ---> Running in 5678f2e6b91b 20:17:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:52 OK: 263 MiB in 53 packages 20:17:52 OK: 263 MiB in 53 packages 20:17:52 OK: 263 MiB in 53 packages 20:17:52 OK: 263 MiB in 53 packages 20:17:52 OK: 263 MiB in 53 packages 20:17:54 Removing intermediate container ce9684154224 20:17:54 ---> a5a7eafa52fb 20:17:54 Step 5/27 : COPY go.mod vendor* ./ 20:17:54 Removing intermediate container 4c2b2c78852d 20:17:54 ---> d5067baa654a 20:17:54 Step 5/27 : COPY go.mod vendor* ./ 20:17:54 Removing intermediate container fb94f67362ea 20:17:54 ---> 74ffefea6952 20:17:54 Step 5/22 : COPY go.mod vendor* ./ 20:17:54 Removing intermediate container 57df2896dd8d 20:17:54 ---> ac75c343667f 20:17:54 Step 5/33 : COPY go.mod vendor* ./ 20:17:54 Removing intermediate container 5678f2e6b91b 20:17:54 ---> a74b9fd729d4 20:17:54 Step 6/23 : COPY go.mod vendor* ./ 20:17:54 ---> b8a0c6211a95 20:17:54 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:55 ---> Running in c51155cefa87 20:17:55 ---> 49e11ceb4a65 20:17:55 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:55 ---> Running in 5ed5538ba483 20:17:55 ---> cbb1c914ec88 20:17:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:55 ---> b722b3ada8d7 20:17:55 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:55 ---> 0af94731fed0 20:17:55 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:56 ---> Running in 9438ef7dfa4a 20:17:56 ---> Running in 701d76edcbaf 20:17:56 ---> Running in 47098dbbfb22 20:19:47 Removing intermediate container 5ed5538ba483 20:19:47 ---> 84363118d7b5 20:19:47 Step 7/27 : COPY . . 20:19:47 Removing intermediate container c51155cefa87 20:19:47 ---> 83f6cabbc84c 20:19:47 Step 7/27 : COPY . . 20:19:47 Removing intermediate container 47098dbbfb22 20:19:47 ---> eac3a76df23d 20:19:47 Step 7/33 : COPY . . 20:19:47 Removing intermediate container 9438ef7dfa4a 20:19:47 ---> a016db41d675 20:19:47 Step 8/23 : COPY . . 20:19:47 Removing intermediate container 701d76edcbaf 20:19:47 ---> 5663b21d1d7d 20:19:47 Step 7/22 : COPY . . 20:20:02 ---> 7febde48c7c1 20:20:02 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:20:02 ---> f5921f90d3c7 20:20:02 ---> ae573e9c4b4a 20:20:02 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:20:02 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:20:02 ---> 3618eeac3f65 20:20:02 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:20:02 ---> Running in e05026edcf18 20:20:02 ---> e414cfc75e64 20:20:02 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:20:02 ---> Running in f29cc61fd8df 20:20:02 ---> Running in 6530babc6ee4 20:20:02 ---> Running in 9cb07f07009d 20:20:02 ---> Running in 50321283a769 20:20:02 Removing intermediate container e05026edcf18 20:20:02 ---> 4178787fdf0e 20:20:02 Step 9/27 : WORKDIR /edgex-go/spire-build 20:20:02 Removing intermediate container 6530babc6ee4 20:20:02 ---> 67df06e30ad3 20:20:02 Step 9/27 : WORKDIR /edgex-go/spire-build 20:20:02 ---> Running in 18607e5e49fd 20:20:02 ---> Running in 6ffa2a673845 20:20:03 Removing intermediate container 18607e5e49fd 20:20:03 ---> 61aab3424fd2 20:20:03 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:20:03 Removing intermediate container 6ffa2a673845 20:20:03 ---> 1c54f67a00d5 20:20:03 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:20:03 ---> Running in 2533477d9bfe 20:20:03 ---> Running in 41d732a63de8 20:20:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:20:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:20:04 Removing intermediate container 41d732a63de8 20:20:04 ---> c3a9fa1d2b2a 20:20:04 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:20:04 Removing intermediate container 2533477d9bfe 20:20:04 ---> a32bcc34ce1a 20:20:04 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:20:04 ---> Running in a88f4b87a408 20:20:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:20:04 ---> Running in e1052ce9da6c 20:20:09 Removing intermediate container e1052ce9da6c 20:20:09 ---> a0c910838b1a 20:20:09 Step 12/27 : WORKDIR /edgex-go 20:20:09 Removing intermediate container a88f4b87a408 20:20:09 ---> 233c7cb8ca97 20:20:09 Step 12/27 : WORKDIR /edgex-go 20:20:09 ---> Running in 0c993a1f0d4a 20:20:09 ---> Running in 1512db63132d 20:20:09 Removing intermediate container 1512db63132d 20:20:09 ---> cfe82715d42a 20:20:09 20:20:09 Step 13/27 : FROM alpine:3.17 20:20:10 Removing intermediate container 0c993a1f0d4a 20:20:10 ---> 3054f531f67c 20:20:10 20:20:10 Step 13/27 : FROM alpine:3.17 20:20:10 3.17: Pulling from library/alpine 20:20:10 3.17: Pulling from library/alpine 20:20:10 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:20:10 Status: Downloaded newer image for alpine:3.17 20:20:10 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:20:10 Status: Image is up to date for alpine:3.17 20:20:10 ---> 51e60588ff2c 20:20:10 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:20:10 ---> 51e60588ff2c 20:20:10 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:20:12 ---> Running in 94604cbebcb5 20:20:12 ---> Running in 8a74d8a1144e 20:20:12 Removing intermediate container 94604cbebcb5 20:20:12 ---> 502087f63f50 20:20:12 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:20:12 Removing intermediate container 8a74d8a1144e 20:20:12 ---> 843a635a255c 20:20:12 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:20:12 ---> Running in d7eb6ae82dc0 20:20:12 ---> Running in 8a2458e511dd 20:20:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:17 v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:20:17 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:20:17 OK: 17691 distinct packages available 20:20:17 v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:20:17 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:20:17 OK: 17691 distinct packages available 20:20:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:21 (1/4) Installing dumb-init (1.2.5-r2) 20:20:21 (2/4) Installing musl-obstack (1.2.3-r0) 20:20:21 (3/4) Installing libucontext (1.2-r0) 20:20:21 (4/4) Installing gcompat (1.1.0-r0) 20:20:21 Executing busybox-1.35.0-r29.trigger 20:20:21 OK: 8 MiB in 19 packages 20:20:21 (1/5) Installing dumb-init (1.2.5-r2) 20:20:21 (2/5) Installing musl-obstack (1.2.3-r0) 20:20:21 (3/5) Installing libucontext (1.2-r0) 20:20:21 (4/5) Installing gcompat (1.1.0-r0) 20:20:21 (5/5) Installing openssl (3.0.8-r4) 20:20:21 Executing busybox-1.35.0-r29.trigger 20:20:21 OK: 9 MiB in 20 packages 20:20:23 Removing intermediate container 8a2458e511dd 20:20:23 ---> b3c6f0e8cf5f 20:20:23 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:23 Removing intermediate container d7eb6ae82dc0 20:20:23 ---> 6de4e5414e37 20:20:23 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:24 ---> a290eb712492 20:20:24 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:20:24 ---> 82c3ebd6c481 20:20:24 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:20:25 ---> c81a08941bfc 20:20:25 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:20:26 ---> a0de3b569168 20:20:26 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:20:34 ---> e0b891eec1b8 20:20:34 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:20:34 ---> 5c7f8a60e500 20:20:34 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:20:36 ---> 0b40796983fe 20:20:36 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:20:36 ---> Running in 7ba688ae1fd5 20:20:38 Removing intermediate container 7ba688ae1fd5 20:20:38 ---> ed1eab76533d 20:20:38 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:20:39 ---> f42d55de272a 20:20:39 Step 22/27 : WORKDIR / 20:20:39 ---> Running in be1d84a7215e 20:20:40 Removing intermediate container be1d84a7215e 20:20:40 ---> 2ec052247889 20:20:40 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:20:40 ---> Running in cd803aba7324 20:20:40 Removing intermediate container cd803aba7324 20:20:40 ---> 7ff9e3d5e5ef 20:20:40 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:20:40 ---> Running in 2d3dbeadbf72 20:20:41 Removing intermediate container 2d3dbeadbf72 20:20:41 ---> 815414520fe7 20:20:41 Step 25/27 : LABEL arch=arm64 20:20:41 ---> Running in bea1ac7fed8d 20:20:42 Removing intermediate container bea1ac7fed8d 20:20:42 ---> 088ac748c503 20:20:42 Step 26/27 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:20:42 ---> Running in 2c00157c171b 20:20:43 Removing intermediate container 2c00157c171b 20:20:43 ---> c0ebfba6f2c2 20:20:43 Step 27/27 : LABEL version=0.0.0 20:20:43 ---> Running in 0b9b0790cf2f 20:20:44 Removing intermediate container 0b9b0790cf2f 20:20:44 ---> 73c2927ae038 20:20:44 20:20:44 ---> e47f12b08b10 20:20:44 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:20:44 Successfully built 73c2927ae038 20:20:44 Successfully tagged security-spire-config-arm64:latest 20:20:44  Building security-spire-config ... done Building support-notifications 20:20:44 ---> 5493629c8c5c 20:20:44 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:20:45 ---> e991dce17b3e 20:20:45 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:20:46 ---> ff0140e0fc80 20:20:46 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:20:46 ---> Running in 2081776911dd 20:20:47 Removing intermediate container 2081776911dd 20:20:47 ---> 0363e99ccec0 20:20:47 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:20:47 ---> Running in f1507fb0a8f1 20:20:47 Removing intermediate container f1507fb0a8f1 20:20:47 ---> 4e42fc516e17 20:20:47 Step 25/27 : LABEL arch=arm64 20:20:47 ---> Running in b09b3450f345 20:20:48 Removing intermediate container b09b3450f345 20:20:48 ---> 4dfc6cd9b952 20:20:48 Step 26/27 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:20:48 ---> Running in dbc25e611020 20:20:51 Removing intermediate container dbc25e611020 20:20:51 ---> a1229027b8ad 20:20:51 Step 27/27 : LABEL version=0.0.0 20:20:52 ---> Running in 29c7312ccad0 20:20:52 Removing intermediate container 29c7312ccad0 20:20:52 ---> aff66371359a 20:20:52 20:20:53 Successfully built aff66371359a 20:20:53 Successfully tagged security-spire-agent-arm64:latest 20:20:53  Building security-spire-agent ... done Building core-data 20:21:07 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:21:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:21:07 ---> ebafce852ecd 20:21:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:21:07 ---> Using cache 20:21:07 ---> 857d0fd78224 20:21:07 Step 4/23 : WORKDIR /edgex-go 20:21:07 ---> Using cache 20:21:07 ---> 6ee9cfdc773b 20:21:07 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:21:07 ---> Running in 91aaef7c1a8f 20:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:21:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:21:13 OK: 263 MiB in 53 packages 20:21:15 Removing intermediate container 91aaef7c1a8f 20:21:15 ---> a80d1ccc3d38 20:21:15 Step 6/23 : COPY go.mod vendor* ./ 20:21:16 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:21:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:21:16 ---> ebafce852ecd 20:21:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:21:16 ---> Using cache 20:21:16 ---> 857d0fd78224 20:21:16 Step 4/23 : WORKDIR /edgex-go 20:21:16 ---> Using cache 20:21:16 ---> 6ee9cfdc773b 20:21:16 Step 5/23 : RUN apk add --update --no-cache make git 20:21:16 ---> Using cache 20:21:16 ---> a74b9fd729d4 20:21:16 Step 6/23 : COPY go.mod vendor* ./ 20:21:16 ---> Using cache 20:21:16 ---> cbb1c914ec88 20:21:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:16 ---> Using cache 20:21:16 ---> a016db41d675 20:21:16 Step 8/23 : COPY . . 20:21:16 ---> Using cache 20:21:16 ---> 3618eeac3f65 20:21:16 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:21:16 ---> 5ed7c33a78ce 20:21:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:16 ---> Running in a9d7fe42b0f8 20:21:16 ---> Running in 34edc22281c2 20:21:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:22:56 Removing intermediate container 34edc22281c2 20:22:56 ---> e129a79c7f7a 20:22:56 Step 8/23 : COPY . . 20:23:04 ---> 3d5b48bfd766 20:23:04 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:23:04 ---> Running in 694834ac456e 20:23:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:26:42 Removing intermediate container f29cc61fd8df 20:26:42 ---> e27e40704b41 20:26:42 20:26:42 Step 10/23 : FROM alpine:3.17 20:26:42 ---> 51e60588ff2c 20:26:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:26:42 ---> Running in 999ac2425cb8 20:26:42 Removing intermediate container 999ac2425cb8 20:26:42 ---> 8a1f7d3bb552 20:26:42 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:26:42 ---> Running in b5bb980b4c45 20:26:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:26:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:26:42 (1/1) Installing dumb-init (1.2.5-r2) 20:26:42 Executing busybox-1.35.0-r29.trigger 20:26:42 OK: 8 MiB in 16 packages 20:26:42 Removing intermediate container b5bb980b4c45 20:26:42 ---> 63848fb15f08 20:26:42 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:42 ---> 3af78019a2b3 20:26:42 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:26:42 ---> efb793cfba88 20:26:42 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:26:45 ---> 04ce95e2d90a 20:26:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:26:47 ---> a900112f36f2 20:26:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:26:48 ---> 1856d9f8e54c 20:26:48 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:26:49 ---> Running in ec33e91bb2d6 20:26:50 Removing intermediate container 50321283a769 20:26:50 ---> 525600908c0e 20:26:50 20:26:50 Step 9/22 : FROM alpine:3.17 20:26:50 ---> 51e60588ff2c 20:26:50 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:26:50 ---> Running in 35c758a34fe2 20:26:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:26:53 Removing intermediate container ec33e91bb2d6 20:26:53 ---> 45344aafdc1e 20:26:53 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:26:53 ---> Running in 18a32b4e550c 20:26:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:26:54 Removing intermediate container 18a32b4e550c 20:26:54 ---> 667aa325b9b9 20:26:54 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:26:54 ---> Running in c0b69e884686 20:26:54 Removing intermediate container 9cb07f07009d 20:26:54 ---> 70b89d652bcc 20:26:54 20:26:54 Step 9/33 : FROM alpine:3.17 20:26:54 ---> 51e60588ff2c 20:26:54 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:26:54 ---> Running in d52f10b1b4f6 20:26:55 Removing intermediate container c0b69e884686 20:26:55 ---> 430f529a2d5b 20:26:55 Step 21/23 : LABEL arch=arm64 20:26:55 ---> Running in 424600545fdb 20:26:55 Removing intermediate container d52f10b1b4f6 20:26:55 ---> 17b8d8da536e 20:26:55 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:26:55 (1/2) Installing dumb-init (1.2.5-r2) 20:26:55 (2/2) Installing openssl (3.0.8-r4) 20:26:55 Removing intermediate container 424600545fdb 20:26:55 ---> 82223b892f30 20:26:55 Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:26:55 ---> Running in 6f8c756e7387 20:26:55 Executing busybox-1.35.0-r29.trigger 20:26:56 OK: 8 MiB in 17 packages 20:26:56 ---> Running in a48601043c75 20:26:56 Removing intermediate container a48601043c75 20:26:56 ---> e22bcfd22ab8 20:26:56 Step 23/23 : LABEL version=0.0.0 20:26:57 ---> Running in 9b707277c30e 20:26:58 Removing intermediate container 9b707277c30e 20:26:58 ---> 535de56f7c7e 20:26:58 20:26:58 Removing intermediate container 35c758a34fe2 20:26:58 ---> 2a01cfa51467 20:26:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:26:58 ---> Running in ddf0a8249477 20:26:58 Successfully built 535de56f7c7e 20:26:58 Successfully tagged security-proxy-auth-arm64:latest 20:26:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:26:58  Building security-proxy-auth ... done Building core-common-config-bootstrapper 20:26:59 Removing intermediate container ddf0a8249477 20:26:59 ---> 4fa6e2667f5b 20:26:59 Step 12/22 : WORKDIR /edgex 20:26:59 ---> Running in 29a39e11636d 20:26:59 Removing intermediate container 29a39e11636d 20:26:59 ---> 80d9e6a178b5 20:26:59 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:27:00 ---> 5c88e10508f9 20:27:00 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:27:01 (1/2) Installing dumb-init (1.2.5-r2) 20:27:01 (2/2) Installing su-exec (0.2-r2) 20:27:01 Executing busybox-1.35.0-r29.trigger 20:27:01 OK: 8 MiB in 17 packages 20:27:01 ---> 7d70c9bf7f67 20:27:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:27:03 ---> 31362c0fd9c7 20:27:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:27:03 Removing intermediate container 6f8c756e7387 20:27:03 ---> 4e930ef63949 20:27:03 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:27:03 ---> Running in 24bd197643de 20:27:04 Removing intermediate container 24bd197643de 20:27:04 ---> 9b6af41a20dd 20:27:04 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:27:04 ---> Running in 04a9ffd3dcb2 20:27:05 ---> a050c6c37e94 20:27:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:27:05 Removing intermediate container 04a9ffd3dcb2 20:27:05 ---> d255da7d3bb5 20:27:05 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:27:05 ---> Running in 6b89ac60c429 20:27:06 Removing intermediate container 6b89ac60c429 20:27:06 ---> 51edc6498288 20:27:06 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:27:06 ---> Running in b1b4674a1408 20:27:06 ---> 4fc9f8b81d2e 20:27:06 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:27:06 ---> Running in 4bd95eb642e7 20:27:07 Removing intermediate container b1b4674a1408 20:27:07 ---> 2874563cb5ea 20:27:07 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:27:07 ---> Running in 2806eb86d66e 20:27:11 Removing intermediate container 4bd95eb642e7 20:27:11 ---> c1ae48c61779 20:27:11 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:27:11 ---> Running in cb57aa21a6bc 20:27:12 Removing intermediate container 2806eb86d66e 20:27:12 ---> 0acc30db13d6 20:27:12 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:27:12 ---> Running in f1ea45fe9ad5 20:27:13 Removing intermediate container cb57aa21a6bc 20:27:13 ---> f211be523d8f 20:27:13 Step 20/22 : LABEL arch=arm64 20:27:13 Removing intermediate container f1ea45fe9ad5 20:27:13 ---> 2836c1337ae9 20:27:13 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:27:13 ---> Running in 1722dc147aa1 20:27:14 Removing intermediate container 1722dc147aa1 20:27:14 ---> 2c2c44b1c178 20:27:14 Step 21/22 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:27:14 ---> Running in c4c049224d34 20:27:15 ---> 742f5be1681d 20:27:15 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:27:15 ---> Running in 62fbeee04fcc 20:27:15 Removing intermediate container c4c049224d34 20:27:15 ---> c9349da931e6 20:27:15 Step 22/22 : LABEL version=0.0.0 20:27:15 ---> Running in fb7a34f3a329 20:27:16 Removing intermediate container fb7a34f3a329 20:27:16 ---> c5b70dfe5759 20:27:16 20:27:17 Successfully built c5b70dfe5759 20:27:17 Successfully tagged security-proxy-setup-arm64:latest 20:27:17  Building security-proxy-setup ... done Building security-spiffe-token-provider 20:27:19 Removing intermediate container 62fbeee04fcc 20:27:19 ---> 3e4f1ed16725 20:27:19 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:20 ---> 3c15e1d57df8 20:27:20 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:27:21 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:27:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:27:21 ---> ebafce852ecd 20:27:21 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:27:21 ---> Using cache 20:27:21 ---> 857d0fd78224 20:27:21 Step 4/23 : WORKDIR /edgex-go 20:27:21 ---> Using cache 20:27:21 ---> 6ee9cfdc773b 20:27:21 Step 5/23 : RUN apk add --update --no-cache make git 20:27:21 ---> Using cache 20:27:21 ---> a74b9fd729d4 20:27:21 Step 6/23 : COPY go.mod vendor* ./ 20:27:21 ---> Using cache 20:27:21 ---> cbb1c914ec88 20:27:21 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:21 ---> Using cache 20:27:21 ---> a016db41d675 20:27:21 Step 8/23 : COPY . . 20:27:21 ---> Using cache 20:27:21 ---> 3618eeac3f65 20:27:21 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:27:21 ---> 28942a55c1bc 20:27:21 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:27:21 ---> Running in 5d08ddb24a6a 20:27:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:27:24 ---> 583e0cc6f711 20:27:24 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:27:25 ---> 2676364f036c 20:27:25 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:27:26 ---> efea499ab4eb 20:27:26 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:27:27 ---> 68571d67cb9f 20:27:27 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:27:28 ---> 2673981d8095 20:27:28 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:27:29 ---> 996749f18cdf 20:27:29 Step 28/33 : RUN chmod +x /entrypoint.sh 20:27:29 ---> Running in 43dd0d23bfcd 20:27:32 Removing intermediate container 43dd0d23bfcd 20:27:32 ---> 40238f00e366 20:27:32 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:27:33 ---> Running in 9aea471e533a 20:27:33 Removing intermediate container 9aea471e533a 20:27:33 ---> 50698df805be 20:27:33 Step 30/33 : CMD ["gate"] 20:27:33 ---> Running in 6b461b522d7f 20:27:34 Removing intermediate container 6b461b522d7f 20:27:34 ---> 0616fa95e694 20:27:34 Step 31/33 : LABEL arch=arm64 20:27:34 ---> Running in 82f79c9d9a2a 20:27:35 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:27:35 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:27:35 ---> ebafce852ecd 20:27:35 Step 3/20 : WORKDIR /edgex-go 20:27:35 ---> Using cache 20:27:35 ---> 69e5d1865630 20:27:35 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:27:37 Removing intermediate container 82f79c9d9a2a 20:27:37 ---> e17eec6b3a01 20:27:37 Step 32/33 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:27:37 ---> Running in 01be3f5a9f4c 20:27:37 ---> Running in 4cff69f2d238 20:27:38 Removing intermediate container 4cff69f2d238 20:27:38 ---> 0a28e97b01b1 20:27:38 Step 33/33 : LABEL version=0.0.0 20:27:38 ---> Running in 565fb64ca18b 20:27:38 Removing intermediate container 565fb64ca18b 20:27:38 ---> 45c55fa74385 20:27:38 20:27:39 Successfully built 45c55fa74385 20:27:39 Successfully tagged security-bootstrapper-arm64:latest 20:27:39  Building security-bootstrapper ... done Building core-metadata 20:27:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:27:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:27:41 v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:27:41 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:27:41 OK: 17690 distinct packages available 20:27:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:27:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:27:43 OK: 263 MiB in 53 packages 20:27:45 Removing intermediate container 01be3f5a9f4c 20:27:45 ---> b0b69a171a7e 20:27:45 Step 5/20 : COPY go.mod vendor* ./ 20:27:46 ---> 288defbe20d8 20:27:46 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:46 ---> Running in 3b9af94da991 20:27:57 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:27:57 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:27:57 ---> ebafce852ecd 20:27:57 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:27:57 ---> Using cache 20:27:57 ---> 857d0fd78224 20:27:57 Step 4/25 : WORKDIR /edgex-go 20:27:57 ---> Using cache 20:27:57 ---> 6ee9cfdc773b 20:27:57 Step 5/25 : RUN apk add --update --no-cache make git 20:27:57 ---> Using cache 20:27:57 ---> a74b9fd729d4 20:27:57 Step 6/25 : COPY go.mod vendor* ./ 20:27:57 ---> Using cache 20:27:57 ---> cbb1c914ec88 20:27:57 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:57 ---> Using cache 20:27:57 ---> a016db41d675 20:27:57 Step 8/25 : COPY . . 20:27:57 ---> Using cache 20:27:57 ---> 3618eeac3f65 20:27:57 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:27:57 ---> Running in 1d473afc17dd 20:27:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:28:36 Removing intermediate container a9d7fe42b0f8 20:28:36 ---> db4b3ba6a93c 20:28:36 20:28:36 Step 10/23 : FROM alpine:3.17 20:28:36 ---> 51e60588ff2c 20:28:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:28:36 ---> Running in 647017524c9b 20:28:36 Removing intermediate container 647017524c9b 20:28:36 ---> f654deac1d8a 20:28:36 Step 12/23 : ENV APP_PORT=59880 20:28:36 ---> Running in 274ac4dd5533 20:28:36 Removing intermediate container 274ac4dd5533 20:28:36 ---> 1ff3245a2147 20:28:36 Step 13/23 : EXPOSE $APP_PORT 20:28:36 ---> Running in 02e318448c51 20:28:36 Removing intermediate container 02e318448c51 20:28:36 ---> 5e4236c51473 20:28:36 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:28:36 ---> Running in b49e842fe930 20:28:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:38 (1/1) Installing dumb-init (1.2.5-r2) 20:28:38 Executing busybox-1.35.0-r29.trigger 20:28:38 OK: 8 MiB in 16 packages 20:28:39 Removing intermediate container b49e842fe930 20:28:39 ---> 04c0ec7a8395 20:28:39 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:40 ---> f4dab74f10a9 20:28:40 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:28:41 ---> 839bbfeccae4 20:28:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:28:43 ---> 49fafc621210 20:28:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:28:44 ---> 8a5b9422aa75 20:28:44 Step 19/23 : ENTRYPOINT ["/core-data"] 20:28:44 ---> Running in b8bd5f8df784 20:28:44 Removing intermediate container b8bd5f8df784 20:28:44 ---> 8bd301aa7ae4 20:28:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:28:45 ---> Running in 6f570fedd89b 20:28:45 Removing intermediate container 6f570fedd89b 20:28:45 ---> 251607b73288 20:28:45 Step 21/23 : LABEL arch=arm64 20:28:45 ---> Running in 80db511ad977 20:28:46 Removing intermediate container 80db511ad977 20:28:46 ---> b8f5d82ffa79 20:28:46 Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:28:46 ---> Running in 9d633643570d 20:28:47 Removing intermediate container 9d633643570d 20:28:47 ---> af2cd9058a92 20:28:47 Step 23/23 : LABEL version=0.0.0 20:28:47 ---> Running in d76b994a0b04 20:28:48 Removing intermediate container d76b994a0b04 20:28:48 ---> 1f977c1747af 20:28:48 20:28:49 Successfully built 1f977c1747af 20:28:49 Successfully tagged core-data-arm64:latest 20:28:49  Building core-data ... done Building security-spire-server 20:29:11 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:29:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:29:11 ---> ebafce852ecd 20:29:11 Step 3/26 : WORKDIR /edgex-go 20:29:11 ---> Using cache 20:29:11 ---> 69e5d1865630 20:29:11 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:29:11 ---> Running in 712effc56ab6 20:29:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:29:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:29:15 OK: 263 MiB in 53 packages 20:29:17 Removing intermediate container 712effc56ab6 20:29:17 ---> 94fc12ea67ac 20:29:17 Step 5/26 : COPY go.mod vendor* ./ 20:29:19 ---> 6a22eb89ac10 20:29:19 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:29:19 ---> Running in 4a03bebea125 20:29:26 Removing intermediate container 3b9af94da991 20:29:26 ---> 1e6ac3e7ae1c 20:29:26 Step 7/20 : COPY . . 20:29:38 ---> d2d70dc9bc71 20:29:38 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:29:38 ---> Running in 340f9a0072bf 20:29:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:31:01 Removing intermediate container 4a03bebea125 20:31:01 ---> bebd86e3f251 20:31:01 Step 7/26 : COPY . . 20:31:03 ---> 09a62d380a58 20:31:03 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 20:31:03 ---> Running in bf30f2cb3d6e 20:31:03 Removing intermediate container bf30f2cb3d6e 20:31:03 ---> d110619c6846 20:31:03 Step 9/26 : WORKDIR /edgex-go/spire-build 20:31:03 ---> Running in a058ad533755 20:31:04 Removing intermediate container a058ad533755 20:31:04 ---> b5ba58e0d5e4 20:31:04 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:31:04 ---> Running in 568074c16afc 20:31:05 Removing intermediate container 568074c16afc 20:31:05 ---> 2c2e9183a585 20:31:05 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:31:05 ---> Running in 114ee99abfb3 20:31:08 Removing intermediate container 114ee99abfb3 20:31:08 ---> a864fbd2201e 20:31:08 Step 12/26 : WORKDIR /edgex-go 20:31:08 ---> Running in aeba382245b3 20:31:09 Removing intermediate container aeba382245b3 20:31:09 ---> f2a362bf1951 20:31:09 20:31:09 Step 13/26 : FROM alpine:3.17 20:31:09 ---> 51e60588ff2c 20:31:09 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:31:09 ---> Using cache 20:31:09 ---> 843a635a255c 20:31:09 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:31:10 ---> Running in 6b30213b9281 20:31:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:14 v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:31:14 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:31:14 OK: 17691 distinct packages available 20:31:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:16 (1/5) Installing dumb-init (1.2.5-r2) 20:31:16 (2/5) Installing musl-obstack (1.2.3-r0) 20:31:16 (3/5) Installing libucontext (1.2-r0) 20:31:16 (4/5) Installing gcompat (1.1.0-r0) 20:31:16 (5/5) Installing openssl (3.0.8-r4) 20:31:16 Executing busybox-1.35.0-r29.trigger 20:31:16 OK: 9 MiB in 20 packages 20:31:18 Removing intermediate container 6b30213b9281 20:31:18 ---> c233c75d1b22 20:31:18 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:19 ---> 84b224cf0a02 20:31:19 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:31:20 ---> 4b67520ff5f1 20:31:20 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:31:26 ---> 678218e1fdb6 20:31:26 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:31:26 ---> 19695365ef52 20:31:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:31:27 ---> adc89176e33a 20:31:27 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:31:28 ---> 507e7a7e6d67 20:31:28 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:31:28 ---> Running in 3bf557aa637d 20:31:29 Removing intermediate container 3bf557aa637d 20:31:29 ---> 818edb77b5e6 20:31:29 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:31:29 ---> Running in 9d52520a7ab1 20:31:29 Removing intermediate container 9d52520a7ab1 20:31:29 ---> 497faddf87b8 20:31:29 Step 24/26 : LABEL arch=arm64 20:31:29 ---> Running in 42bcb0899b92 20:31:30 Removing intermediate container 42bcb0899b92 20:31:30 ---> 7a071d344220 20:31:30 Step 25/26 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:31:30 ---> Running in 67698438268c 20:31:31 Removing intermediate container 67698438268c 20:31:31 ---> 991885662547 20:31:31 Step 26/26 : LABEL version=0.0.0 20:31:31 ---> Running in 6593fcf53054 20:31:32 Removing intermediate container 6593fcf53054 20:31:32 ---> da6f2c622d01 20:31:32 20:31:32 Successfully built da6f2c622d01 20:31:32 Successfully tagged security-spire-server-arm64:latest 20:31:32 Building core-command 20:31:47  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:31:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:31:47 ---> ebafce852ecd 20:31:47 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:31:47 ---> Using cache 20:31:47 ---> 857d0fd78224 20:31:47 Step 4/24 : WORKDIR /edgex-go 20:31:47 ---> Using cache 20:31:47 ---> 6ee9cfdc773b 20:31:47 Step 5/24 : RUN apk add --update --no-cache make git 20:31:47 ---> Using cache 20:31:47 ---> a74b9fd729d4 20:31:47 Step 6/24 : COPY go.mod vendor* ./ 20:31:47 ---> Using cache 20:31:47 ---> cbb1c914ec88 20:31:47 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:31:47 ---> Using cache 20:31:47 ---> a016db41d675 20:31:47 Step 8/24 : COPY . . 20:31:47 ---> Using cache 20:31:47 ---> 3618eeac3f65 20:31:47 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:31:48 ---> Running in 6cd487f7cab8 20:31:50 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:32:58 Removing intermediate container 694834ac456e 20:32:58 ---> 71878172b4ed 20:32:58 20:32:58 Step 10/23 : FROM alpine:3.17 20:32:58 ---> 51e60588ff2c 20:32:58 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:32:58 ---> Running in 3102be1771d4 20:32:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:32:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:32:58 (1/2) Installing ca-certificates (20220614-r4) 20:32:58 (2/2) Installing dumb-init (1.2.5-r2) 20:32:58 Executing busybox-1.35.0-r29.trigger 20:32:58 Executing ca-certificates-20220614-r4.trigger 20:32:58 OK: 8 MiB in 17 packages 20:32:58 Removing intermediate container 3102be1771d4 20:32:58 ---> 269b3a433f0a 20:32:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:32:58 ---> Running in 975a82e86dba 20:32:58 Removing intermediate container 975a82e86dba 20:32:58 ---> 2198f7c40ea9 20:32:58 Step 13/23 : ENV APP_PORT=59860 20:32:58 ---> Running in c2749a0c72a0 20:32:59 Removing intermediate container c2749a0c72a0 20:32:59 ---> 8691f4b06c50 20:32:59 Step 14/23 : EXPOSE $APP_PORT 20:32:59 ---> Running in 0b0e99a30cb3 20:32:59 Removing intermediate container 0b0e99a30cb3 20:32:59 ---> ce7337801fe2 20:32:59 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:33:00 ---> af9adc70525f 20:33:00 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:33:01 ---> c63d42887066 20:33:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:33:04 ---> 7f5f9410194b 20:33:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:33:04 ---> 8cc8f30f2beb 20:33:04 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:33:04 ---> Running in 370cee0027e0 20:33:05 Removing intermediate container 370cee0027e0 20:33:05 ---> d288c40a9e13 20:33:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:33:05 ---> Running in 0fb6aa7522ab 20:33:06 Removing intermediate container 0fb6aa7522ab 20:33:06 ---> 85fffcee6afa 20:33:06 Step 21/23 : LABEL arch=arm64 20:33:06 ---> Running in 598a84a79332 20:33:06 Removing intermediate container 598a84a79332 20:33:06 ---> 9ab33c67b9e3 20:33:06 Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:33:06 ---> Running in 1307182d5f48 20:33:07 Removing intermediate container 1307182d5f48 20:33:07 ---> 7ce113f3dbd7 20:33:07 Step 23/23 : LABEL version=0.0.0 20:33:07 ---> Running in 65617e129cc5 20:33:07 Removing intermediate container 65617e129cc5 20:33:07 ---> a15e91815f43 20:33:07 20:33:07 Successfully built a15e91815f43 20:33:07 Successfully tagged support-notifications-arm64:latest 20:33:07  Building support-notifications ... done Building support-scheduler 20:33:26 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:33:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:33:26 ---> ebafce852ecd 20:33:26 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:33:26 ---> Using cache 20:33:26 ---> 857d0fd78224 20:33:26 Step 4/23 : WORKDIR /edgex-go 20:33:26 ---> Using cache 20:33:26 ---> 6ee9cfdc773b 20:33:26 Step 5/23 : RUN apk add --update --no-cache make git 20:33:26 ---> Using cache 20:33:26 ---> a74b9fd729d4 20:33:26 Step 6/23 : COPY go.mod vendor* ./ 20:33:26 ---> Using cache 20:33:26 ---> cbb1c914ec88 20:33:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:33:26 ---> Using cache 20:33:26 ---> a016db41d675 20:33:26 Step 8/23 : COPY . . 20:33:26 ---> Using cache 20:33:26 ---> 3618eeac3f65 20:33:26 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:33:26 ---> Running in 08f713bf0327 20:33:28 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:34:14 Removing intermediate container 5d08ddb24a6a 20:34:14 ---> 6c8a2c7ad764 20:34:14 20:34:14 Step 10/23 : FROM alpine:3.17 20:34:14 ---> 51e60588ff2c 20:34:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:34:14 ---> Using cache 20:34:14 ---> 8a1f7d3bb552 20:34:14 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:34:14 ---> Using cache 20:34:14 ---> 63848fb15f08 20:34:14 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:14 ---> Using cache 20:34:14 ---> 3af78019a2b3 20:34:14 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:34:14 ---> Using cache 20:34:14 ---> efb793cfba88 20:34:14 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:34:17 ---> fa33735283da 20:34:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:34:18 ---> 2663bcd8b6a4 20:34:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:34:19 ---> 9df6f765f666 20:34:19 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:34:19 ---> Running in 0a24d90b11e7 20:34:22 Removing intermediate container 0a24d90b11e7 20:34:22 ---> b605d4262000 20:34:22 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:34:22 ---> Running in a83fcfcb3bca 20:34:22 Removing intermediate container a83fcfcb3bca 20:34:22 ---> 97504f01f39a 20:34:22 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:34:22 ---> Running in eb6dbfe74e9f 20:34:23 Removing intermediate container eb6dbfe74e9f 20:34:23 ---> edcb4c3e9e35 20:34:23 Step 21/23 : LABEL arch=arm64 20:34:23 ---> Running in 16e707ede13c 20:34:24 Removing intermediate container 16e707ede13c 20:34:24 ---> dc2c44868b60 20:34:24 Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:34:24 ---> Running in 583d46aa2025 20:34:24 Removing intermediate container 583d46aa2025 20:34:24 ---> dd7f9bd5c415 20:34:24 Step 23/23 : LABEL version=0.0.0 20:34:24 ---> Running in e7015f0e2d49 20:34:25 Removing intermediate container e7015f0e2d49 20:34:25 ---> 059fd694ef2b 20:34:25 20:34:25 Successfully built 059fd694ef2b 20:34:25 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:34:25  Building core-common-config-bootstrapper ... done Building security-secretstore-setup 20:34:43 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:34:43 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:34:43 ---> ebafce852ecd 20:34:43 Step 3/25 : WORKDIR /edgex-go 20:34:43 ---> Using cache 20:34:43 ---> 69e5d1865630 20:34:43 Step 4/25 : RUN apk add --update --no-cache make git 20:34:43 ---> Using cache 20:34:43 ---> ac75c343667f 20:34:43 Step 5/25 : COPY go.mod vendor* ./ 20:34:43 ---> Using cache 20:34:43 ---> 0af94731fed0 20:34:43 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:43 ---> Using cache 20:34:43 ---> eac3a76df23d 20:34:43 Step 7/25 : COPY . . 20:34:43 ---> Using cache 20:34:43 ---> ae573e9c4b4a 20:34:43 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:34:43 ---> Running in a070f00a6fc6 20:34:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:35:24 Removing intermediate container 1d473afc17dd 20:35:24 ---> a944a57c2954 20:35:24 20:35:24 Step 10/25 : FROM alpine:3.17 20:35:24 ---> 51e60588ff2c 20:35:24 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:35:24 ---> Running in 9475f34a5ad7 20:35:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:35:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:35:24 (1/1) Installing dumb-init (1.2.5-r2) 20:35:24 Executing busybox-1.35.0-r29.trigger 20:35:24 OK: 8 MiB in 16 packages 20:35:25 Removing intermediate container 9475f34a5ad7 20:35:25 ---> ba4f622b404a 20:35:25 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:35:25 ---> Running in c5f05a7d6607 20:35:26 Removing intermediate container c5f05a7d6607 20:35:26 ---> fd4e74bc8fe2 20:35:26 Step 13/25 : ENV APP_PORT=59881 20:35:26 ---> Running in 47fd80242d72 20:35:27 Removing intermediate container 47fd80242d72 20:35:27 ---> 79164e826286 20:35:27 Step 14/25 : EXPOSE $APP_PORT 20:35:27 ---> Running in 59934fe3d6ad 20:35:27 Removing intermediate container 59934fe3d6ad 20:35:27 ---> d009c29d7cc8 20:35:27 Step 15/25 : WORKDIR / 20:35:27 ---> Running in 68639d9afe53 20:35:28 Removing intermediate container 68639d9afe53 20:35:28 ---> 93b374af7115 20:35:28 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:28 ---> 879fe8d1c92d 20:35:28 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:35:29 ---> 7336bff6583b 20:35:29 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:35:31 ---> ef1e059346a3 20:35:31 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:35:32 ---> a25fd52e5fb3 20:35:32 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:35:33 ---> f8c4356d340b 20:35:33 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:35:33 ---> Running in cc3f675a948f 20:35:33 Removing intermediate container cc3f675a948f 20:35:33 ---> 5ca4ceeba304 20:35:33 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:35:33 ---> Running in 68eba14a8310 20:35:34 Removing intermediate container 68eba14a8310 20:35:34 ---> da46703fb117 20:35:34 Step 23/25 : LABEL arch=arm64 20:35:34 ---> Running in db28ffdfff7e 20:35:35 Removing intermediate container db28ffdfff7e 20:35:35 ---> 48d875b796db 20:35:35 Step 24/25 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:35:35 ---> Running in e85224833ebd 20:35:36 Removing intermediate container e85224833ebd 20:35:36 ---> da1bffd7d99b 20:35:36 Step 25/25 : LABEL version=0.0.0 20:35:36 ---> Running in af79e10d982b 20:35:37 Removing intermediate container af79e10d982b 20:35:37 ---> b0584e141bcc 20:35:37 20:35:37 Successfully built b0584e141bcc 20:35:37 Successfully tagged core-metadata-arm64:latest 20:37:59  Building core-metadata ... done Removing intermediate container 340f9a0072bf 20:37:59 ---> 37c879c888ed 20:37:59 20:37:59 Step 9/20 : FROM alpine:3.17 20:37:59 ---> 51e60588ff2c 20:37:59 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:37:59 ---> Using cache 20:37:59 ---> 17b8d8da536e 20:37:59 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:37:59 ---> Running in 17c5a326e08e 20:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:38:00 v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:38:00 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:38:00 OK: 17691 distinct packages available 20:38:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:38:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:38:02 (1/9) Installing ca-certificates (20220614-r4) 20:38:02 (2/9) Installing brotli-libs (1.0.9-r9) 20:38:02 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:38:02 (4/9) Installing libcurl (8.0.1-r0) 20:38:02 (5/9) Installing curl (8.0.1-r0) 20:38:02 (6/9) Installing dumb-init (1.2.5-r2) 20:38:02 (7/9) Installing musl-obstack (1.2.3-r0) 20:38:02 (8/9) Installing libucontext (1.2-r0) 20:38:02 (9/9) Installing gcompat (1.1.0-r0) 20:38:02 Executing busybox-1.35.0-r29.trigger 20:38:02 Executing ca-certificates-20220614-r4.trigger 20:38:03 OK: 11 MiB in 24 packages 20:38:05 Removing intermediate container 17c5a326e08e 20:38:05 ---> 0824c767bb1d 20:38:05 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:07 ---> 4eb88efaef64 20:38:07 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:38:08 ---> 7fa7ff1f0f5e 20:38:08 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:38:12 ---> bfcf882b079f 20:38:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:38:13 ---> 3fb7477c4b88 20:38:13 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:38:13 ---> Running in 8bf63427ccbd 20:38:14 Removing intermediate container 8bf63427ccbd 20:38:14 ---> a79fa2d94b87 20:38:14 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:38:14 Removing intermediate container 6cd487f7cab8 20:38:14 ---> 59dcdffd073c 20:38:14 20:38:14 Step 10/24 : FROM alpine:3.17 20:38:14 ---> 51e60588ff2c 20:38:14 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:38:14 ---> Using cache 20:38:14 ---> ba4f622b404a 20:38:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' ---> Running in 04ddb2fe5da1 20:38:14 20:38:14 ---> Using cache 20:38:14 ---> fd4e74bc8fe2 20:38:14 Step 13/24 : ENV APP_PORT=59882 20:38:15 ---> Running in 647cc2a540df 20:38:15 Removing intermediate container 04ddb2fe5da1 20:38:15 ---> 0aad345e82c3 20:38:15 Step 18/20 : LABEL arch=arm64 20:38:15 ---> Running in 1acca7ec3dc5 20:38:16 Removing intermediate container 647cc2a540df 20:38:16 ---> cf64d988b917 20:38:16 Step 14/24 : EXPOSE $APP_PORT 20:38:16 ---> Running in b9d527c46428 20:38:16 Removing intermediate container 1acca7ec3dc5 20:38:16 ---> 925ff6b0b8fa 20:38:16 Step 19/20 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:38:16 ---> Running in a52bddaab940 20:38:17 Removing intermediate container b9d527c46428 20:38:17 ---> 9f29f62ab849 20:38:17 Step 15/24 : WORKDIR / 20:38:17 Removing intermediate container a52bddaab940 20:38:17 ---> 8607dde421d3 20:38:17 Step 20/20 : LABEL version=0.0.0 20:38:17 ---> Running in ca2fa3e4acea 20:38:17 ---> Running in 7e157ed7db80 20:38:17 Removing intermediate container 7e157ed7db80 20:38:17 ---> 65e5f29f9240 20:38:17 20:38:18 Removing intermediate container ca2fa3e4acea 20:38:18 ---> 573895145fd4 20:38:18 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:18 Successfully built 65e5f29f9240 20:38:18 Successfully tagged security-spiffe-token-provider-arm64:latest 20:38:18  Building security-spiffe-token-provider ... done  ---> 23a1d16ebb84 20:38:18 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:38:19 ---> 44db6af604f6 20:38:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:38:21 ---> 986f3f228ec6 20:38:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:38:22 ---> 4f03da05dba2 20:38:22 Step 20/24 : ENTRYPOINT ["/core-command"] 20:38:22 ---> Running in e54987438686 20:38:23 Removing intermediate container e54987438686 20:38:23 ---> be3509a49d98 20:38:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:38:23 ---> Running in 5d9696b730ad 20:38:23 Removing intermediate container 5d9696b730ad 20:38:23 ---> 41e2c82fa133 20:38:23 Step 22/24 : LABEL arch=arm64 20:38:23 ---> Running in c3e8bc00705e 20:38:24 Removing intermediate container c3e8bc00705e 20:38:24 ---> eb3c81077a28 20:38:24 Step 23/24 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:38:24 ---> Running in 745a2eb58da9 20:38:25 Removing intermediate container 745a2eb58da9 20:38:25 ---> 80a7295a6740 20:38:25 Step 24/24 : LABEL version=0.0.0 20:38:25 ---> Running in 81dcba58f6c4 20:38:25 Removing intermediate container 81dcba58f6c4 20:38:25 ---> be3138d8e616 20:38:25 20:38:25 Successfully built be3138d8e616 20:38:26 Successfully tagged core-command-arm64:latest 20:39:05  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:39:17 Removing intermediate container a070f00a6fc6 20:39:17 ---> d102104e066a 20:39:17 20:39:17 Step 9/25 : FROM alpine:3.17 20:39:17 ---> 51e60588ff2c 20:39:17 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:39:17 ---> Running in f9728c5e0247 20:39:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:39:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:39:20 (1/3) Installing ca-certificates (20220614-r4) 20:39:20 (2/3) Installing dumb-init (1.2.5-r2) 20:39:20 (3/3) Installing su-exec (0.2-r2) 20:39:20 Executing busybox-1.35.0-r29.trigger 20:39:20 Executing ca-certificates-20220614-r4.trigger 20:39:20 OK: 8 MiB in 18 packages 20:39:22 Removing intermediate container f9728c5e0247 20:39:22 ---> 33d09f3c178d 20:39:22 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:39:23 ---> Running in c51ace56259b 20:39:23 Removing intermediate container c51ace56259b 20:39:23 ---> f35aed62a050 20:39:23 Step 12/25 : WORKDIR / 20:39:23 ---> Running in 26149c813ad7 20:39:23 Removing intermediate container 26149c813ad7 20:39:23 ---> 9fa4d070eab4 20:39:23 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:39:24 ---> 508c9b9fbde5 20:39:24 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:39:24 ---> b47500256ce5 20:39:24 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:39:25 ---> 987dbc28157b 20:39:25 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:39:26 ---> 38d20531b86e 20:39:26 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:39:26 ---> 0f5b2f591ea3 20:39:26 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:39:28 ---> c5060459fbd5 20:39:28 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:39:29 ---> 0296dac00abf 20:39:29 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:39:29 ---> dd9649b7266c 20:39:29 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:39:29 ---> Running in cbca6b1d9a1a 20:39:32 Removing intermediate container cbca6b1d9a1a 20:39:32 ---> 836f9df5b36c 20:39:32 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:39:32 ---> Running in a349aa3f8c65 20:39:32 Removing intermediate container a349aa3f8c65 20:39:32 ---> bdd84c6828f4 20:39:32 Step 23/25 : LABEL arch=arm64 20:39:32 ---> Running in 9d960a86db43 20:39:33 Removing intermediate container 9d960a86db43 20:39:33 ---> a6f4dbe5d65e 20:39:33 Step 24/25 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:39:33 ---> Running in fda3ac5da14e 20:39:33 Removing intermediate container fda3ac5da14e 20:39:33 ---> 4b5d6d6c67ed 20:39:33 Step 25/25 : LABEL version=0.0.0 20:39:33 ---> Running in 4a9c4a143887 20:39:33 Removing intermediate container 4a9c4a143887 20:39:33 ---> a92c9201737c 20:39:33 20:39:34 Successfully built a92c9201737c 20:39:34 Successfully tagged security-secretstore-setup-arm64:latest 20:39:46  Building security-secretstore-setup ... done Removing intermediate container 08f713bf0327 20:39:46 ---> e2241433213f 20:39:46 20:39:46 Step 10/23 : FROM alpine:3.17 20:39:46 ---> 51e60588ff2c 20:39:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:39:46 ---> Using cache 20:39:46 ---> ba4f622b404a 20:39:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:39:46 ---> Using cache 20:39:46 ---> fd4e74bc8fe2 20:39:46 Step 13/23 : ENV APP_PORT=59861 20:39:46 ---> Running in 9b70b2bea837 20:39:46 Removing intermediate container 9b70b2bea837 20:39:46 ---> fef8e8d5a680 20:39:46 Step 14/23 : EXPOSE $APP_PORT 20:39:46 ---> Running in 42b0de3f936e 20:39:46 Removing intermediate container 42b0de3f936e 20:39:46 ---> 1b3470d8084f 20:39:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:39:46 ---> 053efb836ac2 20:39:46 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:39:47 ---> 9c6853ec5411 20:39:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:39:49 ---> f784fd31d298 20:39:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:39:50 ---> 89784eb02ec2 20:39:50 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:39:50 ---> Running in bf765d572f54 20:39:50 Removing intermediate container bf765d572f54 20:39:50 ---> 8845a4823e64 20:39:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:39:50 ---> Running in 89135b5e76a1 20:39:50 Removing intermediate container 89135b5e76a1 20:39:50 ---> 8e54640a5b05 20:39:50 Step 21/23 : LABEL arch=arm64 20:39:51 ---> Running in 7b1a929942f5 20:39:51 Removing intermediate container 7b1a929942f5 20:39:51 ---> 133bf5250695 20:39:51 Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f 20:39:51 ---> Running in 5c7d04365567 20:39:51 Removing intermediate container 5c7d04365567 20:39:51 ---> b82e12cc7f50 20:39:51 Step 23/23 : LABEL version=0.0.0 20:39:51 ---> Running in 3ee559ef16b3 20:39:51 Removing intermediate container 3ee559ef16b3 20:39:51 ---> 21feafc869ac 20:39:51 20:39:52 Successfully built 21feafc869ac 20:39:52 Successfully tagged support-scheduler-arm64:latest 20:39:52  Building support-scheduler ... done  [Pipeline] } 20:39:52 $ docker stop --time=1 55c31f05e6ab1a27295b8600d7208d532c777fd8dc0e72aaab9fed5499aaaf7a 20:39:54 $ docker rm -f --volumes 55c31f05e6ab1a27295b8600d7208d532c777fd8dc0e72aaab9fed5499aaaf7a [Pipeline] // withDockerContainer [Pipeline] sh 20:39:54 + docker images 20:39:54 REPOSITORY TAG IMAGE ID CREATED SIZE 20:39:54 support-scheduler-arm64 latest 21feafc869ac 3 seconds ago 31.5MB 20:39:54 e2241433213f 10 seconds ago 1.59GB 20:39:54 security-secretstore-setup-arm64 latest a92c9201737c 21 seconds ago 32.2MB 20:39:54 d102104e066a 39 seconds ago 1.52GB 20:39:54 core-command-arm64 latest be3138d8e616 About a minute ago 19.7MB 20:39:54 security-spiffe-token-provider-arm64 latest 65e5f29f9240 About a minute ago 32.7MB 20:39:54 59dcdffd073c About a minute ago 1.53GB 20:39:54 37c879c888ed 2 minutes ago 1.57GB 20:39:54 core-metadata-arm64 latest b0584e141bcc 4 minutes ago 20.2MB 20:39:54 a944a57c2954 4 minutes ago 1.53GB 20:39:54 core-common-config-bootstrapper-arm64 latest 059fd694ef2b 5 minutes ago 17.2MB 20:39:54 6c8a2c7ad764 5 minutes ago 1.52GB 20:39:54 support-notifications-arm64 latest a15e91815f43 6 minutes ago 32.2MB 20:39:54 71878172b4ed 7 minutes ago 1.59GB 20:39:54 security-spire-server-arm64 latest da6f2c622d01 8 minutes ago 97MB 20:39:54 f2a362bf1951 8 minutes ago 1.39GB 20:39:54 core-data-arm64 latest 1f977c1747af 11 minutes ago 19.9MB 20:39:54 db4b3ba6a93c 11 minutes ago 1.53GB 20:39:54 security-bootstrapper-arm64 latest 45c55fa74385 12 minutes ago 21.9MB 20:39:54 security-proxy-setup-arm64 latest c5b70dfe5759 12 minutes ago 18.7MB 20:39:54 security-proxy-auth-arm64 latest 535de56f7c7e 12 minutes ago 18.3MB 20:39:54 70b89d652bcc 13 minutes ago 1.51GB 20:39:54 525600908c0e 13 minutes ago 1.51GB 20:39:54 e27e40704b41 13 minutes ago 1.51GB 20:39:54 security-spire-agent-arm64 latest aff66371359a 19 minutes ago 153MB 20:39:54 security-spire-config-arm64 latest 73c2927ae038 19 minutes ago 96.1MB 20:39:54 cfe82715d42a 19 minutes ago 1.39GB 20:39:54 3054f531f67c 19 minutes ago 1.39GB 20:39:54 ci-base-image-arm64 latest ebafce852ecd 35 minutes ago 899MB 20:39:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 2 days ago 681MB 20:39:54 alpine 3.17 51e60588ff2c 4 weeks ago 7.46MB 20:39:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:39:55 20:39:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:39:56 arm64: Pulling from edgex-lftools-log-publisher 20:39:56 8998bd30e6a1: Pulling fs layer 20:39:56 04944245beec: Pulling fs layer 20:39:56 699f458cf7ca: Pulling fs layer 20:39:56 765212b225bb: Pulling fs layer 20:39:56 f23df028b6ca: Pulling fs layer 20:39:56 765212b225bb: Waiting 20:39:56 d65c8cfc05b1: Pulling fs layer 20:39:56 f23df028b6ca: Waiting 20:39:56 2437ff75d9bd: Pulling fs layer 20:39:56 2437ff75d9bd: Waiting 20:39:56 04944245beec: Verifying Checksum 20:39:56 04944245beec: Download complete 20:39:56 765212b225bb: Verifying Checksum 20:39:56 765212b225bb: Download complete 20:39:56 f23df028b6ca: Verifying Checksum 20:39:56 f23df028b6ca: Download complete 20:39:56 d65c8cfc05b1: Verifying Checksum 20:39:56 d65c8cfc05b1: Download complete 20:39:56 699f458cf7ca: Verifying Checksum 20:39:56 699f458cf7ca: Download complete 20:39:56 8998bd30e6a1: Download complete 20:39:59 2437ff75d9bd: Verifying Checksum 20:39:59 2437ff75d9bd: Download complete 20:40:00 8998bd30e6a1: Pull complete 20:40:01 04944245beec: Pull complete 20:40:02 699f458cf7ca: Pull complete 20:40:02 765212b225bb: Pull complete 20:40:03 f23df028b6ca: Pull complete 20:40:03 d65c8cfc05b1: Pull complete 20:40:21 2437ff75d9bd: Pull complete 20:40:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:40:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:40:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:40:22 prd-ubuntu20.04-docker-arm64-4c-16g-11062 does not seem to be running inside a container 20:40:22 $ 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:40:24 $ docker top 2eb347dd2d511e81e7ee281e28fb3b49e6ae73f686637c92632f07f1ec7dba06 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:40:25 ---> job-cost.sh 20:40:25 lf-activate-venv: SKIPPING 20:40:25 INFO: No Stack... 20:40:25 INFO: Retrieving Pricing Info for: v3-standard-4 20:40:26 INFO: Archiving Costs [Pipeline] sh 20:40:27 + + catcut /w/workspace/edgex-go/1/archives/cost.csv -d, 20:40:27 -f6 [Pipeline] lock 20:40:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4534-1-stack-cost] 20:40:27 Resource [jenkins-edgexfoundry-edgex-go-PR-4534-1-stack-cost] did not exist. Created. 20:40:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4534-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:40:27 + echo total: 0.10999999940395355 [Pipeline] stash 20:40:28 Stashed 1 file(s) [Pipeline] } 20:40:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4534-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:40:28 $ docker stop --time=1 2eb347dd2d511e81e7ee281e28fb3b49e6ae73f686637c92632f07f1ec7dba06 20:40:29 $ docker rm -f --volumes 2eb347dd2d511e81e7ee281e28fb3b49e6ae73f686637c92632f07f1ec7dba06 [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:40:30 provisioning config files... 20:40:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6547162255266281018tmp [Pipeline] { [Pipeline] sh 20:40:31 + set +x 20:40:31 + curl -s https://codecov.io/bash 20:40:31 + bash -s -- 20:40:31 20:40:31 _____ _ 20:40:31 / ____| | | 20:40:31 | | ___ __| | ___ ___ _____ __ 20:40:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:40:31 | |___| (_) | (_| | __/ (_| (_) \ V / 20:40:31 \_____\___/ \__,_|\___|\___\___/ \_/ 20:40:31 Bash-1.0.6 20:40:31 20:40:31 20:40:31 ==> git version 2.25.1 found 20:40:31 ==> 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:40:31 Release-Date: 2020-01-08 20:40:31 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:40:31 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:40:31 ==> Jenkins CI detected. 20:40:31 current dir:  /w/workspace/edgex-go/1 20:40:31 project root: . 20:40:31 --> token set from env 20:40:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:40:31 ==> Running gcov in . (disable via -X gcov) 20:40:31 ==> Python coveragepy not found 20:40:31 ==> Searching for coverage reports in: 20:40:31 + . 20:40:31 -> Found 1 reports 20:40:31 ==> Detecting git/mercurial file structure 20:40:31 ==> Reading reports 20:40:31 + ./coverage.out bytes=448248 20:40:31 ==> Appending adjustments 20:40:31 https://docs.codecov.io/docs/fixing-reports 20:40:32 + Found adjustments 20:40:32 ==> Gzipping contents 20:40:32 60K /tmp/codecov.g8f5A7.gz 20:40:32 ==> Uploading reports 20:40:32 url: https://codecov.io 20:40:32 query: branch=PR-4534&commit=9271d25c44458c9522706a5c2b8f4034fcdb8d0f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4534%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4534&job=&cmd_args= 20:40:32 -> Pinging Codecov 20:40:32 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4534&commit=9271d25c44458c9522706a5c2b8f4034fcdb8d0f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4534%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4534&job=&cmd_args= 20:40:32 -> Uploading to 20:40:32 https://storage.googleapis.com/codecov/v4/raw/2023-04-26/00271124DB129430A58F1EEE437C3FCB/9271d25c44458c9522706a5c2b8f4034fcdb8d0f/c8dbdfc9-f427-4078-b2d3-bb31d685d850.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T204032Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ba7d961ff8c672ce5ec8ee0447b7290fa97490b62be779332885cec6a42550d1 20:40:32 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:32 Dload Upload Total Spent Left Speed 20:40:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57513 0 0 100 57513 0 227k --:--:-- --:--:-- --:--:-- 227k 20:40:32 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9271d25c44458c9522706a5c2b8f4034fcdb8d0f [Pipeline] } 20:40:32 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:40:34 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:40:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:40:35 ---> package-listing.sh 20:40:35 ++ facter osfamily 20:40:35 ++ tr '[:upper:]' '[:lower:]' 20:40:35 + OS_FAMILY=debian 20:40:35 + workspace=/w/workspace/edgex-go/1 20:40:35 + START_PACKAGES=/tmp/packages_start.txt 20:40:35 + END_PACKAGES=/tmp/packages_end.txt 20:40:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:40:35 + PACKAGES=/tmp/packages_start.txt 20:40:35 + '[' /w/workspace/edgex-go/1 ']' 20:40:35 + PACKAGES=/tmp/packages_end.txt 20:40:35 + case "${OS_FAMILY}" in 20:40:35 + grep '^ii' 20:40:35 + dpkg -l 20:40:35 + '[' -f /tmp/packages_start.txt ']' 20:40:35 + '[' -f /tmp/packages_end.txt ']' 20:40:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:40:35 + '[' /w/workspace/edgex-go/1 ']' 20:40:35 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:40:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:40:35 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:40:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:40:36 20:40:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:40:37 latest: Pulling from edgex-lftools-log-publisher 20:40:37 5eb5b503b376: Pulling fs layer 20:40:37 5c69ac0246d0: Pulling fs layer 20:40:37 ec43610c2a17: Pulling fs layer 20:40:37 3a2ae6a8a46f: Pulling fs layer 20:40:37 33b1e0a273af: Pulling fs layer 20:40:37 5d3b04190fa2: Pulling fs layer 20:40:37 2f39f015ded8: Pulling fs layer 20:40:37 3a2ae6a8a46f: Waiting 20:40:37 33b1e0a273af: Waiting 20:40:37 5d3b04190fa2: Waiting 20:40:37 2f39f015ded8: Waiting 20:40:37 5c69ac0246d0: Download complete 20:40:37 3a2ae6a8a46f: Verifying Checksum 20:40:37 3a2ae6a8a46f: Download complete 20:40:37 33b1e0a273af: Verifying Checksum 20:40:37 33b1e0a273af: Download complete 20:40:37 ec43610c2a17: Verifying Checksum 20:40:37 ec43610c2a17: Download complete 20:40:37 5d3b04190fa2: Verifying Checksum 20:40:37 5d3b04190fa2: Download complete 20:40:37 5eb5b503b376: Verifying Checksum 20:40:37 5eb5b503b376: Download complete 20:40:38 2f39f015ded8: Download complete 20:40:38 5eb5b503b376: Pull complete 20:40:38 5c69ac0246d0: Pull complete 20:40:39 ec43610c2a17: Pull complete 20:40:39 3a2ae6a8a46f: Pull complete 20:40:39 33b1e0a273af: Pull complete 20:40:39 5d3b04190fa2: Pull complete 20:40:43 2f39f015ded8: Pull complete 20:40:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:40:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:40:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:40:43 prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container 20:40:43 $ 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:40:44 $ docker top b3163a12a657c27949dee40bc1465694c9d65212234c926483efb077a0de4fc3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:40:45 + touch /tmp/pre-build-complete [Pipeline] sh 20:40:45 + mkdir -p /var/log/sysstat [Pipeline] sh 20:40:46 + ls /var/log/sa-host 20:40:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:40:46 provisioning config files... 20:40:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4211113287156042312tmp [Pipeline] { [Pipeline] echo 20:40:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:40:46 ---> create-netrc.sh [Pipeline] } 20:40:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:40:46 ---> python-tools-install.sh [Pipeline] echo 20:40:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:40:47 ---> sudo-logs.sh 20:40:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:40:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:40:47 ---> job-cost.sh 20:40:47 lf-activate-venv: SKIPPING 20:40:47 DEBUG: total: 0.10999999940395355 20:40:47 INFO: Retrieving Stack Cost... 20:40:48 INFO: Retrieving Pricing Info for: v3-standard-8 20:40:48 INFO: Archiving Costs [Pipeline] echo 20:40:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:40:48 ---> logs-deploy.sh 20:40:48 lf-activate-venv: SKIPPING 20:40:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4534/1 20:40:48 INFO: archiving workspace using pattern(s): 20:40:49 Archives upload complete. 20:40:50 INFO: archiving logs to Nexus