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 [2022-10-17T19:05:57.100Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-17T19:05:57.267Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-17T19:05:57.362Z] ========================================================= [2022-10-17T19:05:57.362Z] EdgeX Global Pipelines Version Info [2022-10-17T19:05:57.362Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-17T19:05:58.092Z] ------------------- [2022-10-17T19:05:58.092Z] stable info: [2022-10-17T19:05:58.092Z] ------------------- [2022-10-17T19:05:58.092Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-17T19:05:58.092Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-17T19:05:58.092Z] Message: update stable to v1.0.243 [2022-10-17T19:05:58.665Z] ------------------- [2022-10-17T19:05:58.665Z] experimental info: [2022-10-17T19:05:58.665Z] ------------------- [2022-10-17T19:05:58.665Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-17T19:05:58.665Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-17T19:05:58.665Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-17T19:05:58.953Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-17T19:05:58.992Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-17T19:05:59.027Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-17T19:05:59.066Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-17T19:05:59.104Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-17T19:05:59.145Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-17T19:05:59.183Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-17T19:05:59.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-17T19:05:59.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-17T19:05:59.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-17T19:05:59.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-17T19:05:59.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-17T19:05:59.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-17T19:05:59.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-17T19:05:59.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-17T19:05:59.538Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-17T19:05:59.581Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-17T19:05:59.628Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-17T19:05:59.663Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-17T19:05:59.703Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-17T19:05:59.741Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-17T19:05:59.779Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-17T19:05:59.816Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-17T19:05:59.858Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4199 [Pipeline] echo [2022-10-17T19:05:59.898Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4199 [Pipeline] echo [2022-10-17T19:05:59.937Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4199 [Pipeline] echo [2022-10-17T19:05:59.976Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [Pipeline] echo [2022-10-17T19:06:00.013Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a0ee8fc [Pipeline] echo [2022-10-17T19:06:00.046Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-17T19:06:00.157Z] provisioning config files... [2022-10-17T19:06:00.171Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12159991307420036713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-17T19:06:00.510Z] ---> docker-login.sh [2022-10-17T19:06:00.510Z] nexus3.edgexfoundry.org:10001 [2022-10-17T19:06:00.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T19:06:00.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T19:06:00.770Z] Configure a credential helper to remove this warning. See [2022-10-17T19:06:00.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T19:06:00.770Z] [2022-10-17T19:06:01.030Z] Login Succeeded [2022-10-17T19:06:01.030Z] nexus3.edgexfoundry.org:10002 [2022-10-17T19:06:01.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T19:06:01.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T19:06:01.030Z] Configure a credential helper to remove this warning. See [2022-10-17T19:06:01.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T19:06:01.030Z] [2022-10-17T19:06:01.030Z] Login Succeeded [2022-10-17T19:06:01.030Z] nexus3.edgexfoundry.org:10003 [2022-10-17T19:06:01.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T19:06:01.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T19:06:01.030Z] Configure a credential helper to remove this warning. See [2022-10-17T19:06:01.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T19:06:01.030Z] [2022-10-17T19:06:01.030Z] Login Succeeded [2022-10-17T19:06:01.030Z] nexus3.edgexfoundry.org:10004 [2022-10-17T19:06:01.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T19:06:01.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T19:06:01.291Z] Configure a credential helper to remove this warning. See [2022-10-17T19:06:01.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T19:06:01.291Z] [2022-10-17T19:06:01.291Z] Login Succeeded [2022-10-17T19:06:01.291Z] docker.io [2022-10-17T19:06:01.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T19:06:01.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T19:06:01.860Z] Configure a credential helper to remove this warning. See [2022-10-17T19:06:01.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T19:06:01.860Z] [2022-10-17T19:06:01.860Z] Login Succeeded [2022-10-17T19:06:01.860Z] ---> docker-login.sh ends [Pipeline] } [2022-10-17T19:06:01.888Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-17T19:06:02.305Z] + 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 [2022-10-17T19:06:02.305Z] + dirname cmd/core-command/Dockerfile [2022-10-17T19:06:02.305Z] + cut -d/ -f2 [2022-10-17T19:06:02.305Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-17T19:06:02.305Z] + + cutdirname -d/ cmd/core-data/Dockerfile -f2 [2022-10-17T19:06:02.305Z] [2022-10-17T19:06:02.305Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-17T19:06:02.305Z] + cut -d/ -f2 [2022-10-17T19:06:02.305Z] + dirname cmd/core-metadata/Dockerfile [2022-10-17T19:06:02.305Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-17T19:06:02.305Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-17T19:06:02.305Z] + cut -d/ -f2 [2022-10-17T19:06:02.305Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-17T19:06:02.305Z] + + cut -d/dirname -f2 cmd/security-proxy-setup/Dockerfile [2022-10-17T19:06:02.305Z] [2022-10-17T19:06:02.305Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-17T19:06:02.305Z] + + cut -d/ -f2 [2022-10-17T19:06:02.305Z] dirname cmd/security-secretstore-setup/Dockerfile [2022-10-17T19:06:02.305Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-17T19:06:02.305Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-17T19:06:02.305Z] + cut -d/ -f2 [2022-10-17T19:06:02.305Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-17T19:06:02.305Z] + dirname cmd/security-spire-agent/Dockerfile [2022-10-17T19:06:02.305Z] + cut -d/ -f2 [2022-10-17T19:06:02.305Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-17T19:06:02.305Z] + dirname cmd/security-spire-config/Dockerfile [2022-10-17T19:06:02.305Z] + cut -d/ -f2 [2022-10-17T19:06:02.305Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-17T19:06:02.305Z] + dirname cmd/security-spire-server/Dockerfile [2022-10-17T19:06:02.305Z] + cut -d/ -f2 [2022-10-17T19:06:02.305Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-17T19:06:02.305Z] + + cut -d/dirname -f2 cmd/support-notifications/Dockerfile [2022-10-17T19:06:02.305Z] [2022-10-17T19:06:02.305Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-17T19:06:02.305Z] + + dirname cmd/support-scheduler/Dockerfile [2022-10-17T19:06:02.305Z] cut -d/ -f2 [2022-10-17T19:06:02.305Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-17T19:06:02.305Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-17T19:06:02.305Z] + cut -d/ -f2 [2022-10-17T19:06:02.305Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-17T19:06:02.356Z] 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 [2022-10-17T19:06:02.858Z] + git rev-list -1 --merges a0ee8fc7f7716a766f21c3aacfd04fcd48342cba~1..a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [Pipeline] echo [2022-10-17T19:06:02.890Z] -----------> git rev-list -1 --merges a0ee8fc7f7716a766f21c3aacfd04fcd48342cba~1..a0ee8fc7f7716a766f21c3aacfd04fcd48342cba a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [false] [Pipeline] sh [2022-10-17T19:06:03.194Z] + git log --format=format:%s -1 a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [Pipeline] echo [2022-10-17T19:06:03.228Z] ========================================================= [2022-10-17T19:06:03.228Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-17T19:06:03.228Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-17T19:06:03.712Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-17T19:06:03.712Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-17T19:06:03.712Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-17T19:06:03.712Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-17T19:06:03.712Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2022-10-17T19:06:03.712Z] -a /etc/ssh/ssh_known_hosts [2022-10-17T19:06:03.712Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T19:06:04.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-17T19:06:04.188Z] [2022-10-17T19:06:04.188Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T19:06:04.561Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-17T19:06:04.561Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-17T19:06:04.561Z] b85a868b505f: Pulling fs layer [2022-10-17T19:06:04.561Z] e2be974225ed: Pulling fs layer [2022-10-17T19:06:04.561Z] 339a4e72a1f5: Pulling fs layer [2022-10-17T19:06:04.561Z] 988bab9f4d93: Pulling fs layer [2022-10-17T19:06:04.561Z] 1469e6f7b9e6: Pulling fs layer [2022-10-17T19:06:04.561Z] eaf3925da568: Pulling fs layer [2022-10-17T19:06:04.562Z] bab4dde63d76: Pulling fs layer [2022-10-17T19:06:04.562Z] bde34c3a00c8: Pulling fs layer [2022-10-17T19:06:04.562Z] b352a97aabf1: Pulling fs layer [2022-10-17T19:06:04.562Z] 4872d77fe225: Pulling fs layer [2022-10-17T19:06:04.562Z] 5851b861e8e6: Pulling fs layer [2022-10-17T19:06:04.562Z] 1469e6f7b9e6: Waiting [2022-10-17T19:06:04.562Z] eaf3925da568: Waiting [2022-10-17T19:06:04.562Z] bab4dde63d76: Waiting [2022-10-17T19:06:04.562Z] bde34c3a00c8: Waiting [2022-10-17T19:06:04.562Z] b352a97aabf1: Waiting [2022-10-17T19:06:04.562Z] 4872d77fe225: Waiting [2022-10-17T19:06:04.562Z] 5851b861e8e6: Waiting [2022-10-17T19:06:04.562Z] 988bab9f4d93: Waiting [2022-10-17T19:06:04.562Z] e2be974225ed: Download complete [2022-10-17T19:06:04.562Z] 988bab9f4d93: Verifying Checksum [2022-10-17T19:06:04.562Z] 988bab9f4d93: Download complete [2022-10-17T19:06:04.825Z] 339a4e72a1f5: Verifying Checksum [2022-10-17T19:06:04.825Z] 339a4e72a1f5: Download complete [2022-10-17T19:06:04.825Z] 1469e6f7b9e6: Verifying Checksum [2022-10-17T19:06:04.825Z] 1469e6f7b9e6: Download complete [2022-10-17T19:06:04.825Z] eaf3925da568: Download complete [2022-10-17T19:06:04.825Z] bde34c3a00c8: Verifying Checksum [2022-10-17T19:06:04.825Z] bde34c3a00c8: Download complete [2022-10-17T19:06:04.825Z] b352a97aabf1: Verifying Checksum [2022-10-17T19:06:04.825Z] b352a97aabf1: Download complete [2022-10-17T19:06:04.825Z] 4872d77fe225: Download complete [2022-10-17T19:06:04.825Z] 5851b861e8e6: Verifying Checksum [2022-10-17T19:06:04.825Z] 5851b861e8e6: Download complete [2022-10-17T19:06:04.825Z] b85a868b505f: Download complete [2022-10-17T19:06:05.084Z] bab4dde63d76: Verifying Checksum [2022-10-17T19:06:05.084Z] bab4dde63d76: Download complete [2022-10-17T19:06:06.021Z] b85a868b505f: Pull complete [2022-10-17T19:06:06.279Z] e2be974225ed: Pull complete [2022-10-17T19:06:06.847Z] 339a4e72a1f5: Pull complete [2022-10-17T19:06:06.848Z] 988bab9f4d93: Pull complete [2022-10-17T19:06:07.106Z] 1469e6f7b9e6: Pull complete [2022-10-17T19:06:07.106Z] eaf3925da568: Pull complete [2022-10-17T19:06:09.011Z] bab4dde63d76: Pull complete [2022-10-17T19:06:09.011Z] bde34c3a00c8: Pull complete [2022-10-17T19:06:09.272Z] b352a97aabf1: Pull complete [2022-10-17T19:06:09.272Z] 4872d77fe225: Pull complete [2022-10-17T19:06:09.532Z] 5851b861e8e6: Pull complete [2022-10-17T19:06:09.532Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-17T19:06:09.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-17T19:06:09.532Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T19:06:09.756Z] prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container [2022-10-17T19:06:09.787Z] $ 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 [2022-10-17T19:06:11.310Z] $ docker top 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a -eo pid,comm [2022-10-17T19:06:11.366Z] 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). [2022-10-17T19:06:11.366Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-17T19:06:11.490Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-17T19:06:11.490Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-17T19:06:11.611Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-17T19:06:11.611Z] $ docker exec 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a ssh-agent [2022-10-17T19:06:11.739Z] SSH_AUTH_SOCK=/tmp/ssh-aveQD2KjnLYX/agent.33 [2022-10-17T19:06:11.739Z] SSH_AGENT_PID=39 [2022-10-17T19:06:11.744Z] Running ssh-add (command line suppressed) [2022-10-17T19:06:11.850Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6039387146550308741.key (/w/workspace/edgex-go/1@tmp/private_key_6039387146550308741.key) [2022-10-17T19:06:11.869Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-17T19:06:12.199Z] + git tag --points-at HEAD [Pipeline] } [2022-10-17T19:06:12.221Z] $ docker exec --env ******** --env ******** 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a ssh-agent -k [2022-10-17T19:06:12.329Z] unset SSH_AUTH_SOCK; [2022-10-17T19:06:12.329Z] unset SSH_AGENT_PID; [2022-10-17T19:06:12.329Z] echo Agent pid 39 killed; [2022-10-17T19:06:12.346Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-17T19:06:12.430Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-17T19:06:12.430Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-17T19:06:12.556Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-17T19:06:12.556Z] $ docker exec 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a ssh-agent [2022-10-17T19:06:12.675Z] SSH_AUTH_SOCK=/tmp/ssh-aCz9sGtuZU37/agent.70 [2022-10-17T19:06:12.675Z] SSH_AGENT_PID=76 [2022-10-17T19:06:12.681Z] Running ssh-add (command line suppressed) [2022-10-17T19:06:12.773Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6293914813528562083.key (/w/workspace/edgex-go/1@tmp/private_key_6293914813528562083.key) [2022-10-17T19:06:12.790Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-17T19:06:13.124Z] + git semver init [2022-10-17T19:06:13.384Z] 2022-10-17 19:06:13,312 [run_init] DEBUG init version:0.0.0 force:False [2022-10-17T19:06:13.384Z] 2022-10-17 19:06:13,312 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-17T19:06:13.384Z] 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 [2022-10-17T19:06:13.384Z] 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) [2022-10-17T19:06:18.719Z] 2022-10-17 19:06:17,968 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-17T19:06:18.719Z] 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 [2022-10-17T19:06:18.719Z] 2022-10-17 19:06:17,968 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4199 [2022-10-17T19:06:18.719Z] 2022-10-17 19:06:17,973 [execute] INFO git cat-file --batch-check [2022-10-17T19:06:18.719Z] 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=) [2022-10-17T19:06:18.719Z] 2022-10-17 19:06:17,981 [execute] INFO git cat-file --batch [2022-10-17T19:06:18.720Z] 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=) [2022-10-17T19:06:18.720Z] 2022-10-17 19:06:17,988 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4199 [2022-10-17T19:06:18.720Z] 0.0.0 [Pipeline] } [2022-10-17T19:06:18.744Z] $ docker exec --env ******** --env ******** 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a ssh-agent -k [2022-10-17T19:06:18.847Z] unset SSH_AUTH_SOCK; [2022-10-17T19:06:18.847Z] unset SSH_AGENT_PID; [2022-10-17T19:06:18.847Z] echo Agent pid 76 killed; [2022-10-17T19:06:18.862Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-17T19:06:19.290Z] + git semver [Pipeline] } [2022-10-17T19:06:19.574Z] $ docker stop --time=1 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a [2022-10-17T19:06:21.369Z] $ docker rm -f 79a69734adcc761ab6eedf980ef9d97f7c117b3b546b56c8ddb4af251013e78a [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-17T19:06:21.775Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-17T19:06:22.022Z] Stashed 1 file(s) [Pipeline] echo [2022-10-17T19:06:22.039Z] [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 [2022-10-17T19:06:22.813Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-17T19:06:22.848Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-17T19:06:22.885Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-17T19:06:22.913Z] ========================================================= [2022-10-17T19:06:22.913Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-17T19:06:22.913Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-17T19:06:23.255Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-17T19:06:23.255Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-17T19:06:23.255Z] 213ec9aee27d: Pulling fs layer [2022-10-17T19:06:23.255Z] 4583459ba037: Pulling fs layer [2022-10-17T19:06:23.255Z] 93c1e223e6f2: Pulling fs layer [2022-10-17T19:06:23.255Z] 53926ce57604: Pulling fs layer [2022-10-17T19:06:23.255Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-17T19:06:23.255Z] 30f14e443154: Pulling fs layer [2022-10-17T19:06:23.255Z] 801331c1e519: Pulling fs layer [2022-10-17T19:06:23.255Z] 99cc6dd402b0: Pulling fs layer [2022-10-17T19:06:23.255Z] 7d9ed39f4882: Pulling fs layer [2022-10-17T19:06:23.255Z] 53926ce57604: Waiting [2022-10-17T19:06:23.255Z] 21b2b0c7a3f4: Waiting [2022-10-17T19:06:23.255Z] 30f14e443154: Waiting [2022-10-17T19:06:23.255Z] 99cc6dd402b0: Waiting [2022-10-17T19:06:23.255Z] 7d9ed39f4882: Waiting [2022-10-17T19:06:23.255Z] 801331c1e519: Waiting [2022-10-17T19:06:23.255Z] 93c1e223e6f2: Verifying Checksum [2022-10-17T19:06:23.255Z] 93c1e223e6f2: Download complete [2022-10-17T19:06:23.255Z] 4583459ba037: Verifying Checksum [2022-10-17T19:06:23.255Z] 4583459ba037: Download complete [2022-10-17T19:06:23.255Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-17T19:06:23.255Z] 21b2b0c7a3f4: Download complete [2022-10-17T19:06:23.255Z] 30f14e443154: Download complete [2022-10-17T19:06:23.255Z] 213ec9aee27d: Verifying Checksum [2022-10-17T19:06:23.255Z] 213ec9aee27d: Download complete [2022-10-17T19:06:23.255Z] 801331c1e519: Download complete [2022-10-17T19:06:23.514Z] 213ec9aee27d: Pull complete [2022-10-17T19:06:23.514Z] 4583459ba037: Pull complete [2022-10-17T19:06:23.772Z] 93c1e223e6f2: Pull complete [2022-10-17T19:06:24.338Z] 53926ce57604: Verifying Checksum [2022-10-17T19:06:24.338Z] 53926ce57604: Download complete [2022-10-17T19:06:24.595Z] 7d9ed39f4882: Verifying Checksum [2022-10-17T19:06:24.595Z] 7d9ed39f4882: Download complete [2022-10-17T19:06:24.595Z] 99cc6dd402b0: Verifying Checksum [2022-10-17T19:06:24.595Z] 99cc6dd402b0: Download complete [2022-10-17T19:06:27.872Z] 53926ce57604: Pull complete [2022-10-17T19:06:28.132Z] 21b2b0c7a3f4: Pull complete [2022-10-17T19:06:28.132Z] 30f14e443154: Pull complete [2022-10-17T19:06:28.132Z] 801331c1e519: Pull complete [2022-10-17T19:06:30.665Z] 99cc6dd402b0: Pull complete [2022-10-17T19:06:31.234Z] 7d9ed39f4882: Pull complete [2022-10-17T19:06:31.234Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-17T19:06:31.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-17T19:06:31.234Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-17T19:06:31.838Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-17T19:06:31.838Z] WORKDIR /edgex [2022-10-17T19:06:31.838Z] COPY go.mod . [2022-10-17T19:06:31.838Z] RUN go mod download [2022-10-17T19:06:31.838Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-17T19:06:32.405Z] Sending build context to Docker daemon 169.6MB [2022-10-17T19:06:32.405Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-17T19:06:32.405Z] ---> 1dedd983c030 [2022-10-17T19:06:32.405Z] Step 2/4 : WORKDIR /edgex [2022-10-17T19:06:34.954Z] ---> Running in e318532df01e [2022-10-17T19:06:34.954Z] Removing intermediate container e318532df01e [2022-10-17T19:06:34.954Z] ---> dbdf543cc100 [2022-10-17T19:06:34.954Z] Step 3/4 : COPY go.mod . [2022-10-17T19:06:34.954Z] ---> d2d99b015b9e [2022-10-17T19:06:34.954Z] Step 4/4 : RUN go mod download [2022-10-17T19:06:34.954Z] ---> Running in 0cd440ca027d [2022-10-17T19:06:37.343Z] Still waiting to schedule task [2022-10-17T19:06:37.344Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-17T19:06:44.938Z] Removing intermediate container 0cd440ca027d [2022-10-17T19:06:44.938Z] ---> 71c973281fbd [2022-10-17T19:06:44.938Z] Successfully built 71c973281fbd [2022-10-17T19:06:44.938Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T19:06:45.317Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-17T19:06:45.317Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T19:06:45.460Z] prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container [2022-10-17T19:06:45.487Z] $ 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 [2022-10-17T19:06:45.905Z] $ docker top 1c2cbb73509647a67cef149e27fe1b944cfae3f2b75a63f82922371bb508d153 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-17T19:06:46.300Z] + go version [2022-10-17T19:06:46.300Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-17T19:06:46.332Z] $ docker stop --time=1 1c2cbb73509647a67cef149e27fe1b944cfae3f2b75a63f82922371bb508d153 [2022-10-17T19:06:47.639Z] $ 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 [2022-10-17T19:06:48.348Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-17T19:06:48.348Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T19:06:48.480Z] prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container [2022-10-17T19:06:48.506Z] $ 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 [2022-10-17T19:06:48.877Z] $ docker top 0800f2f2f3b7023c4cdf40fbc3c9b352c25a56da085c36ee76190fb71e10619b -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-17T19:06:48.997Z] ========================================================= [2022-10-17T19:06:48.997Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-17T19:06:48.997Z] ========================================================= [Pipeline] sh [2022-10-17T19:06:49.290Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-17T19:06:49.636Z] + make test [2022-10-17T19:06:49.636Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-17T19:06:56.199Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-17T19:07:11.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.092s coverage: 28.7% of statements [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-17T19:07:11.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.108s coverage: 98.5% of statements [2022-10-17T19:07:11.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.122s coverage: 41.3% of statements [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-17T19:07:11.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.140s coverage: 54.2% of statements [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-17T19:07:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.540s coverage: 89.2% of statements [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.088s coverage: 2.2% of statements [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.503s coverage: 95.6% of statements [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.065s coverage: 72.2% of statements [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.091s coverage: 60.0% of statements [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.079s coverage: 29.6% of statements [2022-10-17T19:07:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.077s coverage: 79.5% of statements [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2022-10-17T19:07:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements [2022-10-17T19:07:24.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements [2022-10-17T19:07:24.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements [2022-10-17T19:07:25.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.228s coverage: 80.5% of statements [2022-10-17T19:07:25.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.022s coverage: 65.1% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.069s coverage: 86.9% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 58.8% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.0% of statements [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.2% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.7% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.025s coverage: 73.7% of statements [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.317s coverage: 65.8% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.183s coverage: 41.8% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-17T19:07:33.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.068s coverage: 84.8% of statements [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-17T19:07:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-17T19:07:33.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-17T19:07:33.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.155s coverage: 92.3% of statements [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-17T19:07:33.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-17T19:07:33.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-17T19:07:33.820Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.043s coverage: 28.9% of statements [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-17T19:07:33.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-17T19:07:33.820Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2022-10-17T19:07:33.820Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-10-17T19:07:33.820Z] 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 [2022-10-17T19:07:55.911Z] 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." [2022-10-17T19:07:55.911Z] GO111MODULE=on go vet ./... [2022-10-17T19:07:56.844Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-17T19:07:56.844Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-17T19:07:56.844Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-17T19:07:57.128Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-17T19:07:57.436Z] + ls -al . [2022-10-17T19:07:57.436Z] total 760 [2022-10-17T19:07:57.436Z] drwxrwxr-x 11 1001 1001 4096 Oct 17 19:06 . [2022-10-17T19:07:57.436Z] drwxr-xr-x 4 root root 4096 Oct 17 19:06 .. [2022-10-17T19:07:57.436Z] drwxrwxr-x 2 1001 1001 4096 Oct 17 19:05 .blubracket [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 16 Oct 17 19:05 .dockerignore [2022-10-17T19:07:57.436Z] drwxrwxr-x 8 1001 1001 4096 Oct 17 19:07 .git [2022-10-17T19:07:57.436Z] drwxrwxr-x 3 1001 1001 4096 Oct 17 19:05 .github [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 1030 Oct 17 19:05 .gitignore [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 42 Oct 17 19:05 .golangci.yml [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 87 Oct 17 19:05 .hadolint.yml [2022-10-17T19:07:57.436Z] drwxr-xr-x 3 1001 1001 4096 Oct 17 19:06 .semver [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 166 Oct 17 19:05 .sonarcloud.properties [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 1171 Oct 17 19:05 ADOPTERS.md [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 10722 Oct 17 19:05 Attribution.txt [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 63209 Oct 17 19:05 CHANGELOG.md [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 3804 Oct 17 19:05 CONTRIBUTING.md [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 677 Oct 17 19:05 GOVERNANCE.md [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 850 Oct 17 19:05 Jenkinsfile [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 10775 Oct 17 19:05 LICENSE [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 13857 Oct 17 19:05 Makefile [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 582 Oct 17 19:05 OWNERS.md [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 9799 Oct 17 19:05 README.md [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 6912 Oct 17 19:05 SECURITY.md [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 5 Oct 17 19:06 VERSION [2022-10-17T19:07:57.436Z] -rw-rw-r-- 1 1001 1001 4131 Oct 17 19:05 ZMQWindows.md [2022-10-17T19:07:57.436Z] drwxrwxr-x 2 1001 1001 4096 Oct 17 19:05 bin [2022-10-17T19:07:57.437Z] drwxrwxr-x 18 1001 1001 4096 Oct 17 19:05 cmd [2022-10-17T19:07:57.437Z] -rw-r--r-- 1 root root 502375 Oct 17 19:07 coverage.out [2022-10-17T19:07:57.437Z] -rw-rw-r-- 1 1001 1001 3458 Oct 17 19:05 go.mod [2022-10-17T19:07:57.437Z] -rw-rw-r-- 1 1001 1001 38041 Oct 17 19:05 go.sum [2022-10-17T19:07:57.437Z] drwxrwxr-x 8 1001 1001 4096 Oct 17 19:05 internal [2022-10-17T19:07:57.437Z] drwxrwxr-x 3 1001 1001 4096 Oct 17 19:05 openapi [2022-10-17T19:07:57.437Z] drwxrwxr-x 4 1001 1001 4096 Oct 17 19:05 snap [2022-10-17T19:07:57.437Z] -rw-rw-r-- 1 1001 1001 204 Oct 17 19:05 version.go [Pipeline] sh [2022-10-17T19:07:57.750Z] + '[' -e coverage.out ] [2022-10-17T19:07:57.750Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-17T19:07:57.883Z] Stashed 1 file(s) [Pipeline] sh [2022-10-17T19:07:58.174Z] + make build [2022-10-17T19:07:58.174Z] 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 [2022-10-17T19:08:09.526Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8393 in /w/workspace/edgexfoundry_edgex-go_PR-4199 [Pipeline] { [Pipeline] ws [2022-10-17T19:08:09.566Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-17T19:08:09.641Z] The recommended git tool is: git [2022-10-17T19:08:13.047Z] 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 [2022-10-17T19:08:14.424Z] using credential edgex-jenkins-ssh [2022-10-17T19:08:14.442Z] Cloning the remote Git repository [2022-10-17T19:08:14.488Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-17T19:08:14.568Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-17T19:08:14.689Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-17T19:08:14.690Z] > git --version # timeout=10 [2022-10-17T19:08:14.709Z] > git --version # 'git version 2.25.1' [2022-10-17T19:08:14.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-17T19:08:14.752Z] Verifying host key using known hosts file [2022-10-17T19:08:14.929Z] 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. [2022-10-17T19:08:14.940Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-17T19:08:23.009Z] 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 [2022-10-17T19:08:23.946Z] 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 [2022-10-17T19:08:32.058Z] 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 [2022-10-17T19:08:32.058Z] 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 [2022-10-17T19:08:32.626Z] 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 [2022-10-17T19:08:33.471Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-17T19:08:33.508Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-17T19:08:34.524Z] 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 [2022-10-17T19:08:35.028Z] Merging remotes/origin/main commit 78ede30a3e8baac30a9a1e988cb206c5ed4607cd into PR head commit a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:08:35.098Z] 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 [2022-10-17T19:08:35.401Z] Merge succeeded, producing a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:08:35.401Z] Checking out Revision a0ee8fc7f7716a766f21c3aacfd04fcd48342cba (PR-4199) [2022-10-17T19:08:34.303Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-17T19:08:34.341Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-17T19:08:34.342Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-17T19:08:34.348Z] Verifying host key using known hosts file [2022-10-17T19:08:34.354Z] 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. [2022-10-17T19:08:34.366Z] > 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 [2022-10-17T19:08:35.048Z] > git config core.sparsecheckout # timeout=10 [2022-10-17T19:08:35.067Z] > git checkout -f a0ee8fc7f7716a766f21c3aacfd04fcd48342cba # timeout=10 [2022-10-17T19:08:35.307Z] > git remote # timeout=10 [2022-10-17T19:08:35.327Z] > git config --get remote.origin.url # timeout=10 [2022-10-17T19:08:35.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-17T19:08:35.348Z] Verifying host key using known hosts file [2022-10-17T19:08:35.352Z] 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. [2022-10-17T19:08:35.360Z] > git merge 78ede30a3e8baac30a9a1e988cb206c5ed4607cd # timeout=10 [2022-10-17T19:08:35.386Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-17T19:08:35.409Z] > git config core.sparsecheckout # timeout=10 [2022-10-17T19:08:35.424Z] > git checkout -f a0ee8fc7f7716a766f21c3aacfd04fcd48342cba # timeout=10 [2022-10-17T19:08:36.022Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-10-17T19:08:36.072Z] > git --version # timeout=10 [2022-10-17T19:08:36.082Z] > git --version # 'git version 2.25.1' [2022-10-17T19:08:36.095Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-17T19:08:36.472Z] 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 [2022-10-17T19:08:37.037Z] 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 [2022-10-17T19:08:37.225Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-17T19:08:37.225Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-17T19:08:37.225Z] Dload Upload Total Spent Left Speed [2022-10-17T19:08:37.225Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 96938 0 --:--:-- --:--:-- --:--:-- 96938 [Pipeline] sh [2022-10-17T19:08:37.838Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-17T19:08:37.971Z] 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 [2022-10-17T19:08:38.185Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-17T19:08:38.185Z] + sudo tee /etc/docker/daemon.new [2022-10-17T19:08:38.185Z] { [2022-10-17T19:08:38.185Z] "registry-mirrors": [ [2022-10-17T19:08:38.185Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-17T19:08:38.185Z] ], [2022-10-17T19:08:38.185Z] "bip": "10.250.0.254/24", [2022-10-17T19:08:38.185Z] "hosts": [ [2022-10-17T19:08:38.185Z] "tcp://0.0.0.0:5555", [2022-10-17T19:08:38.185Z] "unix:///var/run/docker.sock" [2022-10-17T19:08:38.185Z] ], [2022-10-17T19:08:38.185Z] "mtu": 1458, [2022-10-17T19:08:38.185Z] "selinux-enabled": true, [2022-10-17T19:08:38.185Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-17T19:08:38.185Z] } [Pipeline] sh [2022-10-17T19:08:38.537Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-17T19:08:38.888Z] + sudo service docker restart [2022-10-17T19:08:39.870Z] 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] } [2022-10-17T19:08:41.271Z] $ docker stop --time=1 0800f2f2f3b7023c4cdf40fbc3c9b352c25a56da085c36ee76190fb71e10619b [2022-10-17T19:08:43.624Z] $ 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 [2022-10-17T19:08:44.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-17T19:08:44.763Z] [2022-10-17T19:08:44.763Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T19:08:45.134Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-17T19:08:45.134Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-17T19:08:45.134Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-17T19:08:45.134Z] ca9280d653b3: Pulling fs layer [2022-10-17T19:08:45.134Z] 7e9c9ca2126c: Pulling fs layer [2022-10-17T19:08:45.134Z] cbdbe7a5bc2a: Download complete [2022-10-17T19:08:45.394Z] ca9280d653b3: Verifying Checksum [2022-10-17T19:08:45.394Z] ca9280d653b3: Download complete [2022-10-17T19:08:45.394Z] cbdbe7a5bc2a: Pull complete [2022-10-17T19:08:45.653Z] 7e9c9ca2126c: Verifying Checksum [2022-10-17T19:08:45.653Z] 7e9c9ca2126c: Download complete [2022-10-17T19:08:45.910Z] ca9280d653b3: Pull complete [2022-10-17T19:08:49.198Z] 7e9c9ca2126c: Pull complete [2022-10-17T19:08:49.198Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-17T19:08:49.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-17T19:08:49.198Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T19:08:49.403Z] prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container [2022-10-17T19:08:49.429Z] $ 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 [2022-10-17T19:08:50.645Z] $ docker top 250ca810ad2f59db13684d61b3129c4738d3d85f519e7f590d30e9bad085bed8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-17T19:08:51.038Z] + docker-compose build --help [2022-10-17T19:08:51.039Z] + grep parallel [2022-10-17T19:08:51.608Z] --parallel Build images in parallel. [Pipeline] } [2022-10-17T19:08:51.641Z] $ docker stop --time=1 250ca810ad2f59db13684d61b3129c4738d3d85f519e7f590d30e9bad085bed8 [2022-10-17T19:08:52.939Z] $ docker rm -f 250ca810ad2f59db13684d61b3129c4738d3d85f519e7f590d30e9bad085bed8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T19:08:53.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-17T19:08:53.531Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T19:08:53.675Z] prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container [2022-10-17T19:08:53.710Z] $ 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 [2022-10-17T19:08:54.081Z] $ docker top 2dc24a968d877669a52468a418f3adbb47f0daaf09ca2484cbe47bca4b9d8183 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-17T19:08:54.482Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-17T19:08:55.051Z] Building core-command ... [2022-10-17T19:08:55.051Z] Building core-data ... [2022-10-17T19:08:55.051Z] Building core-metadata ... [2022-10-17T19:08:55.051Z] Building security-bootstrapper ... [2022-10-17T19:08:55.051Z] Building security-proxy-setup ... [2022-10-17T19:08:55.051Z] Building security-secretstore-setup ... [2022-10-17T19:08:55.051Z] Building security-spiffe-token-provider ... [2022-10-17T19:08:55.051Z] Building security-spire-agent ... [2022-10-17T19:08:55.051Z] Building security-spire-config ... [2022-10-17T19:08:55.051Z] Building security-spire-server ... [2022-10-17T19:08:55.051Z] Building support-notifications ... [2022-10-17T19:08:55.051Z] Building support-scheduler ... [2022-10-17T19:08:55.051Z] Building sys-mgmt-agent ... [2022-10-17T19:08:55.051Z] Building security-spiffe-token-provider [2022-10-17T19:08:55.051Z] Building support-scheduler [2022-10-17T19:08:55.051Z] Building core-command [2022-10-17T19:08:55.051Z] Building security-spire-config [2022-10-17T19:08:55.051Z] Building support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-17T19:08:57.194Z] provisioning config files... [2022-10-17T19:08:57.221Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1627655715676867313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-17T19:08:57.604Z] ---> docker-login.sh [2022-10-17T19:08:57.604Z] nexus3.edgexfoundry.org:10001 [2022-10-17T19:08:58.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T19:08:58.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T19:08:58.191Z] Configure a credential helper to remove this warning. See [2022-10-17T19:08:58.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T19:08:58.191Z] [2022-10-17T19:08:58.191Z] Login Succeeded [2022-10-17T19:08:58.191Z] nexus3.edgexfoundry.org:10002 [2022-10-17T19:08:58.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T19:08:58.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T19:08:58.462Z] Configure a credential helper to remove this warning. See [2022-10-17T19:08:58.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T19:08:58.462Z] [2022-10-17T19:08:58.462Z] Login Succeeded [2022-10-17T19:08:58.462Z] nexus3.edgexfoundry.org:10003 [2022-10-17T19:08:58.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T19:08:59.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T19:08:59.000Z] Configure a credential helper to remove this warning. See [2022-10-17T19:08:59.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T19:08:59.000Z] [2022-10-17T19:08:59.000Z] Login Succeeded [2022-10-17T19:08:59.000Z] nexus3.edgexfoundry.org:10004 [2022-10-17T19:08:59.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T19:08:59.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T19:08:59.270Z] Configure a credential helper to remove this warning. See [2022-10-17T19:08:59.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T19:08:59.270Z] [2022-10-17T19:08:59.270Z] Login Succeeded [2022-10-17T19:08:59.270Z] docker.io [2022-10-17T19:08:59.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-17T19:08:59.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-17T19:08:59.806Z] Configure a credential helper to remove this warning. See [2022-10-17T19:08:59.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-17T19:08:59.806Z] [2022-10-17T19:08:59.806Z] Login Succeeded [2022-10-17T19:08:59.806Z] ---> docker-login.sh ends [Pipeline] } [2022-10-17T19:08:59.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-10-17T19:09:00.421Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-17T19:09:00.458Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-17T19:09:00.494Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-17T19:09:00.532Z] ========================================================= [2022-10-17T19:09:00.532Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-17T19:09:00.532Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-17T19:09:00.910Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-17T19:09:00.910Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-17T19:09:00.910Z] 9b18e9b68314: Pulling fs layer [2022-10-17T19:09:00.910Z] d32db5db7311: Pulling fs layer [2022-10-17T19:09:00.910Z] d0c4b47475fc: Pulling fs layer [2022-10-17T19:09:00.910Z] 5831b945b038: Pulling fs layer [2022-10-17T19:09:00.910Z] 86bbec2aaacd: Pulling fs layer [2022-10-17T19:09:00.910Z] e10730c5d714: Pulling fs layer [2022-10-17T19:09:00.910Z] 5dd5c2283517: Pulling fs layer [2022-10-17T19:09:00.910Z] d5ac0230b979: Pulling fs layer [2022-10-17T19:09:00.910Z] 5831b945b038: Waiting [2022-10-17T19:09:00.910Z] 86bbec2aaacd: Waiting [2022-10-17T19:09:00.910Z] e10730c5d714: Waiting [2022-10-17T19:09:00.910Z] 5dd5c2283517: Waiting [2022-10-17T19:09:00.910Z] d5ac0230b979: Waiting [2022-10-17T19:09:01.181Z] d0c4b47475fc: Verifying Checksum [2022-10-17T19:09:01.181Z] d0c4b47475fc: Download complete [2022-10-17T19:09:01.181Z] d32db5db7311: Verifying Checksum [2022-10-17T19:09:01.181Z] d32db5db7311: Download complete [2022-10-17T19:09:01.181Z] 86bbec2aaacd: Verifying Checksum [2022-10-17T19:09:01.181Z] 86bbec2aaacd: Download complete [2022-10-17T19:09:01.181Z] e10730c5d714: Verifying Checksum [2022-10-17T19:09:01.181Z] e10730c5d714: Download complete [2022-10-17T19:09:01.181Z] 9b18e9b68314: Verifying Checksum [2022-10-17T19:09:02.144Z] 9b18e9b68314: Pull complete [2022-10-17T19:09:02.422Z] d5ac0230b979: Verifying Checksum [2022-10-17T19:09:02.422Z] d5ac0230b979: Download complete [2022-10-17T19:09:02.694Z] d32db5db7311: Pull complete [2022-10-17T19:09:02.963Z] d0c4b47475fc: Pull complete [2022-10-17T19:09:03.551Z] 5dd5c2283517: Verifying Checksum [2022-10-17T19:09:03.551Z] 5dd5c2283517: Download complete [2022-10-17T19:09:03.820Z] 5831b945b038: Verifying Checksum [2022-10-17T19:09:03.820Z] 5831b945b038: Download complete [2022-10-17T19:09:07.268Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:09:07.268Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:09:07.268Z] ---> 71c973281fbd [2022-10-17T19:09:07.268Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-17T19:09:07.268Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:09:07.268Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:09:07.268Z] ---> 71c973281fbd [2022-10-17T19:09:07.268Z] Step 3/26 : WORKDIR /edgex-go [2022-10-17T19:09:07.268Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:09:07.268Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:09:07.268Z] ---> 71c973281fbd [2022-10-17T19:09:07.268Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-17T19:09:07.268Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:09:07.268Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:09:07.268Z] ---> 71c973281fbd [2022-10-17T19:09:07.268Z] Step 3/20 : WORKDIR /edgex-go [2022-10-17T19:09:07.268Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:09:07.268Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:09:07.268Z] ---> 71c973281fbd [2022-10-17T19:09:07.268Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-17T19:09:09.806Z] ---> Running in 3719232a38da [2022-10-17T19:09:09.806Z] ---> Running in 88347fa3af25 [2022-10-17T19:09:09.806Z] ---> Running in b0d8931f52a3 [2022-10-17T19:09:09.806Z] ---> Running in b00b4969428b [2022-10-17T19:09:09.806Z] ---> Running in 813866d98467 [2022-10-17T19:09:09.806Z] Removing intermediate container 3719232a38da [2022-10-17T19:09:09.806Z] ---> cb26562c0f56 [2022-10-17T19:09:09.806Z] Step 4/23 : WORKDIR /edgex-go [2022-10-17T19:09:09.806Z] Removing intermediate container 813866d98467 [2022-10-17T19:09:09.806Z] ---> a94e7cac06f7 [2022-10-17T19:09:09.806Z] Step 4/23 : WORKDIR /edgex-go [2022-10-17T19:09:09.806Z] Removing intermediate container b00b4969428b [2022-10-17T19:09:09.806Z] ---> 764fd1e7fc65 [2022-10-17T19:09:09.806Z] Step 4/24 : WORKDIR /edgex-go [2022-10-17T19:09:09.806Z] Removing intermediate container b0d8931f52a3 [2022-10-17T19:09:09.806Z] ---> 04aab3e2e830 [2022-10-17T19:09:09.806Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-17T19:09:09.806Z] Removing intermediate container 88347fa3af25 [2022-10-17T19:09:09.806Z] ---> 0d588da66873 [2022-10-17T19:09:09.806Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:09:10.079Z] ---> Running in a9622bc08661 [2022-10-17T19:09:10.079Z] ---> Running in a36eb93b6aaf [2022-10-17T19:09:10.079Z] ---> Running in 697ad9060ca8 [2022-10-17T19:09:10.079Z] ---> Running in 139b839bdf4d [2022-10-17T19:09:10.079Z] ---> Running in 3da9de3bf98a [2022-10-17T19:09:10.079Z] Removing intermediate container a9622bc08661 [2022-10-17T19:09:10.079Z] ---> a45bda84a973 [2022-10-17T19:09:10.079Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:09:10.079Z] Removing intermediate container 697ad9060ca8 [2022-10-17T19:09:10.079Z] ---> d91493854eed [2022-10-17T19:09:10.079Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:09:10.079Z] Removing intermediate container a36eb93b6aaf [2022-10-17T19:09:10.079Z] ---> bd8716955a31 [2022-10-17T19:09:10.079Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:09:10.339Z] ---> Running in f4f07b808623 [2022-10-17T19:09:10.339Z] ---> Running in f5744e411428 [2022-10-17T19:09:10.339Z] ---> Running in 49830916b11f [2022-10-17T19:09:10.599Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:10.599Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:10.862Z] v3.16.2-303-g355c945e84 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-17T19:09:10.862Z] v3.16.2-302-g26bb45e677 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-17T19:09:10.862Z] OK: 17037 distinct packages available [2022-10-17T19:09:10.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:11.123Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:11.123Z] Removing intermediate container 139b839bdf4d [2022-10-17T19:09:11.123Z] ---> 4fb0b9460e5b [2022-10-17T19:09:11.123Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-17T19:09:11.123Z] ---> Running in bcc36c76e483 [2022-10-17T19:09:11.123Z] OK: 211 MiB in 51 packages [2022-10-17T19:09:11.382Z] Removing intermediate container f4f07b808623 [2022-10-17T19:09:11.382Z] ---> 5f6008caf44e [2022-10-17T19:09:11.382Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-17T19:09:11.382Z] ---> Running in 3487759991bf [2022-10-17T19:09:11.382Z] Removing intermediate container 49830916b11f [2022-10-17T19:09:11.382Z] ---> 202e309baa8f [2022-10-17T19:09:11.382Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-17T19:09:11.382Z] ---> Running in 5ed847476e8d [2022-10-17T19:09:11.641Z] Removing intermediate container f5744e411428 [2022-10-17T19:09:11.641Z] ---> ef88c60ecb31 [2022-10-17T19:09:11.641Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-17T19:09:11.641Z] ---> Running in 73085d7477f0 [2022-10-17T19:09:11.922Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:11.922Z] Removing intermediate container 3da9de3bf98a [2022-10-17T19:09:11.922Z] ---> 1169201c42cf [2022-10-17T19:09:11.922Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-17T19:09:11.922Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:11.922Z] ---> 0aed84c1b0c0 [2022-10-17T19:09:11.922Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:09:12.182Z] ---> Running in 85647cc7825f [2022-10-17T19:09:12.182Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:12.182Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:12.751Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:12.751Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:13.014Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:13.014Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:13.014Z] OK: 211 MiB in 51 packages [2022-10-17T19:09:13.278Z] OK: 211 MiB in 51 packages [2022-10-17T19:09:13.538Z] Removing intermediate container bcc36c76e483 [2022-10-17T19:09:13.538Z] ---> 59e9ad7f3762 [2022-10-17T19:09:13.538Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-17T19:09:13.538Z] OK: 211 MiB in 51 packages [2022-10-17T19:09:13.538Z] OK: 211 MiB in 51 packages [2022-10-17T19:09:13.538Z] Removing intermediate container 3487759991bf [2022-10-17T19:09:13.538Z] ---> 3b242912ab53 [2022-10-17T19:09:13.538Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-17T19:09:13.538Z] ---> aab505338534 [2022-10-17T19:09:13.538Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:09:13.819Z] ---> Running in 3f19e02b89dd [2022-10-17T19:09:13.819Z] ---> 63dfe2786245 [2022-10-17T19:09:13.819Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:09:13.819Z] ---> Running in 5c288c909f47 [2022-10-17T19:09:13.819Z] Removing intermediate container 73085d7477f0 [2022-10-17T19:09:13.819Z] ---> 3cfa48e8ba9e [2022-10-17T19:09:13.819Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-17T19:09:14.077Z] ---> 83ea3194e24d [2022-10-17T19:09:14.077Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:09:14.077Z] Removing intermediate container 5ed847476e8d [2022-10-17T19:09:14.077Z] ---> 3c938c10ff7e [2022-10-17T19:09:14.077Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-17T19:09:14.336Z] ---> Running in cbfdd31d9248 [2022-10-17T19:09:14.336Z] ---> 092cc83d0d46 [2022-10-17T19:09:14.336Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:09:14.336Z] ---> Running in a46332b8cc81 [2022-10-17T19:09:16.268Z] 5831b945b038: Pull complete [2022-10-17T19:09:16.268Z] 86bbec2aaacd: Pull complete [2022-10-17T19:09:16.268Z] e10730c5d714: Pull complete [2022-10-17T19:09:22.937Z] 5dd5c2283517: Pull complete [2022-10-17T19:09:24.350Z] d5ac0230b979: Pull complete [2022-10-17T19:09:24.350Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-17T19:09:24.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-17T19:09:24.350Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-17T19:09:24.734Z] + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-17T19:09:24.734Z] WORKDIR /edgex [2022-10-17T19:09:24.734Z] COPY go.mod . [2022-10-17T19:09:24.734Z] RUN go mod download [2022-10-17T19:09:24.734Z] docker build -t ci-base-image-arm64 -f - . [2022-10-17T19:09:25.321Z] Sending build context to Docker daemon 3.268MB [2022-10-17T19:09:25.321Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-17T19:09:25.321Z] ---> 59b3b1a385d4 [2022-10-17T19:09:25.321Z] Step 2/4 : WORKDIR /edgex [2022-10-17T19:09:27.264Z] ---> Running in 50659bf516ce [2022-10-17T19:09:27.530Z] Removing intermediate container 50659bf516ce [2022-10-17T19:09:27.530Z] ---> a29b9afadf98 [2022-10-17T19:09:27.530Z] Step 3/4 : COPY go.mod . [2022-10-17T19:09:28.119Z] ---> 9af32d2b0bd4 [2022-10-17T19:09:28.119Z] Step 4/4 : RUN go mod download [2022-10-17T19:09:28.119Z] ---> Running in 8eb82969234a [2022-10-17T19:09:29.226Z] Removing intermediate container 85647cc7825f [2022-10-17T19:09:29.226Z] ---> 0203dc254a61 [2022-10-17T19:09:29.226Z] Step 7/20 : COPY . . [2022-10-17T19:09:29.226Z] Removing intermediate container 5c288c909f47 [2022-10-17T19:09:29.226Z] ---> e94f4f525acc [2022-10-17T19:09:29.226Z] Step 9/23 : COPY . . [2022-10-17T19:09:29.226Z] Removing intermediate container a46332b8cc81 [2022-10-17T19:09:29.226Z] ---> c22da5c311e2 [2022-10-17T19:09:29.226Z] Step 9/24 : COPY . . [2022-10-17T19:09:29.226Z] Removing intermediate container 3f19e02b89dd [2022-10-17T19:09:29.226Z] ---> 877c0ac914a3 [2022-10-17T19:09:29.226Z] Step 8/26 : COPY . . [2022-10-17T19:09:29.226Z] Removing intermediate container cbfdd31d9248 [2022-10-17T19:09:29.226Z] ---> aea965fef206 [2022-10-17T19:09:29.226Z] Step 9/23 : COPY . . [2022-10-17T19:09:35.785Z] ---> 467a4417c5e2 [2022-10-17T19:09:35.785Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-17T19:09:35.785Z] ---> 92cb8359212f [2022-10-17T19:09:35.785Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-17T19:09:35.785Z] ---> 26e5d74dd9e9 [2022-10-17T19:09:35.785Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-17T19:09:35.785Z] ---> f97306c6d617 [2022-10-17T19:09:35.785Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-17T19:09:35.785Z] ---> 013842231fa8 [2022-10-17T19:09:35.785Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-17T19:09:36.044Z] ---> Running in 077118a3946e [2022-10-17T19:09:36.044Z] ---> Running in 279c6ae4e3f7 [2022-10-17T19:09:36.044Z] ---> Running in d2d1f4b44b9f [2022-10-17T19:09:36.044Z] ---> Running in ef23a4807e79 [2022-10-17T19:09:36.044Z] ---> Running in 538e4059fe44 [2022-10-17T19:09:36.044Z] Removing intermediate container 538e4059fe44 [2022-10-17T19:09:36.044Z] ---> 22ac73d0b03f [2022-10-17T19:09:36.044Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-17T19:09:36.044Z] ---> Running in 1c9f7f60c472 [2022-10-17T19:09:36.303Z] Removing intermediate container 1c9f7f60c472 [2022-10-17T19:09:36.303Z] ---> f3990832f189 [2022-10-17T19:09:36.303Z] 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 [2022-10-17T19:09:36.303Z] ---> Running in e02c6f6123fc [2022-10-17T19:09:36.303Z] 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 [2022-10-17T19:09:36.561Z] 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 [2022-10-17T19:09:36.561Z] 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 [2022-10-17T19:09:36.561Z] 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 [2022-10-17T19:09:37.494Z] Removing intermediate container e02c6f6123fc [2022-10-17T19:09:37.494Z] ---> d9dde0e23857 [2022-10-17T19:09:37.494Z] Step 12/26 : WORKDIR /edgex-go [2022-10-17T19:09:37.494Z] ---> Running in 6a51da727d7c [2022-10-17T19:09:37.750Z] Removing intermediate container 6a51da727d7c [2022-10-17T19:09:37.750Z] ---> 9b393e65d517 [2022-10-17T19:09:37.750Z] [2022-10-17T19:09:37.750Z] Step 13/26 : FROM alpine:3.15 [2022-10-17T19:09:38.316Z] 3.15: Pulling from library/alpine [2022-10-17T19:09:38.880Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-17T19:09:38.880Z] Status: Downloaded newer image for alpine:3.15 [2022-10-17T19:09:38.880Z] ---> c4fc93816858 [2022-10-17T19:09:38.880Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-17T19:09:38.880Z] ---> Running in 2987efe379c3 [2022-10-17T19:09:39.138Z] Removing intermediate container 2987efe379c3 [2022-10-17T19:09:39.138Z] ---> 3f4f9e76a1eb [2022-10-17T19:09:39.138Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:09:39.138Z] ---> Running in 3ae429928335 [2022-10-17T19:09:41.038Z] Removing intermediate container 3ae429928335 [2022-10-17T19:09:41.038Z] ---> aacdeddb24ef [2022-10-17T19:09:41.038Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-17T19:09:41.038Z] ---> Running in 2f5755925ef7 [2022-10-17T19:09:41.603Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:42.535Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:43.099Z] v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-17T19:09:43.099Z] v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-17T19:09:43.099Z] OK: 15857 distinct packages available [2022-10-17T19:09:43.099Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:44.038Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:09:44.296Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-17T19:09:44.296Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-17T19:09:44.296Z] (3/4) Installing libucontext (1.1-r0) [2022-10-17T19:09:44.554Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-17T19:09:44.554Z] Executing busybox-1.34.1-r7.trigger [2022-10-17T19:09:44.554Z] OK: 6 MiB in 18 packages [2022-10-17T19:09:46.450Z] Removing intermediate container 2f5755925ef7 [2022-10-17T19:09:46.450Z] ---> e872081c011d [2022-10-17T19:09:46.450Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-17T19:09:48.978Z] ---> 7049dc8211e0 [2022-10-17T19:09:48.978Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-17T19:09:49.569Z] ---> 19708f4eb198 [2022-10-17T19:09:49.569Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-17T19:09:49.825Z] ---> Running in 21483feec1b2 [2022-10-17T19:09:50.390Z] Removing intermediate container 21483feec1b2 [2022-10-17T19:09:50.390Z] ---> 929173e5eb03 [2022-10-17T19:09:50.390Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-17T19:09:51.321Z] ---> 3161c2aadac9 [2022-10-17T19:09:51.321Z] Step 21/26 : WORKDIR / [2022-10-17T19:09:51.321Z] ---> Running in 1bfa46b7bc86 [2022-10-17T19:09:51.887Z] Removing intermediate container 1bfa46b7bc86 [2022-10-17T19:09:51.887Z] ---> 9f84e10e8967 [2022-10-17T19:09:51.887Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-17T19:09:51.887Z] ---> Running in 34cc40a1c3fc [2022-10-17T19:09:52.145Z] Removing intermediate container 34cc40a1c3fc [2022-10-17T19:09:52.145Z] ---> 96485cdd4a21 [2022-10-17T19:09:52.145Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-17T19:09:52.403Z] ---> Running in 205356ca101e [2022-10-17T19:09:52.968Z] Removing intermediate container 205356ca101e [2022-10-17T19:09:52.968Z] ---> 4153663010d8 [2022-10-17T19:09:52.968Z] Step 24/26 : LABEL arch=x86_64 [2022-10-17T19:09:52.968Z] ---> Running in 936a4bf43af9 [2022-10-17T19:09:53.550Z] Removing intermediate container 936a4bf43af9 [2022-10-17T19:09:53.550Z] ---> a4c837a7fed7 [2022-10-17T19:09:53.550Z] Step 25/26 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:09:53.813Z] ---> Running in a85a53fe9562 [2022-10-17T19:09:54.125Z] Removing intermediate container a85a53fe9562 [2022-10-17T19:09:54.125Z] ---> 6f9ebbc09cb3 [2022-10-17T19:09:54.125Z] Step 26/26 : LABEL version=0.0.0 [2022-10-17T19:09:54.385Z] ---> Running in b9153278dcee [2022-10-17T19:09:54.989Z] Removing intermediate container b9153278dcee [2022-10-17T19:09:54.989Z] ---> 96ce8afe9c07 [2022-10-17T19:09:54.989Z] [2022-10-17T19:09:54.989Z] Successfully built 96ce8afe9c07 [2022-10-17T19:09:54.989Z] Successfully tagged security-spire-config:latest [2022-10-17T19:09:54.989Z]  Building security-spire-config ... done Building security-spire-agent [2022-10-17T19:09:58.272Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:09:58.272Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:09:58.272Z] ---> 71c973281fbd [2022-10-17T19:09:58.272Z] Step 3/26 : WORKDIR /edgex-go [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> 0d588da66873 [2022-10-17T19:09:58.272Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> 4fb0b9460e5b [2022-10-17T19:09:58.272Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> 59e9ad7f3762 [2022-10-17T19:09:58.272Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> aab505338534 [2022-10-17T19:09:58.272Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> 877c0ac914a3 [2022-10-17T19:09:58.272Z] Step 8/26 : COPY . . [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> f97306c6d617 [2022-10-17T19:09:58.272Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> 22ac73d0b03f [2022-10-17T19:09:58.272Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> f3990832f189 [2022-10-17T19:09:58.272Z] 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 [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> d9dde0e23857 [2022-10-17T19:09:58.272Z] Step 12/26 : WORKDIR /edgex-go [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> 9b393e65d517 [2022-10-17T19:09:58.272Z] [2022-10-17T19:09:58.272Z] Step 13/26 : FROM alpine:3.15 [2022-10-17T19:09:58.272Z] ---> c4fc93816858 [2022-10-17T19:09:58.272Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> 3f4f9e76a1eb [2022-10-17T19:09:58.272Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:09:58.272Z] ---> Using cache [2022-10-17T19:09:58.272Z] ---> aacdeddb24ef [2022-10-17T19:09:58.272Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-17T19:09:59.644Z] ---> Running in 67e462635439 [2022-10-17T19:10:00.210Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:00.366Z] Removing intermediate container 8eb82969234a [2022-10-17T19:10:00.366Z] ---> 771f070ab515 [2022-10-17T19:10:00.366Z] Successfully built 771f070ab515 [2022-10-17T19:10:00.366Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T19:10:00.770Z] + docker inspect -f . ci-base-image-arm64 [2022-10-17T19:10:00.770Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T19:10:01.023Z] prd-ubuntu20.04-docker-arm64-4c-16g-8393 does not seem to be running inside a container [2022-10-17T19:10:01.082Z] $ 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 [2022-10-17T19:10:01.154Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:01.413Z] v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-17T19:10:01.413Z] v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-17T19:10:01.413Z] OK: 15857 distinct packages available [2022-10-17T19:10:01.674Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:02.321Z] $ docker top da56c76d6a0547186b2ee6c94ef2bffc0e6024521802415ecb3d2d5c1ea1d91c -eo pid,comm [Pipeline] { [2022-10-17T19:10:02.616Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2022-10-17T19:10:02.877Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-17T19:10:02.877Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-17T19:10:02.877Z] (3/5) Installing libucontext (1.1-r0) [2022-10-17T19:10:03.142Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-17T19:10:03.142Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-17T19:10:03.142Z] Executing busybox-1.34.1-r7.trigger [2022-10-17T19:10:03.142Z] OK: 7 MiB in 19 packages [2022-10-17T19:10:03.251Z] + go version [2022-10-17T19:10:03.251Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-17T19:10:03.282Z] $ docker stop --time=1 da56c76d6a0547186b2ee6c94ef2bffc0e6024521802415ecb3d2d5c1ea1d91c [2022-10-17T19:10:04.887Z] $ docker rm -f da56c76d6a0547186b2ee6c94ef2bffc0e6024521802415ecb3d2d5c1ea1d91c [Pipeline] // withDockerContainer [2022-10-17T19:10:05.082Z] Removing intermediate container 67e462635439 [2022-10-17T19:10:05.082Z] ---> 1b72a6a2ee50 [2022-10-17T19:10:05.082Z] 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 [2022-10-17T19:10:05.740Z] + docker inspect -f . ci-base-image-arm64 [2022-10-17T19:10:05.740Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T19:10:05.971Z] prd-ubuntu20.04-docker-arm64-4c-16g-8393 does not seem to be running inside a container [2022-10-17T19:10:06.027Z] $ 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 [2022-10-17T19:10:06.982Z] ---> 429ef04caf4d [2022-10-17T19:10:06.982Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-17T19:10:07.134Z] $ docker top b1c0728955f38e3befe381b1a3a93f483c8c699740e869efc66498ea134cb9ad -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-17T19:10:07.381Z] ========================================================= [2022-10-17T19:10:07.381Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-17T19:10:07.381Z] ========================================================= [Pipeline] sh [2022-10-17T19:10:08.015Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-17T19:10:08.404Z] + make test [2022-10-17T19:10:08.404Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-17T19:10:11.165Z] ---> cb5082fa5dea [2022-10-17T19:10:11.165Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-17T19:10:11.165Z] Removing intermediate container ef23a4807e79 [2022-10-17T19:10:11.165Z] ---> ddd18f5ebe4d [2022-10-17T19:10:11.165Z] [2022-10-17T19:10:11.165Z] Step 11/24 : FROM alpine:3.16 [2022-10-17T19:10:11.165Z] ---> 00945b0ec20d [2022-10-17T19:10:11.165Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-17T19:10:11.165Z] ---> fd7e4f31ebbb [2022-10-17T19:10:11.165Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-17T19:10:11.165Z] 3.16: Pulling from library/alpine [2022-10-17T19:10:11.467Z] ---> 23b92aacc51c [2022-10-17T19:10:11.467Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-17T19:10:11.467Z] ---> Running in f3fe4ddc68b8 [2022-10-17T19:10:11.753Z] Removing intermediate container f3fe4ddc68b8 [2022-10-17T19:10:11.753Z] ---> 030ff41e6819 [2022-10-17T19:10:11.753Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-17T19:10:11.753Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-17T19:10:11.753Z] Status: Downloaded newer image for alpine:3.16 [2022-10-17T19:10:11.753Z] ---> 9c6f07244728 [2022-10-17T19:10:11.753Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-17T19:10:11.753Z] ---> Running in 677ff29bef2c [2022-10-17T19:10:11.753Z] ---> Running in bb0679791951 [2022-10-17T19:10:11.753Z] Removing intermediate container 677ff29bef2c [2022-10-17T19:10:11.753Z] ---> befc315f11be [2022-10-17T19:10:11.753Z] Step 24/26 : LABEL arch=x86_64 [2022-10-17T19:10:12.012Z] ---> Running in 31adc0303afc [2022-10-17T19:10:12.275Z] Removing intermediate container 31adc0303afc [2022-10-17T19:10:12.275Z] ---> 9970e6b01601 [2022-10-17T19:10:12.275Z] Step 25/26 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:10:12.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:12.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:12.275Z] ---> Running in 8b105adcc836 [2022-10-17T19:10:12.562Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-17T19:10:12.562Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:10:12.562Z] OK: 6 MiB in 15 packages [2022-10-17T19:10:12.562Z] Removing intermediate container 8b105adcc836 [2022-10-17T19:10:12.562Z] ---> cdb99ac3c7e5 [2022-10-17T19:10:12.562Z] Step 26/26 : LABEL version=0.0.0 [2022-10-17T19:10:12.829Z] ---> Running in a76d1e99d8c7 [2022-10-17T19:10:12.829Z] Removing intermediate container a76d1e99d8c7 [2022-10-17T19:10:12.829Z] ---> 7558a403e02f [2022-10-17T19:10:12.829Z] [2022-10-17T19:10:13.110Z] Removing intermediate container bb0679791951 [2022-10-17T19:10:13.110Z] ---> 27493f692fbf [2022-10-17T19:10:13.110Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-17T19:10:13.110Z] Successfully built 7558a403e02f [2022-10-17T19:10:13.110Z] Successfully tagged security-spire-agent:latest [2022-10-17T19:10:13.110Z] Building security-proxy-setup [2022-10-17T19:10:13.110Z]  Building security-spire-agent ... done  ---> Running in 2c5d8cebd4c2 [2022-10-17T19:10:14.046Z] Removing intermediate container 2c5d8cebd4c2 [2022-10-17T19:10:14.046Z] ---> 1dcc6576a83f [2022-10-17T19:10:14.046Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-17T19:10:15.434Z] ---> Running in 14de6af8a471 [2022-10-17T19:10:15.693Z] Removing intermediate container 14de6af8a471 [2022-10-17T19:10:15.693Z] ---> 27d8d7d1d9f6 [2022-10-17T19:10:15.693Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-17T19:10:15.693Z] Removing intermediate container 077118a3946e [2022-10-17T19:10:15.693Z] ---> fcbe5d400805 [2022-10-17T19:10:15.693Z] [2022-10-17T19:10:15.693Z] Step 9/20 : FROM alpine:3.15 [2022-10-17T19:10:15.693Z] ---> c4fc93816858 [2022-10-17T19:10:15.693Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-17T19:10:15.693Z] ---> Using cache [2022-10-17T19:10:15.693Z] ---> 3f4f9e76a1eb [2022-10-17T19:10:15.693Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:10:15.693Z] ---> Using cache [2022-10-17T19:10:15.693Z] ---> aacdeddb24ef [2022-10-17T19:10:15.693Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-17T19:10:16.302Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:10:16.302Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:10:16.302Z] ---> 71c973281fbd [2022-10-17T19:10:16.302Z] Step 3/22 : WORKDIR /edgex-go [2022-10-17T19:10:16.302Z] ---> Using cache [2022-10-17T19:10:16.302Z] ---> 0d588da66873 [2022-10-17T19:10:16.302Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:10:16.302Z] ---> Using cache [2022-10-17T19:10:16.302Z] ---> 4fb0b9460e5b [2022-10-17T19:10:16.302Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-17T19:10:16.561Z] ---> Running in 8148b5d939db [2022-10-17T19:10:16.561Z] ---> Running in e016874eb193 [2022-10-17T19:10:16.822Z] ---> Running in 41dfe5b37f55 [2022-10-17T19:10:17.123Z] Removing intermediate container e016874eb193 [2022-10-17T19:10:17.123Z] ---> 01889fd2ea89 [2022-10-17T19:10:17.123Z] Step 16/24 : WORKDIR / [2022-10-17T19:10:17.384Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:17.384Z] ---> Running in cd92fbad6209 [2022-10-17T19:10:17.642Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:17.908Z] Removing intermediate container cd92fbad6209 [2022-10-17T19:10:17.908Z] ---> 614ec92b36e2 [2022-10-17T19:10:17.909Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:10:18.184Z] ---> 3a48c00156fd [2022-10-17T19:10:18.184Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-17T19:10:18.184Z] Removing intermediate container d2d1f4b44b9f [2022-10-17T19:10:18.184Z] ---> c3ace67414d7 [2022-10-17T19:10:18.184Z] [2022-10-17T19:10:18.184Z] Step 11/23 : FROM alpine:3.16 [2022-10-17T19:10:18.184Z] ---> 9c6f07244728 [2022-10-17T19:10:18.184Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-17T19:10:18.184Z] ---> Using cache [2022-10-17T19:10:18.184Z] ---> 27493f692fbf [2022-10-17T19:10:18.184Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-17T19:10:18.184Z] ---> Using cache [2022-10-17T19:10:18.184Z] ---> 1dcc6576a83f [2022-10-17T19:10:18.184Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-17T19:10:18.184Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:18.443Z] ---> Running in d702adfcf6f9 [2022-10-17T19:10:18.443Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:18.443Z] Removing intermediate container 279c6ae4e3f7 [2022-10-17T19:10:18.443Z] ---> 2afacdfd4b56 [2022-10-17T19:10:18.443Z] [2022-10-17T19:10:18.443Z] Step 11/23 : FROM alpine:3.16 [2022-10-17T19:10:18.443Z] ---> 9c6f07244728 [2022-10-17T19:10:18.443Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-17T19:10:18.443Z] ---> Running in e539034a6439 [2022-10-17T19:10:18.721Z] Removing intermediate container d702adfcf6f9 [2022-10-17T19:10:18.721Z] ---> a77f5a478859 [2022-10-17T19:10:18.721Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-17T19:10:18.721Z] ---> b5ccd2c4c333 [2022-10-17T19:10:18.721Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-17T19:10:18.721Z] ---> Running in 362e3e12e857 [2022-10-17T19:10:18.721Z] v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-17T19:10:18.721Z] v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-17T19:10:18.721Z] OK: 15857 distinct packages available [2022-10-17T19:10:18.721Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:18.721Z] Removing intermediate container 362e3e12e857 [2022-10-17T19:10:18.721Z] ---> 44f0c0517bcf [2022-10-17T19:10:18.721Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:10:18.721Z] OK: 211 MiB in 51 packages [2022-10-17T19:10:18.721Z] ---> 2b1208b1420e [2022-10-17T19:10:18.721Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-17T19:10:18.980Z] ---> Running in 8ffbfee577e5 [2022-10-17T19:10:18.980Z] ---> 315e76579f40 [2022-10-17T19:10:18.980Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-17T19:10:18.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:18.980Z] Removing intermediate container 8ffbfee577e5 [2022-10-17T19:10:18.980Z] ---> 611e3102048f [2022-10-17T19:10:18.980Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:10:18.980Z] ---> Running in 66fdcbaf064d [2022-10-17T19:10:19.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:19.239Z] Removing intermediate container 66fdcbaf064d [2022-10-17T19:10:19.239Z] ---> 9a1fa704f117 [2022-10-17T19:10:19.239Z] Step 22/24 : LABEL arch=x86_64 [2022-10-17T19:10:19.239Z] ---> Running in 9ddf54da38e4 [2022-10-17T19:10:19.239Z] Removing intermediate container 41dfe5b37f55 [2022-10-17T19:10:19.239Z] ---> 999bcc504d46 [2022-10-17T19:10:19.239Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-17T19:10:19.509Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-17T19:10:19.509Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-17T19:10:19.509Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:10:19.509Z] Executing ca-certificates-20220614-r0.trigger [2022-10-17T19:10:19.509Z] OK: 6 MiB in 16 packages [2022-10-17T19:10:19.509Z] Removing intermediate container 9ddf54da38e4 [2022-10-17T19:10:19.509Z] ---> 4d0a3d226ce8 [2022-10-17T19:10:19.509Z] Step 23/24 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:10:19.509Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:19.509Z] ---> 63b07929861a [2022-10-17T19:10:19.509Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:10:19.769Z] ---> 75fb6143073c [2022-10-17T19:10:19.769Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-17T19:10:19.769Z] ---> Running in 58d731d06eac [2022-10-17T19:10:19.769Z] ---> Running in 0810456eff15 [2022-10-17T19:10:19.769Z] Removing intermediate container 58d731d06eac [2022-10-17T19:10:19.769Z] ---> 151b06483b62 [2022-10-17T19:10:19.769Z] Step 24/24 : LABEL version=0.0.0 [2022-10-17T19:10:19.769Z] ---> Running in a29ce06598e5 [2022-10-17T19:10:20.029Z] ---> deffa148f12a [2022-10-17T19:10:20.029Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-17T19:10:20.029Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-17T19:10:20.029Z] ---> Running in 4de7d268a010 [2022-10-17T19:10:20.029Z] Removing intermediate container a29ce06598e5 [2022-10-17T19:10:20.029Z] ---> 5b99a62375ed [2022-10-17T19:10:20.029Z] [2022-10-17T19:10:20.029Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-17T19:10:20.286Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-17T19:10:20.286Z] Successfully built 5b99a62375ed [2022-10-17T19:10:20.286Z] Removing intermediate container e539034a6439 [2022-10-17T19:10:20.286Z] ---> a7c25927cc4c [2022-10-17T19:10:20.286Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-17T19:10:20.286Z] Successfully tagged core-command:latest [2022-10-17T19:10:20.286Z]  Building core-command ... done Building core-metadata [2022-10-17T19:10:20.286Z] Removing intermediate container 4de7d268a010 [2022-10-17T19:10:20.286Z] ---> 3c8928f8752c [2022-10-17T19:10:20.286Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"](4/9) Installing libcurl (7.80.0-r3) [2022-10-17T19:10:20.286Z] [2022-10-17T19:10:20.286Z] ---> Running in 055bec1dd4e5 [2022-10-17T19:10:20.286Z] ---> Running in 366f56ab36c8 [2022-10-17T19:10:20.286Z] (5/9) Installing curl (7.80.0-r3) [2022-10-17T19:10:20.545Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-17T19:10:20.545Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-17T19:10:20.814Z] (8/9) Installing libucontext (1.1-r0) [2022-10-17T19:10:20.815Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-17T19:10:20.815Z] Executing busybox-1.34.1-r7.trigger [2022-10-17T19:10:20.815Z] Executing ca-certificates-20220614-r0.trigger [2022-10-17T19:10:21.111Z] OK: 8 MiB in 23 packages [2022-10-17T19:10:21.111Z] Removing intermediate container 366f56ab36c8 [2022-10-17T19:10:21.111Z] ---> a77e0fbad2fe [2022-10-17T19:10:21.111Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-17T19:10:21.368Z] Removing intermediate container 055bec1dd4e5 [2022-10-17T19:10:21.368Z] ---> 342d8c44dacb [2022-10-17T19:10:21.368Z] Step 21/23 : LABEL arch=x86_64 [2022-10-17T19:10:21.626Z] ---> Running in dac8f0a6da0d [2022-10-17T19:10:21.886Z] ---> Running in b784cec784fa [2022-10-17T19:10:21.886Z] Removing intermediate container dac8f0a6da0d [2022-10-17T19:10:21.886Z] ---> 3378c70eb6a2 [2022-10-17T19:10:21.886Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-17T19:10:23.262Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:10:23.262Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:10:23.262Z] ---> 71c973281fbd [2022-10-17T19:10:23.262Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-17T19:10:23.262Z] ---> Using cache [2022-10-17T19:10:23.262Z] ---> 764fd1e7fc65 [2022-10-17T19:10:23.262Z] Step 4/25 : WORKDIR /edgex-go [2022-10-17T19:10:23.262Z] ---> Using cache [2022-10-17T19:10:23.262Z] ---> bd8716955a31 [2022-10-17T19:10:23.262Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:10:23.262Z] ---> Using cache [2022-10-17T19:10:23.262Z] ---> 202e309baa8f [2022-10-17T19:10:23.262Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-17T19:10:23.262Z] ---> Using cache [2022-10-17T19:10:23.262Z] ---> 3c938c10ff7e [2022-10-17T19:10:23.262Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-17T19:10:23.262Z] ---> Using cache [2022-10-17T19:10:23.262Z] ---> 092cc83d0d46 [2022-10-17T19:10:23.262Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:10:23.262Z] ---> Using cache [2022-10-17T19:10:23.262Z] ---> c22da5c311e2 [2022-10-17T19:10:23.262Z] Step 9/25 : COPY . . [2022-10-17T19:10:23.262Z] ---> Using cache [2022-10-17T19:10:23.262Z] ---> 92cb8359212f [2022-10-17T19:10:23.262Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-17T19:10:23.262Z] Removing intermediate container b784cec784fa [2022-10-17T19:10:23.262Z] ---> 4de5dd58f834 [2022-10-17T19:10:23.262Z] Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:10:23.262Z] Removing intermediate container 8148b5d939db [2022-10-17T19:10:23.262Z] ---> 9136e16c4d2c [2022-10-17T19:10:23.262Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:10:23.520Z] ---> Running in 4e3c79f0f85c [2022-10-17T19:10:23.520Z] ---> Running in b9340458e223 [2022-10-17T19:10:23.520Z] ---> Running in 3e4413d8c103 [2022-10-17T19:10:23.778Z] Removing intermediate container b9340458e223 [2022-10-17T19:10:23.778Z] ---> 3eb84548a699 [2022-10-17T19:10:23.778Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:10:23.778Z] ---> 11a0e580d24a [2022-10-17T19:10:23.778Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-17T19:10:23.778Z] Removing intermediate container 3e4413d8c103 [2022-10-17T19:10:23.778Z] ---> 28382fd2e99e [2022-10-17T19:10:23.778Z] Step 23/23 : LABEL version=0.0.0 [2022-10-17T19:10:23.778Z] ---> Running in 0efa6736ec16 [2022-10-17T19:10:24.037Z] ---> 0456d573000f [2022-10-17T19:10:24.037Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-17T19:10:24.037Z] 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 [2022-10-17T19:10:24.037Z] Removing intermediate container 0efa6736ec16 [2022-10-17T19:10:24.037Z] ---> 60914710f93b [2022-10-17T19:10:24.037Z] [2022-10-17T19:10:24.295Z] Successfully built 60914710f93b [2022-10-17T19:10:24.295Z] Successfully tagged support-scheduler:latest [2022-10-17T19:10:24.295Z]  Building support-scheduler ... done Building security-bootstrapper [2022-10-17T19:10:25.667Z] ---> 78834f36ab67 [2022-10-17T19:10:25.667Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-17T19:10:25.924Z] ---> c9ee38bc8d89 [2022-10-17T19:10:25.924Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-17T19:10:26.180Z] ---> adb44786b083 [2022-10-17T19:10:26.180Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-17T19:10:26.180Z] ---> Running in d1582498e939 [2022-10-17T19:10:26.437Z] ---> fdf0788c8126 [2022-10-17T19:10:26.437Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-17T19:10:26.437Z] Removing intermediate container d1582498e939 [2022-10-17T19:10:26.437Z] ---> 67bfd17d3e3e [2022-10-17T19:10:26.437Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:10:26.694Z] ---> Running in 0b642bb532d8 [2022-10-17T19:10:26.694Z] ---> Running in 188b2beab524 [2022-10-17T19:10:26.951Z] Removing intermediate container 0b642bb532d8 [2022-10-17T19:10:26.951Z] ---> acd0d0c3ea59 [2022-10-17T19:10:26.951Z] Step 18/20 : LABEL arch=x86_64 [2022-10-17T19:10:27.208Z] Removing intermediate container 188b2beab524 [2022-10-17T19:10:27.208Z] ---> d699bdb2cf46 [2022-10-17T19:10:27.208Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:10:27.208Z] ---> Running in a8069d901de9 [2022-10-17T19:10:27.208Z] ---> Running in a4dae990fa03 [2022-10-17T19:10:27.465Z] Removing intermediate container a8069d901de9 [2022-10-17T19:10:27.465Z] ---> b81ab9c26d91 [2022-10-17T19:10:27.465Z] Step 19/20 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:10:27.723Z] Removing intermediate container a4dae990fa03 [2022-10-17T19:10:27.723Z] ---> 75d5c5635672 [2022-10-17T19:10:27.723Z] Step 21/23 : LABEL arch=x86_64 [2022-10-17T19:10:27.723Z] ---> Running in 496680c421db [2022-10-17T19:10:27.723Z] ---> Running in cfbb02c0d064 [2022-10-17T19:10:27.980Z] Removing intermediate container 496680c421db [2022-10-17T19:10:27.980Z] ---> 76d115632c4c [2022-10-17T19:10:27.980Z] Step 20/20 : LABEL version=0.0.0 [2022-10-17T19:10:28.547Z] ---> Running in b62848189c4e [2022-10-17T19:10:28.547Z] Removing intermediate container cfbb02c0d064 [2022-10-17T19:10:28.547Z] ---> 7f078d0d20f2 [2022-10-17T19:10:28.547Z] Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:10:28.805Z] ---> Running in df25c4a8d168 [2022-10-17T19:10:28.805Z] Removing intermediate container b62848189c4e [2022-10-17T19:10:28.805Z] ---> c47d23f17eb8 [2022-10-17T19:10:28.805Z] [2022-10-17T19:10:29.063Z] Successfully built c47d23f17eb8 [2022-10-17T19:10:29.063Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:10:29.063Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:10:29.063Z] ---> 71c973281fbd [2022-10-17T19:10:29.063Z] Step 3/33 : WORKDIR /edgex-go [2022-10-17T19:10:29.063Z] ---> Using cache [2022-10-17T19:10:29.063Z] ---> 0d588da66873 [2022-10-17T19:10:29.063Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:10:29.063Z] ---> Using cache [2022-10-17T19:10:29.063Z] ---> 4fb0b9460e5b [2022-10-17T19:10:29.063Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-17T19:10:29.063Z] ---> Using cache [2022-10-17T19:10:29.063Z] ---> 999bcc504d46 [2022-10-17T19:10:29.063Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-17T19:10:29.063Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-17T19:10:29.063Z]  Building security-spiffe-token-provider ... done Building security-spire-server [2022-10-17T19:10:29.063Z] ---> Using cache [2022-10-17T19:10:29.063Z] ---> 63b07929861a [2022-10-17T19:10:29.063Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:10:29.321Z] Removing intermediate container df25c4a8d168 [2022-10-17T19:10:29.321Z] ---> 911c94d0bbaa [2022-10-17T19:10:29.321Z] Step 23/23 : LABEL version=0.0.0 [2022-10-17T19:10:30.253Z] ---> Running in 6f2fe391a239 [2022-10-17T19:10:30.253Z] ---> Running in e3fee9681e60 [2022-10-17T19:10:30.820Z] Removing intermediate container e3fee9681e60 [2022-10-17T19:10:30.820Z] ---> 9ad7b7935eb8 [2022-10-17T19:10:30.820Z] [2022-10-17T19:10:30.820Z] Successfully built 9ad7b7935eb8 [2022-10-17T19:10:30.820Z] Removing intermediate container 0810456eff15 [2022-10-17T19:10:30.820Z] ---> 7dc845fd4f24 [2022-10-17T19:10:30.820Z] Step 8/22 : COPY . . [2022-10-17T19:10:30.820Z] Successfully tagged support-notifications:latest [2022-10-17T19:10:30.820Z]  Building support-notifications ... done Building core-data [2022-10-17T19:10:36.098Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:10:36.098Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:10:36.098Z] ---> 71c973281fbd [2022-10-17T19:10:36.098Z] Step 3/25 : WORKDIR /edgex-go [2022-10-17T19:10:36.098Z] ---> Using cache [2022-10-17T19:10:36.098Z] ---> 0d588da66873 [2022-10-17T19:10:36.098Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:10:36.098Z] ---> Using cache [2022-10-17T19:10:36.098Z] ---> 4fb0b9460e5b [2022-10-17T19:10:36.098Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-17T19:10:36.098Z] ---> Using cache [2022-10-17T19:10:36.098Z] ---> 59e9ad7f3762 [2022-10-17T19:10:36.098Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-17T19:10:36.098Z] ---> Using cache [2022-10-17T19:10:36.098Z] ---> aab505338534 [2022-10-17T19:10:36.098Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:10:36.098Z] ---> Using cache [2022-10-17T19:10:36.098Z] ---> 877c0ac914a3 [2022-10-17T19:10:36.098Z] Step 8/25 : COPY . . [2022-10-17T19:10:36.098Z] ---> Using cache [2022-10-17T19:10:36.098Z] ---> f97306c6d617 [2022-10-17T19:10:36.098Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-17T19:10:36.098Z] ---> Using cache [2022-10-17T19:10:36.098Z] ---> 22ac73d0b03f [2022-10-17T19:10:36.098Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-17T19:10:36.098Z] ---> Using cache [2022-10-17T19:10:36.098Z] ---> f3990832f189 [2022-10-17T19:10:36.098Z] 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 [2022-10-17T19:10:36.664Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:10:36.664Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:10:36.664Z] ---> 71c973281fbd [2022-10-17T19:10:36.664Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-17T19:10:36.664Z] ---> Using cache [2022-10-17T19:10:36.664Z] ---> 764fd1e7fc65 [2022-10-17T19:10:36.664Z] Step 4/24 : WORKDIR /edgex-go [2022-10-17T19:10:36.664Z] ---> Using cache [2022-10-17T19:10:36.664Z] ---> bd8716955a31 [2022-10-17T19:10:36.664Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:10:36.664Z] ---> Using cache [2022-10-17T19:10:36.664Z] ---> 202e309baa8f [2022-10-17T19:10:36.664Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-17T19:10:39.968Z] ---> Running in 79376a763245 [2022-10-17T19:10:39.968Z] ---> Running in 98d85a404cfc [2022-10-17T19:10:39.968Z] ---> 94b179d5c2b6 [2022-10-17T19:10:39.968Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-17T19:10:39.968Z] ---> Running in d15f6246bef1 [2022-10-17T19:10:39.968Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:40.229Z] 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 [2022-10-17T19:10:40.632Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-17T19:10:40.794Z] Removing intermediate container 98d85a404cfc [2022-10-17T19:10:40.794Z] ---> fbf0525a418f [2022-10-17T19:10:40.794Z] Step 12/25 : WORKDIR /edgex-go [2022-10-17T19:10:41.052Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:41.052Z] ---> Running in 8cb2842f3596 [2022-10-17T19:10:41.315Z] OK: 211 MiB in 51 packages [2022-10-17T19:10:41.315Z] Removing intermediate container 8cb2842f3596 [2022-10-17T19:10:41.315Z] ---> cf9f1f3d5032 [2022-10-17T19:10:41.315Z] [2022-10-17T19:10:41.315Z] Step 13/25 : FROM alpine:3.15 [2022-10-17T19:10:41.315Z] ---> c4fc93816858 [2022-10-17T19:10:41.315Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-17T19:10:41.315Z] ---> Using cache [2022-10-17T19:10:41.315Z] ---> 3f4f9e76a1eb [2022-10-17T19:10:41.315Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:10:41.315Z] ---> Using cache [2022-10-17T19:10:41.315Z] ---> aacdeddb24ef [2022-10-17T19:10:41.315Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-17T19:10:41.315Z] ---> Using cache [2022-10-17T19:10:41.315Z] ---> 1b72a6a2ee50 [2022-10-17T19:10:41.315Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-17T19:10:42.250Z] Removing intermediate container 4e3c79f0f85c [2022-10-17T19:10:42.250Z] ---> 2a1ff11767a1 [2022-10-17T19:10:42.251Z] [2022-10-17T19:10:42.251Z] Step 11/25 : FROM alpine:3.16 [2022-10-17T19:10:42.251Z] ---> 9c6f07244728 [2022-10-17T19:10:42.251Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-17T19:10:42.251Z] ---> Using cache [2022-10-17T19:10:42.251Z] ---> 27493f692fbf [2022-10-17T19:10:42.251Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-17T19:10:42.251Z] ---> Using cache [2022-10-17T19:10:42.251Z] ---> 1dcc6576a83f [2022-10-17T19:10:42.251Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-17T19:10:42.508Z] Removing intermediate container 79376a763245 [2022-10-17T19:10:42.508Z] ---> 126ce4189a3f [2022-10-17T19:10:42.508Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-17T19:10:42.508Z] ---> Running in 36d3e55e7385 [2022-10-17T19:10:42.766Z] Removing intermediate container 36d3e55e7385 [2022-10-17T19:10:42.766Z] ---> b957dcb7bd34 [2022-10-17T19:10:42.766Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-17T19:10:42.766Z] ---> 027ac1b08d70 [2022-10-17T19:10:42.766Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:10:43.059Z] ---> 8c66aeb71bc7 [2022-10-17T19:10:43.059Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-17T19:10:43.060Z] ---> Running in cb7f0aaf313d [2022-10-17T19:10:43.060Z] ---> Running in 22aba10c6465 [2022-10-17T19:10:43.320Z] Removing intermediate container cb7f0aaf313d [2022-10-17T19:10:43.320Z] ---> 9e125606f792 [2022-10-17T19:10:43.320Z] Step 16/25 : WORKDIR / [2022-10-17T19:10:43.578Z] ---> 8783cee634ca [2022-10-17T19:10:43.578Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-17T19:10:43.578Z] ---> Running in 82aee715ebbe [2022-10-17T19:10:44.145Z] ---> bf85a0d57330 [2022-10-17T19:10:44.145Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-17T19:10:44.145Z] Removing intermediate container 82aee715ebbe [2022-10-17T19:10:44.145Z] ---> 34bef09975ff [2022-10-17T19:10:44.145Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:10:44.718Z] ---> 4f481f852882 [2022-10-17T19:10:44.718Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-17T19:10:44.718Z] ---> bd9c6f4a9461 [2022-10-17T19:10:44.718Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-17T19:10:44.981Z] ---> Running in 7d5146eed770 [2022-10-17T19:10:44.981Z] Removing intermediate container 6f2fe391a239 [2022-10-17T19:10:44.981Z] ---> f2c3f311a3f7 [2022-10-17T19:10:44.981Z] Step 8/33 : COPY . . [2022-10-17T19:10:45.262Z] Removing intermediate container 7d5146eed770 [2022-10-17T19:10:45.262Z] ---> 149db5facf5f [2022-10-17T19:10:45.262Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-17T19:10:46.640Z] ---> Running in 20b2a159f9a3 [2022-10-17T19:10:46.985Z] ---> 94d099df4d21 [2022-10-17T19:10:46.985Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-17T19:10:47.246Z] Removing intermediate container 20b2a159f9a3 [2022-10-17T19:10:47.246Z] ---> e1207e10c936 [2022-10-17T19:10:47.246Z] Step 23/25 : LABEL arch=x86_64 [2022-10-17T19:10:47.504Z] ---> Running in 33fc40f7281f [2022-10-17T19:10:47.504Z] ---> cb7287b40858 [2022-10-17T19:10:47.504Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-17T19:10:47.764Z] Removing intermediate container 33fc40f7281f [2022-10-17T19:10:47.764Z] ---> ecd1d4cd89b9 [2022-10-17T19:10:47.764Z] Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:10:48.023Z] ---> Running in 1e6cc28af79c [2022-10-17T19:10:48.593Z] ---> 9a271073a5c1 [2022-10-17T19:10:48.593Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-17T19:10:48.593Z] ---> Running in f046189917a2 [2022-10-17T19:10:48.593Z] Removing intermediate container 1e6cc28af79c [2022-10-17T19:10:48.593Z] ---> 0e29b27f5be4 [2022-10-17T19:10:48.593Z] Step 25/25 : LABEL version=0.0.0 [2022-10-17T19:10:48.851Z] ---> Running in 320b1ba08a86 [2022-10-17T19:10:49.109Z] Removing intermediate container f046189917a2 [2022-10-17T19:10:49.109Z] ---> ba6b3ed5a29b [2022-10-17T19:10:49.109Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:10:49.381Z] Removing intermediate container 320b1ba08a86 [2022-10-17T19:10:49.381Z] ---> b2e11f79856b [2022-10-17T19:10:49.381Z] [2022-10-17T19:10:49.381Z] ---> Running in de7a0d2d36d4 [2022-10-17T19:10:49.381Z] Successfully built b2e11f79856b [2022-10-17T19:10:49.638Z] Successfully tagged security-spire-server:latest [2022-10-17T19:10:49.638Z]  Building security-spire-server ... done Building security-secretstore-setup [2022-10-17T19:10:50.585Z] Removing intermediate container de7a0d2d36d4 [2022-10-17T19:10:50.586Z] ---> 350570e5ad57 [2022-10-17T19:10:50.586Z] Step 23/25 : LABEL arch=x86_64 [2022-10-17T19:10:51.537Z] ---> Running in d3ccefbe71e2 [2022-10-17T19:10:51.537Z] ---> 8acb4001a5b3 [2022-10-17T19:10:51.537Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-17T19:10:51.796Z] ---> Running in 66f7c5310232 [2022-10-17T19:10:51.796Z] Removing intermediate container d3ccefbe71e2 [2022-10-17T19:10:51.796Z] ---> 93e0f69c8719 [2022-10-17T19:10:51.796Z] Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:10:52.058Z] ---> Running in e20b2d891239 [2022-10-17T19:10:52.710Z] 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 [2022-10-17T19:10:52.710Z] Removing intermediate container e20b2d891239 [2022-10-17T19:10:52.710Z] ---> 9abdce521fda [2022-10-17T19:10:52.710Z] Step 25/25 : LABEL version=0.0.0 [2022-10-17T19:10:52.710Z] ---> Running in 6f051bf38bb5 [2022-10-17T19:10:53.287Z] Removing intermediate container 6f051bf38bb5 [2022-10-17T19:10:53.287Z] ---> 192e118a170e [2022-10-17T19:10:53.287Z] [2022-10-17T19:10:53.287Z] Successfully built 192e118a170e [2022-10-17T19:10:53.287Z] Successfully tagged core-metadata:latest [2022-10-17T19:10:53.287Z]  Building core-metadata ... done Building sys-mgmt-agent [2022-10-17T19:10:53.551Z] Removing intermediate container 22aba10c6465 [2022-10-17T19:10:53.551Z] ---> 7eadba6b5f00 [2022-10-17T19:10:53.551Z] Step 9/24 : COPY . . [2022-10-17T19:10:53.810Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:10:53.810Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:10:53.810Z] ---> 71c973281fbd [2022-10-17T19:10:53.810Z] Step 3/25 : WORKDIR /edgex-go [2022-10-17T19:10:53.810Z] ---> Using cache [2022-10-17T19:10:53.810Z] ---> 0d588da66873 [2022-10-17T19:10:53.810Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:10:53.810Z] ---> Using cache [2022-10-17T19:10:53.810Z] ---> 4fb0b9460e5b [2022-10-17T19:10:53.810Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-17T19:10:53.810Z] ---> Using cache [2022-10-17T19:10:53.810Z] ---> 999bcc504d46 [2022-10-17T19:10:53.810Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-17T19:10:53.810Z] ---> Using cache [2022-10-17T19:10:53.810Z] ---> 63b07929861a [2022-10-17T19:10:53.810Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:10:53.810Z] ---> Using cache [2022-10-17T19:10:53.810Z] ---> f2c3f311a3f7 [2022-10-17T19:10:53.810Z] Step 8/25 : COPY . . [2022-10-17T19:10:53.810Z] ---> Using cache [2022-10-17T19:10:53.810Z] ---> 8acb4001a5b3 [2022-10-17T19:10:53.810Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-17T19:10:55.710Z] 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 [2022-10-17T19:10:55.969Z] ---> Running in 47425012045e [2022-10-17T19:10:56.534Z] 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 [2022-10-17T19:10:56.534Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:10:56.534Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:10:56.534Z] ---> 71c973281fbd [2022-10-17T19:10:56.534Z] Step 3/23 : WORKDIR /edgex-go [2022-10-17T19:10:56.534Z] ---> Using cache [2022-10-17T19:10:56.534Z] ---> 0d588da66873 [2022-10-17T19:10:56.534Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:10:56.534Z] ---> Using cache [2022-10-17T19:10:56.534Z] ---> 4fb0b9460e5b [2022-10-17T19:10:56.534Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-17T19:10:57.913Z] ---> Running in 74a06949b360 [2022-10-17T19:10:58.173Z] ---> 0c72d93723db [2022-10-17T19:10:58.173Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-17T19:10:58.432Z] ---> Running in 8265e5216a52 [2022-10-17T19:10:58.432Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:58.998Z] 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 [2022-10-17T19:10:58.998Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:10:59.568Z] OK: 211 MiB in 51 packages [2022-10-17T19:11:00.149Z] Removing intermediate container d15f6246bef1 [2022-10-17T19:11:00.149Z] ---> f0e66ac665c1 [2022-10-17T19:11:00.149Z] [2022-10-17T19:11:00.149Z] Step 10/22 : FROM alpine:3.16 [2022-10-17T19:11:00.149Z] ---> 9c6f07244728 [2022-10-17T19:11:00.149Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-17T19:11:00.407Z] ---> Running in ddaff83ea1db [2022-10-17T19:11:00.665Z] Removing intermediate container 74a06949b360 [2022-10-17T19:11:00.665Z] ---> fb8a43e9cfbd [2022-10-17T19:11:00.665Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-17T19:11:00.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:11:00.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:11:00.924Z] ---> 76e3f8b502d7 [2022-10-17T19:11:00.924Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:11:01.184Z] ---> Running in 79539ffcb5df [2022-10-17T19:11:01.184Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-17T19:11:01.184Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-17T19:11:01.184Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-17T19:11:01.184Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-17T19:11:01.184Z] (5/6) Installing curl (7.83.1-r3) [2022-10-17T19:11:01.184Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-17T19:11:01.184Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:11:01.184Z] Executing ca-certificates-20220614-r0.trigger [2022-10-17T19:11:01.184Z] OK: 8 MiB in 20 packages [2022-10-17T19:11:02.557Z] Removing intermediate container ddaff83ea1db [2022-10-17T19:11:02.557Z] ---> 0e9627ddbd53 [2022-10-17T19:11:02.557Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-17T19:11:02.557Z] ---> Running in e7b941ebf34a [2022-10-17T19:11:02.814Z] Removing intermediate container e7b941ebf34a [2022-10-17T19:11:02.814Z] ---> 4aeb3f4b5465 [2022-10-17T19:11:02.814Z] Step 13/22 : WORKDIR /edgex [2022-10-17T19:11:02.814Z] ---> Running in e73692317e79 [2022-10-17T19:11:03.378Z] Removing intermediate container e73692317e79 [2022-10-17T19:11:03.378Z] ---> 41e32d41452d [2022-10-17T19:11:03.378Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-17T19:11:04.750Z] ---> d5b8f9b8608a [2022-10-17T19:11:04.750Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-17T19:11:06.126Z] ---> 4b98f854557b [2022-10-17T19:11:06.126Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-17T19:11:06.693Z] ---> e9350ee47a2c [2022-10-17T19:11:06.693Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-17T19:11:07.625Z] ---> ea427d2b5bcf [2022-10-17T19:11:07.625Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-17T19:11:07.884Z] ---> Running in b792135c5cc7 [2022-10-17T19:11:10.412Z] Removing intermediate container b792135c5cc7 [2022-10-17T19:11:10.412Z] ---> f100e0092016 [2022-10-17T19:11:10.412Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-17T19:11:10.670Z] ---> Running in 0a10f831cf7f [2022-10-17T19:11:11.237Z] Removing intermediate container 0a10f831cf7f [2022-10-17T19:11:11.237Z] ---> 09e45a3002cd [2022-10-17T19:11:11.237Z] Step 20/22 : LABEL arch=x86_64 [2022-10-17T19:11:11.494Z] ---> Running in efef633a680e [2022-10-17T19:11:12.058Z] Removing intermediate container efef633a680e [2022-10-17T19:11:12.058Z] ---> 26f10620b6d5 [2022-10-17T19:11:12.058Z] Step 21/22 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:11:12.058Z] ---> Running in 7e863c41e4e9 [2022-10-17T19:11:12.058Z] Removing intermediate container 79539ffcb5df [2022-10-17T19:11:12.058Z] ---> 9e801def436b [2022-10-17T19:11:12.058Z] Step 8/23 : COPY . . [2022-10-17T19:11:12.679Z] Removing intermediate container 7e863c41e4e9 [2022-10-17T19:11:12.679Z] ---> a5e9d42f678c [2022-10-17T19:11:12.679Z] Step 22/22 : LABEL version=0.0.0 [2022-10-17T19:11:13.242Z] ---> Running in 2edb1a9ec7df [2022-10-17T19:11:13.811Z] Removing intermediate container 2edb1a9ec7df [2022-10-17T19:11:13.811Z] ---> af86175af4cf [2022-10-17T19:11:13.811Z] [2022-10-17T19:11:13.811Z] Successfully built af86175af4cf [2022-10-17T19:11:14.069Z] Successfully tagged security-proxy-setup:latest [2022-10-17T19:11:18.243Z]  Building security-proxy-setup ... done Removing intermediate container 66f7c5310232 [2022-10-17T19:11:18.243Z] ---> 26a98df8b1e9 [2022-10-17T19:11:18.243Z] [2022-10-17T19:11:18.243Z] Step 10/33 : FROM alpine:3.16 [2022-10-17T19:11:18.243Z] ---> 9c6f07244728 [2022-10-17T19:11:18.243Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-17T19:11:18.243Z] ---> 49c8e4ba7e46 [2022-10-17T19:11:18.243Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-17T19:11:18.243Z] ---> Running in 1a2b72389e86 [2022-10-17T19:11:18.243Z] ---> Running in b0c7eb31d703 [2022-10-17T19:11:18.243Z] Removing intermediate container 1a2b72389e86 [2022-10-17T19:11:18.243Z] ---> 9808f4d51a76 [2022-10-17T19:11:18.244Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-17T19:11:18.244Z] ---> Running in 1851b93e9f68 [2022-10-17T19:11:18.501Z] 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 [2022-10-17T19:11:18.501Z] 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 [2022-10-17T19:11:18.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:11:18.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:11:19.015Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-17T19:11:19.015Z] (2/2) Installing su-exec (0.2-r1) [2022-10-17T19:11:19.015Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:11:19.015Z] OK: 6 MiB in 16 packages [2022-10-17T19:11:19.955Z] Removing intermediate container 1851b93e9f68 [2022-10-17T19:11:19.955Z] ---> bc2fbd870387 [2022-10-17T19:11:19.955Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-17T19:11:20.216Z] ---> Running in d84b1f3d7d7c [2022-10-17T19:11:20.216Z] Removing intermediate container d84b1f3d7d7c [2022-10-17T19:11:20.216Z] ---> b43f2ddc3611 [2022-10-17T19:11:20.216Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-17T19:11:20.476Z] ---> Running in f73755ed18e0 [2022-10-17T19:11:20.741Z] Removing intermediate container f73755ed18e0 [2022-10-17T19:11:20.741Z] ---> 9dafbbd6b334 [2022-10-17T19:11:20.741Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-17T19:11:21.000Z] ---> Running in d53b30467803 [2022-10-17T19:11:21.308Z] Removing intermediate container d53b30467803 [2022-10-17T19:11:21.308Z] ---> 658a111be6f9 [2022-10-17T19:11:21.308Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-17T19:11:21.308Z] ---> Running in 622cc7a4d63d [2022-10-17T19:11:21.574Z] Removing intermediate container 622cc7a4d63d [2022-10-17T19:11:21.574Z] ---> afd1b4cc1b21 [2022-10-17T19:11:21.574Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-17T19:11:21.574Z] ---> Running in d2ff883175f6 [2022-10-17T19:11:22.141Z] Removing intermediate container 47425012045e [2022-10-17T19:11:22.141Z] ---> b57971a17952 [2022-10-17T19:11:22.141Z] [2022-10-17T19:11:22.141Z] Step 10/25 : FROM alpine:3.16 [2022-10-17T19:11:22.141Z] ---> 9c6f07244728 [2022-10-17T19:11:22.141Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-17T19:11:22.400Z] ---> Running in 67e6cf606ef0 [2022-10-17T19:11:22.657Z] Removing intermediate container d2ff883175f6 [2022-10-17T19:11:22.657Z] ---> 45ca5a2e37b7 [2022-10-17T19:11:22.657Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-17T19:11:22.915Z] ---> Running in 896d66b4ad80 [2022-10-17T19:11:22.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:11:22.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:11:22.915Z] Removing intermediate container 896d66b4ad80 [2022-10-17T19:11:22.915Z] ---> 268f7d935c9c [2022-10-17T19:11:22.915Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-17T19:11:23.172Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-17T19:11:23.172Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-17T19:11:23.172Z] (3/3) Installing su-exec (0.2-r1) [2022-10-17T19:11:23.172Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:11:23.172Z] Executing ca-certificates-20220614-r0.trigger [2022-10-17T19:11:23.431Z] OK: 6 MiB in 17 packages [2022-10-17T19:11:23.431Z] ---> 7321d1459969 [2022-10-17T19:11:23.431Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-17T19:11:23.690Z] ---> Running in 8be6e5cb86ed [2022-10-17T19:11:24.302Z] Removing intermediate container 67e6cf606ef0 [2022-10-17T19:11:24.302Z] ---> 19b118babc41 [2022-10-17T19:11:24.302Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-17T19:11:24.577Z] ---> Running in 80eccc70721d [2022-10-17T19:11:24.843Z] Removing intermediate container 80eccc70721d [2022-10-17T19:11:24.843Z] ---> 67aa416ced6c [2022-10-17T19:11:24.843Z] Step 13/25 : WORKDIR / [2022-10-17T19:11:25.100Z] ---> Running in 11f47a0bb570 [2022-10-17T19:11:25.383Z] Removing intermediate container 8be6e5cb86ed [2022-10-17T19:11:25.383Z] ---> 58a269e41a4e [2022-10-17T19:11:25.383Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:11:25.642Z] Removing intermediate container 11f47a0bb570 [2022-10-17T19:11:25.642Z] ---> b5de5898a818 [2022-10-17T19:11:25.642Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-10-17T19:11:25.915Z] ---> 8cdc9796a39b [2022-10-17T19:11:25.915Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-17T19:11:26.173Z] ---> 4c577e71e98d [2022-10-17T19:11:26.173Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-10-17T19:11:26.741Z] Removing intermediate container 8265e5216a52 [2022-10-17T19:11:26.741Z] ---> 1973a7298a2c [2022-10-17T19:11:26.741Z] [2022-10-17T19:11:26.741Z] Step 11/24 : FROM alpine:3.16 [2022-10-17T19:11:26.741Z] ---> 9c6f07244728 [2022-10-17T19:11:26.741Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-17T19:11:26.741Z] ---> ee502c7e3be6 [2022-10-17T19:11:26.741Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-17T19:11:26.998Z] ---> 035ab73b7726 [2022-10-17T19:11:26.998Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-17T19:11:26.998Z] ---> Running in 4f01b47ca5d3 [2022-10-17T19:11:27.256Z] ---> 49c4944e444a [2022-10-17T19:11:27.256Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-10-17T19:11:27.256Z] Removing intermediate container 4f01b47ca5d3 [2022-10-17T19:11:27.256Z] ---> 14defdab0d07 [2022-10-17T19:11:27.256Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-17T19:11:27.513Z] ---> 8e7d37bc3fc5 [2022-10-17T19:11:27.513Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-17T19:11:27.513Z] ---> Running in 3bf416888358 [2022-10-17T19:11:27.771Z] ---> 3d3f8bea73fc [2022-10-17T19:11:27.771Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-17T19:11:28.030Z] ---> 8dd4055c05a6 [2022-10-17T19:11:28.030Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-17T19:11:28.030Z] Removing intermediate container 3bf416888358 [2022-10-17T19:11:28.030Z] ---> af4d23ff03b4 [2022-10-17T19:11:28.030Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-17T19:11:28.030Z] ---> 8b2e7e410a52 [2022-10-17T19:11:28.030Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-17T19:11:28.030Z] ---> Running in f40de752596b [2022-10-17T19:11:28.288Z] Removing intermediate container f40de752596b [2022-10-17T19:11:28.288Z] ---> 93d2f3227751 [2022-10-17T19:11:28.288Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:11:28.288Z] ---> 7883ef3efbd5 [2022-10-17T19:11:28.288Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-17T19:11:28.288Z] ---> Running in 3c4bb446af00 [2022-10-17T19:11:28.547Z] ---> 17e3d871d381 [2022-10-17T19:11:28.547Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-17T19:11:28.547Z] ---> 743842f23245 [2022-10-17T19:11:28.547Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-17T19:11:28.816Z] ---> a0ce721fe02f [2022-10-17T19:11:28.816Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-17T19:11:28.816Z] ---> 71aff108c194 [2022-10-17T19:11:28.816Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-17T19:11:29.077Z] ---> Running in ba539abdf23b [2022-10-17T19:11:29.077Z] ---> Running in ad7b0737b8a4 [2022-10-17T19:11:29.077Z] Removing intermediate container 3c4bb446af00 [2022-10-17T19:11:29.077Z] ---> f0d1523c68ff [2022-10-17T19:11:29.077Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-17T19:11:29.077Z] ---> Running in ea617d54fbcc [2022-10-17T19:11:29.641Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:11:29.903Z] Removing intermediate container ba539abdf23b [2022-10-17T19:11:29.903Z] ---> 3d7dd365a297 [2022-10-17T19:11:29.903Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-17T19:11:29.903Z] Removing intermediate container ad7b0737b8a4 [2022-10-17T19:11:29.903Z] ---> da4d0d7efa8f [2022-10-17T19:11:29.903Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-17T19:11:30.177Z] ---> Running in 8b1d8343ffe3 [2022-10-17T19:11:30.177Z] ---> Running in fb70f09d3729 [2022-10-17T19:11:30.436Z] Removing intermediate container fb70f09d3729 [2022-10-17T19:11:30.436Z] Removing intermediate container 8b1d8343ffe3 [2022-10-17T19:11:30.436Z] ---> 625250dbff94 [2022-10-17T19:11:30.436Z] ---> e1b4d4ce6ddb [2022-10-17T19:11:30.436Z] Step 30/33 : CMD ["gate"]Step 23/25 : LABEL arch=x86_64 [2022-10-17T19:11:30.436Z] [2022-10-17T19:11:30.436Z] ---> Running in ae86759c72c4 [2022-10-17T19:11:30.436Z] ---> Running in d0cb1f83fd81 [2022-10-17T19:11:30.436Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:11:30.695Z] Removing intermediate container d0cb1f83fd81 [2022-10-17T19:11:30.695Z] ---> 75a81871a8a5 [2022-10-17T19:11:30.695Z] Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:11:30.955Z] Removing intermediate container ae86759c72c4 [2022-10-17T19:11:30.955Z] ---> 720032212008 [2022-10-17T19:11:30.955Z] Step 31/33 : LABEL arch=x86_64 [2022-10-17T19:11:30.955Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-17T19:11:30.955Z] ---> Running in c5b8623cf87b [2022-10-17T19:11:30.955Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-17T19:11:30.955Z] ---> Running in a44cb54453ac [2022-10-17T19:11:30.955Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-17T19:11:31.246Z] Removing intermediate container c5b8623cf87b [2022-10-17T19:11:31.246Z] ---> 75232e0f471e [2022-10-17T19:11:31.246Z] Step 25/25 : LABEL version=0.0.0 [2022-10-17T19:11:31.246Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-17T19:11:31.246Z] ---> Running in a46b9be23f92 [2022-10-17T19:11:31.246Z] Removing intermediate container a44cb54453ac [2022-10-17T19:11:31.246Z] ---> d74ca2a1fa9f [2022-10-17T19:11:31.246Z] Step 32/33 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:11:31.246Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-17T19:11:31.246Z] ---> Running in bcb1d3004c31 [2022-10-17T19:11:31.504Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-17T19:11:31.504Z] Removing intermediate container a46b9be23f92 [2022-10-17T19:11:31.504Z] ---> 33cbdf987fac [2022-10-17T19:11:31.504Z] [2022-10-17T19:11:31.504Z] Removing intermediate container bcb1d3004c31 [2022-10-17T19:11:31.504Z] ---> 2e5994691d21 [2022-10-17T19:11:31.504Z] Step 33/33 : LABEL version=0.0.0 [2022-10-17T19:11:31.504Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:11:31.504Z] OK: 8 MiB in 20 packages [2022-10-17T19:11:31.504Z] Successfully built 33cbdf987fac [2022-10-17T19:11:31.504Z] Successfully tagged security-secretstore-setup:latest [2022-10-17T19:11:31.504Z] ---> Running in c24410e1c7f4 [2022-10-17T19:11:31.763Z]  Building security-secretstore-setup ... done Removing intermediate container c24410e1c7f4 [2022-10-17T19:11:31.763Z] ---> f0c3229866df [2022-10-17T19:11:31.763Z] [2022-10-17T19:11:31.763Z] Successfully built f0c3229866df [2022-10-17T19:11:31.763Z] Successfully tagged security-bootstrapper:latest [2022-10-17T19:11:32.026Z]  Building security-bootstrapper ... done Removing intermediate container ea617d54fbcc [2022-10-17T19:11:32.026Z] ---> ecf87187183d [2022-10-17T19:11:32.026Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:11:32.284Z] ---> 7f963d092463 [2022-10-17T19:11:32.284Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-17T19:11:32.873Z] ---> e4d8c27f8bc9 [2022-10-17T19:11:32.873Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-17T19:11:32.873Z] ---> a9e2693071d2 [2022-10-17T19:11:32.873Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-17T19:11:33.137Z] ---> Running in 6034fda72b68 [2022-10-17T19:11:33.137Z] Removing intermediate container 6034fda72b68 [2022-10-17T19:11:33.137Z] ---> f03b160f6eca [2022-10-17T19:11:33.137Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:11:33.398Z] ---> Running in 321e7575a494 [2022-10-17T19:11:33.398Z] Removing intermediate container 321e7575a494 [2022-10-17T19:11:33.398Z] ---> b15f62c07798 [2022-10-17T19:11:33.398Z] Step 22/24 : LABEL arch=x86_64 [2022-10-17T19:11:33.657Z] ---> Running in 16a9178437f8 [2022-10-17T19:11:33.657Z] Removing intermediate container 16a9178437f8 [2022-10-17T19:11:33.657Z] ---> ba7ca42aa594 [2022-10-17T19:11:33.657Z] Step 23/24 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:11:33.657Z] ---> Running in a39ef3dca207 [2022-10-17T19:11:33.918Z] Removing intermediate container a39ef3dca207 [2022-10-17T19:11:33.918Z] ---> 4e541ccb6b04 [2022-10-17T19:11:33.918Z] Step 24/24 : LABEL version=0.0.0 [2022-10-17T19:11:34.177Z] ---> Running in e03b21d98062 [2022-10-17T19:11:34.177Z] Removing intermediate container e03b21d98062 [2022-10-17T19:11:34.177Z] ---> ab6540c4c1ca [2022-10-17T19:11:34.177Z] [2022-10-17T19:11:34.435Z] Successfully built ab6540c4c1ca [2022-10-17T19:11:34.435Z] Successfully tagged core-data:latest [2022-10-17T19:11:35.371Z]  Building core-data ... done Removing intermediate container b0c7eb31d703 [2022-10-17T19:11:35.371Z] ---> 6d809fc63040 [2022-10-17T19:11:35.371Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-17T19:11:35.371Z] ---> Running in a327d6412dbf [2022-10-17T19:11:35.629Z] 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 [2022-10-17T19:11:36.566Z] Removing intermediate container a327d6412dbf [2022-10-17T19:11:36.566Z] ---> 04cb5587d14a [2022-10-17T19:11:36.566Z] [2022-10-17T19:11:36.566Z] Step 11/23 : FROM alpine:3.16 [2022-10-17T19:11:36.566Z] ---> 9c6f07244728 [2022-10-17T19:11:36.566Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-10-17T19:11:36.566Z] ---> Running in d5bf15850085 [2022-10-17T19:11:36.566Z] Removing intermediate container d5bf15850085 [2022-10-17T19:11:36.566Z] ---> 155b75784c9e [2022-10-17T19:11:36.566Z] 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 [2022-10-17T19:11:36.566Z] ---> Running in 0c43abbf0b84 [2022-10-17T19:11:36.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-17T19:11:37.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-17T19:11:37.341Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-17T19:11:37.341Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-17T19:11:37.341Z] (3/33) Installing readline (8.1.2-r0) [2022-10-17T19:11:37.341Z] (4/33) Installing bash (5.1.16-r2) [2022-10-17T19:11:37.341Z] Executing bash-5.1.16-r2.post-install [2022-10-17T19:11:37.341Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-17T19:11:37.341Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-17T19:11:37.341Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-17T19:11:37.341Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-17T19:11:37.341Z] (9/33) Installing curl (7.83.1-r3) [2022-10-17T19:11:37.341Z] (10/33) Installing docker-cli (20.10.18-r1) [2022-10-17T19:11:37.599Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-17T19:11:37.599Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-17T19:11:37.599Z] (13/33) Installing expat (2.4.9-r0) [2022-10-17T19:11:37.599Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-17T19:11:37.599Z] (15/33) Installing gdbm (1.23-r0) [2022-10-17T19:11:37.599Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-17T19:11:37.599Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-17T19:11:37.599Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-17T19:11:37.599Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-17T19:11:37.599Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-17T19:11:37.599Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-17T19:11:37.860Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-17T19:11:37.860Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-17T19:11:37.860Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-17T19:11:38.119Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-17T19:11:38.119Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-17T19:11:38.119Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-17T19:11:38.119Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-17T19:11:38.119Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-17T19:11:38.119Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-17T19:11:38.119Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-17T19:11:38.119Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-17T19:11:38.119Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-17T19:11:38.119Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:11:38.119Z] Executing ca-certificates-20220614-r0.trigger [2022-10-17T19:11:38.378Z] OK: 122 MiB in 47 packages [2022-10-17T19:11:40.280Z] Collecting docker-compose==1.23.2 [2022-10-17T19:11:40.281Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-17T19:11:40.281Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 24.0 MB/s eta 0:00:00 [2022-10-17T19:11:40.281Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-17T19:11:40.281Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-17T19:11:40.281Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 78.4 MB/s eta 0:00:00 [2022-10-17T19:11:40.281Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-17T19:11:40.281Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-17T19:11:40.281Z] Preparing metadata (setup.py): started [2022-10-17T19:11:40.539Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-17T19:11:40.798Z] Collecting jsonschema<3,>=2.5.1 [2022-10-17T19:11:40.798Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-17T19:11:40.798Z] Collecting cached-property<2,>=1.2.0 [2022-10-17T19:11:40.798Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-17T19:11:40.798Z] Collecting texttable<0.10,>=0.9.0 [2022-10-17T19:11:40.798Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-17T19:11:40.798Z] Preparing metadata (setup.py): started [2022-10-17T19:11:41.057Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-17T19:11:41.057Z] Collecting docker<4.0,>=3.6.0 [2022-10-17T19:11:41.057Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-17T19:11:41.057Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 125.1 MB/s eta 0:00:00 [2022-10-17T19:11:41.057Z] Collecting docopt<0.7,>=0.6.1 [2022-10-17T19:11:41.057Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-17T19:11:41.057Z] Preparing metadata (setup.py): started [2022-10-17T19:11:41.316Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-17T19:11:41.316Z] Collecting PyYAML<4,>=3.10 [2022-10-17T19:11:41.316Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-17T19:11:41.316Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 44.7 MB/s eta 0:00:00 [2022-10-17T19:11:41.576Z] Preparing metadata (setup.py): started [2022-10-17T19:11:41.834Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-17T19:11:41.834Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-17T19:11:42.092Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-17T19:11:42.092Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 78.2 MB/s eta 0:00:00 [2022-10-17T19:11:42.092Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-10-17T19:11:42.092Z] Collecting docker-pycreds>=0.4.0 [2022-10-17T19:11:42.092Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-17T19:11:42.092Z] Collecting certifi>=2017.4.17 [2022-10-17T19:11:42.092Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-17T19:11:42.092Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 134.5 MB/s eta 0:00:00 [2022-10-17T19:11:42.092Z] Collecting idna<2.8,>=2.5 [2022-10-17T19:11:42.092Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-17T19:11:42.092Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 137.1 MB/s eta 0:00:00 [2022-10-17T19:11:42.092Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-17T19:11:42.092Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-17T19:11:42.351Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 82.6 MB/s eta 0:00:00 [2022-10-17T19:11:42.351Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-17T19:11:42.351Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-17T19:11:42.351Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 152.2 MB/s eta 0:00:00 [2022-10-17T19:11:42.351Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-17T19:11:42.351Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-17T19:11:42.351Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-17T19:11:42.351Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-17T19:11:42.351Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-17T19:11:42.351Z] Running setup.py install for texttable: started [2022-10-17T19:11:42.608Z] Running setup.py install for texttable: finished with status 'done' [2022-10-17T19:11:42.608Z] Running setup.py install for PyYAML: started [2022-10-17T19:11:43.175Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-17T19:11:43.437Z] Running setup.py install for docopt: started [2022-10-17T19:11:43.700Z] Running setup.py install for docopt: finished with status 'done' [2022-10-17T19:11:43.959Z] Running setup.py install for dockerpty: started [2022-10-17T19:11:44.529Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-17T19:11:44.787Z] 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 [2022-10-17T19:11:44.787Z] 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 [2022-10-17T19:11:48.068Z] Removing intermediate container 0c43abbf0b84 [2022-10-17T19:11:48.068Z] ---> 3399010b43f1 [2022-10-17T19:11:48.068Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-17T19:11:48.327Z] ---> Running in 3f85ec967b49 [2022-10-17T19:11:48.327Z] Removing intermediate container 3f85ec967b49 [2022-10-17T19:11:48.327Z] ---> 18ace13e69f9 [2022-10-17T19:11:48.327Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-17T19:11:48.327Z] ---> Running in 2560dde9979b [2022-10-17T19:11:48.327Z] Removing intermediate container 2560dde9979b [2022-10-17T19:11:48.327Z] ---> 4db4892c8124 [2022-10-17T19:11:48.327Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-17T19:11:48.896Z] ---> f22b78267128 [2022-10-17T19:11:48.896Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-17T19:11:48.896Z] ---> 501baabbe865 [2022-10-17T19:11:48.896Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-17T19:11:49.153Z] ---> 07b501598141 [2022-10-17T19:11:49.153Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-17T19:11:49.153Z] ---> Running in c315f20eedb1 [2022-10-17T19:11:49.153Z] Removing intermediate container c315f20eedb1 [2022-10-17T19:11:49.153Z] ---> 80d57bb39d81 [2022-10-17T19:11:49.153Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:11:49.153Z] ---> Running in 342b9a507084 [2022-10-17T19:11:49.411Z] Removing intermediate container 342b9a507084 [2022-10-17T19:11:49.411Z] ---> a114e53825f2 [2022-10-17T19:11:49.411Z] Step 21/23 : LABEL arch=x86_64 [2022-10-17T19:11:49.411Z] ---> Running in 73246e3a38d2 [2022-10-17T19:11:49.411Z] Removing intermediate container 73246e3a38d2 [2022-10-17T19:11:49.411Z] ---> 796f9f686016 [2022-10-17T19:11:49.411Z] Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:11:49.411Z] ---> Running in 9e654b4cbe91 [2022-10-17T19:11:49.671Z] Removing intermediate container 9e654b4cbe91 [2022-10-17T19:11:49.671Z] ---> bc7fc488cb56 [2022-10-17T19:11:49.671Z] Step 23/23 : LABEL version=0.0.0 [2022-10-17T19:11:49.671Z] ---> Running in fc9dd7a562e5 [2022-10-17T19:11:49.671Z] Removing intermediate container fc9dd7a562e5 [2022-10-17T19:11:49.671Z] ---> a99684c7cf79 [2022-10-17T19:11:49.671Z] [2022-10-17T19:11:49.671Z] Successfully built a99684c7cf79 [2022-10-17T19:11:49.671Z] Successfully tagged sys-mgmt-agent:latest [2022-10-17T19:11:49.680Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-10-17T19:11:49.705Z] $ docker stop --time=1 2dc24a968d877669a52468a418f3adbb47f0daaf09ca2484cbe47bca4b9d8183 [2022-10-17T19:11:51.046Z] $ docker rm -f 2dc24a968d877669a52468a418f3adbb47f0daaf09ca2484cbe47bca4b9d8183 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-17T19:11:51.475Z] + docker images [2022-10-17T19:11:51.475Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-17T19:11:51.475Z] sys-mgmt-agent latest a99684c7cf79 2 seconds ago 136MB [2022-10-17T19:11:51.475Z] 04cb5587d14a 15 seconds ago 1.56GB [2022-10-17T19:11:51.475Z] core-data latest ab6540c4c1ca 17 seconds ago 21.6MB [2022-10-17T19:11:51.475Z] security-secretstore-setup latest 33cbdf987fac 20 seconds ago 29.3MB [2022-10-17T19:11:51.475Z] security-bootstrapper latest f0c3229866df 20 seconds ago 19.9MB [2022-10-17T19:11:51.475Z] 1973a7298a2c 25 seconds ago 1.59GB [2022-10-17T19:11:51.475Z] b57971a17952 30 seconds ago 1.57GB [2022-10-17T19:11:51.475Z] 26a98df8b1e9 35 seconds ago 1.57GB [2022-10-17T19:11:51.475Z] security-proxy-setup latest af86175af4cf 38 seconds ago 27.4MB [2022-10-17T19:11:51.475Z] f0e66ac665c1 52 seconds ago 1.57GB [2022-10-17T19:11:51.475Z] core-metadata latest 192e118a170e 59 seconds ago 18.3MB [2022-10-17T19:11:51.475Z] security-spire-server latest b2e11f79856b About a minute ago 86.5MB [2022-10-17T19:11:51.475Z] cf9f1f3d5032 About a minute ago 1.45GB [2022-10-17T19:11:51.475Z] 2a1ff11767a1 About a minute ago 1.59GB [2022-10-17T19:11:51.475Z] support-notifications latest 9ad7b7935eb8 About a minute ago 30.1MB [2022-10-17T19:11:51.475Z] security-spiffe-token-provider latest c47d23f17eb8 About a minute ago 29.3MB [2022-10-17T19:11:51.475Z] support-scheduler latest 60914710f93b About a minute ago 29.5MB [2022-10-17T19:11:51.475Z] core-command latest 5b99a62375ed About a minute ago 17.5MB [2022-10-17T19:11:51.475Z] 2afacdfd4b56 About a minute ago 1.64GB [2022-10-17T19:11:51.475Z] c3ace67414d7 About a minute ago 1.64GB [2022-10-17T19:11:51.475Z] fcbe5d400805 About a minute ago 1.61GB [2022-10-17T19:11:51.475Z] security-spire-agent latest 7558a403e02f About a minute ago 125MB [2022-10-17T19:11:51.475Z] ddd18f5ebe4d About a minute ago 1.58GB [2022-10-17T19:11:51.475Z] security-spire-config latest 96ce8afe9c07 About a minute ago 85.8MB [2022-10-17T19:11:51.475Z] 9b393e65d517 2 minutes ago 1.45GB [2022-10-17T19:11:51.475Z] ci-base-image-x86_64 latest 71c973281fbd 5 minutes ago 940MB [2022-10-17T19:11:51.475Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 6 days ago 677MB [2022-10-17T19:11:51.475Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-10-17T19:11:51.475Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-10-17T19:11:51.475Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-17T19:11:51.475Z] 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] } [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-17T19:12:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-17T19:12:50.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.636s coverage: 28.7% of statements [2022-10-17T19:12:50.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-17T19:12:50.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-17T19:12:53.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.755s coverage: 98.5% of statements [2022-10-17T19:13:00.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.504s coverage: 41.3% of statements [2022-10-17T19:13:00.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-17T19:13:00.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-17T19:13:00.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.783s coverage: 54.2% of statements [2022-10-17T19:13:00.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-17T19:13:00.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-17T19:13:27.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 26.006s coverage: 89.2% of statements [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-17T19:13:27.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.807s coverage: 2.2% of statements [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-17T19:13:27.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.526s coverage: 95.6% of statements [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-17T19:13:27.233Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.498s coverage: 72.2% of statements [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-17T19:13:27.233Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.445s coverage: 60.0% of statements [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-17T19:13:27.233Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.165s coverage: 0.9% of statements [2022-10-17T19:13:27.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-17T19:13:27.824Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.446s coverage: 58.8% of statements [2022-10-17T19:13:29.764Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.564s coverage: 29.6% of statements [2022-10-17T19:13:29.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-17T19:13:39.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.443s coverage: 47.1% of statements [2022-10-17T19:13:39.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.522s coverage: 79.5% of statements [2022-10-17T19:13:39.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.344s coverage: 94.1% of statements [2022-10-17T19:13:39.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.308s coverage: 96.3% of statements [2022-10-17T19:13:40.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.268s coverage: 87.5% of statements [2022-10-17T19:13:48.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.370s coverage: 94.4% of statements [2022-10-17T19:13:48.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.280s coverage: 44.8% of statements [2022-10-17T19:14:00.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.709s coverage: 80.5% of statements [2022-10-17T19:14:00.650Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-17T19:14:04.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.332s coverage: 92.9% of statements [2022-10-17T19:14:04.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-17T19:14:04.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-17T19:14:04.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-17T19:14:04.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 65.1% of statements [2022-10-17T19:14:04.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-17T19:14:04.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-17T19:14:04.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-17T19:14:04.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-17T19:14:04.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.248s coverage: 86.9% of statements [2022-10-17T19:14:04.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-17T19:14:04.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-17T19:14:04.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-17T19:14:04.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-17T19:14:04.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.212s coverage: 87.2% of statements [2022-10-17T19:14:04.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-17T19:14:04.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-17T19:14:04.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.175s coverage: 100.0% of statements [2022-10-17T19:14:04.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-17T19:14:04.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.268s coverage: 58.8% of statements [2022-10-17T19:14:04.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-17T19:14:04.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.286s coverage: 80.0% of statements [2022-10-17T19:14:04.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.279s coverage: 87.2% of statements [2022-10-17T19:14:04.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.291s coverage: 85.4% of statements [2022-10-17T19:14:04.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.954s coverage: 91.2% of statements [2022-10-17T19:14:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-17T19:14:13.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.886s coverage: 64.7% of statements [2022-10-17T19:14:13.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-17T19:14:13.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-17T19:14:13.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.239s coverage: 100.0% of statements [2022-10-17T19:14:13.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.179s coverage: 89.4% of statements [2022-10-17T19:14:13.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2022-10-17T19:14:13.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2022-10-17T19:14:13.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2022-10-17T19:14:19.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.398s coverage: 65.8% of statements [2022-10-17T19:14:19.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-17T19:14:19.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-17T19:14:19.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-17T19:14:21.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.065s coverage: 41.8% of statements [2022-10-17T19:14:21.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-17T19:14:21.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-17T19:14:21.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.287s coverage: 89.5% of statements [2022-10-17T19:14:21.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-17T19:14:21.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.255s coverage: 84.8% of statements [2022-10-17T19:14:21.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-17T19:14:21.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-17T19:14:21.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-17T19:14:21.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-17T19:14:31.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.402s coverage: 17.7% of statements [2022-10-17T19:14:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-17T19:14:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-17T19:14:31.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.960s coverage: 92.3% of statements [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-17T19:14:31.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.305s coverage: 63.2% of statements [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-17T19:14:31.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.471s coverage: 97.7% of statements [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-17T19:14:31.856Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.232s coverage: 28.9% of statements [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-17T19:14:31.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-17T19:14:31.856Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.267s coverage: 100.0% of statements [2022-10-17T19:14:31.856Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements [2022-10-17T19:14:31.856Z] 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 [2022-10-17T19:14:31.856Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-17T19:14:31.856Z] GO111MODULE=on go vet ./... [2022-10-17T19:16:23.518Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-17T19:16:23.518Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-17T19:16:23.518Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-17T19:16:23.554Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-17T19:16:24.212Z] + ls -al . [2022-10-17T19:16:24.212Z] total 756 [2022-10-17T19:16:24.212Z] drwxrwxr-x 10 1001 1001 4096 Oct 17 19:10 . [2022-10-17T19:16:24.212Z] drwxr-xr-x 4 root root 4096 Oct 17 19:10 .. [2022-10-17T19:16:24.212Z] drwxrwxr-x 2 1001 1001 4096 Oct 17 19:08 .blubracket [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 16 Oct 17 19:08 .dockerignore [2022-10-17T19:16:24.212Z] drwxrwxr-x 8 1001 1001 4096 Oct 17 19:08 .git [2022-10-17T19:16:24.212Z] drwxrwxr-x 3 1001 1001 4096 Oct 17 19:08 .github [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 1030 Oct 17 19:08 .gitignore [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 42 Oct 17 19:08 .golangci.yml [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 87 Oct 17 19:08 .hadolint.yml [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 166 Oct 17 19:08 .sonarcloud.properties [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 1171 Oct 17 19:08 ADOPTERS.md [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 10722 Oct 17 19:08 Attribution.txt [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 63209 Oct 17 19:08 CHANGELOG.md [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 3804 Oct 17 19:08 CONTRIBUTING.md [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 677 Oct 17 19:08 GOVERNANCE.md [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 850 Oct 17 19:08 Jenkinsfile [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 10775 Oct 17 19:08 LICENSE [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 13857 Oct 17 19:08 Makefile [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 582 Oct 17 19:08 OWNERS.md [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 9799 Oct 17 19:08 README.md [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 6912 Oct 17 19:08 SECURITY.md [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 5 Oct 17 19:06 VERSION [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 4131 Oct 17 19:08 ZMQWindows.md [2022-10-17T19:16:24.212Z] drwxrwxr-x 2 1001 1001 4096 Oct 17 19:08 bin [2022-10-17T19:16:24.212Z] drwxrwxr-x 18 1001 1001 4096 Oct 17 19:08 cmd [2022-10-17T19:16:24.212Z] -rw-r--r-- 1 root root 502375 Oct 17 19:14 coverage.out [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 3458 Oct 17 19:08 go.mod [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 38041 Oct 17 19:08 go.sum [2022-10-17T19:16:24.212Z] drwxrwxr-x 8 1001 1001 4096 Oct 17 19:08 internal [2022-10-17T19:16:24.212Z] drwxrwxr-x 3 1001 1001 4096 Oct 17 19:08 openapi [2022-10-17T19:16:24.212Z] drwxrwxr-x 4 1001 1001 4096 Oct 17 19:08 snap [2022-10-17T19:16:24.212Z] -rw-rw-r-- 1 1001 1001 204 Oct 17 19:08 version.go [Pipeline] sh [2022-10-17T19:16:24.874Z] + '[' -e coverage.out ] [2022-10-17T19:16:24.874Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-17T19:16:24.910Z] Warning: overwriting stash ‘coverage-report’ [2022-10-17T19:16:25.885Z] Stashed 1 file(s) [Pipeline] sh [2022-10-17T19:16:26.590Z] + make build [2022-10-17T19:16:26.590Z] 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 [2022-10-17T19:18:03.301Z] 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 [2022-10-17T19:19:11.158Z] 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 [2022-10-17T19:19:12.116Z] 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 [2022-10-17T19:19:50.972Z] 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 [2022-10-17T19:19:51.930Z] 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 [2022-10-17T19:19:57.259Z] 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 [2022-10-17T19:20:03.895Z] 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 [2022-10-17T19:20:08.144Z] 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 [2022-10-17T19:20:13.474Z] 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 [2022-10-17T19:20:16.047Z] 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 [2022-10-17T19:20:20.307Z] 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 [2022-10-17T19:20:28.506Z] 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] } [2022-10-17T19:20:33.862Z] $ docker stop --time=1 b1c0728955f38e3befe381b1a3a93f483c8c699740e869efc66498ea134cb9ad [2022-10-17T19:20:35.870Z] $ 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 [2022-10-17T19:20:38.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-17T19:20:38.492Z] [2022-10-17T19:20:38.492Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T19:20:38.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-17T19:20:39.154Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-17T19:20:39.154Z] 29e5d40040c1: Pulling fs layer [2022-10-17T19:20:39.154Z] 1ce36da41761: Pulling fs layer [2022-10-17T19:20:39.154Z] 25b303627fd3: Pulling fs layer [2022-10-17T19:20:39.422Z] 29e5d40040c1: Verifying Checksum [2022-10-17T19:20:39.422Z] 29e5d40040c1: Download complete [2022-10-17T19:20:39.689Z] 1ce36da41761: Verifying Checksum [2022-10-17T19:20:39.690Z] 1ce36da41761: Download complete [2022-10-17T19:20:39.959Z] 29e5d40040c1: Pull complete [2022-10-17T19:20:40.922Z] 25b303627fd3: Verifying Checksum [2022-10-17T19:20:40.922Z] 25b303627fd3: Download complete [2022-10-17T19:20:41.190Z] 1ce36da41761: Pull complete [2022-10-17T19:20:51.252Z] 25b303627fd3: Pull complete [2022-10-17T19:20:51.252Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-17T19:20:51.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-17T19:20:51.252Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T19:20:51.556Z] prd-ubuntu20.04-docker-arm64-4c-16g-8393 does not seem to be running inside a container [2022-10-17T19:20:51.613Z] $ 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 [2022-10-17T19:20:53.819Z] $ docker top b5cb1c8c7803d0de05697e1e4a678a09bda2d65c4fb56bb629c81e1d9044288c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-17T19:20:54.667Z] + docker-compose build --help [2022-10-17T19:20:54.667Z] + grep parallel [2022-10-17T19:20:58.903Z] --parallel Build images in parallel. [Pipeline] } [2022-10-17T19:20:58.932Z] $ docker stop --time=1 b5cb1c8c7803d0de05697e1e4a678a09bda2d65c4fb56bb629c81e1d9044288c [2022-10-17T19:21:00.564Z] $ docker rm -f b5cb1c8c7803d0de05697e1e4a678a09bda2d65c4fb56bb629c81e1d9044288c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T19:21:01.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-17T19:21:01.271Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T19:21:01.505Z] prd-ubuntu20.04-docker-arm64-4c-16g-8393 does not seem to be running inside a container [2022-10-17T19:21:01.559Z] $ 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 [2022-10-17T19:21:02.710Z] $ docker top 5dcd8d52527d05d8f9ba3922a4939b907d69d867f1cba684201f78a954610150 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-17T19:21:03.248Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-17T19:21:07.484Z] Building core-command ... [2022-10-17T19:21:07.484Z] Building core-data ... [2022-10-17T19:21:07.484Z] Building core-metadata ... [2022-10-17T19:21:07.484Z] Building security-bootstrapper ... [2022-10-17T19:21:07.484Z] Building security-proxy-setup ... [2022-10-17T19:21:07.484Z] Building security-secretstore-setup ... [2022-10-17T19:21:07.484Z] Building security-spiffe-token-provider ... [2022-10-17T19:21:07.484Z] Building security-spire-agent ... [2022-10-17T19:21:07.484Z] Building security-spire-config ... [2022-10-17T19:21:07.484Z] Building security-spire-server ... [2022-10-17T19:21:07.484Z] Building support-notifications ... [2022-10-17T19:21:07.484Z] Building support-scheduler ... [2022-10-17T19:21:07.484Z] Building sys-mgmt-agent ... [2022-10-17T19:21:07.484Z] Building security-spiffe-token-provider [2022-10-17T19:21:07.484Z] Building core-metadata [2022-10-17T19:21:07.484Z] Building security-secretstore-setup [2022-10-17T19:21:07.484Z] Building security-spire-config [2022-10-17T19:21:07.484Z] Building security-spire-server [2022-10-17T19:22:03.853Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:22:03.853Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:22:03.853Z] ---> 771f070ab515 [2022-10-17T19:22:03.853Z] Step 3/20 : WORKDIR /edgex-go [2022-10-17T19:22:03.853Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:22:03.853Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:22:03.853Z] ---> 771f070ab515 [2022-10-17T19:22:03.853Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-17T19:22:03.853Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:22:03.853Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:22:03.853Z] ---> 771f070ab515 [2022-10-17T19:22:03.853Z] Step 3/25 : WORKDIR /edgex-go [2022-10-17T19:22:03.853Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:22:03.853Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:22:03.853Z] ---> 771f070ab515 [2022-10-17T19:22:03.853Z] Step 3/25 : WORKDIR /edgex-go [2022-10-17T19:22:03.853Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:22:03.853Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:22:03.853Z] ---> 771f070ab515 [2022-10-17T19:22:03.853Z] Step 3/26 : WORKDIR /edgex-go [2022-10-17T19:22:03.853Z] ---> Running in 8183d8c5d1cc [2022-10-17T19:22:03.853Z] ---> Running in 3fa1d4b52d97 [2022-10-17T19:22:03.853Z] ---> Running in a0b06e67e3bc [2022-10-17T19:22:03.853Z] ---> Running in 0ded8d36126e [2022-10-17T19:22:03.853Z] ---> Running in 0619640c5667 [2022-10-17T19:22:03.853Z] Removing intermediate container a0b06e67e3bc [2022-10-17T19:22:03.853Z] ---> c2e91184f58c [2022-10-17T19:22:03.853Z] Step 4/25 : WORKDIR /edgex-go [2022-10-17T19:22:03.853Z] Removing intermediate container 8183d8c5d1cc [2022-10-17T19:22:03.853Z] ---> 2ea1f3f1b975 [2022-10-17T19:22:03.853Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:22:03.853Z] Removing intermediate container 0ded8d36126e [2022-10-17T19:22:03.853Z] ---> 8deb2c1f2308 [2022-10-17T19:22:03.853Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-17T19:22:03.853Z] Removing intermediate container 3fa1d4b52d97 [2022-10-17T19:22:03.853Z] ---> 98c48f4b3b23 [2022-10-17T19:22:03.853Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:22:03.853Z] Removing intermediate container 0619640c5667 [2022-10-17T19:22:03.853Z] ---> c3a5a9f39f05 [2022-10-17T19:22:03.853Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:22:03.853Z] ---> Running in 1f8fedad1b9d [2022-10-17T19:22:03.853Z] ---> Running in 2d94ef9e9c1d [2022-10-17T19:22:03.853Z] ---> Running in cfc98cb02100 [2022-10-17T19:22:03.853Z] ---> Running in 4de03f785ab6 [2022-10-17T19:22:03.853Z] ---> Running in 0e498a31ff97 [2022-10-17T19:22:03.853Z] Removing intermediate container 1f8fedad1b9d [2022-10-17T19:22:03.853Z] ---> 963ec64a34a4 [2022-10-17T19:22:03.853Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:22:03.853Z] ---> Running in fd9342875989 [2022-10-17T19:22:03.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:03.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:03.853Z] Removing intermediate container 2d94ef9e9c1d [2022-10-17T19:22:03.853Z] ---> 8b35b16624e8 [2022-10-17T19:22:03.853Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-17T19:22:03.853Z] v3.16.2-303-g355c945e84 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-17T19:22:03.853Z] v3.16.2-302-g26bb45e677 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-17T19:22:03.853Z] OK: 16893 distinct packages available [2022-10-17T19:22:03.853Z] Removing intermediate container 4de03f785ab6 [2022-10-17T19:22:03.853Z] ---> 99ecc6181c89 [2022-10-17T19:22:03.853Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-17T19:22:03.853Z] ---> Running in f17b77f9995e [2022-10-17T19:22:03.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:03.853Z] ---> Running in f55c74a9d1b8 [2022-10-17T19:22:03.853Z] Removing intermediate container fd9342875989 [2022-10-17T19:22:03.853Z] ---> 218ec1cf2316 [2022-10-17T19:22:03.853Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-17T19:22:03.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:03.853Z] ---> Running in ff98e9d26f89 [2022-10-17T19:22:03.853Z] Removing intermediate container 0e498a31ff97 [2022-10-17T19:22:03.853Z] ---> 760a702e1ddf [2022-10-17T19:22:03.853Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-17T19:22:03.853Z] ---> Running in 0438696ba5ad [2022-10-17T19:22:04.358Z] OK: 221 MiB in 51 packages [2022-10-17T19:22:04.964Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:05.242Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:05.536Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:05.536Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:05.536Z] Removing intermediate container cfc98cb02100 [2022-10-17T19:22:05.536Z] ---> c92a5eeaf354 [2022-10-17T19:22:05.536Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-17T19:22:06.165Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:06.165Z] ---> 0f808f7b2810 [2022-10-17T19:22:06.165Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:22:06.165Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:06.440Z] ---> Running in bea9533e4161 [2022-10-17T19:22:06.440Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:06.440Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:22:07.458Z] OK: 221 MiB in 51 packages [2022-10-17T19:22:08.044Z] OK: 221 MiB in 51 packages [2022-10-17T19:22:08.044Z] OK: 221 MiB in 51 packages [2022-10-17T19:22:08.044Z] OK: 221 MiB in 51 packages [2022-10-17T19:22:09.454Z] Removing intermediate container f17b77f9995e [2022-10-17T19:22:09.454Z] ---> 65c7fe0f3b1e [2022-10-17T19:22:09.454Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-17T19:22:09.718Z] Removing intermediate container 0438696ba5ad [2022-10-17T19:22:09.718Z] ---> 612f4f4e9908 [2022-10-17T19:22:09.718Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-17T19:22:09.983Z] Removing intermediate container f55c74a9d1b8 [2022-10-17T19:22:09.983Z] ---> 12faff450f73 [2022-10-17T19:22:09.983Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-17T19:22:09.983Z] Removing intermediate container ff98e9d26f89 [2022-10-17T19:22:09.984Z] ---> a45214c82ddf [2022-10-17T19:22:09.984Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-17T19:22:10.565Z] ---> 3bea3814896c [2022-10-17T19:22:10.565Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:22:10.832Z] ---> Running in c27e26e25c9a [2022-10-17T19:22:11.105Z] ---> 3dfc0d2e6eb9 [2022-10-17T19:22:11.105Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:22:11.105Z] ---> Running in 644cdab978ea [2022-10-17T19:22:11.694Z] ---> 32787a4b5c0d [2022-10-17T19:22:11.694Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> b72efb91838d [2022-10-17T19:22:11.694Z] [2022-10-17T19:22:11.694Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:22:11.962Z] ---> Running in c439f9d698a9 [2022-10-17T19:22:11.962Z] ---> Running in 4e80a24ccedf [2022-10-17T19:23:08.364Z] Removing intermediate container bea9533e4161 [2022-10-17T19:23:08.364Z] ---> a06c68e65630 [2022-10-17T19:23:08.364Z] Step 7/20 : COPY . . [2022-10-17T19:23:16.570Z] Removing intermediate container 4e80a24ccedf [2022-10-17T19:23:16.570Z] ---> 40e33c3d0bb2 [2022-10-17T19:23:16.570Z] Step 9/25 : COPY . . [2022-10-17T19:23:16.570Z] Removing intermediate container c439f9d698a9 [2022-10-17T19:23:16.570Z] ---> 3d63bf74827c [2022-10-17T19:23:16.570Z] Step 8/25 : COPY . . [2022-10-17T19:23:16.570Z] Removing intermediate container 644cdab978ea [2022-10-17T19:23:16.570Z] ---> 227d09427e26 [2022-10-17T19:23:16.570Z] Step 8/26 : COPY . . [2022-10-17T19:23:16.570Z] Removing intermediate container c27e26e25c9a [2022-10-17T19:23:16.570Z] ---> e0807403513f [2022-10-17T19:23:16.570Z] Step 8/25 : COPY . . [2022-10-17T19:23:21.916Z] ---> 660d5c0f5129 [2022-10-17T19:23:21.916Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-17T19:23:22.504Z] ---> Running in 67abcfc7f234 [2022-10-17T19:23:23.908Z] 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 [2022-10-17T19:23:36.211Z] ---> a2620693b299 [2022-10-17T19:23:36.211Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-17T19:23:36.211Z] ---> 1543f54c8aaf [2022-10-17T19:23:36.211Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-17T19:23:36.211Z] ---> fafaf509a8f6 [2022-10-17T19:23:36.211Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-17T19:23:36.211Z] ---> 1cc4177f308b [2022-10-17T19:23:36.211Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-17T19:23:36.211Z] ---> Running in 5f16d5fd9461 [2022-10-17T19:23:36.211Z] ---> Running in 1ae2682234b9 [2022-10-17T19:23:36.211Z] ---> Running in 5e37411c9c3f [2022-10-17T19:23:36.211Z] ---> Running in d76f083941e4 [2022-10-17T19:23:36.796Z] Removing intermediate container 5e37411c9c3f [2022-10-17T19:23:36.796Z] ---> 88eb119457ee [2022-10-17T19:23:36.796Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-17T19:23:36.796Z] Removing intermediate container d76f083941e4 [2022-10-17T19:23:36.796Z] ---> 752b86ae1aa5 [2022-10-17T19:23:36.796Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-17T19:23:37.063Z] ---> Running in 1e022c1e0b5e [2022-10-17T19:23:37.063Z] ---> Running in 04ed5850c081 [2022-10-17T19:23:38.024Z] Removing intermediate container 1e022c1e0b5e [2022-10-17T19:23:38.024Z] ---> df10aaafa505 [2022-10-17T19:23:38.024Z] 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 [2022-10-17T19:23:38.024Z] ---> Running in f595dbe21055 [2022-10-17T19:23:38.024Z] Removing intermediate container 04ed5850c081 [2022-10-17T19:23:38.024Z] ---> b8c0b4e6abe0 [2022-10-17T19:23:38.024Z] 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 [2022-10-17T19:23:38.292Z] ---> Running in 1692a1b40f6b [2022-10-17T19:23:38.879Z] 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 [2022-10-17T19:23:39.147Z] 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 [2022-10-17T19:23:41.730Z] Removing intermediate container f595dbe21055 [2022-10-17T19:23:41.730Z] ---> 370cda253e67 [2022-10-17T19:23:41.730Z] Step 12/26 : WORKDIR /edgex-go [2022-10-17T19:23:41.998Z] ---> Running in 60a6d39d6b38 [2022-10-17T19:23:41.998Z] Removing intermediate container 1692a1b40f6b [2022-10-17T19:23:41.998Z] ---> fa0c94a4d51b [2022-10-17T19:23:41.998Z] Step 12/25 : WORKDIR /edgex-go [2022-10-17T19:23:41.998Z] ---> Running in 87152cc1f7e0 [2022-10-17T19:23:43.946Z] Removing intermediate container 60a6d39d6b38 [2022-10-17T19:23:43.946Z] ---> f2e40164138c [2022-10-17T19:23:43.946Z] [2022-10-17T19:23:43.946Z] Step 13/26 : FROM alpine:3.15 [2022-10-17T19:23:43.946Z] Removing intermediate container 87152cc1f7e0 [2022-10-17T19:23:43.946Z] ---> 86748bc78b06 [2022-10-17T19:23:43.946Z] [2022-10-17T19:23:43.946Z] Step 13/25 : FROM alpine:3.15 [2022-10-17T19:23:44.907Z] 3.15: Pulling from library/alpine [2022-10-17T19:23:44.907Z] 3.15: Pulling from library/alpine [2022-10-17T19:23:46.314Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-17T19:23:46.314Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-17T19:23:46.314Z] Status: Image is up to date for alpine:3.15 [2022-10-17T19:23:46.314Z] Status: Downloaded newer image for alpine:3.15 [2022-10-17T19:23:46.314Z] ---> 02e0d6fdf486 [2022-10-17T19:23:46.314Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-17T19:23:46.314Z] ---> 02e0d6fdf486 [2022-10-17T19:23:46.314Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-17T19:23:46.580Z] ---> Running in 5f40d12aaa66 [2022-10-17T19:23:46.580Z] ---> Running in 1fd0fe3d08b1 [2022-10-17T19:23:47.540Z] Removing intermediate container 5f40d12aaa66 [2022-10-17T19:23:47.540Z] ---> a6e716e11902 [2022-10-17T19:23:47.540Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:23:47.540Z] Removing intermediate container 1fd0fe3d08b1 [2022-10-17T19:23:47.540Z] ---> 0a569ee761d0 [2022-10-17T19:23:47.540Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:23:47.540Z] ---> Running in a905f07e6f2e [2022-10-17T19:23:47.540Z] ---> Running in 4cf20c0d62f8 [2022-10-17T19:23:51.811Z] Removing intermediate container a905f07e6f2e [2022-10-17T19:23:51.811Z] ---> 449bb9b3f1a9 [2022-10-17T19:23:51.811Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-17T19:23:51.811Z] ---> Running in 24fc0cbe84cb [2022-10-17T19:23:51.811Z] Removing intermediate container 4cf20c0d62f8 [2022-10-17T19:23:51.811Z] ---> 42118a0dec66 [2022-10-17T19:23:51.811Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-17T19:23:51.811Z] ---> Running in d858e68ca14a [2022-10-17T19:23:53.217Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:23:54.175Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:23:54.443Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:23:55.026Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:23:55.985Z] v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-17T19:23:55.985Z] v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-17T19:23:55.985Z] OK: 15734 distinct packages available [2022-10-17T19:23:55.985Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:23:56.565Z] v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-17T19:23:56.565Z] v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-17T19:23:56.565Z] OK: 15734 distinct packages available [2022-10-17T19:23:56.565Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:23:57.147Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:23:57.729Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:23:58.310Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-17T19:23:58.310Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-17T19:23:58.575Z] (3/5) Installing libucontext (1.1-r0) [2022-10-17T19:23:58.575Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-17T19:23:58.575Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-17T19:23:58.841Z] Executing busybox-1.34.1-r7.trigger [2022-10-17T19:23:58.841Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-17T19:23:58.841Z] OK: 6 MiB in 19 packages [2022-10-17T19:23:59.106Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-17T19:23:59.106Z] (3/4) Installing libucontext (1.1-r0) [2022-10-17T19:23:59.106Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-17T19:23:59.374Z] Executing busybox-1.34.1-r7.trigger [2022-10-17T19:23:59.374Z] OK: 6 MiB in 18 packages [2022-10-17T19:24:01.317Z] Removing intermediate container 24fc0cbe84cb [2022-10-17T19:24:01.317Z] ---> 2b1fc4a4ec41 [2022-10-17T19:24:01.317Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-17T19:24:01.584Z] Removing intermediate container d858e68ca14a [2022-10-17T19:24:01.584Z] ---> 22f9d8e59d8c [2022-10-17T19:24:01.584Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-17T19:24:09.776Z] ---> 23868733a88c [2022-10-17T19:24:09.776Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-17T19:24:09.776Z] ---> 2f7907fd3fc6 [2022-10-17T19:24:09.776Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-17T19:24:10.735Z] ---> 1661822ffc3e [2022-10-17T19:24:10.735Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-17T19:24:10.735Z] ---> Running in 6e81185e1b5f [2022-10-17T19:24:11.001Z] ---> 832f8ca47893 [2022-10-17T19:24:11.001Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-17T19:24:11.584Z] Removing intermediate container 6e81185e1b5f [2022-10-17T19:24:11.584Z] ---> c60125382a71 [2022-10-17T19:24:11.584Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-17T19:24:12.169Z] ---> b85b4c84613a [2022-10-17T19:24:12.169Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-17T19:24:13.132Z] ---> 92d13c557456 [2022-10-17T19:24:13.132Z] Step 21/26 : WORKDIR / [2022-10-17T19:24:13.132Z] ---> cecb11f25675 [2022-10-17T19:24:13.132Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-17T19:24:13.132Z] ---> Running in f85fd2386222 [2022-10-17T19:24:13.132Z] ---> Running in aca43378f706 [2022-10-17T19:24:13.716Z] Removing intermediate container f85fd2386222 [2022-10-17T19:24:13.716Z] ---> 0401e8d6e4ed [2022-10-17T19:24:13.716Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-17T19:24:13.716Z] Removing intermediate container aca43378f706 [2022-10-17T19:24:13.716Z] ---> af10c530714a [2022-10-17T19:24:13.716Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-17T19:24:13.982Z] ---> Running in 47bbd79b5d48 [2022-10-17T19:24:13.982Z] ---> Running in 115ea176c999 [2022-10-17T19:24:14.572Z] Removing intermediate container 115ea176c999 [2022-10-17T19:24:14.573Z] ---> 4d3a0cb10e06 [2022-10-17T19:24:14.573Z] Step 23/25 : LABEL arch=arm64 [2022-10-17T19:24:14.840Z] ---> Running in ab8f34a3ee78 [2022-10-17T19:24:14.840Z] Removing intermediate container 47bbd79b5d48 [2022-10-17T19:24:14.840Z] ---> c8de91676458 [2022-10-17T19:24:14.840Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-17T19:24:14.840Z] ---> Running in 7348be6080f8 [2022-10-17T19:24:15.427Z] Removing intermediate container ab8f34a3ee78 [2022-10-17T19:24:15.427Z] ---> 049d484294ae [2022-10-17T19:24:15.427Z] Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:24:15.427Z] Removing intermediate container 7348be6080f8 [2022-10-17T19:24:15.427Z] ---> 07259f2ebb98 [2022-10-17T19:24:15.427Z] Step 24/26 : LABEL arch=arm64 [2022-10-17T19:24:15.697Z] ---> Running in 049eaad61b87 [2022-10-17T19:24:15.697Z] ---> Running in 846d692bbc9d [2022-10-17T19:24:16.290Z] Removing intermediate container 049eaad61b87 [2022-10-17T19:24:16.290Z] ---> 843e20035edf [2022-10-17T19:24:16.290Z] Step 25/25 : LABEL version=0.0.0 [2022-10-17T19:24:16.560Z] ---> Running in 9fd8d4f6aa39 [2022-10-17T19:24:16.560Z] Removing intermediate container 846d692bbc9d [2022-10-17T19:24:16.560Z] ---> 40940473328f [2022-10-17T19:24:16.560Z] Step 25/26 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:24:16.560Z] ---> Running in 5dbaff10046b [2022-10-17T19:24:16.825Z] Removing intermediate container 9fd8d4f6aa39 [2022-10-17T19:24:16.825Z] ---> 277c2a23215b [2022-10-17T19:24:16.825Z] [2022-10-17T19:24:17.090Z] Removing intermediate container 5dbaff10046b [2022-10-17T19:24:17.090Z] ---> fafe228cb049 [2022-10-17T19:24:17.090Z] Step 26/26 : LABEL version=0.0.0 [2022-10-17T19:24:17.354Z] ---> Running in cdf1b53e4c5c [2022-10-17T19:24:17.619Z] Successfully built 277c2a23215b [2022-10-17T19:24:17.619Z] Successfully tagged security-spire-server-arm64:latest [2022-10-17T19:24:17.619Z] Building sys-mgmt-agent [2022-10-17T19:24:17.883Z]  Building security-spire-server ... done Removing intermediate container cdf1b53e4c5c [2022-10-17T19:24:17.883Z] ---> 63e81f6994b4 [2022-10-17T19:24:17.883Z] [2022-10-17T19:24:18.148Z] Successfully built 63e81f6994b4 [2022-10-17T19:24:18.148Z] Successfully tagged security-spire-config-arm64:latest [2022-10-17T19:24:18.148Z]  Building security-spire-config ... done Building support-scheduler [2022-10-17T19:24:50.349Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:24:50.349Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:24:50.349Z] ---> 771f070ab515 [2022-10-17T19:24:50.349Z] Step 3/23 : WORKDIR /edgex-go [2022-10-17T19:24:50.349Z] ---> Using cache [2022-10-17T19:24:50.349Z] ---> c3a5a9f39f05 [2022-10-17T19:24:50.349Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:24:50.349Z] ---> Using cache [2022-10-17T19:24:50.349Z] ---> 760a702e1ddf [2022-10-17T19:24:50.349Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-17T19:24:50.349Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:24:50.349Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:24:50.349Z] ---> 771f070ab515 [2022-10-17T19:24:50.349Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-17T19:24:50.349Z] ---> Using cache [2022-10-17T19:24:50.349Z] ---> c2e91184f58c [2022-10-17T19:24:50.349Z] Step 4/23 : WORKDIR /edgex-go [2022-10-17T19:24:50.349Z] ---> Using cache [2022-10-17T19:24:50.349Z] ---> 963ec64a34a4 [2022-10-17T19:24:50.349Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:24:50.349Z] ---> Using cache [2022-10-17T19:24:50.349Z] ---> 218ec1cf2316 [2022-10-17T19:24:50.349Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-17T19:24:50.349Z] ---> Using cache [2022-10-17T19:24:50.349Z] ---> a45214c82ddf [2022-10-17T19:24:50.349Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-17T19:24:50.349Z] ---> Using cache [2022-10-17T19:24:50.349Z] ---> 32787a4b5c0d [2022-10-17T19:24:50.349Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:24:50.349Z] ---> Using cache [2022-10-17T19:24:50.349Z] ---> 40e33c3d0bb2 [2022-10-17T19:24:50.349Z] Step 9/23 : COPY . . [2022-10-17T19:24:50.349Z] ---> Using cache [2022-10-17T19:24:50.349Z] ---> a2620693b299 [2022-10-17T19:24:50.349Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-17T19:24:50.349Z] ---> Running in e46ab6505fa7 [2022-10-17T19:24:50.349Z] ---> Running in cafb2682f0e0 [2022-10-17T19:24:50.349Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:24:50.349Z] 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 [2022-10-17T19:24:50.349Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:24:50.618Z] OK: 221 MiB in 51 packages [2022-10-17T19:24:52.030Z] Removing intermediate container e46ab6505fa7 [2022-10-17T19:24:52.030Z] ---> bba757a1880b [2022-10-17T19:24:52.030Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-17T19:24:52.997Z] ---> 64af1b588fc6 [2022-10-17T19:24:52.997Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:24:52.997Z] ---> Running in 64d46ab3de60 [2022-10-17T19:25:49.386Z] Removing intermediate container 64d46ab3de60 [2022-10-17T19:25:49.386Z] ---> b219ce6d25d3 [2022-10-17T19:25:49.386Z] Step 8/23 : COPY . . [2022-10-17T19:26:01.689Z] ---> 7b16c123971d [2022-10-17T19:26:01.689Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-17T19:26:01.689Z] ---> Running in eb797b7f79a8 [2022-10-17T19:26:02.272Z] 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 [2022-10-17T19:28:54.382Z] 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 [2022-10-17T19:29:09.352Z] Removing intermediate container 5f16d5fd9461 [2022-10-17T19:29:09.352Z] ---> 817f4c8f1bc2 [2022-10-17T19:29:09.352Z] [2022-10-17T19:29:09.352Z] Step 10/25 : FROM alpine:3.16 [2022-10-17T19:29:09.352Z] 3.16: Pulling from library/alpine [2022-10-17T19:29:09.618Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-17T19:29:09.618Z] Status: Downloaded newer image for alpine:3.16 [2022-10-17T19:29:09.618Z] ---> a6215f271958 [2022-10-17T19:29:09.618Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-17T19:29:09.884Z] ---> Running in 138ac2403b41 [2022-10-17T19:29:11.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:29:11.868Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:29:13.271Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-17T19:29:13.271Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-17T19:29:13.271Z] (3/3) Installing su-exec (0.2-r1) [2022-10-17T19:29:13.271Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:29:13.271Z] Executing ca-certificates-20220614-r0.trigger [2022-10-17T19:29:13.545Z] OK: 6 MiB in 17 packages [2022-10-17T19:29:15.486Z] Removing intermediate container 138ac2403b41 [2022-10-17T19:29:15.486Z] ---> d5c33b1dfe37 [2022-10-17T19:29:15.486Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-17T19:29:15.486Z] ---> Running in f1e78ae78400 [2022-10-17T19:29:16.071Z] Removing intermediate container f1e78ae78400 [2022-10-17T19:29:16.071Z] ---> 38d4bab02603 [2022-10-17T19:29:16.071Z] Step 13/25 : WORKDIR / [2022-10-17T19:29:16.071Z] ---> Running in 954db3cb41fd [2022-10-17T19:29:16.657Z] Removing intermediate container 954db3cb41fd [2022-10-17T19:29:16.657Z] ---> 87e4463bb998 [2022-10-17T19:29:16.657Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-10-17T19:29:17.622Z] ---> bcd2acc9e104 [2022-10-17T19:29:17.622Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-10-17T19:29:18.579Z] ---> a1191367ac4a [2022-10-17T19:29:18.579Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-17T19:29:19.539Z] ---> 73370df171b5 [2022-10-17T19:29:19.539Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-10-17T19:29:20.495Z] ---> f352ddf166c9 [2022-10-17T19:29:20.495Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-17T19:29:21.902Z] ---> edf5c6315819 [2022-10-17T19:29:21.902Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-17T19:29:23.842Z] ---> 2002633411f4 [2022-10-17T19:29:23.842Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-17T19:29:24.797Z] ---> 54c4f370e610 [2022-10-17T19:29:24.797Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-17T19:29:24.797Z] ---> Running in f921aa6f5abb [2022-10-17T19:29:28.136Z] Removing intermediate container f921aa6f5abb [2022-10-17T19:29:28.136Z] ---> dfb20512320e [2022-10-17T19:29:28.136Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-17T19:29:28.136Z] ---> Running in dd662118a781 [2022-10-17T19:29:28.402Z] Removing intermediate container dd662118a781 [2022-10-17T19:29:28.402Z] ---> ad949a0bb1e0 [2022-10-17T19:29:28.402Z] Step 23/25 : LABEL arch=arm64 [2022-10-17T19:29:28.402Z] ---> Running in 9e0856249353 [2022-10-17T19:29:28.991Z] Removing intermediate container 9e0856249353 [2022-10-17T19:29:28.991Z] ---> 896f0615ff11 [2022-10-17T19:29:28.991Z] Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:29:28.991Z] ---> Running in 9125283678d3 [2022-10-17T19:29:29.573Z] Removing intermediate container 9125283678d3 [2022-10-17T19:29:29.573Z] ---> c7cea856d72e [2022-10-17T19:29:29.573Z] Step 25/25 : LABEL version=0.0.0 [2022-10-17T19:29:29.573Z] ---> Running in 5d2cea38de20 [2022-10-17T19:29:30.154Z] Removing intermediate container 5d2cea38de20 [2022-10-17T19:29:30.154Z] ---> d8f001437835 [2022-10-17T19:29:30.154Z] [2022-10-17T19:29:30.419Z] Successfully built d8f001437835 [2022-10-17T19:29:30.419Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-17T19:29:30.419Z]  Building security-secretstore-setup ... done Building core-data [2022-10-17T19:29:45.393Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:29:45.393Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:29:45.393Z] ---> 771f070ab515 [2022-10-17T19:29:45.393Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-17T19:29:45.393Z] ---> Using cache [2022-10-17T19:29:45.393Z] ---> c2e91184f58c [2022-10-17T19:29:45.393Z] Step 4/24 : WORKDIR /edgex-go [2022-10-17T19:29:45.393Z] ---> Using cache [2022-10-17T19:29:45.393Z] ---> 963ec64a34a4 [2022-10-17T19:29:45.393Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:29:45.393Z] ---> Using cache [2022-10-17T19:29:45.393Z] ---> 218ec1cf2316 [2022-10-17T19:29:45.393Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-17T19:29:45.981Z] ---> Running in 4fca6053efa8 [2022-10-17T19:29:47.913Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:29:48.876Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:29:50.285Z] OK: 221 MiB in 51 packages [2022-10-17T19:29:51.695Z] Removing intermediate container 4fca6053efa8 [2022-10-17T19:29:51.695Z] ---> 6aba29627700 [2022-10-17T19:29:51.695Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-17T19:29:52.661Z] ---> d466ae905f7b [2022-10-17T19:29:52.661Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:29:52.661Z] ---> Running in 544ff504bd6c [2022-10-17T19:30:04.975Z] Removing intermediate container 1ae2682234b9 [2022-10-17T19:30:04.975Z] ---> f0666363b68c [2022-10-17T19:30:04.975Z] [2022-10-17T19:30:04.975Z] Step 11/25 : FROM alpine:3.16 [2022-10-17T19:30:04.975Z] ---> a6215f271958 [2022-10-17T19:30:04.975Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-17T19:30:04.975Z] ---> Running in 72b3b228072b [2022-10-17T19:30:06.912Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:30:07.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:30:08.576Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-17T19:30:08.576Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:30:08.576Z] OK: 5 MiB in 15 packages [2022-10-17T19:30:10.508Z] Removing intermediate container 72b3b228072b [2022-10-17T19:30:10.508Z] ---> 4c07262fe45d [2022-10-17T19:30:10.508Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-17T19:30:10.508Z] ---> Running in ccb3eec4b8ea [2022-10-17T19:30:10.772Z] Removing intermediate container ccb3eec4b8ea [2022-10-17T19:30:10.772Z] ---> 25ae5019331a [2022-10-17T19:30:10.772Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-17T19:30:11.040Z] ---> Running in 8aece78f7025 [2022-10-17T19:30:11.625Z] Removing intermediate container 8aece78f7025 [2022-10-17T19:30:11.625Z] ---> 0d68078eb7f9 [2022-10-17T19:30:11.625Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-17T19:30:11.625Z] ---> Running in b349b0cd1cfa [2022-10-17T19:30:12.213Z] Removing intermediate container b349b0cd1cfa [2022-10-17T19:30:12.213Z] ---> 26e3a2b205e6 [2022-10-17T19:30:12.213Z] Step 16/25 : WORKDIR / [2022-10-17T19:30:12.213Z] ---> Running in 913877eee37d [2022-10-17T19:30:13.628Z] Removing intermediate container 913877eee37d [2022-10-17T19:30:13.628Z] ---> 714224be1f37 [2022-10-17T19:30:13.628Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:30:14.588Z] ---> e13eda3e5b29 [2022-10-17T19:30:14.588Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-17T19:30:16.526Z] ---> 5514c7853a59 [2022-10-17T19:30:16.526Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-17T19:30:17.108Z] ---> 788d874898d4 [2022-10-17T19:30:17.108Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-17T19:30:17.701Z] ---> 3f79760964a5 [2022-10-17T19:30:17.701Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-17T19:30:17.980Z] ---> Running in 8251ae7e5f02 [2022-10-17T19:30:18.566Z] Removing intermediate container 8251ae7e5f02 [2022-10-17T19:30:18.566Z] ---> dab8ebf10853 [2022-10-17T19:30:18.566Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:30:18.566Z] ---> Running in cbba1e0354c3 [2022-10-17T19:30:19.149Z] Removing intermediate container cbba1e0354c3 [2022-10-17T19:30:19.149Z] ---> 7f17f6846b45 [2022-10-17T19:30:19.149Z] Step 23/25 : LABEL arch=arm64 [2022-10-17T19:30:19.149Z] ---> Running in f3797ef80e66 [2022-10-17T19:30:19.736Z] Removing intermediate container f3797ef80e66 [2022-10-17T19:30:19.736Z] ---> f3d6a9677a5a [2022-10-17T19:30:19.736Z] Step 24/25 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:30:19.736Z] ---> Running in 1642eeffd4af [2022-10-17T19:30:20.320Z] Removing intermediate container 1642eeffd4af [2022-10-17T19:30:20.320Z] ---> 4ae3976531e4 [2022-10-17T19:30:20.320Z] Step 25/25 : LABEL version=0.0.0 [2022-10-17T19:30:20.320Z] ---> Running in f1d7dbbaf52e [2022-10-17T19:30:20.902Z] Removing intermediate container f1d7dbbaf52e [2022-10-17T19:30:20.902Z] ---> 3afb428b6409 [2022-10-17T19:30:20.902Z] [2022-10-17T19:30:21.169Z] Successfully built 3afb428b6409 [2022-10-17T19:30:21.169Z] Successfully tagged core-metadata-arm64:latest [2022-10-17T19:30:21.169Z]  Building core-metadata ... done Building security-spire-agent [2022-10-17T19:30:43.232Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:30:43.232Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:30:43.232Z] ---> 771f070ab515 [2022-10-17T19:30:43.232Z] Step 3/26 : WORKDIR /edgex-go [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> c3a5a9f39f05 [2022-10-17T19:30:43.232Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> 760a702e1ddf [2022-10-17T19:30:43.232Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> 612f4f4e9908 [2022-10-17T19:30:43.232Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> 3dfc0d2e6eb9 [2022-10-17T19:30:43.232Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> 227d09427e26 [2022-10-17T19:30:43.232Z] Step 8/26 : COPY . . [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> fafaf509a8f6 [2022-10-17T19:30:43.232Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> 88eb119457ee [2022-10-17T19:30:43.232Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> df10aaafa505 [2022-10-17T19:30:43.232Z] 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 [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> 370cda253e67 [2022-10-17T19:30:43.232Z] Step 12/26 : WORKDIR /edgex-go [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> f2e40164138c [2022-10-17T19:30:43.232Z] [2022-10-17T19:30:43.232Z] Step 13/26 : FROM alpine:3.15 [2022-10-17T19:30:43.232Z] ---> 02e0d6fdf486 [2022-10-17T19:30:43.232Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> 0a569ee761d0 [2022-10-17T19:30:43.232Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> 449bb9b3f1a9 [2022-10-17T19:30:43.232Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-17T19:30:43.232Z] ---> Using cache [2022-10-17T19:30:43.232Z] ---> 2b1fc4a4ec41 [2022-10-17T19:30:43.232Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-17T19:30:49.879Z] Removing intermediate container 67abcfc7f234 [2022-10-17T19:30:49.879Z] ---> dc327c8c0de8 [2022-10-17T19:30:49.879Z] [2022-10-17T19:30:49.879Z] Step 9/20 : FROM alpine:3.15 [2022-10-17T19:30:49.879Z] ---> 02e0d6fdf486 [2022-10-17T19:30:49.879Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-17T19:30:49.879Z] ---> Using cache [2022-10-17T19:30:49.879Z] ---> 0a569ee761d0 [2022-10-17T19:30:49.879Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:30:49.879Z] ---> Using cache [2022-10-17T19:30:49.879Z] ---> 449bb9b3f1a9 [2022-10-17T19:30:49.879Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-17T19:30:49.879Z] ---> Running in 815980cf4b5c [2022-10-17T19:30:50.843Z] ---> 7a8cb6c5a0c2 [2022-10-17T19:30:50.843Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-17T19:30:51.424Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:30:52.830Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:30:54.239Z] v3.15.6-125-g1be0cb5739 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-17T19:30:54.239Z] v3.15.6-124-g5541575424 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-17T19:30:54.239Z] OK: 15734 distinct packages available [2022-10-17T19:30:54.239Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:30:55.195Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:30:56.596Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-17T19:30:56.596Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-17T19:30:56.860Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-17T19:30:56.860Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-17T19:30:57.125Z] (5/9) Installing curl (7.80.0-r3) [2022-10-17T19:30:57.125Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-17T19:30:57.125Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-17T19:30:57.390Z] (8/9) Installing libucontext (1.1-r0) [2022-10-17T19:30:57.390Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-17T19:30:57.390Z] Executing busybox-1.34.1-r7.trigger [2022-10-17T19:30:57.390Z] Executing ca-certificates-20220614-r0.trigger [2022-10-17T19:30:57.969Z] OK: 8 MiB in 23 packages [2022-10-17T19:31:01.305Z] ---> 7184267a1f8f [2022-10-17T19:31:01.305Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-17T19:31:02.263Z] Removing intermediate container 815980cf4b5c [2022-10-17T19:31:02.263Z] ---> 678f186e643d [2022-10-17T19:31:02.263Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:31:02.843Z] ---> d3785f82259b [2022-10-17T19:31:02.843Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-17T19:31:03.801Z] ---> 79ec3d994204 [2022-10-17T19:31:03.801Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-17T19:31:04.387Z] ---> 562fa646641b [2022-10-17T19:31:04.387Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-17T19:31:05.798Z] ---> a9f695a1eb5b [2022-10-17T19:31:05.798Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-17T19:31:06.065Z] ---> Running in eb82487cd3b2 [2022-10-17T19:31:07.031Z] Removing intermediate container eb82487cd3b2 [2022-10-17T19:31:07.031Z] ---> b84d0ad2f6a2 [2022-10-17T19:31:07.031Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-17T19:31:07.031Z] ---> 15132978c698 [2022-10-17T19:31:07.031Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-17T19:31:07.307Z] ---> Running in 5cb733be356c [2022-10-17T19:31:07.891Z] Removing intermediate container 5cb733be356c [2022-10-17T19:31:07.891Z] ---> 36125053e686 [2022-10-17T19:31:07.891Z] Step 24/26 : LABEL arch=arm64 [2022-10-17T19:31:08.161Z] ---> Running in 2f6c8c3904e5 [2022-10-17T19:31:08.440Z] ---> 7dd96d0a2d90 [2022-10-17T19:31:08.440Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-17T19:31:08.710Z] ---> Running in 21678d2b7180 [2022-10-17T19:31:09.303Z] Removing intermediate container 2f6c8c3904e5 [2022-10-17T19:31:09.303Z] ---> ad084e370312 [2022-10-17T19:31:09.303Z] Step 25/26 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:31:09.303Z] ---> Running in 6fa5468f7e0e [2022-10-17T19:31:09.571Z] Removing intermediate container 21678d2b7180 [2022-10-17T19:31:09.571Z] ---> dd1ce103aca7 [2022-10-17T19:31:09.571Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:31:09.571Z] ---> Running in f62f61717d91 [2022-10-17T19:31:10.532Z] Removing intermediate container 6fa5468f7e0e [2022-10-17T19:31:10.532Z] ---> eaa014471f25 [2022-10-17T19:31:10.532Z] Step 26/26 : LABEL version=0.0.0 [2022-10-17T19:31:10.532Z] Removing intermediate container f62f61717d91 [2022-10-17T19:31:10.532Z] ---> 508c5c171c71 [2022-10-17T19:31:10.532Z] Step 18/20 : LABEL arch=arm64 [2022-10-17T19:31:10.532Z] ---> Running in 0ca2dacf4508 [2022-10-17T19:31:10.799Z] ---> Running in e6318d4dbebe [2022-10-17T19:31:10.799Z] Removing intermediate container 544ff504bd6c [2022-10-17T19:31:10.799Z] ---> 6572c94ff2cb [2022-10-17T19:31:10.799Z] Step 9/24 : COPY . . [2022-10-17T19:31:11.388Z] Removing intermediate container e6318d4dbebe [2022-10-17T19:31:11.388Z] ---> ff4af0daae6a [2022-10-17T19:31:11.388Z] Step 19/20 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:31:11.388Z] Removing intermediate container 0ca2dacf4508 [2022-10-17T19:31:11.388Z] ---> df23b8e85a7a [2022-10-17T19:31:11.388Z] [2022-10-17T19:31:11.654Z] ---> Running in fe9cd9390ff8 [2022-10-17T19:31:12.639Z] Removing intermediate container fe9cd9390ff8 [2022-10-17T19:31:12.639Z] ---> 6f2b6500a07e [2022-10-17T19:31:12.639Z] Step 20/20 : LABEL version=0.0.0 [2022-10-17T19:31:12.905Z] Successfully built df23b8e85a7a [2022-10-17T19:31:12.905Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-17T19:31:12.905Z]  Building security-spire-agent ... done Building security-bootstrapper [2022-10-17T19:31:12.905Z] ---> Running in 46251a785135 [2022-10-17T19:31:13.868Z] Removing intermediate container 46251a785135 [2022-10-17T19:31:13.868Z] ---> 4fdcf0b2e5dd [2022-10-17T19:31:13.868Z] [2022-10-17T19:31:14.451Z] Successfully built 4fdcf0b2e5dd [2022-10-17T19:31:14.451Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-17T19:31:14.451Z]  Building security-spiffe-token-provider ... done Building support-notifications [2022-10-17T19:31:24.517Z] Removing intermediate container eb797b7f79a8 [2022-10-17T19:31:24.517Z] ---> 8736e3a65c1e [2022-10-17T19:31:24.517Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-17T19:31:24.517Z] ---> Running in 83d9705430e8 [2022-10-17T19:31:25.925Z] 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 [2022-10-17T19:31:32.899Z] Removing intermediate container 83d9705430e8 [2022-10-17T19:31:32.899Z] ---> 30155d79c7e4 [2022-10-17T19:31:32.899Z] [2022-10-17T19:31:32.899Z] Step 11/23 : FROM alpine:3.16 [2022-10-17T19:31:32.899Z] ---> a6215f271958 [2022-10-17T19:31:32.899Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-10-17T19:31:32.899Z] ---> Running in a28bbceb5ea7 [2022-10-17T19:31:34.390Z] Removing intermediate container a28bbceb5ea7 [2022-10-17T19:31:34.390Z] ---> 9878281a6cf0 [2022-10-17T19:31:34.390Z] 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 [2022-10-17T19:31:34.390Z] ---> Running in d002c7c040b4 [2022-10-17T19:31:35.808Z] ---> c225f1e27728 [2022-10-17T19:31:35.808Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-17T19:31:36.078Z] ---> Running in 7afeb37e10da [2022-10-17T19:31:38.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:31:38.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:31:38.595Z] 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 [2022-10-17T19:31:39.179Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-17T19:31:39.179Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-17T19:31:39.445Z] (3/33) Installing readline (8.1.2-r0) [2022-10-17T19:31:39.445Z] (4/33) Installing bash (5.1.16-r2) [2022-10-17T19:31:39.445Z] Executing bash-5.1.16-r2.post-install [2022-10-17T19:31:39.446Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-17T19:31:39.715Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-17T19:31:39.715Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-17T19:31:39.715Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-17T19:31:39.715Z] (9/33) Installing curl (7.83.1-r3) [2022-10-17T19:31:39.715Z] (10/33) Installing docker-cli (20.10.18-r1) [2022-10-17T19:31:41.116Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-17T19:31:41.116Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-17T19:31:41.116Z] (13/33) Installing expat (2.4.9-r0) [2022-10-17T19:31:41.116Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-17T19:31:41.116Z] (15/33) Installing gdbm (1.23-r0) [2022-10-17T19:31:41.116Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-17T19:31:41.116Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-17T19:31:41.117Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-17T19:31:41.117Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-17T19:31:41.117Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-17T19:31:41.117Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-17T19:31:41.711Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:31:41.711Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:31:41.711Z] ---> 771f070ab515 [2022-10-17T19:31:41.711Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-17T19:31:41.711Z] ---> Using cache [2022-10-17T19:31:41.711Z] ---> c2e91184f58c [2022-10-17T19:31:41.711Z] Step 4/23 : WORKDIR /edgex-go [2022-10-17T19:31:41.711Z] ---> Using cache [2022-10-17T19:31:41.711Z] ---> 963ec64a34a4 [2022-10-17T19:31:41.711Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:31:41.711Z] ---> Using cache [2022-10-17T19:31:41.711Z] ---> 218ec1cf2316 [2022-10-17T19:31:41.711Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-17T19:31:41.711Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:31:41.711Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:31:41.711Z] ---> 771f070ab515 [2022-10-17T19:31:41.711Z] Step 3/33 : WORKDIR /edgex-go [2022-10-17T19:31:41.711Z] ---> Using cache [2022-10-17T19:31:41.711Z] ---> c3a5a9f39f05 [2022-10-17T19:31:41.711Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:31:41.711Z] ---> Using cache [2022-10-17T19:31:41.711Z] ---> 760a702e1ddf [2022-10-17T19:31:41.979Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-17T19:31:41.979Z] ---> Running in c4b2734427e9 [2022-10-17T19:31:41.979Z] ---> Running in 64d9165c1ba9 [2022-10-17T19:31:44.583Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-17T19:31:44.583Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-17T19:31:44.583Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-17T19:31:44.583Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-17T19:31:44.583Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-17T19:31:44.583Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-17T19:31:44.583Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-17T19:31:44.583Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-17T19:31:44.583Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-17T19:31:44.583Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-17T19:31:44.583Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-17T19:31:44.583Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:31:44.583Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:31:44.583Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-17T19:31:45.546Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:31:45.546Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:31:45.546Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:31:45.813Z] Executing ca-certificates-20220614-r0.trigger [2022-10-17T19:31:46.083Z] OK: 120 MiB in 47 packages [2022-10-17T19:31:47.052Z] OK: 221 MiB in 51 packages [2022-10-17T19:31:47.052Z] OK: 221 MiB in 51 packages [2022-10-17T19:31:49.643Z] Removing intermediate container c4b2734427e9 [2022-10-17T19:31:49.644Z] ---> 3cae3cd49a86 [2022-10-17T19:31:49.644Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-17T19:31:49.644Z] Removing intermediate container 64d9165c1ba9 [2022-10-17T19:31:49.644Z] ---> 2a17e957f843 [2022-10-17T19:31:49.644Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-17T19:31:50.612Z] ---> 66c6e2a27fe2 [2022-10-17T19:31:50.612Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:31:50.612Z] ---> 39a018f2fcb6 [2022-10-17T19:31:50.612Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:31:50.612Z] ---> Running in 7c115e04321f [2022-10-17T19:31:50.612Z] ---> Running in 0b1b734cf4be [2022-10-17T19:32:05.630Z] Collecting docker-compose==1.23.2 [2022-10-17T19:32:05.631Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-17T19:32:05.631Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.2 MB/s eta 0:00:00 [2022-10-17T19:32:05.631Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-17T19:32:05.631Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-17T19:32:05.631Z] Preparing metadata (setup.py): started [2022-10-17T19:32:06.600Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-17T19:32:07.564Z] Collecting jsonschema<3,>=2.5.1 [2022-10-17T19:32:07.564Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-17T19:32:07.564Z] Collecting docopt<0.7,>=0.6.1 [2022-10-17T19:32:07.564Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-17T19:32:07.564Z] Preparing metadata (setup.py): started [2022-10-17T19:32:10.154Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-17T19:32:12.122Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-17T19:32:12.122Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-17T19:32:12.122Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 14.3 MB/s eta 0:00:00 [2022-10-17T19:32:12.715Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-17T19:32:12.715Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-17T19:32:12.715Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.6 MB/s eta 0:00:00 [2022-10-17T19:32:13.683Z] Collecting docker<4.0,>=3.6.0 [2022-10-17T19:32:13.683Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-17T19:32:13.683Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 5.7 MB/s eta 0:00:00 [2022-10-17T19:32:13.951Z] Collecting texttable<0.10,>=0.9.0 [2022-10-17T19:32:13.951Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-17T19:32:13.951Z] Preparing metadata (setup.py): started [2022-10-17T19:32:16.546Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-17T19:32:17.515Z] Collecting PyYAML<4,>=3.10 [2022-10-17T19:32:17.515Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-17T19:32:17.515Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 11.6 MB/s eta 0:00:00 [2022-10-17T19:32:20.116Z] Preparing metadata (setup.py): started [2022-10-17T19:32:22.078Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-17T19:32:22.078Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-10-17T19:32:22.348Z] Collecting cached-property<2,>=1.2.0 [2022-10-17T19:32:22.348Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-17T19:32:23.766Z] Collecting docker-pycreds>=0.4.0 [2022-10-17T19:32:23.766Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-17T19:32:25.182Z] Collecting certifi>=2017.4.17 [2022-10-17T19:32:25.182Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-17T19:32:25.182Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 17.4 MB/s eta 0:00:00 [2022-10-17T19:32:25.182Z] Collecting idna<2.8,>=2.5 [2022-10-17T19:32:25.182Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-17T19:32:25.454Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 15.6 MB/s eta 0:00:00 [2022-10-17T19:32:25.723Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-17T19:32:25.723Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-17T19:32:25.723Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 16.2 MB/s eta 0:00:00 [2022-10-17T19:32:26.686Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-17T19:32:26.686Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-17T19:32:26.686Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 15.7 MB/s eta 0:00:00 [2022-10-17T19:32:27.270Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-17T19:32:27.270Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-17T19:32:27.270Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-17T19:32:27.270Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-17T19:32:28.683Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-17T19:32:28.683Z] Running setup.py install for texttable: started [2022-10-17T19:32:32.029Z] Running setup.py install for texttable: finished with status 'done' [2022-10-17T19:32:32.029Z] Running setup.py install for PyYAML: started [2022-10-17T19:32:34.613Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-17T19:32:36.559Z] Running setup.py install for docopt: started [2022-10-17T19:32:39.906Z] Running setup.py install for docopt: finished with status 'done' [2022-10-17T19:32:43.249Z] Running setup.py install for dockerpty: started [2022-10-17T19:32:45.197Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-17T19:32:48.555Z] 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 [2022-10-17T19:32:48.555Z] 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 [2022-10-17T19:33:06.776Z] Removing intermediate container 7c115e04321f [2022-10-17T19:33:06.776Z] ---> d01f8a567828 [2022-10-17T19:33:06.776Z] Step 9/23 : COPY . . [2022-10-17T19:33:06.776Z] Removing intermediate container 0b1b734cf4be [2022-10-17T19:33:06.776Z] ---> ba9e40ea1da0 [2022-10-17T19:33:06.776Z] Step 8/33 : COPY . . [2022-10-17T19:33:19.103Z] Removing intermediate container d002c7c040b4 [2022-10-17T19:33:19.103Z] ---> f0568a2e6672 [2022-10-17T19:33:19.103Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-17T19:33:19.691Z] ---> Running in 0fc8f5f4957f [2022-10-17T19:33:20.657Z] Removing intermediate container 0fc8f5f4957f [2022-10-17T19:33:20.657Z] ---> d6e92c8e1acc [2022-10-17T19:33:20.657Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-17T19:33:20.931Z] ---> Running in 9e0324e01c79 [2022-10-17T19:33:21.896Z] Removing intermediate container 9e0324e01c79 [2022-10-17T19:33:21.896Z] ---> 80bf6e4402e1 [2022-10-17T19:33:21.896Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-17T19:33:24.479Z] Removing intermediate container cafb2682f0e0 [2022-10-17T19:33:24.479Z] ---> df8ecf5ea075 [2022-10-17T19:33:24.479Z] [2022-10-17T19:33:24.480Z] Step 11/23 : FROM alpine:3.16 [2022-10-17T19:33:24.480Z] ---> a6215f271958 [2022-10-17T19:33:24.480Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-17T19:33:24.480Z] ---> Using cache [2022-10-17T19:33:24.480Z] ---> 4c07262fe45d [2022-10-17T19:33:24.480Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-17T19:33:24.480Z] ---> Using cache [2022-10-17T19:33:24.480Z] ---> 25ae5019331a [2022-10-17T19:33:24.480Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-17T19:33:24.748Z] ---> Running in e9a815a6524b [2022-10-17T19:33:25.016Z] ---> 03bccfb4a8c5 [2022-10-17T19:33:25.016Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-17T19:33:25.986Z] Removing intermediate container e9a815a6524b [2022-10-17T19:33:25.986Z] ---> de5e8622bee1 [2022-10-17T19:33:25.986Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-17T19:33:26.252Z] ---> Running in 9a6cd5e0279c [2022-10-17T19:33:26.844Z] ---> 7f5b4be88db3 [2022-10-17T19:33:26.844Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-17T19:33:27.431Z] Removing intermediate container 9a6cd5e0279c [2022-10-17T19:33:27.431Z] ---> 93ad3dfac32c [2022-10-17T19:33:27.431Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:33:29.394Z] ---> 4168cc735afc [2022-10-17T19:33:29.394Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-17T19:33:29.394Z] ---> 356fd2aac2bb [2022-10-17T19:33:29.394Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-17T19:33:29.394Z] ---> Running in 244c0735c1a1 [2022-10-17T19:33:30.369Z] Removing intermediate container 244c0735c1a1 [2022-10-17T19:33:30.369Z] ---> 1da85bcd181b [2022-10-17T19:33:30.369Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:33:30.638Z] ---> Running in 7ce8901997c5 [2022-10-17T19:33:32.054Z] Removing intermediate container 7ce8901997c5 [2022-10-17T19:33:32.054Z] ---> c647410b35b8 [2022-10-17T19:33:32.054Z] Step 21/23 : LABEL arch=arm64 [2022-10-17T19:33:32.326Z] ---> Running in bfe6932c01a0 [2022-10-17T19:33:33.294Z] Removing intermediate container bfe6932c01a0 [2022-10-17T19:33:33.294Z] ---> 614fcc475c89 [2022-10-17T19:33:33.294Z] Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:33:33.294Z] ---> Running in 5ce37b0fe18a [2022-10-17T19:33:34.715Z] Removing intermediate container 5ce37b0fe18a [2022-10-17T19:33:34.715Z] ---> 5fb6762f4dc0 [2022-10-17T19:33:34.715Z] Step 23/23 : LABEL version=0.0.0 [2022-10-17T19:33:34.715Z] ---> Running in 83e648102ca5 [2022-10-17T19:33:35.684Z] Removing intermediate container 83e648102ca5 [2022-10-17T19:33:35.684Z] ---> 620eaa72692d [2022-10-17T19:33:35.684Z] [2022-10-17T19:33:36.270Z] ---> ff62c0a7969f [2022-10-17T19:33:36.270Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-17T19:33:36.858Z] Successfully built 620eaa72692d [2022-10-17T19:33:36.858Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-17T19:33:36.858Z] Building security-proxy-setup [2022-10-17T19:33:38.270Z]  Building sys-mgmt-agent ... done  ---> 7098fe962248 [2022-10-17T19:33:38.270Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-17T19:33:38.539Z] ---> Running in b3ddc19501d8 [2022-10-17T19:33:39.125Z] Removing intermediate container b3ddc19501d8 [2022-10-17T19:33:39.125Z] ---> f3fbc160739a [2022-10-17T19:33:39.125Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:33:39.125Z] ---> Running in c47330fbdbd6 [2022-10-17T19:33:39.712Z] ---> efebe7d572d3 [2022-10-17T19:33:39.712Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-17T19:33:39.986Z] ---> Running in 2bc0c74850f1 [2022-10-17T19:33:39.986Z] ---> 39f6a5b9feff [2022-10-17T19:33:39.986Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-17T19:33:39.986Z] Removing intermediate container c47330fbdbd6 [2022-10-17T19:33:39.986Z] ---> 51d7a6aa783a [2022-10-17T19:33:39.986Z] Step 21/23 : LABEL arch=arm64 [2022-10-17T19:33:40.259Z] ---> Running in 4600a46b2e40 [2022-10-17T19:33:40.259Z] ---> Running in f631b3b94685 [2022-10-17T19:33:41.224Z] Removing intermediate container f631b3b94685 [2022-10-17T19:33:41.224Z] ---> 00626b10a3b0 [2022-10-17T19:33:41.224Z] Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:33:41.224Z] ---> Running in 00379ad7eb35 [2022-10-17T19:33:42.185Z] Removing intermediate container 00379ad7eb35 [2022-10-17T19:33:42.185Z] ---> 8766187fec4f [2022-10-17T19:33:42.186Z] Step 23/23 : LABEL version=0.0.0 [2022-10-17T19:33:42.456Z] ---> Running in 847b441bb1ae [2022-10-17T19:33:42.724Z] 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 [2022-10-17T19:33:42.996Z] 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 [2022-10-17T19:33:42.996Z] Removing intermediate container 847b441bb1ae [2022-10-17T19:33:42.996Z] ---> 996c4d5647ce [2022-10-17T19:33:42.996Z] [2022-10-17T19:33:43.582Z] Successfully built 996c4d5647ce [2022-10-17T19:33:43.582Z] Successfully tagged support-scheduler-arm64:latest [2022-10-17T19:33:43.582Z]  Building support-scheduler ... done Building core-command [2022-10-17T19:34:01.824Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:34:01.824Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:34:01.824Z] ---> 771f070ab515 [2022-10-17T19:34:01.824Z] Step 3/22 : WORKDIR /edgex-go [2022-10-17T19:34:01.824Z] ---> Using cache [2022-10-17T19:34:01.824Z] ---> c3a5a9f39f05 [2022-10-17T19:34:01.824Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:34:01.824Z] ---> Using cache [2022-10-17T19:34:01.824Z] ---> 760a702e1ddf [2022-10-17T19:34:01.824Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-17T19:34:01.824Z] ---> Using cache [2022-10-17T19:34:01.824Z] ---> 2a17e957f843 [2022-10-17T19:34:01.824Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-17T19:34:01.824Z] ---> Using cache [2022-10-17T19:34:01.824Z] ---> 39a018f2fcb6 [2022-10-17T19:34:01.824Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:34:01.824Z] ---> Using cache [2022-10-17T19:34:01.824Z] ---> ba9e40ea1da0 [2022-10-17T19:34:01.824Z] Step 8/22 : COPY . . [2022-10-17T19:34:01.824Z] ---> Using cache [2022-10-17T19:34:01.824Z] ---> efebe7d572d3 [2022-10-17T19:34:01.824Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-17T19:34:01.824Z] ---> Running in e384b09d1a2f [2022-10-17T19:34:04.415Z] 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 [2022-10-17T19:34:07.761Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-17T19:34:07.761Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-17T19:34:07.761Z] ---> 771f070ab515 [2022-10-17T19:34:07.761Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-17T19:34:07.761Z] ---> Using cache [2022-10-17T19:34:07.761Z] ---> c2e91184f58c [2022-10-17T19:34:07.761Z] Step 4/24 : WORKDIR /edgex-go [2022-10-17T19:34:07.761Z] ---> Using cache [2022-10-17T19:34:07.761Z] ---> 963ec64a34a4 [2022-10-17T19:34:07.761Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:34:07.761Z] ---> Using cache [2022-10-17T19:34:07.761Z] ---> 218ec1cf2316 [2022-10-17T19:34:07.761Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-17T19:34:07.761Z] ---> Using cache [2022-10-17T19:34:07.761Z] ---> a45214c82ddf [2022-10-17T19:34:07.761Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-17T19:34:07.761Z] ---> Using cache [2022-10-17T19:34:07.761Z] ---> 32787a4b5c0d [2022-10-17T19:34:07.761Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-17T19:34:07.761Z] ---> Using cache [2022-10-17T19:34:07.761Z] ---> 40e33c3d0bb2 [2022-10-17T19:34:07.761Z] Step 9/24 : COPY . . [2022-10-17T19:34:07.761Z] ---> Using cache [2022-10-17T19:34:07.761Z] ---> a2620693b299 [2022-10-17T19:34:07.761Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-17T19:34:08.030Z] ---> Running in c4d0c2fb0df3 [2022-10-17T19:34:10.325Z] 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 [2022-10-17T19:38:02.302Z] Removing intermediate container 7afeb37e10da [2022-10-17T19:38:02.302Z] ---> afa7950cbd58 [2022-10-17T19:38:02.302Z] [2022-10-17T19:38:02.302Z] Step 11/24 : FROM alpine:3.16 [2022-10-17T19:38:02.302Z] ---> a6215f271958 [2022-10-17T19:38:02.302Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-17T19:38:02.302Z] ---> Running in 512369ab042c [2022-10-17T19:38:02.302Z] Removing intermediate container 512369ab042c [2022-10-17T19:38:02.302Z] ---> e8a234cadfb7 [2022-10-17T19:38:02.302Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-17T19:38:02.302Z] ---> Running in caf3f4d05fa7 [2022-10-17T19:38:02.302Z] Removing intermediate container caf3f4d05fa7 [2022-10-17T19:38:02.302Z] ---> d42c679fa023 [2022-10-17T19:38:02.302Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-17T19:38:02.302Z] ---> Running in 0fcc023496bf [2022-10-17T19:38:02.302Z] Removing intermediate container 0fcc023496bf [2022-10-17T19:38:02.302Z] ---> 2d18d2e92f5b [2022-10-17T19:38:02.302Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-17T19:38:02.302Z] ---> Running in f283d4c1d6de [2022-10-17T19:38:04.888Z] Removing intermediate container f283d4c1d6de [2022-10-17T19:38:04.888Z] ---> 603643064194 [2022-10-17T19:38:04.888Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-17T19:38:04.888Z] ---> Running in 03c8137cbbf7 [2022-10-17T19:38:06.848Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:38:07.815Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:38:09.225Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-17T19:38:09.225Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-17T19:38:09.225Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-17T19:38:09.225Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-17T19:38:09.491Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-17T19:38:09.491Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-17T19:38:09.756Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:38:09.756Z] OK: 8 MiB in 20 packages [2022-10-17T19:38:11.694Z] Removing intermediate container 03c8137cbbf7 [2022-10-17T19:38:11.694Z] ---> 9d91a473401c [2022-10-17T19:38:11.694Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:38:12.277Z] ---> 63e691653754 [2022-10-17T19:38:12.277Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-17T19:38:14.232Z] ---> 5a8f262123df [2022-10-17T19:38:14.232Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-17T19:38:14.818Z] ---> 542653e36cb0 [2022-10-17T19:38:14.818Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-17T19:38:14.818Z] ---> Running in 855f2d92fd6e [2022-10-17T19:38:15.406Z] Removing intermediate container 855f2d92fd6e [2022-10-17T19:38:15.406Z] ---> 83386e315752 [2022-10-17T19:38:15.406Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:38:15.677Z] ---> Running in 78a853ad2e8f [2022-10-17T19:38:15.945Z] Removing intermediate container 78a853ad2e8f [2022-10-17T19:38:15.946Z] ---> c9025af0a71c [2022-10-17T19:38:16.219Z] Step 22/24 : LABEL arch=arm64 [2022-10-17T19:38:16.219Z] ---> Running in 417546d21e10 [2022-10-17T19:38:16.810Z] Removing intermediate container 417546d21e10 [2022-10-17T19:38:16.810Z] ---> 6ad0ceb54222 [2022-10-17T19:38:16.810Z] Step 23/24 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:38:16.810Z] ---> Running in 54638c9c308c [2022-10-17T19:38:17.396Z] Removing intermediate container 54638c9c308c [2022-10-17T19:38:17.396Z] ---> b3af1ccb4835 [2022-10-17T19:38:17.396Z] Step 24/24 : LABEL version=0.0.0 [2022-10-17T19:38:17.396Z] ---> Running in 39c50703a035 [2022-10-17T19:38:17.987Z] Removing intermediate container 39c50703a035 [2022-10-17T19:38:17.987Z] ---> d42d61ef670a [2022-10-17T19:38:17.987Z] [2022-10-17T19:38:18.259Z] Successfully built d42d61ef670a [2022-10-17T19:38:18.259Z] Successfully tagged core-data-arm64:latest [2022-10-17T19:39:26.177Z]  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 [2022-10-17T19:39:38.505Z] Removing intermediate container 2bc0c74850f1 [2022-10-17T19:39:38.505Z] ---> 47ebc1e01d93 [2022-10-17T19:39:38.505Z] [2022-10-17T19:39:38.505Z] Step 10/33 : FROM alpine:3.16 [2022-10-17T19:39:38.505Z] ---> a6215f271958 [2022-10-17T19:39:38.505Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-17T19:39:38.505Z] ---> Running in ccae33fd44c7 [2022-10-17T19:39:38.505Z] Removing intermediate container ccae33fd44c7 [2022-10-17T19:39:38.505Z] ---> a418d43e3efb [2022-10-17T19:39:38.505Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-17T19:39:38.505Z] ---> Running in 03559ce9c49f [2022-10-17T19:39:41.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:39:41.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:39:43.098Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-17T19:39:43.098Z] (2/2) Installing su-exec (0.2-r1) [2022-10-17T19:39:43.098Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:39:43.098Z] OK: 5 MiB in 16 packages [2022-10-17T19:39:45.055Z] Removing intermediate container 03559ce9c49f [2022-10-17T19:39:45.055Z] ---> 0c297642aa16 [2022-10-17T19:39:45.055Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-17T19:39:45.323Z] ---> Running in 0dadd34d1e08 [2022-10-17T19:39:45.917Z] Removing intermediate container 0dadd34d1e08 [2022-10-17T19:39:45.917Z] ---> 3c2191519761 [2022-10-17T19:39:45.917Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-17T19:39:46.185Z] ---> Running in 31a2a7facb81 [2022-10-17T19:39:48.777Z] Removing intermediate container 31a2a7facb81 [2022-10-17T19:39:48.777Z] ---> df5947b395a8 [2022-10-17T19:39:48.777Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-17T19:39:48.777Z] ---> Running in 48dbb12f77ad [2022-10-17T19:39:49.053Z] Removing intermediate container e384b09d1a2f [2022-10-17T19:39:49.053Z] ---> 2d3e7c807253 [2022-10-17T19:39:49.053Z] [2022-10-17T19:39:49.053Z] Step 10/22 : FROM alpine:3.16 [2022-10-17T19:39:49.053Z] ---> a6215f271958 [2022-10-17T19:39:49.053Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-17T19:39:49.336Z] ---> Running in fa5c439b5d4f [2022-10-17T19:39:49.336Z] Removing intermediate container 48dbb12f77ad [2022-10-17T19:39:49.336Z] ---> 5200e5d7e46f [2022-10-17T19:39:49.336Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-17T19:39:49.605Z] ---> Running in 4ddc9ecfcbc7 [2022-10-17T19:39:50.580Z] Removing intermediate container 4ddc9ecfcbc7 [2022-10-17T19:39:50.580Z] ---> 7675dedb2291 [2022-10-17T19:39:50.580Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-17T19:39:50.852Z] ---> Running in 1f782763b0b4 [2022-10-17T19:39:51.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:39:52.404Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:39:53.363Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-17T19:39:53.632Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-17T19:39:53.632Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-17T19:39:53.632Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-17T19:39:53.632Z] (5/6) Installing curl (7.83.1-r3) [2022-10-17T19:39:53.632Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-17T19:39:53.632Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:39:53.632Z] Executing ca-certificates-20220614-r0.trigger [2022-10-17T19:39:53.900Z] Removing intermediate container 1f782763b0b4 [2022-10-17T19:39:53.900Z] ---> 7b963affbc86 [2022-10-17T19:39:53.900Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-17T19:39:53.900Z] ---> Running in d380f56456a9 [2022-10-17T19:39:54.169Z] OK: 8 MiB in 20 packages [2022-10-17T19:39:54.437Z] Removing intermediate container d380f56456a9 [2022-10-17T19:39:54.437Z] ---> 6f11b02a7b64 [2022-10-17T19:39:54.437Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-17T19:39:55.866Z] ---> 5f66160e6cf6 [2022-10-17T19:39:55.866Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-17T19:39:55.866Z] ---> Running in 45dfc1b01629 [2022-10-17T19:39:56.834Z] Removing intermediate container fa5c439b5d4f [2022-10-17T19:39:56.834Z] ---> 2dfa645bcda4 [2022-10-17T19:39:56.834Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-17T19:39:57.111Z] ---> Running in 54fb5de14d7f [2022-10-17T19:39:57.702Z] Removing intermediate container 54fb5de14d7f [2022-10-17T19:39:57.702Z] ---> 5b9f38bbd482 [2022-10-17T19:39:57.702Z] Step 13/22 : WORKDIR /edgex [2022-10-17T19:39:57.702Z] ---> Running in 2aaf3b6269c9 [2022-10-17T19:39:58.292Z] Removing intermediate container 2aaf3b6269c9 [2022-10-17T19:39:58.292Z] ---> 8ddf390e6142 [2022-10-17T19:39:58.292Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-17T19:39:59.258Z] Removing intermediate container 45dfc1b01629 [2022-10-17T19:39:59.258Z] ---> 64c17683d3a2 [2022-10-17T19:39:59.258Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:39:59.536Z] ---> b44f9d9462bc [2022-10-17T19:39:59.536Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-17T19:40:00.952Z] ---> ffc83b585b1b [2022-10-17T19:40:00.952Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-17T19:40:01.540Z] ---> ab37a36ea539 [2022-10-17T19:40:01.540Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-17T19:40:03.483Z] ---> 250f326fa260 [2022-10-17T19:40:03.483Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-17T19:40:04.437Z] ---> 9bd562c64766 [2022-10-17T19:40:04.704Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-17T19:40:04.970Z] ---> 116feec18f9f [2022-10-17T19:40:04.970Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-17T19:40:06.373Z] ---> 7426e23a0b5b [2022-10-17T19:40:06.373Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-17T19:40:06.639Z] ---> d5a48234ecc4 [2022-10-17T19:40:06.639Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-17T19:40:06.639Z] ---> Running in f2d1ab0e0481 [2022-10-17T19:40:08.579Z] ---> fe437b458c65 [2022-10-17T19:40:08.579Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-17T19:40:10.519Z] ---> 67b55022c405 [2022-10-17T19:40:10.519Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-17T19:40:10.784Z] Removing intermediate container f2d1ab0e0481 [2022-10-17T19:40:10.784Z] ---> 73af4602db07 [2022-10-17T19:40:10.784Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-17T19:40:11.049Z] ---> Running in 7c4002a29496 [2022-10-17T19:40:13.620Z] Removing intermediate container 7c4002a29496 [2022-10-17T19:40:13.620Z] ---> c5ca6c92f60a [2022-10-17T19:40:13.620Z] Step 20/22 : LABEL arch=arm64 [2022-10-17T19:40:13.620Z] ---> 560d6c6e3bcc [2022-10-17T19:40:13.620Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-17T19:40:13.620Z] ---> Running in 5a54ba7f44b3 [2022-10-17T19:40:13.884Z] ---> Running in 146224dcf2cf [2022-10-17T19:40:14.466Z] Removing intermediate container 5a54ba7f44b3 [2022-10-17T19:40:14.466Z] ---> d6ec616f8708 [2022-10-17T19:40:14.466Z] Step 21/22 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:40:14.466Z] ---> Running in 2e0ff12d4a93 [2022-10-17T19:40:14.732Z] Removing intermediate container c4d0c2fb0df3 [2022-10-17T19:40:14.732Z] ---> c95d107ddba8 [2022-10-17T19:40:14.732Z] [2022-10-17T19:40:14.998Z] Step 11/24 : FROM alpine:3.16 [2022-10-17T19:40:14.998Z] ---> a6215f271958 [2022-10-17T19:40:14.998Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-17T19:40:14.998Z] ---> Using cache [2022-10-17T19:40:14.998Z] ---> 4c07262fe45d [2022-10-17T19:40:14.998Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-17T19:40:14.998Z] ---> Using cache [2022-10-17T19:40:14.998Z] ---> 25ae5019331a [2022-10-17T19:40:14.998Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-17T19:40:14.998Z] ---> Running in 0482c102c0c0 [2022-10-17T19:40:15.263Z] Removing intermediate container 2e0ff12d4a93 [2022-10-17T19:40:15.263Z] ---> 86b15bf8ff84 [2022-10-17T19:40:15.263Z] Step 22/22 : LABEL version=0.0.0 [2022-10-17T19:40:15.530Z] ---> Running in 4158cee1a52e [2022-10-17T19:40:16.111Z] Removing intermediate container 0482c102c0c0 [2022-10-17T19:40:16.111Z] ---> 76cd68743dd1 [2022-10-17T19:40:16.111Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-17T19:40:16.111Z] ---> Running in 2ca6490c7fd9 [2022-10-17T19:40:16.111Z] Removing intermediate container 4158cee1a52e [2022-10-17T19:40:16.111Z] ---> 9df32f114a17 [2022-10-17T19:40:16.111Z] [2022-10-17T19:40:17.070Z] Removing intermediate container 2ca6490c7fd9 [2022-10-17T19:40:17.070Z] ---> 15091af6e06e [2022-10-17T19:40:17.070Z] Step 16/24 : WORKDIR / [2022-10-17T19:40:17.070Z] ---> Running in 3dbe7da16285 [2022-10-17T19:40:17.335Z] Successfully built 9df32f114a17 [2022-10-17T19:40:17.335Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-17T19:40:17.335Z]  Building security-proxy-setup ... done Removing intermediate container 146224dcf2cf [2022-10-17T19:40:17.335Z] ---> 6454da0f8fc6 [2022-10-17T19:40:17.335Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-17T19:40:17.600Z] ---> Running in 738329d86888 [2022-10-17T19:40:17.865Z] Removing intermediate container 3dbe7da16285 [2022-10-17T19:40:17.865Z] ---> 71a706ac3fce [2022-10-17T19:40:17.865Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:40:18.133Z] Removing intermediate container 738329d86888 [2022-10-17T19:40:18.133Z] ---> e62d2be7a904 [2022-10-17T19:40:18.133Z] Step 30/33 : CMD ["gate"] [2022-10-17T19:40:18.399Z] ---> Running in 18879c9b65c2 [2022-10-17T19:40:18.986Z] ---> 6e1b1a39f7ea [2022-10-17T19:40:18.986Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-17T19:40:18.986Z] Removing intermediate container 18879c9b65c2 [2022-10-17T19:40:18.986Z] ---> 39e43c041af6 [2022-10-17T19:40:18.986Z] Step 31/33 : LABEL arch=arm64 [2022-10-17T19:40:19.253Z] ---> Running in 3607e1ef13c7 [2022-10-17T19:40:19.833Z] Removing intermediate container 3607e1ef13c7 [2022-10-17T19:40:19.833Z] ---> 950d05850359 [2022-10-17T19:40:19.833Z] Step 32/33 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:40:20.103Z] ---> Running in 8b2f4e161ae7 [2022-10-17T19:40:21.057Z] Removing intermediate container 8b2f4e161ae7 [2022-10-17T19:40:21.057Z] ---> 0db24e6194c8 [2022-10-17T19:40:21.057Z] Step 33/33 : LABEL version=0.0.0 [2022-10-17T19:40:21.057Z] ---> Running in 3cb18b381aa9 [2022-10-17T19:40:21.322Z] ---> 009a6e1d900a [2022-10-17T19:40:21.322Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-17T19:40:21.588Z] Removing intermediate container 3cb18b381aa9 [2022-10-17T19:40:21.588Z] ---> ee7b5c2ce2e2 [2022-10-17T19:40:21.588Z] [2022-10-17T19:40:22.169Z] Successfully built ee7b5c2ce2e2 [2022-10-17T19:40:22.169Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-17T19:40:22.433Z]  Building security-bootstrapper ... done  ---> f6218610134d [2022-10-17T19:40:22.433Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-17T19:40:22.433Z] ---> Running in 653de94b49a1 [2022-10-17T19:40:23.015Z] Removing intermediate container 653de94b49a1 [2022-10-17T19:40:23.015Z] ---> bea0e0f9f350 [2022-10-17T19:40:23.015Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:40:23.015Z] ---> Running in cb82df0d8a13 [2022-10-17T19:40:23.595Z] Removing intermediate container cb82df0d8a13 [2022-10-17T19:40:23.595Z] ---> 8db227ab0721 [2022-10-17T19:40:23.595Z] Step 22/24 : LABEL arch=arm64 [2022-10-17T19:40:23.595Z] ---> Running in e785023c383f [2022-10-17T19:40:24.184Z] Removing intermediate container e785023c383f [2022-10-17T19:40:24.184Z] ---> 26d79e97d959 [2022-10-17T19:40:24.184Z] Step 23/24 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:40:24.450Z] ---> Running in 4fc42a77d700 [2022-10-17T19:40:25.031Z] Removing intermediate container 4fc42a77d700 [2022-10-17T19:40:25.031Z] ---> 38b1a66da495 [2022-10-17T19:40:25.031Z] Step 24/24 : LABEL version=0.0.0 [2022-10-17T19:40:25.031Z] ---> Running in 0ea89d5f20aa [2022-10-17T19:40:25.298Z] Removing intermediate container 0ea89d5f20aa [2022-10-17T19:40:25.298Z] ---> bee264d295a3 [2022-10-17T19:40:25.298Z] [2022-10-17T19:40:25.564Z] Successfully built bee264d295a3 [2022-10-17T19:40:25.829Z] Successfully tagged core-command-arm64:latest [2022-10-17T19:40:58.026Z]  Building core-command ... done Removing intermediate container 4600a46b2e40 [2022-10-17T19:40:58.026Z] ---> acd42d8ce165 [2022-10-17T19:40:58.026Z] [2022-10-17T19:40:58.026Z] Step 11/23 : FROM alpine:3.16 [2022-10-17T19:40:58.026Z] ---> a6215f271958 [2022-10-17T19:40:58.026Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-17T19:40:58.026Z] ---> Running in a02cdf70afa8 [2022-10-17T19:40:58.026Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-17T19:40:58.026Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-17T19:40:58.026Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-17T19:40:58.026Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-17T19:40:58.026Z] Executing busybox-1.35.0-r17.trigger [2022-10-17T19:40:58.026Z] Executing ca-certificates-20220614-r0.trigger [2022-10-17T19:40:58.026Z] OK: 6 MiB in 16 packages [2022-10-17T19:40:58.982Z] Removing intermediate container a02cdf70afa8 [2022-10-17T19:40:58.982Z] ---> 1719d70a5c8f [2022-10-17T19:40:58.982Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-17T19:40:58.982Z] ---> Running in aecddef79ea0 [2022-10-17T19:40:59.247Z] Removing intermediate container aecddef79ea0 [2022-10-17T19:40:59.247Z] ---> 8d5cb00f6459 [2022-10-17T19:40:59.247Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-17T19:40:59.247Z] ---> Running in 34fce4d7195b [2022-10-17T19:40:59.828Z] Removing intermediate container 34fce4d7195b [2022-10-17T19:40:59.828Z] ---> 9e9aa6a58a87 [2022-10-17T19:40:59.828Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-17T19:40:59.828Z] ---> Running in 80e713bca899 [2022-10-17T19:41:00.094Z] Removing intermediate container 80e713bca899 [2022-10-17T19:41:00.094Z] ---> 491ff7eee5b0 [2022-10-17T19:41:00.094Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-17T19:41:00.676Z] ---> 4085293877de [2022-10-17T19:41:00.676Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-17T19:41:02.078Z] ---> 35bc6b69b500 [2022-10-17T19:41:02.078Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-17T19:41:02.657Z] ---> 974bdc6e8968 [2022-10-17T19:41:02.657Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-17T19:41:02.657Z] ---> Running in c6d5d6f9bcc4 [2022-10-17T19:41:02.921Z] Removing intermediate container c6d5d6f9bcc4 [2022-10-17T19:41:02.921Z] ---> 0ed2e54dbdbb [2022-10-17T19:41:02.921Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-17T19:41:02.921Z] ---> Running in 2bdc39bf0a9d [2022-10-17T19:41:03.186Z] Removing intermediate container 2bdc39bf0a9d [2022-10-17T19:41:03.186Z] ---> cf6f84443ae5 [2022-10-17T19:41:03.186Z] Step 21/23 : LABEL arch=arm64 [2022-10-17T19:41:03.454Z] ---> Running in 936950a2d0b8 [2022-10-17T19:41:03.719Z] Removing intermediate container 936950a2d0b8 [2022-10-17T19:41:03.719Z] ---> 99322f1221d0 [2022-10-17T19:41:03.719Z] Step 22/23 : LABEL git_sha=a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [2022-10-17T19:41:03.719Z] ---> Running in 92a5841be979 [2022-10-17T19:41:03.984Z] Removing intermediate container 92a5841be979 [2022-10-17T19:41:03.984Z] ---> 2a9d0215c930 [2022-10-17T19:41:03.984Z] Step 23/23 : LABEL version=0.0.0 [2022-10-17T19:41:03.984Z] ---> Running in 84542b116a16 [2022-10-17T19:41:04.251Z] Removing intermediate container 84542b116a16 [2022-10-17T19:41:04.251Z] ---> 104e4205b298 [2022-10-17T19:41:04.251Z] [2022-10-17T19:41:04.520Z] Successfully built 104e4205b298 [2022-10-17T19:41:04.520Z] Successfully tagged support-notifications-arm64:latest [2022-10-17T19:41:04.802Z]  Building support-notifications ... done  [Pipeline] } [2022-10-17T19:41:04.805Z] $ docker stop --time=1 5dcd8d52527d05d8f9ba3922a4939b907d69d867f1cba684201f78a954610150 [2022-10-17T19:41:06.454Z] $ docker rm -f 5dcd8d52527d05d8f9ba3922a4939b907d69d867f1cba684201f78a954610150 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-17T19:41:07.050Z] + docker images [2022-10-17T19:41:07.320Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-17T19:41:07.320Z] support-notifications-arm64 latest 104e4205b298 3 seconds ago 29.1MB [2022-10-17T19:41:07.320Z] acd42d8ce165 14 seconds ago 1.47GB [2022-10-17T19:41:07.320Z] core-command-arm64 latest bee264d295a3 42 seconds ago 16.8MB [2022-10-17T19:41:07.320Z] security-bootstrapper-arm64 latest ee7b5c2ce2e2 46 seconds ago 19.1MB [2022-10-17T19:41:07.320Z] security-proxy-setup-arm64 latest 9df32f114a17 52 seconds ago 26.5MB [2022-10-17T19:41:07.320Z] c95d107ddba8 54 seconds ago 1.41GB [2022-10-17T19:41:07.320Z] 2d3e7c807253 About a minute ago 1.4GB [2022-10-17T19:41:07.320Z] 47ebc1e01d93 About a minute ago 1.4GB [2022-10-17T19:41:07.320Z] core-data-arm64 latest d42d61ef670a 2 minutes ago 20.7MB [2022-10-17T19:41:07.320Z] afa7950cbd58 3 minutes ago 1.42GB [2022-10-17T19:41:07.320Z] support-scheduler-arm64 latest 996c4d5647ce 7 minutes ago 28.5MB [2022-10-17T19:41:07.320Z] sys-mgmt-agent-arm64 latest 620eaa72692d 7 minutes ago 133MB [2022-10-17T19:41:07.320Z] df8ecf5ea075 7 minutes ago 1.47GB [2022-10-17T19:41:07.320Z] 30155d79c7e4 9 minutes ago 1.39GB [2022-10-17T19:41:07.320Z] security-spiffe-token-provider-arm64 latest 4fdcf0b2e5dd 9 minutes ago 28.4MB [2022-10-17T19:41:07.320Z] security-spire-agent-arm64 latest df23b8e85a7a 9 minutes ago 122MB [2022-10-17T19:41:07.320Z] dc327c8c0de8 10 minutes ago 1.44GB [2022-10-17T19:41:07.320Z] core-metadata-arm64 latest 3afb428b6409 10 minutes ago 17.6MB [2022-10-17T19:41:07.320Z] f0666363b68c 11 minutes ago 1.41GB [2022-10-17T19:41:07.320Z] security-secretstore-setup-arm64 latest d8f001437835 11 minutes ago 28.2MB [2022-10-17T19:41:07.320Z] 817f4c8f1bc2 12 minutes ago 1.4GB [2022-10-17T19:41:07.320Z] security-spire-config-arm64 latest 63e81f6994b4 16 minutes ago 83.6MB [2022-10-17T19:41:07.320Z] security-spire-server-arm64 latest 277c2a23215b 16 minutes ago 84.3MB [2022-10-17T19:41:07.320Z] f2e40164138c 17 minutes ago 1.28GB [2022-10-17T19:41:07.320Z] 86748bc78b06 17 minutes ago 1.28GB [2022-10-17T19:41:07.320Z] ci-base-image-arm64 latest 771f070ab515 31 minutes ago 942MB [2022-10-17T19:41:07.320Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 7 days ago 679MB [2022-10-17T19:41:07.320Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-10-17T19:41:07.320Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-10-17T19:41:07.320Z] 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 [2022-10-17T19:41:08.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-17T19:41:08.121Z] [2022-10-17T19:41:08.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T19:41:08.528Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-17T19:41:08.529Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-17T19:41:08.529Z] 8998bd30e6a1: Pulling fs layer [2022-10-17T19:41:08.529Z] 04944245beec: Pulling fs layer [2022-10-17T19:41:08.529Z] 699f458cf7ca: Pulling fs layer [2022-10-17T19:41:08.529Z] 765212b225bb: Pulling fs layer [2022-10-17T19:41:08.529Z] f23df028b6ca: Pulling fs layer [2022-10-17T19:41:08.529Z] d65c8cfc05b1: Pulling fs layer [2022-10-17T19:41:08.529Z] 2437ff75d9bd: Pulling fs layer [2022-10-17T19:41:08.529Z] 765212b225bb: Waiting [2022-10-17T19:41:08.529Z] f23df028b6ca: Waiting [2022-10-17T19:41:08.529Z] d65c8cfc05b1: Waiting [2022-10-17T19:41:08.529Z] 2437ff75d9bd: Waiting [2022-10-17T19:41:08.801Z] 04944245beec: Verifying Checksum [2022-10-17T19:41:08.801Z] 04944245beec: Download complete [2022-10-17T19:41:08.801Z] 765212b225bb: Verifying Checksum [2022-10-17T19:41:08.801Z] 765212b225bb: Download complete [2022-10-17T19:41:08.801Z] f23df028b6ca: Verifying Checksum [2022-10-17T19:41:08.801Z] f23df028b6ca: Download complete [2022-10-17T19:41:08.801Z] d65c8cfc05b1: Verifying Checksum [2022-10-17T19:41:08.801Z] d65c8cfc05b1: Download complete [2022-10-17T19:41:09.072Z] 699f458cf7ca: Verifying Checksum [2022-10-17T19:41:09.072Z] 699f458cf7ca: Download complete [2022-10-17T19:41:09.347Z] 8998bd30e6a1: Download complete [2022-10-17T19:41:11.936Z] 2437ff75d9bd: Verifying Checksum [2022-10-17T19:41:11.936Z] 2437ff75d9bd: Download complete [2022-10-17T19:41:13.335Z] 8998bd30e6a1: Pull complete [2022-10-17T19:41:13.912Z] 04944245beec: Pull complete [2022-10-17T19:41:15.312Z] 699f458cf7ca: Pull complete [2022-10-17T19:41:15.312Z] 765212b225bb: Pull complete [2022-10-17T19:41:15.892Z] f23df028b6ca: Pull complete [2022-10-17T19:41:16.158Z] d65c8cfc05b1: Pull complete [2022-10-17T19:41:31.132Z] 2437ff75d9bd: Pull complete [2022-10-17T19:41:31.132Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-17T19:41:31.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-17T19:41:31.132Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T19:41:31.437Z] prd-ubuntu20.04-docker-arm64-4c-16g-8393 does not seem to be running inside a container [2022-10-17T19:41:31.487Z] $ 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 [2022-10-17T19:41:34.249Z] $ docker top a0efd8b17e99d208c4d465e7bb14f8147318c5a1cabeafaa171fb02a7498167f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-17T19:41:35.171Z] ---> job-cost.sh [2022-10-17T19:41:35.171Z] lf-activate-venv: SKIPPING [2022-10-17T19:41:35.171Z] INFO: No Stack... [2022-10-17T19:41:35.753Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-17T19:41:36.329Z] INFO: Archiving Costs [Pipeline] sh [2022-10-17T19:41:36.667Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-10-17T19:41:36.668Z] + cut -d, -f6 [Pipeline] lock [2022-10-17T19:41:36.988Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4199-1-stack-cost] [2022-10-17T19:41:36.994Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4199-1-stack-cost] did not exist. Created. [2022-10-17T19:41:36.994Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4199-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-17T19:41:37.725Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-17T19:41:37.920Z] Stashed 1 file(s) [Pipeline] } [2022-10-17T19:41:37.939Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4199-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-17T19:41:38.003Z] $ docker stop --time=1 a0efd8b17e99d208c4d465e7bb14f8147318c5a1cabeafaa171fb02a7498167f [2022-10-17T19:41:39.474Z] $ 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 [2022-10-17T19:41:40.552Z] provisioning config files... [2022-10-17T19:41:40.562Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7682443637566352202tmp [Pipeline] { [Pipeline] sh [2022-10-17T19:41:40.891Z] + set +x [2022-10-17T19:41:40.891Z] + bash -s -- [2022-10-17T19:41:40.891Z] + curl -s https://codecov.io/bash [2022-10-17T19:41:40.891Z] [2022-10-17T19:41:40.891Z] _____ _ [2022-10-17T19:41:40.891Z] / ____| | | [2022-10-17T19:41:40.891Z] | | ___ __| | ___ ___ _____ __ [2022-10-17T19:41:40.891Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-17T19:41:40.891Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-17T19:41:40.891Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-17T19:41:40.891Z] Bash-1.0.6 [2022-10-17T19:41:40.891Z] [2022-10-17T19:41:40.891Z] [2022-10-17T19:41:40.891Z] ==> git version 2.25.1 found [2022-10-17T19:41:40.891Z] ==> 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 [2022-10-17T19:41:40.891Z] Release-Date: 2020-01-08 [2022-10-17T19:41:40.891Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-17T19:41:40.891Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-17T19:41:40.891Z] ==> Jenkins CI detected. [2022-10-17T19:41:40.891Z] current dir:  /w/workspace/edgex-go/1 [2022-10-17T19:41:40.891Z] project root: . [2022-10-17T19:41:40.891Z] --> token set from env [2022-10-17T19:41:40.891Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-17T19:41:40.891Z] ==> Running gcov in . (disable via -X gcov) [2022-10-17T19:41:40.891Z] ==> Python coveragepy not found [2022-10-17T19:41:40.891Z] ==> Searching for coverage reports in: [2022-10-17T19:41:40.891Z] + . [2022-10-17T19:41:40.891Z] -> Found 1 reports [2022-10-17T19:41:40.891Z] ==> Detecting git/mercurial file structure [2022-10-17T19:41:40.891Z] ==> Reading reports [2022-10-17T19:41:40.891Z] + ./coverage.out bytes=502375 [2022-10-17T19:41:40.891Z] ==> Appending adjustments [2022-10-17T19:41:40.891Z] https://docs.codecov.io/docs/fixing-reports [2022-10-17T19:41:42.270Z] + Found adjustments [2022-10-17T19:41:42.270Z] ==> Gzipping contents [2022-10-17T19:41:42.270Z] 64K /tmp/codecov.B6Wmlt.gz [2022-10-17T19:41:42.270Z] ==> Uploading reports [2022-10-17T19:41:42.270Z] url: https://codecov.io [2022-10-17T19:41:42.270Z] 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= [2022-10-17T19:41:42.270Z] -> Pinging Codecov [2022-10-17T19:41:42.271Z] 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= [2022-10-17T19:41:42.529Z] -> Uploading to [2022-10-17T19:41:42.529Z] 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 [2022-10-17T19:41:42.529Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-17T19:41:42.529Z] Dload Upload Total Spent Left Speed [2022-10-17T19:41:42.788Z] 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 [2022-10-17T19:41:42.788Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a0ee8fc7f7716a766f21c3aacfd04fcd48342cba [Pipeline] } [2022-10-17T19:41:42.817Z] 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 [2022-10-17T19:41:44.108Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-17T19:41:44.441Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-17T19:41:45.332Z] ---> package-listing.sh [2022-10-17T19:41:45.332Z] ++ facter osfamily [2022-10-17T19:41:45.332Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-17T19:41:45.332Z] + OS_FAMILY=debian [2022-10-17T19:41:45.332Z] + workspace=/w/workspace/edgex-go/1 [2022-10-17T19:41:45.332Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-17T19:41:45.332Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-17T19:41:45.332Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-17T19:41:45.332Z] + PACKAGES=/tmp/packages_start.txt [2022-10-17T19:41:45.332Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-17T19:41:45.332Z] + PACKAGES=/tmp/packages_end.txt [2022-10-17T19:41:45.332Z] + case "${OS_FAMILY}" in [2022-10-17T19:41:45.332Z] + dpkg -l [2022-10-17T19:41:45.332Z] + grep '^ii' [2022-10-17T19:41:45.592Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-17T19:41:45.592Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-17T19:41:45.592Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-17T19:41:45.592Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-17T19:41:45.592Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-17T19:41:45.592Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-17T19:41:45.631Z] 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 [2022-10-17T19:41:45.926Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T19:41:46.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-17T19:41:46.555Z] [2022-10-17T19:41:46.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-17T19:41:46.927Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-17T19:41:46.928Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-17T19:41:46.928Z] 5eb5b503b376: Pulling fs layer [2022-10-17T19:41:46.928Z] 5c69ac0246d0: Pulling fs layer [2022-10-17T19:41:46.928Z] ec43610c2a17: Pulling fs layer [2022-10-17T19:41:46.928Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-17T19:41:46.928Z] 33b1e0a273af: Pulling fs layer [2022-10-17T19:41:46.928Z] 5d3b04190fa2: Pulling fs layer [2022-10-17T19:41:46.928Z] 2f39f015ded8: Pulling fs layer [2022-10-17T19:41:46.928Z] 33b1e0a273af: Waiting [2022-10-17T19:41:46.928Z] 5d3b04190fa2: Waiting [2022-10-17T19:41:46.928Z] 2f39f015ded8: Waiting [2022-10-17T19:41:46.928Z] 3a2ae6a8a46f: Waiting [2022-10-17T19:41:46.928Z] 5c69ac0246d0: Verifying Checksum [2022-10-17T19:41:46.928Z] 5c69ac0246d0: Download complete [2022-10-17T19:41:46.928Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-17T19:41:46.928Z] 3a2ae6a8a46f: Download complete [2022-10-17T19:41:46.928Z] 33b1e0a273af: Verifying Checksum [2022-10-17T19:41:46.928Z] 33b1e0a273af: Download complete [2022-10-17T19:41:47.188Z] 5d3b04190fa2: Verifying Checksum [2022-10-17T19:41:47.188Z] 5d3b04190fa2: Download complete [2022-10-17T19:41:47.188Z] ec43610c2a17: Verifying Checksum [2022-10-17T19:41:47.188Z] 5eb5b503b376: Verifying Checksum [2022-10-17T19:41:47.188Z] 5eb5b503b376: Download complete [2022-10-17T19:41:47.754Z] 2f39f015ded8: Download complete [2022-10-17T19:41:48.322Z] 5eb5b503b376: Pull complete [2022-10-17T19:41:48.322Z] 5c69ac0246d0: Pull complete [2022-10-17T19:41:48.582Z] ec43610c2a17: Pull complete [2022-10-17T19:41:48.841Z] 3a2ae6a8a46f: Pull complete [2022-10-17T19:41:48.841Z] 33b1e0a273af: Pull complete [2022-10-17T19:41:49.100Z] 5d3b04190fa2: Pull complete [2022-10-17T19:41:53.287Z] 2f39f015ded8: Pull complete [2022-10-17T19:41:53.287Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-17T19:41:53.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-17T19:41:53.287Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-17T19:41:53.482Z] prd-ubuntu20.04-docker-8c-8g-8392 does not seem to be running inside a container [2022-10-17T19:41:53.511Z] $ 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 [2022-10-17T19:41:55.297Z] $ docker top 97bb254b8a17dc9cf53bebafe13ec5d34baa4171f9aa840f968505432967f900 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-17T19:41:55.689Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-17T19:41:55.995Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-17T19:41:56.305Z] + ls /var/log/sa-host [2022-10-17T19:41:56.306Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-17T19:41:56.437Z] provisioning config files... [2022-10-17T19:41:56.446Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config12303704028191210949tmp [Pipeline] { [Pipeline] echo [2022-10-17T19:41:56.491Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-17T19:41:56.805Z] ---> create-netrc.sh [Pipeline] } [2022-10-17T19:41:56.833Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-17T19:41:57.226Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-17T19:41:57.256Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-17T19:41:57.569Z] ---> sudo-logs.sh [2022-10-17T19:41:57.569Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-17T19:41:57.651Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-17T19:41:57.961Z] ---> job-cost.sh [2022-10-17T19:41:57.961Z] lf-activate-venv: SKIPPING [2022-10-17T19:41:57.961Z] DEBUG: total: 0.10999999940395355 [2022-10-17T19:41:57.961Z] INFO: Retrieving Stack Cost... [2022-10-17T19:41:58.530Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-17T19:41:59.098Z] INFO: Archiving Costs [Pipeline] echo [2022-10-17T19:41:59.136Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-17T19:41:59.446Z] ---> logs-deploy.sh [2022-10-17T19:41:59.446Z] lf-activate-venv: SKIPPING [2022-10-17T19:41:59.446Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4199/1 [2022-10-17T19:41:59.446Z] INFO: archiving workspace using pattern(s): [2022-10-17T19:42:00.383Z] Archives upload complete. [2022-10-17T19:42:00.383Z] INFO: archiving logs to Nexus