Pull request #4206 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 057950bd39e91f49afd3a6cd394a632e195629da+cbeaad2d6cb7760bfd67df9a253a2618b7240350 (a0a8956f001ac387654d15cbc139f3ecda979fe0) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16426579530909154260.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6648297853302010698.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4206/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4206/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13415366623544227445.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4206/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5644456081140785197.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2887118701004381888.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4206/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4206/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3782086975501963575.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8598 in /w/workspace/edgexfoundry_edgex-go_PR-4206 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit cbeaad2d6cb7760bfd67df9a253a2618b7240350 into PR head commit 057950bd39e91f49afd3a6cd394a632e195629da Merge succeeded, producing 057950bd39e91f49afd3a6cd394a632e195629da Checking out Revision 057950bd39e91f49afd3a6cd394a632e195629da (PR-4206) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4206/head:refs/remotes/origin/PR-4206 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 057950bd39e91f49afd3a6cd394a632e195629da # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge cbeaad2d6cb7760bfd67df9a253a2618b7240350 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 057950bd39e91f49afd3a6cd394a632e195629da # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:07:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:07:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:07:21 ========================================================= 19:07:21 EdgeX Global Pipelines Version Info 19:07:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:07:21 ------------------- 19:07:21 stable info: 19:07:21 ------------------- 19:07:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:07:21 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:07:21 Message: update stable to v1.0.243 19:07:22 ------------------- 19:07:22 experimental info: 19:07:22 ------------------- 19:07:22 Commited By: **** collab-it+edgex@linuxfoundation.org 19:07:22 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:07:22 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:07:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:07:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:07:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:07:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:07:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:07:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:07:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:07:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4206 [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4206 [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4206 [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 057950bd39e91f49afd3a6cd394a632e195629da [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 057950b [Pipeline] echo 19:07:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:07:23 provisioning config files... 19:07:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6045038970541506853tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:07:24 ---> docker-login.sh 19:07:24 nexus3.edgexfoundry.org:10001 19:07:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:24 Configure a credential helper to remove this warning. See 19:07:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:24 19:07:24 Login Succeeded 19:07:24 nexus3.edgexfoundry.org:10002 19:07:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:24 Configure a credential helper to remove this warning. See 19:07:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:24 19:07:24 Login Succeeded 19:07:24 nexus3.edgexfoundry.org:10003 19:07:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:24 Configure a credential helper to remove this warning. See 19:07:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:24 19:07:24 Login Succeeded 19:07:24 nexus3.edgexfoundry.org:10004 19:07:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:25 Configure a credential helper to remove this warning. See 19:07:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:25 19:07:25 Login Succeeded 19:07:25 docker.io 19:07:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:25 Configure a credential helper to remove this warning. See 19:07:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:25 19:07:25 Login Succeeded 19:07:25 ---> docker-login.sh ends [Pipeline] } 19:07:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:07:25 + 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:07:25 + cut -d/ -f2 19:07:25 + dirname cmd/core-command/Dockerfile 19:07:25 + echo core-command,cmd/core-command/Dockerfile 19:07:25 + dirname cmd/core-data/Dockerfile 19:07:25 + cut -d/ -f2 19:07:25 + echo core-data,cmd/core-data/Dockerfile 19:07:25 + dirname cmd/core-metadata/Dockerfile 19:07:25 + cut -d/ -f2 19:07:25 + echo core-metadata,cmd/core-metadata/Dockerfile 19:07:25 + dirname cmd/security-bootstrapper/Dockerfile 19:07:25 + cut -d/ -f2 19:07:25 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:07:25 + + cut -d/ -f2 19:07:25 dirname cmd/security-proxy-setup/Dockerfile 19:07:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:07:25 + dirname cmd/security-secretstore-setup/Dockerfile 19:07:25 + cut -d/ -f2 19:07:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:07:25 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:07:25 + cut -d/ -f2 19:07:25 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:07:25 + dirname cmd/security-spire-agent/Dockerfile 19:07:25 + cut -d/ -f2 19:07:25 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:07:25 + dirname cmd/security-spire-config/Dockerfile 19:07:25 + cut -d/ -f2 19:07:25 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:07:25 + + dirnamecut cmd/security-spire-server/Dockerfile -d/ 19:07:25 -f2 19:07:25 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:07:25 + dirname cmd/support-notifications/Dockerfile 19:07:25 + cut -d/ -f2 19:07:25 + echo support-notifications,cmd/support-notifications/Dockerfile 19:07:25 + dirname cmd/support-scheduler/Dockerfile 19:07:25 + cut -d/ -f2 19:07:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:07:25 + cut -d/ -f2 19:07:25 + dirname cmd/sys-mgmt-agent/Dockerfile 19:07:25 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:07:25 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:07:26 + git rev-list -1 --merges 057950bd39e91f49afd3a6cd394a632e195629da~1..057950bd39e91f49afd3a6cd394a632e195629da [Pipeline] echo 19:07:26 -----------> git rev-list -1 --merges 057950bd39e91f49afd3a6cd394a632e195629da~1..057950bd39e91f49afd3a6cd394a632e195629da 057950bd39e91f49afd3a6cd394a632e195629da [false] [Pipeline] sh 19:07:26 + git log --format=format:%s -1 057950bd39e91f49afd3a6cd394a632e195629da [Pipeline] echo 19:07:26 ========================================================= 19:07:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:07:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:07:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:07:27 + grep -v github /etc/ssh/ssh_known_hosts 19:07:27 + [ -e /tmp/ssh_known_hosts ] 19:07:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:07:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:07:27 + sudo tee -a /etc/ssh/ssh_known_hosts 19:07:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:07:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:07:27 19:07:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:07:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:07:27 0.1.4: Pulling from edgex-devops/py-git-semver 19:07:27 b85a868b505f: Pulling fs layer 19:07:27 e2be974225ed: Pulling fs layer 19:07:27 339a4e72a1f5: Pulling fs layer 19:07:27 988bab9f4d93: Pulling fs layer 19:07:27 1469e6f7b9e6: Pulling fs layer 19:07:27 eaf3925da568: Pulling fs layer 19:07:27 bab4dde63d76: Pulling fs layer 19:07:27 bde34c3a00c8: Pulling fs layer 19:07:27 b352a97aabf1: Pulling fs layer 19:07:27 4872d77fe225: Pulling fs layer 19:07:27 5851b861e8e6: Pulling fs layer 19:07:27 b352a97aabf1: Waiting 19:07:27 bab4dde63d76: Waiting 19:07:27 bde34c3a00c8: Waiting 19:07:27 4872d77fe225: Waiting 19:07:27 5851b861e8e6: Waiting 19:07:27 988bab9f4d93: Waiting 19:07:27 eaf3925da568: Waiting 19:07:27 e2be974225ed: Verifying Checksum 19:07:27 e2be974225ed: Download complete 19:07:27 988bab9f4d93: Verifying Checksum 19:07:27 988bab9f4d93: Download complete 19:07:28 1469e6f7b9e6: Verifying Checksum 19:07:28 1469e6f7b9e6: Download complete 19:07:28 339a4e72a1f5: Verifying Checksum 19:07:28 339a4e72a1f5: Download complete 19:07:28 eaf3925da568: Verifying Checksum 19:07:28 eaf3925da568: Download complete 19:07:28 bde34c3a00c8: Verifying Checksum 19:07:28 bde34c3a00c8: Download complete 19:07:28 b352a97aabf1: Verifying Checksum 19:07:28 4872d77fe225: Download complete 19:07:28 5851b861e8e6: Verifying Checksum 19:07:28 5851b861e8e6: Download complete 19:07:28 b85a868b505f: Verifying Checksum 19:07:28 bab4dde63d76: Verifying Checksum 19:07:28 bab4dde63d76: Download complete 19:07:29 b85a868b505f: Pull complete 19:07:29 e2be974225ed: Pull complete 19:07:29 339a4e72a1f5: Pull complete 19:07:30 988bab9f4d93: Pull complete 19:07:30 1469e6f7b9e6: Pull complete 19:07:30 eaf3925da568: Pull complete 19:07:32 bab4dde63d76: Pull complete 19:07:32 bde34c3a00c8: Pull complete 19:07:32 b352a97aabf1: Pull complete 19:07:32 4872d77fe225: Pull complete 19:07:32 5851b861e8e6: Pull complete 19:07:32 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:07:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:07:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:07:32 prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container 19:07:32 $ 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:07:35 $ docker top 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b -eo pid,comm 19:07:35 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:07:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:07:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:35 [ssh-agent] Looking for ssh-agent implementation... 19:07:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:35 $ docker exec 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b ssh-agent 19:07:36 SSH_AUTH_SOCK=/tmp/ssh-7KKhIB6rknuE/agent.32 19:07:36 SSH_AGENT_PID=38 19:07:36 Running ssh-add (command line suppressed) 19:07:36 Identity added: /w/workspace/edgex-go/1@tmp/private_key_13840565765197043360.key (/w/workspace/edgex-go/1@tmp/private_key_13840565765197043360.key) 19:07:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:36 + git tag --points-at HEAD [Pipeline] } 19:07:36 $ docker exec --env ******** --env ******** 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b ssh-agent -k 19:07:36 unset SSH_AUTH_SOCK; 19:07:36 unset SSH_AGENT_PID; 19:07:36 echo Agent pid 38 killed; 19:07:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:07:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:36 [ssh-agent] Looking for ssh-agent implementation... 19:07:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:36 $ docker exec 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b ssh-agent 19:07:36 SSH_AUTH_SOCK=/tmp/ssh-Ma7CWGJDUaQk/agent.70 19:07:36 SSH_AGENT_PID=76 19:07:36 Running ssh-add (command line suppressed) 19:07:37 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2115140999640463586.key (/w/workspace/edgex-go/1@tmp/private_key_2115140999640463586.key) 19:07:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:37 + git semver init 19:07:37 2022-10-19 19:07:37,525 [run_init] DEBUG init version:0.0.0 force:False 19:07:37 2022-10-19 19:07:37,526 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:07:37 2022-10-19 19:07:37,526 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:07:37 2022-10-19 19:07:37,527 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:07:44 2022-10-19 19:07:42,997 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:07:44 2022-10-19 19:07:42,997 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4206 with force:False 19:07:44 2022-10-19 19:07:42,997 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4206 19:07:44 2022-10-19 19:07:43,000 [execute] INFO git cat-file --batch-check 19:07:44 2022-10-19 19:07:43,001 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:07:44 2022-10-19 19:07:43,006 [execute] INFO git cat-file --batch 19:07:44 2022-10-19 19:07:43,006 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:07:44 2022-10-19 19:07:43,011 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4206 19:07:44 0.0.0 [Pipeline] } 19:07:44 $ docker exec --env ******** --env ******** 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b ssh-agent -k 19:07:44 unset SSH_AUTH_SOCK; 19:07:44 unset SSH_AGENT_PID; 19:07:44 echo Agent pid 76 killed; 19:07:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:07:44 + git semver [Pipeline] } 19:07:45 $ docker stop --time=1 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b 19:07:46 $ docker rm -f 8bad216b0ceb13c96ca6d6b6c44e74e38d727bece0b45c8ef9d62a19650efc1b [Pipeline] // withDockerContainer [Pipeline] sh 19:07:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:07:46 Stashed 1 file(s) [Pipeline] echo 19:07:46 [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:07:47 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:07:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:07:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:07:47 ========================================================= 19:07:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:07:47 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:07:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:07:48 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:07:48 213ec9aee27d: Pulling fs layer 19:07:48 4583459ba037: Pulling fs layer 19:07:48 93c1e223e6f2: Pulling fs layer 19:07:48 53926ce57604: Pulling fs layer 19:07:48 21b2b0c7a3f4: Pulling fs layer 19:07:48 30f14e443154: Pulling fs layer 19:07:48 801331c1e519: Pulling fs layer 19:07:48 99cc6dd402b0: Pulling fs layer 19:07:48 7d9ed39f4882: Pulling fs layer 19:07:48 53926ce57604: Waiting 19:07:48 21b2b0c7a3f4: Waiting 19:07:48 30f14e443154: Waiting 19:07:48 801331c1e519: Waiting 19:07:48 99cc6dd402b0: Waiting 19:07:48 7d9ed39f4882: Waiting 19:07:48 93c1e223e6f2: Verifying Checksum 19:07:48 93c1e223e6f2: Download complete 19:07:48 4583459ba037: Download complete 19:07:48 21b2b0c7a3f4: Verifying Checksum 19:07:48 21b2b0c7a3f4: Download complete 19:07:48 30f14e443154: Verifying Checksum 19:07:48 30f14e443154: Download complete 19:07:48 213ec9aee27d: Download complete 19:07:48 801331c1e519: Verifying Checksum 19:07:48 801331c1e519: Download complete 19:07:48 213ec9aee27d: Pull complete 19:07:48 4583459ba037: Pull complete 19:07:48 93c1e223e6f2: Pull complete 19:07:48 7d9ed39f4882: Verifying Checksum 19:07:48 53926ce57604: Verifying Checksum 19:07:48 53926ce57604: Download complete 19:07:49 99cc6dd402b0: Verifying Checksum 19:07:49 99cc6dd402b0: Download complete 19:07:52 53926ce57604: Pull complete 19:07:52 21b2b0c7a3f4: Pull complete 19:07:52 30f14e443154: Pull complete 19:07:52 801331c1e519: Pull complete 19:07:54 99cc6dd402b0: Pull complete 19:07:55 7d9ed39f4882: Pull complete 19:07:55 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 19:07:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:07:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:07:55 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:07:55 WORKDIR /edgex 19:07:55 COPY go.mod . 19:07:55 RUN go mod download 19:07:55 + docker build -t ci-base-image-x86_64 -f - . 19:07:56 Sending build context to Docker daemon 169.7MB 19:07:56 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:07:56 ---> 1dedd983c030 19:07:56 Step 2/4 : WORKDIR /edgex 19:08:02 Still waiting to schedule task 19:08:02 ‘prd-ubuntu20.04-docker-arm64-4c-16g-8599’ is offline 19:08:03 ---> Running in 18ed169dba59 19:08:03 Removing intermediate container 18ed169dba59 19:08:03 ---> 3b1c5ab9f52c 19:08:03 Step 3/4 : COPY go.mod . 19:08:03 ---> ac47a58a4f9c 19:08:03 Step 4/4 : RUN go mod download 19:08:03 ---> Running in 58a28421b5a9 19:08:18 Removing intermediate container 58a28421b5a9 19:08:18 ---> 19198b775783 19:08:18 Successfully built 19198b775783 19:08:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:18 + docker inspect -f . ci-base-image-x86_64 19:08:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:08:18 prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container 19:08:18 $ 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:08:19 $ docker top 37d0a547ee96094a04b47f11fa748100527a70a3ea055c25d2e0031ac4cc848c -eo pid,comm [Pipeline] { [Pipeline] sh 19:08:19 + go version 19:08:19 go version go1.18.7 linux/amd64 [Pipeline] } 19:08:19 $ docker stop --time=1 37d0a547ee96094a04b47f11fa748100527a70a3ea055c25d2e0031ac4cc848c 19:08:20 $ docker rm -f 37d0a547ee96094a04b47f11fa748100527a70a3ea055c25d2e0031ac4cc848c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:21 + docker inspect -f . ci-base-image-x86_64 19:08:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:08:21 prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container 19:08:21 $ 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:08:22 $ docker top a37a2efc915b5b89c97b21d07ad582ed16712c6d4a728c0660a4e224dc866d45 -eo pid,comm [Pipeline] { [Pipeline] echo 19:08:22 ========================================================= 19:08:22 [edgeXBuildGoParallel] Running Tests and Build... 19:08:22 ========================================================= [Pipeline] sh 19:08:22 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:08:22 + make test 19:08:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:08:29 ? github.com/edgexfoundry/edgex-go [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:08:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.083s coverage: 28.7% of statements 19:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.100s coverage: 98.5% of statements 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.133s coverage: 41.3% of statements 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.112s coverage: 54.2% of statements 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.415s coverage: 89.2% of statements 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.091s coverage: 2.2% of statements 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.502s coverage: 95.6% of statements 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/io 0.088s coverage: 72.2% of statements 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.073s coverage: 60.0% of statements 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.081s coverage: 0.9% of statements 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.094s coverage: 58.8% of statements 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.090s coverage: 29.6% of statements 19:08:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 47.1% of statements 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements 19:08:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 19:08:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements 19:08:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 19:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.234s coverage: 80.5% of statements 19:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.069s coverage: 86.9% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 58.8% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.0% of statements 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.086s coverage: 85.4% of statements 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.2% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 64.7% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.368s coverage: 65.8% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.190s coverage: 41.8% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.173s coverage: 92.3% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.118s coverage: 97.7% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.059s coverage: 28.9% of statements 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:09:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 19:09:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 19:09:08 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:09:30 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:09:30 GO111MODULE=on go vet ./... 19:09:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:09:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:09:34 ./bin/test-attribution-txt.sh [Pipeline] echo 19:09:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:09:34 + ls -al . 19:09:34 total 760 19:09:34 drwxrwxr-x 11 1001 1001 4096 Oct 19 19:08 . 19:09:34 drwxr-xr-x 4 root root 4096 Oct 19 19:08 .. 19:09:34 drwxrwxr-x 2 1001 1001 4096 Oct 19 19:07 .blubracket 19:09:34 -rw-rw-r-- 1 1001 1001 16 Oct 19 19:07 .dockerignore 19:09:34 drwxrwxr-x 8 1001 1001 4096 Oct 19 19:09 .git 19:09:34 drwxrwxr-x 3 1001 1001 4096 Oct 19 19:07 .github 19:09:34 -rw-rw-r-- 1 1001 1001 1030 Oct 19 19:07 .gitignore 19:09:34 -rw-rw-r-- 1 1001 1001 42 Oct 19 19:07 .golangci.yml 19:09:34 -rw-rw-r-- 1 1001 1001 87 Oct 19 19:07 .hadolint.yml 19:09:34 drwxr-xr-x 3 1001 1001 4096 Oct 19 19:07 .semver 19:09:34 -rw-rw-r-- 1 1001 1001 166 Oct 19 19:07 .sonarcloud.properties 19:09:34 -rw-rw-r-- 1 1001 1001 1171 Oct 19 19:07 ADOPTERS.md 19:09:34 -rw-rw-r-- 1 1001 1001 10722 Oct 19 19:07 Attribution.txt 19:09:34 -rw-rw-r-- 1 1001 1001 63209 Oct 19 19:07 CHANGELOG.md 19:09:34 -rw-rw-r-- 1 1001 1001 3804 Oct 19 19:07 CONTRIBUTING.md 19:09:34 -rw-rw-r-- 1 1001 1001 677 Oct 19 19:07 GOVERNANCE.md 19:09:34 -rw-rw-r-- 1 1001 1001 850 Oct 19 19:07 Jenkinsfile 19:09:34 -rw-rw-r-- 1 1001 1001 10775 Oct 19 19:07 LICENSE 19:09:34 -rw-rw-r-- 1 1001 1001 13857 Oct 19 19:07 Makefile 19:09:34 -rw-rw-r-- 1 1001 1001 582 Oct 19 19:07 OWNERS.md 19:09:34 -rw-rw-r-- 1 1001 1001 9799 Oct 19 19:07 README.md 19:09:34 -rw-rw-r-- 1 1001 1001 6912 Oct 19 19:07 SECURITY.md 19:09:34 -rw-rw-r-- 1 1001 1001 5 Oct 19 19:07 VERSION 19:09:34 -rw-rw-r-- 1 1001 1001 4131 Oct 19 19:07 ZMQWindows.md 19:09:34 drwxrwxr-x 2 1001 1001 4096 Oct 19 19:07 bin 19:09:34 drwxrwxr-x 18 1001 1001 4096 Oct 19 19:07 cmd 19:09:34 -rw-r--r-- 1 root root 503479 Oct 19 19:09 coverage.out 19:09:34 -rw-rw-r-- 1 1001 1001 3458 Oct 19 19:07 go.mod 19:09:34 -rw-rw-r-- 1 1001 1001 38041 Oct 19 19:07 go.sum 19:09:34 drwxrwxr-x 8 1001 1001 4096 Oct 19 19:07 internal 19:09:34 drwxrwxr-x 3 1001 1001 4096 Oct 19 19:07 openapi 19:09:34 drwxrwxr-x 4 1001 1001 4096 Oct 19 19:07 snap 19:09:34 -rw-rw-r-- 1 1001 1001 204 Oct 19 19:07 version.go [Pipeline] sh 19:09:34 + '[' -e coverage.out ] 19:09:34 + chown 1001:1001 coverage.out [Pipeline] stash 19:09:34 Stashed 1 file(s) [Pipeline] sh 19:09:35 + make build 19:09:35 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:09:50 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:10:00 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:10: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-notifications/support-notifications ./cmd/support-notifications 19:10:09 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:10:09 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:10:10 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:10:11 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:10:12 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:10:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:10:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:10:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:10:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8600 in /w/workspace/edgexfoundry_edgex-go_PR-4206 [Pipeline] { [Pipeline] ws 19:10:17 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:10:17 The recommended git tool is: git 19:10:17 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:10:18 $ docker stop --time=1 a37a2efc915b5b89c97b21d07ad582ed16712c6d4a728c0660a4e224dc866d45 19:10:22 using credential edgex-jenkins-ssh 19:10:22 Cloning the remote Git repository 19:10:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:10:22 > git init /w/workspace/edgex-go/1 # timeout=10 19:10:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:10:22 > git --version # timeout=10 19:10:22 > git --version # 'git version 2.25.1' 19:10:22 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:22 Verifying host key using known hosts file 19:10:23 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:10:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:10:23 $ docker rm -f a37a2efc915b5b89c97b21d07ad582ed16712c6d4a728c0660a4e224dc866d45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:10:24 19:10:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:10:25 latest: Pulling from edgex-devops/edgex-compose 19:10:25 cbdbe7a5bc2a: Pulling fs layer 19:10:25 ca9280d653b3: Pulling fs layer 19:10:25 7e9c9ca2126c: Pulling fs layer 19:10:25 cbdbe7a5bc2a: Verifying Checksum 19:10:25 cbdbe7a5bc2a: Download complete 19:10:25 ca9280d653b3: Verifying Checksum 19:10:25 ca9280d653b3: Download complete 19:10:25 cbdbe7a5bc2a: Pull complete 19:10:25 7e9c9ca2126c: Download complete 19:10:25 ca9280d653b3: Pull complete 19:10:29 7e9c9ca2126c: Pull complete 19:10:29 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:10:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:10:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:29 prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container 19:10:29 $ 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:10:33 $ docker top fb6afb30d9ff31395a6dfeeb19fd9e27590dcca260f32519e9a40e30f34729df -eo pid,comm [Pipeline] { [Pipeline] sh 19:10:33 + docker-compose build --help 19:10:33 + grep parallel 19:10:33 --parallel Build images in parallel. [Pipeline] } 19:10:34 $ docker stop --time=1 fb6afb30d9ff31395a6dfeeb19fd9e27590dcca260f32519e9a40e30f34729df 19:10:35 $ docker rm -f fb6afb30d9ff31395a6dfeeb19fd9e27590dcca260f32519e9a40e30f34729df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:10:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:36 prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container 19:10:36 $ 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:10:36 $ docker top 38cf7832546eaf02c59a39aab506403b38fb190723ef1c5ea3ce4167c04e73d9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:10:36 + docker-compose -f ./docker-compose-build.yml build --parallel 19:10:37 Building core-command ... 19:10:37 Building core-data ... 19:10:37 Building core-metadata ... 19:10:37 Building security-bootstrapper ... 19:10:37 Building security-proxy-setup ... 19:10:37 Building security-secretstore-setup ... 19:10:37 Building security-spiffe-token-provider ... 19:10:37 Building security-spire-agent ... 19:10:37 Building security-spire-config ... 19:10:37 Building security-spire-server ... 19:10:37 Building support-notifications ... 19:10:37 Building support-scheduler ... 19:10:37 Building sys-mgmt-agent ... 19:10:37 Building security-secretstore-setup 19:10:37 Building security-spire-agent 19:10:37 Building support-notifications 19:10:37 Building security-spire-server 19:10:37 Building security-bootstrapper 19:10:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:10:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:10:42 Merging remotes/origin/main commit cbeaad2d6cb7760bfd67df9a253a2618b7240350 into PR head commit 057950bd39e91f49afd3a6cd394a632e195629da 19:10:42 Merge succeeded, producing 057950bd39e91f49afd3a6cd394a632e195629da 19:10:42 Checking out Revision 057950bd39e91f49afd3a6cd394a632e195629da (PR-4206) 19:10:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:10:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:10:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:41 Verifying host key using known hosts file 19:10:41 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:10:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4206/head:refs/remotes/origin/PR-4206 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:10:42 > git config core.sparsecheckout # timeout=10 19:10:42 > git checkout -f 057950bd39e91f49afd3a6cd394a632e195629da # timeout=10 19:10:42 > git remote # timeout=10 19:10:42 > git config --get remote.origin.url # timeout=10 19:10:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:42 Verifying host key using known hosts file 19:10:42 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:10:42 > git merge cbeaad2d6cb7760bfd67df9a253a2618b7240350 # timeout=10 19:10:42 > git rev-parse HEAD^{commit} # timeout=10 19:10:42 > git config core.sparsecheckout # timeout=10 19:10:42 > git checkout -f 057950bd39e91f49afd3a6cd394a632e195629da # timeout=10 19:10:43 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" 19:10:43 > git --version # timeout=10 19:10:43 > git --version # 'git version 2.25.1' 19:10:43 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:10:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:10:44 % Total % Received % Xferd Average Speed Time Time Time Current 19:10:44 Dload Upload Total Spent Left Speed 19:10:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 205k 0 --:--:-- --:--:-- --:--:-- 208k [Pipeline] sh 19:10:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:10:45 + sudo tee /etc/docker/daemon.new 19:10:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:10:45 { 19:10:45 "registry-mirrors": [ 19:10:45 "https://nexus3.edgexfoundry.org:10001" 19:10:45 ], 19:10:45 "bip": "10.250.0.254/24", 19:10:45 "hosts": [ 19:10:45 "tcp://0.0.0.0:5555", 19:10:45 "unix:///var/run/docker.sock" 19:10:45 ], 19:10:45 "mtu": 1458, 19:10:45 "selinux-enabled": true, 19:10:45 "seccomp-profile": "/etc/docker/seccomp.json" 19:10:45 } [Pipeline] sh 19:10:46 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:10:46 + sudo service docker restart 19:10:52 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:52 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:10:52 ---> 19198b775783 19:10:52 Step 3/33 : WORKDIR /edgex-go 19:10:52 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:52 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:10:52 ---> 19198b775783 19:10:52 Step 3/25 : WORKDIR /edgex-go 19:10:52 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:10:52 ---> 19198b775783 19:10:52 Step 3/26 : WORKDIR /edgex-go 19:10:52 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:10:52 ---> 19198b775783 19:10:52 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:10:52 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:52 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:10:52 ---> 19198b775783 19:10:52 Step 3/25 : WORKDIR /edgex-go 19:11:04 ---> Running in 744b2b1e47d3 19:11:04 ---> Running in 1b21e074868f 19:11:04 ---> Running in 03632acc02ac 19:11:04 ---> Running in ea8af25d97a1 19:11:04 ---> Running in 5916b32b501c 19:11:04 Removing intermediate container ea8af25d97a1 19:11:04 ---> c3f6a4c96ecc 19:11:04 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:04 Removing intermediate container 03632acc02ac 19:11:04 ---> f8f7a9fbf863 19:11:04 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:04 Removing intermediate container 5916b32b501c 19:11:04 ---> 3a5055d28871 19:11:04 Step 4/23 : WORKDIR /edgex-go 19:11:04 Removing intermediate container 1b21e074868f 19:11:04 ---> f69c32328984 19:11:04 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:04 Removing intermediate container 744b2b1e47d3 19:11:04 ---> 4e59b2a53547 19:11:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:04 ---> Running in b025af53463b 19:11:04 ---> Running in 14e19837e6cc 19:11:04 ---> Running in 5354af705069 19:11:04 ---> Running in 25455fd0ce50 19:11:04 ---> Running in 63a32d624acf 19:11:04 Removing intermediate container 5354af705069 19:11:04 ---> 793ca4295898 19:11:04 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:04 ---> Running in 3ffb678e1aff 19:11:04 Removing intermediate container b025af53463b 19:11:04 ---> 7178e2ff6818 19:11:04 Step 5/33 : RUN apk add --update --no-cache make git 19:11:04 Removing intermediate container 14e19837e6cc 19:11:04 ---> f8055f0e2a09 19:11:04 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:11:04 ---> Running in f0946a9d0546 19:11:04 ---> Running in 55ae3d7eeb03 19:11:04 Removing intermediate container 3ffb678e1aff 19:11:04 ---> 941bc0af7544 19:11:04 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:11:04 ---> Running in c0380c9e1ad2 19:11:04 Removing intermediate container 25455fd0ce50 19:11:04 ---> 9c4d8badb462 19:11:04 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:11:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:04 ---> Running in c581ccaa29e3 19:11:04 Removing intermediate container 63a32d624acf 19:11:04 ---> a2d89d70f99e 19:11:04 Step 5/25 : RUN apk add --update --no-cache make git 19:11:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:04 ---> Running in b6a3b791adc1 19:11:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:11:04 provisioning config files... 19:11:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15414180044123332657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:11:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:05 ---> docker-login.sh 19:11:05 nexus3.edgexfoundry.org:10001 19:11:05 OK: 211 MiB in 51 packages 19:11:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:05 OK: 211 MiB in 51 packages 19:11:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:05 Removing intermediate container f0946a9d0546 19:11:05 ---> 0380f42c8929 19:11:05 Step 6/33 : COPY go.mod vendor* ./ 19:11:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:05 Configure a credential helper to remove this warning. See 19:11:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:05 19:11:05 Login Succeeded 19:11:05 nexus3.edgexfoundry.org:10002 19:11:06 Removing intermediate container 55ae3d7eeb03 19:11:06 ---> 31e4d4546393 19:11:06 Step 6/25 : COPY go.mod vendor* ./ 19:11:06 ---> 2b4992ff5bd2 19:11:06 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:06 ---> Running in 5a2198514443 19:11:06 OK: 211 MiB in 51 packages 19:11:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:06 ---> b624d5a4b307 19:11:06 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:06 ---> Running in 0b3170ed2c7e 19:11:06 OK: 211 MiB in 51 packages 19:11:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:06 Configure a credential helper to remove this warning. See 19:11:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:06 19:11:06 Login Succeeded 19:11:06 nexus3.edgexfoundry.org:10003 19:11:06 OK: 211 MiB in 51 packages 19:11:06 Removing intermediate container c0380c9e1ad2 19:11:06 ---> f7099685b7e5 19:11:06 Step 7/23 : COPY go.mod vendor* ./ 19:11:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:06 Configure a credential helper to remove this warning. See 19:11:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:06 19:11:06 Login Succeeded 19:11:06 nexus3.edgexfoundry.org:10004 19:11:06 Removing intermediate container b6a3b791adc1 19:11:06 ---> 5b7b15bc3588 19:11:06 Step 6/25 : COPY go.mod vendor* ./ 19:11:06 ---> 6a441b4bad9b 19:11:06 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:06 ---> Running in 2c343c63c24d 19:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:07 Configure a credential helper to remove this warning. See 19:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:07 19:11:07 Login Succeeded 19:11:07 docker.io 19:11:07 ---> e8e7ece72c80 19:11:07 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:07 ---> Running in cd1e23497f53 19:11:07 Removing intermediate container c581ccaa29e3 19:11:07 ---> 7e1707ab1703 19:11:07 Step 6/26 : COPY go.mod vendor* ./ 19:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:07 Configure a credential helper to remove this warning. See 19:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:07 19:11:07 Login Succeeded 19:11:07 ---> docker-login.sh ends [Pipeline] } 19:11:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:11:08 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:11:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:11:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:11:08 ========================================================= 19:11:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:11:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:11:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:11:09 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:11:09 9b18e9b68314: Pulling fs layer 19:11:09 d32db5db7311: Pulling fs layer 19:11:09 d0c4b47475fc: Pulling fs layer 19:11:09 5831b945b038: Pulling fs layer 19:11:09 86bbec2aaacd: Pulling fs layer 19:11:09 e10730c5d714: Pulling fs layer 19:11:09 5dd5c2283517: Pulling fs layer 19:11:09 d5ac0230b979: Pulling fs layer 19:11:09 86bbec2aaacd: Waiting 19:11:09 e10730c5d714: Waiting 19:11:09 5dd5c2283517: Waiting 19:11:09 d5ac0230b979: Waiting 19:11:09 5831b945b038: Waiting 19:11:09 d0c4b47475fc: Verifying Checksum 19:11:09 d0c4b47475fc: Download complete 19:11:09 d32db5db7311: Verifying Checksum 19:11:09 d32db5db7311: Download complete 19:11:09 86bbec2aaacd: Verifying Checksum 19:11:09 86bbec2aaacd: Download complete 19:11:09 e10730c5d714: Verifying Checksum 19:11:09 e10730c5d714: Download complete 19:11:09 9b18e9b68314: Verifying Checksum 19:11:09 9b18e9b68314: Download complete 19:11:10 9b18e9b68314: Pull complete 19:11:10 d5ac0230b979: Verifying Checksum 19:11:10 d5ac0230b979: Download complete 19:11:10 d32db5db7311: Pull complete 19:11:11 d0c4b47475fc: Pull complete 19:11:11 5dd5c2283517: Verifying Checksum 19:11:11 5dd5c2283517: Download complete 19:11:12 5831b945b038: Verifying Checksum 19:11:12 5831b945b038: Download complete 19:11:13 ---> 9961957195b6 19:11:13 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:25 5831b945b038: Pull complete 19:11:25 86bbec2aaacd: Pull complete 19:11:25 e10730c5d714: Pull complete 19:11:26 ---> Running in a74d272e6092 19:11:29 5dd5c2283517: Pull complete 19:11:31 d5ac0230b979: Pull complete 19:11:31 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 19:11:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:11:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:11:32 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:11:32 WORKDIR /edgex 19:11:32 COPY go.mod . 19:11:32 RUN go mod download -t 19:11:32 ci-base-image-arm64 -f - . 19:11:32 Sending build context to Docker daemon 3.27MB 19:11:32 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:11:32 ---> 59b3b1a385d4 19:11:32 Step 2/4 : WORKDIR /edgex 19:11:34 ---> Running in 2c54c7e72587 19:11:35 Removing intermediate container 2c54c7e72587 19:11:35 ---> 6589846e549c 19:11:35 Step 3/4 : COPY go.mod . 19:11:35 ---> 5fd67103eeb3 19:11:35 Step 4/4 : RUN go mod download 19:11:35 ---> Running in 9ad8e2434095 19:11:40 Removing intermediate container cd1e23497f53 19:11:40 ---> 7ec40d71f900 19:11:40 Step 8/25 : COPY . . 19:11:40 Removing intermediate container 0b3170ed2c7e 19:11:40 ---> 80f4bb18e37c 19:11:40 Step 8/25 : COPY . . 19:11:40 Removing intermediate container 2c343c63c24d 19:11:40 ---> 8950f8b4a536 19:11:40 Step 9/23 : COPY . . 19:11:40 Removing intermediate container 5a2198514443 19:11:40 ---> b6b5af972953 19:11:40 Step 8/33 : COPY . . 19:12:02 ---> 579ab2fc2c97 19:12:02 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:12:02 ---> bfebb9581bdf 19:12:02 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:12:02 ---> e901c4dcca4b 19:12:02 ---> 6dc7e986ec77 19:12:02 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/25 : ARG SPIRE_RELEASE=1.2.1 19:12:02 19:12:02 ---> Running in 7e4c21f4f717 19:12:02 ---> Running in be9becfbd829 19:12:02 ---> Running in 2591bf7d78bd 19:12:02 ---> Running in 7d125e635bfe 19:12:02 Removing intermediate container 2591bf7d78bd 19:12:02 ---> a05420503b52 19:12:02 Step 10/25 : WORKDIR /edgex-go/spire-build 19:12:02 ---> Running in 163a98aa4f67 19:12:02 Removing intermediate container a74d272e6092 19:12:02 ---> 1210edad9474 19:12:02 Step 8/26 : COPY . . 19:12:02 Removing intermediate container 163a98aa4f67 19:12:02 ---> f4844bc39361 19:12:02 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:12:02 ---> Running in 3b28e0b13eb5 19:12: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/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:12: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/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:12:02 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:07 Removing intermediate container 9ad8e2434095 19:12:07 ---> fd2756c72711 19:12:07 Successfully built fd2756c72711 19:12:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:08 + docker inspect -f . ci-base-image-arm64 19:12:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:08 prd-ubuntu20.04-docker-arm64-4c-16g-8600 does not seem to be running inside a container 19:12:08 $ 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:12:09 $ docker top 6b2351a3d657e2e2935403d5571c942822e0ebcd49f4b7aa771b1a158609ee34 -eo pid,comm [Pipeline] { [Pipeline] sh 19:12:10 + go version 19:12:10 go version go1.18.7 linux/arm64 [Pipeline] } 19:12:10 $ docker stop --time=1 6b2351a3d657e2e2935403d5571c942822e0ebcd49f4b7aa771b1a158609ee34 19:12:11 ---> 58501df0a013 19:12:11 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:12:11 Removing intermediate container 3b28e0b13eb5 19:12:11 ---> e4cb51c1f77e 19:12:11 Step 12/25 : WORKDIR /edgex-go 19:12:11 ---> Running in c1ddf0c39a2c 19:12:11 ---> Running in 5af966bd84fa 19:12:12 Removing intermediate container c1ddf0c39a2c 19:12:12 ---> 2d21b612a606 19:12:12 Step 10/26 : WORKDIR /edgex-go/spire-build 19:12:12 ---> Running in 0385765e0d23 19:12:12 Removing intermediate container 5af966bd84fa 19:12:12 ---> e87658f3a674 19:12:12 19:12:12 Step 13/25 : FROM alpine:3.15 19:12:12 $ docker rm -f 6b2351a3d657e2e2935403d5571c942822e0ebcd49f4b7aa771b1a158609ee34 19:12:12 3.15: Pulling from library/alpine 19:12:12 Removing intermediate container 0385765e0d23 19:12:12 ---> aecf2abb8c6a 19:12:12 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:12:12 ---> Running in a313acd5996b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:13 + docker inspect -f . ci-base-image-arm64 19:12:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:13 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:12:13 Status: Downloaded newer image for alpine:3.15 19:12:13 ---> c4fc93816858 19:12:13 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:13 prd-ubuntu20.04-docker-arm64-4c-16g-8600 does not seem to be running inside a container 19:12:13 $ 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:12:14 ---> Running in 78960ab30004 19:12:14 Removing intermediate container 78960ab30004 19:12:14 ---> 81b91bcba269 19:12:14 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:14 ---> Running in 7bc2e482d5e3 19:12:14 $ docker top d17d06801aeb154b67cc8aef7a2f10262040e6504aa5ab59a7d78661483c9a4d -eo pid,comm 19:12:14 Removing intermediate container a313acd5996b 19:12:14 ---> db185667abcc 19:12:14 Step 12/26 : WORKDIR /edgex-go [Pipeline] { [Pipeline] echo 19:12:15 ========================================================= 19:12:15 [edgeXBuildGoParallel] Running Tests and Build... 19:12:15 ========================================================= [Pipeline] sh 19:12:15 ---> Running in af399702695b 19:12:15 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:12:16 + make test 19:12:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:12:17 Removing intermediate container af399702695b 19:12:17 ---> 428103d6df6c 19:12:17 19:12:17 Step 13/26 : FROM alpine:3.15 19:12:17 ---> c4fc93816858 19:12:17 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:17 ---> Using cache 19:12:17 ---> 81b91bcba269 19:12:17 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:18 ---> Running in 335ed55c4c46 19:12:19 Removing intermediate container 7bc2e482d5e3 19:12:19 ---> e738f81898e3 19:12:19 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:12:20 ---> Running in 59b9865a977b 19:12:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:21 Removing intermediate container 335ed55c4c46 19:12:21 ---> 60f2cdc4511b 19:12:21 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:12:21 ---> Running in d9f13472d6d8 19:12:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:22 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:12:22 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:12:22 OK: 15857 distinct packages available 19:12:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:23 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:12:23 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:12:23 OK: 15857 distinct packages available 19:12:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:24 (1/5) Installing dumb-init (1.2.5-r1) 19:12:24 (2/5) Installing musl-obstack (1.2.3-r0) 19:12:24 (3/5) Installing libucontext (1.1-r0) 19:12:24 (4/5) Installing gcompat (1.0.0-r4) 19:12:24 (5/5) Installing openssl (1.1.1q-r0) 19:12:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:24 Executing busybox-1.34.1-r7.trigger 19:12:24 OK: 7 MiB in 19 packages 19:12:24 (1/5) Installing dumb-init (1.2.5-r1) 19:12:24 (2/5) Installing musl-obstack (1.2.3-r0) 19:12:24 (3/5) Installing libucontext (1.1-r0) 19:12:25 (4/5) Installing gcompat (1.0.0-r4) 19:12:25 (5/5) Installing openssl (1.1.1q-r0) 19:12:25 Executing busybox-1.34.1-r7.trigger 19:12:25 OK: 7 MiB in 19 packages 19:12:27 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:29 Removing intermediate container 59b9865a977b 19:12:29 ---> e5dfe0b68634 19:12:29 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:12:29 Removing intermediate container d9f13472d6d8 19:12:29 ---> b81f22c18a60 19:12:29 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:12:36 ---> 3a25bdf8d13b 19:12:36 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:12:36 ---> 7bf138bf80f8 19:12:36 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:12:36 Removing intermediate container 7d125e635bfe 19:12:36 ---> a9da33b0baab 19:12:36 19:12:36 Step 10/33 : FROM alpine:3.16 19:12:36 Removing intermediate container 7e4c21f4f717 19:12:36 ---> fa761ce988a8 19:12:36 19:12:36 Step 10/25 : FROM alpine:3.16 19:12:36 3.16: Pulling from library/alpine 19:12:36 3.16: Pulling from library/alpine 19:12:38 ---> 0c0caa487a2b 19:12:38 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:12:38 ---> 2dfcaa52e245 19:12:38 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:12:38 Removing intermediate container be9becfbd829 19:12:38 ---> bb1cb29d70ca 19:12:38 19:12:38 Step 11/23 : FROM alpine:3.16 19:12:38 ---> dc3082d5beee 19:12:38 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:12:38 ---> d7197cb7a93c 19:12:38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:12:38 ---> 962cbff09124 19:12:38 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:12:38 ---> 37cad57639e8 19:12:38 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:12:38 ---> Running in f32d1970382c 19:12:38 Removing intermediate container f32d1970382c 19:12:38 ---> 4341e7e3d1a6 19:12:38 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:12:38 ---> 19ce7b97337e 19:12:38 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:12:38 ---> Running in 891675a0a2be 19:12:38 ---> Running in 87267e2a4609 19:12:38 Removing intermediate container 891675a0a2be 19:12:38 ---> 86086a4563fd 19:12:38 Step 23/25 : LABEL arch=x86_64 19:12:38 Removing intermediate container 87267e2a4609 19:12:38 ---> 5301a0d4845b 19:12:38 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:12:38 ---> Running in 441b961cdfbd 19:12:38 ---> Running in 81fa1b520f03 19:12:38 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:12:38 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:12:38 Status: Downloaded newer image for alpine:3.16 19:12:38 Status: Image is up to date for alpine:3.16 19:12:38 ---> 9c6f07244728 19:12:38 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:38 ---> 9c6f07244728 19:12:38 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:12:38 3.16: Pulling from library/alpine 19:12:38 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:12:38 Status: Image is up to date for alpine:3.16 19:12:38 ---> 9c6f07244728 19:12:38 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:12:38 ---> Running in 1f4c4e9d486e 19:12:38 ---> Running in 9063f3e50a60 19:12:38 ---> Running in 195f7ae3eb1a 19:12:38 Removing intermediate container 81fa1b520f03 19:12:38 ---> 34522042e152 19:12:38 Step 24/26 : LABEL arch=x86_64 19:12:39 Removing intermediate container 441b961cdfbd 19:12:39 ---> b2eeaa4cc5b8 19:12:39 Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:12:39 ---> Running in 9de72177babf 19:12:39 ---> Running in 0f0ec6a3e540 19:12:39 Removing intermediate container 9063f3e50a60 19:12:39 ---> 73c5b3444579 19:12:39 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:12:39 ---> Running in d7fdd30aeee2 19:12:39 Removing intermediate container 9de72177babf 19:12:39 ---> 976129f174f1 19:12:39 Step 25/26 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:12:39 Removing intermediate container 0f0ec6a3e540 19:12:39 ---> 5c777e6c3b8f 19:12:39 Step 25/25 : LABEL version=0.0.0 19:12:39 ---> Running in 5537f98d9a26 19:12:39 ---> Running in 9aec1953f15d 19:12:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:39 Removing intermediate container 5537f98d9a26 19:12:39 ---> ee3274dae097 19:12:39 Step 26/26 : LABEL version=0.0.0 19:12:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:39 ---> Running in f7605a031c91 19:12:39 Removing intermediate container 9aec1953f15d 19:12:39 ---> 4aa3ed6294e0 19:12:39 19:12:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:39 Successfully built 4aa3ed6294e0 19:12:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:39 Successfully tagged security-spire-server:latest 19:12:39 Building sys-mgmt-agent 19:12:39  Building security-spire-server ... done Removing intermediate container f7605a031c91 19:12:39 ---> 42f45844ef35 19:12:39 19:12:39 Successfully built 42f45844ef35 19:12:39 Successfully tagged security-spire-agent:latest 19:12:39  Building security-spire-agent ... done Building core-command 19:12:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:39 (1/2) Installing ca-certificates (20220614-r0) 19:12:39 (1/3) Installing ca-certificates (20220614-r0) 19:12:39 (2/2) Installing dumb-init (1.2.5-r1) 19:12:39 Executing busybox-1.35.0-r17.trigger 19:12:39 (2/3) Installing dumb-init (1.2.5-r1) 19:12:39 Executing ca-certificates-20220614-r0.trigger 19:12:39 (3/3) Installing su-exec (0.2-r1) 19:12:39 Executing busybox-1.35.0-r17.trigger 19:12:39 Executing ca-certificates-20220614-r0.trigger 19:12:39 OK: 6 MiB in 16 packages 19:12:39 OK: 6 MiB in 17 packages 19:12:40 (1/2) Installing dumb-init (1.2.5-r1) 19:12:40 (2/2) Installing su-exec (0.2-r1) 19:12:40 Executing busybox-1.35.0-r17.trigger 19:12:40 OK: 6 MiB in 16 packages 19:12:43 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:43 ---> 19198b775783 19:12:43 Step 3/23 : WORKDIR /edgex-go 19:12:43 ---> Using cache 19:12:43 ---> f69c32328984 19:12:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:43 ---> Using cache 19:12:43 ---> a2d89d70f99e 19:12:43 Step 5/23 : RUN apk add --update --no-cache make bash git 19:12:44 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:12:44 ---> 19198b775783 19:12:44 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:12:44 ---> Using cache 19:12:44 ---> 3a5055d28871 19:12:44 Step 4/24 : WORKDIR /edgex-go 19:12:44 ---> Using cache 19:12:44 ---> 793ca4295898 19:12:44 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:44 ---> Using cache 19:12:44 ---> 941bc0af7544 19:12:44 Step 6/24 : RUN apk add --update --no-cache make git 19:12:49 ---> Running in 99a163acfde8 19:12:49 ---> Running in 0eb29dd0f1e8 19:12:49 Removing intermediate container d7fdd30aeee2 19:12:49 ---> 860c161975ff 19:12:49 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:12:49 ---> Running in 71576fb8d635 19:12:49 Removing intermediate container 195f7ae3eb1a 19:12:49 ---> d0d484fd145d 19:12:49 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:12:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:49 Removing intermediate container 1f4c4e9d486e 19:12:49 ---> 6099e12ad050 19:12:49 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:12:49 ---> Running in 4c8bff9bc3ab 19:12:49 ---> Running in 29f218ad5043 19:12:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:49 Removing intermediate container 71576fb8d635 19:12:49 ---> 7e8df9461afa 19:12:49 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:12:49 ---> Running in a4eb1c6ada2f 19:12:49 Removing intermediate container 4c8bff9bc3ab 19:12:49 ---> 7ca22c91c2bf 19:12:49 Step 14/23 : ENV APP_PORT=59860 19:12:49 Removing intermediate container 29f218ad5043 19:12:49 ---> 5290b0ae7fab 19:12:49 Step 13/25 : WORKDIR / 19:12:49 ---> Running in b4794c9f8cf2 19:12:49 ---> Running in 56b28f31d03a 19:12:49 Removing intermediate container a4eb1c6ada2f 19:12:49 ---> 54044b4ef764 19:12:49 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:12:49 ---> Running in 2664bc68076a 19:12:49 Removing intermediate container b4794c9f8cf2 19:12:49 ---> e44ff7190951 19:12:49 Step 15/23 : EXPOSE $APP_PORT 19:12:49 ---> Running in 59e2991957ee 19:12:49 Removing intermediate container 56b28f31d03a 19:12:49 ---> 52ceaf973b3b 19:12:49 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:12:49 Removing intermediate container 2664bc68076a 19:12:49 ---> 1aef95add765 19:12:49 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:12:49 ---> Running in a9f6ea4e179d 19:12:49 Removing intermediate container 59e2991957ee 19:12:49 ---> 4578d23df17e 19:12:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:49 Removing intermediate container a9f6ea4e179d 19:12:49 ---> c20adf8cc2e3 19:12:49 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:12:49 ---> Running in 4e1a3fb0c1a7 19:12:49 ---> 96cd454aa182 19:12:49 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:12:50 ---> 3cf5e56a16e8 19:12:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:12:50 ---> b9e69aad54a2 19:12:50 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:12:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:50 ---> 71a179c7b1fe 19:12:50 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:12:50 OK: 211 MiB in 51 packages 19:12:50 ---> d45f63f9e4ef 19:12:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:12:50 ---> 6e91e6655953 19:12:50 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:12:50 Removing intermediate container 4e1a3fb0c1a7 19:12:50 ---> 817b37bc3982 19:12:50 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:12:51 ---> Running in 90c26d7915f9 19:12:51 ---> 8e1ba32e16e4 19:12:51 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:12:51 ---> Running in 7489d6894429 19:12:51 Removing intermediate container 90c26d7915f9 19:12:51 ---> 7a8fa4304d77 19:12:51 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:12:51 Removing intermediate container 7489d6894429 19:12:51 ---> 5b60c63d95b9 19:12:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:51 ---> 901acefde3f9 19:12:51 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:12:51 Removing intermediate container 99a163acfde8 19:12:51 ---> 769e700120f9 19:12:51 Step 7/24 : COPY go.mod vendor* ./ 19:12:51 ---> Running in ef19f603d321 19:12:51 ---> f656a7c3983c 19:12:51 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:12:51 Removing intermediate container ef19f603d321 19:12:51 ---> 43a8bb94d851 19:12:51 Step 21/23 : LABEL arch=x86_64 19:12:51 ---> cba2e48a8d6b 19:12:51 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:51 ---> Running in 3452fd35eb7a 19:12:51 ---> Running in f41e7d3673d0 19:12:51 ---> Running in 8b69f745bf18 19:12:51 ---> b2c6fc3e24eb 19:12:51 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:12:51 Removing intermediate container 3452fd35eb7a 19:12:51 ---> ef02e00444f9 19:12:51 Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:12:51 OK: 211 MiB in 51 packages 19:12:51 ---> Running in aea69308a316 19:12:51 ---> c92e8e6f1c0c 19:12:51 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:12:52 Removing intermediate container aea69308a316 19:12:52 ---> 304df2d6cac5 19:12:52 Step 23/23 : LABEL version=0.0.0 19:12:52 ---> Running in 041c7493f87c 19:12:52 ---> Running in aa4b21ba8682 19:12:52 Removing intermediate container aa4b21ba8682 19:12:52 ---> 8fea606e327b 19:12:52 19:12:52 Successfully built 8fea606e327b 19:12:52 Successfully tagged support-notifications:latest 19:12:52  Building support-notifications ... done Building security-proxy-setup 19:12:52 Removing intermediate container 0eb29dd0f1e8 19:12:52 ---> cdf084fd0683 19:12:52 Step 6/23 : COPY go.mod vendor* ./ 19:12:55 ---> 36e2fcfcf07a 19:12:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:55 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:55 ---> 19198b775783 19:12:55 Step 3/22 : WORKDIR /edgex-go 19:12:55 ---> Using cache 19:12:55 ---> f69c32328984 19:12:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:55 ---> Using cache 19:12:55 ---> a2d89d70f99e 19:12:55 Step 5/22 : RUN apk add --update --no-cache make git 19:12:55 ---> Using cache 19:12:55 ---> 5b7b15bc3588 19:12:55 Step 6/22 : COPY go.mod vendor* ./ 19:12:55 ---> Using cache 19:12:55 ---> e8e7ece72c80 19:12:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:55 ---> Using cache 19:12:55 ---> 7ec40d71f900 19:12:55 Step 8/22 : COPY . . 19:12:55 ---> Using cache 19:12:55 ---> bfebb9581bdf 19:12:55 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:12:55 ? github.com/edgexfoundry/edgex-go [no test files] 19:12:57 ---> Running in 0d6aaf75ab27 19:12:57 ---> Running in b64e21ebc8de 19:12:57 Removing intermediate container f41e7d3673d0 19:12:57 ---> fb3988553b8d 19:12:57 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:59 Removing intermediate container 041c7493f87c 19:12:59 ---> 48a1e2793d32 19:12:59 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:12:59 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:13:00 ---> f57d436b90d0 19:13:00 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:13:00 ---> Running in 32990cbe32a3 19:13:00 Removing intermediate container 32990cbe32a3 19:13:00 ---> f4d1d18ba95b 19:13:00 Step 23/25 : LABEL arch=x86_64 19:13:02 ---> Running in 20753ab68ddd 19:13:07 ---> d05a9dd8c523 19:13:07 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:13:07 Removing intermediate container 20753ab68ddd 19:13:07 ---> 8cecd3d9b228 19:13:07 Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:13:08 ---> Running in fde89f278219 19:13:08 ---> f572eab158ab 19:13:08 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:13:08 Removing intermediate container 8b69f745bf18 19:13:08 ---> 95469a7c7433 19:13:08 Step 9/24 : COPY . . 19:13:09 Removing intermediate container fde89f278219 19:13:09 ---> 2ad05e6b57de 19:13:09 Step 25/25 : LABEL version=0.0.0 19:13:14 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:13:17 ---> 1e37f313d125 19:13:17 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:13:17 ---> Running in 02ce1b99ab37 19:13:17 ---> 32b287f9ed4d 19:13:17 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:13:17 ---> Running in 110eaa4944db 19:13:17 Removing intermediate container 02ce1b99ab37 19:13:17 ---> 9878dbd266a6 19:13:17 19:13:17 ---> 5a5fee46f605 19:13:17 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:13:17 Successfully built 9878dbd266a6 19:13:17 Successfully tagged security-secretstore-setup:latest 19:13:17  Building security-secretstore-setup ... done Building security-spiffe-token-provider 19:13:17 Removing intermediate container 0d6aaf75ab27 19:13:17 ---> 8a1e6b20289c 19:13:17 Step 8/23 : COPY . . 19:13: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-command/core-command ./cmd/core-command 19:13:21 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:21 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:13:21 ---> 19198b775783 19:13:21 Step 3/20 : WORKDIR /edgex-go 19:13:21 ---> Using cache 19:13:21 ---> f69c32328984 19:13:21 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:13:28 ---> d4d741543d41 19:13:28 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:13:28 ---> Running in b8ad048b95ce 19:13:28 ---> c849cbd4f114 19:13:28 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:13:28 Removing intermediate container b64e21ebc8de 19:13:28 ---> ff50e863f531 19:13:28 19:13:28 Step 10/22 : FROM alpine:3.16 19:13:28 ---> 9c6f07244728 19:13:28 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:13:28 ---> b5fc2bd1ba37 19:13:28 Step 28/33 : RUN chmod +x /entrypoint.sh 19:13:28 ---> Running in 2c88a6c7f3a5 19:13:28 ---> Running in 857e72b82e50 19:13:28 ---> Running in efdc0e3b3f06 19:13:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:29 v3.16.2-312-gb93bd0b546 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:13:29 v3.16.2-311-gdacaca291d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:13:29 OK: 17038 distinct packages available 19:13:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:13:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:29 OK: 211 MiB in 51 packages 19:13:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:30 (1/6) Installing ca-certificates (20220614-r0) 19:13:30 (2/6) Installing brotli-libs (1.0.9-r6) 19:13:30 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:13:30 (4/6) Installing libcurl (7.83.1-r3) 19:13:30 (5/6) Installing curl (7.83.1-r3) 19:13:30 (6/6) Installing dumb-init (1.2.5-r1) 19:13:30 Executing busybox-1.35.0-r17.trigger 19:13:30 Executing ca-certificates-20220614-r0.trigger 19:13:30 OK: 8 MiB in 20 packages 19:13:31 Removing intermediate container efdc0e3b3f06 19:13:31 ---> 4e4f08e59d85 19:13:31 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:13:31 ---> Running in 63bdcdc76e6a 19:13:31 Removing intermediate container b8ad048b95ce 19:13:31 ---> 950e3c9ef103 19:13:31 Step 5/20 : COPY go.mod vendor* ./ 19:13:31 Removing intermediate container 857e72b82e50 19:13:31 ---> 793f05487e6b 19:13:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:31 Removing intermediate container 63bdcdc76e6a 19:13:31 ---> 78c6f346cfa4 19:13:31 Step 30/33 : CMD ["gate"] 19:13:31 ---> Running in c0e046a6aae6 19:13:31 ---> Running in 7ae8f0dc64a5 19:13:31 Removing intermediate container 7ae8f0dc64a5 19:13:31 ---> 7a79605e52d9 19:13:31 Step 31/33 : LABEL arch=x86_64 19:13:31 ---> Running in bec1cf2f75ce 19:13:31 Removing intermediate container c0e046a6aae6 19:13:31 ---> 48560c4ced02 19:13:31 Step 13/22 : WORKDIR /edgex 19:13:31 ---> 79fc1c58166a 19:13:31 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:31 ---> Running in 7523109e6f98 19:13:31 ---> Running in 536c7f554bad 19:13:31 Removing intermediate container bec1cf2f75ce 19:13:31 ---> f216a541f3a4 19:13:31 Step 32/33 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:13:32 ---> Running in 4610a8edaed2 19:13:32 Removing intermediate container 7523109e6f98 19:13:32 ---> c1b67dfdcb09 19:13:32 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:13:32 Removing intermediate container 4610a8edaed2 19:13:32 ---> 1aab1b5e727c 19:13:32 Step 33/33 : LABEL version=0.0.0 19:13:32 ---> Running in c0b066d4f8ca 19:13:32 ---> c744a0443119 19:13:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:13:32 Removing intermediate container c0b066d4f8ca 19:13:32 ---> 9a5bcd43e982 19:13:32 19:13:32 Successfully built 9a5bcd43e982 19:13:32 Successfully tagged security-bootstrapper:latest 19:13:32  Building security-bootstrapper ... done Building security-spire-config 19:13:37 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:13:37 ---> 19198b775783 19:13:37 Step 3/26 : WORKDIR /edgex-go 19:13:37 ---> Using cache 19:13:37 ---> f69c32328984 19:13:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:37 ---> Using cache 19:13:37 ---> a2d89d70f99e 19:13:37 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:13:45 ---> 98bfb8534680 19:13:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:13:45 ---> Running in 91c14e004637 19:13:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:47 OK: 211 MiB in 51 packages 19:13:48 ---> ce0ac1f09918 19:13:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:13:49 ---> f3c1d95ce069 19:13:49 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:13:49 ---> Running in 978a8172814f 19:13:49 Removing intermediate container 91c14e004637 19:13:49 ---> 675de30fb28d 19:13:49 Step 6/26 : COPY go.mod vendor* ./ 19:13:49 Removing intermediate container 110eaa4944db 19:13:49 ---> 0dd78fdbad17 19:13:49 19:13:49 Step 11/24 : FROM alpine:3.16 19:13:49 ---> 9c6f07244728 19:13:49 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:13:49 Removing intermediate container 2c88a6c7f3a5 19:13:49 ---> 9f1a86723c35 19:13:49 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:13:49 ---> Running in 54034a36981a 19:13:49 ---> Running in 69363ec06441 19:13:49 ---> c7894378a3a9 19:13:49 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:50 ---> Running in dc57a092089e 19:13:50 Removing intermediate container 536c7f554bad 19:13:50 ---> 9d3d19ce7fa4 19:13:50 Step 7/20 : COPY . . 19:13:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:50 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:13:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:50 (1/1) Installing dumb-init (1.2.5-r1) 19:13:50 Executing busybox-1.35.0-r17.trigger 19:13:50 OK: 6 MiB in 15 packages 19:13:52 Removing intermediate container 978a8172814f 19:13:52 ---> 8e83238a741e 19:13:52 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:13:55 ---> Running in d9ffad1bc040 19:13:55 ---> 5c18cd73119e 19:13:55 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:13:55 Removing intermediate container 54034a36981a 19:13:55 ---> 1828356ca2b6 19:13:55 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:55 Removing intermediate container d9ffad1bc040 19:13:55 ---> bf36e7c557bf 19:13:55 Step 20/22 : LABEL arch=x86_64 19:13:55 Removing intermediate container 69363ec06441 19:13:55 ---> 39e403440010 19:13:55 19:13:55 Step 11/23 : FROM alpine:3.16 19:13:55 ---> 9c6f07244728 19:13:55 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:13:55 ---> Running in 0f5d2118556d 19:13:55 ---> Running in 61a456db3cdb 19:13:55 ---> Running in a3cf7a530e34 19:13:56 ---> Running in beaf9a6cae84 19:13:58 Removing intermediate container 61a456db3cdb 19:13:58 ---> 27802083715f 19:13:58 Step 21/22 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:13:58 Removing intermediate container 0f5d2118556d 19:13:58 ---> 2a74ab72202a 19:13:58 Step 14/24 : ENV APP_PORT=59882 19:13:58 Removing intermediate container beaf9a6cae84 19:13:58 ---> a0c7895f3b9d 19:13:58 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:13:58 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:58 ---> Running in dfebf3c1c78f 19:13:58 ---> Running in 6434a6ce787a 19:13:58 ---> Running in eea17d6cd4a9 19:13:58 Removing intermediate container dfebf3c1c78f 19:13:58 ---> 3c94f033c1e6 19:13:58 Step 15/24 : EXPOSE $APP_PORT 19:13:58 ---> Running in 0603c0207440 19:13:58 Removing intermediate container 6434a6ce787a 19:13:58 ---> 9c29e833d55f 19:13:58 Step 22/22 : LABEL version=0.0.0 19:13:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:59 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:13:59 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:13:59 (3/33) Installing readline (8.1.2-r0) 19:13:59 (4/33) Installing bash (5.1.16-r2) 19:13:59 Executing bash-5.1.16-r2.post-install 19:13:59 (5/33) Installing ca-certificates (20220614-r0) 19:13:59 (6/33) Installing brotli-libs (1.0.9-r6) 19:13:59 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:13:59 (8/33) Installing libcurl (7.83.1-r3) 19:13:59 (9/33) Installing curl (7.83.1-r3) 19:13:59 (10/33) Installing docker-cli (20.10.20-r0) 19:13:59 (11/33) Installing dumb-init (1.2.5-r1) 19:13:59 (12/33) Installing libbz2 (1.0.8-r1) 19:13:59 (13/33) Installing expat (2.4.9-r0) 19:13:59 (14/33) Installing libffi (3.4.2-r1) 19:13:59 (15/33) Installing gdbm (1.23-r0) 19:13:59 (16/33) Installing xz-libs (5.2.5-r1) 19:13:59 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:13:59 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:13:59 (19/33) Installing mpdecimal (2.5.1-r1) 19:13:59 (20/33) Installing sqlite-libs (3.38.5-r0) 19:13:59 (21/33) Installing python3 (3.10.5-r0) 19:14:00 Removing intermediate container 0603c0207440 19:14:00 ---> d0f9df1935ed 19:14:00 Step 16/24 : WORKDIR / 19:14:00 ---> Running in 1d932db5dc81 19:14:00 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:14:00 (23/33) Installing py3-tomli (2.0.1-r1) 19:14:00 (24/33) Installing py3-pep517 (0.12.0-r2) 19:14:00 (25/33) Installing py3-six (1.16.0-r1) 19:14:00 (26/33) Installing py3-retrying (1.3.3-r3) 19:14:00 (27/33) Installing py3-appdirs (1.4.4-r3) 19:14:00 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:14:00 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:14:00 (30/33) Installing py3-parsing (2.4.7-r3) 19:14:00 (31/33) Installing py3-packaging (21.3-r0) 19:14:00 (32/33) Installing py3-setuptools (59.4.0-r0) 19:14:00 (33/33) Installing py3-pip (22.1.1-r0) 19:14:00 Executing busybox-1.35.0-r17.trigger 19:14:00 Executing ca-certificates-20220614-r0.trigger 19:14:00 OK: 122 MiB in 47 packages 19:14:05 ---> Running in a0bb306ba456 19:14:05 Removing intermediate container 1d932db5dc81 19:14:05 ---> 97bfe73a18ee 19:14:05 19:14:05 Successfully built 97bfe73a18ee 19:14:05 Successfully tagged security-proxy-setup:latest 19:14:05 Building core-metadata 19:14:05 Removing intermediate container dc57a092089e 19:14:05  Building security-proxy-setup ... done  ---> 12e64f994c22 19:14:05 Step 8/26 : COPY . . 19:14:11 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:11 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:14:11 ---> 19198b775783 19:14:11 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:14:11 ---> Using cache 19:14:11 ---> 3a5055d28871 19:14:11 Step 4/25 : WORKDIR /edgex-go 19:14:11 ---> Using cache 19:14:11 ---> 793ca4295898 19:14:11 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:11 ---> Using cache 19:14:11 ---> 941bc0af7544 19:14:11 Step 6/25 : RUN apk add --update --no-cache make git 19:14:11 ---> Using cache 19:14:11 ---> 769e700120f9 19:14:11 Step 7/25 : COPY go.mod vendor* ./ 19:14:11 ---> Using cache 19:14:11 ---> cba2e48a8d6b 19:14:11 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:11 ---> Using cache 19:14:11 ---> 95469a7c7433 19:14:11 Step 9/25 : COPY . . 19:14:11 ---> Using cache 19:14:11 ---> 32b287f9ed4d 19:14:11 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:14:18 Removing intermediate container a0bb306ba456 19:14:18 ---> b191153b7bf3 19:14:18 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:19 ---> Running in 25469d81e8e0 19:14:19 ---> 2f0ba4128fa4 19:14:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:14:19 ---> 2809b54d5477 19:14:19 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:14:19 ---> Running in 97484f191c40 19:14:20 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:20 Removing intermediate container 97484f191c40 19:14:20 ---> 639171c1d51b 19:14:20 Step 10/26 : WORKDIR /edgex-go/spire-build 19:14:21 ---> c7745cacc694 19:14:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:14:21 ---> Running in 3bb1d40713b1 19:14:21 Removing intermediate container 3bb1d40713b1 19:14:21 ---> cd093bfc4aff 19:14:21 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:22 Collecting docker-compose==1.23.2 19:14:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:14:22 ---> 1db43ae0b23a 19:14:22 Step 20/24 : ENTRYPOINT ["/core-command"] 19:14:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 25.9 MB/s eta 0:00:00 19:14:22 ---> Running in 410356cb7c18 19:14:22 ---> Running in 2977cffb8798 19:14:22 Collecting PyYAML<4,>=3.10 19:14:22 Downloading PyYAML-3.13.tar.gz (270 kB) 19:14:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 36.8 MB/s eta 0:00:00 19:14:22 Removing intermediate container a3cf7a530e34 19:14:22 ---> e67f14c61cb5 19:14:22 19:14:22 Step 9/20 : FROM alpine:3.15 19:14:22 ---> c4fc93816858 19:14:22 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:22 ---> Using cache 19:14:22 ---> 81b91bcba269 19:14:22 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:22 ---> Using cache 19:14:22 ---> 60f2cdc4511b 19:14:22 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:14:22 ---> Running in d469ba4644e2 19:14:22 Removing intermediate container 2977cffb8798 19:14:22 ---> 1b85e3b5adf2 19:14:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:22 Preparing metadata (setup.py): started 19:14:22 ---> Running in 86b5e2a1ddf6 19:14:22 Removing intermediate container 86b5e2a1ddf6 19:14:22 ---> 77760673ff16 19:14:22 Step 22/24 : LABEL arch=x86_64 19:14:22 ---> Running in ac874ea61896 19:14:22 Preparing metadata (setup.py): finished with status 'done' 19:14:22 Removing intermediate container ac874ea61896 19:14:22 ---> e5a18d2517ea 19:14:22 Step 23/24 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:14:22 Collecting jsonschema<3,>=2.5.1 19:14:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:14:22 ---> Running in dee877d05edc 19:14:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:14:22 Collecting texttable<0.10,>=0.9.0 19:14:22 Downloading texttable-0.9.1.tar.gz (11 kB) 19:14:22 Preparing metadata (setup.py): started 19:14:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:22 Removing intermediate container dee877d05edc 19:14:22 ---> 665ea512b061 19:14:22 Step 24/24 : LABEL version=0.0.0 19:14:23 Removing intermediate container 410356cb7c18 19:14:23 ---> 5bf1c2e10d4a 19:14:23 Step 12/26 : WORKDIR /edgex-go 19:14:23 ---> Running in ce2fcaa83b4d 19:14:23 ---> Running in 5695053c2442 19:14:23 Removing intermediate container ce2fcaa83b4d 19:14:23 ---> 8c48c0e6ff0b 19:14:23 19:14:23 Successfully built 8c48c0e6ff0b 19:14:23 Preparing metadata (setup.py): finished with status 'done' 19:14:23 Collecting websocket-client<1.0,>=0.32.0 19:14:23 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:14:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 160.9 MB/s eta 0:00:00 19:14:23 Successfully tagged core-command:latest 19:14:23 Building support-scheduler 19:14:23  Building core-command ... done Removing intermediate container 5695053c2442 19:14:23 ---> 38ff848c3eb3 19:14:23 19:14:23 Step 13/26 : FROM alpine:3.15 19:14:23 ---> c4fc93816858 19:14:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:23 ---> Using cache 19:14:23 ---> 81b91bcba269 19:14:23 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:23 ---> Using cache 19:14:23 ---> 60f2cdc4511b 19:14:23 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:14:23 Collecting cached-property<2,>=1.2.0 19:14:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:14:23 Collecting docopt<0.7,>=0.6.1 19:14:23 Downloading docopt-0.6.2.tar.gz (25 kB) 19:14:23 Preparing metadata (setup.py): started 19:14:23 ---> Running in 834bea0a87cf 19:14:23 Preparing metadata (setup.py): finished with status 'done' 19:14:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:14:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:14:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 153.0 MB/s eta 0:00:00 19:14:23 Collecting dockerpty<0.5,>=0.4.1 19:14:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:14:23 Preparing metadata (setup.py): started 19:14:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:24 Preparing metadata (setup.py): finished with status 'done' 19:14:24 Collecting docker<4.0,>=3.6.0 19:14:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:14:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 74.7 MB/s eta 0:00:00 19:14:24 Collecting docker-pycreds>=0.4.0 19:14:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:14:24 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:14:24 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:14:24 OK: 15857 distinct packages available 19:14:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:24 Collecting urllib3<1.25,>=1.21.1 19:14:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:14:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 166.4 MB/s eta 0:00:00 19:14:24 Collecting idna<2.8,>=2.5 19:14:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:14:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 155.9 MB/s eta 0:00:00 19:14:24 Collecting chardet<3.1.0,>=3.0.2 19:14:24 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:14:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 148.8 MB/s eta 0:00:00 19:14:24 Collecting certifi>=2017.4.17 19:14:24 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:14:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 188.7 MB/s eta 0:00:00 19:14:24 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:14:24 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:14:24 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:14:24 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:14:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:24 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:14:24 Running setup.py install for texttable: started 19:14:25 Running setup.py install for texttable: finished with status 'done' 19:14:25 Running setup.py install for PyYAML: started 19:14:25 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:14:25 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:14:25 OK: 15857 distinct packages available 19:14:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:25 Running setup.py install for PyYAML: finished with status 'done' 19:14:25 (1/9) Installing ca-certificates (20220614-r0) 19:14:25 (2/9) Installing brotli-libs (1.0.9-r5) 19:14:25 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:14:25 Running setup.py install for docopt: started 19:14:25 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:14:25 ---> 19198b775783 19:14:25 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:14:25 ---> Using cache 19:14:25 ---> 3a5055d28871 19:14:25 Step 4/23 : WORKDIR /edgex-go 19:14:25 ---> Using cache 19:14:25 ---> 793ca4295898 19:14:25 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:25 ---> Using cache 19:14:25 ---> 941bc0af7544 19:14:25 Step 6/23 : RUN apk add --update --no-cache make git 19:14:25 ---> Using cache 19:14:25 ---> 769e700120f9 19:14:25 Step 7/23 : COPY go.mod vendor* ./ 19:14:25 ---> Using cache 19:14:25 ---> cba2e48a8d6b 19:14:25 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:25 ---> Using cache 19:14:25 ---> 95469a7c7433 19:14:25 Step 9/23 : COPY . . 19:14:25 ---> Using cache 19:14:25 ---> 32b287f9ed4d 19:14:25 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:14:25 (4/9) Installing libcurl (7.80.0-r3) 19:14:25 (5/9) Installing curl (7.80.0-r3) 19:14:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:25 (6/9) Installing dumb-init (1.2.5-r1) 19:14:25 (7/9) Installing musl-obstack (1.2.3-r0) 19:14:26 (8/9) Installing libucontext (1.1-r0) 19:14:26 (1/4) Installing dumb-init (1.2.5-r1) 19:14:26 (9/9) Installing gcompat (1.0.0-r4) 19:14:26 (2/4) Installing musl-obstack (1.2.3-r0) 19:14:26 Executing busybox-1.34.1-r7.trigger 19:14:26 Executing ca-certificates-20220614-r0.trigger 19:14:26 Running setup.py install for docopt: finished with status 'done' 19:14:26 OK: 8 MiB in 23 packages 19:14:26 (3/4) Installing libucontext (1.1-r0) 19:14:26 (4/4) Installing gcompat (1.0.0-r4) 19:14:26 Executing busybox-1.34.1-r7.trigger 19:14:26 OK: 6 MiB in 18 packages 19:14:33 Running setup.py install for dockerpty: started 19:14:33 ---> Running in 7ab71ff1ed55 19:14:33 Running setup.py install for dockerpty: finished with status 'done' 19:14:33 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:14:33 Removing intermediate container d469ba4644e2 19:14:33 ---> 49deea06da5b 19:14:33 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:33 Removing intermediate container 834bea0a87cf 19:14:33 ---> 0cb13a3d4546 19:14:33 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:14:36 ---> 311e648f073c 19:14:36 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:14:36 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:14:36 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:14:36  ---> 785dfa1d27bb 19:14:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:14:38 ---> f1da21f4a1d4 19:14:38 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:14:38 ---> 62800338897c 19:14:38 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:14:38 ---> Running in 5d21416fc19a 19:14:38 Removing intermediate container 25469d81e8e0 19:14:38 ---> ea6d8c1a37c4 19:14:38 19:14:38 Step 11/25 : FROM alpine:3.16 19:14:38 ---> 9c6f07244728 19:14:38 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:14:38 ---> Using cache 19:14:38 ---> 1828356ca2b6 19:14:38 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:14:38 ---> Using cache 19:14:38 ---> 2a74ab72202a 19:14:38 Step 14/25 : ENV APP_PORT=59881 19:14:38 ---> Running in bd2078dc4c9c 19:14:40 Removing intermediate container 5d21416fc19a 19:14:40 ---> 9a151a205f3d 19:14:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:14:40 ---> 23174dc286f2 19:14:40 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:14:41 Removing intermediate container bd2078dc4c9c 19:14:41 ---> 9ce97352c7ae 19:14:41 Step 15/25 : EXPOSE $APP_PORT 19:14:42 ---> Running in c5f45c92571c 19:14:42 ---> b86f455710c7 19:14:42 Step 21/26 : WORKDIR / 19:14:42 ---> Running in 40c45550b424 19:14:42 ---> Running in 94c6a85f26c1 19:14:42 Removing intermediate container c5f45c92571c 19:14:42 ---> 47060925cdaf 19:14:42 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:42 Removing intermediate container eea17d6cd4a9 19:14:42 ---> a005fb92dcd9 19:14:42 Step 14/23 : ENV APP_PORT=58890 19:14:42 ---> Running in 9f117c16473e 19:14:42 ---> Running in 92a37a16919d 19:14:42 Removing intermediate container 40c45550b424 19:14:42 ---> e5c1fda13f9c 19:14:42 Step 16/25 : WORKDIR / 19:14:43 Removing intermediate container 94c6a85f26c1 19:14:43 ---> b85beda25bd6 19:14:43 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:43 ---> Running in 774a930182e8 19:14:43 ---> Running in 3c739c492125 19:14:43 Removing intermediate container 9f117c16473e 19:14:43 ---> d7861a61285b 19:14:43 Step 18/20 : LABEL arch=x86_64 19:14:43 Removing intermediate container 92a37a16919d 19:14:43 ---> 178d45303a52 19:14:43 Step 15/23 : EXPOSE $APP_PORT 19:14:43 ---> Running in 9c3a769e0c17 19:14:43 ---> Running in 085676d5f03b 19:14:43 Removing intermediate container 774a930182e8 19:14:43 ---> 902d69f8bb02 19:14:43 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:43 Removing intermediate container 3c739c492125 19:14:43 ---> 08c838e3b4ff 19:14:43 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:43 ---> Running in a677b201e060 19:14:43 Removing intermediate container 085676d5f03b 19:14:43 ---> 40e1b2841587 19:14:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:14:43 Removing intermediate container 9c3a769e0c17 19:14:43 ---> 20f7a9fa68d9 19:14:43 Step 19/20 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:14:43 ---> 597b7d7cc11a 19:14:43 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:14:43 Removing intermediate container a677b201e060 19:14:43 ---> bd0d24c7d802 19:14:43 Step 24/26 : LABEL arch=x86_64 19:14:43 ---> Running in e747d77544a7 19:14:44 ---> Running in 1f27871839c2 19:14:44 Removing intermediate container e747d77544a7 19:14:44 ---> 9fa1b96c8d6d 19:14:44 Step 20/20 : LABEL version=0.0.0 19:14:44 Removing intermediate container 1f27871839c2 19:14:44 ---> 1028e0ea965b 19:14:44 Step 25/26 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:14:44 ---> Running in 2510e38a05ac 19:14:44 ---> d9855e3fdafa 19:14:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:14:44 ---> a6a7d940e761 19:14:44 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:14:44 ---> Running in 875ff4704b94 19:14:45 Removing intermediate container 2510e38a05ac 19:14:45 ---> 106d77249e43 19:14:45 19:14:45 Removing intermediate container 875ff4704b94 19:14:45 ---> 5bea0d62d27f 19:14:45 Step 26/26 : LABEL version=0.0.0 19:14:45 Successfully built 106d77249e43 19:14:45 Successfully tagged security-spiffe-token-provider:latest 19:14:45  Building security-spiffe-token-provider ... done Building core-data 19:14:45 ---> Running in fefd0cc24b68 19:14:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:14:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:14:48 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:14:48 ---> 19198b775783 19:14:48 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:14:48 ---> Using cache 19:14:48 ---> 3a5055d28871 19:14:48 Step 4/24 : WORKDIR /edgex-go 19:14:48 ---> Using cache 19:14:48 ---> 793ca4295898 19:14:48 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:48 ---> Using cache 19:14:48 ---> 941bc0af7544 19:14:48 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:14:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:14:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:14:53 ---> ab4fca89ee52 19:14:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:14:53 ---> b53e9aaa096e 19:14:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:14:53 ---> Running in fe1396adad7e 19:14:53 Removing intermediate container fefd0cc24b68 19:14:53 ---> c508dd599b79 19:14:53 19:14:53 Successfully built c508dd599b79 19:14:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:14:53 Successfully tagged security-spire-config:latest 19:14:54  Building security-spire-config ... done  ---> ff54db3a1f1e 19:14:54 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:14:54 ---> 286af8f782bc 19:14:54 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:14:54 ---> Running in fe1e163749d1 19:14:54 ---> Running in 734aef80efab 19:14:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:14:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:14:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:14:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:14:54 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:14:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:14:55 OK: 211 MiB in 51 packages 19:14:55 Removing intermediate container 734aef80efab 19:14:55 ---> 9f9b3b6a7586 19:14:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:55 Removing intermediate container fe1e163749d1 19:14:55 ---> 4c3be0eedf01 19:14:55 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:56 ---> Running in 2de3e066e723 19:14:56 ---> Running in 6fb1b1917f14 19:14:56 Removing intermediate container 6fb1b1917f14 19:14:56 ---> 1397f7237b9b 19:14:56 Step 23/25 : LABEL arch=x86_64 19:14:56 Removing intermediate container fe1396adad7e 19:14:56 ---> 58ec08adf76b 19:14:56 Step 7/24 : COPY go.mod vendor* ./ 19:14:56 Removing intermediate container 2de3e066e723 19:14:56 ---> efee32e65f4a 19:14:56 Step 21/23 : LABEL arch=x86_64 19:14:56 ---> Running in 565fac6a89f5 19:14:56 ---> Running in adbcc9ba2eb6 19:14:57 Removing intermediate container 7ab71ff1ed55 19:14:57 ---> 2ac1672d2d1b 19:14:57 19:14:57 Step 11/23 : FROM alpine:3.16 19:14:57 ---> 9c6f07244728 19:14:57 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:14:57 ---> Using cache 19:14:57 ---> 1828356ca2b6 19:14:57 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:14:57 ---> Using cache 19:14:57 ---> 2a74ab72202a 19:14:57 Step 14/23 : ENV APP_PORT=59861 19:14:57 ---> Running in c8aad98b0d08 19:14:57 Removing intermediate container 565fac6a89f5 19:14:57 ---> 264f02567d9a 19:14:57 Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:14:57 ---> 64cfc8c92a34 19:14:57 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:57 Removing intermediate container adbcc9ba2eb6 19:14:57 ---> afa790621655 19:14:57 Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:14:57 ---> Running in c0ef650b5a91 19:14:57 ---> Running in ed39b5a3591d 19:14:57 ---> Running in c3840b4826ad 19:14:57 Removing intermediate container c8aad98b0d08 19:14:57 ---> e18f1bcf80fa 19:14:57 Step 15/23 : EXPOSE $APP_PORT 19:14:57 ---> Running in 644f1f02f0e4 19:14:57 Removing intermediate container c3840b4826ad 19:14:57 ---> 13f039dc0690 19:14:57 Step 25/25 : LABEL version=0.0.0 19:14:57 Removing intermediate container c0ef650b5a91 19:14:57 ---> 963f2b68fb7d 19:14:57 Step 23/23 : LABEL version=0.0.0 19:14:57 ---> Running in 7834a9dcb84d 19:14:57 ---> Running in 7350dc547f6f 19:14:57 Removing intermediate container 644f1f02f0e4 19:14:57 ---> e59a41c5e181 19:14:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:57 Removing intermediate container 7350dc547f6f 19:14:57 ---> 95f343d35d0a 19:14:57 19:14:57 Removing intermediate container 7834a9dcb84d 19:14:57 ---> 999b0231ee7e 19:14:57 19:14:57 Successfully built 95f343d35d0a 19:14:57 Successfully tagged sys-mgmt-agent:latest 19:14:57  Building sys-mgmt-agent ... done Successfully built 999b0231ee7e 19:14:57 Successfully tagged core-metadata:latest 19:14:57  Building core-metadata ... done  ---> e6a078d32cf3 19:14:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:14:58 ---> ed795e967e39 19:14:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:14:58 ---> f7d665446659 19:14:58 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:14:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:14:58 ---> Running in 50915d932970 19:14:58 Removing intermediate container 50915d932970 19:14:58 ---> 248fc5cafe95 19:14:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:58 ---> Running in 3a0fd3c0f846 19:15:00 Removing intermediate container 3a0fd3c0f846 19:15:00 ---> 39df5f2faa46 19:15:00 Step 21/23 : LABEL arch=x86_64 19:15:02 ---> Running in 39172ecf16e1 19:15:02 Removing intermediate container 39172ecf16e1 19:15:02 ---> 75980d4ae708 19:15:02 Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:15:03 ---> Running in 5aee4fe9d4d5 19:15:04 Removing intermediate container 5aee4fe9d4d5 19:15:04 ---> 04bef935ace5 19:15:04 Step 23/23 : LABEL version=0.0.0 19:15:07 ---> Running in b3a01d3aded7 19:15:08 Removing intermediate container b3a01d3aded7 19:15:08 ---> 47f275c11df8 19:15:08 19:15:08 Successfully built 47f275c11df8 19:15:08 Removing intermediate container ed39b5a3591d 19:15:08 ---> 3cb4c85bc50c 19:15:08 Step 9/24 : COPY . . 19:15:08 Successfully tagged support-scheduler:latest 19:15:18  Building support-scheduler ... done  ---> 83040f939416 19:15:18 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:15:18 ---> Running in 866af0003ef6 19:15:18 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:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.392s coverage: 28.7% of statements 19:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:15:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.707s coverage: 98.5% of statements 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.902s coverage: 41.3% of statements 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.659s coverage: 54.2% of statements 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:15:36 Removing intermediate container 866af0003ef6 19:15:36 ---> cd2e768b8e5c 19:15:36 19:15:36 Step 11/24 : FROM alpine:3.16 19:15:36 ---> 9c6f07244728 19:15:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:15:36 ---> Running in 579495d0b7a9 19:15:36 Removing intermediate container 579495d0b7a9 19:15:36 ---> 3c1428926572 19:15:36 Step 13/24 : ENV APP_PORT=59880 19:15:36 ---> Running in 3a9b522f99b5 19:15:36 Removing intermediate container 3a9b522f99b5 19:15:36 ---> ab860fdb7b61 19:15:36 Step 14/24 : EXPOSE $APP_PORT 19:15:36 ---> Running in 074fdfd8ec86 19:15:36 Removing intermediate container 074fdfd8ec86 19:15:36 ---> 8f76b5a64e86 19:15:36 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:36 ---> Running in 8c208eba1329 19:15:36 Removing intermediate container 8c208eba1329 19:15:36 ---> 2b403ca1c4d4 19:15:36 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:15:36 ---> Running in 8fd239aa6dc7 19:15:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:15:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:15:36 (1/6) Installing dumb-init (1.2.5-r1) 19:15:36 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:15:36 (3/6) Installing libsodium (1.0.18-r0) 19:15:36 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:15:36 (5/6) Installing libzmq (4.3.4-r0) 19:15:37 (6/6) Installing zeromq (4.3.4-r0) 19:15:37 Executing busybox-1.35.0-r17.trigger 19:15:37 OK: 8 MiB in 20 packages 19:15:37 Removing intermediate container 8fd239aa6dc7 19:15:37 ---> 80f2e7d8e63c 19:15:37 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:37 ---> 140bf10e6fba 19:15:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:15:38 ---> 718c41eaab44 19:15:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:15:39 ---> f44eac5b4b0f 19:15:39 Step 20/24 : ENTRYPOINT ["/core-data"] 19:15:39 ---> Running in d73b5355c9fc 19:15:39 Removing intermediate container d73b5355c9fc 19:15:39 ---> 561eeb0e26fe 19:15:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:39 ---> Running in 1c20804d2859 19:15:40 Removing intermediate container 1c20804d2859 19:15:40 ---> 5c910ca2b26c 19:15:40 Step 22/24 : LABEL arch=x86_64 19:15:40 ---> Running in 1e521e4fb42e 19:15:40 Removing intermediate container 1e521e4fb42e 19:15:40 ---> 6af86fc0295c 19:15:40 Step 23/24 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:15:40 ---> Running in 216fa8c63f52 19:15:41 Removing intermediate container 216fa8c63f52 19:15:41 ---> aebeffbe5c2d 19:15:41 Step 24/24 : LABEL version=0.0.0 19:15:41 ---> Running in 925748709a32 19:15:41 Removing intermediate container 925748709a32 19:15:41 ---> 159cdf995476 19:15:41 19:15:41 Successfully built 159cdf995476 19:15:41 Successfully tagged core-data:latest 19:15:41  Building core-data ... done  [Pipeline] } 19:15:41 $ docker stop --time=1 38cf7832546eaf02c59a39aab506403b38fb190723ef1c5ea3ce4167c04e73d9 19:15:43 $ docker rm -f 38cf7832546eaf02c59a39aab506403b38fb190723ef1c5ea3ce4167c04e73d9 [Pipeline] // withDockerContainer [Pipeline] sh 19:15:44 + docker images 19:15:44 REPOSITORY TAG IMAGE ID CREATED SIZE 19:15:44 core-data latest 159cdf995476 2 seconds ago 21.6MB 19:15:44 cd2e768b8e5c 11 seconds ago 1.59GB 19:15:44 support-scheduler latest 47f275c11df8 36 seconds ago 29.5MB 19:15:44 core-metadata latest 999b0231ee7e 46 seconds ago 18.3MB 19:15:44 sys-mgmt-agent latest 95f343d35d0a 46 seconds ago 136MB 19:15:44 2ac1672d2d1b 47 seconds ago 1.64GB 19:15:44 security-spire-config latest c508dd599b79 51 seconds ago 85.8MB 19:15:44 security-spiffe-token-provider latest 106d77249e43 59 seconds ago 29.3MB 19:15:44 ea6d8c1a37c4 About a minute ago 1.59GB 19:15:44 38ff848c3eb3 About a minute ago 1.45GB 19:15:44 core-command latest 8c48c0e6ff0b About a minute ago 17.5MB 19:15:44 e67f14c61cb5 About a minute ago 1.61GB 19:15:44 security-proxy-setup latest 97bfe73a18ee About a minute ago 27.4MB 19:15:44 39e403440010 About a minute ago 1.56GB 19:15:44 0dd78fdbad17 About a minute ago 1.58GB 19:15:44 security-bootstrapper latest 9a5bcd43e982 2 minutes ago 19.9MB 19:15:44 ff50e863f531 2 minutes ago 1.57GB 19:15:44 security-secretstore-setup latest 9878dbd266a6 2 minutes ago 29.3MB 19:15:44 support-notifications latest 8fea606e327b 2 minutes ago 30.1MB 19:15:44 security-spire-server latest 4aa3ed6294e0 3 minutes ago 86.5MB 19:15:44 security-spire-agent latest 42f45844ef35 3 minutes ago 125MB 19:15:44 bb1cb29d70ca 3 minutes ago 1.64GB 19:15:44 fa761ce988a8 3 minutes ago 1.57GB 19:15:44 a9da33b0baab 3 minutes ago 1.57GB 19:15:44 428103d6df6c 3 minutes ago 1.45GB 19:15:44 e87658f3a674 3 minutes ago 1.45GB 19:15:44 ci-base-image-x86_64 latest 19198b775783 7 minutes ago 941MB 19:15:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 9 days ago 677MB 19:15:44 alpine 3.15 c4fc93816858 2 months ago 5.59MB 19:15:44 alpine 3.16 9c6f07244728 2 months ago 5.54MB 19:15:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 19:15:44 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:15:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 23.682s coverage: 89.2% of statements 19:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.604s coverage: 2.2% of statements 19:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:15:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.592s coverage: 95.6% of statements 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:15:59 ok github.com/edgexfoundry/edgex-go/internal/io 0.582s coverage: 72.2% of statements 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:15:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.392s coverage: 60.0% of statements 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:15:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.558s coverage: 0.9% of statements 19:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.316s coverage: 58.8% of statements 19:16:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.283s coverage: 29.6% of statements 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.248s coverage: 47.1% of statements 19:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.380s coverage: 79.5% of statements 19:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.295s coverage: 94.1% of statements 19:16:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.297s coverage: 96.3% of statements 19:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.268s coverage: 87.5% of statements 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.405s coverage: 94.4% of statements 19:16:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.232s coverage: 44.8% of statements 19:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.888s coverage: 80.5% of statements 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.318s coverage: 92.9% of statements 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.277s coverage: 86.9% of statements 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.224s coverage: 87.2% of statements 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.208s coverage: 100.0% of statements 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.303s coverage: 58.8% of statements 19:16:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.320s coverage: 80.0% of statements 19:16:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.242s coverage: 87.2% of statements 19:16:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.379s coverage: 85.4% of statements 19:16:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.989s coverage: 91.2% of statements 19:16:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.982s coverage: 64.7% of statements 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.275s coverage: 100.0% of statements 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 89.4% of statements 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.102s coverage: 73.7% of statements 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 19:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.467s coverage: 65.8% of statements 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.164s coverage: 41.8% of statements 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.358s coverage: 89.5% of statements 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.314s coverage: 84.8% of statements 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:17:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.412s coverage: 17.7% of statements 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:17:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.721s coverage: 92.3% of statements 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:17:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.396s coverage: 63.2% of statements 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:17:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:17:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.461s coverage: 97.7% of statements 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:17:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.211s coverage: 28.9% of statements 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:17:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:17:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.334s coverage: 100.0% of statements 19:17:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements 19:17:04 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:17:04 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:17:04 GO111MODULE=on go vet ./... 19:18:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:18:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:18:56 ./bin/test-attribution-txt.sh [Pipeline] echo 19:18:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:18:56 + ls -al . 19:18:56 total 756 19:18:56 drwxrwxr-x 10 1001 1001 4096 Oct 19 19:12 . 19:18:56 drwxr-xr-x 4 root root 4096 Oct 19 19:12 .. 19:18:56 drwxrwxr-x 2 1001 1001 4096 Oct 19 19:10 .blubracket 19:18:56 -rw-rw-r-- 1 1001 1001 16 Oct 19 19:10 .dockerignore 19:18:56 drwxrwxr-x 8 1001 1001 4096 Oct 19 19:10 .git 19:18:56 drwxrwxr-x 3 1001 1001 4096 Oct 19 19:10 .github 19:18:56 -rw-rw-r-- 1 1001 1001 1030 Oct 19 19:10 .gitignore 19:18:56 -rw-rw-r-- 1 1001 1001 42 Oct 19 19:10 .golangci.yml 19:18:56 -rw-rw-r-- 1 1001 1001 87 Oct 19 19:10 .hadolint.yml 19:18:56 -rw-rw-r-- 1 1001 1001 166 Oct 19 19:10 .sonarcloud.properties 19:18:56 -rw-rw-r-- 1 1001 1001 1171 Oct 19 19:10 ADOPTERS.md 19:18:56 -rw-rw-r-- 1 1001 1001 10722 Oct 19 19:10 Attribution.txt 19:18:56 -rw-rw-r-- 1 1001 1001 63209 Oct 19 19:10 CHANGELOG.md 19:18:56 -rw-rw-r-- 1 1001 1001 3804 Oct 19 19:10 CONTRIBUTING.md 19:18:56 -rw-rw-r-- 1 1001 1001 677 Oct 19 19:10 GOVERNANCE.md 19:18:56 -rw-rw-r-- 1 1001 1001 850 Oct 19 19:10 Jenkinsfile 19:18:56 -rw-rw-r-- 1 1001 1001 10775 Oct 19 19:10 LICENSE 19:18:56 -rw-rw-r-- 1 1001 1001 13857 Oct 19 19:10 Makefile 19:18:56 -rw-rw-r-- 1 1001 1001 582 Oct 19 19:10 OWNERS.md 19:18:56 -rw-rw-r-- 1 1001 1001 9799 Oct 19 19:10 README.md 19:18:56 -rw-rw-r-- 1 1001 1001 6912 Oct 19 19:10 SECURITY.md 19:18:56 -rw-rw-r-- 1 1001 1001 5 Oct 19 19:07 VERSION 19:18:56 -rw-rw-r-- 1 1001 1001 4131 Oct 19 19:10 ZMQWindows.md 19:18:56 drwxrwxr-x 2 1001 1001 4096 Oct 19 19:10 bin 19:18:56 drwxrwxr-x 18 1001 1001 4096 Oct 19 19:10 cmd 19:18:56 -rw-r--r-- 1 root root 503479 Oct 19 19:17 coverage.out 19:18:56 -rw-rw-r-- 1 1001 1001 3458 Oct 19 19:10 go.mod 19:18:56 -rw-rw-r-- 1 1001 1001 38041 Oct 19 19:10 go.sum 19:18:56 drwxrwxr-x 8 1001 1001 4096 Oct 19 19:10 internal 19:18:56 drwxrwxr-x 3 1001 1001 4096 Oct 19 19:10 openapi 19:18:56 drwxrwxr-x 4 1001 1001 4096 Oct 19 19:10 snap 19:18:56 -rw-rw-r-- 1 1001 1001 204 Oct 19 19:10 version.go [Pipeline] sh 19:18:57 + '[' -e coverage.out ] 19:18:57 + chown 1001:1001 coverage.out [Pipeline] stash 19:18:57 Warning: overwriting stash ‘coverage-report’ 19:18:57 Stashed 1 file(s) [Pipeline] sh 19:18:58 + make build 19:18:58 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:20:35 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:21:56 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:21:56 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:22: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:22: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:22:39 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:22: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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:22:49 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:22:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:22:58 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:23:03 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:23:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:23:17 $ docker stop --time=1 d17d06801aeb154b67cc8aef7a2f10262040e6504aa5ab59a7d78661483c9a4d 19:23:19 $ docker rm -f d17d06801aeb154b67cc8aef7a2f10262040e6504aa5ab59a7d78661483c9a4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:22 19:23:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:22 latest: Pulling from edgex-devops/edgex-compose-arm64 19:23:22 29e5d40040c1: Pulling fs layer 19:23:22 1ce36da41761: Pulling fs layer 19:23:22 25b303627fd3: Pulling fs layer 19:23:23 29e5d40040c1: Verifying Checksum 19:23:23 29e5d40040c1: Download complete 19:23:23 1ce36da41761: Verifying Checksum 19:23:23 1ce36da41761: Download complete 19:23:23 29e5d40040c1: Pull complete 19:23:24 1ce36da41761: Pull complete 19:23:24 25b303627fd3: Verifying Checksum 19:23:24 25b303627fd3: Download complete 19:23:35 25b303627fd3: Pull complete 19:23:35 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:23:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:23:35 prd-ubuntu20.04-docker-arm64-4c-16g-8600 does not seem to be running inside a container 19:23:35 $ 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:23:37 $ docker top ac76c094936f51246df30cb0600b5bbdcc317fd6df16cb1bce2df1228b277382 -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:38 + docker-compose build --help 19:23:38 + grep parallel 19:23:43 --parallel Build images in parallel. [Pipeline] } 19:23:43 $ docker stop --time=1 ac76c094936f51246df30cb0600b5bbdcc317fd6df16cb1bce2df1228b277382 19:23:45 $ docker rm -f ac76c094936f51246df30cb0600b5bbdcc317fd6df16cb1bce2df1228b277382 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:23:46 prd-ubuntu20.04-docker-arm64-4c-16g-8600 does not seem to be running inside a container 19:23:46 $ 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:23:47 $ docker top 537fcd2691895c3336a4cb4b13f8da84ae289ca0d1eb52be2346446cee90d505 -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:48 + docker-compose -f ./docker-compose-build.yml build --parallel 19:23:53 Building core-command ... 19:23:53 Building core-data ... 19:23:53 Building core-metadata ... 19:23:53 Building security-bootstrapper ... 19:23:53 Building security-proxy-setup ... 19:23:53 Building security-secretstore-setup ... 19:23:53 Building security-spiffe-token-provider ... 19:23:53 Building security-spire-agent ... 19:23:53 Building security-spire-config ... 19:23:53 Building security-spire-server ... 19:23:53 Building support-notifications ... 19:23:53 Building support-scheduler ... 19:23:53 Building sys-mgmt-agent ... 19:23:53 Building core-metadata 19:23:53 Building security-spire-config 19:23:53 Building security-spire-agent 19:23:53 Building sys-mgmt-agent 19:23:53 Building security-spire-server 19:24:40 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:24:40 ---> fd2756c72711 19:24:40 Step 3/23 : WORKDIR /edgex-go 19:24:40 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:24:40 ---> fd2756c72711 19:24:40 Step 3/26 : WORKDIR /edgex-go 19:24:40 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:40 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:24:40 ---> fd2756c72711 19:24:40 Step 3/25 : WORKDIR /edgex-go 19:24:40 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:40 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:24:40 ---> fd2756c72711 19:24:40 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:24:40 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:24:40 ---> fd2756c72711 19:24:40 Step 3/26 : WORKDIR /edgex-go 19:24:40 ---> Running in bd3c5e613b2f 19:24:40 ---> Running in ad9dee4dde2c 19:24:40 ---> Running in 9eb5d5528361 19:24:41 ---> Running in 62e788bfae15 19:24:41 ---> Running in 41e266cb37a6 19:24:41 Removing intermediate container bd3c5e613b2f 19:24:41 ---> a64c1ebe0102 19:24:41 Step 4/25 : WORKDIR /edgex-go 19:24:41 ---> Running in 871ea35a094d 19:24:41 Removing intermediate container ad9dee4dde2c 19:24:41 ---> 64cc5d5ae310 19:24:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:41 Removing intermediate container 62e788bfae15 19:24:41 ---> 316a6753126d 19:24:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:41 Removing intermediate container 9eb5d5528361 19:24:41 ---> 7a2e22a75add 19:24:41 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 41e266cb37a6 19:24:41 19:24:41 ---> ed1db27bc0b7 19:24:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:41 ---> Running in 01d4a730ded5 19:24:41 ---> Running in c9084b47c314 19:24:41 ---> Running in 64904adeb7ea 19:24:41 ---> Running in 8e40973a5ccc 19:24:42 Removing intermediate container 871ea35a094d 19:24:42 ---> 02b138204700 19:24:42 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:42 ---> Running in e2d38eeffd89 19:24:45 Removing intermediate container 01d4a730ded5 19:24:45 ---> 00e6aed3141d 19:24:45 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:24:45 ---> Running in c7a2f30448f9 19:24:45 Removing intermediate container 64904adeb7ea 19:24:45 ---> 699995147e0e 19:24:45 Step 5/23 : RUN apk add --update --no-cache make bash git 19:24:45 Removing intermediate container 8e40973a5ccc 19:24:45 ---> b637bfd4ab17 19:24:45 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:24:46 Removing intermediate container c9084b47c314 19:24:46 ---> deb967f66f74 19:24:46 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:24:46 ---> Running in 35e2665b5876 19:24:46 ---> Running in 8de2eb5836d4 19:24:46 Removing intermediate container e2d38eeffd89 19:24:46 ---> c15a60af73ca 19:24:46 Step 6/25 : RUN apk add --update --no-cache make git 19:24:46 ---> Running in f49844518691 19:24:46 ---> Running in 25acf48b0220 19:24:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:24:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:24:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:24:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:24:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:24:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:24:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:24:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:24:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:24:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:24:49 OK: 221 MiB in 51 packages 19:24:50 OK: 221 MiB in 51 packages 19:24:51 OK: 221 MiB in 51 packages 19:24:51 OK: 221 MiB in 51 packages 19:24:51 OK: 221 MiB in 51 packages 19:24:51 Removing intermediate container c7a2f30448f9 19:24:51 ---> eb43ba244073 19:24:51 Step 6/26 : COPY go.mod vendor* ./ 19:24:52 Removing intermediate container 8de2eb5836d4 19:24:52 ---> 0169493106af 19:24:52 Step 6/23 : COPY go.mod vendor* ./ 19:24:52 Removing intermediate container 35e2665b5876 19:24:52 ---> 397a7c6e5aab 19:24:52 Step 6/26 : COPY go.mod vendor* ./ 19:24:53 ---> 9a6bb0953355 19:24:53 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:53 Removing intermediate container 25acf48b0220 19:24:53 Removing intermediate container f49844518691 19:24:53 ---> c576df45090a 19:24:53 ---> 6763ae27305d 19:24:53 Step 7/25 : COPY go.mod vendor* ./ 19:24:53 Step 6/25 : COPY go.mod vendor* ./ 19:24:53 ---> Running in f95e15397fe0 19:24:53 ---> 27da5441b3ea 19:24:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:53 ---> Running in 0b249cda2343 19:24:54 ---> 718f4c355687 19:24:54 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:54 ---> Running in aad1a4b6d0a2 19:24:54 ---> 252e2dbea87b 19:24:54 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:54 ---> d70047532709 19:24:54 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:55 ---> Running in 30e5f82860ab 19:24:55 ---> Running in 3cac62c37da0 19:26:02 Removing intermediate container 3cac62c37da0 19:26:02 ---> 6961edfa8989 19:26:02 Step 8/25 : COPY . . 19:26:02 Removing intermediate container f95e15397fe0 19:26:02 ---> 1187c7560bb4 19:26:02 Step 8/26 : COPY . . 19:26:02 Removing intermediate container aad1a4b6d0a2 19:26:02 ---> b1838d173fb1 19:26:02 Step 8/26 : COPY . . 19:26:02 Removing intermediate container 0b249cda2343 19:26:02 ---> 4bf5b22548f9 19:26:02 Step 8/23 : COPY . . 19:26:02 Removing intermediate container 30e5f82860ab 19:26:02 ---> a924e49db114 19:26:02 Step 9/25 : COPY . . 19:26:21 ---> ce17361ac31f 19:26:21 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:26:21 ---> 191c73860e1d 19:26:21 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:26:21 ---> d2e9cd0a2c4a 19:26:21 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:26:21 ---> 322549dc81d5 19:26:21 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:26:21 ---> 877e8d60b3c1 19:26:21 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:26:21 ---> Running in 49acf89598d1 19:26:21 ---> Running in f26d979e8ece 19:26:21 ---> Running in 0a822786aead 19:26:21 ---> Running in 2335b4547f39 19:26:21 ---> Running in 79166f38d661 19:26:21 Removing intermediate container 49acf89598d1 19:26:21 ---> 0245f0cb3de7 19:26:21 Step 10/25 : WORKDIR /edgex-go/spire-build 19:26:21 ---> Running in f2af6822d032 19:26:21 Removing intermediate container f26d979e8ece 19:26:21 ---> 45b142928b8b 19:26:21 Step 10/26 : WORKDIR /edgex-go/spire-build 19:26:21 Removing intermediate container 79166f38d661 19:26:21 ---> dcbc55e6d33c 19:26:21 Step 10/26 : WORKDIR /edgex-go/spire-build 19:26:21 ---> Running in 01e641eff4ae 19:26:21 ---> Running in 178e5c3c80b9 19:26:21 Removing intermediate container f2af6822d032 19:26:21 ---> 91e7a249b03a 19:26:21 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:26:21 ---> Running in eb6b34408bb9 19:26:21 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:26:21 Removing intermediate container 178e5c3c80b9 19:26:21 ---> e38dc416ee7e 19:26:21 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:26:21 Removing intermediate container 01e641eff4ae 19:26:21 ---> 4778ea40a5c1 19:26:21 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:26:21 ---> Running in 71582db2e0e2 19:26:21 ---> Running in 4c5e38bceb10 19:26: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:26:25 Removing intermediate container eb6b34408bb9 19:26:25 ---> 61964455e25f 19:26:25 Step 12/25 : WORKDIR /edgex-go 19:26:25 ---> Running in 8bdaf872d370 19:26:25 Removing intermediate container 71582db2e0e2 19:26:25 ---> b35fbe4bbaf7 19:26:25 Step 12/26 : WORKDIR /edgex-go 19:26:25 Removing intermediate container 4c5e38bceb10 19:26:25 ---> 583c91c7494e 19:26:25 Step 12/26 : WORKDIR /edgex-go 19:26:25 Removing intermediate container 8bdaf872d370 19:26:25 ---> 0ae06ce582f6 19:26:25 19:26:25 Step 13/25 : FROM alpine:3.15 19:26:25 ---> Running in 97779ccd114a 19:26:25 ---> Running in cb7b8baa734c 19:26:26 3.15: Pulling from library/alpine 19:26:26 Removing intermediate container 97779ccd114a 19:26:26 ---> 72b8bde32068 19:26:26 19:26:26 Step 13/26 : FROM alpine:3.15Removing intermediate container cb7b8baa734c 19:26:26 19:26:26 ---> 80204240d306 19:26:26 19:26:26 Step 13/26 : FROM alpine:3.15 19:26:27 3.15: Pulling from library/alpine 19:26:27 3.15: Pulling from library/alpine 19:26:27 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:26:27 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:26:27 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:26:27 Status: Downloaded newer image for alpine:3.15 19:26:27 Status: Image is up to date for alpine:3.15 19:26:27 Status: Image is up to date for alpine:3.15 19:26:27 ---> 02e0d6fdf486 19:26:27 ---> 02e0d6fdf486 19:26:27 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation'Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:26:27 ---> 02e0d6fdf486 19:26:27 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:26:27 19:26:27 ---> Running in ab4701bdb1df 19:26:27 ---> Running in ed2176bfca97 19:26:27 ---> Running in 0770f8416fab 19:26:28 Removing intermediate container 0770f8416fab 19:26:28 ---> 7c7e58714d27 19:26:28 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:28 Removing intermediate container ed2176bfca97 19:26:28 ---> e5a56cd2a79c 19:26:28 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:28 Removing intermediate container ab4701bdb1df 19:26:28 ---> 5430fb23e03d 19:26:28 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:28 ---> Running in e660de6a2531 19:26:29 ---> Running in e80b582b03e4 19:26:29 ---> Running in ff2c57042980 19:26:33 Removing intermediate container e660de6a2531 19:26:33 ---> 307367f1e692 19:26:33 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:26:33 ---> Running in 87bfd9448440 19:26:33 Removing intermediate container e80b582b03e4 19:26:33 ---> fc6c79c54783 19:26:33 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:26:34 Removing intermediate container ff2c57042980 19:26:34 ---> 59e5aae0d19b 19:26:34 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:26:34 ---> Running in 17a39043354b 19:26:34 ---> Running in 312490f9f1e4 19:26:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:37 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:37 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:37 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:39 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:26:39 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:26:39 OK: 15734 distinct packages available 19:26:39 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:26:39 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:26:39 OK: 15734 distinct packages available 19:26:39 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:26:39 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:26:39 OK: 15734 distinct packages available 19:26:39 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:39 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:39 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:40 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:40 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:40 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:41 (1/5) Installing dumb-init (1.2.5-r1) 19:26:41 (1/5) Installing dumb-init (1.2.5-r1) 19:26:41 (2/5) Installing musl-obstack (1.2.3-r0) 19:26:41 (2/5) Installing musl-obstack (1.2.3-r0) 19:26:41 (1/4) Installing dumb-init (1.2.5-r1) 19:26:41 (3/5) Installing libucontext (1.1-r0) 19:26:41 (3/5) Installing libucontext (1.1-r0) 19:26:41 (2/4) Installing musl-obstack (1.2.3-r0) 19:26:41 (4/5) Installing gcompat (1.0.0-r4) 19:26:41 (4/5) Installing gcompat (1.0.0-r4) 19:26:41 (3/4) Installing libucontext (1.1-r0) 19:26:42 (5/5) Installing openssl (1.1.1q-r0) 19:26:42 (5/5) Installing openssl (1.1.1q-r0) 19:26:42 (4/4) Installing gcompat (1.0.0-r4) 19:26:42 Executing busybox-1.34.1-r7.trigger 19:26:42 Executing busybox-1.34.1-r7.trigger 19:26:42 Executing busybox-1.34.1-r7.trigger 19:26:42 OK: 6 MiB in 18 packages 19:26:42 OK: 6 MiB in 19 packages 19:26:42 OK: 6 MiB in 19 packages 19:26:44 Removing intermediate container 312490f9f1e4 19:26:44 ---> 6d6fc4784e4a 19:26:44 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:26:44 Removing intermediate container 17a39043354b 19:26:44 ---> 384852502c56 19:26:44 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:26:44 Removing intermediate container 87bfd9448440 19:26:44 ---> e932d80d43a6 19:26:44 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:26:51 ---> 84bce82d4bc7 19:26:51 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:26:55 ---> b7f1534cce1d 19:26:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:26:55 ---> 52817daa5cd6 19:26:55 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:26:57 ---> b7ac88fbfc3f 19:26:57 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:26:57 ---> 9fb7c31756ad 19:26:57 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:26:57 ---> Running in 8a3b11ebba4b 19:26:58 Removing intermediate container 8a3b11ebba4b 19:26:58 ---> 4c222d2df4fb 19:26:58 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:26:58 ---> 8d1e4ab25d22 19:26:58 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:27:00 ---> 057f5ef5c4f8 19:27:00 Step 21/26 : WORKDIR / 19:27:00 ---> 07bf9d0a2c6f 19:27:00 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:27:00 ---> Running in b3e1f52d992c 19:27:00 ---> Running in 8958d2c91204 19:27:01 ---> 1acc593a67d3 19:27:01 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:27:01 Removing intermediate container b3e1f52d992c 19:27:01 ---> 6dbaf098921f 19:27:01 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:27:01 Removing intermediate container 8958d2c91204 19:27:01 ---> 84e571bb1d6b 19:27:01 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:27:01 ---> Running in 956e6c5b8fe6 19:27:01 ---> Running in befcd80ad1e2 19:27:02 Removing intermediate container befcd80ad1e2 19:27:02 ---> c21c65bb4ba2 19:27:02 Step 23/25 : LABEL arch=arm64 19:27:02 Removing intermediate container 956e6c5b8fe6 19:27:02 ---> 1793239b6f1d 19:27:02 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:27:02 ---> Running in 60120ce3f22c 19:27:03 ---> Running in 0fae0c8aae89 19:27:03 ---> 556870500645 19:27:03 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:27:03 Removing intermediate container 60120ce3f22c 19:27:03 ---> 158042b74e0b 19:27:03 Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:27:03 ---> Running in aa3cc7bed650 19:27:04 Removing intermediate container 0fae0c8aae89 19:27:04 ---> 2efa4db07abe 19:27:04 Step 24/26 : LABEL arch=arm64 19:27:04 Removing intermediate container aa3cc7bed650 19:27:04 ---> 10a088e760c3 19:27:04 Step 25/25 : LABEL version=0.0.0 19:27:04 ---> Running in 2cc14063680e 19:27:04 ---> Running in a28830111ea6 19:27:04 ---> 15aee463c011 19:27:04 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:27:05 Removing intermediate container 2cc14063680e 19:27:05 ---> 6b258769a91d 19:27:05 Step 25/26 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:27:05 ---> Running in 6b3e9c29aec8 19:27:05 Removing intermediate container a28830111ea6 19:27:05 ---> 2be50426d3be 19:27:05 19:27:06 Removing intermediate container 6b3e9c29aec8 19:27:06 ---> afcd94d34cd3 19:27:06 Step 26/26 : LABEL version=0.0.0 19:27:06 ---> 1f590a8e19ba 19:27:06 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:27:06 ---> Running in da69f5e6dd14 19:27:06 Successfully built 2be50426d3be 19:27:06 Successfully tagged security-spire-server-arm64:latest 19:27:06 ---> Running in 4487542253cd 19:27:06  Building security-spire-server ... done Building security-spiffe-token-provider 19:27:07 Removing intermediate container da69f5e6dd14 19:27:07 ---> 17afed41d5b5 19:27:07 19:27:07 Removing intermediate container 4487542253cd 19:27:07 ---> c19f6536e58a 19:27:07 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:27:07 ---> Running in 1b5f550188e7 19:27:07 Successfully built 17afed41d5b5 19:27:07 Successfully tagged security-spire-config-arm64:latest 19:27:07  Building security-spire-config ... done Building core-data 19:27:07 Removing intermediate container 1b5f550188e7 19:27:07 ---> 48dbae671f94 19:27:07 Step 24/26 : LABEL arch=arm64 19:27:08 ---> Running in f39da57302c0 19:27:08 Removing intermediate container f39da57302c0 19:27:08 ---> d803da9fb3ab 19:27:08 Step 25/26 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:27:08 ---> Running in 08215a65607d 19:27:09 Removing intermediate container 08215a65607d 19:27:09 ---> a93011edb8c4 19:27:09 Step 26/26 : LABEL version=0.0.0 19:27:09 ---> Running in 15cf0ccb420b 19:27:09 Removing intermediate container 15cf0ccb420b 19:27:09 ---> 4cbdd155dd8c 19:27:09 19:27:10 Successfully built 4cbdd155dd8c 19:27:10 Successfully tagged security-spire-agent-arm64:latest 19:27:10  Building security-spire-agent ... done Building security-bootstrapper 19:27:42 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:27:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:27:42 ---> fd2756c72711 19:27:42 Step 3/20 : WORKDIR /edgex-go 19:27:42 ---> Using cache 19:27:42 ---> ed1db27bc0b7 19:27:42 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:27:42 ---> Running in 7edf3b189fc6 19:27:42 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:27:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:27:42 ---> fd2756c72711 19:27:42 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:27:42 ---> Using cache 19:27:42 ---> a64c1ebe0102 19:27:42 Step 4/24 : WORKDIR /edgex-go 19:27:42 ---> Using cache 19:27:42 ---> 02b138204700 19:27:42 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:42 ---> Using cache 19:27:42 ---> c15a60af73ca 19:27:42 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:27:42 ---> Running in cc652e72d87c 19:27:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:42 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:27:42 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:27:42 ---> fd2756c72711 19:27:42 Step 3/33 : WORKDIR /edgex-go 19:27:42 ---> Using cache 19:27:42 ---> ed1db27bc0b7 19:27:42 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:42 ---> Using cache 19:27:42 ---> b637bfd4ab17 19:27:42 Step 5/33 : RUN apk add --update --no-cache make git 19:27:42 ---> Running in 9729502d4df9 19:27:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:43 v3.16.2-312-gb93bd0b546 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:27:43 v3.16.2-311-gdacaca291d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:27:43 OK: 16894 distinct packages available 19:27:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:45 OK: 221 MiB in 51 packages 19:27:46 OK: 221 MiB in 51 packages 19:27:46 OK: 221 MiB in 51 packages 19:27:47 Removing intermediate container 7edf3b189fc6 19:27:47 ---> 9361979ee261 19:27:47 Step 5/20 : COPY go.mod vendor* ./ 19:27:48 Removing intermediate container cc652e72d87c 19:27:48 ---> e3c3e5306710 19:27:48 Step 7/24 : COPY go.mod vendor* ./ 19:27:49 Removing intermediate container 9729502d4df9 19:27:49 ---> c2704d4a6bcf 19:27:49 Step 6/33 : COPY go.mod vendor* ./ 19:27:49 ---> 780a28a3f227 19:27:49 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:27:49 ---> Running in 42ca554f89b9 19:27:50 ---> 3e24062965dd 19:27:50 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:27:50 ---> Running in 5e302e9c4563 19:27:50 ---> b9415fe99f7d 19:27:50 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:27:50 ---> Running in a354d7fe833e 19:29:27 Removing intermediate container 42ca554f89b9 19:29:27 ---> 4614b27f5a17 19:29:27 Step 7/20 : COPY . . 19:29:27 Removing intermediate container a354d7fe833e 19:29:27 ---> d8b4c9d85dda 19:29:27 Step 8/33 : COPY . . 19:29:27 Removing intermediate container 5e302e9c4563 19:29:27 ---> 29e20eadd52c 19:29:27 Step 9/24 : COPY . . 19:29:45 ---> 3db6041bf2ff 19:29:45 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:29:45 ---> fd2ecccb039e 19:29:45 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:29:45 ---> 947cc8b3e092 19:29:45 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:29:45 ---> Running in 995260de1228 19:29:45 ---> Running in cc3fef1bc425 19:29:45 ---> Running in 15677a2e6fc5 19:29:47 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:29:47 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:29:47 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:30:43 Removing intermediate container 0a822786aead 19:30:43 ---> 80ad022ce530 19:30:43 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:30:43 ---> Running in 8c07b797428b 19:30: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:30:46 Removing intermediate container 8c07b797428b 19:30:46 ---> 54a2f5ff9026 19:30:46 19:30:46 Step 11/23 : FROM alpine:3.16 19:30:46 3.16: Pulling from library/alpine 19:30:46 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:30:46 Status: Downloaded newer image for alpine:3.16 19:30:46 ---> a6215f271958 19:30:46 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:30:47 ---> Running in 6ff03e25a29f 19:30:47 Removing intermediate container 6ff03e25a29f 19:30:47 ---> 84dd411b9670 19:30:47 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:30:47 ---> Running in 2576d062f0ca 19:30:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:30:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:30:51 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:30:51 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:30:51 (3/33) Installing readline (8.1.2-r0) 19:30:51 (4/33) Installing bash (5.1.16-r2) 19:30:51 Executing bash-5.1.16-r2.post-install 19:30:51 (5/33) Installing ca-certificates (20220614-r0) 19:30:51 (6/33) Installing brotli-libs (1.0.9-r6) 19:30:51 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:30:51 (8/33) Installing libcurl (7.83.1-r3) 19:30:52 (9/33) Installing curl (7.83.1-r3) 19:30:52 (10/33) Installing docker-cli (20.10.20-r0) 19:30:53 (11/33) Installing dumb-init (1.2.5-r1) 19:30:53 (12/33) Installing libbz2 (1.0.8-r1) 19:30:53 (13/33) Installing expat (2.4.9-r0) 19:30:53 (14/33) Installing libffi (3.4.2-r1) 19:30:53 (15/33) Installing gdbm (1.23-r0) 19:30:53 (16/33) Installing xz-libs (5.2.5-r1) 19:30:53 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:30:53 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:30:53 (19/33) Installing mpdecimal (2.5.1-r1) 19:30:53 (20/33) Installing sqlite-libs (3.38.5-r0) 19:30:53 (21/33) Installing python3 (3.10.5-r0) 19:30:55 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:30:56 (23/33) Installing py3-tomli (2.0.1-r1) 19:30:56 (24/33) Installing py3-pep517 (0.12.0-r2) 19:30:56 (25/33) Installing py3-six (1.16.0-r1) 19:30:56 (26/33) Installing py3-retrying (1.3.3-r3) 19:30:56 (27/33) Installing py3-appdirs (1.4.4-r3) 19:30:56 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:30:56 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:30:56 (30/33) Installing py3-parsing (2.4.7-r3) 19:30:56 (31/33) Installing py3-packaging (21.3-r0) 19:30:56 (32/33) Installing py3-setuptools (59.4.0-r0) 19:30:56 (33/33) Installing py3-pip (22.1.1-r0) 19:30:57 Executing busybox-1.35.0-r17.trigger 19:30:57 Executing ca-certificates-20220614-r0.trigger 19:30:57 OK: 120 MiB in 47 packages 19:31:16 Collecting docker-compose==1.23.2 19:31:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:31:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 12.4 MB/s eta 0:00:00 19:31:16 Collecting cached-property<2,>=1.2.0 19:31:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:31:16 Collecting docker<4.0,>=3.6.0 19:31:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:31:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 10.3 MB/s eta 0:00:00 19:31:16 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:31:17 Collecting jsonschema<3,>=2.5.1 19:31:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:31:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:31:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:31:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 15.9 MB/s eta 0:00:00 19:31:19 Collecting dockerpty<0.5,>=0.4.1 19:31:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:31:19 Preparing metadata (setup.py): started 19:31:22 Preparing metadata (setup.py): finished with status 'done' 19:31:22 Collecting websocket-client<1.0,>=0.32.0 19:31:22 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:31:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 15.6 MB/s eta 0:00:00 19:31:23 Collecting PyYAML<4,>=3.10 19:31:23 Downloading PyYAML-3.13.tar.gz (270 kB) 19:31:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 7.6 MB/s eta 0:00:00 19:31:25 Preparing metadata (setup.py): started 19:31:29 Preparing metadata (setup.py): finished with status 'done' 19:31:29 Collecting docopt<0.7,>=0.6.1 19:31:29 Downloading docopt-0.6.2.tar.gz (25 kB) 19:31:29 Preparing metadata (setup.py): started 19:31:31 Preparing metadata (setup.py): finished with status 'done' 19:31:32 Collecting texttable<0.10,>=0.9.0 19:31:32 Downloading texttable-0.9.1.tar.gz (11 kB) 19:31:32 Preparing metadata (setup.py): started 19:31:36 Preparing metadata (setup.py): finished with status 'done' 19:31:36 Collecting docker-pycreds>=0.4.0 19:31:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:31:38 Collecting certifi>=2017.4.17 19:31:38 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:31:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 16.8 MB/s eta 0:00:00 19:31:38 Removing intermediate container 2335b4547f39 19:31:38 ---> 025df58b5e09 19:31:38 19:31:38 Step 11/25 : FROM alpine:3.16 19:31:38 ---> a6215f271958 19:31:38 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:31:38 ---> Running in 24009a865279 19:31:38 Collecting idna<2.8,>=2.5 19:31:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:31:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 2.0 MB/s eta 0:00:00 19:31:39 Collecting chardet<3.1.0,>=3.0.2 19:31:39 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:31:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 4.3 MB/s eta 0:00:00 19:31:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:31:40 Collecting urllib3<1.25,>=1.21.1 19:31:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:31:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 11.6 MB/s eta 0:00:00 19:31:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:31:41 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:31:41 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:31:41 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:31:41 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:31:42 (1/1) Installing dumb-init (1.2.5-r1) 19:31:42 Executing busybox-1.35.0-r17.trigger 19:31:42 OK: 5 MiB in 15 packages 19:31:43 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:31:43 Running setup.py install for texttable: started 19:31:44 Removing intermediate container 24009a865279 19:31:44 ---> 7d55ff632295 19:31:44 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:31:44 ---> Running in 5b1246e78de3 19:31:44 Removing intermediate container 5b1246e78de3 19:31:44 ---> 5c770a1d5446 19:31:44 Step 14/25 : ENV APP_PORT=59881 19:31:44 ---> Running in a57c2579ee82 19:31:44 Removing intermediate container a57c2579ee82 19:31:44 ---> 9f494d8c744f 19:31:44 Step 15/25 : EXPOSE $APP_PORT 19:31:45 ---> Running in cf9d88808c29 19:31:45 Removing intermediate container cf9d88808c29 19:31:45 ---> 0d597c66029d 19:31:45 Step 16/25 : WORKDIR / 19:31:45 ---> Running in 4f703119c678 19:31:46 Removing intermediate container 4f703119c678 19:31:46 ---> fde5c646fb12 19:31:46 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:46 Running setup.py install for texttable: finished with status 'done' 19:31:46 Running setup.py install for PyYAML: started 19:31:47 ---> 01d4048609c4 19:31:47 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:31:49 ---> 6ec88043b6f6 19:31:49 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:31:50 ---> d50e74e0f239 19:31:50 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:31:51 ---> 04d4e6515a25 19:31:51 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:31:51 ---> Running in 0fbdda503416 19:31:51 Running setup.py install for PyYAML: finished with status 'done' 19:31:51 Removing intermediate container 0fbdda503416 19:31:51 ---> 3bb23e9c894c 19:31:51 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:51 ---> Running in d8d295a199b7 19:31:52 Removing intermediate container d8d295a199b7 19:31:52 ---> a5ec19e5db38 19:31:52 Step 23/25 : LABEL arch=arm64 19:31:52 ---> Running in da436d4eefc1 19:31:53 Removing intermediate container da436d4eefc1 19:31:53 ---> 923566440302 19:31:53 Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:31:53 ---> Running in bd11794b4c95 19:31:53 Running setup.py install for docopt: started 19:31:53 Removing intermediate container bd11794b4c95 19:31:53 ---> 6bfb802e179b 19:31:53 Step 25/25 : LABEL version=0.0.0 19:31:53 ---> Running in cf7dbb196cca 19:31:54 Removing intermediate container cf7dbb196cca 19:31:54 ---> 9e5a2342eb7c 19:31:54 19:31:54 Successfully built 9e5a2342eb7c 19:31:54 Successfully tagged core-metadata-arm64:latest 19:31:54  Building core-metadata ... done Building support-scheduler 19:31:57 Running setup.py install for docopt: finished with status 'done' 19:32:00 Running setup.py install for dockerpty: started 19:32:05 Running setup.py install for dockerpty: finished with status 'done' 19:32:12 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:32:12 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:32:12 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:32:12 ---> fd2756c72711 19:32:12 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:32:12 ---> Using cache 19:32:12 ---> a64c1ebe0102 19:32:12 Step 4/23 : WORKDIR /edgex-go 19:32:12 ---> Using cache 19:32:12 ---> 02b138204700 19:32:12 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:12 ---> Using cache 19:32:12 ---> c15a60af73ca 19:32:12 Step 6/23 : RUN apk add --update --no-cache make git 19:32:12 ---> Using cache 19:32:12 ---> 6763ae27305d 19:32:12 Step 7/23 : COPY go.mod vendor* ./ 19:32:12 ---> Using cache 19:32:12 ---> 252e2dbea87b 19:32:12 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:12 ---> Using cache 19:32:12 ---> a924e49db114 19:32:12 Step 9/23 : COPY . . 19:32:12 ---> Using cache 19:32:12 ---> 877e8d60b3c1 19:32:12 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:32:12 ---> Running in 1e97797189ae 19:32:14 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:32:29 Removing intermediate container 2576d062f0ca 19:32:29 ---> e9b48afb03f9 19:32:29 Step 14/23 : ENV APP_PORT=58890 19:32:29 ---> Running in 5dbaf7223d5e 19:32:29 Removing intermediate container 5dbaf7223d5e 19:32:29 ---> 943fad56e0f6 19:32:29 Step 15/23 : EXPOSE $APP_PORT 19:32:29 ---> Running in 78a60caec0d6 19:32:30 Removing intermediate container 78a60caec0d6 19:32:30 ---> 06f6b5e3c555 19:32:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:32:31 ---> 207d61b904e9 19:32:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:32:32 ---> 2efbcf2b4388 19:32:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:32:33 ---> ecd19c8914c6 19:32:33 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:32:33 ---> Running in c77668f76f45 19:32:34 Removing intermediate container c77668f76f45 19:32:34 ---> ed2c6387a923 19:32:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:32:34 ---> Running in eb04214e8b9b 19:32:35 Removing intermediate container eb04214e8b9b 19:32:35 ---> f3d849fd455f 19:32:35 Step 21/23 : LABEL arch=arm64 19:32:35 ---> Running in ad7c444e90b4 19:32:35 Removing intermediate container ad7c444e90b4 19:32:35 ---> 272149b92dd8 19:32:35 Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:32:36 ---> Running in c01627a82323 19:32:36 Removing intermediate container c01627a82323 19:32:36 ---> 83030d7dd23a 19:32:36 Step 23/23 : LABEL version=0.0.0 19:32:36 ---> Running in ed6966d3fb07 19:32:37 Removing intermediate container ed6966d3fb07 19:32:37 ---> 319298428990 19:32:37 19:32:37 Successfully built 319298428990 19:32:37 Successfully tagged sys-mgmt-agent-arm64:latest 19:32:37 Building security-secretstore-setup 19:32:59  Building sys-mgmt-agent ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:59 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:32:59 ---> fd2756c72711 19:32:59 Step 3/25 : WORKDIR /edgex-go 19:32:59 ---> Using cache 19:32:59 ---> ed1db27bc0b7 19:32:59 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:59 ---> Using cache 19:32:59 ---> b637bfd4ab17 19:32:59 Step 5/25 : RUN apk add --update --no-cache make git 19:32:59 ---> Using cache 19:32:59 ---> c2704d4a6bcf 19:32:59 Step 6/25 : COPY go.mod vendor* ./ 19:32:59 ---> Using cache 19:32:59 ---> b9415fe99f7d 19:32:59 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:59 ---> Using cache 19:32:59 ---> d8b4c9d85dda 19:32:59 Step 8/25 : COPY . . 19:32:59 ---> Using cache 19:32:59 ---> 3db6041bf2ff 19:32:59 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:32:59 ---> Running in 3c04b022dc17 19:33: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:36:22 Removing intermediate container 995260de1228 19:36:22 ---> 81842095910a 19:36:22 19:36:22 Step 10/33 : FROM alpine:3.16 19:36:22 ---> a6215f271958 19:36:22 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:36:22 ---> Running in 53ef38b2ade8 19:36:22 Removing intermediate container 53ef38b2ade8 19:36:22 ---> 457a7bb9b4b5 19:36:22 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:36:22 ---> Running in a5e179371ccb 19:36:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:36:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:36:22 (1/2) Installing dumb-init (1.2.5-r1) 19:36:22 (2/2) Installing su-exec (0.2-r1) 19:36:22 Executing busybox-1.35.0-r17.trigger 19:36:22 OK: 5 MiB in 16 packages 19:36:22 Removing intermediate container a5e179371ccb 19:36:22 ---> 50a386c817cd 19:36:22 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:36:22 ---> Running in 28d5120b9fd6 19:36:22 Removing intermediate container 28d5120b9fd6 19:36:22 ---> 374dbb69c327 19:36:22 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:36:22 ---> Running in 1b7e2989b98f 19:36:22 Removing intermediate container 1b7e2989b98f 19:36:22 ---> 156c3cb61024 19:36:22 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:36:22 ---> Running in a486cfe6ca1e 19:36:22 Removing intermediate container a486cfe6ca1e 19:36:22 ---> e314c193e136 19:36:22 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:36:22 ---> Running in 3ac631aa4a11 19:36:22 Removing intermediate container 3ac631aa4a11 19:36:22 ---> 0cedde358684 19:36:22 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:36:22 ---> Running in d0a3db337af6 19:36:23 Removing intermediate container d0a3db337af6 19:36:23 ---> e0efb6f2a21a 19:36:23 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:36:23 ---> Running in 5e59aff9b67d 19:36:24 Removing intermediate container 5e59aff9b67d 19:36:24 ---> b37fca34a01c 19:36:24 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:36:25 ---> a62a2103160f 19:36:25 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:36:25 ---> Running in 1c62d2b540fa 19:36:29 Removing intermediate container 1c62d2b540fa 19:36:29 ---> 5b717af349fe 19:36:29 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:36:29 ---> c0ccdd8a5c77 19:36:29 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:36:31 ---> aee4b70b6ebe 19:36:31 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:36:32 ---> 9a46d679d5c6 19:36:32 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:36:33 ---> 9cf9eb988033 19:36:33 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:36:34 ---> d48a05a5c22e 19:36:34 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:36:35 ---> fed949d2154c 19:36:35 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:36:36 ---> 4971b86a061d 19:36:36 Step 28/33 : RUN chmod +x /entrypoint.sh 19:36:36 ---> Running in da37666dad14 19:36:39 Removing intermediate container da37666dad14 19:36:39 ---> b5f893038914 19:36:39 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:36:39 ---> Running in 76c628ec6ccd 19:36:40 Removing intermediate container 76c628ec6ccd 19:36:40 ---> 0d6afda42580 19:36:40 Step 30/33 : CMD ["gate"] 19:36:40 ---> Running in 017dca18655b 19:36:41 Removing intermediate container 017dca18655b 19:36:41 ---> 6e52912a9e74 19:36:41 Step 31/33 : LABEL arch=arm64 19:36:41 ---> Running in 08dc75f874b0 19:36:41 Removing intermediate container 08dc75f874b0 19:36:41 ---> f9c1ce3a5260 19:36:41 Step 32/33 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:36:41 ---> Running in 44cce037cb4d 19:36:42 Removing intermediate container 44cce037cb4d 19:36:42 ---> aa96821fed17 19:36:42 Step 33/33 : LABEL version=0.0.0 19:36:42 ---> Running in 7816f42a85bf 19:36:42 Removing intermediate container 7816f42a85bf 19:36:43 ---> 2942c761d75f 19:36:43 19:36:43 Successfully built 2942c761d75f 19:36:43 Successfully tagged security-bootstrapper-arm64:latest 19:36:43  Building security-bootstrapper ... done Building security-proxy-setup 19:37:01 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:37:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:37:01 ---> fd2756c72711 19:37:01 Step 3/22 : WORKDIR /edgex-go 19:37:01 ---> Using cache 19:37:01 ---> ed1db27bc0b7 19:37:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:37:01 ---> Using cache 19:37:01 ---> b637bfd4ab17 19:37:01 Step 5/22 : RUN apk add --update --no-cache make git 19:37:01 ---> Using cache 19:37:01 ---> c2704d4a6bcf 19:37:01 Step 6/22 : COPY go.mod vendor* ./ 19:37:01 ---> Using cache 19:37:01 ---> b9415fe99f7d 19:37:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:01 ---> Using cache 19:37:01 ---> d8b4c9d85dda 19:37:01 Step 8/22 : COPY . . 19:37:01 ---> Using cache 19:37:01 ---> 3db6041bf2ff 19:37:01 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:37:01 ---> Running in 36e882e1fb36 19:37:01 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:37:58 Removing intermediate container 15677a2e6fc5 19:37:58 ---> 848233b02c96 19:37:58 19:37:58 Step 11/24 : FROM alpine:3.16 19:37:58 ---> a6215f271958 19:37:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:37:58 ---> Running in 5cd941edb6fb 19:37:58 Removing intermediate container 5cd941edb6fb 19:37:58 ---> 905289b41984 19:37:58 Step 13/24 : ENV APP_PORT=59880 19:37:58 ---> Running in f08dfcaf11cd 19:37:58 Removing intermediate container f08dfcaf11cd 19:37:58 ---> 99f53257ba3e 19:37:58 Step 14/24 : EXPOSE $APP_PORT 19:37:58 ---> Running in 37141f89a811 19:37:58 Removing intermediate container 37141f89a811 19:37:58 ---> 08c4f350914a 19:37:58 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:37:58 ---> Running in 4893966aee4e 19:37:58 Removing intermediate container 4893966aee4e 19:37:58 ---> be38d6b93cb3 19:37:58 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:37:58 ---> Running in 28f32f3616e0 19:37:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:37:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:37:59 (1/6) Installing dumb-init (1.2.5-r1) 19:37:59 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:38:00 (3/6) Installing libsodium (1.0.18-r0) 19:38:00 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:38:00 (5/6) Installing libzmq (4.3.4-r0) 19:38:00 (6/6) Installing zeromq (4.3.4-r0) 19:38:00 Executing busybox-1.35.0-r17.trigger 19:38:00 OK: 8 MiB in 20 packages 19:38:02 Removing intermediate container 28f32f3616e0 19:38:02 ---> 83423bebb1ed 19:38:02 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:38:03 ---> 54d480f29c26 19:38:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:38:04 ---> ae8ebb9b6f22 19:38:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:38:05 ---> 9c672ffc70e7 19:38:05 Step 20/24 : ENTRYPOINT ["/core-data"] 19:38:06 ---> Running in 06aa827e68f4 19:38:06 Removing intermediate container 06aa827e68f4 19:38:06 ---> bbcfa2eaf595 19:38:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:38:06 ---> Running in ca483a03f7b3 19:38:07 Removing intermediate container ca483a03f7b3 19:38:07 ---> e710ab0c3c74 19:38:07 Step 22/24 : LABEL arch=arm64 19:38:07 ---> Running in f56b2b565145 19:38:07 Removing intermediate container f56b2b565145 19:38:07 ---> 53256b713b4f 19:38:07 Step 23/24 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:38:08 ---> Running in b87f86637f60 19:38:08 Removing intermediate container b87f86637f60 19:38:08 ---> 31aa75102b46 19:38:08 Step 24/24 : LABEL version=0.0.0 19:38:08 ---> Running in bb230fd6a5a5 19:38:09 Removing intermediate container bb230fd6a5a5 19:38:09 ---> 0815cceec1dc 19:38:09 19:38:09 Successfully built 0815cceec1dc 19:38:09 Successfully tagged core-data-arm64:latest 19:38:09 Building core-command 19:38:27  Building core-data ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:38:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:38:27 ---> fd2756c72711 19:38:27 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:38:27 ---> Using cache 19:38:27 ---> a64c1ebe0102 19:38:27 Step 4/24 : WORKDIR /edgex-go 19:38:27 ---> Using cache 19:38:27 ---> 02b138204700 19:38:27 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:27 ---> Using cache 19:38:27 ---> c15a60af73ca 19:38:27 Step 6/24 : RUN apk add --update --no-cache make git 19:38:27 ---> Using cache 19:38:27 ---> 6763ae27305d 19:38:27 Step 7/24 : COPY go.mod vendor* ./ 19:38:27 ---> Using cache 19:38:27 ---> 252e2dbea87b 19:38:27 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:38:27 ---> Using cache 19:38:27 ---> a924e49db114 19:38:27 Step 9/24 : COPY . . 19:38:27 ---> Using cache 19:38:27 ---> 877e8d60b3c1 19:38:27 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:38:27 ---> Running in 54dda988bd2f 19:38:28 Removing intermediate container cc3fef1bc425 19:38:28 ---> 98c398719b01 19:38:28 19:38:28 Step 9/20 : FROM alpine:3.15 19:38:28 ---> 02e0d6fdf486 19:38:28 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:38:28 ---> Using cache 19:38:28 ---> 5430fb23e03d 19:38:28 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:28 ---> Using cache 19:38:28 ---> 59e5aae0d19b 19:38:28 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:38:28 ---> Running in d856b89ca886 19:38:30 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:38:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:38:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:38:33 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:38:33 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:38:33 OK: 15734 distinct packages available 19:38:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:38:34 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:38:35 (1/9) Installing ca-certificates (20220614-r0) 19:38:36 (2/9) Installing brotli-libs (1.0.9-r5) 19:38:36 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:38:36 (4/9) Installing libcurl (7.80.0-r3) 19:38:36 (5/9) Installing curl (7.80.0-r3) 19:38:36 (6/9) Installing dumb-init (1.2.5-r1) 19:38:37 (7/9) Installing musl-obstack (1.2.3-r0) 19:38:37 (8/9) Installing libucontext (1.1-r0) 19:38:37 (9/9) Installing gcompat (1.0.0-r4) 19:38:37 Executing busybox-1.34.1-r7.trigger 19:38:37 Executing ca-certificates-20220614-r0.trigger 19:38:37 OK: 8 MiB in 23 packages 19:38:40 Removing intermediate container d856b89ca886 19:38:40 ---> 7f55857a4b5c 19:38:40 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:38:41 ---> ef6785187ec2 19:38:41 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:38:43 ---> f0346056e60b 19:38:43 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:38:43 ---> 594bd6bf351d 19:38:43 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:38:43 ---> Running in de899d6ccb8e 19:38:44 Removing intermediate container de899d6ccb8e 19:38:44 ---> 987687c644eb 19:38:44 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:38:44 ---> Running in d3623f31846b 19:38:45 Removing intermediate container d3623f31846b 19:38:45 ---> 80d2db14dc88 19:38:45 Step 18/20 : LABEL arch=arm64 19:38:45 ---> Running in bf641499f2a6 19:38:45 Removing intermediate container bf641499f2a6 19:38:45 ---> c3fc41f8adbb 19:38:45 Step 19/20 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:38:45 ---> Running in 1c0060dcd9a9 19:38:46 Removing intermediate container 1c0060dcd9a9 19:38:46 ---> 9a7d7535546e 19:38:46 Step 20/20 : LABEL version=0.0.0 19:38:46 ---> Running in da7a2b48ef70 19:38:46 Removing intermediate container da7a2b48ef70 19:38:46 ---> 173c0771c55a 19:38:46 19:38:47 Successfully built 173c0771c55a 19:38:47 Successfully tagged security-spiffe-token-provider-arm64:latest 19:38:47  Building security-spiffe-token-provider ... done Building support-notifications 19:38:51 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:39:06 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:39:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:39:06 ---> fd2756c72711 19:39:06 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:39:06 ---> Using cache 19:39:06 ---> a64c1ebe0102 19:39:06 Step 4/23 : WORKDIR /edgex-go 19:39:06 ---> Using cache 19:39:06 ---> 02b138204700 19:39:06 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:39:06 ---> Using cache 19:39:06 ---> c15a60af73ca 19:39:06 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:39:06 ---> Running in 19967eb6aa00 19:39:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:10 OK: 221 MiB in 51 packages 19:39:13 Removing intermediate container 19967eb6aa00 19:39:13 ---> 8da0a12abc85 19:39:13 Step 7/23 : COPY go.mod vendor* ./ 19:39:14 ---> eca3498c2af6 19:39:14 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:14 ---> Running in ec3b643ee92e 19:39:14 Removing intermediate container 3c04b022dc17 19:39:14 ---> 99ebf174bc19 19:39:14 19:39:14 Step 10/25 : FROM alpine:3.16 19:39:14 ---> a6215f271958 19:39:14 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:39:15 ---> Running in 5f3a489b3315 19:39:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:19 (1/3) Installing ca-certificates (20220614-r0) 19:39:19 (2/3) Installing dumb-init (1.2.5-r1) 19:39:19 (3/3) Installing su-exec (0.2-r1) 19:39:19 Executing busybox-1.35.0-r17.trigger 19:39:19 Executing ca-certificates-20220614-r0.trigger 19:39:19 OK: 6 MiB in 17 packages 19:39:22 Removing intermediate container 5f3a489b3315 19:39:22 ---> 925b36f413a7 19:39:22 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:39:22 ---> Running in b9cf4ba033d4 19:39:22 Removing intermediate container b9cf4ba033d4 19:39:22 ---> 972e4d788c53 19:39:22 Step 13/25 : WORKDIR / 19:39:22 ---> Running in 4274164fb30b 19:39:23 Removing intermediate container 4274164fb30b 19:39:23 ---> fad2bd6bf8e7 19:39:23 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:39:24 ---> de0782dbe4cd 19:39:24 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:39:25 ---> 7b5dc476f1d7 19:39:25 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:39:26 ---> d77b0c14ca18 19:39:26 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:39:27 ---> 406f9273ecad 19:39:27 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:39:28 ---> 9c61a6544ad7 19:39:28 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:39:30 ---> 9e605615ff27 19:39:30 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:39:31 ---> 9f36922dcb36 19:39:31 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:39:31 ---> Running in 4f309bbeaca4 19:39:35 Removing intermediate container 4f309bbeaca4 19:39:35 ---> c3959730411b 19:39:35 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:39:35 ---> Running in aa6c41d65d60 19:39:36 Removing intermediate container aa6c41d65d60 19:39:36 ---> 8a12381fd248 19:39:36 Step 23/25 : LABEL arch=arm64 19:39:36 ---> Running in a4d3165f80c3 19:39:36 Removing intermediate container a4d3165f80c3 19:39:37 ---> db1374cb9a64 19:39:37 Step 24/25 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:39:37 ---> Running in ecf283e9d78c 19:39:37 Removing intermediate container ecf283e9d78c 19:39:37 ---> da96d1227aab 19:39:37 Step 25/25 : LABEL version=0.0.0 19:39:37 ---> Running in 27f55fd22306 19:39:38 Removing intermediate container 27f55fd22306 19:39:38 ---> f4cb7be47273 19:39:38 19:39:38 Successfully built f4cb7be47273 19:39:38 Successfully tagged security-secretstore-setup-arm64:latest 19:40:17  Building security-secretstore-setup ... done Removing intermediate container ec3b643ee92e 19:40:17 ---> 789f3aab9596 19:40:17 Step 9/23 : COPY . . 19:40:25 ---> 1f6ae14796fb 19:40:25 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:40:25 ---> Running in 0e6483bc2aa1 19:40:26 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:41:48 Removing intermediate container 1e97797189ae 19:41:48 ---> 9d8cb3e91ee5 19:41:48 19:41:48 Step 11/23 : FROM alpine:3.16 19:41:48 ---> a6215f271958 19:41:48 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:41:48 ---> Using cache 19:41:48 ---> 7d55ff632295 19:41:48 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:41:48 ---> Using cache 19:41:48 ---> 5c770a1d5446 19:41:48 Step 14/23 : ENV APP_PORT=59861 19:41:48 ---> Running in 1ce402c4a1e3 19:41:48 Removing intermediate container 1ce402c4a1e3 19:41:48 ---> 8ca88dbd6dc1 19:41:48 Step 15/23 : EXPOSE $APP_PORT 19:41:48 ---> Running in bf250052ceb2 19:41:48 Removing intermediate container bf250052ceb2 19:41:48 ---> 0380dabdf0db 19:41:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:41:48 ---> 6ab10720bcbc 19:41:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:41:48 ---> 9b14ce7e3dcd 19:41:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:41:48 ---> 027a11818583 19:41:48 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:41:48 ---> Running in 0da108ee4b78 19:41:49 Removing intermediate container 0da108ee4b78 19:41:49 ---> aa0a77bb07dd 19:41:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:41:49 ---> Running in 1534d77b3945 19:41:50 Removing intermediate container 1534d77b3945 19:41:50 ---> 615a3d03c18a 19:41:50 Step 21/23 : LABEL arch=arm64 19:41:50 ---> Running in 4b8530875882 19:41:50 Removing intermediate container 4b8530875882 19:41:50 ---> 3eb3b5b68cbf 19:41:50 Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:41:50 ---> Running in 5aa0dec25b57 19:41:51 Removing intermediate container 5aa0dec25b57 19:41:51 ---> d7d9be4314ac 19:41:51 Step 23/23 : LABEL version=0.0.0 19:41:51 ---> Running in cc3dff2198c1 19:41:52 Removing intermediate container cc3dff2198c1 19:41:52 ---> adefcee08b69 19:41:52 19:41:52 Successfully built adefcee08b69 19:41:52 Successfully tagged support-scheduler-arm64:latest 19:42:02  Building support-scheduler ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:42:20 Removing intermediate container 36e882e1fb36 19:42:20 ---> 8f52c57d76d6 19:42:20 19:42:20 Step 10/22 : FROM alpine:3.16 19:42:20 ---> a6215f271958 19:42:20 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:42:20 ---> Running in 5437a7be4363 19:42:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:42:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:42:23 (1/6) Installing ca-certificates (20220614-r0) 19:42:23 (2/6) Installing brotli-libs (1.0.9-r6) 19:42:23 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:42:23 (4/6) Installing libcurl (7.83.1-r3) 19:42:23 (5/6) Installing curl (7.83.1-r3) 19:42:23 (6/6) Installing dumb-init (1.2.5-r1) 19:42:23 Executing busybox-1.35.0-r17.trigger 19:42:23 Executing ca-certificates-20220614-r0.trigger 19:42:24 OK: 8 MiB in 20 packages 19:42:26 Removing intermediate container 5437a7be4363 19:42:26 ---> f605065d058a 19:42:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:42:26 ---> Running in 836422f25490 19:42:27 Removing intermediate container 836422f25490 19:42:27 ---> 2fdc00b06169 19:42:27 Step 13/22 : WORKDIR /edgex 19:42:27 ---> Running in 659b199fbbcb 19:42:27 Removing intermediate container 659b199fbbcb 19:42:27 ---> c118746f0c5a 19:42:27 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:42:28 ---> bed3d1257681 19:42:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:42:30 ---> 8505298ec028 19:42:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:42:31 ---> e48289f59b24 19:42:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:42:32 ---> d6821a93cab9 19:42:32 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:42:32 ---> Running in 0d8951b458df 19:42:36 Removing intermediate container 0d8951b458df 19:42:36 ---> a612c88128a4 19:42:36 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:42:36 ---> Running in 49219c0dbb6a 19:42:36 Removing intermediate container 49219c0dbb6a 19:42:36 ---> a6bd890c8a07 19:42:36 Step 20/22 : LABEL arch=arm64 19:42:36 ---> Running in 51cb657f7f43 19:42:37 Removing intermediate container 51cb657f7f43 19:42:37 ---> 8d6bbfaf6b8e 19:42:37 Step 21/22 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:42:37 ---> Running in c8123c6e165d 19:42:37 Removing intermediate container c8123c6e165d 19:42:37 ---> ee12a0bbab38 19:42:37 Step 22/22 : LABEL version=0.0.0 19:42:37 ---> Running in afb4eb080d51 19:42:38 Removing intermediate container afb4eb080d51 19:42:38 ---> 52c87133de87 19:42:38 19:42:38 Successfully built 52c87133de87 19:42:38 Successfully tagged security-proxy-setup-arm64:latest 19:43:17  Building security-proxy-setup ... done Removing intermediate container 54dda988bd2f 19:43:17 ---> 070017cf6397 19:43:17 19:43:17 Step 11/24 : FROM alpine:3.16 19:43:17 ---> a6215f271958 19:43:17 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:43:17 ---> Using cache 19:43:17 ---> 7d55ff632295 19:43:17 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:43:17 ---> Using cache 19:43:17 ---> 5c770a1d5446 19:43:17 Step 14/24 : ENV APP_PORT=59882 19:43:17 ---> Running in 8e4b45341ddc 19:43:17 Removing intermediate container 8e4b45341ddc 19:43:17 ---> 6b0f6b3ece4f 19:43:17 Step 15/24 : EXPOSE $APP_PORT 19:43:17 ---> Running in a2e61a9f24fc 19:43:17 Removing intermediate container a2e61a9f24fc 19:43:17 ---> fcb2227786e8 19:43:17 Step 16/24 : WORKDIR / 19:43:17 ---> Running in 0e04ace4e208 19:43:17 Removing intermediate container 0e04ace4e208 19:43:17 ---> 80ab56f1e597 19:43:17 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:17 ---> b3a2351cf503 19:43:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:43:17 ---> 2e975624fd64 19:43:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:43:17 ---> eea0df0a78fb 19:43:17 Step 20/24 : ENTRYPOINT ["/core-command"] 19:43:17 ---> Running in 6fb2876a7fae 19:43:18 Removing intermediate container 6fb2876a7fae 19:43:18 ---> 59c30c12e3b0 19:43:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:18 ---> Running in c784e39ad00a 19:43:19 Removing intermediate container c784e39ad00a 19:43:19 ---> 50579dc3a252 19:43:19 Step 22/24 : LABEL arch=arm64 19:43:19 ---> Running in bf3f0b02762e 19:43:19 Removing intermediate container bf3f0b02762e 19:43:19 ---> dafffbf967a7 19:43:19 Step 23/24 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:43:19 ---> Running in ee66be6801b0 19:43:20 Removing intermediate container ee66be6801b0 19:43:20 ---> 7925ab9ab3e5 19:43:20 Step 24/24 : LABEL version=0.0.0 19:43:20 ---> Running in c505c0c42d7c 19:43:20 Removing intermediate container c505c0c42d7c 19:43:20 ---> 9a17c9ad3d7f 19:43:20 19:43:21 Successfully built 9a17c9ad3d7f 19:43:21 Successfully tagged core-command-arm64:latest 19:44:17  Building core-command ... done Removing intermediate container 0e6483bc2aa1 19:44:17 ---> 017c40188f70 19:44:17 19:44:17 Step 11/23 : FROM alpine:3.16 19:44:17 ---> a6215f271958 19:44:17 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:44:17 ---> Running in 8b6a2347c151 19:44:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:44:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:44:17 (1/2) Installing ca-certificates (20220614-r0) 19:44:17 (2/2) Installing dumb-init (1.2.5-r1) 19:44:17 Executing busybox-1.35.0-r17.trigger 19:44:17 Executing ca-certificates-20220614-r0.trigger 19:44:17 OK: 6 MiB in 16 packages 19:44:18 Removing intermediate container 8b6a2347c151 19:44:18 ---> 7b1a1c716289 19:44:18 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:44:18 ---> Running in 9fc452e61eda 19:44:18 Removing intermediate container 9fc452e61eda 19:44:18 ---> e9b75c88fd31 19:44:18 Step 14/23 : ENV APP_PORT=59860 19:44:18 ---> Running in adabbdb87326 19:44:19 Removing intermediate container adabbdb87326 19:44:19 ---> 1b99442b3924 19:44:19 Step 15/23 : EXPOSE $APP_PORT 19:44:19 ---> Running in b74e659dc765 19:44:19 Removing intermediate container b74e659dc765 19:44:19 ---> 2e5f53804fa4 19:44:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:44:19 ---> 4108a26c176e 19:44:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:44:21 ---> c74e8e494c9f 19:44:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:44:21 ---> 64a2736f16a4 19:44:21 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:44:21 ---> Running in b0b52e535ccf 19:44:22 Removing intermediate container b0b52e535ccf 19:44:22 ---> 41e89836ed63 19:44:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:44:22 ---> Running in 1da22fe4b3b7 19:44:22 Removing intermediate container 1da22fe4b3b7 19:44:22 ---> da8a54f9ac8e 19:44:22 Step 21/23 : LABEL arch=arm64 19:44:22 ---> Running in 9602f7b4a7cc 19:44:22 Removing intermediate container 9602f7b4a7cc 19:44:22 ---> 6a6b89c3a62a 19:44:22 Step 22/23 : LABEL git_sha=057950bd39e91f49afd3a6cd394a632e195629da 19:44:22 ---> Running in 946e713114fa 19:44:23 Removing intermediate container 946e713114fa 19:44:23 ---> 9022b0ccb8ee 19:44:23 Step 23/23 : LABEL version=0.0.0 19:44:23 ---> Running in 319455e95b6c 19:44:23 Removing intermediate container 319455e95b6c 19:44:23 ---> 0fa283391c0f 19:44:23 19:44:23 Successfully built 0fa283391c0f 19:44:23 Successfully tagged support-notifications-arm64:latest 19:44:23  Building support-notifications ... done  [Pipeline] } 19:44:24 $ docker stop --time=1 537fcd2691895c3336a4cb4b13f8da84ae289ca0d1eb52be2346446cee90d505 19:44:25 $ docker rm -f 537fcd2691895c3336a4cb4b13f8da84ae289ca0d1eb52be2346446cee90d505 [Pipeline] // withDockerContainer [Pipeline] sh 19:44:26 + docker images 19:44:26 REPOSITORY TAG IMAGE ID CREATED SIZE 19:44:26 support-notifications-arm64 latest 0fa283391c0f 3 seconds ago 29.1MB 19:44:26 017c40188f70 13 seconds ago 1.47GB 19:44:26 core-command-arm64 latest 9a17c9ad3d7f About a minute ago 16.8MB 19:44:26 070017cf6397 About a minute ago 1.41GB 19:44:26 security-proxy-setup-arm64 latest 52c87133de87 About a minute ago 26.5MB 19:44:26 8f52c57d76d6 2 minutes ago 1.4GB 19:44:26 support-scheduler-arm64 latest adefcee08b69 2 minutes ago 28.5MB 19:44:26 9d8cb3e91ee5 2 minutes ago 1.47GB 19:44:26 security-secretstore-setup-arm64 latest f4cb7be47273 4 minutes ago 28.2MB 19:44:26 99ebf174bc19 5 minutes ago 1.4GB 19:44:26 security-spiffe-token-provider-arm64 latest 173c0771c55a 5 minutes ago 28.4MB 19:44:26 98c398719b01 5 minutes ago 1.44GB 19:44:26 core-data-arm64 latest 0815cceec1dc 6 minutes ago 20.7MB 19:44:26 848233b02c96 6 minutes ago 1.42GB 19:44:26 security-bootstrapper-arm64 latest 2942c761d75f 7 minutes ago 19.1MB 19:44:26 81842095910a 8 minutes ago 1.4GB 19:44:26 sys-mgmt-agent-arm64 latest 319298428990 11 minutes ago 133MB 19:44:26 core-metadata-arm64 latest 9e5a2342eb7c 12 minutes ago 17.6MB 19:44:26 025df58b5e09 12 minutes ago 1.41GB 19:44:26 54a2f5ff9026 13 minutes ago 1.39GB 19:44:26 security-spire-agent-arm64 latest 4cbdd155dd8c 17 minutes ago 122MB 19:44:26 security-spire-config-arm64 latest 17afed41d5b5 17 minutes ago 83.6MB 19:44:26 security-spire-server-arm64 latest 2be50426d3be 17 minutes ago 84.3MB 19:44:26 72b8bde32068 18 minutes ago 1.28GB 19:44:26 80204240d306 18 minutes ago 1.28GB 19:44:26 0ae06ce582f6 18 minutes ago 1.28GB 19:44:26 ci-base-image-arm64 latest fd2756c72711 32 minutes ago 942MB 19:44:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 9 days ago 679MB 19:44:26 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 19:44:26 alpine 3.16 a6215f271958 2 months ago 5.29MB 19:44:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:44:27 19:44:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:44:27 arm64: Pulling from edgex-lftools-log-publisher 19:44:27 8998bd30e6a1: Pulling fs layer 19:44:27 04944245beec: Pulling fs layer 19:44:27 699f458cf7ca: Pulling fs layer 19:44:27 765212b225bb: Pulling fs layer 19:44:27 f23df028b6ca: Pulling fs layer 19:44:27 d65c8cfc05b1: Pulling fs layer 19:44:27 2437ff75d9bd: Pulling fs layer 19:44:27 765212b225bb: Waiting 19:44:27 f23df028b6ca: Waiting 19:44:27 d65c8cfc05b1: Waiting 19:44:27 2437ff75d9bd: Waiting 19:44:27 04944245beec: Verifying Checksum 19:44:27 04944245beec: Download complete 19:44:27 765212b225bb: Verifying Checksum 19:44:27 765212b225bb: Download complete 19:44:27 f23df028b6ca: Verifying Checksum 19:44:27 f23df028b6ca: Download complete 19:44:27 d65c8cfc05b1: Verifying Checksum 19:44:27 d65c8cfc05b1: Download complete 19:44:28 699f458cf7ca: Download complete 19:44:28 8998bd30e6a1: Download complete 19:44:30 2437ff75d9bd: Verifying Checksum 19:44:30 2437ff75d9bd: Download complete 19:44:32 8998bd30e6a1: Pull complete 19:44:32 04944245beec: Pull complete 19:44:34 699f458cf7ca: Pull complete 19:44:34 765212b225bb: Pull complete 19:44:34 f23df028b6ca: Pull complete 19:44:34 d65c8cfc05b1: Pull complete 19:44:50 2437ff75d9bd: Pull complete 19:44:50 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:44:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:44:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:50 prd-ubuntu20.04-docker-arm64-4c-16g-8600 does not seem to be running inside a container 19:44:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:44:52 $ docker top c75a928c3ecc14c42ea1ef5701c10a89f03beb2a1f8b311f62fac26a1ab43e73 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:44:53 ---> job-cost.sh 19:44:53 lf-activate-venv: SKIPPING 19:44:53 INFO: No Stack... 19:44:54 INFO: Retrieving Pricing Info for: v3-standard-4 19:44:55 INFO: Archiving Costs [Pipeline] sh 19:44:55 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:44:55 + cut -d, -f6 [Pipeline] lock 19:44:55 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4206-1-stack-cost] 19:44:55 Resource [jenkins-edgexfoundry-edgex-go-PR-4206-1-stack-cost] did not exist. Created. 19:44:55 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4206-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:44:56 + echo total: 0.10999999940395355 [Pipeline] stash 19:44:56 Stashed 1 file(s) [Pipeline] } 19:44:56 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4206-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:44:56 $ docker stop --time=1 c75a928c3ecc14c42ea1ef5701c10a89f03beb2a1f8b311f62fac26a1ab43e73 19:44:58 $ docker rm -f c75a928c3ecc14c42ea1ef5701c10a89f03beb2a1f8b311f62fac26a1ab43e73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 19:44:59 provisioning config files... 19:44:59 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2934640821605431084tmp [Pipeline] { [Pipeline] sh 19:44:59 + set +x 19:44:59 + curl -s https://codecov.io/bash 19:44:59 + bash -s -- 19:44:59 19:44:59 _____ _ 19:44:59 / ____| | | 19:44:59 | | ___ __| | ___ ___ _____ __ 19:44:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:44:59 | |___| (_) | (_| | __/ (_| (_) \ V / 19:44:59 \_____\___/ \__,_|\___|\___\___/ \_/ 19:44:59 Bash-1.0.6 19:44:59 19:44:59 19:44:59 ==> git version 2.25.1 found 19:44:59 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 19:44:59 Release-Date: 2020-01-08 19:44:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:44:59 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:44:59 ==> Jenkins CI detected. 19:44:59 current dir:  /w/workspace/edgex-go/1 19:44:59 project root: . 19:44:59 --> token set from env 19:44:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:44:59 ==> Running gcov in . (disable via -X gcov) 19:44:59 ==> Python coveragepy not found 19:44:59 ==> Searching for coverage reports in: 19:44:59 + . 19:44:59 -> Found 1 reports 19:44:59 ==> Detecting git/mercurial file structure 19:44:59 ==> Reading reports 19:44:59 + ./coverage.out bytes=503479 19:44:59 ==> Appending adjustments 19:44:59 https://docs.codecov.io/docs/fixing-reports 19:45:00 + Found adjustments 19:45:00 ==> Gzipping contents 19:45:00 68K /tmp/codecov.0YdjWY.gz 19:45:00 ==> Uploading reports 19:45:00 url: https://codecov.io 19:45:00 query: branch=PR-4206&commit=057950bd39e91f49afd3a6cd394a632e195629da&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4206%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4206&job=&cmd_args= 19:45:00 -> Pinging Codecov 19:45:00 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4206&commit=057950bd39e91f49afd3a6cd394a632e195629da&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4206%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4206&job=&cmd_args= 19:45:01 -> Uploading to 19:45:01 https://storage.googleapis.com/codecov/v4/raw/2022-10-19/00271124DB129430A58F1EEE437C3FCB/057950bd39e91f49afd3a6cd394a632e195629da/478e4fee-e84a-47b9-a4b5-533e519cce30.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221019%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221019T194501Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0b9691c5c8edae82ff84e64ed42919b542a9136d334d15c8bcfc97ad65b077a1 19:45:01 % Total % Received % Xferd Average Speed Time Time Time Current 19:45:01 Dload Upload Total Spent Left Speed 19:45:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65672 0 0 100 65672 0 274k --:--:-- --:--:-- --:--:-- 274k 19:45:01 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/057950bd39e91f49afd3a6cd394a632e195629da [Pipeline] } 19:45:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 19:45:02 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:45:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:45:04 ---> package-listing.sh 19:45:04 ++ facter osfamily 19:45:04 ++ tr '[:upper:]' '[:lower:]' 19:45:04 + OS_FAMILY=debian 19:45:04 + workspace=/w/workspace/edgex-go/1 19:45:04 + START_PACKAGES=/tmp/packages_start.txt 19:45:04 + END_PACKAGES=/tmp/packages_end.txt 19:45:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:45:04 + PACKAGES=/tmp/packages_start.txt 19:45:04 + '[' /w/workspace/edgex-go/1 ']' 19:45:04 + PACKAGES=/tmp/packages_end.txt 19:45:04 + case "${OS_FAMILY}" in 19:45:04 + dpkg -l 19:45:04 + grep '^ii' 19:45:04 + '[' -f /tmp/packages_start.txt ']' 19:45:04 + '[' -f /tmp/packages_end.txt ']' 19:45:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:45:04 + '[' /w/workspace/edgex-go/1 ']' 19:45:04 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:45:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:45:04 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:45:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:45:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:45:05 19:45:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:45:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:45:05 latest: Pulling from edgex-lftools-log-publisher 19:45:05 5eb5b503b376: Pulling fs layer 19:45:05 5c69ac0246d0: Pulling fs layer 19:45:05 ec43610c2a17: Pulling fs layer 19:45:05 3a2ae6a8a46f: Pulling fs layer 19:45:05 33b1e0a273af: Pulling fs layer 19:45:05 5d3b04190fa2: Pulling fs layer 19:45:05 2f39f015ded8: Pulling fs layer 19:45:05 33b1e0a273af: Waiting 19:45:05 5d3b04190fa2: Waiting 19:45:05 2f39f015ded8: Waiting 19:45:05 3a2ae6a8a46f: Waiting 19:45:05 5c69ac0246d0: Download complete 19:45:05 3a2ae6a8a46f: Verifying Checksum 19:45:05 3a2ae6a8a46f: Download complete 19:45:05 33b1e0a273af: Verifying Checksum 19:45:05 33b1e0a273af: Download complete 19:45:05 ec43610c2a17: Verifying Checksum 19:45:05 ec43610c2a17: Download complete 19:45:05 5d3b04190fa2: Verifying Checksum 19:45:05 5d3b04190fa2: Download complete 19:45:06 5eb5b503b376: Verifying Checksum 19:45:06 5eb5b503b376: Download complete 19:45:06 2f39f015ded8: Download complete 19:45:07 5eb5b503b376: Pull complete 19:45:07 5c69ac0246d0: Pull complete 19:45:07 ec43610c2a17: Pull complete 19:45:07 3a2ae6a8a46f: Pull complete 19:45:08 33b1e0a273af: Pull complete 19:45:08 5d3b04190fa2: Pull complete 19:45:12 2f39f015ded8: Pull complete 19:45:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:45:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:45:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:45:12 prd-ubuntu20.04-docker-8c-8g-8598 does not seem to be running inside a container 19:45:12 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:45:17 $ docker top d7e204d9312e83187391d14bccc72dd1dcfe027e9c359d1c5c36281cf7b921c1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:45:17 + touch /tmp/pre-build-complete [Pipeline] sh 19:45:17 + mkdir -p /var/log/sysstat [Pipeline] sh 19:45:18 + ls /var/log/sa-host 19:45:18 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:45:18 provisioning config files... 19:45:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7752278451845325197tmp [Pipeline] { [Pipeline] echo 19:45:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:45:18 ---> create-netrc.sh [Pipeline] } 19:45:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:45:18 ---> python-tools-install.sh [Pipeline] echo 19:45:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:45:19 ---> sudo-logs.sh 19:45:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:45:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:45:19 ---> job-cost.sh 19:45:19 lf-activate-venv: SKIPPING 19:45:19 DEBUG: total: 0.10999999940395355 19:45:19 INFO: Retrieving Stack Cost... 19:45:19 INFO: Retrieving Pricing Info for: v3-standard-8 19:45:20 INFO: Archiving Costs [Pipeline] echo 19:45:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:45:20 ---> logs-deploy.sh 19:45:20 lf-activate-venv: SKIPPING 19:45:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4206/1 19:45:20 INFO: archiving workspace using pattern(s): 19:45:21 Archives upload complete. 19:45:21 INFO: archiving logs to Nexus