Pull request #4218 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e3fd83b017e48ac562540e2794f14ff0097f9aa2+9e554929d717cf1151dbdc4a6532773c76b36b26 (7a71779aff88b34505f268e475c012c9d891599a) 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-ssh15270129239768266527.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-ssh10672336410445446632.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-4218/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-4218/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14058959535782263031.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-4218/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3684311839220725682.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-ssh9435598570189399869.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-4218/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-4218/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11549839848738198755.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-116959 in /w/workspace/edgexfoundry_edgex-go_PR-4218 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/4218/head:refs/remotes/origin/PR-4218 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit e3fd83b017e48ac562540e2794f14ff0097f9aa2 Merge succeeded, producing e3fd83b017e48ac562540e2794f14ff0097f9aa2 Checking out Revision e3fd83b017e48ac562540e2794f14ff0097f9aa2 (PR-4218) Commit message: "build(deps): Bump github.com/eclipse/paho.mqtt.golang" 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 19:10:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:10:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:10:05 ========================================================= 19:10:05 EdgeX Global Pipelines Version Info 19:10:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f e3fd83b017e48ac562540e2794f14ff0097f9aa2 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 9e554929d717cf1151dbdc4a6532773c76b36b26 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e3fd83b017e48ac562540e2794f14ff0097f9aa2 # timeout=10 19:10:05 ------------------- 19:10:05 stable info: 19:10:05 ------------------- 19:10:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:10:05 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:10:05 Message: update stable to v1.0.243 19:10:06 ------------------- 19:10:06 experimental info: 19:10:06 ------------------- 19:10:06 Commited By: **** collab-it+edgex@linuxfoundation.org 19:10:06 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:10:06 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:10:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:10:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:10:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:10:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:10:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:10:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4218 [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4218 [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4218 [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e3fd83b017e48ac562540e2794f14ff0097f9aa2 [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e3fd83b [Pipeline] echo 19:10:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:10:07 provisioning config files... 19:10:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7581181652333415206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:10:08 ---> docker-login.sh 19:10:08 nexus3.edgexfoundry.org:10001 19:10:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:08 Configure a credential helper to remove this warning. See 19:10:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:08 19:10:08 Login Succeeded 19:10:08 nexus3.edgexfoundry.org:10002 19:10:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:08 Configure a credential helper to remove this warning. See 19:10:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:08 19:10:08 Login Succeeded 19:10:08 nexus3.edgexfoundry.org:10003 19:10:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:08 Configure a credential helper to remove this warning. See 19:10:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:08 19:10:08 Login Succeeded 19:10:08 nexus3.edgexfoundry.org:10004 19:10:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:08 Configure a credential helper to remove this warning. See 19:10:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:08 19:10:08 Login Succeeded 19:10:08 docker.io 19:10:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:09 Configure a credential helper to remove this warning. See 19:10:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:09 19:10:09 Login Succeeded 19:10:09 ---> docker-login.sh ends [Pipeline] } 19:10:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:10:09 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:10:09 + dirname cmd/core-command/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo core-command,cmd/core-command/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + dirname cmd/core-data/Dockerfile 19:10:09 + echo core-data,cmd/core-data/Dockerfile 19:10:09 + dirname cmd/core-metadata/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo core-metadata,cmd/core-metadata/Dockerfile 19:10:09 + dirname cmd/security-bootstrapper/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:10:09 + dirname cmd/security-proxy-setup/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:10:09 + dirname cmd/security-secretstore-setup/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:10:09 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:10:09 + dirname cmd/security-spire-agent/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:10:09 + dirname cmd/security-spire-config/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:10:09 + dirname cmd/security-spire-server/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:10:09 + dirname cmd/support-notifications/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo support-notifications,cmd/support-notifications/Dockerfile 19:10:09 + dirname cmd/support-scheduler/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:10:09 + dirname cmd/sys-mgmt-agent/Dockerfile 19:10:09 + cut -d/ -f2 19:10:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:10:09 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:10:10 + git rev-list -1 --merges e3fd83b017e48ac562540e2794f14ff0097f9aa2~1..e3fd83b017e48ac562540e2794f14ff0097f9aa2 [Pipeline] echo 19:10:10 -----------> git rev-list -1 --merges e3fd83b017e48ac562540e2794f14ff0097f9aa2~1..e3fd83b017e48ac562540e2794f14ff0097f9aa2 e3fd83b017e48ac562540e2794f14ff0097f9aa2 [false] [Pipeline] sh 19:10:10 + git log --format=format:%s -1 e3fd83b017e48ac562540e2794f14ff0097f9aa2 [Pipeline] echo 19:10:10 ========================================================= 19:10:10 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:10:10 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:10:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:10:11 + grep -v github /etc/ssh/ssh_known_hosts 19:10:11 + [ -e /tmp/ssh_known_hosts ] 19:10:11 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:10:11 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:10:11 + sudo tee -a /etc/ssh/ssh_known_hosts 19:10:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:10:11 19:10:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:10:11 0.1.4: Pulling from edgex-devops/py-git-semver 19:10:11 b85a868b505f: Pulling fs layer 19:10:11 e2be974225ed: Pulling fs layer 19:10:11 339a4e72a1f5: Pulling fs layer 19:10:11 988bab9f4d93: Pulling fs layer 19:10:11 1469e6f7b9e6: Pulling fs layer 19:10:11 eaf3925da568: Pulling fs layer 19:10:11 bab4dde63d76: Pulling fs layer 19:10:11 bde34c3a00c8: Pulling fs layer 19:10:11 b352a97aabf1: Pulling fs layer 19:10:11 4872d77fe225: Pulling fs layer 19:10:11 5851b861e8e6: Pulling fs layer 19:10:11 b352a97aabf1: Waiting 19:10:11 4872d77fe225: Waiting 19:10:11 eaf3925da568: Waiting 19:10:11 5851b861e8e6: Waiting 19:10:11 bab4dde63d76: Waiting 19:10:11 bde34c3a00c8: Waiting 19:10:11 1469e6f7b9e6: Waiting 19:10:11 e2be974225ed: Verifying Checksum 19:10:11 e2be974225ed: Download complete 19:10:11 988bab9f4d93: Verifying Checksum 19:10:11 988bab9f4d93: Download complete 19:10:12 1469e6f7b9e6: Verifying Checksum 19:10:12 1469e6f7b9e6: Download complete 19:10:12 eaf3925da568: Verifying Checksum 19:10:12 eaf3925da568: Download complete 19:10:12 339a4e72a1f5: Verifying Checksum 19:10:12 339a4e72a1f5: Download complete 19:10:12 bde34c3a00c8: Verifying Checksum 19:10:12 bde34c3a00c8: Download complete 19:10:12 b352a97aabf1: Verifying Checksum 19:10:12 b352a97aabf1: Download complete 19:10:12 4872d77fe225: Verifying Checksum 19:10:12 4872d77fe225: Download complete 19:10:12 5851b861e8e6: Verifying Checksum 19:10:12 5851b861e8e6: Download complete 19:10:12 b85a868b505f: Verifying Checksum 19:10:12 b85a868b505f: Download complete 19:10:12 bab4dde63d76: Verifying Checksum 19:10:12 bab4dde63d76: Download complete 19:10:13 b85a868b505f: Pull complete 19:10:13 e2be974225ed: Pull complete 19:10:13 339a4e72a1f5: Pull complete 19:10:14 988bab9f4d93: Pull complete 19:10:14 1469e6f7b9e6: Pull complete 19:10:14 eaf3925da568: Pull complete 19:10:16 bab4dde63d76: Pull complete 19:10:16 bde34c3a00c8: Pull complete 19:10:16 b352a97aabf1: Pull complete 19:10:16 4872d77fe225: Pull complete 19:10:16 5851b861e8e6: Pull complete 19:10:16 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:10:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:10:16 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:16 prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container 19:10:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:10:18 $ docker top b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a -eo pid,comm 19:10:18 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:10:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:10:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:10:18 [ssh-agent] Looking for ssh-agent implementation... 19:10:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:10:18 $ docker exec b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a ssh-agent 19:10:18 SSH_AUTH_SOCK=/tmp/ssh-Mg9wY1EpYe5t/agent.32 19:10:18 SSH_AGENT_PID=38 19:10:18 Running ssh-add (command line suppressed) 19:10:18 Identity added: /w/workspace/edgex-go/1@tmp/private_key_15746603567725171352.key (/w/workspace/edgex-go/1@tmp/private_key_15746603567725171352.key) 19:10:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:10:19 + git tag --points-at HEAD [Pipeline] } 19:10:19 $ docker exec --env ******** --env ******** b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a ssh-agent -k 19:10:19 unset SSH_AUTH_SOCK; 19:10:19 unset SSH_AGENT_PID; 19:10:19 echo Agent pid 38 killed; 19:10:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:10:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:10:19 [ssh-agent] Looking for ssh-agent implementation... 19:10:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:10:19 $ docker exec b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a ssh-agent 19:10:19 SSH_AUTH_SOCK=/tmp/ssh-VOPMgJj88tWK/agent.70 19:10:19 SSH_AGENT_PID=76 19:10:19 Running ssh-add (command line suppressed) 19:10:19 Identity added: /w/workspace/edgex-go/1@tmp/private_key_10615539065191535987.key (/w/workspace/edgex-go/1@tmp/private_key_10615539065191535987.key) 19:10:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:10:20 + git semver init 19:10:20 2022-10-25 19:10:20,350 [run_init] DEBUG init version:0.0.0 force:False 19:10:20 2022-10-25 19:10:20,351 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:10:20 2022-10-25 19:10:20,352 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:10:20 2022-10-25 19:10:20,352 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:10:25 2022-10-25 19:10:24,920 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:10:25 2022-10-25 19:10:24,921 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4218 with force:False 19:10:25 2022-10-25 19:10:24,921 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4218 19:10:25 2022-10-25 19:10:24,925 [execute] INFO git cat-file --batch-check 19:10:25 2022-10-25 19:10:24,926 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:10:25 2022-10-25 19:10:24,933 [execute] INFO git cat-file --batch 19:10:25 2022-10-25 19:10:24,933 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:10:25 2022-10-25 19:10:24,938 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4218 19:10:25 0.0.0 [Pipeline] } 19:10:25 $ docker exec --env ******** --env ******** b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a ssh-agent -k 19:10:25 unset SSH_AUTH_SOCK; 19:10:25 unset SSH_AGENT_PID; 19:10:25 echo Agent pid 76 killed; 19:10:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:10:26 + git semver [Pipeline] } 19:10:26 $ docker stop --time=1 b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a 19:10:27 $ docker rm -f b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a [Pipeline] // withDockerContainer [Pipeline] sh 19:10:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:10:28 Stashed 1 file(s) [Pipeline] echo 19:10:28 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:10:29 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:10:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:10:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:10:29 ========================================================= 19:10:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:10:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:10:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:10:30 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:10:30 213ec9aee27d: Pulling fs layer 19:10:30 4583459ba037: Pulling fs layer 19:10:30 93c1e223e6f2: Pulling fs layer 19:10:30 53926ce57604: Pulling fs layer 19:10:30 21b2b0c7a3f4: Pulling fs layer 19:10:30 30f14e443154: Pulling fs layer 19:10:30 801331c1e519: Pulling fs layer 19:10:30 99cc6dd402b0: Pulling fs layer 19:10:30 7d9ed39f4882: Pulling fs layer 19:10:30 53926ce57604: Waiting 19:10:30 99cc6dd402b0: Waiting 19:10:30 21b2b0c7a3f4: Waiting 19:10:30 7d9ed39f4882: Waiting 19:10:30 30f14e443154: Waiting 19:10:30 801331c1e519: Waiting 19:10:30 93c1e223e6f2: Download complete 19:10:30 4583459ba037: Verifying Checksum 19:10:30 4583459ba037: Download complete 19:10:30 21b2b0c7a3f4: Download complete 19:10:30 30f14e443154: Verifying Checksum 19:10:30 30f14e443154: Download complete 19:10:30 213ec9aee27d: Verifying Checksum 19:10:30 213ec9aee27d: Download complete 19:10:30 801331c1e519: Download complete 19:10:30 213ec9aee27d: Pull complete 19:10:30 4583459ba037: Pull complete 19:10:30 93c1e223e6f2: Pull complete 19:10:31 99cc6dd402b0: Verifying Checksum 19:10:31 99cc6dd402b0: Download complete 19:10:31 7d9ed39f4882: Verifying Checksum 19:10:31 7d9ed39f4882: Download complete 19:10:31 53926ce57604: Verifying Checksum 19:10:31 53926ce57604: Download complete 19:10:35 53926ce57604: Pull complete 19:10:35 21b2b0c7a3f4: Pull complete 19:10:35 30f14e443154: Pull complete 19:10:35 801331c1e519: Pull complete 19:10:37 99cc6dd402b0: Pull complete 19:10:37 7d9ed39f4882: Pull complete 19:10:37 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 19:10:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:10:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:10:38 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:10:38 WORKDIR /edgex 19:10:38 COPY go.mod . 19:10:38 RUN go mod download 19:10:38 + docker build -t ci-base-image-x86_64 -f - . 19:10:38 Sending build context to Docker daemon 169.8MB 19:10:38 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:10:38 ---> 1dedd983c030 19:10:38 Step 2/4 : WORKDIR /edgex 19:10:42 ---> Running in 89b3bd155e8b 19:10:42 Removing intermediate container 89b3bd155e8b 19:10:42 ---> b1ef8c17fbe5 19:10:42 Step 3/4 : COPY go.mod . 19:10:42 ---> b572ad527af4 19:10:42 Step 4/4 : RUN go mod download 19:10:42 ---> Running in 33e9c07a8249 19:10:44 Still waiting to schedule task 19:10:44 ‘prd-ubuntu20.04-docker-arm64-4c-16g-116961’ is offline 19:10:44 ‘prd-ubuntu20.04-docker-arm64-4c-16g-116962’ is offline 19:10:44 ‘prd-ubuntu20.04-docker-arm64-4c-16g-116964’ is offline 19:10:54 Removing intermediate container 33e9c07a8249 19:10:54 ---> 88f44d164324 19:10:54 Successfully built 88f44d164324 19:10:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:55 + docker inspect -f . ci-base-image-x86_64 19:10:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:55 prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container 19:10:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:10:55 $ docker top 6ef38e970e72bbe7584c6d1fad1170937a9515bc27ff578049a4d0ee5b48a32e -eo pid,comm [Pipeline] { [Pipeline] sh 19:10:56 + go version 19:10:56 go version go1.18.7 linux/amd64 [Pipeline] } 19:10:56 $ docker stop --time=1 6ef38e970e72bbe7584c6d1fad1170937a9515bc27ff578049a4d0ee5b48a32e 19:10:57 $ docker rm -f 6ef38e970e72bbe7584c6d1fad1170937a9515bc27ff578049a4d0ee5b48a32e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:58 + docker inspect -f . ci-base-image-x86_64 19:10:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:58 prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container 19:10:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:10:58 $ docker top 5f67e446e9b8f121a2251c89e6d154d4eec7e6d4d3fe7222f166c7fcde94d04a -eo pid,comm [Pipeline] { [Pipeline] echo 19:10:58 ========================================================= 19:10:58 [edgeXBuildGoParallel] Running Tests and Build... 19:10:58 ========================================================= [Pipeline] sh 19:10:59 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:10:59 + make test 19:10:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:11:05 ? github.com/edgexfoundry/edgex-go [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:11:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.060s coverage: 28.7% of statements 19:11:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:11:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:11:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.125s coverage: 98.5% of statements 19:11:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.138s coverage: 43.0% of statements 19:11:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:11:19 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:11:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.109s coverage: 54.2% of statements 19:11:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:11:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.885s coverage: 89.2% of statements 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.091s coverage: 2.2% of statements 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.462s coverage: 95.6% of statements 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/io 0.060s coverage: 72.2% of statements 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.068s coverage: 60.0% of statements 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.065s coverage: 0.9% of statements 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.058s coverage: 29.6% of statements 19:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 47.1% of statements 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 79.5% of statements 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.091s coverage: 96.3% of statements 19:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements 19:11:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements 19:11:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements 19:11:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.207s coverage: 79.9% of statements 19:11:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.110s coverage: 92.9% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 65.1% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 86.9% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 58.8% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.089s coverage: 80.0% of statements 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 85.4% of statements 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.2% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 64.7% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.325s coverage: 65.8% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.168s coverage: 41.8% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.074s coverage: 63.2% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 19:11:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements 19:11:44 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:12:02 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 19:12:02 GO111MODULE=on go vet ./... 19:12:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:12:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:12:04 ./bin/test-attribution-txt.sh [Pipeline] echo 19:12:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:12:05 + ls -al . 19:12:05 total 768 19:12:05 drwxrwxr-x 11 1001 1001 4096 Oct 25 19:10 . 19:12:05 drwxr-xr-x 4 root root 4096 Oct 25 19:10 .. 19:12:05 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:10 .blubracket 19:12:05 -rw-rw-r-- 1 1001 1001 16 Oct 25 19:10 .dockerignore 19:12:05 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:11 .git 19:12:05 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:10 .github 19:12:05 -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:10 .gitignore 19:12:05 -rw-rw-r-- 1 1001 1001 42 Oct 25 19:10 .golangci.yml 19:12:05 -rw-rw-r-- 1 1001 1001 87 Oct 25 19:10 .hadolint.yml 19:12:05 drwxr-xr-x 3 1001 1001 4096 Oct 25 19:10 .semver 19:12:05 -rw-rw-r-- 1 1001 1001 166 Oct 25 19:10 .sonarcloud.properties 19:12:05 -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:10 ADOPTERS.md 19:12:05 -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:10 Attribution.txt 19:12:05 -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:10 CHANGELOG.md 19:12:05 -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:10 CONTRIBUTING.md 19:12:05 -rw-rw-r-- 1 1001 1001 677 Oct 25 19:10 GOVERNANCE.md 19:12:05 -rw-rw-r-- 1 1001 1001 850 Oct 25 19:10 Jenkinsfile 19:12:05 -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:10 LICENSE 19:12:05 -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:10 Makefile 19:12:05 -rw-rw-r-- 1 1001 1001 582 Oct 25 19:10 OWNERS.md 19:12:05 -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:10 README.md 19:12:05 -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:10 SECURITY.md 19:12:05 -rw-rw-r-- 1 1001 1001 5 Oct 25 19:10 VERSION 19:12:05 -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:10 ZMQWindows.md 19:12:05 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:10 bin 19:12:05 drwxrwxr-x 18 1001 1001 4096 Oct 25 19:10 cmd 19:12:05 -rw-r--r-- 1 root root 501828 Oct 25 19:11 coverage.out 19:12:05 -rw-rw-r-- 1 1001 1001 3446 Oct 25 19:10 go.mod 19:12:05 -rw-rw-r-- 1 1001 1001 45060 Oct 25 19:10 go.sum 19:12:05 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:10 internal 19:12:05 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:10 openapi 19:12:05 drwxrwxr-x 4 1001 1001 4096 Oct 25 19:10 snap 19:12:05 -rw-rw-r-- 1 1001 1001 204 Oct 25 19:10 version.go [Pipeline] sh 19:12:05 + '[' -e coverage.out ] 19:12:05 + chown 1001:1001 coverage.out [Pipeline] stash 19:12:05 Stashed 1 file(s) [Pipeline] sh 19:12:06 + make build 19:12:06 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:12:18 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:12:28 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:12:28 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:12:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:12:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:12:36 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:12:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:12:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:12:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:12:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:12:41 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:12:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:12:44 $ docker stop --time=1 5f67e446e9b8f121a2251c89e6d154d4eec7e6d4d3fe7222f166c7fcde94d04a 19:12:46 $ docker rm -f 5f67e446e9b8f121a2251c89e6d154d4eec7e6d4d3fe7222f166c7fcde94d04a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:12:47 19:12:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:12:49 latest: Pulling from edgex-devops/edgex-compose 19:12:49 cbdbe7a5bc2a: Pulling fs layer 19:12:49 ca9280d653b3: Pulling fs layer 19:12:49 7e9c9ca2126c: Pulling fs layer 19:12:49 cbdbe7a5bc2a: Verifying Checksum 19:12:49 cbdbe7a5bc2a: Download complete 19:12:49 ca9280d653b3: Verifying Checksum 19:12:49 ca9280d653b3: Download complete 19:12:49 cbdbe7a5bc2a: Pull complete 19:12:49 7e9c9ca2126c: Download complete 19:12:49 ca9280d653b3: Pull complete 19:12:52 7e9c9ca2126c: Pull complete 19:12:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:12:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:12:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:53 prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container 19:12:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:12:54 $ docker top de35076b862d34cc78e8977d22c889b4cc7170cdaea8f3feb3265ded171b8337 -eo pid,comm [Pipeline] { [Pipeline] sh 19:12:55 + docker-compose build --help 19:12:55 + grep parallel 19:12:55 --parallel Build images in parallel. [Pipeline] } 19:12:55 $ docker stop --time=1 de35076b862d34cc78e8977d22c889b4cc7170cdaea8f3feb3265ded171b8337 19:12:56 $ docker rm -f de35076b862d34cc78e8977d22c889b4cc7170cdaea8f3feb3265ded171b8337 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:12:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:57 prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container 19:12:57 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:12:58 $ docker top b10cafd35e0f21b39d1129651cde5b85c8771aee66f0df9ef69e9d51a6944291 -eo pid,comm [Pipeline] { [Pipeline] sh 19:12:58 + docker-compose -f ./docker-compose-build.yml build --parallel 19:12:59 Building core-command ... 19:12:59 Building core-data ... 19:12:59 Building core-metadata ... 19:12:59 Building security-bootstrapper ... 19:12:59 Building security-proxy-setup ... 19:12:59 Building security-secretstore-setup ... 19:12:59 Building security-spiffe-token-provider ... 19:12:59 Building security-spire-agent ... 19:12:59 Building security-spire-config ... 19:12:59 Building security-spire-server ... 19:12:59 Building support-notifications ... 19:12:59 Building support-scheduler ... 19:12:59 Building sys-mgmt-agent ... 19:12:59 Building security-secretstore-setup 19:12:59 Building security-spire-server 19:12:59 Building security-spiffe-token-provider 19:12:59 Building security-bootstrapper 19:12:59 Building security-spire-config 19:13:11 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:11 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:13:11 ---> 88f44d164324 19:13:11 Step 3/25 : WORKDIR /edgex-go 19:13:11 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:11 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:13:11 ---> 88f44d164324 19:13:11 Step 3/33 : WORKDIR /edgex-go 19:13:11 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:11 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:13:11 ---> 88f44d164324 19:13:11 Step 3/25 : WORKDIR /edgex-go 19:13:11 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:13:11 ---> 88f44d164324 19:13:11 Step 3/26 : WORKDIR /edgex-go 19:13:11 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:13:11 ---> 88f44d164324 19:13:11 Step 3/20 : WORKDIR /edgex-go 19:13:13 ---> Running in 0b4b6b5527fa 19:13:13 ---> Running in 9cb8b9cd7617 19:13:13 ---> Running in c81d54749304 19:13:13 ---> Running in 26207c68f068 19:13:13 ---> Running in eea3d99509d1 19:13:13 Removing intermediate container eea3d99509d1 19:13:13 ---> f95bb77dd5ae 19:13:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:13 Removing intermediate container c81d54749304 19:13:13 ---> 2e2fc5ab6907 19:13:13 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:13 Removing intermediate container 26207c68f068 19:13:13 ---> e4b4a0078513 19:13:13 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:13 Removing intermediate container 9cb8b9cd7617 19:13:13 ---> aaf5e833dddf 19:13:13 Removing intermediate container 0b4b6b5527fa 19:13:13 ---> f326430edec0 19:13:13 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:13 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:13:13 ---> Running in e0b7e88e6939 19:13:14 ---> Running in eb7b2348aea9 19:13:14 ---> Running in e7dd54bd352c 19:13:14 ---> Running in 853a7d199851 19:13:14 ---> Running in d8bae55fa6b4 19:13:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:14 Removing intermediate container e0b7e88e6939 19:13:14 ---> 5c4f892eefaf 19:13:14 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:13:14 Removing intermediate container eb7b2348aea9 19:13:14 ---> ee20a92b6ebe 19:13:14 Step 5/33 : RUN apk add --update --no-cache make git 19:13:14 Removing intermediate container e7dd54bd352c 19:13:14 ---> e1da22d090dc 19:13:14 Step 5/25 : RUN apk add --update --no-cache make git 19:13:14 v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:13:14 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:13:14 OK: 17039 distinct packages available 19:13:14 ---> Running in dcf42dcfea7a 19:13:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:15 ---> Running in 12c9f2e7ceef 19:13:15 ---> Running in 91fb50284f41 19:13:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:15 Removing intermediate container d8bae55fa6b4 19:13:15 ---> 0e853eb4e57c 19:13:15 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:13:15 ---> Running in 2d17efb07657 19:13:15 OK: 211 MiB in 51 packages 19:13:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:16 Removing intermediate container 853a7d199851 19:13:16 ---> db168b8e7e90 19:13:16 Step 5/20 : COPY go.mod vendor* ./ 19:13:16 ---> 962651b689bf 19:13:16 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:16 ---> Running in ab66a2273b6d 19:13:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:16 OK: 211 MiB in 51 packages 19:13:16 OK: 211 MiB in 51 packages 19:13:16 OK: 211 MiB in 51 packages 19:13:16 Removing intermediate container dcf42dcfea7a 19:13:16 ---> bea8c80d2078 19:13:16 Step 6/26 : COPY go.mod vendor* ./ 19:13:16 OK: 211 MiB in 51 packages 19:13:17 ---> 6bd21d349a2d 19:13:17 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:17 ---> Running in 8ac98a447074 19:13:17 Removing intermediate container 2d17efb07657 19:13:17 ---> f8de17b20de2 19:13:17 Step 6/25 : COPY go.mod vendor* ./ 19:13:17 Removing intermediate container 91fb50284f41 19:13:17 ---> e8b7a930e852 19:13:17 Step 6/33 : COPY go.mod vendor* ./ 19:13:17 Removing intermediate container 12c9f2e7ceef 19:13:17 ---> a5fc2832a271 19:13:17 Step 6/25 : COPY go.mod vendor* ./ 19:13:17 ---> eb82220a0023 19:13:17 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:17 ---> 3eaa8df6b2f3 19:13:17 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:18 ---> Running in 7fe6b6793167 19:13:18 ---> 31b092ea3464 19:13:18 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:18 ---> Running in 38018868d9c8 19:13:18 ---> Running in 59172f36d227 19:13:31 Removing intermediate container ab66a2273b6d 19:13:31 ---> 3c708a012c50 19:13:31 Step 7/20 : COPY . . 19:13:36 Removing intermediate container 8ac98a447074 19:13:36 ---> f82e0511bfc4 19:13:36 Step 8/26 : COPY . . 19:13:37 ---> 3b0d9f6f10d8 19:13:37 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:13:38 ---> Running in 34d4b34cde57 19:13:38 Removing intermediate container 7fe6b6793167 19:13:38 Removing intermediate container 59172f36d227 19:13:38 ---> 37433280977a 19:13:38 ---> 6df8257b16c4 19:13:38 Step 8/25 : COPY . .Step 8/25 : COPY . . 19:13:38 19:13:38 Removing intermediate container 38018868d9c8 19:13:38 ---> 2f7184b5cdfb 19:13:38 Step 8/33 : COPY . . 19:13:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:13:48 ---> 522de4a01309 19:13:48 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:13:48 ---> Running in 46c4e15b9e17 19:13:48 ---> e004443bc408 19:13:48 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:13:48 ---> 43062627f18e 19:13:48 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:13:48 ---> 87febb4c9957 19:13:48 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:13:48 ---> Running in f10e89d8087a 19:13:48 ---> Running in fe27c91a6032 19:13:48 ---> Running in efe7c1a08110 19:13:48 Removing intermediate container 46c4e15b9e17 19:13:48 ---> 754d9d96bf28 19:13:48 Step 10/26 : WORKDIR /edgex-go/spire-build 19:13:48 ---> Running in aece08cfa556 19:13:48 Removing intermediate container efe7c1a08110 19:13:48 ---> 1734a0b86636 19:13:48 Step 10/25 : WORKDIR /edgex-go/spire-build 19:13:48 ---> Running in 0f95760ed100 19:13:48 Removing intermediate container aece08cfa556 19:13:48 ---> 38b48c81ce4d 19:13:48 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:13:48 ---> Running in c5954065e469 19:13:48 Removing intermediate container 0f95760ed100 19:13:48 ---> d8e11d9f6945 19:13:48 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:13:48 ---> Running in c9ab09f867cc 19:13:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:13:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:13:50 Removing intermediate container c5954065e469 19:13:50 ---> 3495d58522b8 19:13:50 Step 12/26 : WORKDIR /edgex-go 19:13:50 Removing intermediate container c9ab09f867cc 19:13:50 ---> 44a1c0d6b2d3 19:13:50 Step 12/25 : WORKDIR /edgex-go 19:13:50 ---> Running in 433ffbf9f48d 19:13:50 ---> Running in 8f039a0a54ee 19:13:50 Removing intermediate container 433ffbf9f48d 19:13:50 ---> 600a9f4cd82a 19:13:50 19:13:50 Step 13/26 : FROM alpine:3.15 19:13:50 Removing intermediate container 8f039a0a54ee 19:13:50 ---> 4d8bd4bdc5ec 19:13:50 19:13:50 Step 13/25 : FROM alpine:3.15 19:13:51 3.15: Pulling from library/alpine 19:13:51 3.15: Pulling from library/alpine 19:13:52 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:13:52 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:13:52 Status: Downloaded newer image for alpine:3.15 19:13:52 Status: Downloaded newer image for alpine:3.15 19:13:52 ---> c4fc93816858 19:13:52 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:13:52 ---> c4fc93816858 19:13:52 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:13:53 ---> Running in b5a44f5fea16 19:13:53 ---> Running in ff020fba36a4 19:13:54 Removing intermediate container ff020fba36a4 19:13:54 ---> 1445be955fad 19:13:54 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:54 Removing intermediate container b5a44f5fea16 19:13:54 ---> 34cc9e17af2f 19:13:54 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:54 ---> Running in badc7ec2f2d6 19:13:54 ---> Running in 22a0a465faba 19:13:55 Removing intermediate container badc7ec2f2d6 19:13:55 ---> 9868dfe9d7a5 19:13:55 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:13:55 Removing intermediate container 22a0a465faba 19:13:55 ---> bdcb4ce11b6d 19:13:55 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:13:55 ---> Running in 95cbfbcb4e8c 19:13:55 ---> Running in 0f40ef2bd3f4 19:13:56 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:56 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:56 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:57 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:57 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:13:57 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:13:57 OK: 15857 distinct packages available 19:13:57 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:13:57 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:13:57 OK: 15857 distinct packages available 19:13:57 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:57 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:58 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:58 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:58 (1/4) Installing dumb-init (1.2.5-r1) 19:13:58 (1/5) Installing dumb-init (1.2.5-r1) 19:13:59 (2/4) Installing musl-obstack (1.2.3-r0) 19:13:59 (2/5) Installing musl-obstack (1.2.3-r0) 19:13:59 (3/5) Installing libucontext (1.1-r0) 19:13:59 (3/4) Installing libucontext (1.1-r0) 19:13:59 (4/5) Installing gcompat (1.0.0-r4) 19:13:59 (4/4) Installing gcompat (1.0.0-r4) 19:14:00 Removing intermediate container 34d4b34cde57 19:14:00 ---> cd6de90d9781 19:14:00 19:14:00 Step 9/20 : FROM alpine:3.15 19:14:00 ---> c4fc93816858 19:14:00 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:00 ---> Using cache 19:14:00 ---> 34cc9e17af2f 19:14:00 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:00 ---> Using cache 19:14:00 ---> bdcb4ce11b6d 19:14:00 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:14:00 (5/5) Installing openssl (1.1.1q-r0) 19:14:00 Executing busybox-1.34.1-r7.trigger 19:14:00 OK: 6 MiB in 18 packages 19:14:00 Executing busybox-1.34.1-r7.trigger 19:14:00 OK: 7 MiB in 19 packages 19:14:02 ---> Running in eb8e37ba5b06 19:14:02 Removing intermediate container 95cbfbcb4e8c 19:14:02 ---> 7a427ab0c465 19:14:02 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:14:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:03 Removing intermediate container 0f40ef2bd3f4 19:14:03 ---> c8f26359bcf3 19:14:03 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:14:03 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:14:03 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:14:03 OK: 15857 distinct packages available 19:14:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:04 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:04 (1/9) Installing ca-certificates (20220614-r0) 19:14:05 (2/9) Installing brotli-libs (1.0.9-r5) 19:14:05 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:14:06 (4/9) Installing libcurl (7.80.0-r3) 19:14:06 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:14:06 ---> aaf8045f53c2 19:14:06 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:14:06 (5/9) Installing curl (7.80.0-r3) 19:14:06 (6/9) Installing dumb-init (1.2.5-r1) 19:14:07 ---> daba6aa4568f 19:14:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:14:07 (7/9) Installing musl-obstack (1.2.3-r0) 19:14:07 (8/9) Installing libucontext (1.1-r0) 19:14:07 (9/9) Installing gcompat (1.0.0-r4) 19:14:07 ---> 077ed1139c6b 19:14:07 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:14:07 Executing busybox-1.34.1-r7.trigger 19:14:07 Executing ca-certificates-20220614-r0.trigger 19:14:07 OK: 8 MiB in 23 packages 19:14:07 ---> 62e71e6a70c5 19:14:07 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:14:08 ---> Running in d73ae24849c4 19:14:08 ---> 70a74a095bae 19:14:08 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:14:08 ---> 192074b0af70 19:14:08 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:09 Removing intermediate container d73ae24849c4 19:14:09 ---> 2526a1bf805c 19:14:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:14:09 Removing intermediate container eb8e37ba5b06 19:14:09 ---> e352cd1fd2e4 19:14:09 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:09 ---> Running in 7d1c02b78a0e 19:14:09 ---> 3b8cfaf69921 19:14:09 Step 21/26 : WORKDIR / 19:14:09 Removing intermediate container 7d1c02b78a0e 19:14:09 ---> 274538551ca2 19:14:09 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:09 ---> ef81b46a2da2 19:14:09 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:14:09 ---> Running in 0af07590fed9 19:14:09 ---> Running in 9b8fbf409c30 19:14:09 Removing intermediate container fe27c91a6032 19:14:09 ---> 7b7e728b7183 19:14:09 19:14:09 Step 10/33 : FROM alpine:3.16 19:14:10 Removing intermediate container 9b8fbf409c30 19:14:10 ---> c7011a1c089d 19:14:10 Step 23/25 : LABEL arch=x86_64 19:14:10 Removing intermediate container 0af07590fed9 19:14:10 ---> b410935a80d9 19:14:10 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:10 3.16: Pulling from library/alpine 19:14:10 ---> Running in 3bd9d530bf5d 19:14:10 Removing intermediate container f10e89d8087a 19:14:10 ---> adb2a0016a3b 19:14:10 19:14:10 Step 10/25 : FROM alpine:3.16 19:14:10 ---> Running in 86a1e402f3a8 19:14:10 ---> 2392b68fd527 19:14:10 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:14:10 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:14:10 Status: Downloaded newer image for alpine:3.16 19:14:10 ---> 9c6f07244728 19:14:10 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:10 3.16: Pulling from library/alpine 19:14:10 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:14:10 Status: Image is up to date for alpine:3.16 19:14:10 ---> 9c6f07244728 19:14:10 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:14:10 Removing intermediate container 3bd9d530bf5d 19:14:10 ---> 385932c5fd53 19:14:10 Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:14:10 ---> Running in 93d9ee28deca 19:14:10 ---> Running in d813650e3d1e 19:14:10 Removing intermediate container 86a1e402f3a8 19:14:10 ---> 99881a1b6265 19:14:10 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:10 ---> Running in 3e55b10f24d6 19:14:10 ---> bd20e62759f2 19:14:10 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:14:10 ---> Running in 9f10b12108d3 19:14:10 ---> Running in af45765f60c8 19:14:10 Removing intermediate container 93d9ee28deca 19:14:10 ---> 709d0acb30d8 19:14:10 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:14:10 Removing intermediate container 3e55b10f24d6 19:14:10 ---> fafd7076dad8 19:14:10 Step 25/25 : LABEL version=0.0.0 19:14:10 ---> Running in 45e6b66f6df9 19:14:10 ---> Running in d04ce2906e1b 19:14:10 Removing intermediate container 9f10b12108d3 19:14:10 ---> 021ebd48ae77 19:14:10 Step 24/26 : LABEL arch=x86_64 19:14:10 Removing intermediate container af45765f60c8 19:14:10 ---> 601f86f1fb39 19:14:10 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:10 ---> Running in 53665283010b 19:14:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:14:10 ---> Running in a3f2d915d83f 19:14:10 Removing intermediate container d04ce2906e1b 19:14:10 ---> 1a5ec989b44d 19:14:10 19:14:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:14:10 Removing intermediate container 53665283010b 19:14:10 ---> 9e8c103ba6e6 19:14:10 Step 25/26 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:14:10 Successfully built 1a5ec989b44d 19:14:10 Successfully tagged security-spire-server:latest 19:14:10  Building security-spire-server ... done Building sys-mgmt-agent 19:14:10 Removing intermediate container a3f2d915d83f 19:14:10 ---> 4894300b52c8 19:14:10 Step 18/20 : LABEL arch=x86_64 19:14:10 ---> Running in 9860e195b532 19:14:10 ---> Running in 8911a1c2c446 19:14:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:14:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:14:11 Removing intermediate container 9860e195b532 19:14:11 ---> a794864e6972 19:14:11 Step 26/26 : LABEL version=0.0.0 19:14:11 (1/3) Installing ca-certificates (20220614-r0) 19:14:11 (2/3) Installing dumb-init (1.2.5-r1) 19:14:11 (3/3) Installing su-exec (0.2-r1) 19:14:11 Executing busybox-1.35.0-r17.trigger 19:14:11 Executing ca-certificates-20220614-r0.trigger 19:14:11 OK: 6 MiB in 17 packages 19:14:11 (1/2) Installing dumb-init (1.2.5-r1) 19:14:11 (2/2) Installing su-exec (0.2-r1) 19:14:11 Executing busybox-1.35.0-r17.trigger 19:14:11 OK: 6 MiB in 16 packages 19:14:11 ---> Running in 1b4fd38b33d6 19:14:11 Removing intermediate container 8911a1c2c446 19:14:11 ---> d881bff533ab 19:14:11 Step 19/20 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:14:12 ---> Running in 09f947611b6e 19:14:12 Removing intermediate container 1b4fd38b33d6 19:14:12 ---> 4ee25d62cc89 19:14:12 19:14:12 Successfully built 4ee25d62cc89 19:14:12 Successfully tagged security-spire-config:latest 19:14:12  Building security-spire-config ... done Building core-metadata 19:14:12 Removing intermediate container 09f947611b6e 19:14:12 ---> 315b603526c5 19:14:12 Step 20/20 : LABEL version=0.0.0 19:14:13 Removing intermediate container 45e6b66f6df9 19:14:13 ---> e068292218bd 19:14:13 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:14:14 Removing intermediate container d813650e3d1e 19:14:14 ---> a57211a88d20 19:14:14 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:14:14 ---> Running in 671ea0a3db98 19:14:14 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:14:14 ---> 88f44d164324 19:14:14 Step 3/23 : WORKDIR /edgex-go 19:14:14 ---> Using cache 19:14:14 ---> f326430edec0 19:14:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:14 ---> Using cache 19:14:14 ---> 0e853eb4e57c 19:14:14 Step 5/23 : RUN apk add --update --no-cache make bash git 19:14:14 ---> Running in 8d1729e86e25 19:14:15 ---> Running in baa7338a45e4 19:14:15 ---> Running in 0cf74f7b2a9f 19:14:15 Removing intermediate container 671ea0a3db98 19:14:15 ---> bc3925cb4858 19:14:15 19:14:15 Removing intermediate container 8d1729e86e25 19:14:15 ---> be31e4757115 19:14:15 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:14:15 Successfully built bc3925cb4858 19:14:15 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:15 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:14:15 Successfully tagged security-spiffe-token-provider:latest 19:14:15 ---> 88f44d164324 19:14:15 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:14:15 Building security-spire-agent 19:14:15  Building security-spiffe-token-provider ... done Removing intermediate container baa7338a45e4 19:14:15 ---> c3e06788009a 19:14:15 Step 13/25 : WORKDIR / 19:14:15 ---> Running in 2fa33d5d2574 19:14:15 ---> Running in ed413c2759b7 19:14:15 ---> Running in 357789acdc5c 19:14:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:14:16 Removing intermediate container 2fa33d5d2574 19:14:16 ---> 4179bae74ef4 19:14:16 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:14:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:14:17 Removing intermediate container 357789acdc5c 19:14:17 ---> 886c84dd79a9 19:14:17 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:14:17 Removing intermediate container ed413c2759b7 19:14:17 ---> db540f392ebc 19:14:17 Step 4/25 : WORKDIR /edgex-go 19:14:17 OK: 211 MiB in 51 packages 19:14:17 ---> Running in 21b27042ad09 19:14:17 ---> Running in 10dc2f5b719b 19:14:17 ---> ac09865935b6 19:14:17 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:14:18 Removing intermediate container 21b27042ad09 19:14:18 ---> 52f4bd5a4877 19:14:18 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:14:18 Removing intermediate container 10dc2f5b719b 19:14:18 ---> eb66e869775f 19:14:18 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:18 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:14:18 ---> 88f44d164324 19:14:18 Step 3/26 : WORKDIR /edgex-go 19:14:18 ---> Using cache 19:14:18 ---> f326430edec0 19:14:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:18 ---> Using cache 19:14:18 ---> 0e853eb4e57c 19:14:18 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:14:18 ---> Using cache 19:14:18 ---> f8de17b20de2 19:14:18 Step 6/26 : COPY go.mod vendor* ./ 19:14:18 ---> Using cache 19:14:18 ---> eb82220a0023 19:14:18 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:18 ---> Using cache 19:14:18 ---> 37433280977a 19:14:18 Step 8/26 : COPY . . 19:14:18 ---> Using cache 19:14:18 ---> e004443bc408 19:14:18 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:14:18 ---> Using cache 19:14:18 ---> 1734a0b86636 19:14:18 Step 10/26 : WORKDIR /edgex-go/spire-build ---> Running in c9afef63848c 19:14:18 19:14:18 ---> Using cache 19:14:18 ---> d8e11d9f6945 19:14:18 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:14:19 ---> b97a9a25f328 19:14:19 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:14:19 ---> Running in dd244584c9d4 19:14:19 Removing intermediate container 0cf74f7b2a9f 19:14:19 ---> b46f284a1a6f 19:14:19 Step 6/23 : COPY go.mod vendor* ./ 19:14:19 ---> Running in 7e748695d5cf 19:14:19 Removing intermediate container c9afef63848c 19:14:19 ---> 4206e676c9a9 19:14:19 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:14:19 ---> 3938a6705f20 19:14:19 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:14:19 ---> e9943554c919 19:14:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:19 ---> Running in 6609ee2fee2e 19:14:19 ---> Running in 5d4b5829496b 19:14:19 ---> 28acb923bf8b 19:14:19 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:14:19 ---> ab2986295f61 19:14:19 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:14:20 Removing intermediate container dd244584c9d4 19:14:20 ---> 0451e209c47b 19:14:20 Step 6/25 : RUN apk add --update --no-cache make git 19:14:20 ---> Running in b2998aa95be1 19:14:20 Removing intermediate container 7e748695d5cf 19:14:20 ---> 85bd7b2a9ec9 19:14:20 Step 12/26 : WORKDIR /edgex-go 19:14:20 Removing intermediate container 6609ee2fee2e 19:14:20 ---> efb2b23f8dcc 19:14:20 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:14:20 ---> Running in ff548d7d0437 19:14:20 ---> Running in 887f8f41fbd7 19:14:20 ---> f538e960ea2d 19:14:20 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:14:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:14:20 Removing intermediate container ff548d7d0437 19:14:20 ---> 5eff2b4d7ef4 19:14:20 19:14:20 Step 13/26 : FROM alpine:3.15 19:14:20 ---> c4fc93816858 19:14:20 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:20 ---> Using cache 19:14:20 ---> 34cc9e17af2f 19:14:20 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:20 ---> Using cache 19:14:20 ---> bdcb4ce11b6d 19:14:20 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:14:20 Removing intermediate container 887f8f41fbd7 19:14:20 ---> b6705e295f00 19:14:20 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:14:20 ---> Running in 9bb4c92dc684 19:14:20 ---> 896096d2588b 19:14:20 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:14:20 ---> Running in 299dff85d1f1 19:14:20 ---> 0e57299698df 19:14:20 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:14:20 ---> Running in 2fe7fbcc4e5c 19:14:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:14:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:23 Removing intermediate container 299dff85d1f1 19:14:23 ---> 20a773ea8f26 19:14:23 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:14:23 Removing intermediate container 2fe7fbcc4e5c 19:14:23 ---> 134ba9a6cc0c 19:14:23 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:23 ---> Running in a4134a84f6d9 19:14:23 OK: 211 MiB in 51 packages 19:14:23 Removing intermediate container a4134a84f6d9 19:14:23 ---> a05ad6d59784 19:14:23 Step 23/25 : LABEL arch=x86_64 19:14:23 ---> 69d852a11d35 19:14:23 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:14:23 ---> Running in 0a1e3f3296f5 19:14:23 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:14:23 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:14:23 OK: 15857 distinct packages available 19:14:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:23 Removing intermediate container 0a1e3f3296f5 19:14:23 ---> 3e56311e8561 19:14:23 Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:14:24 ---> 9ddcf0c0ecee 19:14:24 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:14:24 ---> Running in bc574a2095ff 19:14:24 Removing intermediate container b2998aa95be1 19:14:24 ---> 2c490085cd23 19:14:24 Step 7/25 : COPY go.mod vendor* ./ 19:14:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:24 Removing intermediate container bc574a2095ff 19:14:24 ---> 415edeb22dcb 19:14:24 Step 25/25 : LABEL version=0.0.0 19:14:24 ---> f76d819b026d 19:14:24 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:14:24 ---> f9ee0c1cf108 19:14:24 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:24 ---> Running in 0a748d97ab86 19:14:24 ---> Running in bf19afaacd16 19:14:24 Removing intermediate container 0a748d97ab86 19:14:24 ---> cde607842b1f 19:14:24 19:14:24 Successfully built cde607842b1f 19:14:24 (1/5) Installing dumb-init (1.2.5-r1) 19:14:24 Successfully tagged security-secretstore-setup:latest 19:14:24  Building security-secretstore-setup ... done Building core-data 19:14:24 ---> 5c709e13e779 19:14:24 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:14:25 (2/5) Installing musl-obstack (1.2.3-r0) 19:14:25 (3/5) Installing libucontext (1.1-r0) 19:14:25 (4/5) Installing gcompat (1.0.0-r4) 19:14:25 (5/5) Installing openssl (1.1.1q-r0) 19:14:26 Executing busybox-1.34.1-r7.trigger 19:14:26 OK: 7 MiB in 19 packages 19:14:27 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:14:27 ---> 88f44d164324 19:14:27 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:14:27 ---> Using cache 19:14:27 ---> db540f392ebc 19:14:27 Step 4/24 : WORKDIR /edgex-go 19:14:27 ---> Using cache 19:14:27 ---> eb66e869775f 19:14:27 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:27 ---> Using cache 19:14:27 ---> 0451e209c47b 19:14:27 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:14:30 ---> c8bbaa7a8653 19:14:30 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:14:30 ---> Running in 198740539ace 19:14:31 Removing intermediate container 5d4b5829496b 19:14:31 ---> c8b7629ba5b1 19:14:31 Step 8/23 : COPY . . 19:14:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:14:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:14:32 Removing intermediate container 9bb4c92dc684 19:14:32 ---> 04364a9e8d2f 19:14:32 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:14:32 OK: 211 MiB in 51 packages 19:14:36 ---> 0c899f9a7cab 19:14:36 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:14:36 ---> 69a210ab6efd 19:14:36 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:14:36 ---> fbcfe9c12ddd 19:14:36 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:14:36 ---> 847ef0329a7b 19:14:36 Step 28/33 : RUN chmod +x /entrypoint.sh 19:14:36 Removing intermediate container 198740539ace 19:14:36 ---> f7634c2a19a0 19:14:36 Step 7/24 : COPY go.mod vendor* ./ 19:14:37 Removing intermediate container bf19afaacd16 19:14:37 ---> e74477cf7746 19:14:37 Step 9/25 : COPY . . 19:14:37 ---> Running in 26873dbbfbae 19:14:37 ---> Running in 7e8dc01c9e14 19:14:37 ---> 5090732bc505 19:14:37 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:39 ---> ec0683ba2269 19:14:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:14:39 ---> Running in 1c926abee035 19:14:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:14:39 ---> e011f1fd91a9 19:14:39 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:14:40 ---> 362039f53117 19:14:40 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:14:40 Removing intermediate container 7e8dc01c9e14 19:14:40 ---> d0fc34b84ce6 19:14:40 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:14:40 ---> 95ef6cd3eaa5 19:14:40 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:14:40 ---> Running in cf076b9c814e 19:14:40 ---> Running in 0efd0521247d 19:14:40 ---> cfb25d699cc1 19:14:40 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:40 ---> Running in 71879d3e7ee8 19:14:40 Removing intermediate container cf076b9c814e 19:14:40 ---> 2b00421ee531 19:14:40 Step 30/33 : CMD ["gate"] 19:14:40 ---> Running in 724ae933c976 19:14:41 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:14:41 Removing intermediate container 71879d3e7ee8 19:14:41 ---> 47b4b9cf4f8b 19:14:41 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:41 ---> Running in df9cb2a9edd5 19:14:41 Removing intermediate container 724ae933c976 19:14:41 ---> 791d950d2fc1 19:14:41 Step 31/33 : LABEL arch=x86_64 19:14:41 ---> Running in b373e4476dd0 19:14:41 Removing intermediate container df9cb2a9edd5 19:14:41 ---> 62224d29c320 19:14:41 Step 24/26 : LABEL arch=x86_64 19:14:41 Removing intermediate container b373e4476dd0 19:14:41 ---> d1c0711e0c3e 19:14:41 Step 32/33 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:14:42 ---> Running in 6c96e06c2304 19:14:43 ---> Running in 64859a23a4c2 19:14:43 Removing intermediate container 6c96e06c2304 19:14:43 ---> bb7717e647c4 19:14:43 Step 25/26 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:14:44 Removing intermediate container 64859a23a4c2 19:14:44 ---> 21fc3f180f46 19:14:44 Step 33/33 : LABEL version=0.0.0 19:14:44 ---> Running in 65973c1790df 19:14:44 ---> Running in 3f29e62a2e12 19:14:45 Removing intermediate container 65973c1790df 19:14:45 ---> 5d5af48c5c86 19:14:45 Step 26/26 : LABEL version=0.0.0 19:14:45 ---> Running in b1dd544dabd1 19:14:45 Removing intermediate container 3f29e62a2e12 19:14:45 ---> 89a66815e7f8 19:14:45 19:14:45 Successfully built 89a66815e7f8 19:14:45 Successfully tagged security-bootstrapper:latest 19:14:45  Building security-bootstrapper ... done Building support-scheduler 19:14:50 Removing intermediate container b1dd544dabd1 19:14:50 ---> e527d04715fc 19:14:50 19:14:50 Successfully built e527d04715fc 19:14:50 Successfully tagged security-spire-agent:latest 19:14:50  Building security-spire-agent ... done Building core-command 19:14:51 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:14:51 ---> 88f44d164324 19:14:51 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:14:51 ---> Using cache 19:14:51 ---> db540f392ebc 19:14:51 Step 4/23 : WORKDIR /edgex-go 19:14:51 ---> Using cache 19:14:51 ---> eb66e869775f 19:14:51 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:51 ---> Using cache 19:14:51 ---> 0451e209c47b 19:14:51 Step 6/23 : RUN apk add --update --no-cache make git 19:14:51 ---> Using cache 19:14:51 ---> 2c490085cd23 19:14:51 Step 7/23 : COPY go.mod vendor* ./ 19:14:51 ---> Using cache 19:14:51 ---> f9ee0c1cf108 19:14:51 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:51 ---> Using cache 19:14:51 ---> e74477cf7746 19:14:51 Step 9/23 : COPY . . 19:14:51 ---> Using cache 19:14:51 ---> 95ef6cd3eaa5 19:14:51 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:14:53 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:14:53 ---> 88f44d164324 19:14:53 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:14:53 ---> Using cache 19:14:53 ---> db540f392ebc 19:14:53 Step 4/24 : WORKDIR /edgex-go 19:14:53 ---> Using cache 19:14:53 ---> eb66e869775f 19:14:53 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:53 ---> Using cache 19:14:53 ---> 0451e209c47b 19:14:53 Step 6/24 : RUN apk add --update --no-cache make git 19:14:53 ---> Using cache 19:14:53 ---> 2c490085cd23 19:14:53 Step 7/24 : COPY go.mod vendor* ./ 19:14:53 ---> Using cache 19:14:53 ---> f9ee0c1cf108 19:14:53 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:53 ---> Using cache 19:14:53 ---> e74477cf7746 19:14:53 Step 9/24 : COPY . . 19:14:53 ---> Using cache 19:14:53 ---> 95ef6cd3eaa5 19:14:53 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:14:58 Removing intermediate container 1c926abee035 19:14:58 ---> 9b4b397dd948 19:14:58 Step 9/24 : COPY . . 19:14:58 ---> Running in 0de60a25b2ad 19:14:58 ---> Running in e9fb4ca798c5 19:15:01 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:15:01 Removing intermediate container 26873dbbfbae 19:15:01 ---> 437a958eec25 19:15:01 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:15:01 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:15:01 ---> bc9d87f5ea8f 19:15:01 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:15:01 ---> Running in 016fb5035adb 19:15:01 ---> Running in d2360f939e3d 19:15:02 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:15:02 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:15:05 Removing intermediate container 0efd0521247d 19:15:05 ---> 2b308a98db5d 19:15:05 19:15:05 Step 11/25 : FROM alpine:3.16 19:15:05 ---> 9c6f07244728 19:15:05 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:15:06 Removing intermediate container 016fb5035adb 19:15:06 ---> 6df99b460c9d 19:15:06 19:15:06 Step 11/23 : FROM alpine:3.16 19:15:06 ---> 9c6f07244728 19:15:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:15:06 ---> Running in 76089c994806 19:15:06 ---> Running in 75ded13bcae8 19:15:06 Removing intermediate container 75ded13bcae8 19:15:06 ---> 9bb357efe160 19:15:06 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:15:06 ---> Running in ddc11a65d415 19:15:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:15:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:15:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:15:07 (1/1) Installing dumb-init (1.2.5-r1) 19:15:07 Executing busybox-1.35.0-r17.trigger 19:15:07 OK: 6 MiB in 15 packages 19:15:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:15:07 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:15:07 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:15:07 (3/33) Installing readline (8.1.2-r0) 19:15:07 (4/33) Installing bash (5.1.16-r2) 19:15:07 Executing bash-5.1.16-r2.post-install 19:15:07 (5/33) Installing ca-certificates (20220614-r0) 19:15:07 (6/33) Installing brotli-libs (1.0.9-r6) 19:15:07 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:15:07 (8/33) Installing libcurl (7.83.1-r3) 19:15:07 (9/33) Installing curl (7.83.1-r3) 19:15:07 (10/33) Installing docker-cli (20.10.20-r0) 19:15:07 (11/33) Installing dumb-init (1.2.5-r1) 19:15:07 (12/33) Installing libbz2 (1.0.8-r1) 19:15:07 (13/33) Installing expat (2.5.0-r0) 19:15:07 (14/33) Installing libffi (3.4.2-r1) 19:15:07 (15/33) Installing gdbm (1.23-r0) 19:15:07 (16/33) Installing xz-libs (5.2.5-r1) 19:15:07 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:15:07 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:15:07 (19/33) Installing mpdecimal (2.5.1-r1) 19:15:07 (20/33) Installing sqlite-libs (3.38.5-r0) 19:15:07 (21/33) Installing python3 (3.10.5-r0) 19:15:08 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:15:08 (23/33) Installing py3-tomli (2.0.1-r1) 19:15:08 (24/33) Installing py3-pep517 (0.12.0-r2) 19:15:08 (25/33) Installing py3-six (1.16.0-r1) 19:15:08 (26/33) Installing py3-retrying (1.3.3-r3) 19:15:08 (27/33) Installing py3-appdirs (1.4.4-r3) 19:15:08 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:15:08 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:15:08 (30/33) Installing py3-parsing (2.4.7-r3) 19:15:08 (31/33) Installing py3-packaging (21.3-r0) 19:15:08 (32/33) Installing py3-setuptools (59.4.0-r0) 19:15:08 (33/33) Installing py3-pip (22.1.1-r0) 19:15:08 Executing busybox-1.35.0-r17.trigger 19:15:08 Executing ca-certificates-20220614-r0.trigger 19:15:08 OK: 122 MiB in 47 packages 19:15:10 Removing intermediate container 76089c994806 19:15:10 ---> 9f11629322d3 19:15:10 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:15:10 ---> Running in cc81b6f6f040 19:15:10 Removing intermediate container cc81b6f6f040 19:15:10 ---> fbf892e20c1f 19:15:10 Step 14/25 : ENV APP_PORT=59881 19:15:10 ---> Running in 695c3127e7b1 19:15:11 Removing intermediate container 695c3127e7b1 19:15:11 ---> 3794507020a6 19:15:11 Step 15/25 : EXPOSE $APP_PORT 19:15:11 ---> Running in 499891cb5350 19:15:12 Removing intermediate container 499891cb5350 19:15:12 ---> c07f569f7ab0 19:15:12 Step 16/25 : WORKDIR / 19:15:12 ---> Running in 45efae91562e 19:15:12 Collecting docker-compose==1.23.2 19:15:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:15:12 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 30.0 MB/s eta 0:00:00 19:15:12 Collecting jsonschema<3,>=2.5.1 19:15:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:15:12 Collecting cached-property<2,>=1.2.0 19:15:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:15:12 Collecting texttable<0.10,>=0.9.0 19:15:12 Downloading texttable-0.9.1.tar.gz (11 kB) 19:15:12 Preparing metadata (setup.py): started 19:15:13 Preparing metadata (setup.py): finished with status 'done' 19:15:13 Removing intermediate container 45efae91562e 19:15:13 ---> 595708601067 19:15:13 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:15:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:15:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 173.2 MB/s eta 0:00:00 19:15:13 Collecting dockerpty<0.5,>=0.4.1 19:15:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:15:13 Preparing metadata (setup.py): started 19:15:13 ---> d9e29be3ec5c 19:15:13 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:15:14 Preparing metadata (setup.py): finished with status 'done' 19:15:14 Collecting docker<4.0,>=3.6.0 19:15:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:15:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 182.5 MB/s eta 0:00:00 19:15:14 Collecting docopt<0.7,>=0.6.1 19:15:14 Downloading docopt-0.6.2.tar.gz (25 kB) 19:15:14 Preparing metadata (setup.py): started 19:15:14 Preparing metadata (setup.py): finished with status 'done' 19:15:14 Collecting websocket-client<1.0,>=0.32.0 19:15:14 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:15:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 171.4 MB/s eta 0:00:00 19:15:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:15:14 Collecting PyYAML<4,>=3.10 19:15:14 Downloading PyYAML-3.13.tar.gz (270 kB) 19:15:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 211.4 MB/s eta 0:00:00 19:15:14 Preparing metadata (setup.py): started 19:15:15 Preparing metadata (setup.py): finished with status 'done' 19:15:15 Collecting docker-pycreds>=0.4.0 19:15:15 ---> 7f9b8058dfef 19:15:15 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:15:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:15:15 Collecting idna<2.8,>=2.5 19:15:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:15:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 191.2 MB/s eta 0:00:00 19:15:15 Collecting urllib3<1.25,>=1.21.1 19:15:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:15:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 199.9 MB/s eta 0:00:00 19:15:15 Collecting chardet<3.1.0,>=3.0.2 19:15:15 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:15:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 202.3 MB/s eta 0:00:00 19:15:15 Collecting certifi>=2017.4.17 19:15:15 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:15:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 128.3 MB/s eta 0:00:00 19:15:15 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:15:15 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:15:15 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:15:15 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:15:15 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:15:15 Running setup.py install for texttable: started 19:15:16 ---> 0b79631135b7 19:15:16 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:15:16 Running setup.py install for texttable: finished with status 'done' 19:15:16 Running setup.py install for PyYAML: started 19:15:16 ---> 4b94d2a6877f 19:15:16 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:15:16 ---> Running in 8448627b8c7a 19:15:16 Running setup.py install for PyYAML: finished with status 'done' 19:15:16 Removing intermediate container 8448627b8c7a 19:15:16 ---> e5b0d92b2f7a 19:15:16 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:16 ---> Running in ecb2272d15c8 19:15:16 Running setup.py install for docopt: started 19:15:17 Removing intermediate container ecb2272d15c8 19:15:17 ---> 36b28063fb4f 19:15:17 Step 23/25 : LABEL arch=x86_64 19:15:17 ---> Running in a2bfd9c2cfe4 19:15:17 Running setup.py install for docopt: finished with status 'done' 19:15:17 Removing intermediate container a2bfd9c2cfe4 19:15:17 ---> a6ff6797d815 19:15:17 Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:15:17 ---> Running in 6d704587388f 19:15:17 Running setup.py install for dockerpty: started 19:15:17 Removing intermediate container 6d704587388f 19:15:17 ---> e04b22f60a96 19:15:17 Step 25/25 : LABEL version=0.0.0 19:15:17 Running setup.py install for dockerpty: finished with status 'done' 19:15:17 ---> Running in 4eb185348056 19:15:18 Removing intermediate container 4eb185348056 19:15:18 ---> edf3aef7f4a0 19:15:18 19:15:18 Successfully built edf3aef7f4a0 19:15:18 Successfully tagged core-metadata:latest 19:15:18 Building security-proxy-setup 19:15:18  Building core-metadata ... done Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:15:18 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 19:15:20 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:15:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:15:20 ---> 88f44d164324 19:15:20 Step 3/22 : WORKDIR /edgex-go 19:15:20 ---> Using cache 19:15:20 ---> f326430edec0 19:15:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:20 ---> Using cache 19:15:20 ---> 0e853eb4e57c 19:15:20 Step 5/22 : RUN apk add --update --no-cache make git 19:15:22 ---> Running in af0b4c4b20fb 19:15:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:15:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:15:24 OK: 211 MiB in 51 packages 19:15:29 Removing intermediate container af0b4c4b20fb 19:15:29 ---> b5420606057a 19:15:29 Step 6/22 : COPY go.mod vendor* ./ 19:15:29 Removing intermediate container ddc11a65d415 19:15:29 ---> e3376190f2af 19:15:29 Step 14/23 : ENV APP_PORT=58890 19:15:29 ---> a510244bdf8f 19:15:29 ---> Running in 02b1e122baf6 19:15:29 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:15:29 ---> Running in 4ffc1fee5615 19:15:30 Removing intermediate container 02b1e122baf6 19:15:30 ---> f4600110b9eb 19:15:30 Step 15/23 : EXPOSE $APP_PORT 19:15:31 ---> Running in 4c13a73be145 19:15:31 Removing intermediate container 4c13a73be145 19:15:31 ---> d6c428f972c3 19:15:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:15:31 Removing intermediate container 0de60a25b2ad 19:15:31 ---> 14ec12e6d8f2 19:15:31 19:15:31 Step 11/24 : FROM alpine:3.16 19:15:31 ---> 9c6f07244728 19:15:31 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:15:31 ---> Using cache 19:15:31 ---> 9f11629322d3 19:15:31 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:15:31 ---> Using cache 19:15:31 ---> fbf892e20c1f 19:15:31 Step 14/24 : ENV APP_PORT=59882 19:15:32 ---> Running in 2b8b8d6f1846 19:15:32 Removing intermediate container d2360f939e3d 19:15:32 ---> 5c486fcab3af 19:15:32 19:15:32 Step 11/24 : FROM alpine:3.16 19:15:32 ---> 9c6f07244728 19:15:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:15:32 ---> 4a1a6598e811 19:15:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:15:32 Removing intermediate container 2b8b8d6f1846 19:15:32 ---> 4a2950196078 19:15:32 Step 15/24 : EXPOSE $APP_PORT 19:15:32 ---> Running in dd12488eb2c8 19:15:32 ---> Running in d495962b3ad4 19:15:32 ---> f11474626241 19:15:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:15:32 Removing intermediate container dd12488eb2c8 19:15:32 ---> f6b9acbc45cf 19:15:32 Step 13/24 : ENV APP_PORT=59880 19:15:33 Removing intermediate container d495962b3ad4 19:15:33 ---> 5d714042f2b1 19:15:33 Step 16/24 : WORKDIR / 19:15:33 ---> Running in a626d9847601 19:15:36 ---> 108af38b0d01 19:15:36 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:15:36 ---> Running in e53b19b23e6e 19:15:36 Removing intermediate container a626d9847601 19:15:36 ---> a43005d84c06 19:15:36 Step 14/24 : EXPOSE $APP_PORT 19:15:36 ---> Running in d0258c42921d 19:15:36 ---> Running in 25e723e415e5 19:15:36 Removing intermediate container e53b19b23e6e 19:15:36 ---> 217d2654bcbd 19:15:36 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:37 Removing intermediate container e9fb4ca798c5 19:15:37 ---> 40e3cac07c4c 19:15:37 19:15:37 Step 11/23 : FROM alpine:3.16 19:15:37 ---> 9c6f07244728 19:15:37 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:15:37 ---> Using cache 19:15:37 ---> 9f11629322d3 19:15:37 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:15:37 ---> Using cache 19:15:37 ---> fbf892e20c1f 19:15:37 Step 14/23 : ENV APP_PORT=59861 19:15:37 Removing intermediate container d0258c42921d 19:15:37 ---> 81d3a5848964 19:15:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:37 Removing intermediate container 25e723e415e5 19:15:37 ---> ea8cbe947a94 19:15:37 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:38 ---> Running in f4ec68bc43bb 19:15:38 ---> 5ed437e6ffe7 19:15:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:15:38 ---> Running in 387aa5fb7d14 19:15:38 ---> Running in f5cbd3a9c01a 19:15:38 Removing intermediate container f4ec68bc43bb 19:15:38 ---> 0d2d2b2c9edf 19:15:38 Step 15/23 : EXPOSE $APP_PORT 19:15:38 Removing intermediate container 387aa5fb7d14 19:15:38 ---> c5ba6c966f0c 19:15:38 Step 21/23 : LABEL arch=x86_64 19:15:39 ---> dd8f853f9c51 19:15:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:15:39 ---> Running in 23f11c588d65 19:15:39 ---> Running in e1cee9bb5c31 19:15:39 Removing intermediate container 23f11c588d65 19:15:39 ---> 1b8f98767843 19:15:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:39 ---> c2419dce73a6 19:15:39 Step 20/24 : ENTRYPOINT ["/core-command"] 19:15:39 Removing intermediate container e1cee9bb5c31 19:15:39 ---> b6d45f96397f 19:15:39 Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:15:39 ---> Running in 5ff59322eda9 19:15:39 ---> Running in d84789c3a28f 19:15:39 ---> e233019bd4ed 19:15:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:15:39 Removing intermediate container f5cbd3a9c01a 19:15:39 ---> 578ccfdcc1e8 19:15:39 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:15:40 ---> Running in 67ea1a5aee87 19:15:40 Removing intermediate container 5ff59322eda9 19:15:40 ---> 0627bee42057 19:15:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:40 Removing intermediate container d84789c3a28f 19:15:40 ---> c9e9e3192fa3 19:15:40 Step 23/23 : LABEL version=0.0.0 19:15:40 ---> Running in ac0cf5f7708f 19:15:40 ---> 3fac00ecb414 19:15:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:15:40 ---> Running in 2354cb89b14d 19:15:40 Removing intermediate container ac0cf5f7708f 19:15:40 ---> 49498a023807 19:15:40 Step 22/24 : LABEL arch=x86_64 19:15:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:15:41 Removing intermediate container 2354cb89b14d 19:15:41 ---> 15651fd44ad7 19:15:41 19:15:41 ---> b5fafa246740 19:15:41 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:15:41 ---> Running in e687fc77b793 19:15:41 ---> Running in 433780e91fd7 19:15:41 Successfully built 15651fd44ad7 19:15:41 Successfully tagged sys-mgmt-agent:latest 19:15:41  Building sys-mgmt-agent ... done Building support-notifications 19:15:41 Removing intermediate container e687fc77b793 19:15:41 ---> 2d035a10cda4 19:15:41 Step 23/24 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:15:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:15:41 (1/6) Installing dumb-init (1.2.5-r1) 19:15:42 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:15:42 (3/6) Installing libsodium (1.0.18-r0) 19:15:42 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:15:43 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:15:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:15:43 ---> 88f44d164324 19:15:43 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:15:43 ---> Using cache 19:15:43 ---> db540f392ebc 19:15:43 Step 4/23 : WORKDIR /edgex-go 19:15:43 ---> Using cache 19:15:43 ---> eb66e869775f 19:15:43 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:43 ---> Using cache 19:15:43 ---> 0451e209c47b 19:15:43 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:15:43 (5/6) Installing libzmq (4.3.4-r0) 19:15:43 ---> Running in a0134329cd1c 19:15:43 Removing intermediate container 433780e91fd7 19:15:43 ---> 4d23660d6e05 19:15:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:43 ---> Running in 65ff17d0af50 19:15:43 ---> Running in d0f5ffccf0e6 19:15:44 Removing intermediate container a0134329cd1c 19:15:44 ---> e018d515c00c 19:15:44 Step 24/24 : LABEL version=0.0.0 19:15:44 (6/6) Installing zeromq (4.3.4-r0) 19:15:44 Removing intermediate container d0f5ffccf0e6 19:15:44 ---> f8f247307465 19:15:44 Step 21/23 : LABEL arch=x86_64 19:15:44 ---> Running in d2f2ac8b1f9e 19:15:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:15:44 ---> Running in 8a143b478211 19:15:44 Executing busybox-1.35.0-r17.trigger 19:15:44 OK: 8 MiB in 20 packages 19:15:44 Removing intermediate container d2f2ac8b1f9e 19:15:44 ---> f0bfe0617b59 19:15:44 19:15:44 Successfully built f0bfe0617b59 19:15:44 Successfully tagged core-command:latest 19:15:44  Building core-command ... done Removing intermediate container 8a143b478211 19:15:44 ---> 26b39c86603e 19:15:44 Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:15:44 ---> Running in 5f9c50164a0d 19:15:44 Removing intermediate container 4ffc1fee5615 19:15:44 ---> a10b4d1cedb9 19:15:44 Step 8/22 : COPY . . 19:15:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:15:44 Removing intermediate container 5f9c50164a0d 19:15:44 ---> 95e5c080d7aa 19:15:44 Step 23/23 : LABEL version=0.0.0 19:15:45 OK: 211 MiB in 51 packages 19:15:46 ---> Running in ec2cb9c68394 19:15:46 Removing intermediate container 67ea1a5aee87 19:15:46 ---> e321b2651dfc 19:15:46 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:47 Removing intermediate container ec2cb9c68394 19:15:47 ---> e29722bfa70b 19:15:47 19:15:47 Successfully built e29722bfa70b 19:15:47 Successfully tagged support-scheduler:latest 19:15:47  Building support-scheduler ... done  ---> f0ecf82979ae 19:15:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:15:48 Removing intermediate container 65ff17d0af50 19:15:48 ---> 8bca4de6c157 19:15:48 Step 7/23 : COPY go.mod vendor* ./ 19:15:48 ---> 3bb54d804500 19:15:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:15:48 ---> 2502475f678f 19:15:48 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:15:48 ---> 65cb33823751 19:15:48 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:15:48 ---> Running in a8273373fc8f 19:15:48 ---> Running in 1cc315a06913 19:15:48 ---> ce37be53f45a 19:15:48 Step 20/24 : ENTRYPOINT ["/core-data"] 19:15:48 ---> Running in a7d59bfa913b 19:15:48 Removing intermediate container a7d59bfa913b 19:15:48 ---> f1ffb9c35940 19:15:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:48 ---> Running in 95eed9d18736 19:15:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:15:49 Removing intermediate container 95eed9d18736 19:15:49 ---> 648633bb2aff 19:15:49 Step 22/24 : LABEL arch=x86_64 19:15:49 ---> Running in b18cf8046ad4 19:15:49 Removing intermediate container b18cf8046ad4 19:15:49 ---> b3a8504a9a2a 19:15:49 Step 23/24 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:15:49 ---> Running in 18719b9a8e4c 19:15:49 Removing intermediate container 18719b9a8e4c 19:15:49 ---> 8550f199654a 19:15:49 Step 24/24 : LABEL version=0.0.0 19:15:49 ---> Running in d7c995070cfe 19:15:49 Removing intermediate container d7c995070cfe 19:15:49 ---> 643f58d163cd 19:15:49 19:15:49 Successfully built 643f58d163cd 19:15:49 Successfully tagged core-data:latest 19:16:02  Building core-data ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:16:02 Removing intermediate container 1cc315a06913 19:16:02 ---> a7b831797cc0 19:16:02 Step 9/23 : COPY . . 19:16:04 ---> 799236b9d448 19:16:04 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:16:04 ---> Running in 6d675a36bf46 19:16:04 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:16:05 Removing intermediate container a8273373fc8f 19:16:05 ---> 822175162be0 19:16:05 19:16:05 Step 10/22 : FROM alpine:3.16 19:16:05 ---> 9c6f07244728 19:16:05 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:16:06 ---> Running in b6c4d73449b4 19:16:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:16:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:16:06 (1/6) Installing ca-certificates (20220614-r0) 19:16:06 (2/6) Installing brotli-libs (1.0.9-r6) 19:16:06 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:16:06 (4/6) Installing libcurl (7.83.1-r3) 19:16:06 (5/6) Installing curl (7.83.1-r3) 19:16:06 (6/6) Installing dumb-init (1.2.5-r1) 19:16:06 Executing busybox-1.35.0-r17.trigger 19:16:06 Executing ca-certificates-20220614-r0.trigger 19:16:06 OK: 8 MiB in 20 packages 19:16:07 Removing intermediate container b6c4d73449b4 19:16:07 ---> 6d4da3950af4 19:16:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:16:07 ---> Running in 3ef6b3010df2 19:16:07 Removing intermediate container 3ef6b3010df2 19:16:07 ---> ab28f45a8339 19:16:07 Step 13/22 : WORKDIR /edgex 19:16:07 ---> Running in cd9b76005533 19:16:08 Removing intermediate container cd9b76005533 19:16:08 ---> 10e733af4de3 19:16:08 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:16:08 ---> 413a13fe43a8 19:16:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:16:09 ---> 6255a78a6ea2 19:16:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:16:09 ---> c075da9a01b5 19:16:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:16:09 ---> ce3859b53768 19:16:09 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:16:09 ---> Running in b13566b50148 19:16:11 Removing intermediate container b13566b50148 19:16:11 ---> d113ac07f4e0 19:16:11 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:16:11 ---> Running in c94eedd6c254 19:16:11 Removing intermediate container c94eedd6c254 19:16:11 ---> f81c21056b24 19:16:11 Step 20/22 : LABEL arch=x86_64 19:16:11 ---> Running in 241f166ff34b 19:16:11 Removing intermediate container 241f166ff34b 19:16:11 ---> c8ba02f92778 19:16:11 Step 21/22 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:16:11 ---> Running in 49e6115ee04d 19:16:12 Removing intermediate container 49e6115ee04d 19:16:12 ---> b3d0e001c0d5 19:16:12 Step 22/22 : LABEL version=0.0.0 19:16:12 ---> Running in b9fb7f0611be 19:16:12 Removing intermediate container b9fb7f0611be 19:16:12 ---> 5b20fc065054 19:16:12 19:16:12 Successfully built 5b20fc065054 19:16:12 Successfully tagged security-proxy-setup:latest 19:16:22  Building security-proxy-setup ... done Removing intermediate container 6d675a36bf46 19:16:22 ---> 39c71b1764ea 19:16:22 19:16:22 Step 11/23 : FROM alpine:3.16 19:16:22 ---> 9c6f07244728 19:16:22 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:16:22 ---> Running in cacd0ec481f5 19:16:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:16:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:16:23 (1/2) Installing ca-certificates (20220614-r0) 19:16:23 (2/2) Installing dumb-init (1.2.5-r1) 19:16:23 Executing busybox-1.35.0-r17.trigger 19:16:23 Executing ca-certificates-20220614-r0.trigger 19:16:23 OK: 6 MiB in 16 packages 19:16:23 Removing intermediate container cacd0ec481f5 19:16:23 ---> 81f7a4f43317 19:16:23 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:16:23 ---> Running in 84f338f4c3c3 19:16:23 Removing intermediate container 84f338f4c3c3 19:16:23 ---> 617cffb5bfb9 19:16:23 Step 14/23 : ENV APP_PORT=59860 19:16:23 ---> Running in 7e29dcacaf3f 19:16:23 Removing intermediate container 7e29dcacaf3f 19:16:23 ---> a0b014e5ae0d 19:16:23 Step 15/23 : EXPOSE $APP_PORT 19:16:24 ---> Running in 002138375d59 19:16:24 Removing intermediate container 002138375d59 19:16:24 ---> 3b23015b7a9e 19:16:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:16:24 ---> b800e14974d3 19:16:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:16:25 ---> ffb38b5941f9 19:16:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:16:25 ---> 596fcf1a44c5 19:16:25 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:16:25 ---> Running in 55fae05a9522 19:16:25 Removing intermediate container 55fae05a9522 19:16:25 ---> 37271790ddbd 19:16:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:16:25 ---> Running in 31cbc6789549 19:16:25 Removing intermediate container 31cbc6789549 19:16:25 ---> 09e36c152391 19:16:25 Step 21/23 : LABEL arch=x86_64 19:16:25 ---> Running in 1e2c883488ff 19:16:25 Removing intermediate container 1e2c883488ff 19:16:25 ---> fe90054341df 19:16:25 Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:16:25 ---> Running in f98e7e11b2c8 19:16:25 Removing intermediate container f98e7e11b2c8 19:16:25 ---> 4eaf554b644e 19:16:25 Step 23/23 : LABEL version=0.0.0 19:16:25 ---> Running in fe753c83e4f7 19:16:25 Removing intermediate container fe753c83e4f7 19:16:25 ---> 25e7319a012a 19:16:25 19:16:25 Successfully built 25e7319a012a 19:16:25 Successfully tagged support-notifications:latest 19:16:25  Building support-notifications ... done  [Pipeline] } 19:16:25 $ docker stop --time=1 b10cafd35e0f21b39d1129651cde5b85c8771aee66f0df9ef69e9d51a6944291 19:16:27 $ docker rm -f b10cafd35e0f21b39d1129651cde5b85c8771aee66f0df9ef69e9d51a6944291 [Pipeline] // withDockerContainer [Pipeline] sh 19:16:27 + docker images 19:16:27 REPOSITORY TAG IMAGE ID CREATED SIZE 19:16:27 support-notifications latest 25e7319a012a 2 seconds ago 30.5MB 19:16:27 39c71b1764ea 6 seconds ago 1.67GB 19:16:27 security-proxy-setup latest 5b20fc065054 15 seconds ago 27.6MB 19:16:27 822175162be0 22 seconds ago 1.6GB 19:16:27 core-data latest 643f58d163cd 38 seconds ago 21.7MB 19:16:27 support-scheduler latest e29722bfa70b 41 seconds ago 29.8MB 19:16:27 core-command latest f0bfe0617b59 43 seconds ago 17.6MB 19:16:27 sys-mgmt-agent latest 15651fd44ad7 47 seconds ago 136MB 19:16:27 40e3cac07c4c 51 seconds ago 1.67GB 19:16:27 5c486fcab3af 56 seconds ago 1.62GB 19:16:27 14ec12e6d8f2 57 seconds ago 1.61GB 19:16:27 core-metadata latest edf3aef7f4a0 About a minute ago 18.5MB 19:16:27 6df99b460c9d About a minute ago 1.59GB 19:16:27 2b308a98db5d About a minute ago 1.62GB 19:16:27 security-spire-agent latest e527d04715fc About a minute ago 125MB 19:16:27 security-bootstrapper latest 89a66815e7f8 About a minute ago 20.2MB 19:16:27 security-secretstore-setup latest cde607842b1f 2 minutes ago 29.7MB 19:16:27 5eff2b4d7ef4 2 minutes ago 1.48GB 19:16:27 security-spiffe-token-provider latest bc3925cb4858 2 minutes ago 29.7MB 19:16:27 security-spire-config latest 4ee25d62cc89 2 minutes ago 85.8MB 19:16:27 security-spire-server latest 1a5ec989b44d 2 minutes ago 86.5MB 19:16:27 7b7e728b7183 2 minutes ago 1.6GB 19:16:27 adb2a0016a3b 2 minutes ago 1.6GB 19:16:27 cd6de90d9781 2 minutes ago 1.64GB 19:16:27 600a9f4cd82a 2 minutes ago 1.48GB 19:16:27 4d8bd4bdc5ec 2 minutes ago 1.48GB 19:16:27 ci-base-image-x86_64 latest 88f44d164324 5 minutes ago 941MB 19:16:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB 19:16:27 alpine 3.15 c4fc93816858 2 months ago 5.59MB 19:16:27 alpine 3.16 9c6f07244728 2 months ago 5.54MB 19:16:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 19:16:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:30:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-116972 in /w/workspace/edgexfoundry_edgex-go_PR-4218 [Pipeline] { [Pipeline] ws 19:30:52 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:30:52 The recommended git tool is: git 19:30:58 using credential edgex-jenkins-ssh 19:30:58 Cloning the remote Git repository 19:30:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:30:58 > git init /w/workspace/edgex-go/1 # timeout=10 19:30:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:30:58 > git --version # timeout=10 19:30:58 > git --version # 'git version 2.25.1' 19:30:58 using GIT_SSH to set credentials SSH Credentials for GitHub 19:30:58 Verifying host key using known hosts file 19:30:58 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 19:30:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:31:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:31:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:31:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:31:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:31:16 using GIT_SSH to set credentials SSH Credentials for GitHub 19:31:16 Verifying host key using known hosts file 19:31:16 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 19:31:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4218/head:refs/remotes/origin/PR-4218 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:31:17 Merging remotes/origin/main commit 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:31:17 Merge succeeded, producing e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:31:17 Checking out Revision e3fd83b017e48ac562540e2794f14ff0097f9aa2 (PR-4218) 19:31:18 Commit message: "build(deps): Bump github.com/eclipse/paho.mqtt.golang" 19:31:18 > git --version # timeout=10 19:31:18 > git --version # 'git version 2.25.1' 19:31:18 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:31:17 > git config core.sparsecheckout # timeout=10 19:31:17 > git checkout -f e3fd83b017e48ac562540e2794f14ff0097f9aa2 # timeout=10 19:31:17 > git remote # timeout=10 19:31:17 > git config --get remote.origin.url # timeout=10 19:31:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:31:17 Verifying host key using known hosts file 19:31:17 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 19:31:17 > git merge 9e554929d717cf1151dbdc4a6532773c76b36b26 # timeout=10 19:31:17 > git rev-parse HEAD^{commit} # timeout=10 19:31:17 > git config core.sparsecheckout # timeout=10 19:31:17 > git checkout -f e3fd83b017e48ac562540e2794f14ff0097f9aa2 # timeout=10 19:31:19 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:31:19 % Total % Received % Xferd Average Speed Time Time Time Current 19:31:19 Dload Upload Total Spent Left Speed 19:31:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 195k 0 --:--:-- --:--:-- --:--:-- 195k [Pipeline] sh 19:31:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:31:20 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:31:20 + sudo tee /etc/docker/daemon.new 19:31:20 { 19:31:20 "registry-mirrors": [ 19:31:20 "https://nexus3.edgexfoundry.org:10001" 19:31:20 ], 19:31:20 "bip": "10.250.0.254/24", 19:31:20 "hosts": [ 19:31:20 "tcp://0.0.0.0:5555", 19:31:20 "unix:///var/run/docker.sock" 19:31:20 ], 19:31:20 "mtu": 1458, 19:31:20 "selinux-enabled": true, 19:31:20 "seccomp-profile": "/etc/docker/seccomp.json" 19:31:20 } [Pipeline] sh 19:31:20 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:31:21 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:31:39 provisioning config files... 19:31:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4010275539558529120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:31:39 ---> docker-login.sh 19:31:39 nexus3.edgexfoundry.org:10001 19:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:31:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:31:40 Configure a credential helper to remove this warning. See 19:31:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:31:40 19:31:40 Login Succeeded 19:31:40 nexus3.edgexfoundry.org:10002 19:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:31:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:31:40 Configure a credential helper to remove this warning. See 19:31:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:31:40 19:31:40 Login Succeeded 19:31:40 nexus3.edgexfoundry.org:10003 19:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:31:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:31:41 Configure a credential helper to remove this warning. See 19:31:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:31:41 19:31:41 Login Succeeded 19:31:41 nexus3.edgexfoundry.org:10004 19:31:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:31:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:31:41 Configure a credential helper to remove this warning. See 19:31:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:31:41 19:31:41 Login Succeeded 19:31:41 docker.io 19:31:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:31:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:31:42 Configure a credential helper to remove this warning. See 19:31:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:31:42 19:31:42 Login Succeeded 19:31:42 ---> docker-login.sh ends [Pipeline] } 19:31:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:31:43 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:31:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:31:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:31:43 ========================================================= 19:31:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:31:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:31:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:31:44 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:31:44 9b18e9b68314: Pulling fs layer 19:31:44 d32db5db7311: Pulling fs layer 19:31:44 d0c4b47475fc: Pulling fs layer 19:31:44 5831b945b038: Pulling fs layer 19:31:44 86bbec2aaacd: Pulling fs layer 19:31:44 e10730c5d714: Pulling fs layer 19:31:44 5dd5c2283517: Pulling fs layer 19:31:44 d5ac0230b979: Pulling fs layer 19:31:44 5831b945b038: Waiting 19:31:44 86bbec2aaacd: Waiting 19:31:44 d5ac0230b979: Waiting 19:31:44 e10730c5d714: Waiting 19:31:44 5dd5c2283517: Waiting 19:31:44 d0c4b47475fc: Verifying Checksum 19:31:44 d0c4b47475fc: Download complete 19:31:44 d32db5db7311: Verifying Checksum 19:31:44 d32db5db7311: Download complete 19:31:44 86bbec2aaacd: Download complete 19:31:44 e10730c5d714: Verifying Checksum 19:31:44 e10730c5d714: Download complete 19:31:44 9b18e9b68314: Verifying Checksum 19:31:45 9b18e9b68314: Pull complete 19:31:45 d5ac0230b979: Verifying Checksum 19:31:45 d5ac0230b979: Download complete 19:31:45 d32db5db7311: Pull complete 19:31:46 d0c4b47475fc: Pull complete 19:31:46 5dd5c2283517: Verifying Checksum 19:31:46 5dd5c2283517: Download complete 19:31:47 5831b945b038: Verifying Checksum 19:31:47 5831b945b038: Download complete 19:31:59 5831b945b038: Pull complete 19:31:59 86bbec2aaacd: Pull complete 19:32:00 e10730c5d714: Pull complete 19:32:06 5dd5c2283517: Pull complete 19:32:08 d5ac0230b979: Pull complete 19:32:08 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 19:32:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:32:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:32:09 + docker build -t ci-base-image-arm64 -f - . 19:32:09 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:32:09 WORKDIR /edgex 19:32:09 COPY go.mod . 19:32:09 RUN go mod download 19:32:09 Sending build context to Docker daemon 3.269MB 19:32:09 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:32:09 ---> 59b3b1a385d4 19:32:09 Step 2/4 : WORKDIR /edgex 19:32:12 ---> Running in 34604c1170cb 19:32:12 Removing intermediate container 34604c1170cb 19:32:12 ---> bd1153c70686 19:32:12 Step 3/4 : COPY go.mod . 19:32:13 ---> 1220209e315a 19:32:13 Step 4/4 : RUN go mod download 19:32:13 ---> Running in 556a2c1453bf 19:32:52 Removing intermediate container 556a2c1453bf 19:32:52 ---> b05bb4f92e6d 19:32:52 Successfully built b05bb4f92e6d 19:32:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:52 + docker inspect -f . ci-base-image-arm64 19:32:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:32:52 prd-ubuntu20.04-docker-arm64-4c-16g-116972 does not seem to be running inside a container 19:32:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:32:54 $ docker top 56857547decf3ce8a5f45e24c28b771c066e04128e63c64436a1932980bf7c91 -eo pid,comm [Pipeline] { [Pipeline] sh 19:32:55 + go version 19:32:55 go version go1.18.7 linux/arm64 [Pipeline] } 19:32:55 $ docker stop --time=1 56857547decf3ce8a5f45e24c28b771c066e04128e63c64436a1932980bf7c91 19:32:56 $ docker rm -f 56857547decf3ce8a5f45e24c28b771c066e04128e63c64436a1932980bf7c91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:57 + docker inspect -f . ci-base-image-arm64 19:32:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:32:57 prd-ubuntu20.04-docker-arm64-4c-16g-116972 does not seem to be running inside a container 19:32:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:32:59 $ docker top 72123a2f7a6e7b430ec8b192ffbfd1792b9df901af391d16d23a663f3ba69494 -eo pid,comm [Pipeline] { [Pipeline] echo 19:32:59 ========================================================= 19:32:59 [edgeXBuildGoParallel] Running Tests and Build... 19:32:59 ========================================================= [Pipeline] sh 19:33:00 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:33:00 + make test 19:33:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:33:39 ? github.com/edgexfoundry/edgex-go [no test files] 19:36:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:36:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:36:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:36:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:36:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:36:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:36:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:36:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:36:04 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:36:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:36:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:36:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:36:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:36:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:36:10 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.298s coverage: 28.7% of statements 19:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:36:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.565s coverage: 98.5% of statements 19:36:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.550s coverage: 43.0% of statements 19:36:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:36:39 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:36:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.554s coverage: 54.2% of statements 19:36:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:36:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:37:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.031s coverage: 89.2% of statements 19:37:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:37:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:37:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:37:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:37:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:37:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.599s coverage: 2.2% of statements 19:37:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:37:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:37:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.077s coverage: 95.6% of statements 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:37:10 ok github.com/edgexfoundry/edgex-go/internal/io 0.635s coverage: 72.2% of statements 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:37:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.581s coverage: 60.0% of statements 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:37:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.506s coverage: 0.9% of statements 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:37:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.314s coverage: 58.8% of statements 19:37:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.274s coverage: 29.6% of statements 19:37:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.328s coverage: 47.1% of statements 19:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.370s coverage: 79.5% of statements 19:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.267s coverage: 94.1% of statements 19:37:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.319s coverage: 96.3% of statements 19:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.280s coverage: 87.5% of statements 19:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.330s coverage: 94.4% of statements 19:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.288s coverage: 44.8% of statements 19:37:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.783s coverage: 79.9% of statements 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.339s coverage: 92.9% of statements 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.073s coverage: 65.1% of statements 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.301s coverage: 86.9% of statements 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.271s coverage: 87.2% of statements 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.208s coverage: 100.0% of statements 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.383s coverage: 58.8% of statements 19:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.337s coverage: 80.0% of statements 19:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.280s coverage: 87.2% of statements 19:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.522s coverage: 85.4% of statements 19:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.049s coverage: 91.2% of statements 19:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.166s coverage: 64.7% of statements 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.282s coverage: 100.0% of statements 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.216s coverage: 89.4% of statements 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements 19:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 19:38:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.773s coverage: 65.8% of statements 19:38:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:38:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:38:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:38:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.151s coverage: 41.8% of statements 19:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:38:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.352s coverage: 89.5% of statements 19:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:38:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.321s coverage: 84.8% of statements 19:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:38:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.458s coverage: 17.7% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.926s coverage: 92.3% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.308s coverage: 63.2% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.519s coverage: 97.7% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.258s coverage: 28.9% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.354s coverage: 100.0% of statements 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements 19:38:15 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:38:15 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:38:15 GO111MODULE=on go vet ./... 19:40:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:40:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:40:22 ./bin/test-attribution-txt.sh [Pipeline] echo 19:40:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:40:23 + ls -al . 19:40:23 total 764 19:40:23 drwxrwxr-x 10 1001 1001 4096 Oct 25 19:33 . 19:40:23 drwxr-xr-x 4 root root 4096 Oct 25 19:32 .. 19:40:23 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:31 .blubracket 19:40:23 -rw-rw-r-- 1 1001 1001 16 Oct 25 19:31 .dockerignore 19:40:23 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:31 .git 19:40:23 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:31 .github 19:40:23 -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:31 .gitignore 19:40:23 -rw-rw-r-- 1 1001 1001 42 Oct 25 19:31 .golangci.yml 19:40:23 -rw-rw-r-- 1 1001 1001 87 Oct 25 19:31 .hadolint.yml 19:40:23 -rw-rw-r-- 1 1001 1001 166 Oct 25 19:31 .sonarcloud.properties 19:40:23 -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:31 ADOPTERS.md 19:40:23 -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:31 Attribution.txt 19:40:23 -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:31 CHANGELOG.md 19:40:23 -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:31 CONTRIBUTING.md 19:40:23 -rw-rw-r-- 1 1001 1001 677 Oct 25 19:31 GOVERNANCE.md 19:40:23 -rw-rw-r-- 1 1001 1001 850 Oct 25 19:31 Jenkinsfile 19:40:23 -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:31 LICENSE 19:40:23 -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:31 Makefile 19:40:23 -rw-rw-r-- 1 1001 1001 582 Oct 25 19:31 OWNERS.md 19:40:23 -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:31 README.md 19:40:23 -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:31 SECURITY.md 19:40:23 -rw-rw-r-- 1 1001 1001 5 Oct 25 19:10 VERSION 19:40:23 -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:31 ZMQWindows.md 19:40:23 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:31 bin 19:40:23 drwxrwxr-x 18 1001 1001 4096 Oct 25 19:31 cmd 19:40:23 -rw-r--r-- 1 root root 501828 Oct 25 19:38 coverage.out 19:40:23 -rw-rw-r-- 1 1001 1001 3446 Oct 25 19:31 go.mod 19:40:23 -rw-rw-r-- 1 1001 1001 45060 Oct 25 19:31 go.sum 19:40:23 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:31 internal 19:40:23 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:31 openapi 19:40:23 drwxrwxr-x 4 1001 1001 4096 Oct 25 19:31 snap 19:40:23 -rw-rw-r-- 1 1001 1001 204 Oct 25 19:31 version.go [Pipeline] sh 19:40:24 + '[' -e coverage.out ] 19:40:24 + chown 1001:1001 coverage.out [Pipeline] stash 19:40:24 Warning: overwriting stash ‘coverage-report’ 19:40:24 Stashed 1 file(s) [Pipeline] sh 19:40:25 + make build 19:40:25 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:42:02 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:43:38 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:43:38 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:44:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:44:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:44:25 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:44:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:44:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:44:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:44:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:44:50 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:45:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:45:05 $ docker stop --time=1 72123a2f7a6e7b430ec8b192ffbfd1792b9df901af391d16d23a663f3ba69494 19:45:07 $ docker rm -f 72123a2f7a6e7b430ec8b192ffbfd1792b9df901af391d16d23a663f3ba69494 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:45:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:45:10 19:45:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:45:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:45:10 latest: Pulling from edgex-devops/edgex-compose-arm64 19:45:10 29e5d40040c1: Pulling fs layer 19:45:10 1ce36da41761: Pulling fs layer 19:45:10 25b303627fd3: Pulling fs layer 19:45:10 29e5d40040c1: Verifying Checksum 19:45:10 29e5d40040c1: Download complete 19:45:11 1ce36da41761: Verifying Checksum 19:45:11 1ce36da41761: Download complete 19:45:11 29e5d40040c1: Pull complete 19:45:12 1ce36da41761: Pull complete 19:45:12 25b303627fd3: Verifying Checksum 19:45:12 25b303627fd3: Download complete 19:45:22 25b303627fd3: Pull complete 19:45:22 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:45:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:45:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:45:23 prd-ubuntu20.04-docker-arm64-4c-16g-116972 does not seem to be running inside a container 19:45:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:45:25 $ docker top 8eab152551b3e025fa0791346111515c1ae2cb17e0f499f26e21f087aea92f48 -eo pid,comm [Pipeline] { [Pipeline] sh 19:45:26 + grep parallel 19:45:26 + docker-compose build --help 19:45:32 --parallel Build images in parallel. [Pipeline] } 19:45:32 $ docker stop --time=1 8eab152551b3e025fa0791346111515c1ae2cb17e0f499f26e21f087aea92f48 19:45:34 $ docker rm -f 8eab152551b3e025fa0791346111515c1ae2cb17e0f499f26e21f087aea92f48 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:45:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:45:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:45:35 prd-ubuntu20.04-docker-arm64-4c-16g-116972 does not seem to be running inside a container 19:45:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:45:36 $ docker top 0d2e4e79f147d5c77624e87900197b6f0b0b465bbdff684763cbdd298c84e92e -eo pid,comm [Pipeline] { [Pipeline] sh 19:45:37 + docker-compose -f ./docker-compose-build.yml build --parallel 19:45:44 Building core-command ... 19:45:44 Building core-data ... 19:45:44 Building core-metadata ... 19:45:44 Building security-bootstrapper ... 19:45:44 Building security-proxy-setup ... 19:45:44 Building security-secretstore-setup ... 19:45:44 Building security-spiffe-token-provider ... 19:45:44 Building security-spire-agent ... 19:45:44 Building security-spire-config ... 19:45:44 Building security-spire-server ... 19:45:44 Building support-notifications ... 19:45:44 Building support-scheduler ... 19:45:44 Building sys-mgmt-agent ... 19:45:44 Building security-spire-config 19:45:44 Building security-spire-server 19:45:44 Building security-spiffe-token-provider 19:45:44 Building security-secretstore-setup 19:45:44 Building security-bootstrapper 19:46:40 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:46:40 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:46:40 ---> b05bb4f92e6d 19:46:40 Step 3/25 : WORKDIR /edgex-go 19:46:40 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:46:40 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:46:40 ---> b05bb4f92e6d 19:46:40 Step 3/33 : WORKDIR /edgex-go 19:46:40 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:46:40 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:46:40 ---> b05bb4f92e6d 19:46:40 Step 3/20 : WORKDIR /edgex-go 19:46:40 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:46:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:46:40 ---> b05bb4f92e6d 19:46:40 Step 3/26 : WORKDIR /edgex-go 19:46:40 ---> Running in e2ccd508d49a 19:46:40 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:46:40 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:46:40 ---> b05bb4f92e6d 19:46:40 ---> Running in f8ff280cb235 19:46:40 Step 3/25 : WORKDIR /edgex-go 19:46:40 ---> Running in 7d7c93f3f14b 19:46:40 ---> Running in b93f6610e769 19:46:40 ---> Running in 15b3ae660147 19:46:40 Removing intermediate container 15b3ae660147 19:46:40 ---> b68a3a312d46 19:46:40 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:40 Removing intermediate container f8ff280cb235 19:46:40 ---> 4680fb56cd69 19:46:40 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:40 Removing intermediate container e2ccd508d49a 19:46:40 ---> 3d248d561618 19:46:40 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:40 Removing intermediate container 7d7c93f3f14b 19:46:40 ---> 2f7f886009b0 19:46:40 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:46:40 ---> Running in 0231b035bdae 19:46:40 Removing intermediate container b93f6610e769 19:46:40 ---> 275e3fd6959c 19:46:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:40 ---> Running in 14dc361cf648 19:46:40 ---> Running in 28b07e82a4e9 19:46:40 ---> Running in 8e5b2690c830 19:46:40 ---> Running in dbc55de4487e 19:46:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:40 Removing intermediate container 0231b035bdae 19:46:40 ---> 2c0977c522ab 19:46:40 Step 5/25 : RUN apk add --update --no-cache make git 19:46:40 ---> Running in 57ec9e53640f 19:46:40 Removing intermediate container 14dc361cf648 19:46:40 ---> a4e535173647 19:46:40 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:46:40 v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:46:40 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:46:40 OK: 16896 distinct packages available 19:46:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:40 ---> Running in 67e28bfb5e76 19:46:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:41 Removing intermediate container dbc55de4487e 19:46:41 ---> 211076d3c4bc 19:46:41 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:46:41 ---> Running in e5cba3750c26 19:46:41 Removing intermediate container 28b07e82a4e9 19:46:41 ---> 0bca37fedc6c 19:46:41 Step 5/33 : RUN apk add --update --no-cache make git 19:46:41 ---> Running in 4e86d600a1e4 19:46:42 OK: 221 MiB in 51 packages 19:46:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:43 Removing intermediate container 8e5b2690c830 19:46:43 ---> 49e90a4f930e 19:46:43 Step 5/20 : COPY go.mod vendor* ./ 19:46:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:44 ---> 286e28eb0ec3 19:46:44 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:44 ---> Running in acdfa2b4e697 19:46:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:45 OK: 221 MiB in 51 packages 19:46:46 OK: 221 MiB in 51 packages 19:46:47 OK: 221 MiB in 51 packages 19:46:47 OK: 221 MiB in 51 packages 19:46:47 Removing intermediate container 57ec9e53640f 19:46:47 ---> 0f0d86489a8e 19:46:47 Step 6/25 : COPY go.mod vendor* ./ 19:46:47 Removing intermediate container 67e28bfb5e76 19:46:47 ---> eba7d9f2e3bc 19:46:47 Step 6/25 : COPY go.mod vendor* ./ 19:46:48 Removing intermediate container 4e86d600a1e4 19:46:48 ---> c6cdbce97e7e 19:46:48 Step 6/33 : COPY go.mod vendor* ./ 19:46:48 Removing intermediate container e5cba3750c26 19:46:48 ---> cdcb0de9ed5d 19:46:48 Step 6/26 : COPY go.mod vendor* ./ 19:46:48 ---> 5e89b5f95c51 19:46:48 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:48 ---> Running in 2dc4638d2c81 19:46:49 ---> b94b2389f999 19:46:49 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:49 ---> Running in 9d32418ed40f 19:46:50 ---> 664873deef7f 19:46:50 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:50 ---> 80228d695fcf 19:46:50 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:50 ---> Running in fea34147438a 19:46:51 ---> Running in 998b2fdd5148 19:48:12 Removing intermediate container acdfa2b4e697 19:48:12 ---> 0e14966bad9b 19:48:12 Step 7/20 : COPY . . 19:48:12 Removing intermediate container 9d32418ed40f 19:48:12 ---> e44d6964817b 19:48:12 Step 8/25 : COPY . . 19:48:12 Removing intermediate container 2dc4638d2c81 19:48:12 ---> 3f5ebb69e982 19:48:12 Step 8/25 : COPY . . 19:48:12 Removing intermediate container fea34147438a 19:48:12 ---> 6b19fbaeec70 19:48:12 Step 8/26 : COPY . . 19:48:12 Removing intermediate container 998b2fdd5148 19:48:12 ---> e214aa027d67 19:48:12 Step 8/33 : COPY . . 19:48:20 ---> cedb945ad9e5 19:48:20 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:48:20 ---> Running in b433e19d8ca5 19:48:21 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:48:25 ---> 9b17930eab89 19:48:25 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:48:25 ---> 93433bd65f8e 19:48:25 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:48:25 ---> Running in 8eecb4e12963 19:48:25 ---> Running in 900c0330baf7 19:48:25 ---> fcc1b5869222 19:48:25 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:48:25 ---> Running in 90ad4567eb99 19:48:26 Removing intermediate container 8eecb4e12963 19:48:26 ---> 429b745c1392 19:48:26 Step 10/25 : WORKDIR /edgex-go/spire-build 19:48:26 ---> bb4d300cb0fe 19:48:26 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:48:26 Removing intermediate container 900c0330baf7 19:48:26 ---> 823a2fa06db3 19:48:26 Step 10/26 : WORKDIR /edgex-go/spire-build 19:48:26 ---> Running in c61de6d05577 19:48:26 ---> Running in 12b6098fac1d 19:48:27 ---> Running in 87d990e48197 19:48:28 Removing intermediate container c61de6d05577 19:48:28 ---> 22765d86128a 19:48:28 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:48:28 Removing intermediate container 87d990e48197 19:48:28 ---> e6fa9757c257 19:48:28 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:48:28 ---> Running in 34a3ccf2f63f 19:48:28 ---> Running in 14ae72f1981d 19:48:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:48:29 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:48:32 Removing intermediate container 34a3ccf2f63f 19:48:32 ---> 816427c17b3b 19:48:32 Step 12/25 : WORKDIR /edgex-go 19:48:32 ---> Running in 0f58b86c8b9c 19:48:32 Removing intermediate container 14ae72f1981d 19:48:32 ---> e604246d27fe 19:48:32 Step 12/26 : WORKDIR /edgex-go 19:48:32 ---> Running in bbdd00ff9be1 19:48:32 Removing intermediate container 0f58b86c8b9c 19:48:32 ---> 19c96f8dfa37 19:48:32 19:48:32 Step 13/25 : FROM alpine:3.15 19:48:33 3.15: Pulling from library/alpine 19:48:33 Removing intermediate container bbdd00ff9be1 19:48:33 ---> b3a7c1748b1d 19:48:33 19:48:33 Step 13/26 : FROM alpine:3.15 19:48:33 3.15: Pulling from library/alpine 19:48:34 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:48:34 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:48:34 Status: Downloaded newer image for alpine:3.15 19:48:34 Status: Downloaded newer image for alpine:3.15 19:48:34 ---> 02e0d6fdf486 19:48:34 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:48:34 ---> 02e0d6fdf486 19:48:34 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:48:34 ---> Running in 77de2c39d51e 19:48:34 ---> Running in 3e6f863ac334 19:48:35 Removing intermediate container 3e6f863ac334 19:48:35 ---> 40c9c88b45ee 19:48:35 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:48:35 Removing intermediate container 77de2c39d51e 19:48:35 ---> decb47dee8e6 19:48:35 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:48:35 ---> Running in a5ea84c66412 19:48:35 ---> Running in 220a2b2692f3 19:48:39 Removing intermediate container a5ea84c66412 19:48:39 ---> 245eec732e80 19:48:39 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:48:39 ---> Running in f964f8a4fb97 19:48:39 Removing intermediate container 220a2b2692f3 19:48:39 ---> f622d48fad64 19:48:39 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:48:39 ---> Running in 16639cca5df5 19:48:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:44 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:48:44 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:48:44 OK: 15734 distinct packages available 19:48:44 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:44 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:48:44 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:48:44 OK: 15734 distinct packages available 19:48:45 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:48:45 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:45 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:48:47 (1/5) Installing dumb-init (1.2.5-r1) 19:48:47 (1/4) Installing dumb-init (1.2.5-r1) 19:48:47 (2/5) Installing musl-obstack (1.2.3-r0) 19:48:47 (2/4) Installing musl-obstack (1.2.3-r0) 19:48:47 (3/5) Installing libucontext (1.1-r0) 19:48:48 (3/4) Installing libucontext (1.1-r0) 19:48:48 (4/5) Installing gcompat (1.0.0-r4) 19:48:48 (4/4) Installing gcompat (1.0.0-r4) 19:48:48 (5/5) Installing openssl (1.1.1q-r0) 19:48:49 Executing busybox-1.34.1-r7.trigger 19:48:49 OK: 6 MiB in 18 packages 19:48:49 Executing busybox-1.34.1-r7.trigger 19:48:49 OK: 6 MiB in 19 packages 19:48:51 Removing intermediate container 16639cca5df5 19:48:51 ---> 0ddac791825b 19:48:51 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:48:51 Removing intermediate container f964f8a4fb97 19:48:51 ---> e471d993f54f 19:48:51 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:48:59 ---> d2b91005273b 19:48:59 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:48:59 ---> 6756232e9cd7 19:48:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:49:00 ---> 0dbc01bcfe07 19:49:00 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:49:00 ---> c11927f50823 19:49:00 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:49:00 ---> Running in 0c7f645847f8 19:49:01 Removing intermediate container 0c7f645847f8 19:49:01 ---> 68da1c008880 19:49:01 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:49:01 ---> c39b8d2c4431 19:49:01 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:49:02 ---> f811cc5084d8 19:49:02 Step 21/26 : WORKDIR / 19:49:02 ---> Running in 0e0dcdd0b357 19:49:02 ---> 684dcbdba2ec 19:49:02 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:49:02 ---> Running in dbf3d0ee27ed 19:49:03 Removing intermediate container 0e0dcdd0b357 19:49:03 ---> 31beb3ec00f9 19:49:03 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:49:03 Removing intermediate container dbf3d0ee27ed 19:49:03 ---> fe586421330c 19:49:03 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:49:03 ---> Running in fb8cbb2d4593 19:49:03 ---> Running in dc683fd52e99 19:49:03 Removing intermediate container fb8cbb2d4593 19:49:03 ---> 254bb99eeb00 19:49:03 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:49:04 Removing intermediate container dc683fd52e99 19:49:04 ---> fe615ec64426 19:49:04 Step 23/25 : LABEL arch=arm64 19:49:04 ---> Running in 5dfdd87cb4e3 19:49:04 ---> Running in e1c9ac3308be 19:49:04 Removing intermediate container e1c9ac3308be 19:49:04 ---> 9ed7763e45fd 19:49:04 Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:49:04 Removing intermediate container 5dfdd87cb4e3 19:49:04 ---> 376783ff74eb 19:49:04 Step 24/26 : LABEL arch=arm64 19:49:04 ---> Running in 078b2d4b709a 19:49:05 ---> Running in faf3516ee531 19:49:05 Removing intermediate container 078b2d4b709a 19:49:05 ---> d0b52a0adef4 19:49:05 Step 25/25 : LABEL version=0.0.0 19:49:05 ---> Running in 3aa6b00ee6fe 19:49:05 Removing intermediate container faf3516ee531 19:49:05 ---> 9698bb4943ca 19:49:05 Step 25/26 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:49:05 ---> Running in c269e21327fb 19:49:06 Removing intermediate container 3aa6b00ee6fe 19:49:06 ---> e5afbe6c79d6 19:49:06 19:49:06 Removing intermediate container c269e21327fb 19:49:06 ---> 452f470d5d9c 19:49:06 Step 26/26 : LABEL version=0.0.0 19:49:06 ---> Running in 2e23cadedd83 19:49:06 Successfully built e5afbe6c79d6 19:49:06 Successfully tagged security-spire-server-arm64:latest 19:49:06  Building security-spire-server ... done Building core-command 19:49:07 Removing intermediate container 2e23cadedd83 19:49:07 ---> 72e8edd2b71a 19:49:07 19:49:07 Successfully built 72e8edd2b71a 19:49:07 Successfully tagged security-spire-config-arm64:latest 19:49:07  Building security-spire-config ... done Building sys-mgmt-agent 19:49:39 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:49:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:49:39 ---> b05bb4f92e6d 19:49:39 Step 3/23 : WORKDIR /edgex-go 19:49:39 ---> Using cache 19:49:39 ---> 275e3fd6959c 19:49:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:39 ---> Using cache 19:49:39 ---> 211076d3c4bc 19:49:39 Step 5/23 : RUN apk add --update --no-cache make bash git 19:49:39 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:49:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:49:39 ---> b05bb4f92e6d 19:49:39 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:49:39 ---> Running in ba87fa9b3003 19:49:39 ---> Running in cd1f914aac23 19:49:39 Removing intermediate container ba87fa9b3003 19:49:39 ---> 0543e457f5fd 19:49:39 Step 4/24 : WORKDIR /edgex-go 19:49:39 ---> Running in 62209892371d 19:49:39 Removing intermediate container 62209892371d 19:49:39 ---> 663185e78a6e 19:49:39 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:39 ---> Running in b9d417bb375d 19:49:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:49:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:49:41 Removing intermediate container b9d417bb375d 19:49:41 ---> 6f1a45791de6 19:49:41 Step 6/24 : RUN apk add --update --no-cache make git 19:49:41 ---> Running in 0590095a25e9 19:49:41 OK: 221 MiB in 51 packages 19:49:43 Removing intermediate container cd1f914aac23 19:49:43 ---> ae9149cf90f2 19:49:43 Step 6/23 : COPY go.mod vendor* ./ 19:49:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:49:44 ---> 893b27e15d58 19:49:44 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:49:44 ---> Running in 14832de7b42e 19:49:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:49:46 OK: 221 MiB in 51 packages 19:49:48 Removing intermediate container 0590095a25e9 19:49:48 ---> d511d777a3f9 19:49:48 Step 7/24 : COPY go.mod vendor* ./ 19:49:49 ---> fdf22e65075a 19:49:49 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:49:49 ---> Running in 306b25aa62b0 19:51:26 Removing intermediate container 14832de7b42e 19:51:26 ---> 11345ff908f7 19:51:26 Step 8/23 : COPY . . 19:51:26 Removing intermediate container 306b25aa62b0 19:51:26 ---> 4210bbdc3809 19:51:26 Step 9/24 : COPY . . 19:51:32 ---> e63b23adcc91 19:51:32 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:51:32 ---> Running in c9c5ca0990ae 19:51:34 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:51:39 ---> f74b99b12e3e 19:51:39 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:51:39 ---> Running in 4f8c832b1303 19:51:40 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:54:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:55:03 Removing intermediate container 90ad4567eb99 19:55:03 ---> d84aa199bfcf 19:55:03 19:55:03 Step 10/25 : FROM alpine:3.16 19:55:03 3.16: Pulling from library/alpine 19:55:03 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:55:03 Status: Downloaded newer image for alpine:3.16 19:55:03 ---> a6215f271958 19:55:03 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:55:03 ---> Running in 6e8b52301ae1 19:55:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:55:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:55:07 (1/3) Installing ca-certificates (20220614-r0) 19:55:07 (2/3) Installing dumb-init (1.2.5-r1) 19:55:07 (3/3) Installing su-exec (0.2-r1) 19:55:07 Executing busybox-1.35.0-r17.trigger 19:55:07 Executing ca-certificates-20220614-r0.trigger 19:55:07 OK: 6 MiB in 17 packages 19:55:11 Removing intermediate container 6e8b52301ae1 19:55:11 ---> 2fdba9d9d9cc 19:55:11 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:55:11 ---> Running in 7a098233775a 19:55:11 Removing intermediate container 7a098233775a 19:55:11 ---> 2850a21cdcce 19:55:11 Step 13/25 : WORKDIR / 19:55:12 ---> Running in 24ba63dd3a8d 19:55:13 Removing intermediate container 24ba63dd3a8d 19:55:13 ---> 134d9fd3a355 19:55:13 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:55:14 ---> d242f9a75bc3 19:55:14 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:55:16 ---> 575dda2439b8 19:55:16 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:55:17 ---> 4ace89218a53 19:55:17 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:55:19 ---> 068b72b88a28 19:55:19 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:55:19 Removing intermediate container 12b6098fac1d 19:55:19 ---> 97d7f5aecc45 19:55:19 19:55:19 Step 10/33 : FROM alpine:3.16 19:55:19 ---> a6215f271958 19:55:19 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:55:19 ---> Running in 79bd19f65861 19:55:20 Removing intermediate container 79bd19f65861 19:55:20 ---> 76da9ccd392d 19:55:20 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:55:20 ---> Running in 0184ec5fe323 19:55:21 ---> 1af3e133e41f 19:55:21 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:55:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:55:24 ---> 5a379794d569 19:55:24 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:55:25 ---> 52b0fd038658 19:55:25 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:55:25 ---> Running in a5ca61d13284 19:55:25 (1/2) Installing dumb-init (1.2.5-r1) 19:55:25 (2/2) Installing su-exec (0.2-r1) 19:55:25 Executing busybox-1.35.0-r17.trigger 19:55:26 OK: 5 MiB in 16 packages 19:55:28 Removing intermediate container 0184ec5fe323 19:55:28 ---> 24b8e07281ca 19:55:28 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:55:28 ---> Running in 05cd1ee3903b 19:55:29 Removing intermediate container 05cd1ee3903b 19:55:29 ---> 150bb4c37cd2 19:55:29 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:55:29 ---> Running in 669a86ee88e4 19:55:29 Removing intermediate container 669a86ee88e4 19:55:29 ---> 2d883735ddaa 19:55:29 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:55:29 Removing intermediate container a5ca61d13284 19:55:29 ---> de6f3cafcdfb 19:55:29 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:55:30 ---> Running in 2b737014d3da 19:55:30 ---> Running in 8e64fff85bf7 19:55:31 Removing intermediate container 2b737014d3da 19:55:31 ---> a41b57259268 19:55:31 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:55:31 Removing intermediate container 8e64fff85bf7 19:55:31 ---> f8d616d521b2 19:55:31 Step 23/25 : LABEL arch=arm64 19:55:31 ---> Running in 41c726eddec6 19:55:31 ---> Running in d32c74007163 19:55:32 Removing intermediate container d32c74007163 19:55:32 ---> ed3ac813e992 19:55:32 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:55:32 Removing intermediate container 41c726eddec6 19:55:32 ---> d0647e7cde8c 19:55:32 Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:55:32 ---> Running in fa5559e53bf8 19:55:32 ---> Running in 4cc3afe3601d 19:55:33 Removing intermediate container 4cc3afe3601d 19:55:33 ---> d15eff20cea3 19:55:33 Step 25/25 : LABEL version=0.0.0 19:55:33 ---> Running in 561bef72a81a 19:55:34 Removing intermediate container 561bef72a81a 19:55:34 ---> 613a7a22050b 19:55:34 19:55:34 Successfully built 613a7a22050b 19:55:34 Successfully tagged security-secretstore-setup-arm64:latest 19:55:34 Building security-proxy-setup 19:55:36  Building security-secretstore-setup ... done Removing intermediate container fa5559e53bf8 19:55:36 ---> 8115f4d90fc6 19:55:36 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:55:36 ---> Running in 1b38673d5bd0 19:55:37 Removing intermediate container 1b38673d5bd0 19:55:37 ---> 0932ab6e0e56 19:55:37 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:55:38 ---> 4053e4be4542 19:55:38 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:55:38 ---> Running in ffeb7052cc4d 19:55:42 Removing intermediate container ffeb7052cc4d 19:55:42 ---> 493b05763e52 19:55:42 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:55:42 ---> 2291ac9d7116 19:55:42 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:55:45 ---> b6973e1807a7 19:55:45 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:55:46 ---> 479193a9c445 19:55:46 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:55:48 ---> f745c971c464 19:55:48 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:55:49 ---> a6c7a1359e2f 19:55:49 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:55:50 ---> 16fe4cb91217 19:55:50 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:55:52 ---> 65a9d30ea347 19:55:52 Step 28/33 : RUN chmod +x /entrypoint.sh 19:55:52 ---> Running in 8d52084488b7 19:55:55 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:55:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:55:55 ---> b05bb4f92e6d 19:55:55 Step 3/22 : WORKDIR /edgex-go 19:55:55 ---> Using cache 19:55:55 ---> 275e3fd6959c 19:55:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:55:55 ---> Using cache 19:55:55 ---> 211076d3c4bc 19:55:55 Step 5/22 : RUN apk add --update --no-cache make git 19:55:55 ---> Running in 37ffa8aa269d 19:55:56 Removing intermediate container 8d52084488b7 19:55:56 ---> 05c5c8227b2c 19:55:56 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:55:56 ---> Running in ec3b48cd09c8 19:55:57 Removing intermediate container ec3b48cd09c8 19:55:57 ---> 044570782f24 19:55:57 Step 30/33 : CMD ["gate"] 19:55:57 ---> Running in 0fccd5e3315e 19:55:58 Removing intermediate container 0fccd5e3315e 19:55:58 ---> 90787caedf83 19:55:58 Step 31/33 : LABEL arch=arm64 19:55:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:55:58 ---> Running in 6c730c5afad7 19:55:59 Removing intermediate container 6c730c5afad7 19:55:59 ---> dd2f8289289e 19:55:59 Step 32/33 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:55:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:55:59 ---> Running in f5fbee67d38b 19:55:59 Removing intermediate container f5fbee67d38b 19:55:59 ---> ee739c90d9e7 19:55:59 Step 33/33 : LABEL version=0.0.0 19:55:59 ---> Running in be32f5816578 19:56:00 Removing intermediate container be32f5816578 19:56:00 ---> 033c2640478d 19:56:00 19:56:00 Successfully built 033c2640478d 19:56:01 Successfully tagged security-bootstrapper-arm64:latest 19:56:01  Building security-bootstrapper ... done Building core-metadata 19:56:01 OK: 221 MiB in 51 packages 19:56:03 Removing intermediate container 37ffa8aa269d 19:56:03 ---> cf8b7088902b 19:56:03 Step 6/22 : COPY go.mod vendor* ./ 19:56:03 ---> 108d07e65b1c 19:56:03 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:56:03 ---> Running in 1613ef3495de 19:56:22 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:56:22 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:56:22 ---> b05bb4f92e6d 19:56:22 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:56:22 ---> Using cache 19:56:22 ---> 0543e457f5fd 19:56:22 Step 4/25 : WORKDIR /edgex-go 19:56:22 ---> Using cache 19:56:22 ---> 663185e78a6e 19:56:22 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:56:22 ---> Using cache 19:56:22 ---> 6f1a45791de6 19:56:22 Step 6/25 : RUN apk add --update --no-cache make git 19:56:22 ---> Using cache 19:56:22 ---> d511d777a3f9 19:56:22 Step 7/25 : COPY go.mod vendor* ./ 19:56:22 ---> Using cache 19:56:22 ---> fdf22e65075a 19:56:22 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:56:22 ---> Using cache 19:56:22 ---> 4210bbdc3809 19:56:22 Step 9/25 : COPY . . 19:56:22 ---> Using cache 19:56:22 ---> f74b99b12e3e 19:56:22 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:56:22 ---> Running in 0a5989b4c378 19:56:22 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:57:30 Removing intermediate container 1613ef3495de 19:57:30 ---> 3bee16ac8e53 19:57:30 Step 8/22 : COPY . . 19:57:36 Removing intermediate container b433e19d8ca5 19:57:36 ---> f09a4c614cd8 19:57:36 19:57:36 Step 9/20 : FROM alpine:3.15 19:57:36 ---> 02e0d6fdf486 19:57:36 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:57:36 ---> Using cache 19:57:36 ---> decb47dee8e6 19:57:36 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:57:36 ---> Using cache 19:57:36 ---> f622d48fad64 19:57:36 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:57:36 ---> Running in ca8295548cd8 19:57:39 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:57:40 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:57:42 ---> 79cd0c64b009 19:57:42 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:57:42 ---> Running in d1826bd7e598 19:57:42 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:57:42 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:57:42 OK: 15734 distinct packages available 19:57:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:57:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:57:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:57:45 (1/9) Installing ca-certificates (20220614-r0) 19:57:46 (2/9) Installing brotli-libs (1.0.9-r5) 19:57:47 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:57:47 (4/9) Installing libcurl (7.80.0-r3) 19:57:47 (5/9) Installing curl (7.80.0-r3) 19:57:48 (6/9) Installing dumb-init (1.2.5-r1) 19:57:49 (7/9) Installing musl-obstack (1.2.3-r0) 19:57:49 (8/9) Installing libucontext (1.1-r0) 19:57:49 (9/9) Installing gcompat (1.0.0-r4) 19:57:49 Executing busybox-1.34.1-r7.trigger 19:57:50 Executing ca-certificates-20220614-r0.trigger 19:57:50 OK: 8 MiB in 23 packages 19:57:53 Removing intermediate container ca8295548cd8 19:57:53 ---> f917f72e4aff 19:57:53 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:57:53 ---> fdd89fd8df81 19:57:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:57:56 ---> 2628f9a63f2d 19:57:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:57:57 ---> e7b7c5dec5ec 19:57:57 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:57:57 ---> Running in 934bd29d3434 19:57:58 Removing intermediate container 934bd29d3434 19:57:58 ---> 6a4b395748cd 19:57:58 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:57:58 ---> Running in c9de72a9ca96 19:57:58 Removing intermediate container c9de72a9ca96 19:57:58 ---> 63940da4ca03 19:57:58 Step 18/20 : LABEL arch=arm64 19:57:58 ---> Running in bd7d63fd5e14 19:57:59 Removing intermediate container bd7d63fd5e14 19:57:59 ---> 772ea99c2009 19:57:59 Step 19/20 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:57:59 ---> Running in 6aa7dfcd710a 19:58:00 Removing intermediate container 6aa7dfcd710a 19:58:00 ---> d668d6d15f87 19:58:00 Step 20/20 : LABEL version=0.0.0 19:58:00 ---> Running in 8a438881f67c 19:58:01 Removing intermediate container 8a438881f67c 19:58:01 ---> 9357cec033f3 19:58:01 19:58:01 Successfully built 9357cec033f3 19:58:01 Successfully tagged security-spiffe-token-provider-arm64:latest 19:58:01 Building core-data 19:58:23  Building security-spiffe-token-provider ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:58:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:58:23 ---> b05bb4f92e6d 19:58:23 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:58:23 ---> Using cache 19:58:23 ---> 0543e457f5fd 19:58:23 Step 4/24 : WORKDIR /edgex-go 19:58:23 ---> Using cache 19:58:23 ---> 663185e78a6e 19:58:23 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:58:23 ---> Using cache 19:58:23 ---> 6f1a45791de6 19:58:23 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:58:23 ---> Running in eef2047106f2 19:58:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:58:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:58:26 OK: 221 MiB in 51 packages 19:58:29 Removing intermediate container eef2047106f2 19:58:29 ---> 654df2f25b26 19:58:29 Step 7/24 : COPY go.mod vendor* ./ 19:58:30 ---> 78e2e4b28c87 19:58:30 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:58:30 ---> Running in 63d121c1ef6c 19:58:31 Removing intermediate container c9c5ca0990ae 19:58:31 ---> 1e13a996d8b6 19:58:31 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:58:31 ---> Running in 3199fe39a4d6 19:58:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:58:40 Removing intermediate container 3199fe39a4d6 19:58:40 ---> 0baefafcca03 19:58:40 19:58:40 Step 11/23 : FROM alpine:3.16 19:58:40 ---> a6215f271958 19:58:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:58:40 ---> Running in bef2871d64dd 19:58:40 Removing intermediate container bef2871d64dd 19:58:40 ---> 8692f534db40 19:58:40 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:58:40 ---> Running in 024a173c5201 19:58:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:58:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:58:45 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:58:45 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:58:45 (3/33) Installing readline (8.1.2-r0) 19:58:45 (4/33) Installing bash (5.1.16-r2) 19:58:45 Executing bash-5.1.16-r2.post-install 19:58:45 (5/33) Installing ca-certificates (20220614-r0) 19:58:45 (6/33) Installing brotli-libs (1.0.9-r6) 19:58:45 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:58:45 (8/33) Installing libcurl (7.83.1-r3) 19:58:45 (9/33) Installing curl (7.83.1-r3) 19:58:45 (10/33) Installing docker-cli (20.10.20-r0) 19:58:46 (11/33) Installing dumb-init (1.2.5-r1) 19:58:46 (12/33) Installing libbz2 (1.0.8-r1) 19:58:46 (13/33) Installing expat (2.5.0-r0) 19:58:46 (14/33) Installing libffi (3.4.2-r1) 19:58:46 (15/33) Installing gdbm (1.23-r0) 19:58:46 (16/33) Installing xz-libs (5.2.5-r1) 19:58:46 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:58:46 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:58:46 (19/33) Installing mpdecimal (2.5.1-r1) 19:58:46 (20/33) Installing sqlite-libs (3.38.5-r0) 19:58:46 (21/33) Installing python3 (3.10.5-r0) 19:58:49 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:58:49 (23/33) Installing py3-tomli (2.0.1-r1) 19:58:49 (24/33) Installing py3-pep517 (0.12.0-r2) 19:58:49 (25/33) Installing py3-six (1.16.0-r1) 19:58:49 (26/33) Installing py3-retrying (1.3.3-r3) 19:58:49 (27/33) Installing py3-appdirs (1.4.4-r3) 19:58:49 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:58:49 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:58:49 (30/33) Installing py3-parsing (2.4.7-r3) 19:58:49 (31/33) Installing py3-packaging (21.3-r0) 19:58:49 (32/33) Installing py3-setuptools (59.4.0-r0) 19:58:49 (33/33) Installing py3-pip (22.1.1-r0) 19:58:50 Executing busybox-1.35.0-r17.trigger 19:58:50 Executing ca-certificates-20220614-r0.trigger 19:58:51 OK: 120 MiB in 47 packages 19:59:13 Collecting docker-compose==1.23.2 19:59:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:59:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.9 MB/s eta 0:00:00 19:59:13 Collecting dockerpty<0.5,>=0.4.1 19:59:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:59:13 Preparing metadata (setup.py): started 19:59:15 Preparing metadata (setup.py): finished with status 'done' 19:59:15 Collecting docopt<0.7,>=0.6.1 19:59:16 Downloading docopt-0.6.2.tar.gz (25 kB) 19:59:16 Preparing metadata (setup.py): started 19:59:19 Preparing metadata (setup.py): finished with status 'done' 19:59:19 Collecting texttable<0.10,>=0.9.0 19:59:19 Downloading texttable-0.9.1.tar.gz (11 kB) 19:59:19 Preparing metadata (setup.py): started 19:59:23 Preparing metadata (setup.py): finished with status 'done' 19:59:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:59:23 Collecting websocket-client<1.0,>=0.32.0 19:59:23 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:59:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 14.1 MB/s eta 0:00:00 19:59:24 Collecting jsonschema<3,>=2.5.1 19:59:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:59:25 Collecting docker<4.0,>=3.6.0 19:59:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:59:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 7.2 MB/s eta 0:00:00 19:59:25 Collecting cached-property<2,>=1.2.0 19:59:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:59:27 Collecting PyYAML<4,>=3.10 19:59:27 Downloading PyYAML-3.13.tar.gz (270 kB) 19:59:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 6.5 MB/s eta 0:00:00 19:59:29 Preparing metadata (setup.py): started 19:59:31 Removing intermediate container 4f8c832b1303 19:59:31 ---> 55afb3c2923b 19:59:31 19:59:31 Step 11/24 : FROM alpine:3.16 19:59:31 ---> a6215f271958 19:59:31 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:59:31 ---> Running in fe685399fb99 19:59:33 Preparing metadata (setup.py): finished with status 'done' 19:59:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:59:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:59:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 14.7 MB/s eta 0:00:00 19:59:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:59:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:59:35 Collecting docker-pycreds>=0.4.0 19:59:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:59:36 (1/1) Installing dumb-init (1.2.5-r1) 19:59:36 Executing busybox-1.35.0-r17.trigger 19:59:36 OK: 5 MiB in 15 packages 19:59:37 Collecting certifi>=2017.4.17 19:59:37 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:59:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 10.4 MB/s eta 0:00:00 19:59:37 Collecting chardet<3.1.0,>=3.0.2 19:59:37 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:59:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 7.5 MB/s eta 0:00:00 19:59:38 Collecting idna<2.8,>=2.5 19:59:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:59:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 14.8 MB/s eta 0:00:00 19:59:39 Removing intermediate container fe685399fb99 19:59:39 ---> 919bf60ee1b8 19:59:39 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:59:39 Collecting urllib3<1.25,>=1.21.1 19:59:39 ---> Running in 7ff669132398 19:59:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:59:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 7.1 MB/s eta 0:00:00 19:59:40 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:59:40 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:59:40 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:59:40 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:59:40 Removing intermediate container 7ff669132398 19:59:40 ---> 5230b9b0d89f 19:59:40 Step 14/24 : ENV APP_PORT=59882 19:59:40 ---> Running in e32150e237fd 19:59:41 Removing intermediate container e32150e237fd 19:59:41 ---> cd7b0f6f4dbe 19:59:41 Step 15/24 : EXPOSE $APP_PORT 19:59:41 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:59:41 Running setup.py install for texttable: started 19:59:41 ---> Running in 4a4f33b15329 19:59:42 Removing intermediate container 4a4f33b15329 19:59:42 ---> b4016a863cb8 19:59:42 Step 16/24 : WORKDIR / 19:59:42 ---> Running in e426da7c2b24 19:59:44 Removing intermediate container e426da7c2b24 19:59:44 ---> 166990935d4d 19:59:44 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:59:45 Running setup.py install for texttable: finished with status 'done' 19:59:45 Running setup.py install for PyYAML: started 19:59:45 ---> e78848dbdaba 19:59:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:59:48 ---> add1e4cb2634 19:59:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:59:49 Running setup.py install for PyYAML: finished with status 'done' 19:59:50 ---> 7d05ec71ba9c 19:59:50 Step 20/24 : ENTRYPOINT ["/core-command"] 19:59:50 ---> Running in 6de40d384dc2 19:59:52 Removing intermediate container 6de40d384dc2 19:59:52 ---> 6339892ad0a4 19:59:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:59:52 ---> Running in dd5552911a18 19:59:52 Running setup.py install for docopt: started 19:59:52 Removing intermediate container dd5552911a18 19:59:52 ---> 91021aafc1a5 19:59:52 Step 22/24 : LABEL arch=arm64 19:59:52 ---> Running in 06b06ba05180 19:59:53 Removing intermediate container 06b06ba05180 19:59:53 ---> adca72c52ac5 19:59:53 Step 23/24 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 19:59:54 ---> Running in ae329954d33f 19:59:55 Removing intermediate container ae329954d33f 19:59:55 ---> 6a955d7a4ea2 19:59:55 Step 24/24 : LABEL version=0.0.0 19:59:55 ---> Running in 7a144d191dfd 19:59:55 Running setup.py install for docopt: finished with status 'done' 19:59:56 Removing intermediate container 7a144d191dfd 19:59:56 ---> 89f46e4aa329 19:59:56 19:59:56 Successfully built 89f46e4aa329 19:59:56 Successfully tagged core-command-arm64:latest 19:59:56 Building support-scheduler 20:00:00  Building core-command ... done Removing intermediate container 63d121c1ef6c 20:00:00 ---> 6c04a6e1e4a8 20:00:00 Step 9/24 : COPY . . 20:00:00 Running setup.py install for dockerpty: started 20:00:05 Running setup.py install for dockerpty: finished with status 'done' 20:00:08 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 20:00:08 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 20:00:17  ---> f125d641a337 20:00:17 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:00:17 ---> Running in b8aebbaad491 20:00:19 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 20:00:21 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:00:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:00:21 ---> b05bb4f92e6d 20:00:21 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:00:21 ---> Using cache 20:00:21 ---> 0543e457f5fd 20:00:21 Step 4/23 : WORKDIR /edgex-go 20:00:21 ---> Using cache 20:00:21 ---> 663185e78a6e 20:00:21 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:00:21 ---> Using cache 20:00:21 ---> 6f1a45791de6 20:00:21 Step 6/23 : RUN apk add --update --no-cache make git 20:00:21 ---> Using cache 20:00:21 ---> d511d777a3f9 20:00:21 Step 7/23 : COPY go.mod vendor* ./ 20:00:21 ---> Using cache 20:00:21 ---> fdf22e65075a 20:00:21 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:21 ---> Using cache 20:00:21 ---> 4210bbdc3809 20:00:21 Step 9/23 : COPY . . 20:00:21 ---> Using cache 20:00:21 ---> f74b99b12e3e 20:00:21 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:00:22 ---> Running in b56dc852ab5a 20:00:25 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 20:00:35 Removing intermediate container 024a173c5201 20:00:35 ---> d157098aef4d 20:00:35 Step 14/23 : ENV APP_PORT=58890 20:00:35 ---> Running in 6c8e2ee4791d 20:00:35 Removing intermediate container 6c8e2ee4791d 20:00:35 ---> 3ee022e6af50 20:00:35 Step 15/23 : EXPOSE $APP_PORT 20:00:35 ---> Running in 38ef7fd16cc7 20:00:35 Removing intermediate container 38ef7fd16cc7 20:00:35 ---> 99648bbe6dfb 20:00:35 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:00:37 ---> c4da8733710c 20:00:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:00:38 ---> 33e7b8189815 20:00:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:00:39 ---> 60732930c90f 20:00:39 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:00:39 ---> Running in f82a20d364b4 20:00:39 Removing intermediate container f82a20d364b4 20:00:39 ---> 8c0fa8a62dc4 20:00:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:00:39 ---> Running in 20d4810acee9 20:00:40 Removing intermediate container 20d4810acee9 20:00:40 ---> d207f2300263 20:00:40 Step 21/23 : LABEL arch=arm64 20:00:40 ---> Running in bd921915abb3 20:00:41 Removing intermediate container bd921915abb3 20:00:41 ---> 94dc131b3686 20:00:41 Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 20:00:41 ---> Running in 233589f6bceb 20:00:41 Removing intermediate container 233589f6bceb 20:00:41 ---> fdbced2d0774 20:00:41 Step 23/23 : LABEL version=0.0.0 20:00:41 ---> Running in 3d905676722d 20:00:42 Removing intermediate container 3d905676722d 20:00:42 ---> d5164b89833e 20:00:42 20:00:42 Successfully built d5164b89833e 20:00:42 Successfully tagged sys-mgmt-agent-arm64:latest 20:00:42  Building sys-mgmt-agent ... done Building support-notifications 20:01:05 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:01:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:01:05 ---> b05bb4f92e6d 20:01:05 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:01:05 ---> Using cache 20:01:05 ---> 0543e457f5fd 20:01:05 Step 4/23 : WORKDIR /edgex-go 20:01:05 ---> Using cache 20:01:05 ---> 663185e78a6e 20:01:05 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:01:05 ---> Using cache 20:01:05 ---> 6f1a45791de6 20:01:05 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:01:05 ---> Running in 382ade4cca1b 20:01:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:01:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:01:07 OK: 221 MiB in 51 packages 20:01:08 Removing intermediate container 382ade4cca1b 20:01:08 ---> dbe0001be47d 20:01:08 Step 7/23 : COPY go.mod vendor* ./ 20:01:09 ---> 0220081a7dbb 20:01:09 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:09 ---> Running in 224a411b0b45 20:02:31 Removing intermediate container 224a411b0b45 20:02:31 ---> 4ad9f0f130f7 20:02:31 Step 9/23 : COPY . . 20:02:36 ---> d68acf005ed7 20:02:36 Step 10/23 : RUN make cmd/support-notifications/support-notifications 20:02:36 ---> Running in add777491267 20:02:37 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 20:04:29 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:04:30 Removing intermediate container 0a5989b4c378 20:04:30 ---> 75fcbfad37d5 20:04:30 20:04:31 Step 11/25 : FROM alpine:3.16 20:04:31 ---> a6215f271958 20:04:31 Step 12/25 : RUN apk add --update --no-cache dumb-init 20:04:31 ---> Using cache 20:04:31 ---> 919bf60ee1b8 20:04:31 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:04:31 ---> Using cache 20:04:31 ---> 5230b9b0d89f 20:04:31 Step 14/25 : ENV APP_PORT=59881 20:04:31 ---> Running in cbe1bd985e0a 20:04:31 Removing intermediate container cbe1bd985e0a 20:04:31 ---> 4bb66f96b362 20:04:31 Step 15/25 : EXPOSE $APP_PORT 20:04:31 ---> Running in ac19c632ba07 20:04:32 Removing intermediate container ac19c632ba07 20:04:32 ---> 19a9c2e559cc 20:04:32 Step 16/25 : WORKDIR / 20:04:32 ---> Running in 532e8b8ee5bf 20:04:32 Removing intermediate container 532e8b8ee5bf 20:04:32 ---> 61c3ac5dea90 20:04:32 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:33 ---> 9915eabf1951 20:04:33 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:04:35 ---> c558c16cb5c3 20:04:35 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:04:39 ---> 06b662d5f51f 20:04:39 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:04:40 ---> db49b5e2ac81 20:04:40 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:04:40 ---> Running in 4e0c6dbacb4c 20:04:40 Removing intermediate container 4e0c6dbacb4c 20:04:40 ---> 5e3c8262beca 20:04:40 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:04:40 ---> Running in 6807722f7041 20:04:41 Removing intermediate container 6807722f7041 20:04:41 ---> ea42d6a72dc5 20:04:41 Step 23/25 : LABEL arch=arm64 20:04:41 ---> Running in bb0002d325d3 20:04:42 Removing intermediate container bb0002d325d3 20:04:42 ---> fe2ad2b3bddd 20:04:42 Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 20:04:42 ---> Running in 025578a211cc 20:04:43 Removing intermediate container 025578a211cc 20:04:43 ---> 0a2c1f9165d2 20:04:43 Step 25/25 : LABEL version=0.0.0 20:04:43 ---> Running in cfdc0d53c6b9 20:04:44 Removing intermediate container cfdc0d53c6b9 20:04:44 ---> b98ef7b9a50f 20:04:44 20:04:45 Successfully built b98ef7b9a50f 20:04:45 Successfully tagged core-metadata-arm64:latest 20:04:45  Building core-metadata ... done Building security-spire-agent 20:04:52 Removing intermediate container d1826bd7e598 20:04:52 ---> 376b32e98b18 20:04:52 20:04:52 Step 10/22 : FROM alpine:3.16 20:04:52 ---> a6215f271958 20:04:52 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 20:04:52 ---> Running in f409986db94f 20:04:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:04:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:04:56 (1/6) Installing ca-certificates (20220614-r0) 20:04:56 (2/6) Installing brotli-libs (1.0.9-r6) 20:04:56 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:04:56 (4/6) Installing libcurl (7.83.1-r3) 20:04:56 (5/6) Installing curl (7.83.1-r3) 20:04:56 (6/6) Installing dumb-init (1.2.5-r1) 20:04:56 Executing busybox-1.35.0-r17.trigger 20:04:56 Executing ca-certificates-20220614-r0.trigger 20:04:56 OK: 8 MiB in 20 packages 20:05:00 Removing intermediate container f409986db94f 20:05:00 ---> 7d0e8bd4217b 20:05:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:05:00 ---> Running in 47bd8242b696 20:05:00 Removing intermediate container 47bd8242b696 20:05:00 ---> f781e17ce444 20:05:00 Step 13/22 : WORKDIR /edgex 20:05:01 ---> Running in e57afb89889e 20:05:02 Removing intermediate container e57afb89889e 20:05:02 ---> f8065b31cd83 20:05:02 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:05:03 ---> bf5971bdc246 20:05:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:05:06 ---> 8d6ccb7416a9 20:05:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:05:06 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:05:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:05:06 ---> b05bb4f92e6d 20:05:06 Step 3/26 : WORKDIR /edgex-go 20:05:06 ---> Using cache 20:05:06 ---> 275e3fd6959c 20:05:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:06 ---> Using cache 20:05:06 ---> 211076d3c4bc 20:05:06 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 20:05:06 ---> Using cache 20:05:06 ---> cdcb0de9ed5d 20:05:06 Step 6/26 : COPY go.mod vendor* ./ 20:05:06 ---> Using cache 20:05:06 ---> 664873deef7f 20:05:06 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:06 ---> Using cache 20:05:06 ---> 6b19fbaeec70 20:05:06 Step 8/26 : COPY . . 20:05:06 ---> Using cache 20:05:06 ---> 93433bd65f8e 20:05:06 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 20:05:06 ---> Using cache 20:05:06 ---> 823a2fa06db3 20:05:06 Step 10/26 : WORKDIR /edgex-go/spire-build 20:05:06 ---> Using cache 20:05:06 ---> e6fa9757c257 20:05:06 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 20:05:06 ---> Using cache 20:05:06 ---> e604246d27fe 20:05:06 Step 12/26 : WORKDIR /edgex-go 20:05:06 ---> Using cache 20:05:06 ---> b3a7c1748b1d 20:05:06 20:05:06 Step 13/26 : FROM alpine:3.15 20:05:06 ---> 02e0d6fdf486 20:05:06 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:05:06 ---> Using cache 20:05:06 ---> decb47dee8e6 20:05:06 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:06 ---> Using cache 20:05:06 ---> f622d48fad64 20:05:06 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:05:06 ---> Running in ee326364cf36 20:05:08 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:05:08 ---> 4ef8ee1273a5 20:05:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:05:08 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:05:09 ---> a0a0443260bc 20:05:09 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:05:09 ---> Running in 4c7b30914787 20:05:11 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:05:11 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:05:11 OK: 15734 distinct packages available 20:05:11 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:05:12 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:05:12 Removing intermediate container 4c7b30914787 20:05:12 ---> 7cfc1f58c6be 20:05:12 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:05:12 ---> Running in a50113e3d406 20:05:13 Removing intermediate container a50113e3d406 20:05:13 ---> d5105b71f805 20:05:13 Step 20/22 : LABEL arch=arm64 20:05:13 ---> Running in 3ca3b34ea61d 20:05:14 Removing intermediate container 3ca3b34ea61d 20:05:14 ---> caab21b2dee9 20:05:14 Step 21/22 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 20:05:14 (1/5) Installing dumb-init (1.2.5-r1) 20:05:14 ---> Running in e714a2310e05 20:05:14 (2/5) Installing musl-obstack (1.2.3-r0) 20:05:14 Removing intermediate container e714a2310e05 20:05:14 ---> d705508cfc05 20:05:14 Step 22/22 : LABEL version=0.0.0 20:05:15 ---> Running in 5b60135e6a91 20:05:15 (3/5) Installing libucontext (1.1-r0) 20:05:15 (4/5) Installing gcompat (1.0.0-r4) 20:05:15 Removing intermediate container 5b60135e6a91 20:05:15 ---> 153b963e3691 20:05:15 20:05:15 (5/5) Installing openssl (1.1.1q-r0) 20:05:15 Successfully built 153b963e3691 20:05:15 Successfully tagged security-proxy-setup-arm64:latest 20:05:16  Building security-proxy-setup ... done Executing busybox-1.34.1-r7.trigger 20:05:16 OK: 6 MiB in 19 packages 20:05:18 Removing intermediate container ee326364cf36 20:05:18 ---> 5c374748539e 20:05:18 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:05:21 ---> 0b6b9a1caf73 20:05:21 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:05:28 ---> 7ec7046a77fc 20:05:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:05:28 ---> 8ebceb5719cb 20:05:28 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:05:29 ---> 22a597c1d82b 20:05:29 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:05:30 ---> 77ff434f564a 20:05:30 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:05:30 ---> Running in 84a515b2d912 20:05:31 Removing intermediate container 84a515b2d912 20:05:31 ---> 2591b54fd5a2 20:05:31 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:05:31 ---> Running in 87975defe287 20:05:31 Removing intermediate container 87975defe287 20:05:31 ---> 510bdbfb703d 20:05:31 Step 24/26 : LABEL arch=arm64 20:05:31 ---> Running in fdec9208b782 20:05:32 Removing intermediate container fdec9208b782 20:05:32 ---> 23d228e82438 20:05:32 Step 25/26 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 20:05:32 ---> Running in e1aae2365fb5 20:05:33 Removing intermediate container e1aae2365fb5 20:05:33 ---> c9df0da4ccc7 20:05:33 Step 26/26 : LABEL version=0.0.0 20:05:33 ---> Running in 78d233897308 20:05:33 Removing intermediate container 78d233897308 20:05:33 ---> e6a37c958305 20:05:33 20:05:33 Successfully built e6a37c958305 20:05:33 Successfully tagged security-spire-agent-arm64:latest 20:07:40  Building security-spire-agent ... done Removing intermediate container b8aebbaad491 20:07:40 ---> 80ea052a5cb5 20:07:40 20:07:40 Step 11/24 : FROM alpine:3.16 20:07:40 ---> a6215f271958 20:07:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:07:40 ---> Running in f5d678b7d1d3 20:07:40 Removing intermediate container f5d678b7d1d3 20:07:40 ---> c9f40c3351a2 20:07:40 Step 13/24 : ENV APP_PORT=59880 20:07:40 ---> Running in dd689da3a7ef 20:07:40 Removing intermediate container dd689da3a7ef 20:07:40 ---> ddba521aa780 20:07:40 Step 14/24 : EXPOSE $APP_PORT 20:07:40 ---> Running in 3362e9b4d703 20:07:40 Removing intermediate container 3362e9b4d703 20:07:40 ---> 672fcb696a61 20:07:40 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:40 ---> Running in bec82e5021f5 20:07:40 Removing intermediate container bec82e5021f5 20:07:40 ---> 0e396d873410 20:07:40 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 20:07:40 ---> Running in a69c89cee623 20:07:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:07:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:07:44 (1/6) Installing dumb-init (1.2.5-r1) 20:07:44 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:07:45 (3/6) Installing libsodium (1.0.18-r0) 20:07:45 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:07:46 (5/6) Installing libzmq (4.3.4-r0) 20:07:46 (6/6) Installing zeromq (4.3.4-r0) 20:07:47 Executing busybox-1.35.0-r17.trigger 20:07:47 OK: 8 MiB in 20 packages 20:07:49 Removing intermediate container a69c89cee623 20:07:49 ---> 243e6d996f43 20:07:49 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:49 ---> a9935fd17ee6 20:07:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:07:52 ---> 385d431a22c7 20:07:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:07:52 ---> a35cc34b3ef2 20:07:52 Step 20/24 : ENTRYPOINT ["/core-data"] 20:07:52 ---> Running in a71d1c32de9d 20:07:53 Removing intermediate container a71d1c32de9d 20:07:53 ---> 8947266be376 20:07:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:07:53 ---> Running in 626d0ec6caa8 20:07:54 Removing intermediate container 626d0ec6caa8 20:07:54 ---> 60674adc3dda 20:07:54 Step 22/24 : LABEL arch=arm64 20:07:54 ---> Running in 921e59c995dd 20:07:54 Removing intermediate container 921e59c995dd 20:07:54 ---> 02dff2899732 20:07:54 Step 23/24 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 20:07:54 ---> Running in 144477debaa6 20:07:55 Removing intermediate container 144477debaa6 20:07:55 ---> 214025155957 20:07:55 Step 24/24 : LABEL version=0.0.0 20:07:55 ---> Running in 3ce81bb64c76 20:07:56 Removing intermediate container 3ce81bb64c76 20:07:56 ---> 7ea5bb4408d3 20:07:56 20:07:56 Successfully built 7ea5bb4408d3 20:07:56 Successfully tagged core-data-arm64:latest 20:08:52  Building core-data ... done Removing intermediate container b56dc852ab5a 20:08:52 ---> 24fdfeec736e 20:08:52 20:08:52 Step 11/23 : FROM alpine:3.16 20:08:52 ---> a6215f271958 20:08:52 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:08:52 ---> Using cache 20:08:52 ---> 919bf60ee1b8 20:08:52 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:08:52 ---> Using cache 20:08:52 ---> 5230b9b0d89f 20:08:52 Step 14/23 : ENV APP_PORT=59861 20:08:52 ---> Running in 023ae303a3df 20:08:52 Removing intermediate container 023ae303a3df 20:08:52 ---> 1c8630e9d45d 20:08:52 Step 15/23 : EXPOSE $APP_PORT 20:08:52 ---> Running in 3314ffdab7eb 20:08:52 Removing intermediate container 3314ffdab7eb 20:08:52 ---> 97a545ca0476 20:08:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:52 ---> ba0d2e36452b 20:08:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:08:52 ---> 2c3aab4364e7 20:08:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:08:52 ---> 88dc4bf60f3e 20:08:52 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:08:52 ---> Running in a6be5fe0e66b 20:08:52 Removing intermediate container a6be5fe0e66b 20:08:52 ---> 98d27fe5d1e0 20:08:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:08:52 ---> Running in 9d208146314b 20:08:52 Removing intermediate container 9d208146314b 20:08:52 ---> 5b6618938aed 20:08:52 Step 21/23 : LABEL arch=arm64 20:08:52 ---> Running in 162b2773b874 20:08:52 Removing intermediate container 162b2773b874 20:08:52 ---> 4a2eea56c7ea 20:08:52 Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 20:08:52 ---> Running in 6096b5e3429c 20:08:52 Removing intermediate container 6096b5e3429c 20:08:52 ---> a6ca347eadf3 20:08:52 Step 23/23 : LABEL version=0.0.0 20:08:52 ---> Running in 00c534dc5a9a 20:08:52 Removing intermediate container 00c534dc5a9a 20:08:52 ---> 822ff326f4f3 20:08:52 20:08:52 Successfully built 822ff326f4f3 20:08:52 Successfully tagged support-scheduler-arm64:latest 20:09:05  Building support-scheduler ... done Removing intermediate container add777491267 20:09:05 ---> 02df84087a72 20:09:05 20:09:05 Step 11/23 : FROM alpine:3.16 20:09:05 ---> a6215f271958 20:09:05 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:09:05 ---> Running in 45b98e4b6f81 20:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:09:07 (1/2) Installing ca-certificates (20220614-r0) 20:09:07 (2/2) Installing dumb-init (1.2.5-r1) 20:09:07 Executing busybox-1.35.0-r17.trigger 20:09:07 Executing ca-certificates-20220614-r0.trigger 20:09:07 OK: 6 MiB in 16 packages 20:09:09 Removing intermediate container 45b98e4b6f81 20:09:09 ---> 8459fbe9e7f3 20:09:09 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:09:09 ---> Running in 0363d806e6cf 20:09:09 Removing intermediate container 0363d806e6cf 20:09:09 ---> e413029363f0 20:09:09 Step 14/23 : ENV APP_PORT=59860 20:09:09 ---> Running in b6b14a047588 20:09:09 Removing intermediate container b6b14a047588 20:09:09 ---> 0727f21634c7 20:09:09 Step 15/23 : EXPOSE $APP_PORT 20:09:09 ---> Running in 58fe00b7ee80 20:09:10 Removing intermediate container 58fe00b7ee80 20:09:10 ---> daa14c24270b 20:09:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:10 ---> 3c0cb5431a33 20:09:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:09:12 ---> c54d59581981 20:09:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:09:12 ---> d9c5841afd5d 20:09:12 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:09:12 ---> Running in 4dd5c08b45c6 20:09:13 Removing intermediate container 4dd5c08b45c6 20:09:13 ---> 80536df6312a 20:09:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:13 ---> Running in 1325dd729729 20:09:13 Removing intermediate container 1325dd729729 20:09:13 ---> ab3dadb36791 20:09:13 Step 21/23 : LABEL arch=arm64 20:09:13 ---> Running in a9a3965bd6fd 20:09:13 Removing intermediate container a9a3965bd6fd 20:09:13 ---> 77dcb0ad2f34 20:09:13 Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 20:09:13 ---> Running in 153529ab8ac0 20:09:14 Removing intermediate container 153529ab8ac0 20:09:14 ---> 8d4cb0099807 20:09:14 Step 23/23 : LABEL version=0.0.0 20:09:14 ---> Running in 5853f13492ce 20:09:14 Removing intermediate container 5853f13492ce 20:09:14 ---> bcec6f44e52b 20:09:14 20:09:14 Successfully built bcec6f44e52b 20:09:14 Successfully tagged support-notifications-arm64:latest 20:09:15  Building support-notifications ... done  [Pipeline] } 20:09:15 $ docker stop --time=1 0d2e4e79f147d5c77624e87900197b6f0b0b465bbdff684763cbdd298c84e92e 20:09:17 $ docker rm -f 0d2e4e79f147d5c77624e87900197b6f0b0b465bbdff684763cbdd298c84e92e [Pipeline] // withDockerContainer [Pipeline] sh 20:09:17 + docker images 20:09:17 REPOSITORY TAG IMAGE ID CREATED SIZE 20:09:17 support-notifications-arm64 latest bcec6f44e52b 3 seconds ago 29.5MB 20:09:17 02df84087a72 14 seconds ago 1.5GB 20:09:17 support-scheduler-arm64 latest 822ff326f4f3 27 seconds ago 28.8MB 20:09:17 24fdfeec736e 35 seconds ago 1.5GB 20:09:17 core-data-arm64 latest 7ea5bb4408d3 About a minute ago 20.9MB 20:09:17 80ea052a5cb5 About a minute ago 1.45GB 20:09:17 security-spire-agent-arm64 latest e6a37c958305 3 minutes ago 122MB 20:09:17 security-proxy-setup-arm64 latest 153b963e3691 4 minutes ago 26.7MB 20:09:17 376b32e98b18 4 minutes ago 1.43GB 20:09:17 core-metadata-arm64 latest b98ef7b9a50f 4 minutes ago 17.7MB 20:09:17 75fcbfad37d5 4 minutes ago 1.44GB 20:09:17 sys-mgmt-agent-arm64 latest d5164b89833e 8 minutes ago 133MB 20:09:17 core-command-arm64 latest 89f46e4aa329 9 minutes ago 17MB 20:09:17 55afb3c2923b 9 minutes ago 1.44GB 20:09:17 0baefafcca03 10 minutes ago 1.42GB 20:09:17 security-spiffe-token-provider-arm64 latest 9357cec033f3 11 minutes ago 28.8MB 20:09:17 f09a4c614cd8 11 minutes ago 1.47GB 20:09:17 security-bootstrapper-arm64 latest 033c2640478d 13 minutes ago 19.4MB 20:09:17 security-secretstore-setup-arm64 latest 613a7a22050b 13 minutes ago 28.6MB 20:09:17 97d7f5aecc45 13 minutes ago 1.43GB 20:09:17 d84aa199bfcf 14 minutes ago 1.43GB 20:09:17 security-spire-server-arm64 latest e5afbe6c79d6 20 minutes ago 84.3MB 20:09:17 security-spire-config-arm64 latest 72e8edd2b71a 20 minutes ago 83.6MB 20:09:17 b3a7c1748b1d 20 minutes ago 1.31GB 20:09:17 19c96f8dfa37 20 minutes ago 1.31GB 20:09:17 ci-base-image-arm64 latest b05bb4f92e6d 36 minutes ago 943MB 20:09:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB 20:09:17 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 20:09:17 alpine 3.16 a6215f271958 2 months ago 5.29MB 20:09:17 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 20:09:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:09:18 20:09:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:09:19 arm64: Pulling from edgex-lftools-log-publisher 20:09:19 8998bd30e6a1: Pulling fs layer 20:09:19 04944245beec: Pulling fs layer 20:09:19 699f458cf7ca: Pulling fs layer 20:09:19 765212b225bb: Pulling fs layer 20:09:19 f23df028b6ca: Pulling fs layer 20:09:19 d65c8cfc05b1: Pulling fs layer 20:09:19 2437ff75d9bd: Pulling fs layer 20:09:19 765212b225bb: Waiting 20:09:19 f23df028b6ca: Waiting 20:09:19 d65c8cfc05b1: Waiting 20:09:19 2437ff75d9bd: Waiting 20:09:19 04944245beec: Verifying Checksum 20:09:19 04944245beec: Download complete 20:09:19 765212b225bb: Verifying Checksum 20:09:19 765212b225bb: Download complete 20:09:19 f23df028b6ca: Download complete 20:09:19 d65c8cfc05b1: Verifying Checksum 20:09:19 d65c8cfc05b1: Download complete 20:09:19 699f458cf7ca: Verifying Checksum 20:09:19 699f458cf7ca: Download complete 20:09:20 8998bd30e6a1: Verifying Checksum 20:09:20 8998bd30e6a1: Download complete 20:09:22 2437ff75d9bd: Verifying Checksum 20:09:22 2437ff75d9bd: Download complete 20:09:24 8998bd30e6a1: Pull complete 20:09:24 04944245beec: Pull complete 20:09:26 699f458cf7ca: Pull complete 20:09:26 765212b225bb: Pull complete 20:09:27 f23df028b6ca: Pull complete 20:09:27 d65c8cfc05b1: Pull complete 20:09:42 2437ff75d9bd: Pull complete 20:09:42 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:09:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:09:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:09:42 prd-ubuntu20.04-docker-arm64-4c-16g-116972 does not seem to be running inside a container 20:09:42 $ 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 20:09:45 $ docker top 135d7ee1e1f033edd420130c08c865d8978e2e7927905520eea61b8eb34a6e34 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:46 ---> job-cost.sh 20:09:46 lf-activate-venv: SKIPPING 20:09:46 INFO: No Stack... 20:09:47 INFO: Retrieving Pricing Info for: v3-standard-4 20:09:48 INFO: Archiving Costs [Pipeline] sh 20:09:48 + cut -d, -f6 20:09:48 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 20:09:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4218-1-stack-cost] 20:09:48 Resource [jenkins-edgexfoundry-edgex-go-PR-4218-1-stack-cost] did not exist. Created. 20:09:48 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4218-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:09:49 + echo total: 0.10999999940395355 [Pipeline] stash 20:09:49 Stashed 1 file(s) [Pipeline] } 20:09:49 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4218-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:09:49 $ docker stop --time=1 135d7ee1e1f033edd420130c08c865d8978e2e7927905520eea61b8eb34a6e34 20:09:51 $ docker rm -f 135d7ee1e1f033edd420130c08c865d8978e2e7927905520eea61b8eb34a6e34 [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 20:09:52 provisioning config files... 20:09:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3169295211982925108tmp [Pipeline] { [Pipeline] sh 20:09:52 + set +x 20:09:52 + curl -s https://codecov.io/bash 20:09:52 + bash -s -- 20:09:52 20:09:52 _____ _ 20:09:52 / ____| | | 20:09:52 | | ___ __| | ___ ___ _____ __ 20:09:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:09:52 | |___| (_) | (_| | __/ (_| (_) \ V / 20:09:52 \_____\___/ \__,_|\___|\___\___/ \_/ 20:09:52 Bash-1.0.6 20:09:52 20:09:52 20:09:52 ==> git version 2.25.1 found 20:09:52 ==> 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 20:09:52 Release-Date: 2020-01-08 20:09:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:09:52 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:09:52 ==> Jenkins CI detected. 20:09:52 current dir:  /w/workspace/edgex-go/1 20:09:52 project root: . 20:09:52 --> token set from env 20:09:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:09:52 ==> Running gcov in . (disable via -X gcov) 20:09:52 ==> Python coveragepy not found 20:09:52 ==> Searching for coverage reports in: 20:09:52 + . 20:09:52 -> Found 1 reports 20:09:52 ==> Detecting git/mercurial file structure 20:09:52 ==> Reading reports 20:09:52 + ./coverage.out bytes=501828 20:09:52 ==> Appending adjustments 20:09:52 https://docs.codecov.io/docs/fixing-reports 20:09:54 + Found adjustments 20:09:54 ==> Gzipping contents 20:09:54 64K /tmp/codecov.OWqXVY.gz 20:09:54 ==> Uploading reports 20:09:54 url: https://codecov.io 20:09:54 query: branch=PR-4218&commit=e3fd83b017e48ac562540e2794f14ff0097f9aa2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4218%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4218&job=&cmd_args= 20:09:54 -> Pinging Codecov 20:09:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4218&commit=e3fd83b017e48ac562540e2794f14ff0097f9aa2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4218%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4218&job=&cmd_args= 20:09:54 -> Uploading to 20:09:54 https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/e3fd83b017e48ac562540e2794f14ff0097f9aa2/8b430cc9-ba48-47e6-97da-87d5c392c64c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T200954Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ab85103fc420738972ee1ddb0f31a22b9d91ed1947868c5de64b00a78d58b070 20:09:54 % Total % Received % Xferd Average Speed Time Time Time Current 20:09:54 Dload Upload Total Spent Left Speed 20:09:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65402 0 0 100 65402 0 159k --:--:-- --:--:-- --:--:-- 158k 100 65402 0 0 100 65402 0 159k --:--:-- --:--:-- --:--:-- 158k 20:09:54 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/e3fd83b017e48ac562540e2794f14ff0097f9aa2 [Pipeline] } 20:09:54 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 20:09:56 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:09:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:09:57 ---> package-listing.sh 20:09:57 ++ facter osfamily 20:09:57 ++ tr '[:upper:]' '[:lower:]' 20:09:57 + OS_FAMILY=debian 20:09:57 + workspace=/w/workspace/edgex-go/1 20:09:57 + START_PACKAGES=/tmp/packages_start.txt 20:09:57 + END_PACKAGES=/tmp/packages_end.txt 20:09:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:09:57 + PACKAGES=/tmp/packages_start.txt 20:09:57 + '[' /w/workspace/edgex-go/1 ']' 20:09:57 + PACKAGES=/tmp/packages_end.txt 20:09:57 + case "${OS_FAMILY}" in 20:09:57 + dpkg -l 20:09:57 + grep '^ii' 20:09:57 + '[' -f /tmp/packages_start.txt ']' 20:09:57 + '[' -f /tmp/packages_end.txt ']' 20:09:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:09:57 + '[' /w/workspace/edgex-go/1 ']' 20:09:57 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:09:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:09:57 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 20:09:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:09:58 20:09:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:09:58 latest: Pulling from edgex-lftools-log-publisher 20:09:58 5eb5b503b376: Pulling fs layer 20:09:58 5c69ac0246d0: Pulling fs layer 20:09:58 ec43610c2a17: Pulling fs layer 20:09:58 3a2ae6a8a46f: Pulling fs layer 20:09:58 33b1e0a273af: Pulling fs layer 20:09:58 5d3b04190fa2: Pulling fs layer 20:09:58 2f39f015ded8: Pulling fs layer 20:09:58 3a2ae6a8a46f: Waiting 20:09:58 33b1e0a273af: Waiting 20:09:58 5d3b04190fa2: Waiting 20:09:58 2f39f015ded8: Waiting 20:09:58 5c69ac0246d0: Verifying Checksum 20:09:58 5c69ac0246d0: Download complete 20:09:58 3a2ae6a8a46f: Download complete 20:09:58 33b1e0a273af: Download complete 20:09:59 ec43610c2a17: Verifying Checksum 20:09:59 ec43610c2a17: Download complete 20:09:59 5d3b04190fa2: Download complete 20:09:59 5eb5b503b376: Verifying Checksum 20:09:59 5eb5b503b376: Download complete 20:09:59 2f39f015ded8: Download complete 20:10:00 5eb5b503b376: Pull complete 20:10:00 5c69ac0246d0: Pull complete 20:10:00 ec43610c2a17: Pull complete 20:10:00 3a2ae6a8a46f: Pull complete 20:10:01 33b1e0a273af: Pull complete 20:10:01 5d3b04190fa2: Pull complete 20:10:05 2f39f015ded8: Pull complete 20:10:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:10:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:10:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:10:05 prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container 20:10:05 $ 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 20:10:07 $ docker top 3a349e4d095cccfc470eb387184107391ab3802cfe29401942c732853a77cef7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:07 + touch /tmp/pre-build-complete [Pipeline] sh 20:10:07 + mkdir -p /var/log/sysstat [Pipeline] sh 20:10:08 + ls /var/log/sa-host 20:10:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:10:08 provisioning config files... 20:10:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config10599840034168817145tmp [Pipeline] { [Pipeline] echo 20:10:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:10:08 ---> create-netrc.sh [Pipeline] } 20:10:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:10:09 ---> python-tools-install.sh [Pipeline] echo 20:10:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:10:09 ---> sudo-logs.sh 20:10:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:10:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:10:09 ---> job-cost.sh 20:10:09 lf-activate-venv: SKIPPING 20:10:09 DEBUG: total: 0.10999999940395355 20:10:09 INFO: Retrieving Stack Cost... 20:10:10 INFO: Retrieving Pricing Info for: v3-standard-8 20:10:10 INFO: Archiving Costs [Pipeline] echo 20:10:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:10:11 ---> logs-deploy.sh 20:10:11 lf-activate-venv: SKIPPING 20:10:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4218/1 20:10:11 INFO: archiving workspace using pattern(s): 20:10:12 Archives upload complete. 20:10:12 INFO: archiving logs to Nexus