Pull request #4220 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1c58228eedfa0bcde97f914589f7b7b6825574a2+9e554929d717cf1151dbdc4a6532773c76b36b26 (77a4691e17fc52dfd37044141666785be1d24210) 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-ssh12257576717140620294.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-ssh9998585607936853975.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-4220/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-4220/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1890705598494029011.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-4220/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5919238685836305624.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-ssh11197122547453145855.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-4220/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-4220/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh379811734267848666.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-116968 in /w/workspace/edgexfoundry_edgex-go_PR-4220 [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 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit 1c58228eedfa0bcde97f914589f7b7b6825574a2 Merge succeeded, producing 1c58228eedfa0bcde97f914589f7b7b6825574a2 Checking out Revision 1c58228eedfa0bcde97f914589f7b7b6825574a2 (PR-4220) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4220/head:refs/remotes/origin/PR-4220 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c58228eedfa0bcde97f914589f7b7b6825574a2 # 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 9e554929d717cf1151dbdc4a6532773c76b36b26 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c58228eedfa0bcde97f914589f7b7b6825574a2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-25T19:30:01.056Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-25T19:30:01.218Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-25T19:30:01.328Z] ========================================================= [2022-10-25T19:30:01.328Z] EdgeX Global Pipelines Version Info [2022-10-25T19:30:01.328Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-25T19:30:02.432Z] ------------------- [2022-10-25T19:30:02.433Z] stable info: [2022-10-25T19:30:02.433Z] ------------------- [2022-10-25T19:30:02.433Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-25T19:30:02.433Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T19:30:02.433Z] Message: update stable to v1.0.243 [2022-10-25T19:30:02.693Z] ------------------- [2022-10-25T19:30:02.693Z] experimental info: [2022-10-25T19:30:02.693Z] ------------------- [2022-10-25T19:30:02.693Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-25T19:30:02.693Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T19:30:02.693Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-25T19:30:02.967Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-25T19:30:03.003Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-25T19:30:03.036Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-25T19:30:03.072Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-25T19:30:03.114Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-25T19:30:03.150Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-25T19:30:03.186Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-25T19:30:03.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-25T19:30:03.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-25T19:30:03.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-25T19:30:03.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-25T19:30:03.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-25T19:30:03.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-25T19:30:03.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-25T19:30:03.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-25T19:30:03.540Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T19:30:03.582Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T19:30:03.624Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-25T19:30:03.665Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-25T19:30:03.705Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-25T19:30:03.739Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-25T19:30:03.776Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-25T19:30:03.812Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-25T19:30:03.849Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4220 [Pipeline] echo [2022-10-25T19:30:03.888Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4220 [Pipeline] echo [2022-10-25T19:30:03.941Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4220 [Pipeline] echo [2022-10-25T19:30:03.980Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c58228eedfa0bcde97f914589f7b7b6825574a2 [Pipeline] echo [2022-10-25T19:30:04.022Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c58228 [Pipeline] echo [2022-10-25T19:30:04.060Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T19:30:04.170Z] provisioning config files... [2022-10-25T19:30:04.186Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13595031778827415895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T19:30:04.529Z] ---> docker-login.sh [2022-10-25T19:30:04.529Z] nexus3.edgexfoundry.org:10001 [2022-10-25T19:30:04.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:30:04.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:30:04.789Z] Configure a credential helper to remove this warning. See [2022-10-25T19:30:04.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:30:04.789Z] [2022-10-25T19:30:04.789Z] Login Succeeded [2022-10-25T19:30:04.789Z] nexus3.edgexfoundry.org:10002 [2022-10-25T19:30:04.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:30:04.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:30:04.789Z] Configure a credential helper to remove this warning. See [2022-10-25T19:30:04.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:30:04.789Z] [2022-10-25T19:30:04.789Z] Login Succeeded [2022-10-25T19:30:04.789Z] nexus3.edgexfoundry.org:10003 [2022-10-25T19:30:05.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:30:05.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:30:05.055Z] Configure a credential helper to remove this warning. See [2022-10-25T19:30:05.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:30:05.055Z] [2022-10-25T19:30:05.055Z] Login Succeeded [2022-10-25T19:30:05.055Z] nexus3.edgexfoundry.org:10004 [2022-10-25T19:30:05.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:30:05.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:30:05.055Z] Configure a credential helper to remove this warning. See [2022-10-25T19:30:05.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:30:05.055Z] [2022-10-25T19:30:05.055Z] Login Succeeded [2022-10-25T19:30:05.055Z] docker.io [2022-10-25T19:30:05.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:30:05.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:30:05.891Z] Configure a credential helper to remove this warning. See [2022-10-25T19:30:05.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:30:05.891Z] [2022-10-25T19:30:05.891Z] Login Succeeded [2022-10-25T19:30:05.891Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T19:30:05.920Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T19:30:06.337Z] + 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-25T19:30:06.337Z] + + dirname cmd/core-command/Dockerfile [2022-10-25T19:30:06.337Z] cut -d/ -f2 [2022-10-25T19:30:06.337Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-25T19:30:06.337Z] + dirname cmd/core-data/Dockerfile+ [2022-10-25T19:30:06.337Z] cut -d/ -f2 [2022-10-25T19:30:06.337Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-25T19:30:06.337Z] + + cut -d/ -f2 [2022-10-25T19:30:06.337Z] dirname cmd/core-metadata/Dockerfile [2022-10-25T19:30:06.337Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-25T19:30:06.337Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-25T19:30:06.337Z] + cut -d/ -f2 [2022-10-25T19:30:06.337Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-25T19:30:06.337Z] + cut -d/ -f2 [2022-10-25T19:30:06.337Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-10-25T19:30:06.337Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-25T19:30:06.337Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-10-25T19:30:06.337Z] + cut -d/ -f2 [2022-10-25T19:30:06.337Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-25T19:30:06.337Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T19:30:06.337Z] + cut -d/ -f2 [2022-10-25T19:30:06.337Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T19:30:06.337Z] + dirname cmd/security-spire-agent/Dockerfile [2022-10-25T19:30:06.337Z] + cut -d/ -f2 [2022-10-25T19:30:06.337Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-25T19:30:06.337Z] + dirname cmd/security-spire-config/Dockerfile [2022-10-25T19:30:06.337Z] + cut -d/ -f2 [2022-10-25T19:30:06.337Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-25T19:30:06.337Z] + dirname cmd/security-spire-server/Dockerfile [2022-10-25T19:30:06.337Z] + cut -d/ -f2 [2022-10-25T19:30:06.337Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-25T19:30:06.337Z] + dirname cmd/support-notifications/Dockerfile [2022-10-25T19:30:06.337Z] + cut -d/ -f2 [2022-10-25T19:30:06.337Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-25T19:30:06.337Z] + dirname cmd/support-scheduler/Dockerfile [2022-10-25T19:30:06.337Z] + cut -d/ -f2 [2022-10-25T19:30:06.337Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-25T19:30:06.337Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-25T19:30:06.337Z] + cut -d/ -f2 [2022-10-25T19:30:06.337Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-25T19:30:06.392Z] 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-25T19:30:06.875Z] + git rev-list -1 --merges 1c58228eedfa0bcde97f914589f7b7b6825574a2~1..1c58228eedfa0bcde97f914589f7b7b6825574a2 [Pipeline] echo [2022-10-25T19:30:06.910Z] -----------> git rev-list -1 --merges 1c58228eedfa0bcde97f914589f7b7b6825574a2~1..1c58228eedfa0bcde97f914589f7b7b6825574a2 1c58228eedfa0bcde97f914589f7b7b6825574a2 [false] [Pipeline] sh [2022-10-25T19:30:07.215Z] + git log --format=format:%s -1 1c58228eedfa0bcde97f914589f7b7b6825574a2 [Pipeline] echo [2022-10-25T19:30:07.245Z] ========================================================= [2022-10-25T19:30:07.246Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-25T19:30:07.246Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-25T19:30:07.681Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-25T19:30:07.681Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-25T19:30:07.681Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-25T19:30:07.681Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-25T19:30:07.681Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-25T19:30:07.681Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-25T19:30:07.681Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:30:08.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T19:30:08.100Z] [2022-10-25T19:30:08.100Z] 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-25T19:30:08.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T19:30:08.476Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-25T19:30:08.476Z] b85a868b505f: Pulling fs layer [2022-10-25T19:30:08.476Z] e2be974225ed: Pulling fs layer [2022-10-25T19:30:08.476Z] 339a4e72a1f5: Pulling fs layer [2022-10-25T19:30:08.476Z] 988bab9f4d93: Pulling fs layer [2022-10-25T19:30:08.476Z] 1469e6f7b9e6: Pulling fs layer [2022-10-25T19:30:08.476Z] eaf3925da568: Pulling fs layer [2022-10-25T19:30:08.476Z] bab4dde63d76: Pulling fs layer [2022-10-25T19:30:08.476Z] bde34c3a00c8: Pulling fs layer [2022-10-25T19:30:08.476Z] b352a97aabf1: Pulling fs layer [2022-10-25T19:30:08.476Z] 4872d77fe225: Pulling fs layer [2022-10-25T19:30:08.476Z] 5851b861e8e6: Pulling fs layer [2022-10-25T19:30:08.476Z] bab4dde63d76: Waiting [2022-10-25T19:30:08.476Z] bde34c3a00c8: Waiting [2022-10-25T19:30:08.476Z] b352a97aabf1: Waiting [2022-10-25T19:30:08.476Z] 4872d77fe225: Waiting [2022-10-25T19:30:08.476Z] 5851b861e8e6: Waiting [2022-10-25T19:30:08.476Z] eaf3925da568: Waiting [2022-10-25T19:30:08.476Z] e2be974225ed: Verifying Checksum [2022-10-25T19:30:08.476Z] e2be974225ed: Download complete [2022-10-25T19:30:08.476Z] 988bab9f4d93: Download complete [2022-10-25T19:30:08.736Z] 1469e6f7b9e6: Verifying Checksum [2022-10-25T19:30:08.736Z] 1469e6f7b9e6: Download complete [2022-10-25T19:30:08.736Z] eaf3925da568: Download complete [2022-10-25T19:30:08.736Z] 339a4e72a1f5: Verifying Checksum [2022-10-25T19:30:08.736Z] 339a4e72a1f5: Download complete [2022-10-25T19:30:08.736Z] bde34c3a00c8: Verifying Checksum [2022-10-25T19:30:08.736Z] bde34c3a00c8: Download complete [2022-10-25T19:30:08.736Z] b352a97aabf1: Download complete [2022-10-25T19:30:08.736Z] 4872d77fe225: Verifying Checksum [2022-10-25T19:30:08.736Z] 4872d77fe225: Download complete [2022-10-25T19:30:08.736Z] b85a868b505f: Download complete [2022-10-25T19:30:08.736Z] 5851b861e8e6: Download complete [2022-10-25T19:30:08.994Z] bab4dde63d76: Verifying Checksum [2022-10-25T19:30:08.994Z] bab4dde63d76: Download complete [2022-10-25T19:30:09.929Z] b85a868b505f: Pull complete [2022-10-25T19:30:09.929Z] e2be974225ed: Pull complete [2022-10-25T19:30:10.498Z] 339a4e72a1f5: Pull complete [2022-10-25T19:30:10.498Z] 988bab9f4d93: Pull complete [2022-10-25T19:30:11.065Z] 1469e6f7b9e6: Pull complete [2022-10-25T19:30:11.065Z] eaf3925da568: Pull complete [2022-10-25T19:30:12.973Z] bab4dde63d76: Pull complete [2022-10-25T19:30:12.973Z] bde34c3a00c8: Pull complete [2022-10-25T19:30:12.973Z] b352a97aabf1: Pull complete [2022-10-25T19:30:13.233Z] 4872d77fe225: Pull complete [2022-10-25T19:30:13.233Z] 5851b861e8e6: Pull complete [2022-10-25T19:30:13.233Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-25T19:30:13.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T19:30:13.233Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:30:13.543Z] prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container [2022-10-25T19:30:13.577Z] $ 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-25T19:30:15.090Z] $ docker top ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a -eo pid,comm [2022-10-25T19:30:15.143Z] 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-25T19:30:15.143Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-25T19:30:15.266Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T19:30:15.266Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T19:30:15.382Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T19:30:15.387Z] $ docker exec ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a ssh-agent [2022-10-25T19:30:15.488Z] SSH_AUTH_SOCK=/tmp/ssh-EDzM2IosvDf3/agent.32 [2022-10-25T19:30:15.488Z] SSH_AGENT_PID=38 [2022-10-25T19:30:15.494Z] Running ssh-add (command line suppressed) [2022-10-25T19:30:15.611Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8247213452494712774.key (/w/workspace/edgex-go/1@tmp/private_key_8247213452494712774.key) [2022-10-25T19:30:15.623Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T19:30:15.946Z] + git tag --points-at HEAD [Pipeline] } [2022-10-25T19:30:15.972Z] $ docker exec --env ******** --env ******** ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a ssh-agent -k [2022-10-25T19:30:16.074Z] unset SSH_AUTH_SOCK; [2022-10-25T19:30:16.075Z] unset SSH_AGENT_PID; [2022-10-25T19:30:16.075Z] echo Agent pid 38 killed; [2022-10-25T19:30:16.083Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-25T19:30:16.170Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T19:30:16.170Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T19:30:16.281Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T19:30:16.286Z] $ docker exec ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a ssh-agent [2022-10-25T19:30:16.398Z] SSH_AUTH_SOCK=/tmp/ssh-NZFLMUGNpsT0/agent.71 [2022-10-25T19:30:16.398Z] SSH_AGENT_PID=77 [2022-10-25T19:30:16.403Z] Running ssh-add (command line suppressed) [2022-10-25T19:30:16.516Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_15271128812577691497.key (/w/workspace/edgex-go/1@tmp/private_key_15271128812577691497.key) [2022-10-25T19:30:16.527Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T19:30:16.849Z] + git semver init [2022-10-25T19:30:17.108Z] 2022-10-25 19:30:17,024 [run_init] DEBUG init version:0.0.0 force:False [2022-10-25T19:30:17.108Z] 2022-10-25 19:30:17,025 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-25T19:30:17.108Z] 2022-10-25 19:30:17,025 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-25T19:30:17.108Z] 2022-10-25 19:30:17,025 [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-25T19:30:22.538Z] 2022-10-25 19:30:22,297 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-25T19:30:22.538Z] 2022-10-25 19:30:22,298 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4220 with force:False [2022-10-25T19:30:22.538Z] 2022-10-25 19:30:22,298 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4220 [2022-10-25T19:30:22.538Z] 2022-10-25 19:30:22,302 [execute] INFO git cat-file --batch-check [2022-10-25T19:30:22.538Z] 2022-10-25 19:30:22,303 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T19:30:22.538Z] 2022-10-25 19:30:22,309 [execute] INFO git cat-file --batch [2022-10-25T19:30:22.538Z] 2022-10-25 19:30:22,310 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T19:30:22.538Z] 2022-10-25 19:30:22,314 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4220 [2022-10-25T19:30:22.538Z] 0.0.0 [Pipeline] } [2022-10-25T19:30:22.569Z] $ docker exec --env ******** --env ******** ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a ssh-agent -k [2022-10-25T19:30:22.665Z] unset SSH_AUTH_SOCK; [2022-10-25T19:30:22.665Z] unset SSH_AGENT_PID; [2022-10-25T19:30:22.665Z] echo Agent pid 77 killed; [2022-10-25T19:30:22.672Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T19:30:23.098Z] + git semver [Pipeline] } [2022-10-25T19:30:23.384Z] $ docker stop --time=1 ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a [2022-10-25T19:30:24.722Z] $ docker rm -f ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T19:30:25.128Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-25T19:30:25.367Z] Stashed 1 file(s) [Pipeline] echo [2022-10-25T19:30:25.383Z] [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-25T19:30:26.191Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T19:30:26.230Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:30:26.258Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:30:26.287Z] ========================================================= [2022-10-25T19:30:26.287Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-25T19:30:26.287Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:30:26.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:30:26.633Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-25T19:30:26.633Z] 213ec9aee27d: Pulling fs layer [2022-10-25T19:30:26.633Z] 4583459ba037: Pulling fs layer [2022-10-25T19:30:26.633Z] 93c1e223e6f2: Pulling fs layer [2022-10-25T19:30:26.633Z] 53926ce57604: Pulling fs layer [2022-10-25T19:30:26.633Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-25T19:30:26.633Z] 30f14e443154: Pulling fs layer [2022-10-25T19:30:26.633Z] 801331c1e519: Pulling fs layer [2022-10-25T19:30:26.633Z] 99cc6dd402b0: Pulling fs layer [2022-10-25T19:30:26.633Z] 7d9ed39f4882: Pulling fs layer [2022-10-25T19:30:26.633Z] 99cc6dd402b0: Waiting [2022-10-25T19:30:26.633Z] 30f14e443154: Waiting [2022-10-25T19:30:26.633Z] 801331c1e519: Waiting [2022-10-25T19:30:26.633Z] 53926ce57604: Waiting [2022-10-25T19:30:26.633Z] 7d9ed39f4882: Waiting [2022-10-25T19:30:26.633Z] 21b2b0c7a3f4: Waiting [2022-10-25T19:30:26.633Z] 93c1e223e6f2: Verifying Checksum [2022-10-25T19:30:26.633Z] 93c1e223e6f2: Download complete [2022-10-25T19:30:26.633Z] 4583459ba037: Verifying Checksum [2022-10-25T19:30:26.633Z] 4583459ba037: Download complete [2022-10-25T19:30:26.633Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-25T19:30:26.633Z] 21b2b0c7a3f4: Download complete [2022-10-25T19:30:26.633Z] 30f14e443154: Download complete [2022-10-25T19:30:26.633Z] 213ec9aee27d: Verifying Checksum [2022-10-25T19:30:26.633Z] 801331c1e519: Verifying Checksum [2022-10-25T19:30:26.894Z] 213ec9aee27d: Pull complete [2022-10-25T19:30:26.894Z] 4583459ba037: Pull complete [2022-10-25T19:30:27.154Z] 93c1e223e6f2: Pull complete [2022-10-25T19:30:27.154Z] 7d9ed39f4882: Verifying Checksum [2022-10-25T19:30:27.154Z] 7d9ed39f4882: Download complete [2022-10-25T19:30:27.414Z] 99cc6dd402b0: Verifying Checksum [2022-10-25T19:30:27.414Z] 99cc6dd402b0: Download complete [2022-10-25T19:30:27.414Z] 53926ce57604: Verifying Checksum [2022-10-25T19:30:27.414Z] 53926ce57604: Download complete [2022-10-25T19:30:31.596Z] 53926ce57604: Pull complete [2022-10-25T19:30:31.596Z] 21b2b0c7a3f4: Pull complete [2022-10-25T19:30:31.596Z] 30f14e443154: Pull complete [2022-10-25T19:30:31.596Z] 801331c1e519: Pull complete [2022-10-25T19:30:33.494Z] 99cc6dd402b0: Pull complete [2022-10-25T19:30:34.060Z] 7d9ed39f4882: Pull complete [2022-10-25T19:30:34.319Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-25T19:30:34.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:30:34.319Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:30:34.671Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:30:34.671Z] WORKDIR /edgex [2022-10-25T19:30:34.671Z] COPY go.mod . [2022-10-25T19:30:34.671Z] RUN go mod download [2022-10-25T19:30:34.671Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-25T19:30:35.245Z] Sending build context to Docker daemon 169.7MB [2022-10-25T19:30:35.245Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:30:35.245Z] ---> 1dedd983c030 [2022-10-25T19:30:35.245Z] Step 2/4 : WORKDIR /edgex [2022-10-25T19:30:37.793Z] ---> Running in 6c2b46255148 [2022-10-25T19:30:38.052Z] Removing intermediate container 6c2b46255148 [2022-10-25T19:30:38.052Z] ---> 57ee09d1f3cc [2022-10-25T19:30:38.052Z] Step 3/4 : COPY go.mod . [2022-10-25T19:30:38.052Z] ---> d69bfdb7da95 [2022-10-25T19:30:38.052Z] Step 4/4 : RUN go mod download [2022-10-25T19:30:38.052Z] ---> Running in 87ba7a07390b [2022-10-25T19:30:40.711Z] Still waiting to schedule task [2022-10-25T19:30:40.711Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-25T19:30:50.251Z] Removing intermediate container 87ba7a07390b [2022-10-25T19:30:50.251Z] ---> 3b2605e2a559 [2022-10-25T19:30:50.251Z] Successfully built 3b2605e2a559 [2022-10-25T19:30:50.251Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:30:50.630Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T19:30:50.630Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:30:50.780Z] prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container [2022-10-25T19:30:50.815Z] $ 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-25T19:30:51.149Z] $ docker top 5e99455c1199d12d7849ee8712286e38188d3a6e6d05d267425bff8693157704 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:30:51.559Z] + go version [2022-10-25T19:30:51.559Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-25T19:30:51.596Z] $ docker stop --time=1 5e99455c1199d12d7849ee8712286e38188d3a6e6d05d267425bff8693157704 [2022-10-25T19:30:52.870Z] $ docker rm -f 5e99455c1199d12d7849ee8712286e38188d3a6e6d05d267425bff8693157704 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:30:53.559Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T19:30:53.559Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:30:53.702Z] prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container [2022-10-25T19:30:53.734Z] $ 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-25T19:30:54.122Z] $ docker top cef3ccc8505a911fa8ae9b42c93c2ad9eeb2db77f0d511d123d9b899560bd61f -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T19:30:54.230Z] ========================================================= [2022-10-25T19:30:54.230Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T19:30:54.230Z] ========================================================= [Pipeline] sh [2022-10-25T19:30:54.522Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:30:54.874Z] + make test [2022-10-25T19:30:54.874Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T19:31:01.433Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T19:31:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.054s coverage: 28.7% of statements [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T19:31:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.098s coverage: 98.5% of statements [2022-10-25T19:31:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.115s coverage: 43.0% of statements [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T19:31:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T19:31:16.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.134s coverage: 54.2% of statements [2022-10-25T19:31:16.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T19:31:16.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.254s coverage: 89.2% of statements [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.081s coverage: 2.2% of statements [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.452s coverage: 95.6% of statements [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.066s coverage: 72.2% of statements [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.068s coverage: 60.0% of statements [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.067s coverage: 0.9% of statements [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.062s coverage: 29.6% of statements [2022-10-25T19:31:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.092s coverage: 79.5% of statements [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements [2022-10-25T19:31:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2022-10-25T19:31:26.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements [2022-10-25T19:31:26.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2022-10-25T19:31:32.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.224s coverage: 79.9% of statements [2022-10-25T19:31:32.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T19:31:40.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.039s coverage: 65.1% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.075s coverage: 86.9% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 58.8% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.084s coverage: 80.0% of statements [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.249s coverage: 91.2% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.153s coverage: 64.7% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 65.8% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.195s coverage: 41.8% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.085s coverage: 17.7% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.149s coverage: 97.7% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T19:31:40.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2022-10-25T19:31:40.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 96.9% of statements [2022-10-25T19:31:40.234Z] 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-25T19:31:58.294Z] 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-25T19:31:58.294Z] GO111MODULE=on go vet ./... [2022-10-25T19:32:02.480Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T19:32:02.480Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T19:32:02.738Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T19:32:02.772Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T19:32:03.078Z] + ls -al . [2022-10-25T19:32:03.079Z] total 768 [2022-10-25T19:32:03.079Z] drwxrwxr-x 11 1001 1001 4096 Oct 25 19:30 . [2022-10-25T19:32:03.079Z] drwxr-xr-x 4 root root 4096 Oct 25 19:30 .. [2022-10-25T19:32:03.079Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:30 .blubracket [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 19:30 .dockerignore [2022-10-25T19:32:03.079Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:31 .git [2022-10-25T19:32:03.079Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:30 .github [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:30 .gitignore [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 19:30 .golangci.yml [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 19:30 .hadolint.yml [2022-10-25T19:32:03.079Z] drwxr-xr-x 3 1001 1001 4096 Oct 25 19:30 .semver [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 19:30 .sonarcloud.properties [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:30 ADOPTERS.md [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:30 Attribution.txt [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:30 CHANGELOG.md [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:30 CONTRIBUTING.md [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 19:30 GOVERNANCE.md [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 19:30 Jenkinsfile [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:30 LICENSE [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:30 Makefile [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 19:30 OWNERS.md [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:30 README.md [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:30 SECURITY.md [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 19:30 VERSION [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:30 ZMQWindows.md [2022-10-25T19:32:03.079Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:30 bin [2022-10-25T19:32:03.079Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 19:30 cmd [2022-10-25T19:32:03.079Z] -rw-r--r-- 1 root root 501828 Oct 25 19:31 coverage.out [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 3447 Oct 25 19:30 go.mod [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 45062 Oct 25 19:30 go.sum [2022-10-25T19:32:03.079Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:30 internal [2022-10-25T19:32:03.079Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:30 openapi [2022-10-25T19:32:03.079Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 19:30 snap [2022-10-25T19:32:03.079Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 19:30 version.go [Pipeline] sh [2022-10-25T19:32:03.390Z] + '[' -e coverage.out ] [2022-10-25T19:32:03.390Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T19:32:03.504Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T19:32:03.801Z] + make build [2022-10-25T19:32:03.801Z] 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-25T19:32:18.677Z] 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-25T19:32:30.874Z] 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-25T19:32:30.875Z] 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-25T19:32:38.980Z] 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-25T19:32:38.980Z] 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-25T19:32:39.546Z] 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-25T19:32:41.445Z] 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-25T19:32:42.378Z] 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-25T19:32:43.753Z] 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-25T19:32:44.321Z] 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-25T19:32:45.258Z] 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-25T19:32:47.791Z] 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-25T19:32:48.749Z] $ docker stop --time=1 cef3ccc8505a911fa8ae9b42c93c2ad9eeb2db77f0d511d123d9b899560bd61f [2022-10-25T19:32:52.907Z] $ docker rm -f cef3ccc8505a911fa8ae9b42c93c2ad9eeb2db77f0d511d123d9b899560bd61f [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-25T19:32:54.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:32:54.006Z] [2022-10-25T19:32:54.006Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:32:54.386Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:32:54.386Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-25T19:32:54.386Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-25T19:32:54.386Z] ca9280d653b3: Pulling fs layer [2022-10-25T19:32:54.386Z] 7e9c9ca2126c: Pulling fs layer [2022-10-25T19:32:54.645Z] cbdbe7a5bc2a: Download complete [2022-10-25T19:32:54.645Z] ca9280d653b3: Download complete [2022-10-25T19:32:54.645Z] cbdbe7a5bc2a: Pull complete [2022-10-25T19:32:54.902Z] 7e9c9ca2126c: Download complete [2022-10-25T19:32:55.159Z] ca9280d653b3: Pull complete [2022-10-25T19:32:58.435Z] 7e9c9ca2126c: Pull complete [2022-10-25T19:32:58.435Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-25T19:32:58.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:32:58.435Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:32:58.650Z] prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container [2022-10-25T19:32:58.682Z] $ 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-25T19:33:01.049Z] $ docker top 1fb1dfc5d3a65d270f2cf7c97d54a2219829613718bb4e6f35ae198f4f24262e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:33:01.444Z] + docker-compose build --help [2022-10-25T19:33:01.444Z] + grep parallel [2022-10-25T19:33:02.014Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T19:33:02.051Z] $ docker stop --time=1 1fb1dfc5d3a65d270f2cf7c97d54a2219829613718bb4e6f35ae198f4f24262e [2022-10-25T19:33:03.327Z] $ docker rm -f 1fb1dfc5d3a65d270f2cf7c97d54a2219829613718bb4e6f35ae198f4f24262e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:33:03.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:33:03.909Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:33:04.056Z] prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container [2022-10-25T19:33:04.093Z] $ 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-25T19:33:04.461Z] $ docker top 57f7f48db66e473d17a1a59c88fd5ae1d9f97250e292374c9c1101defd40b67d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:33:04.859Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T19:33:05.426Z] Building core-command ... [2022-10-25T19:33:05.426Z] Building core-data ... [2022-10-25T19:33:05.426Z] Building core-metadata ... [2022-10-25T19:33:05.426Z] Building security-bootstrapper ... [2022-10-25T19:33:05.426Z] Building security-proxy-setup ... [2022-10-25T19:33:05.426Z] Building security-secretstore-setup ... [2022-10-25T19:33:05.426Z] Building security-spiffe-token-provider ... [2022-10-25T19:33:05.426Z] Building security-spire-agent ... [2022-10-25T19:33:05.426Z] Building security-spire-config ... [2022-10-25T19:33:05.426Z] Building security-spire-server ... [2022-10-25T19:33:05.426Z] Building support-notifications ... [2022-10-25T19:33:05.426Z] Building support-scheduler ... [2022-10-25T19:33:05.426Z] Building sys-mgmt-agent ... [2022-10-25T19:33:05.426Z] Building security-spire-server [2022-10-25T19:33:05.426Z] Building core-data [2022-10-25T19:33:05.426Z] Building security-bootstrapper [2022-10-25T19:33:05.426Z] Building security-spire-config [2022-10-25T19:33:05.426Z] Building support-scheduler [2022-10-25T19:33:20.307Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:33:20.307Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:33:20.307Z] ---> 3b2605e2a559 [2022-10-25T19:33:20.307Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T19:33:20.307Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:33:20.307Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:33:20.307Z] ---> 3b2605e2a559 [2022-10-25T19:33:20.307Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T19:33:20.307Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:33:20.307Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:33:20.307Z] ---> 3b2605e2a559 [2022-10-25T19:33:20.307Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:33:20.307Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:33:20.307Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:33:20.307Z] ---> 3b2605e2a559 [2022-10-25T19:33:20.307Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T19:33:20.307Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:33:20.307Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:33:20.307Z] ---> 3b2605e2a559 [2022-10-25T19:33:20.307Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:33:28.431Z] ---> Running in c1caeccfb8e7 [2022-10-25T19:33:28.431Z] ---> Running in ad3a08ddb501 [2022-10-25T19:33:28.431Z] ---> Running in e42913f9c1a5 [2022-10-25T19:33:28.431Z] ---> Running in ebfcff9ee149 [2022-10-25T19:33:28.431Z] ---> Running in 43d0e10f08eb [2022-10-25T19:33:28.431Z] Removing intermediate container c1caeccfb8e7 [2022-10-25T19:33:28.431Z] ---> 30fd2f80626e [2022-10-25T19:33:28.431Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T19:33:28.431Z] Removing intermediate container ebfcff9ee149 [2022-10-25T19:33:28.431Z] ---> 1222f8aca50b [2022-10-25T19:33:28.431Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:33:28.431Z] Removing intermediate container 43d0e10f08eb [2022-10-25T19:33:28.431Z] ---> 246a4abe4421 [2022-10-25T19:33:28.431Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:33:28.431Z] Removing intermediate container e42913f9c1a5 [2022-10-25T19:33:28.431Z] ---> 6948b3bbe86f [2022-10-25T19:33:28.431Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T19:33:28.431Z] Removing intermediate container ad3a08ddb501 [2022-10-25T19:33:28.431Z] ---> ebdab3d3d204 [2022-10-25T19:33:28.431Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:33:28.431Z] ---> Running in 467e4c12ee3c [2022-10-25T19:33:28.431Z] ---> Running in 34a35cfeb079 [2022-10-25T19:33:28.431Z] ---> Running in 16c0108a515e [2022-10-25T19:33:28.431Z] ---> Running in 55f3e1c9712c [2022-10-25T19:33:28.431Z] ---> Running in 9d9825bb79da [2022-10-25T19:33:28.431Z] Removing intermediate container 467e4c12ee3c [2022-10-25T19:33:28.431Z] ---> cc27f3d9add5 [2022-10-25T19:33:28.431Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:33:28.431Z] ---> Running in 51331891c453 [2022-10-25T19:33:28.431Z] Removing intermediate container 55f3e1c9712c [2022-10-25T19:33:28.431Z] ---> 3250597714ea [2022-10-25T19:33:28.431Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:33:28.431Z] ---> Running in 345bdc4dc28f [2022-10-25T19:33:28.688Z] Removing intermediate container 34a35cfeb079 [2022-10-25T19:33:28.688Z] ---> aedead104517 [2022-10-25T19:33:28.688Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T19:33:28.688Z] ---> Running in 9d678cd09641 [2022-10-25T19:33:28.947Z] Removing intermediate container 16c0108a515e [2022-10-25T19:33:28.947Z] ---> 61e1bb49d912 [2022-10-25T19:33:28.947Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:33:28.947Z] ---> Running in 13e5cee95feb [2022-10-25T19:33:28.947Z] Removing intermediate container 9d9825bb79da [2022-10-25T19:33:28.947Z] ---> 2e3dadec2c59 [2022-10-25T19:33:28.947Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:33:28.947Z] ---> Running in d1d19242f52d [2022-10-25T19:33:29.205Z] Removing intermediate container 51331891c453 [2022-10-25T19:33:29.205Z] ---> 3e20b012ea30 [2022-10-25T19:33:29.205Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T19:33:29.205Z] ---> Running in a91a15346037 [2022-10-25T19:33:29.205Z] Removing intermediate container 345bdc4dc28f [2022-10-25T19:33:29.205Z] ---> ac09eba4ad9e [2022-10-25T19:33:29.205Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T19:33:29.464Z] ---> Running in fc621a1ecda6 [2022-10-25T19:33:29.464Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:33:29.464Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:33:29.721Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:33:29.721Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:33:29.721Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:33:29.981Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:33:29.981Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:33:29.981Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:33:30.239Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:33:30.239Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:33:30.498Z] OK: 211 MiB in 51 packages [2022-10-25T19:33:30.755Z] OK: 211 MiB in 51 packages [2022-10-25T19:33:30.755Z] OK: 211 MiB in 51 packages [2022-10-25T19:33:30.755Z] OK: 211 MiB in 51 packages [2022-10-25T19:33:31.014Z] OK: 211 MiB in 51 packages [2022-10-25T19:33:31.014Z] Removing intermediate container 13e5cee95feb [2022-10-25T19:33:31.014Z] ---> b4b36a6ec66e [2022-10-25T19:33:31.014Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T19:33:31.014Z] ---> 4341aa7e8444 [2022-10-25T19:33:31.014Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:33:31.014Z] ---> Running in 1484f1ef2dda [2022-10-25T19:33:31.271Z] Removing intermediate container 9d678cd09641 [2022-10-25T19:33:31.271Z] ---> e7476ff3055c [2022-10-25T19:33:31.271Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T19:33:31.271Z] Removing intermediate container d1d19242f52d [2022-10-25T19:33:31.271Z] ---> 9233f02c6451 [2022-10-25T19:33:31.271Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T19:33:31.529Z] Removing intermediate container a91a15346037 [2022-10-25T19:33:31.529Z] ---> d34d4b978ddd [2022-10-25T19:33:31.529Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T19:33:31.529Z] Removing intermediate container fc621a1ecda6 [2022-10-25T19:33:31.529Z] ---> 2c064c597faf [2022-10-25T19:33:31.529Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T19:33:31.529Z] ---> 3e2a8d75f87a [2022-10-25T19:33:31.530Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:33:31.530Z] ---> bc4a25978623 [2022-10-25T19:33:31.530Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:33:31.530Z] ---> Running in e43e35fb96d0 [2022-10-25T19:33:31.530Z] ---> Running in ce2cdb7a8d6c [2022-10-25T19:33:31.530Z] ---> 2f47341d117a [2022-10-25T19:33:31.530Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:33:31.530Z] ---> Running in 70bc797224e0 [2022-10-25T19:33:31.788Z] ---> a39870471f51 [2022-10-25T19:33:31.788Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:33:31.788Z] ---> Running in 06d55052dfc3 [2022-10-25T19:34:03.874Z] Removing intermediate container 1484f1ef2dda [2022-10-25T19:34:03.874Z] ---> 61e2b7cef7ab [2022-10-25T19:34:03.874Z] Step 8/25 : COPY . . [2022-10-25T19:34:03.874Z] Removing intermediate container 70bc797224e0 [2022-10-25T19:34:03.874Z] ---> b627fc1dfe3e [2022-10-25T19:34:03.874Z] Step 9/24 : COPY . . [2022-10-25T19:34:03.874Z] Removing intermediate container ce2cdb7a8d6c [2022-10-25T19:34:03.874Z] ---> 18c1481d7c5c [2022-10-25T19:34:03.874Z] Step 8/26 : COPY . . [2022-10-25T19:34:03.874Z] Removing intermediate container e43e35fb96d0 [2022-10-25T19:34:03.874Z] ---> aaa5f3a67676 [2022-10-25T19:34:03.874Z] Step 8/33 : COPY . . [2022-10-25T19:34:03.874Z] Removing intermediate container 06d55052dfc3 [2022-10-25T19:34:03.874Z] ---> 7d0ef1a1cafa [2022-10-25T19:34:03.874Z] Step 9/23 : COPY . . [2022-10-25T19:34:21.981Z] ---> b471dd3b2b4e [2022-10-25T19:34:21.981Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:34:21.981Z] ---> 647251e02975 [2022-10-25T19:34:21.981Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T19:34:21.981Z] ---> 3573ec670dfb [2022-10-25T19:34:21.981Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:34:21.981Z] ---> Running in 11fc07deb2a6 [2022-10-25T19:34:21.981Z] ---> Running in ff1d2d7d0245 [2022-10-25T19:34:21.981Z] ---> Running in 5e6ab46afac4 [2022-10-25T19:34:21.981Z] ---> d0bdde9d2644 [2022-10-25T19:34:21.981Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-25T19:34:21.981Z] ---> f28371124a7b [2022-10-25T19:34:21.981Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T19:34:21.981Z] ---> Running in 6dc4353a21ef [2022-10-25T19:34:21.981Z] ---> Running in 5f66e53e90a0 [2022-10-25T19:34:21.981Z] Removing intermediate container 11fc07deb2a6 [2022-10-25T19:34:21.981Z] ---> d728131bdfe1 [2022-10-25T19:34:21.981Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T19:34:21.981Z] Removing intermediate container 5e6ab46afac4 [2022-10-25T19:34:21.981Z] ---> 12337eb50393 [2022-10-25T19:34:21.981Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T19:34:21.981Z] ---> Running in a4ffed42e3db [2022-10-25T19:34:21.981Z] ---> Running in 6cbc37d4c7af [2022-10-25T19:34:21.981Z] Removing intermediate container a4ffed42e3db [2022-10-25T19:34:21.981Z] ---> 7600f6fed96a [2022-10-25T19:34:21.981Z] 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-25T19:34:21.981Z] ---> Running in a79c83eda17f [2022-10-25T19:34:21.981Z] Removing intermediate container 6cbc37d4c7af [2022-10-25T19:34:21.981Z] ---> 1e302bd3fcdd [2022-10-25T19:34:21.981Z] 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-25T19:34:21.981Z] ---> Running in 6f639371ac0b [2022-10-25T19:34:21.981Z] 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-25T19:34:21.981Z] 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-25T19:34:21.981Z] 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-25T19:34:21.981Z] Removing intermediate container a79c83eda17f [2022-10-25T19:34:21.981Z] ---> 8bec25d6869d [2022-10-25T19:34:21.981Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T19:34:21.981Z] Removing intermediate container 6f639371ac0b [2022-10-25T19:34:21.981Z] ---> f9a53b9a6b61 [2022-10-25T19:34:21.981Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T19:34:21.981Z] ---> Running in b4383b9aac9a [2022-10-25T19:34:21.981Z] ---> Running in 4d21a0551c5a [2022-10-25T19:34:21.981Z] Removing intermediate container b4383b9aac9a [2022-10-25T19:34:21.981Z] ---> 8101755bf606 [2022-10-25T19:34:21.981Z] [2022-10-25T19:34:21.981Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T19:34:21.981Z] Removing intermediate container 4d21a0551c5a [2022-10-25T19:34:21.981Z] ---> 3f692d375cec [2022-10-25T19:34:21.981Z] [2022-10-25T19:34:21.981Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T19:34:21.981Z] 3.15: Pulling from library/alpine [2022-10-25T19:34:21.981Z] 3.15: Pulling from library/alpine [2022-10-25T19:34:22.914Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T19:34:22.914Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T19:34:22.914Z] Status: Image is up to date for alpine:3.15 [2022-10-25T19:34:22.914Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T19:34:22.914Z] ---> c4fc93816858 [2022-10-25T19:34:22.914Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:34:22.914Z] ---> c4fc93816858 [2022-10-25T19:34:22.914Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:34:22.914Z] ---> Running in 919f7b9a89c1 [2022-10-25T19:34:22.914Z] ---> Running in dcf899e0a333 [2022-10-25T19:34:22.914Z] Removing intermediate container dcf899e0a333 [2022-10-25T19:34:22.914Z] ---> 1eedfe15ce78 [2022-10-25T19:34:22.914Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:34:22.914Z] Removing intermediate container 919f7b9a89c1 [2022-10-25T19:34:22.914Z] ---> 059ba8033287 [2022-10-25T19:34:22.914Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:34:22.914Z] ---> Running in e4b16185f243 [2022-10-25T19:34:22.914Z] ---> Running in 0307a867ba35 [2022-10-25T19:34:25.443Z] Removing intermediate container 0307a867ba35 [2022-10-25T19:34:25.443Z] ---> e69c62824722 [2022-10-25T19:34:25.443Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T19:34:25.443Z] Removing intermediate container e4b16185f243 [2022-10-25T19:34:25.443Z] ---> 02d85b423ef4 [2022-10-25T19:34:25.443Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T19:34:25.443Z] ---> Running in 2dcc45d9a42b [2022-10-25T19:34:25.443Z] ---> Running in b9c4480ddc0c [2022-10-25T19:34:26.007Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:34:26.266Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:34:26.550Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:34:26.807Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:34:27.107Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:34:27.107Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:34:27.107Z] OK: 15857 distinct packages available [2022-10-25T19:34:27.107Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:34:27.364Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:34:27.364Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:34:27.364Z] OK: 15857 distinct packages available [2022-10-25T19:34:27.364Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:34:27.621Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:34:27.878Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:34:28.136Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T19:34:28.395Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T19:34:28.395Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:34:28.652Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:34:28.652Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T19:34:28.909Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T19:34:28.909Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T19:34:29.167Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T19:34:29.167Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T19:34:29.424Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:34:29.424Z] OK: 6 MiB in 18 packages [2022-10-25T19:34:29.681Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:34:29.681Z] OK: 7 MiB in 19 packages [2022-10-25T19:34:33.863Z] Removing intermediate container 2dcc45d9a42b [2022-10-25T19:34:33.863Z] ---> d85c14acff71 [2022-10-25T19:34:33.863Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:34:33.863Z] Removing intermediate container b9c4480ddc0c [2022-10-25T19:34:33.863Z] ---> 27df4f209766 [2022-10-25T19:34:33.863Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:34:40.424Z] ---> 450b629bb49c [2022-10-25T19:34:40.424Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:34:40.424Z] ---> 8ae93b9ce4e0 [2022-10-25T19:34:40.424Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:34:40.990Z] ---> fdd6b04673a8 [2022-10-25T19:34:40.990Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T19:34:40.990Z] ---> d5538105af32 [2022-10-25T19:34:40.990Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T19:34:40.990Z] ---> Running in c453cba32b1a [2022-10-25T19:34:41.558Z] ---> c09e7d6eede3 [2022-10-25T19:34:41.558Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T19:34:41.558Z] Removing intermediate container c453cba32b1a [2022-10-25T19:34:41.558Z] ---> 0dccb6934613 [2022-10-25T19:34:41.558Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-25T19:34:42.499Z] ---> 40da529394d0 [2022-10-25T19:34:42.500Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:34:42.760Z] ---> 52b79749c31a [2022-10-25T19:34:42.760Z] Step 21/26 : WORKDIR / [2022-10-25T19:34:42.760Z] ---> Running in 7f1926aa4dfe [2022-10-25T19:34:42.760Z] ---> Running in 1d9056db20e5 [2022-10-25T19:34:43.017Z] Removing intermediate container 7f1926aa4dfe [2022-10-25T19:34:43.017Z] ---> 8b4cedf26bc7 [2022-10-25T19:34:43.017Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:34:43.288Z] ---> Running in c98f7f0ad002 [2022-10-25T19:34:43.288Z] Removing intermediate container 1d9056db20e5 [2022-10-25T19:34:43.288Z] ---> fbddf5d6fa66 [2022-10-25T19:34:43.288Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:34:43.550Z] ---> Running in ed27c7a9199a [2022-10-25T19:34:43.550Z] Removing intermediate container c98f7f0ad002 [2022-10-25T19:34:43.550Z] ---> 18aa4f478092 [2022-10-25T19:34:43.550Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T19:34:43.813Z] ---> Running in 29e3f0d5ec47 [2022-10-25T19:34:43.813Z] Removing intermediate container ed27c7a9199a [2022-10-25T19:34:43.813Z] ---> d917916ea1d1 [2022-10-25T19:34:43.813Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:34:44.085Z] ---> Running in c3fc87c88bb4 [2022-10-25T19:34:44.394Z] Removing intermediate container 29e3f0d5ec47 [2022-10-25T19:34:44.394Z] ---> 447511be016d [2022-10-25T19:34:44.394Z] Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:34:44.394Z] Removing intermediate container c3fc87c88bb4 [2022-10-25T19:34:44.394Z] ---> 7d77031d3b16 [2022-10-25T19:34:44.394Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T19:34:44.651Z] ---> Running in ddb49b3b2a1e [2022-10-25T19:34:44.651Z] ---> Running in d8c89beb9fb0 [2022-10-25T19:34:45.215Z] Removing intermediate container ddb49b3b2a1e [2022-10-25T19:34:45.215Z] ---> 7748d679f7b3 [2022-10-25T19:34:45.215Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:34:45.215Z] Removing intermediate container d8c89beb9fb0 [2022-10-25T19:34:45.215Z] ---> c4e446194e0a [2022-10-25T19:34:45.215Z] Step 25/26 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:34:45.780Z] ---> Running in 2b89a70ddf3f [2022-10-25T19:34:45.780Z] ---> Running in 852c70c350d1 [2022-10-25T19:34:46.038Z] Removing intermediate container 2b89a70ddf3f [2022-10-25T19:34:46.038Z] ---> 5b481a6e4852 [2022-10-25T19:34:46.038Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T19:34:47.002Z] Removing intermediate container 852c70c350d1 [2022-10-25T19:34:47.002Z] ---> d5b339f4406b [2022-10-25T19:34:47.002Z] [2022-10-25T19:34:47.002Z] Successfully built d5b339f4406b [2022-10-25T19:34:47.002Z] Successfully tagged security-spire-server:latest [2022-10-25T19:34:47.002Z]  Building security-spire-server ... done Building sys-mgmt-agent [2022-10-25T19:34:47.002Z] ---> Running in 7a4a403fb45f [2022-10-25T19:34:47.002Z] Removing intermediate container 5f66e53e90a0 [2022-10-25T19:34:47.002Z] ---> 382c593e0756 [2022-10-25T19:34:47.002Z] [2022-10-25T19:34:47.002Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T19:34:47.568Z] 3.16: Pulling from library/alpine [2022-10-25T19:34:50.094Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:34:50.094Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:34:50.094Z] ---> 3b2605e2a559 [2022-10-25T19:34:50.094Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T19:34:50.094Z] ---> Using cache [2022-10-25T19:34:50.094Z] ---> ebdab3d3d204 [2022-10-25T19:34:50.094Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:34:50.094Z] ---> Using cache [2022-10-25T19:34:50.094Z] ---> 2e3dadec2c59 [2022-10-25T19:34:50.094Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T19:34:51.126Z] Removing intermediate container 7a4a403fb45f [2022-10-25T19:34:51.126Z] ---> 6f64938553de [2022-10-25T19:34:51.126Z] [2022-10-25T19:34:51.126Z] Successfully built 6f64938553de [2022-10-25T19:34:52.063Z] Successfully tagged security-spire-config:latest [2022-10-25T19:34:52.063Z] Building security-spire-agent [2022-10-25T19:34:52.063Z]  Building security-spire-config ... done  ---> Running in f5eb40b342d2 [2022-10-25T19:34:52.063Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T19:34:52.063Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T19:34:52.063Z] ---> 9c6f07244728 [2022-10-25T19:34:52.063Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:34:52.063Z] ---> Running in 8f6f22f55498 [2022-10-25T19:34:56.278Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:34:56.278Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:34:56.278Z] ---> 3b2605e2a559 [2022-10-25T19:34:56.278Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T19:34:56.278Z] ---> Using cache [2022-10-25T19:34:56.278Z] ---> ebdab3d3d204 [2022-10-25T19:34:56.278Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:34:56.278Z] ---> Using cache [2022-10-25T19:34:56.278Z] ---> 2e3dadec2c59 [2022-10-25T19:34:56.278Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:34:56.278Z] ---> Using cache [2022-10-25T19:34:56.278Z] ---> 9233f02c6451 [2022-10-25T19:34:56.278Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T19:34:56.278Z] ---> Using cache [2022-10-25T19:34:56.278Z] ---> bc4a25978623 [2022-10-25T19:34:56.279Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:34:56.279Z] ---> Using cache [2022-10-25T19:34:56.279Z] ---> 18c1481d7c5c [2022-10-25T19:34:56.279Z] Step 8/26 : COPY . . [2022-10-25T19:34:56.279Z] ---> Using cache [2022-10-25T19:34:56.279Z] ---> 3573ec670dfb [2022-10-25T19:34:56.279Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:34:56.279Z] ---> Using cache [2022-10-25T19:34:56.279Z] ---> 12337eb50393 [2022-10-25T19:34:56.279Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T19:34:56.279Z] ---> Using cache [2022-10-25T19:34:56.279Z] ---> 1e302bd3fcdd [2022-10-25T19:34:56.279Z] 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-25T19:34:56.279Z] ---> Using cache [2022-10-25T19:34:56.279Z] ---> f9a53b9a6b61 [2022-10-25T19:34:56.279Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T19:34:56.279Z] ---> Using cache [2022-10-25T19:34:56.279Z] ---> 3f692d375cec [2022-10-25T19:34:56.279Z] [2022-10-25T19:34:56.279Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T19:34:56.279Z] ---> c4fc93816858 [2022-10-25T19:34:56.279Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:34:56.279Z] ---> Using cache [2022-10-25T19:34:56.279Z] ---> 059ba8033287 [2022-10-25T19:34:56.279Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:34:56.279Z] ---> Using cache [2022-10-25T19:34:56.279Z] ---> e69c62824722 [2022-10-25T19:34:56.279Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T19:34:56.279Z] ---> Using cache [2022-10-25T19:34:56.279Z] ---> d85c14acff71 [2022-10-25T19:34:56.279Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T19:34:56.279Z] Removing intermediate container 8f6f22f55498 [2022-10-25T19:34:56.279Z] ---> f8c3957c6cd5 [2022-10-25T19:34:56.279Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T19:34:57.215Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:34:57.786Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:34:58.354Z] OK: 211 MiB in 51 packages [2022-10-25T19:35:00.912Z] ---> 8164b7be540f [2022-10-25T19:35:00.912Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:35:00.912Z] ---> Running in 6b961615f4b5 [2022-10-25T19:35:00.912Z] Removing intermediate container 6dc4353a21ef [2022-10-25T19:35:00.912Z] ---> 82b9046c9209 [2022-10-25T19:35:00.912Z] [2022-10-25T19:35:00.912Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T19:35:00.912Z] Removing intermediate container ff1d2d7d0245 [2022-10-25T19:35:00.912Z] ---> 2b8e6d16a07e [2022-10-25T19:35:00.912Z] [2022-10-25T19:35:00.912Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T19:35:00.912Z] ---> 9c6f07244728 [2022-10-25T19:35:00.912Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T19:35:00.912Z] ---> 9c6f07244728 [2022-10-25T19:35:00.912Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T19:35:01.700Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:01.700Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:01.962Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T19:35:01.962Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T19:35:01.962Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:35:01.962Z] OK: 6 MiB in 16 packages [2022-10-25T19:35:02.219Z] Removing intermediate container f5eb40b342d2 [2022-10-25T19:35:02.219Z] ---> 274fc12bb4f9 [2022-10-25T19:35:02.219Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T19:35:02.219Z] ---> Running in 7f04eb374084 [2022-10-25T19:35:02.219Z] ---> Running in d2b031a866fb [2022-10-25T19:35:02.219Z] ---> 4089c126995e [2022-10-25T19:35:02.219Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:35:02.219Z] Removing intermediate container 7f04eb374084 [2022-10-25T19:35:02.219Z] ---> 6c8d27338494 [2022-10-25T19:35:02.219Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T19:35:02.478Z] ---> Running in 440990891ca9 [2022-10-25T19:35:02.478Z] ---> 53265591a127 [2022-10-25T19:35:02.478Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:35:02.478Z] ---> Running in 941b090b4dbc [2022-10-25T19:35:02.478Z] ---> 8e92234c6798 [2022-10-25T19:35:02.478Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T19:35:02.478Z] Removing intermediate container 440990891ca9 [2022-10-25T19:35:02.478Z] ---> 48603468d83e [2022-10-25T19:35:02.478Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T19:35:02.478Z] ---> Running in d38fcb64c21d [2022-10-25T19:35:02.478Z] Removing intermediate container 6b961615f4b5 [2022-10-25T19:35:02.478Z] ---> 29ca69151800 [2022-10-25T19:35:02.478Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T19:35:02.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:02.737Z] ---> Running in fd3a2fb82a38 [2022-10-25T19:35:02.737Z] Removing intermediate container d38fcb64c21d [2022-10-25T19:35:02.737Z] ---> bb9c1fd95d25 [2022-10-25T19:35:02.737Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:35:02.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:02.737Z] ---> e57ba9ff07a5 [2022-10-25T19:35:02.737Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T19:35:02.737Z] ---> Running in 0b4f8b0c2782 [2022-10-25T19:35:02.737Z] Removing intermediate container fd3a2fb82a38 [2022-10-25T19:35:02.737Z] ---> 7c6c84c7a533 [2022-10-25T19:35:02.737Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T19:35:02.737Z] ---> Running in c8e5d8c8d95e [2022-10-25T19:35:02.996Z] Removing intermediate container c8e5d8c8d95e [2022-10-25T19:35:02.996Z] ---> 2c3f42b5f37d [2022-10-25T19:35:02.996Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T19:35:02.996Z] ---> Running in 1f0358fdc0c6 [2022-10-25T19:35:02.996Z] ---> 96bc7a1f4ea0 [2022-10-25T19:35:02.996Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:35:02.996Z] ---> Running in 47090bfe9590 [2022-10-25T19:35:02.996Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T19:35:02.996Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:35:02.996Z] OK: 6 MiB in 15 packages [2022-10-25T19:35:02.996Z] Removing intermediate container 1f0358fdc0c6 [2022-10-25T19:35:02.996Z] ---> 38bcc79dd279 [2022-10-25T19:35:02.996Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T19:35:02.996Z] ---> Running in 0a385424f947 [2022-10-25T19:35:02.996Z] Removing intermediate container 47090bfe9590 [2022-10-25T19:35:02.996Z] ---> b56504c7ce48 [2022-10-25T19:35:02.996Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:35:02.996Z] ---> Running in 7e5d85896299 [2022-10-25T19:35:03.269Z] Removing intermediate container 0a385424f947 [2022-10-25T19:35:03.269Z] ---> 74aae2bf0b78 [2022-10-25T19:35:03.269Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T19:35:03.269Z] Removing intermediate container 7e5d85896299 [2022-10-25T19:35:03.269Z] ---> df4323af9a0e [2022-10-25T19:35:03.269Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T19:35:03.269Z] ---> Running in 91a2a5f49193 [2022-10-25T19:35:03.269Z] ---> Running in 72addc3b640a [2022-10-25T19:35:03.269Z] Removing intermediate container 72addc3b640a [2022-10-25T19:35:03.269Z] ---> 0d28b77d8449 [2022-10-25T19:35:03.269Z] Step 25/26 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:35:03.269Z] ---> Running in d2a89dad93e0 [2022-10-25T19:35:03.527Z] Removing intermediate container d2b031a866fb [2022-10-25T19:35:03.527Z] ---> f9191ddcc6f2 [2022-10-25T19:35:03.527Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:35:03.527Z] Removing intermediate container d2a89dad93e0 [2022-10-25T19:35:03.527Z] ---> cea0bd1149af [2022-10-25T19:35:03.527Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T19:35:03.527Z] ---> Running in 9a5049e3a6a5 [2022-10-25T19:35:03.527Z] ---> Running in 0125eb786a50 [2022-10-25T19:35:03.527Z] Removing intermediate container 0b4f8b0c2782 [2022-10-25T19:35:03.527Z] ---> 1fd65d24b956 [2022-10-25T19:35:03.527Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T19:35:03.527Z] ---> Running in ee193f464b61 [2022-10-25T19:35:03.527Z] Removing intermediate container 9a5049e3a6a5 [2022-10-25T19:35:03.527Z] ---> 5847162843a9 [2022-10-25T19:35:03.527Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T19:35:03.527Z] Removing intermediate container 0125eb786a50 [2022-10-25T19:35:03.527Z] ---> ad898ad4708a [2022-10-25T19:35:03.527Z] [2022-10-25T19:35:03.527Z] ---> Running in 2d965ca3f53e [2022-10-25T19:35:03.784Z] Successfully built ad898ad4708a [2022-10-25T19:35:03.784Z] Successfully tagged security-spire-agent:latest [2022-10-25T19:35:03.784Z]  Building security-spire-agent ... done Building core-metadata [2022-10-25T19:35:03.784Z] Removing intermediate container 2d965ca3f53e [2022-10-25T19:35:03.784Z] ---> d38c4d293ca9 [2022-10-25T19:35:03.784Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T19:35:03.784Z] ---> Running in 6c522b896472 [2022-10-25T19:35:05.170Z] Removing intermediate container 6c522b896472 [2022-10-25T19:35:05.170Z] ---> 812056cad73f [2022-10-25T19:35:05.170Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:35:05.170Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:05.427Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:06.007Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T19:35:06.576Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T19:35:06.835Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T19:35:06.835Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:35:06.835Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:35:06.835Z] ---> 3b2605e2a559 [2022-10-25T19:35:06.835Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:35:06.835Z] ---> Using cache [2022-10-25T19:35:06.835Z] ---> 6948b3bbe86f [2022-10-25T19:35:06.835Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T19:35:06.835Z] ---> Using cache [2022-10-25T19:35:06.835Z] ---> 3250597714ea [2022-10-25T19:35:06.835Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:35:06.835Z] ---> Using cache [2022-10-25T19:35:06.835Z] ---> ac09eba4ad9e [2022-10-25T19:35:06.835Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T19:35:06.835Z] ---> Using cache [2022-10-25T19:35:06.835Z] ---> 2c064c597faf [2022-10-25T19:35:06.835Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T19:35:06.835Z] ---> Using cache [2022-10-25T19:35:06.835Z] ---> a39870471f51 [2022-10-25T19:35:06.835Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:35:06.835Z] ---> Using cache [2022-10-25T19:35:06.835Z] ---> 7d0ef1a1cafa [2022-10-25T19:35:06.835Z] Step 9/25 : COPY . . [2022-10-25T19:35:06.835Z] ---> Using cache [2022-10-25T19:35:06.835Z] ---> 647251e02975 [2022-10-25T19:35:06.835Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T19:35:07.133Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T19:35:07.804Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T19:35:08.062Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T19:35:08.321Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:35:08.321Z] OK: 8 MiB in 20 packages [2022-10-25T19:35:10.226Z] ---> c7bde74c54ce [2022-10-25T19:35:10.226Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T19:35:10.226Z] ---> Running in ff51c981b61b [2022-10-25T19:35:10.226Z] Removing intermediate container 91a2a5f49193 [2022-10-25T19:35:10.226Z] ---> e8358fff07a7 [2022-10-25T19:35:10.226Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T19:35:10.226Z] ---> Running in 2aaf630312f2 [2022-10-25T19:35:10.826Z] Removing intermediate container 2aaf630312f2 [2022-10-25T19:35:10.826Z] ---> ea96f2c17de2 [2022-10-25T19:35:10.826Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T19:35:11.117Z] 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-25T19:35:11.117Z] Removing intermediate container ee193f464b61 [2022-10-25T19:35:11.117Z] ---> 76b182d0fef7 [2022-10-25T19:35:11.117Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:35:11.117Z] ---> 99975ca63d6f [2022-10-25T19:35:11.117Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T19:35:11.374Z] ---> a0a327bde04e [2022-10-25T19:35:11.374Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T19:35:11.374Z] ---> c32fae6005b6 [2022-10-25T19:35:11.374Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T19:35:11.374Z] ---> Running in d724aa1a8204 [2022-10-25T19:35:11.374Z] ---> 6a0533581c2f [2022-10-25T19:35:11.374Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T19:35:11.633Z] ---> Running in 2fcd9b7fce8b [2022-10-25T19:35:11.892Z] Removing intermediate container 2fcd9b7fce8b [2022-10-25T19:35:11.892Z] ---> 8d255be44d56 [2022-10-25T19:35:11.892Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:35:12.150Z] ---> e4ba28237a22 [2022-10-25T19:35:12.150Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T19:35:12.150Z] ---> Running in 57f713c89c17 [2022-10-25T19:35:12.409Z] Removing intermediate container 57f713c89c17 [2022-10-25T19:35:12.409Z] ---> ee5ed12c9dad [2022-10-25T19:35:12.409Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T19:35:12.409Z] ---> d11fd74d367e [2022-10-25T19:35:12.409Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T19:35:12.409Z] ---> Running in 5d6e6e10e134 [2022-10-25T19:35:12.409Z] ---> Running in 17d3f3643812 [2022-10-25T19:35:12.409Z] Removing intermediate container d724aa1a8204 [2022-10-25T19:35:12.409Z] ---> ad94c03cc10c [2022-10-25T19:35:12.409Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:35:12.666Z] Removing intermediate container 5d6e6e10e134 [2022-10-25T19:35:12.666Z] ---> 72a2f2c318fc [2022-10-25T19:35:12.666Z] Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:35:12.666Z] Removing intermediate container 17d3f3643812 [2022-10-25T19:35:12.666Z] ---> c90205b0b68e [2022-10-25T19:35:12.666Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:35:12.924Z] ---> Running in 0dd7d692d87e [2022-10-25T19:35:12.924Z] ---> Running in 87878120d4b4 [2022-10-25T19:35:12.924Z] ---> 7fddd890cb6b [2022-10-25T19:35:12.924Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T19:35:13.183Z] Removing intermediate container 87878120d4b4 [2022-10-25T19:35:13.183Z] ---> 48801c56a648 [2022-10-25T19:35:13.183Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T19:35:13.183Z] Removing intermediate container 0dd7d692d87e [2022-10-25T19:35:13.183Z] ---> e909a7f196c1 [2022-10-25T19:35:13.183Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T19:35:13.183Z] ---> Running in b7cc2a5418bc [2022-10-25T19:35:13.183Z] ---> Running in 6734617b7f9e [2022-10-25T19:35:13.441Z] Removing intermediate container b7cc2a5418bc [2022-10-25T19:35:13.441Z] ---> c54b9ef1b38b [2022-10-25T19:35:13.441Z] Step 23/24 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:35:13.702Z] Removing intermediate container 6734617b7f9e [2022-10-25T19:35:13.702Z] ---> 510b3d694171 [2022-10-25T19:35:13.702Z] [2022-10-25T19:35:13.702Z] ---> Running in 29074b660203 [2022-10-25T19:35:13.702Z] ---> 4fb685a907bc [2022-10-25T19:35:13.702Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T19:35:13.959Z] Successfully built 510b3d694171 [2022-10-25T19:35:13.959Z] Successfully tagged support-scheduler:latest [2022-10-25T19:35:13.959Z]  Building support-scheduler ... done Building security-spiffe-token-provider [2022-10-25T19:35:13.959Z] Removing intermediate container 29074b660203 [2022-10-25T19:35:13.959Z] ---> e5ad4a4b37ec [2022-10-25T19:35:13.959Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T19:35:14.239Z] ---> Running in 2fe6d5d6cdb2 [2022-10-25T19:35:17.640Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:35:17.640Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:35:18.205Z] ---> 3b2605e2a559 [2022-10-25T19:35:18.205Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T19:35:18.205Z] ---> ad1d89aa8be9 [2022-10-25T19:35:18.205Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T19:35:18.205Z] ---> Using cache [2022-10-25T19:35:18.205Z] ---> ebdab3d3d204 [2022-10-25T19:35:18.205Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T19:35:18.205Z] Removing intermediate container 2fe6d5d6cdb2 [2022-10-25T19:35:18.205Z] ---> acf04c0f028c [2022-10-25T19:35:18.205Z] [2022-10-25T19:35:18.205Z] ---> Running in d77bac2382de [2022-10-25T19:35:18.205Z] Successfully built acf04c0f028c [2022-10-25T19:35:18.464Z] Successfully tagged core-data:latest [2022-10-25T19:35:18.464Z]  Building core-data ... done Building security-proxy-setup [2022-10-25T19:35:18.464Z] Removing intermediate container 941b090b4dbc [2022-10-25T19:35:18.464Z] ---> 758f63df1543 [2022-10-25T19:35:18.464Z] Step 8/23 : COPY . . [2022-10-25T19:35:19.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:19.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:19.863Z] v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T19:35:19.863Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T19:35:19.863Z] OK: 17039 distinct packages available [2022-10-25T19:35:19.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:19.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:20.445Z] OK: 211 MiB in 51 packages [2022-10-25T19:35:22.988Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:35:22.988Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:35:22.988Z] ---> 3b2605e2a559 [2022-10-25T19:35:22.988Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T19:35:22.988Z] ---> Using cache [2022-10-25T19:35:22.988Z] ---> ebdab3d3d204 [2022-10-25T19:35:22.988Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:35:22.988Z] ---> Using cache [2022-10-25T19:35:22.988Z] ---> 2e3dadec2c59 [2022-10-25T19:35:22.988Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T19:35:25.645Z] ---> 65b05d4bdd50 [2022-10-25T19:35:25.645Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T19:35:27.078Z] ---> Running in b416be6511d4 [2022-10-25T19:35:27.078Z] ---> 68e37d57221f [2022-10-25T19:35:27.078Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T19:35:27.335Z] ---> cc1f48a2258f [2022-10-25T19:35:27.335Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-25T19:35:27.335Z] ---> Running in ad5cbb0749a3 [2022-10-25T19:35:27.335Z] Removing intermediate container d77bac2382de [2022-10-25T19:35:27.335Z] ---> 559187b5d2ab [2022-10-25T19:35:27.335Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T19:35:27.335Z] ---> f295686b0649 [2022-10-25T19:35:27.335Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T19:35:27.591Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:27.591Z] ---> 50d2afbd3c5f [2022-10-25T19:35:27.591Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:35:27.591Z] ---> Running in 206426e14b19 [2022-10-25T19:35:27.591Z] ---> da5cbeb3ac34 [2022-10-25T19:35:27.591Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T19:35:27.591Z] ---> Running in 94761d3c931c [2022-10-25T19:35:27.848Z] 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-25T19:35:27.848Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:28.780Z] OK: 211 MiB in 51 packages [2022-10-25T19:35:29.037Z] Removing intermediate container 94761d3c931c [2022-10-25T19:35:29.037Z] ---> 50aedd65a88b [2022-10-25T19:35:29.037Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T19:35:29.379Z] ---> Running in 827b4ae40611 [2022-10-25T19:35:29.730Z] Removing intermediate container 827b4ae40611 [2022-10-25T19:35:29.730Z] ---> 5b88e1e1063e [2022-10-25T19:35:29.730Z] Step 30/33 : CMD ["gate"] [2022-10-25T19:35:29.730Z] Removing intermediate container b416be6511d4 [2022-10-25T19:35:29.730Z] ---> e01920b40393 [2022-10-25T19:35:29.730Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T19:35:29.988Z] ---> Running in fdfae892016e [2022-10-25T19:35:32.683Z] Removing intermediate container fdfae892016e [2022-10-25T19:35:32.683Z] ---> af7d5e891926 [2022-10-25T19:35:32.683Z] Step 31/33 : LABEL arch=x86_64 [2022-10-25T19:35:32.943Z] ---> ef2b45592990 [2022-10-25T19:35:32.943Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:35:33.200Z] ---> Running in eb3de6483e11 [2022-10-25T19:35:33.200Z] ---> Running in 6fe2ef3de7c1 [2022-10-25T19:35:33.458Z] Removing intermediate container ff51c981b61b [2022-10-25T19:35:33.458Z] ---> 490e4ec53f55 [2022-10-25T19:35:33.458Z] [2022-10-25T19:35:33.458Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T19:35:33.458Z] ---> 9c6f07244728 [2022-10-25T19:35:33.458Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T19:35:33.458Z] ---> Using cache [2022-10-25T19:35:33.458Z] ---> f9191ddcc6f2 [2022-10-25T19:35:33.458Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:35:33.458Z] ---> Using cache [2022-10-25T19:35:33.458Z] ---> 5847162843a9 [2022-10-25T19:35:33.458Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T19:35:33.787Z] Removing intermediate container eb3de6483e11 [2022-10-25T19:35:33.787Z] ---> e5b99217f049 [2022-10-25T19:35:33.787Z] Step 32/33 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:35:33.787Z] ---> Running in cf6f17e627d4 [2022-10-25T19:35:33.787Z] ---> Running in 07b897a5ef40 [2022-10-25T19:35:34.046Z] Removing intermediate container cf6f17e627d4 [2022-10-25T19:35:34.046Z] ---> 845169f720e8 [2022-10-25T19:35:34.046Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T19:35:34.046Z] Removing intermediate container 07b897a5ef40 [2022-10-25T19:35:34.046Z] ---> df46744acf9d [2022-10-25T19:35:34.046Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T19:35:34.046Z] ---> Running in 84a5dbca6e37 [2022-10-25T19:35:34.305Z] ---> Running in 469aa7d283f4 [2022-10-25T19:35:34.305Z] Removing intermediate container 84a5dbca6e37 [2022-10-25T19:35:34.305Z] ---> 388b1d727c03 [2022-10-25T19:35:34.305Z] Step 16/25 : WORKDIR / [2022-10-25T19:35:34.612Z] ---> Running in 39d4475c96ff [2022-10-25T19:35:34.612Z] Removing intermediate container 469aa7d283f4 [2022-10-25T19:35:34.612Z] ---> 2948b485110b [2022-10-25T19:35:34.612Z] [2022-10-25T19:35:34.612Z] Successfully built 2948b485110b [2022-10-25T19:35:34.612Z] Successfully tagged security-bootstrapper:latest [2022-10-25T19:35:34.612Z]  Building security-bootstrapper ... done Building support-notifications [2022-10-25T19:35:34.870Z] Removing intermediate container 39d4475c96ff [2022-10-25T19:35:34.870Z] ---> a619ac889f66 [2022-10-25T19:35:34.870Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:35:39.070Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:35:39.070Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:35:39.070Z] ---> 3b2605e2a559 [2022-10-25T19:35:39.070Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:35:39.070Z] ---> Using cache [2022-10-25T19:35:39.070Z] ---> 6948b3bbe86f [2022-10-25T19:35:39.070Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T19:35:39.070Z] ---> Using cache [2022-10-25T19:35:39.070Z] ---> 3250597714ea [2022-10-25T19:35:39.070Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:35:39.070Z] ---> Using cache [2022-10-25T19:35:39.070Z] ---> ac09eba4ad9e [2022-10-25T19:35:39.070Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T19:35:44.375Z] ---> ca6bf00e8620 [2022-10-25T19:35:44.375Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T19:35:44.375Z] ---> Running in 8e8ddce1caef [2022-10-25T19:35:44.375Z] Removing intermediate container 206426e14b19 [2022-10-25T19:35:44.375Z] ---> f9756841728a [2022-10-25T19:35:44.375Z] Step 7/20 : COPY . . [2022-10-25T19:35:44.375Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:44.946Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:45.888Z] OK: 211 MiB in 51 packages [2022-10-25T19:35:51.180Z] ---> 9ba70a76b933 [2022-10-25T19:35:51.180Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T19:35:51.180Z] Removing intermediate container ad5cbb0749a3 [2022-10-25T19:35:51.180Z] ---> 5fc951f1b9bd [2022-10-25T19:35:51.180Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T19:35:51.180Z] Removing intermediate container 8e8ddce1caef [2022-10-25T19:35:51.180Z] ---> 9c1118458ec2 [2022-10-25T19:35:51.180Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T19:35:51.180Z] ---> a584c56027c4 [2022-10-25T19:35:51.180Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T19:35:51.180Z] ---> Running in f28ba0b77149 [2022-10-25T19:35:51.180Z] ---> e85b51c1b777 [2022-10-25T19:35:51.180Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T19:35:51.180Z] ---> Running in 2cb954922f63 [2022-10-25T19:35:51.180Z] ---> 62b362b9f2b8 [2022-10-25T19:35:51.180Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T19:35:51.180Z] ---> 3538394e66b8 [2022-10-25T19:35:51.180Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:35:51.180Z] ---> Running in f04ec8e32314 [2022-10-25T19:35:51.180Z] ---> Running in d4dc146e92be [2022-10-25T19:35:51.180Z] Removing intermediate container f04ec8e32314 [2022-10-25T19:35:51.180Z] ---> f1912a078f1d [2022-10-25T19:35:51.180Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:35:51.180Z] 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-25T19:35:51.180Z] ---> Running in 10c556d789e0 [2022-10-25T19:35:51.180Z] Removing intermediate container 6fe2ef3de7c1 [2022-10-25T19:35:51.180Z] ---> 1d0598be4cbf [2022-10-25T19:35:51.180Z] Step 8/22 : COPY . . [2022-10-25T19:35:51.180Z] Removing intermediate container 10c556d789e0 [2022-10-25T19:35:51.180Z] ---> 1ab25bf5d26f [2022-10-25T19:35:51.180Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T19:35:51.180Z] 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-25T19:35:51.180Z] ---> Running in 53470a528f35 [2022-10-25T19:35:52.131Z] Removing intermediate container 53470a528f35 [2022-10-25T19:35:52.131Z] ---> 96b6f41978c4 [2022-10-25T19:35:52.131Z] Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:35:54.756Z] ---> Running in 57447fd75d31 [2022-10-25T19:35:57.325Z] Removing intermediate container 57447fd75d31 [2022-10-25T19:35:57.325Z] ---> 801a4ae5662a [2022-10-25T19:35:57.325Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:35:57.586Z] Removing intermediate container f28ba0b77149 [2022-10-25T19:35:57.586Z] ---> da97b2694546 [2022-10-25T19:35:57.586Z] [2022-10-25T19:35:57.586Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T19:35:57.586Z] ---> 9c6f07244728 [2022-10-25T19:35:57.586Z] 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-25T19:35:57.845Z] ---> Running in bde6a8c80082 [2022-10-25T19:35:57.845Z] ---> Running in 4c2f6a411023 [2022-10-25T19:35:57.845Z] ---> 2213d70b015a [2022-10-25T19:35:57.845Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T19:35:57.845Z] ---> Running in 311af2e4744d [2022-10-25T19:35:58.110Z] Removing intermediate container 4c2f6a411023 [2022-10-25T19:35:58.110Z] ---> 848b1096923e [2022-10-25T19:35:58.110Z] 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-25T19:35:58.110Z] Removing intermediate container bde6a8c80082 [2022-10-25T19:35:58.110Z] ---> 325ea1cd66b0 [2022-10-25T19:35:58.110Z] [2022-10-25T19:35:58.110Z] ---> Running in 2fe1a9bbe372 [2022-10-25T19:35:58.110Z] Successfully built 325ea1cd66b0 [2022-10-25T19:35:58.110Z] Successfully tagged core-metadata:latest [2022-10-25T19:35:58.110Z]  Building core-metadata ... done Building core-command [2022-10-25T19:35:58.376Z] 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-25T19:35:58.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:58.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:35:58.946Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T19:35:59.205Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T19:35:59.205Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T19:35:59.205Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T19:35:59.205Z] Executing bash-5.1.16-r2.post-install [2022-10-25T19:35:59.205Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T19:35:59.205Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T19:35:59.205Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T19:35:59.205Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T19:35:59.205Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T19:35:59.205Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T19:35:59.465Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T19:35:59.465Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T19:35:59.465Z] (13/33) Installing expat (2.5.0-r0) [2022-10-25T19:35:59.465Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T19:35:59.465Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T19:35:59.465Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T19:35:59.465Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T19:35:59.465Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T19:35:59.465Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T19:35:59.465Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T19:35:59.465Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T19:35:59.725Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T19:35:59.725Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T19:35:59.725Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T19:35:59.725Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T19:35:59.725Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T19:35:59.985Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T19:35:59.985Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T19:35:59.985Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T19:35:59.985Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T19:35:59.985Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T19:35:59.985Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T19:35:59.986Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T19:36:00.247Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:36:00.247Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:36:00.247Z] OK: 122 MiB in 47 packages [2022-10-25T19:36:02.187Z] Collecting docker-compose==1.23.2 [2022-10-25T19:36:02.187Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T19:36:02.187Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 23.0 MB/s eta 0:00:00 [2022-10-25T19:36:02.187Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T19:36:02.187Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T19:36:02.187Z] Preparing metadata (setup.py): started [2022-10-25T19:36:02.445Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:36:02.708Z] Collecting PyYAML<4,>=3.10 [2022-10-25T19:36:02.708Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T19:36:02.708Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 43.9 MB/s eta 0:00:00 [2022-10-25T19:36:02.708Z] Preparing metadata (setup.py): started [2022-10-25T19:36:02.965Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:36:03.281Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T19:36:03.540Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T19:36:03.540Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 129.1 MB/s eta 0:00:00 [2022-10-25T19:36:03.540Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T19:36:03.540Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:36:03.540Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:36:03.540Z] ---> 3b2605e2a559 [2022-10-25T19:36:03.540Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:36:03.540Z] ---> Using cache [2022-10-25T19:36:03.540Z] ---> 6948b3bbe86f [2022-10-25T19:36:03.540Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T19:36:03.540Z] ---> Using cache [2022-10-25T19:36:03.540Z] ---> 3250597714ea [2022-10-25T19:36:03.540Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:36:03.540Z] ---> Using cache [2022-10-25T19:36:03.540Z] ---> ac09eba4ad9e [2022-10-25T19:36:03.540Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T19:36:03.540Z] ---> Using cache [2022-10-25T19:36:03.540Z] ---> 2c064c597faf [2022-10-25T19:36:03.540Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T19:36:03.540Z] ---> Using cache [2022-10-25T19:36:03.540Z] ---> a39870471f51 [2022-10-25T19:36:03.540Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:36:03.540Z] ---> Using cache [2022-10-25T19:36:03.540Z] ---> 7d0ef1a1cafa [2022-10-25T19:36:03.540Z] Step 9/24 : COPY . . [2022-10-25T19:36:03.540Z] ---> Using cache [2022-10-25T19:36:03.540Z] ---> 647251e02975 [2022-10-25T19:36:03.540Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T19:36:03.540Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T19:36:03.540Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 43.9 MB/s eta 0:00:00 [2022-10-25T19:36:03.540Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T19:36:03.540Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T19:36:03.540Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 177.2 MB/s eta 0:00:00 [2022-10-25T19:36:03.801Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T19:36:03.801Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T19:36:03.801Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T19:36:03.801Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T19:36:03.801Z] Preparing metadata (setup.py): started [2022-10-25T19:36:04.060Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:36:04.060Z] 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-25T19:36:04.060Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T19:36:04.060Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T19:36:04.060Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T19:36:04.060Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T19:36:04.060Z] Preparing metadata (setup.py): started [2022-10-25T19:36:04.630Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:36:04.630Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T19:36:04.630Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T19:36:04.630Z] Collecting idna<2.8,>=2.5 [2022-10-25T19:36:04.630Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T19:36:04.630Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 163.3 MB/s eta 0:00:00 [2022-10-25T19:36:04.630Z] Collecting certifi>=2017.4.17 [2022-10-25T19:36:04.630Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T19:36:04.630Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 105.6 MB/s eta 0:00:00 [2022-10-25T19:36:04.630Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T19:36:04.630Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T19:36:04.630Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 87.3 MB/s eta 0:00:00 [2022-10-25T19:36:04.890Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T19:36:04.890Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T19:36:04.890Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 188.5 MB/s eta 0:00:00 [2022-10-25T19:36:04.890Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T19:36:04.890Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T19:36:04.891Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T19:36:04.891Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T19:36:04.891Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-25T19:36:04.891Z] Running setup.py install for texttable: started [2022-10-25T19:36:05.460Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T19:36:05.460Z] Running setup.py install for PyYAML: started [2022-10-25T19:36:06.029Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T19:36:08.565Z] Running setup.py install for docopt: started [2022-10-25T19:36:08.825Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T19:36:13.038Z] Running setup.py install for dockerpty: started [2022-10-25T19:36:13.038Z] ---> Running in bac9003f52b9 [2022-10-25T19:36:13.038Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T19:36:13.038Z] Removing intermediate container d4dc146e92be [2022-10-25T19:36:13.038Z] ---> 6e2d40566f22 [2022-10-25T19:36:13.038Z] Step 9/23 : COPY . . [2022-10-25T19:36:13.038Z] 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-25T19:36:13.038Z] 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-25T19:36:13.038Z] 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-25T19:36:17.247Z] 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-25T19:36:19.156Z] ---> aae4963467bb [2022-10-25T19:36:19.156Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T19:36:19.733Z] ---> Running in a8cce318fee1 [2022-10-25T19:36:20.302Z] 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-25T19:36:26.880Z] Removing intermediate container 311af2e4744d [2022-10-25T19:36:26.880Z] ---> 8ed80d702e95 [2022-10-25T19:36:26.880Z] [2022-10-25T19:36:26.880Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T19:36:26.880Z] ---> 9c6f07244728 [2022-10-25T19:36:26.880Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T19:36:26.880Z] Removing intermediate container 2cb954922f63 [2022-10-25T19:36:26.880Z] ---> c9170790997b [2022-10-25T19:36:26.880Z] [2022-10-25T19:36:26.880Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T19:36:26.880Z] ---> c4fc93816858 [2022-10-25T19:36:26.880Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:36:26.880Z] ---> Using cache [2022-10-25T19:36:26.880Z] ---> 059ba8033287 [2022-10-25T19:36:26.880Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:36:26.880Z] ---> Using cache [2022-10-25T19:36:26.880Z] ---> e69c62824722 [2022-10-25T19:36:26.880Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T19:36:26.880Z] ---> Running in 5e89c8e18793 [2022-10-25T19:36:26.880Z] ---> Running in eaea7d222075 [2022-10-25T19:36:26.880Z] Removing intermediate container 2fe1a9bbe372 [2022-10-25T19:36:26.880Z] ---> 819f14a42cd8 [2022-10-25T19:36:26.880Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T19:36:26.880Z] ---> Running in 29ef5e9dd856 [2022-10-25T19:36:26.880Z] Removing intermediate container 29ef5e9dd856 [2022-10-25T19:36:26.880Z] ---> b881410e299c [2022-10-25T19:36:26.880Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T19:36:27.142Z] ---> Running in 76e07095e426 [2022-10-25T19:36:27.142Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:36:27.142Z] Removing intermediate container 76e07095e426 [2022-10-25T19:36:27.142Z] ---> aead36b59b8b [2022-10-25T19:36:27.142Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T19:36:27.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:36:27.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:36:27.660Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T19:36:27.660Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T19:36:27.660Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:36:27.660Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T19:36:27.660Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T19:36:27.660Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T19:36:27.660Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T19:36:27.660Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:36:27.660Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:36:27.660Z] OK: 8 MiB in 20 packages [2022-10-25T19:36:28.597Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:36:28.597Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:36:28.597Z] OK: 15857 distinct packages available [2022-10-25T19:36:28.597Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:36:28.597Z] ---> e4073532c9ee [2022-10-25T19:36:28.597Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T19:36:28.856Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:36:29.116Z] Removing intermediate container 5e89c8e18793 [2022-10-25T19:36:29.116Z] ---> 55b57a19c394 [2022-10-25T19:36:29.116Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T19:36:29.116Z] ---> 4a2aef774d5f [2022-10-25T19:36:29.116Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T19:36:29.387Z] ---> Running in a683fdd6818c [2022-10-25T19:36:29.655Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T19:36:29.655Z] Removing intermediate container a683fdd6818c [2022-10-25T19:36:29.655Z] ---> 5a6273046933 [2022-10-25T19:36:29.655Z] Step 13/22 : WORKDIR /edgex [2022-10-25T19:36:29.655Z] ---> 7ab25cd831f2 [2022-10-25T19:36:29.655Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T19:36:29.655Z] ---> Running in 3f96451eb7a8 [2022-10-25T19:36:29.655Z] ---> Running in 7bbd6e3130ad [2022-10-25T19:36:29.921Z] Removing intermediate container 3f96451eb7a8 [2022-10-25T19:36:29.921Z] ---> d8aca36bcd5c [2022-10-25T19:36:29.922Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T19:36:29.922Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T19:36:29.922Z] Removing intermediate container 7bbd6e3130ad [2022-10-25T19:36:29.922Z] ---> ea26fa0907ad [2022-10-25T19:36:29.922Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:36:30.179Z] ---> Running in 7153941501ed [2022-10-25T19:36:30.436Z] ---> d6904debe51e [2022-10-25T19:36:30.436Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T19:36:30.436Z] Removing intermediate container 7153941501ed [2022-10-25T19:36:30.436Z] ---> 7d57c82269fc [2022-10-25T19:36:30.436Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T19:36:30.436Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T19:36:30.436Z] ---> Running in 1bc6018b233f [2022-10-25T19:36:30.710Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T19:36:30.972Z] Removing intermediate container 1bc6018b233f [2022-10-25T19:36:30.972Z] ---> b945128c4cfb [2022-10-25T19:36:30.972Z] Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:36:30.972Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T19:36:31.235Z] ---> 645f9fb9c23d [2022-10-25T19:36:31.235Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T19:36:31.235Z] ---> Running in 76c21c16cee0 [2022-10-25T19:36:31.235Z] Removing intermediate container 76c21c16cee0 [2022-10-25T19:36:31.235Z] ---> 03c5ffd998a3 [2022-10-25T19:36:31.235Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T19:36:31.494Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T19:36:31.494Z] ---> Running in b540a2a7b7e6 [2022-10-25T19:36:31.754Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:36:32.024Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T19:36:32.024Z] Removing intermediate container b540a2a7b7e6 [2022-10-25T19:36:32.024Z] ---> 4f8055521716 [2022-10-25T19:36:32.024Z] [2022-10-25T19:36:32.024Z] Successfully built 4f8055521716 [2022-10-25T19:36:32.281Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T19:36:32.617Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:36:32.617Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:36:32.617Z] OK: 8 MiB in 23 packages [2022-10-25T19:36:32.881Z] Successfully tagged sys-mgmt-agent:latest [2022-10-25T19:36:32.881Z]  Building sys-mgmt-agent ... done Building security-secretstore-setup [2022-10-25T19:36:36.203Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:36:36.203Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:36:36.203Z] ---> 3b2605e2a559 [2022-10-25T19:36:36.203Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T19:36:36.203Z] ---> Using cache [2022-10-25T19:36:36.203Z] ---> ebdab3d3d204 [2022-10-25T19:36:36.203Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:36:36.203Z] ---> Using cache [2022-10-25T19:36:36.203Z] ---> 2e3dadec2c59 [2022-10-25T19:36:36.203Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T19:36:36.203Z] ---> Using cache [2022-10-25T19:36:36.203Z] ---> e01920b40393 [2022-10-25T19:36:36.203Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T19:36:36.203Z] ---> Using cache [2022-10-25T19:36:36.203Z] ---> ef2b45592990 [2022-10-25T19:36:36.203Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:36:36.203Z] ---> Using cache [2022-10-25T19:36:36.203Z] ---> 1d0598be4cbf [2022-10-25T19:36:36.203Z] Step 8/25 : COPY . . [2022-10-25T19:36:36.203Z] ---> Using cache [2022-10-25T19:36:36.203Z] ---> 2213d70b015a [2022-10-25T19:36:36.203Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-25T19:36:37.144Z] ---> 93923221fa5b [2022-10-25T19:36:37.144Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T19:36:40.445Z] ---> Running in c5af3e32beda [2022-10-25T19:36:40.445Z] ---> bea39f60167c [2022-10-25T19:36:40.445Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T19:36:40.445Z] Removing intermediate container bac9003f52b9 [2022-10-25T19:36:40.445Z] ---> 168a0665ae75 [2022-10-25T19:36:40.445Z] [2022-10-25T19:36:40.445Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T19:36:40.445Z] ---> 9c6f07244728 [2022-10-25T19:36:40.445Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T19:36:40.445Z] ---> Using cache [2022-10-25T19:36:40.445Z] ---> f9191ddcc6f2 [2022-10-25T19:36:40.445Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:36:40.445Z] ---> Using cache [2022-10-25T19:36:40.445Z] ---> 5847162843a9 [2022-10-25T19:36:40.445Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T19:36:40.445Z] ---> Running in 83f59f96f87d [2022-10-25T19:36:40.445Z] ---> Running in b6637feee7e5 [2022-10-25T19:36:40.445Z] Removing intermediate container eaea7d222075 [2022-10-25T19:36:40.445Z] ---> 5124d4a420c5 [2022-10-25T19:36:40.445Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:36:40.445Z] 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-25T19:36:40.445Z] Removing intermediate container b6637feee7e5 [2022-10-25T19:36:40.445Z] ---> f6737394d7c8 [2022-10-25T19:36:40.445Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T19:36:40.445Z] ---> Running in f4525b13211d [2022-10-25T19:36:40.445Z] ---> c07119f1deb1 [2022-10-25T19:36:40.445Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T19:36:40.445Z] Removing intermediate container f4525b13211d [2022-10-25T19:36:40.445Z] ---> a2b6f6a3ef21 [2022-10-25T19:36:40.445Z] Step 16/24 : WORKDIR / [2022-10-25T19:36:40.445Z] ---> Running in 9b363fb6cf32 [2022-10-25T19:36:41.400Z] Removing intermediate container 9b363fb6cf32 [2022-10-25T19:36:41.400Z] ---> ddf736afb8b3 [2022-10-25T19:36:41.400Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:36:41.400Z] ---> b00cee47951b [2022-10-25T19:36:41.400Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T19:36:41.666Z] Removing intermediate container 83f59f96f87d [2022-10-25T19:36:41.666Z] ---> 305f6881eee3 [2022-10-25T19:36:41.666Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T19:36:41.666Z] ---> bdcff93d53de [2022-10-25T19:36:41.666Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T19:36:41.666Z] ---> Running in a81edf106c15 [2022-10-25T19:36:41.666Z] ---> 450c7229e53a [2022-10-25T19:36:41.666Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T19:36:41.666Z] ---> Running in 9a1d8bff0f15 [2022-10-25T19:36:41.666Z] Removing intermediate container a81edf106c15 [2022-10-25T19:36:41.666Z] ---> 8d12c1eff33c [2022-10-25T19:36:41.666Z] Step 20/22 : LABEL arch=x86_64 [2022-10-25T19:36:41.929Z] ---> Running in bae7ce0cf4d3 [2022-10-25T19:36:41.929Z] Removing intermediate container 9a1d8bff0f15 [2022-10-25T19:36:41.929Z] ---> 189fd92a0e94 [2022-10-25T19:36:41.929Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:36:42.192Z] Removing intermediate container bae7ce0cf4d3 [2022-10-25T19:36:42.192Z] ---> fb01afe79aec [2022-10-25T19:36:42.192Z] Step 21/22 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:36:42.192Z] ---> Running in 225c441275a4 [2022-10-25T19:36:42.192Z] ---> Running in ae1c552c905a [2022-10-25T19:36:42.192Z] ---> 5ed0abc58af3 [2022-10-25T19:36:42.192Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T19:36:42.192Z] Removing intermediate container 225c441275a4 [2022-10-25T19:36:42.192Z] ---> 5586b6aaa38e [2022-10-25T19:36:42.192Z] Step 18/20 : LABEL arch=x86_64 [2022-10-25T19:36:42.192Z] ---> Running in f5e0095f9759 [2022-10-25T19:36:42.192Z] Removing intermediate container ae1c552c905a [2022-10-25T19:36:42.192Z] ---> cda2198015b7 [2022-10-25T19:36:42.192Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T19:36:42.452Z] ---> Running in c62b5c399721 [2022-10-25T19:36:42.452Z] Removing intermediate container f5e0095f9759 [2022-10-25T19:36:42.452Z] ---> 79f2f46c9607 [2022-10-25T19:36:42.452Z] Step 19/20 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:36:42.452Z] ---> Running in 49ba7ba4d61e [2022-10-25T19:36:42.452Z] ---> e8459891ff7c [2022-10-25T19:36:42.452Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T19:36:42.713Z] ---> Running in 0420a9446e01 [2022-10-25T19:36:42.713Z] Removing intermediate container c62b5c399721 [2022-10-25T19:36:42.714Z] ---> ed148f4841be [2022-10-25T19:36:42.714Z] [2022-10-25T19:36:42.714Z] Removing intermediate container 49ba7ba4d61e [2022-10-25T19:36:42.714Z] ---> d1abdf3e226a [2022-10-25T19:36:42.714Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T19:36:42.714Z] ---> Running in 5309f2e913d2 [2022-10-25T19:36:42.714Z] Successfully built ed148f4841be [2022-10-25T19:36:42.973Z] Successfully tagged security-proxy-setup:latest [2022-10-25T19:36:42.973Z]  Building security-proxy-setup ... done Removing intermediate container 0420a9446e01 [2022-10-25T19:36:42.973Z] ---> 7341aa80f692 [2022-10-25T19:36:42.973Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:36:42.973Z] ---> Running in 7571038fc60c [2022-10-25T19:36:42.973Z] Removing intermediate container 5309f2e913d2 [2022-10-25T19:36:42.973Z] ---> 942fb311bacd [2022-10-25T19:36:42.973Z] [2022-10-25T19:36:42.973Z] Successfully built 942fb311bacd [2022-10-25T19:36:42.973Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-25T19:36:42.973Z]  Building security-spiffe-token-provider ... done Removing intermediate container 7571038fc60c [2022-10-25T19:36:42.973Z] ---> 4a0350d38705 [2022-10-25T19:36:42.973Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T19:36:43.237Z] ---> Running in a2dfeb2a4f1b [2022-10-25T19:36:43.237Z] Removing intermediate container a2dfeb2a4f1b [2022-10-25T19:36:43.237Z] ---> d3dd72cf4921 [2022-10-25T19:36:43.237Z] Step 23/24 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:36:43.237Z] ---> Running in 70e32336abc7 [2022-10-25T19:36:43.497Z] Removing intermediate container 70e32336abc7 [2022-10-25T19:36:43.497Z] ---> be320f5948c1 [2022-10-25T19:36:43.497Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T19:36:46.024Z] ---> Running in dca2638836d4 [2022-10-25T19:36:46.283Z] Removing intermediate container a8cce318fee1 [2022-10-25T19:36:46.283Z] ---> cb94cd8c754a [2022-10-25T19:36:46.283Z] [2022-10-25T19:36:46.283Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T19:36:46.283Z] ---> 9c6f07244728 [2022-10-25T19:36:46.283Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T19:36:46.283Z] Removing intermediate container dca2638836d4 [2022-10-25T19:36:46.283Z] ---> edd4f89ef898 [2022-10-25T19:36:46.283Z] [2022-10-25T19:36:46.283Z] ---> Running in 0ff59c387612 [2022-10-25T19:36:46.542Z] Successfully built edd4f89ef898 [2022-10-25T19:36:46.542Z] Successfully tagged core-command:latest [2022-10-25T19:36:46.799Z]  Building core-command ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:36:46.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:36:47.057Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T19:36:47.057Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T19:36:47.057Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:36:47.057Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:36:47.318Z] OK: 6 MiB in 16 packages [2022-10-25T19:36:48.250Z] Removing intermediate container 0ff59c387612 [2022-10-25T19:36:48.250Z] ---> 3a791aa3a36f [2022-10-25T19:36:48.250Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:36:48.507Z] ---> Running in bcd37d47ba05 [2022-10-25T19:36:48.507Z] Removing intermediate container bcd37d47ba05 [2022-10-25T19:36:48.507Z] ---> 5df3bbad3db1 [2022-10-25T19:36:48.507Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T19:36:48.765Z] ---> Running in bac5e0819266 [2022-10-25T19:36:48.765Z] Removing intermediate container bac5e0819266 [2022-10-25T19:36:48.765Z] ---> 349407b1dabc [2022-10-25T19:36:48.765Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T19:36:48.765Z] ---> Running in c3dc05a37a66 [2022-10-25T19:36:49.022Z] Removing intermediate container c3dc05a37a66 [2022-10-25T19:36:49.022Z] ---> 72ae88a8c192 [2022-10-25T19:36:49.022Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:36:49.590Z] ---> c9c8a3ef88aa [2022-10-25T19:36:49.590Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T19:36:50.962Z] ---> 75acbab5c9dc [2022-10-25T19:36:50.963Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T19:36:50.963Z] ---> f665ea2082d2 [2022-10-25T19:36:50.963Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T19:36:50.963Z] ---> Running in 3501ed66c66e [2022-10-25T19:36:51.222Z] Removing intermediate container 3501ed66c66e [2022-10-25T19:36:51.222Z] ---> b9108e2d9787 [2022-10-25T19:36:51.222Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:36:51.222Z] ---> Running in 6a5f11c42a3f [2022-10-25T19:36:51.222Z] Removing intermediate container 6a5f11c42a3f [2022-10-25T19:36:51.222Z] ---> 28d280e15f39 [2022-10-25T19:36:51.222Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T19:36:51.222Z] ---> Running in b1fabb698953 [2022-10-25T19:36:51.222Z] Removing intermediate container b1fabb698953 [2022-10-25T19:36:51.222Z] ---> d6578f8dd1dd [2022-10-25T19:36:51.222Z] Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:36:51.222Z] ---> Running in f22f42ff5b2d [2022-10-25T19:36:51.480Z] Removing intermediate container f22f42ff5b2d [2022-10-25T19:36:51.480Z] ---> 303451e6d209 [2022-10-25T19:36:51.480Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T19:36:51.480Z] ---> Running in 4075e67f234c [2022-10-25T19:36:51.480Z] Removing intermediate container 4075e67f234c [2022-10-25T19:36:51.480Z] ---> a8566264d262 [2022-10-25T19:36:51.480Z] [2022-10-25T19:36:51.480Z] Successfully built a8566264d262 [2022-10-25T19:36:51.480Z] Successfully tagged support-notifications:latest [2022-10-25T19:36:55.664Z]  Building support-notifications ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-10-25T19:36:58.947Z] Removing intermediate container c5af3e32beda [2022-10-25T19:36:58.947Z] ---> 17a1710fc3aa [2022-10-25T19:36:58.947Z] [2022-10-25T19:36:58.947Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T19:36:58.947Z] ---> 9c6f07244728 [2022-10-25T19:36:58.947Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T19:36:58.947Z] ---> Running in 0ad6f6fcb6ab [2022-10-25T19:36:59.207Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:36:59.207Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:36:59.466Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T19:36:59.466Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T19:36:59.466Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T19:36:59.466Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:36:59.466Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:36:59.770Z] OK: 6 MiB in 17 packages [2022-10-25T19:37:00.031Z] Removing intermediate container 0ad6f6fcb6ab [2022-10-25T19:37:00.031Z] ---> b4607eee2eab [2022-10-25T19:37:00.031Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T19:37:00.031Z] ---> Running in 6f8074ff9e58 [2022-10-25T19:37:00.293Z] Removing intermediate container 6f8074ff9e58 [2022-10-25T19:37:00.293Z] ---> 00edebecb2d3 [2022-10-25T19:37:00.293Z] Step 13/25 : WORKDIR / [2022-10-25T19:37:00.293Z] ---> Running in 441c887545b5 [2022-10-25T19:37:00.293Z] Removing intermediate container 441c887545b5 [2022-10-25T19:37:00.293Z] ---> 21843b1649b0 [2022-10-25T19:37:00.293Z] 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-25T19:37:00.553Z] ---> 942e80691e74 [2022-10-25T19:37:00.553Z] 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-25T19:37:00.553Z] ---> 4b8866eb306d [2022-10-25T19:37:00.553Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T19:37:00.813Z] ---> fb2cddb8db8d [2022-10-25T19:37:00.813Z] 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-25T19:37:00.813Z] ---> bee5d79156d0 [2022-10-25T19:37:00.813Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T19:37:01.600Z] ---> 36aabe81bccc [2022-10-25T19:37:01.600Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T19:37:01.860Z] ---> cff3db02138a [2022-10-25T19:37:01.860Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T19:37:01.860Z] ---> ec37041298f8 [2022-10-25T19:37:01.860Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T19:37:01.860Z] ---> Running in 2d2a2b3f63bb [2022-10-25T19:37:02.429Z] Removing intermediate container 2d2a2b3f63bb [2022-10-25T19:37:02.429Z] ---> 97a32ac1ff46 [2022-10-25T19:37:02.429Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T19:37:02.429Z] ---> Running in b1c7b279a9de [2022-10-25T19:37:02.691Z] Removing intermediate container b1c7b279a9de [2022-10-25T19:37:02.691Z] ---> 5f941f45e70d [2022-10-25T19:37:02.691Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T19:37:02.691Z] ---> Running in 535f7eb7e047 [2022-10-25T19:37:02.691Z] Removing intermediate container 535f7eb7e047 [2022-10-25T19:37:02.691Z] ---> b622ac43b788 [2022-10-25T19:37:02.691Z] Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:37:02.691Z] ---> Running in 60991bb290aa [2022-10-25T19:37:02.691Z] Removing intermediate container 60991bb290aa [2022-10-25T19:37:02.691Z] ---> 8d15a82b0235 [2022-10-25T19:37:02.691Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:37:02.691Z] ---> Running in 6d0d366ce826 [2022-10-25T19:37:02.951Z] Removing intermediate container 6d0d366ce826 [2022-10-25T19:37:02.951Z] ---> 1de7acb55d4e [2022-10-25T19:37:02.951Z] [2022-10-25T19:37:02.951Z] Successfully built 1de7acb55d4e [2022-10-25T19:37:02.951Z] Successfully tagged security-secretstore-setup:latest [2022-10-25T19:37:02.958Z]  Building security-secretstore-setup ... done  [Pipeline] } [2022-10-25T19:37:02.986Z] $ docker stop --time=1 57f7f48db66e473d17a1a59c88fd5ae1d9f97250e292374c9c1101defd40b67d [2022-10-25T19:37:04.243Z] $ docker rm -f 57f7f48db66e473d17a1a59c88fd5ae1d9f97250e292374c9c1101defd40b67d [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T19:37:04.717Z] + docker images [2022-10-25T19:37:04.717Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T19:37:04.717Z] security-secretstore-setup latest 1de7acb55d4e 2 seconds ago 29.7MB [2022-10-25T19:37:04.717Z] 17a1710fc3aa 7 seconds ago 1.6GB [2022-10-25T19:37:04.717Z] support-notifications latest a8566264d262 13 seconds ago 30.4MB [2022-10-25T19:37:04.717Z] core-command latest edd4f89ef898 18 seconds ago 17.6MB [2022-10-25T19:37:04.717Z] cb94cd8c754a 19 seconds ago 1.67GB [2022-10-25T19:37:04.717Z] security-proxy-setup latest ed148f4841be 22 seconds ago 27.6MB [2022-10-25T19:37:04.717Z] security-spiffe-token-provider latest 942fb311bacd 22 seconds ago 29.7MB [2022-10-25T19:37:04.717Z] 168a0665ae75 26 seconds ago 1.61GB [2022-10-25T19:37:04.717Z] sys-mgmt-agent latest 4f8055521716 33 seconds ago 136MB [2022-10-25T19:37:04.717Z] c9170790997b 41 seconds ago 1.64GB [2022-10-25T19:37:04.717Z] 8ed80d702e95 42 seconds ago 1.6GB [2022-10-25T19:37:04.717Z] da97b2694546 About a minute ago 1.59GB [2022-10-25T19:37:04.717Z] core-metadata latest 325ea1cd66b0 About a minute ago 18.5MB [2022-10-25T19:37:04.717Z] security-bootstrapper latest 2948b485110b About a minute ago 20.2MB [2022-10-25T19:37:04.717Z] 490e4ec53f55 About a minute ago 1.61GB [2022-10-25T19:37:04.717Z] core-data latest acf04c0f028c About a minute ago 21.7MB [2022-10-25T19:37:04.717Z] support-scheduler latest 510b3d694171 About a minute ago 29.8MB [2022-10-25T19:37:04.717Z] security-spire-agent latest ad898ad4708a 2 minutes ago 125MB [2022-10-25T19:37:04.717Z] 82b9046c9209 2 minutes ago 1.62GB [2022-10-25T19:37:04.717Z] 2b8e6d16a07e 2 minutes ago 1.67GB [2022-10-25T19:37:04.717Z] security-spire-config latest 6f64938553de 2 minutes ago 85.8MB [2022-10-25T19:37:04.717Z] 382c593e0756 2 minutes ago 1.6GB [2022-10-25T19:37:04.717Z] security-spire-server latest d5b339f4406b 2 minutes ago 86.5MB [2022-10-25T19:37:04.717Z] 3f692d375cec 2 minutes ago 1.48GB [2022-10-25T19:37:04.717Z] 8101755bf606 2 minutes ago 1.48GB [2022-10-25T19:37:04.717Z] ci-base-image-x86_64 latest 3b2605e2a559 6 minutes ago 941MB [2022-10-25T19:37:04.717Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB [2022-10-25T19:37:04.717Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-10-25T19:37:04.717Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-10-25T19:37:04.717Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-25T19:37:04.717Z] 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-25T19:50:56.617Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-116974 in /w/workspace/edgexfoundry_edgex-go_PR-4220 [Pipeline] { [Pipeline] ws [2022-10-25T19:50:56.659Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-25T19:50:56.740Z] The recommended git tool is: git [2022-10-25T19:51:03.110Z] using credential edgex-jenkins-ssh [2022-10-25T19:51:03.130Z] Cloning the remote Git repository [2022-10-25T19:51:03.185Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-25T19:51:03.284Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-25T19:51:03.472Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T19:51:03.473Z] > git --version # timeout=10 [2022-10-25T19:51:03.497Z] > git --version # 'git version 2.25.1' [2022-10-25T19:51:03.500Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T19:51:03.562Z] Verifying host key using known hosts file [2022-10-25T19:51:03.821Z] 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-25T19:51:03.837Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T19:51:25.633Z] Merging remotes/origin/main commit 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit 1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:51:23.792Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T19:51:23.813Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T19:51:24.839Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T19:51:24.890Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T19:51:24.891Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T19:51:24.897Z] Verifying host key using known hosts file [2022-10-25T19:51:24.910Z] 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-25T19:51:24.922Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4220/head:refs/remotes/origin/PR-4220 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-25T19:51:26.092Z] Merge succeeded, producing 1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T19:51:26.093Z] Checking out Revision 1c58228eedfa0bcde97f914589f7b7b6825574a2 (PR-4220) [2022-10-25T19:51:26.892Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-25T19:51:26.947Z] > git --version # timeout=10 [2022-10-25T19:51:26.959Z] > git --version # 'git version 2.25.1' [2022-10-25T19:51:26.982Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-25T19:51:25.652Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T19:51:25.682Z] > git checkout -f 1c58228eedfa0bcde97f914589f7b7b6825574a2 # timeout=10 [2022-10-25T19:51:25.964Z] > git remote # timeout=10 [2022-10-25T19:51:25.987Z] > git config --get remote.origin.url # timeout=10 [2022-10-25T19:51:26.016Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T19:51:26.022Z] Verifying host key using known hosts file [2022-10-25T19:51:26.026Z] 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-25T19:51:26.038Z] > git merge 9e554929d717cf1151dbdc4a6532773c76b36b26 # timeout=10 [2022-10-25T19:51:26.067Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-25T19:51:26.095Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T19:51:26.113Z] > git checkout -f 1c58228eedfa0bcde97f914589f7b7b6825574a2 # timeout=10 [2022-10-25T19:51:28.318Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-25T19:51:28.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T19:51:28.318Z] Dload Upload Total Spent Left Speed [2022-10-25T19:51:28.318Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 161k 0 --:--:-- --:--:-- --:--:-- 161k [Pipeline] sh [2022-10-25T19:51:29.063Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-25T19:51:29.426Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-25T19:51:29.426Z] + sudo tee /etc/docker/daemon.new [2022-10-25T19:51:29.426Z] { [2022-10-25T19:51:29.426Z] "registry-mirrors": [ [2022-10-25T19:51:29.426Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-25T19:51:29.426Z] ], [2022-10-25T19:51:29.426Z] "bip": "10.250.0.254/24", [2022-10-25T19:51:29.426Z] "hosts": [ [2022-10-25T19:51:29.426Z] "tcp://0.0.0.0:5555", [2022-10-25T19:51:29.426Z] "unix:///var/run/docker.sock" [2022-10-25T19:51:29.426Z] ], [2022-10-25T19:51:29.426Z] "mtu": 1458, [2022-10-25T19:51:29.426Z] "selinux-enabled": true, [2022-10-25T19:51:29.426Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-25T19:51:29.426Z] } [Pipeline] sh [2022-10-25T19:51:29.789Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-25T19:51:30.151Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T19:51:48.538Z] provisioning config files... [2022-10-25T19:51:48.571Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6102939419425597668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T19:51:48.986Z] ---> docker-login.sh [2022-10-25T19:51:48.986Z] nexus3.edgexfoundry.org:10001 [2022-10-25T19:51:49.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:51:49.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:51:49.578Z] Configure a credential helper to remove this warning. See [2022-10-25T19:51:49.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:51:49.578Z] [2022-10-25T19:51:49.578Z] Login Succeeded [2022-10-25T19:51:49.578Z] nexus3.edgexfoundry.org:10002 [2022-10-25T19:51:49.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:51:50.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:51:50.118Z] Configure a credential helper to remove this warning. See [2022-10-25T19:51:50.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:51:50.118Z] [2022-10-25T19:51:50.118Z] Login Succeeded [2022-10-25T19:51:50.118Z] nexus3.edgexfoundry.org:10003 [2022-10-25T19:51:50.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:51:50.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:51:50.402Z] Configure a credential helper to remove this warning. See [2022-10-25T19:51:50.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:51:50.402Z] [2022-10-25T19:51:50.402Z] Login Succeeded [2022-10-25T19:51:50.402Z] nexus3.edgexfoundry.org:10004 [2022-10-25T19:51:50.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:51:50.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:51:50.678Z] Configure a credential helper to remove this warning. See [2022-10-25T19:51:50.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:51:50.678Z] [2022-10-25T19:51:50.678Z] Login Succeeded [2022-10-25T19:51:50.678Z] docker.io [2022-10-25T19:51:50.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:51:51.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:51:51.539Z] Configure a credential helper to remove this warning. See [2022-10-25T19:51:51.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:51:51.539Z] [2022-10-25T19:51:51.539Z] Login Succeeded [2022-10-25T19:51:51.539Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T19:51:51.570Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-10-25T19:51:52.199Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T19:51:52.240Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:51:52.272Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:51:52.301Z] ========================================================= [2022-10-25T19:51:52.301Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-25T19:51:52.301Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:51:52.689Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:51:53.145Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-25T19:51:53.145Z] 9b18e9b68314: Pulling fs layer [2022-10-25T19:51:53.145Z] d32db5db7311: Pulling fs layer [2022-10-25T19:51:53.145Z] d0c4b47475fc: Pulling fs layer [2022-10-25T19:51:53.145Z] 5831b945b038: Pulling fs layer [2022-10-25T19:51:53.145Z] 86bbec2aaacd: Pulling fs layer [2022-10-25T19:51:53.145Z] e10730c5d714: Pulling fs layer [2022-10-25T19:51:53.145Z] 5dd5c2283517: Pulling fs layer [2022-10-25T19:51:53.145Z] d5ac0230b979: Pulling fs layer [2022-10-25T19:51:53.145Z] 5dd5c2283517: Waiting [2022-10-25T19:51:53.145Z] 86bbec2aaacd: Waiting [2022-10-25T19:51:53.145Z] e10730c5d714: Waiting [2022-10-25T19:51:53.145Z] d5ac0230b979: Waiting [2022-10-25T19:51:53.145Z] 5831b945b038: Waiting [2022-10-25T19:51:53.145Z] d0c4b47475fc: Verifying Checksum [2022-10-25T19:51:53.145Z] d0c4b47475fc: Download complete [2022-10-25T19:51:53.145Z] d32db5db7311: Verifying Checksum [2022-10-25T19:51:53.145Z] d32db5db7311: Download complete [2022-10-25T19:51:53.145Z] 86bbec2aaacd: Verifying Checksum [2022-10-25T19:51:53.145Z] 86bbec2aaacd: Download complete [2022-10-25T19:51:53.145Z] e10730c5d714: Verifying Checksum [2022-10-25T19:51:53.145Z] e10730c5d714: Download complete [2022-10-25T19:51:53.145Z] 9b18e9b68314: Verifying Checksum [2022-10-25T19:51:53.145Z] 9b18e9b68314: Download complete [2022-10-25T19:51:54.155Z] 9b18e9b68314: Pull complete [2022-10-25T19:51:54.433Z] d5ac0230b979: Verifying Checksum [2022-10-25T19:51:54.433Z] d5ac0230b979: Download complete [2022-10-25T19:51:54.709Z] d32db5db7311: Pull complete [2022-10-25T19:51:54.982Z] d0c4b47475fc: Pull complete [2022-10-25T19:51:55.794Z] 5dd5c2283517: Verifying Checksum [2022-10-25T19:51:55.794Z] 5dd5c2283517: Download complete [2022-10-25T19:51:56.381Z] 5831b945b038: Verifying Checksum [2022-10-25T19:51:56.381Z] 5831b945b038: Download complete [2022-10-25T19:52:08.714Z] 5831b945b038: Pull complete [2022-10-25T19:52:08.714Z] 86bbec2aaacd: Pull complete [2022-10-25T19:52:08.714Z] e10730c5d714: Pull complete [2022-10-25T19:52:14.079Z] 5dd5c2283517: Pull complete [2022-10-25T19:52:15.049Z] d5ac0230b979: Pull complete [2022-10-25T19:52:15.049Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-25T19:52:15.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:52:15.049Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:52:15.443Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:52:15.443Z] WORKDIR /edgex [2022-10-25T19:52:15.443Z] COPY go.mod . [2022-10-25T19:52:15.443Z] RUN go mod download [2022-10-25T19:52:15.443Z] + docker build -t ci-base-image-arm64 -f - . [2022-10-25T19:52:16.030Z] Sending build context to Docker daemon 3.269MB [2022-10-25T19:52:16.030Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:52:16.030Z] ---> 59b3b1a385d4 [2022-10-25T19:52:16.030Z] Step 2/4 : WORKDIR /edgex [2022-10-25T19:52:18.626Z] ---> Running in 619593deb470 [2022-10-25T19:52:18.626Z] Removing intermediate container 619593deb470 [2022-10-25T19:52:18.626Z] ---> d5c4a10e5ffe [2022-10-25T19:52:18.626Z] Step 3/4 : COPY go.mod . [2022-10-25T19:52:19.217Z] ---> 91d3350582f1 [2022-10-25T19:52:19.217Z] Step 4/4 : RUN go mod download [2022-10-25T19:52:19.217Z] ---> Running in 9f7ce63f874a [2022-10-25T19:52:58.150Z] Removing intermediate container 9f7ce63f874a [2022-10-25T19:52:58.150Z] ---> 05a9970a5b03 [2022-10-25T19:52:58.150Z] Successfully built 05a9970a5b03 [2022-10-25T19:52:58.150Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:52:58.564Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T19:52:58.564Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:52:58.832Z] prd-ubuntu20.04-docker-arm64-4c-16g-116974 does not seem to be running inside a container [2022-10-25T19:52:58.908Z] $ 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-25T19:53:00.285Z] $ docker top e3a2bf187765d88a3281d7196b8c56ae300bbd266a541ec3877104117db4b718 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:53:01.211Z] + go version [2022-10-25T19:53:01.211Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-25T19:53:01.242Z] $ docker stop --time=1 e3a2bf187765d88a3281d7196b8c56ae300bbd266a541ec3877104117db4b718 [2022-10-25T19:53:02.932Z] $ docker rm -f e3a2bf187765d88a3281d7196b8c56ae300bbd266a541ec3877104117db4b718 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:53:03.795Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T19:53:03.795Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:53:04.062Z] prd-ubuntu20.04-docker-arm64-4c-16g-116974 does not seem to be running inside a container [2022-10-25T19:53:04.134Z] $ 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-25T19:53:05.465Z] $ docker top 247f8cd6ba31fabc576103b4294739c98c806934745e48f246d413ff16e36fd6 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T19:53:05.752Z] ========================================================= [2022-10-25T19:53:05.752Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T19:53:05.752Z] ========================================================= [Pipeline] sh [2022-10-25T19:53:06.399Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:53:07.114Z] + make test [2022-10-25T19:53:07.114Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T19:53:54.010Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T19:56:30.787Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T19:56:30.787Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T19:56:30.787Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T19:56:30.787Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T19:56:31.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T19:56:32.792Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T19:56:32.792Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T19:56:32.792Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T19:56:32.792Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T19:56:36.148Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T19:56:36.148Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T19:56:36.148Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T19:56:36.148Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T19:56:36.148Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T19:56:36.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T19:56:54.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.332s coverage: 28.7% of statements [2022-10-25T19:56:54.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T19:56:54.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T19:56:57.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.508s coverage: 98.5% of statements [2022-10-25T19:57:04.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.650s coverage: 43.0% of statements [2022-10-25T19:57:04.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T19:57:04.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T19:57:04.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.480s coverage: 54.2% of statements [2022-10-25T19:57:04.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T19:57:04.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T19:57:22.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.039s coverage: 89.2% of statements [2022-10-25T19:57:22.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T19:57:22.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T19:57:22.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:57:22.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T19:57:22.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T19:57:22.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.905s coverage: 2.2% of statements [2022-10-25T19:57:22.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T19:57:22.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T19:57:28.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.210s coverage: 95.6% of statements [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T19:57:28.073Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.270s coverage: 72.2% of statements [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T19:57:28.073Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.566s coverage: 60.0% of statements [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T19:57:28.073Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.411s coverage: 0.9% of statements [2022-10-25T19:57:28.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T19:57:30.679Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.574s coverage: 58.8% of statements [2022-10-25T19:57:30.679Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.284s coverage: 29.6% of statements [2022-10-25T19:57:30.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T19:57:34.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.317s coverage: 47.1% of statements [2022-10-25T19:57:34.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.381s coverage: 79.5% of statements [2022-10-25T19:57:34.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.348s coverage: 94.1% of statements [2022-10-25T19:57:34.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.327s coverage: 96.3% of statements [2022-10-25T19:57:39.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.310s coverage: 87.5% of statements [2022-10-25T19:57:46.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.448s coverage: 94.4% of statements [2022-10-25T19:57:46.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.254s coverage: 44.8% of statements [2022-10-25T19:57:58.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.857s coverage: 79.9% of statements [2022-10-25T19:57:58.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T19:58:03.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.382s coverage: 92.9% of statements [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T19:58:03.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.068s coverage: 65.1% of statements [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T19:58:03.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.304s coverage: 86.9% of statements [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T19:58:03.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.258s coverage: 87.2% of statements [2022-10-25T19:58:03.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T19:58:03.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T19:58:03.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.233s coverage: 100.0% of statements [2022-10-25T19:58:03.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T19:58:03.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.366s coverage: 58.8% of statements [2022-10-25T19:58:03.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T19:58:03.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.371s coverage: 80.0% of statements [2022-10-25T19:58:03.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.280s coverage: 87.2% of statements [2022-10-25T19:58:03.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.361s coverage: 85.4% of statements [2022-10-25T19:58:06.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.102s coverage: 91.2% of statements [2022-10-25T19:58:06.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T19:58:16.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.108s coverage: 64.7% of statements [2022-10-25T19:58:16.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T19:58:16.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T19:58:16.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.385s coverage: 100.0% of statements [2022-10-25T19:58:16.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.280s coverage: 89.4% of statements [2022-10-25T19:58:16.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2022-10-25T19:58:16.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements [2022-10-25T19:58:16.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2022-10-25T19:58:23.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.615s coverage: 65.8% of statements [2022-10-25T19:58:23.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T19:58:23.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T19:58:23.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T19:58:25.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.147s coverage: 41.8% of statements [2022-10-25T19:58:25.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T19:58:25.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T19:58:25.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.355s coverage: 89.5% of statements [2022-10-25T19:58:25.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T19:58:25.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.372s coverage: 84.8% of statements [2022-10-25T19:58:25.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T19:58:25.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T19:58:25.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T19:58:25.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T19:58:35.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.483s coverage: 17.7% of statements [2022-10-25T19:58:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T19:58:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T19:58:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T19:58:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T19:58:35.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.970s coverage: 92.3% of statements [2022-10-25T19:58:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T19:58:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:58:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T19:58:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T19:58:35.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.382s coverage: 63.2% of statements [2022-10-25T19:58:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T19:58:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T19:58:36.884Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.580s coverage: 97.7% of statements [2022-10-25T19:58:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T19:58:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:58:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T19:58:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T19:58:36.884Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.241s coverage: 28.9% of statements [2022-10-25T19:58:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T19:58:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T19:58:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T19:58:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T19:58:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T19:58:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T19:58:36.884Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.255s coverage: 100.0% of statements [2022-10-25T19:58:36.884Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 96.9% of statements [2022-10-25T19:58:37.848Z] 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-25T19:58:38.119Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-25T19:58:38.119Z] GO111MODULE=on go vet ./... [2022-10-25T20:01:00.097Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T20:01:00.097Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T20:01:00.097Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T20:01:00.133Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T20:01:00.807Z] + ls -al . [2022-10-25T20:01:00.807Z] total 764 [2022-10-25T20:01:00.807Z] drwxrwxr-x 10 1001 1001 4096 Oct 25 19:53 . [2022-10-25T20:01:00.807Z] drwxr-xr-x 4 root root 4096 Oct 25 19:53 .. [2022-10-25T20:01:00.807Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:51 .blubracket [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 19:51 .dockerignore [2022-10-25T20:01:00.807Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:51 .git [2022-10-25T20:01:00.807Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:51 .github [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:51 .gitignore [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 19:51 .golangci.yml [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 19:51 .hadolint.yml [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 19:51 .sonarcloud.properties [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:51 ADOPTERS.md [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:51 Attribution.txt [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:51 CHANGELOG.md [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:51 CONTRIBUTING.md [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 19:51 GOVERNANCE.md [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 19:51 Jenkinsfile [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:51 LICENSE [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:51 Makefile [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 19:51 OWNERS.md [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:51 README.md [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:51 SECURITY.md [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 19:30 VERSION [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:51 ZMQWindows.md [2022-10-25T20:01:00.807Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:51 bin [2022-10-25T20:01:00.807Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 19:51 cmd [2022-10-25T20:01:00.807Z] -rw-r--r-- 1 root root 501828 Oct 25 19:58 coverage.out [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 3447 Oct 25 19:51 go.mod [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 45062 Oct 25 19:51 go.sum [2022-10-25T20:01:00.807Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:51 internal [2022-10-25T20:01:00.807Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:51 openapi [2022-10-25T20:01:00.807Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 19:51 snap [2022-10-25T20:01:00.807Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 19:51 version.go [Pipeline] sh [2022-10-25T20:01:01.513Z] + '[' -e coverage.out ] [2022-10-25T20:01:01.513Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T20:01:01.547Z] Warning: overwriting stash ‘coverage-report’ [2022-10-25T20:01:02.489Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T20:01:03.154Z] + make build [2022-10-25T20:01:03.154Z] 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-25T20:02:54.857Z] 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-25T20:04:31.527Z] 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-25T20:04:31.527Z] 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-25T20:05:18.393Z] 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-25T20:05:18.393Z] 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-25T20:05:19.352Z] 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-25T20:05:27.566Z] 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-25T20:05:31.817Z] 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-25T20:05:38.461Z] 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-25T20:05:41.806Z] 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-25T20:05:46.067Z] 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-25T20:05:56.141Z] 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-25T20:06:02.819Z] $ docker stop --time=1 247f8cd6ba31fabc576103b4294739c98c806934745e48f246d413ff16e36fd6 [2022-10-25T20:06:05.568Z] $ docker rm -f 247f8cd6ba31fabc576103b4294739c98c806934745e48f246d413ff16e36fd6 [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-25T20:06:08.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T20:06:08.689Z] [2022-10-25T20:06:08.689Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T20:06:09.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T20:06:09.369Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-25T20:06:09.369Z] 29e5d40040c1: Pulling fs layer [2022-10-25T20:06:09.369Z] 1ce36da41761: Pulling fs layer [2022-10-25T20:06:09.369Z] 25b303627fd3: Pulling fs layer [2022-10-25T20:06:09.640Z] 29e5d40040c1: Verifying Checksum [2022-10-25T20:06:09.640Z] 29e5d40040c1: Download complete [2022-10-25T20:06:09.908Z] 1ce36da41761: Verifying Checksum [2022-10-25T20:06:09.908Z] 1ce36da41761: Download complete [2022-10-25T20:06:10.178Z] 29e5d40040c1: Pull complete [2022-10-25T20:06:11.588Z] 1ce36da41761: Pull complete [2022-10-25T20:06:11.588Z] 25b303627fd3: Verifying Checksum [2022-10-25T20:06:11.588Z] 25b303627fd3: Download complete [2022-10-25T20:06:21.672Z] 25b303627fd3: Pull complete [2022-10-25T20:06:21.672Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-25T20:06:21.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T20:06:21.672Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T20:06:22.000Z] prd-ubuntu20.04-docker-arm64-4c-16g-116974 does not seem to be running inside a container [2022-10-25T20:06:22.061Z] $ 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-25T20:06:24.592Z] $ docker top c3c1c06f8c3037bf29aff60f3e9cc6105866cb2b3d48dbe79a1cd58099e4586c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T20:06:25.508Z] + docker-compose build --help [2022-10-25T20:06:25.508Z] + grep parallel [2022-10-25T20:06:32.152Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T20:06:32.184Z] $ docker stop --time=1 c3c1c06f8c3037bf29aff60f3e9cc6105866cb2b3d48dbe79a1cd58099e4586c [2022-10-25T20:06:33.911Z] $ docker rm -f c3c1c06f8c3037bf29aff60f3e9cc6105866cb2b3d48dbe79a1cd58099e4586c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T20:06:34.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T20:06:34.701Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T20:06:34.985Z] prd-ubuntu20.04-docker-arm64-4c-16g-116974 does not seem to be running inside a container [2022-10-25T20:06:35.097Z] $ 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-25T20:06:36.470Z] $ docker top f2e8056df4130b2bf0df3bda32dc41ea7c818c771950f2d0f68b853499b3d748 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T20:06:37.399Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T20:06:44.052Z] Building core-command ... [2022-10-25T20:06:44.052Z] Building core-data ... [2022-10-25T20:06:44.052Z] Building core-metadata ... [2022-10-25T20:06:44.052Z] Building security-bootstrapper ... [2022-10-25T20:06:44.052Z] Building security-proxy-setup ... [2022-10-25T20:06:44.052Z] Building security-secretstore-setup ... [2022-10-25T20:06:44.052Z] Building security-spiffe-token-provider ... [2022-10-25T20:06:44.052Z] Building security-spire-agent ... [2022-10-25T20:06:44.052Z] Building security-spire-config ... [2022-10-25T20:06:44.052Z] Building security-spire-server ... [2022-10-25T20:06:44.052Z] Building support-notifications ... [2022-10-25T20:06:44.052Z] Building support-scheduler ... [2022-10-25T20:06:44.052Z] Building sys-mgmt-agent ... [2022-10-25T20:06:44.052Z] Building security-spiffe-token-provider [2022-10-25T20:06:44.052Z] Building security-secretstore-setup [2022-10-25T20:06:44.052Z] Building security-spire-agent [2022-10-25T20:06:44.052Z] Building security-spire-config [2022-10-25T20:06:44.052Z] Building core-metadata [2022-10-25T20:07:30.902Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:07:30.902Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:07:30.902Z] ---> 05a9970a5b03 [2022-10-25T20:07:30.902Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T20:07:30.902Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:07:30.902Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:07:30.902Z] ---> 05a9970a5b03 [2022-10-25T20:07:30.902Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T20:07:30.902Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:07:30.902Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:07:30.902Z] ---> 05a9970a5b03 [2022-10-25T20:07:30.902Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T20:07:31.176Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:07:31.176Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:07:31.176Z] ---> 05a9970a5b03 [2022-10-25T20:07:31.176Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T20:07:31.176Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:07:31.176Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:07:31.176Z] ---> 05a9970a5b03 [2022-10-25T20:07:31.176Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T20:07:31.445Z] ---> Running in cecd7229ab0e [2022-10-25T20:07:31.445Z] ---> Running in 187b6053c649 [2022-10-25T20:07:31.445Z] ---> Running in f0ec22c42ef8 [2022-10-25T20:07:31.445Z] ---> Running in bc42ebed213b [2022-10-25T20:07:31.446Z] ---> Running in 16d289c67ee9 [2022-10-25T20:07:32.043Z] Removing intermediate container f0ec22c42ef8 [2022-10-25T20:07:32.043Z] ---> fff1e0f42cdd [2022-10-25T20:07:32.043Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T20:07:32.043Z] Removing intermediate container 187b6053c649 [2022-10-25T20:07:32.043Z] ---> d43e2acbeebf [2022-10-25T20:07:32.043Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:07:32.315Z] ---> Running in 7a327fe335bc [2022-10-25T20:07:32.315Z] ---> Running in 49846c59668d [2022-10-25T20:07:32.315Z] Removing intermediate container cecd7229ab0e [2022-10-25T20:07:32.315Z] ---> 3a2844513858 [2022-10-25T20:07:32.315Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:07:32.315Z] Removing intermediate container bc42ebed213b [2022-10-25T20:07:32.315Z] ---> e3fbb28658e3 [2022-10-25T20:07:32.315Z] Removing intermediate container 16d289c67ee9 [2022-10-25T20:07:32.315Z] ---> 82a1d24d28d9 [2022-10-25T20:07:32.315Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:07:32.315Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T20:07:32.590Z] ---> Running in 2a5c155837f4 [2022-10-25T20:07:32.590Z] ---> Running in dcda1e511367 [2022-10-25T20:07:32.590Z] ---> Running in 4257949ca664 [2022-10-25T20:07:33.198Z] Removing intermediate container 7a327fe335bc [2022-10-25T20:07:33.198Z] ---> 1fbd5a3ce573 [2022-10-25T20:07:33.198Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:07:33.467Z] ---> Running in 3aad241fe7cf [2022-10-25T20:07:35.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:36.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:36.292Z] Removing intermediate container 49846c59668d [2022-10-25T20:07:36.292Z] ---> 47ba4d97a8d9 [2022-10-25T20:07:36.292Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T20:07:36.563Z] ---> Running in 0abf05d4b306 [2022-10-25T20:07:37.153Z] Removing intermediate container 2a5c155837f4 [2022-10-25T20:07:37.153Z] ---> af209119aaeb [2022-10-25T20:07:37.153Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T20:07:37.153Z] v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T20:07:37.153Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T20:07:37.153Z] OK: 16896 distinct packages available [2022-10-25T20:07:37.432Z] ---> Running in 8843b0c4dce5 [2022-10-25T20:07:37.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:37.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:37.971Z] Removing intermediate container dcda1e511367 [2022-10-25T20:07:37.971Z] ---> 3597990da878 [2022-10-25T20:07:37.971Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T20:07:37.971Z] Removing intermediate container 3aad241fe7cf [2022-10-25T20:07:37.971Z] ---> eeb8114409ec [2022-10-25T20:07:37.971Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T20:07:37.971Z] ---> Running in 53a71ebcb68d [2022-10-25T20:07:38.254Z] ---> Running in b4d3b4ab4bd9 [2022-10-25T20:07:39.220Z] OK: 221 MiB in 51 packages [2022-10-25T20:07:39.491Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:40.078Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:40.348Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:40.941Z] Removing intermediate container 4257949ca664 [2022-10-25T20:07:40.941Z] ---> 8e0faa1fd659 [2022-10-25T20:07:40.941Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T20:07:40.941Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:40.941Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:40.941Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:41.529Z] ---> 7a85ef8b2cd7 [2022-10-25T20:07:41.529Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:07:41.797Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:41.797Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:41.797Z] OK: 221 MiB in 51 packages [2022-10-25T20:07:42.769Z] ---> Running in 3e6c185fc22a [2022-10-25T20:07:43.043Z] OK: 221 MiB in 51 packages [2022-10-25T20:07:43.630Z] Removing intermediate container 0abf05d4b306 [2022-10-25T20:07:43.630Z] ---> 646334f1734d [2022-10-25T20:07:43.630Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T20:07:43.900Z] OK: 221 MiB in 51 packages [2022-10-25T20:07:43.900Z] OK: 221 MiB in 51 packages [2022-10-25T20:07:44.866Z] Removing intermediate container 8843b0c4dce5 [2022-10-25T20:07:44.866Z] ---> 24d7c9b18ca7 [2022-10-25T20:07:44.866Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T20:07:45.141Z] ---> 26ee53159ce5 [2022-10-25T20:07:45.141Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:07:45.413Z] ---> Running in 6a1a63ede4d5 [2022-10-25T20:07:46.006Z] Removing intermediate container b4d3b4ab4bd9 [2022-10-25T20:07:46.006Z] ---> ca6e795eb9fc [2022-10-25T20:07:46.006Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T20:07:46.006Z] Removing intermediate container 53a71ebcb68d [2022-10-25T20:07:46.006Z] ---> b408e04e5d47 [2022-10-25T20:07:46.006Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T20:07:46.998Z] ---> 28c03329b4a8 [2022-10-25T20:07:46.998Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:07:46.998Z] ---> Running in 7364e807fb13 [2022-10-25T20:07:47.590Z] ---> 771474fbe8e0 [2022-10-25T20:07:47.590Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:07:47.590Z] ---> 9c9e0181a4b9 [2022-10-25T20:07:47.590Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:07:47.590Z] ---> Running in e302d9a38f36 [2022-10-25T20:07:47.590Z] ---> Running in 9b495470f492 [2022-10-25T20:09:09.212Z] Removing intermediate container 3e6c185fc22a [2022-10-25T20:09:09.212Z] ---> 0b55cef03b89 [2022-10-25T20:09:09.212Z] Step 7/20 : COPY . . [2022-10-25T20:09:11.178Z] Removing intermediate container 9b495470f492 [2022-10-25T20:09:11.178Z] ---> f9af12762414 [2022-10-25T20:09:11.178Z] Step 9/25 : COPY . . [2022-10-25T20:09:11.178Z] Removing intermediate container 6a1a63ede4d5 [2022-10-25T20:09:11.178Z] ---> bffdc9c0b5ee [2022-10-25T20:09:11.178Z] Step 8/25 : COPY . . [2022-10-25T20:09:11.178Z] Removing intermediate container 7364e807fb13 [2022-10-25T20:09:11.178Z] ---> 30a8b29b3d5e [2022-10-25T20:09:11.178Z] Step 8/26 : COPY . . [2022-10-25T20:09:11.178Z] Removing intermediate container e302d9a38f36 [2022-10-25T20:09:11.178Z] ---> 59053299046f [2022-10-25T20:09:11.178Z] Step 8/26 : COPY . . [2022-10-25T20:09:17.839Z] ---> 1d2df9c186c0 [2022-10-25T20:09:17.839Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T20:09:19.252Z] ---> Running in c12d2aae3be6 [2022-10-25T20:09:21.209Z] 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-25T20:09:33.551Z] ---> 973f3f2279d8 [2022-10-25T20:09:33.551Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T20:09:33.551Z] ---> 1bc281421246 [2022-10-25T20:09:33.551Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T20:09:33.551Z] ---> b0ec6d49b82a [2022-10-25T20:09:33.551Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T20:09:33.551Z] ---> Running in 52e995717c45 [2022-10-25T20:09:33.551Z] ---> 3216a257493b [2022-10-25T20:09:33.551Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-25T20:09:33.551Z] ---> Running in 188b27e2fa78 [2022-10-25T20:09:33.551Z] ---> Running in 5192074a9d9a [2022-10-25T20:09:33.551Z] ---> Running in adb5ee8cc18d [2022-10-25T20:09:34.138Z] Removing intermediate container 5192074a9d9a [2022-10-25T20:09:34.138Z] ---> 8e210835d884 [2022-10-25T20:09:34.138Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T20:09:34.405Z] Removing intermediate container 52e995717c45 [2022-10-25T20:09:34.405Z] ---> 1c796285a7ba [2022-10-25T20:09:34.405Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T20:09:34.405Z] ---> Running in bb04ca9d11a3 [2022-10-25T20:09:34.673Z] ---> Running in 1845de1c4bdd [2022-10-25T20:09:35.633Z] Removing intermediate container 1845de1c4bdd [2022-10-25T20:09:35.633Z] ---> 55e0f38888b0 [2022-10-25T20:09:35.633Z] 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-25T20:09:35.633Z] Removing intermediate container bb04ca9d11a3 [2022-10-25T20:09:35.633Z] ---> 9a09a57ff8eb [2022-10-25T20:09:35.901Z] 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-25T20:09:35.901Z] ---> Running in 280c2d90ed46 [2022-10-25T20:09:35.901Z] ---> Running in 01c94e70fb5f [2022-10-25T20:09:36.489Z] 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-25T20:09:36.489Z] 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-25T20:09:40.756Z] Removing intermediate container 280c2d90ed46 [2022-10-25T20:09:40.756Z] ---> 9183374b1754 [2022-10-25T20:09:40.756Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T20:09:40.756Z] Removing intermediate container 01c94e70fb5f [2022-10-25T20:09:40.756Z] ---> 77ef75a63ecf [2022-10-25T20:09:40.756Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T20:09:40.756Z] ---> Running in 800dcf921853 [2022-10-25T20:09:40.756Z] ---> Running in cfba8e070613 [2022-10-25T20:09:41.028Z] Removing intermediate container 800dcf921853 [2022-10-25T20:09:41.028Z] ---> 9f92692884ab [2022-10-25T20:09:41.028Z] [2022-10-25T20:09:41.028Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T20:09:41.028Z] Removing intermediate container cfba8e070613 [2022-10-25T20:09:41.028Z] ---> 038954fe48ca [2022-10-25T20:09:41.028Z] [2022-10-25T20:09:41.028Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T20:09:41.293Z] 3.15: Pulling from library/alpine [2022-10-25T20:09:41.293Z] 3.15: Pulling from library/alpine [2022-10-25T20:09:43.245Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T20:09:43.245Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T20:09:43.245Z] Status: Image is up to date for alpine:3.15 [2022-10-25T20:09:43.245Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T20:09:43.245Z] ---> 02e0d6fdf486 [2022-10-25T20:09:43.245Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T20:09:43.245Z] ---> 02e0d6fdf486 [2022-10-25T20:09:43.245Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T20:09:43.245Z] ---> Running in 0d615559a9e5 [2022-10-25T20:09:43.245Z] ---> Running in d4b71f922022 [2022-10-25T20:09:44.206Z] Removing intermediate container 0d615559a9e5 [2022-10-25T20:09:44.206Z] ---> 4eabd7c978fc [2022-10-25T20:09:44.206Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:09:44.206Z] Removing intermediate container d4b71f922022 [2022-10-25T20:09:44.206Z] ---> 2b878df30ae4 [2022-10-25T20:09:44.206Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:09:44.479Z] ---> Running in 34338ddf0647 [2022-10-25T20:09:44.479Z] ---> Running in 5c303b1d29d6 [2022-10-25T20:09:48.731Z] Removing intermediate container 5c303b1d29d6 [2022-10-25T20:09:48.731Z] ---> b0dca7d6ae92 [2022-10-25T20:09:48.731Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T20:09:48.731Z] ---> Running in 95476bf4943b [2022-10-25T20:09:48.731Z] Removing intermediate container 34338ddf0647 [2022-10-25T20:09:48.731Z] ---> 3c8177539221 [2022-10-25T20:09:48.731Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T20:09:48.999Z] ---> Running in f8739d4d3f7f [2022-10-25T20:09:50.942Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:09:50.942Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:09:51.215Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:09:51.797Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:09:53.203Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T20:09:53.203Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T20:09:53.203Z] OK: 15734 distinct packages available [2022-10-25T20:09:53.203Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T20:09:53.203Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T20:09:53.203Z] OK: 15734 distinct packages available [2022-10-25T20:09:53.203Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:09:53.469Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:09:54.051Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:09:54.051Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:09:55.459Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T20:09:55.724Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T20:09:55.991Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T20:09:55.991Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T20:09:56.256Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T20:09:56.256Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T20:09:56.521Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T20:09:56.521Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T20:09:56.788Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T20:09:57.053Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T20:09:57.053Z] OK: 6 MiB in 18 packages [2022-10-25T20:09:57.322Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T20:09:57.322Z] OK: 6 MiB in 19 packages [2022-10-25T20:09:59.262Z] Removing intermediate container 95476bf4943b [2022-10-25T20:09:59.262Z] ---> a24d694810c5 [2022-10-25T20:09:59.262Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T20:09:59.262Z] Removing intermediate container f8739d4d3f7f [2022-10-25T20:09:59.529Z] ---> 4dac87742bdf [2022-10-25T20:09:59.529Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T20:10:03.763Z] ---> fb141d3d2619 [2022-10-25T20:10:03.763Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T20:10:07.112Z] ---> aeac96ecc67d [2022-10-25T20:10:07.112Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T20:10:07.696Z] ---> 5f01cdcf1637 [2022-10-25T20:10:07.696Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T20:10:07.972Z] ---> Running in 72c661190527 [2022-10-25T20:10:08.928Z] Removing intermediate container 72c661190527 [2022-10-25T20:10:08.928Z] ---> 759b88fa6991 [2022-10-25T20:10:08.928Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-25T20:10:09.884Z] ---> a6a202640c8e [2022-10-25T20:10:09.884Z] Step 21/26 : WORKDIR / [2022-10-25T20:10:10.150Z] ---> Running in 0f12ef79ad4d [2022-10-25T20:10:10.757Z] Removing intermediate container 0f12ef79ad4d [2022-10-25T20:10:10.757Z] ---> 2652ff4c9b7c [2022-10-25T20:10:10.757Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T20:10:11.027Z] ---> Running in 1c5c0b9d67a4 [2022-10-25T20:10:11.609Z] Removing intermediate container 1c5c0b9d67a4 [2022-10-25T20:10:11.609Z] ---> 2b211d20b212 [2022-10-25T20:10:11.609Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T20:10:11.876Z] ---> Running in 9a88e3086eda [2022-10-25T20:10:11.876Z] ---> a1b0c24351e0 [2022-10-25T20:10:11.876Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T20:10:12.461Z] Removing intermediate container 9a88e3086eda [2022-10-25T20:10:12.461Z] ---> 0fa97894adb6 [2022-10-25T20:10:12.462Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T20:10:12.462Z] ---> Running in 0afbb1909897 [2022-10-25T20:10:13.046Z] ---> 48c6650b881a [2022-10-25T20:10:13.046Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T20:10:13.046Z] Removing intermediate container 0afbb1909897 [2022-10-25T20:10:13.046Z] ---> 95588cbbd33c [2022-10-25T20:10:13.046Z] Step 25/26 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:10:13.311Z] ---> Running in 2ba0b2d0b84f [2022-10-25T20:10:13.900Z] Removing intermediate container 2ba0b2d0b84f [2022-10-25T20:10:13.900Z] ---> 22d3d40cb46a [2022-10-25T20:10:13.900Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T20:10:14.166Z] ---> Running in 48ea59b02c14 [2022-10-25T20:10:14.166Z] ---> 0f1c7f590e0c [2022-10-25T20:10:14.166Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T20:10:14.753Z] Removing intermediate container 48ea59b02c14 [2022-10-25T20:10:14.753Z] ---> 05206a753e3d [2022-10-25T20:10:14.753Z] [2022-10-25T20:10:15.334Z] Successfully built 05206a753e3d [2022-10-25T20:10:15.334Z] Successfully tagged security-spire-config-arm64:latest [2022-10-25T20:10:15.334Z]  Building security-spire-config ... done Building support-scheduler [2022-10-25T20:10:15.334Z] ---> 1dd6a8105281 [2022-10-25T20:10:15.334Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T20:10:15.607Z] ---> Running in b32df30406f2 [2022-10-25T20:10:15.876Z] Removing intermediate container b32df30406f2 [2022-10-25T20:10:15.876Z] ---> a326fc44d00e [2022-10-25T20:10:15.876Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T20:10:16.144Z] ---> Running in a1745ab791d3 [2022-10-25T20:10:16.726Z] Removing intermediate container a1745ab791d3 [2022-10-25T20:10:16.726Z] ---> 9414bc9397dc [2022-10-25T20:10:16.726Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T20:10:16.726Z] ---> Running in 5b325b6754a4 [2022-10-25T20:10:17.306Z] Removing intermediate container 5b325b6754a4 [2022-10-25T20:10:17.306Z] ---> 56bc0cde75b8 [2022-10-25T20:10:17.306Z] Step 25/26 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:10:17.306Z] ---> Running in dbe421f20d36 [2022-10-25T20:10:18.268Z] Removing intermediate container dbe421f20d36 [2022-10-25T20:10:18.268Z] ---> 980f57120e5b [2022-10-25T20:10:18.268Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T20:10:18.268Z] ---> Running in 40f76aae3cd1 [2022-10-25T20:10:18.847Z] Removing intermediate container 40f76aae3cd1 [2022-10-25T20:10:18.847Z] ---> a0a7774a2c5c [2022-10-25T20:10:18.847Z] [2022-10-25T20:10:19.113Z] Successfully built a0a7774a2c5c [2022-10-25T20:10:19.113Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-25T20:10:19.113Z]  Building security-spire-agent ... done Building sys-mgmt-agent [2022-10-25T20:10:41.190Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:10:41.190Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:10:41.190Z] ---> 05a9970a5b03 [2022-10-25T20:10:41.190Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T20:10:41.190Z] ---> Using cache [2022-10-25T20:10:41.190Z] ---> fff1e0f42cdd [2022-10-25T20:10:41.190Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T20:10:41.190Z] ---> Using cache [2022-10-25T20:10:41.190Z] ---> 1fbd5a3ce573 [2022-10-25T20:10:41.190Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:10:41.190Z] ---> Using cache [2022-10-25T20:10:41.190Z] ---> eeb8114409ec [2022-10-25T20:10:41.190Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T20:10:41.190Z] ---> Using cache [2022-10-25T20:10:41.190Z] ---> ca6e795eb9fc [2022-10-25T20:10:41.190Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T20:10:41.190Z] ---> Using cache [2022-10-25T20:10:41.190Z] ---> 9c9e0181a4b9 [2022-10-25T20:10:41.190Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:10:41.190Z] ---> Using cache [2022-10-25T20:10:41.190Z] ---> f9af12762414 [2022-10-25T20:10:41.190Z] Step 9/23 : COPY . . [2022-10-25T20:10:41.190Z] ---> Using cache [2022-10-25T20:10:41.190Z] ---> 1bc281421246 [2022-10-25T20:10:41.190Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T20:10:41.190Z] ---> Running in d7e0604b5434 [2022-10-25T20:10:42.592Z] 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-25T20:10:44.000Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:10:44.000Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:10:44.000Z] ---> 05a9970a5b03 [2022-10-25T20:10:44.000Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T20:10:44.000Z] ---> Using cache [2022-10-25T20:10:44.000Z] ---> e3fbb28658e3 [2022-10-25T20:10:44.000Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:10:44.000Z] ---> Running in 54a09ae72e81 [2022-10-25T20:10:47.347Z] Removing intermediate container 54a09ae72e81 [2022-10-25T20:10:47.347Z] ---> 040b28fc925e [2022-10-25T20:10:47.347Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T20:10:47.347Z] ---> Running in fb66368ded3c [2022-10-25T20:10:48.753Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:10:49.707Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:10:51.111Z] OK: 221 MiB in 51 packages [2022-10-25T20:10:52.695Z] Removing intermediate container fb66368ded3c [2022-10-25T20:10:52.695Z] ---> 196b6992a2f0 [2022-10-25T20:10:52.695Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T20:10:53.799Z] ---> b70675e37584 [2022-10-25T20:10:53.799Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:10:53.799Z] ---> Running in e91178949503 [2022-10-25T20:12:15.525Z] Removing intermediate container e91178949503 [2022-10-25T20:12:15.525Z] ---> 01a0e03c8b1a [2022-10-25T20:12:15.525Z] Step 8/23 : COPY . . [2022-10-25T20:12:15.525Z] ---> c2258e2de46d [2022-10-25T20:12:15.525Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-25T20:12:15.525Z] ---> Running in ac32f251a36e [2022-10-25T20:12:16.928Z] 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-25T20:14:55.621Z] 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-25T20:15:13.816Z] Removing intermediate container adb5ee8cc18d [2022-10-25T20:15:13.816Z] ---> df69ebd453a1 [2022-10-25T20:15:13.816Z] [2022-10-25T20:15:13.816Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T20:15:13.816Z] 3.16: Pulling from library/alpine [2022-10-25T20:15:13.816Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T20:15:13.816Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T20:15:13.816Z] ---> a6215f271958 [2022-10-25T20:15:13.816Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T20:15:13.816Z] ---> Running in f9d352e5af63 [2022-10-25T20:15:13.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:15:13.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:15:14.772Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T20:15:15.037Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T20:15:15.037Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T20:15:15.037Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:15:15.037Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T20:15:15.619Z] OK: 6 MiB in 17 packages [2022-10-25T20:15:17.557Z] Removing intermediate container f9d352e5af63 [2022-10-25T20:15:17.557Z] ---> 04fa3bad1768 [2022-10-25T20:15:17.557Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T20:15:17.557Z] ---> Running in 5496402ccfb6 [2022-10-25T20:15:17.848Z] Removing intermediate container 5496402ccfb6 [2022-10-25T20:15:17.848Z] ---> d854f407a495 [2022-10-25T20:15:17.848Z] Step 13/25 : WORKDIR / [2022-10-25T20:15:18.114Z] ---> Running in 00062a537705 [2022-10-25T20:15:18.699Z] Removing intermediate container 00062a537705 [2022-10-25T20:15:18.699Z] ---> 35b248c80f6f [2022-10-25T20:15:18.699Z] 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-25T20:15:19.658Z] ---> e3313d817ee0 [2022-10-25T20:15:19.658Z] 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-25T20:15:20.238Z] ---> f45caa54056d [2022-10-25T20:15:20.238Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T20:15:21.193Z] ---> 61e42a626153 [2022-10-25T20:15:21.193Z] 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-25T20:15:21.779Z] ---> 1d2b3e281e00 [2022-10-25T20:15:21.779Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T20:15:23.180Z] ---> a8aa907da00b [2022-10-25T20:15:23.180Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T20:15:25.123Z] ---> b61529f3bede [2022-10-25T20:15:25.123Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T20:15:25.711Z] ---> 31d045c83eaa [2022-10-25T20:15:25.711Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T20:15:25.711Z] ---> Running in 3918d4e38ed4 [2022-10-25T20:15:29.048Z] Removing intermediate container 3918d4e38ed4 [2022-10-25T20:15:29.048Z] ---> d51342f8c68c [2022-10-25T20:15:29.048Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T20:15:29.048Z] ---> Running in d315214ca758 [2022-10-25T20:15:29.048Z] Removing intermediate container d315214ca758 [2022-10-25T20:15:29.312Z] ---> 1cae0e2a8077 [2022-10-25T20:15:29.312Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T20:15:29.312Z] ---> Running in 40201314d58a [2022-10-25T20:15:29.891Z] Removing intermediate container 40201314d58a [2022-10-25T20:15:29.891Z] ---> 85e573d9a21a [2022-10-25T20:15:29.891Z] Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:15:29.891Z] ---> Running in b3e4a9bd030c [2022-10-25T20:15:30.470Z] Removing intermediate container b3e4a9bd030c [2022-10-25T20:15:30.470Z] ---> 65ae65d682bb [2022-10-25T20:15:30.470Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T20:15:30.470Z] ---> Running in 2a6c10faba9f [2022-10-25T20:15:31.053Z] Removing intermediate container 2a6c10faba9f [2022-10-25T20:15:31.053Z] ---> ae07ee3679b3 [2022-10-25T20:15:31.053Z] [2022-10-25T20:15:31.318Z] Successfully built ae07ee3679b3 [2022-10-25T20:15:31.318Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-25T20:15:31.318Z] Building security-proxy-setup [2022-10-25T20:15:46.297Z]  Building security-secretstore-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:15:46.297Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:15:46.297Z] ---> 05a9970a5b03 [2022-10-25T20:15:46.297Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T20:15:46.297Z] ---> Using cache [2022-10-25T20:15:46.297Z] ---> e3fbb28658e3 [2022-10-25T20:15:46.297Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:15:46.297Z] ---> Using cache [2022-10-25T20:15:46.297Z] ---> 040b28fc925e [2022-10-25T20:15:46.297Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T20:15:46.297Z] ---> Running in 6133f2ad8272 [2022-10-25T20:15:47.254Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:15:47.830Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:15:49.763Z] OK: 221 MiB in 51 packages [2022-10-25T20:15:51.165Z] Removing intermediate container 6133f2ad8272 [2022-10-25T20:15:51.165Z] ---> 5662d9785a78 [2022-10-25T20:15:51.165Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T20:15:52.121Z] ---> 7cedb586123b [2022-10-25T20:15:52.121Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:15:52.121Z] ---> Running in 836f7d829624 [2022-10-25T20:16:07.098Z] Removing intermediate container 188b27e2fa78 [2022-10-25T20:16:07.098Z] ---> fa6930788030 [2022-10-25T20:16:07.098Z] [2022-10-25T20:16:07.098Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T20:16:07.098Z] ---> a6215f271958 [2022-10-25T20:16:07.098Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T20:16:07.098Z] ---> Running in 3824230b6f1f [2022-10-25T20:16:08.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:16:08.768Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:16:10.171Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T20:16:10.172Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:16:10.172Z] OK: 5 MiB in 15 packages [2022-10-25T20:16:12.111Z] Removing intermediate container 3824230b6f1f [2022-10-25T20:16:12.111Z] ---> 98025c71b622 [2022-10-25T20:16:12.111Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T20:16:12.111Z] ---> Running in 320da7a955c7 [2022-10-25T20:16:12.691Z] Removing intermediate container 320da7a955c7 [2022-10-25T20:16:12.691Z] ---> 6f70d8214c87 [2022-10-25T20:16:12.692Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T20:16:12.692Z] ---> Running in 6a809191515b [2022-10-25T20:16:13.273Z] Removing intermediate container 6a809191515b [2022-10-25T20:16:13.273Z] ---> 74e69811c3f6 [2022-10-25T20:16:13.273Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T20:16:13.539Z] ---> Running in 1de6ab88e982 [2022-10-25T20:16:14.119Z] Removing intermediate container 1de6ab88e982 [2022-10-25T20:16:14.119Z] ---> d4f1702e5380 [2022-10-25T20:16:14.119Z] Step 16/25 : WORKDIR / [2022-10-25T20:16:14.119Z] ---> Running in 710c32ff59a6 [2022-10-25T20:16:14.701Z] Removing intermediate container 710c32ff59a6 [2022-10-25T20:16:14.701Z] ---> 4fa46a5c6dbe [2022-10-25T20:16:14.701Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:16:15.656Z] ---> 201dd061e67c [2022-10-25T20:16:15.656Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T20:16:17.592Z] ---> 709a55ed0c1d [2022-10-25T20:16:17.592Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T20:16:18.561Z] ---> 2dfeb33ef342 [2022-10-25T20:16:18.561Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T20:16:19.522Z] ---> 5f8275d8796e [2022-10-25T20:16:19.522Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T20:16:19.522Z] ---> Running in 24dbc77862a5 [2022-10-25T20:16:19.794Z] Removing intermediate container 24dbc77862a5 [2022-10-25T20:16:19.794Z] ---> 35848f8d8fb1 [2022-10-25T20:16:19.794Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:16:21.732Z] ---> Running in 2c22bd1662f4 [2022-10-25T20:16:21.997Z] Removing intermediate container 2c22bd1662f4 [2022-10-25T20:16:21.997Z] ---> b2ae3c7606fe [2022-10-25T20:16:21.997Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T20:16:21.997Z] ---> Running in 2693c27ef6a6 [2022-10-25T20:16:22.577Z] Removing intermediate container 2693c27ef6a6 [2022-10-25T20:16:22.577Z] ---> 647a71cb2bb7 [2022-10-25T20:16:22.577Z] Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:16:22.577Z] ---> Running in b5dd7acd20e6 [2022-10-25T20:16:23.156Z] Removing intermediate container b5dd7acd20e6 [2022-10-25T20:16:23.156Z] ---> f63b433445d5 [2022-10-25T20:16:23.156Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T20:16:23.156Z] ---> Running in 34f104b8e3be [2022-10-25T20:16:23.737Z] Removing intermediate container 34f104b8e3be [2022-10-25T20:16:23.737Z] ---> 740e6efdef0e [2022-10-25T20:16:23.737Z] [2022-10-25T20:16:24.004Z] Successfully built 740e6efdef0e [2022-10-25T20:16:24.004Z] Successfully tagged core-metadata-arm64:latest [2022-10-25T20:16:24.004Z] Building core-data [2022-10-25T20:16:42.191Z]  Building core-metadata ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:16:42.191Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:16:42.191Z] ---> 05a9970a5b03 [2022-10-25T20:16:42.191Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T20:16:42.191Z] ---> Using cache [2022-10-25T20:16:42.191Z] ---> fff1e0f42cdd [2022-10-25T20:16:42.191Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T20:16:42.191Z] ---> Using cache [2022-10-25T20:16:42.191Z] ---> 1fbd5a3ce573 [2022-10-25T20:16:42.191Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:16:42.191Z] ---> Using cache [2022-10-25T20:16:42.191Z] ---> eeb8114409ec [2022-10-25T20:16:42.191Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T20:16:42.191Z] ---> Running in 2f3b013d8d30 [2022-10-25T20:16:45.048Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:16:45.643Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:16:47.064Z] OK: 221 MiB in 51 packages [2022-10-25T20:16:50.411Z] Removing intermediate container 2f3b013d8d30 [2022-10-25T20:16:50.411Z] ---> f59059295828 [2022-10-25T20:16:50.411Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T20:16:51.370Z] ---> cc4a80b7f458 [2022-10-25T20:16:51.370Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:16:51.640Z] ---> Running in 8073de15cc90 [2022-10-25T20:16:54.978Z] Removing intermediate container c12d2aae3be6 [2022-10-25T20:16:54.978Z] ---> f624e421c794 [2022-10-25T20:16:54.978Z] [2022-10-25T20:16:54.978Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T20:16:54.978Z] ---> 02e0d6fdf486 [2022-10-25T20:16:54.978Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T20:16:54.978Z] ---> Using cache [2022-10-25T20:16:54.978Z] ---> 2b878df30ae4 [2022-10-25T20:16:54.978Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:16:54.978Z] ---> Using cache [2022-10-25T20:16:54.978Z] ---> 3c8177539221 [2022-10-25T20:16:54.978Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T20:16:54.978Z] ---> Running in 5d5fab832ba7 [2022-10-25T20:16:57.556Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:16:58.140Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:17:00.082Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T20:17:00.082Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T20:17:00.082Z] OK: 15734 distinct packages available [2022-10-25T20:17:00.082Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:17:00.663Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:17:02.605Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T20:17:03.187Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T20:17:03.779Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T20:17:05.188Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T20:17:05.772Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T20:17:06.039Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T20:17:06.621Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T20:17:06.886Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T20:17:07.154Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T20:17:07.420Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T20:17:07.420Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T20:17:08.001Z] OK: 8 MiB in 23 packages [2022-10-25T20:17:13.336Z] Removing intermediate container 5d5fab832ba7 [2022-10-25T20:17:13.336Z] ---> 70c806826707 [2022-10-25T20:17:13.336Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:17:14.298Z] ---> 3929b22c050f [2022-10-25T20:17:14.298Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T20:17:16.874Z] Removing intermediate container 836f7d829624 [2022-10-25T20:17:16.874Z] ---> d4c05e227eb0 [2022-10-25T20:17:16.874Z] Step 8/22 : COPY . . [2022-10-25T20:17:16.874Z] ---> 97f2c5255e21 [2022-10-25T20:17:16.874Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T20:17:17.831Z] ---> 8417b80c5f5d [2022-10-25T20:17:17.831Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T20:17:18.097Z] ---> Running in 5886d7b2037f [2022-10-25T20:17:19.080Z] Removing intermediate container 5886d7b2037f [2022-10-25T20:17:19.080Z] ---> 79dbd6b98c5e [2022-10-25T20:17:19.080Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:17:19.347Z] ---> Running in 0d963f11991f [2022-10-25T20:17:20.312Z] Removing intermediate container 0d963f11991f [2022-10-25T20:17:20.312Z] ---> 73f041623be2 [2022-10-25T20:17:20.312Z] Step 18/20 : LABEL arch=arm64 [2022-10-25T20:17:20.312Z] ---> Running in 152658f19f44 [2022-10-25T20:17:22.887Z] Removing intermediate container 152658f19f44 [2022-10-25T20:17:22.887Z] ---> 3c734be52d84 [2022-10-25T20:17:22.887Z] Step 19/20 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:17:23.152Z] ---> Running in d0f1d19f26a7 [2022-10-25T20:17:23.742Z] Removing intermediate container d0f1d19f26a7 [2022-10-25T20:17:23.742Z] ---> 357902c0153c [2022-10-25T20:17:23.742Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T20:17:24.008Z] ---> Running in 6b992d6f4e2f [2022-10-25T20:17:24.610Z] Removing intermediate container 6b992d6f4e2f [2022-10-25T20:17:24.610Z] ---> a176cf025b9c [2022-10-25T20:17:24.610Z] [2022-10-25T20:17:25.188Z] Successfully built a176cf025b9c [2022-10-25T20:17:25.188Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-25T20:17:25.188Z] Building security-spire-server [2022-10-25T20:17:33.375Z]  Building security-spiffe-token-provider ... done  ---> aff5bb19cba8 [2022-10-25T20:17:33.375Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T20:17:33.375Z] ---> Running in 95c6300cc046 [2022-10-25T20:17:35.954Z] 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-25T20:17:42.582Z] Removing intermediate container ac32f251a36e [2022-10-25T20:17:42.582Z] ---> 9e56a10a33ee [2022-10-25T20:17:42.582Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T20:17:42.582Z] ---> Running in 6eb905d71ac0 [2022-10-25T20:17:43.984Z] 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-25T20:17:46.558Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:17:46.558Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:17:46.558Z] ---> 05a9970a5b03 [2022-10-25T20:17:46.558Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T20:17:46.558Z] ---> Using cache [2022-10-25T20:17:46.558Z] ---> e3fbb28658e3 [2022-10-25T20:17:46.558Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:17:46.558Z] ---> Using cache [2022-10-25T20:17:46.558Z] ---> 040b28fc925e [2022-10-25T20:17:46.558Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T20:17:46.823Z] ---> Running in 3b9274c4aad6 [2022-10-25T20:17:49.393Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:17:49.970Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:17:50.236Z] Removing intermediate container 6eb905d71ac0 [2022-10-25T20:17:50.236Z] ---> c053fbb13280 [2022-10-25T20:17:50.236Z] [2022-10-25T20:17:50.236Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T20:17:50.236Z] ---> a6215f271958 [2022-10-25T20:17:50.236Z] 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-25T20:17:50.501Z] ---> Running in 70ade7160019 [2022-10-25T20:17:51.082Z] Removing intermediate container 70ade7160019 [2022-10-25T20:17:51.082Z] ---> 8fa08ee5a122 [2022-10-25T20:17:51.347Z] 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-25T20:17:51.347Z] ---> Running in 3764bc757605 [2022-10-25T20:17:51.927Z] OK: 221 MiB in 51 packages [2022-10-25T20:17:53.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:17:53.867Z] Removing intermediate container 3b9274c4aad6 [2022-10-25T20:17:53.867Z] ---> 9c445c364246 [2022-10-25T20:17:53.867Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T20:17:54.447Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:17:55.409Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T20:17:55.675Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T20:17:55.675Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T20:17:55.675Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T20:17:55.675Z] Executing bash-5.1.16-r2.post-install [2022-10-25T20:17:55.675Z] ---> 5cbe4557bb14 [2022-10-25T20:17:55.675Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:17:55.675Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T20:17:55.947Z] ---> Running in 49c030de1f0f [2022-10-25T20:17:55.947Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T20:17:55.947Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T20:17:55.947Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T20:17:56.213Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T20:17:56.213Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T20:17:57.171Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T20:17:57.171Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T20:17:57.171Z] (13/33) Installing expat (2.5.0-r0) [2022-10-25T20:17:57.171Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T20:17:57.171Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T20:17:57.171Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T20:17:57.171Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T20:17:57.171Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T20:17:57.171Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T20:17:57.171Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T20:17:57.171Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T20:18:00.498Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T20:18:00.498Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T20:18:00.498Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T20:18:00.498Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T20:18:00.498Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T20:18:00.498Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T20:18:00.498Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T20:18:00.498Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T20:18:00.498Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T20:18:00.498Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T20:18:00.498Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T20:18:00.498Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T20:18:01.453Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:18:01.453Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T20:18:02.037Z] OK: 120 MiB in 47 packages [2022-10-25T20:18:10.223Z] Removing intermediate container 8073de15cc90 [2022-10-25T20:18:10.223Z] ---> a4d7fd5dbd07 [2022-10-25T20:18:10.223Z] Step 9/24 : COPY . . [2022-10-25T20:18:18.426Z] Collecting docker-compose==1.23.2 [2022-10-25T20:18:18.697Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T20:18:18.965Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 5.8 MB/s eta 0:00:00 [2022-10-25T20:18:19.232Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T20:18:19.232Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T20:18:19.502Z] Preparing metadata (setup.py): started [2022-10-25T20:18:22.083Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T20:18:22.663Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T20:18:22.929Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T20:18:22.929Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 17.5 MB/s eta 0:00:00 [2022-10-25T20:18:22.929Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T20:18:23.202Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T20:18:23.905Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T20:18:23.905Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T20:18:23.905Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 16.7 MB/s eta 0:00:00 [2022-10-25T20:18:24.493Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T20:18:24.493Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T20:18:24.493Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 18.6 MB/s eta 0:00:00 [2022-10-25T20:18:24.493Z] ---> fe4f0f87dcac [2022-10-25T20:18:24.493Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T20:18:24.493Z] ---> Running in 02fc6f4edb1e [2022-10-25T20:18:24.493Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T20:18:24.759Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T20:18:24.759Z] Preparing metadata (setup.py): started [2022-10-25T20:18:26.693Z] 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-25T20:18:27.275Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T20:18:27.853Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T20:18:27.853Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T20:18:28.820Z] Collecting PyYAML<4,>=3.10 [2022-10-25T20:18:28.820Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T20:18:28.820Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 15.1 MB/s eta 0:00:00 [2022-10-25T20:18:30.759Z] Preparing metadata (setup.py): started [2022-10-25T20:18:33.331Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T20:18:33.331Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T20:18:33.331Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T20:18:33.331Z] Preparing metadata (setup.py): started [2022-10-25T20:18:35.267Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T20:18:35.267Z] 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-25T20:18:36.668Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T20:18:36.668Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T20:18:37.252Z] Collecting idna<2.8,>=2.5 [2022-10-25T20:18:37.252Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T20:18:37.252Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 8.3 MB/s eta 0:00:00 [2022-10-25T20:18:38.213Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T20:18:38.213Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T20:18:38.213Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 18.6 MB/s eta 0:00:00 [2022-10-25T20:18:38.479Z] Collecting certifi>=2017.4.17 [2022-10-25T20:18:38.745Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T20:18:38.745Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 3.8 MB/s eta 0:00:00 [2022-10-25T20:18:39.010Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T20:18:39.010Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T20:18:39.010Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 17.4 MB/s eta 0:00:00 [2022-10-25T20:18:39.591Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T20:18:39.591Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T20:18:39.591Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T20:18:39.859Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T20:18:41.260Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-25T20:18:41.260Z] Running setup.py install for texttable: started [2022-10-25T20:18:44.595Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T20:18:44.595Z] Running setup.py install for PyYAML: started [2022-10-25T20:18:47.929Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T20:18:49.862Z] Running setup.py install for docopt: started [2022-10-25T20:18:53.201Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T20:18:57.446Z] Running setup.py install for dockerpty: started [2022-10-25T20:19:00.778Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T20:19:02.714Z] Removing intermediate container 49c030de1f0f [2022-10-25T20:19:02.714Z] ---> 7189082035f8 [2022-10-25T20:19:02.714Z] Step 8/25 : COPY . . [2022-10-25T20:19:03.298Z] 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-25T20:19:03.298Z] 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-25T20:19:29.959Z]  ---> f7eb3b2f075a [2022-10-25T20:19:29.959Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T20:19:29.959Z] ---> Running in 660d96e3f2f0 [2022-10-25T20:19:29.959Z] Removing intermediate container 660d96e3f2f0 [2022-10-25T20:19:29.959Z] ---> e915a9a3a53a [2022-10-25T20:19:29.959Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T20:19:29.959Z] ---> Running in bd816508815a [2022-10-25T20:19:29.959Z] Removing intermediate container bd816508815a [2022-10-25T20:19:29.959Z] ---> 028e1fa5a216 [2022-10-25T20:19:29.959Z] 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-25T20:19:29.959Z] ---> Running in 7b6a0deded33 [2022-10-25T20:19:30.539Z] Removing intermediate container 3764bc757605 [2022-10-25T20:19:30.539Z] ---> c787cad90403 [2022-10-25T20:19:30.539Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T20:19:30.931Z] ---> Running in 11e3d2a4f94b [2022-10-25T20:19:31.932Z] Removing intermediate container 11e3d2a4f94b [2022-10-25T20:19:31.932Z] ---> 9d29e05377c4 [2022-10-25T20:19:31.932Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T20:19:31.932Z] ---> Running in 88a524497d96 [2022-10-25T20:19:32.939Z] Removing intermediate container 7b6a0deded33 [2022-10-25T20:19:32.939Z] ---> a4ddbafcf7cc [2022-10-25T20:19:32.939Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T20:19:32.939Z] Removing intermediate container 88a524497d96 [2022-10-25T20:19:32.939Z] ---> 5d7b455b0232 [2022-10-25T20:19:32.939Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T20:19:32.939Z] ---> Running in 1f08d27f2849 [2022-10-25T20:19:33.548Z] Removing intermediate container d7e0604b5434 [2022-10-25T20:19:33.548Z] ---> 3f53d4f1e381 [2022-10-25T20:19:33.548Z] [2022-10-25T20:19:33.548Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T20:19:33.548Z] ---> a6215f271958 [2022-10-25T20:19:33.548Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T20:19:33.548Z] ---> Using cache [2022-10-25T20:19:33.549Z] ---> 98025c71b622 [2022-10-25T20:19:33.549Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T20:19:33.549Z] ---> Using cache [2022-10-25T20:19:33.549Z] ---> 6f70d8214c87 [2022-10-25T20:19:33.549Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T20:19:33.549Z] ---> Running in 4fdf509bda00 [2022-10-25T20:19:34.161Z] Removing intermediate container 1f08d27f2849 [2022-10-25T20:19:34.161Z] ---> c6ed94072eaa [2022-10-25T20:19:34.161Z] [2022-10-25T20:19:34.161Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T20:19:34.161Z] ---> 02e0d6fdf486 [2022-10-25T20:19:34.161Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T20:19:34.161Z] ---> Using cache [2022-10-25T20:19:34.161Z] ---> 2b878df30ae4 [2022-10-25T20:19:34.161Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:19:34.161Z] ---> Using cache [2022-10-25T20:19:34.161Z] ---> 3c8177539221 [2022-10-25T20:19:34.161Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T20:19:34.161Z] ---> Using cache [2022-10-25T20:19:34.161Z] ---> 4dac87742bdf [2022-10-25T20:19:34.161Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T20:19:34.458Z] Removing intermediate container 4fdf509bda00 [2022-10-25T20:19:34.458Z] ---> b48296ee06dd [2022-10-25T20:19:34.458Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T20:19:34.734Z] ---> Running in f30a6e1ab93e [2022-10-25T20:19:36.140Z] ---> 102cd9fcdac7 [2022-10-25T20:19:36.140Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T20:19:36.140Z] Removing intermediate container f30a6e1ab93e [2022-10-25T20:19:36.140Z] ---> ede542bb30c3 [2022-10-25T20:19:36.140Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:19:37.102Z] ---> ec214e7a5dba [2022-10-25T20:19:37.102Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T20:19:37.683Z] ---> 0bf032b0820d [2022-10-25T20:19:37.683Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T20:19:39.619Z] ---> 66d4689fe462 [2022-10-25T20:19:39.619Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T20:19:39.619Z] ---> Running in 142811b0d6a2 [2022-10-25T20:19:40.574Z] Removing intermediate container 142811b0d6a2 [2022-10-25T20:19:40.574Z] ---> 2d37c50393a3 [2022-10-25T20:19:40.574Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:19:40.574Z] ---> Running in 8f142960b0b9 [2022-10-25T20:19:41.531Z] Removing intermediate container 8f142960b0b9 [2022-10-25T20:19:41.531Z] ---> 6e599e7e0b0c [2022-10-25T20:19:41.531Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T20:19:41.797Z] ---> Running in b39fe9e6270f [2022-10-25T20:19:42.756Z] Removing intermediate container b39fe9e6270f [2022-10-25T20:19:42.756Z] ---> a9242e1a41cf [2022-10-25T20:19:42.756Z] Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:19:42.756Z] ---> 059d52932930 [2022-10-25T20:19:42.756Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T20:19:42.756Z] ---> Running in e9f709c3f6d1 [2022-10-25T20:19:43.712Z] Removing intermediate container e9f709c3f6d1 [2022-10-25T20:19:43.712Z] ---> ff4cc7a979c5 [2022-10-25T20:19:43.712Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T20:19:43.977Z] ---> Running in d44fedf736c4 [2022-10-25T20:19:44.246Z] ---> cb5d3e2fa954 [2022-10-25T20:19:44.246Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T20:19:44.513Z] ---> Running in c97ec2b77341 [2022-10-25T20:19:44.787Z] ---> 8dd8451f9074 [2022-10-25T20:19:44.787Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T20:19:45.058Z] Removing intermediate container d44fedf736c4 [2022-10-25T20:19:45.058Z] ---> dd041e54df4d [2022-10-25T20:19:45.058Z] [2022-10-25T20:19:45.058Z] Removing intermediate container c97ec2b77341 [2022-10-25T20:19:45.058Z] ---> dbd6834e2699 [2022-10-25T20:19:45.058Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:19:45.323Z] ---> Running in 50897915cbc9 [2022-10-25T20:19:45.902Z] Successfully built dd041e54df4d [2022-10-25T20:19:45.902Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-25T20:19:45.902Z]  Building sys-mgmt-agent ... done Building support-notifications [2022-10-25T20:19:46.192Z] Removing intermediate container 50897915cbc9 [2022-10-25T20:19:46.192Z] ---> 0b54be370d32 [2022-10-25T20:19:46.192Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T20:19:46.192Z] ---> Running in b430a741f4b0 [2022-10-25T20:19:46.464Z] ---> 6665c52a48a2 [2022-10-25T20:19:46.464Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T20:19:47.049Z] Removing intermediate container b430a741f4b0 [2022-10-25T20:19:47.049Z] ---> 3e394802b0c7 [2022-10-25T20:19:47.049Z] Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:19:47.049Z] ---> Running in a56b76d435ca [2022-10-25T20:19:48.455Z] ---> 66080aa9ec3c [2022-10-25T20:19:48.455Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T20:19:48.720Z] Removing intermediate container a56b76d435ca [2022-10-25T20:19:48.720Z] ---> 24cbda9eb527 [2022-10-25T20:19:48.720Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T20:19:48.720Z] ---> Running in c4bb278850a4 [2022-10-25T20:19:49.679Z] Removing intermediate container c4bb278850a4 [2022-10-25T20:19:49.679Z] ---> 72585add66be [2022-10-25T20:19:49.679Z] [2022-10-25T20:19:49.679Z] ---> 85ccb22bdd23 [2022-10-25T20:19:49.679Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T20:19:49.944Z] ---> Running in 9be8b986405e [2022-10-25T20:19:50.210Z] Successfully built 72585add66be [2022-10-25T20:19:50.210Z] Successfully tagged support-scheduler-arm64:latest [2022-10-25T20:19:50.210Z]  Building support-scheduler ... done Building security-bootstrapper [2022-10-25T20:19:50.483Z] Removing intermediate container 9be8b986405e [2022-10-25T20:19:50.484Z] ---> 6dca4f3f689e [2022-10-25T20:19:50.484Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T20:19:50.484Z] ---> Running in 359fe3c1954c [2022-10-25T20:19:51.066Z] Removing intermediate container 359fe3c1954c [2022-10-25T20:19:51.066Z] ---> 805bafa4e34c [2022-10-25T20:19:51.066Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T20:19:51.066Z] ---> Running in 84a5ff319581 [2022-10-25T20:19:51.651Z] Removing intermediate container 84a5ff319581 [2022-10-25T20:19:51.651Z] ---> ff9e0c3c6d7f [2022-10-25T20:19:51.651Z] Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:19:51.651Z] ---> Running in 44e543c073ac [2022-10-25T20:19:52.241Z] Removing intermediate container 44e543c073ac [2022-10-25T20:19:52.241Z] ---> 4c9ca05a1c62 [2022-10-25T20:19:52.241Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T20:19:52.241Z] ---> Running in e289cca44f40 [2022-10-25T20:19:52.822Z] Removing intermediate container e289cca44f40 [2022-10-25T20:19:52.822Z] ---> 7d1ac3aa3864 [2022-10-25T20:19:52.822Z] [2022-10-25T20:19:53.092Z] Successfully built 7d1ac3aa3864 [2022-10-25T20:19:53.092Z] Successfully tagged security-spire-server-arm64:latest [2022-10-25T20:19:53.092Z] Building core-command [2022-10-25T20:20:19.753Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:20:19.753Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:20:19.753Z] ---> 05a9970a5b03 [2022-10-25T20:20:19.753Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T20:20:19.753Z] ---> Using cache [2022-10-25T20:20:19.753Z] ---> fff1e0f42cdd [2022-10-25T20:20:19.753Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T20:20:19.753Z] ---> Using cache [2022-10-25T20:20:19.753Z] ---> 1fbd5a3ce573 [2022-10-25T20:20:19.753Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:20:19.753Z] ---> Using cache [2022-10-25T20:20:19.753Z] ---> eeb8114409ec [2022-10-25T20:20:19.753Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T20:20:19.753Z] ---> Running in f9c0df30c1f5 [2022-10-25T20:20:20.707Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:20:21.287Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:20:23.228Z] OK: 221 MiB in 51 packages [2022-10-25T20:20:23.228Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:20:23.228Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:20:23.228Z] ---> 05a9970a5b03 [2022-10-25T20:20:23.228Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T20:20:23.228Z] ---> Using cache [2022-10-25T20:20:23.228Z] ---> e3fbb28658e3 [2022-10-25T20:20:23.228Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:20:23.228Z] ---> Using cache [2022-10-25T20:20:23.228Z] ---> 040b28fc925e [2022-10-25T20:20:23.228Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T20:20:23.228Z] ---> Using cache [2022-10-25T20:20:23.228Z] ---> 5662d9785a78 [2022-10-25T20:20:23.493Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T20:20:23.493Z] ---> Using cache [2022-10-25T20:20:23.493Z] ---> 7cedb586123b [2022-10-25T20:20:23.493Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:20:23.493Z] ---> Using cache [2022-10-25T20:20:23.493Z] ---> d4c05e227eb0 [2022-10-25T20:20:23.493Z] Step 8/33 : COPY . . [2022-10-25T20:20:23.493Z] ---> Using cache [2022-10-25T20:20:23.493Z] ---> aff5bb19cba8 [2022-10-25T20:20:23.493Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-25T20:20:23.493Z] ---> Running in 3a929ed73b4a [2022-10-25T20:20:25.430Z] Removing intermediate container f9c0df30c1f5 [2022-10-25T20:20:25.430Z] ---> bcf2b3038bbc [2022-10-25T20:20:25.430Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T20:20:25.702Z] 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-25T20:20:25.971Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:20:25.971Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:20:25.971Z] ---> 05a9970a5b03 [2022-10-25T20:20:25.971Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T20:20:25.971Z] ---> Using cache [2022-10-25T20:20:25.971Z] ---> fff1e0f42cdd [2022-10-25T20:20:25.971Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T20:20:25.971Z] ---> Using cache [2022-10-25T20:20:25.971Z] ---> 1fbd5a3ce573 [2022-10-25T20:20:25.971Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:20:25.971Z] ---> Using cache [2022-10-25T20:20:25.971Z] ---> eeb8114409ec [2022-10-25T20:20:25.971Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T20:20:25.971Z] ---> Using cache [2022-10-25T20:20:25.971Z] ---> ca6e795eb9fc [2022-10-25T20:20:25.971Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T20:20:25.971Z] ---> Using cache [2022-10-25T20:20:25.971Z] ---> 9c9e0181a4b9 [2022-10-25T20:20:26.238Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:20:26.238Z] ---> Using cache [2022-10-25T20:20:26.238Z] ---> f9af12762414 [2022-10-25T20:20:26.238Z] Step 9/24 : COPY . . [2022-10-25T20:20:26.238Z] ---> Using cache [2022-10-25T20:20:26.238Z] ---> 1bc281421246 [2022-10-25T20:20:26.238Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T20:20:26.238Z] ---> Running in 2e507debe494 [2022-10-25T20:20:26.831Z] ---> 1ee5f37335d3 [2022-10-25T20:20:26.831Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:20:26.831Z] ---> Running in 04ae3c701aa4 [2022-10-25T20:20:28.764Z] 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-25T20:21:36.592Z] Removing intermediate container 04ae3c701aa4 [2022-10-25T20:21:36.592Z] ---> 24418f88530e [2022-10-25T20:21:36.592Z] Step 9/23 : COPY . . [2022-10-25T20:21:43.220Z] ---> a41bb34851bd [2022-10-25T20:21:43.220Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T20:21:43.490Z] ---> Running in 147746f9e206 [2022-10-25T20:21:45.431Z] 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-25T20:22:17.626Z] 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-25T20:22:39.661Z] Removing intermediate container 95c6300cc046 [2022-10-25T20:22:39.661Z] ---> d212cc2574fa [2022-10-25T20:22:39.661Z] [2022-10-25T20:22:39.661Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T20:22:39.661Z] ---> a6215f271958 [2022-10-25T20:22:39.661Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T20:22:39.661Z] ---> Running in 91a471aa8cca [2022-10-25T20:22:39.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:22:40.193Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:22:41.602Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T20:22:41.602Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T20:22:41.870Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T20:22:41.870Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T20:22:41.870Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T20:22:41.870Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T20:22:41.870Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:22:41.870Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T20:22:42.452Z] OK: 8 MiB in 20 packages [2022-10-25T20:22:45.028Z] Removing intermediate container 91a471aa8cca [2022-10-25T20:22:45.028Z] ---> fac73483c1d4 [2022-10-25T20:22:45.028Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T20:22:45.028Z] ---> Running in 483a28c22904 [2022-10-25T20:22:45.620Z] Removing intermediate container 483a28c22904 [2022-10-25T20:22:45.620Z] ---> 582d9f07a61d [2022-10-25T20:22:45.620Z] Step 13/22 : WORKDIR /edgex [2022-10-25T20:22:45.620Z] ---> Running in 52de9b5b8b47 [2022-10-25T20:22:46.202Z] Removing intermediate container 52de9b5b8b47 [2022-10-25T20:22:46.202Z] ---> 87146bb677cb [2022-10-25T20:22:46.202Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T20:22:47.158Z] ---> e9811df82a3f [2022-10-25T20:22:47.158Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T20:22:48.562Z] ---> b98cea7a1d98 [2022-10-25T20:22:48.562Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T20:22:50.501Z] ---> fc625d4ed072 [2022-10-25T20:22:50.501Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T20:22:51.092Z] ---> 767ac2f2866e [2022-10-25T20:22:51.092Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T20:22:51.092Z] ---> Running in ffad718f4b75 [2022-10-25T20:22:54.450Z] Removing intermediate container ffad718f4b75 [2022-10-25T20:22:54.450Z] ---> bcc973986717 [2022-10-25T20:22:54.450Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T20:22:54.717Z] ---> Running in 60e5971803e1 [2022-10-25T20:22:54.985Z] Removing intermediate container 60e5971803e1 [2022-10-25T20:22:54.985Z] ---> 89f52dd3399a [2022-10-25T20:22:54.985Z] Step 20/22 : LABEL arch=arm64 [2022-10-25T20:22:55.250Z] ---> Running in ac1dabeba8a6 [2022-10-25T20:22:55.524Z] Removing intermediate container ac1dabeba8a6 [2022-10-25T20:22:55.524Z] ---> 24bb2878ab4f [2022-10-25T20:22:55.524Z] Step 21/22 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:22:55.789Z] ---> Running in 0989af72ff0b [2022-10-25T20:22:56.371Z] Removing intermediate container 0989af72ff0b [2022-10-25T20:22:56.371Z] ---> 8317c6dee425 [2022-10-25T20:22:56.371Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T20:22:56.371Z] ---> Running in 696fc4313525 [2022-10-25T20:22:56.952Z] Removing intermediate container 696fc4313525 [2022-10-25T20:22:56.952Z] ---> 6566f53e7e15 [2022-10-25T20:22:56.952Z] [2022-10-25T20:22:57.218Z] Successfully built 6566f53e7e15 [2022-10-25T20:22:57.218Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-25T20:25:03.886Z]  Building security-proxy-setup ... done Removing intermediate container 02fc6f4edb1e [2022-10-25T20:25:03.886Z] ---> 420220339067 [2022-10-25T20:25:03.886Z] [2022-10-25T20:25:03.886Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T20:25:03.886Z] ---> a6215f271958 [2022-10-25T20:25:03.886Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T20:25:03.886Z] ---> Running in ea9c9314b9d2 [2022-10-25T20:25:03.886Z] Removing intermediate container ea9c9314b9d2 [2022-10-25T20:25:03.886Z] ---> a70c04486609 [2022-10-25T20:25:03.886Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T20:25:03.886Z] ---> Running in f98b1a3fb4ba [2022-10-25T20:25:03.886Z] Removing intermediate container f98b1a3fb4ba [2022-10-25T20:25:03.886Z] ---> 21b7e84bb8bf [2022-10-25T20:25:03.886Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T20:25:03.886Z] ---> Running in 8429a4b28c09 [2022-10-25T20:25:03.886Z] Removing intermediate container 8429a4b28c09 [2022-10-25T20:25:03.886Z] ---> dbe274ffa137 [2022-10-25T20:25:03.886Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:25:03.886Z] ---> Running in 964e52d85ed8 [2022-10-25T20:25:03.886Z] Removing intermediate container 964e52d85ed8 [2022-10-25T20:25:03.886Z] ---> 00d61e0bf370 [2022-10-25T20:25:03.886Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T20:25:03.886Z] ---> Running in cd649562e33c [2022-10-25T20:25:03.886Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:25:03.886Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:25:03.886Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T20:25:03.886Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T20:25:03.886Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T20:25:03.886Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T20:25:03.886Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T20:25:03.886Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T20:25:03.886Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:25:03.886Z] OK: 8 MiB in 20 packages [2022-10-25T20:25:04.845Z] Removing intermediate container cd649562e33c [2022-10-25T20:25:04.845Z] ---> c9d31a25a0b9 [2022-10-25T20:25:04.845Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:25:05.820Z] ---> a1fd3a4ca51b [2022-10-25T20:25:05.820Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T20:25:07.228Z] ---> d9993cf4dc78 [2022-10-25T20:25:07.228Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T20:25:08.193Z] ---> 3a316a6d0072 [2022-10-25T20:25:08.193Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T20:25:08.193Z] ---> Running in d99c7fd33082 [2022-10-25T20:25:08.775Z] Removing intermediate container d99c7fd33082 [2022-10-25T20:25:08.775Z] ---> 4f43d9345bec [2022-10-25T20:25:08.775Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:25:09.045Z] ---> Running in 2e3ad01c7141 [2022-10-25T20:25:09.309Z] Removing intermediate container 2e3ad01c7141 [2022-10-25T20:25:09.309Z] ---> aa623be1e31f [2022-10-25T20:25:09.309Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T20:25:09.575Z] ---> Running in 49ed90b6762f [2022-10-25T20:25:09.840Z] Removing intermediate container 49ed90b6762f [2022-10-25T20:25:09.840Z] ---> 290843e948c7 [2022-10-25T20:25:09.840Z] Step 23/24 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:25:10.105Z] ---> Running in b0c5b4cd0c1d [2022-10-25T20:25:10.686Z] Removing intermediate container b0c5b4cd0c1d [2022-10-25T20:25:10.686Z] ---> 77546e23e235 [2022-10-25T20:25:10.686Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T20:25:10.686Z] ---> Running in 63d59a22e826 [2022-10-25T20:25:11.268Z] Removing intermediate container 63d59a22e826 [2022-10-25T20:25:11.268Z] ---> 0e7e8d92250c [2022-10-25T20:25:11.268Z] [2022-10-25T20:25:11.536Z] Successfully built 0e7e8d92250c [2022-10-25T20:25:11.536Z] Successfully tagged core-data-arm64:latest [2022-10-25T20:25:50.672Z]  Building core-data ... done Removing intermediate container 3a929ed73b4a [2022-10-25T20:25:50.672Z] ---> 014cee5fe385 [2022-10-25T20:25:50.672Z] [2022-10-25T20:25:50.672Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T20:25:50.672Z] ---> a6215f271958 [2022-10-25T20:25:50.672Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T20:25:50.672Z] ---> Running in 4660f7afa0c0 [2022-10-25T20:25:50.672Z] Removing intermediate container 4660f7afa0c0 [2022-10-25T20:25:50.672Z] ---> 75fe0ca2f524 [2022-10-25T20:25:50.672Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T20:25:50.672Z] ---> Running in d6a1644dc9ce [2022-10-25T20:25:51.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:25:51.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:25:53.301Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T20:25:53.301Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T20:25:53.301Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:25:53.301Z] OK: 5 MiB in 16 packages [2022-10-25T20:25:55.258Z] Removing intermediate container d6a1644dc9ce [2022-10-25T20:25:55.258Z] ---> 1b723b040d97 [2022-10-25T20:25:55.258Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T20:25:55.524Z] ---> Running in 32a53fa61929 [2022-10-25T20:25:56.480Z] Removing intermediate container 32a53fa61929 [2022-10-25T20:25:56.480Z] ---> a3ae3c050553 [2022-10-25T20:25:56.480Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T20:25:56.480Z] ---> Running in f21cd5d7bbd0 [2022-10-25T20:25:57.443Z] Removing intermediate container f21cd5d7bbd0 [2022-10-25T20:25:57.443Z] ---> b2f09e7c6eb6 [2022-10-25T20:25:57.443Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T20:25:57.710Z] ---> Running in 438400a72d04 [2022-10-25T20:26:00.801Z] Removing intermediate container 438400a72d04 [2022-10-25T20:26:00.801Z] ---> 03773fdf8a17 [2022-10-25T20:26:00.801Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T20:26:00.801Z] ---> Running in 20369dbeb128 [2022-10-25T20:26:01.383Z] Removing intermediate container 20369dbeb128 [2022-10-25T20:26:01.383Z] ---> bae397ac165b [2022-10-25T20:26:01.383Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T20:26:01.651Z] ---> Running in 4f122a6b05ec [2022-10-25T20:26:04.988Z] Removing intermediate container 2e507debe494 [2022-10-25T20:26:04.988Z] ---> 2aab602f68f1 [2022-10-25T20:26:04.988Z] [2022-10-25T20:26:04.988Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T20:26:04.988Z] ---> a6215f271958 [2022-10-25T20:26:04.988Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T20:26:04.988Z] ---> Using cache [2022-10-25T20:26:04.988Z] ---> 98025c71b622 [2022-10-25T20:26:04.988Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T20:26:04.988Z] ---> Using cache [2022-10-25T20:26:04.988Z] ---> 6f70d8214c87 [2022-10-25T20:26:04.988Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T20:26:04.988Z] ---> Running in ed6ddf23cc33 [2022-10-25T20:26:05.254Z] Removing intermediate container 4f122a6b05ec [2022-10-25T20:26:05.254Z] ---> edf72e33e384 [2022-10-25T20:26:05.254Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T20:26:05.254Z] Removing intermediate container ed6ddf23cc33 [2022-10-25T20:26:05.254Z] ---> 3f7d2559555f [2022-10-25T20:26:05.254Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T20:26:05.254Z] ---> Running in f0cc1cc43177 [2022-10-25T20:26:05.521Z] ---> Running in 66be94679f92 [2022-10-25T20:26:06.103Z] Removing intermediate container f0cc1cc43177 [2022-10-25T20:26:06.103Z] ---> f4b48f5a4895 [2022-10-25T20:26:06.103Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T20:26:06.103Z] Removing intermediate container 66be94679f92 [2022-10-25T20:26:06.103Z] ---> 54b2818a0863 [2022-10-25T20:26:06.103Z] Step 16/24 : WORKDIR / [2022-10-25T20:26:06.371Z] ---> Running in c4dc6b8cad5f [2022-10-25T20:26:06.956Z] Removing intermediate container c4dc6b8cad5f [2022-10-25T20:26:06.956Z] ---> 57ed924f1c3d [2022-10-25T20:26:06.956Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:26:07.543Z] ---> 7b9a3c093cb4 [2022-10-25T20:26:07.543Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T20:26:07.543Z] ---> Running in 9f6ed94fe016 [2022-10-25T20:26:08.508Z] ---> 3db7d6c7dd22 [2022-10-25T20:26:08.508Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T20:26:11.085Z] ---> 83014b423b34 [2022-10-25T20:26:11.085Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T20:26:11.085Z] Removing intermediate container 9f6ed94fe016 [2022-10-25T20:26:11.085Z] ---> 6967ea1e1fad [2022-10-25T20:26:11.085Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:26:12.044Z] ---> e6815afddfc5 [2022-10-25T20:26:12.044Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T20:26:12.044Z] ---> Running in 55da217af32a [2022-10-25T20:26:12.310Z] ---> 911bbb1958ea [2022-10-25T20:26:12.310Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T20:26:12.897Z] Removing intermediate container 55da217af32a [2022-10-25T20:26:12.897Z] ---> 74d2b630fb41 [2022-10-25T20:26:12.897Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:26:12.897Z] ---> Running in ad0f01293c3f [2022-10-25T20:26:13.854Z] Removing intermediate container ad0f01293c3f [2022-10-25T20:26:13.854Z] ---> 3ad54be4a28f [2022-10-25T20:26:13.854Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T20:26:13.854Z] ---> Running in 7a4430fd3232 [2022-10-25T20:26:14.815Z] Removing intermediate container 7a4430fd3232 [2022-10-25T20:26:14.815Z] ---> a6e07aff7312 [2022-10-25T20:26:14.815Z] Step 23/24 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:26:14.815Z] ---> 6edacd64e50b [2022-10-25T20:26:14.815Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T20:26:14.815Z] ---> Running in 0dc80e64b6ed [2022-10-25T20:26:15.396Z] Removing intermediate container 0dc80e64b6ed [2022-10-25T20:26:15.396Z] ---> 3ffbc572e30c [2022-10-25T20:26:15.396Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T20:26:15.665Z] ---> Running in f870f0336838 [2022-10-25T20:26:15.932Z] ---> 5e6c47c4810b [2022-10-25T20:26:15.932Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T20:26:16.196Z] Removing intermediate container f870f0336838 [2022-10-25T20:26:16.196Z] ---> 5221f0e6a0a8 [2022-10-25T20:26:16.196Z] [2022-10-25T20:26:16.777Z] Successfully built 5221f0e6a0a8 [2022-10-25T20:26:16.777Z] Successfully tagged core-command-arm64:latest [2022-10-25T20:26:17.044Z]  Building core-command ... done  ---> da07b3e26304 [2022-10-25T20:26:17.044Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T20:26:18.000Z] ---> 6c5e7c739dc5 [2022-10-25T20:26:18.000Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T20:26:18.968Z] ---> 5f38a685bb05 [2022-10-25T20:26:18.968Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T20:26:19.564Z] ---> eb6fe7538344 [2022-10-25T20:26:19.564Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T20:26:19.831Z] ---> Running in d295a9e7d5a2 [2022-10-25T20:26:23.172Z] Removing intermediate container d295a9e7d5a2 [2022-10-25T20:26:23.172Z] ---> bdb43f820201 [2022-10-25T20:26:23.172Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T20:26:23.172Z] ---> Running in 5eb3dcb42ca3 [2022-10-25T20:26:23.172Z] Removing intermediate container 5eb3dcb42ca3 [2022-10-25T20:26:23.172Z] ---> 979d4047d1aa [2022-10-25T20:26:23.172Z] Step 30/33 : CMD ["gate"] [2022-10-25T20:26:23.440Z] ---> Running in 3b88c9164233 [2022-10-25T20:26:23.707Z] Removing intermediate container 3b88c9164233 [2022-10-25T20:26:23.707Z] ---> 0b2221ead258 [2022-10-25T20:26:23.707Z] Step 31/33 : LABEL arch=arm64 [2022-10-25T20:26:23.972Z] ---> Running in 1ab8c4a28755 [2022-10-25T20:26:24.238Z] Removing intermediate container 1ab8c4a28755 [2022-10-25T20:26:24.238Z] ---> 5dcb9f4e271c [2022-10-25T20:26:24.515Z] Step 32/33 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:26:24.515Z] ---> Running in d0ac3434f5d5 [2022-10-25T20:26:25.105Z] Removing intermediate container d0ac3434f5d5 [2022-10-25T20:26:25.105Z] ---> 569d10352fd2 [2022-10-25T20:26:25.105Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T20:26:25.105Z] ---> Running in 7bcfd0775704 [2022-10-25T20:26:25.701Z] Removing intermediate container 7bcfd0775704 [2022-10-25T20:26:25.701Z] ---> 32b0f04a715e [2022-10-25T20:26:25.701Z] [2022-10-25T20:26:25.969Z] Successfully built 32b0f04a715e [2022-10-25T20:26:25.969Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-25T20:27:12.803Z]  Building security-bootstrapper ... done Removing intermediate container 147746f9e206 [2022-10-25T20:27:12.803Z] ---> ef4ac2aadd65 [2022-10-25T20:27:12.803Z] [2022-10-25T20:27:12.803Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T20:27:12.803Z] ---> a6215f271958 [2022-10-25T20:27:12.803Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T20:27:12.804Z] ---> Running in 2cff1eff8637 [2022-10-25T20:27:12.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:27:12.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:27:12.804Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T20:27:12.804Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T20:27:12.804Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:27:12.804Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T20:27:12.804Z] OK: 6 MiB in 16 packages [2022-10-25T20:27:13.387Z] Removing intermediate container 2cff1eff8637 [2022-10-25T20:27:13.387Z] ---> 403ce58ad488 [2022-10-25T20:27:13.387Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T20:27:13.387Z] ---> Running in 60ae20fd7e93 [2022-10-25T20:27:13.655Z] Removing intermediate container 60ae20fd7e93 [2022-10-25T20:27:13.655Z] ---> fc4a45c2b56d [2022-10-25T20:27:13.655Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T20:27:13.655Z] ---> Running in 0354cb8fe401 [2022-10-25T20:27:13.922Z] Removing intermediate container 0354cb8fe401 [2022-10-25T20:27:13.922Z] ---> 705e19b5ea66 [2022-10-25T20:27:13.922Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T20:27:14.188Z] ---> Running in 1df6678211d5 [2022-10-25T20:27:14.456Z] Removing intermediate container 1df6678211d5 [2022-10-25T20:27:14.456Z] ---> 29042890907e [2022-10-25T20:27:14.456Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:27:15.040Z] ---> c0e0d22f06bd [2022-10-25T20:27:15.040Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T20:27:16.447Z] ---> 98deecf350fe [2022-10-25T20:27:16.447Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T20:27:17.416Z] ---> 1c719908a367 [2022-10-25T20:27:17.416Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T20:27:17.416Z] ---> Running in d5a64a726b89 [2022-10-25T20:27:17.683Z] Removing intermediate container d5a64a726b89 [2022-10-25T20:27:17.683Z] ---> 28bc82022a99 [2022-10-25T20:27:17.683Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:27:17.683Z] ---> Running in b01e0109db65 [2022-10-25T20:27:17.950Z] Removing intermediate container b01e0109db65 [2022-10-25T20:27:17.950Z] ---> 3da702604fdc [2022-10-25T20:27:17.950Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T20:27:18.218Z] ---> Running in 3ab5695ad25a [2022-10-25T20:27:18.487Z] Removing intermediate container 3ab5695ad25a [2022-10-25T20:27:18.487Z] ---> f367a25d46d4 [2022-10-25T20:27:18.487Z] Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 [2022-10-25T20:27:18.487Z] ---> Running in 215f437447a4 [2022-10-25T20:27:18.752Z] Removing intermediate container 215f437447a4 [2022-10-25T20:27:18.752Z] ---> 1d15c2d6fe2e [2022-10-25T20:27:18.752Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T20:27:19.019Z] ---> Running in c920fade28fa [2022-10-25T20:27:19.286Z] Removing intermediate container c920fade28fa [2022-10-25T20:27:19.286Z] ---> 01c13fdc5eb4 [2022-10-25T20:27:19.286Z] [2022-10-25T20:27:19.553Z] Successfully built 01c13fdc5eb4 [2022-10-25T20:27:19.553Z] Successfully tagged support-notifications-arm64:latest [2022-10-25T20:27:19.832Z]  Building support-notifications ... done  [Pipeline] } [2022-10-25T20:27:19.841Z] $ docker stop --time=1 f2e8056df4130b2bf0df3bda32dc41ea7c818c771950f2d0f68b853499b3d748 [2022-10-25T20:27:21.624Z] $ docker rm -f f2e8056df4130b2bf0df3bda32dc41ea7c818c771950f2d0f68b853499b3d748 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T20:27:22.172Z] + docker images [2022-10-25T20:27:22.439Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T20:27:22.439Z] support-notifications-arm64 latest 01c13fdc5eb4 3 seconds ago 29.5MB [2022-10-25T20:27:22.439Z] ef4ac2aadd65 15 seconds ago 1.5GB [2022-10-25T20:27:22.439Z] security-bootstrapper-arm64 latest 32b0f04a715e 57 seconds ago 19.4MB [2022-10-25T20:27:22.439Z] core-command-arm64 latest 5221f0e6a0a8 About a minute ago 16.9MB [2022-10-25T20:27:22.439Z] 2aab602f68f1 About a minute ago 1.44GB [2022-10-25T20:27:22.439Z] 014cee5fe385 About a minute ago 1.43GB [2022-10-25T20:27:22.439Z] core-data-arm64 latest 0e7e8d92250c 2 minutes ago 20.8MB [2022-10-25T20:27:22.439Z] 420220339067 2 minutes ago 1.44GB [2022-10-25T20:27:22.439Z] security-proxy-setup-arm64 latest 6566f53e7e15 4 minutes ago 26.7MB [2022-10-25T20:27:22.439Z] d212cc2574fa 4 minutes ago 1.43GB [2022-10-25T20:27:22.439Z] security-spire-server-arm64 latest 7d1ac3aa3864 7 minutes ago 84.3MB [2022-10-25T20:27:22.439Z] support-scheduler-arm64 latest 72585add66be 7 minutes ago 28.8MB [2022-10-25T20:27:22.439Z] sys-mgmt-agent-arm64 latest dd041e54df4d 7 minutes ago 133MB [2022-10-25T20:27:22.439Z] c6ed94072eaa 7 minutes ago 1.31GB [2022-10-25T20:27:22.439Z] 3f53d4f1e381 7 minutes ago 1.5GB [2022-10-25T20:27:22.439Z] c053fbb13280 9 minutes ago 1.42GB [2022-10-25T20:27:22.439Z] security-spiffe-token-provider-arm64 latest a176cf025b9c 9 minutes ago 28.8MB [2022-10-25T20:27:22.439Z] f624e421c794 10 minutes ago 1.47GB [2022-10-25T20:27:22.439Z] core-metadata-arm64 latest 740e6efdef0e 10 minutes ago 17.7MB [2022-10-25T20:27:22.439Z] fa6930788030 11 minutes ago 1.44GB [2022-10-25T20:27:22.439Z] security-secretstore-setup-arm64 latest ae07ee3679b3 11 minutes ago 28.6MB [2022-10-25T20:27:22.439Z] df69ebd453a1 12 minutes ago 1.43GB [2022-10-25T20:27:22.439Z] security-spire-agent-arm64 latest a0a7774a2c5c 17 minutes ago 122MB [2022-10-25T20:27:22.439Z] security-spire-config-arm64 latest 05206a753e3d 17 minutes ago 83.6MB [2022-10-25T20:27:22.439Z] 9f92692884ab 17 minutes ago 1.31GB [2022-10-25T20:27:22.439Z] 038954fe48ca 17 minutes ago 1.31GB [2022-10-25T20:27:22.439Z] ci-base-image-arm64 latest 05a9970a5b03 34 minutes ago 943MB [2022-10-25T20:27:22.439Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB [2022-10-25T20:27:22.439Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-10-25T20:27:22.439Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-10-25T20:27:22.439Z] 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-25T20:27:23.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T20:27:23.220Z] [2022-10-25T20:27:23.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T20:27:23.659Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T20:27:23.926Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-25T20:27:23.926Z] 8998bd30e6a1: Pulling fs layer [2022-10-25T20:27:23.926Z] 04944245beec: Pulling fs layer [2022-10-25T20:27:23.926Z] 699f458cf7ca: Pulling fs layer [2022-10-25T20:27:23.926Z] 765212b225bb: Pulling fs layer [2022-10-25T20:27:23.926Z] f23df028b6ca: Pulling fs layer [2022-10-25T20:27:23.926Z] d65c8cfc05b1: Pulling fs layer [2022-10-25T20:27:23.926Z] 2437ff75d9bd: Pulling fs layer [2022-10-25T20:27:23.926Z] f23df028b6ca: Waiting [2022-10-25T20:27:23.926Z] 2437ff75d9bd: Waiting [2022-10-25T20:27:23.926Z] d65c8cfc05b1: Waiting [2022-10-25T20:27:23.926Z] 765212b225bb: Waiting [2022-10-25T20:27:23.926Z] 04944245beec: Verifying Checksum [2022-10-25T20:27:23.926Z] 04944245beec: Download complete [2022-10-25T20:27:23.926Z] 765212b225bb: Verifying Checksum [2022-10-25T20:27:23.926Z] 765212b225bb: Download complete [2022-10-25T20:27:23.926Z] f23df028b6ca: Verifying Checksum [2022-10-25T20:27:23.926Z] f23df028b6ca: Download complete [2022-10-25T20:27:24.194Z] d65c8cfc05b1: Verifying Checksum [2022-10-25T20:27:24.194Z] d65c8cfc05b1: Download complete [2022-10-25T20:27:24.194Z] 699f458cf7ca: Verifying Checksum [2022-10-25T20:27:24.194Z] 699f458cf7ca: Download complete [2022-10-25T20:27:24.462Z] 8998bd30e6a1: Verifying Checksum [2022-10-25T20:27:24.462Z] 8998bd30e6a1: Download complete [2022-10-25T20:27:27.045Z] 2437ff75d9bd: Verifying Checksum [2022-10-25T20:27:27.045Z] 2437ff75d9bd: Download complete [2022-10-25T20:27:28.983Z] 8998bd30e6a1: Pull complete [2022-10-25T20:27:28.983Z] 04944245beec: Pull complete [2022-10-25T20:27:30.388Z] 699f458cf7ca: Pull complete [2022-10-25T20:27:30.654Z] 765212b225bb: Pull complete [2022-10-25T20:27:31.613Z] f23df028b6ca: Pull complete [2022-10-25T20:27:31.613Z] d65c8cfc05b1: Pull complete [2022-10-25T20:27:46.592Z] 2437ff75d9bd: Pull complete [2022-10-25T20:27:46.592Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-25T20:27:46.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T20:27:46.592Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T20:27:46.901Z] prd-ubuntu20.04-docker-arm64-4c-16g-116974 does not seem to be running inside a container [2022-10-25T20:27:46.960Z] $ 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-25T20:27:50.533Z] $ docker top da0e9b3b2d8dcc92524c50309f6b7077d83af52c1f26a33d69d2979e978dfdb8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:27:51.488Z] ---> job-cost.sh [2022-10-25T20:27:51.488Z] lf-activate-venv: SKIPPING [2022-10-25T20:27:51.488Z] INFO: No Stack... [2022-10-25T20:27:52.070Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-25T20:27:53.025Z] INFO: Archiving Costs [Pipeline] sh [2022-10-25T20:27:53.373Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-10-25T20:27:53.373Z] + cut -d, -f6 [Pipeline] lock [2022-10-25T20:27:53.689Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4220-1-stack-cost] [2022-10-25T20:27:53.694Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4220-1-stack-cost] did not exist. Created. [2022-10-25T20:27:53.694Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4220-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-25T20:27:54.424Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-25T20:27:54.635Z] Stashed 1 file(s) [Pipeline] } [2022-10-25T20:27:54.651Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4220-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-25T20:27:54.716Z] $ docker stop --time=1 da0e9b3b2d8dcc92524c50309f6b7077d83af52c1f26a33d69d2979e978dfdb8 [2022-10-25T20:27:56.252Z] $ docker rm -f da0e9b3b2d8dcc92524c50309f6b7077d83af52c1f26a33d69d2979e978dfdb8 [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-25T20:27:57.238Z] provisioning config files... [2022-10-25T20:27:57.244Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7958152446378815986tmp [Pipeline] { [Pipeline] sh [2022-10-25T20:27:57.584Z] + set +x [2022-10-25T20:27:57.584Z] + bash+ -s -- [2022-10-25T20:27:57.584Z] curl -s https://codecov.io/bash [2022-10-25T20:27:57.584Z] [2022-10-25T20:27:57.584Z] _____ _ [2022-10-25T20:27:57.584Z] / ____| | | [2022-10-25T20:27:57.584Z] | | ___ __| | ___ ___ _____ __ [2022-10-25T20:27:57.584Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-25T20:27:57.584Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-25T20:27:57.584Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-25T20:27:57.584Z] Bash-1.0.6 [2022-10-25T20:27:57.584Z] [2022-10-25T20:27:57.584Z] [2022-10-25T20:27:57.584Z] ==> git version 2.25.1 found [2022-10-25T20:27:57.584Z] ==> 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-25T20:27:57.584Z] Release-Date: 2020-01-08 [2022-10-25T20:27:57.584Z] 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-25T20:27:57.584Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-25T20:27:57.584Z] ==> Jenkins CI detected. [2022-10-25T20:27:57.584Z] current dir:  /w/workspace/edgex-go/1 [2022-10-25T20:27:57.584Z] project root: . [2022-10-25T20:27:57.584Z] --> token set from env [2022-10-25T20:27:57.584Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-25T20:27:57.584Z] ==> Running gcov in . (disable via -X gcov) [2022-10-25T20:27:57.584Z] ==> Python coveragepy not found [2022-10-25T20:27:57.584Z] ==> Searching for coverage reports in: [2022-10-25T20:27:57.584Z] + . [2022-10-25T20:27:57.584Z] -> Found 1 reports [2022-10-25T20:27:57.584Z] ==> Detecting git/mercurial file structure [2022-10-25T20:27:57.584Z] ==> Reading reports [2022-10-25T20:27:57.584Z] + ./coverage.out bytes=501828 [2022-10-25T20:27:57.584Z] ==> Appending adjustments [2022-10-25T20:27:57.584Z] https://docs.codecov.io/docs/fixing-reports [2022-10-25T20:27:58.964Z] + Found adjustments [2022-10-25T20:27:58.964Z] ==> Gzipping contents [2022-10-25T20:27:58.964Z] 64K /tmp/codecov.wpEnWn.gz [2022-10-25T20:27:58.964Z] ==> Uploading reports [2022-10-25T20:27:58.964Z] url: https://codecov.io [2022-10-25T20:27:58.964Z] query: branch=PR-4220&commit=1c58228eedfa0bcde97f914589f7b7b6825574a2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4220%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4220&job=&cmd_args= [2022-10-25T20:27:58.964Z] -> Pinging Codecov [2022-10-25T20:27:58.964Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4220&commit=1c58228eedfa0bcde97f914589f7b7b6825574a2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4220%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4220&job=&cmd_args= [2022-10-25T20:27:59.222Z] -> Uploading to [2022-10-25T20:27:59.222Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/1c58228eedfa0bcde97f914589f7b7b6825574a2/c4e35c57-0060-412f-aad9-ed8815676206.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T202759Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fdf528067bbe07ae77c76c5e97c11662eb11d2cd4054e0751dd35c57f5c65eb1 [2022-10-25T20:27:59.222Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T20:27:59.222Z] Dload Upload Total Spent Left Speed [2022-10-25T20:27:59.479Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65322 0 0 100 65322 0 238k --:--:-- --:--:-- --:--:-- 238k [2022-10-25T20:27:59.479Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/1c58228eedfa0bcde97f914589f7b7b6825574a2 [Pipeline] } [2022-10-25T20:27:59.510Z] 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-25T20:28:00.846Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:28:01.379Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:28:02.265Z] ---> package-listing.sh [2022-10-25T20:28:02.265Z] ++ facter osfamily [2022-10-25T20:28:02.265Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-25T20:28:02.523Z] + OS_FAMILY=debian [2022-10-25T20:28:02.523Z] + workspace=/w/workspace/edgex-go/1 [2022-10-25T20:28:02.523Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-25T20:28:02.523Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-25T20:28:02.523Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-25T20:28:02.523Z] + PACKAGES=/tmp/packages_start.txt [2022-10-25T20:28:02.523Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T20:28:02.523Z] + PACKAGES=/tmp/packages_end.txt [2022-10-25T20:28:02.523Z] + case "${OS_FAMILY}" in [2022-10-25T20:28:02.523Z] + grep '^ii' [2022-10-25T20:28:02.523Z] + dpkg -l [2022-10-25T20:28:02.523Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-25T20:28:02.523Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-25T20:28:02.523Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-25T20:28:02.523Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T20:28:02.523Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-25T20:28:02.523Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-25T20:28:02.559Z] 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-25T20:28:02.856Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T20:28:03.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T20:28:03.477Z] [2022-10-25T20:28:03.477Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T20:28:03.841Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T20:28:03.841Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-25T20:28:03.841Z] 5eb5b503b376: Pulling fs layer [2022-10-25T20:28:03.841Z] 5c69ac0246d0: Pulling fs layer [2022-10-25T20:28:03.841Z] ec43610c2a17: Pulling fs layer [2022-10-25T20:28:03.841Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-25T20:28:03.841Z] 33b1e0a273af: Pulling fs layer [2022-10-25T20:28:03.841Z] 5d3b04190fa2: Pulling fs layer [2022-10-25T20:28:03.841Z] 2f39f015ded8: Pulling fs layer [2022-10-25T20:28:03.841Z] 3a2ae6a8a46f: Waiting [2022-10-25T20:28:03.841Z] 33b1e0a273af: Waiting [2022-10-25T20:28:03.841Z] 5d3b04190fa2: Waiting [2022-10-25T20:28:03.841Z] 2f39f015ded8: Waiting [2022-10-25T20:28:04.103Z] 5c69ac0246d0: Verifying Checksum [2022-10-25T20:28:04.103Z] 5c69ac0246d0: Download complete [2022-10-25T20:28:04.103Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-25T20:28:04.103Z] 3a2ae6a8a46f: Download complete [2022-10-25T20:28:04.103Z] 33b1e0a273af: Verifying Checksum [2022-10-25T20:28:04.103Z] 33b1e0a273af: Download complete [2022-10-25T20:28:04.103Z] ec43610c2a17: Verifying Checksum [2022-10-25T20:28:04.103Z] ec43610c2a17: Download complete [2022-10-25T20:28:04.369Z] 5eb5b503b376: Verifying Checksum [2022-10-25T20:28:04.369Z] 5eb5b503b376: Download complete [2022-10-25T20:28:04.937Z] 2f39f015ded8: Verifying Checksum [2022-10-25T20:28:04.937Z] 2f39f015ded8: Download complete [2022-10-25T20:28:05.504Z] 5eb5b503b376: Pull complete [2022-10-25T20:28:05.763Z] 5c69ac0246d0: Pull complete [2022-10-25T20:28:06.021Z] ec43610c2a17: Pull complete [2022-10-25T20:28:06.021Z] 3a2ae6a8a46f: Pull complete [2022-10-25T20:28:06.317Z] 33b1e0a273af: Pull complete [2022-10-25T20:28:06.576Z] 5d3b04190fa2: Pull complete [2022-10-25T20:28:10.791Z] 2f39f015ded8: Pull complete [2022-10-25T20:28:10.792Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-25T20:28:10.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T20:28:10.792Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T20:28:10.991Z] prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container [2022-10-25T20:28:11.009Z] $ 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-25T20:28:23.450Z] $ docker top ad9e54a2eac70e4cfdd8aa7626d0d503490915cc01ae5ef2eeef76ad43c28cbd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T20:28:23.861Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-25T20:28:24.171Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-25T20:28:24.480Z] + ls /var/log/sa-host [2022-10-25T20:28:24.480Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T20:28:24.606Z] provisioning config files... [2022-10-25T20:28:24.614Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7550071377088273834tmp [Pipeline] { [Pipeline] echo [2022-10-25T20:28:24.661Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:28:24.969Z] ---> create-netrc.sh [Pipeline] } [2022-10-25T20:28:24.995Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:28:25.385Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-25T20:28:25.417Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:28:25.728Z] ---> sudo-logs.sh [2022-10-25T20:28:25.728Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-25T20:28:25.809Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:28:26.134Z] ---> job-cost.sh [2022-10-25T20:28:26.134Z] lf-activate-venv: SKIPPING [2022-10-25T20:28:26.134Z] DEBUG: total: 0.10999999940395355 [2022-10-25T20:28:26.134Z] INFO: Retrieving Stack Cost... [2022-10-25T20:28:26.393Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-25T20:28:26.959Z] INFO: Archiving Costs [Pipeline] echo [2022-10-25T20:28:26.991Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:28:27.303Z] ---> logs-deploy.sh [2022-10-25T20:28:27.303Z] lf-activate-venv: SKIPPING [2022-10-25T20:28:27.303Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4220/1 [2022-10-25T20:28:27.303Z] INFO: archiving workspace using pattern(s): [2022-10-25T20:28:28.681Z] Archives upload complete. [2022-10-25T20:28:28.681Z] INFO: archiving logs to Nexus