Pull request #4091 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ae78eb25edabf31f12eb0cb0fb93e39ce4225806+48498f0558753389f807f9f09415bce11d10e4ef (cdd1bd859b5974ce87f03d3e99eeacecc97cc095) 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-ssh4426174713999521766.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-ssh10598843779209945903.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 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-4091/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-4091/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15657217389683732086.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-4091/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11084308595126596324.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 # timeout=10 Commit message: "Merge pull request #405 from ernestojeda/fix-go-1.18-errors" > 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-ssh12451954043921389526.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4091/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-4091/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12996003428387966154.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-19868 in /w/workspace/edgexfoundry_edgex-go_PR-4091 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 48498f0558753389f807f9f09415bce11d10e4ef into PR head commit ae78eb25edabf31f12eb0cb0fb93e39ce4225806 Merge succeeded, producing ae78eb25edabf31f12eb0cb0fb93e39ce4225806 Checking out Revision ae78eb25edabf31f12eb0cb0fb93e39ce4225806 (PR-4091) > 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/4091/head:refs/remotes/origin/PR-4091 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae78eb25edabf31f12eb0cb0fb93e39ce4225806 # 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 48498f0558753389f807f9f09415bce11d10e4ef # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae78eb25edabf31f12eb0cb0fb93e39ce4225806 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:05:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:05:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:05:01 ========================================================= 19:05:01 EdgeX Global Pipelines Version Info 19:05:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:05:03 ------------------- 19:05:03 stable info: 19:05:03 ------------------- 19:05:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:05:03 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 19:05:03 Message: update stable to v1.0.237 19:05:03 ------------------- 19:05:03 experimental info: 19:05:03 ------------------- 19:05:03 Commited By: **** collab-it+edgex@linuxfoundation.org 19:05:03 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 19:05:03 Message: update experimental to v1.0.237 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:05:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:05:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:05:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:05:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:05:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:05:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:05:03 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:05:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4091 [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4091 [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4091 [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae78eb2 [Pipeline] echo 19:05:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:05:04 provisioning config files... 19:05:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config74776482011634460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:05:05 ---> docker-login.sh 19:05:05 nexus3.edgexfoundry.org:10001 19:05:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:05 Configure a credential helper to remove this warning. See 19:05:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:05 19:05:05 Login Succeeded 19:05:05 nexus3.edgexfoundry.org:10002 19:05:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:05 Configure a credential helper to remove this warning. See 19:05:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:05 19:05:05 Login Succeeded 19:05:05 nexus3.edgexfoundry.org:10003 19:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:06 Configure a credential helper to remove this warning. See 19:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:06 19:05:06 Login Succeeded 19:05:06 nexus3.edgexfoundry.org:10004 19:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:06 Configure a credential helper to remove this warning. See 19:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:06 19:05:06 Login Succeeded 19:05:06 docker.io 19:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:06 Configure a credential helper to remove this warning. See 19:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:06 19:05:06 Login Succeeded 19:05:06 ---> docker-login.sh ends [Pipeline] } 19:05:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:05:07 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:05:07 + dirname cmd/core-command/Dockerfile 19:05:07 + cut -d/ -f2 19:05:07 + echo core-command,cmd/core-command/Dockerfile 19:05:07 + dirname+ cmd/core-data/Dockerfile 19:05:07 cut -d/ -f2 19:05:07 + echo core-data,cmd/core-data/Dockerfile 19:05:07 + dirname cmd/core-metadata/Dockerfile 19:05:07 + cut -d/ -f2 19:05:07 + echo core-metadata,cmd/core-metadata/Dockerfile 19:05:07 + cut -d/ -f2+ 19:05:07 dirname cmd/security-bootstrapper/Dockerfile 19:05:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:05:07 + dirname cmd/security-proxy-setup/Dockerfile 19:05:07 + cut -d/ -f2 19:05:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:05:07 + + dirname cmd/security-secretstore-setup/Dockerfile 19:05:07 cut -d/ -f2 19:05:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:05:07 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:05:07 + cut -d/ -f2 19:05:07 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:05:07 + dirname cmd/security-spire-agent/Dockerfile 19:05:07 + cut -d/ -f2 19:05:07 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:05:07 + dirname cmd/security-spire-config/Dockerfile 19:05:07 + cut -d/ -f2 19:05:07 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:05:07 + dirname cmd/security-spire-server/Dockerfile 19:05:07 + cut -d/ -f2 19:05:07 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:05:07 + dirname cmd/support-notifications/Dockerfile 19:05:07 + cut -d/ -f2 19:05:07 + echo support-notifications,cmd/support-notifications/Dockerfile 19:05:07 + dirname cmd/support-scheduler/Dockerfile 19:05:07 + cut -d/ -f2 19:05:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:05:07 + dirname cmd/sys-mgmt-agent/Dockerfile 19:05:07 + cut -d/ -f2 19:05:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:05:07 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:05:07 + git rev-list -1 --merges ae78eb25edabf31f12eb0cb0fb93e39ce4225806~1..ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [Pipeline] echo 19:05:07 -----------> git rev-list -1 --merges ae78eb25edabf31f12eb0cb0fb93e39ce4225806~1..ae78eb25edabf31f12eb0cb0fb93e39ce4225806 ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [false] [Pipeline] sh 19:05:07 + git log --format=format:%s -1 ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [Pipeline] echo 19:05:07 ========================================================= 19:05:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:05:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:05:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:05:08 + grep -v github /etc/ssh/ssh_known_hosts 19:05:08 + [ -e /tmp/ssh_known_hosts ] 19:05:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:05:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:05:08 + sudo tee -a /etc/ssh/ssh_known_hosts 19:05:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:05:08 19:05:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:05:09 0.1.4: Pulling from edgex-devops/py-git-semver 19:05:09 b85a868b505f: Pulling fs layer 19:05:09 e2be974225ed: Pulling fs layer 19:05:09 339a4e72a1f5: Pulling fs layer 19:05:09 988bab9f4d93: Pulling fs layer 19:05:09 1469e6f7b9e6: Pulling fs layer 19:05:09 eaf3925da568: Pulling fs layer 19:05:09 988bab9f4d93: Waiting 19:05:09 1469e6f7b9e6: Waiting 19:05:09 bab4dde63d76: Pulling fs layer 19:05:09 bde34c3a00c8: Pulling fs layer 19:05:09 b352a97aabf1: Pulling fs layer 19:05:09 4872d77fe225: Pulling fs layer 19:05:09 5851b861e8e6: Pulling fs layer 19:05:09 bab4dde63d76: Waiting 19:05:09 bde34c3a00c8: Waiting 19:05:09 b352a97aabf1: Waiting 19:05:09 4872d77fe225: Waiting 19:05:09 5851b861e8e6: Waiting 19:05:09 e2be974225ed: Download complete 19:05:09 988bab9f4d93: Verifying Checksum 19:05:09 988bab9f4d93: Download complete 19:05:09 1469e6f7b9e6: Verifying Checksum 19:05:09 1469e6f7b9e6: Download complete 19:05:09 eaf3925da568: Verifying Checksum 19:05:09 eaf3925da568: Download complete 19:05:09 339a4e72a1f5: Verifying Checksum 19:05:09 339a4e72a1f5: Download complete 19:05:09 bde34c3a00c8: Verifying Checksum 19:05:09 bde34c3a00c8: Download complete 19:05:09 b352a97aabf1: Download complete 19:05:09 4872d77fe225: Download complete 19:05:09 5851b861e8e6: Verifying Checksum 19:05:09 5851b861e8e6: Download complete 19:05:09 b85a868b505f: Verifying Checksum 19:05:09 b85a868b505f: Download complete 19:05:09 bab4dde63d76: Verifying Checksum 19:05:09 bab4dde63d76: Download complete 19:05:10 b85a868b505f: Pull complete 19:05:11 e2be974225ed: Pull complete 19:05:11 339a4e72a1f5: Pull complete 19:05:11 988bab9f4d93: Pull complete 19:05:11 1469e6f7b9e6: Pull complete 19:05:12 eaf3925da568: Pull complete 19:05:14 bab4dde63d76: Pull complete 19:05:14 bde34c3a00c8: Pull complete 19:05:14 b352a97aabf1: Pull complete 19:05:14 4872d77fe225: Pull complete 19:05:14 5851b861e8e6: Pull complete 19:05:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:05:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:05:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:14 prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container 19:05:14 $ 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:05:17 $ docker top 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba -eo pid,comm 19:05:17 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:05:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:05:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:05:17 [ssh-agent] Looking for ssh-agent implementation... 19:05:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:05:17 $ docker exec 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba ssh-agent 19:05:17 SSH_AUTH_SOCK=/tmp/ssh-bDQwvlowykHN/agent.33 19:05:17 SSH_AGENT_PID=39 19:05:17 Running ssh-add (command line suppressed) 19:05:18 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2115788472632493598.key (/w/workspace/edgex-go/1@tmp/private_key_2115788472632493598.key) 19:05:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:05:18 + git tag --points-at HEAD [Pipeline] } 19:05:18 $ docker exec --env ******** --env ******** 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba ssh-agent -k 19:05:18 unset SSH_AUTH_SOCK; 19:05:18 unset SSH_AGENT_PID; 19:05:18 echo Agent pid 39 killed; 19:05:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:05:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:05:18 [ssh-agent] Looking for ssh-agent implementation... 19:05:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:05:18 $ docker exec 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba ssh-agent 19:05:18 SSH_AUTH_SOCK=/tmp/ssh-hhBGBSelrFgh/agent.72 19:05:18 SSH_AGENT_PID=78 19:05:18 Running ssh-add (command line suppressed) 19:05:19 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1285455119219056032.key (/w/workspace/edgex-go/1@tmp/private_key_1285455119219056032.key) 19:05:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:05:19 + git semver init 19:05:19 2022-07-13 19:05:19,593 [run_init] DEBUG init version:0.0.0 force:False 19:05:19 2022-07-13 19:05:19,594 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:05:19 2022-07-13 19:05:19,594 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:05:19 2022-07-13 19:05:19,595 [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:05:23 2022-07-13 19:05:23,760 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:05:23 2022-07-13 19:05:23,760 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4091 with force:False 19:05:23 2022-07-13 19:05:23,760 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4091 19:05:23 2022-07-13 19:05:23,765 [execute] INFO git cat-file --batch-check 19:05:23 2022-07-13 19:05:23,765 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:05:23 2022-07-13 19:05:23,772 [execute] INFO git cat-file --batch 19:05:23 2022-07-13 19:05:23,772 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:05:23 2022-07-13 19:05:23,777 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4091 19:05:23 0.0.0 [Pipeline] } 19:05:23 $ docker exec --env ******** --env ******** 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba ssh-agent -k 19:05:23 unset SSH_AUTH_SOCK; 19:05:23 unset SSH_AGENT_PID; 19:05:23 echo Agent pid 78 killed; 19:05:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:05:24 + git semver [Pipeline] } 19:05:24 $ docker stop --time=1 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba 19:05:26 $ docker rm -f 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba [Pipeline] // withDockerContainer [Pipeline] sh 19:05:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:05:26 Stashed 1 file(s) [Pipeline] echo 19:05:26 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 19:05:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:05:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:05:27 ========================================================= 19:05:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:05:27 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:05:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:05:27 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:05:27 2408cc74d12b: Pulling fs layer 19:05:27 ea60b727a1ce: Pulling fs layer 19:05:27 30c4a7721957: Pulling fs layer 19:05:27 370296b7ddb6: Pulling fs layer 19:05:27 7c6cee850709: Pulling fs layer 19:05:27 39a5fcdaea64: Pulling fs layer 19:05:27 d94ebbe4e438: Pulling fs layer 19:05:27 bcfd1f05c69d: Pulling fs layer 19:05:27 59ccb84bbe0f: Pulling fs layer 19:05:27 d94ebbe4e438: Waiting 19:05:27 370296b7ddb6: Waiting 19:05:27 7c6cee850709: Waiting 19:05:27 bcfd1f05c69d: Waiting 19:05:27 59ccb84bbe0f: Waiting 19:05:27 39a5fcdaea64: Waiting 19:05:27 30c4a7721957: Verifying Checksum 19:05:27 30c4a7721957: Download complete 19:05:27 ea60b727a1ce: Verifying Checksum 19:05:27 ea60b727a1ce: Download complete 19:05:27 7c6cee850709: Verifying Checksum 19:05:27 7c6cee850709: Download complete 19:05:27 39a5fcdaea64: Download complete 19:05:27 2408cc74d12b: Verifying Checksum 19:05:27 2408cc74d12b: Download complete 19:05:27 d94ebbe4e438: Verifying Checksum 19:05:27 d94ebbe4e438: Download complete 19:05:28 2408cc74d12b: Pull complete 19:05:28 ea60b727a1ce: Pull complete 19:05:28 59ccb84bbe0f: Verifying Checksum 19:05:28 59ccb84bbe0f: Download complete 19:05:28 30c4a7721957: Pull complete 19:05:28 370296b7ddb6: Verifying Checksum 19:05:28 370296b7ddb6: Download complete 19:05:28 bcfd1f05c69d: Verifying Checksum 19:05:28 bcfd1f05c69d: Download complete 19:05:33 370296b7ddb6: Pull complete 19:05:33 7c6cee850709: Pull complete 19:05:33 39a5fcdaea64: Pull complete 19:05:33 d94ebbe4e438: Pull complete 19:05:35 bcfd1f05c69d: Pull complete 19:05:36 59ccb84bbe0f: Pull complete 19:05:36 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 19:05:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:05:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:05:36 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:05:36 WORKDIR /edgex 19:05:36 COPY go.mod . 19:05:36 RUN go mod download 19:05:36 + docker build -t ci-base-image-x86_64 -f - . 19:05:38 Sending build context to Docker daemon 335.2MB 19:05:38 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:05:38 ---> a4fb48ad2a94 19:05:38 Step 2/4 : WORKDIR /edgex 19:05:41 ---> Running in f2ca8a2b5592 19:05:41 Removing intermediate container f2ca8a2b5592 19:05:41 ---> 6d2f4cc1c253 19:05:41 Step 3/4 : COPY go.mod . 19:05:41 ---> d6130eee03e9 19:05:41 Step 4/4 : RUN go mod download 19:05:41 ---> Running in 04f97381a983 19:05:42 Still waiting to schedule task 19:05:42 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:05:56 Removing intermediate container 04f97381a983 19:05:56 ---> 77bfc7986479 19:05:56 Successfully built 77bfc7986479 19:05:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:56 + docker inspect -f . ci-base-image-x86_64 19:05:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:56 prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container 19:05:56 $ 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:05:57 $ docker top 3f6830061cf51df7f07244e6cfe797ec6c9a1e3328d9f8e151c6c1dbc509d09e -eo pid,comm [Pipeline] { [Pipeline] sh 19:05:57 + go version 19:05:57 go version go1.18.3 linux/amd64 [Pipeline] } 19:05:57 $ docker stop --time=1 3f6830061cf51df7f07244e6cfe797ec6c9a1e3328d9f8e151c6c1dbc509d09e 19:05:59 $ docker rm -f 3f6830061cf51df7f07244e6cfe797ec6c9a1e3328d9f8e151c6c1dbc509d09e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:59 + docker inspect -f . ci-base-image-x86_64 19:05:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:00 prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container 19:06:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:06:00 $ docker top 2473a1ab1b5c0ca9a5ebdafee2e06d8588756dd12bd9860b0875b07bd648fa04 -eo pid,comm [Pipeline] { [Pipeline] echo 19:06:00 ========================================================= 19:06:00 [edgeXBuildGoParallel] Running Tests and Build... 19:06:00 ========================================================= [Pipeline] sh 19:06:00 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:06:01 + make test 19:06:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:06:07 ? github.com/edgexfoundry/edgex-go [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:06:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.081s coverage: 28.7% of statements 19:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:06:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.100s coverage: 98.5% of statements 19:06:23 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:06:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.078s coverage: 54.2% of statements 19:06:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:06:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.002s coverage: 89.2% of statements 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.070s coverage: 83.8% of statements 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.476s coverage: 95.6% of statements 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/io 0.093s coverage: 72.2% of statements 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.115s coverage: 60.0% of statements 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.053s coverage: 0.9% of statements 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.101s coverage: 29.6% of statements 19:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 47.1% of statements 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 19:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements 19:06:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 19:06:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements 19:06:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.208s coverage: 82.5% of statements 19:06:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.073s coverage: 92.9% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 58.8% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.0% of statements 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 85.4% of statements 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.215s coverage: 91.2% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 64.4% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.320s coverage: 65.4% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 43.8% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.083s coverage: 89.5% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.064s coverage: 84.8% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.195s coverage: 92.3% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 19:06:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 19:06:47 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:07:05 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 19:07:05 GO111MODULE=on go vet ./... 19:07:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:07:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:07:07 ./bin/test-attribution-txt.sh [Pipeline] echo 19:07:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:07:08 + ls -al . 19:07:08 total 684 19:07:08 drwxrwxr-x 10 1001 1001 4096 Jul 13 19:06 . 19:07:08 drwxr-xr-x 4 root root 4096 Jul 13 19:06 .. 19:07:08 -rw-rw-r-- 1 1001 1001 11 Jul 13 19:04 .dockerignore 19:07:08 drwxrwxr-x 8 1001 1001 4096 Jul 13 19:06 .git 19:07:08 drwxrwxr-x 3 1001 1001 4096 Jul 13 19:04 .github 19:07:08 -rw-rw-r-- 1 1001 1001 1030 Jul 13 19:04 .gitignore 19:07:08 -rw-rw-r-- 1 1001 1001 42 Jul 13 19:04 .golangci.yml 19:07:08 -rw-rw-r-- 1 1001 1001 87 Jul 13 19:04 .hadolint.yml 19:07:08 drwxr-xr-x 3 1001 1001 4096 Jul 13 19:05 .semver 19:07:08 -rw-rw-r-- 1 1001 1001 166 Jul 13 19:04 .sonarcloud.properties 19:07:08 -rw-rw-r-- 1 1001 1001 1171 Jul 13 19:04 ADOPTERS.md 19:07:08 -rw-rw-r-- 1 1001 1001 10347 Jul 13 19:04 Attribution.txt 19:07:08 -rw-rw-r-- 1 1001 1001 63209 Jul 13 19:04 CHANGELOG.md 19:07:08 -rw-rw-r-- 1 1001 1001 3804 Jul 13 19:04 CONTRIBUTING.md 19:07:08 -rw-rw-r-- 1 1001 1001 677 Jul 13 19:04 GOVERNANCE.md 19:07:08 -rw-rw-r-- 1 1001 1001 850 Jul 13 19:04 Jenkinsfile 19:07:08 -rw-rw-r-- 1 1001 1001 10775 Jul 13 19:04 LICENSE 19:07:08 -rw-rw-r-- 1 1001 1001 10350 Jul 13 19:04 Makefile 19:07:08 -rw-rw-r-- 1 1001 1001 582 Jul 13 19:04 OWNERS.md 19:07:08 -rw-rw-r-- 1 1001 1001 9094 Jul 13 19:04 README.md 19:07:08 -rw-rw-r-- 1 1001 1001 6912 Jul 13 19:04 SECURITY.md 19:07:08 -rw-rw-r-- 1 1001 1001 5 Jul 13 19:05 VERSION 19:07:08 -rw-rw-r-- 1 1001 1001 4131 Jul 13 19:04 ZMQWindows.md 19:07:08 drwxrwxr-x 2 1001 1001 4096 Jul 13 19:04 bin 19:07:08 drwxrwxr-x 18 1001 1001 4096 Jul 13 19:04 cmd 19:07:08 -rw-r--r-- 1 root root 435593 Jul 13 19:06 coverage.out 19:07:08 -rw-rw-r-- 1 1001 1001 3312 Jul 13 19:04 go.mod 19:07:08 -rw-rw-r-- 1 1001 1001 36233 Jul 13 19:04 go.sum 19:07:08 drwxrwxr-x 8 1001 1001 4096 Jul 13 19:04 internal 19:07:08 drwxrwxr-x 3 1001 1001 4096 Jul 13 19:04 openapi 19:07:08 drwxrwxr-x 4 1001 1001 4096 Jul 13 19:04 snap 19:07:08 -rw-rw-r-- 1 1001 1001 204 Jul 13 19:04 version.go [Pipeline] sh 19:07:08 + '[' -e coverage.out ] 19:07:08 + chown 1001:1001 coverage.out [Pipeline] stash 19:07:08 Stashed 1 file(s) [Pipeline] sh 19:07:09 + make build 19:07:09 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:07:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19869 in /w/workspace/edgexfoundry_edgex-go_PR-4091 [Pipeline] { [Pipeline] ws 19:07:18 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:07:18 The recommended git tool is: git 19:07:24 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:07:25 using credential edgex-jenkins-ssh 19:07:25 Cloning the remote Git repository 19:07:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:07:25 > git init /w/workspace/edgex-go/1 # timeout=10 19:07:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:07:25 > git --version # timeout=10 19:07:25 > git --version # 'git version 2.25.1' 19:07:25 using GIT_SSH to set credentials SSH Credentials for GitHub 19:07:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:07:32 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:07:32 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:07:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:07:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:07:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:07:41 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:07:41 Merging remotes/origin/main commit 48498f0558753389f807f9f09415bce11d10e4ef into PR head commit ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:07:42 Merge succeeded, producing ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:07:42 Checking out Revision ae78eb25edabf31f12eb0cb0fb93e39ce4225806 (PR-4091) 19:07:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:07:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:07:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:07:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:07:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:07:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:07:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4091/head:refs/remotes/origin/PR-4091 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:07:41 > git config core.sparsecheckout # timeout=10 19:07:41 > git checkout -f ae78eb25edabf31f12eb0cb0fb93e39ce4225806 # timeout=10 19:07:42 > git remote # timeout=10 19:07:42 > git config --get remote.origin.url # timeout=10 19:07:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:07:42 > git merge 48498f0558753389f807f9f09415bce11d10e4ef # timeout=10 19:07:42 > git rev-parse HEAD^{commit} # timeout=10 19:07:42 > git config core.sparsecheckout # timeout=10 19:07:42 > git checkout -f ae78eb25edabf31f12eb0cb0fb93e39ce4225806 # timeout=10 19:07:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:07:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:07:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:07:46 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 19:07:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:07:46 > git --version # timeout=10 19:07:46 > git --version # 'git version 2.25.1' 19:07:46 fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } 19:07:47 $ docker stop --time=1 2473a1ab1b5c0ca9a5ebdafee2e06d8588756dd12bd9860b0875b07bd648fa04 19:07:47 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:07:47 % Total % Received % Xferd Average Speed Time Time Time Current 19:07:47 Dload Upload Total Spent Left Speed 19:07:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 85846 0 --:--:-- --:--:-- --:--:-- 85250 19:07:50 $ docker rm -f 2473a1ab1b5c0ca9a5ebdafee2e06d8588756dd12bd9860b0875b07bd648fa04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 19:07:51 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:07:51 + + sudosudo tee /etc/docker/daemon.new 19:07:51 jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:07:51 { 19:07:51 "registry-mirrors": [ 19:07:51 "https://nexus3.edgexfoundry.org:10001" 19:07:51 ], 19:07:51 "bip": "10.250.0.254/24", 19:07:51 "hosts": [ 19:07:51 "tcp://0.0.0.0:5555", 19:07:51 "unix:///var/run/docker.sock" 19:07:51 ], 19:07:51 "mtu": 1458, 19:07:51 "selinux-enabled": true, 19:07:51 "seccomp-profile": "/etc/docker/seccomp.json" 19:07:51 } [Pipeline] sh 19:07:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:07:51 19:07:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:07:52 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:07:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:07:52 latest: Pulling from edgex-devops/edgex-compose 19:07:52 cbdbe7a5bc2a: Pulling fs layer 19:07:52 ca9280d653b3: Pulling fs layer 19:07:52 7e9c9ca2126c: Pulling fs layer 19:07:52 cbdbe7a5bc2a: Download complete 19:07:52 + sudo service docker restart 19:07:52 ca9280d653b3: Verifying Checksum 19:07:52 ca9280d653b3: Download complete 19:07:52 cbdbe7a5bc2a: Pull complete 19:07:52 7e9c9ca2126c: Verifying Checksum 19:07:52 7e9c9ca2126c: Download complete 19:07:53 ca9280d653b3: Pull complete 19:07:56 7e9c9ca2126c: Pull complete 19:07:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:07:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:07:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:07:56 prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container 19:07:56 $ 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 19:07:58 $ docker top 9325ac59c29965b8a08328f0a2ba0fb0f827b9654fa739c07631b6260116561f -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:58 + docker-compose build --help 19:07:58 + grep parallel 19:07:59 --parallel Build images in parallel. [Pipeline] } 19:07:59 $ docker stop --time=1 9325ac59c29965b8a08328f0a2ba0fb0f827b9654fa739c07631b6260116561f 19:08:00 $ docker rm -f 9325ac59c29965b8a08328f0a2ba0fb0f827b9654fa739c07631b6260116561f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:08:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:08:01 prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container 19:08:01 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:08:01 $ docker top 314fac0d8341ce69282210ad4dc1d0485d7de2c95a800cd35145b8a9fb345fb2 -eo pid,comm [Pipeline] { [Pipeline] sh 19:08:02 + docker-compose -f ./docker-compose-build.yml build --parallel 19:08:02 Building core-command ... 19:08:02 Building core-data ... 19:08:02 Building core-metadata ... 19:08:02 Building security-bootstrapper ... 19:08:02 Building security-proxy-setup ... 19:08:02 Building security-secretstore-setup ... 19:08:02 Building security-spiffe-token-provider ... 19:08:02 Building security-spire-agent ... 19:08:02 Building security-spire-config ... 19:08:02 Building security-spire-server ... 19:08:02 Building support-notifications ... 19:08:02 Building support-scheduler ... 19:08:02 Building sys-mgmt-agent ... 19:08:02 Building core-metadata 19:08:02 Building security-spire-config 19:08:02 Building security-spire-agent 19:08:02 Building sys-mgmt-agent 19:08:02 Building security-spire-server [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:10 provisioning config files... 19:08:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6840101678224851971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:08:11 ---> docker-login.sh 19:08:11 nexus3.edgexfoundry.org:10001 19:08:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:12 Configure a credential helper to remove this warning. See 19:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:12 19:08:12 Login Succeeded 19:08:12 nexus3.edgexfoundry.org:10002 19:08:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:12 Configure a credential helper to remove this warning. See 19:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:12 19:08:12 Login Succeeded 19:08:12 nexus3.edgexfoundry.org:10003 19:08:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:12 Configure a credential helper to remove this warning. See 19:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:12 19:08:12 Login Succeeded 19:08:12 nexus3.edgexfoundry.org:10004 19:08:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:13 Configure a credential helper to remove this warning. See 19:08:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:13 19:08:13 Login Succeeded 19:08:13 docker.io 19:08:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:13 Configure a credential helper to remove this warning. See 19:08:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:13 19:08:13 Login Succeeded 19:08:13 ---> docker-login.sh ends [Pipeline] } 19:08:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:08:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:08:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:08:14 ========================================================= 19:08:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:08:14 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:08:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:08:15 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:08:15 b3c136eddcbf: Pulling fs layer 19:08:15 c0a3192eca97: Pulling fs layer 19:08:15 a050256f5b6f: Pulling fs layer 19:08:15 656be50a0ddc: Pulling fs layer 19:08:15 2bbca73fdf42: Pulling fs layer 19:08:15 46d945488cbd: Pulling fs layer 19:08:15 8a5474983e97: Pulling fs layer 19:08:15 329c88fbcd65: Pulling fs layer 19:08:15 46d945488cbd: Waiting 19:08:15 8a5474983e97: Waiting 19:08:15 329c88fbcd65: Waiting 19:08:15 656be50a0ddc: Waiting 19:08:15 2bbca73fdf42: Waiting 19:08:15 a050256f5b6f: Download complete 19:08:15 c0a3192eca97: Download complete 19:08:15 2bbca73fdf42: Verifying Checksum 19:08:15 2bbca73fdf42: Download complete 19:08:15 46d945488cbd: Download complete 19:08:15 b3c136eddcbf: Verifying Checksum 19:08:15 b3c136eddcbf: Download complete 19:08:16 b3c136eddcbf: Pull complete 19:08:16 329c88fbcd65: Verifying Checksum 19:08:16 329c88fbcd65: Download complete 19:08:16 c0a3192eca97: Pull complete 19:08:16 a050256f5b6f: Pull complete 19:08:17 8a5474983e97: Verifying Checksum 19:08:17 8a5474983e97: Download complete 19:08:17 656be50a0ddc: Verifying Checksum 19:08:17 656be50a0ddc: Download complete 19:08:21 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:08:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:08:21 ---> 77bfc7986479 19:08:21 Step 3/26 : WORKDIR /edgex-go 19:08:21 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:08:21 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:08:21 ---> 77bfc7986479 19:08:21 Step 3/25 : WORKDIR /edgex-go 19:08:21 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:08:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:08:21 ---> 77bfc7986479 19:08:21 Step 3/26 : WORKDIR /edgex-go 19:08:21 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:08:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:08:21 ---> 77bfc7986479 19:08:21 Step 3/23 : WORKDIR /edgex-go 19:08:21 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:08:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:08:21 ---> 77bfc7986479 19:08:21 Step 3/23 : WORKDIR /edgex-go 19:08:22 ---> Running in ee6417f75848 19:08:22 ---> Running in 6c9e2b3d0aa2 19:08:22 ---> Running in 4556408627d5 19:08:22 ---> Running in 4d4ad392fad7 19:08:22 ---> Running in c5bd98fbaa25 19:08:22 Removing intermediate container ee6417f75848 19:08:22 ---> e974bf8e4cf8 19:08:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:22 Removing intermediate container 4d4ad392fad7 19:08:22 ---> 971d50a991ff 19:08:22 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:22 Removing intermediate container 6c9e2b3d0aa2 19:08:22 ---> 9c66aae5a900 19:08:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:22 Removing intermediate container c5bd98fbaa25 19:08:22 ---> ec32c8fb1885 19:08:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:22 Removing intermediate container 4556408627d5 19:08:22 ---> 1096fcef6136 19:08:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:22 ---> Running in e239425fce29 19:08:22 ---> Running in 5ecd95dcd1f8 19:08:22 ---> Running in caccf030f947 19:08:23 ---> Running in 0808e0377b85 19:08:23 ---> Running in 2e8381a71050 19:08:23 Removing intermediate container e239425fce29 19:08:23 ---> 1d587e85733b 19:08:23 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:08:24 ---> Running in edfd8689acc9 19:08:24 Removing intermediate container caccf030f947 19:08:24 ---> f80fa060d8e3 19:08:24 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:08:24 ---> Running in 74a90c9ab35f 19:08:24 Removing intermediate container 2e8381a71050 19:08:24 ---> 784e4059016b 19:08:24 Step 5/23 : RUN apk add --update --no-cache make git 19:08:24 Removing intermediate container 5ecd95dcd1f8 19:08:24 ---> 32625060a71d 19:08:24 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:08:24 ---> Running in 50ada79fc2b1 19:08:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:08:24 Removing intermediate container 0808e0377b85 19:08:24 ---> 6b79b8ad2f94 19:08:24 Step 5/23 : RUN apk add --update --no-cache make bash git 19:08:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:08:24 ---> Running in 01573368d7ad 19:08:24 ---> Running in 81cda8bdb425 19:08:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:08:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:08:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:08:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:08:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:08:25 OK: 211 MiB in 51 packages 19:08:25 OK: 211 MiB in 51 packages 19:08:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:08:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:08:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:08:26 OK: 211 MiB in 51 packages 19:08:26 Removing intermediate container 74a90c9ab35f 19:08:26 ---> c36d21f88302 19:08:26 Step 6/26 : COPY go.mod vendor* ./ 19:08:26 Removing intermediate container edfd8689acc9 19:08:26 ---> 40f7a9dcfb98 19:08:26 Step 6/25 : COPY go.mod vendor* ./ 19:08:26 ---> a4adbd9f35d1 19:08:26 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:08:26 ---> Running in d4a8fef10a00 19:08:26 OK: 211 MiB in 51 packages 19:08:26 ---> e1f509335765 19:08:26 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:08:26 ---> Running in c7f60d2c2fe2 19:08:26 Removing intermediate container 50ada79fc2b1 19:08:26 ---> 4d7243ff02c3 19:08:26 Step 6/23 : COPY go.mod vendor* ./ 19:08:26 OK: 211 MiB in 51 packages 19:08:26 ---> f8841471bd47 19:08:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:08:27 ---> Running in 72a91c2129c5 19:08:27 Removing intermediate container 01573368d7ad 19:08:27 ---> 7ae0ee008a38 19:08:27 Step 6/26 : COPY go.mod vendor* ./ 19:08:27 ---> f08532f61276 19:08:27 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:08:27 Removing intermediate container 81cda8bdb425 19:08:27 ---> 11267ac1b5f3 19:08:27 Step 6/23 : COPY go.mod vendor* ./ 19:08:27 ---> Running in 9f241af35d0a 19:08:27 ---> 4a11d5489ed7 19:08:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:08:27 ---> Running in 1aa5f8078e09 19:08:32 656be50a0ddc: Pull complete 19:08:32 2bbca73fdf42: Pull complete 19:08:32 46d945488cbd: Pull complete 19:08:36 8a5474983e97: Pull complete 19:08:38 329c88fbcd65: Pull complete 19:08:38 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 19:08:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:08:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:08:39 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:08:39 WORKDIR /edgex 19:08:39 COPY go.mod . 19:08:39 RUN go mod download 19:08:39 + docker build -t ci-base-image-arm64 -f - . 19:08:41 Sending build context to Docker daemon 169.2MB 19:08:41 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:08:41 ---> ff4287adb874 19:08:41 Step 2/4 : WORKDIR /edgex 19:08:42 Removing intermediate container 9f241af35d0a 19:08:42 ---> 9f8d8793745f 19:08:42 Step 8/26 : COPY . . 19:08:42 Removing intermediate container 1aa5f8078e09 19:08:42 ---> d3733548b343 19:08:42 Step 8/23 : COPY . . 19:08:42 Removing intermediate container d4a8fef10a00 19:08:42 Removing intermediate container 72a91c2129c5 19:08:42 ---> 01dbf306706a 19:08:42 ---> 610480e5ed54 19:08:42 Step 8/26 : COPY . .Step 8/23 : COPY . . 19:08:42 19:08:42 Removing intermediate container c7f60d2c2fe2 19:08:42 ---> 94a86f3fe98f 19:08:42 Step 8/25 : COPY . . 19:08:43 ---> Running in 57f74d9aa4ed 19:08:43 Removing intermediate container 57f74d9aa4ed 19:08:43 ---> 57658f88b101 19:08:43 Step 3/4 : COPY go.mod . 19:08:44 ---> 9a5cea74be6f 19:08:44 Step 4/4 : RUN go mod download 19:08:44 ---> Running in 9817cbe3174b 19:08:54 ---> 6548c469523c 19:08:54 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:08:54 ---> a8c353c337fe 19:08:54 ---> 35ac5337da26 19:08:54 Step 9/26 : ARG SPIRE_RELEASE=1.2.1Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:08:54 19:08:54 ---> 1c447090873a 19:08:54 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:08:54 ---> bcf1a43a30c3 19:08:54 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:08:54 ---> Running in 2b044e580e38 19:08:54 ---> Running in 14bc83f923b9 19:08:54 ---> Running in cbc71276f6cb 19:08:54 ---> Running in c15d7a07fa19 19:08:54 ---> Running in a4a305160b1a 19:08:54 Removing intermediate container c15d7a07fa19 19:08:54 ---> b66f4736c7f6 19:08:54 Step 10/26 : WORKDIR /edgex-go/spire-build 19:08:54 Removing intermediate container a4a305160b1a 19:08:54 ---> a8afc8541cbc 19:08:54 Step 10/25 : WORKDIR /edgex-go/spire-build 19:08:54 Removing intermediate container cbc71276f6cb 19:08:54 ---> 86d27d406ba7 19:08:54 Step 10/26 : WORKDIR /edgex-go/spire-build 19:08:54 ---> Running in 3689007bc96e 19:08:54 ---> Running in bd08da16814a 19:08:54 ---> Running in f830508f7d44 19:08:54 Removing intermediate container 3689007bc96e 19:08:54 ---> 71979883d5be 19:08:54 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:08:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:08:54 Removing intermediate container f830508f7d44 19:08:54 ---> e4385a76526c 19:08:54 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:08:54 Removing intermediate container bd08da16814a 19:08:54 ---> b6522a62a908 19:08:54 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:08:54 ---> Running in 862099399a3a 19:08:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:08:54 ---> Running in 7596919a751a 19:08:54 ---> Running in 101a3afd6f28 19:08:55 Removing intermediate container 862099399a3a 19:08:55 ---> 7d2b816989ea 19:08:55 Step 12/25 : WORKDIR /edgex-go 19:08:55 ---> Running in ea108f604665 19:08:55 Removing intermediate container ea108f604665 19:08:55 ---> df87c2b575a1 19:08:55 19:08:55 Step 13/25 : FROM alpine:3.15 19:08:55 Removing intermediate container 7596919a751a 19:08:55 ---> f6539bdc5250 19:08:55 Step 12/26 : WORKDIR /edgex-go 19:08:55 Removing intermediate container 101a3afd6f28 19:08:55 ---> c693ef47e4f0 19:08:55 Step 12/26 : WORKDIR /edgex-go 19:08:55 ---> Running in a496585cc84e 19:08:55 ---> Running in 85a1975b79b8 19:08:55 Removing intermediate container a496585cc84e 19:08:55 ---> 734e1bdb870d 19:08:55 19:08:55 Step 13/26 : FROM alpine:3.15 19:08:55 Removing intermediate container 85a1975b79b8 19:08:55 ---> 36faaef33cd7 19:08:55 19:08:55 Step 13/26 : FROM alpine:3.15 19:08:56 3.15: Pulling from library/alpine 19:08:57 3.15: Pulling from library/alpine 19:08:57 3.15: Pulling from library/alpine 19:08:57 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:08:57 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:08:57 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:08:57 Status: Image is up to date for alpine:3.15 19:08:57 Status: Downloaded newer image for alpine:3.15 19:08:57 Status: Downloaded newer image for alpine:3.15 19:08:57 ---> 0ac33e5f5afa 19:08:57 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:08:57 ---> 0ac33e5f5afa 19:08:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:08:57 ---> 0ac33e5f5afa 19:08:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:08:58 ---> Running in 4106ce39c640 19:08:58 ---> Running in 4e12213fd781 19:08:58 ---> Running in 5c98bfd747af 19:08:58 Removing intermediate container 5c98bfd747af 19:08:58 ---> 843f08e38c1d 19:08:58 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:58 Removing intermediate container 4e12213fd781 19:08:58 ---> 38e1ac068422 19:08:58 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:58 Removing intermediate container 4106ce39c640 19:08:58 ---> 4bf4eb2c218b 19:08:58 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:58 ---> Running in 5bc7b0bf950f 19:08:58 ---> Running in c683d1f63d1f 19:08:58 ---> Running in 8a0fff0395a0 19:09:00 Removing intermediate container 5bc7b0bf950f 19:09:00 ---> 45aa01467959 19:09:00 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:09:00 ---> Running in d88fd089c1bb 19:09:00 Removing intermediate container c683d1f63d1f 19:09:00 ---> 525dc7a743e6 19:09:00 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:09:00 Removing intermediate container 8a0fff0395a0 19:09:00 ---> b77d9b42a95b 19:09:00 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:09:00 ---> Running in 88b6bcc13ed6 19:09:00 ---> Running in 0a3b415e1034 19:09:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:02 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:09:02 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:09:02 OK: 15861 distinct packages available 19:09:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:02 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:09:02 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:09:02 OK: 15861 distinct packages available 19:09:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:02 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:09:02 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:09:02 OK: 15861 distinct packages available 19:09:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:03 (1/5) Installing dumb-init (1.2.5-r1) 19:09:03 (2/5) Installing musl-obstack (1.2.3-r0) 19:09:03 (3/5) Installing libucontext (1.1-r0) 19:09:04 (4/5) Installing gcompat (1.0.0-r4) 19:09:04 (1/4) Installing dumb-init (1.2.5-r1) 19:09:04 (1/5) Installing dumb-init (1.2.5-r1) 19:09:04 (5/5) Installing openssl (1.1.1q-r0) 19:09:04 (2/4) Installing musl-obstack (1.2.3-r0) 19:09:04 (2/5) Installing musl-obstack (1.2.3-r0) 19:09:04 Executing busybox-1.34.1-r5.trigger 19:09:04 OK: 6 MiB in 19 packages 19:09:04 (3/4) Installing libucontext (1.1-r0) 19:09:04 (3/5) Installing libucontext (1.1-r0) 19:09:04 (4/4) Installing gcompat (1.0.0-r4) 19:09:04 (4/5) Installing gcompat (1.0.0-r4) 19:09:04 Executing busybox-1.34.1-r5.trigger 19:09:04 OK: 6 MiB in 18 packages 19:09:04 (5/5) Installing openssl (1.1.1q-r0) 19:09:04 Executing busybox-1.34.1-r5.trigger 19:09:04 OK: 6 MiB in 19 packages 19:09:05 Removing intermediate container d88fd089c1bb 19:09:05 ---> 815d8de3c530 19:09:05 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:09:05 Removing intermediate container 0a3b415e1034 19:09:05 ---> f2a475039a8c 19:09:05 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:09:05 Removing intermediate container 88b6bcc13ed6 19:09:05 ---> a9f4389f93e8 19:09:05 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:09:07 ---> 6ac240ee6fae 19:09:07 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:09:07 ---> 29713c273f66 19:09:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:09:07 ---> d6c4552466b1 19:09:07 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:09:08 ---> 09198d30fd7e 19:09:08 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:09:08 ---> 6d6ac49c172e 19:09:08 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:09:08 ---> Running in 51ebb34c8c99 19:09:09 Removing intermediate container 51ebb34c8c99 19:09:09 ---> 8d90cf37016c 19:09:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:09:09 ---> 53d734ddf59a 19:09:09 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:09:09 ---> 05db879fa47d 19:09:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:09:09 ---> fea1ba2e2033 19:09:09 Step 21/26 : WORKDIR / 19:09:09 ---> Running in 460ae76b0138 19:09:09 ---> cf20e8f830aa 19:09:09 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:09:09 ---> 600cd3b98438 19:09:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:09:09 ---> Running in a87f9b648d39 19:09:10 Removing intermediate container 460ae76b0138 19:09:10 ---> a55e883235c9 19:09:10 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:09:10 ---> Running in 83e69d731202 19:09:10 Removing intermediate container a87f9b648d39 19:09:10 ---> cb9c9c270fb0 19:09:10 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:09:10 ---> d2801777cc16 19:09:10 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:09:10 ---> Running in 50df6b8a61df 19:09:10 Removing intermediate container 83e69d731202 19:09:10 ---> 976bc9a43d3c 19:09:10 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:09:10 ---> Running in 0f6633add9cc 19:09:10 Removing intermediate container 50df6b8a61df 19:09:10 ---> f404253bfb6e 19:09:10 Step 23/25 : LABEL arch=x86_64 19:09:10 ---> Running in 54e650af1a13 19:09:10 ---> 3a19c21a866a 19:09:10 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:09:10 Removing intermediate container 0f6633add9cc 19:09:10 ---> 055bb43f1a39 19:09:10 Step 24/26 : LABEL arch=x86_64 19:09:10 ---> Running in 4cf7f1f8343d 19:09:10 ---> Running in dbff45593d86 19:09:10 Removing intermediate container 54e650af1a13 19:09:10 ---> e01deadafe85 19:09:10 Step 24/25 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:09:10 ---> Running in 8c6bb60b1f7d 19:09:10 Removing intermediate container 4cf7f1f8343d 19:09:10 ---> 871dbc38b1c2 19:09:10 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:09:10 ---> Running in 0c3e3bae941b 19:09:10 Removing intermediate container dbff45593d86 19:09:10 ---> 54b0cdbac48a 19:09:10 Step 25/26 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:09:10 ---> Running in f7b46e3c93d0 19:09:10 Removing intermediate container 8c6bb60b1f7d 19:09:10 ---> 924fe53a35c3 19:09:10 Step 25/25 : LABEL version=0.0.0 19:09:10 ---> Running in a7c05d42cf08 19:09:11 Removing intermediate container 0c3e3bae941b 19:09:11 ---> cae6e89c2851 19:09:11 Step 24/26 : LABEL arch=x86_64 19:09:11 Removing intermediate container f7b46e3c93d0 19:09:11 ---> 9c0bc49f2e07 19:09:11 Step 26/26 : LABEL version=0.0.0 19:09:11 ---> Running in 3cbe21d01f03 19:09:11 ---> Running in 641ca39d2cdf 19:09:11 Removing intermediate container a7c05d42cf08 19:09:11 ---> 65863dfd0f0a 19:09:11 19:09:11 Successfully built 65863dfd0f0a 19:09:11 Successfully tagged security-spire-server:latest 19:09:11  Building security-spire-server ... done Building security-spiffe-token-provider 19:09:11 Removing intermediate container 3cbe21d01f03 19:09:11 ---> e9ce32077a95 19:09:11 Step 25/26 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:09:11 Removing intermediate container 641ca39d2cdf 19:09:11 ---> 718372d08036 19:09:11 19:09:11 ---> Running in 1cec105be81e 19:09:11 Successfully built 718372d08036 19:09:11 Successfully tagged security-spire-config:latest 19:09:11 Building core-data 19:09:11  Building security-spire-config ... done Removing intermediate container 1cec105be81e 19:09:11 ---> 79dc9a514c44 19:09:11 Step 26/26 : LABEL version=0.0.0 19:09:14 ---> Running in 79dae9a27b93 19:09:14 Removing intermediate container 79dae9a27b93 19:09:14 ---> 4261bfc5d2af 19:09:14 19:09:14 Successfully built 4261bfc5d2af 19:09:14 Successfully tagged security-spire-agent:latest 19:09:14 Building security-bootstrapper 19:09:16 Removing intermediate container 9817cbe3174b 19:09:16 ---> f3ca1c5f1e00 19:09:16 Successfully built f3ca1c5f1e00 19:09:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:17 + docker inspect -f . ci-base-image-arm64 19:09:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:17 prd-ubuntu20.04-docker-arm64-4c-16g-19869 does not seem to be running inside a container 19:09:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:09:18 $ docker top b5fb8d6ad9451aa5ed5b4c33ef8ac9198e89a090affce3f8221b3b1899529de3 -eo pid,comm 19:09:18  Building security-spire-agent ... done Removing intermediate container 14bc83f923b9 19:09:18 ---> 17df18a05f64 19:09:18 19:09:18 Step 10/23 : FROM alpine:3.16 19:09:18 Removing intermediate container 2b044e580e38 19:09:18 ---> ed16dd7d85ae 19:09:18 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [Pipeline] { 19:09:18 3.16: Pulling from library/alpine 19:09:18 ---> Running in 83cc0efc317e 19:09:18 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:18 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:09:18 ---> 77bfc7986479 19:09:18 Step 3/20 : WORKDIR /edgex-go 19:09:18 ---> Using cache 19:09:18 ---> 1096fcef6136 19:09:18 Step 4/20 : RUN apk update && apk --no-cache --update add build-base [Pipeline] sh 19:09:19 ---> Running in 03b943fdf793 19:09:19 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 19:09:19 Status: Downloaded newer image for alpine:3.16 19:09:19 ---> e66264b98777 19:09:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:09:19 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:19 ---> 77bfc7986479 19:09:19 Step 3/23 : WORKDIR /edgex-go 19:09:19 ---> Using cache 19:09:19 ---> 1096fcef6136 19:09:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:19 ---> Using cache 19:09:19 ---> 784e4059016b 19:09:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:09:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:09:19 + go version 19:09:19 go version go1.18.3 linux/arm64 [Pipeline] } 19:09:19 $ docker stop --time=1 b5fb8d6ad9451aa5ed5b4c33ef8ac9198e89a090affce3f8221b3b1899529de3 19:09:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:19 ---> Running in 5a481c4eeacc 19:09:19 ---> Running in 00e8fc57c90c 19:09:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:20 v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:09:20 v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:09:20 OK: 17033 distinct packages available 19:09:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:20 OK: 211 MiB in 51 packages 19:09:20 (1/1) Installing dumb-init (1.2.5-r1) 19:09:20 Executing busybox-1.35.0-r13.trigger 19:09:20 OK: 6 MiB in 15 packages 19:09:21 Removing intermediate container 83cc0efc317e 19:09:21 ---> 11a525fcaeba 19:09:21 19:09:21 Step 11/23 : FROM docker:20.10.14 19:09:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:21 $ docker rm -f b5fb8d6ad9451aa5ed5b4c33ef8ac9198e89a090affce3f8221b3b1899529de3 19:09:21 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:21 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:09:21 ---> 77bfc7986479 19:09:21 Step 3/31 : WORKDIR /edgex-go 19:09:21 ---> Using cache 19:09:21 ---> 1096fcef6136 19:09:21 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:21 ---> Using cache 19:09:21 ---> 784e4059016b 19:09:21 Step 5/31 : RUN apk add --update --no-cache make git 19:09:21 ---> Using cache 19:09:21 ---> 4d7243ff02c3 19:09:21 Step 6/31 : COPY go.mod vendor* ./ 19:09:21 ---> Using cache 19:09:21 ---> f8841471bd47 19:09:21 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:21 ---> Using cache 19:09:21 ---> 610480e5ed54 19:09:21 Step 8/31 : COPY . . 19:09:21 ---> Using cache 19:09:21 ---> 35ac5337da26 19:09:21 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:09:21 Removing intermediate container 5a481c4eeacc 19:09:21 ---> a024454aa48d 19:09:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:09:21 20.10.14: Pulling from library/docker 19:09:21 ---> Running in 8bb76bf8de4b 19:09:21 ---> Running in 445997d1fec0 19:09:21 Removing intermediate container 03b943fdf793 19:09:21 ---> 30ee15f04da8 19:09:21 Step 5/20 : COPY go.mod vendor* ./ 19:09:21 OK: 211 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } 19:09:21 Removing intermediate container 445997d1fec0 19:09:21 ---> 1eb2fc5bc773 19:09:21 Step 13/23 : ENV APP_PORT=59881 19:09:21 ---> Running in c8c074200cb1 19:09:21 ---> 4f18369dfd1e 19:09:21 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:22 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:09:22 ---> Running in 7f4527edad98 19:09:22 Removing intermediate container c8c074200cb1 19:09:22 ---> 77c1e5354261 19:09:22 Step 14/23 : EXPOSE $APP_PORT 19:09:22 ---> Running in 724c25dc1f69 19:09:22 Removing intermediate container 00e8fc57c90c 19:09:22 ---> 7e5f223ee41e 19:09:22 Step 6/23 : COPY go.mod vendor* ./ 19:09:22 Removing intermediate container 724c25dc1f69 19:09:22 ---> 749665effed8 19:09:22 Step 15/23 : WORKDIR / 19:09:22 + docker inspect -f . ci-base-image-arm64 19:09:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:22 ---> Running in f5ae5eaec0f8 19:09:22 ---> f8192f69336f 19:09:22 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:22 prd-ubuntu20.04-docker-arm64-4c-16g-19869 does not seem to be running inside a container 19:09:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:09:22 Removing intermediate container f5ae5eaec0f8 19:09:22 ---> 59b207ad8186 19:09:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:09:22 ---> Running in 1de969e82f06 19:09:23 ---> be74645b801d 19:09:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:09:23 $ docker top 58ec7b6d2f4011c9164057d770ada23c0e1f3821927e8080abe8c79f86dc35ca -eo pid,comm [Pipeline] { [Pipeline] echo 19:09:24 ========================================================= 19:09:24 [edgeXBuildGoParallel] Running Tests and Build... 19:09:24 ========================================================= [Pipeline] sh 19:09:24 ---> 2043253356f0 19:09:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:09:24 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:09:25 ---> ff5c82cc4516 19:09:25 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:09:25 ---> Running in 9dcfc24462d1 19:09:25 + make test 19:09:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:09:25 Removing intermediate container 9dcfc24462d1 19:09:25 ---> 9db077754dc5 19:09:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:09:26 ---> Running in 1eabaee1c77c 19:09:26 Removing intermediate container 1eabaee1c77c 19:09:26 ---> 4ec8eaae96c8 19:09:26 Step 21/23 : LABEL arch=x86_64 19:09:26 ---> Running in 7a403d43d3bc 19:09:26 Removing intermediate container 7a403d43d3bc 19:09:26 ---> df697de36a5a 19:09:26 Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:09:27 ---> Running in 7caab14aef71 19:09:27 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:09:27 Status: Downloaded newer image for docker:20.10.14 19:09:27 ---> 7417809fdb73 19:09:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:09:27 ---> Running in 057f34736561 19:09:27 Removing intermediate container 7caab14aef71 19:09:27 ---> ad1887f46e7e 19:09:27 Step 23/23 : LABEL version=0.0.0 19:09:27 ---> Running in ab6fab5122de 19:09:27 Removing intermediate container 057f34736561 19:09:27 ---> 61006f75da9c 19:09:27 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:09:27 ---> Running in 89ab74abfd33 19:09:27 Removing intermediate container ab6fab5122de 19:09:27 ---> b009e9d9a044 19:09:27 19:09:27 Successfully built b009e9d9a044 19:09:27 Successfully tagged core-metadata:latest 19:09:27  Building core-metadata ... done Building support-scheduler 19:09:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:28 (1/43) Installing readline (8.1.1-r0) 19:09:28 (2/43) Installing bash (5.1.16-r0) 19:09:28 Executing bash-5.1.16-r0.post-install 19:09:28 (3/43) Installing brotli-libs (1.0.9-r5) 19:09:28 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:09:28 (5/43) Installing libcurl (7.80.0-r2) 19:09:28 (6/43) Installing curl (7.80.0-r2) 19:09:28 (7/43) Installing dumb-init (1.2.5-r1) 19:09:28 (8/43) Installing libbz2 (1.0.8-r1) 19:09:28 (9/43) Installing expat (2.4.7-r0) 19:09:28 (10/43) Installing libffi (3.4.2-r1) 19:09:28 (11/43) Installing gdbm (1.22-r0) 19:09:28 (12/43) Installing xz-libs (5.2.5-r1) 19:09:28 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:09:28 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:09:28 (15/43) Installing mpdecimal (2.5.1-r1) 19:09:28 (16/43) Installing sqlite-libs (3.36.0-r0) 19:09:28 (17/43) Installing python3 (3.9.7-r4) 19:09:29 (18/43) Installing py3-appdirs (1.4.4-r2) 19:09:29 (19/43) Installing py3-certifi (2020.12.5-r1) 19:09:29 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:09:29 (21/43) Installing py3-idna (3.3-r0) 19:09:29 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:09:29 (23/43) Installing py3-requests (2.26.0-r1) 19:09:29 (24/43) Installing py3-msgpack (1.0.2-r1) 19:09:29 (25/43) Installing py3-lockfile (0.12.2-r4) 19:09:29 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:09:29 (27/43) Installing py3-colorama (0.4.4-r1) 19:09:29 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:09:29 (29/43) Installing py3-distlib (0.3.3-r0) 19:09:29 (30/43) Installing py3-distro (1.6.0-r0) 19:09:29 (31/43) Installing py3-six (1.16.0-r0) 19:09:29 (32/43) Installing py3-webencodings (0.5.1-r4) 19:09:29 (33/43) Installing py3-html5lib (1.1-r1) 19:09:29 (34/43) Installing py3-parsing (2.4.7-r2) 19:09:29 (35/43) Installing py3-packaging (20.9-r1) 19:09:29 (36/43) Installing py3-tomli (1.2.2-r0) 19:09:29 (37/43) Installing py3-pep517 (0.12.0-r0) 19:09:29 (38/43) Installing py3-progress (1.6-r0) 19:09:29 (39/43) Installing py3-retrying (1.3.3-r2) 19:09:29 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:09:29 (41/43) Installing py3-setuptools (52.0.0-r4) 19:09:29 (42/43) Installing py3-toml (0.10.2-r2) 19:09:29 (43/43) Installing py3-pip (20.3.4-r1) 19:09:29 Executing busybox-1.34.1-r5.trigger 19:09:29 OK: 83 MiB in 65 packages 19:09:30 Collecting docker-compose==1.23.2 19:09:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:09:31 Collecting cached-property<2,>=1.2.0 19:09:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:09:31 Collecting docopt<0.7,>=0.6.1 19:09:31 Downloading docopt-0.6.2.tar.gz (25 kB) 19:09:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:09:32 Collecting dockerpty<0.5,>=0.4.1 19:09:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:09:32 Collecting websocket-client<1.0,>=0.32.0 19:09:32 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:09:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:09:32 ---> 77bfc7986479 19:09:32 Step 3/22 : WORKDIR /edgex-go 19:09:32 ---> Using cache 19:09:32 ---> 1096fcef6136 19:09:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 ---> Using cache 19:09:32 ---> 784e4059016b 19:09:32 Step 5/22 : RUN apk add --update --no-cache make git 19:09:32 ---> Using cache 19:09:32 ---> 4d7243ff02c3 19:09:32 Step 6/22 : COPY go.mod vendor* ./ 19:09:32 ---> Using cache 19:09:32 ---> f8841471bd47 19:09:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:32 ---> Using cache 19:09:32 ---> 610480e5ed54 19:09:32 Step 8/22 : COPY . . 19:09:32 ---> Using cache 19:09:32 ---> 35ac5337da26 19:09:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:09:32 Collecting docker<4.0,>=3.6.0 19:09:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:09:32 Collecting texttable<0.10,>=0.9.0 19:09:32 Downloading texttable-0.9.1.tar.gz (11 kB) 19:09:32 Removing intermediate container 7f4527edad98 19:09:32 ---> 21b8d83dfdf2 19:09:32 Step 7/20 : COPY . . 19:09:32 Removing intermediate container 1de969e82f06 19:09:32 ---> e248d67e8041 19:09:32 Step 8/23 : COPY . . 19:09:32 ---> Running in b4e4866267bb 19:09:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:09:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:09:32 Collecting jsonschema<3,>=2.5.1 19:09:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:09:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:09:33 Collecting PyYAML<4,>=3.10 19:09:33 Downloading PyYAML-3.13.tar.gz (270 kB) 19:09:33 Collecting docker-pycreds>=0.4.0 19:09:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:09:33 Collecting urllib3<1.25,>=1.21.1 19:09:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:09:33 Collecting chardet<3.1.0,>=3.0.2 19:09:33 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:09:33 Collecting idna<2.8,>=2.5 19:09:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:09:33 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 19:09:33 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:09:33 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:09:33 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:09:33 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:09:33 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:09:33 Attempting uninstall: urllib3 19:09:33 Found existing installation: urllib3 1.26.7 19:09:33 Uninstalling urllib3-1.26.7: 19:09:33 Successfully uninstalled urllib3-1.26.7 19:09:33 Attempting uninstall: idna 19:09:33 Found existing installation: idna 3.3 19:09:33 Uninstalling idna-3.3: 19:09:33 Successfully uninstalled idna-3.3 19:09:34 Attempting uninstall: requests 19:09:34 Found existing installation: requests 2.26.0 19:09:34 Uninstalling requests-2.26.0: 19:09:34 Successfully uninstalled requests-2.26.0 19:09:34 Running setup.py install for texttable: started 19:09:35 Running setup.py install for texttable: finished with status 'done' 19:09:35 Running setup.py install for PyYAML: started 19:09:35 Running setup.py install for PyYAML: finished with status 'done' 19:09:35 Running setup.py install for docopt: started 19:09:35 Running setup.py install for docopt: finished with status 'done' 19:09:35 Running setup.py install for dockerpty: started 19:09:36 Running setup.py install for dockerpty: finished with status 'done' 19:09:36 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:09:43 ---> fdecf8c926d1 19:09:43 Step 9/23 : RUN make cmd/core-data/core-data 19:09:43 ---> 784503a99c0f 19:09:43 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:09:43 ---> Running in 372fd3440ba3 19:09:43 ---> Running in 9f97fc146e8c 19:09:43 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:09:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:09:45 Removing intermediate container 8bb76bf8de4b 19:09:45 ---> c6e066c1a47f 19:09:45 19:09:45 Step 10/31 : FROM alpine:3.16 19:09:45 ---> e66264b98777 19:09:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:09:45 Removing intermediate container 89ab74abfd33 19:09:45 ---> 0bb4f105e040 19:09:45 Step 14/23 : ENV APP_PORT=58890 19:09:45 ---> Running in b959ff1699cf 19:09:45 ---> Running in 8f09ad309f2a 19:09:45 Removing intermediate container b959ff1699cf 19:09:45 ---> 3c49a707dcca 19:09:45 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:09:45 Removing intermediate container 8f09ad309f2a 19:09:45 ---> 60371c47ffa0 19:09:45 Step 15/23 : EXPOSE $APP_PORT 19:09:45 ---> Running in 9fc6be422a9d 19:09:45 ---> Running in e3813a1365d0 19:09:45 Removing intermediate container e3813a1365d0 19:09:45 ---> df5b00b3cb96 19:09:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:09:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:46 ---> 5e648e3459dd 19:09:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:09:46 (1/2) Installing dumb-init (1.2.5-r1) 19:09:46 (2/2) Installing su-exec (0.2-r1) 19:09:46 Executing busybox-1.35.0-r13.trigger 19:09:46 OK: 6 MiB in 16 packages 19:09:47 ---> d5d515f63baa 19:09:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:09:47 Removing intermediate container 9fc6be422a9d 19:09:47 ---> 192ae27174e7 19:09:47 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:09:47 ---> e70fd528a113 19:09:47 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:09:47 ---> Running in afd63aa73f10 19:09:47 ---> Running in ca7290ca2892 19:09:47 Removing intermediate container afd63aa73f10 19:09:47 ---> 55c7dcbddc51 19:09:47 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:09:48 ---> Running in 4e254827d87d 19:09:48 Removing intermediate container ca7290ca2892 19:09:48 ---> c3dabca52ab8 19:09:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:09:48 ---> Running in 877f2d90a631 19:09:48 Removing intermediate container 4e254827d87d 19:09:48 ---> fc04ef818f0f 19:09:48 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:09:48 Removing intermediate container 877f2d90a631 19:09:48 ---> 66077c78963b 19:09:48 Step 21/23 : LABEL arch=x86_64 19:09:48 ---> Running in b741af3d05a3 19:09:48 ---> Running in 01fde01d6d91 19:09:48 Removing intermediate container b741af3d05a3 19:09:48 ---> f2c9e294acf1 19:09:48 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:09:48 Removing intermediate container 01fde01d6d91 19:09:48 ---> 52c0e1174ecc 19:09:48 Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:09:48 ---> Running in 4d155f20bf6d 19:09:48 ---> Running in 4ee3dc100edf 19:09:49 Removing intermediate container 4ee3dc100edf 19:09:49 ---> 07229149838b 19:09:49 Step 23/23 : LABEL version=0.0.0 19:09:49 ---> Running in 3a1d1552c657 19:09:49 Removing intermediate container 3a1d1552c657 19:09:49 ---> 0acc6f5ef7af 19:09:49 19:09:49 Successfully built 0acc6f5ef7af 19:09:49 Successfully tagged sys-mgmt-agent:latest 19:09:49 Building security-secretstore-setup 19:09:53  Building sys-mgmt-agent ... done Removing intermediate container 4d155f20bf6d 19:09:53 ---> 84265a94ef7c 19:09:53 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 19:09:53 ---> Running in be9884cc89a9 19:09:53 Removing intermediate container be9884cc89a9 19:09:53 ---> 762242361257 19:09:53 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:09:54 ---> 45571dfbe76f 19:09:54 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:09:54 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:54 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:09:54 ---> 77bfc7986479 19:09:54 Step 3/25 : WORKDIR /edgex-go 19:09:54 ---> Using cache 19:09:54 ---> 1096fcef6136 19:09:54 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:54 ---> Using cache 19:09:54 ---> 784e4059016b 19:09:54 Step 5/25 : RUN apk add --update --no-cache make git 19:09:54 ---> Using cache 19:09:54 ---> 4d7243ff02c3 19:09:54 Step 6/25 : COPY go.mod vendor* ./ 19:09:54 ---> Using cache 19:09:54 ---> f8841471bd47 19:09:54 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:54 ---> Using cache 19:09:54 ---> 610480e5ed54 19:09:54 Step 8/25 : COPY . . 19:09:54 ---> Using cache 19:09:54 ---> 35ac5337da26 19:09:54 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:09:54 ---> Running in 532282877ad0 19:09:54 ---> Running in d50d31b682b5 19:09:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:09:57 Removing intermediate container d50d31b682b5 19:09:57 ---> 19b25a9df47f 19:09:57 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:09:57 ---> 194bdf63b636 19:09:57 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:09:57 ? github.com/edgexfoundry/edgex-go [no test files] 19:09:59 ---> 5e0720fa8983 19:09:59 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:10:00 ---> eb565bc67fa4 19:10:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:10:01 ---> 3f00b612cfc4 19:10:01 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:10:01 Removing intermediate container b4e4866267bb 19:10:01 ---> 1abacb24ed3d 19:10:01 19:10:01 Step 10/22 : FROM alpine:3.16 19:10:01 ---> e66264b98777 19:10:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:10:01 ---> Using cache 19:10:01 ---> a024454aa48d 19:10:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:10:01 ---> Using cache 19:10:01 ---> 1eb2fc5bc773 19:10:01 Step 13/22 : ENV APP_PORT=59861 19:10:01 ---> Running in a12b0d00277d 19:10:01 ---> 6d3f9b1adbc8 19:10:01 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:10:01 Removing intermediate container a12b0d00277d 19:10:01 ---> 3e46491644a4 19:10:01 Step 14/22 : EXPOSE $APP_PORT 19:10:02 ---> Running in f471b57d0765 19:10:02 ---> 320000dbcd55 19:10:02 Step 26/31 : RUN chmod +x /entrypoint.sh 19:10:02 Removing intermediate container f471b57d0765 19:10:02 ---> ce16cfcc75b1 19:10:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:02 ---> Running in 923fd0f21cc7 19:10:03 ---> 7b29c5b5ce42 19:10:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:10:04 ---> a79cdecafc86 19:10:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:10:04 Removing intermediate container 923fd0f21cc7 19:10:04 ---> 84dd0a7242e3 19:10:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:10:04 ---> Running in 16fc50a1b5e6 19:10:04 ---> 173faa02873f 19:10:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:10:04 ---> Running in 7fc4b8c37af6 19:10:04 Removing intermediate container 16fc50a1b5e6 19:10:04 ---> 530e45f16eb9 19:10:04 Step 28/31 : CMD ["gate"] 19:10:04 ---> Running in 9d6801f87295 19:10:04 Removing intermediate container 7fc4b8c37af6 19:10:04 ---> 7a85b6fdd6a2 19:10:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:04 Removing intermediate container 9d6801f87295 19:10:04 ---> 647db25e2407 19:10:04 Step 29/31 : LABEL arch=x86_64 19:10:05 ---> Running in 3e77587a922e 19:10:05 ---> Running in 9c966da95db7 19:10:05 Removing intermediate container 3e77587a922e 19:10:05 ---> 401b1639e042 19:10:05 Step 30/31 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:10:05 Removing intermediate container 9c966da95db7 19:10:05 ---> 2af59882be4e 19:10:05 Step 20/22 : LABEL arch=x86_64 19:10:05 ---> Running in 7f3fec211f8d 19:10:05 ---> Running in 4c2f033aadb5 19:10:05 Removing intermediate container 7f3fec211f8d 19:10:05 ---> 22c10b235782 19:10:05 Step 31/31 : LABEL version=0.0.0 19:10:05 Removing intermediate container 4c2f033aadb5 19:10:05 ---> 286cd1be8828 19:10:05 Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:10:05 ---> Running in 62121c3efd33 19:10:05 ---> Running in 6eecd447a5fa 19:10:06 Removing intermediate container 6eecd447a5fa 19:10:06 ---> fb6c2b91c8e3 19:10:06 19:10:06 Removing intermediate container 62121c3efd33 19:10:06 ---> 9a55f08e0dc3 19:10:06 Step 22/22 : LABEL version=0.0.0 19:10:06 ---> Running in c504f4b744e2 19:10:06 Successfully built fb6c2b91c8e3 19:10:06 Successfully tagged security-bootstrapper:latest 19:10:06  Building security-bootstrapper ... done Building security-proxy-setup 19:10:06 Removing intermediate container c504f4b744e2 19:10:06 ---> a44bf4bfafa1 19:10:06 19:10:06 Successfully built a44bf4bfafa1 19:10:06 Successfully tagged support-scheduler:latest 19:10:06 Building core-command 19:10:13  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:10:13 ---> 77bfc7986479 19:10:13 Step 3/23 : WORKDIR /edgex-go 19:10:13 ---> Using cache 19:10:13 ---> 1096fcef6136 19:10:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:13 ---> Using cache 19:10:13 ---> 784e4059016b 19:10:13 Step 5/23 : RUN apk add --update --no-cache make git 19:10:13 ---> Using cache 19:10:13 ---> 4d7243ff02c3 19:10:13 Step 6/23 : COPY go.mod vendor* ./ 19:10:13 ---> Using cache 19:10:13 ---> f8841471bd47 19:10:13 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:13 ---> Using cache 19:10:13 ---> 610480e5ed54 19:10:13 Step 8/23 : COPY . . 19:10:13 ---> Using cache 19:10:13 ---> 35ac5337da26 19:10:13 Step 9/23 : RUN make cmd/core-command/core-command 19:10:13 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:10:13 ---> 77bfc7986479 19:10:13 Step 3/22 : WORKDIR /edgex-go 19:10:13 ---> Using cache 19:10:13 ---> 1096fcef6136 19:10:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:13 ---> Using cache 19:10:13 ---> 784e4059016b 19:10:13 Step 5/22 : RUN apk add --update --no-cache make git 19:10:13 ---> Using cache 19:10:13 ---> 4d7243ff02c3 19:10:13 Step 6/22 : COPY go.mod vendor* ./ 19:10:13 ---> Using cache 19:10:13 ---> f8841471bd47 19:10:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:13 ---> Using cache 19:10:13 ---> 610480e5ed54 19:10:13 Step 8/22 : COPY . . 19:10:13 ---> Using cache 19:10:13 ---> 35ac5337da26 19:10:13 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:10:17 ---> Running in 40db06199b4c 19:10:17 ---> Running in 7f88879cbeb0 19:10:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:10:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:10:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:10:20 Removing intermediate container 372fd3440ba3 19:10:20 ---> 2a302a2dae65 19:10:20 19:10:20 Step 10/23 : FROM alpine:3.16 19:10:20 ---> e66264b98777 19:10:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:10:20 Removing intermediate container 9f97fc146e8c 19:10:20 ---> 96dd75e72e33 19:10:20 19:10:20 Step 9/20 : FROM alpine:3.15 19:10:20 ---> 0ac33e5f5afa 19:10:20 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:20 ---> Using cache 19:10:20 ---> 4bf4eb2c218b 19:10:20 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:20 ---> Using cache 19:10:20 ---> b77d9b42a95b 19:10:20 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:10:20 ---> Running in ace6923181a0 19:10:20 ---> Running in 1155f99fa681 19:10:20 Removing intermediate container ace6923181a0 19:10:20 ---> ca90133e5b70 19:10:20 Step 12/23 : ENV APP_PORT=59880 19:10:20 ---> Running in 9a04d3687a3c 19:10:20 Removing intermediate container 9a04d3687a3c 19:10:20 ---> df5c93b3336a 19:10:20 Step 13/23 : EXPOSE $APP_PORT 19:10:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:20 ---> Running in a58dde37a60d 19:10:21 Removing intermediate container a58dde37a60d 19:10:21 ---> 78773a60261b 19:10:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:21 ---> Running in 1c7d5b21782f 19:10:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:22 Removing intermediate container 532282877ad0 19:10:22 ---> 7dfc4d5560da 19:10:22 19:10:22 Step 10/25 : FROM alpine:3.16 19:10:22 ---> e66264b98777 19:10:22 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:10:22 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:22 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:22 OK: 15861 distinct packages available 19:10:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:22 ---> Running in 2894a830b367 19:10:22 Removing intermediate container 1c7d5b21782f 19:10:22 ---> 965d4c68bd12 19:10:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:10:22 ---> Running in 82706c5763ab 19:10:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:23 (1/9) Installing ca-certificates (20211220-r0) 19:10:23 (1/3) Installing ca-certificates (20211220-r0) 19:10:23 (2/3) Installing dumb-init (1.2.5-r1) 19:10:23 (3/3) Installing su-exec (0.2-r1) 19:10:23 Executing busybox-1.35.0-r13.trigger 19:10:23 (2/9) Installing brotli-libs (1.0.9-r5) 19:10:23 Executing ca-certificates-20211220-r0.trigger 19:10:23 OK: 6 MiB in 17 packages 19:10:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:23 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:10:23 (4/9) Installing libcurl (7.80.0-r2) 19:10:23 (5/9) Installing curl (7.80.0-r2) 19:10:23 (6/9) Installing dumb-init (1.2.5-r1) 19:10:24 (7/9) Installing musl-obstack (1.2.3-r0) 19:10:24 (8/9) Installing libucontext (1.1-r0) 19:10:24 (9/9) Installing gcompat (1.0.0-r4) 19:10:24 Executing busybox-1.34.1-r5.trigger 19:10:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:24 Executing ca-certificates-20211220-r0.trigger 19:10:24 OK: 8 MiB in 23 packages 19:10:24 (1/6) Installing dumb-init (1.2.5-r1) 19:10:24 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:10:24 (3/6) Installing libsodium (1.0.18-r0) 19:10:24 Removing intermediate container 2894a830b367 19:10:24 ---> 792e001c97da 19:10:24 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:10:25 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:10:25 (5/6) Installing libzmq (4.3.4-r0) 19:10:25 (6/6) Installing zeromq (4.3.4-r0) 19:10:25 ---> Running in 0df9870f2eaf 19:10:25 Executing busybox-1.35.0-r13.trigger 19:10:25 OK: 8 MiB in 20 packages 19:10:26 Removing intermediate container 0df9870f2eaf 19:10:26 ---> 8aea7d6a09dc 19:10:26 Step 13/25 : WORKDIR / 19:10:26 Removing intermediate container 1155f99fa681 19:10:26 ---> Running in 5837a444789f 19:10:26 ---> 7998a21d8e54 19:10:26 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:26 Removing intermediate container 82706c5763ab 19:10:26 ---> d3207f553e85 19:10:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:27 ---> 0aacaf2c7682 19:10:27 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:10:27 Removing intermediate container 5837a444789f 19:10:27 ---> 787d5a71e84b 19:10:27 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:10:27 ---> fc2f57d24211 19:10:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:10:27 ---> 9c194350e89d 19:10:27 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:10:28 ---> ef59b17f71ed 19:10:28 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:10:28 ---> 9384933809fa 19:10:28 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:10:28 ---> 643d37b592b3 19:10:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:10:29 ---> dbd4577b4607 19:10:29 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:10:29 ---> 332de2acae45 19:10:29 Step 19/23 : ENTRYPOINT ["/core-data"] 19:10:29 ---> f66a7d9895c8 19:10:29 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:10:29 ---> Running in 6dc73fb29a74 19:10:29 ---> Running in 94113cb73fb7 19:10:29 ---> 82cc5cdd4bba 19:10:29 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:10:29 Removing intermediate container 6dc73fb29a74 19:10:29 ---> 43eee3e474ed 19:10:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:29 Removing intermediate container 94113cb73fb7 19:10:29 ---> e7861c96cdc4 19:10:29 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:29 ---> Running in 1594aca42363 19:10:29 ---> Running in 66f557af1a15 19:10:30 Removing intermediate container 1594aca42363 19:10:30 ---> f50c6c577113 19:10:30 Step 21/23 : LABEL arch=x86_64 19:10:30 ---> 5b74145fccd3 19:10:30 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:10:30 Removing intermediate container 66f557af1a15 19:10:30 ---> bc7f1976436b 19:10:30 Step 18/20 : LABEL arch=x86_64 19:10:30 ---> Running in 76ca9b0c186c 19:10:30 ---> Running in c0a419fdb68e 19:10:30 Removing intermediate container c0a419fdb68e 19:10:30 ---> 4ba62ecd7328 19:10:30 Step 19/20 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:10:30 Removing intermediate container 76ca9b0c186c 19:10:30 ---> 38aad22fc060 19:10:30 Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:10:30 ---> Running in ef5bdcccc041 19:10:30 ---> Running in 65a75c0df515 19:10:30 ---> 9d02af583789 19:10:30 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:10:30 Removing intermediate container ef5bdcccc041 19:10:30 ---> 9060ee83e178 19:10:30 Step 20/20 : LABEL version=0.0.0 19:10:30 Removing intermediate container 65a75c0df515 19:10:30 ---> a1b3fcb48ea3 19:10:30 Step 23/23 : LABEL version=0.0.0 19:10:30 ---> Running in 0bb169f531ad 19:10:30 ---> Running in 4327ca415dcd 19:10:30 ---> 179c96eccb69 19:10:30 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:10:30 Removing intermediate container 4327ca415dcd 19:10:30 ---> 7639bed5c852 19:10:30 19:10:30 Removing intermediate container 0bb169f531ad 19:10:30 ---> 2d3c83180ac8 19:10:30 19:10:30 ---> Running in 6a32bd266770 19:10:30 Successfully built 7639bed5c852 19:10:30 Successfully tagged security-spiffe-token-provider:latest 19:10:30 Building support-notifications 19:10:31  Building security-spiffe-token-provider ... done Successfully built 2d3c83180ac8 19:10:31 Successfully tagged core-data:latest 19:10:34  Building core-data ... done Removing intermediate container 6a32bd266770 19:10:34 ---> f400f7cfe392 19:10:34 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:10:34 ---> Running in a05478576be5 19:10:34 Removing intermediate container a05478576be5 19:10:34 ---> 7c8e5dd768fb 19:10:34 Step 23/25 : LABEL arch=x86_64 19:10:34 ---> Running in 4eafbd7d4149 19:10:35 Removing intermediate container 4eafbd7d4149 19:10:35 ---> 25eaeb0f16fd 19:10:35 Step 24/25 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:10:35 ---> Running in 82d929e73a3a 19:10:35 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:10:35 ---> 77bfc7986479 19:10:35 Step 3/22 : WORKDIR /edgex-go 19:10:35 ---> Using cache 19:10:35 ---> 1096fcef6136 19:10:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:35 ---> Using cache 19:10:35 ---> 784e4059016b 19:10:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:10:35 ---> Running in 7231711ed072 19:10:35 Removing intermediate container 82d929e73a3a 19:10:35 ---> 35beb6650b45 19:10:35 Step 25/25 : LABEL version=0.0.0 19:10:35 ---> Running in eb41948edfaf 19:10:35 Removing intermediate container eb41948edfaf 19:10:35 ---> 61cf2c42a40a 19:10:35 19:10:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:10:35 Successfully built 61cf2c42a40a 19:10:35 Successfully tagged security-secretstore-setup:latest 19:10:35  Building security-secretstore-setup ... done fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:36 OK: 211 MiB in 51 packages 19:10:37 Removing intermediate container 7f88879cbeb0 19:10:37 ---> 1794f3c4ad4e 19:10:37 19:10:37 Step 10/23 : FROM alpine:3.16 19:10:37 ---> e66264b98777 19:10:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:10:37 ---> Using cache 19:10:37 ---> a024454aa48d 19:10:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:10:37 ---> Using cache 19:10:37 ---> 1eb2fc5bc773 19:10:37 Step 13/23 : ENV APP_PORT=59882 19:10:37 ---> Running in 7a56e5cb344f 19:10:37 Removing intermediate container 7231711ed072 19:10:37 ---> 5d4cc91f5b1b 19:10:37 Step 6/22 : COPY go.mod vendor* ./ 19:10:38 Removing intermediate container 7a56e5cb344f 19:10:38 ---> 7d468008ed95 19:10:38 Step 14/23 : EXPOSE $APP_PORT 19:10:38 ---> b74294b0a64e 19:10:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:38 ---> Running in 8093f9723b16 19:10:38 ---> Running in 80cb4027f5ca 19:10:38 Removing intermediate container 8093f9723b16 19:10:38 ---> 178125e3cd7d 19:10:38 Step 15/23 : WORKDIR / 19:10:38 ---> Running in 9dd14293368a 19:10:38 Removing intermediate container 9dd14293368a 19:10:38 ---> 33db14983cda 19:10:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:39 ---> 49288d3a850b 19:10:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:10:39 Removing intermediate container 40db06199b4c 19:10:39 ---> 1f48b2368759 19:10:39 19:10:39 Step 10/22 : FROM alpine:3.16 19:10:39 ---> e66264b98777 19:10:39 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:10:39 ---> Running in e88453adb252 19:10:40 ---> 0f5b50ced15c 19:10:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:10:40 ---> 62be872a479a 19:10:40 Step 19/23 : ENTRYPOINT ["/core-command"] 19:10:40 ---> Running in 1a0709258949 19:10:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:40 Removing intermediate container 1a0709258949 19:10:40 ---> bad47f46d070 19:10:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:40 ---> Running in 2a0f1d11ef82 19:10:40 (1/6) Installing ca-certificates (20211220-r0) 19:10:40 (2/6) Installing brotli-libs (1.0.9-r6) 19:10:40 Removing intermediate container 2a0f1d11ef82 19:10:40 ---> 1ed96cc19191 19:10:40 Step 21/23 : LABEL arch=x86_64 19:10:40 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:10:40 (4/6) Installing libcurl (7.83.1-r2) 19:10:40 (5/6) Installing curl (7.83.1-r2) 19:10:40 (6/6) Installing dumb-init (1.2.5-r1) 19:10:40 Executing busybox-1.35.0-r13.trigger 19:10:40 Executing ca-certificates-20211220-r0.trigger 19:10:40 ---> Running in 9b0a3c757837 19:10:40 OK: 8 MiB in 20 packages 19:10:40 Removing intermediate container 9b0a3c757837 19:10:40 ---> 548171a55163 19:10:40 Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:10:41 ---> Running in 4e08c9367865 19:10:41 Removing intermediate container 4e08c9367865 19:10:41 ---> 05a9a4a1ee37 19:10:41 Step 23/23 : LABEL version=0.0.0 19:10:41 ---> Running in fc6f9e600554 19:10:41 Removing intermediate container e88453adb252 19:10:41 ---> 73fc61677739 19:10:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:10:41 Removing intermediate container fc6f9e600554 19:10:41 ---> af91a6d9d0df 19:10:41 19:10:41 ---> Running in 5d1089ac88de 19:10:41 Successfully built af91a6d9d0df 19:10:41 Successfully tagged core-command:latest 19:10:41  Building core-command ... done Removing intermediate container 5d1089ac88de 19:10:41 ---> 5935183a88ca 19:10:41 Step 13/22 : WORKDIR /edgex 19:10:41 ---> Running in edc6951d3a80 19:10:41 Removing intermediate container edc6951d3a80 19:10:41 ---> 23a2c580c0b2 19:10:41 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:10:42 ---> 6ed4cc427983 19:10:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:10:42 ---> 7f99c554a7ea 19:10:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:10:42 ---> 2af80c2816ac 19:10:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:10:43 ---> 842b7640c43f 19:10:43 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:10:43 ---> Running in 8c8fb7a44ee6 19:10:44 Removing intermediate container 80cb4027f5ca 19:10:44 ---> 900d48ce466e 19:10:44 Step 8/22 : COPY . . 19:10:44 Removing intermediate container 8c8fb7a44ee6 19:10:44 ---> 856404299b2c 19:10:44 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:10:45 ---> Running in 025a5ba0a1ff 19:10:45 Removing intermediate container 025a5ba0a1ff 19:10:45 ---> 5bf833a24085 19:10:45 Step 20/22 : LABEL arch=x86_64 19:10:45 ---> Running in 55108239626d 19:10:45 Removing intermediate container 55108239626d 19:10:45 ---> c8bba7251ad2 19:10:45 Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:10:46 ---> Running in c9a6fc4136d4 19:10:46 Removing intermediate container c9a6fc4136d4 19:10:46 ---> 85eb6ffcc7b0 19:10:46 Step 22/22 : LABEL version=0.0.0 19:10:46 ---> Running in 723f5f7f80ae 19:10:46 Removing intermediate container 723f5f7f80ae 19:10:46 ---> bc4aa2bc0479 19:10:46 19:10:46 Successfully built bc4aa2bc0479 19:10:46 Successfully tagged security-proxy-setup:latest 19:10:49  Building security-proxy-setup ... done  ---> f717e8201f24 19:10:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:10:49 ---> Running in 0563e1e698f8 19:10:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:11:11 Removing intermediate container 0563e1e698f8 19:11:11 ---> afd44ccd7133 19:11:11 19:11:11 Step 10/22 : FROM alpine:3.16 19:11:11 ---> e66264b98777 19:11:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:11:11 ---> Running in ec9726d4c12e 19:11:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:11 (1/2) Installing ca-certificates (20211220-r0) 19:11:11 (2/2) Installing dumb-init (1.2.5-r1) 19:11:11 Executing busybox-1.35.0-r13.trigger 19:11:11 Executing ca-certificates-20211220-r0.trigger 19:11:11 OK: 6 MiB in 16 packages 19:11:11 Removing intermediate container ec9726d4c12e 19:11:11 ---> 1a41e579344b 19:11:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:11:11 ---> Running in 5c95f10f5b31 19:11:11 Removing intermediate container 5c95f10f5b31 19:11:11 ---> 942bd8646048 19:11:11 Step 13/22 : ENV APP_PORT=59860 19:11:11 ---> Running in 55eae9103615 19:11:11 Removing intermediate container 55eae9103615 19:11:11 ---> 4b3fcd67e95c 19:11:11 Step 14/22 : EXPOSE $APP_PORT 19:11:11 ---> Running in 7f1c0dc750b1 19:11:11 Removing intermediate container 7f1c0dc750b1 19:11:11 ---> 3f450805a3ab 19:11:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:11 ---> 5875cfd6f046 19:11:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:11:11 ---> a889c9f0a395 19:11:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:11:11 ---> 6ad9ae98ee76 19:11:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:11:11 ---> Running in f087d17ff402 19:11:11 Removing intermediate container f087d17ff402 19:11:11 ---> b97dc848f005 19:11:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:11 ---> Running in 2d3ce76da6ae 19:11:11 Removing intermediate container 2d3ce76da6ae 19:11:11 ---> 46dbac560487 19:11:11 Step 20/22 : LABEL arch=x86_64 19:11:11 ---> Running in 6859a86c6298 19:11:11 Removing intermediate container 6859a86c6298 19:11:11 ---> 4bf0581d0f1e 19:11:11 Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:11:11 ---> Running in 91657722d1e7 19:11:11 Removing intermediate container 91657722d1e7 19:11:11 ---> 31e6566b4786 19:11:11 Step 22/22 : LABEL version=0.0.0 19:11:11 ---> Running in 62656b3a6fb6 19:11:11 Removing intermediate container 62656b3a6fb6 19:11:11 ---> e1b340eb603a 19:11:11 19:11:11 Successfully built e1b340eb603a 19:11:11 Successfully tagged support-notifications:latest 19:11:11  Building support-notifications ... done  [Pipeline] } 19:11:11 $ docker stop --time=1 314fac0d8341ce69282210ad4dc1d0485d7de2c95a800cd35145b8a9fb345fb2 19:11:13 $ docker rm -f 314fac0d8341ce69282210ad4dc1d0485d7de2c95a800cd35145b8a9fb345fb2 [Pipeline] // withDockerContainer [Pipeline] sh 19:11:13 + docker images 19:11:13 REPOSITORY TAG IMAGE ID CREATED SIZE 19:11:13 support-notifications latest e1b340eb603a 2 seconds ago 27.1MB 19:11:13 afd44ccd7133 6 seconds ago 1.68GB 19:11:13 security-proxy-setup latest bc4aa2bc0479 27 seconds ago 27.1MB 19:11:13 core-command latest af91a6d9d0df 32 seconds ago 16.1MB 19:11:13 1f48b2368759 34 seconds ago 1.63GB 19:11:13 1794f3c4ad4e 36 seconds ago 1.62GB 19:11:13 security-secretstore-setup latest 61cf2c42a40a 38 seconds ago 28.9MB 19:11:13 security-spiffe-token-provider latest 7639bed5c852 43 seconds ago 29.1MB 19:11:13 core-data latest 2d3c83180ac8 43 seconds ago 21.5MB 19:11:13 7dfc4d5560da 52 seconds ago 1.63GB 19:11:13 2a302a2dae65 54 seconds ago 1.65GB 19:11:13 96dd75e72e33 54 seconds ago 1.67GB 19:11:13 support-scheduler latest a44bf4bfafa1 About a minute ago 26.5MB 19:11:13 security-bootstrapper latest fb6c2b91c8e3 About a minute ago 19.3MB 19:11:13 1abacb24ed3d About a minute ago 1.68GB 19:11:13 sys-mgmt-agent latest 0acc6f5ef7af About a minute ago 299MB 19:11:13 c6e066c1a47f About a minute ago 1.62GB 19:11:13 core-metadata latest b009e9d9a044 About a minute ago 17.1MB 19:11:13 11a525fcaeba About a minute ago 1.62GB 19:11:13 17df18a05f64 About a minute ago 1.62GB 19:11:13 security-spire-agent latest 4261bfc5d2af About a minute ago 125MB 19:11:13 security-spire-config latest 718372d08036 2 minutes ago 85.8MB 19:11:13 security-spire-server latest 65863dfd0f0a 2 minutes ago 86.5MB 19:11:13 df87c2b575a1 2 minutes ago 1.52GB 19:11:13 36faaef33cd7 2 minutes ago 1.52GB 19:11:13 734e1bdb870d 2 minutes ago 1.52GB 19:11:13 ci-base-image-x86_64 latest 77bfc7986479 5 minutes ago 937MB 19:11:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 days ago 253MB 19:11:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 6 days ago 677MB 19:11:13 alpine 3.16 e66264b98777 7 weeks ago 5.53MB 19:11:13 docker 20.10.14 7417809fdb73 3 months ago 218MB 19:11:13 alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB 19:11:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:11:49 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:11:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.380s coverage: 28.7% of statements 19:11:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:11:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:12:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.544s coverage: 98.5% of statements 19:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:12:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.449s coverage: 54.2% of statements 19:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:12:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.861s coverage: 89.2% of statements 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:12:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.563s coverage: 83.8% of statements 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:12:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.230s coverage: 95.6% of statements 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:12:23 ok github.com/edgexfoundry/edgex-go/internal/io 0.441s coverage: 72.2% of statements 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:12:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.482s coverage: 60.0% of statements 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:12:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.419s coverage: 0.9% of statements 19:12:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:12:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.257s coverage: 58.8% of statements 19:12:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.273s coverage: 29.6% of statements 19:12:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:12:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.220s coverage: 47.1% of statements 19:12:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.318s coverage: 79.5% of statements 19:12:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.222s coverage: 94.1% of statements 19:12:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.312s coverage: 96.3% of statements 19:12:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.184s coverage: 87.5% of statements 19:12:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.299s coverage: 94.4% of statements 19:12:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.208s coverage: 44.8% of statements 19:12:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.680s coverage: 82.5% of statements 19:12:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.269s coverage: 92.9% of statements 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.195s coverage: 87.2% of statements 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.167s coverage: 100.0% of statements 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.258s coverage: 58.8% of statements 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.250s coverage: 80.0% of statements 19:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.236s coverage: 87.2% of statements 19:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.286s coverage: 85.4% of statements 19:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.818s coverage: 91.2% of statements 19:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:12:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.964s coverage: 64.4% of statements 19:12:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:12:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:12:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.252s coverage: 100.0% of statements 19:12:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 89.4% of statements 19:12:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 19:12:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 19:12:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.392s coverage: 65.4% of statements 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:13:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.842s coverage: 43.8% of statements 19:13:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:13:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:13:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.295s coverage: 89.5% of statements 19:13:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:13:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.317s coverage: 84.8% of statements 19:13:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:13:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:13:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:13:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:13:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.419s coverage: 17.7% of statements 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:13:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.721s coverage: 92.3% of statements 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:13:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.309s coverage: 63.2% of statements 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:13:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.449s coverage: 97.7% of statements 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:13:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.210s coverage: 28.9% of statements 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:13:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:13:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.199s coverage: 100.0% of statements 19:13:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements 19:13: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 19:13:16 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:13:16 GO111MODULE=on go vet ./... 19:15:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:15:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:15:08 ./bin/test-attribution-txt.sh [Pipeline] echo 19:15:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:15:09 + ls -al . 19:15:09 total 680 19:15:09 drwxrwxr-x 9 1001 1001 4096 Jul 13 19:09 . 19:15:09 drwxr-xr-x 4 root root 4096 Jul 13 19:09 .. 19:15:09 -rw-rw-r-- 1 1001 1001 11 Jul 13 19:07 .dockerignore 19:15:09 drwxrwxr-x 8 1001 1001 4096 Jul 13 19:07 .git 19:15:09 drwxrwxr-x 3 1001 1001 4096 Jul 13 19:07 .github 19:15:09 -rw-rw-r-- 1 1001 1001 1030 Jul 13 19:07 .gitignore 19:15:09 -rw-rw-r-- 1 1001 1001 42 Jul 13 19:07 .golangci.yml 19:15:09 -rw-rw-r-- 1 1001 1001 87 Jul 13 19:07 .hadolint.yml 19:15:09 -rw-rw-r-- 1 1001 1001 166 Jul 13 19:07 .sonarcloud.properties 19:15:09 -rw-rw-r-- 1 1001 1001 1171 Jul 13 19:07 ADOPTERS.md 19:15:09 -rw-rw-r-- 1 1001 1001 10347 Jul 13 19:07 Attribution.txt 19:15:09 -rw-rw-r-- 1 1001 1001 63209 Jul 13 19:07 CHANGELOG.md 19:15:09 -rw-rw-r-- 1 1001 1001 3804 Jul 13 19:07 CONTRIBUTING.md 19:15:09 -rw-rw-r-- 1 1001 1001 677 Jul 13 19:07 GOVERNANCE.md 19:15:09 -rw-rw-r-- 1 1001 1001 850 Jul 13 19:07 Jenkinsfile 19:15:09 -rw-rw-r-- 1 1001 1001 10775 Jul 13 19:07 LICENSE 19:15:09 -rw-rw-r-- 1 1001 1001 10350 Jul 13 19:07 Makefile 19:15:09 -rw-rw-r-- 1 1001 1001 582 Jul 13 19:07 OWNERS.md 19:15:09 -rw-rw-r-- 1 1001 1001 9094 Jul 13 19:07 README.md 19:15:09 -rw-rw-r-- 1 1001 1001 6912 Jul 13 19:07 SECURITY.md 19:15:09 -rw-rw-r-- 1 1001 1001 5 Jul 13 19:05 VERSION 19:15:09 -rw-rw-r-- 1 1001 1001 4131 Jul 13 19:07 ZMQWindows.md 19:15:09 drwxrwxr-x 2 1001 1001 4096 Jul 13 19:07 bin 19:15:09 drwxrwxr-x 18 1001 1001 4096 Jul 13 19:07 cmd 19:15:09 -rw-r--r-- 1 root root 435593 Jul 13 19:13 coverage.out 19:15:09 -rw-rw-r-- 1 1001 1001 3312 Jul 13 19:07 go.mod 19:15:09 -rw-rw-r-- 1 1001 1001 36233 Jul 13 19:07 go.sum 19:15:09 drwxrwxr-x 8 1001 1001 4096 Jul 13 19:07 internal 19:15:09 drwxrwxr-x 3 1001 1001 4096 Jul 13 19:07 openapi 19:15:09 drwxrwxr-x 4 1001 1001 4096 Jul 13 19:07 snap 19:15:09 -rw-rw-r-- 1 1001 1001 204 Jul 13 19:07 version.go [Pipeline] sh 19:15:09 + '[' -e coverage.out ] 19:15:09 + chown 1001:1001 coverage.out [Pipeline] stash 19:15:09 Warning: overwriting stash ‘coverage-report’ 19:15:10 Stashed 1 file(s) [Pipeline] sh 19:15:11 + make build 19:15:11 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:16:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:17:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:17:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:18:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:18:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:18:22 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:18:27 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:18:32 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:18:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:18:41 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:18:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:18:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:18:57 $ docker stop --time=1 58ec7b6d2f4011c9164057d770ada23c0e1f3821927e8080abe8c79f86dc35ca 19:18:59 $ docker rm -f 58ec7b6d2f4011c9164057d770ada23c0e1f3821927e8080abe8c79f86dc35ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:19:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:02 19:19:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:19:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:02 latest: Pulling from edgex-devops/edgex-compose-arm64 19:19:02 29e5d40040c1: Pulling fs layer 19:19:02 1ce36da41761: Pulling fs layer 19:19:02 25b303627fd3: Pulling fs layer 19:19:03 29e5d40040c1: Verifying Checksum 19:19:03 29e5d40040c1: Download complete 19:19:03 1ce36da41761: Verifying Checksum 19:19:03 1ce36da41761: Download complete 19:19:03 29e5d40040c1: Pull complete 19:19:05 25b303627fd3: Download complete 19:19:05 1ce36da41761: Pull complete 19:19:17 25b303627fd3: Pull complete 19:19:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:19:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:19:17 prd-ubuntu20.04-docker-arm64-4c-16g-19869 does not seem to be running inside a container 19:19:17 $ 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 19:19:20 $ docker top 93e7df35bb735694fc3872f5199e82ad7e19ef4915edbcfc65675702b537acf2 -eo pid,comm [Pipeline] { [Pipeline] sh 19:19:21 + docker-compose build --help 19:19:21 + grep parallel 19:19:25 --parallel Build images in parallel. [Pipeline] } 19:19:25 $ docker stop --time=1 93e7df35bb735694fc3872f5199e82ad7e19ef4915edbcfc65675702b537acf2 19:19:27 $ docker rm -f 93e7df35bb735694fc3872f5199e82ad7e19ef4915edbcfc65675702b537acf2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:19:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:19:28 prd-ubuntu20.04-docker-arm64-4c-16g-19869 does not seem to be running inside a container 19:19:28 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:19:29 $ docker top 24e89200666b95ef915c23fc6eb662c28ab839a66c4a9b3359866ebbb0b63fd0 -eo pid,comm [Pipeline] { [Pipeline] sh 19:19:30 + docker-compose -f ./docker-compose-build.yml build --parallel 19:19:34 Building core-command ... 19:19:34 Building core-data ... 19:19:34 Building core-metadata ... 19:19:34 Building security-bootstrapper ... 19:19:34 Building security-proxy-setup ... 19:19:34 Building security-secretstore-setup ... 19:19:34 Building security-spiffe-token-provider ... 19:19:34 Building security-spire-agent ... 19:19:34 Building security-spire-config ... 19:19:34 Building security-spire-server ... 19:19:34 Building support-notifications ... 19:19:34 Building support-scheduler ... 19:19:34 Building sys-mgmt-agent ... 19:19:34 Building security-bootstrapper 19:19:34 Building security-secretstore-setup 19:19:34 Building sys-mgmt-agent 19:19:34 Building core-data 19:19:34 Building security-spire-agent 19:20:56 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:20:56 ---> f3ca1c5f1e00 19:20:56 Step 3/23 : WORKDIR /edgex-go 19:20:56 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:20:56 ---> f3ca1c5f1e00 19:20:56 Step 3/26 : WORKDIR /edgex-go 19:20:56 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:56 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:20:56 ---> f3ca1c5f1e00 19:20:56 Step 3/31 : WORKDIR /edgex-go 19:20:56 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:56 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:20:56 ---> f3ca1c5f1e00 19:20:56 Step 3/25 : WORKDIR /edgex-go 19:20:56 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:56 ---> Running in 836f75397f6b 19:20:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:20:56 ---> f3ca1c5f1e00 19:20:56 ---> Running in 19ed482e804a 19:20:56 ---> Running in a79ea8bcdd7c 19:20:56 Step 3/23 : WORKDIR /edgex-go 19:20:56 ---> Running in 79b96418934b 19:20:56 ---> Running in 4c1500831c22 19:20:56 Removing intermediate container 4c1500831c22 19:20:56 ---> 84739ccbef76 19:20:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:56 ---> Running in d270bc95d47e 19:20:56 Removing intermediate container 79b96418934b 19:20:56 ---> d0dae1497820 19:20:56 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:56 Removing intermediate container a79ea8bcdd7c 19:20:56 ---> 68a6191d6417 19:20:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:56 Removing intermediate container 836f75397f6b 19:20:56 ---> f6254be474c5 19:20:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:56 Removing intermediate container 19ed482e804a 19:20:56 ---> eb5d6a8c2e93 19:20:56 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:56 ---> Running in fa02b493886e 19:20:56 ---> Running in 7d0d80de8362 19:20:56 ---> Running in 92110565f8f6 19:20:56 ---> Running in 26040267efe3 19:20:56 Removing intermediate container d270bc95d47e 19:20:56 ---> a756828d7c13 19:20:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:20:56 ---> Running in 2a2faa970981 19:20:56 Removing intermediate container fa02b493886e 19:20:56 ---> 79944dcce6f9 19:20:56 Step 5/23 : RUN apk add --update --no-cache make bash git 19:20:56 ---> Running in 9616043be68c 19:20:56 Removing intermediate container 92110565f8f6 19:20:56 ---> 703cfaadcb18 19:20:56 Step 5/25 : RUN apk add --update --no-cache make git 19:20:56 ---> Running in 4d819bbdd39e 19:20:56 Removing intermediate container 7d0d80de8362 19:20:56 ---> a769800dc245 19:20:56 Step 5/31 : RUN apk add --update --no-cache make git 19:20:56 ---> Running in 1ce3f7b4ba63 19:20:56 Removing intermediate container 26040267efe3 19:20:56 ---> 5fceaa41a9be 19:20:56 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:20:56 ---> Running in 4d2afd1904fe 19:20:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:20:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:20:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:20:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:20:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:20:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:20:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:20:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:20:57 OK: 221 MiB in 51 packages 19:20:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:20:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:20:58 OK: 221 MiB in 51 packages 19:20:58 OK: 221 MiB in 51 packages 19:20:58 Removing intermediate container 2a2faa970981 19:20:58 ---> a06a9c009eb9 19:20:58 Step 6/23 : COPY go.mod vendor* ./ 19:20:59 OK: 221 MiB in 51 packages 19:20:59 OK: 221 MiB in 51 packages 19:21:00 Removing intermediate container 9616043be68c 19:21:00 ---> c3d6e5415c45 19:21:00 Step 6/23 : COPY go.mod vendor* ./ 19:21:00 Removing intermediate container 4d819bbdd39e 19:21:00 ---> 54826e1cf532 19:21:00 Step 6/25 : COPY go.mod vendor* ./ 19:21:00 Removing intermediate container 1ce3f7b4ba63 19:21:00 ---> 66a02c141b39 19:21:00 Step 6/31 : COPY go.mod vendor* ./ 19:21:00 Removing intermediate container 4d2afd1904fe 19:21:00 ---> 9c41130dda79 19:21:00 Step 6/26 : COPY go.mod vendor* ./ 19:21:00 ---> 247d6f734d99 19:21:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:21:01 ---> Running in 9e9cae0d9516 19:21:01 ---> d42389817eff 19:21:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:21:01 ---> Running in 11855b7e9bec 19:21:01 ---> 1975247d6a38 19:21:01 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:21:01 ---> dca14a1c005a 19:21:01 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:21:02 ---> Running in 03e920e1683e 19:21:02 ---> Running in ca22fded6995 19:21:02 ---> a1a9e4c18b04 19:21:02 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:21:02 ---> Running in 8dfd4fc18a0d 19:21:59 Removing intermediate container 03e920e1683e 19:21:59 ---> 5662b205386f 19:21:59 Step 8/26 : COPY . . 19:21:59 Removing intermediate container 8dfd4fc18a0d 19:21:59 ---> 591285f5663e 19:21:59 Step 8/31 : COPY . . 19:21:59 Removing intermediate container 11855b7e9bec 19:21:59 ---> c05e8ef6547f 19:21:59 Step 8/23 : COPY . . 19:21:59 Removing intermediate container ca22fded6995 19:21:59 ---> e4b61b903187 19:21:59 Step 8/25 : COPY . . 19:21:59 Removing intermediate container 9e9cae0d9516 19:21:59 ---> 2c24a56c5f60 19:21:59 Step 8/23 : COPY . . 19:22:25 ---> 094af28f7570 19:22:25 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:22:25 ---> a4e464083261 19:22:25 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:22:25 ---> Running in 65ef8947b908 19:22:25 ---> Running in 95efebcb3bd1 19:22:25 ---> 9ac8003ba528 19:22:25 Step 9/23 : RUN make cmd/core-data/core-data 19:22:25 ---> 5d9975a3ce0b 19:22:25 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:22:25 ---> Running in 54cf7aa39969 19:22:25 ---> Running in 5bd753bc1647 19:22:25 ---> b64ee243ba9a 19:22:25 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:22:25 ---> Running in 3ad8f0885d2d 19:22:25 Removing intermediate container 95efebcb3bd1 19:22:25 ---> 04bc9a998f71 19:22:25 Step 10/26 : WORKDIR /edgex-go/spire-build 19:22:25 ---> Running in 3c184b2dc362 19:22:25 Removing intermediate container 3c184b2dc362 19:22:25 ---> 50129c8c7df3 19:22:25 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:22:25 ---> Running in 690b3adf3a76 19:22:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:22:25 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:22:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:22:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:22:27 Removing intermediate container 690b3adf3a76 19:22:27 ---> fdbb05cc0a80 19:22:27 Step 12/26 : WORKDIR /edgex-go 19:22:27 ---> Running in ca35b342c8b0 19:22:28 Removing intermediate container ca35b342c8b0 19:22:28 ---> 99bd8ea108d5 19:22:28 19:22:28 Step 13/26 : FROM alpine:3.15 19:22:28 3.15: Pulling from library/alpine 19:22:29 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:22:29 Status: Downloaded newer image for alpine:3.15 19:22:29 ---> 3fb3c9af89a9 19:22:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:22:29 ---> Running in 94f4b0c3e20d 19:22:30 Removing intermediate container 94f4b0c3e20d 19:22:30 ---> 9aa41a206ae9 19:22:30 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:30 ---> Running in 1637a0a25fab 19:22:33 Removing intermediate container 1637a0a25fab 19:22:33 ---> 81739db545d9 19:22:33 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:22:33 ---> Running in 247292a9f1c3 19:22:35 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:22:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:22:38 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:22:38 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:22:38 OK: 15738 distinct packages available 19:22:38 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:22:39 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:22:40 (1/5) Installing dumb-init (1.2.5-r1) 19:22:40 (2/5) Installing musl-obstack (1.2.3-r0) 19:22:40 (3/5) Installing libucontext (1.1-r0) 19:22:40 (4/5) Installing gcompat (1.0.0-r4) 19:22:41 (5/5) Installing openssl (1.1.1q-r0) 19:22:41 Executing busybox-1.34.1-r5.trigger 19:22:41 OK: 6 MiB in 19 packages 19:22:42 Removing intermediate container 247292a9f1c3 19:22:42 ---> f4f999a388a0 19:22:42 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:22:45 ---> 3dfe7eec3708 19:22:45 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:22:51 ---> d5494febd93e 19:22:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:22:51 ---> 9f8d3f711190 19:22:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:22:51 ---> 5a1b15ca5c36 19:22:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:22:52 ---> db7097084cfa 19:22:52 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:22:53 ---> Running in 7e39af01c29a 19:22:53 Removing intermediate container 7e39af01c29a 19:22:53 ---> 2bc211db6b83 19:22:53 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:22:53 ---> Running in cfa352caa3b2 19:22:54 Removing intermediate container cfa352caa3b2 19:22:54 ---> e181340224c8 19:22:54 Step 24/26 : LABEL arch=arm64 19:22:54 ---> Running in 2375e6d87077 19:22:55 Removing intermediate container 2375e6d87077 19:22:55 ---> 2d1c31f8b30b 19:22:55 Step 25/26 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:22:55 ---> Running in fcafb5c972cc 19:22:55 Removing intermediate container fcafb5c972cc 19:22:55 ---> 0c26ed95a973 19:22:55 Step 26/26 : LABEL version=0.0.0 19:22:55 ---> Running in 9bbbb9fc0d08 19:22:55 Removing intermediate container 9bbbb9fc0d08 19:22:55 ---> 65407104b173 19:22:55 19:22:56 Successfully built 65407104b173 19:22:56 Successfully tagged security-spire-agent-arm64:latest 19:22:56  Building security-spire-agent ... done Building core-command 19:23:23 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:23:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:23:23 ---> f3ca1c5f1e00 19:23:23 Step 3/23 : WORKDIR /edgex-go 19:23:23 ---> Using cache 19:23:23 ---> eb5d6a8c2e93 19:23:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:23 ---> Using cache 19:23:23 ---> a769800dc245 19:23:23 Step 5/23 : RUN apk add --update --no-cache make git 19:23:23 ---> Using cache 19:23:23 ---> 66a02c141b39 19:23:23 Step 6/23 : COPY go.mod vendor* ./ 19:23:23 ---> Using cache 19:23:23 ---> a1a9e4c18b04 19:23:23 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:23 ---> Using cache 19:23:23 ---> 591285f5663e 19:23:23 Step 8/23 : COPY . . 19:23:23 ---> Using cache 19:23:23 ---> 5d9975a3ce0b 19:23:23 Step 9/23 : RUN make cmd/core-command/core-command 19:23:23 ---> Running in e40a82e9bcb9 19:23:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:27:32 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:27:32 Removing intermediate container 3ad8f0885d2d 19:27:32 ---> 50d2b2a8d0ca 19:27:32 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:27:32 ---> Running in ee341285008b 19:27:32 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:27:32 Removing intermediate container ee341285008b 19:27:32 ---> 0675abdc01be 19:27:32 19:27:32 Step 11/23 : FROM docker:20.10.14 19:27:32 20.10.14: Pulling from library/docker 19:27:42 Removing intermediate container 5bd753bc1647 19:27:42 ---> 535c872481b4 19:27:42 19:27:42 Step 10/31 : FROM alpine:3.16 19:27:42 3.16: Pulling from library/alpine 19:27:42 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 19:27:42 Status: Downloaded newer image for alpine:3.16 19:27:42 ---> 6e30ab57aeee 19:27:42 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:27:43 ---> Running in 8591e8aace83 19:27:44 Removing intermediate container 8591e8aace83 19:27:44 ---> ecc7b4331ae6 19:27:44 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:27:44 ---> Running in b0ce8cc5480c 19:27:44 Removing intermediate container 65ef8947b908 19:27:44 ---> 078545f62399 19:27:44 19:27:44 Step 10/25 : FROM alpine:3.16 19:27:44 ---> 6e30ab57aeee 19:27:44 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:27:44 ---> Running in eb9a6a76c798 19:27:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:48 (1/2) Installing dumb-init (1.2.5-r1) 19:27:48 (2/2) Installing su-exec (0.2-r1) 19:27:48 Executing busybox-1.35.0-r13.trigger 19:27:48 OK: 5 MiB in 16 packages 19:27:49 (1/3) Installing ca-certificates (20211220-r0) 19:27:49 (2/3) Installing dumb-init (1.2.5-r1) 19:27:49 (3/3) Installing su-exec (0.2-r1) 19:27:49 Executing busybox-1.35.0-r13.trigger 19:27:49 Executing ca-certificates-20211220-r0.trigger 19:27:49 OK: 6 MiB in 17 packages 19:27:50 Removing intermediate container b0ce8cc5480c 19:27:50 ---> 11ae6f8b59ca 19:27:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:27:50 ---> Running in 121acd7f9527 19:27:51 Removing intermediate container 121acd7f9527 19:27:51 ---> ea215dc0bf3b 19:27:51 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:27:51 ---> Running in 6fb28130ff11 19:27:52 Removing intermediate container 6fb28130ff11 19:27:52 ---> 643364418778 19:27:52 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:27:52 ---> Running in 2088532e2d26 19:27:53 Removing intermediate container eb9a6a76c798 19:27:53 ---> 212b9f8816b6 19:27:53 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:27:53 ---> Running in f3d057449edc 19:27:53 Removing intermediate container 2088532e2d26 19:27:53 ---> 1c950f2c1141 19:27:53 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:27:53 ---> Running in 7330bfeb71ac 19:27:54 Removing intermediate container f3d057449edc 19:27:54 ---> 27c47985c776 19:27:54 Step 13/25 : WORKDIR / 19:27:54 ---> Running in c7738ef5183c 19:27:55 Removing intermediate container c7738ef5183c 19:27:55 ---> cb7891906d46 19:27:55 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:27:57 ---> 8429974c5ae5 19:27:57 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:27:57 Removing intermediate container 7330bfeb71ac 19:27:57 ---> b5aaeb939167 19:27:57 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 19:27:58 ---> Running in bf364166d2ed 19:27:59 ---> 2f4de880f062 19:27:59 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:27:59 Removing intermediate container bf364166d2ed 19:27:59 ---> 98e9ce3dddb3 19:27:59 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:27:59 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:27:59 Status: Downloaded newer image for docker:20.10.14 19:27:59 ---> c346e9eafbab 19:27:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:27:59 ---> Running in f61f947c2162 19:28:00 Removing intermediate container f61f947c2162 19:28:00 ---> 67efed47aa6d 19:28:00 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:28:00 ---> Running in 0159eb5253b1 19:28:01 ---> 9c5cd6f9f0d3 19:28:01 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:28:01 ---> 03df925e25c8 19:28:01 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:28:01 ---> Running in 2b0f7e6d145a 19:28:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:28:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:28:03 ---> a0098954e33d 19:28:03 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:28:04 (1/43) Installing readline (8.1.1-r0) 19:28:04 (2/43) Installing bash (5.1.16-r0) 19:28:04 Executing bash-5.1.16-r0.post-install 19:28:04 (3/43) Installing brotli-libs (1.0.9-r5) 19:28:04 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:28:04 (5/43) Installing libcurl (7.80.0-r2) 19:28:04 (6/43) Installing curl (7.80.0-r2) 19:28:04 (7/43) Installing dumb-init (1.2.5-r1) 19:28:04 (8/43) Installing libbz2 (1.0.8-r1) 19:28:04 (9/43) Installing expat (2.4.7-r0) 19:28:04 (10/43) Installing libffi (3.4.2-r1) 19:28:04 (11/43) Installing gdbm (1.22-r0) 19:28:04 (12/43) Installing xz-libs (5.2.5-r1) 19:28:04 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:28:04 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:28:04 (15/43) Installing mpdecimal (2.5.1-r1) 19:28:04 (16/43) Installing sqlite-libs (3.36.0-r0) 19:28:05 (17/43) Installing python3 (3.9.7-r4) 19:28:05 Removing intermediate container 2b0f7e6d145a 19:28:05 ---> 08b53c8c5e43 19:28:05 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:07 ---> 895af04f49be 19:28:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:28:07 ---> becc80146c56 19:28:07 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:28:07 (18/43) Installing py3-appdirs (1.4.4-r2) 19:28:07 (19/43) Installing py3-certifi (2020.12.5-r1) 19:28:07 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:28:07 (21/43) Installing py3-idna (3.3-r0) 19:28:07 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:28:07 (23/43) Installing py3-requests (2.26.0-r1) 19:28:07 (24/43) Installing py3-msgpack (1.0.2-r1) 19:28:07 (25/43) Installing py3-lockfile (0.12.2-r4) 19:28:07 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:28:07 (27/43) Installing py3-colorama (0.4.4-r1) 19:28:07 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:28:07 (29/43) Installing py3-distlib (0.3.3-r0) 19:28:07 (30/43) Installing py3-distro (1.6.0-r0) 19:28:07 (31/43) Installing py3-six (1.16.0-r0) 19:28:07 (32/43) Installing py3-webencodings (0.5.1-r4) 19:28:07 (33/43) Installing py3-html5lib (1.1-r1) 19:28:07 (34/43) Installing py3-parsing (2.4.7-r2) 19:28:07 (35/43) Installing py3-packaging (20.9-r1) 19:28:07 (36/43) Installing py3-tomli (1.2.2-r0) 19:28:07 (37/43) Installing py3-pep517 (0.12.0-r0) 19:28:07 (38/43) Installing py3-progress (1.6-r0) 19:28:08 (39/43) Installing py3-retrying (1.3.3-r2) 19:28:08 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:28:08 (41/43) Installing py3-setuptools (52.0.0-r4) 19:28:08 (42/43) Installing py3-toml (0.10.2-r2) 19:28:08 (43/43) Installing py3-pip (20.3.4-r1) 19:28:08 Executing busybox-1.34.1-r5.trigger 19:28:09 OK: 82 MiB in 65 packages 19:28:10 ---> 5aea46345118 19:28:10 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:28:10 ---> 1d65e0832baf 19:28:10 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:28:10 Removing intermediate container e40a82e9bcb9 19:28:10 ---> 8aec2a6eb5dc 19:28:10 19:28:10 Step 10/23 : FROM alpine:3.16 19:28:10 ---> 6e30ab57aeee 19:28:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:28:10 ---> Running in 7724de9367c8 19:28:11 ---> 08b60fdb92ed 19:28:11 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:28:12 ---> 389b1d173c63 19:28:12 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:28:12 ---> Running in 065349f57dc6 19:28:13 ---> 2e039053d6a2 19:28:13 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:28:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:28:14 Collecting docker-compose==1.23.2 19:28:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:28:15 Collecting cached-property<2,>=1.2.0 19:28:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:28:15 ---> 8e4b4577c9ec 19:28:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:28:15 (1/1) Installing dumb-init (1.2.5-r1) 19:28:15 Executing busybox-1.35.0-r13.trigger 19:28:15 OK: 5 MiB in 15 packages 19:28:16 Removing intermediate container 065349f57dc6 19:28:16 ---> 901610e6d80b 19:28:16 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:28:16 Collecting PyYAML<4,>=3.10 19:28:16 Downloading PyYAML-3.13.tar.gz (270 kB) 19:28:16 ---> Running in dbcd836f7ae1 19:28:17 ---> 821933859b95 19:28:17 Step 26/31 : RUN chmod +x /entrypoint.sh 19:28:17 ---> Running in 840b32ca8900 19:28:17 Removing intermediate container dbcd836f7ae1 19:28:17 ---> 5588e5062d52 19:28:17 Step 23/25 : LABEL arch=arm64 19:28:17 Removing intermediate container 7724de9367c8 19:28:17 ---> 7b1fb5e07479 19:28:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:28:17 ---> Running in 136df2e34cb5 19:28:17 ---> Running in d52ee53ab292 19:28:18 Removing intermediate container 136df2e34cb5 19:28:18 ---> 93322f0df73f 19:28:18 Step 24/25 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:28:18 Removing intermediate container d52ee53ab292 19:28:18 ---> bf99223dba22 19:28:18 Step 13/23 : ENV APP_PORT=59882 19:28:18 ---> Running in 828b19032e3e 19:28:18 ---> Running in cbdf263d4d38 19:28:19 Removing intermediate container 828b19032e3e 19:28:19 ---> c164e7f075d0 19:28:19 Removing intermediate container cbdf263d4d38 19:28:19 ---> 977f34be9072 19:28:19 Step 14/23 : EXPOSE $APP_PORT 19:28:19 Step 25/25 : LABEL version=0.0.0 19:28:19 ---> Running in 1bace734e81a 19:28:19 ---> Running in 5369ae478d5f 19:28:20 Removing intermediate container 1bace734e81a 19:28:20 ---> 04f10611b581 19:28:20 Step 15/23 : WORKDIR / 19:28:20 Removing intermediate container 5369ae478d5f 19:28:20 ---> 50bc4060a0ac 19:28:20 19:28:20 ---> Running in ca639d498b23 19:28:20 Removing intermediate container 840b32ca8900 19:28:20 ---> 661ba4d0a118 19:28:20 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:28:20 Collecting jsonschema<3,>=2.5.1 19:28:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:28:20 ---> Running in 9179a2a86f43 19:28:21 Removing intermediate container ca639d498b23 19:28:21 ---> 0cafffa2a15d 19:28:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:21 Successfully built 50bc4060a0ac 19:28:21 Successfully tagged security-secretstore-setup-arm64:latest 19:28:21 Building support-scheduler 19:28:21  Building security-secretstore-setup ... done Removing intermediate container 9179a2a86f43 19:28:21 ---> 14001f4f3992 19:28:21 Step 28/31 : CMD ["gate"] 19:28:21 ---> Running in bbb1412ea05e 19:28:22 Removing intermediate container bbb1412ea05e 19:28:22 ---> 78d25f7933e4 19:28:22 Step 29/31 : LABEL arch=arm64 19:28:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:28:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:28:22 ---> 06db6ac932c0 19:28:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:28:22 ---> Running in 382a2caf1886 19:28:22 Collecting dockerpty<0.5,>=0.4.1 19:28:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:28:23 Removing intermediate container 382a2caf1886 19:28:23 ---> 519a7942bd6d 19:28:23 Step 30/31 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:28:23 ---> Running in 23f6b20c5faa 19:28:24 Removing intermediate container 23f6b20c5faa 19:28:24 ---> fb5ca04085fa 19:28:24 Step 31/31 : LABEL version=0.0.0 19:28:24 ---> e70554fa2717 19:28:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:28:24 ---> Running in 5d94de436e9b 19:28:24 Collecting docopt<0.7,>=0.6.1 19:28:25 Downloading docopt-0.6.2.tar.gz (25 kB) 19:28:25 Removing intermediate container 5d94de436e9b 19:28:25 ---> 8c9e605556e0 19:28:25 19:28:25 ---> 88437be35aaf 19:28:25 Step 19/23 : ENTRYPOINT ["/core-command"] 19:28:25 ---> Running in fd23abb063a0 19:28:25 Successfully built 8c9e605556e0 19:28:26 Successfully tagged security-bootstrapper-arm64:latest 19:28:26 Building support-notifications 19:28:26  Building security-bootstrapper ... done Removing intermediate container fd23abb063a0 19:28:26 ---> 41473d835baa 19:28:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:28:26 ---> Running in e00ae9621475 19:28:26 Removing intermediate container e00ae9621475 19:28:26 ---> 3e03900fa3a5 19:28:26 Step 21/23 : LABEL arch=arm64 19:28:27 ---> Running in cbf315d99467 19:28:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:28:27 Collecting texttable<0.10,>=0.9.0 19:28:27 Downloading texttable-0.9.1.tar.gz (11 kB) 19:28:27 Removing intermediate container cbf315d99467 19:28:27 ---> 356c73726126 19:28:27 Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:28:27 ---> Running in ff85eec11a12 19:28:27 Removing intermediate container ff85eec11a12 19:28:27 ---> 9d0903d06b6b 19:28:27 Step 23/23 : LABEL version=0.0.0 19:28:28 ---> Running in afa5c4fbf580 19:28:28 Removing intermediate container afa5c4fbf580 19:28:28 ---> 011e01dd96c9 19:28:28 19:28:29 Successfully built 011e01dd96c9 19:28:29 Successfully tagged core-command-arm64:latest 19:28:29  Building core-command ... done Building security-spire-config 19:28:29 Collecting docker<4.0,>=3.6.0 19:28:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:28:30 Collecting websocket-client<1.0,>=0.32.0 19:28:30 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:28:31 Collecting docker-pycreds>=0.4.0 19:28:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:28:32 Collecting urllib3<1.25,>=1.21.1 19:28:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:28:32 Collecting idna<2.8,>=2.5 19:28:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:28:32 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 19:28:32 Collecting chardet<3.1.0,>=3.0.2 19:28:32 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:28:32 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:28:32 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:28:32 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:28:32 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:28:33 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:28:33 Attempting uninstall: urllib3 19:28:33 Found existing installation: urllib3 1.26.7 19:28:33 Uninstalling urllib3-1.26.7: 19:28:33 Successfully uninstalled urllib3-1.26.7 19:28:34 Attempting uninstall: idna 19:28:34 Found existing installation: idna 3.3 19:28:34 Uninstalling idna-3.3: 19:28:34 Successfully uninstalled idna-3.3 19:28:35 Removing intermediate container 54cf7aa39969 19:28:35 ---> 4b04fe585e32 19:28:35 19:28:35 Step 10/23 : FROM alpine:3.16 19:28:35 ---> 6e30ab57aeee 19:28:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:28:35 ---> Running in 65dd052bce4c 19:28:35 Removing intermediate container 65dd052bce4c 19:28:35 ---> 6744c12e2486 19:28:35 Step 12/23 : ENV APP_PORT=59880 19:28:35 ---> Running in 3ac555ec879f 19:28:36 Removing intermediate container 3ac555ec879f 19:28:36 ---> 7375663a3e1a 19:28:36 Step 13/23 : EXPOSE $APP_PORT 19:28:36 ---> Running in 5b0b9b94f819 19:28:36 Removing intermediate container 5b0b9b94f819 19:28:36 ---> 801ad497abd7 19:28:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:28:36 ---> Running in 11bc326124c1 19:28:37 Attempting uninstall: requests 19:28:37 Found existing installation: requests 2.26.0 19:28:37 Uninstalling requests-2.26.0: 19:28:37 Successfully uninstalled requests-2.26.0 19:28:38 Running setup.py install for texttable: started 19:28:39 Removing intermediate container 11bc326124c1 19:28:39 ---> 428d1c91cc80 19:28:39 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:28:39 ---> Running in a3515ac5c0df 19:28:40 Running setup.py install for texttable: finished with status 'done' 19:28:40 Running setup.py install for PyYAML: started 19:28:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:28:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:28:42 (1/6) Installing dumb-init (1.2.5-r1) 19:28:42 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:28:42 (3/6) Installing libsodium (1.0.18-r0) 19:28:42 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:28:43 (5/6) Installing libzmq (4.3.4-r0) 19:28:43 (6/6) Installing zeromq (4.3.4-r0) 19:28:43 Executing busybox-1.35.0-r13.trigger 19:28:43 OK: 8 MiB in 20 packages 19:28:43 Running setup.py install for PyYAML: finished with status 'done' 19:28:43 Running setup.py install for docopt: started 19:28:44 Removing intermediate container a3515ac5c0df 19:28:44 ---> 107b2e016908 19:28:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:45 Running setup.py install for docopt: finished with status 'done' 19:28:45 Running setup.py install for dockerpty: started 19:28:46 ---> 78d06740d997 19:28:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:28:48 ---> e8f873c5e49d 19:28:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:28:48 Running setup.py install for dockerpty: finished with status 'done' 19:28:49 ---> 65eb2c77b928 19:28:49 Step 19/23 : ENTRYPOINT ["/core-data"] 19:28:49 ---> Running in 2488729fc0e9 19:28:49 Removing intermediate container 2488729fc0e9 19:28:49 ---> 5cce9727dcd4 19:28:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:28:49 ---> Running in c85583ed9e8a 19:28:50 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:28:50 Removing intermediate container c85583ed9e8a 19:28:50 ---> b19f92ce3e77 19:28:50 Step 21/23 : LABEL arch=arm64 19:28:50 ---> Running in f44b8454da65 19:28:51 Removing intermediate container f44b8454da65 19:28:51 ---> 517e639c6ab4 19:28:51 Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:28:51 ---> Running in 802fab7c411c 19:28:51 Removing intermediate container 802fab7c411c 19:28:51 ---> f336838fc4c4 19:28:51 Step 23/23 : LABEL version=0.0.0 19:28:51 ---> Running in a71d965011dd 19:28:52 Removing intermediate container a71d965011dd 19:28:52 ---> 1bbbe4a6a26c 19:28:52 19:28:53 Successfully built 1bbbe4a6a26c 19:28:53 Successfully tagged core-data-arm64:latest 19:28:53  Building core-data ... done Building security-proxy-setup 19:29:01 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:29:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:29:01 ---> f3ca1c5f1e00 19:29:01 Step 3/22 : WORKDIR /edgex-go 19:29:01 ---> Using cache 19:29:01 ---> eb5d6a8c2e93 19:29:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:01 ---> Using cache 19:29:01 ---> a769800dc245 19:29:01 Step 5/22 : RUN apk add --update --no-cache make git 19:29:01 ---> Using cache 19:29:01 ---> 66a02c141b39 19:29:01 Step 6/22 : COPY go.mod vendor* ./ 19:29:01 ---> Using cache 19:29:01 ---> a1a9e4c18b04 19:29:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:29:01 ---> Using cache 19:29:01 ---> 591285f5663e 19:29:01 Step 8/22 : COPY . . 19:29:01 ---> Using cache 19:29:01 ---> 5d9975a3ce0b 19:29:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:29:02 ---> Running in 01095fa0f960 19:29:03 Removing intermediate container 0159eb5253b1 19:29:03 ---> 216ad11706b7 19:29:03 Step 14/23 : ENV APP_PORT=58890 19:29:04 ---> Running in 7622135f935f 19:29:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:29:04 Removing intermediate container 7622135f935f 19:29:04 ---> c356bd80e407 19:29:04 Step 15/23 : EXPOSE $APP_PORT 19:29:04 ---> Running in 55a0100ab8c3 19:29:05 Removing intermediate container 55a0100ab8c3 19:29:05 ---> 50cb8c224264 19:29:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:29:07 ---> 8423dec0f699 19:29:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:29:09 ---> d420a98ec3ed 19:29:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:29:10 ---> eea25b96fecc 19:29:10 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:29:10 ---> Running in b3880ea36216 19:29:11 Removing intermediate container b3880ea36216 19:29:11 ---> 09564a82e440 19:29:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:29:11 ---> Running in e9f37a7704b5 19:29:12 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:29:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:29:12 ---> f3ca1c5f1e00 19:29:12 Step 3/22 : WORKDIR /edgex-go 19:29:12 ---> Using cache 19:29:12 ---> eb5d6a8c2e93 19:29:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:12 ---> Using cache 19:29:12 ---> a769800dc245 19:29:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:29:12 ---> Running in a255a46df901 19:29:13 Removing intermediate container e9f37a7704b5 19:29:13 ---> 0b9c5792c2cd 19:29:13 Step 21/23 : LABEL arch=arm64 19:29:13 ---> Running in e079b0ca74f9 19:29:14 Removing intermediate container e079b0ca74f9 19:29:14 ---> e63830985192 19:29:14 Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:29:14 ---> Running in efd03ec5c563 19:29:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:29:15 Removing intermediate container efd03ec5c563 19:29:15 ---> b20206448175 19:29:15 Step 23/23 : LABEL version=0.0.0 19:29:15 ---> Running in 22cb3c4e2587 19:29:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:29:15 Removing intermediate container 22cb3c4e2587 19:29:15 ---> 1937bc4ad873 19:29:15 19:29:16 OK: 221 MiB in 51 packages 19:29:16 Successfully built 1937bc4ad873 19:29:16 Successfully tagged sys-mgmt-agent-arm64:latest 19:29:16  Building sys-mgmt-agent ... done Building core-metadata 19:29:16 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:29:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:29:16 ---> f3ca1c5f1e00 19:29:16 Step 3/26 : WORKDIR /edgex-go 19:29:16 ---> Using cache 19:29:16 ---> eb5d6a8c2e93 19:29:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:16 ---> Using cache 19:29:16 ---> a769800dc245 19:29:16 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:29:16 ---> Running in ef318fe11f3e 19:29:17 Removing intermediate container a255a46df901 19:29:17 ---> 02dc005116fd 19:29:17 Step 6/22 : COPY go.mod vendor* ./ 19:29:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:29:18 ---> cbfd3b31a33f 19:29:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:29:18 ---> Running in d92388db623d 19:29:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:29:20 OK: 221 MiB in 51 packages 19:29:22 Removing intermediate container ef318fe11f3e 19:29:22 ---> d65b6e6e407a 19:29:22 Step 6/26 : COPY go.mod vendor* ./ 19:29:23 ---> e85c1e8aeea3 19:29:23 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:29:23 ---> Running in 869948a9110e 19:29:38 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:29:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:29:38 ---> f3ca1c5f1e00 19:29:38 Step 3/22 : WORKDIR /edgex-go 19:29:38 ---> Using cache 19:29:38 ---> eb5d6a8c2e93 19:29:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:38 ---> Using cache 19:29:38 ---> a769800dc245 19:29:38 Step 5/22 : RUN apk add --update --no-cache make git 19:29:38 ---> Using cache 19:29:38 ---> 66a02c141b39 19:29:38 Step 6/22 : COPY go.mod vendor* ./ 19:29:38 ---> Using cache 19:29:38 ---> a1a9e4c18b04 19:29:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:29:38 ---> Using cache 19:29:38 ---> 591285f5663e 19:29:38 Step 8/22 : COPY . . 19:29:38 ---> Using cache 19:29:38 ---> 5d9975a3ce0b 19:29:38 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:29:40 ---> Running in 72fa45dd946a 19:29:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:29:54 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:29:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:29:54 ---> f3ca1c5f1e00 19:29:54 Step 3/23 : WORKDIR /edgex-go 19:29:54 ---> Using cache 19:29:54 ---> eb5d6a8c2e93 19:29:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:54 ---> Using cache 19:29:54 ---> a769800dc245 19:29:54 Step 5/23 : RUN apk add --update --no-cache make git 19:29:54 ---> Using cache 19:29:54 ---> 66a02c141b39 19:29:54 Step 6/23 : COPY go.mod vendor* ./ 19:29:54 ---> Using cache 19:29:54 ---> a1a9e4c18b04 19:29:54 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:29:54 ---> Using cache 19:29:54 ---> 591285f5663e 19:29:54 Step 8/23 : COPY . . 19:29:55 ---> Using cache 19:29:55 ---> 5d9975a3ce0b 19:29:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:29:56 ---> Running in ea325054233d 19:29:58 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:30:21 Removing intermediate container d92388db623d 19:30:21 ---> 039e822e868d 19:30:21 Step 8/22 : COPY . . 19:30:21 Removing intermediate container 869948a9110e 19:30:21 ---> 6378bdfd2606 19:30:21 Step 8/26 : COPY . . 19:30:53 ---> 18c82b379f69 19:30:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:30:53 ---> d65e7546918b 19:30:53 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:30:53 ---> Running in 20f37f0b6674 19:30:53 ---> Running in ab6fb22ccca8 19:30:53 Removing intermediate container 20f37f0b6674 19:30:53 ---> 671679587633 19:30:53 Step 10/26 : WORKDIR /edgex-go/spire-build 19:30:53 ---> Running in 123ac6951d7f 19:30:54 Removing intermediate container 123ac6951d7f 19:30:54 ---> 4398bfae1633 19:30:54 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:30:54 ---> Running in 39cb52fc1ab3 19:30:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:30:57 Removing intermediate container 39cb52fc1ab3 19:30:57 ---> 251a108496bc 19:30:57 Step 12/26 : WORKDIR /edgex-go 19:30:57 ---> Running in a023d62df1e0 19:30:57 Removing intermediate container a023d62df1e0 19:30:57 ---> 9e0cad07ec25 19:30:57 19:30:57 Step 13/26 : FROM alpine:3.15 19:30:57 ---> 3fb3c9af89a9 19:30:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:30:57 ---> Using cache 19:30:58 ---> 9aa41a206ae9 19:30:58 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:58 ---> Using cache 19:30:58 ---> 81739db545d9 19:30:58 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:30:58 ---> Running in 10be7ee59520 19:31:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:31:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:31:02 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:31:02 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:31:02 OK: 15738 distinct packages available 19:31:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:31:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:31:05 (1/4) Installing dumb-init (1.2.5-r1) 19:31:05 (2/4) Installing musl-obstack (1.2.3-r0) 19:31:05 (3/4) Installing libucontext (1.1-r0) 19:31:05 (4/4) Installing gcompat (1.0.0-r4) 19:31:05 Executing busybox-1.34.1-r5.trigger 19:31:05 OK: 6 MiB in 18 packages 19:31:07 Removing intermediate container 10be7ee59520 19:31:07 ---> aa8c6604b1a3 19:31:07 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:31:12 ---> 8e72714eec40 19:31:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:31:13 ---> aadce4cf8781 19:31:13 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:31:13 ---> Running in c9bca36960b5 19:31:14 Removing intermediate container c9bca36960b5 19:31:14 ---> 2c88429a7ffe 19:31:14 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:31:15 ---> a9b78b43bff9 19:31:15 Step 21/26 : WORKDIR / 19:31:15 ---> Running in 4ef2f4ec4dbd 19:31:15 Removing intermediate container 4ef2f4ec4dbd 19:31:15 ---> f50e9f49e334 19:31:15 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:31:15 ---> Running in 9906d6b5a4d5 19:31:16 Removing intermediate container 9906d6b5a4d5 19:31:16 ---> 8a5fdcaed473 19:31:16 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:31:16 ---> Running in 3ca7f1d8fbc4 19:31:17 Removing intermediate container 3ca7f1d8fbc4 19:31:17 ---> 2609d466c4c9 19:31:17 Step 24/26 : LABEL arch=arm64 19:31:17 ---> Running in b3b767d29f0a 19:31:18 Removing intermediate container b3b767d29f0a 19:31:18 ---> bf6a66765327 19:31:18 Step 25/26 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:31:18 ---> Running in 2161f05335f1 19:31:18 Removing intermediate container 2161f05335f1 19:31:18 ---> 19a90f6414c9 19:31:18 Step 26/26 : LABEL version=0.0.0 19:31:19 ---> Running in 8c64c56fe220 19:31:19 Removing intermediate container 8c64c56fe220 19:31:19 ---> 38234fbcaa4c 19:31:19 19:31:19 Successfully built 38234fbcaa4c 19:31:19 Successfully tagged security-spire-config-arm64:latest 19:31:19  Building security-spire-config ... done Building security-spire-server 19:31:52 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:52 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:31:52 ---> f3ca1c5f1e00 19:31:52 Step 3/25 : WORKDIR /edgex-go 19:31:52 ---> Using cache 19:31:52 ---> eb5d6a8c2e93 19:31:52 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:52 ---> Using cache 19:31:52 ---> a769800dc245 19:31:52 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:31:52 ---> Using cache 19:31:52 ---> d65b6e6e407a 19:31:52 Step 6/25 : COPY go.mod vendor* ./ 19:31:52 ---> Using cache 19:31:52 ---> e85c1e8aeea3 19:31:52 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:52 ---> Using cache 19:31:52 ---> 6378bdfd2606 19:31:52 Step 8/25 : COPY . . 19:31:52 ---> Using cache 19:31:52 ---> d65e7546918b 19:31:52 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:31:52 ---> Using cache 19:31:52 ---> 671679587633 19:31:52 Step 10/25 : WORKDIR /edgex-go/spire-build 19:31:52 ---> Using cache 19:31:52 ---> 4398bfae1633 19:31:52 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:31:52 ---> Running in 3bf9f843c75d 19:31:52 Removing intermediate container 3bf9f843c75d 19:31:52 ---> 92401ea63d58 19:31:52 Step 12/25 : WORKDIR /edgex-go 19:31:52 ---> Running in 17e141739e6c 19:31:52 Removing intermediate container 17e141739e6c 19:31:52 ---> 7c7673da79a9 19:31:52 19:31:52 Step 13/25 : FROM alpine:3.15 19:31:52 ---> 3fb3c9af89a9 19:31:52 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:31:52 ---> Using cache 19:31:52 ---> 9aa41a206ae9 19:31:52 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:52 ---> Using cache 19:31:52 ---> 81739db545d9 19:31:52 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:31:52 ---> Using cache 19:31:52 ---> f4f999a388a0 19:31:52 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:31:57 ---> 4f27d8259625 19:31:57 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:31:57 ---> 09bbd06ce712 19:31:57 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:31:59 ---> aba687c04490 19:31:59 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:32:00 ---> 0d33a91c34fc 19:32:00 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:32:00 ---> Running in 4a039e3c1ece 19:32:00 Removing intermediate container 4a039e3c1ece 19:32:00 ---> d3754e462350 19:32:00 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:32:00 ---> Running in 0dc0f092ef2d 19:32:01 Removing intermediate container 0dc0f092ef2d 19:32:01 ---> 1749c32e0801 19:32:01 Step 23/25 : LABEL arch=arm64 19:32:01 ---> Running in ffa35f2a6733 19:32:01 Removing intermediate container ffa35f2a6733 19:32:01 ---> 1889554b96d0 19:32:01 Step 24/25 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:32:02 ---> Running in 541cf43a7d20 19:32:02 Removing intermediate container 541cf43a7d20 19:32:02 ---> fdcc736b81d4 19:32:02 Step 25/25 : LABEL version=0.0.0 19:32:02 ---> Running in dace45dd74a6 19:32:03 Removing intermediate container dace45dd74a6 19:32:03 ---> e993f4803c1e 19:32:03 19:32:03 Successfully built e993f4803c1e 19:32:03 Successfully tagged security-spire-server-arm64:latest 19:32:03  Building security-spire-server ... done Building security-spiffe-token-provider 19:32:30 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:30 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:32:30 ---> f3ca1c5f1e00 19:32:30 Step 3/20 : WORKDIR /edgex-go 19:32:30 ---> Using cache 19:32:30 ---> eb5d6a8c2e93 19:32:30 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:32:30 ---> Running in 32869d4912bb 19:32:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:32 v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:32:32 v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:32:32 OK: 16887 distinct packages available 19:32:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:33 OK: 221 MiB in 51 packages 19:32:35 Removing intermediate container 32869d4912bb 19:32:35 ---> 4b9cdb6f362e 19:32:35 Step 5/20 : COPY go.mod vendor* ./ 19:32:36 ---> d045e12f419e 19:32:36 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:36 ---> Running in fe258f0ece54 19:33:23 Removing intermediate container fe258f0ece54 19:33:23 ---> 2895ae4caa1f 19:33:23 Step 7/20 : COPY . . 19:33:38 ---> 72fa275625ee 19:33:38 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:33:38 ---> Running in 26369d05a63f 19:33:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:34:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:35:04 Removing intermediate container 72fa45dd946a 19:35:04 ---> f0ab83436fde 19:35:04 19:35:04 Step 10/22 : FROM alpine:3.16 19:35:04 ---> 6e30ab57aeee 19:35:04 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:35:04 ---> Running in 13ceacb170e6 19:35:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:35:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:35:05 (1/6) Installing ca-certificates (20211220-r0) 19:35:05 (2/6) Installing brotli-libs (1.0.9-r6) 19:35:05 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:35:05 (4/6) Installing libcurl (7.83.1-r2) 19:35:05 (5/6) Installing curl (7.83.1-r2) 19:35:05 (6/6) Installing dumb-init (1.2.5-r1) 19:35:05 Executing busybox-1.35.0-r13.trigger 19:35:05 Executing ca-certificates-20211220-r0.trigger 19:35:06 OK: 8 MiB in 20 packages 19:35:08 Removing intermediate container 13ceacb170e6 19:35:08 ---> 4cc486a0ae66 19:35:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:35:08 ---> Running in 3d3bdb36e13e 19:35:09 Removing intermediate container 3d3bdb36e13e 19:35:09 ---> 16ec6b4069a3 19:35:09 Step 13/22 : WORKDIR /edgex 19:35:09 ---> Running in c0d643d48433 19:35:09 Removing intermediate container c0d643d48433 19:35:09 ---> c25e525dd232 19:35:09 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:35:10 ---> f6b431e06a9a 19:35:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:35:12 ---> fdcbafc0f31c 19:35:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:35:14 ---> 78d4f626afd2 19:35:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:35:14 ---> 93ec1011f48b 19:35:14 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:35:14 ---> Running in 829bd3635367 19:35:18 Removing intermediate container 829bd3635367 19:35:18 ---> 728e6dd96da0 19:35:18 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:35:18 ---> Running in 5a51f51094a2 19:35:18 Removing intermediate container 5a51f51094a2 19:35:18 ---> 0f0da50fe92b 19:35:18 Step 20/22 : LABEL arch=arm64 19:35:18 ---> Running in c4f731aed6a0 19:35:19 Removing intermediate container c4f731aed6a0 19:35:19 ---> c2e7b9f7a41c 19:35:19 Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:35:19 ---> Running in cfbd55aa85b6 19:35:19 Removing intermediate container cfbd55aa85b6 19:35:19 ---> 7a32e174b241 19:35:19 Step 22/22 : LABEL version=0.0.0 19:35:19 ---> Running in a1f907bab409 19:35:20 Removing intermediate container a1f907bab409 19:35:20 ---> 0df4ea34ee0c 19:35:20 19:35:20 Successfully built 0df4ea34ee0c 19:35:20 Successfully tagged security-proxy-setup-arm64:latest 19:35:39  Building security-proxy-setup ... done Removing intermediate container ea325054233d 19:35:39 ---> 08045ff9b51a 19:35:39 19:35:39 Step 10/23 : FROM alpine:3.16 19:35:39 ---> 6e30ab57aeee 19:35:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:35:39 ---> Using cache 19:35:39 ---> 7b1fb5e07479 19:35:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:35:39 ---> Using cache 19:35:39 ---> bf99223dba22 19:35:39 Step 13/23 : ENV APP_PORT=59881 19:35:39 ---> Running in 824e55ff8c19 19:35:39 Removing intermediate container 824e55ff8c19 19:35:39 ---> 06970543f0ad 19:35:39 Step 14/23 : EXPOSE $APP_PORT 19:35:39 ---> Running in 24a63bb860be 19:35:39 Removing intermediate container 24a63bb860be 19:35:39 ---> d999955794c4 19:35:39 Step 15/23 : WORKDIR / 19:35:39 ---> Running in f9c9aa3544ec 19:35:39 Removing intermediate container f9c9aa3544ec 19:35:39 ---> feac6c313572 19:35:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:35:40 ---> 6feee3cabfe2 19:35:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:35:42 ---> c41e6852285a 19:35:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:35:43 ---> 09771479df12 19:35:43 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:35:43 ---> Running in 63220d02e656 19:35:44 Removing intermediate container 63220d02e656 19:35:44 ---> f17e1a816e56 19:35:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:35:44 ---> Running in 5c80818f03f7 19:35:44 Removing intermediate container 5c80818f03f7 19:35:44 ---> d834809435a6 19:35:44 Step 21/23 : LABEL arch=arm64 19:35:44 ---> Running in d6cc3be48696 19:35:45 Removing intermediate container d6cc3be48696 19:35:45 ---> 77fbd16ac292 19:35:45 Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:35:45 ---> Running in d62cdf0e3e5c 19:35:45 Removing intermediate container d62cdf0e3e5c 19:35:45 ---> 4eb1a85f65f8 19:35:45 Step 23/23 : LABEL version=0.0.0 19:35:46 ---> Running in 10a43091a7ae 19:35:46 Removing intermediate container 10a43091a7ae 19:35:46 ---> aefdc8360d9a 19:35:46 19:35:47 Successfully built aefdc8360d9a 19:35:47 Successfully tagged core-metadata-arm64:latest 19:36:26  Building core-metadata ... done Removing intermediate container 01095fa0f960 19:36:26 ---> ee33263e2373 19:36:26 19:36:26 Step 10/22 : FROM alpine:3.16 19:36:26 ---> 6e30ab57aeee 19:36:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:36:26 ---> Using cache 19:36:26 ---> 7b1fb5e07479 19:36:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:36:26 ---> Using cache 19:36:26 ---> bf99223dba22 19:36:26 Step 13/22 : ENV APP_PORT=59861 19:36:26 ---> Running in d6bd53fa717d 19:36:26 Removing intermediate container d6bd53fa717d 19:36:26 ---> e515e85cc216 19:36:26 Step 14/22 : EXPOSE $APP_PORT 19:36:26 ---> Running in 917c61464157 19:36:26 Removing intermediate container 917c61464157 19:36:26 ---> 0e550d684622 19:36:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:36:26 ---> f6f061787094 19:36:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:36:29 ---> d2d4524f71cd 19:36:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:36:30 ---> 658ad9986dc9 19:36:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:36:30 ---> Running in 5b6de2478de2 19:36:30 Removing intermediate container 5b6de2478de2 19:36:30 ---> 1b79d7e85183 19:36:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:36:30 ---> Running in bd8bc14747d4 19:36:31 Removing intermediate container bd8bc14747d4 19:36:31 ---> 94ed5cd7da3a 19:36:31 Step 20/22 : LABEL arch=arm64 19:36:31 ---> Running in 939741117fba 19:36:32 Removing intermediate container 939741117fba 19:36:32 ---> a232b5048755 19:36:32 Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:36:32 ---> Running in cdfa824eca5a 19:36:32 Removing intermediate container cdfa824eca5a 19:36:32 ---> 354be30276fc 19:36:32 Step 22/22 : LABEL version=0.0.0 19:36:33 ---> Running in 5d61cd821585 19:36:33 Removing intermediate container 5d61cd821585 19:36:33 ---> cf47dda1b779 19:36:33 19:36:34 Successfully built cf47dda1b779 19:36:34 Successfully tagged support-scheduler-arm64:latest 19:37:30  Building support-scheduler ... done Removing intermediate container ab6fb22ccca8 19:37:30 ---> b691240a7c64 19:37:30 19:37:30 Step 10/22 : FROM alpine:3.16 19:37:30 ---> 6e30ab57aeee 19:37:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:37:30 ---> Running in 67e3af48eb7c 19:37:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:37:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:37:30 (1/2) Installing ca-certificates (20211220-r0) 19:37:30 (2/2) Installing dumb-init (1.2.5-r1) 19:37:30 Executing busybox-1.35.0-r13.trigger 19:37:30 Executing ca-certificates-20211220-r0.trigger 19:37:30 OK: 6 MiB in 16 packages 19:37:32 Removing intermediate container 67e3af48eb7c 19:37:32 ---> f042845df0ac 19:37:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:37:32 ---> Running in b2fa54d24155 19:37:32 Removing intermediate container b2fa54d24155 19:37:32 ---> 1e857c4c2e49 19:37:32 Step 13/22 : ENV APP_PORT=59860 19:37:32 ---> Running in f5d33c8181df 19:37:32 Removing intermediate container f5d33c8181df 19:37:32 ---> b2b358404ce0 19:37:32 Step 14/22 : EXPOSE $APP_PORT 19:37:33 ---> Running in 1fb676c22032 19:37:33 Removing intermediate container 1fb676c22032 19:37:33 ---> 5b8ab68b3731 19:37:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:37:34 ---> 9f9fe93f7d52 19:37:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:37:36 ---> 41d7e9f45a9f 19:37:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:37:36 ---> 94d8a9af153e 19:37:36 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:37:36 ---> Running in f45fc7360444 19:37:37 Removing intermediate container f45fc7360444 19:37:37 ---> 6948991a1963 19:37:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:37:37 ---> Running in 9f826d6ea5d8 19:37:37 Removing intermediate container 9f826d6ea5d8 19:37:37 ---> ab166d0477a7 19:37:37 Step 20/22 : LABEL arch=arm64 19:37:37 ---> Running in a20f52509d3a 19:37:38 Removing intermediate container a20f52509d3a 19:37:38 ---> 4f0f077f9277 19:37:38 Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:37:38 ---> Running in da078099805e 19:37:38 Removing intermediate container da078099805e 19:37:38 ---> 9ec9f67a2ab4 19:37:38 Step 22/22 : LABEL version=0.0.0 19:37:38 ---> Running in f79334e9eff5 19:37:38 Removing intermediate container f79334e9eff5 19:37:38 ---> d53c08caa7f3 19:37:38 19:37:39 Successfully built d53c08caa7f3 19:37:39 Successfully tagged support-notifications-arm64:latest 19:37:47  Building support-notifications ... done Removing intermediate container 26369d05a63f 19:37:47 ---> 81c64844aa2c 19:37:47 19:37:47 Step 9/20 : FROM alpine:3.15 19:37:47 ---> 3fb3c9af89a9 19:37:47 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:37:47 ---> Using cache 19:37:47 ---> 9aa41a206ae9 19:37:47 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:37:47 ---> Using cache 19:37:47 ---> 81739db545d9 19:37:47 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:37:47 ---> Running in 84e4d71243fb 19:37:48 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:37:49 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:37:50 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:37:50 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:37:50 OK: 15738 distinct packages available 19:37:50 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:37:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:37:52 (1/9) Installing ca-certificates (20211220-r0) 19:37:52 (2/9) Installing brotli-libs (1.0.9-r5) 19:37:52 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:37:52 (4/9) Installing libcurl (7.80.0-r2) 19:37:52 (5/9) Installing curl (7.80.0-r2) 19:37:52 (6/9) Installing dumb-init (1.2.5-r1) 19:37:52 (7/9) Installing musl-obstack (1.2.3-r0) 19:37:53 (8/9) Installing libucontext (1.1-r0) 19:37:53 (9/9) Installing gcompat (1.0.0-r4) 19:37:53 Executing busybox-1.34.1-r5.trigger 19:37:53 Executing ca-certificates-20211220-r0.trigger 19:37:53 OK: 8 MiB in 23 packages 19:37:54 Removing intermediate container 84e4d71243fb 19:37:54 ---> 2a80f97495e1 19:37:54 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:37:55 ---> 22da3c2fcdcc 19:37:55 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:37:56 ---> a6482924141b 19:37:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:37:57 ---> 353ba2b17566 19:37:57 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:37:57 ---> Running in 83551fadbb99 19:37:57 Removing intermediate container 83551fadbb99 19:37:57 ---> d0ca0d904a06 19:37:57 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:37:57 ---> Running in b8f4e4972f28 19:37:57 Removing intermediate container b8f4e4972f28 19:37:57 ---> 69cdd4cc2f44 19:37:57 Step 18/20 : LABEL arch=arm64 19:37:57 ---> Running in 08693b6f895c 19:37:58 Removing intermediate container 08693b6f895c 19:37:58 ---> adf5fd4f102d 19:37:58 Step 19/20 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 19:37:58 ---> Running in a144d422b25b 19:37:58 Removing intermediate container a144d422b25b 19:37:58 ---> eb0ecc24e0d7 19:37:58 Step 20/20 : LABEL version=0.0.0 19:37:58 ---> Running in ea70b711408f 19:37:58 Removing intermediate container ea70b711408f 19:37:58 ---> 34f339329a34 19:37:58 19:37:59 Successfully built 34f339329a34 19:37:59 Successfully tagged security-spiffe-token-provider-arm64:latest 19:37:59  Building security-spiffe-token-provider ... done  [Pipeline] } 19:37:59 $ docker stop --time=1 24e89200666b95ef915c23fc6eb662c28ab839a66c4a9b3359866ebbb0b63fd0 19:38:01 $ docker rm -f 24e89200666b95ef915c23fc6eb662c28ab839a66c4a9b3359866ebbb0b63fd0 [Pipeline] // withDockerContainer [Pipeline] sh 19:38:02 + docker images 19:38:02 REPOSITORY TAG IMAGE ID CREATED SIZE 19:38:02 security-spiffe-token-provider-arm64 latest 34f339329a34 4 seconds ago 28.2MB 19:38:02 81c64844aa2c 16 seconds ago 1.5GB 19:38:02 support-notifications-arm64 latest d53c08caa7f3 24 seconds ago 26.1MB 19:38:02 b691240a7c64 36 seconds ago 1.51GB 19:38:02 support-scheduler-arm64 latest cf47dda1b779 About a minute ago 25.5MB 19:38:02 ee33263e2373 About a minute ago 1.51GB 19:38:02 core-metadata-arm64 latest aefdc8360d9a 2 minutes ago 16.4MB 19:38:02 08045ff9b51a 2 minutes ago 1.45GB 19:38:02 security-proxy-setup-arm64 latest 0df4ea34ee0c 2 minutes ago 26.1MB 19:38:02 f0ab83436fde 3 minutes ago 1.46GB 19:38:02 security-spire-server-arm64 latest e993f4803c1e 5 minutes ago 84.2MB 19:38:02 7c7673da79a9 6 minutes ago 1.35GB 19:38:02 security-spire-config-arm64 latest 38234fbcaa4c 6 minutes ago 83.6MB 19:38:02 9e0cad07ec25 7 minutes ago 1.35GB 19:38:02 sys-mgmt-agent-arm64 latest 1937bc4ad873 8 minutes ago 282MB 19:38:02 core-data-arm64 latest 1bbbe4a6a26c 9 minutes ago 20.6MB 19:38:02 4b04fe585e32 9 minutes ago 1.48GB 19:38:02 core-command-arm64 latest 011e01dd96c9 9 minutes ago 15.5MB 19:38:02 security-bootstrapper-arm64 latest 8c9e605556e0 9 minutes ago 18.5MB 19:38:02 security-secretstore-setup-arm64 latest 50bc4060a0ac 9 minutes ago 27.9MB 19:38:02 8aec2a6eb5dc 9 minutes ago 1.45GB 19:38:02 078545f62399 10 minutes ago 1.46GB 19:38:02 535c872481b4 10 minutes ago 1.45GB 19:38:02 0675abdc01be 10 minutes ago 1.45GB 19:38:02 security-spire-agent-arm64 latest 65407104b173 15 minutes ago 122MB 19:38:02 99bd8ea108d5 15 minutes ago 1.35GB 19:38:02 ci-base-image-arm64 latest f3ca1c5f1e00 28 minutes ago 938MB 19:38:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 6 days ago 678MB 19:38:02 alpine 3.16 6e30ab57aeee 7 weeks ago 5.27MB 19:38:02 docker 20.10.14 c346e9eafbab 3 months ago 202MB 19:38:02 alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB 19:38:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:38:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:38:03 19:38:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:38:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:38:03 arm64: Pulling from edgex-lftools-log-publisher 19:38:03 8998bd30e6a1: Pulling fs layer 19:38:03 04944245beec: Pulling fs layer 19:38:03 699f458cf7ca: Pulling fs layer 19:38:03 765212b225bb: Pulling fs layer 19:38:03 f23df028b6ca: Pulling fs layer 19:38:03 d65c8cfc05b1: Pulling fs layer 19:38:03 2437ff75d9bd: Pulling fs layer 19:38:03 765212b225bb: Waiting 19:38:03 f23df028b6ca: Waiting 19:38:03 d65c8cfc05b1: Waiting 19:38:03 2437ff75d9bd: Waiting 19:38:04 04944245beec: Verifying Checksum 19:38:04 04944245beec: Download complete 19:38:04 765212b225bb: Verifying Checksum 19:38:04 765212b225bb: Download complete 19:38:04 f23df028b6ca: Verifying Checksum 19:38:04 f23df028b6ca: Download complete 19:38:04 d65c8cfc05b1: Verifying Checksum 19:38:04 d65c8cfc05b1: Download complete 19:38:04 699f458cf7ca: Verifying Checksum 19:38:04 699f458cf7ca: Download complete 19:38:04 8998bd30e6a1: Verifying Checksum 19:38:06 2437ff75d9bd: Verifying Checksum 19:38:06 2437ff75d9bd: Download complete 19:38:09 8998bd30e6a1: Pull complete 19:38:09 04944245beec: Pull complete 19:38:11 699f458cf7ca: Pull complete 19:38:11 765212b225bb: Pull complete 19:38:12 f23df028b6ca: Pull complete 19:38:12 d65c8cfc05b1: Pull complete 19:38:27 2437ff75d9bd: Pull complete 19:38:27 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:38:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:38:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:38:27 prd-ubuntu20.04-docker-arm64-4c-16g-19869 does not seem to be running inside a container 19:38:27 $ 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 19:38:30 $ docker top 938fbbb603a3a35e0e6623e9cf580ef550f661de48f18c823224fc92edab4ed9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:38:31 ---> job-cost.sh 19:38:31 lf-activate-venv: SKIPPING 19:38:31 INFO: No Stack... 19:38:32 INFO: Retrieving Pricing Info for: v3-standard-4 19:38:32 INFO: Archiving Costs [Pipeline] sh 19:38:33 + cut -d, -f6 19:38:33 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 19:38:33 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4091-1-stack-cost] 19:38:33 Resource [jenkins-edgexfoundry-edgex-go-PR-4091-1-stack-cost] did not exist. Created. 19:38:33 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4091-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:38:34 + echo total: 0.10999999940395355 [Pipeline] stash 19:38:34 Stashed 1 file(s) [Pipeline] } 19:38:34 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4091-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:38:34 $ docker stop --time=1 938fbbb603a3a35e0e6623e9cf580ef550f661de48f18c823224fc92edab4ed9 19:38:35 $ docker rm -f 938fbbb603a3a35e0e6623e9cf580ef550f661de48f18c823224fc92edab4ed9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 19:38:37 provisioning config files... 19:38:37 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3164435284217457037tmp [Pipeline] { [Pipeline] sh 19:38:37 + set +x 19:38:37 + curl -s https://codecov.io/bash 19:38:37 + bash -s -- 19:38:37 19:38:37 _____ _ 19:38:37 / ____| | | 19:38:37 | | ___ __| | ___ ___ _____ __ 19:38:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:38:37 | |___| (_) | (_| | __/ (_| (_) \ V / 19:38:37 \_____\___/ \__,_|\___|\___\___/ \_/ 19:38:37 Bash-1.0.6 19:38:37 19:38:37 19:38:37 ==> git version 2.25.1 found 19:38:37 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 19:38:37 Release-Date: 2020-01-08 19:38:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:38:37 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:38:37 ==> Jenkins CI detected. 19:38:37 current dir:  /w/workspace/edgex-go/1 19:38:37 project root: . 19:38:37 --> token set from env 19:38:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:38:37 ==> Running gcov in . (disable via -X gcov) 19:38:37 ==> Python coveragepy not found 19:38:37 ==> Searching for coverage reports in: 19:38:37 + . 19:38:37 -> Found 1 reports 19:38:37 ==> Detecting git/mercurial file structure 19:38:37 ==> Reading reports 19:38:37 + ./coverage.out bytes=435593 19:38:37 ==> Appending adjustments 19:38:37 https://docs.codecov.io/docs/fixing-reports 19:38:39 + Found adjustments 19:38:39 ==> Gzipping contents 19:38:39 60K /tmp/codecov.P9sHkF.gz 19:38:39 ==> Uploading reports 19:38:39 url: https://codecov.io 19:38:39 query: branch=PR-4091&commit=ae78eb25edabf31f12eb0cb0fb93e39ce4225806&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4091%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4091&job=&cmd_args= 19:38:39 -> Pinging Codecov 19:38:39 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4091&commit=ae78eb25edabf31f12eb0cb0fb93e39ce4225806&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4091%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4091&job=&cmd_args= 19:38:39 -> Uploading to 19:38:39 https://storage.googleapis.com/codecov/v4/raw/2022-07-13/00271124DB129430A58F1EEE437C3FCB/ae78eb25edabf31f12eb0cb0fb93e39ce4225806/88689d24-0f91-43f8-aaad-6b33326cfaed.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220713%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220713T193838Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7798c88e505d1721be7c36b609efa4ccf00af8b76c55b709402470164bc16526 19:38:39 % Total % Received % Xferd Average Speed Time Time Time Current 19:38:39 Dload Upload Total Spent Left Speed 19:38:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59835 0 0 100 59835 0 242k --:--:-- --:--:-- --:--:-- 242k 19:38:39 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [Pipeline] } 19:38:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 19:38:40 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:38:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:38:41 ---> package-listing.sh 19:38:41 ++ facter osfamily 19:38:41 ++ tr '[:upper:]' '[:lower:]' 19:38:42 + OS_FAMILY=debian 19:38:42 + workspace=/w/workspace/edgex-go/1 19:38:42 + START_PACKAGES=/tmp/packages_start.txt 19:38:42 + END_PACKAGES=/tmp/packages_end.txt 19:38:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:38:42 + PACKAGES=/tmp/packages_start.txt 19:38:42 + '[' /w/workspace/edgex-go/1 ']' 19:38:42 + PACKAGES=/tmp/packages_end.txt 19:38:42 + case "${OS_FAMILY}" in 19:38:42 + dpkg -l 19:38:42 + grep '^ii' 19:38:42 + '[' -f /tmp/packages_start.txt ']' 19:38:42 + '[' -f /tmp/packages_end.txt ']' 19:38:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:38:42 + '[' /w/workspace/edgex-go/1 ']' 19:38:42 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:38:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:38:42 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:38:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:38:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:38:43 19:38:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:38:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:38:43 latest: Pulling from edgex-lftools-log-publisher 19:38:43 5eb5b503b376: Pulling fs layer 19:38:43 5c69ac0246d0: Pulling fs layer 19:38:43 ec43610c2a17: Pulling fs layer 19:38:43 3a2ae6a8a46f: Pulling fs layer 19:38:43 33b1e0a273af: Pulling fs layer 19:38:43 3a2ae6a8a46f: Waiting 19:38:43 5d3b04190fa2: Pulling fs layer 19:38:43 33b1e0a273af: Waiting 19:38:43 2f39f015ded8: Pulling fs layer 19:38:43 5d3b04190fa2: Waiting 19:38:43 5c69ac0246d0: Verifying Checksum 19:38:43 5c69ac0246d0: Download complete 19:38:43 3a2ae6a8a46f: Verifying Checksum 19:38:43 3a2ae6a8a46f: Download complete 19:38:43 33b1e0a273af: Verifying Checksum 19:38:43 33b1e0a273af: Download complete 19:38:43 ec43610c2a17: Verifying Checksum 19:38:43 ec43610c2a17: Download complete 19:38:43 5d3b04190fa2: Verifying Checksum 19:38:43 5d3b04190fa2: Download complete 19:38:43 5eb5b503b376: Download complete 19:38:44 2f39f015ded8: Verifying Checksum 19:38:44 2f39f015ded8: Download complete 19:38:45 5eb5b503b376: Pull complete 19:38:45 5c69ac0246d0: Pull complete 19:38:45 ec43610c2a17: Pull complete 19:38:45 3a2ae6a8a46f: Pull complete 19:38:46 33b1e0a273af: Pull complete 19:38:46 5d3b04190fa2: Pull complete 19:38:50 2f39f015ded8: Pull complete 19:38:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:38:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:38:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:38:50 prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container 19:38:50 $ 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 19:38:53 $ docker top e9e38e636a4f9aed2fa8abf3b67b8602dc7a221979975f0b727ac187ed0387d5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:38:53 + touch /tmp/pre-build-complete [Pipeline] sh 19:38:54 + mkdir -p /var/log/sysstat [Pipeline] sh 19:38:54 + ls /var/log/sa-host 19:38:54 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:38:54 provisioning config files... 19:38:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2509351033331056907tmp [Pipeline] { [Pipeline] echo 19:38:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:38:55 ---> create-netrc.sh [Pipeline] } 19:38:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:38:55 ---> python-tools-install.sh [Pipeline] echo 19:38:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:38:55 ---> sudo-logs.sh 19:38:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:38:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:38:56 ---> job-cost.sh 19:38:56 lf-activate-venv: SKIPPING 19:38:56 DEBUG: total: 0.10999999940395355 19:38:56 INFO: Retrieving Stack Cost... 19:38:56 INFO: Retrieving Pricing Info for: v3-standard-8 19:38:57 INFO: Archiving Costs [Pipeline] echo 19:38:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:38:57 ---> logs-deploy.sh 19:38:57 lf-activate-venv: SKIPPING 19:38:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4091/1 19:38:57 INFO: archiving workspace using pattern(s): 19:38:58 Archives upload complete. 19:38:58 INFO: archiving logs to Nexus