Pull request #4208 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033+5b680ce2290ec1e216282ae2e83c9b6619569a4e (681456a12c853005b50009e511d1ba9d028b64be) 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-ssh14550226115950825930.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh13319603736325247395.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-4208/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-4208/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12103843616634807891.key Verifying host key using known hosts file > 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-4208/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17178755209775734324.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh3670823316420950414.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4208/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-4208/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3914114216949499372.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-8783’ Running on prd-ubuntu20.04-docker-8c-8g-8786 in /w/workspace/edgexfoundry_edgex-go_PR-4208 [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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 5b680ce2290ec1e216282ae2e83c9b6619569a4e into PR head commit 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 Merge succeeded, producing 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 Checking out Revision 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 (PR-4208) 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 6c1167a966ce7273a24629bf6583a1975ad218c3 > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4208/head:refs/remotes/origin/PR-4208 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 5b680ce2290ec1e216282ae2e83c9b6619569a4e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:08:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:08:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:08:01 ========================================================= 19:08:01 EdgeX Global Pipelines Version Info 19:08:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:08:03 ------------------- 19:08:03 stable info: 19:08:03 ------------------- 19:08:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:08:03 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:08:03 Message: update stable to v1.0.243 19:08:03 ------------------- 19:08:03 experimental info: 19:08:03 ------------------- 19:08:03 Commited By: **** collab-it+edgex@linuxfoundation.org 19:08:03 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:08:03 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:08:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4208 [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4208 [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4208 [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4bbcdd9 [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:04 provisioning config files... 19:08:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9643413076539989801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:08:05 ---> docker-login.sh 19:08:05 nexus3.edgexfoundry.org:10001 19:08:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:05 Configure a credential helper to remove this warning. See 19:08:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:05 19:08:05 Login Succeeded 19:08:05 nexus3.edgexfoundry.org:10002 19:08:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:05 Configure a credential helper to remove this warning. See 19:08:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:05 19:08:05 Login Succeeded 19:08:05 nexus3.edgexfoundry.org:10003 19:08:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:05 Configure a credential helper to remove this warning. See 19:08:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:05 19:08:05 Login Succeeded 19:08:05 nexus3.edgexfoundry.org:10004 19:08:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:05 Configure a credential helper to remove this warning. See 19:08:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:05 19:08:05 Login Succeeded 19:08:05 docker.io 19:08:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:06 Configure a credential helper to remove this warning. See 19:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:06 19:08:06 Login Succeeded 19:08:06 ---> docker-login.sh ends [Pipeline] } 19:08:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:06 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:08:06 + + cut -d/ -f2 19:08:06 dirname cmd/core-command/Dockerfile 19:08:06 + echo core-command,cmd/core-command/Dockerfile 19:08:06 + cut -d/+ -f2 19:08:06 dirname cmd/core-data/Dockerfile 19:08:06 + echo core-data,cmd/core-data/Dockerfile 19:08:06 + dirname cmd/core-metadata/Dockerfile 19:08:06 + cut -d/ -f2 19:08:06 + echo core-metadata,cmd/core-metadata/Dockerfile 19:08:06 + dirname cmd/security-bootstrapper/Dockerfile 19:08:06 + cut -d/ -f2 19:08:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:08:06 + dirname cmd/security-proxy-setup/Dockerfile 19:08:06 + cut -d/ -f2 19:08:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:08:06 + dirname cmd/security-secretstore-setup/Dockerfile 19:08:06 + cut -d/ -f2 19:08:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:08:06 + cut -d/ -f2 19:08:06 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:08:06 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:08:06 + dirname cmd/security-spire-agent/Dockerfile 19:08:06 + cut -d/ -f2 19:08:06 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:08:06 + dirname cmd/security-spire-config/Dockerfile 19:08:06 + cut -d/ -f2 19:08:06 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:08:06 + + cut -d/ -f2 19:08:06 dirname cmd/security-spire-server/Dockerfile 19:08:06 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:08:06 + dirname cmd/support-notifications/Dockerfile 19:08:06 + cut -d/ -f2 19:08:06 + echo support-notifications,cmd/support-notifications/Dockerfile 19:08:06 + dirname cmd/support-scheduler/Dockerfile 19:08:06 + cut -d/ -f2 19:08:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:08:06 + dirname+ cmd/sys-mgmt-agent/Dockerfile 19:08:06 cut -d/ -f2 19:08:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:08:06 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:08:07 + git rev-list -1 --merges 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033~1..4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [Pipeline] echo 19:08:07 -----------> git rev-list -1 --merges 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033~1..4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [false] [Pipeline] sh 19:08:07 + git log --format=format:%s -1 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [Pipeline] echo 19:08:07 ========================================================= 19:08:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:08:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:08:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:08:07 + grep -v github /etc/ssh/ssh_known_hosts 19:08:07 + [ -e /tmp/ssh_known_hosts ] 19:08:07 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:08:07 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:08:07 sudo tee -a /etc/ssh/ssh_known_hosts 19:08:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:08 19:08: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:08:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:08 0.1.4: Pulling from edgex-devops/py-git-semver 19:08:08 b85a868b505f: Pulling fs layer 19:08:08 e2be974225ed: Pulling fs layer 19:08:08 339a4e72a1f5: Pulling fs layer 19:08:08 988bab9f4d93: Pulling fs layer 19:08:08 1469e6f7b9e6: Pulling fs layer 19:08:08 eaf3925da568: Pulling fs layer 19:08:08 bab4dde63d76: Pulling fs layer 19:08:08 bde34c3a00c8: Pulling fs layer 19:08:08 b352a97aabf1: Pulling fs layer 19:08:08 4872d77fe225: Pulling fs layer 19:08:08 5851b861e8e6: Pulling fs layer 19:08:08 988bab9f4d93: Waiting 19:08:08 b352a97aabf1: Waiting 19:08:08 4872d77fe225: Waiting 19:08:08 5851b861e8e6: Waiting 19:08:08 1469e6f7b9e6: Waiting 19:08:08 bde34c3a00c8: Waiting 19:08:08 bab4dde63d76: Waiting 19:08:08 eaf3925da568: Waiting 19:08:08 e2be974225ed: Verifying Checksum 19:08:08 e2be974225ed: Download complete 19:08:08 988bab9f4d93: Verifying Checksum 19:08:08 988bab9f4d93: Download complete 19:08:09 1469e6f7b9e6: Verifying Checksum 19:08:09 1469e6f7b9e6: Download complete 19:08:09 339a4e72a1f5: Verifying Checksum 19:08:09 339a4e72a1f5: Download complete 19:08:09 eaf3925da568: Verifying Checksum 19:08:09 eaf3925da568: Download complete 19:08:09 bde34c3a00c8: Verifying Checksum 19:08:09 bde34c3a00c8: Download complete 19:08:09 b352a97aabf1: Verifying Checksum 19:08:09 b352a97aabf1: Download complete 19:08:09 4872d77fe225: Verifying Checksum 19:08:09 4872d77fe225: Download complete 19:08:09 5851b861e8e6: Verifying Checksum 19:08:09 5851b861e8e6: Download complete 19:08:09 b85a868b505f: Download complete 19:08:09 bab4dde63d76: Verifying Checksum 19:08:09 bab4dde63d76: Download complete 19:08:10 b85a868b505f: Pull complete 19:08:10 e2be974225ed: Pull complete 19:08:10 339a4e72a1f5: Pull complete 19:08:10 988bab9f4d93: Pull complete 19:08:11 1469e6f7b9e6: Pull complete 19:08:11 eaf3925da568: Pull complete 19:08:13 bab4dde63d76: Pull complete 19:08:13 bde34c3a00c8: Pull complete 19:08:13 b352a97aabf1: Pull complete 19:08:13 4872d77fe225: Pull complete 19:08:13 5851b861e8e6: Pull complete 19:08:13 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:08:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:08:13 prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container 19:08:13 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:08:16 $ docker top 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 -eo pid,comm 19:08:16 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:08:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:08:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:16 [ssh-agent] Looking for ssh-agent implementation... 19:08:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:16 $ docker exec 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 ssh-agent 19:08:16 SSH_AUTH_SOCK=/tmp/ssh-jiujPjKdGy2V/agent.32 19:08:16 SSH_AGENT_PID=39 19:08:16 Running ssh-add (command line suppressed) 19:08:16 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3574021556392497811.key (/w/workspace/edgex-go/1@tmp/private_key_3574021556392497811.key) 19:08:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:16 + git tag --points-at HEAD [Pipeline] } 19:08:16 $ docker exec --env ******** --env ******** 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 ssh-agent -k 19:08:17 unset SSH_AUTH_SOCK; 19:08:17 unset SSH_AGENT_PID; 19:08:17 echo Agent pid 39 killed; 19:08:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:08:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:17 [ssh-agent] Looking for ssh-agent implementation... 19:08:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:17 $ docker exec 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 ssh-agent 19:08:17 SSH_AUTH_SOCK=/tmp/ssh-qIxP2B3A4tf6/agent.71 19:08:17 SSH_AGENT_PID=77 19:08:17 Running ssh-add (command line suppressed) 19:08:17 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3038076623709425325.key (/w/workspace/edgex-go/1@tmp/private_key_3038076623709425325.key) 19:08:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:17 + git semver init 19:08:18 2022-10-21 19:08:17,941 [run_init] DEBUG init version:0.0.0 force:False 19:08:18 2022-10-21 19:08:17,942 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:08:18 2022-10-21 19:08:17,943 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:08:18 2022-10-21 19:08:17,943 [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:08:28 2022-10-21 19:08:27,922 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:08:28 2022-10-21 19:08:27,922 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4208 with force:False 19:08:28 2022-10-21 19:08:27,923 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4208 19:08:28 2022-10-21 19:08:27,927 [execute] INFO git cat-file --batch-check 19:08:28 2022-10-21 19:08:27,927 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:08:28 2022-10-21 19:08:27,933 [execute] INFO git cat-file --batch 19:08:28 2022-10-21 19:08:27,934 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:08:28 2022-10-21 19:08:27,940 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4208 19:08:28 0.0.0 [Pipeline] } 19:08:28 $ docker exec --env ******** --env ******** 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 ssh-agent -k 19:08:28 unset SSH_AUTH_SOCK; 19:08:28 unset SSH_AGENT_PID; 19:08:28 echo Agent pid 77 killed; 19:08:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:28 + git semver [Pipeline] } 19:08:28 $ docker stop --time=1 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 19:08:30 $ docker rm -f 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 [Pipeline] // withDockerContainer [Pipeline] sh 19:08:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:08:30 Stashed 1 file(s) [Pipeline] echo 19:08:30 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:08:31 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:08:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:08:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:08:31 ========================================================= 19:08:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:08:31 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:08:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:08:31 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:08:31 213ec9aee27d: Pulling fs layer 19:08:31 4583459ba037: Pulling fs layer 19:08:31 93c1e223e6f2: Pulling fs layer 19:08:31 53926ce57604: Pulling fs layer 19:08:31 21b2b0c7a3f4: Pulling fs layer 19:08:31 53926ce57604: Waiting 19:08:31 30f14e443154: Pulling fs layer 19:08:31 801331c1e519: Pulling fs layer 19:08:31 99cc6dd402b0: Pulling fs layer 19:08:31 21b2b0c7a3f4: Waiting 19:08:31 30f14e443154: Waiting 19:08:31 801331c1e519: Waiting 19:08:31 7d9ed39f4882: Pulling fs layer 19:08:31 7d9ed39f4882: Waiting 19:08:31 4583459ba037: Verifying Checksum 19:08:31 4583459ba037: Download complete 19:08:31 21b2b0c7a3f4: Download complete 19:08:31 30f14e443154: Download complete 19:08:31 213ec9aee27d: Verifying Checksum 19:08:31 213ec9aee27d: Download complete 19:08:31 801331c1e519: Download complete 19:08:32 213ec9aee27d: Pull complete 19:08:32 4583459ba037: Pull complete 19:08:32 93c1e223e6f2: Pull complete 19:08:32 7d9ed39f4882: Verifying Checksum 19:08:32 7d9ed39f4882: Download complete 19:08:32 99cc6dd402b0: Verifying Checksum 19:08:32 99cc6dd402b0: Download complete 19:08:32 53926ce57604: Verifying Checksum 19:08:32 53926ce57604: Download complete 19:08:36 53926ce57604: Pull complete 19:08:36 21b2b0c7a3f4: Pull complete 19:08:36 30f14e443154: Pull complete 19:08:36 801331c1e519: Pull complete 19:08:38 99cc6dd402b0: Pull complete 19:08:39 7d9ed39f4882: Pull complete 19:08:39 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 19:08:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:08:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:08:39 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base: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-x86_64 -f - . 19:08:40 Sending build context to Docker daemon 169.7MB 19:08:40 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:08:40 ---> 1dedd983c030 19:08:40 Step 2/4 : WORKDIR /edgex 19:08:44 ---> Running in 4f721d29aef8 19:08:44 Removing intermediate container 4f721d29aef8 19:08:44 ---> 2c3e884faad6 19:08:44 Step 3/4 : COPY go.mod . 19:08:44 ---> 8d770b715169 19:08:44 Step 4/4 : RUN go mod download 19:08:44 ---> Running in debc5177512c 19:08:46 Still waiting to schedule task 19:08:46 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8784’ 19:08:56 Removing intermediate container debc5177512c 19:08:56 ---> 0d63abf92324 19:08:56 Successfully built 0d63abf92324 19:08:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:57 + docker inspect -f . ci-base-image-x86_64 19:08:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:08:57 prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container 19:08:57 $ 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 ******** ci-base-image-x86_64 cat 19:08:57 $ docker top 67371823cb2413d403d8fa6de4d776f2d57eec1f4da845a9265bbee4da9cb7a4 -eo pid,comm [Pipeline] { [Pipeline] sh 19:08:58 + go version 19:08:58 go version go1.18.7 linux/amd64 [Pipeline] } 19:08:58 $ docker stop --time=1 67371823cb2413d403d8fa6de4d776f2d57eec1f4da845a9265bbee4da9cb7a4 19:08:59 $ docker rm -f 67371823cb2413d403d8fa6de4d776f2d57eec1f4da845a9265bbee4da9cb7a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:00 + docker inspect -f . ci-base-image-x86_64 19:09:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:00 prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container 19:09: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 ******** ci-base-image-x86_64 cat 19:09:00 $ docker top 2f07321951f4903047811f79fbfc3ba21b147d1f84a38206a691a446e2bebc3c -eo pid,comm [Pipeline] { [Pipeline] echo 19:09:00 ========================================================= 19:09:00 [edgeXBuildGoParallel] Running Tests and Build... 19:09:00 ========================================================= [Pipeline] sh 19:09:00 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:09:01 + make test 19:09:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:09:07 ? github.com/edgexfoundry/edgex-go [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:09:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.096s coverage: 28.7% of statements 19:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:09:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.111s coverage: 98.5% of statements 19:09:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.099s coverage: 41.3% of statements 19:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:09:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.200s coverage: 54.2% of statements 19:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.237s coverage: 89.2% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.084s coverage: 2.2% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.471s coverage: 95.6% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.074s coverage: 60.0% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.055s coverage: 0.9% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.6% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 19:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements 19:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.071s coverage: 44.8% of statements 19:09:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.189s coverage: 79.9% of statements 19:09:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 86.9% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 58.8% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.0% of statements 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.051s coverage: 87.2% of statements 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 85.4% of statements 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.2% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 64.7% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 65.8% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 41.8% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.094s coverage: 17.7% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.150s coverage: 92.3% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 63.2% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.109s coverage: 97.7% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 19:09:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 19:09:43 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:10:01 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:10:01 GO111MODULE=on go vet ./... 19:10:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:10:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:10:05 ./bin/test-attribution-txt.sh [Pipeline] echo 19:10:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:10:05 + ls -al . 19:10:05 total 760 19:10:05 drwxrwxr-x 11 1001 1001 4096 Oct 21 19:09 . 19:10:05 drwxr-xr-x 4 root root 4096 Oct 21 19:09 .. 19:10:05 drwxrwxr-x 2 1001 1001 4096 Oct 21 19:08 .blubracket 19:10:05 -rw-rw-r-- 1 1001 1001 16 Oct 21 19:08 .dockerignore 19:10:05 drwxrwxr-x 8 1001 1001 4096 Oct 21 19:09 .git 19:10:05 drwxrwxr-x 3 1001 1001 4096 Oct 21 19:08 .github 19:10:05 -rw-rw-r-- 1 1001 1001 1030 Oct 21 19:08 .gitignore 19:10:05 -rw-rw-r-- 1 1001 1001 42 Oct 21 19:08 .golangci.yml 19:10:05 -rw-rw-r-- 1 1001 1001 87 Oct 21 19:08 .hadolint.yml 19:10:05 drwxr-xr-x 3 1001 1001 4096 Oct 21 19:08 .semver 19:10:05 -rw-rw-r-- 1 1001 1001 166 Oct 21 19:08 .sonarcloud.properties 19:10:05 -rw-rw-r-- 1 1001 1001 1171 Oct 21 19:08 ADOPTERS.md 19:10:05 -rw-rw-r-- 1 1001 1001 10722 Oct 21 19:08 Attribution.txt 19:10:05 -rw-rw-r-- 1 1001 1001 63209 Oct 21 19:08 CHANGELOG.md 19:10:05 -rw-rw-r-- 1 1001 1001 3804 Oct 21 19:08 CONTRIBUTING.md 19:10:05 -rw-rw-r-- 1 1001 1001 677 Oct 21 19:08 GOVERNANCE.md 19:10:05 -rw-rw-r-- 1 1001 1001 850 Oct 21 19:08 Jenkinsfile 19:10:05 -rw-rw-r-- 1 1001 1001 10775 Oct 21 19:08 LICENSE 19:10:05 -rw-rw-r-- 1 1001 1001 13857 Oct 21 19:08 Makefile 19:10:05 -rw-rw-r-- 1 1001 1001 582 Oct 21 19:08 OWNERS.md 19:10:05 -rw-rw-r-- 1 1001 1001 9799 Oct 21 19:08 README.md 19:10:05 -rw-rw-r-- 1 1001 1001 6912 Oct 21 19:08 SECURITY.md 19:10:05 -rw-rw-r-- 1 1001 1001 5 Oct 21 19:08 VERSION 19:10:05 -rw-rw-r-- 1 1001 1001 4131 Oct 21 19:08 ZMQWindows.md 19:10:05 drwxrwxr-x 2 1001 1001 4096 Oct 21 19:08 bin 19:10:05 drwxrwxr-x 18 1001 1001 4096 Oct 21 19:08 cmd 19:10:05 -rw-r--r-- 1 root root 500071 Oct 21 19:09 coverage.out 19:10:05 -rw-rw-r-- 1 1001 1001 3458 Oct 21 19:08 go.mod 19:10:05 -rw-rw-r-- 1 1001 1001 38041 Oct 21 19:08 go.sum 19:10:05 drwxrwxr-x 8 1001 1001 4096 Oct 21 19:08 internal 19:10:05 drwxrwxr-x 3 1001 1001 4096 Oct 21 19:08 openapi 19:10:05 drwxrwxr-x 4 1001 1001 4096 Oct 21 19:08 snap 19:10:05 -rw-rw-r-- 1 1001 1001 204 Oct 21 19:08 version.go [Pipeline] sh 19:10:05 + '[' -e coverage.out ] 19:10:05 + chown 1001:1001 coverage.out [Pipeline] stash 19:10:05 Stashed 1 file(s) [Pipeline] sh 19:10:06 + make build 19:10:06 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:10:18 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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:10:30 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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:30 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:10: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:10: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-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:10:39 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:10: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:10: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:10: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:10: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:10: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:10: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 [Pipeline] } 19:10:47 $ docker stop --time=1 2f07321951f4903047811f79fbfc3ba21b147d1f84a38206a691a446e2bebc3c 19:10:51 $ docker rm -f 2f07321951f4903047811f79fbfc3ba21b147d1f84a38206a691a446e2bebc3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:10:52 19:10:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:10:53 latest: Pulling from edgex-devops/edgex-compose 19:10:53 cbdbe7a5bc2a: Pulling fs layer 19:10:53 ca9280d653b3: Pulling fs layer 19:10:53 7e9c9ca2126c: Pulling fs layer 19:10:53 cbdbe7a5bc2a: Download complete 19:10:53 cbdbe7a5bc2a: Pull complete 19:10:53 ca9280d653b3: Verifying Checksum 19:10:53 ca9280d653b3: Download complete 19:10:53 7e9c9ca2126c: Download complete 19:10:53 ca9280d653b3: Pull complete 19:10:57 7e9c9ca2126c: Pull complete 19:10:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:10:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:10:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:57 prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container 19:10:57 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:00 $ docker top 4f12043502251ca8b878e594a710bdc95f4ef37cd868785b43c8364bf253d9bd -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:00 + docker-compose build --help 19:11:00 + grep parallel 19:11:00 --parallel Build images in parallel. [Pipeline] } 19:11:00 $ docker stop --time=1 4f12043502251ca8b878e594a710bdc95f4ef37cd868785b43c8364bf253d9bd 19:11:02 $ docker rm -f 4f12043502251ca8b878e594a710bdc95f4ef37cd868785b43c8364bf253d9bd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:11:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:11:02 prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container 19:11:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:03 $ docker top bb40b5cd367104cb4f012f50a137166d3dfbe3616ab02850a580a8c7ceefe594 -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:03 + docker-compose -f ./docker-compose-build.yml build --parallel 19:11:04 Building core-command ... 19:11:04 Building core-data ... 19:11:04 Building core-metadata ... 19:11:04 Building security-bootstrapper ... 19:11:04 Building security-proxy-setup ... 19:11:04 Building security-secretstore-setup ... 19:11:04 Building security-spiffe-token-provider ... 19:11:04 Building security-spire-agent ... 19:11:04 Building security-spire-config ... 19:11:04 Building security-spire-server ... 19:11:04 Building support-notifications ... 19:11:04 Building support-scheduler ... 19:11:04 Building sys-mgmt-agent ... 19:11:04 Building security-bootstrapper 19:11:04 Building sys-mgmt-agent 19:11:04 Building core-data 19:11:04 Building security-spire-config 19:11:04 Building core-metadata 19:11:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8789 in /w/workspace/edgexfoundry_edgex-go_PR-4208 [Pipeline] { [Pipeline] ws 19:11:08 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:11:08 The recommended git tool is: git 19:11:14 using credential edgex-jenkins-ssh 19:11:14 Cloning the remote Git repository 19:11:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:11:14 > git init /w/workspace/edgex-go/1 # timeout=10 19:11:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:11:15 > git --version # timeout=10 19:11:15 > git --version # 'git version 2.25.1' 19:11:15 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:15 Verifying host key using known hosts file 19:11:15 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 19:11:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:16 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:16 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:11:16 ---> 0d63abf92324 19:11:16 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:11:16 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:16 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:11:16 ---> 0d63abf92324 19:11:16 Step 3/33 : WORKDIR /edgex-go 19:11:16 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:11:16 ---> 0d63abf92324 19:11:16 Step 3/23 : WORKDIR /edgex-go 19:11:16 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:11:16 ---> 0d63abf92324 19:11:16 Step 3/26 : WORKDIR /edgex-go 19:11:16 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:11:16 ---> 0d63abf92324 19:11:16 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:11:21 ---> Running in 71a18e0469bf 19:11:21 ---> Running in 616aa7489c64 19:11:21 ---> Running in 804a9d64e000 19:11:21 ---> Running in 9976893a99a5 19:11:21 ---> Running in 913efd4a94f6 19:11:21 Removing intermediate container 71a18e0469bf 19:11:21 ---> 1d2f7ae8d1f4 19:11:21 Step 4/24 : WORKDIR /edgex-go 19:11:21 Removing intermediate container 616aa7489c64 19:11:21 ---> 316a7c902074 19:11:21 Step 4/25 : WORKDIR /edgex-go 19:11:21 Removing intermediate container 9976893a99a5 19:11:21 ---> 8e3b41c8ebe3 19:11:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:21 ---> Running in 0d2877019c30 19:11:21 ---> Running in e36f731caa74 19:11:21 ---> Running in c1d8ca7016b5 19:11:21 Removing intermediate container 804a9d64e000 19:11:21 ---> 9beaf0d58011 19:11:21 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:21 Removing intermediate container 913efd4a94f6 19:11:21 ---> 2cb31d602375 19:11:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:21 ---> Running in 27d4f92ebef9 19:11:21 ---> Running in 6e992a4b3128 19:11:21 Removing intermediate container 0d2877019c30 19:11:21 ---> cdfb431ee5c2 19:11:21 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:21 Removing intermediate container e36f731caa74 19:11:21 ---> f33c301dd32d 19:11:21 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:21 ---> Running in fdd57e337035 19:11:21 ---> Running in e835429a5625 19:11:21 Removing intermediate container c1d8ca7016b5 19:11:21 ---> bfe58da3f80d 19:11:21 Step 5/23 : RUN apk add --update --no-cache make bash git 19:11:21 ---> Running in f69285ac0d08 19:11:22 Removing intermediate container 6e992a4b3128 19:11:22 ---> d2e098f04950 19:11:22 Step 5/33 : RUN apk add --update --no-cache make git 19:11:22 ---> Running in e0de06409cf8 19:11:22 Removing intermediate container 27d4f92ebef9 19:11:22 ---> f1dcd5a56181 19:11:22 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:11:22 ---> Running in ad11b9ac6184 19:11:22 Removing intermediate container fdd57e337035 19:11:22 ---> a8f40dc27057 19:11:22 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:11:22 ---> Running in 58f511819d7d 19:11:22 Removing intermediate container e835429a5625 19:11:22 ---> e3c7b5eb0f9f 19:11:22 Step 6/25 : RUN apk add --update --no-cache make git 19:11:22 ---> Running in 459e4ccf301d 19:11:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:24 OK: 211 MiB in 51 packages 19:11:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:24 OK: 211 MiB in 51 packages 19:11:24 Removing intermediate container f69285ac0d08 19:11:24 ---> c14dbc3c5abd 19:11:24 Step 6/23 : COPY go.mod vendor* ./ 19:11:24 OK: 211 MiB in 51 packages 19:11:24 OK: 211 MiB in 51 packages 19:11:24 ---> 0b79ef790c58 19:11:24 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:24 ---> Running in d999a2a95dc0 19:11:24 Removing intermediate container ad11b9ac6184 19:11:24 ---> 3488c52e25d5 19:11:24 Step 6/26 : COPY go.mod vendor* ./ 19:11:24 Removing intermediate container 58f511819d7d 19:11:24 ---> 02143edcba78 19:11:24 Step 7/24 : COPY go.mod vendor* ./ 19:11:24 ---> 36f0c64f95f3 19:11:24 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:24 ---> Running in 6188b643d40b 19:11:24 ---> b9f8fdee7046 19:11:24 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:24 ---> Running in 56f1ea203f91 19:11:24 OK: 211 MiB in 51 packages 19:11:25 Removing intermediate container e0de06409cf8 19:11:25 ---> fd08f4128f83 19:11:25 Step 6/33 : COPY go.mod vendor* ./ 19:11:25 ---> f15e4faf0646 19:11:25 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:25 ---> Running in 2da1cd845f11 19:11:25 Removing intermediate container 459e4ccf301d 19:11:25 ---> e8427fc0fc06 19:11:25 Step 7/25 : COPY go.mod vendor* ./ 19:11:25 ---> 561741fbdf0b 19:11:25 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:25 ---> Running in b52cfa1caf50 19:11:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:34 Merging remotes/origin/main commit 5b680ce2290ec1e216282ae2e83c9b6619569a4e into PR head commit 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:11:34 Merge succeeded, producing 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:11:34 Checking out Revision 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 (PR-4208) 19:11:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:11:33 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:33 Verifying host key using known hosts file 19:11:33 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 19:11:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4208/head:refs/remotes/origin/PR-4208 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:11:34 > git config core.sparsecheckout # timeout=10 19:11:34 > git checkout -f 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 # timeout=10 19:11:34 > git remote # timeout=10 19:11:34 > git config --get remote.origin.url # timeout=10 19:11:34 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:34 Verifying host key using known hosts file 19:11:34 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 19:11:34 > git merge 5b680ce2290ec1e216282ae2e83c9b6619569a4e # timeout=10 19:11:34 > git rev-parse HEAD^{commit} # timeout=10 19:11:34 > git config core.sparsecheckout # timeout=10 19:11:34 > git checkout -f 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 # timeout=10 19:11:35 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 19:11:35 > git --version # timeout=10 19:11:35 > git --version # 'git version 2.25.1' 19:11:35 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:11:36 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:11:36 % Total % Received % Xferd Average Speed Time Time Time Current 19:11:36 Dload Upload Total Spent Left Speed 19:11:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 73267 0 --:--:-- --:--:-- --:--:-- 73695 [Pipeline] sh 19:11:37 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:11:37 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:11:37 + sudo tee /etc/docker/daemon.new 19:11:37 { 19:11:37 "registry-mirrors": [ 19:11:37 "https://nexus3.edgexfoundry.org:10001" 19:11:37 ], 19:11:37 "bip": "10.250.0.254/24", 19:11:37 "hosts": [ 19:11:37 "tcp://0.0.0.0:5555", 19:11:37 "unix:///var/run/docker.sock" 19:11:37 ], 19:11:37 "mtu": 1458, 19:11:37 "selinux-enabled": true, 19:11:37 "seccomp-profile": "/etc/docker/seccomp.json" 19:11:37 } [Pipeline] sh 19:11:38 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:11:38 + sudo service docker restart 19:11:47 Removing intermediate container 6188b643d40b 19:11:47 ---> bf93874413df 19:11:47 Step 8/26 : COPY . . 19:11:47 Removing intermediate container 56f1ea203f91 19:11:47 ---> c9adb6ea4533 19:11:47 Step 9/24 : COPY . . 19:11:47 Removing intermediate container 2da1cd845f11 19:11:47 ---> 7944043d5e10 19:11:47 Step 8/33 : COPY . . 19:11:47 Removing intermediate container d999a2a95dc0 19:11:47 ---> aa2fa917212c 19:11:47 Step 8/23 : COPY . . 19:11:47 Removing intermediate container b52cfa1caf50 19:11:47 ---> 2590fa57cf4f 19:11:47 Step 9/25 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:11:56 provisioning config files... 19:11:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3473241899533972828tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:11:57 ---> docker-login.sh 19:11:57 nexus3.edgexfoundry.org:10001 19:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:58 Configure a credential helper to remove this warning. See 19:11:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:58 19:11:58 Login Succeeded 19:11:58 nexus3.edgexfoundry.org:10002 19:11:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:58 Configure a credential helper to remove this warning. See 19:11:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:58 19:11:58 Login Succeeded 19:11:58 nexus3.edgexfoundry.org:10003 19:11:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:59 Configure a credential helper to remove this warning. See 19:11:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:59 19:11:59 Login Succeeded 19:11:59 nexus3.edgexfoundry.org:10004 19:11:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:59 Configure a credential helper to remove this warning. See 19:11:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:59 19:11:59 Login Succeeded 19:11:59 docker.io 19:11:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:00 Configure a credential helper to remove this warning. See 19:12:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:00 19:12:00 Login Succeeded 19:12:00 ---> docker-login.sh ends [Pipeline] } 19:12:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:12:00 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:12:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:12:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:12:00 ========================================================= 19:12:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:12:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:12:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:12:01 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:12:01 9b18e9b68314: Pulling fs layer 19:12:01 d32db5db7311: Pulling fs layer 19:12:01 d0c4b47475fc: Pulling fs layer 19:12:01 5831b945b038: Pulling fs layer 19:12:01 86bbec2aaacd: Pulling fs layer 19:12:01 e10730c5d714: Pulling fs layer 19:12:01 5dd5c2283517: Pulling fs layer 19:12:01 d5ac0230b979: Pulling fs layer 19:12:01 e10730c5d714: Waiting 19:12:01 5dd5c2283517: Waiting 19:12:01 d5ac0230b979: Waiting 19:12:01 5831b945b038: Waiting 19:12:01 86bbec2aaacd: Waiting 19:12:01 d0c4b47475fc: Verifying Checksum 19:12:01 d0c4b47475fc: Download complete 19:12:01 d32db5db7311: Download complete 19:12:01 86bbec2aaacd: Download complete 19:12:01 e10730c5d714: Verifying Checksum 19:12:01 e10730c5d714: Download complete 19:12:01 9b18e9b68314: Verifying Checksum 19:12:01 9b18e9b68314: Download complete 19:12:02 9b18e9b68314: Pull complete 19:12:02 ---> 3ab457c8ba97 19:12:02 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:12:02 ---> c85ebd555f51 19:12:02 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:12:02 ---> 97ffe3cf0057 19:12:02 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:12:02 ---> 7c94971858df 19:12:02 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:12:02 ---> 5b8d8a407f19 19:12:02 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:12:02 ---> Running in de555d3558c8 19:12:02 ---> Running in 505aee65f61d 19:12:02 ---> Running in f82eb8160e94 19:12:02 ---> Running in 5e639a73ef3c 19:12:02 ---> Running in ed3b91e7c23a 19:12:02 Removing intermediate container f82eb8160e94 19:12:02 ---> e6110bbcd5ac 19:12:02 Step 10/26 : WORKDIR /edgex-go/spire-build 19:12:02 ---> Running in 18940e932db7 19:12:02 Removing intermediate container 18940e932db7 19:12:02 ---> 1c475a898608 19:12:02 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:12:02 ---> Running in d7f31e7476e1 19:12:02 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:12:02 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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:12:02 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:12:02 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:12:02 Removing intermediate container d7f31e7476e1 19:12:02 ---> 28927e39da96 19:12:02 Step 12/26 : WORKDIR /edgex-go 19:12:02 ---> Running in 54b66a097e58 19:12:02 Removing intermediate container 54b66a097e58 19:12:02 ---> e3a804276562 19:12:02 19:12:02 Step 13/26 : FROM alpine:3.15 19:12:02 3.15: Pulling from library/alpine 19:12:02 d5ac0230b979: Verifying Checksum 19:12:02 d5ac0230b979: Download complete 19:12:03 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:12:03 Status: Downloaded newer image for alpine:3.15 19:12:03 ---> c4fc93816858 19:12:03 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:03 d32db5db7311: Pull complete 19:12:03 ---> Running in 610c79077dcf 19:12:03 Removing intermediate container 610c79077dcf 19:12:03 ---> 8f80915b74b9 19:12:03 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:03 ---> Running in 1af9a424d28d 19:12:04 d0c4b47475fc: Pull complete 19:12:04 5dd5c2283517: Verifying Checksum 19:12:04 5dd5c2283517: Download complete 19:12:04 Removing intermediate container 1af9a424d28d 19:12:04 ---> 214cba6015a6 19:12:04 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:12:04 ---> Running in 6a5e12796a6b 19:12:05 5831b945b038: Verifying Checksum 19:12:05 5831b945b038: Download complete 19:12:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:06 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:12:06 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:12:06 OK: 15857 distinct packages available 19:12:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:07 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:07 (1/4) Installing dumb-init (1.2.5-r1) 19:12:07 (2/4) Installing musl-obstack (1.2.3-r0) 19:12:07 (3/4) Installing libucontext (1.1-r0) 19:12:08 (4/4) Installing gcompat (1.0.0-r4) 19:12:08 Executing busybox-1.34.1-r7.trigger 19:12:08 OK: 6 MiB in 18 packages 19:12:13 Removing intermediate container 6a5e12796a6b 19:12:13 ---> ff6e5850098c 19:12:13 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:12:16 ---> f62c29b395fa 19:12:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:12:16 ---> f822614e2e95 19:12:16 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:12:17 ---> Running in 0a146fbb53e9 19:12:17 Removing intermediate container 0a146fbb53e9 19:12:17 ---> 188ff6e448ba 19:12:17 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:12:18 ---> c3603fca3e7e 19:12:18 Step 21/26 : WORKDIR / 19:12:18 ---> Running in 7e277fa09a83 19:12:18 Removing intermediate container 7e277fa09a83 19:12:18 ---> 5896552302b5 19:12:18 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:12:18 ---> Running in c68b57544ae4 19:12:19 Removing intermediate container c68b57544ae4 19:12:19 ---> 8cbf2fb7d259 19:12:19 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:12:19 ---> Running in 17c84dd4b2f4 19:12:19 Removing intermediate container 17c84dd4b2f4 19:12:19 ---> 0edb332d4a1e 19:12:19 Step 24/26 : LABEL arch=x86_64 19:12:19 ---> Running in 2adb5dccb245 19:12:20 5831b945b038: Pull complete 19:12:20 86bbec2aaacd: Pull complete 19:12:20 e10730c5d714: Pull complete 19:12:20 Removing intermediate container 2adb5dccb245 19:12:20 ---> 452528df51f7 19:12:20 Step 25/26 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:12:20 ---> Running in a993d9f61e91 19:12:20 Removing intermediate container a993d9f61e91 19:12:20 ---> dccb4ee018e4 19:12:20 Step 26/26 : LABEL version=0.0.0 19:12:20 ---> Running in fa30bf7d1fd3 19:12:21 Removing intermediate container fa30bf7d1fd3 19:12:21 ---> 0b4ba1112fd8 19:12:21 19:12:21 Successfully built 0b4ba1112fd8 19:12:21 Successfully tagged security-spire-config:latest 19:12:21  Building security-spire-config ... done Building security-secretstore-setup 19:12:25 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:25 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:12:25 ---> 0d63abf92324 19:12:25 Step 3/25 : WORKDIR /edgex-go 19:12:25 ---> Using cache 19:12:25 ---> 2cb31d602375 19:12:25 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:25 ---> Using cache 19:12:25 ---> f1dcd5a56181 19:12:25 Step 5/25 : RUN apk add --update --no-cache make git 19:12:25 5dd5c2283517: Pull complete 19:12:26 d5ac0230b979: Pull complete 19:12:26 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 19:12:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:12:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:12:27 + docker build -t ci-base-image-arm64 -f - . 19:12:27 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:12:27 WORKDIR /edgex 19:12:27 COPY go.mod . 19:12:27 RUN go mod download 19:12:28 Sending build context to Docker daemon 3.259MB 19:12:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:12:28 ---> 59b3b1a385d4 19:12:28 Step 2/4 : WORKDIR /edgex 19:12:28 ---> Running in 43e37871806c 19:12:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:30 ---> Running in 027dd2824c8b 19:12:30 Removing intermediate container 027dd2824c8b 19:12:30 ---> 4b1a339f0b9f 19:12:30 Step 3/4 : COPY go.mod . 19:12:30 ---> cdcba788086c 19:12:30 Step 4/4 : RUN go mod download 19:12:30 ---> Running in 2c4382df9dd9 19:12:32 Removing intermediate container 505aee65f61d 19:12:32 ---> 47db315a329b 19:12:32 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:12:32 ---> Running in 0276b2aaab0f 19:12: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:12:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:35 Removing intermediate container ed3b91e7c23a 19:12:35 ---> cbe205bf2490 19:12:35 19:12:35 Step 10/33 : FROM alpine:3.16 19:12:35 Removing intermediate container 5e639a73ef3c 19:12:35 ---> bda6e8c29104 19:12:35 19:12:35 Step 11/25 : FROM alpine:3.16 19:12:35 Removing intermediate container 0276b2aaab0f 19:12:35 ---> 4eea5fd63d27 19:12:35 19:12:35 Step 11/23 : FROM alpine:3.16 19:12:35 3.16: Pulling from library/alpine 19:12:35 3.16: Pulling from library/alpine 19:12:35 3.16: Pulling from library/alpine 19:12:35 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:12:35 Status: Downloaded newer image for alpine:3.16 19:12:35 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:12:35 Status: Image is up to date for alpine:3.16 19:12:35 ---> 9c6f07244728 19:12:35 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:35 ---> 9c6f07244728 19:12:35 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:12:35 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:12:35 Status: Image is up to date for alpine:3.16 19:12:35 ---> 9c6f07244728 19:12:35 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:12:36 ---> Running in 2c3d7c9b6cec 19:12:36 ---> Running in 6dcfc96cb7ff 19:12:36 ---> Running in 2c96b892a016 19:12:36 OK: 211 MiB in 51 packages 19:12:36 Removing intermediate container 6dcfc96cb7ff 19:12:36 ---> 3ac16ef836a7 19:12:36 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:12:36 Removing intermediate container 2c3d7c9b6cec 19:12:36 ---> cf0d157a9a74 19:12:36 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:36 ---> Running in 72e7e361b3e9 19:12:36 ---> Running in 5030cb62c014 19:12:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:37 (1/1) Installing dumb-init (1.2.5-r1) 19:12:37 Executing busybox-1.35.0-r17.trigger 19:12:37 OK: 6 MiB in 15 packages 19:12:37 Removing intermediate container 43e37871806c 19:12:37 ---> c9cccb07cda8 19:12:37 Step 6/25 : COPY go.mod vendor* ./ 19:12:37 ---> f1c168c78706 19:12:37 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:37 ---> Running in ed0ad297fd16 19:12:37 Removing intermediate container 2c96b892a016 19:12:37 ---> 42aa8b09e53b 19:12:37 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:37 Removing intermediate container de555d3558c8 19:12:37 ---> 4ce58ac082ce 19:12:37 19:12:37 Step 11/24 : FROM alpine:3.16 19:12:37 ---> 9c6f07244728 19:12:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:12:38 ---> Running in 1413bb510822 19:12:38 ---> Running in 7aa15661ab53 19:12:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:38 Removing intermediate container 1413bb510822 19:12:38 ---> e0bac9d5826c 19:12:38 Step 14/25 : ENV APP_PORT=59881 19:12:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:38 ---> Running in 94a1d528daa1 19:12:38 Removing intermediate container 7aa15661ab53 19:12:38 ---> c9a099621076 19:12:38 Step 13/24 : ENV APP_PORT=59880 19:12:38 ---> Running in 5c4d695652e8 19:12:38 Removing intermediate container 94a1d528daa1 19:12:38 ---> 444483c40d30 19:12:38 Step 15/25 : EXPOSE $APP_PORT 19:12:38 ---> Running in 753f0e4d962a 19:12:38 Removing intermediate container 5c4d695652e8 19:12:38 ---> 1265266e610e 19:12:38 Step 14/24 : EXPOSE $APP_PORT 19:12:38 ---> Running in 815d0cae6f2b 19:12:38 (1/2) Installing dumb-init (1.2.5-r1) 19:12:38 (2/2) Installing su-exec (0.2-r1) 19:12:38 Executing busybox-1.35.0-r17.trigger 19:12:38 OK: 6 MiB in 16 packages 19:12:38 Removing intermediate container 753f0e4d962a 19:12:38 ---> 3c88615bdf4a 19:12:38 Step 16/25 : WORKDIR / 19:12:38 ---> Running in 64af20a0eceb 19:12:38 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:12:38 Removing intermediate container 815d0cae6f2b 19:12:38 ---> c3448ba2f7d8 19:12:38 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:38 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:12:38 (3/33) Installing readline (8.1.2-r0) 19:12:38 (4/33) Installing bash (5.1.16-r2) 19:12:38 ---> Running in fa055d278e86 19:12:38 Executing bash-5.1.16-r2.post-install 19:12:38 (5/33) Installing ca-certificates (20220614-r0) 19:12:38 Removing intermediate container 64af20a0eceb 19:12:38 ---> 4d54dcea5b64 19:12:38 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:38 (6/33) Installing brotli-libs (1.0.9-r6) 19:12:38 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:12:38 (8/33) Installing libcurl (7.83.1-r3) 19:12:38 (9/33) Installing curl (7.83.1-r3) 19:12:38 (10/33) Installing docker-cli (20.10.20-r0) 19:12:38 (11/33) Installing dumb-init (1.2.5-r1) 19:12:38 (12/33) Installing libbz2 (1.0.8-r1) 19:12:38 (13/33) Installing expat (2.4.9-r0) 19:12:38 (14/33) Installing libffi (3.4.2-r1) 19:12:38 (15/33) Installing gdbm (1.23-r0) 19:12:38 (16/33) Installing xz-libs (5.2.5-r1) 19:12:38 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:12:38 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:12:38 (19/33) Installing mpdecimal (2.5.1-r1) 19:12:38 (20/33) Installing sqlite-libs (3.38.5-r0) 19:12:38 (21/33) Installing python3 (3.10.5-r0) 19:12:39 ---> 667d811ada80 19:12:39 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:12:39 Removing intermediate container 72e7e361b3e9 19:12:39 ---> 9b4add9ec2db 19:12:39 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:12:39 ---> Running in 29848fb55783 19:12:39 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:12:39 (23/33) Installing py3-tomli (2.0.1-r1) 19:12:39 (24/33) Installing py3-pep517 (0.12.0-r2) 19:12:39 (25/33) Installing py3-six (1.16.0-r1) 19:12:39 (26/33) Installing py3-retrying (1.3.3-r3) 19:12:39 Removing intermediate container 29848fb55783 19:12:39 ---> 7167f92c387c 19:12:39 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:12:39 (27/33) Installing py3-appdirs (1.4.4-r3) 19:12:39 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:12:39 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:12:39 (30/33) Installing py3-parsing (2.4.7-r3) 19:12:39 (31/33) Installing py3-packaging (21.3-r0) 19:12:39 (32/33) Installing py3-setuptools (59.4.0-r0) 19:12:39 (33/33) Installing py3-pip (22.1.1-r0) 19:12:39 Executing busybox-1.35.0-r17.trigger 19:12:39 Executing ca-certificates-20220614-r0.trigger 19:12:39 OK: 122 MiB in 47 packages 19:12:41 Removing intermediate container fa055d278e86 19:12:41 ---> c6a8aaba130c 19:12:41 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:12:41 ---> f84bc57993a7 19:12:41 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:12:42 ---> Running in dd54fa008a6c 19:12:42 ---> Running in 853b92101c77 19:12:42 ---> f31d20b68f8c 19:12:42 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:12:42 Removing intermediate container dd54fa008a6c 19:12:42 ---> bd155eff2768 19:12:42 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:12:42 ---> Running in 2ca7994dd198 19:12:42 Removing intermediate container 2ca7994dd198 19:12:42 ---> 63d3a429f569 19:12:42 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:12:42 ---> f67f248d7b8a 19:12:42 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:12:42 ---> Running in d47208ed7810 19:12:42 ---> Running in 346e6268f9a8 19:12:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:42 Removing intermediate container 346e6268f9a8 19:12:42 ---> 9f8f49cef257 19:12:42 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:42 Removing intermediate container d47208ed7810 19:12:42 ---> dadfcd75db92 19:12:42 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:12:42 ---> Running in 72f3d3f92062 19:12:42 ---> Running in ad259e9e6cc8 19:12:43 Removing intermediate container 72f3d3f92062 19:12:43 ---> 5b3417733609 19:12:43 Step 23/25 : LABEL arch=x86_64 19:12:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:44 (1/6) Installing dumb-init (1.2.5-r1) 19:12:44 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:12:44 (3/6) Installing libsodium (1.0.18-r0) 19:12:44 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:12:44 ---> Running in 517602a3d5aa 19:12:44 (5/6) Installing libzmq (4.3.4-r0) 19:12:44 (6/6) Installing zeromq (4.3.4-r0) 19:12:44 Executing busybox-1.35.0-r17.trigger 19:12:44 OK: 8 MiB in 20 packages 19:12:44 Removing intermediate container 517602a3d5aa 19:12:44 ---> 413a69ac47ee 19:12:44 Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:12:44 Removing intermediate container ad259e9e6cc8 19:12:44 ---> 2742566e274c 19:12:44 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:12:44 ---> Running in 61c0adc5c750 19:12:44 ---> Running in cc9bc81da5c2 19:12:44 Removing intermediate container 61c0adc5c750 19:12:44 ---> b6dd7c38dff3 19:12:44 Step 25/25 : LABEL version=0.0.0 19:12:44 Collecting docker-compose==1.23.2 19:12:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:12:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 24.2 MB/s eta 0:00:00 19:12:45 ---> Running in ec986cdbbdd3 19:12:45 Removing intermediate container cc9bc81da5c2 19:12:45 ---> 84dff4d3505b 19:12:45 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:12:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:12:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:12:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 117.7 MB/s eta 0:00:00 19:12:45 Collecting PyYAML<4,>=3.10 19:12:45 Downloading PyYAML-3.13.tar.gz (270 kB) 19:12:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 175.7 MB/s eta 0:00:00 19:12:45 Removing intermediate container ec986cdbbdd3 19:12:45 ---> cfce405e99e4 19:12:45 19:12:45 Successfully built cfce405e99e4 19:12:45 Removing intermediate container 853b92101c77 19:12:45 ---> 4c00b23f6af9 19:12:45 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:45 Successfully tagged core-metadata:latest 19:12:45  Building core-metadata ... done Building security-spire-server 19:12:45 ---> 5d49350998e0 19:12:45 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:12:45 Preparing metadata (setup.py): started 19:12:45 ---> Running in bd5f6eb808bd 19:12:45 Preparing metadata (setup.py): finished with status 'done' 19:12:45 Collecting texttable<0.10,>=0.9.0 19:12:45 Downloading texttable-0.9.1.tar.gz (11 kB) 19:12:45 Preparing metadata (setup.py): started 19:12:46 Preparing metadata (setup.py): finished with status 'done' 19:12:47 Collecting websocket-client<1.0,>=0.32.0 19:12:47 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:12:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 115.7 MB/s eta 0:00:00 19:12:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:12:47 Collecting docopt<0.7,>=0.6.1 19:12:47 Downloading docopt-0.6.2.tar.gz (25 kB) 19:12:47 Preparing metadata (setup.py): started 19:12:47 Preparing metadata (setup.py): finished with status 'done' 19:12:47 Collecting jsonschema<3,>=2.5.1 19:12:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:12:47 Collecting cached-property<2,>=1.2.0 19:12:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:12:47 Collecting dockerpty<0.5,>=0.4.1 19:12:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:12:47 Preparing metadata (setup.py): started 19:12:48 Preparing metadata (setup.py): finished with status 'done' 19:12:48 Collecting docker<4.0,>=3.6.0 19:12:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:12:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 135.9 MB/s eta 0:00:00 19:12:48 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:48 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:12:48 Collecting docker-pycreds>=0.4.0 19:12:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:12:48 Collecting chardet<3.1.0,>=3.0.2 19:12:48 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:12:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 142.4 MB/s eta 0:00:00 19:12:48 Collecting urllib3<1.25,>=1.21.1 19:12:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:12:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 147.8 MB/s eta 0:00:00 19:12:48 Collecting idna<2.8,>=2.5 19:12:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:12:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 17.4 MB/s eta 0:00:00 19:12:48 Collecting certifi>=2017.4.17 19:12:48 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:12:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 45.0 MB/s eta 0:00:00 19:12:48 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:12:48 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:12:48 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:12:48 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:12:48 ---> 0d63abf92324 19:12:48 Step 3/25 : WORKDIR /edgex-go 19:12:48 ---> Using cache 19:12:48 ---> 2cb31d602375 19:12:48 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:48 ---> Using cache 19:12:48 ---> f1dcd5a56181 19:12:48 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:12:48 ---> Using cache 19:12:48 ---> 3488c52e25d5 19:12:48 Step 6/25 : COPY go.mod vendor* ./ 19:12:48 ---> Using cache 19:12:48 ---> 36f0c64f95f3 19:12:48 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:48 ---> Using cache 19:12:48 ---> bf93874413df 19:12:48 Step 8/25 : COPY . . 19:12:48 ---> Using cache 19:12:48 ---> 97ffe3cf0057 19:12:48 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:12:48 ---> Using cache 19:12:48 ---> e6110bbcd5ac 19:12:48 Step 10/25 : WORKDIR /edgex-go/spire-build 19:12:48 ---> 95ca9db519f1 19:12:48 ---> Using cache 19:12:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / ---> 1c475a898608 19:12:48 19:12:48 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:12:49 ---> Running in 29484b95d0fb 19:12:49 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:12:49 Running setup.py install for texttable: started 19:12:49 Running setup.py install for texttable: finished with status 'done' 19:12:49 Running setup.py install for PyYAML: started 19:12:49 Removing intermediate container ed0ad297fd16 19:12:49 ---> 29a27f864195 19:12:49 Step 8/25 : COPY . . 19:12:49 Removing intermediate container bd5f6eb808bd 19:12:49 ---> 1544687c1615 19:12:49 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:49 ---> 3ec28860a68e 19:12:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:12:50 Running setup.py install for PyYAML: finished with status 'done' 19:12:52 Running setup.py install for docopt: started 19:12:52 ---> ffee15e80611 19:12:52 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:12:52 ---> dff1e7a55d74 19:12:52 Step 20/24 : ENTRYPOINT ["/core-data"] 19:12:52 Running setup.py install for docopt: finished with status 'done' 19:12:52 Removing intermediate container 29484b95d0fb 19:12:52 ---> 9c2db0706b63 19:12:52 Step 12/25 : WORKDIR /edgex-go 19:12:52 ---> Running in 9391cacafff5 19:12:52 ---> Running in bd58f0f40264 19:12:52 Removing intermediate container 9391cacafff5 19:12:52 ---> 0215ae2eb86f 19:12:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:53 ---> Running in ec109c2b373b 19:12:53 Removing intermediate container bd58f0f40264 19:12:53 ---> c4d0c6b6542f 19:12:53 19:12:53 Step 13/25 : FROM alpine:3.15 19:12:53 ---> c4fc93816858 19:12:53 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:53 ---> Using cache 19:12:53 ---> 8f80915b74b9 19:12:53 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:53 ---> Using cache 19:12:53 ---> 214cba6015a6 19:12:53 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:12:53 ---> Running in d9285602fed7 19:12:53 Removing intermediate container ec109c2b373b 19:12:53 ---> 8352d71535a5 19:12:53 Step 22/24 : LABEL arch=x86_64 19:12:53 ---> Running in a0dc67444d3f 19:12:53 ---> 88617079bec1 19:12:53 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:12:53 Removing intermediate container a0dc67444d3f 19:12:53 ---> e80bfcc1c2a8 19:12:53 Step 23/24 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:12:53 ---> 0e4285c42052 19:12:53 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:12:53 ---> Running in b51851b6c271 19:12:53 ---> Running in fffc19375054 19:12:53 Running setup.py install for dockerpty: started 19:12:53 ---> c56d6f46c981 19:12:53 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:12:53 Removing intermediate container b51851b6c271 19:12:53 ---> cbec47fc2462 19:12:53 Step 24/24 : LABEL version=0.0.0 19:12:53 ---> Running in 6f4be03b473c 19:12:53 Removing intermediate container 6f4be03b473c 19:12:53 ---> e059d7a009c8 19:12:53 19:12:53 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:53 ---> 5cbd2e37e769 19:12:53 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:12:53 Successfully built e059d7a009c8 19:12:53 Successfully tagged core-data:latest 19:12:53  Building core-data ... done Building security-proxy-setup 19:12:53 Running setup.py install for dockerpty: finished with status 'done' 19:12: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:12:53 ---> d385186a8805 19:12:53 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:12:54 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:55 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:12:55 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:12:55 OK: 15857 distinct packages available 19:12:55 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:56 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:56 (1/5) Installing dumb-init (1.2.5-r1) 19:12:56 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:56 ---> 0d63abf92324 19:12:56 Step 3/22 : WORKDIR /edgex-go 19:12:56 ---> Using cache 19:12:56 ---> 2cb31d602375 19:12:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:56 ---> Using cache 19:12:56 ---> f1dcd5a56181 19:12:56 Step 5/22 : RUN apk add --update --no-cache make git 19:12:56 ---> Using cache 19:12:56 ---> c9cccb07cda8 19:12:56 Step 6/22 : COPY go.mod vendor* ./ 19:12:56 ---> Using cache 19:12:56 ---> f1c168c78706 19:12:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:56 ---> Using cache 19:12:56 ---> 29a27f864195 19:12:56 Step 8/22 : COPY . . 19:12:56 ---> Using cache 19:12:56 ---> 0e4285c42052 19:12:56 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:12:56 (2/5) Installing musl-obstack (1.2.3-r0) 19:12:56 (3/5) Installing libucontext (1.1-r0) 19:12:56 (4/5) Installing gcompat (1.0.0-r4) 19:12:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 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:12:56 (5/5) Installing openssl (1.1.1q-r0) 19:12:56 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 19:12:56 Executing busybox-1.34.1-r7.trigger 19:12:56 OK: 7 MiB in 19 packages 19:12:57 ---> 84888f74352e 19:12:57 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:12:57 ---> Running in 4a82f811b5ff 19:12:57 ---> 0e276b1d53cf 19:12:57 Step 28/33 : RUN chmod +x /entrypoint.sh 19:12:57 ---> Running in ea20020389bc 19:12:58 Removing intermediate container d9285602fed7 19:12:58 ---> 1f681dd6740e 19:12:58 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:12: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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:13:02 ---> c5d434e1c52c 19:13:02 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:13:02 Removing intermediate container ea20020389bc 19:13:02 ---> f0749c4bb480 19:13:02 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:13:02 ---> Running in 5d3d71b7867b 19:13:02 Removing intermediate container 5030cb62c014 19:13:02 ---> e18238b96803 19:13:02 Step 14/23 : ENV APP_PORT=58890 19:13:02 ---> f97ff9db1117 19:13:02 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:13:02 ---> Running in 9aa5feec87be 19:13:02 Removing intermediate container 5d3d71b7867b 19:13:02 ---> 1889889c50fb 19:13:02 Step 30/33 : CMD ["gate"] 19:13:02 ---> Running in a328eef2baf7 19:13:02 Removing intermediate container 9aa5feec87be 19:13:02 ---> 2d27bc19048f 19:13:02 Step 15/23 : EXPOSE $APP_PORT 19:13:02 ---> d95ad3cefa4f 19:13:02 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:13:02 ---> Running in 7ce09ff994a9 19:13:03 Removing intermediate container 2c4382df9dd9 19:13:03 ---> 008a7b56f429 19:13:03 Successfully built 008a7b56f429 19:13:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:13:03 Removing intermediate container a328eef2baf7 19:13:03 ---> 6a6d3044e16d 19:13:03 Step 31/33 : LABEL arch=x86_64 19:13:03 ---> Running in bb9b4de7bc5d 19:13:03 + docker inspect -f . ci-base-image-arm64 19:13:03 . [Pipeline] } 19:13:03 ---> c46349aee66f 19:13:03 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:13:03 ---> Running in 293b93ac8b14 19:13:03 Removing intermediate container bb9b4de7bc5d 19:13:03 ---> f2438e24ded5 19:13:03 Step 32/33 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:13:03 Removing intermediate container 7ce09ff994a9 19:13:03 ---> f0e895394056 19:13:03 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:13:03 ---> Running in 6c777838e84a [Pipeline] // withEnv [Pipeline] withDockerContainer 19:13:03 prd-ubuntu20.04-docker-arm64-4c-16g-8789 does not seem to be running inside a container 19:13:03 Removing intermediate container 293b93ac8b14 19:13:03 ---> 93243dc5bbc2 19:13:03 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:13:03 ---> Running in 8a9d28ff3dac 19:13:03 $ 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:13:04 Removing intermediate container 6c777838e84a 19:13:04 ---> 235944d5d428 19:13:04 Step 33/33 : LABEL version=0.0.0 19:13:04 ---> Running in 21cf786cc1d5 19:13:04 Removing intermediate container 8a9d28ff3dac 19:13:04 ---> 218692d0e4db 19:13:04 Step 23/25 : LABEL arch=x86_64 19:13:04 ---> caea32c2bdfc 19:13:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:13:04 ---> Running in 4bec9918f640 19:13:04 Removing intermediate container 21cf786cc1d5 19:13:04 ---> 6d88d1415c08 19:13:04 19:13:04 Successfully built 6d88d1415c08 19:13:04 Successfully tagged security-bootstrapper:latest 19:13:04  Building security-bootstrapper ... done Building support-scheduler 19:13:05 $ docker top fb8c179ca89b9f3b3278e9c22c8d2cb97e743e0fd2631922de457de8632b5597 -eo pid,comm [Pipeline] { [Pipeline] sh 19:13:06 + go version 19:13:06 go version go1.18.7 linux/arm64 [Pipeline] } 19:13:06 $ docker stop --time=1 fb8c179ca89b9f3b3278e9c22c8d2cb97e743e0fd2631922de457de8632b5597 19:13:06 ---> 4557d379fcb4 19:13:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:13:07 $ docker rm -f fb8c179ca89b9f3b3278e9c22c8d2cb97e743e0fd2631922de457de8632b5597 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:13:08 + docker inspect -f . ci-base-image-arm64 19:13:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:13:09 prd-ubuntu20.04-docker-arm64-4c-16g-8789 does not seem to be running inside a container 19:13:09 $ 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:13:09 Removing intermediate container 4bec9918f640 19:13:09 ---> baae31beb73c 19:13:09 Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:13:09 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:09 ---> 0d63abf92324 19:13:09 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:13:09 ---> Using cache 19:13:09 ---> 316a7c902074 19:13:09 Step 4/23 : WORKDIR /edgex-go 19:13:09 ---> Using cache 19:13:09 ---> f33c301dd32d 19:13:09 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:09 ---> Using cache 19:13:09 ---> e3c7b5eb0f9f 19:13:09 Step 6/23 : RUN apk add --update --no-cache make git 19:13:09 ---> Using cache 19:13:09 ---> e8427fc0fc06 19:13:09 Step 7/23 : COPY go.mod vendor* ./ 19:13:09 ---> Using cache 19:13:09 ---> 561741fbdf0b 19:13:09 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:09 ---> Using cache 19:13:09 ---> 2590fa57cf4f 19:13:09 Step 9/23 : COPY . . 19:13:09 ---> Using cache 19:13:09 ---> 7c94971858df 19:13:09 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:13:10 $ docker top b7a99bec0845c507378070d23ac6f99c663b2b2e95a1fcfcc06bf21dd86d501e -eo pid,comm [Pipeline] { [Pipeline] echo 19:13:10 ========================================================= 19:13:10 [edgeXBuildGoParallel] Running Tests and Build... 19:13:10 ========================================================= [Pipeline] sh 19:13:10 ---> be6c46218923 19:13:10 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:13:10 ---> Running in e15677932106 19:13:10 ---> Running in 6dd46862e7d7 19:13:10 ---> Running in 98a00a7b3da7 19:13:11 Removing intermediate container 98a00a7b3da7 19:13:11 ---> f0e007c3f54b 19:13:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:11 Removing intermediate container e15677932106 19:13:11 ---> 5b159342fce7 19:13:11 Step 25/25 : LABEL version=0.0.0 19:13:11 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:13:11 ---> Running in 3ea0827b1701 19:13:11 ---> Running in 45e8da8cc05d 19:13:11 Removing intermediate container 3ea0827b1701 19:13:11 ---> a472f8c853e9 19:13:11 Step 21/23 : LABEL arch=x86_64 19:13:11 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:13:11 Removing intermediate container 45e8da8cc05d 19:13:11 ---> 91573c21978a 19:13:11 19:13:11 ---> Running in 3886dc394997 19:13:11 Successfully built 91573c21978a 19:13:11 Successfully tagged security-spire-server:latest 19:13:11  Building security-spire-server ... done Building support-notifications 19:13:12 + make test 19:13:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:13:13 Removing intermediate container 3886dc394997 19:13:13 ---> 36715e36235f 19:13:13 Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:13:15 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:15 ---> 0d63abf92324 19:13:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:13:15 ---> Using cache 19:13:15 ---> 316a7c902074 19:13:15 Step 4/23 : WORKDIR /edgex-go 19:13:15 ---> Using cache 19:13:15 ---> f33c301dd32d 19:13:15 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:15 ---> Using cache 19:13:15 ---> e3c7b5eb0f9f 19:13:15 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:13:15 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:13:15 ---> Running in cf4499123ed6 19:13:15 ---> Running in 9deef7b6b241 19:13:15 Removing intermediate container cf4499123ed6 19:13:15 ---> 9eb229b30bbe 19:13:15 Step 23/23 : LABEL version=0.0.0 19:13:16 ---> Running in 07c743a14ea5 19:13:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:16 Removing intermediate container 07c743a14ea5 19:13:16 ---> 1a9a5e30104a 19:13:16 19:13:16 Successfully built 1a9a5e30104a 19:13:16 Successfully tagged sys-mgmt-agent:latest 19:13:16 Building core-command 19:13:17  Building sys-mgmt-agent ... done fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:17 OK: 211 MiB in 51 packages 19:13:19 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:13:19 ---> 0d63abf92324 19:13:19 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:13:19 ---> Using cache 19:13:19 ---> 316a7c902074 19:13:19 Step 4/24 : WORKDIR /edgex-go 19:13:19 ---> Using cache 19:13:19 ---> f33c301dd32d 19:13:19 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:19 ---> Using cache 19:13:19 ---> e3c7b5eb0f9f 19:13:19 Step 6/24 : RUN apk add --update --no-cache make git 19:13:19 ---> Using cache 19:13:19 ---> e8427fc0fc06 19:13:19 Step 7/24 : COPY go.mod vendor* ./ 19:13:19 ---> Using cache 19:13:19 ---> 561741fbdf0b 19:13:19 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:19 ---> Using cache 19:13:19 ---> 2590fa57cf4f 19:13:19 Step 9/24 : COPY . . 19:13:19 ---> Using cache 19:13:19 ---> 7c94971858df 19:13:19 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:13:20 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:13:24 ---> Running in 0fe06d4d20b0 19:13:24 Removing intermediate container 9deef7b6b241 19:13:24 ---> 5669a693da17 19:13:24 Step 7/23 : COPY go.mod vendor* ./ 19:13:24 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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:13:25 ---> c4fe251dbe42 19:13:25 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:26 ---> Running in b2e7368945af 19:13:26 Removing intermediate container 4a82f811b5ff 19:13:26 ---> 4d26b9e3a75d 19:13:26 19:13:26 Step 10/22 : FROM alpine:3.16 19:13:26 ---> 9c6f07244728 19:13:26 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:13:26 Removing intermediate container fffc19375054 19:13:26 ---> 31cf4a7c3a4b 19:13:26 19:13:26 Step 10/25 : FROM alpine:3.16 19:13:26 ---> 9c6f07244728 19:13:26 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:13:26 ---> Running in ed4c75eb6577 19:13:26 ---> Running in 34345a866fa8 19:13:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:27 (1/6) Installing ca-certificates (20220614-r0) 19:13:27 (2/6) Installing brotli-libs (1.0.9-r6) 19:13:27 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:13:27 (4/6) Installing libcurl (7.83.1-r3) 19:13:27 (5/6) Installing curl (7.83.1-r3) 19:13:27 (6/6) Installing dumb-init (1.2.5-r1) 19:13:27 Executing busybox-1.35.0-r17.trigger 19:13:27 Executing ca-certificates-20220614-r0.trigger 19:13:27 (1/3) Installing ca-certificates (20220614-r0) 19:13:28 (2/3) Installing dumb-init (1.2.5-r1) 19:13:28 (3/3) Installing su-exec (0.2-r1) 19:13:28 Executing busybox-1.35.0-r17.trigger 19:13:28 Executing ca-certificates-20220614-r0.trigger 19:13:28 OK: 8 MiB in 20 packages 19:13:28 OK: 6 MiB in 17 packages 19:13:31 Removing intermediate container 34345a866fa8 19:13:31 ---> 7e976cadeb7c 19:13:31 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:32 Removing intermediate container ed4c75eb6577 19:13:32 ---> 7f6134ca49d2 19:13:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:32 ---> Running in 5f178ef1b41c 19:13:32 ---> Running in 4e6d2791c5a1 19:13:33 Removing intermediate container 4e6d2791c5a1 19:13:33 ---> 9d940f26e35e 19:13:33 Step 13/22 : WORKDIR /edgex 19:13:33 Removing intermediate container 5f178ef1b41c 19:13:33 ---> a63012c93816 19:13:33 Step 13/25 : WORKDIR / 19:13:33 ---> Running in de0342ec4a5b 19:13:33 ---> Running in de9a9074ec88 19:13:33 Removing intermediate container de0342ec4a5b 19:13:33 ---> dca61f7e1469 19:13:33 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:13:33 Removing intermediate container de9a9074ec88 19:13:33 ---> b77375f53de9 19:13:33 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:13:35 ---> 150dcdb18362 19:13:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:13:35 ---> dc8f99ff6bc8 19:13:35 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:13:36 ---> 97904f0aba12 19:13:36 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:13:37 ---> 22df92149fea 19:13:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:13:38 ---> 3b436c08974b 19:13:38 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:13:38 ---> dc32fe9baad5 19:13:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:13:38 Removing intermediate container b2e7368945af 19:13:38 ---> 8964f05c4cca 19:13:38 Step 9/23 : COPY . . 19:13:38 ---> 9b17ba78e665 19:13:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:13:38 ---> 8a7a67b4738d 19:13:38 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:13:38 ---> Running in 070941c3cb4d 19:13:44 ---> 45ce22d20632 19:13:44 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:13:46 ---> fc39318b81c0 19:13:46 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:13:46 Removing intermediate container 070941c3cb4d 19:13:46 ---> c2cca88a92d3 19:13:46 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:13:46 ---> Running in 8bb3930d9f9a 19:13:46 ---> 2b46243ccd71 19:13:46 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:13:46 Removing intermediate container 6dd46862e7d7 19:13:46 ---> 4854a4701a06 19:13:46 19:13:46 Step 11/23 : FROM alpine:3.16 19:13:46 ---> 9c6f07244728 19:13:46 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:13:46 ---> Using cache 19:13:46 ---> 42aa8b09e53b 19:13:46 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:46 ---> Using cache 19:13:46 ---> e0bac9d5826c 19:13:46 Step 14/23 : ENV APP_PORT=59861 19:13:46 ---> Running in 18b8b98a9d80 19:13:46 Removing intermediate container 8bb3930d9f9a 19:13:46 ---> 89306d5546c8 19:13:46 Step 20/22 : LABEL arch=x86_64 19:13:47 ---> Running in 6dc6be6a3bf4 19:13:47 ---> ee54c76ba4aa 19:13:47 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:13:47 ---> Running in abb045a36f67 19:13:47 ---> Running in 70d9efd7c8e0 19:13:47 Removing intermediate container 6dc6be6a3bf4 19:13:47 ---> b7e408c74b90 19:13:47 Step 15/23 : EXPOSE $APP_PORT 19:13:47 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:13:47 ---> Running in b6f041d58660 19:13:47 Removing intermediate container abb045a36f67 19:13:47 ---> 69c0b129acae 19:13:47 Step 21/22 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:13:47 ---> Running in 1b9e3d38f550 19:13:48 Removing intermediate container b6f041d58660 19:13:48 ---> be8215d0b235 19:13:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:48 Removing intermediate container 1b9e3d38f550 19:13:48 ---> 2327907f57d8 19:13:48 Step 22/22 : LABEL version=0.0.0 19:13:48 ---> Running in d8c015aacd46 19:13:48 ---> 3a471fc0f66b 19:13:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:13:48 Removing intermediate container d8c015aacd46 19:13:48 ---> 69905847fdae 19:13:48 19:13:48 Removing intermediate container 70d9efd7c8e0 19:13:48 ---> 1181d79310a8 19:13:48 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:13:48 Successfully built 69905847fdae 19:13:48 Successfully tagged security-proxy-setup:latest 19:13:48  Building security-proxy-setup ... done Building security-spiffe-token-provider 19:13:48 ---> Running in 0c2f7cb57f64 19:13:49 Removing intermediate container 0fe06d4d20b0 19:13:49 ---> 892bcf218d11 19:13:49 19:13:49 Step 11/24 : FROM alpine:3.16 19:13:49 ---> 9c6f07244728 19:13:49 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:13:49 ---> Using cache 19:13:49 ---> 42aa8b09e53b 19:13:49 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:49 ---> Using cache 19:13:49 ---> e0bac9d5826c 19:13:49 Step 14/24 : ENV APP_PORT=59882 19:13:50 ? github.com/edgexfoundry/edgex-go [no test files] 19:13:51 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:51 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:13:51 ---> 0d63abf92324 19:13:51 Step 3/20 : WORKDIR /edgex-go 19:13:51 ---> Using cache 19:13:51 ---> 2cb31d602375 19:13:51 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:13:52 Removing intermediate container 0c2f7cb57f64 19:13:52 ---> 045e5f794c0a 19:13:52 Step 23/25 : LABEL arch=x86_64 19:13:52 ---> Running in 5a459d261514 19:13:52 ---> Running in 31d6125ca324 19:13:52 ---> 1c8bbde10aae 19:13:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:13:52 ---> Running in e689f591398c 19:13:52 Removing intermediate container 31d6125ca324 19:13:52 ---> e48143dd0702 19:13:52 Step 15/24 : EXPOSE $APP_PORT 19:13:52 ---> Running in 9c59da9941e6 19:13:53 ---> 6640402d91ed 19:13:53 Removing intermediate container e689f591398c 19:13:53 Step 19/23 : ENTRYPOINT ["/support-scheduler"] ---> 5d35f3a1c561 19:13:53 19:13:53 Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:13:53 ---> Running in 1d0e69d67637 19:13:53 ---> Running in 4a909a72c02d 19:13:53 Removing intermediate container 9c59da9941e6 19:13:53 ---> cdb1f53a07e3 19:13:53 Step 16/24 : WORKDIR / 19:13:53 ---> Running in a7dc68c6b030 19:13:53 Removing intermediate container 4a909a72c02d 19:13:53 ---> e61a0dbddffc 19:13:53 Step 25/25 : LABEL version=0.0.0 19:13:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:53 Removing intermediate container 1d0e69d67637 19:13:53 ---> 7ecc637b4d74 19:13:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:53 ---> Running in 91a8460bd43f 19:13:53 ---> Running in b1b6c67e5997 19:13:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:53 Removing intermediate container a7dc68c6b030 19:13:53 ---> e6c610f570fe 19:13:53 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:53 Removing intermediate container b1b6c67e5997 19:13:53 ---> 23e19009915e 19:13:53 Step 21/23 : LABEL arch=x86_64 19:13:53 Removing intermediate container 91a8460bd43f 19:13:53 ---> bcfbf52375fd 19:13:53 19:13:53 v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:13:53 v3.16.2-335-ge36aa4fb66 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:13:53 OK: 17038 distinct packages available 19:13:53 ---> Running in d2d01c8572dd 19:13:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:53 ---> 403c540d683b 19:13:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:13:53 Successfully built bcfbf52375fd 19:13:53 Successfully tagged security-secretstore-setup:latest 19:13:53 Building security-spire-agent 19:13:53  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:53 Removing intermediate container d2d01c8572dd 19:13:53 ---> 083220667fcf 19:13:53 Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:13:53 OK: 211 MiB in 51 packages 19:13:57 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:13:57 ---> 0d63abf92324 19:13:57 Step 3/26 : WORKDIR /edgex-go 19:13:57 ---> Using cache 19:13:57 ---> 2cb31d602375 19:13:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:57 ---> Using cache 19:13:57 ---> f1dcd5a56181 19:13:57 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:13:57 ---> Using cache 19:13:57 ---> 3488c52e25d5 19:13:57 Step 6/26 : COPY go.mod vendor* ./ 19:13:57 ---> Using cache 19:13:57 ---> 36f0c64f95f3 19:13:57 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:57 ---> Using cache 19:13:57 ---> bf93874413df 19:13:57 Step 8/26 : COPY . . 19:13:57 ---> Using cache 19:13:57 ---> 97ffe3cf0057 19:13:57 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:13:57 ---> Using cache 19:13:57 ---> e6110bbcd5ac 19:13:57 Step 10/26 : WORKDIR /edgex-go/spire-build 19:13:57 ---> Using cache 19:13:57 ---> 1c475a898608 19:13:57 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:13:57 ---> Using cache 19:13:57 ---> 28927e39da96 19:13:57 Step 12/26 : WORKDIR /edgex-go 19:13:57 ---> Using cache 19:13:57 ---> e3a804276562 19:13:57 19:13:57 Step 13/26 : FROM alpine:3.15 19:13:57 ---> c4fc93816858 19:13:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:13:57 ---> Using cache 19:13:57 ---> 8f80915b74b9 19:13:57 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:57 ---> Using cache 19:13:57 ---> 214cba6015a6 19:13:57 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:13:57 ---> Using cache 19:13:57 ---> 1f681dd6740e 19:13:57 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:13:59 ---> Running in 8250913dfd55 19:13:59 ---> ee628a68dcc5 19:13:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:13:59 ---> 13a9a6d0982e 19:13:59 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:14:00 Removing intermediate container 8250913dfd55 19:14:00 ---> c45ae716a066 19:14:00 Step 23/23 : LABEL version=0.0.0 19:14:00 ---> Running in 1aab12ccb647 19:14:00 Removing intermediate container 5a459d261514 19:14:00 ---> 42a552431e7b 19:14:00 Step 5/20 : COPY go.mod vendor* ./ 19:14:00 ---> 1c530bcd08c9 19:14:00 Step 20/24 : ENTRYPOINT ["/core-command"] 19:14:00 ---> Running in b70ffdf5b89c 19:14:00 Removing intermediate container 1aab12ccb647 19:14:00 ---> 5b2f2386e8ef 19:14:00 19:14:00 Successfully built 5b2f2386e8ef 19:14:01 Successfully tagged support-scheduler:latest 19:14:01  Building support-scheduler ... done Removing intermediate container b70ffdf5b89c 19:14:01 ---> 203db34cbf42 19:14:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:01 ---> f68da3667e6f 19:14:01 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:01 ---> Running in 1761bdeefd96 19:14:01 ---> Running in 4b020bd3e4f9 19:14:01 ---> 2ce42bd1a11c 19:14:01 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:14:01 Removing intermediate container 1761bdeefd96 19:14:01 ---> d907c7cfa033 19:14:01 Step 22/24 : LABEL arch=x86_64 19:14:01 ---> Running in 4650389e8b15 19:14:01 ---> 4c8743b699ae 19:14:01 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:14:02 Removing intermediate container 4650389e8b15 19:14:02 ---> 50bd375d6ab9 19:14:02 Step 23/24 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:14:02 ---> 932fe8e9375c 19:14:02 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:14:02 ---> Running in 0af600f7c0b8 19:14:02 Removing intermediate container 0af600f7c0b8 19:14:02 ---> 972e5ade5aa3 19:14:02 Step 24/24 : LABEL version=0.0.0 19:14:02 ---> ea15dc61258f 19:14:02 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:03 ---> Running in 9f94c4ed21f2 19:14:03 ---> Running in cf155d84e0e2 19:14:03 Removing intermediate container cf155d84e0e2 19:14:03 ---> a5f12d891fd9 19:14:03 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:03 Removing intermediate container 9f94c4ed21f2 19:14:03 ---> eeb55a7e1a01 19:14:03 19:14:03 Successfully built eeb55a7e1a01 19:14:03 Successfully tagged core-command:latest 19:14:03  Building core-command ... done  ---> Running in 0c3f644dbc6a 19:14:03 Removing intermediate container 0c3f644dbc6a 19:14:03 ---> 6c864d74ec2b 19:14:03 Step 24/26 : LABEL arch=x86_64 19:14:03 ---> Running in 047bb07540a9 19:14:03 Removing intermediate container 047bb07540a9 19:14:03 ---> e06fc4727c84 19:14:03 Step 25/26 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:14:03 ---> Running in 1adedcc3a0dd 19:14:04 Removing intermediate container 1adedcc3a0dd 19:14:04 ---> a8e787a0afa5 19:14:04 Step 26/26 : LABEL version=0.0.0 19:14:04 ---> Running in 4d52f8bd4815 19:14:05 Removing intermediate container 4d52f8bd4815 19:14:05 ---> 301452cb0baf 19:14:05 19:14:05 Successfully built 301452cb0baf 19:14:05 Successfully tagged security-spire-agent:latest 19:14:11  Building security-spire-agent ... done Removing intermediate container 4b020bd3e4f9 19:14:11 ---> 1a4b6fe5e95a 19:14:11 Step 7/20 : COPY . . 19:14:15 Removing intermediate container 18b8b98a9d80 19:14:15 ---> 7d9a2d16a393 19:14:15 19:14:15 Step 11/23 : FROM alpine:3.16 19:14:15 ---> 9c6f07244728 19:14:15 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:14:15 ---> ee7ff050b214 19:14:15 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:14:15 ---> Running in d850248a86d8 19:14:15 ---> Running in d864d214179c 19:14:15 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:14:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:14:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:14:15 (1/2) Installing ca-certificates (20220614-r0) 19:14:15 (2/2) Installing dumb-init (1.2.5-r1) 19:14:15 Executing busybox-1.35.0-r17.trigger 19:14:15 Executing ca-certificates-20220614-r0.trigger 19:14:15 OK: 6 MiB in 16 packages 19:14:16 Removing intermediate container d850248a86d8 19:14:16 ---> fb9650eb8f95 19:14:16 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:14:16 ---> Running in 1c469d460d30 19:14:16 Removing intermediate container 1c469d460d30 19:14:16 ---> fc5bf2909256 19:14:16 Step 14/23 : ENV APP_PORT=59860 19:14:16 ---> Running in dc5d56506dda 19:14:16 Removing intermediate container dc5d56506dda 19:14:16 ---> 0eda7a3f47fc 19:14:16 Step 15/23 : EXPOSE $APP_PORT 19:14:16 ---> Running in 34bb889c4b89 19:14:16 Removing intermediate container 34bb889c4b89 19:14:16 ---> ece92a570a3a 19:14:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:16 ---> 39b0581c93cf 19:14:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:14:17 ---> 8ac90237f032 19:14:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:14:17 ---> 7f6aac971111 19:14:17 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:14:17 ---> Running in 8bd71c17fb02 19:14:17 Removing intermediate container 8bd71c17fb02 19:14:17 ---> cab4e7220ff8 19:14:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:17 ---> Running in 34f887fd54c0 19:14:18 Removing intermediate container 34f887fd54c0 19:14:18 ---> 44976ea48798 19:14:18 Step 21/23 : LABEL arch=x86_64 19:14:18 ---> Running in aa71b3199773 19:14:18 Removing intermediate container aa71b3199773 19:14:18 ---> 5aa7f68286b0 19:14:18 Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:14:18 ---> Running in 65dcd7cf34ee 19:14:18 Removing intermediate container 65dcd7cf34ee 19:14:18 ---> 4f409680fcc0 19:14:18 Step 23/23 : LABEL version=0.0.0 19:14:18 ---> Running in 18f43c85dabe 19:14:18 Removing intermediate container 18f43c85dabe 19:14:18 ---> d4209487fca1 19:14:18 19:14:18 Successfully built d4209487fca1 19:14:18 Successfully tagged support-notifications:latest 19:14:36  Building support-notifications ... done Removing intermediate container d864d214179c 19:14:36 ---> 29d2adf74c83 19:14:36 19:14:36 Step 9/20 : FROM alpine:3.15 19:14:36 ---> c4fc93816858 19:14:36 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:36 ---> Using cache 19:14:36 ---> 8f80915b74b9 19:14:36 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:36 ---> Using cache 19:14:36 ---> 214cba6015a6 19:14:36 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:14:36 ---> Running in bc497cf45001 19:14:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:36 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:14:36 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:14:36 OK: 15857 distinct packages available 19:14:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:36 (1/9) Installing ca-certificates (20220614-r0) 19:14:36 (2/9) Installing brotli-libs (1.0.9-r5) 19:14:37 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:14:37 (4/9) Installing libcurl (7.80.0-r3) 19:14:37 (5/9) Installing curl (7.80.0-r3) 19:14:37 (6/9) Installing dumb-init (1.2.5-r1) 19:14:37 (7/9) Installing musl-obstack (1.2.3-r0) 19:14:37 (8/9) Installing libucontext (1.1-r0) 19:14:37 (9/9) Installing gcompat (1.0.0-r4) 19:14:37 Executing busybox-1.34.1-r7.trigger 19:14:37 Executing ca-certificates-20220614-r0.trigger 19:14:37 OK: 8 MiB in 23 packages 19:14:38 Removing intermediate container bc497cf45001 19:14:38 ---> a86edf8d0279 19:14:38 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:38 ---> 0b357232f7ad 19:14:38 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:14:39 ---> 49e9d9534b52 19:14:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:14:39 ---> f2b60829a733 19:14:39 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:14:39 ---> Running in 2f4d06667867 19:14:39 Removing intermediate container 2f4d06667867 19:14:39 ---> 44a11df1d9ac 19:14:39 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:39 ---> Running in a61f1ee09405 19:14:39 Removing intermediate container a61f1ee09405 19:14:39 ---> bde17c6e573f 19:14:39 Step 18/20 : LABEL arch=x86_64 19:14:39 ---> Running in 070aa069f957 19:14:39 Removing intermediate container 070aa069f957 19:14:39 ---> 05a3dc21f9f7 19:14:39 Step 19/20 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:14:39 ---> Running in c4fb6ed55f61 19:14:39 Removing intermediate container c4fb6ed55f61 19:14:39 ---> 149a21d595ff 19:14:39 Step 20/20 : LABEL version=0.0.0 19:14:39 ---> Running in d876a8e971ad 19:14:39 Removing intermediate container d876a8e971ad 19:14:39 ---> 3d82a7ed54aa 19:14:39 19:14:39 Successfully built 3d82a7ed54aa 19:14:39 Successfully tagged security-spiffe-token-provider:latest 19:14:39  Building security-spiffe-token-provider ... done  [Pipeline] } 19:14:39 $ docker stop --time=1 bb40b5cd367104cb4f012f50a137166d3dfbe3616ab02850a580a8c7ceefe594 19:14:41 $ docker rm -f bb40b5cd367104cb4f012f50a137166d3dfbe3616ab02850a580a8c7ceefe594 [Pipeline] // withDockerContainer [Pipeline] sh 19:14:41 + docker images 19:14:41 REPOSITORY TAG IMAGE ID CREATED SIZE 19:14:41 security-spiffe-token-provider latest 3d82a7ed54aa 2 seconds ago 29.5MB 19:14:41 29d2adf74c83 9 seconds ago 1.61GB 19:14:41 support-notifications latest d4209487fca1 23 seconds ago 30.2MB 19:14:41 7d9a2d16a393 30 seconds ago 1.64GB 19:14:41 security-spire-agent latest 301452cb0baf 37 seconds ago 125MB 19:14:41 core-command latest eeb55a7e1a01 38 seconds ago 17.6MB 19:14:41 support-scheduler latest 5b2f2386e8ef 41 seconds ago 29.6MB 19:14:41 security-secretstore-setup latest bcfbf52375fd 48 seconds ago 29.5MB 19:14:41 security-proxy-setup latest 69905847fdae 53 seconds ago 27.6MB 19:14:41 892bcf218d11 53 seconds ago 1.58GB 19:14:41 4854a4701a06 55 seconds ago 1.64GB 19:14:41 4d26b9e3a75d About a minute ago 1.57GB 19:14:41 31cf4a7c3a4b About a minute ago 1.57GB 19:14:41 sys-mgmt-agent latest 1a9a5e30104a About a minute ago 136MB 19:14:41 security-spire-server latest 91573c21978a About a minute ago 86.5MB 19:14:41 security-bootstrapper latest 6d88d1415c08 About a minute ago 20MB 19:14:41 c4d0c6b6542f About a minute ago 1.45GB 19:14:41 core-data latest e059d7a009c8 About a minute ago 21.7MB 19:14:41 core-metadata latest cfce405e99e4 About a minute ago 18.4MB 19:14:41 4ce58ac082ce 2 minutes ago 1.59GB 19:14:41 4eea5fd63d27 2 minutes ago 1.56GB 19:14:41 cbe205bf2490 2 minutes ago 1.57GB 19:14:41 bda6e8c29104 2 minutes ago 1.59GB 19:14:41 security-spire-config latest 0b4ba1112fd8 2 minutes ago 85.8MB 19:14:41 e3a804276562 2 minutes ago 1.45GB 19:14:41 ci-base-image-x86_64 latest 0d63abf92324 5 minutes ago 941MB 19:14:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 11 days ago 677MB 19:14:41 alpine 3.15 c4fc93816858 2 months ago 5.59MB 19:14:41 alpine 3.16 9c6f07244728 2 months ago 5.54MB 19:14:41 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 19:14:41 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:15:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:15:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:15:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:15:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:15:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:15:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:15:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:15:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:15:58 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:16:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:16:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:16:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:16:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:16:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:16:02 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:16:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.454s coverage: 28.7% of statements 19:16:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:16:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:16:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.195s coverage: 98.5% of statements 19:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.643s coverage: 41.3% of statements 19:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.821s coverage: 54.2% of statements 19:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:17:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.389s coverage: 89.2% of statements 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:17:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.597s coverage: 2.2% of statements 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:17:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.813s coverage: 95.6% of statements 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:17:03 ok github.com/edgexfoundry/edgex-go/internal/io 0.336s coverage: 72.2% of statements 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:17:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.548s coverage: 60.0% of statements 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:17:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.417s coverage: 0.9% of statements 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:17:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.582s coverage: 58.8% of statements 19:17:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.284s coverage: 29.6% of statements 19:17:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:17:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.299s coverage: 47.1% of statements 19:17:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.270s coverage: 79.5% of statements 19:17:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.240s coverage: 94.1% of statements 19:17:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.261s coverage: 96.3% of statements 19:17:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.245s coverage: 87.5% of statements 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.307s coverage: 94.4% of statements 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.260s coverage: 44.8% of statements 19:17:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.842s coverage: 79.9% of statements 19:17:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.357s coverage: 92.9% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.289s coverage: 86.9% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.266s coverage: 87.2% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.231s coverage: 100.0% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.371s coverage: 58.8% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.367s coverage: 80.0% of statements 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.271s coverage: 87.2% of statements 19:17:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.459s coverage: 85.4% of statements 19:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.386s coverage: 91.2% of statements 19:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:17:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.174s coverage: 64.7% of statements 19:17:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:17:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:17:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.324s coverage: 100.0% of statements 19:17:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.140s coverage: 89.4% of statements 19:17:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements 19:17:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements 19:17:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 19:17:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.550s coverage: 65.8% of statements 19:17:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:17:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:17:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:18:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.937s coverage: 41.8% of statements 19:18:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:18:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:18:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.373s coverage: 89.5% of statements 19:18:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:18:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.258s coverage: 84.8% of statements 19:18:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:18:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:18:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:18:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:18:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.492s coverage: 17.7% of statements 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:18:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.874s coverage: 92.3% of statements 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:18:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.559s coverage: 63.2% of statements 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:18:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.543s coverage: 97.7% of statements 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:18:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.222s coverage: 28.9% of statements 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:18:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:18:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.245s coverage: 100.0% of statements 19:18:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.095s coverage: 96.9% of statements 19:18:11 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:18:12 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:18:12 GO111MODULE=on go vet ./... 19:20:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:20:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:20:18 ./bin/test-attribution-txt.sh [Pipeline] echo 19:20:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:20:19 + ls -al . 19:20:19 total 756 19:20:19 drwxrwxr-x 10 1001 1001 4096 Oct 21 19:13 . 19:20:19 drwxr-xr-x 4 root root 4096 Oct 21 19:13 .. 19:20:19 drwxrwxr-x 2 1001 1001 4096 Oct 21 19:11 .blubracket 19:20:19 -rw-rw-r-- 1 1001 1001 16 Oct 21 19:11 .dockerignore 19:20:19 drwxrwxr-x 8 1001 1001 4096 Oct 21 19:11 .git 19:20:19 drwxrwxr-x 3 1001 1001 4096 Oct 21 19:11 .github 19:20:19 -rw-rw-r-- 1 1001 1001 1030 Oct 21 19:11 .gitignore 19:20:19 -rw-rw-r-- 1 1001 1001 42 Oct 21 19:11 .golangci.yml 19:20:19 -rw-rw-r-- 1 1001 1001 87 Oct 21 19:11 .hadolint.yml 19:20:19 -rw-rw-r-- 1 1001 1001 166 Oct 21 19:11 .sonarcloud.properties 19:20:19 -rw-rw-r-- 1 1001 1001 1171 Oct 21 19:11 ADOPTERS.md 19:20:19 -rw-rw-r-- 1 1001 1001 10722 Oct 21 19:11 Attribution.txt 19:20:19 -rw-rw-r-- 1 1001 1001 63209 Oct 21 19:11 CHANGELOG.md 19:20:19 -rw-rw-r-- 1 1001 1001 3804 Oct 21 19:11 CONTRIBUTING.md 19:20:19 -rw-rw-r-- 1 1001 1001 677 Oct 21 19:11 GOVERNANCE.md 19:20:19 -rw-rw-r-- 1 1001 1001 850 Oct 21 19:11 Jenkinsfile 19:20:19 -rw-rw-r-- 1 1001 1001 10775 Oct 21 19:11 LICENSE 19:20:19 -rw-rw-r-- 1 1001 1001 13857 Oct 21 19:11 Makefile 19:20:19 -rw-rw-r-- 1 1001 1001 582 Oct 21 19:11 OWNERS.md 19:20:19 -rw-rw-r-- 1 1001 1001 9799 Oct 21 19:11 README.md 19:20:19 -rw-rw-r-- 1 1001 1001 6912 Oct 21 19:11 SECURITY.md 19:20:19 -rw-rw-r-- 1 1001 1001 5 Oct 21 19:08 VERSION 19:20:19 -rw-rw-r-- 1 1001 1001 4131 Oct 21 19:11 ZMQWindows.md 19:20:19 drwxrwxr-x 2 1001 1001 4096 Oct 21 19:11 bin 19:20:19 drwxrwxr-x 18 1001 1001 4096 Oct 21 19:11 cmd 19:20:19 -rw-r--r-- 1 root root 500071 Oct 21 19:18 coverage.out 19:20:19 -rw-rw-r-- 1 1001 1001 3458 Oct 21 19:11 go.mod 19:20:19 -rw-rw-r-- 1 1001 1001 38041 Oct 21 19:11 go.sum 19:20:19 drwxrwxr-x 8 1001 1001 4096 Oct 21 19:11 internal 19:20:19 drwxrwxr-x 3 1001 1001 4096 Oct 21 19:11 openapi 19:20:19 drwxrwxr-x 4 1001 1001 4096 Oct 21 19:11 snap 19:20:19 -rw-rw-r-- 1 1001 1001 204 Oct 21 19:11 version.go [Pipeline] sh 19:20:20 + '[' -e coverage.out ] 19:20:20 + chown 1001:1001 coverage.out [Pipeline] stash 19:20:20 Warning: overwriting stash ‘coverage-report’ 19:20:21 Stashed 1 file(s) [Pipeline] sh 19:20:21 + make build 19:20:21 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:13 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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:23:35 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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:23:35 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:24:13 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:24:14 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:24:21 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:24:29 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:24: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:24: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:24: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/secrets-config ./cmd/secrets-config 19:24: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:24:56 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:25:02 $ docker stop --time=1 b7a99bec0845c507378070d23ac6f99c663b2b2e95a1fcfcc06bf21dd86d501e 19:25:04 $ docker rm -f b7a99bec0845c507378070d23ac6f99c663b2b2e95a1fcfcc06bf21dd86d501e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:25:06 19:25:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:25:07 latest: Pulling from edgex-devops/edgex-compose-arm64 19:25:07 29e5d40040c1: Pulling fs layer 19:25:07 1ce36da41761: Pulling fs layer 19:25:07 25b303627fd3: Pulling fs layer 19:25:07 29e5d40040c1: Download complete 19:25:08 1ce36da41761: Verifying Checksum 19:25:08 1ce36da41761: Download complete 19:25:08 29e5d40040c1: Pull complete 19:25:09 25b303627fd3: Verifying Checksum 19:25:09 25b303627fd3: Download complete 19:25:09 1ce36da41761: Pull complete 19:25:19 25b303627fd3: Pull complete 19:25:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:25:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:25:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:25:20 prd-ubuntu20.04-docker-arm64-4c-16g-8789 does not seem to be running inside a container 19:25:20 $ 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:25:22 $ docker top 15d6f0b0d430a7c1e5367c9b81544ebbd2e05ac068c98fa6bc357c6c47a794e4 -eo pid,comm [Pipeline] { [Pipeline] sh 19:25:23 + grep parallel 19:25:23 + docker-compose build --help 19:25:28 --parallel Build images in parallel. [Pipeline] } 19:25:28 $ docker stop --time=1 15d6f0b0d430a7c1e5367c9b81544ebbd2e05ac068c98fa6bc357c6c47a794e4 19:25:30 $ docker rm -f 15d6f0b0d430a7c1e5367c9b81544ebbd2e05ac068c98fa6bc357c6c47a794e4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:25:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:25:31 prd-ubuntu20.04-docker-arm64-4c-16g-8789 does not seem to be running inside a container 19:25:31 $ 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:25:33 $ docker top 4541e20089d2bbc89866e4e24c4d1f5fe05f020e7e4ffa2980be49b647ef628b -eo pid,comm [Pipeline] { [Pipeline] sh 19:25:33 + docker-compose -f ./docker-compose-build.yml build --parallel 19:25:40 Building core-command ... 19:25:40 Building core-data ... 19:25:40 Building core-metadata ... 19:25:40 Building security-bootstrapper ... 19:25:40 Building security-proxy-setup ... 19:25:40 Building security-secretstore-setup ... 19:25:40 Building security-spiffe-token-provider ... 19:25:40 Building security-spire-agent ... 19:25:40 Building security-spire-config ... 19:25:40 Building security-spire-server ... 19:25:40 Building support-notifications ... 19:25:40 Building support-scheduler ... 19:25:40 Building sys-mgmt-agent ... 19:25:40 Building security-spiffe-token-provider 19:25:40 Building support-scheduler 19:25:40 Building core-command 19:25:40 Building security-spire-config 19:25:40 Building support-notifications 19:26:37 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:26:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:26:37 ---> 008a7b56f429 19:26:37 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:26:37 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:26:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:26:37 ---> 008a7b56f429 19:26:37 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:26:37 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:26:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:26:37 ---> 008a7b56f429 19:26:37 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:26:37 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:26:37 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:26:37 ---> 008a7b56f429 19:26:37 Step 3/20 : WORKDIR /edgex-go 19:26:37 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:26:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:26:37 ---> 008a7b56f429 19:26:37 Step 3/26 : WORKDIR /edgex-go 19:26:37 ---> Running in e1a8a4b3ccac 19:26:37 ---> Running in 0b7365b5ec63 19:26:37 ---> Running in 879d6ae57a98 19:26:37 ---> Running in 7630adb36c43 19:26:37 ---> Running in dd43b9389e67 19:26:37 Removing intermediate container e1a8a4b3ccac 19:26:37 ---> d172f2cad861 19:26:37 Step 4/23 : WORKDIR /edgex-go 19:26:37 Removing intermediate container 879d6ae57a98 19:26:37 ---> bfcb2bea12e6 19:26:37 Step 4/24 : WORKDIR /edgex-go 19:26:37 Removing intermediate container 0b7365b5ec63 19:26:37 ---> bd310ffce459 19:26:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:37 Removing intermediate container 7630adb36c43 19:26:37 Removing intermediate container dd43b9389e67 19:26:37 ---> 1defc8c3da37 19:26:37 Step 4/23 : WORKDIR /edgex-go 19:26:37 ---> 888d4e1b503f 19:26:37 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:26:37 ---> Running in 6abaec86b77c 19:26:37 ---> Running in 58baaaa3a5e5 19:26:37 ---> Running in 82ef0fedb41e 19:26:37 ---> Running in 330ecea91f4d 19:26:37 ---> Running in 5b358a5db28e 19:26:37 Removing intermediate container 6abaec86b77c 19:26:37 ---> 6f9cb2148856 19:26:37 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:37 ---> Running in a11d22aa91d7 19:26:37 Removing intermediate container 330ecea91f4d 19:26:37 ---> 6266b97f743e 19:26:37 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:37 ---> Running in 3d70b4f96090 19:26:37 Removing intermediate container 58baaaa3a5e5 19:26:37 ---> e0983370de2c 19:26:37 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:37 ---> Running in 06d7e2785f2b 19:26:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:26:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:26:37 Removing intermediate container 82ef0fedb41e 19:26:37 ---> b1949281611f 19:26:37 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:26:37 v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:26:37 v3.16.2-335-ge36aa4fb66 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:26:37 OK: 16895 distinct packages available 19:26:37 ---> Running in 5ea6c5f03f14 19:26:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:26:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:26:38 Removing intermediate container 06d7e2785f2b 19:26:38 ---> bd0008990c8d 19:26:38 Step 6/24 : RUN apk add --update --no-cache make git 19:26:38 OK: 221 MiB in 51 packages 19:26:38 Removing intermediate container a11d22aa91d7 19:26:38 ---> e54e93b125e9 19:26:38 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:26:38 Removing intermediate container 3d70b4f96090 19:26:38 ---> 85fea26a2ddd 19:26:38 Step 6/23 : RUN apk add --update --no-cache make git 19:26:38 ---> Running in 1d04a91e864a 19:26:38 ---> Running in 829e58a72443 19:26:38 ---> Running in db15bed802da 19:26:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:26:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:26:39 Removing intermediate container 5b358a5db28e 19:26:39 ---> 1805d142d012 19:26:39 Step 5/20 : COPY go.mod vendor* ./ 19:26:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:26:40 ---> 403562b1b2e9 19:26:40 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:26:41 ---> Running in 314005fe6a27 19:26:41 OK: 221 MiB in 51 packages 19:26:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:26:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:26:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:26:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:26:42 Removing intermediate container 5ea6c5f03f14 19:26:42 ---> 232d1223ade8 19:26:42 Step 6/26 : COPY go.mod vendor* ./ 19:26:43 OK: 221 MiB in 51 packages 19:26:43 ---> c3db6babb3cb 19:26:43 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:43 ---> Running in f8d33796bffb 19:26:43 OK: 221 MiB in 51 packages 19:26:43 OK: 221 MiB in 51 packages 19:26:45 Removing intermediate container 1d04a91e864a 19:26:45 ---> dfb4afaf1d0a 19:26:45 Step 7/24 : COPY go.mod vendor* ./ 19:26:45 Removing intermediate container db15bed802da 19:26:45 ---> 93651d1a0699 19:26:45 Step 7/23 : COPY go.mod vendor* ./ 19:26:45 Removing intermediate container 829e58a72443 19:26:45 ---> a21aa2c05e46 19:26:45 Step 7/23 : COPY go.mod vendor* ./ 19:26:46 ---> 034c0b2f4aa8 19:26:46 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:46 ---> Running in 19891d8de84b 19:26:46 ---> ae7d1069acde 19:26:46 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:46 ---> d42afac61ae8 19:26:46 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:26:47 ---> Running in feb32d046df6 19:26:47 ---> Running in 7152588d4357 19:28:08 Removing intermediate container 7152588d4357 19:28:08 ---> 30ff72e71b81 19:28:08 Step 9/23 : COPY . . 19:28:08 Removing intermediate container f8d33796bffb 19:28:08 ---> 8142029952fe 19:28:08 Step 8/26 : COPY . . 19:28:08 Removing intermediate container feb32d046df6 19:28:08 ---> ad7828e22ff6 19:28:08 Step 9/24 : COPY . . 19:28:08 Removing intermediate container 19891d8de84b 19:28:08 ---> fa190f079e5a 19:28:08 Step 9/23 : COPY . . 19:28:08 Removing intermediate container 314005fe6a27 19:28:08 ---> f96e50874b27 19:28:08 Step 7/20 : COPY . . 19:28:15 ---> 0400565d87c4 19:28:15 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:28:15 ---> cf366e6a3853 19:28:15 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:28:15 ---> 051a6d6cbe8d 19:28:15 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:28:15 ---> 4c1062f4cdae 19:28:15 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:28:15 ---> 935c886c3119 19:28:15 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:28:15 ---> Running in 92b31f72ec4f 19:28:15 ---> Running in c16550f6bd38 19:28:15 ---> Running in b620ab1a6d55 19:28:15 ---> Running in b14e3bb0aee2 19:28:15 ---> Running in 1487f36bd7db 19:28:15 Removing intermediate container b14e3bb0aee2 19:28:15 ---> 3e894f1b14cd 19:28:15 Step 10/26 : WORKDIR /edgex-go/spire-build 19:28:16 ---> Running in c275183f0a20 19:28:16 Removing intermediate container c275183f0a20 19:28:16 ---> aab37481a7e4 19:28:16 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:28:16 ---> Running in 1750286a6feb 19:28:17 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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:28:18 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:28:18 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:28: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/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:28:19 Removing intermediate container 1750286a6feb 19:28:19 ---> f856dd903ae7 19:28:19 Step 12/26 : WORKDIR /edgex-go 19:28:20 ---> Running in e636b2dcd926 19:28:20 Removing intermediate container e636b2dcd926 19:28:20 ---> 3c1cad9ba901 19:28:20 19:28:20 Step 13/26 : FROM alpine:3.15 19:28:20 3.15: Pulling from library/alpine 19:28:22 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:28:22 Status: Downloaded newer image for alpine:3.15 19:28:22 ---> 02e0d6fdf486 19:28:22 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:28:22 ---> Running in 45710db20857 19:28:22 Removing intermediate container 45710db20857 19:28:22 ---> 20044ea71e66 19:28:22 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:28:22 ---> Running in f6b52a3c3a01 19:28:26 Removing intermediate container f6b52a3c3a01 19:28:26 ---> fd7e8b355d00 19:28:26 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:28:26 ---> Running in 4837d71bd7a9 19:28:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:28:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:28:30 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:28:30 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:28:30 OK: 15734 distinct packages available 19:28:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:28:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:28:33 (1/4) Installing dumb-init (1.2.5-r1) 19:28:33 (2/4) Installing musl-obstack (1.2.3-r0) 19:28:33 (3/4) Installing libucontext (1.1-r0) 19:28:33 (4/4) Installing gcompat (1.0.0-r4) 19:28:34 Executing busybox-1.34.1-r7.trigger 19:28:34 OK: 6 MiB in 18 packages 19:28:36 Removing intermediate container 4837d71bd7a9 19:28:36 ---> 39fac7d5b919 19:28:36 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:28:42 ---> 0a97cec77809 19:28:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:28:42 ---> 11f38601db8b 19:28:42 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:28:43 ---> Running in 2f4a0476d117 19:28:43 Removing intermediate container 2f4a0476d117 19:28:43 ---> 9e2f3e3d97f5 19:28:43 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:28:44 ---> 97830fabe231 19:28:44 Step 21/26 : WORKDIR / 19:28:44 ---> Running in 3151d533e032 19:28:45 Removing intermediate container 3151d533e032 19:28:45 ---> e8501fb29d2b 19:28:45 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:28:45 ---> Running in 939e12c77eba 19:28:45 Removing intermediate container 939e12c77eba 19:28:45 ---> b3014a5cc719 19:28:45 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:28:45 ---> Running in 45920bbd7967 19:28:46 Removing intermediate container 45920bbd7967 19:28:46 ---> 237fbcab35f3 19:28:46 Step 24/26 : LABEL arch=arm64 19:28:46 ---> Running in f9f4c717f373 19:28:47 Removing intermediate container f9f4c717f373 19:28:47 ---> b7a70eadcd1c 19:28:47 Step 25/26 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:28:47 ---> Running in dbdd06b9c3d9 19:28:47 Removing intermediate container dbdd06b9c3d9 19:28:47 ---> 8ab25387018a 19:28:47 Step 26/26 : LABEL version=0.0.0 19:28:47 ---> Running in 23d0b60334cc 19:28:48 Removing intermediate container 23d0b60334cc 19:28:48 ---> 990dd117d0a0 19:28:48 19:28:48 Successfully built 990dd117d0a0 19:28:48 Successfully tagged security-spire-config-arm64:latest 19:28:48  Building security-spire-config ... done Building security-spire-agent 19:29:07 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:29:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:29:07 ---> 008a7b56f429 19:29:07 Step 3/26 : WORKDIR /edgex-go 19:29:07 ---> Using cache 19:29:07 ---> 888d4e1b503f 19:29:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:07 ---> Running in 9b13e8c08ca0 19:29:10 Removing intermediate container 9b13e8c08ca0 19:29:10 ---> 0156dfe3db66 19:29:10 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:29:10 ---> Running in ae288f7c2aa4 19:29:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:29:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:29:14 OK: 221 MiB in 51 packages 19:29:15 Removing intermediate container ae288f7c2aa4 19:29:15 ---> afe14fa4525c 19:29:15 Step 6/26 : COPY go.mod vendor* ./ 19:29:17 ---> e3485661a844 19:29:17 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:29:17 ---> Running in 58c03acac485 19:30:24 Removing intermediate container 58c03acac485 19:30:24 ---> f762d1a9d40d 19:30:24 Step 8/26 : COPY . . 19:30:25 ---> 77852df47ceb 19:30:25 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:30:25 ---> Running in a8f6f0d0b438 19:30:26 Removing intermediate container a8f6f0d0b438 19:30:26 ---> 711b1efe82b0 19:30:26 Step 10/26 : WORKDIR /edgex-go/spire-build 19:30:26 ---> Running in 7ae1d1bdabe1 19:30:27 Removing intermediate container 7ae1d1bdabe1 19:30:27 ---> 96c3ee80f1a1 19:30:27 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:30:27 ---> Running in f351cc546b2c 19:30:30 Removing intermediate container f351cc546b2c 19:30:30 ---> 7c7592694c2d 19:30:30 Step 12/26 : WORKDIR /edgex-go 19:30:30 ---> Running in 75bfe27a6e5b 19:30:31 Removing intermediate container 75bfe27a6e5b 19:30:31 ---> 763c47149c55 19:30:31 19:30:31 Step 13/26 : FROM alpine:3.15 19:30:31 ---> 02e0d6fdf486 19:30:31 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:30:31 ---> Using cache 19:30:31 ---> 20044ea71e66 19:30:31 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:31 ---> Using cache 19:30:31 ---> fd7e8b355d00 19:30:31 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:30:31 ---> Running in 1dba3df71f52 19:30:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:30:34 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:30:35 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:30:35 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:30:35 OK: 15734 distinct packages available 19:30:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:30:37 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:30:38 (1/5) Installing dumb-init (1.2.5-r1) 19:30:38 (2/5) Installing musl-obstack (1.2.3-r0) 19:30:38 (3/5) Installing libucontext (1.1-r0) 19:30:38 (4/5) Installing gcompat (1.0.0-r4) 19:30:38 (5/5) Installing openssl (1.1.1q-r0) 19:30:39 Executing busybox-1.34.1-r7.trigger 19:30:39 OK: 6 MiB in 19 packages 19:30:41 Removing intermediate container 1dba3df71f52 19:30:41 ---> 37fe8aa5dd2f 19:30:41 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:30:44 ---> d0574907b515 19:30:44 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:30:51 ---> 96e8380f4b6f 19:30:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:30:51 ---> 81e33ba788b6 19:30:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:30:51 ---> 4802f2b00a68 19:30:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:30:52 ---> b146fbffea1c 19:30:52 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:30:53 ---> Running in 730df5df49a6 19:30:53 Removing intermediate container 730df5df49a6 19:30:53 ---> f312c639f68e 19:30:53 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:30:53 ---> Running in 0ff3307fef7e 19:30:54 Removing intermediate container 0ff3307fef7e 19:30:54 ---> c0ea7dbe92b8 19:30:54 Step 24/26 : LABEL arch=arm64 19:30:54 ---> Running in 2daa952ff0d7 19:30:55 Removing intermediate container 2daa952ff0d7 19:30:55 ---> 62fcb4953b61 19:30:55 Step 25/26 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:30:55 ---> Running in b00a2333fff5 19:30:55 Removing intermediate container b00a2333fff5 19:30:55 ---> af12d0a5dac2 19:30:55 Step 26/26 : LABEL version=0.0.0 19:30:55 ---> Running in 9ff75aeb35e4 19:30:56 Removing intermediate container 9ff75aeb35e4 19:30:56 ---> 8ed46c5e93c5 19:30:56 19:30:56 Successfully built 8ed46c5e93c5 19:30:56 Successfully tagged security-spire-agent-arm64:latest 19:30:56  Building security-spire-agent ... done Building security-proxy-setup 19:31:18 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:31:18 ---> 008a7b56f429 19:31:18 Step 3/22 : WORKDIR /edgex-go 19:31:18 ---> Using cache 19:31:18 ---> 888d4e1b503f 19:31:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:18 ---> Using cache 19:31:18 ---> 0156dfe3db66 19:31:18 Step 5/22 : RUN apk add --update --no-cache make git 19:31:18 ---> Running in 594a98b124d4 19:31:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:31:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:31:19 OK: 221 MiB in 51 packages 19:31:21 Removing intermediate container 594a98b124d4 19:31:21 ---> cc01f3f1c0fd 19:31:21 Step 6/22 : COPY go.mod vendor* ./ 19:31:22 ---> 65e42d3da7fe 19:31:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:22 ---> Running in 94fc585b76c9 19:32:30 Removing intermediate container 94fc585b76c9 19:32:30 ---> 74947473441e 19:32:30 Step 8/22 : COPY . . 19:32:36 ---> ea6ddb3504bf 19:32:36 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:32:36 ---> Running in 9caa793ad999 19:32: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:35:30 Removing intermediate container c16550f6bd38 19:35:30 ---> 9e685326d151 19:35:30 19:35:30 Step 11/24 : FROM alpine:3.16 19:35:30 3.16: Pulling from library/alpine 19:35:30 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:35:30 Status: Downloaded newer image for alpine:3.16 19:35:30 ---> a6215f271958 19:35:30 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:35:30 ---> Running in a97efe2beb1e 19:35:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:35:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:35:33 (1/1) Installing dumb-init (1.2.5-r1) 19:35:33 Executing busybox-1.35.0-r17.trigger 19:35:33 OK: 5 MiB in 15 packages 19:35:35 Removing intermediate container a97efe2beb1e 19:35:35 ---> fb646baf7e07 19:35:35 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:35:35 ---> Running in bed73a090359 19:35:35 Removing intermediate container bed73a090359 19:35:35 ---> cf127bf39f69 19:35:35 Step 14/24 : ENV APP_PORT=59882 19:35:36 ---> Running in 64cf1610e41a 19:35:36 Removing intermediate container 64cf1610e41a 19:35:36 ---> 0bef1be25159 19:35:36 Step 15/24 : EXPOSE $APP_PORT 19:35:36 ---> Running in ee8ba4e0fe68 19:35:37 Removing intermediate container ee8ba4e0fe68 19:35:37 ---> f88989041888 19:35:37 Step 16/24 : WORKDIR / 19:35:37 ---> Running in d7b227db2eef 19:35:38 Removing intermediate container d7b227db2eef 19:35:38 ---> ca93cae25371 19:35:38 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:35:39 ---> 9a981d7e2c06 19:35:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:35:41 ---> 1fe96769bea3 19:35:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:35:41 ---> 62ccf3ba6e4e 19:35:41 Step 20/24 : ENTRYPOINT ["/core-command"] 19:35:41 ---> Running in 464f6727f19c 19:35:42 Removing intermediate container 464f6727f19c 19:35:42 ---> 725991465ed6 19:35:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:35:42 ---> Running in b4bca6984929 19:35:42 Removing intermediate container b4bca6984929 19:35:42 ---> 05a2fbd3f0cd 19:35:42 Step 22/24 : LABEL arch=arm64 19:35:43 ---> Running in 7ad159031331 19:35:43 Removing intermediate container 7ad159031331 19:35:43 ---> f435bf2e74ca 19:35:43 Step 23/24 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:35:43 ---> Running in dc0852b6945b 19:35:44 Removing intermediate container dc0852b6945b 19:35:44 ---> 0d96889e0c7b 19:35:44 Step 24/24 : LABEL version=0.0.0 19:35:44 ---> Running in 56c8783b5db0 19:35:44 Removing intermediate container 56c8783b5db0 19:35:44 ---> 48cfeb67e17f 19:35:44 19:35:44 Successfully built 48cfeb67e17f 19:35:45 Successfully tagged core-command-arm64:latest 19:35:45 Building core-metadata 19:36:07  Building core-command ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:36:07 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:36:07 ---> 008a7b56f429 19:36:07 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:36:07 ---> Using cache 19:36:07 ---> 1defc8c3da37 19:36:07 Step 4/25 : WORKDIR /edgex-go 19:36:07 ---> Using cache 19:36:07 ---> 6266b97f743e 19:36:07 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:36:07 ---> Using cache 19:36:07 ---> 85fea26a2ddd 19:36:07 Step 6/25 : RUN apk add --update --no-cache make git 19:36:07 ---> Using cache 19:36:07 ---> 93651d1a0699 19:36:07 Step 7/25 : COPY go.mod vendor* ./ 19:36:07 ---> Using cache 19:36:07 ---> 034c0b2f4aa8 19:36:07 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:36:07 ---> Using cache 19:36:07 ---> fa190f079e5a 19:36:07 Step 9/25 : COPY . . 19:36:07 ---> Using cache 19:36:07 ---> 4c1062f4cdae 19:36:07 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:36:07 ---> Running in e9a5a12dd405 19:36:07 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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:37:28 Removing intermediate container 92b31f72ec4f 19:37:28 ---> e701d8773151 19:37:28 19:37:28 Step 9/20 : FROM alpine:3.15 19:37:28 ---> 02e0d6fdf486 19:37:28 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:37:28 ---> Using cache 19:37:28 ---> 20044ea71e66 19:37:28 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:37:28 ---> Using cache 19:37:28 ---> fd7e8b355d00 19:37:28 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:37:28 ---> Running in 83a70d5896d5 19:37:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:37:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:37:28 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:37:28 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:37:28 OK: 15734 distinct packages available 19:37:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:37:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:37:28 (1/9) Installing ca-certificates (20220614-r0) 19:37:28 (2/9) Installing brotli-libs (1.0.9-r5) 19:37:28 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:37:28 (4/9) Installing libcurl (7.80.0-r3) 19:37:28 (5/9) Installing curl (7.80.0-r3) 19:37:28 (6/9) Installing dumb-init (1.2.5-r1) 19:37:28 (7/9) Installing musl-obstack (1.2.3-r0) 19:37:28 (8/9) Installing libucontext (1.1-r0) 19:37:28 (9/9) Installing gcompat (1.0.0-r4) 19:37:29 Executing busybox-1.34.1-r7.trigger 19:37:29 Executing ca-certificates-20220614-r0.trigger 19:37:29 OK: 8 MiB in 23 packages 19:37:32 Removing intermediate container 83a70d5896d5 19:37:32 ---> 4379573d9d89 19:37:32 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:37:33 ---> 010d619bf731 19:37:33 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:37:35 ---> fad1fbefff35 19:37:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:37:36 ---> 83659524a2fb 19:37:36 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:37:36 ---> Running in f20d7b9d5773 19:37:37 Removing intermediate container f20d7b9d5773 19:37:37 ---> 3d19c23ea9f0 19:37:37 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:37:37 ---> Running in 581b706e9968 19:37:37 Removing intermediate container 581b706e9968 19:37:37 ---> 8d0ce4a5d7a5 19:37:37 Step 18/20 : LABEL arch=arm64 19:37:37 ---> Running in 0ebf351296e8 19:37:38 Removing intermediate container 0ebf351296e8 19:37:38 ---> 75b6d29d74ee 19:37:38 Step 19/20 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:37:38 ---> Running in 5eec75f91633 19:37:38 Removing intermediate container 5eec75f91633 19:37:38 ---> cceef619caed 19:37:38 Step 20/20 : LABEL version=0.0.0 19:37:38 ---> Running in 3b76af270431 19:37:39 Removing intermediate container 3b76af270431 19:37:39 ---> 31d68de434b3 19:37:39 19:37:39 Successfully built 31d68de434b3 19:37:39 Successfully tagged security-spiffe-token-provider-arm64:latest 19:37:39  Building security-spiffe-token-provider ... done Building security-bootstrapper 19:37:57 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:37:57 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:37:57 ---> 008a7b56f429 19:37:57 Step 3/33 : WORKDIR /edgex-go 19:37:57 ---> Using cache 19:37:57 ---> 888d4e1b503f 19:37:57 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:37:57 ---> Using cache 19:37:57 ---> 0156dfe3db66 19:37:57 Step 5/33 : RUN apk add --update --no-cache make git 19:37:57 ---> Using cache 19:37:57 ---> cc01f3f1c0fd 19:37:57 Step 6/33 : COPY go.mod vendor* ./ 19:37:57 ---> Using cache 19:37:57 ---> 65e42d3da7fe 19:37:57 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:57 ---> Using cache 19:37:57 ---> 74947473441e 19:37:57 Step 8/33 : COPY . . 19:37:57 ---> Using cache 19:37:57 ---> ea6ddb3504bf 19:37:57 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:37:58 ---> Running in 9584bc8a881c 19:38:00 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:38: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/secrets-config ./cmd/secrets-config 19:39:06 Removing intermediate container 1487f36bd7db 19:39:06 ---> 9d5485fc8fc9 19:39:06 19:39:06 Step 11/23 : FROM alpine:3.16 19:39:06 ---> a6215f271958 19:39:06 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:39:06 ---> Using cache 19:39:06 ---> fb646baf7e07 19:39:06 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:39:06 ---> Using cache 19:39:06 ---> cf127bf39f69 19:39:06 Step 14/23 : ENV APP_PORT=59861 19:39:06 ---> Running in e0c690b71a73 19:39:06 Removing intermediate container e0c690b71a73 19:39:06 ---> f65153e75330 19:39:06 Step 15/23 : EXPOSE $APP_PORT 19:39:06 ---> Running in 0003705b5802 19:39:06 Removing intermediate container 0003705b5802 19:39:06 ---> a18cd800c593 19:39:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:06 Removing intermediate container b620ab1a6d55 19:39:06 ---> 19c1a67d6d3b 19:39:06 19:39:06 Step 11/23 : FROM alpine:3.16 19:39:06 ---> a6215f271958 19:39:06 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:39:06 ---> Running in 16dfdf460ffd 19:39:07 Removing intermediate container 9caa793ad999 19:39:07 ---> ecb043adbdd0 19:39:07 19:39:07 Step 10/22 : FROM alpine:3.16 19:39:07 ---> a6215f271958 19:39:07 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:39:07 ---> Running in 01e3f8bc7180 19:39:09 ---> 017e0a97e1c8 19:39:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:39:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:12 (1/2) Installing ca-certificates (20220614-r0) 19:39:12 (2/2) Installing dumb-init (1.2.5-r1) 19:39:12 Executing busybox-1.35.0-r17.trigger 19:39:12 Executing ca-certificates-20220614-r0.trigger 19:39:12 ---> 92a4dee51dcc 19:39:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:39:12 OK: 6 MiB in 16 packages 19:39:13 (1/6) Installing ca-certificates (20220614-r0) 19:39:13 (2/6) Installing brotli-libs (1.0.9-r6) 19:39:13 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:39:13 (4/6) Installing libcurl (7.83.1-r3) 19:39:13 (5/6) Installing curl (7.83.1-r3) 19:39:13 (6/6) Installing dumb-init (1.2.5-r1) 19:39:13 Executing busybox-1.35.0-r17.trigger 19:39:14 ---> f45818c3d7e5 19:39:14 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:39:14 Executing ca-certificates-20220614-r0.trigger 19:39:14 OK: 8 MiB in 20 packages 19:39:14 ---> Running in ed7ddaebae3e 19:39:16 Removing intermediate container ed7ddaebae3e 19:39:16 ---> 1090a619466e 19:39:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:39:16 ---> Running in c7c321309559 19:39:16 Removing intermediate container 16dfdf460ffd 19:39:16 ---> 6df3642c2966 19:39:16 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:39:16 ---> Running in 7ba09ad48c15 19:39:17 Removing intermediate container c7c321309559 19:39:17 ---> b793520a03bc 19:39:17 Step 21/23 : LABEL arch=arm64 19:39:17 ---> Running in 2150f0142523 19:39:17 Removing intermediate container 7ba09ad48c15 19:39:17 ---> e84fc52c41b7 19:39:17 Step 14/23 : ENV APP_PORT=59860 19:39:18 ---> Running in b9115838b989 19:39:18 Removing intermediate container 2150f0142523 19:39:18 ---> 714b93827a92 19:39:18 Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:39:18 ---> Running in b6dcd4c95426 19:39:18 Removing intermediate container 01e3f8bc7180 19:39:18 ---> c3711a14cdf8 19:39:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:39:19 ---> Running in f9772db4c55d 19:39:19 Removing intermediate container b9115838b989 19:39:19 ---> d883a3017174 19:39:19 Step 15/23 : EXPOSE $APP_PORT 19:39:19 ---> Running in dd6ab0841130 19:39:19 Removing intermediate container b6dcd4c95426 19:39:19 ---> 237269ed0419 19:39:19 Step 23/23 : LABEL version=0.0.0 19:39:19 Removing intermediate container f9772db4c55d 19:39:19 ---> bbbd59954134 19:39:19 Step 13/22 : WORKDIR /edgex 19:39:19 ---> Running in da3fb9262a31 19:39:20 ---> Running in 269dd2874f76 19:39:20 Removing intermediate container dd6ab0841130 19:39:20 ---> cac6eb9be057 19:39:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:21 Removing intermediate container 269dd2874f76 19:39:21 Removing intermediate container da3fb9262a31 19:39:21 ---> e0f6d3ed4e0c 19:39:21 19:39:21 ---> 9ba3e0f03ce8 19:39:21 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:39:21 ---> 6096679418a1 19:39:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:39:21 Successfully built e0f6d3ed4e0c 19:39:21 Successfully tagged support-scheduler-arm64:latest 19:39:21 Building security-spire-server 19:39:22  Building support-scheduler ... done  ---> 0ae78ead7ee1 19:39:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:39:25 ---> 9a2ae5444e38 19:39:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:39:25 ---> 2dd571edc9cf 19:39:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:39:26 ---> 2dbf652b6c48 19:39:26 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:39:26 ---> Running in faad5b59120a 19:39:27 ---> abbeacbcaa4c 19:39:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:39:27 Removing intermediate container faad5b59120a 19:39:27 ---> ceb01f6274c7 19:39:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:39:27 ---> Running in d5923e2b399b 19:39:28 ---> df92d51ce3b6 19:39:28 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:39:28 Removing intermediate container d5923e2b399b 19:39:28 ---> e2cd952387bf 19:39:28 Step 21/23 : LABEL arch=arm64 19:39:28 ---> Running in 18e0f57d8912 19:39:28 ---> Running in 26dc1c7d0e4a 19:39:29 Removing intermediate container 26dc1c7d0e4a 19:39:29 ---> 99c1f3632598 19:39:29 Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:39:29 ---> Running in e5ca36189520 19:39:30 Removing intermediate container e5ca36189520 19:39:30 ---> 63caf78a3aa8 19:39:30 Step 23/23 : LABEL version=0.0.0 19:39:30 ---> Running in 13349e23ae95 19:39:31 Removing intermediate container 13349e23ae95 19:39:31 ---> 524d5fd74aab 19:39:31 19:39:32 Successfully built 524d5fd74aab 19:39:32 Successfully tagged support-notifications-arm64:latest 19:39:32 Building core-data 19:39:32 Removing intermediate container 18e0f57d8912 19:39:32  Building support-notifications ... done  ---> b1e4cc6cf9a8 19:39:32 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:39:32 ---> Running in 9f4a858a47af 19:39:33 Removing intermediate container 9f4a858a47af 19:39:33 ---> 44d5295ac43f 19:39:33 Step 20/22 : LABEL arch=arm64 19:39:33 ---> Running in b7529066eddd 19:39:34 Removing intermediate container b7529066eddd 19:39:34 ---> 2a808884d0d7 19:39:34 Step 21/22 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:39:34 ---> Running in 95150f2d6b42 19:39:35 Removing intermediate container 95150f2d6b42 19:39:35 ---> e810cbfdddbc 19:39:35 Step 22/22 : LABEL version=0.0.0 19:39:35 ---> Running in 3df6dfb4d78c 19:39:35 Removing intermediate container 3df6dfb4d78c 19:39:35 ---> 07268aa74cf1 19:39:35 19:39:36 Successfully built 07268aa74cf1 19:39:36 Successfully tagged security-proxy-setup-arm64:latest 19:39:36  Building security-proxy-setup ... done Building security-secretstore-setup 19:39:48 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:39:48 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:39:48 ---> 008a7b56f429 19:39:48 Step 3/25 : WORKDIR /edgex-go 19:39:48 ---> Using cache 19:39:48 ---> 888d4e1b503f 19:39:48 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:39:48 ---> Using cache 19:39:48 ---> 0156dfe3db66 19:39:48 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:39:48 ---> Using cache 19:39:48 ---> afe14fa4525c 19:39:48 Step 6/25 : COPY go.mod vendor* ./ 19:39:48 ---> Using cache 19:39:48 ---> e3485661a844 19:39:48 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:48 ---> Using cache 19:39:48 ---> f762d1a9d40d 19:39:48 Step 8/25 : COPY . . 19:39:48 ---> Using cache 19:39:48 ---> 77852df47ceb 19:39:48 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:39:48 ---> Using cache 19:39:48 ---> 711b1efe82b0 19:39:48 Step 10/25 : WORKDIR /edgex-go/spire-build 19:39:48 ---> Using cache 19:39:48 ---> 96c3ee80f1a1 19:39:48 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:39:49 ---> Running in 5625232c259c 19:39:52 Removing intermediate container 5625232c259c 19:39:52 ---> 1e251a07eae1 19:39:52 Step 12/25 : WORKDIR /edgex-go 19:39:52 ---> Running in 9fc1a3fa38ca 19:39:53 Removing intermediate container 9fc1a3fa38ca 19:39:53 ---> d827944af8d9 19:39:53 19:39:53 Step 13/25 : FROM alpine:3.15 19:39:53 ---> 02e0d6fdf486 19:39:53 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:39:53 ---> Using cache 19:39:53 ---> 20044ea71e66 19:39:53 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:39:53 ---> Using cache 19:39:53 ---> fd7e8b355d00 19:39:53 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:39:53 ---> Using cache 19:39:53 ---> 37fe8aa5dd2f 19:39:53 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:40:05 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:40:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:40:05 ---> 008a7b56f429 19:40:05 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:40:05 ---> Using cache 19:40:05 ---> 1defc8c3da37 19:40:05 Step 4/24 : WORKDIR /edgex-go 19:40:05 ---> Using cache 19:40:05 ---> 6266b97f743e 19:40:05 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:05 ---> Using cache 19:40:05 ---> 85fea26a2ddd 19:40:05 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:40:06 ---> Running in dfbc5c1057de 19:40:06 ---> d52373d6945d 19:40:06 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:40:08 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:40:08 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:40:08 ---> 008a7b56f429 19:40:08 Step 3/25 : WORKDIR /edgex-go 19:40:08 ---> Using cache 19:40:08 ---> 888d4e1b503f 19:40:08 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:08 ---> Using cache 19:40:08 ---> 0156dfe3db66 19:40:08 Step 5/25 : RUN apk add --update --no-cache make git 19:40:08 ---> Using cache 19:40:08 ---> cc01f3f1c0fd 19:40:08 Step 6/25 : COPY go.mod vendor* ./ 19:40:08 ---> Using cache 19:40:08 ---> 65e42d3da7fe 19:40:08 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:40:08 ---> Using cache 19:40:08 ---> 74947473441e 19:40:08 Step 8/25 : COPY . . 19:40:08 ---> Using cache 19:40:08 ---> ea6ddb3504bf 19:40:08 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:40:08 ---> b0a06900db7d 19:40:08 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:40:08 ---> Running in 6925966d0c28 19:40:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:40:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:40:10 ---> 795b4fb3f1cf 19:40:10 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:40:10 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:40:11 ---> 0b1fdaa95594 19:40:11 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:40:11 ---> Running in c750c4f268d0 19:40:11 OK: 221 MiB in 51 packages 19:40:11 Removing intermediate container c750c4f268d0 19:40:11 ---> 45518cbf20a6 19:40:11 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:40:12 ---> Running in 266e612e0060 19:40:13 Removing intermediate container 266e612e0060 19:40:13 ---> 5f0e253658b0 19:40:13 Step 23/25 : LABEL arch=arm64 19:40:13 Removing intermediate container dfbc5c1057de 19:40:13 ---> 8c799b81cad2 19:40:13 Step 7/24 : COPY go.mod vendor* ./ 19:40:13 ---> Running in f23def76419a 19:40:14 Removing intermediate container f23def76419a 19:40:14 ---> ab30e5ef7d51 19:40:14 Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:40:14 ---> Running in 37f03fbc2088 19:40:14 ---> c199e26fd22a 19:40:14 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:40:14 ---> Running in bd782f04dc79 19:40:15 Removing intermediate container 37f03fbc2088 19:40:15 ---> 7dc0127ce0f4 19:40:15 Step 25/25 : LABEL version=0.0.0 19:40:15 ---> Running in ab2d2e9d98dd 19:40:16 Removing intermediate container ab2d2e9d98dd 19:40:16 ---> 5ff697575dac 19:40:16 19:40:16 Successfully built 5ff697575dac 19:40:16 Successfully tagged security-spire-server-arm64:latest 19:40:16  Building security-spire-server ... done Building sys-mgmt-agent 19:40:34 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:40:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:40:34 ---> 008a7b56f429 19:40:34 Step 3/23 : WORKDIR /edgex-go 19:40:34 ---> Using cache 19:40:34 ---> 888d4e1b503f 19:40:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:34 ---> Using cache 19:40:34 ---> 0156dfe3db66 19:40:34 Step 5/23 : RUN apk add --update --no-cache make bash git 19:40:34 ---> Running in e58408a9e59f 19:40:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:40:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:40:39 OK: 221 MiB in 51 packages 19:40:40 Removing intermediate container e58408a9e59f 19:40:40 ---> aa6dc6a002ed 19:40:40 Step 6/23 : COPY go.mod vendor* ./ 19:40:41 ---> eefe0f0a6b13 19:40:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:40:41 ---> Running in 576354b1a8b6 19:41:20 Removing intermediate container bd782f04dc79 19:41:20 ---> 0e056491e3e7 19:41:20 Step 9/24 : COPY . . 19:41:42 ---> 49cd4b48b966 19:41:42 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:41:42 ---> Running in 7e677c8de5e8 19:41:42 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:41:50 Removing intermediate container 576354b1a8b6 19:41:50 ---> b968d63ab7fb 19:41:50 Step 8/23 : COPY . . 19:42:03 ---> 5248014cd922 19:42:03 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:42:03 ---> Running in 1bc4c9553ac1 19:42:03 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:43:11 Removing intermediate container e9a5a12dd405 19:43:11 ---> 4490119ec35f 19:43:11 19:43:11 Step 11/25 : FROM alpine:3.16 19:43:11 ---> a6215f271958 19:43:11 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:43:11 ---> Using cache 19:43:11 ---> fb646baf7e07 19:43:11 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:43:11 ---> Using cache 19:43:11 ---> cf127bf39f69 19:43:11 Step 14/25 : ENV APP_PORT=59881 19:43:11 ---> Running in 8f3b4dd3b0e0 19:43:11 Removing intermediate container 8f3b4dd3b0e0 19:43:11 ---> fc5dc7a29cd6 19:43:11 Step 15/25 : EXPOSE $APP_PORT 19:43:11 ---> Running in 3062fe5708cd 19:43:11 Removing intermediate container 3062fe5708cd 19:43:11 ---> f966343ae2c1 19:43:11 Step 16/25 : WORKDIR / 19:43:11 ---> Running in 2c657326f935 19:43:11 Removing intermediate container 2c657326f935 19:43:11 ---> d63974b13342 19:43:11 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:11 ---> 232632e3c756 19:43:11 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:43:13 ---> 1aabea40182d 19:43:13 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:43:14 ---> 8ace54bdd840 19:43:14 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:43:14 ---> 5821dcf4c70b 19:43:14 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:43:15 ---> Running in 0b796a8c39ca 19:43:15 Removing intermediate container 0b796a8c39ca 19:43:15 ---> df697c7484bc 19:43:15 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:15 ---> Running in 404a1287adda 19:43:16 Removing intermediate container 404a1287adda 19:43:16 ---> 78978f58f1b0 19:43:16 Step 23/25 : LABEL arch=arm64 19:43:16 ---> Running in 8dddf592d14d 19:43:17 Removing intermediate container 8dddf592d14d 19:43:17 ---> 3034f2015cbb 19:43:17 Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:43:17 ---> Running in 873f8aca7d6d 19:43:18 Removing intermediate container 873f8aca7d6d 19:43:18 ---> ddd61a4bcb19 19:43:18 Step 25/25 : LABEL version=0.0.0 19:43:18 ---> Running in 7a5476bf3935 19:43:18 Removing intermediate container 7a5476bf3935 19:43:18 ---> a12ad3609fbd 19:43:18 19:43:19 Successfully built a12ad3609fbd 19:43:19 Successfully tagged core-metadata-arm64:latest 19:44:05  Building core-metadata ... done Removing intermediate container 9584bc8a881c 19:44:05 ---> b766451957e2 19:44:05 19:44:05 Step 10/33 : FROM alpine:3.16 19:44:05 ---> a6215f271958 19:44:05 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:44:05 ---> Running in 47474d1b6b72 19:44:05 Removing intermediate container 47474d1b6b72 19:44:05 ---> fc9877700b16 19:44:05 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:44:05 ---> Running in c36be32dceba 19:44:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:44:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:44:08 (1/2) Installing dumb-init (1.2.5-r1) 19:44:08 (2/2) Installing su-exec (0.2-r1) 19:44:08 Executing busybox-1.35.0-r17.trigger 19:44:08 OK: 5 MiB in 16 packages 19:44:09 Removing intermediate container c36be32dceba 19:44:09 ---> 04e63a7866d8 19:44:09 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:44:09 ---> Running in 7add8bf94db5 19:44:10 Removing intermediate container 7add8bf94db5 19:44:10 ---> 47bc68ec167e 19:44:10 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:44:10 ---> Running in 7533830f427b 19:44:11 Removing intermediate container 7533830f427b 19:44:11 ---> 0276dad0a564 19:44:11 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:44:11 ---> Running in 2d1a14799ace 19:44:11 Removing intermediate container 2d1a14799ace 19:44:11 ---> 650d3634c794 19:44:11 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:44:11 ---> Running in 4952ae34b7fb 19:44:12 Removing intermediate container 4952ae34b7fb 19:44:12 ---> 93bebb083464 19:44:12 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:44:12 ---> Running in 177b217a15b6 19:44:16 Removing intermediate container 177b217a15b6 19:44:16 ---> ab2c1ea0da3f 19:44:16 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:44:16 ---> Running in afd93dda8068 19:44:16 Removing intermediate container afd93dda8068 19:44:16 ---> ddd2958d6d9c 19:44:16 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:44:17 ---> 86f34d0fe3cf 19:44:17 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:44:17 ---> Running in 08433dbb2c2f 19:44:20 Removing intermediate container 08433dbb2c2f 19:44:20 ---> 136a2f074084 19:44:20 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:44:21 ---> 22708e772e73 19:44:21 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:44:23 ---> fb7a8277e8b9 19:44:23 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:44:24 ---> 7426ea3b3f73 19:44:24 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:44:25 ---> 512c8d55a1fe 19:44:25 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:44:26 ---> 25195236bf1f 19:44:26 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:44:27 ---> 3698dfe96357 19:44:27 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:44:27 ---> 570edf0b0dc9 19:44:27 Step 28/33 : RUN chmod +x /entrypoint.sh 19:44:28 ---> Running in ff85a72495db 19:44:31 Removing intermediate container ff85a72495db 19:44:31 ---> cd42363a235d 19:44:31 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:44:31 ---> Running in c97bff66b422 19:44:31 Removing intermediate container c97bff66b422 19:44:31 ---> e8d4b0e0e05b 19:44:31 Step 30/33 : CMD ["gate"] 19:44:32 ---> Running in 9bcd4d1b0068 19:44:32 Removing intermediate container 9bcd4d1b0068 19:44:32 ---> 993b101c824b 19:44:32 Step 31/33 : LABEL arch=arm64 19:44:32 ---> Running in bef79115e01b 19:44:33 Removing intermediate container bef79115e01b 19:44:33 ---> 2e382f481cf7 19:44:33 Step 32/33 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:44:33 ---> Running in 40f80292ef26 19:44:33 Removing intermediate container 40f80292ef26 19:44:33 ---> 5d0bc628f793 19:44:33 Step 33/33 : LABEL version=0.0.0 19:44:33 ---> Running in eb70a7b2feac 19:44:34 Removing intermediate container eb70a7b2feac 19:44:34 ---> 33d0d4814d84 19:44:34 19:44:34 Successfully built 33d0d4814d84 19:44:34 Successfully tagged security-bootstrapper-arm64:latest 19:45:42  Building security-bootstrapper ... done 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:45:51 Removing intermediate container 6925966d0c28 19:45:51 ---> 9507d1de53b6 19:45:51 19:45:51 Step 10/25 : FROM alpine:3.16 19:45:51 ---> a6215f271958 19:45:51 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:45:51 ---> Running in bff524466154 19:45:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:45:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:45:53 (1/3) Installing ca-certificates (20220614-r0) 19:45:54 (2/3) Installing dumb-init (1.2.5-r1) 19:45:54 (3/3) Installing su-exec (0.2-r1) 19:45:54 Executing busybox-1.35.0-r17.trigger 19:45:54 Executing ca-certificates-20220614-r0.trigger 19:45:54 OK: 6 MiB in 17 packages 19:45:56 Removing intermediate container bff524466154 19:45:56 ---> 0d0a6185220f 19:45:56 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:45:56 ---> Running in 424dd22bac17 19:45:57 Removing intermediate container 424dd22bac17 19:45:57 ---> f8b09f0bc8d4 19:45:57 Step 13/25 : WORKDIR / 19:45:57 ---> Running in 221d7966db56 19:45:58 Removing intermediate container 221d7966db56 19:45:58 ---> 2e6886b4bd38 19:45:58 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:45:59 ---> e6209e495776 19:45:59 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:45:59 ---> 5d0ae183e073 19:45:59 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:46:00 ---> 43c1ad2d8d7a 19:46:00 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:46:02 ---> 5e15ab70fa76 19:46:02 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:46:03 ---> d5fe2ebbded7 19:46:03 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:46:06 ---> 8309d77e0527 19:46:06 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:46:06 ---> b52e886ec239 19:46:06 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:46:06 ---> Running in 791ed5b52ba9 19:46:10 Removing intermediate container 791ed5b52ba9 19:46:10 ---> f292194f3e11 19:46:10 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:46:10 ---> Running in 76f9b8fe9e87 19:46:10 Removing intermediate container 76f9b8fe9e87 19:46:10 ---> a51f28cd2276 19:46:10 Step 23/25 : LABEL arch=arm64 19:46:10 ---> Running in 184339423c85 19:46:11 Removing intermediate container 184339423c85 19:46:11 ---> 410a1f6108ff 19:46:11 Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:46:11 ---> Running in 142861c01c9e 19:46:12 Removing intermediate container 142861c01c9e 19:46:12 ---> 4ebaeedf5aa3 19:46:12 Step 25/25 : LABEL version=0.0.0 19:46:12 ---> Running in 9eb49fb89d57 19:46:12 Removing intermediate container 9eb49fb89d57 19:46:12 ---> a5a63c41a80f 19:46:12 19:46:12 Successfully built a5a63c41a80f 19:46:12 Successfully tagged security-secretstore-setup-arm64:latest 19:46:31  Building security-secretstore-setup ... done Removing intermediate container 1bc4c9553ac1 19:46:31 ---> 735d841f6ce7 19:46:31 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:46:31 ---> Running in 884c53f8fc51 19:46:33 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:46:36 Removing intermediate container 884c53f8fc51 19:46:36 ---> a34d20c8a0f8 19:46:36 19:46:36 Step 11/23 : FROM alpine:3.16 19:46:36 ---> a6215f271958 19:46:36 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:46:36 ---> Running in 5f1171785b06 19:46:37 Removing intermediate container 5f1171785b06 19:46:37 ---> 489142ceca34 19:46:37 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:46:37 ---> Running in 2a7e0f5f1c4a 19:46:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:40 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:46:40 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:46:40 (3/33) Installing readline (8.1.2-r0) 19:46:40 (4/33) Installing bash (5.1.16-r2) 19:46:40 Executing bash-5.1.16-r2.post-install 19:46:40 (5/33) Installing ca-certificates (20220614-r0) 19:46:40 (6/33) Installing brotli-libs (1.0.9-r6) 19:46:40 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:46:40 (8/33) Installing libcurl (7.83.1-r3) 19:46:40 (9/33) Installing curl (7.83.1-r3) 19:46:40 (10/33) Installing docker-cli (20.10.20-r0) 19:46:41 (11/33) Installing dumb-init (1.2.5-r1) 19:46:41 (12/33) Installing libbz2 (1.0.8-r1) 19:46:41 (13/33) Installing expat (2.4.9-r0) 19:46:41 (14/33) Installing libffi (3.4.2-r1) 19:46:41 (15/33) Installing gdbm (1.23-r0) 19:46:41 (16/33) Installing xz-libs (5.2.5-r1) 19:46:41 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:46:41 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:46:41 (19/33) Installing mpdecimal (2.5.1-r1) 19:46:41 (20/33) Installing sqlite-libs (3.38.5-r0) 19:46:41 (21/33) Installing python3 (3.10.5-r0) 19:46:44 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:46:44 (23/33) Installing py3-tomli (2.0.1-r1) 19:46:44 (24/33) Installing py3-pep517 (0.12.0-r2) 19:46:44 (25/33) Installing py3-six (1.16.0-r1) 19:46:44 (26/33) Installing py3-retrying (1.3.3-r3) 19:46:44 (27/33) Installing py3-appdirs (1.4.4-r3) 19:46:44 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:46:44 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:46:44 (30/33) Installing py3-parsing (2.4.7-r3) 19:46:44 (31/33) Installing py3-packaging (21.3-r0) 19:46:44 (32/33) Installing py3-setuptools (59.4.0-r0) 19:46:44 (33/33) Installing py3-pip (22.1.1-r0) 19:46:45 Executing busybox-1.35.0-r17.trigger 19:46:45 Executing ca-certificates-20220614-r0.trigger 19:46:45 OK: 120 MiB in 47 packages 19:46:53 Removing intermediate container 7e677c8de5e8 19:46:53 ---> f45c7ea08c12 19:46:53 19:46:53 Step 11/24 : FROM alpine:3.16 19:46:53 ---> a6215f271958 19:46:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:46:53 ---> Running in a795437d351a 19:46:53 Removing intermediate container a795437d351a 19:46:53 ---> b047a18956de 19:46:53 Step 13/24 : ENV APP_PORT=59880 19:46:53 ---> Running in ed3fbd19a999 19:46:53 Removing intermediate container ed3fbd19a999 19:46:53 ---> 5603ec59953b 19:46:53 Step 14/24 : EXPOSE $APP_PORT 19:46:53 ---> Running in df0c86723fd2 19:46:54 Removing intermediate container df0c86723fd2 19:46:54 ---> d27996ca4c3c 19:46:54 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:54 ---> Running in bac84c1f9375 19:46:56 Removing intermediate container bac84c1f9375 19:46:56 ---> c7c1f34f9b87 19:46:56 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:46:56 ---> Running in 7046639cf4ab 19:46:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:59 (1/6) Installing dumb-init (1.2.5-r1) 19:46:59 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:46:59 (3/6) Installing libsodium (1.0.18-r0) 19:46:59 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:46:59 (5/6) Installing libzmq (4.3.4-r0) 19:46:59 (6/6) Installing zeromq (4.3.4-r0) 19:47:00 Executing busybox-1.35.0-r17.trigger 19:47:00 OK: 8 MiB in 20 packages 19:47:00 Collecting docker-compose==1.23.2 19:47:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:47:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 8.6 MB/s eta 0:00:00 19:47:01 Removing intermediate container 7046639cf4ab 19:47:01 ---> cc072108114d 19:47:01 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:47:01 Collecting cached-property<2,>=1.2.0 19:47:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:47:01 Collecting docopt<0.7,>=0.6.1 19:47:01 Downloading docopt-0.6.2.tar.gz (25 kB) 19:47:01 Preparing metadata (setup.py): started 19:47:01 ---> 4411ce925e06 19:47:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:47:02 ---> 4e6121c980fd 19:47:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:47:03 ---> 8b90a756930b 19:47:03 Step 20/24 : ENTRYPOINT ["/core-data"] 19:47:03 ---> Running in e9e4eaf2d8b1 19:47:03 Preparing metadata (setup.py): finished with status 'done' 19:47:03 Removing intermediate container e9e4eaf2d8b1 19:47:03 ---> 8c33945a8ed7 19:47:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:47:03 ---> Running in c6b65e31c394 19:47:04 Collecting websocket-client<1.0,>=0.32.0 19:47:04 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:47:04 Removing intermediate container c6b65e31c394 19:47:04 ---> 0cc824007650 19:47:04 Step 22/24 : LABEL arch=arm64 19:47:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.1 MB/s eta 0:00:00 19:47:04 ---> Running in 1d9e4011d51c 19:47:04 Removing intermediate container 1d9e4011d51c 19:47:04 ---> ccf8339cc41b 19:47:04 Step 23/24 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:47:04 ---> Running in a4668c28d163 19:47:04 Collecting docker<4.0,>=3.6.0 19:47:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:47:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 16.3 MB/s eta 0:00:00 19:47:04 Removing intermediate container a4668c28d163 19:47:04 ---> 49da71e53bbd 19:47:04 Step 24/24 : LABEL version=0.0.0 19:47:05 ---> Running in e32b57201640 19:47:05 Collecting jsonschema<3,>=2.5.1 19:47:05 Removing intermediate container e32b57201640 19:47:05 ---> bf1e8d11b6b4 19:47:05 19:47:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:47:05 Collecting texttable<0.10,>=0.9.0 19:47:05 Downloading texttable-0.9.1.tar.gz (11 kB) 19:47:05 Preparing metadata (setup.py): started 19:47:05 Successfully built bf1e8d11b6b4 19:47:05 Successfully tagged core-data-arm64:latest 19:47:07  Building core-data ... done  Preparing metadata (setup.py): finished with status 'done' 19:47:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:47:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:47:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 14.6 MB/s eta 0:00:00 19:47:08 Collecting dockerpty<0.5,>=0.4.1 19:47:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:47:08 Preparing metadata (setup.py): started 19:47:11 Preparing metadata (setup.py): finished with status 'done' 19:47:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:47:11 Collecting PyYAML<4,>=3.10 19:47:11 Downloading PyYAML-3.13.tar.gz (270 kB) 19:47:11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 17.3 MB/s eta 0:00:00 19:47:13 Preparing metadata (setup.py): started 19:47:15 Preparing metadata (setup.py): finished with status 'done' 19:47:15 Collecting docker-pycreds>=0.4.0 19:47:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:47:16 Collecting certifi>=2017.4.17 19:47:16 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:47:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 18.1 MB/s eta 0:00:00 19:47:17 Collecting idna<2.8,>=2.5 19:47:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:47:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 16.5 MB/s eta 0:00:00 19:47:17 Collecting chardet<3.1.0,>=3.0.2 19:47:17 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:47:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 17.1 MB/s eta 0:00:00 19:47:18 Collecting urllib3<1.25,>=1.21.1 19:47:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:47:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 17.4 MB/s eta 0:00:00 19:47:18 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:47:18 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:47:18 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:47:18 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:47:19 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:47:19 Running setup.py install for texttable: started 19:47:22 Running setup.py install for texttable: finished with status 'done' 19:47:22 Running setup.py install for PyYAML: started 19:47:25 Running setup.py install for PyYAML: finished with status 'done' 19:47:26 Running setup.py install for docopt: started 19:47:29 Running setup.py install for docopt: finished with status 'done' 19:47:32 Running setup.py install for dockerpty: started 19:47:35 Running setup.py install for dockerpty: finished with status 'done' 19:47:37 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 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:47:37 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 19:47:49 Removing intermediate container 2a7e0f5f1c4a 19:47:49 ---> 81763154f0cd 19:47:49 Step 14/23 : ENV APP_PORT=58890 19:47:49 ---> Running in bcaed6f919a4 19:47:49 Removing intermediate container bcaed6f919a4 19:47:49 ---> 581097182835 19:47:49 Step 15/23 : EXPOSE $APP_PORT 19:47:49 ---> Running in aeb0dd572956 19:47:49 Removing intermediate container aeb0dd572956 19:47:49 ---> cb4cae790eee 19:47:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:47:49 ---> 75de99d49764 19:47:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:47:50 ---> 477ab448da84 19:47:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:47:51 ---> 843fd8ec12f8 19:47:51 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:47:51 ---> Running in 8698e091721c 19:47:51 Removing intermediate container 8698e091721c 19:47:51 ---> f602a97c6dd0 19:47:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:47:51 ---> Running in 4bbebfb58365 19:47:51 Removing intermediate container 4bbebfb58365 19:47:51 ---> b6d3492b0745 19:47:51 Step 21/23 : LABEL arch=arm64 19:47:51 ---> Running in 6242c6323159 19:47:52 Removing intermediate container 6242c6323159 19:47:52 ---> 634777ead283 19:47:52 Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 19:47:52 ---> Running in 27db43566270 19:47:52 Removing intermediate container 27db43566270 19:47:52 ---> ec424283cc47 19:47:52 Step 23/23 : LABEL version=0.0.0 19:47:52 ---> Running in 5d5fc3142e37 19:47:53 Removing intermediate container 5d5fc3142e37 19:47:53 ---> 511689bdd714 19:47:53 19:47:53 Successfully built 511689bdd714 19:47:53 Successfully tagged sys-mgmt-agent-arm64:latest 19:47:53  Building sys-mgmt-agent ... done  [Pipeline] } 19:47:53 $ docker stop --time=1 4541e20089d2bbc89866e4e24c4d1f5fe05f020e7e4ffa2980be49b647ef628b 19:47:55 $ docker rm -f 4541e20089d2bbc89866e4e24c4d1f5fe05f020e7e4ffa2980be49b647ef628b [Pipeline] // withDockerContainer [Pipeline] sh 19:47:55 + docker images 19:47:56 REPOSITORY TAG IMAGE ID CREATED SIZE 19:47:56 sys-mgmt-agent-arm64 latest 511689bdd714 4 seconds ago 133MB 19:47:56 core-data-arm64 latest bf1e8d11b6b4 51 seconds ago 20.8MB 19:47:56 f45c7ea08c12 About a minute ago 1.42GB 19:47:56 a34d20c8a0f8 About a minute ago 1.39GB 19:47:56 security-secretstore-setup-arm64 latest a5a63c41a80f About a minute ago 28.4MB 19:47:56 9507d1de53b6 2 minutes ago 1.4GB 19:47:56 security-bootstrapper-arm64 latest 33d0d4814d84 3 minutes ago 19.2MB 19:47:56 b766451957e2 3 minutes ago 1.4GB 19:47:56 core-metadata-arm64 latest a12ad3609fbd 4 minutes ago 17.7MB 19:47:56 4490119ec35f 4 minutes ago 1.42GB 19:47:56 security-spire-server-arm64 latest 5ff697575dac 7 minutes ago 84.3MB 19:47:56 d827944af8d9 8 minutes ago 1.28GB 19:47:56 security-proxy-setup-arm64 latest 07268aa74cf1 8 minutes ago 26.7MB 19:47:56 support-notifications-arm64 latest 524d5fd74aab 8 minutes ago 29.2MB 19:47:56 support-scheduler-arm64 latest e0f6d3ed4e0c 8 minutes ago 28.6MB 19:47:56 ecb043adbdd0 8 minutes ago 1.4GB 19:47:56 19c1a67d6d3b 8 minutes ago 1.47GB 19:47:56 9d5485fc8fc9 8 minutes ago 1.47GB 19:47:56 security-spiffe-token-provider-arm64 latest 31d68de434b3 10 minutes ago 28.6MB 19:47:56 e701d8773151 10 minutes ago 1.44GB 19:47:56 core-command-arm64 latest 48cfeb67e17f 12 minutes ago 16.9MB 19:47:56 9e685326d151 12 minutes ago 1.41GB 19:47:56 security-spire-agent-arm64 latest 8ed46c5e93c5 17 minutes ago 122MB 19:47:56 763c47149c55 17 minutes ago 1.28GB 19:47:56 security-spire-config-arm64 latest 990dd117d0a0 19 minutes ago 83.6MB 19:47:56 3c1cad9ba901 19 minutes ago 1.28GB 19:47:56 ci-base-image-arm64 latest 008a7b56f429 34 minutes ago 942MB 19:47:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 11 days ago 679MB 19:47:56 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 19:47:56 alpine 3.16 a6215f271958 2 months ago 5.29MB 19:47:56 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:47:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:47:56 19:47:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:47:57 arm64: Pulling from edgex-lftools-log-publisher 19:47:57 8998bd30e6a1: Pulling fs layer 19:47:57 04944245beec: Pulling fs layer 19:47:57 699f458cf7ca: Pulling fs layer 19:47:57 765212b225bb: Pulling fs layer 19:47:57 f23df028b6ca: Pulling fs layer 19:47:57 d65c8cfc05b1: Pulling fs layer 19:47:57 2437ff75d9bd: Pulling fs layer 19:47:57 765212b225bb: Waiting 19:47:57 f23df028b6ca: Waiting 19:47:57 d65c8cfc05b1: Waiting 19:47:57 2437ff75d9bd: Waiting 19:47:57 04944245beec: Verifying Checksum 19:47:57 04944245beec: Download complete 19:47:57 765212b225bb: Verifying Checksum 19:47:57 765212b225bb: Download complete 19:47:57 f23df028b6ca: Verifying Checksum 19:47:57 f23df028b6ca: Download complete 19:47:57 d65c8cfc05b1: Verifying Checksum 19:47:57 d65c8cfc05b1: Download complete 19:47:57 699f458cf7ca: Verifying Checksum 19:47:57 699f458cf7ca: Download complete 19:47:58 8998bd30e6a1: Verifying Checksum 19:47:58 8998bd30e6a1: Download complete 19:48:01 2437ff75d9bd: Verifying Checksum 19:48:01 2437ff75d9bd: Download complete 19:48:02 8998bd30e6a1: Pull complete 19:48:03 04944245beec: Pull complete 19:48:04 699f458cf7ca: Pull complete 19:48:04 765212b225bb: Pull complete 19:48:05 f23df028b6ca: Pull complete 19:48:05 d65c8cfc05b1: Pull complete 19:48:20 2437ff75d9bd: Pull complete 19:48:20 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:48:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:48:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:48:21 prd-ubuntu20.04-docker-arm64-4c-16g-8789 does not seem to be running inside a container 19:48:21 $ 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:48:24 $ docker top 28e60aef844b6792a5dbf0f71bc8621db26cec5d2b8ff9e3980171445027e580 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:48:25 ---> job-cost.sh 19:48:25 lf-activate-venv: SKIPPING 19:48:25 INFO: No Stack... 19:48:25 INFO: Retrieving Pricing Info for: v3-standard-4 19:48:26 INFO: Archiving Costs [Pipeline] sh 19:48:27 + cut -d, -f6 19:48:27 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 19:48:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4208-1-stack-cost] 19:48:27 Resource [jenkins-edgexfoundry-edgex-go-PR-4208-1-stack-cost] did not exist. Created. 19:48:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4208-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:48:28 + echo total: 0.10999999940395355 [Pipeline] stash 19:48:28 Stashed 1 file(s) [Pipeline] } 19:48:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4208-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:48:28 $ docker stop --time=1 28e60aef844b6792a5dbf0f71bc8621db26cec5d2b8ff9e3980171445027e580 19:48:29 $ docker rm -f 28e60aef844b6792a5dbf0f71bc8621db26cec5d2b8ff9e3980171445027e580 [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:48:30 provisioning config files... 19:48:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12332292946636451075tmp [Pipeline] { [Pipeline] sh 19:48:31 + set +x 19:48:31 + curl -s https://codecov.io/bash 19:48:31 + bash -s -- 19:48:31 19:48:31 _____ _ 19:48:31 / ____| | | 19:48:31 | | ___ __| | ___ ___ _____ __ 19:48:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:48:31 | |___| (_) | (_| | __/ (_| (_) \ V / 19:48:31 \_____\___/ \__,_|\___|\___\___/ \_/ 19:48:31 Bash-1.0.6 19:48:31 19:48:31 19:48:31 ==> git version 2.25.1 found 19:48:31 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 19:48:31 Release-Date: 2020-01-08 19:48:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:48:31 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:48:31 ==> Jenkins CI detected. 19:48:31 current dir:  /w/workspace/edgex-go/1 19:48:31 project root: . 19:48:31 --> token set from env 19:48:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:48:31 ==> Running gcov in . (disable via -X gcov) 19:48:31 ==> Python coveragepy not found 19:48:31 ==> Searching for coverage reports in: 19:48:31 + . 19:48:31 -> Found 1 reports 19:48:31 ==> Detecting git/mercurial file structure 19:48:31 ==> Reading reports 19:48:31 + ./coverage.out bytes=500071 19:48:31 ==> Appending adjustments 19:48:31 https://docs.codecov.io/docs/fixing-reports 19:48:32 + Found adjustments 19:48:32 ==> Gzipping contents 19:48:32 64K /tmp/codecov.Wgw1KM.gz 19:48:32 ==> Uploading reports 19:48:32 url: https://codecov.io 19:48:32 query: branch=PR-4208&commit=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4208%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4208&job=&cmd_args= 19:48:32 -> Pinging Codecov 19:48:32 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4208&commit=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4208%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4208&job=&cmd_args= 19:48:33 -> Uploading to 19:48:33 https://storage.googleapis.com/codecov/v4/raw/2022-10-21/00271124DB129430A58F1EEE437C3FCB/4bbcdd960b6bbad4ed0cdd1f2db2b24033944033/8d66e7d6-300e-4371-bb18-c542c8e5b9ca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221021%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221021T194833Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dcafb3a89fa7419e90cb06776dcb727c25f9e9155fcbc97526c901c30ed40263 19:48:33 % Total % Received % Xferd Average Speed Time Time Time Current 19:48:33 Dload Upload Total Spent Left Speed 19:48:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65184 0 0 100 65184 0 277k --:--:-- --:--:-- --:--:-- 276k 100 65184 0 0 100 65184 0 277k --:--:-- --:--:-- --:--:-- 276k 19:48:33 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [Pipeline] } 19:48:33 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:48:34 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:48:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:48:36 ---> package-listing.sh 19:48:36 ++ facter osfamily 19:48:36 ++ tr '[:upper:]' '[:lower:]' 19:48:36 + OS_FAMILY=debian 19:48:36 + workspace=/w/workspace/edgex-go/1 19:48:36 + START_PACKAGES=/tmp/packages_start.txt 19:48:36 + END_PACKAGES=/tmp/packages_end.txt 19:48:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:48:36 + PACKAGES=/tmp/packages_start.txt 19:48:36 + '[' /w/workspace/edgex-go/1 ']' 19:48:36 + PACKAGES=/tmp/packages_end.txt 19:48:36 + case "${OS_FAMILY}" in 19:48:36 + dpkg -l 19:48:36 + grep '^ii' 19:48:36 + '[' -f /tmp/packages_start.txt ']' 19:48:36 + '[' -f /tmp/packages_end.txt ']' 19:48:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:48:36 + '[' /w/workspace/edgex-go/1 ']' 19:48:36 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:48:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:48:36 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:48:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:48:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:48:37 19:48:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:48:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:48:37 latest: Pulling from edgex-lftools-log-publisher 19:48:37 5eb5b503b376: Pulling fs layer 19:48:37 5c69ac0246d0: Pulling fs layer 19:48:37 ec43610c2a17: Pulling fs layer 19:48:37 3a2ae6a8a46f: Pulling fs layer 19:48:37 33b1e0a273af: Pulling fs layer 19:48:37 5d3b04190fa2: Pulling fs layer 19:48:37 2f39f015ded8: Pulling fs layer 19:48:37 3a2ae6a8a46f: Waiting 19:48:37 33b1e0a273af: Waiting 19:48:37 5d3b04190fa2: Waiting 19:48:37 2f39f015ded8: Waiting 19:48:37 5c69ac0246d0: Download complete 19:48:37 3a2ae6a8a46f: Verifying Checksum 19:48:37 3a2ae6a8a46f: Download complete 19:48:37 33b1e0a273af: Verifying Checksum 19:48:37 33b1e0a273af: Download complete 19:48:38 ec43610c2a17: Verifying Checksum 19:48:38 ec43610c2a17: Download complete 19:48:38 5d3b04190fa2: Download complete 19:48:38 5eb5b503b376: Download complete 19:48:38 2f39f015ded8: Download complete 19:48:39 5eb5b503b376: Pull complete 19:48:39 5c69ac0246d0: Pull complete 19:48:40 ec43610c2a17: Pull complete 19:48:40 3a2ae6a8a46f: Pull complete 19:48:40 33b1e0a273af: Pull complete 19:48:40 5d3b04190fa2: Pull complete 19:48:45 2f39f015ded8: Pull complete 19:48:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:48:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:48:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:48:45 prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container 19:48:45 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:48:48 $ docker top 9f6ad3e99e754fe11bee3608d6cace37b91dd9cc522d9bbb1e3dbfcc8dc09518 -eo pid,comm [Pipeline] { [Pipeline] sh 19:48:48 + touch /tmp/pre-build-complete [Pipeline] sh 19:48:48 + mkdir -p /var/log/sysstat [Pipeline] sh 19:48:49 + ls /var/log/sa-host 19:48:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:48:49 provisioning config files... 19:48:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11958321377240741915tmp [Pipeline] { [Pipeline] echo 19:48:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:48:49 ---> create-netrc.sh [Pipeline] } 19:48:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:48:50 ---> python-tools-install.sh [Pipeline] echo 19:48:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:48:50 ---> sudo-logs.sh 19:48:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:48:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:48:51 ---> job-cost.sh 19:48:51 lf-activate-venv: SKIPPING 19:48:51 DEBUG: total: 0.10999999940395355 19:48:51 INFO: Retrieving Stack Cost... 19:48:51 INFO: Retrieving Pricing Info for: v3-standard-8 19:48:51 INFO: Archiving Costs [Pipeline] echo 19:48:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:48:52 ---> logs-deploy.sh 19:48:52 lf-activate-venv: SKIPPING 19:48:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4208/1 19:48:52 INFO: archiving workspace using pattern(s): 19:48:53 Archives upload complete. 19:48:53 INFO: archiving logs to Nexus