Pull request #4206 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 057950bd39e91f49afd3a6cd394a632e195629da+cbeaad2d6cb7760bfd67df9a253a2618b7240350 (a0a8956f001ac387654d15cbc139f3ecda979fe0) 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-ssh16426579530909154260.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-ssh6648297853302010698.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-4206/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-4206/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13415366623544227445.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-4206/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5644456081140785197.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-ssh2887118701004381888.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-4206/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-4206/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3782086975501963575.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8598 in /w/workspace/edgexfoundry_edgex-go_PR-4206 [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 Merging remotes/origin/main commit cbeaad2d6cb7760bfd67df9a253a2618b7240350 into PR head commit 057950bd39e91f49afd3a6cd394a632e195629da Merge succeeded, producing 057950bd39e91f49afd3a6cd394a632e195629da Checking out Revision 057950bd39e91f49afd3a6cd394a632e195629da (PR-4206) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub 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/4206/head:refs/remotes/origin/PR-4206 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 057950bd39e91f49afd3a6cd394a632e195629da # 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 cbeaad2d6cb7760bfd67df9a253a2618b7240350 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 057950bd39e91f49afd3a6cd394a632e195629da # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-19T19:07:20.822Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-19T19:07:20.983Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-19T19:07:21.081Z] ========================================================= [2022-10-19T19:07:21.081Z] EdgeX Global Pipelines Version Info [2022-10-19T19:07:21.081Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-19T19:07:21.804Z] ------------------- [2022-10-19T19:07:21.804Z] stable info: [2022-10-19T19:07:21.804Z] ------------------- [2022-10-19T19:07:21.804Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-19T19:07:21.804Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-19T19:07:21.804Z] Message: update stable to v1.0.243 [2022-10-19T19:07:22.372Z] ------------------- [2022-10-19T19:07:22.372Z] experimental info: [2022-10-19T19:07:22.372Z] ------------------- [2022-10-19T19:07:22.372Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-19T19:07:22.372Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-19T19:07:22.372Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-19T19:07:22.671Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-19T19:07:22.711Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-19T19:07:22.756Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-19T19:07:22.797Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-19T19:07:22.838Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-19T19:07:22.880Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-19T19:07:22.919Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-19T19:07:22.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-19T19:07:23.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-19T19:07:23.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-19T19:07:23.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-19T19:07:23.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-19T19:07:23.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-19T19:07:23.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-19T19:07:23.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-19T19:07:23.290Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-19T19:07:23.331Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-19T19:07:23.370Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-19T19:07:23.407Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-19T19:07:23.445Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-19T19:07:23.481Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-19T19:07:23.522Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-19T19:07:23.560Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-19T19:07:23.598Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4206 [Pipeline] echo [2022-10-19T19:07:23.638Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4206 [Pipeline] echo [2022-10-19T19:07:23.675Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4206 [Pipeline] echo [2022-10-19T19:07:23.712Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 057950bd39e91f49afd3a6cd394a632e195629da [Pipeline] echo [2022-10-19T19:07:23.752Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 057950b [Pipeline] echo [2022-10-19T19:07:23.790Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-19T19:07:23.899Z] provisioning config files... [2022-10-19T19:07:23.914Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6045038970541506853tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-19T19:07:24.271Z] ---> docker-login.sh [2022-10-19T19:07:24.272Z] nexus3.edgexfoundry.org:10001 [2022-10-19T19:07:24.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-19T19:07:24.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-19T19:07:24.532Z] Configure a credential helper to remove this warning. See [2022-10-19T19:07:24.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-19T19:07:24.532Z] [2022-10-19T19:07:24.532Z] Login Succeeded [2022-10-19T19:07:24.532Z] nexus3.edgexfoundry.org:10002 [2022-10-19T19:07:24.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-19T19:07:24.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-19T19:07:24.792Z] Configure a credential helper to remove this warning. See [2022-10-19T19:07:24.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-19T19:07:24.792Z] [2022-10-19T19:07:24.792Z] Login Succeeded [2022-10-19T19:07:24.792Z] nexus3.edgexfoundry.org:10003 [2022-10-19T19:07:24.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-19T19:07:24.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-19T19:07:24.792Z] Configure a credential helper to remove this warning. See [2022-10-19T19:07:24.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-19T19:07:24.792Z] [2022-10-19T19:07:24.792Z] Login Succeeded [2022-10-19T19:07:24.792Z] nexus3.edgexfoundry.org:10004 [2022-10-19T19:07:24.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-19T19:07:25.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-19T19:07:25.056Z] Configure a credential helper to remove this warning. See [2022-10-19T19:07:25.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-19T19:07:25.056Z] [2022-10-19T19:07:25.056Z] Login Succeeded [2022-10-19T19:07:25.056Z] docker.io [2022-10-19T19:07:25.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-19T19:07:25.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-19T19:07:25.316Z] Configure a credential helper to remove this warning. See [2022-10-19T19:07:25.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-19T19:07:25.316Z] [2022-10-19T19:07:25.316Z] Login Succeeded [2022-10-19T19:07:25.316Z] ---> docker-login.sh ends [Pipeline] } [2022-10-19T19:07:25.346Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-19T19:07:25.760Z] + 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-19T19:07:25.761Z] + cut -d/ -f2 [2022-10-19T19:07:25.761Z] + dirname cmd/core-command/Dockerfile [2022-10-19T19:07:25.761Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-19T19:07:25.761Z] + dirname cmd/core-data/Dockerfile [2022-10-19T19:07:25.761Z] + cut -d/ -f2 [2022-10-19T19:07:25.761Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-19T19:07:25.761Z] + dirname cmd/core-metadata/Dockerfile [2022-10-19T19:07:25.761Z] + cut -d/ -f2 [2022-10-19T19:07:25.761Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-19T19:07:25.761Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-19T19:07:25.761Z] + cut -d/ -f2 [2022-10-19T19:07:25.761Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-19T19:07:25.761Z] + + cut -d/ -f2 [2022-10-19T19:07:25.761Z] dirname cmd/security-proxy-setup/Dockerfile [2022-10-19T19:07:25.761Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-19T19:07:25.761Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-10-19T19:07:25.761Z] + cut -d/ -f2 [2022-10-19T19:07:25.761Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-19T19:07:25.761Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-19T19:07:25.761Z] + cut -d/ -f2 [2022-10-19T19:07:25.761Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-19T19:07:25.761Z] + dirname cmd/security-spire-agent/Dockerfile [2022-10-19T19:07:25.761Z] + cut -d/ -f2 [2022-10-19T19:07:25.761Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-19T19:07:25.761Z] + dirname cmd/security-spire-config/Dockerfile [2022-10-19T19:07:25.761Z] + cut -d/ -f2 [2022-10-19T19:07:25.761Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-19T19:07:25.761Z] + + dirnamecut cmd/security-spire-server/Dockerfile -d/ [2022-10-19T19:07:25.761Z] -f2 [2022-10-19T19:07:25.761Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-19T19:07:25.761Z] + dirname cmd/support-notifications/Dockerfile [2022-10-19T19:07:25.761Z] + cut -d/ -f2 [2022-10-19T19:07:25.761Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-19T19:07:25.761Z] + dirname cmd/support-scheduler/Dockerfile [2022-10-19T19:07:25.761Z] + cut -d/ -f2 [2022-10-19T19:07:25.761Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-19T19:07:25.761Z] + cut -d/ -f2 [2022-10-19T19:07:25.761Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-19T19:07:25.761Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-19T19:07:25.811Z] 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-19T19:07:26.295Z] + git rev-list -1 --merges 057950bd39e91f49afd3a6cd394a632e195629da~1..057950bd39e91f49afd3a6cd394a632e195629da [Pipeline] echo [2022-10-19T19:07:26.325Z] -----------> git rev-list -1 --merges 057950bd39e91f49afd3a6cd394a632e195629da~1..057950bd39e91f49afd3a6cd394a632e195629da 057950bd39e91f49afd3a6cd394a632e195629da [false] [Pipeline] sh [2022-10-19T19:07:26.636Z] + git log --format=format:%s -1 057950bd39e91f49afd3a6cd394a632e195629da [Pipeline] echo [2022-10-19T19:07:26.674Z] ========================================================= [2022-10-19T19:07:26.674Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-19T19:07:26.674Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-19T19:07:27.106Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-19T19:07:27.106Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-19T19:07:27.106Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-19T19:07:27.106Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-19T19:07:27.106Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-19T19:07:27.106Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-19T19:07:27.106Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:07:27.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-19T19:07:27.521Z] [2022-10-19T19:07:27.521Z] 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-19T19:07:27.901Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-19T19:07:27.901Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-19T19:07:27.901Z] b85a868b505f: Pulling fs layer [2022-10-19T19:07:27.901Z] e2be974225ed: Pulling fs layer [2022-10-19T19:07:27.901Z] 339a4e72a1f5: Pulling fs layer [2022-10-19T19:07:27.901Z] 988bab9f4d93: Pulling fs layer [2022-10-19T19:07:27.901Z] 1469e6f7b9e6: Pulling fs layer [2022-10-19T19:07:27.901Z] eaf3925da568: Pulling fs layer [2022-10-19T19:07:27.901Z] bab4dde63d76: Pulling fs layer [2022-10-19T19:07:27.901Z] bde34c3a00c8: Pulling fs layer [2022-10-19T19:07:27.901Z] b352a97aabf1: Pulling fs layer [2022-10-19T19:07:27.901Z] 4872d77fe225: Pulling fs layer [2022-10-19T19:07:27.901Z] 5851b861e8e6: Pulling fs layer [2022-10-19T19:07:27.901Z] b352a97aabf1: Waiting [2022-10-19T19:07:27.901Z] bab4dde63d76: Waiting [2022-10-19T19:07:27.901Z] bde34c3a00c8: Waiting [2022-10-19T19:07:27.901Z] 4872d77fe225: Waiting [2022-10-19T19:07:27.901Z] 5851b861e8e6: Waiting [2022-10-19T19:07:27.901Z] 988bab9f4d93: Waiting [2022-10-19T19:07:27.901Z] eaf3925da568: Waiting [2022-10-19T19:07:27.901Z] e2be974225ed: Verifying Checksum [2022-10-19T19:07:27.901Z] e2be974225ed: Download complete [2022-10-19T19:07:27.901Z] 988bab9f4d93: Verifying Checksum [2022-10-19T19:07:27.901Z] 988bab9f4d93: Download complete [2022-10-19T19:07:28.162Z] 1469e6f7b9e6: Verifying Checksum [2022-10-19T19:07:28.162Z] 1469e6f7b9e6: Download complete [2022-10-19T19:07:28.162Z] 339a4e72a1f5: Verifying Checksum [2022-10-19T19:07:28.162Z] 339a4e72a1f5: Download complete [2022-10-19T19:07:28.162Z] eaf3925da568: Verifying Checksum [2022-10-19T19:07:28.162Z] eaf3925da568: Download complete [2022-10-19T19:07:28.162Z] bde34c3a00c8: Verifying Checksum [2022-10-19T19:07:28.162Z] bde34c3a00c8: Download complete [2022-10-19T19:07:28.162Z] b352a97aabf1: Verifying Checksum [2022-10-19T19:07:28.162Z] 4872d77fe225: Download complete [2022-10-19T19:07:28.162Z] 5851b861e8e6: Verifying Checksum [2022-10-19T19:07:28.162Z] 5851b861e8e6: Download complete [2022-10-19T19:07:28.162Z] b85a868b505f: Verifying Checksum [2022-10-19T19:07:28.423Z] bab4dde63d76: Verifying Checksum [2022-10-19T19:07:28.423Z] bab4dde63d76: Download complete [2022-10-19T19:07:29.362Z] b85a868b505f: Pull complete [2022-10-19T19:07:29.622Z] e2be974225ed: Pull complete [2022-10-19T19:07:29.890Z] 339a4e72a1f5: Pull complete [2022-10-19T19:07:30.169Z] 988bab9f4d93: Pull complete [2022-10-19T19:07:30.426Z] 1469e6f7b9e6: Pull complete [2022-10-19T19:07:30.426Z] eaf3925da568: Pull complete [2022-10-19T19:07:32.333Z] bab4dde63d76: Pull complete [2022-10-19T19:07:32.333Z] bde34c3a00c8: Pull complete [2022-10-19T19:07:32.592Z] b352a97aabf1: Pull complete [2022-10-19T19:07:32.592Z] 4872d77fe225: Pull complete [2022-10-19T19:07:32.592Z] 5851b861e8e6: Pull complete [2022-10-19T19:07:32.592Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-19T19:07:32.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-19T19:07:32.592Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-19T19:07:32.800Z] prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container [2022-10-19T19:07:32.834Z] $ 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-19T19:07:35.628Z] $ docker top 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b -eo pid,comm [2022-10-19T19:07:35.680Z] 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-19T19:07:35.680Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-19T19:07:35.808Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-19T19:07:35.808Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-19T19:07:35.914Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-19T19:07:35.918Z] $ docker exec 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b ssh-agent [2022-10-19T19:07:36.014Z] SSH_AUTH_SOCK=/tmp/ssh-7KKhIB6rknuE/agent.32 [2022-10-19T19:07:36.014Z] SSH_AGENT_PID=38 [2022-10-19T19:07:36.020Z] Running ssh-add (command line suppressed) [2022-10-19T19:07:36.125Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_13840565765197043360.key (/w/workspace/edgex-go/1@tmp/private_key_13840565765197043360.key) [2022-10-19T19:07:36.137Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-19T19:07:36.461Z] + git tag --points-at HEAD [Pipeline] } [2022-10-19T19:07:36.490Z] $ docker exec --env ******** --env ******** 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b ssh-agent -k [2022-10-19T19:07:36.594Z] unset SSH_AUTH_SOCK; [2022-10-19T19:07:36.595Z] unset SSH_AGENT_PID; [2022-10-19T19:07:36.595Z] echo Agent pid 38 killed; [2022-10-19T19:07:36.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-19T19:07:36.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-19T19:07:36.689Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-19T19:07:36.791Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-19T19:07:36.797Z] $ docker exec 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b ssh-agent [2022-10-19T19:07:36.908Z] SSH_AUTH_SOCK=/tmp/ssh-Ma7CWGJDUaQk/agent.70 [2022-10-19T19:07:36.908Z] SSH_AGENT_PID=76 [2022-10-19T19:07:36.912Z] Running ssh-add (command line suppressed) [2022-10-19T19:07:37.015Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2115140999640463586.key (/w/workspace/edgex-go/1@tmp/private_key_2115140999640463586.key) [2022-10-19T19:07:37.027Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-19T19:07:37.355Z] + git semver init [2022-10-19T19:07:37.614Z] 2022-10-19 19:07:37,525 [run_init] DEBUG init version:0.0.0 force:False [2022-10-19T19:07:37.614Z] 2022-10-19 19:07:37,526 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-19T19:07:37.614Z] 2022-10-19 19:07:37,526 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-19T19:07:37.614Z] 2022-10-19 19:07:37,527 [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-19T19:07:44.179Z] 2022-10-19 19:07:42,997 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-19T19:07:44.179Z] 2022-10-19 19:07:42,997 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4206 with force:False [2022-10-19T19:07:44.179Z] 2022-10-19 19:07:42,997 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4206 [2022-10-19T19:07:44.179Z] 2022-10-19 19:07:43,000 [execute] INFO git cat-file --batch-check [2022-10-19T19:07:44.179Z] 2022-10-19 19:07:43,001 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-19T19:07:44.179Z] 2022-10-19 19:07:43,006 [execute] INFO git cat-file --batch [2022-10-19T19:07:44.179Z] 2022-10-19 19:07:43,006 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-19T19:07:44.179Z] 2022-10-19 19:07:43,011 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4206 [2022-10-19T19:07:44.179Z] 0.0.0 [Pipeline] } [2022-10-19T19:07:44.207Z] $ docker exec --env ******** --env ******** 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b ssh-agent -k [2022-10-19T19:07:44.304Z] unset SSH_AUTH_SOCK; [2022-10-19T19:07:44.304Z] unset SSH_AGENT_PID; [2022-10-19T19:07:44.304Z] echo Agent pid 76 killed; [2022-10-19T19:07:44.311Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-19T19:07:44.731Z] + git semver [Pipeline] } [2022-10-19T19:07:45.016Z] $ docker stop --time=1 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b [2022-10-19T19:07:46.323Z] $ docker rm -f 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-19T19:07:46.732Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-19T19:07:46.970Z] Stashed 1 file(s) [Pipeline] echo [2022-10-19T19:07:46.987Z] [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-19T19:07:47.758Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-19T19:07:47.795Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-19T19:07:47.833Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-19T19:07:47.864Z] ========================================================= [2022-10-19T19:07:47.864Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-19T19:07:47.864Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-19T19:07:48.210Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-19T19:07:48.210Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-19T19:07:48.210Z] 213ec9aee27d: Pulling fs layer [2022-10-19T19:07:48.210Z] 4583459ba037: Pulling fs layer [2022-10-19T19:07:48.210Z] 93c1e223e6f2: Pulling fs layer [2022-10-19T19:07:48.210Z] 53926ce57604: Pulling fs layer [2022-10-19T19:07:48.210Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-19T19:07:48.210Z] 30f14e443154: Pulling fs layer [2022-10-19T19:07:48.210Z] 801331c1e519: Pulling fs layer [2022-10-19T19:07:48.210Z] 99cc6dd402b0: Pulling fs layer [2022-10-19T19:07:48.210Z] 7d9ed39f4882: Pulling fs layer [2022-10-19T19:07:48.210Z] 53926ce57604: Waiting [2022-10-19T19:07:48.210Z] 21b2b0c7a3f4: Waiting [2022-10-19T19:07:48.210Z] 30f14e443154: Waiting [2022-10-19T19:07:48.210Z] 801331c1e519: Waiting [2022-10-19T19:07:48.210Z] 99cc6dd402b0: Waiting [2022-10-19T19:07:48.210Z] 7d9ed39f4882: Waiting [2022-10-19T19:07:48.210Z] 93c1e223e6f2: Verifying Checksum [2022-10-19T19:07:48.210Z] 93c1e223e6f2: Download complete [2022-10-19T19:07:48.210Z] 4583459ba037: Download complete [2022-10-19T19:07:48.210Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-19T19:07:48.210Z] 21b2b0c7a3f4: Download complete [2022-10-19T19:07:48.210Z] 30f14e443154: Verifying Checksum [2022-10-19T19:07:48.210Z] 30f14e443154: Download complete [2022-10-19T19:07:48.210Z] 213ec9aee27d: Download complete [2022-10-19T19:07:48.210Z] 801331c1e519: Verifying Checksum [2022-10-19T19:07:48.210Z] 801331c1e519: Download complete [2022-10-19T19:07:48.471Z] 213ec9aee27d: Pull complete [2022-10-19T19:07:48.471Z] 4583459ba037: Pull complete [2022-10-19T19:07:48.733Z] 93c1e223e6f2: Pull complete [2022-10-19T19:07:48.733Z] 7d9ed39f4882: Verifying Checksum [2022-10-19T19:07:48.994Z] 53926ce57604: Verifying Checksum [2022-10-19T19:07:48.994Z] 53926ce57604: Download complete [2022-10-19T19:07:49.252Z] 99cc6dd402b0: Verifying Checksum [2022-10-19T19:07:49.252Z] 99cc6dd402b0: Download complete [2022-10-19T19:07:52.538Z] 53926ce57604: Pull complete [2022-10-19T19:07:52.798Z] 21b2b0c7a3f4: Pull complete [2022-10-19T19:07:52.798Z] 30f14e443154: Pull complete [2022-10-19T19:07:52.798Z] 801331c1e519: Pull complete [2022-10-19T19:07:54.704Z] 99cc6dd402b0: Pull complete [2022-10-19T19:07:55.639Z] 7d9ed39f4882: Pull complete [2022-10-19T19:07:55.639Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-19T19:07:55.639Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-19T19:07:55.639Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-19T19:07:55.997Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-19T19:07:55.998Z] WORKDIR /edgex [2022-10-19T19:07:55.998Z] COPY go.mod . [2022-10-19T19:07:55.998Z] RUN go mod download [2022-10-19T19:07:55.998Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-19T19:07:56.564Z] Sending build context to Docker daemon 169.7MB [2022-10-19T19:07:56.564Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-19T19:07:56.564Z] ---> 1dedd983c030 [2022-10-19T19:07:56.564Z] Step 2/4 : WORKDIR /edgex [2022-10-19T19:08:02.283Z] Still waiting to schedule task [2022-10-19T19:08:02.284Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-8599’ is offline [2022-10-19T19:08:03.140Z] ---> Running in 18ed169dba59 [2022-10-19T19:08:03.140Z] Removing intermediate container 18ed169dba59 [2022-10-19T19:08:03.140Z] ---> 3b1c5ab9f52c [2022-10-19T19:08:03.140Z] Step 3/4 : COPY go.mod . [2022-10-19T19:08:03.140Z] ---> ac47a58a4f9c [2022-10-19T19:08:03.140Z] Step 4/4 : RUN go mod download [2022-10-19T19:08:03.140Z] ---> Running in 58a28421b5a9 [2022-10-19T19:08:18.131Z] Removing intermediate container 58a28421b5a9 [2022-10-19T19:08:18.131Z] ---> 19198b775783 [2022-10-19T19:08:18.131Z] Successfully built 19198b775783 [2022-10-19T19:08:18.131Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:08:18.521Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-19T19:08:18.521Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-19T19:08:18.677Z] prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container [2022-10-19T19:08:18.709Z] $ 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-19T19:08:19.099Z] $ docker top 37d0a547ee96094a04b47f11fa748100527a70a3ea055c25d2e0031ac4cc848c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-19T19:08:19.496Z] + go version [2022-10-19T19:08:19.496Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-19T19:08:19.526Z] $ docker stop --time=1 37d0a547ee96094a04b47f11fa748100527a70a3ea055c25d2e0031ac4cc848c [2022-10-19T19:08:20.816Z] $ docker rm -f 37d0a547ee96094a04b47f11fa748100527a70a3ea055c25d2e0031ac4cc848c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:08:21.510Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-19T19:08:21.510Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-19T19:08:21.647Z] prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container [2022-10-19T19:08:21.679Z] $ 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-19T19:08:22.010Z] $ docker top a37a2efc915b5b89c97b21d07ad582ed16712c6d4a728c0660a4e224dc866d45 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-19T19:08:22.123Z] ========================================================= [2022-10-19T19:08:22.123Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-19T19:08:22.123Z] ========================================================= [Pipeline] sh [2022-10-19T19:08:22.417Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-19T19:08:22.764Z] + make test [2022-10-19T19:08:22.764Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-19T19:08:29.328Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-19T19:08:44.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-19T19:08:44.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.083s coverage: 28.7% of statements [2022-10-19T19:08:44.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-19T19:08:44.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-19T19:08:45.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.100s coverage: 98.5% of statements [2022-10-19T19:08:45.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.133s coverage: 41.3% of statements [2022-10-19T19:08:45.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-19T19:08:45.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-19T19:08:45.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.112s coverage: 54.2% of statements [2022-10-19T19:08:45.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-19T19:08:45.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.415s coverage: 89.2% of statements [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.091s coverage: 2.2% of statements [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.502s coverage: 95.6% of statements [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.088s coverage: 72.2% of statements [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.073s coverage: 60.0% of statements [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.081s coverage: 0.9% of statements [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.094s coverage: 58.8% of statements [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.090s coverage: 29.6% of statements [2022-10-19T19:08:49.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 47.1% of statements [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements [2022-10-19T19:08:49.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2022-10-19T19:08:57.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements [2022-10-19T19:08:57.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2022-10-19T19:09:00.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.234s coverage: 80.5% of statements [2022-10-19T19:09:00.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.069s coverage: 86.9% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 58.8% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.0% of statements [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.086s coverage: 85.4% of statements [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.2% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 64.7% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.368s coverage: 65.8% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.190s coverage: 41.8% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-19T19:09:08.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-19T19:09:08.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-19T19:09:08.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-19T19:09:08.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.173s coverage: 92.3% of statements [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-19T19:09:08.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-19T19:09:08.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.118s coverage: 97.7% of statements [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-19T19:09:08.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.059s coverage: 28.9% of statements [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-19T19:09:08.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-19T19:09:08.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2022-10-19T19:09:08.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-10-19T19:09:08.651Z] 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-19T19:09:30.568Z] 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-19T19:09:30.568Z] GO111MODULE=on go vet ./... [2022-10-19T19:09:33.845Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-19T19:09:33.845Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-19T19:09:34.103Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-19T19:09:34.144Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-19T19:09:34.453Z] + ls -al . [2022-10-19T19:09:34.454Z] total 760 [2022-10-19T19:09:34.454Z] drwxrwxr-x 11 1001 1001 4096 Oct 19 19:08 . [2022-10-19T19:09:34.454Z] drwxr-xr-x 4 root root 4096 Oct 19 19:08 .. [2022-10-19T19:09:34.454Z] drwxrwxr-x 2 1001 1001 4096 Oct 19 19:07 .blubracket [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 16 Oct 19 19:07 .dockerignore [2022-10-19T19:09:34.454Z] drwxrwxr-x 8 1001 1001 4096 Oct 19 19:09 .git [2022-10-19T19:09:34.454Z] drwxrwxr-x 3 1001 1001 4096 Oct 19 19:07 .github [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 1030 Oct 19 19:07 .gitignore [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 42 Oct 19 19:07 .golangci.yml [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 87 Oct 19 19:07 .hadolint.yml [2022-10-19T19:09:34.454Z] drwxr-xr-x 3 1001 1001 4096 Oct 19 19:07 .semver [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 166 Oct 19 19:07 .sonarcloud.properties [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 1171 Oct 19 19:07 ADOPTERS.md [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 10722 Oct 19 19:07 Attribution.txt [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 63209 Oct 19 19:07 CHANGELOG.md [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 3804 Oct 19 19:07 CONTRIBUTING.md [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 677 Oct 19 19:07 GOVERNANCE.md [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 850 Oct 19 19:07 Jenkinsfile [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 10775 Oct 19 19:07 LICENSE [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 13857 Oct 19 19:07 Makefile [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 582 Oct 19 19:07 OWNERS.md [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 9799 Oct 19 19:07 README.md [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 6912 Oct 19 19:07 SECURITY.md [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 5 Oct 19 19:07 VERSION [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 4131 Oct 19 19:07 ZMQWindows.md [2022-10-19T19:09:34.454Z] drwxrwxr-x 2 1001 1001 4096 Oct 19 19:07 bin [2022-10-19T19:09:34.454Z] drwxrwxr-x 18 1001 1001 4096 Oct 19 19:07 cmd [2022-10-19T19:09:34.454Z] -rw-r--r-- 1 root root 503479 Oct 19 19:09 coverage.out [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 3458 Oct 19 19:07 go.mod [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 38041 Oct 19 19:07 go.sum [2022-10-19T19:09:34.454Z] drwxrwxr-x 8 1001 1001 4096 Oct 19 19:07 internal [2022-10-19T19:09:34.454Z] drwxrwxr-x 3 1001 1001 4096 Oct 19 19:07 openapi [2022-10-19T19:09:34.454Z] drwxrwxr-x 4 1001 1001 4096 Oct 19 19:07 snap [2022-10-19T19:09:34.454Z] -rw-rw-r-- 1 1001 1001 204 Oct 19 19:07 version.go [Pipeline] sh [2022-10-19T19:09:34.786Z] + '[' -e coverage.out ] [2022-10-19T19:09:34.786Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-19T19:09:34.914Z] Stashed 1 file(s) [Pipeline] sh [2022-10-19T19:09:35.207Z] + make build [2022-10-19T19:09:35.207Z] 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-19T19:09:50.090Z] 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-19T19:10:00.051Z] 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-19T19:10:01.426Z] 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-19T19:10:09.547Z] 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-19T19:10:09.547Z] 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-19T19:10:10.502Z] 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-19T19:10:11.877Z] 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-19T19:10:12.815Z] 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-19T19:10:14.189Z] 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-19T19:10:14.757Z] 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-19T19:10:15.691Z] 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-19T19:10:17.118Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8600 in /w/workspace/edgexfoundry_edgex-go_PR-4206 [Pipeline] { [Pipeline] ws [2022-10-19T19:10:17.162Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-19T19:10:17.244Z] The recommended git tool is: git [2022-10-19T19:10:17.591Z] 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-19T19:10:18.989Z] $ docker stop --time=1 a37a2efc915b5b89c97b21d07ad582ed16712c6d4a728c0660a4e224dc866d45 [2022-10-19T19:10:22.539Z] using credential edgex-jenkins-ssh [2022-10-19T19:10:22.555Z] Cloning the remote Git repository [2022-10-19T19:10:22.596Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-19T19:10:22.668Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-19T19:10:22.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-19T19:10:22.797Z] > git --version # timeout=10 [2022-10-19T19:10:22.818Z] > git --version # 'git version 2.25.1' [2022-10-19T19:10:22.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-19T19:10:22.868Z] Verifying host key using known hosts file [2022-10-19T19:10:23.088Z] 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-19T19:10:23.102Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-19T19:10:23.531Z] $ docker rm -f a37a2efc915b5b89c97b21d07ad582ed16712c6d4a728c0660a4e224dc866d45 [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-19T19:10:24.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-19T19:10:24.676Z] [2022-10-19T19:10:24.676Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:10:25.044Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-19T19:10:25.044Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-19T19:10:25.044Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-19T19:10:25.044Z] ca9280d653b3: Pulling fs layer [2022-10-19T19:10:25.044Z] 7e9c9ca2126c: Pulling fs layer [2022-10-19T19:10:25.044Z] cbdbe7a5bc2a: Verifying Checksum [2022-10-19T19:10:25.044Z] cbdbe7a5bc2a: Download complete [2022-10-19T19:10:25.303Z] ca9280d653b3: Verifying Checksum [2022-10-19T19:10:25.303Z] ca9280d653b3: Download complete [2022-10-19T19:10:25.303Z] cbdbe7a5bc2a: Pull complete [2022-10-19T19:10:25.869Z] 7e9c9ca2126c: Download complete [2022-10-19T19:10:25.869Z] ca9280d653b3: Pull complete [2022-10-19T19:10:29.154Z] 7e9c9ca2126c: Pull complete [2022-10-19T19:10:29.154Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-19T19:10:29.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-19T19:10:29.154Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-19T19:10:29.375Z] prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container [2022-10-19T19:10:29.407Z] $ 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-19T19:10:33.024Z] $ docker top fb6afb30d9ff31395a6dfeeb19fd9e27590dcca260f32519e9a40e30f34729df -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-19T19:10:33.417Z] + docker-compose build --help [2022-10-19T19:10:33.417Z] + grep parallel [2022-10-19T19:10:33.986Z] --parallel Build images in parallel. [Pipeline] } [2022-10-19T19:10:34.025Z] $ docker stop --time=1 fb6afb30d9ff31395a6dfeeb19fd9e27590dcca260f32519e9a40e30f34729df [2022-10-19T19:10:35.338Z] $ docker rm -f fb6afb30d9ff31395a6dfeeb19fd9e27590dcca260f32519e9a40e30f34729df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:10:35.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-19T19:10:35.931Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-19T19:10:36.074Z] prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container [2022-10-19T19:10:36.107Z] $ 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-19T19:10:36.432Z] $ docker top 38cf7832546eaf02c59a39aab506403b38fb190723ef1c5ea3ce4167c04e73d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-19T19:10:36.828Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-19T19:10:37.397Z] Building core-command ... [2022-10-19T19:10:37.397Z] Building core-data ... [2022-10-19T19:10:37.397Z] Building core-metadata ... [2022-10-19T19:10:37.397Z] Building security-bootstrapper ... [2022-10-19T19:10:37.397Z] Building security-proxy-setup ... [2022-10-19T19:10:37.397Z] Building security-secretstore-setup ... [2022-10-19T19:10:37.397Z] Building security-spiffe-token-provider ... [2022-10-19T19:10:37.397Z] Building security-spire-agent ... [2022-10-19T19:10:37.397Z] Building security-spire-config ... [2022-10-19T19:10:37.397Z] Building security-spire-server ... [2022-10-19T19:10:37.397Z] Building support-notifications ... [2022-10-19T19:10:37.397Z] Building support-scheduler ... [2022-10-19T19:10:37.397Z] Building sys-mgmt-agent ... [2022-10-19T19:10:37.397Z] Building security-secretstore-setup [2022-10-19T19:10:37.397Z] Building security-spire-agent [2022-10-19T19:10:37.397Z] Building support-notifications [2022-10-19T19:10:37.397Z] Building security-spire-server [2022-10-19T19:10:37.397Z] Building security-bootstrapper [2022-10-19T19:10:40.836Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-19T19:10:40.874Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-19T19:10:42.540Z] Merging remotes/origin/main commit cbeaad2d6cb7760bfd67df9a253a2618b7240350 into PR head commit 057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:10:42.934Z] Merge succeeded, producing 057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:10:42.934Z] Checking out Revision 057950bd39e91f49afd3a6cd394a632e195629da (PR-4206) [2022-10-19T19:10:41.779Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-19T19:10:41.817Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-19T19:10:41.818Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-19T19:10:41.823Z] Verifying host key using known hosts file [2022-10-19T19:10:41.830Z] 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-19T19:10:41.846Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4206/head:refs/remotes/origin/PR-4206 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-19T19:10:42.562Z] > git config core.sparsecheckout # timeout=10 [2022-10-19T19:10:42.581Z] > git checkout -f 057950bd39e91f49afd3a6cd394a632e195629da # timeout=10 [2022-10-19T19:10:42.832Z] > git remote # timeout=10 [2022-10-19T19:10:42.852Z] > git config --get remote.origin.url # timeout=10 [2022-10-19T19:10:42.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-19T19:10:42.875Z] Verifying host key using known hosts file [2022-10-19T19:10:42.879Z] 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-19T19:10:42.888Z] > git merge cbeaad2d6cb7760bfd67df9a253a2618b7240350 # timeout=10 [2022-10-19T19:10:42.914Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-19T19:10:42.943Z] > git config core.sparsecheckout # timeout=10 [2022-10-19T19:10:42.961Z] > git checkout -f 057950bd39e91f49afd3a6cd394a632e195629da # timeout=10 [2022-10-19T19:10:43.672Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2022-10-19T19:10:43.732Z] > git --version # timeout=10 [2022-10-19T19:10:43.744Z] > git --version # 'git version 2.25.1' [2022-10-19T19:10:43.759Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-19T19:10:44.912Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-19T19:10:44.912Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-19T19:10:44.912Z] Dload Upload Total Spent Left Speed [2022-10-19T19:10:44.912Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 205k 0 --:--:-- --:--:-- --:--:-- 208k [Pipeline] sh [2022-10-19T19:10:45.553Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-19T19:10:45.902Z] + sudo tee /etc/docker/daemon.new [2022-10-19T19:10:45.902Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-19T19:10:45.902Z] { [2022-10-19T19:10:45.902Z] "registry-mirrors": [ [2022-10-19T19:10:45.902Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-19T19:10:45.902Z] ], [2022-10-19T19:10:45.902Z] "bip": "10.250.0.254/24", [2022-10-19T19:10:45.902Z] "hosts": [ [2022-10-19T19:10:45.902Z] "tcp://0.0.0.0:5555", [2022-10-19T19:10:45.902Z] "unix:///var/run/docker.sock" [2022-10-19T19:10:45.902Z] ], [2022-10-19T19:10:45.902Z] "mtu": 1458, [2022-10-19T19:10:45.902Z] "selinux-enabled": true, [2022-10-19T19:10:45.902Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-19T19:10:45.902Z] } [Pipeline] sh [2022-10-19T19:10:46.258Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-19T19:10:46.607Z] + sudo service docker restart [2022-10-19T19:10:52.278Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:10:52.278Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:10:52.278Z] ---> 19198b775783 [2022-10-19T19:10:52.278Z] Step 3/33 : WORKDIR /edgex-go [2022-10-19T19:10:52.278Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:10:52.278Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:10:52.278Z] ---> 19198b775783 [2022-10-19T19:10:52.278Z] Step 3/25 : WORKDIR /edgex-go [2022-10-19T19:10:52.278Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:10:52.278Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:10:52.278Z] ---> 19198b775783 [2022-10-19T19:10:52.278Z] Step 3/26 : WORKDIR /edgex-go [2022-10-19T19:10:52.278Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:10:52.278Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:10:52.278Z] ---> 19198b775783 [2022-10-19T19:10:52.278Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-19T19:10:52.278Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:10:52.278Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:10:52.278Z] ---> 19198b775783 [2022-10-19T19:10:52.278Z] Step 3/25 : WORKDIR /edgex-go [2022-10-19T19:11:04.504Z] ---> Running in 744b2b1e47d3 [2022-10-19T19:11:04.504Z] ---> Running in 1b21e074868f [2022-10-19T19:11:04.504Z] ---> Running in 03632acc02ac [2022-10-19T19:11:04.504Z] ---> Running in ea8af25d97a1 [2022-10-19T19:11:04.504Z] ---> Running in 5916b32b501c [2022-10-19T19:11:04.504Z] Removing intermediate container ea8af25d97a1 [2022-10-19T19:11:04.504Z] ---> c3f6a4c96ecc [2022-10-19T19:11:04.504Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:11:04.504Z] Removing intermediate container 03632acc02ac [2022-10-19T19:11:04.504Z] ---> f8f7a9fbf863 [2022-10-19T19:11:04.504Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:11:04.504Z] Removing intermediate container 5916b32b501c [2022-10-19T19:11:04.504Z] ---> 3a5055d28871 [2022-10-19T19:11:04.504Z] Step 4/23 : WORKDIR /edgex-go [2022-10-19T19:11:04.504Z] Removing intermediate container 1b21e074868f [2022-10-19T19:11:04.504Z] ---> f69c32328984 [2022-10-19T19:11:04.504Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:11:04.504Z] Removing intermediate container 744b2b1e47d3 [2022-10-19T19:11:04.504Z] ---> 4e59b2a53547 [2022-10-19T19:11:04.504Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:11:04.504Z] ---> Running in b025af53463b [2022-10-19T19:11:04.504Z] ---> Running in 14e19837e6cc [2022-10-19T19:11:04.504Z] ---> Running in 5354af705069 [2022-10-19T19:11:04.504Z] ---> Running in 25455fd0ce50 [2022-10-19T19:11:04.504Z] ---> Running in 63a32d624acf [2022-10-19T19:11:04.504Z] Removing intermediate container 5354af705069 [2022-10-19T19:11:04.504Z] ---> 793ca4295898 [2022-10-19T19:11:04.504Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:11:04.504Z] ---> Running in 3ffb678e1aff [2022-10-19T19:11:04.504Z] Removing intermediate container b025af53463b [2022-10-19T19:11:04.504Z] ---> 7178e2ff6818 [2022-10-19T19:11:04.504Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-19T19:11:04.504Z] Removing intermediate container 14e19837e6cc [2022-10-19T19:11:04.504Z] ---> f8055f0e2a09 [2022-10-19T19:11:04.504Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-19T19:11:04.504Z] ---> Running in f0946a9d0546 [2022-10-19T19:11:04.504Z] ---> Running in 55ae3d7eeb03 [2022-10-19T19:11:04.504Z] Removing intermediate container 3ffb678e1aff [2022-10-19T19:11:04.504Z] ---> 941bc0af7544 [2022-10-19T19:11:04.504Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-19T19:11:04.504Z] ---> Running in c0380c9e1ad2 [2022-10-19T19:11:04.504Z] Removing intermediate container 25455fd0ce50 [2022-10-19T19:11:04.504Z] ---> 9c4d8badb462 [2022-10-19T19:11:04.504Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-19T19:11:04.504Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:11:04.504Z] ---> Running in c581ccaa29e3 [2022-10-19T19:11:04.504Z] Removing intermediate container 63a32d624acf [2022-10-19T19:11:04.504Z] ---> a2d89d70f99e [2022-10-19T19:11:04.504Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-19T19:11:04.504Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:11:04.504Z] ---> Running in b6a3b791adc1 [2022-10-19T19:11:04.765Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:11:04.765Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:11:04.765Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-19T19:11:04.929Z] provisioning config files... [2022-10-19T19:11:04.960Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15414180044123332657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-19T19:11:05.330Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:11:05.330Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:11:05.352Z] ---> docker-login.sh [2022-10-19T19:11:05.352Z] nexus3.edgexfoundry.org:10001 [2022-10-19T19:11:05.589Z] OK: 211 MiB in 51 packages [2022-10-19T19:11:05.589Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:11:05.589Z] OK: 211 MiB in 51 packages [2022-10-19T19:11:05.847Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:11:05.847Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:11:05.847Z] Removing intermediate container f0946a9d0546 [2022-10-19T19:11:05.847Z] ---> 0380f42c8929 [2022-10-19T19:11:05.847Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-19T19:11:05.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-19T19:11:05.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-19T19:11:05.945Z] Configure a credential helper to remove this warning. See [2022-10-19T19:11:05.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-19T19:11:05.945Z] [2022-10-19T19:11:05.945Z] Login Succeeded [2022-10-19T19:11:05.945Z] nexus3.edgexfoundry.org:10002 [2022-10-19T19:11:06.115Z] Removing intermediate container 55ae3d7eeb03 [2022-10-19T19:11:06.115Z] ---> 31e4d4546393 [2022-10-19T19:11:06.115Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-19T19:11:06.115Z] ---> 2b4992ff5bd2 [2022-10-19T19:11:06.115Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:11:06.115Z] ---> Running in 5a2198514443 [2022-10-19T19:11:06.115Z] OK: 211 MiB in 51 packages [2022-10-19T19:11:06.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-19T19:11:06.387Z] ---> b624d5a4b307 [2022-10-19T19:11:06.387Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:11:06.387Z] ---> Running in 0b3170ed2c7e [2022-10-19T19:11:06.387Z] OK: 211 MiB in 51 packages [2022-10-19T19:11:06.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-19T19:11:06.487Z] Configure a credential helper to remove this warning. See [2022-10-19T19:11:06.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-19T19:11:06.487Z] [2022-10-19T19:11:06.487Z] Login Succeeded [2022-10-19T19:11:06.487Z] nexus3.edgexfoundry.org:10003 [2022-10-19T19:11:06.645Z] OK: 211 MiB in 51 packages [2022-10-19T19:11:06.645Z] Removing intermediate container c0380c9e1ad2 [2022-10-19T19:11:06.645Z] ---> f7099685b7e5 [2022-10-19T19:11:06.645Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-19T19:11:06.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-19T19:11:06.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-19T19:11:06.756Z] Configure a credential helper to remove this warning. See [2022-10-19T19:11:06.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-19T19:11:06.756Z] [2022-10-19T19:11:06.756Z] Login Succeeded [2022-10-19T19:11:06.756Z] nexus3.edgexfoundry.org:10004 [2022-10-19T19:11:06.904Z] Removing intermediate container b6a3b791adc1 [2022-10-19T19:11:06.904Z] ---> 5b7b15bc3588 [2022-10-19T19:11:06.904Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-19T19:11:06.904Z] ---> 6a441b4bad9b [2022-10-19T19:11:06.904Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:11:06.904Z] ---> Running in 2c343c63c24d [2022-10-19T19:11:07.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-19T19:11:07.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-19T19:11:07.028Z] Configure a credential helper to remove this warning. See [2022-10-19T19:11:07.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-19T19:11:07.028Z] [2022-10-19T19:11:07.028Z] Login Succeeded [2022-10-19T19:11:07.028Z] docker.io [2022-10-19T19:11:07.162Z] ---> e8e7ece72c80 [2022-10-19T19:11:07.162Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:11:07.162Z] ---> Running in cd1e23497f53 [2022-10-19T19:11:07.162Z] Removing intermediate container c581ccaa29e3 [2022-10-19T19:11:07.162Z] ---> 7e1707ab1703 [2022-10-19T19:11:07.162Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-19T19:11:07.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-19T19:11:07.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-19T19:11:07.887Z] Configure a credential helper to remove this warning. See [2022-10-19T19:11:07.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-19T19:11:07.887Z] [2022-10-19T19:11:07.887Z] Login Succeeded [2022-10-19T19:11:07.887Z] ---> docker-login.sh ends [Pipeline] } [2022-10-19T19:11:07.914Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-10-19T19:11:08.535Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-19T19:11:08.571Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-19T19:11:08.605Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-19T19:11:08.639Z] ========================================================= [2022-10-19T19:11:08.639Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-19T19:11:08.639Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-19T19:11:09.012Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-19T19:11:09.283Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-19T19:11:09.283Z] 9b18e9b68314: Pulling fs layer [2022-10-19T19:11:09.283Z] d32db5db7311: Pulling fs layer [2022-10-19T19:11:09.283Z] d0c4b47475fc: Pulling fs layer [2022-10-19T19:11:09.283Z] 5831b945b038: Pulling fs layer [2022-10-19T19:11:09.283Z] 86bbec2aaacd: Pulling fs layer [2022-10-19T19:11:09.283Z] e10730c5d714: Pulling fs layer [2022-10-19T19:11:09.283Z] 5dd5c2283517: Pulling fs layer [2022-10-19T19:11:09.283Z] d5ac0230b979: Pulling fs layer [2022-10-19T19:11:09.283Z] 86bbec2aaacd: Waiting [2022-10-19T19:11:09.283Z] e10730c5d714: Waiting [2022-10-19T19:11:09.283Z] 5dd5c2283517: Waiting [2022-10-19T19:11:09.283Z] d5ac0230b979: Waiting [2022-10-19T19:11:09.283Z] 5831b945b038: Waiting [2022-10-19T19:11:09.283Z] d0c4b47475fc: Verifying Checksum [2022-10-19T19:11:09.283Z] d0c4b47475fc: Download complete [2022-10-19T19:11:09.283Z] d32db5db7311: Verifying Checksum [2022-10-19T19:11:09.283Z] d32db5db7311: Download complete [2022-10-19T19:11:09.283Z] 86bbec2aaacd: Verifying Checksum [2022-10-19T19:11:09.283Z] 86bbec2aaacd: Download complete [2022-10-19T19:11:09.283Z] e10730c5d714: Verifying Checksum [2022-10-19T19:11:09.283Z] e10730c5d714: Download complete [2022-10-19T19:11:09.283Z] 9b18e9b68314: Verifying Checksum [2022-10-19T19:11:09.283Z] 9b18e9b68314: Download complete [2022-10-19T19:11:10.253Z] 9b18e9b68314: Pull complete [2022-10-19T19:11:10.524Z] d5ac0230b979: Verifying Checksum [2022-10-19T19:11:10.524Z] d5ac0230b979: Download complete [2022-10-19T19:11:10.796Z] d32db5db7311: Pull complete [2022-10-19T19:11:11.067Z] d0c4b47475fc: Pull complete [2022-10-19T19:11:11.653Z] 5dd5c2283517: Verifying Checksum [2022-10-19T19:11:11.653Z] 5dd5c2283517: Download complete [2022-10-19T19:11:12.618Z] 5831b945b038: Verifying Checksum [2022-10-19T19:11:12.618Z] 5831b945b038: Download complete [2022-10-19T19:11:13.785Z] ---> 9961957195b6 [2022-10-19T19:11:13.785Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:11:25.112Z] 5831b945b038: Pull complete [2022-10-19T19:11:25.112Z] 86bbec2aaacd: Pull complete [2022-10-19T19:11:25.112Z] e10730c5d714: Pull complete [2022-10-19T19:11:26.048Z] ---> Running in a74d272e6092 [2022-10-19T19:11:29.390Z] 5dd5c2283517: Pull complete [2022-10-19T19:11:31.978Z] d5ac0230b979: Pull complete [2022-10-19T19:11:31.978Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-19T19:11:31.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-19T19:11:31.978Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-19T19:11:32.359Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-19T19:11:32.359Z] WORKDIR /edgex [2022-10-19T19:11:32.359Z] COPY go.mod . [2022-10-19T19:11:32.359Z] RUN go mod download -t [2022-10-19T19:11:32.359Z] ci-base-image-arm64 -f - . [2022-10-19T19:11:32.944Z] Sending build context to Docker daemon 3.27MB [2022-10-19T19:11:32.944Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-19T19:11:32.944Z] ---> 59b3b1a385d4 [2022-10-19T19:11:32.944Z] Step 2/4 : WORKDIR /edgex [2022-10-19T19:11:34.886Z] ---> Running in 2c54c7e72587 [2022-10-19T19:11:35.153Z] Removing intermediate container 2c54c7e72587 [2022-10-19T19:11:35.153Z] ---> 6589846e549c [2022-10-19T19:11:35.153Z] Step 3/4 : COPY go.mod . [2022-10-19T19:11:35.421Z] ---> 5fd67103eeb3 [2022-10-19T19:11:35.421Z] Step 4/4 : RUN go mod download [2022-10-19T19:11:35.693Z] ---> Running in 9ad8e2434095 [2022-10-19T19:11:40.984Z] Removing intermediate container cd1e23497f53 [2022-10-19T19:11:40.984Z] ---> 7ec40d71f900 [2022-10-19T19:11:40.984Z] Step 8/25 : COPY . . [2022-10-19T19:11:40.984Z] Removing intermediate container 0b3170ed2c7e [2022-10-19T19:11:40.984Z] ---> 80f4bb18e37c [2022-10-19T19:11:40.984Z] Step 8/25 : COPY . . [2022-10-19T19:11:40.984Z] Removing intermediate container 2c343c63c24d [2022-10-19T19:11:40.984Z] ---> 8950f8b4a536 [2022-10-19T19:11:40.984Z] Step 9/23 : COPY . . [2022-10-19T19:11:40.984Z] Removing intermediate container 5a2198514443 [2022-10-19T19:11:40.984Z] ---> b6b5af972953 [2022-10-19T19:11:40.984Z] Step 8/33 : COPY . . [2022-10-19T19:12:02.950Z] ---> 579ab2fc2c97 [2022-10-19T19:12:02.950Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-19T19:12:02.950Z] ---> bfebb9581bdf [2022-10-19T19:12:02.950Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-19T19:12:02.950Z] ---> e901c4dcca4b [2022-10-19T19:12:02.950Z] ---> 6dc7e986ec77 [2022-10-19T19:12:02.950Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-19T19:12:02.950Z] [2022-10-19T19:12:02.950Z] ---> Running in 7e4c21f4f717 [2022-10-19T19:12:02.950Z] ---> Running in be9becfbd829 [2022-10-19T19:12:02.950Z] ---> Running in 2591bf7d78bd [2022-10-19T19:12:02.950Z] ---> Running in 7d125e635bfe [2022-10-19T19:12:02.950Z] Removing intermediate container 2591bf7d78bd [2022-10-19T19:12:02.950Z] ---> a05420503b52 [2022-10-19T19:12:02.950Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-19T19:12:02.950Z] ---> Running in 163a98aa4f67 [2022-10-19T19:12:02.950Z] Removing intermediate container a74d272e6092 [2022-10-19T19:12:02.950Z] ---> 1210edad9474 [2022-10-19T19:12:02.950Z] Step 8/26 : COPY . . [2022-10-19T19:12:02.950Z] Removing intermediate container 163a98aa4f67 [2022-10-19T19:12:02.950Z] ---> f4844bc39361 [2022-10-19T19:12:02.950Z] 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-19T19:12:02.950Z] ---> Running in 3b28e0b13eb5 [2022-10-19T19:12:02.950Z] 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-19T19:12:02.950Z] 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-19T19:12:02.950Z] 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-19T19:12:07.944Z] Removing intermediate container 9ad8e2434095 [2022-10-19T19:12:07.944Z] ---> fd2756c72711 [2022-10-19T19:12:07.944Z] Successfully built fd2756c72711 [2022-10-19T19:12:07.944Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:12:08.347Z] + docker inspect -f . ci-base-image-arm64 [2022-10-19T19:12:08.347Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-19T19:12:08.599Z] prd-ubuntu20.04-docker-arm64-4c-16g-8600 does not seem to be running inside a container [2022-10-19T19:12:08.672Z] $ 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-19T19:12:09.888Z] $ docker top 6b2351a3d657e2e2935403d5571c942822e0ebcd49f4b7aa771b1a158609ee34 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-19T19:12:10.774Z] + go version [2022-10-19T19:12:10.774Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-19T19:12:10.811Z] $ docker stop --time=1 6b2351a3d657e2e2935403d5571c942822e0ebcd49f4b7aa771b1a158609ee34 [2022-10-19T19:12:11.136Z] ---> 58501df0a013 [2022-10-19T19:12:11.136Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-19T19:12:11.732Z] Removing intermediate container 3b28e0b13eb5 [2022-10-19T19:12:11.732Z] ---> e4cb51c1f77e [2022-10-19T19:12:11.732Z] Step 12/25 : WORKDIR /edgex-go [2022-10-19T19:12:11.732Z] ---> Running in c1ddf0c39a2c [2022-10-19T19:12:11.732Z] ---> Running in 5af966bd84fa [2022-10-19T19:12:12.295Z] Removing intermediate container c1ddf0c39a2c [2022-10-19T19:12:12.295Z] ---> 2d21b612a606 [2022-10-19T19:12:12.295Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-19T19:12:12.295Z] ---> Running in 0385765e0d23 [2022-10-19T19:12:12.295Z] Removing intermediate container 5af966bd84fa [2022-10-19T19:12:12.295Z] ---> e87658f3a674 [2022-10-19T19:12:12.295Z] [2022-10-19T19:12:12.295Z] Step 13/25 : FROM alpine:3.15 [2022-10-19T19:12:12.434Z] $ docker rm -f 6b2351a3d657e2e2935403d5571c942822e0ebcd49f4b7aa771b1a158609ee34 [2022-10-19T19:12:12.555Z] 3.15: Pulling from library/alpine [2022-10-19T19:12:12.555Z] Removing intermediate container 0385765e0d23 [2022-10-19T19:12:12.555Z] ---> aecf2abb8c6a [2022-10-19T19:12:12.555Z] 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-19T19:12:12.555Z] ---> Running in a313acd5996b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:12:13.326Z] + docker inspect -f . ci-base-image-arm64 [2022-10-19T19:12:13.326Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-19T19:12:13.486Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-19T19:12:13.486Z] Status: Downloaded newer image for alpine:3.15 [2022-10-19T19:12:13.486Z] ---> c4fc93816858 [2022-10-19T19:12:13.486Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-19T19:12:13.569Z] prd-ubuntu20.04-docker-arm64-4c-16g-8600 does not seem to be running inside a container [2022-10-19T19:12:13.644Z] $ 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-19T19:12:14.461Z] ---> Running in 78960ab30004 [2022-10-19T19:12:14.461Z] Removing intermediate container 78960ab30004 [2022-10-19T19:12:14.461Z] ---> 81b91bcba269 [2022-10-19T19:12:14.461Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:12:14.724Z] ---> Running in 7bc2e482d5e3 [2022-10-19T19:12:14.806Z] $ docker top d17d06801aeb154b67cc8aef7a2f10262040e6504aa5ab59a7d78661483c9a4d -eo pid,comm [2022-10-19T19:12:14.985Z] Removing intermediate container a313acd5996b [2022-10-19T19:12:14.985Z] ---> db185667abcc [2022-10-19T19:12:14.985Z] Step 12/26 : WORKDIR /edgex-go [Pipeline] { [Pipeline] echo [2022-10-19T19:12:15.132Z] ========================================================= [2022-10-19T19:12:15.132Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-19T19:12:15.132Z] ========================================================= [Pipeline] sh [2022-10-19T19:12:15.260Z] ---> Running in af399702695b [2022-10-19T19:12:15.770Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-19T19:12:16.163Z] + make test [2022-10-19T19:12:16.164Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-19T19:12:17.805Z] Removing intermediate container af399702695b [2022-10-19T19:12:17.806Z] ---> 428103d6df6c [2022-10-19T19:12:17.806Z] [2022-10-19T19:12:17.806Z] Step 13/26 : FROM alpine:3.15 [2022-10-19T19:12:17.806Z] ---> c4fc93816858 [2022-10-19T19:12:17.806Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-19T19:12:17.806Z] ---> Using cache [2022-10-19T19:12:17.806Z] ---> 81b91bcba269 [2022-10-19T19:12:17.806Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:12:18.744Z] ---> Running in 335ed55c4c46 [2022-10-19T19:12:19.337Z] Removing intermediate container 7bc2e482d5e3 [2022-10-19T19:12:19.337Z] ---> e738f81898e3 [2022-10-19T19:12:19.337Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-19T19:12:20.276Z] ---> Running in 59b9865a977b [2022-10-19T19:12:21.046Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:21.615Z] Removing intermediate container 335ed55c4c46 [2022-10-19T19:12:21.615Z] ---> 60f2cdc4511b [2022-10-19T19:12:21.615Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-19T19:12:21.615Z] ---> Running in d9f13472d6d8 [2022-10-19T19:12:21.875Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:22.444Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:22.703Z] v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-19T19:12:22.704Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-19T19:12:22.704Z] OK: 15857 distinct packages available [2022-10-19T19:12:22.964Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:23.226Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:23.487Z] v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-19T19:12:23.487Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-19T19:12:23.487Z] OK: 15857 distinct packages available [2022-10-19T19:12:23.487Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:23.748Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:24.007Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-19T19:12:24.007Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-19T19:12:24.266Z] (3/5) Installing libucontext (1.1-r0) [2022-10-19T19:12:24.266Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-19T19:12:24.266Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-19T19:12:24.266Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:24.525Z] Executing busybox-1.34.1-r7.trigger [2022-10-19T19:12:24.525Z] OK: 7 MiB in 19 packages [2022-10-19T19:12:24.785Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-19T19:12:24.785Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-19T19:12:24.785Z] (3/5) Installing libucontext (1.1-r0) [2022-10-19T19:12:25.044Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-19T19:12:25.044Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-19T19:12:25.044Z] Executing busybox-1.34.1-r7.trigger [2022-10-19T19:12:25.044Z] OK: 7 MiB in 19 packages [2022-10-19T19:12:27.597Z] 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-19T19:12:29.495Z] Removing intermediate container 59b9865a977b [2022-10-19T19:12:29.495Z] ---> e5dfe0b68634 [2022-10-19T19:12:29.495Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-19T19:12:29.495Z] Removing intermediate container d9f13472d6d8 [2022-10-19T19:12:29.495Z] ---> b81f22c18a60 [2022-10-19T19:12:29.495Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-19T19:12:36.179Z] ---> 3a25bdf8d13b [2022-10-19T19:12:36.179Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-19T19:12:36.179Z] ---> 7bf138bf80f8 [2022-10-19T19:12:36.179Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-19T19:12:36.179Z] Removing intermediate container 7d125e635bfe [2022-10-19T19:12:36.179Z] ---> a9da33b0baab [2022-10-19T19:12:36.179Z] [2022-10-19T19:12:36.179Z] Step 10/33 : FROM alpine:3.16 [2022-10-19T19:12:36.179Z] Removing intermediate container 7e4c21f4f717 [2022-10-19T19:12:36.179Z] ---> fa761ce988a8 [2022-10-19T19:12:36.179Z] [2022-10-19T19:12:36.179Z] Step 10/25 : FROM alpine:3.16 [2022-10-19T19:12:36.179Z] 3.16: Pulling from library/alpine [2022-10-19T19:12:36.754Z] 3.16: Pulling from library/alpine [2022-10-19T19:12:38.690Z] ---> 0c0caa487a2b [2022-10-19T19:12:38.690Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-19T19:12:38.690Z] ---> 2dfcaa52e245 [2022-10-19T19:12:38.690Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-19T19:12:38.690Z] Removing intermediate container be9becfbd829 [2022-10-19T19:12:38.690Z] ---> bb1cb29d70ca [2022-10-19T19:12:38.690Z] [2022-10-19T19:12:38.690Z] Step 11/23 : FROM alpine:3.16 [2022-10-19T19:12:38.690Z] ---> dc3082d5beee [2022-10-19T19:12:38.690Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-19T19:12:38.690Z] ---> d7197cb7a93c [2022-10-19T19:12:38.690Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-19T19:12:38.690Z] ---> 962cbff09124 [2022-10-19T19:12:38.690Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-19T19:12:38.690Z] ---> 37cad57639e8 [2022-10-19T19:12:38.690Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-19T19:12:38.690Z] ---> Running in f32d1970382c [2022-10-19T19:12:38.690Z] Removing intermediate container f32d1970382c [2022-10-19T19:12:38.690Z] ---> 4341e7e3d1a6 [2022-10-19T19:12:38.690Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-19T19:12:38.690Z] ---> 19ce7b97337e [2022-10-19T19:12:38.690Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-19T19:12:38.690Z] ---> Running in 891675a0a2be [2022-10-19T19:12:38.690Z] ---> Running in 87267e2a4609 [2022-10-19T19:12:38.949Z] Removing intermediate container 891675a0a2be [2022-10-19T19:12:38.949Z] ---> 86086a4563fd [2022-10-19T19:12:38.949Z] Step 23/25 : LABEL arch=x86_64 [2022-10-19T19:12:38.949Z] Removing intermediate container 87267e2a4609 [2022-10-19T19:12:38.949Z] ---> 5301a0d4845b [2022-10-19T19:12:38.949Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-19T19:12:38.949Z] ---> Running in 441b961cdfbd [2022-10-19T19:12:38.949Z] ---> Running in 81fa1b520f03 [2022-10-19T19:12:38.950Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-19T19:12:38.950Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-19T19:12:38.950Z] Status: Downloaded newer image for alpine:3.16 [2022-10-19T19:12:38.950Z] Status: Image is up to date for alpine:3.16 [2022-10-19T19:12:38.950Z] ---> 9c6f07244728 [2022-10-19T19:12:38.950Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-19T19:12:38.950Z] ---> 9c6f07244728 [2022-10-19T19:12:38.950Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-19T19:12:38.950Z] 3.16: Pulling from library/alpine [2022-10-19T19:12:38.950Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-19T19:12:38.950Z] Status: Image is up to date for alpine:3.16 [2022-10-19T19:12:38.950Z] ---> 9c6f07244728 [2022-10-19T19:12:38.950Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-19T19:12:38.950Z] ---> Running in 1f4c4e9d486e [2022-10-19T19:12:38.950Z] ---> Running in 9063f3e50a60 [2022-10-19T19:12:38.950Z] ---> Running in 195f7ae3eb1a [2022-10-19T19:12:38.950Z] Removing intermediate container 81fa1b520f03 [2022-10-19T19:12:38.950Z] ---> 34522042e152 [2022-10-19T19:12:38.950Z] Step 24/26 : LABEL arch=x86_64 [2022-10-19T19:12:39.209Z] Removing intermediate container 441b961cdfbd [2022-10-19T19:12:39.209Z] ---> b2eeaa4cc5b8 [2022-10-19T19:12:39.209Z] Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:12:39.209Z] ---> Running in 9de72177babf [2022-10-19T19:12:39.209Z] ---> Running in 0f0ec6a3e540 [2022-10-19T19:12:39.209Z] Removing intermediate container 9063f3e50a60 [2022-10-19T19:12:39.209Z] ---> 73c5b3444579 [2022-10-19T19:12:39.209Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-19T19:12:39.209Z] ---> Running in d7fdd30aeee2 [2022-10-19T19:12:39.209Z] Removing intermediate container 9de72177babf [2022-10-19T19:12:39.209Z] ---> 976129f174f1 [2022-10-19T19:12:39.209Z] Step 25/26 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:12:39.209Z] Removing intermediate container 0f0ec6a3e540 [2022-10-19T19:12:39.209Z] ---> 5c777e6c3b8f [2022-10-19T19:12:39.209Z] Step 25/25 : LABEL version=0.0.0 [2022-10-19T19:12:39.473Z] ---> Running in 5537f98d9a26 [2022-10-19T19:12:39.473Z] ---> Running in 9aec1953f15d [2022-10-19T19:12:39.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:39.473Z] Removing intermediate container 5537f98d9a26 [2022-10-19T19:12:39.473Z] ---> ee3274dae097 [2022-10-19T19:12:39.473Z] Step 26/26 : LABEL version=0.0.0 [2022-10-19T19:12:39.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:39.473Z] ---> Running in f7605a031c91 [2022-10-19T19:12:39.473Z] Removing intermediate container 9aec1953f15d [2022-10-19T19:12:39.473Z] ---> 4aa3ed6294e0 [2022-10-19T19:12:39.473Z] [2022-10-19T19:12:39.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:39.473Z] Successfully built 4aa3ed6294e0 [2022-10-19T19:12:39.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:39.473Z] Successfully tagged security-spire-server:latest [2022-10-19T19:12:39.473Z] Building sys-mgmt-agent [2022-10-19T19:12:39.732Z]  Building security-spire-server ... done Removing intermediate container f7605a031c91 [2022-10-19T19:12:39.732Z] ---> 42f45844ef35 [2022-10-19T19:12:39.732Z] [2022-10-19T19:12:39.732Z] Successfully built 42f45844ef35 [2022-10-19T19:12:39.732Z] Successfully tagged security-spire-agent:latest [2022-10-19T19:12:39.732Z]  Building security-spire-agent ... done Building core-command [2022-10-19T19:12:39.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:39.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:39.992Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-19T19:12:39.992Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-19T19:12:39.992Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-19T19:12:39.992Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:12:39.992Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-19T19:12:39.992Z] Executing ca-certificates-20220614-r0.trigger [2022-10-19T19:12:39.992Z] (3/3) Installing su-exec (0.2-r1) [2022-10-19T19:12:39.992Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:12:39.992Z] Executing ca-certificates-20220614-r0.trigger [2022-10-19T19:12:39.992Z] OK: 6 MiB in 16 packages [2022-10-19T19:12:39.992Z] OK: 6 MiB in 17 packages [2022-10-19T19:12:40.252Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-19T19:12:40.252Z] (2/2) Installing su-exec (0.2-r1) [2022-10-19T19:12:40.252Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:12:40.252Z] OK: 6 MiB in 16 packages [2022-10-19T19:12:43.553Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:12:43.553Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:12:43.553Z] ---> 19198b775783 [2022-10-19T19:12:43.553Z] Step 3/23 : WORKDIR /edgex-go [2022-10-19T19:12:43.553Z] ---> Using cache [2022-10-19T19:12:43.554Z] ---> f69c32328984 [2022-10-19T19:12:43.554Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:12:43.554Z] ---> Using cache [2022-10-19T19:12:43.554Z] ---> a2d89d70f99e [2022-10-19T19:12:43.554Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-19T19:12:44.496Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:12:44.496Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:12:44.496Z] ---> 19198b775783 [2022-10-19T19:12:44.496Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-19T19:12:44.496Z] ---> Using cache [2022-10-19T19:12:44.496Z] ---> 3a5055d28871 [2022-10-19T19:12:44.496Z] Step 4/24 : WORKDIR /edgex-go [2022-10-19T19:12:44.496Z] ---> Using cache [2022-10-19T19:12:44.496Z] ---> 793ca4295898 [2022-10-19T19:12:44.496Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:12:44.496Z] ---> Using cache [2022-10-19T19:12:44.496Z] ---> 941bc0af7544 [2022-10-19T19:12:44.496Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-19T19:12:49.807Z] ---> Running in 99a163acfde8 [2022-10-19T19:12:49.807Z] ---> Running in 0eb29dd0f1e8 [2022-10-19T19:12:49.807Z] Removing intermediate container d7fdd30aeee2 [2022-10-19T19:12:49.807Z] ---> 860c161975ff [2022-10-19T19:12:49.807Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-19T19:12:49.807Z] ---> Running in 71576fb8d635 [2022-10-19T19:12:49.807Z] Removing intermediate container 195f7ae3eb1a [2022-10-19T19:12:49.807Z] ---> d0d484fd145d [2022-10-19T19:12:49.807Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-19T19:12:49.807Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:49.807Z] Removing intermediate container 1f4c4e9d486e [2022-10-19T19:12:49.807Z] ---> 6099e12ad050 [2022-10-19T19:12:49.807Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-19T19:12:49.807Z] ---> Running in 4c8bff9bc3ab [2022-10-19T19:12:49.807Z] ---> Running in 29f218ad5043 [2022-10-19T19:12:49.807Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:49.807Z] Removing intermediate container 71576fb8d635 [2022-10-19T19:12:49.807Z] ---> 7e8df9461afa [2022-10-19T19:12:49.807Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-19T19:12:49.807Z] ---> Running in a4eb1c6ada2f [2022-10-19T19:12:49.807Z] Removing intermediate container 4c8bff9bc3ab [2022-10-19T19:12:49.807Z] ---> 7ca22c91c2bf [2022-10-19T19:12:49.807Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-19T19:12:49.807Z] Removing intermediate container 29f218ad5043 [2022-10-19T19:12:49.807Z] ---> 5290b0ae7fab [2022-10-19T19:12:49.807Z] Step 13/25 : WORKDIR / [2022-10-19T19:12:49.807Z] ---> Running in b4794c9f8cf2 [2022-10-19T19:12:49.807Z] ---> Running in 56b28f31d03a [2022-10-19T19:12:49.807Z] Removing intermediate container a4eb1c6ada2f [2022-10-19T19:12:49.807Z] ---> 54044b4ef764 [2022-10-19T19:12:49.807Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-19T19:12:49.807Z] ---> Running in 2664bc68076a [2022-10-19T19:12:49.807Z] Removing intermediate container b4794c9f8cf2 [2022-10-19T19:12:49.807Z] ---> e44ff7190951 [2022-10-19T19:12:49.807Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-19T19:12:49.807Z] ---> Running in 59e2991957ee [2022-10-19T19:12:49.807Z] Removing intermediate container 56b28f31d03a [2022-10-19T19:12:49.807Z] ---> 52ceaf973b3b [2022-10-19T19:12:49.807Z] 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-19T19:12:49.807Z] Removing intermediate container 2664bc68076a [2022-10-19T19:12:49.807Z] ---> 1aef95add765 [2022-10-19T19:12:49.807Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-19T19:12:49.807Z] ---> Running in a9f6ea4e179d [2022-10-19T19:12:49.807Z] Removing intermediate container 59e2991957ee [2022-10-19T19:12:49.807Z] ---> 4578d23df17e [2022-10-19T19:12:49.807Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:12:49.807Z] Removing intermediate container a9f6ea4e179d [2022-10-19T19:12:49.807Z] ---> c20adf8cc2e3 [2022-10-19T19:12:49.807Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-19T19:12:49.807Z] ---> Running in 4e1a3fb0c1a7 [2022-10-19T19:12:49.807Z] ---> 96cd454aa182 [2022-10-19T19:12:49.807Z] 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-19T19:12:50.071Z] ---> 3cf5e56a16e8 [2022-10-19T19:12:50.071Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-19T19:12:50.071Z] ---> b9e69aad54a2 [2022-10-19T19:12:50.071Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-19T19:12:50.332Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:50.332Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:12:50.914Z] ---> 71a179c7b1fe [2022-10-19T19:12:50.914Z] 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-19T19:12:50.914Z] OK: 211 MiB in 51 packages [2022-10-19T19:12:50.914Z] ---> d45f63f9e4ef [2022-10-19T19:12:50.914Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-19T19:12:50.914Z] ---> 6e91e6655953 [2022-10-19T19:12:50.914Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-19T19:12:50.914Z] Removing intermediate container 4e1a3fb0c1a7 [2022-10-19T19:12:50.914Z] ---> 817b37bc3982 [2022-10-19T19:12:50.914Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-19T19:12:51.177Z] ---> Running in 90c26d7915f9 [2022-10-19T19:12:51.177Z] ---> 8e1ba32e16e4 [2022-10-19T19:12:51.177Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-19T19:12:51.177Z] ---> Running in 7489d6894429 [2022-10-19T19:12:51.437Z] Removing intermediate container 90c26d7915f9 [2022-10-19T19:12:51.437Z] ---> 7a8fa4304d77 [2022-10-19T19:12:51.437Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-19T19:12:51.437Z] Removing intermediate container 7489d6894429 [2022-10-19T19:12:51.437Z] ---> 5b60c63d95b9 [2022-10-19T19:12:51.437Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:12:51.437Z] ---> 901acefde3f9 [2022-10-19T19:12:51.437Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-19T19:12:51.437Z] Removing intermediate container 99a163acfde8 [2022-10-19T19:12:51.437Z] ---> 769e700120f9 [2022-10-19T19:12:51.437Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-19T19:12:51.437Z] ---> Running in ef19f603d321 [2022-10-19T19:12:51.697Z] ---> f656a7c3983c [2022-10-19T19:12:51.697Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-19T19:12:51.697Z] Removing intermediate container ef19f603d321 [2022-10-19T19:12:51.697Z] ---> 43a8bb94d851 [2022-10-19T19:12:51.697Z] Step 21/23 : LABEL arch=x86_64 [2022-10-19T19:12:51.956Z] ---> cba2e48a8d6b [2022-10-19T19:12:51.956Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:12:51.956Z] ---> Running in 3452fd35eb7a [2022-10-19T19:12:51.956Z] ---> Running in f41e7d3673d0 [2022-10-19T19:12:51.956Z] ---> Running in 8b69f745bf18 [2022-10-19T19:12:51.956Z] ---> b2c6fc3e24eb [2022-10-19T19:12:51.956Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-19T19:12:51.956Z] Removing intermediate container 3452fd35eb7a [2022-10-19T19:12:51.956Z] ---> ef02e00444f9 [2022-10-19T19:12:51.956Z] Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:12:51.956Z] OK: 211 MiB in 51 packages [2022-10-19T19:12:51.956Z] ---> Running in aea69308a316 [2022-10-19T19:12:51.956Z] ---> c92e8e6f1c0c [2022-10-19T19:12:51.956Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-19T19:12:52.227Z] Removing intermediate container aea69308a316 [2022-10-19T19:12:52.227Z] ---> 304df2d6cac5 [2022-10-19T19:12:52.227Z] Step 23/23 : LABEL version=0.0.0 [2022-10-19T19:12:52.227Z] ---> Running in 041c7493f87c [2022-10-19T19:12:52.227Z] ---> Running in aa4b21ba8682 [2022-10-19T19:12:52.227Z] Removing intermediate container aa4b21ba8682 [2022-10-19T19:12:52.227Z] ---> 8fea606e327b [2022-10-19T19:12:52.227Z] [2022-10-19T19:12:52.227Z] Successfully built 8fea606e327b [2022-10-19T19:12:52.486Z] Successfully tagged support-notifications:latest [2022-10-19T19:12:52.486Z]  Building support-notifications ... done Building security-proxy-setup [2022-10-19T19:12:52.486Z] Removing intermediate container 0eb29dd0f1e8 [2022-10-19T19:12:52.486Z] ---> cdf084fd0683 [2022-10-19T19:12:52.486Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-19T19:12:55.029Z] ---> 36e2fcfcf07a [2022-10-19T19:12:55.029Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:12:55.029Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:12:55.029Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:12:55.029Z] ---> 19198b775783 [2022-10-19T19:12:55.029Z] Step 3/22 : WORKDIR /edgex-go [2022-10-19T19:12:55.029Z] ---> Using cache [2022-10-19T19:12:55.029Z] ---> f69c32328984 [2022-10-19T19:12:55.029Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:12:55.029Z] ---> Using cache [2022-10-19T19:12:55.029Z] ---> a2d89d70f99e [2022-10-19T19:12:55.029Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-19T19:12:55.029Z] ---> Using cache [2022-10-19T19:12:55.029Z] ---> 5b7b15bc3588 [2022-10-19T19:12:55.029Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-19T19:12:55.029Z] ---> Using cache [2022-10-19T19:12:55.029Z] ---> e8e7ece72c80 [2022-10-19T19:12:55.029Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:12:55.029Z] ---> Using cache [2022-10-19T19:12:55.029Z] ---> 7ec40d71f900 [2022-10-19T19:12:55.029Z] Step 8/22 : COPY . . [2022-10-19T19:12:55.029Z] ---> Using cache [2022-10-19T19:12:55.029Z] ---> bfebb9581bdf [2022-10-19T19:12:55.029Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-19T19:12:55.044Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-19T19:12:57.581Z] ---> Running in 0d6aaf75ab27 [2022-10-19T19:12:57.581Z] ---> Running in b64e21ebc8de [2022-10-19T19:12:57.842Z] Removing intermediate container f41e7d3673d0 [2022-10-19T19:12:57.842Z] ---> fb3988553b8d [2022-10-19T19:12:57.842Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:12:59.226Z] Removing intermediate container 041c7493f87c [2022-10-19T19:12:59.226Z] ---> 48a1e2793d32 [2022-10-19T19:12:59.226Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-19T19:12:59.850Z] 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-19T19:13:00.416Z] ---> f57d436b90d0 [2022-10-19T19:13:00.416Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-19T19:13:00.416Z] ---> Running in 32990cbe32a3 [2022-10-19T19:13:00.995Z] Removing intermediate container 32990cbe32a3 [2022-10-19T19:13:00.995Z] ---> f4d1d18ba95b [2022-10-19T19:13:00.995Z] Step 23/25 : LABEL arch=x86_64 [2022-10-19T19:13:02.152Z] ---> Running in 20753ab68ddd [2022-10-19T19:13:07.453Z] ---> d05a9dd8c523 [2022-10-19T19:13:07.453Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-19T19:13:07.453Z] Removing intermediate container 20753ab68ddd [2022-10-19T19:13:07.453Z] ---> 8cecd3d9b228 [2022-10-19T19:13:07.453Z] Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:13:08.023Z] ---> Running in fde89f278219 [2022-10-19T19:13:08.281Z] ---> f572eab158ab [2022-10-19T19:13:08.281Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-19T19:13:08.281Z] Removing intermediate container 8b69f745bf18 [2022-10-19T19:13:08.281Z] ---> 95469a7c7433 [2022-10-19T19:13:08.281Z] Step 9/24 : COPY . . [2022-10-19T19:13:09.228Z] Removing intermediate container fde89f278219 [2022-10-19T19:13:09.228Z] ---> 2ad05e6b57de [2022-10-19T19:13:09.228Z] Step 25/25 : LABEL version=0.0.0 [2022-10-19T19:13:14.557Z] 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-19T19:13:17.118Z] ---> 1e37f313d125 [2022-10-19T19:13:17.118Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-19T19:13:17.118Z] ---> Running in 02ce1b99ab37 [2022-10-19T19:13:17.118Z] ---> 32b287f9ed4d [2022-10-19T19:13:17.118Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-19T19:13:17.381Z] ---> Running in 110eaa4944db [2022-10-19T19:13:17.381Z] Removing intermediate container 02ce1b99ab37 [2022-10-19T19:13:17.381Z] ---> 9878dbd266a6 [2022-10-19T19:13:17.381Z] [2022-10-19T19:13:17.381Z] ---> 5a5fee46f605 [2022-10-19T19:13:17.381Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-19T19:13:17.381Z] Successfully built 9878dbd266a6 [2022-10-19T19:13:17.381Z] Successfully tagged security-secretstore-setup:latest [2022-10-19T19:13:17.381Z]  Building security-secretstore-setup ... done Building security-spiffe-token-provider [2022-10-19T19:13:17.640Z] Removing intermediate container 0d6aaf75ab27 [2022-10-19T19:13:17.640Z] ---> 8a1e6b20289c [2022-10-19T19:13:17.640Z] Step 8/23 : COPY . . [2022-10-19T19:13:18.209Z] 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-19T19:13:21.540Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:13:21.540Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:13:21.540Z] ---> 19198b775783 [2022-10-19T19:13:21.540Z] Step 3/20 : WORKDIR /edgex-go [2022-10-19T19:13:21.540Z] ---> Using cache [2022-10-19T19:13:21.540Z] ---> f69c32328984 [2022-10-19T19:13:21.540Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-19T19:13:28.261Z] ---> d4d741543d41 [2022-10-19T19:13:28.261Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-19T19:13:28.538Z] ---> Running in b8ad048b95ce [2022-10-19T19:13:28.538Z] ---> c849cbd4f114 [2022-10-19T19:13:28.538Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-19T19:13:28.538Z] Removing intermediate container b64e21ebc8de [2022-10-19T19:13:28.538Z] ---> ff50e863f531 [2022-10-19T19:13:28.538Z] [2022-10-19T19:13:28.538Z] Step 10/22 : FROM alpine:3.16 [2022-10-19T19:13:28.538Z] ---> 9c6f07244728 [2022-10-19T19:13:28.538Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-19T19:13:28.798Z] ---> b5fc2bd1ba37 [2022-10-19T19:13:28.798Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-19T19:13:28.798Z] ---> Running in 2c88a6c7f3a5 [2022-10-19T19:13:28.798Z] ---> Running in 857e72b82e50 [2022-10-19T19:13:28.798Z] ---> Running in efdc0e3b3f06 [2022-10-19T19:13:29.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:29.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:29.577Z] v3.16.2-312-gb93bd0b546 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-19T19:13:29.577Z] v3.16.2-311-gdacaca291d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-19T19:13:29.577Z] OK: 17038 distinct packages available [2022-10-19T19:13:29.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:29.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:29.577Z] 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-19T19:13:29.835Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:29.835Z] OK: 211 MiB in 51 packages [2022-10-19T19:13:29.835Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:30.245Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-19T19:13:30.245Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-19T19:13:30.245Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-19T19:13:30.245Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-19T19:13:30.245Z] (5/6) Installing curl (7.83.1-r3) [2022-10-19T19:13:30.245Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-19T19:13:30.245Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:13:30.245Z] Executing ca-certificates-20220614-r0.trigger [2022-10-19T19:13:30.507Z] OK: 8 MiB in 20 packages [2022-10-19T19:13:31.075Z] Removing intermediate container efdc0e3b3f06 [2022-10-19T19:13:31.075Z] ---> 4e4f08e59d85 [2022-10-19T19:13:31.075Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-19T19:13:31.334Z] ---> Running in 63bdcdc76e6a [2022-10-19T19:13:31.334Z] Removing intermediate container b8ad048b95ce [2022-10-19T19:13:31.334Z] ---> 950e3c9ef103 [2022-10-19T19:13:31.334Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-19T19:13:31.334Z] Removing intermediate container 857e72b82e50 [2022-10-19T19:13:31.334Z] ---> 793f05487e6b [2022-10-19T19:13:31.334Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-19T19:13:31.593Z] Removing intermediate container 63bdcdc76e6a [2022-10-19T19:13:31.593Z] ---> 78c6f346cfa4 [2022-10-19T19:13:31.593Z] Step 30/33 : CMD ["gate"] [2022-10-19T19:13:31.593Z] ---> Running in c0e046a6aae6 [2022-10-19T19:13:31.593Z] ---> Running in 7ae8f0dc64a5 [2022-10-19T19:13:31.593Z] Removing intermediate container 7ae8f0dc64a5 [2022-10-19T19:13:31.593Z] ---> 7a79605e52d9 [2022-10-19T19:13:31.593Z] Step 31/33 : LABEL arch=x86_64 [2022-10-19T19:13:31.593Z] ---> Running in bec1cf2f75ce [2022-10-19T19:13:31.853Z] Removing intermediate container c0e046a6aae6 [2022-10-19T19:13:31.853Z] ---> 48560c4ced02 [2022-10-19T19:13:31.853Z] Step 13/22 : WORKDIR /edgex [2022-10-19T19:13:31.853Z] ---> 79fc1c58166a [2022-10-19T19:13:31.853Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:13:31.853Z] ---> Running in 7523109e6f98 [2022-10-19T19:13:31.853Z] ---> Running in 536c7f554bad [2022-10-19T19:13:31.853Z] Removing intermediate container bec1cf2f75ce [2022-10-19T19:13:31.853Z] ---> f216a541f3a4 [2022-10-19T19:13:31.853Z] Step 32/33 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:13:32.116Z] ---> Running in 4610a8edaed2 [2022-10-19T19:13:32.116Z] Removing intermediate container 7523109e6f98 [2022-10-19T19:13:32.116Z] ---> c1b67dfdcb09 [2022-10-19T19:13:32.116Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-19T19:13:32.116Z] Removing intermediate container 4610a8edaed2 [2022-10-19T19:13:32.116Z] ---> 1aab1b5e727c [2022-10-19T19:13:32.116Z] Step 33/33 : LABEL version=0.0.0 [2022-10-19T19:13:32.375Z] ---> Running in c0b066d4f8ca [2022-10-19T19:13:32.647Z] ---> c744a0443119 [2022-10-19T19:13:32.647Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-19T19:13:32.647Z] Removing intermediate container c0b066d4f8ca [2022-10-19T19:13:32.647Z] ---> 9a5bcd43e982 [2022-10-19T19:13:32.647Z] [2022-10-19T19:13:32.647Z] Successfully built 9a5bcd43e982 [2022-10-19T19:13:32.906Z] Successfully tagged security-bootstrapper:latest [2022-10-19T19:13:32.906Z]  Building security-bootstrapper ... done Building security-spire-config [2022-10-19T19:13:37.105Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:13:37.105Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:13:37.105Z] ---> 19198b775783 [2022-10-19T19:13:37.105Z] Step 3/26 : WORKDIR /edgex-go [2022-10-19T19:13:37.105Z] ---> Using cache [2022-10-19T19:13:37.105Z] ---> f69c32328984 [2022-10-19T19:13:37.105Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:13:37.105Z] ---> Using cache [2022-10-19T19:13:37.105Z] ---> a2d89d70f99e [2022-10-19T19:13:37.105Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-19T19:13:45.596Z] ---> 98bfb8534680 [2022-10-19T19:13:45.596Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-19T19:13:45.596Z] ---> Running in 91c14e004637 [2022-10-19T19:13:46.547Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:47.117Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:47.687Z] OK: 211 MiB in 51 packages [2022-10-19T19:13:48.635Z] ---> ce0ac1f09918 [2022-10-19T19:13:48.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-19T19:13:49.593Z] ---> f3c1d95ce069 [2022-10-19T19:13:49.593Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-19T19:13:49.593Z] ---> Running in 978a8172814f [2022-10-19T19:13:49.873Z] Removing intermediate container 91c14e004637 [2022-10-19T19:13:49.873Z] ---> 675de30fb28d [2022-10-19T19:13:49.873Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-19T19:13:49.873Z] Removing intermediate container 110eaa4944db [2022-10-19T19:13:49.873Z] ---> 0dd78fdbad17 [2022-10-19T19:13:49.873Z] [2022-10-19T19:13:49.873Z] Step 11/24 : FROM alpine:3.16 [2022-10-19T19:13:49.873Z] ---> 9c6f07244728 [2022-10-19T19:13:49.873Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-19T19:13:49.873Z] Removing intermediate container 2c88a6c7f3a5 [2022-10-19T19:13:49.873Z] ---> 9f1a86723c35 [2022-10-19T19:13:49.873Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-19T19:13:49.873Z] ---> Running in 54034a36981a [2022-10-19T19:13:49.873Z] ---> Running in 69363ec06441 [2022-10-19T19:13:49.873Z] ---> c7894378a3a9 [2022-10-19T19:13:49.873Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:13:50.176Z] ---> Running in dc57a092089e [2022-10-19T19:13:50.176Z] Removing intermediate container 536c7f554bad [2022-10-19T19:13:50.176Z] ---> 9d3d19ce7fa4 [2022-10-19T19:13:50.176Z] Step 7/20 : COPY . . [2022-10-19T19:13:50.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:50.448Z] 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-19T19:13:50.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:50.709Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-19T19:13:50.709Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:13:50.709Z] OK: 6 MiB in 15 packages [2022-10-19T19:13:52.694Z] Removing intermediate container 978a8172814f [2022-10-19T19:13:52.694Z] ---> 8e83238a741e [2022-10-19T19:13:52.694Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-19T19:13:55.313Z] ---> Running in d9ffad1bc040 [2022-10-19T19:13:55.574Z] ---> 5c18cd73119e [2022-10-19T19:13:55.574Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-19T19:13:55.574Z] Removing intermediate container 54034a36981a [2022-10-19T19:13:55.574Z] ---> 1828356ca2b6 [2022-10-19T19:13:55.574Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-19T19:13:55.574Z] Removing intermediate container d9ffad1bc040 [2022-10-19T19:13:55.574Z] ---> bf36e7c557bf [2022-10-19T19:13:55.574Z] Step 20/22 : LABEL arch=x86_64 [2022-10-19T19:13:55.574Z] Removing intermediate container 69363ec06441 [2022-10-19T19:13:55.574Z] ---> 39e403440010 [2022-10-19T19:13:55.574Z] [2022-10-19T19:13:55.574Z] Step 11/23 : FROM alpine:3.16 [2022-10-19T19:13:55.574Z] ---> 9c6f07244728 [2022-10-19T19:13:55.574Z] 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-19T19:13:55.834Z] ---> Running in 0f5d2118556d [2022-10-19T19:13:55.834Z] ---> Running in 61a456db3cdb [2022-10-19T19:13:55.834Z] ---> Running in a3cf7a530e34 [2022-10-19T19:13:56.160Z] ---> Running in beaf9a6cae84 [2022-10-19T19:13:58.715Z] Removing intermediate container 61a456db3cdb [2022-10-19T19:13:58.715Z] ---> 27802083715f [2022-10-19T19:13:58.715Z] Step 21/22 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:13:58.715Z] Removing intermediate container 0f5d2118556d [2022-10-19T19:13:58.715Z] ---> 2a74ab72202a [2022-10-19T19:13:58.715Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-19T19:13:58.715Z] Removing intermediate container beaf9a6cae84 [2022-10-19T19:13:58.715Z] ---> a0c7895f3b9d [2022-10-19T19:13:58.715Z] 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-19T19:13:58.715Z] 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-19T19:13:58.715Z] ---> Running in dfebf3c1c78f [2022-10-19T19:13:58.715Z] ---> Running in 6434a6ce787a [2022-10-19T19:13:58.715Z] ---> Running in eea17d6cd4a9 [2022-10-19T19:13:58.715Z] Removing intermediate container dfebf3c1c78f [2022-10-19T19:13:58.715Z] ---> 3c94f033c1e6 [2022-10-19T19:13:58.715Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-19T19:13:58.715Z] ---> Running in 0603c0207440 [2022-10-19T19:13:58.715Z] Removing intermediate container 6434a6ce787a [2022-10-19T19:13:58.715Z] ---> 9c29e833d55f [2022-10-19T19:13:58.715Z] Step 22/22 : LABEL version=0.0.0 [2022-10-19T19:13:59.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:59.263Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:13:59.263Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-19T19:13:59.263Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-19T19:13:59.263Z] (3/33) Installing readline (8.1.2-r0) [2022-10-19T19:13:59.525Z] (4/33) Installing bash (5.1.16-r2) [2022-10-19T19:13:59.525Z] Executing bash-5.1.16-r2.post-install [2022-10-19T19:13:59.525Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-19T19:13:59.525Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-19T19:13:59.525Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-19T19:13:59.525Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-19T19:13:59.525Z] (9/33) Installing curl (7.83.1-r3) [2022-10-19T19:13:59.525Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-19T19:13:59.786Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-19T19:13:59.786Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-19T19:13:59.786Z] (13/33) Installing expat (2.4.9-r0) [2022-10-19T19:13:59.786Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-19T19:13:59.786Z] (15/33) Installing gdbm (1.23-r0) [2022-10-19T19:13:59.786Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-19T19:13:59.786Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-19T19:13:59.786Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-19T19:13:59.786Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-19T19:13:59.786Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-19T19:13:59.786Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-19T19:14:00.353Z] Removing intermediate container 0603c0207440 [2022-10-19T19:14:00.353Z] ---> d0f9df1935ed [2022-10-19T19:14:00.353Z] Step 16/24 : WORKDIR / [2022-10-19T19:14:00.353Z] ---> Running in 1d932db5dc81 [2022-10-19T19:14:00.353Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-19T19:14:00.353Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-19T19:14:00.613Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-19T19:14:00.613Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-19T19:14:00.613Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-19T19:14:00.613Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-19T19:14:00.613Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-19T19:14:00.613Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-19T19:14:00.613Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-19T19:14:00.613Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-19T19:14:00.613Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-19T19:14:00.613Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-19T19:14:00.613Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:14:00.613Z] Executing ca-certificates-20220614-r0.trigger [2022-10-19T19:14:00.874Z] OK: 122 MiB in 47 packages [2022-10-19T19:14:05.162Z] ---> Running in a0bb306ba456 [2022-10-19T19:14:05.162Z] Removing intermediate container 1d932db5dc81 [2022-10-19T19:14:05.162Z] ---> 97bfe73a18ee [2022-10-19T19:14:05.162Z] [2022-10-19T19:14:05.162Z] Successfully built 97bfe73a18ee [2022-10-19T19:14:05.162Z] Successfully tagged security-proxy-setup:latest [2022-10-19T19:14:05.162Z] Building core-metadata [2022-10-19T19:14:05.162Z] Removing intermediate container dc57a092089e [2022-10-19T19:14:05.162Z]  Building security-proxy-setup ... done  ---> 12e64f994c22 [2022-10-19T19:14:05.162Z] Step 8/26 : COPY . . [2022-10-19T19:14:11.744Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:14:11.744Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:14:11.744Z] ---> 19198b775783 [2022-10-19T19:14:11.744Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-19T19:14:11.744Z] ---> Using cache [2022-10-19T19:14:11.744Z] ---> 3a5055d28871 [2022-10-19T19:14:11.744Z] Step 4/25 : WORKDIR /edgex-go [2022-10-19T19:14:11.744Z] ---> Using cache [2022-10-19T19:14:11.744Z] ---> 793ca4295898 [2022-10-19T19:14:11.744Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:14:11.744Z] ---> Using cache [2022-10-19T19:14:11.744Z] ---> 941bc0af7544 [2022-10-19T19:14:11.744Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-19T19:14:11.744Z] ---> Using cache [2022-10-19T19:14:11.744Z] ---> 769e700120f9 [2022-10-19T19:14:11.744Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-19T19:14:11.744Z] ---> Using cache [2022-10-19T19:14:11.744Z] ---> cba2e48a8d6b [2022-10-19T19:14:11.744Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:14:11.744Z] ---> Using cache [2022-10-19T19:14:11.744Z] ---> 95469a7c7433 [2022-10-19T19:14:11.744Z] Step 9/25 : COPY . . [2022-10-19T19:14:11.744Z] ---> Using cache [2022-10-19T19:14:11.744Z] ---> 32b287f9ed4d [2022-10-19T19:14:11.744Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-19T19:14:18.307Z] Removing intermediate container a0bb306ba456 [2022-10-19T19:14:18.307Z] ---> b191153b7bf3 [2022-10-19T19:14:18.307Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:14:19.241Z] ---> Running in 25469d81e8e0 [2022-10-19T19:14:19.241Z] ---> 2f0ba4128fa4 [2022-10-19T19:14:19.241Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-19T19:14:19.241Z] ---> 2809b54d5477 [2022-10-19T19:14:19.241Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-19T19:14:19.241Z] ---> Running in 97484f191c40 [2022-10-19T19:14:20.672Z] 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-19T19:14:20.672Z] Removing intermediate container 97484f191c40 [2022-10-19T19:14:20.672Z] ---> 639171c1d51b [2022-10-19T19:14:20.672Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-19T19:14:21.247Z] ---> c7745cacc694 [2022-10-19T19:14:21.247Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-19T19:14:21.247Z] ---> Running in 3bb1d40713b1 [2022-10-19T19:14:21.906Z] Removing intermediate container 3bb1d40713b1 [2022-10-19T19:14:21.906Z] ---> cd093bfc4aff [2022-10-19T19:14:21.907Z] 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-19T19:14:22.178Z] Collecting docker-compose==1.23.2 [2022-10-19T19:14:22.178Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-19T19:14:22.178Z] ---> 1db43ae0b23a [2022-10-19T19:14:22.178Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-19T19:14:22.178Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 25.9 MB/s eta 0:00:00 [2022-10-19T19:14:22.178Z] ---> Running in 410356cb7c18 [2022-10-19T19:14:22.178Z] ---> Running in 2977cffb8798 [2022-10-19T19:14:22.178Z] Collecting PyYAML<4,>=3.10 [2022-10-19T19:14:22.178Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-19T19:14:22.178Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 36.8 MB/s eta 0:00:00 [2022-10-19T19:14:22.443Z] Removing intermediate container a3cf7a530e34 [2022-10-19T19:14:22.443Z] ---> e67f14c61cb5 [2022-10-19T19:14:22.443Z] [2022-10-19T19:14:22.443Z] Step 9/20 : FROM alpine:3.15 [2022-10-19T19:14:22.443Z] ---> c4fc93816858 [2022-10-19T19:14:22.443Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-19T19:14:22.443Z] ---> Using cache [2022-10-19T19:14:22.443Z] ---> 81b91bcba269 [2022-10-19T19:14:22.443Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:14:22.443Z] ---> Using cache [2022-10-19T19:14:22.444Z] ---> 60f2cdc4511b [2022-10-19T19:14:22.444Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-19T19:14:22.444Z] ---> Running in d469ba4644e2 [2022-10-19T19:14:22.444Z] Removing intermediate container 2977cffb8798 [2022-10-19T19:14:22.444Z] ---> 1b85e3b5adf2 [2022-10-19T19:14:22.444Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:14:22.705Z] Preparing metadata (setup.py): started [2022-10-19T19:14:22.705Z] ---> Running in 86b5e2a1ddf6 [2022-10-19T19:14:22.705Z] Removing intermediate container 86b5e2a1ddf6 [2022-10-19T19:14:22.705Z] ---> 77760673ff16 [2022-10-19T19:14:22.705Z] Step 22/24 : LABEL arch=x86_64 [2022-10-19T19:14:22.705Z] ---> Running in ac874ea61896 [2022-10-19T19:14:22.964Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-19T19:14:22.964Z] Removing intermediate container ac874ea61896 [2022-10-19T19:14:22.964Z] ---> e5a18d2517ea [2022-10-19T19:14:22.964Z] Step 23/24 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:14:22.964Z] Collecting jsonschema<3,>=2.5.1 [2022-10-19T19:14:22.964Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-19T19:14:22.964Z] ---> Running in dee877d05edc [2022-10-19T19:14:22.964Z] 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-19T19:14:22.964Z] Collecting texttable<0.10,>=0.9.0 [2022-10-19T19:14:22.964Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-19T19:14:22.964Z] Preparing metadata (setup.py): started [2022-10-19T19:14:22.964Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:14:22.964Z] Removing intermediate container dee877d05edc [2022-10-19T19:14:22.964Z] ---> 665ea512b061 [2022-10-19T19:14:22.964Z] Step 24/24 : LABEL version=0.0.0 [2022-10-19T19:14:23.233Z] Removing intermediate container 410356cb7c18 [2022-10-19T19:14:23.233Z] ---> 5bf1c2e10d4a [2022-10-19T19:14:23.233Z] Step 12/26 : WORKDIR /edgex-go [2022-10-19T19:14:23.233Z] ---> Running in ce2fcaa83b4d [2022-10-19T19:14:23.233Z] ---> Running in 5695053c2442 [2022-10-19T19:14:23.233Z] Removing intermediate container ce2fcaa83b4d [2022-10-19T19:14:23.233Z] ---> 8c48c0e6ff0b [2022-10-19T19:14:23.233Z] [2022-10-19T19:14:23.233Z] Successfully built 8c48c0e6ff0b [2022-10-19T19:14:23.233Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-19T19:14:23.233Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-19T19:14:23.233Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-19T19:14:23.233Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 160.9 MB/s eta 0:00:00 [2022-10-19T19:14:23.233Z] Successfully tagged core-command:latest [2022-10-19T19:14:23.233Z] Building support-scheduler [2022-10-19T19:14:23.233Z]  Building core-command ... done Removing intermediate container 5695053c2442 [2022-10-19T19:14:23.233Z] ---> 38ff848c3eb3 [2022-10-19T19:14:23.233Z] [2022-10-19T19:14:23.233Z] Step 13/26 : FROM alpine:3.15 [2022-10-19T19:14:23.233Z] ---> c4fc93816858 [2022-10-19T19:14:23.233Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-19T19:14:23.233Z] ---> Using cache [2022-10-19T19:14:23.233Z] ---> 81b91bcba269 [2022-10-19T19:14:23.233Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:14:23.233Z] ---> Using cache [2022-10-19T19:14:23.233Z] ---> 60f2cdc4511b [2022-10-19T19:14:23.233Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-19T19:14:23.233Z] Collecting cached-property<2,>=1.2.0 [2022-10-19T19:14:23.494Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-19T19:14:23.494Z] Collecting docopt<0.7,>=0.6.1 [2022-10-19T19:14:23.494Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-19T19:14:23.494Z] Preparing metadata (setup.py): started [2022-10-19T19:14:23.494Z] ---> Running in 834bea0a87cf [2022-10-19T19:14:23.753Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-19T19:14:23.753Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:14:23.753Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-19T19:14:23.753Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-19T19:14:23.753Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 153.0 MB/s eta 0:00:00 [2022-10-19T19:14:23.753Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-19T19:14:23.753Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-19T19:14:23.753Z] Preparing metadata (setup.py): started [2022-10-19T19:14:23.753Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:14:24.014Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-19T19:14:24.014Z] Collecting docker<4.0,>=3.6.0 [2022-10-19T19:14:24.014Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-19T19:14:24.274Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 74.7 MB/s eta 0:00:00 [2022-10-19T19:14:24.274Z] Collecting docker-pycreds>=0.4.0 [2022-10-19T19:14:24.274Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-19T19:14:24.274Z] v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-19T19:14:24.274Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-19T19:14:24.274Z] OK: 15857 distinct packages available [2022-10-19T19:14:24.274Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:14:24.274Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-19T19:14:24.274Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-19T19:14:24.274Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 166.4 MB/s eta 0:00:00 [2022-10-19T19:14:24.274Z] Collecting idna<2.8,>=2.5 [2022-10-19T19:14:24.535Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-19T19:14:24.535Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 155.9 MB/s eta 0:00:00 [2022-10-19T19:14:24.535Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-19T19:14:24.535Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-19T19:14:24.535Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 148.8 MB/s eta 0:00:00 [2022-10-19T19:14:24.535Z] Collecting certifi>=2017.4.17 [2022-10-19T19:14:24.535Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-19T19:14:24.535Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 188.7 MB/s eta 0:00:00 [2022-10-19T19:14:24.535Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-19T19:14:24.535Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-19T19:14:24.535Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-19T19:14:24.535Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-19T19:14:24.535Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:14:24.535Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-19T19:14:24.535Z] Running setup.py install for texttable: started [2022-10-19T19:14:25.103Z] Running setup.py install for texttable: finished with status 'done' [2022-10-19T19:14:25.103Z] Running setup.py install for PyYAML: started [2022-10-19T19:14:25.103Z] v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-19T19:14:25.103Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-19T19:14:25.103Z] OK: 15857 distinct packages available [2022-10-19T19:14:25.103Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:14:25.103Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:14:25.363Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-19T19:14:25.363Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-19T19:14:25.640Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-19T19:14:25.640Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-19T19:14:25.640Z] Running setup.py install for docopt: started [2022-10-19T19:14:25.640Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:14:25.640Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:14:25.640Z] ---> 19198b775783 [2022-10-19T19:14:25.640Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-19T19:14:25.640Z] ---> Using cache [2022-10-19T19:14:25.640Z] ---> 3a5055d28871 [2022-10-19T19:14:25.640Z] Step 4/23 : WORKDIR /edgex-go [2022-10-19T19:14:25.640Z] ---> Using cache [2022-10-19T19:14:25.640Z] ---> 793ca4295898 [2022-10-19T19:14:25.640Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:14:25.640Z] ---> Using cache [2022-10-19T19:14:25.640Z] ---> 941bc0af7544 [2022-10-19T19:14:25.640Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-19T19:14:25.640Z] ---> Using cache [2022-10-19T19:14:25.640Z] ---> 769e700120f9 [2022-10-19T19:14:25.640Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-19T19:14:25.640Z] ---> Using cache [2022-10-19T19:14:25.640Z] ---> cba2e48a8d6b [2022-10-19T19:14:25.640Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:14:25.640Z] ---> Using cache [2022-10-19T19:14:25.640Z] ---> 95469a7c7433 [2022-10-19T19:14:25.640Z] Step 9/23 : COPY . . [2022-10-19T19:14:25.640Z] ---> Using cache [2022-10-19T19:14:25.640Z] ---> 32b287f9ed4d [2022-10-19T19:14:25.640Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-19T19:14:25.640Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-19T19:14:25.902Z] (5/9) Installing curl (7.80.0-r3) [2022-10-19T19:14:25.902Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:14:25.902Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-19T19:14:25.902Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-19T19:14:26.162Z] (8/9) Installing libucontext (1.1-r0) [2022-10-19T19:14:26.162Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-19T19:14:26.162Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-19T19:14:26.162Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-19T19:14:26.162Z] Executing busybox-1.34.1-r7.trigger [2022-10-19T19:14:26.162Z] Executing ca-certificates-20220614-r0.trigger [2022-10-19T19:14:26.162Z] Running setup.py install for docopt: finished with status 'done' [2022-10-19T19:14:26.424Z] OK: 8 MiB in 23 packages [2022-10-19T19:14:26.424Z] (3/4) Installing libucontext (1.1-r0) [2022-10-19T19:14:26.424Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-19T19:14:26.424Z] Executing busybox-1.34.1-r7.trigger [2022-10-19T19:14:26.424Z] OK: 6 MiB in 18 packages [2022-10-19T19:14:33.042Z] Running setup.py install for dockerpty: started [2022-10-19T19:14:33.042Z] ---> Running in 7ab71ff1ed55 [2022-10-19T19:14:33.042Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-19T19:14:33.316Z] 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-19T19:14:33.589Z] Removing intermediate container d469ba4644e2 [2022-10-19T19:14:33.589Z] ---> 49deea06da5b [2022-10-19T19:14:33.589Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:14:33.589Z] Removing intermediate container 834bea0a87cf [2022-10-19T19:14:33.589Z] ---> 0cb13a3d4546 [2022-10-19T19:14:33.589Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-19T19:14:36.129Z] ---> 311e648f073c [2022-10-19T19:14:36.129Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-19T19:14:36.129Z] 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-19T19:14:36.129Z] 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-19T19:14:36.129Z]  ---> 785dfa1d27bb [2022-10-19T19:14:36.129Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-19T19:14:38.039Z] ---> f1da21f4a1d4 [2022-10-19T19:14:38.039Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-19T19:14:38.606Z] ---> 62800338897c [2022-10-19T19:14:38.606Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-19T19:14:38.606Z] ---> Running in 5d21416fc19a [2022-10-19T19:14:38.866Z] Removing intermediate container 25469d81e8e0 [2022-10-19T19:14:38.866Z] ---> ea6d8c1a37c4 [2022-10-19T19:14:38.866Z] [2022-10-19T19:14:38.866Z] Step 11/25 : FROM alpine:3.16 [2022-10-19T19:14:38.866Z] ---> 9c6f07244728 [2022-10-19T19:14:38.866Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-19T19:14:38.866Z] ---> Using cache [2022-10-19T19:14:38.866Z] ---> 1828356ca2b6 [2022-10-19T19:14:38.866Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-19T19:14:38.866Z] ---> Using cache [2022-10-19T19:14:38.866Z] ---> 2a74ab72202a [2022-10-19T19:14:38.866Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-19T19:14:38.866Z] ---> Running in bd2078dc4c9c [2022-10-19T19:14:40.264Z] Removing intermediate container 5d21416fc19a [2022-10-19T19:14:40.264Z] ---> 9a151a205f3d [2022-10-19T19:14:40.264Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-19T19:14:40.264Z] ---> 23174dc286f2 [2022-10-19T19:14:40.264Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-19T19:14:41.746Z] Removing intermediate container bd2078dc4c9c [2022-10-19T19:14:41.746Z] ---> 9ce97352c7ae [2022-10-19T19:14:41.746Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-19T19:14:42.311Z] ---> Running in c5f45c92571c [2022-10-19T19:14:42.311Z] ---> b86f455710c7 [2022-10-19T19:14:42.311Z] Step 21/26 : WORKDIR / [2022-10-19T19:14:42.570Z] ---> Running in 40c45550b424 [2022-10-19T19:14:42.570Z] ---> Running in 94c6a85f26c1 [2022-10-19T19:14:42.570Z] Removing intermediate container c5f45c92571c [2022-10-19T19:14:42.570Z] ---> 47060925cdaf [2022-10-19T19:14:42.570Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:14:42.826Z] Removing intermediate container eea17d6cd4a9 [2022-10-19T19:14:42.826Z] ---> a005fb92dcd9 [2022-10-19T19:14:42.826Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-19T19:14:42.826Z] ---> Running in 9f117c16473e [2022-10-19T19:14:42.826Z] ---> Running in 92a37a16919d [2022-10-19T19:14:42.826Z] Removing intermediate container 40c45550b424 [2022-10-19T19:14:42.826Z] ---> e5c1fda13f9c [2022-10-19T19:14:42.826Z] Step 16/25 : WORKDIR / [2022-10-19T19:14:43.086Z] Removing intermediate container 94c6a85f26c1 [2022-10-19T19:14:43.086Z] ---> b85beda25bd6 [2022-10-19T19:14:43.086Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-19T19:14:43.086Z] ---> Running in 774a930182e8 [2022-10-19T19:14:43.086Z] ---> Running in 3c739c492125 [2022-10-19T19:14:43.354Z] Removing intermediate container 9f117c16473e [2022-10-19T19:14:43.354Z] ---> d7861a61285b [2022-10-19T19:14:43.354Z] Step 18/20 : LABEL arch=x86_64 [2022-10-19T19:14:43.354Z] Removing intermediate container 92a37a16919d [2022-10-19T19:14:43.354Z] ---> 178d45303a52 [2022-10-19T19:14:43.354Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-19T19:14:43.630Z] ---> Running in 9c3a769e0c17 [2022-10-19T19:14:43.630Z] ---> Running in 085676d5f03b [2022-10-19T19:14:43.630Z] Removing intermediate container 774a930182e8 [2022-10-19T19:14:43.630Z] ---> 902d69f8bb02 [2022-10-19T19:14:43.630Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:14:43.631Z] Removing intermediate container 3c739c492125 [2022-10-19T19:14:43.631Z] ---> 08c838e3b4ff [2022-10-19T19:14:43.631Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-19T19:14:43.631Z] ---> Running in a677b201e060 [2022-10-19T19:14:43.888Z] Removing intermediate container 085676d5f03b [2022-10-19T19:14:43.888Z] ---> 40e1b2841587 [2022-10-19T19:14:43.888Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-19T19:14:43.888Z] Removing intermediate container 9c3a769e0c17 [2022-10-19T19:14:43.888Z] ---> 20f7a9fa68d9 [2022-10-19T19:14:43.888Z] Step 19/20 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:14:43.888Z] ---> 597b7d7cc11a [2022-10-19T19:14:43.888Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-19T19:14:43.888Z] Removing intermediate container a677b201e060 [2022-10-19T19:14:43.888Z] ---> bd0d24c7d802 [2022-10-19T19:14:43.888Z] Step 24/26 : LABEL arch=x86_64 [2022-10-19T19:14:43.888Z] ---> Running in e747d77544a7 [2022-10-19T19:14:44.146Z] ---> Running in 1f27871839c2 [2022-10-19T19:14:44.403Z] Removing intermediate container e747d77544a7 [2022-10-19T19:14:44.403Z] ---> 9fa1b96c8d6d [2022-10-19T19:14:44.403Z] Step 20/20 : LABEL version=0.0.0 [2022-10-19T19:14:44.972Z] Removing intermediate container 1f27871839c2 [2022-10-19T19:14:44.972Z] ---> 1028e0ea965b [2022-10-19T19:14:44.972Z] Step 25/26 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:14:44.972Z] ---> Running in 2510e38a05ac [2022-10-19T19:14:44.972Z] ---> d9855e3fdafa [2022-10-19T19:14:44.972Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-19T19:14:44.972Z] ---> a6a7d940e761 [2022-10-19T19:14:44.972Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-19T19:14:44.972Z] ---> Running in 875ff4704b94 [2022-10-19T19:14:45.228Z] Removing intermediate container 2510e38a05ac [2022-10-19T19:14:45.228Z] ---> 106d77249e43 [2022-10-19T19:14:45.228Z] [2022-10-19T19:14:45.228Z] Removing intermediate container 875ff4704b94 [2022-10-19T19:14:45.228Z] ---> 5bea0d62d27f [2022-10-19T19:14:45.228Z] Step 26/26 : LABEL version=0.0.0 [2022-10-19T19:14:45.228Z] Successfully built 106d77249e43 [2022-10-19T19:14:45.228Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-19T19:14:45.228Z]  Building security-spiffe-token-provider ... done Building core-data [2022-10-19T19:14:45.485Z] ---> Running in fefd0cc24b68 [2022-10-19T19:14:46.717Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-19T19:14:46.717Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-19T19:14:48.008Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:14:48.008Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:14:48.008Z] ---> 19198b775783 [2022-10-19T19:14:48.008Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-19T19:14:48.008Z] ---> Using cache [2022-10-19T19:14:48.008Z] ---> 3a5055d28871 [2022-10-19T19:14:48.008Z] Step 4/24 : WORKDIR /edgex-go [2022-10-19T19:14:48.008Z] ---> Using cache [2022-10-19T19:14:48.008Z] ---> 793ca4295898 [2022-10-19T19:14:48.008Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:14:48.008Z] ---> Using cache [2022-10-19T19:14:48.008Z] ---> 941bc0af7544 [2022-10-19T19:14:48.008Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-19T19:14:48.122Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-19T19:14:48.122Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-19T19:14:53.273Z] ---> ab4fca89ee52 [2022-10-19T19:14:53.273Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-19T19:14:53.273Z] ---> b53e9aaa096e [2022-10-19T19:14:53.273Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-19T19:14:53.273Z] ---> Running in fe1396adad7e [2022-10-19T19:14:53.273Z] Removing intermediate container fefd0cc24b68 [2022-10-19T19:14:53.273Z] ---> c508dd599b79 [2022-10-19T19:14:53.273Z] [2022-10-19T19:14:53.273Z] Successfully built c508dd599b79 [2022-10-19T19:14:53.479Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-19T19:14:53.841Z] Successfully tagged security-spire-config:latest [2022-10-19T19:14:54.098Z]  Building security-spire-config ... done  ---> ff54db3a1f1e [2022-10-19T19:14:54.098Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-19T19:14:54.098Z] ---> 286af8f782bc [2022-10-19T19:14:54.098Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-19T19:14:54.098Z] ---> Running in fe1e163749d1 [2022-10-19T19:14:54.098Z] ---> Running in 734aef80efab [2022-10-19T19:14:54.358Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:14:54.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-19T19:14:54.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-19T19:14:54.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-19T19:14:54.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-19T19:14:55.296Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:14:55.564Z] OK: 211 MiB in 51 packages [2022-10-19T19:14:55.564Z] Removing intermediate container 734aef80efab [2022-10-19T19:14:55.564Z] ---> 9f9b3b6a7586 [2022-10-19T19:14:55.564Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:14:55.564Z] Removing intermediate container fe1e163749d1 [2022-10-19T19:14:55.564Z] ---> 4c3be0eedf01 [2022-10-19T19:14:55.564Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:14:56.505Z] ---> Running in 2de3e066e723 [2022-10-19T19:14:56.505Z] ---> Running in 6fb1b1917f14 [2022-10-19T19:14:56.764Z] Removing intermediate container 6fb1b1917f14 [2022-10-19T19:14:56.764Z] ---> 1397f7237b9b [2022-10-19T19:14:56.764Z] Step 23/25 : LABEL arch=x86_64 [2022-10-19T19:14:56.764Z] Removing intermediate container fe1396adad7e [2022-10-19T19:14:56.764Z] ---> 58ec08adf76b [2022-10-19T19:14:56.764Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-19T19:14:56.764Z] Removing intermediate container 2de3e066e723 [2022-10-19T19:14:56.764Z] ---> efee32e65f4a [2022-10-19T19:14:56.764Z] Step 21/23 : LABEL arch=x86_64 [2022-10-19T19:14:56.764Z] ---> Running in 565fac6a89f5 [2022-10-19T19:14:56.764Z] ---> Running in adbcc9ba2eb6 [2022-10-19T19:14:57.037Z] Removing intermediate container 7ab71ff1ed55 [2022-10-19T19:14:57.037Z] ---> 2ac1672d2d1b [2022-10-19T19:14:57.037Z] [2022-10-19T19:14:57.037Z] Step 11/23 : FROM alpine:3.16 [2022-10-19T19:14:57.037Z] ---> 9c6f07244728 [2022-10-19T19:14:57.037Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-19T19:14:57.037Z] ---> Using cache [2022-10-19T19:14:57.037Z] ---> 1828356ca2b6 [2022-10-19T19:14:57.037Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-19T19:14:57.037Z] ---> Using cache [2022-10-19T19:14:57.037Z] ---> 2a74ab72202a [2022-10-19T19:14:57.037Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-19T19:14:57.037Z] ---> Running in c8aad98b0d08 [2022-10-19T19:14:57.037Z] Removing intermediate container 565fac6a89f5 [2022-10-19T19:14:57.037Z] ---> 264f02567d9a [2022-10-19T19:14:57.037Z] Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:14:57.037Z] ---> 64cfc8c92a34 [2022-10-19T19:14:57.037Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:14:57.037Z] Removing intermediate container adbcc9ba2eb6 [2022-10-19T19:14:57.037Z] ---> afa790621655 [2022-10-19T19:14:57.037Z] Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:14:57.037Z] ---> Running in c0ef650b5a91 [2022-10-19T19:14:57.037Z] ---> Running in ed39b5a3591d [2022-10-19T19:14:57.037Z] ---> Running in c3840b4826ad [2022-10-19T19:14:57.295Z] Removing intermediate container c8aad98b0d08 [2022-10-19T19:14:57.295Z] ---> e18f1bcf80fa [2022-10-19T19:14:57.295Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-19T19:14:57.295Z] ---> Running in 644f1f02f0e4 [2022-10-19T19:14:57.295Z] Removing intermediate container c3840b4826ad [2022-10-19T19:14:57.295Z] ---> 13f039dc0690 [2022-10-19T19:14:57.295Z] Step 25/25 : LABEL version=0.0.0 [2022-10-19T19:14:57.295Z] Removing intermediate container c0ef650b5a91 [2022-10-19T19:14:57.295Z] ---> 963f2b68fb7d [2022-10-19T19:14:57.295Z] Step 23/23 : LABEL version=0.0.0 [2022-10-19T19:14:57.295Z] ---> Running in 7834a9dcb84d [2022-10-19T19:14:57.295Z] ---> Running in 7350dc547f6f [2022-10-19T19:14:57.555Z] Removing intermediate container 644f1f02f0e4 [2022-10-19T19:14:57.555Z] ---> e59a41c5e181 [2022-10-19T19:14:57.555Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:14:57.555Z] Removing intermediate container 7350dc547f6f [2022-10-19T19:14:57.555Z] ---> 95f343d35d0a [2022-10-19T19:14:57.555Z] [2022-10-19T19:14:57.555Z] Removing intermediate container 7834a9dcb84d [2022-10-19T19:14:57.555Z] ---> 999b0231ee7e [2022-10-19T19:14:57.555Z] [2022-10-19T19:14:57.555Z] Successfully built 95f343d35d0a [2022-10-19T19:14:57.555Z] Successfully tagged sys-mgmt-agent:latest [2022-10-19T19:14:57.555Z]  Building sys-mgmt-agent ... done Successfully built 999b0231ee7e [2022-10-19T19:14:57.555Z] Successfully tagged core-metadata:latest [2022-10-19T19:14:57.555Z]  Building core-metadata ... done  ---> e6a078d32cf3 [2022-10-19T19:14:57.555Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-19T19:14:58.495Z] ---> ed795e967e39 [2022-10-19T19:14:58.495Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-19T19:14:58.495Z] ---> f7d665446659 [2022-10-19T19:14:58.495Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-19T19:14:58.714Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-19T19:14:58.714Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-19T19:14:58.714Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-19T19:14:58.714Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-19T19:14:58.714Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-19T19:14:58.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-19T19:14:58.753Z] ---> Running in 50915d932970 [2022-10-19T19:14:58.753Z] Removing intermediate container 50915d932970 [2022-10-19T19:14:58.753Z] ---> 248fc5cafe95 [2022-10-19T19:14:58.753Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:14:58.753Z] ---> Running in 3a0fd3c0f846 [2022-10-19T19:15:00.701Z] Removing intermediate container 3a0fd3c0f846 [2022-10-19T19:15:00.701Z] ---> 39df5f2faa46 [2022-10-19T19:15:00.701Z] Step 21/23 : LABEL arch=x86_64 [2022-10-19T19:15:02.101Z] ---> Running in 39172ecf16e1 [2022-10-19T19:15:02.898Z] Removing intermediate container 39172ecf16e1 [2022-10-19T19:15:02.898Z] ---> 75980d4ae708 [2022-10-19T19:15:02.898Z] Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:15:03.841Z] ---> Running in 5aee4fe9d4d5 [2022-10-19T19:15:04.790Z] Removing intermediate container 5aee4fe9d4d5 [2022-10-19T19:15:04.790Z] ---> 04bef935ace5 [2022-10-19T19:15:04.790Z] Step 23/23 : LABEL version=0.0.0 [2022-10-19T19:15:07.506Z] ---> Running in b3a01d3aded7 [2022-10-19T19:15:08.108Z] Removing intermediate container b3a01d3aded7 [2022-10-19T19:15:08.108Z] ---> 47f275c11df8 [2022-10-19T19:15:08.108Z] [2022-10-19T19:15:08.108Z] Successfully built 47f275c11df8 [2022-10-19T19:15:08.108Z] Removing intermediate container ed39b5a3591d [2022-10-19T19:15:08.108Z] ---> 3cb4c85bc50c [2022-10-19T19:15:08.108Z] Step 9/24 : COPY . . [2022-10-19T19:15:08.108Z] Successfully tagged support-scheduler:latest [2022-10-19T19:15:18.249Z]  Building support-scheduler ... done  ---> 83040f939416 [2022-10-19T19:15:18.249Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-19T19:15:18.249Z] ---> Running in 866af0003ef6 [2022-10-19T19:15:18.249Z] 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-19T19:15:25.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.392s coverage: 28.7% of statements [2022-10-19T19:15:25.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-19T19:15:25.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-19T19:15:26.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.707s coverage: 98.5% of statements [2022-10-19T19:15:31.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.902s coverage: 41.3% of statements [2022-10-19T19:15:31.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-19T19:15:31.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-19T19:15:31.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.659s coverage: 54.2% of statements [2022-10-19T19:15:31.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-19T19:15:31.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-19T19:15:36.362Z] Removing intermediate container 866af0003ef6 [2022-10-19T19:15:36.362Z] ---> cd2e768b8e5c [2022-10-19T19:15:36.362Z] [2022-10-19T19:15:36.362Z] Step 11/24 : FROM alpine:3.16 [2022-10-19T19:15:36.362Z] ---> 9c6f07244728 [2022-10-19T19:15:36.362Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-19T19:15:36.362Z] ---> Running in 579495d0b7a9 [2022-10-19T19:15:36.362Z] Removing intermediate container 579495d0b7a9 [2022-10-19T19:15:36.362Z] ---> 3c1428926572 [2022-10-19T19:15:36.362Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-19T19:15:36.362Z] ---> Running in 3a9b522f99b5 [2022-10-19T19:15:36.362Z] Removing intermediate container 3a9b522f99b5 [2022-10-19T19:15:36.362Z] ---> ab860fdb7b61 [2022-10-19T19:15:36.362Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-19T19:15:36.362Z] ---> Running in 074fdfd8ec86 [2022-10-19T19:15:36.362Z] Removing intermediate container 074fdfd8ec86 [2022-10-19T19:15:36.362Z] ---> 8f76b5a64e86 [2022-10-19T19:15:36.362Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:15:36.362Z] ---> Running in 8c208eba1329 [2022-10-19T19:15:36.362Z] Removing intermediate container 8c208eba1329 [2022-10-19T19:15:36.362Z] ---> 2b403ca1c4d4 [2022-10-19T19:15:36.362Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-19T19:15:36.362Z] ---> Running in 8fd239aa6dc7 [2022-10-19T19:15:36.362Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-19T19:15:36.362Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-19T19:15:36.623Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-19T19:15:36.623Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-19T19:15:36.886Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-19T19:15:36.886Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-19T19:15:36.886Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-19T19:15:37.154Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-19T19:15:37.154Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:15:37.154Z] OK: 8 MiB in 20 packages [2022-10-19T19:15:37.727Z] Removing intermediate container 8fd239aa6dc7 [2022-10-19T19:15:37.727Z] ---> 80f2e7d8e63c [2022-10-19T19:15:37.727Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:15:37.993Z] ---> 140bf10e6fba [2022-10-19T19:15:37.993Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-19T19:15:38.940Z] ---> 718c41eaab44 [2022-10-19T19:15:38.940Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-19T19:15:39.208Z] ---> f44eac5b4b0f [2022-10-19T19:15:39.208Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-19T19:15:39.468Z] ---> Running in d73b5355c9fc [2022-10-19T19:15:39.729Z] Removing intermediate container d73b5355c9fc [2022-10-19T19:15:39.729Z] ---> 561eeb0e26fe [2022-10-19T19:15:39.729Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:15:39.990Z] ---> Running in 1c20804d2859 [2022-10-19T19:15:40.250Z] Removing intermediate container 1c20804d2859 [2022-10-19T19:15:40.250Z] ---> 5c910ca2b26c [2022-10-19T19:15:40.250Z] Step 22/24 : LABEL arch=x86_64 [2022-10-19T19:15:40.517Z] ---> Running in 1e521e4fb42e [2022-10-19T19:15:40.782Z] Removing intermediate container 1e521e4fb42e [2022-10-19T19:15:40.782Z] ---> 6af86fc0295c [2022-10-19T19:15:40.782Z] Step 23/24 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:15:40.782Z] ---> Running in 216fa8c63f52 [2022-10-19T19:15:41.352Z] Removing intermediate container 216fa8c63f52 [2022-10-19T19:15:41.352Z] ---> aebeffbe5c2d [2022-10-19T19:15:41.352Z] Step 24/24 : LABEL version=0.0.0 [2022-10-19T19:15:41.352Z] ---> Running in 925748709a32 [2022-10-19T19:15:41.924Z] Removing intermediate container 925748709a32 [2022-10-19T19:15:41.924Z] ---> 159cdf995476 [2022-10-19T19:15:41.924Z] [2022-10-19T19:15:41.924Z] Successfully built 159cdf995476 [2022-10-19T19:15:41.924Z] Successfully tagged core-data:latest [2022-10-19T19:15:41.931Z]  Building core-data ... done  [Pipeline] } [2022-10-19T19:15:41.961Z] $ docker stop --time=1 38cf7832546eaf02c59a39aab506403b38fb190723ef1c5ea3ce4167c04e73d9 [2022-10-19T19:15:43.655Z] $ docker rm -f 38cf7832546eaf02c59a39aab506403b38fb190723ef1c5ea3ce4167c04e73d9 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-19T19:15:44.093Z] + docker images [2022-10-19T19:15:44.093Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-19T19:15:44.093Z] core-data latest 159cdf995476 2 seconds ago 21.6MB [2022-10-19T19:15:44.093Z] cd2e768b8e5c 11 seconds ago 1.59GB [2022-10-19T19:15:44.093Z] support-scheduler latest 47f275c11df8 36 seconds ago 29.5MB [2022-10-19T19:15:44.093Z] core-metadata latest 999b0231ee7e 46 seconds ago 18.3MB [2022-10-19T19:15:44.093Z] sys-mgmt-agent latest 95f343d35d0a 46 seconds ago 136MB [2022-10-19T19:15:44.093Z] 2ac1672d2d1b 47 seconds ago 1.64GB [2022-10-19T19:15:44.093Z] security-spire-config latest c508dd599b79 51 seconds ago 85.8MB [2022-10-19T19:15:44.093Z] security-spiffe-token-provider latest 106d77249e43 59 seconds ago 29.3MB [2022-10-19T19:15:44.093Z] ea6d8c1a37c4 About a minute ago 1.59GB [2022-10-19T19:15:44.093Z] 38ff848c3eb3 About a minute ago 1.45GB [2022-10-19T19:15:44.093Z] core-command latest 8c48c0e6ff0b About a minute ago 17.5MB [2022-10-19T19:15:44.093Z] e67f14c61cb5 About a minute ago 1.61GB [2022-10-19T19:15:44.093Z] security-proxy-setup latest 97bfe73a18ee About a minute ago 27.4MB [2022-10-19T19:15:44.093Z] 39e403440010 About a minute ago 1.56GB [2022-10-19T19:15:44.093Z] 0dd78fdbad17 About a minute ago 1.58GB [2022-10-19T19:15:44.093Z] security-bootstrapper latest 9a5bcd43e982 2 minutes ago 19.9MB [2022-10-19T19:15:44.093Z] ff50e863f531 2 minutes ago 1.57GB [2022-10-19T19:15:44.093Z] security-secretstore-setup latest 9878dbd266a6 2 minutes ago 29.3MB [2022-10-19T19:15:44.093Z] support-notifications latest 8fea606e327b 2 minutes ago 30.1MB [2022-10-19T19:15:44.093Z] security-spire-server latest 4aa3ed6294e0 3 minutes ago 86.5MB [2022-10-19T19:15:44.093Z] security-spire-agent latest 42f45844ef35 3 minutes ago 125MB [2022-10-19T19:15:44.093Z] bb1cb29d70ca 3 minutes ago 1.64GB [2022-10-19T19:15:44.093Z] fa761ce988a8 3 minutes ago 1.57GB [2022-10-19T19:15:44.093Z] a9da33b0baab 3 minutes ago 1.57GB [2022-10-19T19:15:44.094Z] 428103d6df6c 3 minutes ago 1.45GB [2022-10-19T19:15:44.094Z] e87658f3a674 3 minutes ago 1.45GB [2022-10-19T19:15:44.094Z] ci-base-image-x86_64 latest 19198b775783 7 minutes ago 941MB [2022-10-19T19:15:44.094Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 9 days ago 677MB [2022-10-19T19:15:44.094Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-10-19T19:15:44.094Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-10-19T19:15:44.094Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-19T19:15:44.094Z] 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-19T19:15:58.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 23.682s coverage: 89.2% of statements [2022-10-19T19:15:58.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-19T19:15:58.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-19T19:15:58.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-19T19:15:58.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-19T19:15:58.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-19T19:15:58.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.604s coverage: 2.2% of statements [2022-10-19T19:15:58.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-19T19:15:58.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-19T19:15:59.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.592s coverage: 95.6% of statements [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-19T19:15:59.480Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.582s coverage: 72.2% of statements [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-19T19:15:59.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.392s coverage: 60.0% of statements [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-19T19:15:59.480Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.558s coverage: 0.9% of statements [2022-10-19T19:15:59.480Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-19T19:16:00.445Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.316s coverage: 58.8% of statements [2022-10-19T19:16:00.445Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.283s coverage: 29.6% of statements [2022-10-19T19:16:00.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-19T19:16:05.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.248s coverage: 47.1% of statements [2022-10-19T19:16:05.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.380s coverage: 79.5% of statements [2022-10-19T19:16:05.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.295s coverage: 94.1% of statements [2022-10-19T19:16:05.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.297s coverage: 96.3% of statements [2022-10-19T19:16:07.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.268s coverage: 87.5% of statements [2022-10-19T19:16:16.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.405s coverage: 94.4% of statements [2022-10-19T19:16:16.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.232s coverage: 44.8% of statements [2022-10-19T19:16:31.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.888s coverage: 80.5% of statements [2022-10-19T19:16:31.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-19T19:16:31.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.318s coverage: 92.9% of statements [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-19T19:16:31.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-19T19:16:31.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.277s coverage: 86.9% of statements [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-19T19:16:31.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.224s coverage: 87.2% of statements [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-19T19:16:31.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.208s coverage: 100.0% of statements [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-19T19:16:31.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.303s coverage: 58.8% of statements [2022-10-19T19:16:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-19T19:16:31.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.320s coverage: 80.0% of statements [2022-10-19T19:16:31.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.242s coverage: 87.2% of statements [2022-10-19T19:16:32.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.379s coverage: 85.4% of statements [2022-10-19T19:16:34.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.989s coverage: 91.2% of statements [2022-10-19T19:16:34.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-19T19:16:42.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.982s coverage: 64.7% of statements [2022-10-19T19:16:42.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-19T19:16:42.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-19T19:16:42.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.275s coverage: 100.0% of statements [2022-10-19T19:16:42.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 89.4% of statements [2022-10-19T19:16:42.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2022-10-19T19:16:42.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.102s coverage: 73.7% of statements [2022-10-19T19:16:42.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2022-10-19T19:16:49.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.467s coverage: 65.8% of statements [2022-10-19T19:16:49.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-19T19:16:49.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-19T19:16:49.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-19T19:16:53.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.164s coverage: 41.8% of statements [2022-10-19T19:16:53.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-19T19:16:53.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-19T19:16:53.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.358s coverage: 89.5% of statements [2022-10-19T19:16:53.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-19T19:16:53.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.314s coverage: 84.8% of statements [2022-10-19T19:16:53.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-19T19:16:53.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-19T19:16:53.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-19T19:16:53.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-19T19:17:01.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.412s coverage: 17.7% of statements [2022-10-19T19:17:01.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-19T19:17:01.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-19T19:17:01.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-19T19:17:01.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-19T19:17:01.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.721s coverage: 92.3% of statements [2022-10-19T19:17:01.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-19T19:17:01.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-19T19:17:01.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-19T19:17:01.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-19T19:17:01.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.396s coverage: 63.2% of statements [2022-10-19T19:17:01.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-19T19:17:01.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-19T19:17:03.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.461s coverage: 97.7% of statements [2022-10-19T19:17:03.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-19T19:17:03.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-19T19:17:03.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-19T19:17:03.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-19T19:17:03.348Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.211s coverage: 28.9% of statements [2022-10-19T19:17:03.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-19T19:17:03.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-19T19:17:03.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-19T19:17:03.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-19T19:17:03.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-19T19:17:03.348Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-19T19:17:03.348Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.334s coverage: 100.0% of statements [2022-10-19T19:17:03.348Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements [2022-10-19T19:17:04.303Z] 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-19T19:17:04.303Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-19T19:17:04.303Z] GO111MODULE=on go vet ./... [2022-10-19T19:18:56.298Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-19T19:18:56.298Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-19T19:18:56.298Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-19T19:18:56.334Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-19T19:18:56.675Z] + ls -al . [2022-10-19T19:18:56.675Z] total 756 [2022-10-19T19:18:56.675Z] drwxrwxr-x 10 1001 1001 4096 Oct 19 19:12 . [2022-10-19T19:18:56.675Z] drwxr-xr-x 4 root root 4096 Oct 19 19:12 .. [2022-10-19T19:18:56.675Z] drwxrwxr-x 2 1001 1001 4096 Oct 19 19:10 .blubracket [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 16 Oct 19 19:10 .dockerignore [2022-10-19T19:18:56.675Z] drwxrwxr-x 8 1001 1001 4096 Oct 19 19:10 .git [2022-10-19T19:18:56.675Z] drwxrwxr-x 3 1001 1001 4096 Oct 19 19:10 .github [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 1030 Oct 19 19:10 .gitignore [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 42 Oct 19 19:10 .golangci.yml [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 87 Oct 19 19:10 .hadolint.yml [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 166 Oct 19 19:10 .sonarcloud.properties [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 1171 Oct 19 19:10 ADOPTERS.md [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 10722 Oct 19 19:10 Attribution.txt [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 63209 Oct 19 19:10 CHANGELOG.md [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 3804 Oct 19 19:10 CONTRIBUTING.md [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 677 Oct 19 19:10 GOVERNANCE.md [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 850 Oct 19 19:10 Jenkinsfile [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 10775 Oct 19 19:10 LICENSE [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 13857 Oct 19 19:10 Makefile [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 582 Oct 19 19:10 OWNERS.md [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 9799 Oct 19 19:10 README.md [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 6912 Oct 19 19:10 SECURITY.md [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 5 Oct 19 19:07 VERSION [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 4131 Oct 19 19:10 ZMQWindows.md [2022-10-19T19:18:56.675Z] drwxrwxr-x 2 1001 1001 4096 Oct 19 19:10 bin [2022-10-19T19:18:56.675Z] drwxrwxr-x 18 1001 1001 4096 Oct 19 19:10 cmd [2022-10-19T19:18:56.675Z] -rw-r--r-- 1 root root 503479 Oct 19 19:17 coverage.out [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 3458 Oct 19 19:10 go.mod [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 38041 Oct 19 19:10 go.sum [2022-10-19T19:18:56.675Z] drwxrwxr-x 8 1001 1001 4096 Oct 19 19:10 internal [2022-10-19T19:18:56.675Z] drwxrwxr-x 3 1001 1001 4096 Oct 19 19:10 openapi [2022-10-19T19:18:56.675Z] drwxrwxr-x 4 1001 1001 4096 Oct 19 19:10 snap [2022-10-19T19:18:56.675Z] -rw-rw-r-- 1 1001 1001 204 Oct 19 19:10 version.go [Pipeline] sh [2022-10-19T19:18:57.011Z] + '[' -e coverage.out ] [2022-10-19T19:18:57.011Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-19T19:18:57.043Z] Warning: overwriting stash ‘coverage-report’ [2022-10-19T19:18:57.761Z] Stashed 1 file(s) [Pipeline] sh [2022-10-19T19:18:58.409Z] + make build [2022-10-19T19:18:58.409Z] 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-19T19:20:35.041Z] 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-19T19:21:56.667Z] 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-19T19:21:56.667Z] 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-19T19:22:35.514Z] 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-19T19:22:35.514Z] 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-19T19:22:39.759Z] 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-19T19:22:46.397Z] 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-19T19:22:49.739Z] 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-19T19:22:56.373Z] 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-19T19:22:58.945Z] 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-19T19:23:03.192Z] 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-19T19:23:13.250Z] 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-19T19:23:17.518Z] $ docker stop --time=1 d17d06801aeb154b67cc8aef7a2f10262040e6504aa5ab59a7d78661483c9a4d [2022-10-19T19:23:19.556Z] $ docker rm -f d17d06801aeb154b67cc8aef7a2f10262040e6504aa5ab59a7d78661483c9a4d [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-19T19:23:22.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-19T19:23:22.356Z] [2022-10-19T19:23:22.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:23:22.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-19T19:23:22.747Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-19T19:23:22.747Z] 29e5d40040c1: Pulling fs layer [2022-10-19T19:23:22.747Z] 1ce36da41761: Pulling fs layer [2022-10-19T19:23:22.747Z] 25b303627fd3: Pulling fs layer [2022-10-19T19:23:23.013Z] 29e5d40040c1: Verifying Checksum [2022-10-19T19:23:23.013Z] 29e5d40040c1: Download complete [2022-10-19T19:23:23.279Z] 1ce36da41761: Verifying Checksum [2022-10-19T19:23:23.279Z] 1ce36da41761: Download complete [2022-10-19T19:23:23.548Z] 29e5d40040c1: Pull complete [2022-10-19T19:23:24.956Z] 1ce36da41761: Pull complete [2022-10-19T19:23:24.956Z] 25b303627fd3: Verifying Checksum [2022-10-19T19:23:24.956Z] 25b303627fd3: Download complete [2022-10-19T19:23:35.024Z] 25b303627fd3: Pull complete [2022-10-19T19:23:35.024Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-19T19:23:35.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-19T19:23:35.024Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-19T19:23:35.339Z] prd-ubuntu20.04-docker-arm64-4c-16g-8600 does not seem to be running inside a container [2022-10-19T19:23:35.404Z] $ 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-19T19:23:37.677Z] $ docker top ac76c094936f51246df30cb0600b5bbdcc317fd6df16cb1bce2df1228b277382 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-19T19:23:38.544Z] + docker-compose build --help [2022-10-19T19:23:38.544Z] + grep parallel [2022-10-19T19:23:43.884Z] --parallel Build images in parallel. [Pipeline] } [2022-10-19T19:23:43.916Z] $ docker stop --time=1 ac76c094936f51246df30cb0600b5bbdcc317fd6df16cb1bce2df1228b277382 [2022-10-19T19:23:45.536Z] $ docker rm -f ac76c094936f51246df30cb0600b5bbdcc317fd6df16cb1bce2df1228b277382 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:23:46.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-19T19:23:46.273Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-19T19:23:46.522Z] prd-ubuntu20.04-docker-arm64-4c-16g-8600 does not seem to be running inside a container [2022-10-19T19:23:46.583Z] $ 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-19T19:23:47.696Z] $ docker top 537fcd2691895c3336a4cb4b13f8da84ae289ca0d1eb52be2346446cee90d505 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-19T19:23:48.282Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-19T19:23:53.648Z] Building core-command ... [2022-10-19T19:23:53.648Z] Building core-data ... [2022-10-19T19:23:53.648Z] Building core-metadata ... [2022-10-19T19:23:53.648Z] Building security-bootstrapper ... [2022-10-19T19:23:53.648Z] Building security-proxy-setup ... [2022-10-19T19:23:53.648Z] Building security-secretstore-setup ... [2022-10-19T19:23:53.648Z] Building security-spiffe-token-provider ... [2022-10-19T19:23:53.648Z] Building security-spire-agent ... [2022-10-19T19:23:53.648Z] Building security-spire-config ... [2022-10-19T19:23:53.648Z] Building security-spire-server ... [2022-10-19T19:23:53.648Z] Building support-notifications ... [2022-10-19T19:23:53.648Z] Building support-scheduler ... [2022-10-19T19:23:53.648Z] Building sys-mgmt-agent ... [2022-10-19T19:23:53.648Z] Building core-metadata [2022-10-19T19:23:53.648Z] Building security-spire-config [2022-10-19T19:23:53.648Z] Building security-spire-agent [2022-10-19T19:23:53.648Z] Building sys-mgmt-agent [2022-10-19T19:23:53.648Z] Building security-spire-server [2022-10-19T19:24:40.465Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:24:40.465Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:24:40.465Z] ---> fd2756c72711 [2022-10-19T19:24:40.465Z] Step 3/23 : WORKDIR /edgex-go [2022-10-19T19:24:40.465Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:24:40.465Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:24:40.465Z] ---> fd2756c72711 [2022-10-19T19:24:40.465Z] Step 3/26 : WORKDIR /edgex-go [2022-10-19T19:24:40.465Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:24:40.465Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:24:40.465Z] ---> fd2756c72711 [2022-10-19T19:24:40.465Z] Step 3/25 : WORKDIR /edgex-go [2022-10-19T19:24:40.465Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:24:40.465Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:24:40.465Z] ---> fd2756c72711 [2022-10-19T19:24:40.465Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-19T19:24:40.465Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:24:40.465Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:24:40.465Z] ---> fd2756c72711 [2022-10-19T19:24:40.465Z] Step 3/26 : WORKDIR /edgex-go [2022-10-19T19:24:40.734Z] ---> Running in bd3c5e613b2f [2022-10-19T19:24:40.734Z] ---> Running in ad9dee4dde2c [2022-10-19T19:24:40.734Z] ---> Running in 9eb5d5528361 [2022-10-19T19:24:41.001Z] ---> Running in 62e788bfae15 [2022-10-19T19:24:41.001Z] ---> Running in 41e266cb37a6 [2022-10-19T19:24:41.268Z] Removing intermediate container bd3c5e613b2f [2022-10-19T19:24:41.268Z] ---> a64c1ebe0102 [2022-10-19T19:24:41.268Z] Step 4/25 : WORKDIR /edgex-go [2022-10-19T19:24:41.536Z] ---> Running in 871ea35a094d [2022-10-19T19:24:41.536Z] Removing intermediate container ad9dee4dde2c [2022-10-19T19:24:41.536Z] ---> 64cc5d5ae310 [2022-10-19T19:24:41.536Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:24:41.536Z] Removing intermediate container 62e788bfae15 [2022-10-19T19:24:41.536Z] ---> 316a6753126d [2022-10-19T19:24:41.536Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:24:41.536Z] Removing intermediate container 9eb5d5528361 [2022-10-19T19:24:41.536Z] ---> 7a2e22a75add [2022-10-19T19:24:41.536Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 41e266cb37a6 [2022-10-19T19:24:41.536Z] [2022-10-19T19:24:41.536Z] ---> ed1db27bc0b7 [2022-10-19T19:24:41.536Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:24:41.536Z] ---> Running in 01d4a730ded5 [2022-10-19T19:24:41.804Z] ---> Running in c9084b47c314 [2022-10-19T19:24:41.804Z] ---> Running in 64904adeb7ea [2022-10-19T19:24:41.804Z] ---> Running in 8e40973a5ccc [2022-10-19T19:24:42.387Z] Removing intermediate container 871ea35a094d [2022-10-19T19:24:42.387Z] ---> 02b138204700 [2022-10-19T19:24:42.387Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:24:42.387Z] ---> Running in e2d38eeffd89 [2022-10-19T19:24:45.732Z] Removing intermediate container 01d4a730ded5 [2022-10-19T19:24:45.732Z] ---> 00e6aed3141d [2022-10-19T19:24:45.732Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-19T19:24:45.732Z] ---> Running in c7a2f30448f9 [2022-10-19T19:24:45.732Z] Removing intermediate container 64904adeb7ea [2022-10-19T19:24:45.732Z] ---> 699995147e0e [2022-10-19T19:24:45.732Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-19T19:24:45.732Z] Removing intermediate container 8e40973a5ccc [2022-10-19T19:24:45.732Z] ---> b637bfd4ab17 [2022-10-19T19:24:45.732Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-19T19:24:46.000Z] Removing intermediate container c9084b47c314 [2022-10-19T19:24:46.000Z] ---> deb967f66f74 [2022-10-19T19:24:46.000Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-19T19:24:46.000Z] ---> Running in 35e2665b5876 [2022-10-19T19:24:46.000Z] ---> Running in 8de2eb5836d4 [2022-10-19T19:24:46.290Z] Removing intermediate container e2d38eeffd89 [2022-10-19T19:24:46.290Z] ---> c15a60af73ca [2022-10-19T19:24:46.290Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-19T19:24:46.290Z] ---> Running in f49844518691 [2022-10-19T19:24:46.562Z] ---> Running in 25acf48b0220 [2022-10-19T19:24:47.971Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:24:48.236Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:24:48.503Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:24:48.503Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:24:48.503Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:24:48.769Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:24:49.039Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:24:49.320Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:24:49.596Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:24:49.596Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:24:49.862Z] OK: 221 MiB in 51 packages [2022-10-19T19:24:50.450Z] OK: 221 MiB in 51 packages [2022-10-19T19:24:51.035Z] OK: 221 MiB in 51 packages [2022-10-19T19:24:51.301Z] OK: 221 MiB in 51 packages [2022-10-19T19:24:51.301Z] OK: 221 MiB in 51 packages [2022-10-19T19:24:51.889Z] Removing intermediate container c7a2f30448f9 [2022-10-19T19:24:51.889Z] ---> eb43ba244073 [2022-10-19T19:24:51.889Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-19T19:24:52.471Z] Removing intermediate container 8de2eb5836d4 [2022-10-19T19:24:52.471Z] ---> 0169493106af [2022-10-19T19:24:52.471Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-19T19:24:52.737Z] Removing intermediate container 35e2665b5876 [2022-10-19T19:24:52.737Z] ---> 397a7c6e5aab [2022-10-19T19:24:52.737Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-19T19:24:53.004Z] ---> 9a6bb0953355 [2022-10-19T19:24:53.004Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:24:53.004Z] Removing intermediate container 25acf48b0220 [2022-10-19T19:24:53.004Z] Removing intermediate container f49844518691 [2022-10-19T19:24:53.004Z] ---> c576df45090a [2022-10-19T19:24:53.281Z] ---> 6763ae27305d [2022-10-19T19:24:53.281Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-19T19:24:53.281Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-19T19:24:53.281Z] ---> Running in f95e15397fe0 [2022-10-19T19:24:53.549Z] ---> 27da5441b3ea [2022-10-19T19:24:53.549Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:24:53.549Z] ---> Running in 0b249cda2343 [2022-10-19T19:24:54.524Z] ---> 718f4c355687 [2022-10-19T19:24:54.524Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:24:54.524Z] ---> Running in aad1a4b6d0a2 [2022-10-19T19:24:54.798Z] ---> 252e2dbea87b [2022-10-19T19:24:54.798Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:24:54.798Z] ---> d70047532709 [2022-10-19T19:24:54.798Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:24:55.064Z] ---> Running in 30e5f82860ab [2022-10-19T19:24:55.064Z] ---> Running in 3cac62c37da0 [2022-10-19T19:26:02.941Z] Removing intermediate container 3cac62c37da0 [2022-10-19T19:26:02.941Z] ---> 6961edfa8989 [2022-10-19T19:26:02.941Z] Step 8/25 : COPY . . [2022-10-19T19:26:02.941Z] Removing intermediate container f95e15397fe0 [2022-10-19T19:26:02.941Z] ---> 1187c7560bb4 [2022-10-19T19:26:02.941Z] Step 8/26 : COPY . . [2022-10-19T19:26:02.941Z] Removing intermediate container aad1a4b6d0a2 [2022-10-19T19:26:02.941Z] ---> b1838d173fb1 [2022-10-19T19:26:02.941Z] Step 8/26 : COPY . . [2022-10-19T19:26:02.941Z] Removing intermediate container 0b249cda2343 [2022-10-19T19:26:02.941Z] ---> 4bf5b22548f9 [2022-10-19T19:26:02.941Z] Step 8/23 : COPY . . [2022-10-19T19:26:02.941Z] Removing intermediate container 30e5f82860ab [2022-10-19T19:26:02.941Z] ---> a924e49db114 [2022-10-19T19:26:02.941Z] Step 9/25 : COPY . . [2022-10-19T19:26:21.148Z] ---> ce17361ac31f [2022-10-19T19:26:21.148Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-19T19:26:21.148Z] ---> 191c73860e1d [2022-10-19T19:26:21.148Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-19T19:26:21.148Z] ---> d2e9cd0a2c4a [2022-10-19T19:26:21.148Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-19T19:26:21.148Z] ---> 322549dc81d5 [2022-10-19T19:26:21.148Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-19T19:26:21.148Z] ---> 877e8d60b3c1 [2022-10-19T19:26:21.148Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-19T19:26:21.148Z] ---> Running in 49acf89598d1 [2022-10-19T19:26:21.148Z] ---> Running in f26d979e8ece [2022-10-19T19:26:21.148Z] ---> Running in 0a822786aead [2022-10-19T19:26:21.148Z] ---> Running in 2335b4547f39 [2022-10-19T19:26:21.148Z] ---> Running in 79166f38d661 [2022-10-19T19:26:21.148Z] Removing intermediate container 49acf89598d1 [2022-10-19T19:26:21.148Z] ---> 0245f0cb3de7 [2022-10-19T19:26:21.148Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-19T19:26:21.148Z] ---> Running in f2af6822d032 [2022-10-19T19:26:21.148Z] Removing intermediate container f26d979e8ece [2022-10-19T19:26:21.148Z] ---> 45b142928b8b [2022-10-19T19:26:21.148Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-19T19:26:21.148Z] Removing intermediate container 79166f38d661 [2022-10-19T19:26:21.148Z] ---> dcbc55e6d33c [2022-10-19T19:26:21.148Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-19T19:26:21.148Z] ---> Running in 01e641eff4ae [2022-10-19T19:26:21.148Z] ---> Running in 178e5c3c80b9 [2022-10-19T19:26:21.148Z] Removing intermediate container f2af6822d032 [2022-10-19T19:26:21.148Z] ---> 91e7a249b03a [2022-10-19T19:26:21.148Z] 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-19T19:26:21.148Z] ---> Running in eb6b34408bb9 [2022-10-19T19:26:21.148Z] 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-19T19:26:21.148Z] Removing intermediate container 178e5c3c80b9 [2022-10-19T19:26:21.148Z] ---> e38dc416ee7e [2022-10-19T19:26:21.148Z] 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-19T19:26:21.148Z] Removing intermediate container 01e641eff4ae [2022-10-19T19:26:21.148Z] ---> 4778ea40a5c1 [2022-10-19T19:26:21.148Z] 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-19T19:26:21.148Z] ---> Running in 71582db2e0e2 [2022-10-19T19:26:21.148Z] ---> Running in 4c5e38bceb10 [2022-10-19T19:26:21.148Z] 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-19T19:26:25.407Z] Removing intermediate container eb6b34408bb9 [2022-10-19T19:26:25.407Z] ---> 61964455e25f [2022-10-19T19:26:25.407Z] Step 12/25 : WORKDIR /edgex-go [2022-10-19T19:26:25.407Z] ---> Running in 8bdaf872d370 [2022-10-19T19:26:25.674Z] Removing intermediate container 71582db2e0e2 [2022-10-19T19:26:25.674Z] ---> b35fbe4bbaf7 [2022-10-19T19:26:25.674Z] Step 12/26 : WORKDIR /edgex-go [2022-10-19T19:26:25.674Z] Removing intermediate container 4c5e38bceb10 [2022-10-19T19:26:25.674Z] ---> 583c91c7494e [2022-10-19T19:26:25.674Z] Step 12/26 : WORKDIR /edgex-go [2022-10-19T19:26:25.947Z] Removing intermediate container 8bdaf872d370 [2022-10-19T19:26:25.947Z] ---> 0ae06ce582f6 [2022-10-19T19:26:25.947Z] [2022-10-19T19:26:25.947Z] Step 13/25 : FROM alpine:3.15 [2022-10-19T19:26:25.947Z] ---> Running in 97779ccd114a [2022-10-19T19:26:25.947Z] ---> Running in cb7b8baa734c [2022-10-19T19:26:26.217Z] 3.15: Pulling from library/alpine [2022-10-19T19:26:26.803Z] Removing intermediate container 97779ccd114a [2022-10-19T19:26:26.803Z] ---> 72b8bde32068 [2022-10-19T19:26:26.803Z] [2022-10-19T19:26:26.803Z] Step 13/26 : FROM alpine:3.15Removing intermediate container cb7b8baa734c [2022-10-19T19:26:26.803Z] [2022-10-19T19:26:26.803Z] ---> 80204240d306 [2022-10-19T19:26:26.803Z] [2022-10-19T19:26:26.803Z] Step 13/26 : FROM alpine:3.15 [2022-10-19T19:26:27.069Z] 3.15: Pulling from library/alpine [2022-10-19T19:26:27.069Z] 3.15: Pulling from library/alpine [2022-10-19T19:26:27.652Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-19T19:26:27.652Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-19T19:26:27.652Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-19T19:26:27.652Z] Status: Downloaded newer image for alpine:3.15 [2022-10-19T19:26:27.652Z] Status: Image is up to date for alpine:3.15 [2022-10-19T19:26:27.652Z] Status: Image is up to date for alpine:3.15 [2022-10-19T19:26:27.652Z] ---> 02e0d6fdf486 [2022-10-19T19:26:27.652Z] ---> 02e0d6fdf486 [2022-10-19T19:26:27.652Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation'Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-19T19:26:27.652Z] ---> 02e0d6fdf486 [2022-10-19T19:26:27.652Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-19T19:26:27.652Z] [2022-10-19T19:26:27.926Z] ---> Running in ab4701bdb1df [2022-10-19T19:26:27.926Z] ---> Running in ed2176bfca97 [2022-10-19T19:26:27.926Z] ---> Running in 0770f8416fab [2022-10-19T19:26:28.884Z] Removing intermediate container 0770f8416fab [2022-10-19T19:26:28.884Z] ---> 7c7e58714d27 [2022-10-19T19:26:28.884Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:26:28.884Z] Removing intermediate container ed2176bfca97 [2022-10-19T19:26:28.884Z] ---> e5a56cd2a79c [2022-10-19T19:26:28.884Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:26:28.884Z] Removing intermediate container ab4701bdb1df [2022-10-19T19:26:28.884Z] ---> 5430fb23e03d [2022-10-19T19:26:28.884Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:26:28.884Z] ---> Running in e660de6a2531 [2022-10-19T19:26:29.151Z] ---> Running in e80b582b03e4 [2022-10-19T19:26:29.151Z] ---> Running in ff2c57042980 [2022-10-19T19:26:33.415Z] Removing intermediate container e660de6a2531 [2022-10-19T19:26:33.415Z] ---> 307367f1e692 [2022-10-19T19:26:33.415Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-19T19:26:33.415Z] ---> Running in 87bfd9448440 [2022-10-19T19:26:33.995Z] Removing intermediate container e80b582b03e4 [2022-10-19T19:26:33.995Z] ---> fc6c79c54783 [2022-10-19T19:26:33.995Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-19T19:26:34.262Z] Removing intermediate container ff2c57042980 [2022-10-19T19:26:34.262Z] ---> 59e5aae0d19b [2022-10-19T19:26:34.262Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-19T19:26:34.262Z] ---> Running in 17a39043354b [2022-10-19T19:26:34.262Z] ---> Running in 312490f9f1e4 [2022-10-19T19:26:36.204Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:36.204Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:36.472Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:37.433Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:37.433Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:37.433Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:39.374Z] v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-19T19:26:39.374Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-19T19:26:39.374Z] OK: 15734 distinct packages available [2022-10-19T19:26:39.374Z] v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-19T19:26:39.374Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-19T19:26:39.374Z] OK: 15734 distinct packages available [2022-10-19T19:26:39.374Z] v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-19T19:26:39.374Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-19T19:26:39.374Z] OK: 15734 distinct packages available [2022-10-19T19:26:39.374Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:39.374Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:39.374Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:40.330Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:40.330Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:40.330Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:26:41.740Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-19T19:26:41.740Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-19T19:26:41.740Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-19T19:26:41.740Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-19T19:26:41.740Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-19T19:26:41.740Z] (3/5) Installing libucontext (1.1-r0) [2022-10-19T19:26:41.740Z] (3/5) Installing libucontext (1.1-r0) [2022-10-19T19:26:41.740Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-19T19:26:41.740Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-19T19:26:41.740Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-19T19:26:41.740Z] (3/4) Installing libucontext (1.1-r0) [2022-10-19T19:26:42.006Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-19T19:26:42.006Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-19T19:26:42.006Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-19T19:26:42.006Z] Executing busybox-1.34.1-r7.trigger [2022-10-19T19:26:42.006Z] Executing busybox-1.34.1-r7.trigger [2022-10-19T19:26:42.006Z] Executing busybox-1.34.1-r7.trigger [2022-10-19T19:26:42.006Z] OK: 6 MiB in 18 packages [2022-10-19T19:26:42.006Z] OK: 6 MiB in 19 packages [2022-10-19T19:26:42.274Z] OK: 6 MiB in 19 packages [2022-10-19T19:26:44.858Z] Removing intermediate container 312490f9f1e4 [2022-10-19T19:26:44.858Z] ---> 6d6fc4784e4a [2022-10-19T19:26:44.858Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-19T19:26:44.858Z] Removing intermediate container 17a39043354b [2022-10-19T19:26:44.858Z] ---> 384852502c56 [2022-10-19T19:26:44.858Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-19T19:26:44.858Z] Removing intermediate container 87bfd9448440 [2022-10-19T19:26:44.858Z] ---> e932d80d43a6 [2022-10-19T19:26:44.858Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-19T19:26:51.495Z] ---> 84bce82d4bc7 [2022-10-19T19:26:51.495Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-19T19:26:55.759Z] ---> b7f1534cce1d [2022-10-19T19:26:55.759Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-19T19:26:55.759Z] ---> 52817daa5cd6 [2022-10-19T19:26:55.759Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-19T19:26:57.174Z] ---> b7ac88fbfc3f [2022-10-19T19:26:57.174Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-19T19:26:57.174Z] ---> 9fb7c31756ad [2022-10-19T19:26:57.174Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-19T19:26:57.442Z] ---> Running in 8a3b11ebba4b [2022-10-19T19:26:58.409Z] Removing intermediate container 8a3b11ebba4b [2022-10-19T19:26:58.409Z] ---> 4c222d2df4fb [2022-10-19T19:26:58.409Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-19T19:26:58.681Z] ---> 8d1e4ab25d22 [2022-10-19T19:26:58.681Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-19T19:27:00.634Z] ---> 057f5ef5c4f8 [2022-10-19T19:27:00.634Z] Step 21/26 : WORKDIR / [2022-10-19T19:27:00.634Z] ---> 07bf9d0a2c6f [2022-10-19T19:27:00.634Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-19T19:27:00.634Z] ---> Running in b3e1f52d992c [2022-10-19T19:27:00.634Z] ---> Running in 8958d2c91204 [2022-10-19T19:27:01.595Z] ---> 1acc593a67d3 [2022-10-19T19:27:01.596Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-19T19:27:01.596Z] Removing intermediate container b3e1f52d992c [2022-10-19T19:27:01.596Z] ---> 6dbaf098921f [2022-10-19T19:27:01.596Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-19T19:27:01.596Z] Removing intermediate container 8958d2c91204 [2022-10-19T19:27:01.596Z] ---> 84e571bb1d6b [2022-10-19T19:27:01.596Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-19T19:27:01.596Z] ---> Running in 956e6c5b8fe6 [2022-10-19T19:27:01.862Z] ---> Running in befcd80ad1e2 [2022-10-19T19:27:02.827Z] Removing intermediate container befcd80ad1e2 [2022-10-19T19:27:02.827Z] ---> c21c65bb4ba2 [2022-10-19T19:27:02.827Z] Step 23/25 : LABEL arch=arm64 [2022-10-19T19:27:02.827Z] Removing intermediate container 956e6c5b8fe6 [2022-10-19T19:27:02.827Z] ---> 1793239b6f1d [2022-10-19T19:27:02.827Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-19T19:27:02.827Z] ---> Running in 60120ce3f22c [2022-10-19T19:27:03.095Z] ---> Running in 0fae0c8aae89 [2022-10-19T19:27:03.362Z] ---> 556870500645 [2022-10-19T19:27:03.362Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-19T19:27:03.362Z] Removing intermediate container 60120ce3f22c [2022-10-19T19:27:03.362Z] ---> 158042b74e0b [2022-10-19T19:27:03.362Z] Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:27:03.630Z] ---> Running in aa3cc7bed650 [2022-10-19T19:27:04.214Z] Removing intermediate container 0fae0c8aae89 [2022-10-19T19:27:04.214Z] ---> 2efa4db07abe [2022-10-19T19:27:04.214Z] Step 24/26 : LABEL arch=arm64 [2022-10-19T19:27:04.483Z] Removing intermediate container aa3cc7bed650 [2022-10-19T19:27:04.483Z] ---> 10a088e760c3 [2022-10-19T19:27:04.483Z] Step 25/25 : LABEL version=0.0.0 [2022-10-19T19:27:04.483Z] ---> Running in 2cc14063680e [2022-10-19T19:27:04.483Z] ---> Running in a28830111ea6 [2022-10-19T19:27:04.750Z] ---> 15aee463c011 [2022-10-19T19:27:04.750Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-19T19:27:05.016Z] Removing intermediate container 2cc14063680e [2022-10-19T19:27:05.017Z] ---> 6b258769a91d [2022-10-19T19:27:05.017Z] Step 25/26 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:27:05.286Z] ---> Running in 6b3e9c29aec8 [2022-10-19T19:27:05.286Z] Removing intermediate container a28830111ea6 [2022-10-19T19:27:05.286Z] ---> 2be50426d3be [2022-10-19T19:27:05.286Z] [2022-10-19T19:27:06.267Z] Removing intermediate container 6b3e9c29aec8 [2022-10-19T19:27:06.267Z] ---> afcd94d34cd3 [2022-10-19T19:27:06.267Z] Step 26/26 : LABEL version=0.0.0 [2022-10-19T19:27:06.267Z] ---> 1f590a8e19ba [2022-10-19T19:27:06.267Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-19T19:27:06.267Z] ---> Running in da69f5e6dd14 [2022-10-19T19:27:06.267Z] Successfully built 2be50426d3be [2022-10-19T19:27:06.536Z] Successfully tagged security-spire-server-arm64:latest [2022-10-19T19:27:06.536Z] ---> Running in 4487542253cd [2022-10-19T19:27:06.536Z]  Building security-spire-server ... done Building security-spiffe-token-provider [2022-10-19T19:27:07.117Z] Removing intermediate container da69f5e6dd14 [2022-10-19T19:27:07.117Z] ---> 17afed41d5b5 [2022-10-19T19:27:07.117Z] [2022-10-19T19:27:07.117Z] Removing intermediate container 4487542253cd [2022-10-19T19:27:07.117Z] ---> c19f6536e58a [2022-10-19T19:27:07.117Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-19T19:27:07.384Z] ---> Running in 1b5f550188e7 [2022-10-19T19:27:07.384Z] Successfully built 17afed41d5b5 [2022-10-19T19:27:07.652Z] Successfully tagged security-spire-config-arm64:latest [2022-10-19T19:27:07.652Z]  Building security-spire-config ... done Building core-data [2022-10-19T19:27:07.920Z] Removing intermediate container 1b5f550188e7 [2022-10-19T19:27:07.920Z] ---> 48dbae671f94 [2022-10-19T19:27:07.920Z] Step 24/26 : LABEL arch=arm64 [2022-10-19T19:27:08.193Z] ---> Running in f39da57302c0 [2022-10-19T19:27:08.473Z] Removing intermediate container f39da57302c0 [2022-10-19T19:27:08.473Z] ---> d803da9fb3ab [2022-10-19T19:27:08.473Z] Step 25/26 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:27:08.740Z] ---> Running in 08215a65607d [2022-10-19T19:27:09.328Z] Removing intermediate container 08215a65607d [2022-10-19T19:27:09.328Z] ---> a93011edb8c4 [2022-10-19T19:27:09.328Z] Step 26/26 : LABEL version=0.0.0 [2022-10-19T19:27:09.328Z] ---> Running in 15cf0ccb420b [2022-10-19T19:27:09.911Z] Removing intermediate container 15cf0ccb420b [2022-10-19T19:27:09.911Z] ---> 4cbdd155dd8c [2022-10-19T19:27:09.911Z] [2022-10-19T19:27:10.178Z] Successfully built 4cbdd155dd8c [2022-10-19T19:27:10.178Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-19T19:27:10.178Z]  Building security-spire-agent ... done Building security-bootstrapper [2022-10-19T19:27:42.412Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:27:42.412Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:27:42.412Z] ---> fd2756c72711 [2022-10-19T19:27:42.412Z] Step 3/20 : WORKDIR /edgex-go [2022-10-19T19:27:42.412Z] ---> Using cache [2022-10-19T19:27:42.412Z] ---> ed1db27bc0b7 [2022-10-19T19:27:42.412Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-19T19:27:42.412Z] ---> Running in 7edf3b189fc6 [2022-10-19T19:27:42.412Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:27:42.412Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:27:42.412Z] ---> fd2756c72711 [2022-10-19T19:27:42.412Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-19T19:27:42.412Z] ---> Using cache [2022-10-19T19:27:42.412Z] ---> a64c1ebe0102 [2022-10-19T19:27:42.412Z] Step 4/24 : WORKDIR /edgex-go [2022-10-19T19:27:42.412Z] ---> Using cache [2022-10-19T19:27:42.412Z] ---> 02b138204700 [2022-10-19T19:27:42.412Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:27:42.412Z] ---> Using cache [2022-10-19T19:27:42.412Z] ---> c15a60af73ca [2022-10-19T19:27:42.412Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-19T19:27:42.412Z] ---> Running in cc652e72d87c [2022-10-19T19:27:42.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:27:42.412Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:27:42.412Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:27:42.412Z] ---> fd2756c72711 [2022-10-19T19:27:42.412Z] Step 3/33 : WORKDIR /edgex-go [2022-10-19T19:27:42.412Z] ---> Using cache [2022-10-19T19:27:42.412Z] ---> ed1db27bc0b7 [2022-10-19T19:27:42.412Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:27:42.412Z] ---> Using cache [2022-10-19T19:27:42.412Z] ---> b637bfd4ab17 [2022-10-19T19:27:42.412Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-19T19:27:42.412Z] ---> Running in 9729502d4df9 [2022-10-19T19:27:42.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:27:43.818Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:27:43.818Z] v3.16.2-312-gb93bd0b546 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-19T19:27:43.818Z] v3.16.2-311-gdacaca291d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-19T19:27:43.818Z] OK: 16894 distinct packages available [2022-10-19T19:27:44.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:27:44.083Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:27:44.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:27:44.620Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:27:45.204Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:27:45.784Z] OK: 221 MiB in 51 packages [2022-10-19T19:27:46.367Z] OK: 221 MiB in 51 packages [2022-10-19T19:27:46.947Z] OK: 221 MiB in 51 packages [2022-10-19T19:27:47.903Z] Removing intermediate container 7edf3b189fc6 [2022-10-19T19:27:47.903Z] ---> 9361979ee261 [2022-10-19T19:27:47.903Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-19T19:27:48.485Z] Removing intermediate container cc652e72d87c [2022-10-19T19:27:48.485Z] ---> e3c3e5306710 [2022-10-19T19:27:48.485Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-19T19:27:49.068Z] Removing intermediate container 9729502d4df9 [2022-10-19T19:27:49.068Z] ---> c2704d4a6bcf [2022-10-19T19:27:49.068Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-19T19:27:49.337Z] ---> 780a28a3f227 [2022-10-19T19:27:49.337Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:27:49.603Z] ---> Running in 42ca554f89b9 [2022-10-19T19:27:50.184Z] ---> 3e24062965dd [2022-10-19T19:27:50.185Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:27:50.453Z] ---> Running in 5e302e9c4563 [2022-10-19T19:27:50.719Z] ---> b9415fe99f7d [2022-10-19T19:27:50.719Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:27:50.985Z] ---> Running in a354d7fe833e [2022-10-19T19:29:27.611Z] Removing intermediate container 42ca554f89b9 [2022-10-19T19:29:27.612Z] ---> 4614b27f5a17 [2022-10-19T19:29:27.612Z] Step 7/20 : COPY . . [2022-10-19T19:29:27.612Z] Removing intermediate container a354d7fe833e [2022-10-19T19:29:27.612Z] ---> d8b4c9d85dda [2022-10-19T19:29:27.612Z] Step 8/33 : COPY . . [2022-10-19T19:29:27.612Z] Removing intermediate container 5e302e9c4563 [2022-10-19T19:29:27.612Z] ---> 29e20eadd52c [2022-10-19T19:29:27.612Z] Step 9/24 : COPY . . [2022-10-19T19:29:45.802Z] ---> 3db6041bf2ff [2022-10-19T19:29:45.802Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-19T19:29:45.802Z] ---> fd2ecccb039e [2022-10-19T19:29:45.802Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-19T19:29:45.802Z] ---> 947cc8b3e092 [2022-10-19T19:29:45.802Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-19T19:29:45.802Z] ---> Running in 995260de1228 [2022-10-19T19:29:45.802Z] ---> Running in cc3fef1bc425 [2022-10-19T19:29:45.802Z] ---> Running in 15677a2e6fc5 [2022-10-19T19:29:47.213Z] 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-19T19:29:47.481Z] 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-19T19:29:47.481Z] 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-19T19:30:43.995Z] Removing intermediate container 0a822786aead [2022-10-19T19:30:43.995Z] ---> 80ad022ce530 [2022-10-19T19:30:43.995Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-19T19:30:43.995Z] ---> Running in 8c07b797428b [2022-10-19T19:30:43.995Z] 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-19T19:30:46.643Z] Removing intermediate container 8c07b797428b [2022-10-19T19:30:46.643Z] ---> 54a2f5ff9026 [2022-10-19T19:30:46.643Z] [2022-10-19T19:30:46.643Z] Step 11/23 : FROM alpine:3.16 [2022-10-19T19:30:46.910Z] 3.16: Pulling from library/alpine [2022-10-19T19:30:46.910Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-19T19:30:46.910Z] Status: Downloaded newer image for alpine:3.16 [2022-10-19T19:30:46.910Z] ---> a6215f271958 [2022-10-19T19:30:46.910Z] 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-19T19:30:47.190Z] ---> Running in 6ff03e25a29f [2022-10-19T19:30:47.877Z] Removing intermediate container 6ff03e25a29f [2022-10-19T19:30:47.877Z] ---> 84dd411b9670 [2022-10-19T19:30:47.877Z] 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-19T19:30:47.877Z] ---> Running in 2576d062f0ca [2022-10-19T19:30:49.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:30:50.428Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:30:51.832Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-19T19:30:51.832Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-19T19:30:51.832Z] (3/33) Installing readline (8.1.2-r0) [2022-10-19T19:30:51.832Z] (4/33) Installing bash (5.1.16-r2) [2022-10-19T19:30:51.832Z] Executing bash-5.1.16-r2.post-install [2022-10-19T19:30:51.832Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-19T19:30:51.832Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-19T19:30:51.832Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-19T19:30:51.832Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-19T19:30:52.098Z] (9/33) Installing curl (7.83.1-r3) [2022-10-19T19:30:52.098Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-19T19:30:53.054Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-19T19:30:53.054Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-19T19:30:53.054Z] (13/33) Installing expat (2.4.9-r0) [2022-10-19T19:30:53.054Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-19T19:30:53.054Z] (15/33) Installing gdbm (1.23-r0) [2022-10-19T19:30:53.054Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-19T19:30:53.054Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-19T19:30:53.054Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-19T19:30:53.320Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-19T19:30:53.321Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-19T19:30:53.321Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-19T19:30:55.887Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-19T19:30:56.154Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-19T19:30:56.154Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-19T19:30:56.154Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-19T19:30:56.154Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-19T19:30:56.154Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-19T19:30:56.154Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-19T19:30:56.154Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-19T19:30:56.154Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-19T19:30:56.154Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-19T19:30:56.154Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-19T19:30:56.419Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-19T19:30:57.373Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:30:57.373Z] Executing ca-certificates-20220614-r0.trigger [2022-10-19T19:30:57.954Z] OK: 120 MiB in 47 packages [2022-10-19T19:31:16.196Z] Collecting docker-compose==1.23.2 [2022-10-19T19:31:16.196Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-19T19:31:16.196Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 12.4 MB/s eta 0:00:00 [2022-10-19T19:31:16.196Z] Collecting cached-property<2,>=1.2.0 [2022-10-19T19:31:16.196Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-19T19:31:16.461Z] Collecting docker<4.0,>=3.6.0 [2022-10-19T19:31:16.461Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-19T19:31:16.461Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 10.3 MB/s eta 0:00:00 [2022-10-19T19:31:16.461Z] 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-19T19:31:17.419Z] Collecting jsonschema<3,>=2.5.1 [2022-10-19T19:31:17.419Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-19T19:31:18.824Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-19T19:31:18.824Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-19T19:31:18.824Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 15.9 MB/s eta 0:00:00 [2022-10-19T19:31:19.093Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-19T19:31:19.093Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-19T19:31:19.093Z] Preparing metadata (setup.py): started [2022-10-19T19:31:22.430Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-19T19:31:22.696Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-19T19:31:22.696Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-19T19:31:22.696Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 15.6 MB/s eta 0:00:00 [2022-10-19T19:31:23.654Z] Collecting PyYAML<4,>=3.10 [2022-10-19T19:31:23.654Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-19T19:31:23.918Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 7.6 MB/s eta 0:00:00 [2022-10-19T19:31:25.852Z] Preparing metadata (setup.py): started [2022-10-19T19:31:29.181Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-19T19:31:29.181Z] Collecting docopt<0.7,>=0.6.1 [2022-10-19T19:31:29.181Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-19T19:31:29.181Z] Preparing metadata (setup.py): started [2022-10-19T19:31:31.751Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-19T19:31:32.017Z] Collecting texttable<0.10,>=0.9.0 [2022-10-19T19:31:32.017Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-19T19:31:32.283Z] Preparing metadata (setup.py): started [2022-10-19T19:31:36.525Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-19T19:31:36.525Z] Collecting docker-pycreds>=0.4.0 [2022-10-19T19:31:36.525Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-19T19:31:38.463Z] Collecting certifi>=2017.4.17 [2022-10-19T19:31:38.463Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-19T19:31:38.463Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 16.8 MB/s eta 0:00:00 [2022-10-19T19:31:38.729Z] Removing intermediate container 2335b4547f39 [2022-10-19T19:31:38.729Z] ---> 025df58b5e09 [2022-10-19T19:31:38.729Z] [2022-10-19T19:31:38.729Z] Step 11/25 : FROM alpine:3.16 [2022-10-19T19:31:38.729Z] ---> a6215f271958 [2022-10-19T19:31:38.729Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-19T19:31:38.729Z] ---> Running in 24009a865279 [2022-10-19T19:31:38.996Z] Collecting idna<2.8,>=2.5 [2022-10-19T19:31:38.996Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-19T19:31:38.997Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 2.0 MB/s eta 0:00:00 [2022-10-19T19:31:39.261Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-19T19:31:39.261Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-19T19:31:39.527Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 4.3 MB/s eta 0:00:00 [2022-10-19T19:31:40.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:31:40.756Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-19T19:31:40.756Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-19T19:31:40.756Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 11.6 MB/s eta 0:00:00 [2022-10-19T19:31:41.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:31:41.604Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-19T19:31:41.604Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-19T19:31:41.604Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-19T19:31:41.604Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-19T19:31:42.188Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-19T19:31:42.188Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:31:42.188Z] OK: 5 MiB in 15 packages [2022-10-19T19:31:43.146Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-19T19:31:43.146Z] Running setup.py install for texttable: started [2022-10-19T19:31:44.103Z] Removing intermediate container 24009a865279 [2022-10-19T19:31:44.103Z] ---> 7d55ff632295 [2022-10-19T19:31:44.103Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-19T19:31:44.103Z] ---> Running in 5b1246e78de3 [2022-10-19T19:31:44.683Z] Removing intermediate container 5b1246e78de3 [2022-10-19T19:31:44.683Z] ---> 5c770a1d5446 [2022-10-19T19:31:44.683Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-19T19:31:44.683Z] ---> Running in a57c2579ee82 [2022-10-19T19:31:44.948Z] Removing intermediate container a57c2579ee82 [2022-10-19T19:31:44.948Z] ---> 9f494d8c744f [2022-10-19T19:31:44.948Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-19T19:31:45.213Z] ---> Running in cf9d88808c29 [2022-10-19T19:31:45.478Z] Removing intermediate container cf9d88808c29 [2022-10-19T19:31:45.478Z] ---> 0d597c66029d [2022-10-19T19:31:45.478Z] Step 16/25 : WORKDIR / [2022-10-19T19:31:45.742Z] ---> Running in 4f703119c678 [2022-10-19T19:31:46.325Z] Removing intermediate container 4f703119c678 [2022-10-19T19:31:46.325Z] ---> fde5c646fb12 [2022-10-19T19:31:46.325Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:31:46.591Z] Running setup.py install for texttable: finished with status 'done' [2022-10-19T19:31:46.591Z] Running setup.py install for PyYAML: started [2022-10-19T19:31:47.174Z] ---> 01d4048609c4 [2022-10-19T19:31:47.174Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-19T19:31:49.117Z] ---> 6ec88043b6f6 [2022-10-19T19:31:49.117Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-19T19:31:50.073Z] ---> d50e74e0f239 [2022-10-19T19:31:50.073Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-19T19:31:51.049Z] ---> 04d4e6515a25 [2022-10-19T19:31:51.049Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-19T19:31:51.049Z] ---> Running in 0fbdda503416 [2022-10-19T19:31:51.049Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-19T19:31:51.315Z] Removing intermediate container 0fbdda503416 [2022-10-19T19:31:51.315Z] ---> 3bb23e9c894c [2022-10-19T19:31:51.581Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:31:51.581Z] ---> Running in d8d295a199b7 [2022-10-19T19:31:52.178Z] Removing intermediate container d8d295a199b7 [2022-10-19T19:31:52.178Z] ---> a5ec19e5db38 [2022-10-19T19:31:52.178Z] Step 23/25 : LABEL arch=arm64 [2022-10-19T19:31:52.447Z] ---> Running in da436d4eefc1 [2022-10-19T19:31:53.032Z] Removing intermediate container da436d4eefc1 [2022-10-19T19:31:53.032Z] ---> 923566440302 [2022-10-19T19:31:53.032Z] Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:31:53.032Z] ---> Running in bd11794b4c95 [2022-10-19T19:31:53.339Z] Running setup.py install for docopt: started [2022-10-19T19:31:53.614Z] Removing intermediate container bd11794b4c95 [2022-10-19T19:31:53.614Z] ---> 6bfb802e179b [2022-10-19T19:31:53.614Z] Step 25/25 : LABEL version=0.0.0 [2022-10-19T19:31:53.614Z] ---> Running in cf7dbb196cca [2022-10-19T19:31:54.201Z] Removing intermediate container cf7dbb196cca [2022-10-19T19:31:54.201Z] ---> 9e5a2342eb7c [2022-10-19T19:31:54.201Z] [2022-10-19T19:31:54.474Z] Successfully built 9e5a2342eb7c [2022-10-19T19:31:54.474Z] Successfully tagged core-metadata-arm64:latest [2022-10-19T19:31:54.474Z]  Building core-metadata ... done Building support-scheduler [2022-10-19T19:31:57.066Z] Running setup.py install for docopt: finished with status 'done' [2022-10-19T19:32:00.399Z] Running setup.py install for dockerpty: started [2022-10-19T19:32:05.728Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-19T19:32:12.356Z] 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-19T19:32:12.356Z] 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-19T19:32:12.356Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:32:12.356Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:32:12.356Z] ---> fd2756c72711 [2022-10-19T19:32:12.356Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-19T19:32:12.356Z] ---> Using cache [2022-10-19T19:32:12.356Z] ---> a64c1ebe0102 [2022-10-19T19:32:12.356Z] Step 4/23 : WORKDIR /edgex-go [2022-10-19T19:32:12.356Z] ---> Using cache [2022-10-19T19:32:12.356Z] ---> 02b138204700 [2022-10-19T19:32:12.356Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:32:12.356Z] ---> Using cache [2022-10-19T19:32:12.356Z] ---> c15a60af73ca [2022-10-19T19:32:12.356Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-19T19:32:12.356Z] ---> Using cache [2022-10-19T19:32:12.356Z] ---> 6763ae27305d [2022-10-19T19:32:12.356Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-19T19:32:12.356Z] ---> Using cache [2022-10-19T19:32:12.356Z] ---> 252e2dbea87b [2022-10-19T19:32:12.356Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:32:12.356Z] ---> Using cache [2022-10-19T19:32:12.356Z] ---> a924e49db114 [2022-10-19T19:32:12.356Z] Step 9/23 : COPY . . [2022-10-19T19:32:12.356Z] ---> Using cache [2022-10-19T19:32:12.356Z] ---> 877e8d60b3c1 [2022-10-19T19:32:12.356Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-19T19:32:12.941Z] ---> Running in 1e97797189ae [2022-10-19T19:32:14.894Z] 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-19T19:32:29.877Z] Removing intermediate container 2576d062f0ca [2022-10-19T19:32:29.877Z] ---> e9b48afb03f9 [2022-10-19T19:32:29.877Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-19T19:32:29.877Z] ---> Running in 5dbaf7223d5e [2022-10-19T19:32:29.877Z] Removing intermediate container 5dbaf7223d5e [2022-10-19T19:32:29.877Z] ---> 943fad56e0f6 [2022-10-19T19:32:29.877Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-19T19:32:29.877Z] ---> Running in 78a60caec0d6 [2022-10-19T19:32:30.143Z] Removing intermediate container 78a60caec0d6 [2022-10-19T19:32:30.143Z] ---> 06f6b5e3c555 [2022-10-19T19:32:30.143Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-19T19:32:31.552Z] ---> 207d61b904e9 [2022-10-19T19:32:31.552Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-19T19:32:32.519Z] ---> 2efbcf2b4388 [2022-10-19T19:32:32.519Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-19T19:32:33.929Z] ---> ecd19c8914c6 [2022-10-19T19:32:33.930Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-19T19:32:33.930Z] ---> Running in c77668f76f45 [2022-10-19T19:32:34.514Z] Removing intermediate container c77668f76f45 [2022-10-19T19:32:34.514Z] ---> ed2c6387a923 [2022-10-19T19:32:34.514Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:32:34.514Z] ---> Running in eb04214e8b9b [2022-10-19T19:32:35.100Z] Removing intermediate container eb04214e8b9b [2022-10-19T19:32:35.100Z] ---> f3d849fd455f [2022-10-19T19:32:35.100Z] Step 21/23 : LABEL arch=arm64 [2022-10-19T19:32:35.375Z] ---> Running in ad7c444e90b4 [2022-10-19T19:32:35.960Z] Removing intermediate container ad7c444e90b4 [2022-10-19T19:32:35.960Z] ---> 272149b92dd8 [2022-10-19T19:32:35.960Z] Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:32:36.228Z] ---> Running in c01627a82323 [2022-10-19T19:32:36.812Z] Removing intermediate container c01627a82323 [2022-10-19T19:32:36.812Z] ---> 83030d7dd23a [2022-10-19T19:32:36.812Z] Step 23/23 : LABEL version=0.0.0 [2022-10-19T19:32:36.812Z] ---> Running in ed6966d3fb07 [2022-10-19T19:32:37.397Z] Removing intermediate container ed6966d3fb07 [2022-10-19T19:32:37.397Z] ---> 319298428990 [2022-10-19T19:32:37.397Z] [2022-10-19T19:32:37.664Z] Successfully built 319298428990 [2022-10-19T19:32:37.664Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-19T19:32:37.664Z] Building security-secretstore-setup [2022-10-19T19:32:59.708Z]  Building sys-mgmt-agent ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:32:59.708Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:32:59.708Z] ---> fd2756c72711 [2022-10-19T19:32:59.708Z] Step 3/25 : WORKDIR /edgex-go [2022-10-19T19:32:59.708Z] ---> Using cache [2022-10-19T19:32:59.708Z] ---> ed1db27bc0b7 [2022-10-19T19:32:59.708Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:32:59.708Z] ---> Using cache [2022-10-19T19:32:59.708Z] ---> b637bfd4ab17 [2022-10-19T19:32:59.708Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-19T19:32:59.708Z] ---> Using cache [2022-10-19T19:32:59.708Z] ---> c2704d4a6bcf [2022-10-19T19:32:59.708Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-19T19:32:59.708Z] ---> Using cache [2022-10-19T19:32:59.708Z] ---> b9415fe99f7d [2022-10-19T19:32:59.708Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:32:59.708Z] ---> Using cache [2022-10-19T19:32:59.708Z] ---> d8b4c9d85dda [2022-10-19T19:32:59.708Z] Step 8/25 : COPY . . [2022-10-19T19:32:59.708Z] ---> Using cache [2022-10-19T19:32:59.708Z] ---> 3db6041bf2ff [2022-10-19T19:32:59.708Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-19T19:32:59.708Z] ---> Running in 3c04b022dc17 [2022-10-19T19:33:00.296Z] 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-19T19:36:22.029Z] Removing intermediate container 995260de1228 [2022-10-19T19:36:22.029Z] ---> 81842095910a [2022-10-19T19:36:22.029Z] [2022-10-19T19:36:22.029Z] Step 10/33 : FROM alpine:3.16 [2022-10-19T19:36:22.029Z] ---> a6215f271958 [2022-10-19T19:36:22.029Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-19T19:36:22.029Z] ---> Running in 53ef38b2ade8 [2022-10-19T19:36:22.029Z] Removing intermediate container 53ef38b2ade8 [2022-10-19T19:36:22.029Z] ---> 457a7bb9b4b5 [2022-10-19T19:36:22.029Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-19T19:36:22.029Z] ---> Running in a5e179371ccb [2022-10-19T19:36:22.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:36:22.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:36:22.029Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-19T19:36:22.029Z] (2/2) Installing su-exec (0.2-r1) [2022-10-19T19:36:22.029Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:36:22.029Z] OK: 5 MiB in 16 packages [2022-10-19T19:36:22.029Z] Removing intermediate container a5e179371ccb [2022-10-19T19:36:22.029Z] ---> 50a386c817cd [2022-10-19T19:36:22.029Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-19T19:36:22.029Z] ---> Running in 28d5120b9fd6 [2022-10-19T19:36:22.029Z] Removing intermediate container 28d5120b9fd6 [2022-10-19T19:36:22.029Z] ---> 374dbb69c327 [2022-10-19T19:36:22.029Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-19T19:36:22.029Z] ---> Running in 1b7e2989b98f [2022-10-19T19:36:22.029Z] Removing intermediate container 1b7e2989b98f [2022-10-19T19:36:22.029Z] ---> 156c3cb61024 [2022-10-19T19:36:22.029Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-19T19:36:22.029Z] ---> Running in a486cfe6ca1e [2022-10-19T19:36:22.029Z] Removing intermediate container a486cfe6ca1e [2022-10-19T19:36:22.029Z] ---> e314c193e136 [2022-10-19T19:36:22.029Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-19T19:36:22.029Z] ---> Running in 3ac631aa4a11 [2022-10-19T19:36:22.029Z] Removing intermediate container 3ac631aa4a11 [2022-10-19T19:36:22.029Z] ---> 0cedde358684 [2022-10-19T19:36:22.029Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-19T19:36:22.029Z] ---> Running in d0a3db337af6 [2022-10-19T19:36:23.990Z] Removing intermediate container d0a3db337af6 [2022-10-19T19:36:23.990Z] ---> e0efb6f2a21a [2022-10-19T19:36:23.990Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-19T19:36:23.990Z] ---> Running in 5e59aff9b67d [2022-10-19T19:36:24.576Z] Removing intermediate container 5e59aff9b67d [2022-10-19T19:36:24.576Z] ---> b37fca34a01c [2022-10-19T19:36:24.576Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-19T19:36:25.292Z] ---> a62a2103160f [2022-10-19T19:36:25.292Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-19T19:36:25.594Z] ---> Running in 1c62d2b540fa [2022-10-19T19:36:29.135Z] Removing intermediate container 1c62d2b540fa [2022-10-19T19:36:29.135Z] ---> 5b717af349fe [2022-10-19T19:36:29.135Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:36:29.411Z] ---> c0ccdd8a5c77 [2022-10-19T19:36:29.411Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-19T19:36:31.355Z] ---> aee4b70b6ebe [2022-10-19T19:36:31.355Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-19T19:36:32.308Z] ---> 9a46d679d5c6 [2022-10-19T19:36:32.308Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-19T19:36:33.265Z] ---> 9cf9eb988033 [2022-10-19T19:36:33.265Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-19T19:36:34.668Z] ---> d48a05a5c22e [2022-10-19T19:36:34.668Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-19T19:36:35.624Z] ---> fed949d2154c [2022-10-19T19:36:35.624Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-19T19:36:36.582Z] ---> 4971b86a061d [2022-10-19T19:36:36.582Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-19T19:36:36.582Z] ---> Running in da37666dad14 [2022-10-19T19:36:39.919Z] Removing intermediate container da37666dad14 [2022-10-19T19:36:39.919Z] ---> b5f893038914 [2022-10-19T19:36:39.919Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-19T19:36:39.919Z] ---> Running in 76c628ec6ccd [2022-10-19T19:36:40.503Z] Removing intermediate container 76c628ec6ccd [2022-10-19T19:36:40.503Z] ---> 0d6afda42580 [2022-10-19T19:36:40.503Z] Step 30/33 : CMD ["gate"] [2022-10-19T19:36:40.503Z] ---> Running in 017dca18655b [2022-10-19T19:36:41.086Z] Removing intermediate container 017dca18655b [2022-10-19T19:36:41.086Z] ---> 6e52912a9e74 [2022-10-19T19:36:41.086Z] Step 31/33 : LABEL arch=arm64 [2022-10-19T19:36:41.086Z] ---> Running in 08dc75f874b0 [2022-10-19T19:36:41.352Z] Removing intermediate container 08dc75f874b0 [2022-10-19T19:36:41.352Z] ---> f9c1ce3a5260 [2022-10-19T19:36:41.352Z] Step 32/33 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:36:41.621Z] ---> Running in 44cce037cb4d [2022-10-19T19:36:42.209Z] Removing intermediate container 44cce037cb4d [2022-10-19T19:36:42.209Z] ---> aa96821fed17 [2022-10-19T19:36:42.209Z] Step 33/33 : LABEL version=0.0.0 [2022-10-19T19:36:42.209Z] ---> Running in 7816f42a85bf [2022-10-19T19:36:42.800Z] Removing intermediate container 7816f42a85bf [2022-10-19T19:36:43.068Z] ---> 2942c761d75f [2022-10-19T19:36:43.068Z] [2022-10-19T19:36:43.068Z] Successfully built 2942c761d75f [2022-10-19T19:36:43.336Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-19T19:36:43.336Z]  Building security-bootstrapper ... done Building security-proxy-setup [2022-10-19T19:37:01.534Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:37:01.534Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:37:01.534Z] ---> fd2756c72711 [2022-10-19T19:37:01.534Z] Step 3/22 : WORKDIR /edgex-go [2022-10-19T19:37:01.534Z] ---> Using cache [2022-10-19T19:37:01.534Z] ---> ed1db27bc0b7 [2022-10-19T19:37:01.534Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:37:01.534Z] ---> Using cache [2022-10-19T19:37:01.534Z] ---> b637bfd4ab17 [2022-10-19T19:37:01.534Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-19T19:37:01.534Z] ---> Using cache [2022-10-19T19:37:01.534Z] ---> c2704d4a6bcf [2022-10-19T19:37:01.535Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-19T19:37:01.535Z] ---> Using cache [2022-10-19T19:37:01.535Z] ---> b9415fe99f7d [2022-10-19T19:37:01.535Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:37:01.535Z] ---> Using cache [2022-10-19T19:37:01.535Z] ---> d8b4c9d85dda [2022-10-19T19:37:01.535Z] Step 8/22 : COPY . . [2022-10-19T19:37:01.535Z] ---> Using cache [2022-10-19T19:37:01.535Z] ---> 3db6041bf2ff [2022-10-19T19:37:01.535Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-19T19:37:01.535Z] ---> Running in 36e882e1fb36 [2022-10-19T19:37:01.799Z] 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-19T19:37:58.183Z] Removing intermediate container 15677a2e6fc5 [2022-10-19T19:37:58.183Z] ---> 848233b02c96 [2022-10-19T19:37:58.183Z] [2022-10-19T19:37:58.183Z] Step 11/24 : FROM alpine:3.16 [2022-10-19T19:37:58.183Z] ---> a6215f271958 [2022-10-19T19:37:58.183Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-19T19:37:58.183Z] ---> Running in 5cd941edb6fb [2022-10-19T19:37:58.183Z] Removing intermediate container 5cd941edb6fb [2022-10-19T19:37:58.183Z] ---> 905289b41984 [2022-10-19T19:37:58.183Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-19T19:37:58.183Z] ---> Running in f08dfcaf11cd [2022-10-19T19:37:58.183Z] Removing intermediate container f08dfcaf11cd [2022-10-19T19:37:58.183Z] ---> 99f53257ba3e [2022-10-19T19:37:58.183Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-19T19:37:58.183Z] ---> Running in 37141f89a811 [2022-10-19T19:37:58.183Z] Removing intermediate container 37141f89a811 [2022-10-19T19:37:58.183Z] ---> 08c4f350914a [2022-10-19T19:37:58.183Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:37:58.183Z] ---> Running in 4893966aee4e [2022-10-19T19:37:58.183Z] Removing intermediate container 4893966aee4e [2022-10-19T19:37:58.183Z] ---> be38d6b93cb3 [2022-10-19T19:37:58.183Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-19T19:37:58.183Z] ---> Running in 28f32f3616e0 [2022-10-19T19:37:58.183Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:37:58.766Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:37:59.727Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-19T19:37:59.727Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-19T19:38:00.003Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-19T19:38:00.003Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-19T19:38:00.268Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-19T19:38:00.533Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-19T19:38:00.533Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:38:00.533Z] OK: 8 MiB in 20 packages [2022-10-19T19:38:02.483Z] Removing intermediate container 28f32f3616e0 [2022-10-19T19:38:02.483Z] ---> 83423bebb1ed [2022-10-19T19:38:02.483Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:38:03.473Z] ---> 54d480f29c26 [2022-10-19T19:38:03.473Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-19T19:38:04.893Z] ---> ae8ebb9b6f22 [2022-10-19T19:38:04.893Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-19T19:38:05.847Z] ---> 9c672ffc70e7 [2022-10-19T19:38:05.847Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-19T19:38:06.117Z] ---> Running in 06aa827e68f4 [2022-10-19T19:38:06.702Z] Removing intermediate container 06aa827e68f4 [2022-10-19T19:38:06.702Z] ---> bbcfa2eaf595 [2022-10-19T19:38:06.702Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:38:06.969Z] ---> Running in ca483a03f7b3 [2022-10-19T19:38:07.239Z] Removing intermediate container ca483a03f7b3 [2022-10-19T19:38:07.239Z] ---> e710ab0c3c74 [2022-10-19T19:38:07.239Z] Step 22/24 : LABEL arch=arm64 [2022-10-19T19:38:07.509Z] ---> Running in f56b2b565145 [2022-10-19T19:38:07.776Z] Removing intermediate container f56b2b565145 [2022-10-19T19:38:07.776Z] ---> 53256b713b4f [2022-10-19T19:38:07.776Z] Step 23/24 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:38:08.044Z] ---> Running in b87f86637f60 [2022-10-19T19:38:08.630Z] Removing intermediate container b87f86637f60 [2022-10-19T19:38:08.630Z] ---> 31aa75102b46 [2022-10-19T19:38:08.630Z] Step 24/24 : LABEL version=0.0.0 [2022-10-19T19:38:08.900Z] ---> Running in bb230fd6a5a5 [2022-10-19T19:38:09.167Z] Removing intermediate container bb230fd6a5a5 [2022-10-19T19:38:09.167Z] ---> 0815cceec1dc [2022-10-19T19:38:09.167Z] [2022-10-19T19:38:09.436Z] Successfully built 0815cceec1dc [2022-10-19T19:38:09.703Z] Successfully tagged core-data-arm64:latest [2022-10-19T19:38:09.703Z] Building core-command [2022-10-19T19:38:27.902Z]  Building core-data ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:38:27.902Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:38:27.902Z] ---> fd2756c72711 [2022-10-19T19:38:27.902Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-19T19:38:27.902Z] ---> Using cache [2022-10-19T19:38:27.902Z] ---> a64c1ebe0102 [2022-10-19T19:38:27.902Z] Step 4/24 : WORKDIR /edgex-go [2022-10-19T19:38:27.902Z] ---> Using cache [2022-10-19T19:38:27.902Z] ---> 02b138204700 [2022-10-19T19:38:27.902Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:38:27.902Z] ---> Using cache [2022-10-19T19:38:27.902Z] ---> c15a60af73ca [2022-10-19T19:38:27.902Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-19T19:38:27.902Z] ---> Using cache [2022-10-19T19:38:27.902Z] ---> 6763ae27305d [2022-10-19T19:38:27.902Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-19T19:38:27.903Z] ---> Using cache [2022-10-19T19:38:27.903Z] ---> 252e2dbea87b [2022-10-19T19:38:27.903Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:38:27.903Z] ---> Using cache [2022-10-19T19:38:27.903Z] ---> a924e49db114 [2022-10-19T19:38:27.903Z] Step 9/24 : COPY . . [2022-10-19T19:38:27.903Z] ---> Using cache [2022-10-19T19:38:27.903Z] ---> 877e8d60b3c1 [2022-10-19T19:38:27.903Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-19T19:38:27.903Z] ---> Running in 54dda988bd2f [2022-10-19T19:38:28.865Z] Removing intermediate container cc3fef1bc425 [2022-10-19T19:38:28.865Z] ---> 98c398719b01 [2022-10-19T19:38:28.865Z] [2022-10-19T19:38:28.865Z] Step 9/20 : FROM alpine:3.15 [2022-10-19T19:38:28.865Z] ---> 02e0d6fdf486 [2022-10-19T19:38:28.865Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-19T19:38:28.865Z] ---> Using cache [2022-10-19T19:38:28.865Z] ---> 5430fb23e03d [2022-10-19T19:38:28.865Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:38:28.865Z] ---> Using cache [2022-10-19T19:38:28.865Z] ---> 59e5aae0d19b [2022-10-19T19:38:28.865Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-19T19:38:28.865Z] ---> Running in d856b89ca886 [2022-10-19T19:38:30.803Z] 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-19T19:38:30.803Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:38:32.211Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:38:33.616Z] v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-19T19:38:33.616Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-19T19:38:33.616Z] OK: 15734 distinct packages available [2022-10-19T19:38:33.616Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:38:34.576Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:38:35.989Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-19T19:38:36.257Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-19T19:38:36.524Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-19T19:38:36.524Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-19T19:38:36.789Z] (5/9) Installing curl (7.80.0-r3) [2022-10-19T19:38:36.789Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-19T19:38:37.054Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-19T19:38:37.054Z] (8/9) Installing libucontext (1.1-r0) [2022-10-19T19:38:37.054Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-19T19:38:37.318Z] Executing busybox-1.34.1-r7.trigger [2022-10-19T19:38:37.318Z] Executing ca-certificates-20220614-r0.trigger [2022-10-19T19:38:37.898Z] OK: 8 MiB in 23 packages [2022-10-19T19:38:40.509Z] Removing intermediate container d856b89ca886 [2022-10-19T19:38:40.509Z] ---> 7f55857a4b5c [2022-10-19T19:38:40.509Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:38:41.105Z] ---> ef6785187ec2 [2022-10-19T19:38:41.105Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-19T19:38:43.041Z] ---> f0346056e60b [2022-10-19T19:38:43.041Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-19T19:38:43.623Z] ---> 594bd6bf351d [2022-10-19T19:38:43.888Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-19T19:38:43.888Z] ---> Running in de899d6ccb8e [2022-10-19T19:38:44.470Z] Removing intermediate container de899d6ccb8e [2022-10-19T19:38:44.470Z] ---> 987687c644eb [2022-10-19T19:38:44.470Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:38:44.470Z] ---> Running in d3623f31846b [2022-10-19T19:38:45.062Z] Removing intermediate container d3623f31846b [2022-10-19T19:38:45.062Z] ---> 80d2db14dc88 [2022-10-19T19:38:45.062Z] Step 18/20 : LABEL arch=arm64 [2022-10-19T19:38:45.062Z] ---> Running in bf641499f2a6 [2022-10-19T19:38:45.647Z] Removing intermediate container bf641499f2a6 [2022-10-19T19:38:45.647Z] ---> c3fc41f8adbb [2022-10-19T19:38:45.647Z] Step 19/20 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:38:45.647Z] ---> Running in 1c0060dcd9a9 [2022-10-19T19:38:46.249Z] Removing intermediate container 1c0060dcd9a9 [2022-10-19T19:38:46.249Z] ---> 9a7d7535546e [2022-10-19T19:38:46.249Z] Step 20/20 : LABEL version=0.0.0 [2022-10-19T19:38:46.249Z] ---> Running in da7a2b48ef70 [2022-10-19T19:38:46.842Z] Removing intermediate container da7a2b48ef70 [2022-10-19T19:38:46.842Z] ---> 173c0771c55a [2022-10-19T19:38:46.842Z] [2022-10-19T19:38:47.107Z] Successfully built 173c0771c55a [2022-10-19T19:38:47.107Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-19T19:38:47.107Z]  Building security-spiffe-token-provider ... done Building support-notifications [2022-10-19T19:38:51.353Z] 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-19T19:39:06.330Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-19T19:39:06.330Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-19T19:39:06.330Z] ---> fd2756c72711 [2022-10-19T19:39:06.330Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-19T19:39:06.330Z] ---> Using cache [2022-10-19T19:39:06.330Z] ---> a64c1ebe0102 [2022-10-19T19:39:06.330Z] Step 4/23 : WORKDIR /edgex-go [2022-10-19T19:39:06.330Z] ---> Using cache [2022-10-19T19:39:06.330Z] ---> 02b138204700 [2022-10-19T19:39:06.330Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-19T19:39:06.330Z] ---> Using cache [2022-10-19T19:39:06.330Z] ---> c15a60af73ca [2022-10-19T19:39:06.330Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-19T19:39:06.330Z] ---> Running in 19967eb6aa00 [2022-10-19T19:39:07.732Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:39:09.138Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:39:10.536Z] OK: 221 MiB in 51 packages [2022-10-19T19:39:13.106Z] Removing intermediate container 19967eb6aa00 [2022-10-19T19:39:13.106Z] ---> 8da0a12abc85 [2022-10-19T19:39:13.106Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-19T19:39:14.058Z] ---> eca3498c2af6 [2022-10-19T19:39:14.058Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-19T19:39:14.323Z] ---> Running in ec3b643ee92e [2022-10-19T19:39:14.748Z] Removing intermediate container 3c04b022dc17 [2022-10-19T19:39:14.748Z] ---> 99ebf174bc19 [2022-10-19T19:39:14.748Z] [2022-10-19T19:39:14.748Z] Step 10/25 : FROM alpine:3.16 [2022-10-19T19:39:14.748Z] ---> a6215f271958 [2022-10-19T19:39:14.748Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-19T19:39:15.048Z] ---> Running in 5f3a489b3315 [2022-10-19T19:39:17.675Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:39:17.675Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:39:19.120Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-19T19:39:19.120Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-19T19:39:19.120Z] (3/3) Installing su-exec (0.2-r1) [2022-10-19T19:39:19.120Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:39:19.120Z] Executing ca-certificates-20220614-r0.trigger [2022-10-19T19:39:19.705Z] OK: 6 MiB in 17 packages [2022-10-19T19:39:22.278Z] Removing intermediate container 5f3a489b3315 [2022-10-19T19:39:22.278Z] ---> 925b36f413a7 [2022-10-19T19:39:22.278Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-19T19:39:22.278Z] ---> Running in b9cf4ba033d4 [2022-10-19T19:39:22.545Z] Removing intermediate container b9cf4ba033d4 [2022-10-19T19:39:22.545Z] ---> 972e4d788c53 [2022-10-19T19:39:22.545Z] Step 13/25 : WORKDIR / [2022-10-19T19:39:22.546Z] ---> Running in 4274164fb30b [2022-10-19T19:39:23.131Z] Removing intermediate container 4274164fb30b [2022-10-19T19:39:23.131Z] ---> fad2bd6bf8e7 [2022-10-19T19:39:23.131Z] 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-19T19:39:24.089Z] ---> de0782dbe4cd [2022-10-19T19:39:24.089Z] 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-19T19:39:25.049Z] ---> 7b5dc476f1d7 [2022-10-19T19:39:25.049Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-19T19:39:26.007Z] ---> d77b0c14ca18 [2022-10-19T19:39:26.007Z] 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-19T19:39:27.422Z] ---> 406f9273ecad [2022-10-19T19:39:27.422Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-19T19:39:28.827Z] ---> 9c61a6544ad7 [2022-10-19T19:39:28.827Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-19T19:39:30.773Z] ---> 9e605615ff27 [2022-10-19T19:39:30.774Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-19T19:39:31.733Z] ---> 9f36922dcb36 [2022-10-19T19:39:31.733Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-19T19:39:31.733Z] ---> Running in 4f309bbeaca4 [2022-10-19T19:39:35.082Z] Removing intermediate container 4f309bbeaca4 [2022-10-19T19:39:35.082Z] ---> c3959730411b [2022-10-19T19:39:35.082Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-19T19:39:35.082Z] ---> Running in aa6c41d65d60 [2022-10-19T19:39:36.489Z] Removing intermediate container aa6c41d65d60 [2022-10-19T19:39:36.489Z] ---> 8a12381fd248 [2022-10-19T19:39:36.489Z] Step 23/25 : LABEL arch=arm64 [2022-10-19T19:39:36.489Z] ---> Running in a4d3165f80c3 [2022-10-19T19:39:36.756Z] Removing intermediate container a4d3165f80c3 [2022-10-19T19:39:37.023Z] ---> db1374cb9a64 [2022-10-19T19:39:37.023Z] Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:39:37.023Z] ---> Running in ecf283e9d78c [2022-10-19T19:39:37.605Z] Removing intermediate container ecf283e9d78c [2022-10-19T19:39:37.605Z] ---> da96d1227aab [2022-10-19T19:39:37.605Z] Step 25/25 : LABEL version=0.0.0 [2022-10-19T19:39:37.605Z] ---> Running in 27f55fd22306 [2022-10-19T19:39:38.190Z] Removing intermediate container 27f55fd22306 [2022-10-19T19:39:38.190Z] ---> f4cb7be47273 [2022-10-19T19:39:38.190Z] [2022-10-19T19:39:38.457Z] Successfully built f4cb7be47273 [2022-10-19T19:39:38.457Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-19T19:40:17.312Z]  Building security-secretstore-setup ... done Removing intermediate container ec3b643ee92e [2022-10-19T19:40:17.312Z] ---> 789f3aab9596 [2022-10-19T19:40:17.312Z] Step 9/23 : COPY . . [2022-10-19T19:40:25.511Z] ---> 1f6ae14796fb [2022-10-19T19:40:25.511Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-19T19:40:25.511Z] ---> Running in 0e6483bc2aa1 [2022-10-19T19:40:26.917Z] 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-19T19:41:48.533Z] Removing intermediate container 1e97797189ae [2022-10-19T19:41:48.533Z] ---> 9d8cb3e91ee5 [2022-10-19T19:41:48.533Z] [2022-10-19T19:41:48.533Z] Step 11/23 : FROM alpine:3.16 [2022-10-19T19:41:48.533Z] ---> a6215f271958 [2022-10-19T19:41:48.533Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-19T19:41:48.533Z] ---> Using cache [2022-10-19T19:41:48.533Z] ---> 7d55ff632295 [2022-10-19T19:41:48.533Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-19T19:41:48.533Z] ---> Using cache [2022-10-19T19:41:48.533Z] ---> 5c770a1d5446 [2022-10-19T19:41:48.533Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-19T19:41:48.533Z] ---> Running in 1ce402c4a1e3 [2022-10-19T19:41:48.533Z] Removing intermediate container 1ce402c4a1e3 [2022-10-19T19:41:48.533Z] ---> 8ca88dbd6dc1 [2022-10-19T19:41:48.533Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-19T19:41:48.533Z] ---> Running in bf250052ceb2 [2022-10-19T19:41:48.533Z] Removing intermediate container bf250052ceb2 [2022-10-19T19:41:48.533Z] ---> 0380dabdf0db [2022-10-19T19:41:48.533Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:41:48.533Z] ---> 6ab10720bcbc [2022-10-19T19:41:48.533Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-19T19:41:48.533Z] ---> 9b14ce7e3dcd [2022-10-19T19:41:48.533Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-19T19:41:48.533Z] ---> 027a11818583 [2022-10-19T19:41:48.533Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-19T19:41:48.801Z] ---> Running in 0da108ee4b78 [2022-10-19T19:41:49.760Z] Removing intermediate container 0da108ee4b78 [2022-10-19T19:41:49.760Z] ---> aa0a77bb07dd [2022-10-19T19:41:49.760Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:41:49.760Z] ---> Running in 1534d77b3945 [2022-10-19T19:41:50.340Z] Removing intermediate container 1534d77b3945 [2022-10-19T19:41:50.340Z] ---> 615a3d03c18a [2022-10-19T19:41:50.340Z] Step 21/23 : LABEL arch=arm64 [2022-10-19T19:41:50.340Z] ---> Running in 4b8530875882 [2022-10-19T19:41:50.923Z] Removing intermediate container 4b8530875882 [2022-10-19T19:41:50.923Z] ---> 3eb3b5b68cbf [2022-10-19T19:41:50.923Z] Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:41:50.923Z] ---> Running in 5aa0dec25b57 [2022-10-19T19:41:51.510Z] Removing intermediate container 5aa0dec25b57 [2022-10-19T19:41:51.510Z] ---> d7d9be4314ac [2022-10-19T19:41:51.510Z] Step 23/23 : LABEL version=0.0.0 [2022-10-19T19:41:51.510Z] ---> Running in cc3dff2198c1 [2022-10-19T19:41:52.091Z] Removing intermediate container cc3dff2198c1 [2022-10-19T19:41:52.091Z] ---> adefcee08b69 [2022-10-19T19:41:52.091Z] [2022-10-19T19:41:52.359Z] Successfully built adefcee08b69 [2022-10-19T19:41:52.359Z] Successfully tagged support-scheduler-arm64:latest [2022-10-19T19:42:02.415Z]  Building support-scheduler ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-10-19T19:42:20.607Z] Removing intermediate container 36e882e1fb36 [2022-10-19T19:42:20.607Z] ---> 8f52c57d76d6 [2022-10-19T19:42:20.607Z] [2022-10-19T19:42:20.607Z] Step 10/22 : FROM alpine:3.16 [2022-10-19T19:42:20.607Z] ---> a6215f271958 [2022-10-19T19:42:20.607Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-19T19:42:20.607Z] ---> Running in 5437a7be4363 [2022-10-19T19:42:22.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:42:22.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:42:23.981Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-19T19:42:23.981Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-19T19:42:23.981Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-19T19:42:23.981Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-19T19:42:23.981Z] (5/6) Installing curl (7.83.1-r3) [2022-10-19T19:42:23.981Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-19T19:42:23.981Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:42:23.981Z] Executing ca-certificates-20220614-r0.trigger [2022-10-19T19:42:24.248Z] OK: 8 MiB in 20 packages [2022-10-19T19:42:26.824Z] Removing intermediate container 5437a7be4363 [2022-10-19T19:42:26.824Z] ---> f605065d058a [2022-10-19T19:42:26.824Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-19T19:42:26.824Z] ---> Running in 836422f25490 [2022-10-19T19:42:27.089Z] Removing intermediate container 836422f25490 [2022-10-19T19:42:27.089Z] ---> 2fdc00b06169 [2022-10-19T19:42:27.089Z] Step 13/22 : WORKDIR /edgex [2022-10-19T19:42:27.089Z] ---> Running in 659b199fbbcb [2022-10-19T19:42:27.672Z] Removing intermediate container 659b199fbbcb [2022-10-19T19:42:27.672Z] ---> c118746f0c5a [2022-10-19T19:42:27.672Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-19T19:42:28.629Z] ---> bed3d1257681 [2022-10-19T19:42:28.629Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-19T19:42:30.048Z] ---> 8505298ec028 [2022-10-19T19:42:30.048Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-19T19:42:31.997Z] ---> e48289f59b24 [2022-10-19T19:42:31.997Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-19T19:42:32.588Z] ---> d6821a93cab9 [2022-10-19T19:42:32.588Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-19T19:42:32.854Z] ---> Running in 0d8951b458df [2022-10-19T19:42:36.194Z] Removing intermediate container 0d8951b458df [2022-10-19T19:42:36.194Z] ---> a612c88128a4 [2022-10-19T19:42:36.194Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-19T19:42:36.194Z] ---> Running in 49219c0dbb6a [2022-10-19T19:42:36.194Z] Removing intermediate container 49219c0dbb6a [2022-10-19T19:42:36.194Z] ---> a6bd890c8a07 [2022-10-19T19:42:36.194Z] Step 20/22 : LABEL arch=arm64 [2022-10-19T19:42:36.464Z] ---> Running in 51cb657f7f43 [2022-10-19T19:42:37.052Z] Removing intermediate container 51cb657f7f43 [2022-10-19T19:42:37.052Z] ---> 8d6bbfaf6b8e [2022-10-19T19:42:37.052Z] Step 21/22 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:42:37.052Z] ---> Running in c8123c6e165d [2022-10-19T19:42:37.632Z] Removing intermediate container c8123c6e165d [2022-10-19T19:42:37.632Z] ---> ee12a0bbab38 [2022-10-19T19:42:37.632Z] Step 22/22 : LABEL version=0.0.0 [2022-10-19T19:42:37.632Z] ---> Running in afb4eb080d51 [2022-10-19T19:42:38.210Z] Removing intermediate container afb4eb080d51 [2022-10-19T19:42:38.210Z] ---> 52c87133de87 [2022-10-19T19:42:38.210Z] [2022-10-19T19:42:38.475Z] Successfully built 52c87133de87 [2022-10-19T19:42:38.475Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-19T19:43:17.314Z]  Building security-proxy-setup ... done Removing intermediate container 54dda988bd2f [2022-10-19T19:43:17.314Z] ---> 070017cf6397 [2022-10-19T19:43:17.314Z] [2022-10-19T19:43:17.314Z] Step 11/24 : FROM alpine:3.16 [2022-10-19T19:43:17.314Z] ---> a6215f271958 [2022-10-19T19:43:17.314Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-19T19:43:17.314Z] ---> Using cache [2022-10-19T19:43:17.314Z] ---> 7d55ff632295 [2022-10-19T19:43:17.314Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-19T19:43:17.314Z] ---> Using cache [2022-10-19T19:43:17.314Z] ---> 5c770a1d5446 [2022-10-19T19:43:17.314Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-19T19:43:17.314Z] ---> Running in 8e4b45341ddc [2022-10-19T19:43:17.314Z] Removing intermediate container 8e4b45341ddc [2022-10-19T19:43:17.314Z] ---> 6b0f6b3ece4f [2022-10-19T19:43:17.314Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-19T19:43:17.314Z] ---> Running in a2e61a9f24fc [2022-10-19T19:43:17.314Z] Removing intermediate container a2e61a9f24fc [2022-10-19T19:43:17.314Z] ---> fcb2227786e8 [2022-10-19T19:43:17.314Z] Step 16/24 : WORKDIR / [2022-10-19T19:43:17.314Z] ---> Running in 0e04ace4e208 [2022-10-19T19:43:17.314Z] Removing intermediate container 0e04ace4e208 [2022-10-19T19:43:17.314Z] ---> 80ab56f1e597 [2022-10-19T19:43:17.314Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:43:17.314Z] ---> b3a2351cf503 [2022-10-19T19:43:17.314Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-19T19:43:17.314Z] ---> 2e975624fd64 [2022-10-19T19:43:17.314Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-19T19:43:17.902Z] ---> eea0df0a78fb [2022-10-19T19:43:17.902Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-19T19:43:17.902Z] ---> Running in 6fb2876a7fae [2022-10-19T19:43:18.572Z] Removing intermediate container 6fb2876a7fae [2022-10-19T19:43:18.572Z] ---> 59c30c12e3b0 [2022-10-19T19:43:18.572Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:43:18.572Z] ---> Running in c784e39ad00a [2022-10-19T19:43:19.169Z] Removing intermediate container c784e39ad00a [2022-10-19T19:43:19.169Z] ---> 50579dc3a252 [2022-10-19T19:43:19.169Z] Step 22/24 : LABEL arch=arm64 [2022-10-19T19:43:19.169Z] ---> Running in bf3f0b02762e [2022-10-19T19:43:19.759Z] Removing intermediate container bf3f0b02762e [2022-10-19T19:43:19.759Z] ---> dafffbf967a7 [2022-10-19T19:43:19.759Z] Step 23/24 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:43:19.759Z] ---> Running in ee66be6801b0 [2022-10-19T19:43:20.344Z] Removing intermediate container ee66be6801b0 [2022-10-19T19:43:20.344Z] ---> 7925ab9ab3e5 [2022-10-19T19:43:20.344Z] Step 24/24 : LABEL version=0.0.0 [2022-10-19T19:43:20.344Z] ---> Running in c505c0c42d7c [2022-10-19T19:43:20.924Z] Removing intermediate container c505c0c42d7c [2022-10-19T19:43:20.924Z] ---> 9a17c9ad3d7f [2022-10-19T19:43:20.924Z] [2022-10-19T19:43:21.190Z] Successfully built 9a17c9ad3d7f [2022-10-19T19:43:21.190Z] Successfully tagged core-command-arm64:latest [2022-10-19T19:44:17.550Z]  Building core-command ... done Removing intermediate container 0e6483bc2aa1 [2022-10-19T19:44:17.550Z] ---> 017c40188f70 [2022-10-19T19:44:17.550Z] [2022-10-19T19:44:17.550Z] Step 11/23 : FROM alpine:3.16 [2022-10-19T19:44:17.550Z] ---> a6215f271958 [2022-10-19T19:44:17.550Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-19T19:44:17.550Z] ---> Running in 8b6a2347c151 [2022-10-19T19:44:17.550Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-19T19:44:17.550Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-19T19:44:17.550Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-19T19:44:17.550Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-19T19:44:17.550Z] Executing busybox-1.35.0-r17.trigger [2022-10-19T19:44:17.550Z] Executing ca-certificates-20220614-r0.trigger [2022-10-19T19:44:17.550Z] OK: 6 MiB in 16 packages [2022-10-19T19:44:18.518Z] Removing intermediate container 8b6a2347c151 [2022-10-19T19:44:18.518Z] ---> 7b1a1c716289 [2022-10-19T19:44:18.518Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-19T19:44:18.518Z] ---> Running in 9fc452e61eda [2022-10-19T19:44:18.784Z] Removing intermediate container 9fc452e61eda [2022-10-19T19:44:18.784Z] ---> e9b75c88fd31 [2022-10-19T19:44:18.784Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-19T19:44:18.784Z] ---> Running in adabbdb87326 [2022-10-19T19:44:19.051Z] Removing intermediate container adabbdb87326 [2022-10-19T19:44:19.051Z] ---> 1b99442b3924 [2022-10-19T19:44:19.051Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-19T19:44:19.051Z] ---> Running in b74e659dc765 [2022-10-19T19:44:19.316Z] Removing intermediate container b74e659dc765 [2022-10-19T19:44:19.316Z] ---> 2e5f53804fa4 [2022-10-19T19:44:19.316Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-19T19:44:19.900Z] ---> 4108a26c176e [2022-10-19T19:44:19.900Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-19T19:44:21.308Z] ---> c74e8e494c9f [2022-10-19T19:44:21.308Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-19T19:44:21.577Z] ---> 64a2736f16a4 [2022-10-19T19:44:21.577Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-19T19:44:21.846Z] ---> Running in b0b52e535ccf [2022-10-19T19:44:22.114Z] Removing intermediate container b0b52e535ccf [2022-10-19T19:44:22.114Z] ---> 41e89836ed63 [2022-10-19T19:44:22.114Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-19T19:44:22.114Z] ---> Running in 1da22fe4b3b7 [2022-10-19T19:44:22.382Z] Removing intermediate container 1da22fe4b3b7 [2022-10-19T19:44:22.382Z] ---> da8a54f9ac8e [2022-10-19T19:44:22.382Z] Step 21/23 : LABEL arch=arm64 [2022-10-19T19:44:22.382Z] ---> Running in 9602f7b4a7cc [2022-10-19T19:44:22.653Z] Removing intermediate container 9602f7b4a7cc [2022-10-19T19:44:22.653Z] ---> 6a6b89c3a62a [2022-10-19T19:44:22.653Z] Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da [2022-10-19T19:44:22.921Z] ---> Running in 946e713114fa [2022-10-19T19:44:23.188Z] Removing intermediate container 946e713114fa [2022-10-19T19:44:23.188Z] ---> 9022b0ccb8ee [2022-10-19T19:44:23.188Z] Step 23/23 : LABEL version=0.0.0 [2022-10-19T19:44:23.188Z] ---> Running in 319455e95b6c [2022-10-19T19:44:23.452Z] Removing intermediate container 319455e95b6c [2022-10-19T19:44:23.452Z] ---> 0fa283391c0f [2022-10-19T19:44:23.452Z] [2022-10-19T19:44:23.718Z] Successfully built 0fa283391c0f [2022-10-19T19:44:23.718Z] Successfully tagged support-notifications-arm64:latest [2022-10-19T19:44:23.995Z]  Building support-notifications ... done  [Pipeline] } [2022-10-19T19:44:24.004Z] $ docker stop --time=1 537fcd2691895c3336a4cb4b13f8da84ae289ca0d1eb52be2346446cee90d505 [2022-10-19T19:44:25.626Z] $ docker rm -f 537fcd2691895c3336a4cb4b13f8da84ae289ca0d1eb52be2346446cee90d505 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-19T19:44:26.161Z] + docker images [2022-10-19T19:44:26.427Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-19T19:44:26.427Z] support-notifications-arm64 latest 0fa283391c0f 3 seconds ago 29.1MB [2022-10-19T19:44:26.427Z] 017c40188f70 13 seconds ago 1.47GB [2022-10-19T19:44:26.427Z] core-command-arm64 latest 9a17c9ad3d7f About a minute ago 16.8MB [2022-10-19T19:44:26.427Z] 070017cf6397 About a minute ago 1.41GB [2022-10-19T19:44:26.427Z] security-proxy-setup-arm64 latest 52c87133de87 About a minute ago 26.5MB [2022-10-19T19:44:26.427Z] 8f52c57d76d6 2 minutes ago 1.4GB [2022-10-19T19:44:26.427Z] support-scheduler-arm64 latest adefcee08b69 2 minutes ago 28.5MB [2022-10-19T19:44:26.427Z] 9d8cb3e91ee5 2 minutes ago 1.47GB [2022-10-19T19:44:26.427Z] security-secretstore-setup-arm64 latest f4cb7be47273 4 minutes ago 28.2MB [2022-10-19T19:44:26.427Z] 99ebf174bc19 5 minutes ago 1.4GB [2022-10-19T19:44:26.427Z] security-spiffe-token-provider-arm64 latest 173c0771c55a 5 minutes ago 28.4MB [2022-10-19T19:44:26.427Z] 98c398719b01 5 minutes ago 1.44GB [2022-10-19T19:44:26.427Z] core-data-arm64 latest 0815cceec1dc 6 minutes ago 20.7MB [2022-10-19T19:44:26.427Z] 848233b02c96 6 minutes ago 1.42GB [2022-10-19T19:44:26.427Z] security-bootstrapper-arm64 latest 2942c761d75f 7 minutes ago 19.1MB [2022-10-19T19:44:26.427Z] 81842095910a 8 minutes ago 1.4GB [2022-10-19T19:44:26.427Z] sys-mgmt-agent-arm64 latest 319298428990 11 minutes ago 133MB [2022-10-19T19:44:26.427Z] core-metadata-arm64 latest 9e5a2342eb7c 12 minutes ago 17.6MB [2022-10-19T19:44:26.427Z] 025df58b5e09 12 minutes ago 1.41GB [2022-10-19T19:44:26.427Z] 54a2f5ff9026 13 minutes ago 1.39GB [2022-10-19T19:44:26.427Z] security-spire-agent-arm64 latest 4cbdd155dd8c 17 minutes ago 122MB [2022-10-19T19:44:26.427Z] security-spire-config-arm64 latest 17afed41d5b5 17 minutes ago 83.6MB [2022-10-19T19:44:26.427Z] security-spire-server-arm64 latest 2be50426d3be 17 minutes ago 84.3MB [2022-10-19T19:44:26.427Z] 72b8bde32068 18 minutes ago 1.28GB [2022-10-19T19:44:26.427Z] 80204240d306 18 minutes ago 1.28GB [2022-10-19T19:44:26.427Z] 0ae06ce582f6 18 minutes ago 1.28GB [2022-10-19T19:44:26.427Z] ci-base-image-arm64 latest fd2756c72711 32 minutes ago 942MB [2022-10-19T19:44:26.427Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 9 days ago 679MB [2022-10-19T19:44:26.427Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-10-19T19:44:26.427Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-10-19T19:44:26.427Z] 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-19T19:44:27.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-19T19:44:27.209Z] [2022-10-19T19:44:27.209Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:44:27.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-19T19:44:27.603Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-19T19:44:27.603Z] 8998bd30e6a1: Pulling fs layer [2022-10-19T19:44:27.603Z] 04944245beec: Pulling fs layer [2022-10-19T19:44:27.603Z] 699f458cf7ca: Pulling fs layer [2022-10-19T19:44:27.603Z] 765212b225bb: Pulling fs layer [2022-10-19T19:44:27.603Z] f23df028b6ca: Pulling fs layer [2022-10-19T19:44:27.603Z] d65c8cfc05b1: Pulling fs layer [2022-10-19T19:44:27.603Z] 2437ff75d9bd: Pulling fs layer [2022-10-19T19:44:27.603Z] 765212b225bb: Waiting [2022-10-19T19:44:27.603Z] f23df028b6ca: Waiting [2022-10-19T19:44:27.603Z] d65c8cfc05b1: Waiting [2022-10-19T19:44:27.603Z] 2437ff75d9bd: Waiting [2022-10-19T19:44:27.869Z] 04944245beec: Verifying Checksum [2022-10-19T19:44:27.869Z] 04944245beec: Download complete [2022-10-19T19:44:27.869Z] 765212b225bb: Verifying Checksum [2022-10-19T19:44:27.869Z] 765212b225bb: Download complete [2022-10-19T19:44:27.869Z] f23df028b6ca: Verifying Checksum [2022-10-19T19:44:27.869Z] f23df028b6ca: Download complete [2022-10-19T19:44:27.869Z] d65c8cfc05b1: Verifying Checksum [2022-10-19T19:44:27.869Z] d65c8cfc05b1: Download complete [2022-10-19T19:44:28.133Z] 699f458cf7ca: Download complete [2022-10-19T19:44:28.398Z] 8998bd30e6a1: Download complete [2022-10-19T19:44:30.967Z] 2437ff75d9bd: Verifying Checksum [2022-10-19T19:44:30.967Z] 2437ff75d9bd: Download complete [2022-10-19T19:44:32.367Z] 8998bd30e6a1: Pull complete [2022-10-19T19:44:32.634Z] 04944245beec: Pull complete [2022-10-19T19:44:34.036Z] 699f458cf7ca: Pull complete [2022-10-19T19:44:34.036Z] 765212b225bb: Pull complete [2022-10-19T19:44:34.991Z] f23df028b6ca: Pull complete [2022-10-19T19:44:34.991Z] d65c8cfc05b1: Pull complete [2022-10-19T19:44:50.081Z] 2437ff75d9bd: Pull complete [2022-10-19T19:44:50.081Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-19T19:44:50.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-19T19:44:50.081Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-19T19:44:50.395Z] prd-ubuntu20.04-docker-arm64-4c-16g-8600 does not seem to be running inside a container [2022-10-19T19:44:50.478Z] $ 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-19T19:44:52.988Z] $ docker top c75a928c3ecc14c42ea1ef5701c10a89f03beb2a1f8b311f62fac26a1ab43e73 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-19T19:44:53.908Z] ---> job-cost.sh [2022-10-19T19:44:53.908Z] lf-activate-venv: SKIPPING [2022-10-19T19:44:53.908Z] INFO: No Stack... [2022-10-19T19:44:54.486Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-19T19:44:55.064Z] INFO: Archiving Costs [Pipeline] sh [2022-10-19T19:44:55.402Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-10-19T19:44:55.402Z] + cut -d, -f6 [Pipeline] lock [2022-10-19T19:44:55.719Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4206-1-stack-cost] [2022-10-19T19:44:55.725Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4206-1-stack-cost] did not exist. Created. [2022-10-19T19:44:55.725Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4206-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-19T19:44:56.447Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-19T19:44:56.633Z] Stashed 1 file(s) [Pipeline] } [2022-10-19T19:44:56.649Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4206-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-19T19:44:56.721Z] $ docker stop --time=1 c75a928c3ecc14c42ea1ef5701c10a89f03beb2a1f8b311f62fac26a1ab43e73 [2022-10-19T19:44:58.203Z] $ docker rm -f c75a928c3ecc14c42ea1ef5701c10a89f03beb2a1f8b311f62fac26a1ab43e73 [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-19T19:44:59.169Z] provisioning config files... [2022-10-19T19:44:59.175Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2934640821605431084tmp [Pipeline] { [Pipeline] sh [2022-10-19T19:44:59.516Z] + set +x [2022-10-19T19:44:59.516Z] + curl -s https://codecov.io/bash [2022-10-19T19:44:59.516Z] + bash -s -- [2022-10-19T19:44:59.516Z] [2022-10-19T19:44:59.516Z] _____ _ [2022-10-19T19:44:59.516Z] / ____| | | [2022-10-19T19:44:59.516Z] | | ___ __| | ___ ___ _____ __ [2022-10-19T19:44:59.516Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-19T19:44:59.516Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-19T19:44:59.516Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-19T19:44:59.516Z] Bash-1.0.6 [2022-10-19T19:44:59.516Z] [2022-10-19T19:44:59.516Z] [2022-10-19T19:44:59.516Z] ==> git version 2.25.1 found [2022-10-19T19:44:59.516Z] ==> 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-19T19:44:59.516Z] Release-Date: 2020-01-08 [2022-10-19T19:44:59.516Z] 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-19T19:44:59.516Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-19T19:44:59.516Z] ==> Jenkins CI detected. [2022-10-19T19:44:59.516Z] current dir:  /w/workspace/edgex-go/1 [2022-10-19T19:44:59.516Z] project root: . [2022-10-19T19:44:59.516Z] --> token set from env [2022-10-19T19:44:59.516Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-19T19:44:59.516Z] ==> Running gcov in . (disable via -X gcov) [2022-10-19T19:44:59.516Z] ==> Python coveragepy not found [2022-10-19T19:44:59.516Z] ==> Searching for coverage reports in: [2022-10-19T19:44:59.516Z] + . [2022-10-19T19:44:59.516Z] -> Found 1 reports [2022-10-19T19:44:59.516Z] ==> Detecting git/mercurial file structure [2022-10-19T19:44:59.516Z] ==> Reading reports [2022-10-19T19:44:59.516Z] + ./coverage.out bytes=503479 [2022-10-19T19:44:59.516Z] ==> Appending adjustments [2022-10-19T19:44:59.516Z] https://docs.codecov.io/docs/fixing-reports [2022-10-19T19:45:00.889Z] + Found adjustments [2022-10-19T19:45:00.890Z] ==> Gzipping contents [2022-10-19T19:45:00.890Z] 68K /tmp/codecov.0YdjWY.gz [2022-10-19T19:45:00.890Z] ==> Uploading reports [2022-10-19T19:45:00.890Z] url: https://codecov.io [2022-10-19T19:45:00.890Z] query: branch=PR-4206&commit=057950bd39e91f49afd3a6cd394a632e195629da&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4206%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4206&job=&cmd_args= [2022-10-19T19:45:00.890Z] -> Pinging Codecov [2022-10-19T19:45:00.890Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4206&commit=057950bd39e91f49afd3a6cd394a632e195629da&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4206%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4206&job=&cmd_args= [2022-10-19T19:45:01.458Z] -> Uploading to [2022-10-19T19:45:01.458Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-19/00271124DB129430A58F1EEE437C3FCB/057950bd39e91f49afd3a6cd394a632e195629da/478e4fee-e84a-47b9-a4b5-533e519cce30.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221019%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221019T194501Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0b9691c5c8edae82ff84e64ed42919b542a9136d334d15c8bcfc97ad65b077a1 [2022-10-19T19:45:01.458Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-19T19:45:01.458Z] Dload Upload Total Spent Left Speed [2022-10-19T19:45:01.458Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65672 0 0 100 65672 0 274k --:--:-- --:--:-- --:--:-- 274k [2022-10-19T19:45:01.458Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/057950bd39e91f49afd3a6cd394a632e195629da [Pipeline] } [2022-10-19T19:45:01.497Z] 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-19T19:45:02.783Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-19T19:45:03.116Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-19T19:45:04.002Z] ---> package-listing.sh [2022-10-19T19:45:04.003Z] ++ facter osfamily [2022-10-19T19:45:04.003Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-19T19:45:04.261Z] + OS_FAMILY=debian [2022-10-19T19:45:04.261Z] + workspace=/w/workspace/edgex-go/1 [2022-10-19T19:45:04.261Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-19T19:45:04.261Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-19T19:45:04.261Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-19T19:45:04.261Z] + PACKAGES=/tmp/packages_start.txt [2022-10-19T19:45:04.261Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-19T19:45:04.261Z] + PACKAGES=/tmp/packages_end.txt [2022-10-19T19:45:04.261Z] + case "${OS_FAMILY}" in [2022-10-19T19:45:04.261Z] + dpkg -l [2022-10-19T19:45:04.261Z] + grep '^ii' [2022-10-19T19:45:04.261Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-19T19:45:04.261Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-19T19:45:04.261Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-19T19:45:04.261Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-19T19:45:04.261Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-19T19:45:04.261Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-19T19:45:04.317Z] 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-19T19:45:04.606Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:45:05.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-19T19:45:05.226Z] [2022-10-19T19:45:05.226Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-19T19:45:05.606Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-19T19:45:05.606Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-19T19:45:05.606Z] 5eb5b503b376: Pulling fs layer [2022-10-19T19:45:05.606Z] 5c69ac0246d0: Pulling fs layer [2022-10-19T19:45:05.606Z] ec43610c2a17: Pulling fs layer [2022-10-19T19:45:05.606Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-19T19:45:05.606Z] 33b1e0a273af: Pulling fs layer [2022-10-19T19:45:05.606Z] 5d3b04190fa2: Pulling fs layer [2022-10-19T19:45:05.606Z] 2f39f015ded8: Pulling fs layer [2022-10-19T19:45:05.606Z] 33b1e0a273af: Waiting [2022-10-19T19:45:05.606Z] 5d3b04190fa2: Waiting [2022-10-19T19:45:05.606Z] 2f39f015ded8: Waiting [2022-10-19T19:45:05.606Z] 3a2ae6a8a46f: Waiting [2022-10-19T19:45:05.865Z] 5c69ac0246d0: Download complete [2022-10-19T19:45:05.865Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-19T19:45:05.865Z] 3a2ae6a8a46f: Download complete [2022-10-19T19:45:05.865Z] 33b1e0a273af: Verifying Checksum [2022-10-19T19:45:05.865Z] 33b1e0a273af: Download complete [2022-10-19T19:45:05.865Z] ec43610c2a17: Verifying Checksum [2022-10-19T19:45:05.865Z] ec43610c2a17: Download complete [2022-10-19T19:45:05.865Z] 5d3b04190fa2: Verifying Checksum [2022-10-19T19:45:05.865Z] 5d3b04190fa2: Download complete [2022-10-19T19:45:06.123Z] 5eb5b503b376: Verifying Checksum [2022-10-19T19:45:06.123Z] 5eb5b503b376: Download complete [2022-10-19T19:45:06.688Z] 2f39f015ded8: Download complete [2022-10-19T19:45:07.255Z] 5eb5b503b376: Pull complete [2022-10-19T19:45:07.255Z] 5c69ac0246d0: Pull complete [2022-10-19T19:45:07.823Z] ec43610c2a17: Pull complete [2022-10-19T19:45:07.823Z] 3a2ae6a8a46f: Pull complete [2022-10-19T19:45:08.082Z] 33b1e0a273af: Pull complete [2022-10-19T19:45:08.082Z] 5d3b04190fa2: Pull complete [2022-10-19T19:45:12.263Z] 2f39f015ded8: Pull complete [2022-10-19T19:45:12.263Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-19T19:45:12.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-19T19:45:12.263Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-19T19:45:12.465Z] prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container [2022-10-19T19:45:12.500Z] $ 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-19T19:45:17.049Z] $ docker top d7e204d9312e83187391d14bccc72dd1dcfe027e9c359d1c5c36281cf7b921c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-19T19:45:17.438Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-19T19:45:17.743Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-19T19:45:18.061Z] + ls /var/log/sa-host [2022-10-19T19:45:18.061Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-19T19:45:18.194Z] provisioning config files... [2022-10-19T19:45:18.203Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7752278451845325197tmp [Pipeline] { [Pipeline] echo [2022-10-19T19:45:18.256Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-19T19:45:18.570Z] ---> create-netrc.sh [Pipeline] } [2022-10-19T19:45:18.598Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-19T19:45:18.997Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-19T19:45:19.029Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-19T19:45:19.336Z] ---> sudo-logs.sh [2022-10-19T19:45:19.336Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-19T19:45:19.414Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-19T19:45:19.719Z] ---> job-cost.sh [2022-10-19T19:45:19.719Z] lf-activate-venv: SKIPPING [2022-10-19T19:45:19.719Z] DEBUG: total: 0.10999999940395355 [2022-10-19T19:45:19.719Z] INFO: Retrieving Stack Cost... [2022-10-19T19:45:19.978Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-19T19:45:20.546Z] INFO: Archiving Costs [Pipeline] echo [2022-10-19T19:45:20.581Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-19T19:45:20.893Z] ---> logs-deploy.sh [2022-10-19T19:45:20.893Z] lf-activate-venv: SKIPPING [2022-10-19T19:45:20.893Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4206/1 [2022-10-19T19:45:20.893Z] INFO: archiving workspace using pattern(s): [2022-10-19T19:45:21.826Z] Archives upload complete. [2022-10-19T19:45:21.826Z] INFO: archiving logs to Nexus