Pull request #4199 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a0ee8fc7f7716a766f21c3aacfd04fcd48342cba+78ede30a3e8baac30a9a1e988cb206c5ed4607cd (a55d11d86eecfbb28142eeec5b6547be4d2c2143) 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-ssh10655821299192196924.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-ssh4360872582301385712.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-4199/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-4199/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2550881557337791192.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-4199/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3675553476795845492.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-ssh4087162975265609839.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-4199/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-4199/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9768218332425938743.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8392 in /w/workspace/edgexfoundry_edgex-go_PR-4199 [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 78ede30a3e8baac30a9a1e988cb206c5ed4607cd into PR head commit a0ee8fc7f7716a766f21c3aacfd04fcd48342cba Merge succeeded, producing a0ee8fc7f7716a766f21c3aacfd04fcd48342cba Checking out Revision a0ee8fc7f7716a766f21c3aacfd04fcd48342cba (PR-4199) 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 [Pipeline] } > 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/4199/head:refs/remotes/origin/PR-4199 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a0ee8fc7f7716a766f21c3aacfd04fcd48342cba # 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 78ede30a3e8baac30a9a1e988cb206c5ed4607cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a0ee8fc7f7716a766f21c3aacfd04fcd48342cba # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:05:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:05:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:05:57 ========================================================= 19:05:57 EdgeX Global Pipelines Version Info 19:05:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:05:58 ------------------- 19:05:58 stable info: 19:05:58 ------------------- 19:05:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:05:58 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:05:58 Message: update stable to v1.0.243 19:05:58 ------------------- 19:05:58 experimental info: 19:05:58 ------------------- 19:05:58 Commited By: **** collab-it+edgex@linuxfoundation.org 19:05:58 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:05:58 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4199 [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4199 [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4199 [Pipeline] echo 19:05:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [Pipeline] echo 19:06:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a0ee8fc [Pipeline] echo 19:06:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:00 provisioning config files... 19:06:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12159991307420036713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:06:00 ---> docker-login.sh 19:06:00 nexus3.edgexfoundry.org:10001 19:06:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:00 Configure a credential helper to remove this warning. See 19:06:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:00 19:06:01 Login Succeeded 19:06:01 nexus3.edgexfoundry.org:10002 19:06:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:01 Configure a credential helper to remove this warning. See 19:06:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:01 19:06:01 Login Succeeded 19:06:01 nexus3.edgexfoundry.org:10003 19:06:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:01 Configure a credential helper to remove this warning. See 19:06:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:01 19:06:01 Login Succeeded 19:06:01 nexus3.edgexfoundry.org:10004 19:06:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:01 Configure a credential helper to remove this warning. See 19:06:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:01 19:06:01 Login Succeeded 19:06:01 docker.io 19:06:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:01 Configure a credential helper to remove this warning. See 19:06:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:01 19:06:01 Login Succeeded 19:06:01 ---> docker-login.sh ends [Pipeline] } 19:06:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:02 + 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:06:02 + dirname cmd/core-command/Dockerfile 19:06:02 + cut -d/ -f2 19:06:02 + echo core-command,cmd/core-command/Dockerfile 19:06:02 + + cutdirname -d/ cmd/core-data/Dockerfile -f2 19:06:02 19:06:02 + echo core-data,cmd/core-data/Dockerfile 19:06:02 + cut -d/ -f2 19:06:02 + dirname cmd/core-metadata/Dockerfile 19:06:02 + echo core-metadata,cmd/core-metadata/Dockerfile 19:06:02 + dirname cmd/security-bootstrapper/Dockerfile 19:06:02 + cut -d/ -f2 19:06:02 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:06:02 + + cut -d/dirname -f2 cmd/security-proxy-setup/Dockerfile 19:06:02 19:06:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:06:02 + + cut -d/ -f2 19:06:02 dirname cmd/security-secretstore-setup/Dockerfile 19:06:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:06:02 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:06:02 + cut -d/ -f2 19:06:02 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:06:02 + dirname cmd/security-spire-agent/Dockerfile 19:06:02 + cut -d/ -f2 19:06:02 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:06:02 + dirname cmd/security-spire-config/Dockerfile 19:06:02 + cut -d/ -f2 19:06:02 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:06:02 + dirname cmd/security-spire-server/Dockerfile 19:06:02 + cut -d/ -f2 19:06:02 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:06:02 + + cut -d/dirname -f2 cmd/support-notifications/Dockerfile 19:06:02 19:06:02 + echo support-notifications,cmd/support-notifications/Dockerfile 19:06:02 + + dirname cmd/support-scheduler/Dockerfile 19:06:02 cut -d/ -f2 19:06:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:06:02 + dirname cmd/sys-mgmt-agent/Dockerfile 19:06:02 + cut -d/ -f2 19:06:02 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:06:02 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:06:02 + git rev-list -1 --merges a0ee8fc7f7716a766f21c3aacfd04fcd48342cba~1..a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [Pipeline] echo 19:06:02 -----------> git rev-list -1 --merges a0ee8fc7f7716a766f21c3aacfd04fcd48342cba~1..a0ee8fc7f7716a766f21c3aacfd04fcd48342cba a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [false] [Pipeline] sh 19:06:03 + git log --format=format:%s -1 a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [Pipeline] echo 19:06:03 ========================================================= 19:06:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:06:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:06:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:06:03 + grep -v github /etc/ssh/ssh_known_hosts 19:06:03 + [ -e /tmp/ssh_known_hosts ] 19:06:03 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:06:03 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 19:06:03 -a /etc/ssh/ssh_known_hosts 19:06:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:04 19:06:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:04 0.1.4: Pulling from edgex-devops/py-git-semver 19:06:04 b85a868b505f: Pulling fs layer 19:06:04 e2be974225ed: Pulling fs layer 19:06:04 339a4e72a1f5: Pulling fs layer 19:06:04 988bab9f4d93: Pulling fs layer 19:06:04 1469e6f7b9e6: Pulling fs layer 19:06:04 eaf3925da568: Pulling fs layer 19:06:04 bab4dde63d76: Pulling fs layer 19:06:04 bde34c3a00c8: Pulling fs layer 19:06:04 b352a97aabf1: Pulling fs layer 19:06:04 4872d77fe225: Pulling fs layer 19:06:04 5851b861e8e6: Pulling fs layer 19:06:04 1469e6f7b9e6: Waiting 19:06:04 eaf3925da568: Waiting 19:06:04 bab4dde63d76: Waiting 19:06:04 bde34c3a00c8: Waiting 19:06:04 b352a97aabf1: Waiting 19:06:04 4872d77fe225: Waiting 19:06:04 5851b861e8e6: Waiting 19:06:04 988bab9f4d93: Waiting 19:06:04 e2be974225ed: Download complete 19:06:04 988bab9f4d93: Verifying Checksum 19:06:04 988bab9f4d93: Download complete 19:06:04 339a4e72a1f5: Verifying Checksum 19:06:04 339a4e72a1f5: Download complete 19:06:04 1469e6f7b9e6: Verifying Checksum 19:06:04 1469e6f7b9e6: Download complete 19:06:04 eaf3925da568: Download complete 19:06:04 bde34c3a00c8: Verifying Checksum 19:06:04 bde34c3a00c8: Download complete 19:06:04 b352a97aabf1: Verifying Checksum 19:06:04 b352a97aabf1: Download complete 19:06:04 4872d77fe225: Download complete 19:06:04 5851b861e8e6: Verifying Checksum 19:06:04 5851b861e8e6: Download complete 19:06:04 b85a868b505f: Download complete 19:06:05 bab4dde63d76: Verifying Checksum 19:06:05 bab4dde63d76: Download complete 19:06:06 b85a868b505f: Pull complete 19:06:06 e2be974225ed: Pull complete 19:06:06 339a4e72a1f5: Pull complete 19:06:06 988bab9f4d93: Pull complete 19:06:07 1469e6f7b9e6: Pull complete 19:06:07 eaf3925da568: Pull complete 19:06:09 bab4dde63d76: Pull complete 19:06:09 bde34c3a00c8: Pull complete 19:06:09 b352a97aabf1: Pull complete 19:06:09 4872d77fe225: Pull complete 19:06:09 5851b861e8e6: Pull complete 19:06:09 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:06:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:09 prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container 19:06:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:06:11 $ docker top 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a -eo pid,comm 19:06:11 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:06:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:11 [ssh-agent] Looking for ssh-agent implementation... 19:06:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:11 $ docker exec 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a ssh-agent 19:06:11 SSH_AUTH_SOCK=/tmp/ssh-aveQD2KjnLYX/agent.33 19:06:11 SSH_AGENT_PID=39 19:06:11 Running ssh-add (command line suppressed) 19:06:11 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6039387146550308741.key (/w/workspace/edgex-go/1@tmp/private_key_6039387146550308741.key) 19:06:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:12 + git tag --points-at HEAD [Pipeline] } 19:06:12 $ docker exec --env ******** --env ******** 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a ssh-agent -k 19:06:12 unset SSH_AUTH_SOCK; 19:06:12 unset SSH_AGENT_PID; 19:06:12 echo Agent pid 39 killed; 19:06:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:06:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:12 [ssh-agent] Looking for ssh-agent implementation... 19:06:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:12 $ docker exec 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a ssh-agent 19:06:12 SSH_AUTH_SOCK=/tmp/ssh-aCz9sGtuZU37/agent.70 19:06:12 SSH_AGENT_PID=76 19:06:12 Running ssh-add (command line suppressed) 19:06:12 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6293914813528562083.key (/w/workspace/edgex-go/1@tmp/private_key_6293914813528562083.key) 19:06:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:13 + git semver init 19:06:13 2022-10-17 19:06:13,312 [run_init] DEBUG init version:0.0.0 force:False 19:06:13 2022-10-17 19:06:13,312 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:06:13 2022-10-17 19:06:13,313 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:06:13 2022-10-17 19:06:13,313 [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:06:18 2022-10-17 19:06:17,968 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:06:18 2022-10-17 19:06:17,968 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4199 with force:False 19:06:18 2022-10-17 19:06:17,968 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4199 19:06:18 2022-10-17 19:06:17,973 [execute] INFO git cat-file --batch-check 19:06:18 2022-10-17 19:06:17,973 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:06:18 2022-10-17 19:06:17,981 [execute] INFO git cat-file --batch 19:06:18 2022-10-17 19:06:17,982 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:06:18 2022-10-17 19:06:17,988 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4199 19:06:18 0.0.0 [Pipeline] } 19:06:18 $ docker exec --env ******** --env ******** 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a ssh-agent -k 19:06:18 unset SSH_AUTH_SOCK; 19:06:18 unset SSH_AGENT_PID; 19:06:18 echo Agent pid 76 killed; 19:06:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:19 + git semver [Pipeline] } 19:06:19 $ docker stop --time=1 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a 19:06:21 $ docker rm -f 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a [Pipeline] // withDockerContainer [Pipeline] sh 19:06:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:06:22 Stashed 1 file(s) [Pipeline] echo 19:06:22 [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:06:22 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:06:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:22 ========================================================= 19:06:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:06:22 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:06:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:23 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:06:23 213ec9aee27d: Pulling fs layer 19:06:23 4583459ba037: Pulling fs layer 19:06:23 93c1e223e6f2: Pulling fs layer 19:06:23 53926ce57604: Pulling fs layer 19:06:23 21b2b0c7a3f4: Pulling fs layer 19:06:23 30f14e443154: Pulling fs layer 19:06:23 801331c1e519: Pulling fs layer 19:06:23 99cc6dd402b0: Pulling fs layer 19:06:23 7d9ed39f4882: Pulling fs layer 19:06:23 53926ce57604: Waiting 19:06:23 21b2b0c7a3f4: Waiting 19:06:23 30f14e443154: Waiting 19:06:23 99cc6dd402b0: Waiting 19:06:23 7d9ed39f4882: Waiting 19:06:23 801331c1e519: Waiting 19:06:23 93c1e223e6f2: Verifying Checksum 19:06:23 93c1e223e6f2: Download complete 19:06:23 4583459ba037: Verifying Checksum 19:06:23 4583459ba037: Download complete 19:06:23 21b2b0c7a3f4: Verifying Checksum 19:06:23 21b2b0c7a3f4: Download complete 19:06:23 30f14e443154: Download complete 19:06:23 213ec9aee27d: Verifying Checksum 19:06:23 213ec9aee27d: Download complete 19:06:23 801331c1e519: Download complete 19:06:23 213ec9aee27d: Pull complete 19:06:23 4583459ba037: Pull complete 19:06:23 93c1e223e6f2: Pull complete 19:06:24 53926ce57604: Verifying Checksum 19:06:24 53926ce57604: Download complete 19:06:24 7d9ed39f4882: Verifying Checksum 19:06:24 7d9ed39f4882: Download complete 19:06:24 99cc6dd402b0: Verifying Checksum 19:06:24 99cc6dd402b0: Download complete 19:06:27 53926ce57604: Pull complete 19:06:28 21b2b0c7a3f4: Pull complete 19:06:28 30f14e443154: Pull complete 19:06:28 801331c1e519: Pull complete 19:06:30 99cc6dd402b0: Pull complete 19:06:31 7d9ed39f4882: Pull complete 19:06:31 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 19:06:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:06:31 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:31 WORKDIR /edgex 19:06:31 COPY go.mod . 19:06:31 RUN go mod download 19:06:31 + docker build -t ci-base-image-x86_64 -f - . 19:06:32 Sending build context to Docker daemon 169.6MB 19:06:32 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:32 ---> 1dedd983c030 19:06:32 Step 2/4 : WORKDIR /edgex 19:06:34 ---> Running in e318532df01e 19:06:34 Removing intermediate container e318532df01e 19:06:34 ---> dbdf543cc100 19:06:34 Step 3/4 : COPY go.mod . 19:06:34 ---> d2d99b015b9e 19:06:34 Step 4/4 : RUN go mod download 19:06:34 ---> Running in 0cd440ca027d 19:06:37 Still waiting to schedule task 19:06:37 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:06:44 Removing intermediate container 0cd440ca027d 19:06:44 ---> 71c973281fbd 19:06:44 Successfully built 71c973281fbd 19:06:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:45 + docker inspect -f . ci-base-image-x86_64 19:06:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:45 prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container 19:06:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:06:45 $ docker top 1c2cbb73509647a67cef149e27fe1b944cfae3f2b75a63f82922371bb508d153 -eo pid,comm [Pipeline] { [Pipeline] sh 19:06:46 + go version 19:06:46 go version go1.18.7 linux/amd64 [Pipeline] } 19:06:46 $ docker stop --time=1 1c2cbb73509647a67cef149e27fe1b944cfae3f2b75a63f82922371bb508d153 19:06:47 $ docker rm -f 1c2cbb73509647a67cef149e27fe1b944cfae3f2b75a63f82922371bb508d153 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:48 + docker inspect -f . ci-base-image-x86_64 19:06:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:48 prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container 19:06:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:06:48 $ docker top 0800f2f2f3b7023c4cdf40fbc3c9b352c25a56da085c36ee76190fb71e10619b -eo pid,comm [Pipeline] { [Pipeline] echo 19:06:48 ========================================================= 19:06:48 [edgeXBuildGoParallel] Running Tests and Build... 19:06:48 ========================================================= [Pipeline] sh 19:06:49 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:06:49 + make test 19:06:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:06:56 ? github.com/edgexfoundry/edgex-go [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:07:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.092s coverage: 28.7% of statements 19:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:07:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.108s coverage: 98.5% of statements 19:07:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.122s coverage: 41.3% of statements 19:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:07:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.140s coverage: 54.2% of statements 19:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.540s coverage: 89.2% of statements 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.088s coverage: 2.2% of statements 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.503s coverage: 95.6% of statements 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/io 0.065s coverage: 72.2% of statements 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.091s coverage: 60.0% of statements 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.079s coverage: 29.6% of statements 19:07:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.077s coverage: 79.5% of statements 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements 19:07:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements 19:07:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements 19:07:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements 19:07:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.228s coverage: 80.5% of statements 19:07:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.022s coverage: 65.1% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.069s coverage: 86.9% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 58.8% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.0% of statements 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.2% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.7% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.025s coverage: 73.7% of statements 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.317s coverage: 65.8% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.183s coverage: 41.8% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.068s coverage: 84.8% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.155s coverage: 92.3% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.043s coverage: 28.9% of statements 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:07:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 19:07:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 19:07:33 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:07:55 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 19:07:55 GO111MODULE=on go vet ./... 19:07:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:07:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:07:56 ./bin/test-attribution-txt.sh [Pipeline] echo 19:07:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:07:57 + ls -al . 19:07:57 total 760 19:07:57 drwxrwxr-x 11 1001 1001 4096 Oct 17 19:06 . 19:07:57 drwxr-xr-x 4 root root 4096 Oct 17 19:06 .. 19:07:57 drwxrwxr-x 2 1001 1001 4096 Oct 17 19:05 .blubracket 19:07:57 -rw-rw-r-- 1 1001 1001 16 Oct 17 19:05 .dockerignore 19:07:57 drwxrwxr-x 8 1001 1001 4096 Oct 17 19:07 .git 19:07:57 drwxrwxr-x 3 1001 1001 4096 Oct 17 19:05 .github 19:07:57 -rw-rw-r-- 1 1001 1001 1030 Oct 17 19:05 .gitignore 19:07:57 -rw-rw-r-- 1 1001 1001 42 Oct 17 19:05 .golangci.yml 19:07:57 -rw-rw-r-- 1 1001 1001 87 Oct 17 19:05 .hadolint.yml 19:07:57 drwxr-xr-x 3 1001 1001 4096 Oct 17 19:06 .semver 19:07:57 -rw-rw-r-- 1 1001 1001 166 Oct 17 19:05 .sonarcloud.properties 19:07:57 -rw-rw-r-- 1 1001 1001 1171 Oct 17 19:05 ADOPTERS.md 19:07:57 -rw-rw-r-- 1 1001 1001 10722 Oct 17 19:05 Attribution.txt 19:07:57 -rw-rw-r-- 1 1001 1001 63209 Oct 17 19:05 CHANGELOG.md 19:07:57 -rw-rw-r-- 1 1001 1001 3804 Oct 17 19:05 CONTRIBUTING.md 19:07:57 -rw-rw-r-- 1 1001 1001 677 Oct 17 19:05 GOVERNANCE.md 19:07:57 -rw-rw-r-- 1 1001 1001 850 Oct 17 19:05 Jenkinsfile 19:07:57 -rw-rw-r-- 1 1001 1001 10775 Oct 17 19:05 LICENSE 19:07:57 -rw-rw-r-- 1 1001 1001 13857 Oct 17 19:05 Makefile 19:07:57 -rw-rw-r-- 1 1001 1001 582 Oct 17 19:05 OWNERS.md 19:07:57 -rw-rw-r-- 1 1001 1001 9799 Oct 17 19:05 README.md 19:07:57 -rw-rw-r-- 1 1001 1001 6912 Oct 17 19:05 SECURITY.md 19:07:57 -rw-rw-r-- 1 1001 1001 5 Oct 17 19:06 VERSION 19:07:57 -rw-rw-r-- 1 1001 1001 4131 Oct 17 19:05 ZMQWindows.md 19:07:57 drwxrwxr-x 2 1001 1001 4096 Oct 17 19:05 bin 19:07:57 drwxrwxr-x 18 1001 1001 4096 Oct 17 19:05 cmd 19:07:57 -rw-r--r-- 1 root root 502375 Oct 17 19:07 coverage.out 19:07:57 -rw-rw-r-- 1 1001 1001 3458 Oct 17 19:05 go.mod 19:07:57 -rw-rw-r-- 1 1001 1001 38041 Oct 17 19:05 go.sum 19:07:57 drwxrwxr-x 8 1001 1001 4096 Oct 17 19:05 internal 19:07:57 drwxrwxr-x 3 1001 1001 4096 Oct 17 19:05 openapi 19:07:57 drwxrwxr-x 4 1001 1001 4096 Oct 17 19:05 snap 19:07:57 -rw-rw-r-- 1 1001 1001 204 Oct 17 19:05 version.go [Pipeline] sh 19:07:57 + '[' -e coverage.out ] 19:07:57 + chown 1001:1001 coverage.out [Pipeline] stash 19:07:57 Stashed 1 file(s) [Pipeline] sh 19:07:58 + make build 19:07:58 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:08:09 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8393 in /w/workspace/edgexfoundry_edgex-go_PR-4199 [Pipeline] { [Pipeline] ws 19:08:09 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:08:09 The recommended git tool is: git 19:08: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:08:14 using credential edgex-jenkins-ssh 19:08:14 Cloning the remote Git repository 19:08:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:08:14 > git init /w/workspace/edgex-go/1 # timeout=10 19:08:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:14 > git --version # timeout=10 19:08:14 > git --version # 'git version 2.25.1' 19:08:14 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:14 Verifying host key using known hosts file 19:08:14 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:08:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:23 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:08:23 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:08: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:08: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-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:08:32 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:08:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:34 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:08:35 Merging remotes/origin/main commit 78ede30a3e8baac30a9a1e988cb206c5ed4607cd into PR head commit a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:08:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:08:35 Merge succeeded, producing a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:08:35 Checking out Revision a0ee8fc7f7716a766f21c3aacfd04fcd48342cba (PR-4199) 19:08:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:34 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:34 Verifying host key using known hosts file 19:08: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:08:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4199/head:refs/remotes/origin/PR-4199 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:08:35 > git config core.sparsecheckout # timeout=10 19:08:35 > git checkout -f a0ee8fc7f7716a766f21c3aacfd04fcd48342cba # timeout=10 19:08:35 > git remote # timeout=10 19:08:35 > git config --get remote.origin.url # timeout=10 19:08:35 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:35 Verifying host key using known hosts file 19:08:35 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:08:35 > git merge 78ede30a3e8baac30a9a1e988cb206c5ed4607cd # timeout=10 19:08:35 > git rev-parse HEAD^{commit} # timeout=10 19:08:35 > git config core.sparsecheckout # timeout=10 19:08:35 > git checkout -f a0ee8fc7f7716a766f21c3aacfd04fcd48342cba # timeout=10 19:08:36 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 19:08:36 > git --version # timeout=10 19:08:36 > git --version # 'git version 2.25.1' 19:08:36 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 19:08:36 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:08:37 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:08:37 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:08:37 % Total % Received % Xferd Average Speed Time Time Time Current 19:08:37 Dload Upload Total Spent Left Speed 19:08:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 96938 0 --:--:-- --:--:-- --:--:-- 96938 [Pipeline] sh 19:08:37 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:08:37 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:08:38 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:08:38 + sudo tee /etc/docker/daemon.new 19:08:38 { 19:08:38 "registry-mirrors": [ 19:08:38 "https://nexus3.edgexfoundry.org:10001" 19:08:38 ], 19:08:38 "bip": "10.250.0.254/24", 19:08:38 "hosts": [ 19:08:38 "tcp://0.0.0.0:5555", 19:08:38 "unix:///var/run/docker.sock" 19:08:38 ], 19:08:38 "mtu": 1458, 19:08:38 "selinux-enabled": true, 19:08:38 "seccomp-profile": "/etc/docker/seccomp.json" 19:08:38 } [Pipeline] sh 19:08:38 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:08:38 + sudo service docker restart 19:08: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/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:08:41 $ docker stop --time=1 0800f2f2f3b7023c4cdf40fbc3c9b352c25a56da085c36ee76190fb71e10619b 19:08:43 $ docker rm -f 0800f2f2f3b7023c4cdf40fbc3c9b352c25a56da085c36ee76190fb71e10619b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:08:44 19:08:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:08:45 latest: Pulling from edgex-devops/edgex-compose 19:08:45 cbdbe7a5bc2a: Pulling fs layer 19:08:45 ca9280d653b3: Pulling fs layer 19:08:45 7e9c9ca2126c: Pulling fs layer 19:08:45 cbdbe7a5bc2a: Download complete 19:08:45 ca9280d653b3: Verifying Checksum 19:08:45 ca9280d653b3: Download complete 19:08:45 cbdbe7a5bc2a: Pull complete 19:08:45 7e9c9ca2126c: Verifying Checksum 19:08:45 7e9c9ca2126c: Download complete 19:08:45 ca9280d653b3: Pull complete 19:08:49 7e9c9ca2126c: Pull complete 19:08:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:08:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:08:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:08:49 prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container 19:08:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:08:50 $ docker top 250ca810ad2f59db13684d61b3129c4738d3d85f519e7f590d30e9bad085bed8 -eo pid,comm [Pipeline] { [Pipeline] sh 19:08:51 + docker-compose build --help 19:08:51 + grep parallel 19:08:51 --parallel Build images in parallel. [Pipeline] } 19:08:51 $ docker stop --time=1 250ca810ad2f59db13684d61b3129c4738d3d85f519e7f590d30e9bad085bed8 19:08:52 $ docker rm -f 250ca810ad2f59db13684d61b3129c4738d3d85f519e7f590d30e9bad085bed8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:08:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:08:53 prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container 19:08:53 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:08:54 $ docker top 2dc24a968d877669a52468a418f3adbb47f0daaf09ca2484cbe47bca4b9d8183 -eo pid,comm [Pipeline] { [Pipeline] sh 19:08:54 + docker-compose -f ./docker-compose-build.yml build --parallel 19:08:55 Building core-command ... 19:08:55 Building core-data ... 19:08:55 Building core-metadata ... 19:08:55 Building security-bootstrapper ... 19:08:55 Building security-proxy-setup ... 19:08:55 Building security-secretstore-setup ... 19:08:55 Building security-spiffe-token-provider ... 19:08:55 Building security-spire-agent ... 19:08:55 Building security-spire-config ... 19:08:55 Building security-spire-server ... 19:08:55 Building support-notifications ... 19:08:55 Building support-scheduler ... 19:08:55 Building sys-mgmt-agent ... 19:08:55 Building security-spiffe-token-provider 19:08:55 Building support-scheduler 19:08:55 Building core-command 19:08:55 Building security-spire-config 19:08:55 Building support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:57 provisioning config files... 19:08:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1627655715676867313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:08:57 ---> docker-login.sh 19:08:57 nexus3.edgexfoundry.org:10001 19:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:58 Configure a credential helper to remove this warning. See 19:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:58 19:08:58 Login Succeeded 19:08:58 nexus3.edgexfoundry.org:10002 19:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:58 Configure a credential helper to remove this warning. See 19:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:58 19:08:58 Login Succeeded 19:08:58 nexus3.edgexfoundry.org:10003 19:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:59 Configure a credential helper to remove this warning. See 19:08:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:59 19:08:59 Login Succeeded 19:08:59 nexus3.edgexfoundry.org:10004 19:08:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:59 Configure a credential helper to remove this warning. See 19:08:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:59 19:08:59 Login Succeeded 19:08:59 docker.io 19:08:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:59 Configure a credential helper to remove this warning. See 19:08:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:59 19:08:59 Login Succeeded 19:08:59 ---> docker-login.sh ends [Pipeline] } 19:08:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:09:00 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:09:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:00 ========================================================= 19:09:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:09:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:09:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:09:00 9b18e9b68314: Pulling fs layer 19:09:00 d32db5db7311: Pulling fs layer 19:09:00 d0c4b47475fc: Pulling fs layer 19:09:00 5831b945b038: Pulling fs layer 19:09:00 86bbec2aaacd: Pulling fs layer 19:09:00 e10730c5d714: Pulling fs layer 19:09:00 5dd5c2283517: Pulling fs layer 19:09:00 d5ac0230b979: Pulling fs layer 19:09:00 5831b945b038: Waiting 19:09:00 86bbec2aaacd: Waiting 19:09:00 e10730c5d714: Waiting 19:09:00 5dd5c2283517: Waiting 19:09:00 d5ac0230b979: Waiting 19:09:01 d0c4b47475fc: Verifying Checksum 19:09:01 d0c4b47475fc: Download complete 19:09:01 d32db5db7311: Verifying Checksum 19:09:01 d32db5db7311: Download complete 19:09:01 86bbec2aaacd: Verifying Checksum 19:09:01 86bbec2aaacd: Download complete 19:09:01 e10730c5d714: Verifying Checksum 19:09:01 e10730c5d714: Download complete 19:09:01 9b18e9b68314: Verifying Checksum 19:09:02 9b18e9b68314: Pull complete 19:09:02 d5ac0230b979: Verifying Checksum 19:09:02 d5ac0230b979: Download complete 19:09:02 d32db5db7311: Pull complete 19:09:02 d0c4b47475fc: Pull complete 19:09:03 5dd5c2283517: Verifying Checksum 19:09:03 5dd5c2283517: Download complete 19:09:03 5831b945b038: Verifying Checksum 19:09:03 5831b945b038: Download complete 19:09:07 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:09:07 ---> 71c973281fbd 19:09:07 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:09:07 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:07 ---> 71c973281fbd 19:09:07 Step 3/26 : WORKDIR /edgex-go 19:09:07 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:07 ---> 71c973281fbd 19:09:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:09:07 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:07 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:09:07 ---> 71c973281fbd 19:09:07 Step 3/20 : WORKDIR /edgex-go 19:09:07 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:07 ---> 71c973281fbd 19:09:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:09:09 ---> Running in 3719232a38da 19:09:09 ---> Running in 88347fa3af25 19:09:09 ---> Running in b0d8931f52a3 19:09:09 ---> Running in b00b4969428b 19:09:09 ---> Running in 813866d98467 19:09:09 Removing intermediate container 3719232a38da 19:09:09 ---> cb26562c0f56 19:09:09 Step 4/23 : WORKDIR /edgex-go 19:09:09 Removing intermediate container 813866d98467 19:09:09 ---> a94e7cac06f7 19:09:09 Step 4/23 : WORKDIR /edgex-go 19:09:09 Removing intermediate container b00b4969428b 19:09:09 ---> 764fd1e7fc65 19:09:09 Step 4/24 : WORKDIR /edgex-go 19:09:09 Removing intermediate container b0d8931f52a3 19:09:09 ---> 04aab3e2e830 19:09:09 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:09:09 Removing intermediate container 88347fa3af25 19:09:09 ---> 0d588da66873 19:09:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:10 ---> Running in a9622bc08661 19:09:10 ---> Running in a36eb93b6aaf 19:09:10 ---> Running in 697ad9060ca8 19:09:10 ---> Running in 139b839bdf4d 19:09:10 ---> Running in 3da9de3bf98a 19:09:10 Removing intermediate container a9622bc08661 19:09:10 ---> a45bda84a973 19:09:10 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:10 Removing intermediate container 697ad9060ca8 19:09:10 ---> d91493854eed 19:09:10 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:10 Removing intermediate container a36eb93b6aaf 19:09:10 ---> bd8716955a31 19:09:10 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:10 ---> Running in f4f07b808623 19:09:10 ---> Running in f5744e411428 19:09:10 ---> Running in 49830916b11f 19:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:10 v3.16.2-303-g355c945e84 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:09:10 v3.16.2-302-g26bb45e677 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:09:10 OK: 17037 distinct packages available 19:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:11 Removing intermediate container 139b839bdf4d 19:09:11 ---> 4fb0b9460e5b 19:09:11 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:11 ---> Running in bcc36c76e483 19:09:11 OK: 211 MiB in 51 packages 19:09:11 Removing intermediate container f4f07b808623 19:09:11 ---> 5f6008caf44e 19:09:11 Step 6/23 : RUN apk add --update --no-cache make git 19:09:11 ---> Running in 3487759991bf 19:09:11 Removing intermediate container 49830916b11f 19:09:11 ---> 202e309baa8f 19:09:11 Step 6/24 : RUN apk add --update --no-cache make git 19:09:11 ---> Running in 5ed847476e8d 19:09:11 Removing intermediate container f5744e411428 19:09:11 ---> ef88c60ecb31 19:09:11 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:09:11 ---> Running in 73085d7477f0 19:09:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:11 Removing intermediate container 3da9de3bf98a 19:09:11 ---> 1169201c42cf 19:09:11 Step 5/20 : COPY go.mod vendor* ./ 19:09:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:11 ---> 0aed84c1b0c0 19:09:11 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:12 ---> Running in 85647cc7825f 19:09:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:13 OK: 211 MiB in 51 packages 19:09:13 OK: 211 MiB in 51 packages 19:09:13 Removing intermediate container bcc36c76e483 19:09:13 ---> 59e9ad7f3762 19:09:13 Step 6/26 : COPY go.mod vendor* ./ 19:09:13 OK: 211 MiB in 51 packages 19:09:13 OK: 211 MiB in 51 packages 19:09:13 Removing intermediate container 3487759991bf 19:09:13 ---> 3b242912ab53 19:09:13 Step 7/23 : COPY go.mod vendor* ./ 19:09:13 ---> aab505338534 19:09:13 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:13 ---> Running in 3f19e02b89dd 19:09:13 ---> 63dfe2786245 19:09:13 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:13 ---> Running in 5c288c909f47 19:09:13 Removing intermediate container 73085d7477f0 19:09:13 ---> 3cfa48e8ba9e 19:09:13 Step 7/23 : COPY go.mod vendor* ./ 19:09:14 ---> 83ea3194e24d 19:09:14 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:14 Removing intermediate container 5ed847476e8d 19:09:14 ---> 3c938c10ff7e 19:09:14 Step 7/24 : COPY go.mod vendor* ./ 19:09:14 ---> Running in cbfdd31d9248 19:09:14 ---> 092cc83d0d46 19:09:14 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:14 ---> Running in a46332b8cc81 19:09:16 5831b945b038: Pull complete 19:09:16 86bbec2aaacd: Pull complete 19:09:16 e10730c5d714: Pull complete 19:09:22 5dd5c2283517: Pull complete 19:09:24 d5ac0230b979: Pull complete 19:09:24 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 19:09:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:09:24 + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:24 WORKDIR /edgex 19:09:24 COPY go.mod . 19:09:24 RUN go mod download 19:09:24 docker build -t ci-base-image-arm64 -f - . 19:09:25 Sending build context to Docker daemon 3.268MB 19:09:25 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:25 ---> 59b3b1a385d4 19:09:25 Step 2/4 : WORKDIR /edgex 19:09:27 ---> Running in 50659bf516ce 19:09:27 Removing intermediate container 50659bf516ce 19:09:27 ---> a29b9afadf98 19:09:27 Step 3/4 : COPY go.mod . 19:09:28 ---> 9af32d2b0bd4 19:09:28 Step 4/4 : RUN go mod download 19:09:28 ---> Running in 8eb82969234a 19:09:29 Removing intermediate container 85647cc7825f 19:09:29 ---> 0203dc254a61 19:09:29 Step 7/20 : COPY . . 19:09:29 Removing intermediate container 5c288c909f47 19:09:29 ---> e94f4f525acc 19:09:29 Step 9/23 : COPY . . 19:09:29 Removing intermediate container a46332b8cc81 19:09:29 ---> c22da5c311e2 19:09:29 Step 9/24 : COPY . . 19:09:29 Removing intermediate container 3f19e02b89dd 19:09:29 ---> 877c0ac914a3 19:09:29 Step 8/26 : COPY . . 19:09:29 Removing intermediate container cbfdd31d9248 19:09:29 ---> aea965fef206 19:09:29 Step 9/23 : COPY . . 19:09:35 ---> 467a4417c5e2 19:09:35 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:09:35 ---> 92cb8359212f 19:09:35 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:09:35 ---> 26e5d74dd9e9 19:09:35 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:09:35 ---> f97306c6d617 19:09:35 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:09:35 ---> 013842231fa8 19:09:35 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:09:36 ---> Running in 077118a3946e 19:09:36 ---> Running in 279c6ae4e3f7 19:09:36 ---> Running in d2d1f4b44b9f 19:09:36 ---> Running in ef23a4807e79 19:09:36 ---> Running in 538e4059fe44 19:09:36 Removing intermediate container 538e4059fe44 19:09:36 ---> 22ac73d0b03f 19:09:36 Step 10/26 : WORKDIR /edgex-go/spire-build 19:09:36 ---> Running in 1c9f7f60c472 19:09:36 Removing intermediate container 1c9f7f60c472 19:09:36 ---> f3990832f189 19:09:36 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:09:36 ---> Running in e02c6f6123fc 19:09:36 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:09:36 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:09:36 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:09:36 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:09:37 Removing intermediate container e02c6f6123fc 19:09:37 ---> d9dde0e23857 19:09:37 Step 12/26 : WORKDIR /edgex-go 19:09:37 ---> Running in 6a51da727d7c 19:09:37 Removing intermediate container 6a51da727d7c 19:09:37 ---> 9b393e65d517 19:09:37 19:09:37 Step 13/26 : FROM alpine:3.15 19:09:38 3.15: Pulling from library/alpine 19:09:38 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:09:38 Status: Downloaded newer image for alpine:3.15 19:09:38 ---> c4fc93816858 19:09:38 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:09:38 ---> Running in 2987efe379c3 19:09:39 Removing intermediate container 2987efe379c3 19:09:39 ---> 3f4f9e76a1eb 19:09:39 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:39 ---> Running in 3ae429928335 19:09:41 Removing intermediate container 3ae429928335 19:09:41 ---> aacdeddb24ef 19:09:41 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:09:41 ---> Running in 2f5755925ef7 19:09:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:43 v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:09:43 v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:09:43 OK: 15857 distinct packages available 19:09:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:09:44 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:09:44 (1/4) Installing dumb-init (1.2.5-r1) 19:09:44 (2/4) Installing musl-obstack (1.2.3-r0) 19:09:44 (3/4) Installing libucontext (1.1-r0) 19:09:44 (4/4) Installing gcompat (1.0.0-r4) 19:09:44 Executing busybox-1.34.1-r7.trigger 19:09:44 OK: 6 MiB in 18 packages 19:09:46 Removing intermediate container 2f5755925ef7 19:09:46 ---> e872081c011d 19:09:46 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:09:48 ---> 7049dc8211e0 19:09:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:09:49 ---> 19708f4eb198 19:09:49 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:09:49 ---> Running in 21483feec1b2 19:09:50 Removing intermediate container 21483feec1b2 19:09:50 ---> 929173e5eb03 19:09:50 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:09:51 ---> 3161c2aadac9 19:09:51 Step 21/26 : WORKDIR / 19:09:51 ---> Running in 1bfa46b7bc86 19:09:51 Removing intermediate container 1bfa46b7bc86 19:09:51 ---> 9f84e10e8967 19:09:51 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:09:51 ---> Running in 34cc40a1c3fc 19:09:52 Removing intermediate container 34cc40a1c3fc 19:09:52 ---> 96485cdd4a21 19:09:52 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:09:52 ---> Running in 205356ca101e 19:09:52 Removing intermediate container 205356ca101e 19:09:52 ---> 4153663010d8 19:09:52 Step 24/26 : LABEL arch=x86_64 19:09:52 ---> Running in 936a4bf43af9 19:09:53 Removing intermediate container 936a4bf43af9 19:09:53 ---> a4c837a7fed7 19:09:53 Step 25/26 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:09:53 ---> Running in a85a53fe9562 19:09:54 Removing intermediate container a85a53fe9562 19:09:54 ---> 6f9ebbc09cb3 19:09:54 Step 26/26 : LABEL version=0.0.0 19:09:54 ---> Running in b9153278dcee 19:09:54 Removing intermediate container b9153278dcee 19:09:54 ---> 96ce8afe9c07 19:09:54 19:09:54 Successfully built 96ce8afe9c07 19:09:54 Successfully tagged security-spire-config:latest 19:09:54  Building security-spire-config ... done Building security-spire-agent 19:09:58 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:58 ---> 71c973281fbd 19:09:58 Step 3/26 : WORKDIR /edgex-go 19:09:58 ---> Using cache 19:09:58 ---> 0d588da66873 19:09:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:58 ---> Using cache 19:09:58 ---> 4fb0b9460e5b 19:09:58 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:58 ---> Using cache 19:09:58 ---> 59e9ad7f3762 19:09:58 Step 6/26 : COPY go.mod vendor* ./ 19:09:58 ---> Using cache 19:09:58 ---> aab505338534 19:09:58 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:58 ---> Using cache 19:09:58 ---> 877c0ac914a3 19:09:58 Step 8/26 : COPY . . 19:09:58 ---> Using cache 19:09:58 ---> f97306c6d617 19:09:58 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:09:58 ---> Using cache 19:09:58 ---> 22ac73d0b03f 19:09:58 Step 10/26 : WORKDIR /edgex-go/spire-build 19:09:58 ---> Using cache 19:09:58 ---> f3990832f189 19:09:58 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:09:58 ---> Using cache 19:09:58 ---> d9dde0e23857 19:09:58 Step 12/26 : WORKDIR /edgex-go 19:09:58 ---> Using cache 19:09:58 ---> 9b393e65d517 19:09:58 19:09:58 Step 13/26 : FROM alpine:3.15 19:09:58 ---> c4fc93816858 19:09:58 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:09:58 ---> Using cache 19:09:58 ---> 3f4f9e76a1eb 19:09:58 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:58 ---> Using cache 19:09:58 ---> aacdeddb24ef 19:09:58 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:09:59 ---> Running in 67e462635439 19:10:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:00 Removing intermediate container 8eb82969234a 19:10:00 ---> 771f070ab515 19:10:00 Successfully built 771f070ab515 19:10:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:00 + docker inspect -f . ci-base-image-arm64 19:10:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:01 prd-ubuntu20.04-docker-arm64-4c-16g-8393 does not seem to be running inside a container 19:10:01 $ 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:10:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:01 v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:01 v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:01 OK: 15857 distinct packages available 19:10:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:02 $ docker top da56c76d6a0547186b2ee6c94ef2bffc0e6024521802415ecb3d2d5c1ea1d91c -eo pid,comm [Pipeline] { 19:10:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] sh 19:10:02 (1/5) Installing dumb-init (1.2.5-r1) 19:10:02 (2/5) Installing musl-obstack (1.2.3-r0) 19:10:02 (3/5) Installing libucontext (1.1-r0) 19:10:03 (4/5) Installing gcompat (1.0.0-r4) 19:10:03 (5/5) Installing openssl (1.1.1q-r0) 19:10:03 Executing busybox-1.34.1-r7.trigger 19:10:03 OK: 7 MiB in 19 packages 19:10:03 + go version 19:10:03 go version go1.18.7 linux/arm64 [Pipeline] } 19:10:03 $ docker stop --time=1 da56c76d6a0547186b2ee6c94ef2bffc0e6024521802415ecb3d2d5c1ea1d91c 19:10:04 $ docker rm -f da56c76d6a0547186b2ee6c94ef2bffc0e6024521802415ecb3d2d5c1ea1d91c [Pipeline] // withDockerContainer 19:10:05 Removing intermediate container 67e462635439 19:10:05 ---> 1b72a6a2ee50 19:10:05 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:05 + docker inspect -f . ci-base-image-arm64 19:10:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:05 prd-ubuntu20.04-docker-arm64-4c-16g-8393 does not seem to be running inside a container 19:10:06 $ 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:10:06 ---> 429ef04caf4d 19:10:06 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:10:07 $ docker top b1c0728955f38e3befe381b1a3a93f483c8c699740e869efc66498ea134cb9ad -eo pid,comm [Pipeline] { [Pipeline] echo 19:10:07 ========================================================= 19:10:07 [edgeXBuildGoParallel] Running Tests and Build... 19:10:07 ========================================================= [Pipeline] sh 19:10:08 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:10:08 + make test 19:10:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:10:11 ---> cb5082fa5dea 19:10:11 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:10:11 Removing intermediate container ef23a4807e79 19:10:11 ---> ddd18f5ebe4d 19:10:11 19:10:11 Step 11/24 : FROM alpine:3.16 19:10:11 ---> 00945b0ec20d 19:10:11 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:10:11 ---> fd7e4f31ebbb 19:10:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:10:11 3.16: Pulling from library/alpine 19:10:11 ---> 23b92aacc51c 19:10:11 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:10:11 ---> Running in f3fe4ddc68b8 19:10:11 Removing intermediate container f3fe4ddc68b8 19:10:11 ---> 030ff41e6819 19:10:11 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:10:11 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:10:11 Status: Downloaded newer image for alpine:3.16 19:10:11 ---> 9c6f07244728 19:10:11 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:10:11 ---> Running in 677ff29bef2c 19:10:11 ---> Running in bb0679791951 19:10:11 Removing intermediate container 677ff29bef2c 19:10:11 ---> befc315f11be 19:10:11 Step 24/26 : LABEL arch=x86_64 19:10:12 ---> Running in 31adc0303afc 19:10:12 Removing intermediate container 31adc0303afc 19:10:12 ---> 9970e6b01601 19:10:12 Step 25/26 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:10:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:12 ---> Running in 8b105adcc836 19:10:12 (1/1) Installing dumb-init (1.2.5-r1) 19:10:12 Executing busybox-1.35.0-r17.trigger 19:10:12 OK: 6 MiB in 15 packages 19:10:12 Removing intermediate container 8b105adcc836 19:10:12 ---> cdb99ac3c7e5 19:10:12 Step 26/26 : LABEL version=0.0.0 19:10:12 ---> Running in a76d1e99d8c7 19:10:12 Removing intermediate container a76d1e99d8c7 19:10:12 ---> 7558a403e02f 19:10:12 19:10:13 Removing intermediate container bb0679791951 19:10:13 ---> 27493f692fbf 19:10:13 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:10:13 Successfully built 7558a403e02f 19:10:13 Successfully tagged security-spire-agent:latest 19:10:13 Building security-proxy-setup 19:10:13  Building security-spire-agent ... done  ---> Running in 2c5d8cebd4c2 19:10:14 Removing intermediate container 2c5d8cebd4c2 19:10:14 ---> 1dcc6576a83f 19:10:14 Step 14/24 : ENV APP_PORT=59882 19:10:15 ---> Running in 14de6af8a471 19:10:15 Removing intermediate container 14de6af8a471 19:10:15 ---> 27d8d7d1d9f6 19:10:15 Step 15/24 : EXPOSE $APP_PORT 19:10:15 Removing intermediate container 077118a3946e 19:10:15 ---> fcbe5d400805 19:10:15 19:10:15 Step 9/20 : FROM alpine:3.15 19:10:15 ---> c4fc93816858 19:10:15 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:15 ---> Using cache 19:10:15 ---> 3f4f9e76a1eb 19:10:15 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:15 ---> Using cache 19:10:15 ---> aacdeddb24ef 19:10:15 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:10:16 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:10:16 ---> 71c973281fbd 19:10:16 Step 3/22 : WORKDIR /edgex-go 19:10:16 ---> Using cache 19:10:16 ---> 0d588da66873 19:10:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:16 ---> Using cache 19:10:16 ---> 4fb0b9460e5b 19:10:16 Step 5/22 : RUN apk add --update --no-cache make git 19:10:16 ---> Running in 8148b5d939db 19:10:16 ---> Running in e016874eb193 19:10:16 ---> Running in 41dfe5b37f55 19:10:17 Removing intermediate container e016874eb193 19:10:17 ---> 01889fd2ea89 19:10:17 Step 16/24 : WORKDIR / 19:10:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:17 ---> Running in cd92fbad6209 19:10:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:17 Removing intermediate container cd92fbad6209 19:10:17 ---> 614ec92b36e2 19:10:17 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:18 ---> 3a48c00156fd 19:10:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:10:18 Removing intermediate container d2d1f4b44b9f 19:10:18 ---> c3ace67414d7 19:10:18 19:10:18 Step 11/23 : FROM alpine:3.16 19:10:18 ---> 9c6f07244728 19:10:18 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:10:18 ---> Using cache 19:10:18 ---> 27493f692fbf 19:10:18 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:10:18 ---> Using cache 19:10:18 ---> 1dcc6576a83f 19:10:18 Step 14/23 : ENV APP_PORT=59861 19:10:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:18 ---> Running in d702adfcf6f9 19:10:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:18 Removing intermediate container 279c6ae4e3f7 19:10:18 ---> 2afacdfd4b56 19:10:18 19:10:18 Step 11/23 : FROM alpine:3.16 19:10:18 ---> 9c6f07244728 19:10:18 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:10:18 ---> Running in e539034a6439 19:10:18 Removing intermediate container d702adfcf6f9 19:10:18 ---> a77f5a478859 19:10:18 Step 15/23 : EXPOSE $APP_PORT 19:10:18 ---> b5ccd2c4c333 19:10:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:10:18 ---> Running in 362e3e12e857 19:10:18 v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:18 v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:18 OK: 15857 distinct packages available 19:10:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:18 Removing intermediate container 362e3e12e857 19:10:18 ---> 44f0c0517bcf 19:10:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:18 OK: 211 MiB in 51 packages 19:10:18 ---> 2b1208b1420e 19:10:18 Step 20/24 : ENTRYPOINT ["/core-command"] 19:10:18 ---> Running in 8ffbfee577e5 19:10:18 ---> 315e76579f40 19:10:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:18 Removing intermediate container 8ffbfee577e5 19:10:18 ---> 611e3102048f 19:10:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:18 ---> Running in 66fdcbaf064d 19:10:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:19 Removing intermediate container 66fdcbaf064d 19:10:19 ---> 9a1fa704f117 19:10:19 Step 22/24 : LABEL arch=x86_64 19:10:19 ---> Running in 9ddf54da38e4 19:10:19 Removing intermediate container 41dfe5b37f55 19:10:19 ---> 999bcc504d46 19:10:19 Step 6/22 : COPY go.mod vendor* ./ 19:10:19 (1/2) Installing ca-certificates (20220614-r0) 19:10:19 (2/2) Installing dumb-init (1.2.5-r1) 19:10:19 Executing busybox-1.35.0-r17.trigger 19:10:19 Executing ca-certificates-20220614-r0.trigger 19:10:19 OK: 6 MiB in 16 packages 19:10:19 Removing intermediate container 9ddf54da38e4 19:10:19 ---> 4d0a3d226ce8 19:10:19 Step 23/24 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:10:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:19 ---> 63b07929861a 19:10:19 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:19 ---> 75fb6143073c 19:10:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:10:19 ---> Running in 58d731d06eac 19:10:19 ---> Running in 0810456eff15 19:10:19 Removing intermediate container 58d731d06eac 19:10:19 ---> 151b06483b62 19:10:19 Step 24/24 : LABEL version=0.0.0 19:10:19 ---> Running in a29ce06598e5 19:10:20 ---> deffa148f12a 19:10:20 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:10:20 (1/9) Installing ca-certificates (20220614-r0) 19:10:20 ---> Running in 4de7d268a010 19:10:20 Removing intermediate container a29ce06598e5 19:10:20 ---> 5b99a62375ed 19:10:20 19:10:20 (2/9) Installing brotli-libs (1.0.9-r5) 19:10:20 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:10:20 Successfully built 5b99a62375ed 19:10:20 Removing intermediate container e539034a6439 19:10:20 ---> a7c25927cc4c 19:10:20 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:10:20 Successfully tagged core-command:latest 19:10:20  Building core-command ... done Building core-metadata 19:10:20 Removing intermediate container 4de7d268a010 19:10:20 ---> 3c8928f8752c 19:10:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"](4/9) Installing libcurl (7.80.0-r3) 19:10:20 19:10:20 ---> Running in 055bec1dd4e5 19:10:20 ---> Running in 366f56ab36c8 19:10:20 (5/9) Installing curl (7.80.0-r3) 19:10:20 (6/9) Installing dumb-init (1.2.5-r1) 19:10:20 (7/9) Installing musl-obstack (1.2.3-r0) 19:10:20 (8/9) Installing libucontext (1.1-r0) 19:10:20 (9/9) Installing gcompat (1.0.0-r4) 19:10:20 Executing busybox-1.34.1-r7.trigger 19:10:20 Executing ca-certificates-20220614-r0.trigger 19:10:21 OK: 8 MiB in 23 packages 19:10:21 Removing intermediate container 366f56ab36c8 19:10:21 ---> a77e0fbad2fe 19:10:21 Step 14/23 : ENV APP_PORT=59860 19:10:21 Removing intermediate container 055bec1dd4e5 19:10:21 ---> 342d8c44dacb 19:10:21 Step 21/23 : LABEL arch=x86_64 19:10:21 ---> Running in dac8f0a6da0d 19:10:21 ---> Running in b784cec784fa 19:10:21 Removing intermediate container dac8f0a6da0d 19:10:21 ---> 3378c70eb6a2 19:10:21 Step 15/23 : EXPOSE $APP_PORT 19:10:23 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:23 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:10:23 ---> 71c973281fbd 19:10:23 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:10:23 ---> Using cache 19:10:23 ---> 764fd1e7fc65 19:10:23 Step 4/25 : WORKDIR /edgex-go 19:10:23 ---> Using cache 19:10:23 ---> bd8716955a31 19:10:23 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:23 ---> Using cache 19:10:23 ---> 202e309baa8f 19:10:23 Step 6/25 : RUN apk add --update --no-cache make git 19:10:23 ---> Using cache 19:10:23 ---> 3c938c10ff7e 19:10:23 Step 7/25 : COPY go.mod vendor* ./ 19:10:23 ---> Using cache 19:10:23 ---> 092cc83d0d46 19:10:23 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:23 ---> Using cache 19:10:23 ---> c22da5c311e2 19:10:23 Step 9/25 : COPY . . 19:10:23 ---> Using cache 19:10:23 ---> 92cb8359212f 19:10:23 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:10:23 Removing intermediate container b784cec784fa 19:10:23 ---> 4de5dd58f834 19:10:23 Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:10:23 Removing intermediate container 8148b5d939db 19:10:23 ---> 9136e16c4d2c 19:10:23 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:23 ---> Running in 4e3c79f0f85c 19:10:23 ---> Running in b9340458e223 19:10:23 ---> Running in 3e4413d8c103 19:10:23 Removing intermediate container b9340458e223 19:10:23 ---> 3eb84548a699 19:10:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:23 ---> 11a0e580d24a 19:10:23 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:10:23 Removing intermediate container 3e4413d8c103 19:10:23 ---> 28382fd2e99e 19:10:23 Step 23/23 : LABEL version=0.0.0 19:10:23 ---> Running in 0efa6736ec16 19:10:24 ---> 0456d573000f 19:10:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:10: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-metadata/core-metadata ./cmd/core-metadata 19:10:24 Removing intermediate container 0efa6736ec16 19:10:24 ---> 60914710f93b 19:10:24 19:10:24 Successfully built 60914710f93b 19:10:24 Successfully tagged support-scheduler:latest 19:10:24  Building support-scheduler ... done Building security-bootstrapper 19:10:25 ---> 78834f36ab67 19:10:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:10:25 ---> c9ee38bc8d89 19:10:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:10:26 ---> adb44786b083 19:10:26 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:10:26 ---> Running in d1582498e939 19:10:26 ---> fdf0788c8126 19:10:26 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:10:26 Removing intermediate container d1582498e939 19:10:26 ---> 67bfd17d3e3e 19:10:26 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:26 ---> Running in 0b642bb532d8 19:10:26 ---> Running in 188b2beab524 19:10:26 Removing intermediate container 0b642bb532d8 19:10:26 ---> acd0d0c3ea59 19:10:26 Step 18/20 : LABEL arch=x86_64 19:10:27 Removing intermediate container 188b2beab524 19:10:27 ---> d699bdb2cf46 19:10:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:27 ---> Running in a8069d901de9 19:10:27 ---> Running in a4dae990fa03 19:10:27 Removing intermediate container a8069d901de9 19:10:27 ---> b81ab9c26d91 19:10:27 Step 19/20 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:10:27 Removing intermediate container a4dae990fa03 19:10:27 ---> 75d5c5635672 19:10:27 Step 21/23 : LABEL arch=x86_64 19:10:27 ---> Running in 496680c421db 19:10:27 ---> Running in cfbb02c0d064 19:10:27 Removing intermediate container 496680c421db 19:10:27 ---> 76d115632c4c 19:10:27 Step 20/20 : LABEL version=0.0.0 19:10:28 ---> Running in b62848189c4e 19:10:28 Removing intermediate container cfbb02c0d064 19:10:28 ---> 7f078d0d20f2 19:10:28 Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:10:28 ---> Running in df25c4a8d168 19:10:28 Removing intermediate container b62848189c4e 19:10:28 ---> c47d23f17eb8 19:10:28 19:10:29 Successfully built c47d23f17eb8 19:10:29 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:29 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:10:29 ---> 71c973281fbd 19:10:29 Step 3/33 : WORKDIR /edgex-go 19:10:29 ---> Using cache 19:10:29 ---> 0d588da66873 19:10:29 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:29 ---> Using cache 19:10:29 ---> 4fb0b9460e5b 19:10:29 Step 5/33 : RUN apk add --update --no-cache make git 19:10:29 ---> Using cache 19:10:29 ---> 999bcc504d46 19:10:29 Step 6/33 : COPY go.mod vendor* ./ 19:10:29 Successfully tagged security-spiffe-token-provider:latest 19:10:29  Building security-spiffe-token-provider ... done Building security-spire-server 19:10:29 ---> Using cache 19:10:29 ---> 63b07929861a 19:10:29 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:29 Removing intermediate container df25c4a8d168 19:10:29 ---> 911c94d0bbaa 19:10:29 Step 23/23 : LABEL version=0.0.0 19:10:30 ---> Running in 6f2fe391a239 19:10:30 ---> Running in e3fee9681e60 19:10:30 Removing intermediate container e3fee9681e60 19:10:30 ---> 9ad7b7935eb8 19:10:30 19:10:30 Successfully built 9ad7b7935eb8 19:10:30 Removing intermediate container 0810456eff15 19:10:30 ---> 7dc845fd4f24 19:10:30 Step 8/22 : COPY . . 19:10:30 Successfully tagged support-notifications:latest 19:10:30  Building support-notifications ... done Building core-data 19:10:36 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:36 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:10:36 ---> 71c973281fbd 19:10:36 Step 3/25 : WORKDIR /edgex-go 19:10:36 ---> Using cache 19:10:36 ---> 0d588da66873 19:10:36 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:36 ---> Using cache 19:10:36 ---> 4fb0b9460e5b 19:10:36 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:10:36 ---> Using cache 19:10:36 ---> 59e9ad7f3762 19:10:36 Step 6/25 : COPY go.mod vendor* ./ 19:10:36 ---> Using cache 19:10:36 ---> aab505338534 19:10:36 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:36 ---> Using cache 19:10:36 ---> 877c0ac914a3 19:10:36 Step 8/25 : COPY . . 19:10:36 ---> Using cache 19:10:36 ---> f97306c6d617 19:10:36 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:10:36 ---> Using cache 19:10:36 ---> 22ac73d0b03f 19:10:36 Step 10/25 : WORKDIR /edgex-go/spire-build 19:10:36 ---> Using cache 19:10:36 ---> f3990832f189 19:10:36 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:10:36 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:10:36 ---> 71c973281fbd 19:10:36 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:10:36 ---> Using cache 19:10:36 ---> 764fd1e7fc65 19:10:36 Step 4/24 : WORKDIR /edgex-go 19:10:36 ---> Using cache 19:10:36 ---> bd8716955a31 19:10:36 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:36 ---> Using cache 19:10:36 ---> 202e309baa8f 19:10:36 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:10:39 ---> Running in 79376a763245 19:10:39 ---> Running in 98d85a404cfc 19:10:39 ---> 94b179d5c2b6 19:10:39 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:10:39 ---> Running in d15f6246bef1 19:10:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 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:40 ? github.com/edgexfoundry/edgex-go [no test files] 19:10:40 Removing intermediate container 98d85a404cfc 19:10:40 ---> fbf0525a418f 19:10:40 Step 12/25 : WORKDIR /edgex-go 19:10:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:41 ---> Running in 8cb2842f3596 19:10:41 OK: 211 MiB in 51 packages 19:10:41 Removing intermediate container 8cb2842f3596 19:10:41 ---> cf9f1f3d5032 19:10:41 19:10:41 Step 13/25 : FROM alpine:3.15 19:10:41 ---> c4fc93816858 19:10:41 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:41 ---> Using cache 19:10:41 ---> 3f4f9e76a1eb 19:10:41 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:41 ---> Using cache 19:10:41 ---> aacdeddb24ef 19:10:41 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:10:41 ---> Using cache 19:10:41 ---> 1b72a6a2ee50 19:10:41 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:10:42 Removing intermediate container 4e3c79f0f85c 19:10:42 ---> 2a1ff11767a1 19:10:42 19:10:42 Step 11/25 : FROM alpine:3.16 19:10:42 ---> 9c6f07244728 19:10:42 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:10:42 ---> Using cache 19:10:42 ---> 27493f692fbf 19:10:42 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:10:42 ---> Using cache 19:10:42 ---> 1dcc6576a83f 19:10:42 Step 14/25 : ENV APP_PORT=59881 19:10:42 Removing intermediate container 79376a763245 19:10:42 ---> 126ce4189a3f 19:10:42 Step 7/24 : COPY go.mod vendor* ./ 19:10:42 ---> Running in 36d3e55e7385 19:10:42 Removing intermediate container 36d3e55e7385 19:10:42 ---> b957dcb7bd34 19:10:42 Step 15/25 : EXPOSE $APP_PORT 19:10:42 ---> 027ac1b08d70 19:10:42 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:43 ---> 8c66aeb71bc7 19:10:43 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:10:43 ---> Running in cb7f0aaf313d 19:10:43 ---> Running in 22aba10c6465 19:10:43 Removing intermediate container cb7f0aaf313d 19:10:43 ---> 9e125606f792 19:10:43 Step 16/25 : WORKDIR / 19:10:43 ---> 8783cee634ca 19:10:43 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:10:43 ---> Running in 82aee715ebbe 19:10:44 ---> bf85a0d57330 19:10:44 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:10:44 Removing intermediate container 82aee715ebbe 19:10:44 ---> 34bef09975ff 19:10:44 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:44 ---> 4f481f852882 19:10:44 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:10:44 ---> bd9c6f4a9461 19:10:44 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:10:44 ---> Running in 7d5146eed770 19:10:44 Removing intermediate container 6f2fe391a239 19:10:44 ---> f2c3f311a3f7 19:10:44 Step 8/33 : COPY . . 19:10:45 Removing intermediate container 7d5146eed770 19:10:45 ---> 149db5facf5f 19:10:45 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:10:46 ---> Running in 20b2a159f9a3 19:10:46 ---> 94d099df4d21 19:10:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:10:47 Removing intermediate container 20b2a159f9a3 19:10:47 ---> e1207e10c936 19:10:47 Step 23/25 : LABEL arch=x86_64 19:10:47 ---> Running in 33fc40f7281f 19:10:47 ---> cb7287b40858 19:10:47 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:10:47 Removing intermediate container 33fc40f7281f 19:10:47 ---> ecd1d4cd89b9 19:10:47 Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:10:48 ---> Running in 1e6cc28af79c 19:10:48 ---> 9a271073a5c1 19:10:48 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:10:48 ---> Running in f046189917a2 19:10:48 Removing intermediate container 1e6cc28af79c 19:10:48 ---> 0e29b27f5be4 19:10:48 Step 25/25 : LABEL version=0.0.0 19:10:48 ---> Running in 320b1ba08a86 19:10:49 Removing intermediate container f046189917a2 19:10:49 ---> ba6b3ed5a29b 19:10:49 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:49 Removing intermediate container 320b1ba08a86 19:10:49 ---> b2e11f79856b 19:10:49 19:10:49 ---> Running in de7a0d2d36d4 19:10:49 Successfully built b2e11f79856b 19:10:49 Successfully tagged security-spire-server:latest 19:10:49  Building security-spire-server ... done Building security-secretstore-setup 19:10:50 Removing intermediate container de7a0d2d36d4 19:10:50 ---> 350570e5ad57 19:10:50 Step 23/25 : LABEL arch=x86_64 19:10:51 ---> Running in d3ccefbe71e2 19:10:51 ---> 8acb4001a5b3 19:10:51 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:10:51 ---> Running in 66f7c5310232 19:10:51 Removing intermediate container d3ccefbe71e2 19:10:51 ---> 93e0f69c8719 19:10:51 Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:10:52 ---> Running in e20b2d891239 19:10:52 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:52 Removing intermediate container e20b2d891239 19:10:52 ---> 9abdce521fda 19:10:52 Step 25/25 : LABEL version=0.0.0 19:10:52 ---> Running in 6f051bf38bb5 19:10:53 Removing intermediate container 6f051bf38bb5 19:10:53 ---> 192e118a170e 19:10:53 19:10:53 Successfully built 192e118a170e 19:10:53 Successfully tagged core-metadata:latest 19:10:53  Building core-metadata ... done Building sys-mgmt-agent 19:10:53 Removing intermediate container 22aba10c6465 19:10:53 ---> 7eadba6b5f00 19:10:53 Step 9/24 : COPY . . 19:10:53 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:53 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:10:53 ---> 71c973281fbd 19:10:53 Step 3/25 : WORKDIR /edgex-go 19:10:53 ---> Using cache 19:10:53 ---> 0d588da66873 19:10:53 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:53 ---> Using cache 19:10:53 ---> 4fb0b9460e5b 19:10:53 Step 5/25 : RUN apk add --update --no-cache make git 19:10:53 ---> Using cache 19:10:53 ---> 999bcc504d46 19:10:53 Step 6/25 : COPY go.mod vendor* ./ 19:10:53 ---> Using cache 19:10:53 ---> 63b07929861a 19:10:53 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:53 ---> Using cache 19:10:53 ---> f2c3f311a3f7 19:10:53 Step 8/25 : COPY . . 19:10:53 ---> Using cache 19:10:53 ---> 8acb4001a5b3 19:10:53 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:10:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:10:55 ---> Running in 47425012045e 19:10: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:10:56 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:10:56 ---> 71c973281fbd 19:10:56 Step 3/23 : WORKDIR /edgex-go 19:10:56 ---> Using cache 19:10:56 ---> 0d588da66873 19:10:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:56 ---> Using cache 19:10:56 ---> 4fb0b9460e5b 19:10:56 Step 5/23 : RUN apk add --update --no-cache make bash git 19:10:57 ---> Running in 74a06949b360 19:10:58 ---> 0c72d93723db 19:10:58 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:10:58 ---> Running in 8265e5216a52 19:10:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:58 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:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:59 OK: 211 MiB in 51 packages 19:11:00 Removing intermediate container d15f6246bef1 19:11:00 ---> f0e66ac665c1 19:11:00 19:11:00 Step 10/22 : FROM alpine:3.16 19:11:00 ---> 9c6f07244728 19:11:00 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:11:00 ---> Running in ddaff83ea1db 19:11:00 Removing intermediate container 74a06949b360 19:11:00 ---> fb8a43e9cfbd 19:11:00 Step 6/23 : COPY go.mod vendor* ./ 19:11:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:00 ---> 76e3f8b502d7 19:11:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:01 ---> Running in 79539ffcb5df 19:11:01 (1/6) Installing ca-certificates (20220614-r0) 19:11:01 (2/6) Installing brotli-libs (1.0.9-r6) 19:11:01 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:11:01 (4/6) Installing libcurl (7.83.1-r3) 19:11:01 (5/6) Installing curl (7.83.1-r3) 19:11:01 (6/6) Installing dumb-init (1.2.5-r1) 19:11:01 Executing busybox-1.35.0-r17.trigger 19:11:01 Executing ca-certificates-20220614-r0.trigger 19:11:01 OK: 8 MiB in 20 packages 19:11:02 Removing intermediate container ddaff83ea1db 19:11:02 ---> 0e9627ddbd53 19:11:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:02 ---> Running in e7b941ebf34a 19:11:02 Removing intermediate container e7b941ebf34a 19:11:02 ---> 4aeb3f4b5465 19:11:02 Step 13/22 : WORKDIR /edgex 19:11:02 ---> Running in e73692317e79 19:11:03 Removing intermediate container e73692317e79 19:11:03 ---> 41e32d41452d 19:11:03 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:11:04 ---> d5b8f9b8608a 19:11:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:11:06 ---> 4b98f854557b 19:11:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:11:06 ---> e9350ee47a2c 19:11:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:11:07 ---> ea427d2b5bcf 19:11:07 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:11:07 ---> Running in b792135c5cc7 19:11:10 Removing intermediate container b792135c5cc7 19:11:10 ---> f100e0092016 19:11:10 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:11:10 ---> Running in 0a10f831cf7f 19:11:11 Removing intermediate container 0a10f831cf7f 19:11:11 ---> 09e45a3002cd 19:11:11 Step 20/22 : LABEL arch=x86_64 19:11:11 ---> Running in efef633a680e 19:11:12 Removing intermediate container efef633a680e 19:11:12 ---> 26f10620b6d5 19:11:12 Step 21/22 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:11:12 ---> Running in 7e863c41e4e9 19:11:12 Removing intermediate container 79539ffcb5df 19:11:12 ---> 9e801def436b 19:11:12 Step 8/23 : COPY . . 19:11:12 Removing intermediate container 7e863c41e4e9 19:11:12 ---> a5e9d42f678c 19:11:12 Step 22/22 : LABEL version=0.0.0 19:11:13 ---> Running in 2edb1a9ec7df 19:11:13 Removing intermediate container 2edb1a9ec7df 19:11:13 ---> af86175af4cf 19:11:13 19:11:13 Successfully built af86175af4cf 19:11:14 Successfully tagged security-proxy-setup:latest 19:11:18  Building security-proxy-setup ... done Removing intermediate container 66f7c5310232 19:11:18 ---> 26a98df8b1e9 19:11:18 19:11:18 Step 10/33 : FROM alpine:3.16 19:11:18 ---> 9c6f07244728 19:11:18 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:11:18 ---> 49c8e4ba7e46 19:11:18 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:11:18 ---> Running in 1a2b72389e86 19:11:18 ---> Running in b0c7eb31d703 19:11:18 Removing intermediate container 1a2b72389e86 19:11:18 ---> 9808f4d51a76 19:11:18 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:11:18 ---> Running in 1851b93e9f68 19:11: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:11:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:19 (1/2) Installing dumb-init (1.2.5-r1) 19:11:19 (2/2) Installing su-exec (0.2-r1) 19:11:19 Executing busybox-1.35.0-r17.trigger 19:11:19 OK: 6 MiB in 16 packages 19:11:19 Removing intermediate container 1851b93e9f68 19:11:19 ---> bc2fbd870387 19:11:19 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:11:20 ---> Running in d84b1f3d7d7c 19:11:20 Removing intermediate container d84b1f3d7d7c 19:11:20 ---> b43f2ddc3611 19:11:20 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:11:20 ---> Running in f73755ed18e0 19:11:20 Removing intermediate container f73755ed18e0 19:11:20 ---> 9dafbbd6b334 19:11:20 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:11:21 ---> Running in d53b30467803 19:11:21 Removing intermediate container d53b30467803 19:11:21 ---> 658a111be6f9 19:11:21 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:11:21 ---> Running in 622cc7a4d63d 19:11:21 Removing intermediate container 622cc7a4d63d 19:11:21 ---> afd1b4cc1b21 19:11:21 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:11:21 ---> Running in d2ff883175f6 19:11:22 Removing intermediate container 47425012045e 19:11:22 ---> b57971a17952 19:11:22 19:11:22 Step 10/25 : FROM alpine:3.16 19:11:22 ---> 9c6f07244728 19:11:22 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:11:22 ---> Running in 67e6cf606ef0 19:11:22 Removing intermediate container d2ff883175f6 19:11:22 ---> 45ca5a2e37b7 19:11:22 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:11:22 ---> Running in 896d66b4ad80 19:11:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:22 Removing intermediate container 896d66b4ad80 19:11:22 ---> 268f7d935c9c 19:11:22 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:11:23 (1/3) Installing ca-certificates (20220614-r0) 19:11:23 (2/3) Installing dumb-init (1.2.5-r1) 19:11:23 (3/3) Installing su-exec (0.2-r1) 19:11:23 Executing busybox-1.35.0-r17.trigger 19:11:23 Executing ca-certificates-20220614-r0.trigger 19:11:23 OK: 6 MiB in 17 packages 19:11:23 ---> 7321d1459969 19:11:23 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:11:23 ---> Running in 8be6e5cb86ed 19:11:24 Removing intermediate container 67e6cf606ef0 19:11:24 ---> 19b118babc41 19:11:24 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:24 ---> Running in 80eccc70721d 19:11:24 Removing intermediate container 80eccc70721d 19:11:24 ---> 67aa416ced6c 19:11:24 Step 13/25 : WORKDIR / 19:11:25 ---> Running in 11f47a0bb570 19:11:25 Removing intermediate container 8be6e5cb86ed 19:11:25 ---> 58a269e41a4e 19:11:25 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:25 Removing intermediate container 11f47a0bb570 19:11:25 ---> b5de5898a818 19:11:25 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:11:25 ---> 8cdc9796a39b 19:11:25 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:11:26 ---> 4c577e71e98d 19:11:26 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:11:26 Removing intermediate container 8265e5216a52 19:11:26 ---> 1973a7298a2c 19:11:26 19:11:26 Step 11/24 : FROM alpine:3.16 19:11:26 ---> 9c6f07244728 19:11:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:11:26 ---> ee502c7e3be6 19:11:26 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:11:26 ---> 035ab73b7726 19:11:26 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:11:26 ---> Running in 4f01b47ca5d3 19:11:27 ---> 49c4944e444a 19:11:27 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:11:27 Removing intermediate container 4f01b47ca5d3 19:11:27 ---> 14defdab0d07 19:11:27 Step 13/24 : ENV APP_PORT=59880 19:11:27 ---> 8e7d37bc3fc5 19:11:27 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:11:27 ---> Running in 3bf416888358 19:11:27 ---> 3d3f8bea73fc 19:11:27 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:11:28 ---> 8dd4055c05a6 19:11:28 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:11:28 Removing intermediate container 3bf416888358 19:11:28 ---> af4d23ff03b4 19:11:28 Step 14/24 : EXPOSE $APP_PORT 19:11:28 ---> 8b2e7e410a52 19:11:28 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:11:28 ---> Running in f40de752596b 19:11:28 Removing intermediate container f40de752596b 19:11:28 ---> 93d2f3227751 19:11:28 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:28 ---> 7883ef3efbd5 19:11:28 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:11:28 ---> Running in 3c4bb446af00 19:11:28 ---> 17e3d871d381 19:11:28 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:11:28 ---> 743842f23245 19:11:28 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:11:28 ---> a0ce721fe02f 19:11:28 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:11:28 ---> 71aff108c194 19:11:28 Step 28/33 : RUN chmod +x /entrypoint.sh 19:11:29 ---> Running in ba539abdf23b 19:11:29 ---> Running in ad7b0737b8a4 19:11:29 Removing intermediate container 3c4bb446af00 19:11:29 ---> f0d1523c68ff 19:11:29 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:11:29 ---> Running in ea617d54fbcc 19:11:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:29 Removing intermediate container ba539abdf23b 19:11:29 ---> 3d7dd365a297 19:11:29 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:11:29 Removing intermediate container ad7b0737b8a4 19:11:29 ---> da4d0d7efa8f 19:11:29 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:11:30 ---> Running in 8b1d8343ffe3 19:11:30 ---> Running in fb70f09d3729 19:11:30 Removing intermediate container fb70f09d3729 19:11:30 Removing intermediate container 8b1d8343ffe3 19:11:30 ---> 625250dbff94 19:11:30 ---> e1b4d4ce6ddb 19:11:30 Step 30/33 : CMD ["gate"]Step 23/25 : LABEL arch=x86_64 19:11:30 19:11:30 ---> Running in ae86759c72c4 19:11:30 ---> Running in d0cb1f83fd81 19:11:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:30 Removing intermediate container d0cb1f83fd81 19:11:30 ---> 75a81871a8a5 19:11:30 Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:11:30 Removing intermediate container ae86759c72c4 19:11:30 ---> 720032212008 19:11:30 Step 31/33 : LABEL arch=x86_64 19:11:30 (1/6) Installing dumb-init (1.2.5-r1) 19:11:30 ---> Running in c5b8623cf87b 19:11:30 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:11:30 ---> Running in a44cb54453ac 19:11:30 (3/6) Installing libsodium (1.0.18-r0) 19:11:31 Removing intermediate container c5b8623cf87b 19:11:31 ---> 75232e0f471e 19:11:31 Step 25/25 : LABEL version=0.0.0 19:11:31 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:11:31 ---> Running in a46b9be23f92 19:11:31 Removing intermediate container a44cb54453ac 19:11:31 ---> d74ca2a1fa9f 19:11:31 Step 32/33 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:11:31 (5/6) Installing libzmq (4.3.4-r0) 19:11:31 ---> Running in bcb1d3004c31 19:11:31 (6/6) Installing zeromq (4.3.4-r0) 19:11:31 Removing intermediate container a46b9be23f92 19:11:31 ---> 33cbdf987fac 19:11:31 19:11:31 Removing intermediate container bcb1d3004c31 19:11:31 ---> 2e5994691d21 19:11:31 Step 33/33 : LABEL version=0.0.0 19:11:31 Executing busybox-1.35.0-r17.trigger 19:11:31 OK: 8 MiB in 20 packages 19:11:31 Successfully built 33cbdf987fac 19:11:31 Successfully tagged security-secretstore-setup:latest 19:11:31 ---> Running in c24410e1c7f4 19:11:31  Building security-secretstore-setup ... done Removing intermediate container c24410e1c7f4 19:11:31 ---> f0c3229866df 19:11:31 19:11:31 Successfully built f0c3229866df 19:11:31 Successfully tagged security-bootstrapper:latest 19:11:32  Building security-bootstrapper ... done Removing intermediate container ea617d54fbcc 19:11:32 ---> ecf87187183d 19:11:32 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:32 ---> 7f963d092463 19:11:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:11:32 ---> e4d8c27f8bc9 19:11:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:11:32 ---> a9e2693071d2 19:11:32 Step 20/24 : ENTRYPOINT ["/core-data"] 19:11:33 ---> Running in 6034fda72b68 19:11:33 Removing intermediate container 6034fda72b68 19:11:33 ---> f03b160f6eca 19:11:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:33 ---> Running in 321e7575a494 19:11:33 Removing intermediate container 321e7575a494 19:11:33 ---> b15f62c07798 19:11:33 Step 22/24 : LABEL arch=x86_64 19:11:33 ---> Running in 16a9178437f8 19:11:33 Removing intermediate container 16a9178437f8 19:11:33 ---> ba7ca42aa594 19:11:33 Step 23/24 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:11:33 ---> Running in a39ef3dca207 19:11:33 Removing intermediate container a39ef3dca207 19:11:33 ---> 4e541ccb6b04 19:11:33 Step 24/24 : LABEL version=0.0.0 19:11:34 ---> Running in e03b21d98062 19:11:34 Removing intermediate container e03b21d98062 19:11:34 ---> ab6540c4c1ca 19:11:34 19:11:34 Successfully built ab6540c4c1ca 19:11:34 Successfully tagged core-data:latest 19:11:35  Building core-data ... done Removing intermediate container b0c7eb31d703 19:11:35 ---> 6d809fc63040 19:11:35 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:11:35 ---> Running in a327d6412dbf 19:11:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:11:36 Removing intermediate container a327d6412dbf 19:11:36 ---> 04cb5587d14a 19:11:36 19:11:36 Step 11/23 : FROM alpine:3.16 19:11:36 ---> 9c6f07244728 19:11: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:11:36 ---> Running in d5bf15850085 19:11:36 Removing intermediate container d5bf15850085 19:11:36 ---> 155b75784c9e 19:11: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:11:36 ---> Running in 0c43abbf0b84 19:11:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:37 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:11:37 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:11:37 (3/33) Installing readline (8.1.2-r0) 19:11:37 (4/33) Installing bash (5.1.16-r2) 19:11:37 Executing bash-5.1.16-r2.post-install 19:11:37 (5/33) Installing ca-certificates (20220614-r0) 19:11:37 (6/33) Installing brotli-libs (1.0.9-r6) 19:11:37 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:11:37 (8/33) Installing libcurl (7.83.1-r3) 19:11:37 (9/33) Installing curl (7.83.1-r3) 19:11:37 (10/33) Installing docker-cli (20.10.18-r1) 19:11:37 (11/33) Installing dumb-init (1.2.5-r1) 19:11:37 (12/33) Installing libbz2 (1.0.8-r1) 19:11:37 (13/33) Installing expat (2.4.9-r0) 19:11:37 (14/33) Installing libffi (3.4.2-r1) 19:11:37 (15/33) Installing gdbm (1.23-r0) 19:11:37 (16/33) Installing xz-libs (5.2.5-r1) 19:11:37 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:11:37 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:11:37 (19/33) Installing mpdecimal (2.5.1-r1) 19:11:37 (20/33) Installing sqlite-libs (3.38.5-r0) 19:11:37 (21/33) Installing python3 (3.10.5-r0) 19:11:37 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:11:37 (23/33) Installing py3-tomli (2.0.1-r1) 19:11:37 (24/33) Installing py3-pep517 (0.12.0-r2) 19:11:38 (25/33) Installing py3-six (1.16.0-r1) 19:11:38 (26/33) Installing py3-retrying (1.3.3-r3) 19:11:38 (27/33) Installing py3-appdirs (1.4.4-r3) 19:11:38 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:11:38 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:11:38 (30/33) Installing py3-parsing (2.4.7-r3) 19:11:38 (31/33) Installing py3-packaging (21.3-r0) 19:11:38 (32/33) Installing py3-setuptools (59.4.0-r0) 19:11:38 (33/33) Installing py3-pip (22.1.1-r0) 19:11:38 Executing busybox-1.35.0-r17.trigger 19:11:38 Executing ca-certificates-20220614-r0.trigger 19:11:38 OK: 122 MiB in 47 packages 19:11:40 Collecting docker-compose==1.23.2 19:11:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:11:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 24.0 MB/s eta 0:00:00 19:11:40 Collecting websocket-client<1.0,>=0.32.0 19:11:40 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:11:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 78.4 MB/s eta 0:00:00 19:11:40 Collecting dockerpty<0.5,>=0.4.1 19:11:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:11:40 Preparing metadata (setup.py): started 19:11:40 Preparing metadata (setup.py): finished with status 'done' 19:11:40 Collecting jsonschema<3,>=2.5.1 19:11:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:11:40 Collecting cached-property<2,>=1.2.0 19:11:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:11:40 Collecting texttable<0.10,>=0.9.0 19:11:40 Downloading texttable-0.9.1.tar.gz (11 kB) 19:11:40 Preparing metadata (setup.py): started 19:11:41 Preparing metadata (setup.py): finished with status 'done' 19:11:41 Collecting docker<4.0,>=3.6.0 19:11:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:11:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 125.1 MB/s eta 0:00:00 19:11:41 Collecting docopt<0.7,>=0.6.1 19:11:41 Downloading docopt-0.6.2.tar.gz (25 kB) 19:11:41 Preparing metadata (setup.py): started 19:11:41 Preparing metadata (setup.py): finished with status 'done' 19:11:41 Collecting PyYAML<4,>=3.10 19:11:41 Downloading PyYAML-3.13.tar.gz (270 kB) 19:11:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 44.7 MB/s eta 0:00:00 19:11:41 Preparing metadata (setup.py): started 19:11:41 Preparing metadata (setup.py): finished with status 'done' 19:11:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:11:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:11:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 78.2 MB/s eta 0:00:00 19:11:42 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:11:42 Collecting docker-pycreds>=0.4.0 19:11:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:11:42 Collecting certifi>=2017.4.17 19:11:42 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:11:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 134.5 MB/s eta 0:00:00 19:11:42 Collecting idna<2.8,>=2.5 19:11:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:11:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 137.1 MB/s eta 0:00:00 19:11:42 Collecting chardet<3.1.0,>=3.0.2 19:11:42 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:11:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 82.6 MB/s eta 0:00:00 19:11:42 Collecting urllib3<1.25,>=1.21.1 19:11:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:11:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 152.2 MB/s eta 0:00:00 19:11:42 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:11:42 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:11:42 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:11:42 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:11:42 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:11:42 Running setup.py install for texttable: started 19:11:42 Running setup.py install for texttable: finished with status 'done' 19:11:42 Running setup.py install for PyYAML: started 19:11:43 Running setup.py install for PyYAML: finished with status 'done' 19:11:43 Running setup.py install for docopt: started 19:11:43 Running setup.py install for docopt: finished with status 'done' 19:11:43 Running setup.py install for dockerpty: started 19:11:44 Running setup.py install for dockerpty: finished with status 'done' 19:11:44 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:11:44 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:11:48 Removing intermediate container 0c43abbf0b84 19:11:48 ---> 3399010b43f1 19:11:48 Step 14/23 : ENV APP_PORT=58890 19:11:48 ---> Running in 3f85ec967b49 19:11:48 Removing intermediate container 3f85ec967b49 19:11:48 ---> 18ace13e69f9 19:11:48 Step 15/23 : EXPOSE $APP_PORT 19:11:48 ---> Running in 2560dde9979b 19:11:48 Removing intermediate container 2560dde9979b 19:11:48 ---> 4db4892c8124 19:11:48 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:11:48 ---> f22b78267128 19:11:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:11:48 ---> 501baabbe865 19:11:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:11:49 ---> 07b501598141 19:11:49 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:11:49 ---> Running in c315f20eedb1 19:11:49 Removing intermediate container c315f20eedb1 19:11:49 ---> 80d57bb39d81 19:11:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:49 ---> Running in 342b9a507084 19:11:49 Removing intermediate container 342b9a507084 19:11:49 ---> a114e53825f2 19:11:49 Step 21/23 : LABEL arch=x86_64 19:11:49 ---> Running in 73246e3a38d2 19:11:49 Removing intermediate container 73246e3a38d2 19:11:49 ---> 796f9f686016 19:11:49 Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:11:49 ---> Running in 9e654b4cbe91 19:11:49 Removing intermediate container 9e654b4cbe91 19:11:49 ---> bc7fc488cb56 19:11:49 Step 23/23 : LABEL version=0.0.0 19:11:49 ---> Running in fc9dd7a562e5 19:11:49 Removing intermediate container fc9dd7a562e5 19:11:49 ---> a99684c7cf79 19:11:49 19:11:49 Successfully built a99684c7cf79 19:11:49 Successfully tagged sys-mgmt-agent:latest 19:11:49  Building sys-mgmt-agent ... done  [Pipeline] } 19:11:49 $ docker stop --time=1 2dc24a968d877669a52468a418f3adbb47f0daaf09ca2484cbe47bca4b9d8183 19:11:51 $ docker rm -f 2dc24a968d877669a52468a418f3adbb47f0daaf09ca2484cbe47bca4b9d8183 [Pipeline] // withDockerContainer [Pipeline] sh 19:11:51 + docker images 19:11:51 REPOSITORY TAG IMAGE ID CREATED SIZE 19:11:51 sys-mgmt-agent latest a99684c7cf79 2 seconds ago 136MB 19:11:51 04cb5587d14a 15 seconds ago 1.56GB 19:11:51 core-data latest ab6540c4c1ca 17 seconds ago 21.6MB 19:11:51 security-secretstore-setup latest 33cbdf987fac 20 seconds ago 29.3MB 19:11:51 security-bootstrapper latest f0c3229866df 20 seconds ago 19.9MB 19:11:51 1973a7298a2c 25 seconds ago 1.59GB 19:11:51 b57971a17952 30 seconds ago 1.57GB 19:11:51 26a98df8b1e9 35 seconds ago 1.57GB 19:11:51 security-proxy-setup latest af86175af4cf 38 seconds ago 27.4MB 19:11:51 f0e66ac665c1 52 seconds ago 1.57GB 19:11:51 core-metadata latest 192e118a170e 59 seconds ago 18.3MB 19:11:51 security-spire-server latest b2e11f79856b About a minute ago 86.5MB 19:11:51 cf9f1f3d5032 About a minute ago 1.45GB 19:11:51 2a1ff11767a1 About a minute ago 1.59GB 19:11:51 support-notifications latest 9ad7b7935eb8 About a minute ago 30.1MB 19:11:51 security-spiffe-token-provider latest c47d23f17eb8 About a minute ago 29.3MB 19:11:51 support-scheduler latest 60914710f93b About a minute ago 29.5MB 19:11:51 core-command latest 5b99a62375ed About a minute ago 17.5MB 19:11:51 2afacdfd4b56 About a minute ago 1.64GB 19:11:51 c3ace67414d7 About a minute ago 1.64GB 19:11:51 fcbe5d400805 About a minute ago 1.61GB 19:11:51 security-spire-agent latest 7558a403e02f About a minute ago 125MB 19:11:51 ddd18f5ebe4d About a minute ago 1.58GB 19:11:51 security-spire-config latest 96ce8afe9c07 About a minute ago 85.8MB 19:11:51 9b393e65d517 2 minutes ago 1.45GB 19:11:51 ci-base-image-x86_64 latest 71c973281fbd 5 minutes ago 940MB 19:11:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 6 days ago 677MB 19:11:51 alpine 3.15 c4fc93816858 2 months ago 5.59MB 19:11:51 alpine 3.16 9c6f07244728 2 months ago 5.54MB 19:11:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 19:11:51 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:12:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:12:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.636s coverage: 28.7% of statements 19:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:12:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:12:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.755s coverage: 98.5% of statements 19:13:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.504s coverage: 41.3% of statements 19:13:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:13:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.783s coverage: 54.2% of statements 19:13:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:13:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:13:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 26.006s coverage: 89.2% of statements 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:13:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.807s coverage: 2.2% of statements 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:13:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.526s coverage: 95.6% of statements 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:13:27 ok github.com/edgexfoundry/edgex-go/internal/io 0.498s coverage: 72.2% of statements 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:13:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.445s coverage: 60.0% of statements 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:13:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.165s coverage: 0.9% of statements 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:13:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.446s coverage: 58.8% of statements 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.564s coverage: 29.6% of statements 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:13:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.443s coverage: 47.1% of statements 19:13:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.522s coverage: 79.5% of statements 19:13:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.344s coverage: 94.1% of statements 19:13:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.308s coverage: 96.3% of statements 19:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.268s coverage: 87.5% of statements 19:13:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.370s coverage: 94.4% of statements 19:13:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.280s coverage: 44.8% of statements 19:14:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.709s coverage: 80.5% of statements 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:14:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.332s coverage: 92.9% of statements 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:14:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 65.1% of statements 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:14:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.248s coverage: 86.9% of statements 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:14:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.212s coverage: 87.2% of statements 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:14:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.175s coverage: 100.0% of statements 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:14:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.268s coverage: 58.8% of statements 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:14:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.286s coverage: 80.0% of statements 19:14:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.279s coverage: 87.2% of statements 19:14:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.291s coverage: 85.4% of statements 19:14:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.954s coverage: 91.2% of statements 19:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:14:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.886s coverage: 64.7% of statements 19:14:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:14:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:14:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.239s coverage: 100.0% of statements 19:14:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.179s coverage: 89.4% of statements 19:14:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 19:14:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 19:14:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 19:14:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.398s coverage: 65.8% of statements 19:14:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:14:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:14:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:14:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.065s coverage: 41.8% of statements 19:14:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:14:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:14:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.287s coverage: 89.5% of statements 19:14:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:14:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.255s coverage: 84.8% of statements 19:14:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:14:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:14:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:14:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.402s coverage: 17.7% of statements 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.960s coverage: 92.3% of statements 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.305s coverage: 63.2% of statements 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.471s coverage: 97.7% of statements 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.232s coverage: 28.9% of statements 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.267s coverage: 100.0% of statements 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements 19:14:31 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:14:31 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:14:31 GO111MODULE=on go vet ./... 19:16:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:16:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:16:23 ./bin/test-attribution-txt.sh [Pipeline] echo 19:16:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:16:24 + ls -al . 19:16:24 total 756 19:16:24 drwxrwxr-x 10 1001 1001 4096 Oct 17 19:10 . 19:16:24 drwxr-xr-x 4 root root 4096 Oct 17 19:10 .. 19:16:24 drwxrwxr-x 2 1001 1001 4096 Oct 17 19:08 .blubracket 19:16:24 -rw-rw-r-- 1 1001 1001 16 Oct 17 19:08 .dockerignore 19:16:24 drwxrwxr-x 8 1001 1001 4096 Oct 17 19:08 .git 19:16:24 drwxrwxr-x 3 1001 1001 4096 Oct 17 19:08 .github 19:16:24 -rw-rw-r-- 1 1001 1001 1030 Oct 17 19:08 .gitignore 19:16:24 -rw-rw-r-- 1 1001 1001 42 Oct 17 19:08 .golangci.yml 19:16:24 -rw-rw-r-- 1 1001 1001 87 Oct 17 19:08 .hadolint.yml 19:16:24 -rw-rw-r-- 1 1001 1001 166 Oct 17 19:08 .sonarcloud.properties 19:16:24 -rw-rw-r-- 1 1001 1001 1171 Oct 17 19:08 ADOPTERS.md 19:16:24 -rw-rw-r-- 1 1001 1001 10722 Oct 17 19:08 Attribution.txt 19:16:24 -rw-rw-r-- 1 1001 1001 63209 Oct 17 19:08 CHANGELOG.md 19:16:24 -rw-rw-r-- 1 1001 1001 3804 Oct 17 19:08 CONTRIBUTING.md 19:16:24 -rw-rw-r-- 1 1001 1001 677 Oct 17 19:08 GOVERNANCE.md 19:16:24 -rw-rw-r-- 1 1001 1001 850 Oct 17 19:08 Jenkinsfile 19:16:24 -rw-rw-r-- 1 1001 1001 10775 Oct 17 19:08 LICENSE 19:16:24 -rw-rw-r-- 1 1001 1001 13857 Oct 17 19:08 Makefile 19:16:24 -rw-rw-r-- 1 1001 1001 582 Oct 17 19:08 OWNERS.md 19:16:24 -rw-rw-r-- 1 1001 1001 9799 Oct 17 19:08 README.md 19:16:24 -rw-rw-r-- 1 1001 1001 6912 Oct 17 19:08 SECURITY.md 19:16:24 -rw-rw-r-- 1 1001 1001 5 Oct 17 19:06 VERSION 19:16:24 -rw-rw-r-- 1 1001 1001 4131 Oct 17 19:08 ZMQWindows.md 19:16:24 drwxrwxr-x 2 1001 1001 4096 Oct 17 19:08 bin 19:16:24 drwxrwxr-x 18 1001 1001 4096 Oct 17 19:08 cmd 19:16:24 -rw-r--r-- 1 root root 502375 Oct 17 19:14 coverage.out 19:16:24 -rw-rw-r-- 1 1001 1001 3458 Oct 17 19:08 go.mod 19:16:24 -rw-rw-r-- 1 1001 1001 38041 Oct 17 19:08 go.sum 19:16:24 drwxrwxr-x 8 1001 1001 4096 Oct 17 19:08 internal 19:16:24 drwxrwxr-x 3 1001 1001 4096 Oct 17 19:08 openapi 19:16:24 drwxrwxr-x 4 1001 1001 4096 Oct 17 19:08 snap 19:16:24 -rw-rw-r-- 1 1001 1001 204 Oct 17 19:08 version.go [Pipeline] sh 19:16:24 + '[' -e coverage.out ] 19:16:24 + chown 1001:1001 coverage.out [Pipeline] stash 19:16:24 Warning: overwriting stash ‘coverage-report’ 19:16:25 Stashed 1 file(s) [Pipeline] sh 19:16:26 + make build 19:16:26 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:18:03 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:19:11 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:19:12 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:19:50 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:19:51 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:19:57 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:20: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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:20:08 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:20: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/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:20:16 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:20: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/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:20:28 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:20:33 $ docker stop --time=1 b1c0728955f38e3befe381b1a3a93f483c8c699740e869efc66498ea134cb9ad 19:20:35 $ docker rm -f b1c0728955f38e3befe381b1a3a93f483c8c699740e869efc66498ea134cb9ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:20:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:38 19:20:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:20:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:39 latest: Pulling from edgex-devops/edgex-compose-arm64 19:20:39 29e5d40040c1: Pulling fs layer 19:20:39 1ce36da41761: Pulling fs layer 19:20:39 25b303627fd3: Pulling fs layer 19:20:39 29e5d40040c1: Verifying Checksum 19:20:39 29e5d40040c1: Download complete 19:20:39 1ce36da41761: Verifying Checksum 19:20:39 1ce36da41761: Download complete 19:20:39 29e5d40040c1: Pull complete 19:20:40 25b303627fd3: Verifying Checksum 19:20:40 25b303627fd3: Download complete 19:20:41 1ce36da41761: Pull complete 19:20:51 25b303627fd3: Pull complete 19:20:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:20:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:20:51 prd-ubuntu20.04-docker-arm64-4c-16g-8393 does not seem to be running inside a container 19:20:51 $ 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:20:53 $ docker top b5cb1c8c7803d0de05697e1e4a678a09bda2d65c4fb56bb629c81e1d9044288c -eo pid,comm [Pipeline] { [Pipeline] sh 19:20:54 + docker-compose build --help 19:20:54 + grep parallel 19:20:58 --parallel Build images in parallel. [Pipeline] } 19:20:58 $ docker stop --time=1 b5cb1c8c7803d0de05697e1e4a678a09bda2d65c4fb56bb629c81e1d9044288c 19:21:00 $ docker rm -f b5cb1c8c7803d0de05697e1e4a678a09bda2d65c4fb56bb629c81e1d9044288c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:21:01 prd-ubuntu20.04-docker-arm64-4c-16g-8393 does not seem to be running inside a container 19:21:01 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:21:02 $ docker top 5dcd8d52527d05d8f9ba3922a4939b907d69d867f1cba684201f78a954610150 -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:03 + docker-compose -f ./docker-compose-build.yml build --parallel 19:21:07 Building core-command ... 19:21:07 Building core-data ... 19:21:07 Building core-metadata ... 19:21:07 Building security-bootstrapper ... 19:21:07 Building security-proxy-setup ... 19:21:07 Building security-secretstore-setup ... 19:21:07 Building security-spiffe-token-provider ... 19:21:07 Building security-spire-agent ... 19:21:07 Building security-spire-config ... 19:21:07 Building security-spire-server ... 19:21:07 Building support-notifications ... 19:21:07 Building support-scheduler ... 19:21:07 Building sys-mgmt-agent ... 19:21:07 Building security-spiffe-token-provider 19:21:07 Building core-metadata 19:21:07 Building security-secretstore-setup 19:21:07 Building security-spire-config 19:21:07 Building security-spire-server 19:22:03 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:03 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:22:03 ---> 771f070ab515 19:22:03 Step 3/20 : WORKDIR /edgex-go 19:22:03 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:03 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:22:03 ---> 771f070ab515 19:22:03 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:22:03 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:03 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:22:03 ---> 771f070ab515 19:22:03 Step 3/25 : WORKDIR /edgex-go 19:22:03 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:03 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:22:03 ---> 771f070ab515 19:22:03 Step 3/25 : WORKDIR /edgex-go 19:22:03 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:22:03 ---> 771f070ab515 19:22:03 Step 3/26 : WORKDIR /edgex-go 19:22:03 ---> Running in 8183d8c5d1cc 19:22:03 ---> Running in 3fa1d4b52d97 19:22:03 ---> Running in a0b06e67e3bc 19:22:03 ---> Running in 0ded8d36126e 19:22:03 ---> Running in 0619640c5667 19:22:03 Removing intermediate container a0b06e67e3bc 19:22:03 ---> c2e91184f58c 19:22:03 Step 4/25 : WORKDIR /edgex-go 19:22:03 Removing intermediate container 8183d8c5d1cc 19:22:03 ---> 2ea1f3f1b975 19:22:03 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:03 Removing intermediate container 0ded8d36126e 19:22:03 ---> 8deb2c1f2308 19:22:03 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:22:03 Removing intermediate container 3fa1d4b52d97 19:22:03 ---> 98c48f4b3b23 19:22:03 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:03 Removing intermediate container 0619640c5667 19:22:03 ---> c3a5a9f39f05 19:22:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:03 ---> Running in 1f8fedad1b9d 19:22:03 ---> Running in 2d94ef9e9c1d 19:22:03 ---> Running in cfc98cb02100 19:22:03 ---> Running in 4de03f785ab6 19:22:03 ---> Running in 0e498a31ff97 19:22:03 Removing intermediate container 1f8fedad1b9d 19:22:03 ---> 963ec64a34a4 19:22:03 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:03 ---> Running in fd9342875989 19:22:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:03 Removing intermediate container 2d94ef9e9c1d 19:22:03 ---> 8b35b16624e8 19:22:03 Step 5/25 : RUN apk add --update --no-cache make git 19:22:03 v3.16.2-303-g355c945e84 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:22:03 v3.16.2-302-g26bb45e677 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:22:03 OK: 16893 distinct packages available 19:22:03 Removing intermediate container 4de03f785ab6 19:22:03 ---> 99ecc6181c89 19:22:03 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:22:03 ---> Running in f17b77f9995e 19:22:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:03 ---> Running in f55c74a9d1b8 19:22:03 Removing intermediate container fd9342875989 19:22:03 ---> 218ec1cf2316 19:22:03 Step 6/25 : RUN apk add --update --no-cache make git 19:22:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:03 ---> Running in ff98e9d26f89 19:22:03 Removing intermediate container 0e498a31ff97 19:22:03 ---> 760a702e1ddf 19:22:03 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:22:03 ---> Running in 0438696ba5ad 19:22:04 OK: 221 MiB in 51 packages 19:22:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:05 Removing intermediate container cfc98cb02100 19:22:05 ---> c92a5eeaf354 19:22:05 Step 5/20 : COPY go.mod vendor* ./ 19:22:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:06 ---> 0f808f7b2810 19:22:06 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:06 ---> Running in bea9533e4161 19:22:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:07 OK: 221 MiB in 51 packages 19:22:08 OK: 221 MiB in 51 packages 19:22:08 OK: 221 MiB in 51 packages 19:22:08 OK: 221 MiB in 51 packages 19:22:09 Removing intermediate container f17b77f9995e 19:22:09 ---> 65c7fe0f3b1e 19:22:09 Step 6/25 : COPY go.mod vendor* ./ 19:22:09 Removing intermediate container 0438696ba5ad 19:22:09 ---> 612f4f4e9908 19:22:09 Step 6/26 : COPY go.mod vendor* ./ 19:22:09 Removing intermediate container f55c74a9d1b8 19:22:09 ---> 12faff450f73 19:22:09 Step 6/25 : COPY go.mod vendor* ./ 19:22:09 Removing intermediate container ff98e9d26f89 19:22:09 ---> a45214c82ddf 19:22:09 Step 7/25 : COPY go.mod vendor* ./ 19:22:10 ---> 3bea3814896c 19:22:10 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:10 ---> Running in c27e26e25c9a 19:22:11 ---> 3dfc0d2e6eb9 19:22:11 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:11 ---> Running in 644cdab978ea 19:22:11 ---> 32787a4b5c0d 19:22:11 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> b72efb91838d 19:22:11 19:22:11 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:11 ---> Running in c439f9d698a9 19:22:11 ---> Running in 4e80a24ccedf 19:23:08 Removing intermediate container bea9533e4161 19:23:08 ---> a06c68e65630 19:23:08 Step 7/20 : COPY . . 19:23:16 Removing intermediate container 4e80a24ccedf 19:23:16 ---> 40e33c3d0bb2 19:23:16 Step 9/25 : COPY . . 19:23:16 Removing intermediate container c439f9d698a9 19:23:16 ---> 3d63bf74827c 19:23:16 Step 8/25 : COPY . . 19:23:16 Removing intermediate container 644cdab978ea 19:23:16 ---> 227d09427e26 19:23:16 Step 8/26 : COPY . . 19:23:16 Removing intermediate container c27e26e25c9a 19:23:16 ---> e0807403513f 19:23:16 Step 8/25 : COPY . . 19:23:21 ---> 660d5c0f5129 19:23:21 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:23:22 ---> Running in 67abcfc7f234 19:23:23 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:23:36 ---> a2620693b299 19:23:36 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:23:36 ---> 1543f54c8aaf 19:23:36 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:23:36 ---> fafaf509a8f6 19:23:36 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:23:36 ---> 1cc4177f308b 19:23:36 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:23:36 ---> Running in 5f16d5fd9461 19:23:36 ---> Running in 1ae2682234b9 19:23:36 ---> Running in 5e37411c9c3f 19:23:36 ---> Running in d76f083941e4 19:23:36 Removing intermediate container 5e37411c9c3f 19:23:36 ---> 88eb119457ee 19:23:36 Step 10/26 : WORKDIR /edgex-go/spire-build 19:23:36 Removing intermediate container d76f083941e4 19:23:36 ---> 752b86ae1aa5 19:23:36 Step 10/25 : WORKDIR /edgex-go/spire-build 19:23:37 ---> Running in 1e022c1e0b5e 19:23:37 ---> Running in 04ed5850c081 19:23:38 Removing intermediate container 1e022c1e0b5e 19:23:38 ---> df10aaafa505 19:23:38 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:23:38 ---> Running in f595dbe21055 19:23:38 Removing intermediate container 04ed5850c081 19:23:38 ---> b8c0b4e6abe0 19:23:38 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:23:38 ---> Running in 1692a1b40f6b 19:23:38 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: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/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:23:41 Removing intermediate container f595dbe21055 19:23:41 ---> 370cda253e67 19:23:41 Step 12/26 : WORKDIR /edgex-go 19:23:41 ---> Running in 60a6d39d6b38 19:23:41 Removing intermediate container 1692a1b40f6b 19:23:41 ---> fa0c94a4d51b 19:23:41 Step 12/25 : WORKDIR /edgex-go 19:23:41 ---> Running in 87152cc1f7e0 19:23:43 Removing intermediate container 60a6d39d6b38 19:23:43 ---> f2e40164138c 19:23:43 19:23:43 Step 13/26 : FROM alpine:3.15 19:23:43 Removing intermediate container 87152cc1f7e0 19:23:43 ---> 86748bc78b06 19:23:43 19:23:43 Step 13/25 : FROM alpine:3.15 19:23:44 3.15: Pulling from library/alpine 19:23:44 3.15: Pulling from library/alpine 19:23:46 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:23:46 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:23:46 Status: Image is up to date for alpine:3.15 19:23:46 Status: Downloaded newer image for alpine:3.15 19:23:46 ---> 02e0d6fdf486 19:23:46 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:23:46 ---> 02e0d6fdf486 19:23:46 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:23:46 ---> Running in 5f40d12aaa66 19:23:46 ---> Running in 1fd0fe3d08b1 19:23:47 Removing intermediate container 5f40d12aaa66 19:23:47 ---> a6e716e11902 19:23:47 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:47 Removing intermediate container 1fd0fe3d08b1 19:23:47 ---> 0a569ee761d0 19:23:47 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:47 ---> Running in a905f07e6f2e 19:23:47 ---> Running in 4cf20c0d62f8 19:23:51 Removing intermediate container a905f07e6f2e 19:23:51 ---> 449bb9b3f1a9 19:23:51 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:23:51 ---> Running in 24fc0cbe84cb 19:23:51 Removing intermediate container 4cf20c0d62f8 19:23:51 ---> 42118a0dec66 19:23:51 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:23:51 ---> Running in d858e68ca14a 19:23:53 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:23:54 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:23:54 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:23:55 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:23:55 v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:23:55 v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:23:55 OK: 15734 distinct packages available 19:23:55 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:23:56 v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:23:56 v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:23:56 OK: 15734 distinct packages available 19:23:56 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:23:57 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:23:57 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:23:58 (1/5) Installing dumb-init (1.2.5-r1) 19:23:58 (2/5) Installing musl-obstack (1.2.3-r0) 19:23:58 (3/5) Installing libucontext (1.1-r0) 19:23:58 (4/5) Installing gcompat (1.0.0-r4) 19:23:58 (5/5) Installing openssl (1.1.1q-r0) 19:23:58 Executing busybox-1.34.1-r7.trigger 19:23:58 (1/4) Installing dumb-init (1.2.5-r1) 19:23:58 OK: 6 MiB in 19 packages 19:23:59 (2/4) Installing musl-obstack (1.2.3-r0) 19:23:59 (3/4) Installing libucontext (1.1-r0) 19:23:59 (4/4) Installing gcompat (1.0.0-r4) 19:23:59 Executing busybox-1.34.1-r7.trigger 19:23:59 OK: 6 MiB in 18 packages 19:24:01 Removing intermediate container 24fc0cbe84cb 19:24:01 ---> 2b1fc4a4ec41 19:24:01 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:24:01 Removing intermediate container d858e68ca14a 19:24:01 ---> 22f9d8e59d8c 19:24:01 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:24:09 ---> 23868733a88c 19:24:09 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:24:09 ---> 2f7907fd3fc6 19:24:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:24:10 ---> 1661822ffc3e 19:24:10 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:24:10 ---> Running in 6e81185e1b5f 19:24:11 ---> 832f8ca47893 19:24:11 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:24:11 Removing intermediate container 6e81185e1b5f 19:24:11 ---> c60125382a71 19:24:11 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:24:12 ---> b85b4c84613a 19:24:12 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:24:13 ---> 92d13c557456 19:24:13 Step 21/26 : WORKDIR / 19:24:13 ---> cecb11f25675 19:24:13 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:24:13 ---> Running in f85fd2386222 19:24:13 ---> Running in aca43378f706 19:24:13 Removing intermediate container f85fd2386222 19:24:13 ---> 0401e8d6e4ed 19:24:13 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:24:13 Removing intermediate container aca43378f706 19:24:13 ---> af10c530714a 19:24:13 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:24:13 ---> Running in 47bbd79b5d48 19:24:13 ---> Running in 115ea176c999 19:24:14 Removing intermediate container 115ea176c999 19:24:14 ---> 4d3a0cb10e06 19:24:14 Step 23/25 : LABEL arch=arm64 19:24:14 ---> Running in ab8f34a3ee78 19:24:14 Removing intermediate container 47bbd79b5d48 19:24:14 ---> c8de91676458 19:24:14 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:24:14 ---> Running in 7348be6080f8 19:24:15 Removing intermediate container ab8f34a3ee78 19:24:15 ---> 049d484294ae 19:24:15 Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:24:15 Removing intermediate container 7348be6080f8 19:24:15 ---> 07259f2ebb98 19:24:15 Step 24/26 : LABEL arch=arm64 19:24:15 ---> Running in 049eaad61b87 19:24:15 ---> Running in 846d692bbc9d 19:24:16 Removing intermediate container 049eaad61b87 19:24:16 ---> 843e20035edf 19:24:16 Step 25/25 : LABEL version=0.0.0 19:24:16 ---> Running in 9fd8d4f6aa39 19:24:16 Removing intermediate container 846d692bbc9d 19:24:16 ---> 40940473328f 19:24:16 Step 25/26 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:24:16 ---> Running in 5dbaff10046b 19:24:16 Removing intermediate container 9fd8d4f6aa39 19:24:16 ---> 277c2a23215b 19:24:16 19:24:17 Removing intermediate container 5dbaff10046b 19:24:17 ---> fafe228cb049 19:24:17 Step 26/26 : LABEL version=0.0.0 19:24:17 ---> Running in cdf1b53e4c5c 19:24:17 Successfully built 277c2a23215b 19:24:17 Successfully tagged security-spire-server-arm64:latest 19:24:17 Building sys-mgmt-agent 19:24:17  Building security-spire-server ... done Removing intermediate container cdf1b53e4c5c 19:24:17 ---> 63e81f6994b4 19:24:17 19:24:18 Successfully built 63e81f6994b4 19:24:18 Successfully tagged security-spire-config-arm64:latest 19:24:18  Building security-spire-config ... done Building support-scheduler 19:24:50 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:24:50 ---> 771f070ab515 19:24:50 Step 3/23 : WORKDIR /edgex-go 19:24:50 ---> Using cache 19:24:50 ---> c3a5a9f39f05 19:24:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:50 ---> Using cache 19:24:50 ---> 760a702e1ddf 19:24:50 Step 5/23 : RUN apk add --update --no-cache make bash git 19:24:50 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:24:50 ---> 771f070ab515 19:24:50 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:24:50 ---> Using cache 19:24:50 ---> c2e91184f58c 19:24:50 Step 4/23 : WORKDIR /edgex-go 19:24:50 ---> Using cache 19:24:50 ---> 963ec64a34a4 19:24:50 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:50 ---> Using cache 19:24:50 ---> 218ec1cf2316 19:24:50 Step 6/23 : RUN apk add --update --no-cache make git 19:24:50 ---> Using cache 19:24:50 ---> a45214c82ddf 19:24:50 Step 7/23 : COPY go.mod vendor* ./ 19:24:50 ---> Using cache 19:24:50 ---> 32787a4b5c0d 19:24:50 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:50 ---> Using cache 19:24:50 ---> 40e33c3d0bb2 19:24:50 Step 9/23 : COPY . . 19:24:50 ---> Using cache 19:24:50 ---> a2620693b299 19:24:50 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:24:50 ---> Running in e46ab6505fa7 19:24:50 ---> Running in cafb2682f0e0 19:24:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:24:50 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:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:24:50 OK: 221 MiB in 51 packages 19:24:52 Removing intermediate container e46ab6505fa7 19:24:52 ---> bba757a1880b 19:24:52 Step 6/23 : COPY go.mod vendor* ./ 19:24:52 ---> 64af1b588fc6 19:24:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:52 ---> Running in 64d46ab3de60 19:25:49 Removing intermediate container 64d46ab3de60 19:25:49 ---> b219ce6d25d3 19:25:49 Step 8/23 : COPY . . 19:26:01 ---> 7b16c123971d 19:26:01 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:26:01 ---> Running in eb797b7f79a8 19:26: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:28:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:29:09 Removing intermediate container 5f16d5fd9461 19:29:09 ---> 817f4c8f1bc2 19:29:09 19:29:09 Step 10/25 : FROM alpine:3.16 19:29:09 3.16: Pulling from library/alpine 19:29:09 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:29:09 Status: Downloaded newer image for alpine:3.16 19:29:09 ---> a6215f271958 19:29:09 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:29:09 ---> Running in 138ac2403b41 19:29:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:29:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:29:13 (1/3) Installing ca-certificates (20220614-r0) 19:29:13 (2/3) Installing dumb-init (1.2.5-r1) 19:29:13 (3/3) Installing su-exec (0.2-r1) 19:29:13 Executing busybox-1.35.0-r17.trigger 19:29:13 Executing ca-certificates-20220614-r0.trigger 19:29:13 OK: 6 MiB in 17 packages 19:29:15 Removing intermediate container 138ac2403b41 19:29:15 ---> d5c33b1dfe37 19:29:15 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:29:15 ---> Running in f1e78ae78400 19:29:16 Removing intermediate container f1e78ae78400 19:29:16 ---> 38d4bab02603 19:29:16 Step 13/25 : WORKDIR / 19:29:16 ---> Running in 954db3cb41fd 19:29:16 Removing intermediate container 954db3cb41fd 19:29:16 ---> 87e4463bb998 19:29:16 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:29:17 ---> bcd2acc9e104 19:29:17 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:29:18 ---> a1191367ac4a 19:29:18 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:29:19 ---> 73370df171b5 19:29:19 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:29:20 ---> f352ddf166c9 19:29:20 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:29:21 ---> edf5c6315819 19:29:21 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:29:23 ---> 2002633411f4 19:29:23 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:29:24 ---> 54c4f370e610 19:29:24 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:29:24 ---> Running in f921aa6f5abb 19:29:28 Removing intermediate container f921aa6f5abb 19:29:28 ---> dfb20512320e 19:29:28 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:29:28 ---> Running in dd662118a781 19:29:28 Removing intermediate container dd662118a781 19:29:28 ---> ad949a0bb1e0 19:29:28 Step 23/25 : LABEL arch=arm64 19:29:28 ---> Running in 9e0856249353 19:29:28 Removing intermediate container 9e0856249353 19:29:28 ---> 896f0615ff11 19:29:28 Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:29:28 ---> Running in 9125283678d3 19:29:29 Removing intermediate container 9125283678d3 19:29:29 ---> c7cea856d72e 19:29:29 Step 25/25 : LABEL version=0.0.0 19:29:29 ---> Running in 5d2cea38de20 19:29:30 Removing intermediate container 5d2cea38de20 19:29:30 ---> d8f001437835 19:29:30 19:29:30 Successfully built d8f001437835 19:29:30 Successfully tagged security-secretstore-setup-arm64:latest 19:29:30  Building security-secretstore-setup ... done Building core-data 19:29:45 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:29:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:29:45 ---> 771f070ab515 19:29:45 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:29:45 ---> Using cache 19:29:45 ---> c2e91184f58c 19:29:45 Step 4/24 : WORKDIR /edgex-go 19:29:45 ---> Using cache 19:29:45 ---> 963ec64a34a4 19:29:45 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:45 ---> Using cache 19:29:45 ---> 218ec1cf2316 19:29:45 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:29:45 ---> Running in 4fca6053efa8 19:29:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:29:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:29:50 OK: 221 MiB in 51 packages 19:29:51 Removing intermediate container 4fca6053efa8 19:29:51 ---> 6aba29627700 19:29:51 Step 7/24 : COPY go.mod vendor* ./ 19:29:52 ---> d466ae905f7b 19:29:52 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:29:52 ---> Running in 544ff504bd6c 19:30:04 Removing intermediate container 1ae2682234b9 19:30:04 ---> f0666363b68c 19:30:04 19:30:04 Step 11/25 : FROM alpine:3.16 19:30:04 ---> a6215f271958 19:30:04 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:30:04 ---> Running in 72b3b228072b 19:30:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:30:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:30:08 (1/1) Installing dumb-init (1.2.5-r1) 19:30:08 Executing busybox-1.35.0-r17.trigger 19:30:08 OK: 5 MiB in 15 packages 19:30:10 Removing intermediate container 72b3b228072b 19:30:10 ---> 4c07262fe45d 19:30:10 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:30:10 ---> Running in ccb3eec4b8ea 19:30:10 Removing intermediate container ccb3eec4b8ea 19:30:10 ---> 25ae5019331a 19:30:10 Step 14/25 : ENV APP_PORT=59881 19:30:11 ---> Running in 8aece78f7025 19:30:11 Removing intermediate container 8aece78f7025 19:30:11 ---> 0d68078eb7f9 19:30:11 Step 15/25 : EXPOSE $APP_PORT 19:30:11 ---> Running in b349b0cd1cfa 19:30:12 Removing intermediate container b349b0cd1cfa 19:30:12 ---> 26e3a2b205e6 19:30:12 Step 16/25 : WORKDIR / 19:30:12 ---> Running in 913877eee37d 19:30:13 Removing intermediate container 913877eee37d 19:30:13 ---> 714224be1f37 19:30:13 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:14 ---> e13eda3e5b29 19:30:14 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:30:16 ---> 5514c7853a59 19:30:16 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:30:17 ---> 788d874898d4 19:30:17 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:30:17 ---> 3f79760964a5 19:30:17 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:30:17 ---> Running in 8251ae7e5f02 19:30:18 Removing intermediate container 8251ae7e5f02 19:30:18 ---> dab8ebf10853 19:30:18 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:30:18 ---> Running in cbba1e0354c3 19:30:19 Removing intermediate container cbba1e0354c3 19:30:19 ---> 7f17f6846b45 19:30:19 Step 23/25 : LABEL arch=arm64 19:30:19 ---> Running in f3797ef80e66 19:30:19 Removing intermediate container f3797ef80e66 19:30:19 ---> f3d6a9677a5a 19:30:19 Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:30:19 ---> Running in 1642eeffd4af 19:30:20 Removing intermediate container 1642eeffd4af 19:30:20 ---> 4ae3976531e4 19:30:20 Step 25/25 : LABEL version=0.0.0 19:30:20 ---> Running in f1d7dbbaf52e 19:30:20 Removing intermediate container f1d7dbbaf52e 19:30:20 ---> 3afb428b6409 19:30:20 19:30:21 Successfully built 3afb428b6409 19:30:21 Successfully tagged core-metadata-arm64:latest 19:30:21  Building core-metadata ... done Building security-spire-agent 19:30:43 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:30:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:30:43 ---> 771f070ab515 19:30:43 Step 3/26 : WORKDIR /edgex-go 19:30:43 ---> Using cache 19:30:43 ---> c3a5a9f39f05 19:30:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:43 ---> Using cache 19:30:43 ---> 760a702e1ddf 19:30:43 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:30:43 ---> Using cache 19:30:43 ---> 612f4f4e9908 19:30:43 Step 6/26 : COPY go.mod vendor* ./ 19:30:43 ---> Using cache 19:30:43 ---> 3dfc0d2e6eb9 19:30:43 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:30:43 ---> Using cache 19:30:43 ---> 227d09427e26 19:30:43 Step 8/26 : COPY . . 19:30:43 ---> Using cache 19:30:43 ---> fafaf509a8f6 19:30:43 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:30:43 ---> Using cache 19:30:43 ---> 88eb119457ee 19:30:43 Step 10/26 : WORKDIR /edgex-go/spire-build 19:30:43 ---> Using cache 19:30:43 ---> df10aaafa505 19:30:43 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:43 ---> Using cache 19:30:43 ---> 370cda253e67 19:30:43 Step 12/26 : WORKDIR /edgex-go 19:30:43 ---> Using cache 19:30:43 ---> f2e40164138c 19:30:43 19:30:43 Step 13/26 : FROM alpine:3.15 19:30:43 ---> 02e0d6fdf486 19:30:43 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:30:43 ---> Using cache 19:30:43 ---> 0a569ee761d0 19:30:43 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:43 ---> Using cache 19:30:43 ---> 449bb9b3f1a9 19:30:43 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:30:43 ---> Using cache 19:30:43 ---> 2b1fc4a4ec41 19:30:43 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:30:49 Removing intermediate container 67abcfc7f234 19:30:49 ---> dc327c8c0de8 19:30:49 19:30:49 Step 9/20 : FROM alpine:3.15 19:30:49 ---> 02e0d6fdf486 19:30:49 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:30:49 ---> Using cache 19:30:49 ---> 0a569ee761d0 19:30:49 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:49 ---> Using cache 19:30:49 ---> 449bb9b3f1a9 19:30:49 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:30:49 ---> Running in 815980cf4b5c 19:30:50 ---> 7a8cb6c5a0c2 19:30:50 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:30:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:30:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:30:54 v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:30:54 v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:30:54 OK: 15734 distinct packages available 19:30:54 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:30:55 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:30:56 (1/9) Installing ca-certificates (20220614-r0) 19:30:56 (2/9) Installing brotli-libs (1.0.9-r5) 19:30:56 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:30:56 (4/9) Installing libcurl (7.80.0-r3) 19:30:57 (5/9) Installing curl (7.80.0-r3) 19:30:57 (6/9) Installing dumb-init (1.2.5-r1) 19:30:57 (7/9) Installing musl-obstack (1.2.3-r0) 19:30:57 (8/9) Installing libucontext (1.1-r0) 19:30:57 (9/9) Installing gcompat (1.0.0-r4) 19:30:57 Executing busybox-1.34.1-r7.trigger 19:30:57 Executing ca-certificates-20220614-r0.trigger 19:30:57 OK: 8 MiB in 23 packages 19:31:01 ---> 7184267a1f8f 19:31:01 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:31:02 Removing intermediate container 815980cf4b5c 19:31:02 ---> 678f186e643d 19:31:02 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:02 ---> d3785f82259b 19:31:02 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:31:03 ---> 79ec3d994204 19:31:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:31:04 ---> 562fa646641b 19:31:04 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:31:05 ---> a9f695a1eb5b 19:31:05 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:31:06 ---> Running in eb82487cd3b2 19:31:07 Removing intermediate container eb82487cd3b2 19:31:07 ---> b84d0ad2f6a2 19:31:07 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:31:07 ---> 15132978c698 19:31:07 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:31:07 ---> Running in 5cb733be356c 19:31:07 Removing intermediate container 5cb733be356c 19:31:07 ---> 36125053e686 19:31:07 Step 24/26 : LABEL arch=arm64 19:31:08 ---> Running in 2f6c8c3904e5 19:31:08 ---> 7dd96d0a2d90 19:31:08 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:31:08 ---> Running in 21678d2b7180 19:31:09 Removing intermediate container 2f6c8c3904e5 19:31:09 ---> ad084e370312 19:31:09 Step 25/26 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:31:09 ---> Running in 6fa5468f7e0e 19:31:09 Removing intermediate container 21678d2b7180 19:31:09 ---> dd1ce103aca7 19:31:09 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:09 ---> Running in f62f61717d91 19:31:10 Removing intermediate container 6fa5468f7e0e 19:31:10 ---> eaa014471f25 19:31:10 Step 26/26 : LABEL version=0.0.0 19:31:10 Removing intermediate container f62f61717d91 19:31:10 ---> 508c5c171c71 19:31:10 Step 18/20 : LABEL arch=arm64 19:31:10 ---> Running in 0ca2dacf4508 19:31:10 ---> Running in e6318d4dbebe 19:31:10 Removing intermediate container 544ff504bd6c 19:31:10 ---> 6572c94ff2cb 19:31:10 Step 9/24 : COPY . . 19:31:11 Removing intermediate container e6318d4dbebe 19:31:11 ---> ff4af0daae6a 19:31:11 Step 19/20 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:31:11 Removing intermediate container 0ca2dacf4508 19:31:11 ---> df23b8e85a7a 19:31:11 19:31:11 ---> Running in fe9cd9390ff8 19:31:12 Removing intermediate container fe9cd9390ff8 19:31:12 ---> 6f2b6500a07e 19:31:12 Step 20/20 : LABEL version=0.0.0 19:31:12 Successfully built df23b8e85a7a 19:31:12 Successfully tagged security-spire-agent-arm64:latest 19:31:12  Building security-spire-agent ... done Building security-bootstrapper 19:31:12 ---> Running in 46251a785135 19:31:13 Removing intermediate container 46251a785135 19:31:13 ---> 4fdcf0b2e5dd 19:31:13 19:31:14 Successfully built 4fdcf0b2e5dd 19:31:14 Successfully tagged security-spiffe-token-provider-arm64:latest 19:31:14  Building security-spiffe-token-provider ... done Building support-notifications 19:31:24 Removing intermediate container eb797b7f79a8 19:31:24 ---> 8736e3a65c1e 19:31:24 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:31:24 ---> Running in 83d9705430e8 19:31:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:31:32 Removing intermediate container 83d9705430e8 19:31:32 ---> 30155d79c7e4 19:31:32 19:31:32 Step 11/23 : FROM alpine:3.16 19:31:32 ---> a6215f271958 19:31:32 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:31:32 ---> Running in a28bbceb5ea7 19:31:34 Removing intermediate container a28bbceb5ea7 19:31:34 ---> 9878281a6cf0 19:31:34 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:31:34 ---> Running in d002c7c040b4 19:31:35 ---> c225f1e27728 19:31:35 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:31:36 ---> Running in 7afeb37e10da 19:31:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:31:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:31:38 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:31:39 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:31:39 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:31:39 (3/33) Installing readline (8.1.2-r0) 19:31:39 (4/33) Installing bash (5.1.16-r2) 19:31:39 Executing bash-5.1.16-r2.post-install 19:31:39 (5/33) Installing ca-certificates (20220614-r0) 19:31:39 (6/33) Installing brotli-libs (1.0.9-r6) 19:31:39 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:31:39 (8/33) Installing libcurl (7.83.1-r3) 19:31:39 (9/33) Installing curl (7.83.1-r3) 19:31:39 (10/33) Installing docker-cli (20.10.18-r1) 19:31:41 (11/33) Installing dumb-init (1.2.5-r1) 19:31:41 (12/33) Installing libbz2 (1.0.8-r1) 19:31:41 (13/33) Installing expat (2.4.9-r0) 19:31:41 (14/33) Installing libffi (3.4.2-r1) 19:31:41 (15/33) Installing gdbm (1.23-r0) 19:31:41 (16/33) Installing xz-libs (5.2.5-r1) 19:31:41 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:31:41 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:31:41 (19/33) Installing mpdecimal (2.5.1-r1) 19:31:41 (20/33) Installing sqlite-libs (3.38.5-r0) 19:31:41 (21/33) Installing python3 (3.10.5-r0) 19:31:41 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:31:41 ---> 771f070ab515 19:31:41 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:31:41 ---> Using cache 19:31:41 ---> c2e91184f58c 19:31:41 Step 4/23 : WORKDIR /edgex-go 19:31:41 ---> Using cache 19:31:41 ---> 963ec64a34a4 19:31:41 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:41 ---> Using cache 19:31:41 ---> 218ec1cf2316 19:31:41 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:31:41 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:41 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:31:41 ---> 771f070ab515 19:31:41 Step 3/33 : WORKDIR /edgex-go 19:31:41 ---> Using cache 19:31:41 ---> c3a5a9f39f05 19:31:41 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:41 ---> Using cache 19:31:41 ---> 760a702e1ddf 19:31:41 Step 5/33 : RUN apk add --update --no-cache make git 19:31:41 ---> Running in c4b2734427e9 19:31:41 ---> Running in 64d9165c1ba9 19:31:44 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:31:44 (23/33) Installing py3-tomli (2.0.1-r1) 19:31:44 (24/33) Installing py3-pep517 (0.12.0-r2) 19:31:44 (25/33) Installing py3-six (1.16.0-r1) 19:31:44 (26/33) Installing py3-retrying (1.3.3-r3) 19:31:44 (27/33) Installing py3-appdirs (1.4.4-r3) 19:31:44 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:31:44 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:31:44 (30/33) Installing py3-parsing (2.4.7-r3) 19:31:44 (31/33) Installing py3-packaging (21.3-r0) 19:31:44 (32/33) Installing py3-setuptools (59.4.0-r0) 19:31:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:31:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:31:44 (33/33) Installing py3-pip (22.1.1-r0) 19:31:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:31:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:31:45 Executing busybox-1.35.0-r17.trigger 19:31:45 Executing ca-certificates-20220614-r0.trigger 19:31:46 OK: 120 MiB in 47 packages 19:31:47 OK: 221 MiB in 51 packages 19:31:47 OK: 221 MiB in 51 packages 19:31:49 Removing intermediate container c4b2734427e9 19:31:49 ---> 3cae3cd49a86 19:31:49 Step 7/23 : COPY go.mod vendor* ./ 19:31:49 Removing intermediate container 64d9165c1ba9 19:31:49 ---> 2a17e957f843 19:31:49 Step 6/33 : COPY go.mod vendor* ./ 19:31:50 ---> 66c6e2a27fe2 19:31:50 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:50 ---> 39a018f2fcb6 19:31:50 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:50 ---> Running in 7c115e04321f 19:31:50 ---> Running in 0b1b734cf4be 19:32:05 Collecting docker-compose==1.23.2 19:32:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:32:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.2 MB/s eta 0:00:00 19:32:05 Collecting dockerpty<0.5,>=0.4.1 19:32:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:32:05 Preparing metadata (setup.py): started 19:32:06 Preparing metadata (setup.py): finished with status 'done' 19:32:07 Collecting jsonschema<3,>=2.5.1 19:32:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:32:07 Collecting docopt<0.7,>=0.6.1 19:32:07 Downloading docopt-0.6.2.tar.gz (25 kB) 19:32:07 Preparing metadata (setup.py): started 19:32:10 Preparing metadata (setup.py): finished with status 'done' 19:32:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:32:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:32:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 14.3 MB/s eta 0:00:00 19:32:12 Collecting websocket-client<1.0,>=0.32.0 19:32:12 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:32:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.6 MB/s eta 0:00:00 19:32:13 Collecting docker<4.0,>=3.6.0 19:32:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:32:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 5.7 MB/s eta 0:00:00 19:32:13 Collecting texttable<0.10,>=0.9.0 19:32:13 Downloading texttable-0.9.1.tar.gz (11 kB) 19:32:13 Preparing metadata (setup.py): started 19:32:16 Preparing metadata (setup.py): finished with status 'done' 19:32:17 Collecting PyYAML<4,>=3.10 19:32:17 Downloading PyYAML-3.13.tar.gz (270 kB) 19:32:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 11.6 MB/s eta 0:00:00 19:32:20 Preparing metadata (setup.py): started 19:32:22 Preparing metadata (setup.py): finished with status 'done' 19:32:22 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:32:22 Collecting cached-property<2,>=1.2.0 19:32:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:32:23 Collecting docker-pycreds>=0.4.0 19:32:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:32:25 Collecting certifi>=2017.4.17 19:32:25 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:32:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 17.4 MB/s eta 0:00:00 19:32:25 Collecting idna<2.8,>=2.5 19:32:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:32:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 15.6 MB/s eta 0:00:00 19:32:25 Collecting chardet<3.1.0,>=3.0.2 19:32:25 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:32:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 16.2 MB/s eta 0:00:00 19:32:26 Collecting urllib3<1.25,>=1.21.1 19:32:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:32:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 15.7 MB/s eta 0:00:00 19:32:27 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:32:27 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:32:27 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:32:27 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:32:28 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:32:28 Running setup.py install for texttable: started 19:32:32 Running setup.py install for texttable: finished with status 'done' 19:32:32 Running setup.py install for PyYAML: started 19:32:34 Running setup.py install for PyYAML: finished with status 'done' 19:32:36 Running setup.py install for docopt: started 19:32:39 Running setup.py install for docopt: finished with status 'done' 19:32:43 Running setup.py install for dockerpty: started 19:32:45 Running setup.py install for dockerpty: finished with status 'done' 19:32:48 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:32:48 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:33:06 Removing intermediate container 7c115e04321f 19:33:06 ---> d01f8a567828 19:33:06 Step 9/23 : COPY . . 19:33:06 Removing intermediate container 0b1b734cf4be 19:33:06 ---> ba9e40ea1da0 19:33:06 Step 8/33 : COPY . . 19:33:19 Removing intermediate container d002c7c040b4 19:33:19 ---> f0568a2e6672 19:33:19 Step 14/23 : ENV APP_PORT=58890 19:33:19 ---> Running in 0fc8f5f4957f 19:33:20 Removing intermediate container 0fc8f5f4957f 19:33:20 ---> d6e92c8e1acc 19:33:20 Step 15/23 : EXPOSE $APP_PORT 19:33:20 ---> Running in 9e0324e01c79 19:33:21 Removing intermediate container 9e0324e01c79 19:33:21 ---> 80bf6e4402e1 19:33:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:33:24 Removing intermediate container cafb2682f0e0 19:33:24 ---> df8ecf5ea075 19:33:24 19:33:24 Step 11/23 : FROM alpine:3.16 19:33:24 ---> a6215f271958 19:33:24 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:33:24 ---> Using cache 19:33:24 ---> 4c07262fe45d 19:33:24 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:33:24 ---> Using cache 19:33:24 ---> 25ae5019331a 19:33:24 Step 14/23 : ENV APP_PORT=59861 19:33:24 ---> Running in e9a815a6524b 19:33:25 ---> 03bccfb4a8c5 19:33:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:33:25 Removing intermediate container e9a815a6524b 19:33:25 ---> de5e8622bee1 19:33:25 Step 15/23 : EXPOSE $APP_PORT 19:33:26 ---> Running in 9a6cd5e0279c 19:33:26 ---> 7f5b4be88db3 19:33:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:33:27 Removing intermediate container 9a6cd5e0279c 19:33:27 ---> 93ad3dfac32c 19:33:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:29 ---> 4168cc735afc 19:33:29 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:33:29 ---> 356fd2aac2bb 19:33:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:33:29 ---> Running in 244c0735c1a1 19:33:30 Removing intermediate container 244c0735c1a1 19:33:30 ---> 1da85bcd181b 19:33:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:33:30 ---> Running in 7ce8901997c5 19:33:32 Removing intermediate container 7ce8901997c5 19:33:32 ---> c647410b35b8 19:33:32 Step 21/23 : LABEL arch=arm64 19:33:32 ---> Running in bfe6932c01a0 19:33:33 Removing intermediate container bfe6932c01a0 19:33:33 ---> 614fcc475c89 19:33:33 Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:33:33 ---> Running in 5ce37b0fe18a 19:33:34 Removing intermediate container 5ce37b0fe18a 19:33:34 ---> 5fb6762f4dc0 19:33:34 Step 23/23 : LABEL version=0.0.0 19:33:34 ---> Running in 83e648102ca5 19:33:35 Removing intermediate container 83e648102ca5 19:33:35 ---> 620eaa72692d 19:33:35 19:33:36 ---> ff62c0a7969f 19:33:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:33:36 Successfully built 620eaa72692d 19:33:36 Successfully tagged sys-mgmt-agent-arm64:latest 19:33:36 Building security-proxy-setup 19:33:38  Building sys-mgmt-agent ... done  ---> 7098fe962248 19:33:38 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:33:38 ---> Running in b3ddc19501d8 19:33:39 Removing intermediate container b3ddc19501d8 19:33:39 ---> f3fbc160739a 19:33:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:33:39 ---> Running in c47330fbdbd6 19:33:39 ---> efebe7d572d3 19:33:39 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:33:39 ---> Running in 2bc0c74850f1 19:33:39 ---> 39f6a5b9feff 19:33:39 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:33:39 Removing intermediate container c47330fbdbd6 19:33:39 ---> 51d7a6aa783a 19:33:39 Step 21/23 : LABEL arch=arm64 19:33:40 ---> Running in 4600a46b2e40 19:33:40 ---> Running in f631b3b94685 19:33:41 Removing intermediate container f631b3b94685 19:33:41 ---> 00626b10a3b0 19:33:41 Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:33:41 ---> Running in 00379ad7eb35 19:33:42 Removing intermediate container 00379ad7eb35 19:33:42 ---> 8766187fec4f 19:33:42 Step 23/23 : LABEL version=0.0.0 19:33:42 ---> Running in 847b441bb1ae 19:33: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:33:42 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:33:42 Removing intermediate container 847b441bb1ae 19:33:42 ---> 996c4d5647ce 19:33:42 19:33:43 Successfully built 996c4d5647ce 19:33:43 Successfully tagged support-scheduler-arm64:latest 19:33:43  Building support-scheduler ... done Building core-command 19:34:01 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:34:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:34:01 ---> 771f070ab515 19:34:01 Step 3/22 : WORKDIR /edgex-go 19:34:01 ---> Using cache 19:34:01 ---> c3a5a9f39f05 19:34:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:01 ---> Using cache 19:34:01 ---> 760a702e1ddf 19:34:01 Step 5/22 : RUN apk add --update --no-cache make git 19:34:01 ---> Using cache 19:34:01 ---> 2a17e957f843 19:34:01 Step 6/22 : COPY go.mod vendor* ./ 19:34:01 ---> Using cache 19:34:01 ---> 39a018f2fcb6 19:34:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:01 ---> Using cache 19:34:01 ---> ba9e40ea1da0 19:34:01 Step 8/22 : COPY . . 19:34:01 ---> Using cache 19:34:01 ---> efebe7d572d3 19:34:01 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:34:01 ---> Running in e384b09d1a2f 19:34:04 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:34:07 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:34:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:34:07 ---> 771f070ab515 19:34:07 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:34:07 ---> Using cache 19:34:07 ---> c2e91184f58c 19:34:07 Step 4/24 : WORKDIR /edgex-go 19:34:07 ---> Using cache 19:34:07 ---> 963ec64a34a4 19:34:07 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:07 ---> Using cache 19:34:07 ---> 218ec1cf2316 19:34:07 Step 6/24 : RUN apk add --update --no-cache make git 19:34:07 ---> Using cache 19:34:07 ---> a45214c82ddf 19:34:07 Step 7/24 : COPY go.mod vendor* ./ 19:34:07 ---> Using cache 19:34:07 ---> 32787a4b5c0d 19:34:07 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:07 ---> Using cache 19:34:07 ---> 40e33c3d0bb2 19:34:07 Step 9/24 : COPY . . 19:34:07 ---> Using cache 19:34:07 ---> a2620693b299 19:34:07 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:34:08 ---> Running in c4d0c2fb0df3 19:34:10 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:38:02 Removing intermediate container 7afeb37e10da 19:38:02 ---> afa7950cbd58 19:38:02 19:38:02 Step 11/24 : FROM alpine:3.16 19:38:02 ---> a6215f271958 19:38:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:38:02 ---> Running in 512369ab042c 19:38:02 Removing intermediate container 512369ab042c 19:38:02 ---> e8a234cadfb7 19:38:02 Step 13/24 : ENV APP_PORT=59880 19:38:02 ---> Running in caf3f4d05fa7 19:38:02 Removing intermediate container caf3f4d05fa7 19:38:02 ---> d42c679fa023 19:38:02 Step 14/24 : EXPOSE $APP_PORT 19:38:02 ---> Running in 0fcc023496bf 19:38:02 Removing intermediate container 0fcc023496bf 19:38:02 ---> 2d18d2e92f5b 19:38:02 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:02 ---> Running in f283d4c1d6de 19:38:04 Removing intermediate container f283d4c1d6de 19:38:04 ---> 603643064194 19:38:04 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:38:04 ---> Running in 03c8137cbbf7 19:38:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:38:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:38:09 (1/6) Installing dumb-init (1.2.5-r1) 19:38:09 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:38:09 (3/6) Installing libsodium (1.0.18-r0) 19:38:09 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:38:09 (5/6) Installing libzmq (4.3.4-r0) 19:38:09 (6/6) Installing zeromq (4.3.4-r0) 19:38:09 Executing busybox-1.35.0-r17.trigger 19:38:09 OK: 8 MiB in 20 packages 19:38:11 Removing intermediate container 03c8137cbbf7 19:38:11 ---> 9d91a473401c 19:38:11 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:38:12 ---> 63e691653754 19:38:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:38:14 ---> 5a8f262123df 19:38:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:38:14 ---> 542653e36cb0 19:38:14 Step 20/24 : ENTRYPOINT ["/core-data"] 19:38:14 ---> Running in 855f2d92fd6e 19:38:15 Removing intermediate container 855f2d92fd6e 19:38:15 ---> 83386e315752 19:38:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:38:15 ---> Running in 78a853ad2e8f 19:38:15 Removing intermediate container 78a853ad2e8f 19:38:15 ---> c9025af0a71c 19:38:16 Step 22/24 : LABEL arch=arm64 19:38:16 ---> Running in 417546d21e10 19:38:16 Removing intermediate container 417546d21e10 19:38:16 ---> 6ad0ceb54222 19:38:16 Step 23/24 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:38:16 ---> Running in 54638c9c308c 19:38:17 Removing intermediate container 54638c9c308c 19:38:17 ---> b3af1ccb4835 19:38:17 Step 24/24 : LABEL version=0.0.0 19:38:17 ---> Running in 39c50703a035 19:38:17 Removing intermediate container 39c50703a035 19:38:17 ---> d42d61ef670a 19:38:17 19:38:18 Successfully built d42d61ef670a 19:38:18 Successfully tagged core-data-arm64:latest 19:39:26  Building core-data ... 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/secrets-config ./cmd/secrets-config 19:39:38 Removing intermediate container 2bc0c74850f1 19:39:38 ---> 47ebc1e01d93 19:39:38 19:39:38 Step 10/33 : FROM alpine:3.16 19:39:38 ---> a6215f271958 19:39:38 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:39:38 ---> Running in ccae33fd44c7 19:39:38 Removing intermediate container ccae33fd44c7 19:39:38 ---> a418d43e3efb 19:39:38 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:39:38 ---> Running in 03559ce9c49f 19:39:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:43 (1/2) Installing dumb-init (1.2.5-r1) 19:39:43 (2/2) Installing su-exec (0.2-r1) 19:39:43 Executing busybox-1.35.0-r17.trigger 19:39:43 OK: 5 MiB in 16 packages 19:39:45 Removing intermediate container 03559ce9c49f 19:39:45 ---> 0c297642aa16 19:39:45 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:39:45 ---> Running in 0dadd34d1e08 19:39:45 Removing intermediate container 0dadd34d1e08 19:39:45 ---> 3c2191519761 19:39:45 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:39:46 ---> Running in 31a2a7facb81 19:39:48 Removing intermediate container 31a2a7facb81 19:39:48 ---> df5947b395a8 19:39:48 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:39:48 ---> Running in 48dbb12f77ad 19:39:49 Removing intermediate container e384b09d1a2f 19:39:49 ---> 2d3e7c807253 19:39:49 19:39:49 Step 10/22 : FROM alpine:3.16 19:39:49 ---> a6215f271958 19:39:49 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:39:49 ---> Running in fa5c439b5d4f 19:39:49 Removing intermediate container 48dbb12f77ad 19:39:49 ---> 5200e5d7e46f 19:39:49 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:39:49 ---> Running in 4ddc9ecfcbc7 19:39:50 Removing intermediate container 4ddc9ecfcbc7 19:39:50 ---> 7675dedb2291 19:39:50 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:39:50 ---> Running in 1f782763b0b4 19:39:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:53 (1/6) Installing ca-certificates (20220614-r0) 19:39:53 (2/6) Installing brotli-libs (1.0.9-r6) 19:39:53 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:39:53 (4/6) Installing libcurl (7.83.1-r3) 19:39:53 (5/6) Installing curl (7.83.1-r3) 19:39:53 (6/6) Installing dumb-init (1.2.5-r1) 19:39:53 Executing busybox-1.35.0-r17.trigger 19:39:53 Executing ca-certificates-20220614-r0.trigger 19:39:53 Removing intermediate container 1f782763b0b4 19:39:53 ---> 7b963affbc86 19:39:53 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:39:53 ---> Running in d380f56456a9 19:39:54 OK: 8 MiB in 20 packages 19:39:54 Removing intermediate container d380f56456a9 19:39:54 ---> 6f11b02a7b64 19:39:54 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:39:55 ---> 5f66160e6cf6 19:39:55 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:39:55 ---> Running in 45dfc1b01629 19:39:56 Removing intermediate container fa5c439b5d4f 19:39:56 ---> 2dfa645bcda4 19:39:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:39:57 ---> Running in 54fb5de14d7f 19:39:57 Removing intermediate container 54fb5de14d7f 19:39:57 ---> 5b9f38bbd482 19:39:57 Step 13/22 : WORKDIR /edgex 19:39:57 ---> Running in 2aaf3b6269c9 19:39:58 Removing intermediate container 2aaf3b6269c9 19:39:58 ---> 8ddf390e6142 19:39:58 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:39:59 Removing intermediate container 45dfc1b01629 19:39:59 ---> 64c17683d3a2 19:39:59 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:59 ---> b44f9d9462bc 19:39:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:40:00 ---> ffc83b585b1b 19:40:00 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:40:01 ---> ab37a36ea539 19:40:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:40:03 ---> 250f326fa260 19:40:03 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:40:04 ---> 9bd562c64766 19:40:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:40:04 ---> 116feec18f9f 19:40:04 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:40:06 ---> 7426e23a0b5b 19:40:06 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:40:06 ---> d5a48234ecc4 19:40:06 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:40:06 ---> Running in f2d1ab0e0481 19:40:08 ---> fe437b458c65 19:40:08 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:40:10 ---> 67b55022c405 19:40:10 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:40:10 Removing intermediate container f2d1ab0e0481 19:40:10 ---> 73af4602db07 19:40:10 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:40:11 ---> Running in 7c4002a29496 19:40:13 Removing intermediate container 7c4002a29496 19:40:13 ---> c5ca6c92f60a 19:40:13 Step 20/22 : LABEL arch=arm64 19:40:13 ---> 560d6c6e3bcc 19:40:13 Step 28/33 : RUN chmod +x /entrypoint.sh 19:40:13 ---> Running in 5a54ba7f44b3 19:40:13 ---> Running in 146224dcf2cf 19:40:14 Removing intermediate container 5a54ba7f44b3 19:40:14 ---> d6ec616f8708 19:40:14 Step 21/22 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:40:14 ---> Running in 2e0ff12d4a93 19:40:14 Removing intermediate container c4d0c2fb0df3 19:40:14 ---> c95d107ddba8 19:40:14 19:40:14 Step 11/24 : FROM alpine:3.16 19:40:14 ---> a6215f271958 19:40:14 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:40:14 ---> Using cache 19:40:14 ---> 4c07262fe45d 19:40:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:40:14 ---> Using cache 19:40:14 ---> 25ae5019331a 19:40:14 Step 14/24 : ENV APP_PORT=59882 19:40:14 ---> Running in 0482c102c0c0 19:40:15 Removing intermediate container 2e0ff12d4a93 19:40:15 ---> 86b15bf8ff84 19:40:15 Step 22/22 : LABEL version=0.0.0 19:40:15 ---> Running in 4158cee1a52e 19:40:16 Removing intermediate container 0482c102c0c0 19:40:16 ---> 76cd68743dd1 19:40:16 Step 15/24 : EXPOSE $APP_PORT 19:40:16 ---> Running in 2ca6490c7fd9 19:40:16 Removing intermediate container 4158cee1a52e 19:40:16 ---> 9df32f114a17 19:40:16 19:40:17 Removing intermediate container 2ca6490c7fd9 19:40:17 ---> 15091af6e06e 19:40:17 Step 16/24 : WORKDIR / 19:40:17 ---> Running in 3dbe7da16285 19:40:17 Successfully built 9df32f114a17 19:40:17 Successfully tagged security-proxy-setup-arm64:latest 19:40:17  Building security-proxy-setup ... done Removing intermediate container 146224dcf2cf 19:40:17 ---> 6454da0f8fc6 19:40:17 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:40:17 ---> Running in 738329d86888 19:40:17 Removing intermediate container 3dbe7da16285 19:40:17 ---> 71a706ac3fce 19:40:17 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:18 Removing intermediate container 738329d86888 19:40:18 ---> e62d2be7a904 19:40:18 Step 30/33 : CMD ["gate"] 19:40:18 ---> Running in 18879c9b65c2 19:40:18 ---> 6e1b1a39f7ea 19:40:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:40:18 Removing intermediate container 18879c9b65c2 19:40:18 ---> 39e43c041af6 19:40:18 Step 31/33 : LABEL arch=arm64 19:40:19 ---> Running in 3607e1ef13c7 19:40:19 Removing intermediate container 3607e1ef13c7 19:40:19 ---> 950d05850359 19:40:19 Step 32/33 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:40:20 ---> Running in 8b2f4e161ae7 19:40:21 Removing intermediate container 8b2f4e161ae7 19:40:21 ---> 0db24e6194c8 19:40:21 Step 33/33 : LABEL version=0.0.0 19:40:21 ---> Running in 3cb18b381aa9 19:40:21 ---> 009a6e1d900a 19:40:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:40:21 Removing intermediate container 3cb18b381aa9 19:40:21 ---> ee7b5c2ce2e2 19:40:21 19:40:22 Successfully built ee7b5c2ce2e2 19:40:22 Successfully tagged security-bootstrapper-arm64:latest 19:40:22  Building security-bootstrapper ... done  ---> f6218610134d 19:40:22 Step 20/24 : ENTRYPOINT ["/core-command"] 19:40:22 ---> Running in 653de94b49a1 19:40:23 Removing intermediate container 653de94b49a1 19:40:23 ---> bea0e0f9f350 19:40:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:23 ---> Running in cb82df0d8a13 19:40:23 Removing intermediate container cb82df0d8a13 19:40:23 ---> 8db227ab0721 19:40:23 Step 22/24 : LABEL arch=arm64 19:40:23 ---> Running in e785023c383f 19:40:24 Removing intermediate container e785023c383f 19:40:24 ---> 26d79e97d959 19:40:24 Step 23/24 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:40:24 ---> Running in 4fc42a77d700 19:40:25 Removing intermediate container 4fc42a77d700 19:40:25 ---> 38b1a66da495 19:40:25 Step 24/24 : LABEL version=0.0.0 19:40:25 ---> Running in 0ea89d5f20aa 19:40:25 Removing intermediate container 0ea89d5f20aa 19:40:25 ---> bee264d295a3 19:40:25 19:40:25 Successfully built bee264d295a3 19:40:25 Successfully tagged core-command-arm64:latest 19:40:58  Building core-command ... done Removing intermediate container 4600a46b2e40 19:40:58 ---> acd42d8ce165 19:40:58 19:40:58 Step 11/23 : FROM alpine:3.16 19:40:58 ---> a6215f271958 19:40:58 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:40:58 ---> Running in a02cdf70afa8 19:40:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:40:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:40:58 (1/2) Installing ca-certificates (20220614-r0) 19:40:58 (2/2) Installing dumb-init (1.2.5-r1) 19:40:58 Executing busybox-1.35.0-r17.trigger 19:40:58 Executing ca-certificates-20220614-r0.trigger 19:40:58 OK: 6 MiB in 16 packages 19:40:58 Removing intermediate container a02cdf70afa8 19:40:58 ---> 1719d70a5c8f 19:40:58 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:40:58 ---> Running in aecddef79ea0 19:40:59 Removing intermediate container aecddef79ea0 19:40:59 ---> 8d5cb00f6459 19:40:59 Step 14/23 : ENV APP_PORT=59860 19:40:59 ---> Running in 34fce4d7195b 19:40:59 Removing intermediate container 34fce4d7195b 19:40:59 ---> 9e9aa6a58a87 19:40:59 Step 15/23 : EXPOSE $APP_PORT 19:40:59 ---> Running in 80e713bca899 19:41:00 Removing intermediate container 80e713bca899 19:41:00 ---> 491ff7eee5b0 19:41:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:41:00 ---> 4085293877de 19:41:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:41:02 ---> 35bc6b69b500 19:41:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:41:02 ---> 974bdc6e8968 19:41:02 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:41:02 ---> Running in c6d5d6f9bcc4 19:41:02 Removing intermediate container c6d5d6f9bcc4 19:41:02 ---> 0ed2e54dbdbb 19:41:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:41:02 ---> Running in 2bdc39bf0a9d 19:41:03 Removing intermediate container 2bdc39bf0a9d 19:41:03 ---> cf6f84443ae5 19:41:03 Step 21/23 : LABEL arch=arm64 19:41:03 ---> Running in 936950a2d0b8 19:41:03 Removing intermediate container 936950a2d0b8 19:41:03 ---> 99322f1221d0 19:41:03 Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba 19:41:03 ---> Running in 92a5841be979 19:41:03 Removing intermediate container 92a5841be979 19:41:03 ---> 2a9d0215c930 19:41:03 Step 23/23 : LABEL version=0.0.0 19:41:03 ---> Running in 84542b116a16 19:41:04 Removing intermediate container 84542b116a16 19:41:04 ---> 104e4205b298 19:41:04 19:41:04 Successfully built 104e4205b298 19:41:04 Successfully tagged support-notifications-arm64:latest 19:41:04  Building support-notifications ... done  [Pipeline] } 19:41:04 $ docker stop --time=1 5dcd8d52527d05d8f9ba3922a4939b907d69d867f1cba684201f78a954610150 19:41:06 $ docker rm -f 5dcd8d52527d05d8f9ba3922a4939b907d69d867f1cba684201f78a954610150 [Pipeline] // withDockerContainer [Pipeline] sh 19:41:07 + docker images 19:41:07 REPOSITORY TAG IMAGE ID CREATED SIZE 19:41:07 support-notifications-arm64 latest 104e4205b298 3 seconds ago 29.1MB 19:41:07 acd42d8ce165 14 seconds ago 1.47GB 19:41:07 core-command-arm64 latest bee264d295a3 42 seconds ago 16.8MB 19:41:07 security-bootstrapper-arm64 latest ee7b5c2ce2e2 46 seconds ago 19.1MB 19:41:07 security-proxy-setup-arm64 latest 9df32f114a17 52 seconds ago 26.5MB 19:41:07 c95d107ddba8 54 seconds ago 1.41GB 19:41:07 2d3e7c807253 About a minute ago 1.4GB 19:41:07 47ebc1e01d93 About a minute ago 1.4GB 19:41:07 core-data-arm64 latest d42d61ef670a 2 minutes ago 20.7MB 19:41:07 afa7950cbd58 3 minutes ago 1.42GB 19:41:07 support-scheduler-arm64 latest 996c4d5647ce 7 minutes ago 28.5MB 19:41:07 sys-mgmt-agent-arm64 latest 620eaa72692d 7 minutes ago 133MB 19:41:07 df8ecf5ea075 7 minutes ago 1.47GB 19:41:07 30155d79c7e4 9 minutes ago 1.39GB 19:41:07 security-spiffe-token-provider-arm64 latest 4fdcf0b2e5dd 9 minutes ago 28.4MB 19:41:07 security-spire-agent-arm64 latest df23b8e85a7a 9 minutes ago 122MB 19:41:07 dc327c8c0de8 10 minutes ago 1.44GB 19:41:07 core-metadata-arm64 latest 3afb428b6409 10 minutes ago 17.6MB 19:41:07 f0666363b68c 11 minutes ago 1.41GB 19:41:07 security-secretstore-setup-arm64 latest d8f001437835 11 minutes ago 28.2MB 19:41:07 817f4c8f1bc2 12 minutes ago 1.4GB 19:41:07 security-spire-config-arm64 latest 63e81f6994b4 16 minutes ago 83.6MB 19:41:07 security-spire-server-arm64 latest 277c2a23215b 16 minutes ago 84.3MB 19:41:07 f2e40164138c 17 minutes ago 1.28GB 19:41:07 86748bc78b06 17 minutes ago 1.28GB 19:41:07 ci-base-image-arm64 latest 771f070ab515 31 minutes ago 942MB 19:41:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 7 days ago 679MB 19:41:07 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 19:41:07 alpine 3.16 a6215f271958 2 months ago 5.29MB 19:41:07 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:41:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:41:08 19:41:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:41:08 arm64: Pulling from edgex-lftools-log-publisher 19:41:08 8998bd30e6a1: Pulling fs layer 19:41:08 04944245beec: Pulling fs layer 19:41:08 699f458cf7ca: Pulling fs layer 19:41:08 765212b225bb: Pulling fs layer 19:41:08 f23df028b6ca: Pulling fs layer 19:41:08 d65c8cfc05b1: Pulling fs layer 19:41:08 2437ff75d9bd: Pulling fs layer 19:41:08 765212b225bb: Waiting 19:41:08 f23df028b6ca: Waiting 19:41:08 d65c8cfc05b1: Waiting 19:41:08 2437ff75d9bd: Waiting 19:41:08 04944245beec: Verifying Checksum 19:41:08 04944245beec: Download complete 19:41:08 765212b225bb: Verifying Checksum 19:41:08 765212b225bb: Download complete 19:41:08 f23df028b6ca: Verifying Checksum 19:41:08 f23df028b6ca: Download complete 19:41:08 d65c8cfc05b1: Verifying Checksum 19:41:08 d65c8cfc05b1: Download complete 19:41:09 699f458cf7ca: Verifying Checksum 19:41:09 699f458cf7ca: Download complete 19:41:09 8998bd30e6a1: Download complete 19:41:11 2437ff75d9bd: Verifying Checksum 19:41:11 2437ff75d9bd: Download complete 19:41:13 8998bd30e6a1: Pull complete 19:41:13 04944245beec: Pull complete 19:41:15 699f458cf7ca: Pull complete 19:41:15 765212b225bb: Pull complete 19:41:15 f23df028b6ca: Pull complete 19:41:16 d65c8cfc05b1: Pull complete 19:41:31 2437ff75d9bd: Pull complete 19:41:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:41:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:41:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:41:31 prd-ubuntu20.04-docker-arm64-4c-16g-8393 does not seem to be running inside a container 19:41:31 $ 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:41:34 $ docker top a0efd8b17e99d208c4d465e7bb14f8147318c5a1cabeafaa171fb02a7498167f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:41:35 ---> job-cost.sh 19:41:35 lf-activate-venv: SKIPPING 19:41:35 INFO: No Stack... 19:41:35 INFO: Retrieving Pricing Info for: v3-standard-4 19:41:36 INFO: Archiving Costs [Pipeline] sh 19:41:36 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:41:36 + cut -d, -f6 [Pipeline] lock 19:41:36 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4199-1-stack-cost] 19:41:36 Resource [jenkins-edgexfoundry-edgex-go-PR-4199-1-stack-cost] did not exist. Created. 19:41:36 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4199-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:41:37 + echo total: 0.10999999940395355 [Pipeline] stash 19:41:37 Stashed 1 file(s) [Pipeline] } 19:41:37 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4199-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:41:38 $ docker stop --time=1 a0efd8b17e99d208c4d465e7bb14f8147318c5a1cabeafaa171fb02a7498167f 19:41:39 $ docker rm -f a0efd8b17e99d208c4d465e7bb14f8147318c5a1cabeafaa171fb02a7498167f [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:41:40 provisioning config files... 19:41:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7682443637566352202tmp [Pipeline] { [Pipeline] sh 19:41:40 + set +x 19:41:40 + bash -s -- 19:41:40 + curl -s https://codecov.io/bash 19:41:40 19:41:40 _____ _ 19:41:40 / ____| | | 19:41:40 | | ___ __| | ___ ___ _____ __ 19:41:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:41:40 | |___| (_) | (_| | __/ (_| (_) \ V / 19:41:40 \_____\___/ \__,_|\___|\___\___/ \_/ 19:41:40 Bash-1.0.6 19:41:40 19:41:40 19:41:40 ==> git version 2.25.1 found 19:41:40 ==> 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:41:40 Release-Date: 2020-01-08 19:41:40 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:41:40 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:41:40 ==> Jenkins CI detected. 19:41:40 current dir:  /w/workspace/edgex-go/1 19:41:40 project root: . 19:41:40 --> token set from env 19:41:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:41:40 ==> Running gcov in . (disable via -X gcov) 19:41:40 ==> Python coveragepy not found 19:41:40 ==> Searching for coverage reports in: 19:41:40 + . 19:41:40 -> Found 1 reports 19:41:40 ==> Detecting git/mercurial file structure 19:41:40 ==> Reading reports 19:41:40 + ./coverage.out bytes=502375 19:41:40 ==> Appending adjustments 19:41:40 https://docs.codecov.io/docs/fixing-reports 19:41:42 + Found adjustments 19:41:42 ==> Gzipping contents 19:41:42 64K /tmp/codecov.B6Wmlt.gz 19:41:42 ==> Uploading reports 19:41:42 url: https://codecov.io 19:41:42 query: branch=PR-4199&commit=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4199%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4199&job=&cmd_args= 19:41:42 -> Pinging Codecov 19:41:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4199&commit=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4199%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4199&job=&cmd_args= 19:41:42 -> Uploading to 19:41:42 https://storage.googleapis.com/codecov/v4/raw/2022-10-17/00271124DB129430A58F1EEE437C3FCB/a0ee8fc7f7716a766f21c3aacfd04fcd48342cba/f8a4f52a-80ad-4b8f-bb64-b8894e598584.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221017%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221017T194142Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33bb49b17075c92a0a09fb08bfcb97d0c7e091a60917a2dadedeb3ccc5d88ac8 19:41:42 % Total % Received % Xferd Average Speed Time Time Time Current 19:41:42 Dload Upload Total Spent Left Speed 19:41:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65531 0 0 100 65531 0 312k --:--:-- --:--:-- --:--:-- 310k 100 65531 0 0 100 65531 0 281k --:--:-- --:--:-- --:--:-- 280k 19:41:42 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [Pipeline] } 19:41:42 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:41:44 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:41:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:41:45 ---> package-listing.sh 19:41:45 ++ facter osfamily 19:41:45 ++ tr '[:upper:]' '[:lower:]' 19:41:45 + OS_FAMILY=debian 19:41:45 + workspace=/w/workspace/edgex-go/1 19:41:45 + START_PACKAGES=/tmp/packages_start.txt 19:41:45 + END_PACKAGES=/tmp/packages_end.txt 19:41:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:41:45 + PACKAGES=/tmp/packages_start.txt 19:41:45 + '[' /w/workspace/edgex-go/1 ']' 19:41:45 + PACKAGES=/tmp/packages_end.txt 19:41:45 + case "${OS_FAMILY}" in 19:41:45 + dpkg -l 19:41:45 + grep '^ii' 19:41:45 + '[' -f /tmp/packages_start.txt ']' 19:41:45 + '[' -f /tmp/packages_end.txt ']' 19:41:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:41:45 + '[' /w/workspace/edgex-go/1 ']' 19:41:45 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:41:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:41:45 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:41:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:41:46 19:41:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:41:46 latest: Pulling from edgex-lftools-log-publisher 19:41:46 5eb5b503b376: Pulling fs layer 19:41:46 5c69ac0246d0: Pulling fs layer 19:41:46 ec43610c2a17: Pulling fs layer 19:41:46 3a2ae6a8a46f: Pulling fs layer 19:41:46 33b1e0a273af: Pulling fs layer 19:41:46 5d3b04190fa2: Pulling fs layer 19:41:46 2f39f015ded8: Pulling fs layer 19:41:46 33b1e0a273af: Waiting 19:41:46 5d3b04190fa2: Waiting 19:41:46 2f39f015ded8: Waiting 19:41:46 3a2ae6a8a46f: Waiting 19:41:46 5c69ac0246d0: Verifying Checksum 19:41:46 5c69ac0246d0: Download complete 19:41:46 3a2ae6a8a46f: Verifying Checksum 19:41:46 3a2ae6a8a46f: Download complete 19:41:46 33b1e0a273af: Verifying Checksum 19:41:46 33b1e0a273af: Download complete 19:41:47 5d3b04190fa2: Verifying Checksum 19:41:47 5d3b04190fa2: Download complete 19:41:47 ec43610c2a17: Verifying Checksum 19:41:47 5eb5b503b376: Verifying Checksum 19:41:47 5eb5b503b376: Download complete 19:41:47 2f39f015ded8: Download complete 19:41:48 5eb5b503b376: Pull complete 19:41:48 5c69ac0246d0: Pull complete 19:41:48 ec43610c2a17: Pull complete 19:41:48 3a2ae6a8a46f: Pull complete 19:41:48 33b1e0a273af: Pull complete 19:41:49 5d3b04190fa2: Pull complete 19:41:53 2f39f015ded8: Pull complete 19:41:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:41:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:41:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:41:53 prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container 19:41:53 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:41:55 $ docker top 97bb254b8a17dc9cf53bebafe13ec5d34baa4171f9aa840f968505432967f900 -eo pid,comm [Pipeline] { [Pipeline] sh 19:41:55 + touch /tmp/pre-build-complete [Pipeline] sh 19:41:55 + mkdir -p /var/log/sysstat [Pipeline] sh 19:41:56 + ls /var/log/sa-host 19:41:56 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:41:56 provisioning config files... 19:41:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config12303704028191210949tmp [Pipeline] { [Pipeline] echo 19:41:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:41:56 ---> create-netrc.sh [Pipeline] } 19:41:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:41:57 ---> python-tools-install.sh [Pipeline] echo 19:41:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:41:57 ---> sudo-logs.sh 19:41:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:41:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:41:57 ---> job-cost.sh 19:41:57 lf-activate-venv: SKIPPING 19:41:57 DEBUG: total: 0.10999999940395355 19:41:57 INFO: Retrieving Stack Cost... 19:41:58 INFO: Retrieving Pricing Info for: v3-standard-8 19:41:59 INFO: Archiving Costs [Pipeline] echo 19:41:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:41:59 ---> logs-deploy.sh 19:41:59 lf-activate-venv: SKIPPING 19:41:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4199/1 19:41:59 INFO: archiving workspace using pattern(s): 19:42:00 Archives upload complete. 19:42:00 INFO: archiving logs to Nexus