Pull request #4226 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b5c7a9d55794da1e67880cdefa065738be2b679b+c8dc4aaa282fbe6e844314843563128f08055c6c (13861439405595dc430b26b72332833d3d528e01) 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-ssh2037711685708195362.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-ssh4510162344192846970.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-4226/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-4226/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7369544133084859373.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-4226/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6957870781878788815.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-ssh16825977058283422805.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-4226/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-4226/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15889905963019668458.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-117927 in /w/workspace/edgexfoundry_edgex-go_PR-4226 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4226/head:refs/remotes/origin/PR-4226 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit c8dc4aaa282fbe6e844314843563128f08055c6c into PR head commit b5c7a9d55794da1e67880cdefa065738be2b679b Merge succeeded, producing b5c7a9d55794da1e67880cdefa065738be2b679b Checking out Revision b5c7a9d55794da1e67880cdefa065738be2b679b (PR-4226) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:50:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:50:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:50:15 ========================================================= 19:50:15 EdgeX Global Pipelines Version Info 19:50:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f b5c7a9d55794da1e67880cdefa065738be2b679b # 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 c8dc4aaa282fbe6e844314843563128f08055c6c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b5c7a9d55794da1e67880cdefa065738be2b679b # timeout=10 19:50:16 ------------------- 19:50:16 stable info: 19:50:16 ------------------- 19:50:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:50:16 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:50:16 Message: update stable to v1.0.243 19:50:16 ------------------- 19:50:16 experimental info: 19:50:16 ------------------- 19:50:16 Commited By: **** collab-it+edgex@linuxfoundation.org 19:50:16 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:50:16 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:50:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:50:18 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:50:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4226 [Pipeline] echo 19:50:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4226 [Pipeline] echo 19:50:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4226 [Pipeline] echo 19:50:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b5c7a9d55794da1e67880cdefa065738be2b679b [Pipeline] echo 19:50:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b5c7a9d [Pipeline] echo 19:50:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:50:18 provisioning config files... 19:50:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17739566078817078400tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:50:18 ---> docker-login.sh 19:50:18 nexus3.edgexfoundry.org:10001 19:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:50:18 Configure a credential helper to remove this warning. See 19:50:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:50:18 19:50:18 Login Succeeded 19:50:18 nexus3.edgexfoundry.org:10002 19:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:50:19 Configure a credential helper to remove this warning. See 19:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:50:19 19:50:19 Login Succeeded 19:50:19 nexus3.edgexfoundry.org:10003 19:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:50:19 Configure a credential helper to remove this warning. See 19:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:50:19 19:50:19 Login Succeeded 19:50:19 nexus3.edgexfoundry.org:10004 19:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:50:19 Configure a credential helper to remove this warning. See 19:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:50:19 19:50:19 Login Succeeded 19:50:19 docker.io 19:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:50:19 Configure a credential helper to remove this warning. See 19:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:50:19 19:50:19 Login Succeeded 19:50:19 ---> docker-login.sh ends [Pipeline] } 19:50:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:50:20 + 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:50:20 + dirname cmd/core-command/Dockerfile 19:50:20 + cut -d/ -f2 19:50:20 + echo core-command,cmd/core-command/Dockerfile 19:50:20 + + dirname cmd/core-data/Dockerfile 19:50:20 cut -d/ -f2 19:50:20 + echo core-data,cmd/core-data/Dockerfile 19:50:20 + dirname cmd/core-metadata/Dockerfile 19:50:20 + cut -d/ -f2 19:50:20 + echo core-metadata,cmd/core-metadata/Dockerfile 19:50:20 + dirname cmd/security-bootstrapper/Dockerfile 19:50:20 + cut -d/ -f2 19:50:20 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:50:20 + dirname cmd/security-proxy-setup/Dockerfile 19:50:20 + cut -d/ -f2 19:50:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:50:20 + dirname cmd/security-secretstore-setup/Dockerfile 19:50:20 + cut -d/ -f2 19:50:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:50:20 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:50:20 + cut -d/ -f2 19:50:20 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:50:20 + dirname cmd/security-spire-agent/Dockerfile 19:50:20 + cut -d/ -f2 19:50:20 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:50:20 + dirname cmd/security-spire-config/Dockerfile 19:50:20 + cut -d/ -f2 19:50:20 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:50:20 + dirname cmd/security-spire-server/Dockerfile 19:50:20 + cut -d/ -f2 19:50:20 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:50:20 + dirname cmd/support-notifications/Dockerfile 19:50:20 + cut -d/ -f2 19:50:20 + echo support-notifications,cmd/support-notifications/Dockerfile 19:50:20 + dirname cmd/support-scheduler/Dockerfile 19:50:20 + cut -d/ -f2 19:50:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:50:20 + + cutdirname -d/ cmd/sys-mgmt-agent/Dockerfile -f2 19:50:20 19:50:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:50:20 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:50:20 + git rev-list -1 --merges b5c7a9d55794da1e67880cdefa065738be2b679b~1..b5c7a9d55794da1e67880cdefa065738be2b679b [Pipeline] echo 19:50:20 -----------> git rev-list -1 --merges b5c7a9d55794da1e67880cdefa065738be2b679b~1..b5c7a9d55794da1e67880cdefa065738be2b679b b5c7a9d55794da1e67880cdefa065738be2b679b [false] [Pipeline] sh 19:50:21 + git log --format=format:%s -1 b5c7a9d55794da1e67880cdefa065738be2b679b [Pipeline] echo 19:50:21 ========================================================= 19:50:21 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:50:21 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:50:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:50:21 + grep -v github /etc/ssh/ssh_known_hosts 19:50:21 + [ -e /tmp/ssh_known_hosts ] 19:50:21 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:50:21 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo 19:50:21 tee -a /etc/ssh/ssh_known_hosts 19:50:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:50:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:50:22 19:50:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:50:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:50:22 0.1.4: Pulling from edgex-devops/py-git-semver 19:50:22 b85a868b505f: Pulling fs layer 19:50:22 e2be974225ed: Pulling fs layer 19:50:22 339a4e72a1f5: Pulling fs layer 19:50:22 988bab9f4d93: Pulling fs layer 19:50:22 1469e6f7b9e6: Pulling fs layer 19:50:22 eaf3925da568: Pulling fs layer 19:50:22 1469e6f7b9e6: Waiting 19:50:22 988bab9f4d93: Waiting 19:50:22 bab4dde63d76: Pulling fs layer 19:50:22 eaf3925da568: Waiting 19:50:22 bab4dde63d76: Waiting 19:50:22 bde34c3a00c8: Pulling fs layer 19:50:22 b352a97aabf1: Pulling fs layer 19:50:22 bde34c3a00c8: Waiting 19:50:22 4872d77fe225: Pulling fs layer 19:50:22 b352a97aabf1: Waiting 19:50:22 5851b861e8e6: Pulling fs layer 19:50:22 4872d77fe225: Waiting 19:50:22 5851b861e8e6: Waiting 19:50:22 e2be974225ed: Verifying Checksum 19:50:22 e2be974225ed: Download complete 19:50:22 988bab9f4d93: Download complete 19:50:23 339a4e72a1f5: Verifying Checksum 19:50:23 339a4e72a1f5: Download complete 19:50:23 1469e6f7b9e6: Verifying Checksum 19:50:23 1469e6f7b9e6: Download complete 19:50:23 eaf3925da568: Download complete 19:50:23 bde34c3a00c8: Verifying Checksum 19:50:23 bde34c3a00c8: Download complete 19:50:23 b352a97aabf1: Verifying Checksum 19:50:23 b352a97aabf1: Download complete 19:50:23 4872d77fe225: Download complete 19:50:23 5851b861e8e6: Verifying Checksum 19:50:23 5851b861e8e6: Download complete 19:50:23 b85a868b505f: Verifying Checksum 19:50:23 b85a868b505f: Download complete 19:50:23 bab4dde63d76: Verifying Checksum 19:50:23 bab4dde63d76: Download complete 19:50:24 b85a868b505f: Pull complete 19:50:24 e2be974225ed: Pull complete 19:50:25 339a4e72a1f5: Pull complete 19:50:25 988bab9f4d93: Pull complete 19:50:25 1469e6f7b9e6: Pull complete 19:50:25 eaf3925da568: Pull complete 19:50:27 bab4dde63d76: Pull complete 19:50:27 bde34c3a00c8: Pull complete 19:50:27 b352a97aabf1: Pull complete 19:50:27 4872d77fe225: Pull complete 19:50:27 5851b861e8e6: Pull complete 19:50:27 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:50:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:50:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:50:27 prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container 19:50:28 $ 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:50:29 $ docker top 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec -eo pid,comm 19:50:29 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:50:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:50:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:50:29 [ssh-agent] Looking for ssh-agent implementation... 19:50:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:50:30 $ docker exec 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec ssh-agent 19:50:30 SSH_AUTH_SOCK=/tmp/ssh-GCVbFUNlviDR/agent.32 19:50:30 SSH_AGENT_PID=38 19:50:30 Running ssh-add (command line suppressed) 19:50:30 Identity added: /w/workspace/edgex-go/1@tmp/private_key_560034270582482220.key (/w/workspace/edgex-go/1@tmp/private_key_560034270582482220.key) 19:50:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:50:30 + git tag --points-at HEAD [Pipeline] } 19:50:30 $ docker exec --env ******** --env ******** 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec ssh-agent -k 19:50:30 unset SSH_AUTH_SOCK; 19:50:30 unset SSH_AGENT_PID; 19:50:30 echo Agent pid 38 killed; 19:50:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:50:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:50:30 [ssh-agent] Looking for ssh-agent implementation... 19:50:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:50:31 $ docker exec 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec ssh-agent 19:50:31 SSH_AUTH_SOCK=/tmp/ssh-043acqlYhvOA/agent.70 19:50:31 SSH_AGENT_PID=76 19:50:31 Running ssh-add (command line suppressed) 19:50:31 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16621067490950166241.key (/w/workspace/edgex-go/1@tmp/private_key_16621067490950166241.key) 19:50:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:50:31 + git semver init 19:50:31 2022-11-02 19:50:31,833 [run_init] DEBUG init version:0.0.0 force:False 19:50:31 2022-11-02 19:50:31,834 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:50:31 2022-11-02 19:50:31,834 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:50:31 2022-11-02 19:50:31,835 [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:50:37 2022-11-02 19:50:36,793 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:50:37 2022-11-02 19:50:36,795 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4226 with force:False 19:50:37 2022-11-02 19:50:36,795 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4226 19:50:37 2022-11-02 19:50:36,800 [execute] INFO git cat-file --batch-check 19:50:37 2022-11-02 19:50:36,801 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:50:37 2022-11-02 19:50:36,809 [execute] INFO git cat-file --batch 19:50:37 2022-11-02 19:50:36,809 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:50:37 2022-11-02 19:50:36,815 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4226 19:50:37 0.0.0 [Pipeline] } 19:50:37 $ docker exec --env ******** --env ******** 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec ssh-agent -k 19:50:37 unset SSH_AUTH_SOCK; 19:50:37 unset SSH_AGENT_PID; 19:50:37 echo Agent pid 76 killed; 19:50:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:50:37 + git semver [Pipeline] } 19:50:37 $ docker stop --time=1 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec 19:50:39 $ docker rm -f 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec [Pipeline] // withDockerContainer [Pipeline] sh 19:50:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:50:39 Stashed 1 file(s) [Pipeline] echo 19:50:39 [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:50:40 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:50:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:50:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:50:40 ========================================================= 19:50:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:50:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:50:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:50:41 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:50:41 213ec9aee27d: Pulling fs layer 19:50:41 4583459ba037: Pulling fs layer 19:50:41 93c1e223e6f2: Pulling fs layer 19:50:41 53926ce57604: Pulling fs layer 19:50:41 21b2b0c7a3f4: Pulling fs layer 19:50:41 30f14e443154: Pulling fs layer 19:50:41 801331c1e519: Pulling fs layer 19:50:41 99cc6dd402b0: Pulling fs layer 19:50:41 7d9ed39f4882: Pulling fs layer 19:50:41 21b2b0c7a3f4: Waiting 19:50:41 99cc6dd402b0: Waiting 19:50:41 7d9ed39f4882: Waiting 19:50:41 30f14e443154: Waiting 19:50:41 801331c1e519: Waiting 19:50:41 53926ce57604: Waiting 19:50:41 93c1e223e6f2: Verifying Checksum 19:50:41 93c1e223e6f2: Download complete 19:50:41 4583459ba037: Verifying Checksum 19:50:41 4583459ba037: Download complete 19:50:41 30f14e443154: Verifying Checksum 19:50:41 30f14e443154: Download complete 19:50:41 213ec9aee27d: Verifying Checksum 19:50:41 801331c1e519: Download complete 19:50:41 213ec9aee27d: Pull complete 19:50:41 4583459ba037: Pull complete 19:50:41 93c1e223e6f2: Pull complete 19:50:41 7d9ed39f4882: Verifying Checksum 19:50:41 7d9ed39f4882: Download complete 19:50:42 99cc6dd402b0: Verifying Checksum 19:50:42 99cc6dd402b0: Download complete 19:50:42 53926ce57604: Verifying Checksum 19:50:42 53926ce57604: Download complete 19:50:46 53926ce57604: Pull complete 19:50:46 21b2b0c7a3f4: Pull complete 19:50:46 30f14e443154: Pull complete 19:50:46 801331c1e519: Pull complete 19:50:48 99cc6dd402b0: Pull complete 19:50:49 7d9ed39f4882: Pull complete 19:50:49 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 19:50:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:50:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:50:49 + + docker build -t ci-base-image-x86_64 -f - . 19:50:49 echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:50:49 WORKDIR /edgex 19:50:49 COPY go.mod . 19:50:49 RUN go mod download 19:50:50 Sending build context to Docker daemon 169.7MB 19:50:50 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:50:50 ---> 1dedd983c030 19:50:50 Step 2/4 : WORKDIR /edgex 19:50:52 ---> Running in ee4aedb1ae24 19:50:52 Removing intermediate container ee4aedb1ae24 19:50:52 ---> b838da16d43b 19:50:52 Step 3/4 : COPY go.mod . 19:50:52 ---> c17fcf98a80f 19:50:52 Step 4/4 : RUN go mod download 19:50:53 ---> Running in 20b2df25a10a 19:50:55 Still waiting to schedule task 19:50:55 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-117926’ 19:51:05 Removing intermediate container 20b2df25a10a 19:51:05 ---> 1263115c3e07 19:51:05 Successfully built 1263115c3e07 19:51:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:51:05 + docker inspect -f . ci-base-image-x86_64 19:51:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:51:05 prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container 19:51:05 $ 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:51:06 $ docker top bb433fed8e338e9ff723f8517d0c35d1093221c8aecbafb2a474e74cbadb4803 -eo pid,comm [Pipeline] { [Pipeline] sh 19:51:06 + go version 19:51:06 go version go1.18.7 linux/amd64 [Pipeline] } 19:51:06 $ docker stop --time=1 bb433fed8e338e9ff723f8517d0c35d1093221c8aecbafb2a474e74cbadb4803 19:51:08 $ docker rm -f bb433fed8e338e9ff723f8517d0c35d1093221c8aecbafb2a474e74cbadb4803 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:51:09 + docker inspect -f . ci-base-image-x86_64 19:51:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:51:09 prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container 19:51:09 $ 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:51:09 $ docker top fb3b509f30d5a8cedc4b2f51beb5dd7920343570cce4a2d84dab6ed59c24297b -eo pid,comm [Pipeline] { [Pipeline] echo 19:51:09 ========================================================= 19:51:09 [edgeXBuildGoParallel] Running Tests and Build... 19:51:09 ========================================================= [Pipeline] sh 19:51:10 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:51:10 + make test 19:51:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:51:17 ? github.com/edgexfoundry/edgex-go [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:51:32 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:51:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.093s coverage: 28.7% of statements 19:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:51:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.147s coverage: 98.5% of statements 19:51:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.124s coverage: 43.0% of statements 19:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:51:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.116s coverage: 54.2% of statements 19:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.949s coverage: 89.2% of statements 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.066s coverage: 2.2% of statements 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.524s coverage: 95.6% of statements 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/io 0.105s coverage: 72.2% of statements 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.085s coverage: 60.0% of statements 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.094s coverage: 29.6% of statements 19:51:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.093s coverage: 79.5% of statements 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 19:51:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 19:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements 19:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 19:51:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.204s coverage: 79.9% of statements 19:51:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.071s coverage: 86.9% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 58.8% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.084s coverage: 85.4% of statements 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.2% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 64.7% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.400s coverage: 65.8% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.176s coverage: 41.8% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.076s coverage: 84.8% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.094s coverage: 17.7% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.179s coverage: 92.3% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.057s coverage: 63.2% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.123s coverage: 97.7% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.066s coverage: 28.9% of statements 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:51:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 19:51:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements 19:51:58 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:52:20 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:52:20 GO111MODULE=on go vet ./... 19:52:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:52:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:52:24 ./bin/test-attribution-txt.sh [Pipeline] echo 19:52:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:52:24 + ls -al . 19:52:24 total 768 19:52:24 drwxrwxr-x 11 1001 1001 4096 Nov 2 19:51 . 19:52:24 drwxr-xr-x 4 root root 4096 Nov 2 19:51 .. 19:52:24 drwxrwxr-x 2 1001 1001 4096 Nov 2 19:50 .blubracket 19:52:24 -rw-rw-r-- 1 1001 1001 16 Nov 2 19:50 .dockerignore 19:52:24 drwxrwxr-x 8 1001 1001 4096 Nov 2 19:51 .git 19:52:24 drwxrwxr-x 3 1001 1001 4096 Nov 2 19:50 .github 19:52:24 -rw-rw-r-- 1 1001 1001 1030 Nov 2 19:50 .gitignore 19:52:24 -rw-rw-r-- 1 1001 1001 42 Nov 2 19:50 .golangci.yml 19:52:24 -rw-rw-r-- 1 1001 1001 87 Nov 2 19:50 .hadolint.yml 19:52:24 drwxr-xr-x 3 1001 1001 4096 Nov 2 19:50 .semver 19:52:24 -rw-rw-r-- 1 1001 1001 166 Nov 2 19:50 .sonarcloud.properties 19:52:24 -rw-rw-r-- 1 1001 1001 1171 Nov 2 19:50 ADOPTERS.md 19:52:24 -rw-rw-r-- 1 1001 1001 10722 Nov 2 19:50 Attribution.txt 19:52:24 -rw-rw-r-- 1 1001 1001 63209 Nov 2 19:50 CHANGELOG.md 19:52:24 -rw-rw-r-- 1 1001 1001 3804 Nov 2 19:50 CONTRIBUTING.md 19:52:24 -rw-rw-r-- 1 1001 1001 677 Nov 2 19:50 GOVERNANCE.md 19:52:24 -rw-rw-r-- 1 1001 1001 850 Nov 2 19:50 Jenkinsfile 19:52:24 -rw-rw-r-- 1 1001 1001 10775 Nov 2 19:50 LICENSE 19:52:24 -rw-rw-r-- 1 1001 1001 13857 Nov 2 19:50 Makefile 19:52:24 -rw-rw-r-- 1 1001 1001 582 Nov 2 19:50 OWNERS.md 19:52:24 -rw-rw-r-- 1 1001 1001 9799 Nov 2 19:50 README.md 19:52:24 -rw-rw-r-- 1 1001 1001 6912 Nov 2 19:50 SECURITY.md 19:52:24 -rw-rw-r-- 1 1001 1001 5 Nov 2 19:50 VERSION 19:52:24 -rw-rw-r-- 1 1001 1001 4131 Nov 2 19:50 ZMQWindows.md 19:52:24 drwxrwxr-x 2 1001 1001 4096 Nov 2 19:50 bin 19:52:24 drwxrwxr-x 18 1001 1001 4096 Nov 2 19:50 cmd 19:52:24 -rw-r--r-- 1 root root 501828 Nov 2 19:51 coverage.out 19:52:24 -rw-rw-r-- 1 1001 1001 3447 Nov 2 19:50 go.mod 19:52:24 -rw-rw-r-- 1 1001 1001 45062 Nov 2 19:50 go.sum 19:52:24 drwxrwxr-x 8 1001 1001 4096 Nov 2 19:50 internal 19:52:24 drwxrwxr-x 3 1001 1001 4096 Nov 2 19:50 openapi 19:52:24 drwxrwxr-x 4 1001 1001 4096 Nov 2 19:50 snap 19:52:24 -rw-rw-r-- 1 1001 1001 204 Nov 2 19:50 version.go [Pipeline] sh 19:52:25 + '[' -e coverage.out ] 19:52:25 + chown 1001:1001 coverage.out [Pipeline] stash 19:52:25 Stashed 1 file(s) [Pipeline] sh 19:52:25 + make build 19:52:25 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:52:40 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:52:52 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:52:52 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:53: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:53: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:53:01 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:53: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:53: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:53:05 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:53:06 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:53:07 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:53: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/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:53:10 $ docker stop --time=1 fb3b509f30d5a8cedc4b2f51beb5dd7920343570cce4a2d84dab6ed59c24297b 19:53:12 $ docker rm -f fb3b509f30d5a8cedc4b2f51beb5dd7920343570cce4a2d84dab6ed59c24297b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:53:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:53:13 19:53:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:53:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:53:13 latest: Pulling from edgex-devops/edgex-compose 19:53:13 cbdbe7a5bc2a: Pulling fs layer 19:53:13 ca9280d653b3: Pulling fs layer 19:53:13 7e9c9ca2126c: Pulling fs layer 19:53:13 cbdbe7a5bc2a: Verifying Checksum 19:53:13 cbdbe7a5bc2a: Download complete 19:53:14 ca9280d653b3: Verifying Checksum 19:53:14 ca9280d653b3: Download complete 19:53:14 cbdbe7a5bc2a: Pull complete 19:53:14 ca9280d653b3: Pull complete 19:53:15 7e9c9ca2126c: Verifying Checksum 19:53:18 7e9c9ca2126c: Pull complete 19:53:18 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:53:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:53:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:53:18 prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container 19:53:18 $ 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:53:20 $ docker top 84c63e0f78e54e2646bbb9c9a106d8ff8bbdbee897d03c49c38628c4cfbef2ec -eo pid,comm [Pipeline] { [Pipeline] sh 19:53:20 + docker-compose build --help 19:53:20 + grep parallel 19:53:21 --parallel Build images in parallel. [Pipeline] } 19:53:21 $ docker stop --time=1 84c63e0f78e54e2646bbb9c9a106d8ff8bbdbee897d03c49c38628c4cfbef2ec 19:53:22 $ docker rm -f 84c63e0f78e54e2646bbb9c9a106d8ff8bbdbee897d03c49c38628c4cfbef2ec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:53:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:53:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:53:23 prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container 19:53:23 $ 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:53:23 $ docker top 0d392c463190969d5e11d4f42f8d240597ecf58edef48130b6891d769a849429 -eo pid,comm [Pipeline] { [Pipeline] sh 19:53:24 + docker-compose -f ./docker-compose-build.yml build --parallel 19:53:24 Building core-command ... 19:53:24 Building core-data ... 19:53:24 Building core-metadata ... 19:53:24 Building security-bootstrapper ... 19:53:24 Building security-proxy-setup ... 19:53:24 Building security-secretstore-setup ... 19:53:24 Building security-spiffe-token-provider ... 19:53:24 Building security-spire-agent ... 19:53:24 Building security-spire-config ... 19:53:24 Building security-spire-server ... 19:53:24 Building support-notifications ... 19:53:24 Building support-scheduler ... 19:53:24 Building sys-mgmt-agent ... 19:53:24 Building security-bootstrapper 19:53:24 Building security-secretstore-setup 19:53:24 Building sys-mgmt-agent 19:53:24 Building core-data 19:53:24 Building security-spire-agent 19:53:37 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:53:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:53:37 ---> 1263115c3e07 19:53:37 Step 3/22 : WORKDIR /edgex-go 19:53:37 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:53:37 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:53:37 ---> 1263115c3e07 19:53:37 Step 3/32 : WORKDIR /edgex-go 19:53:37 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:53:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:53:37 ---> 1263115c3e07 19:53:37 Step 3/24 : WORKDIR /edgex-go 19:53:37 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:53:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:53:37 ---> 1263115c3e07 19:53:37 Step 3/24 : WORKDIR /edgex-go 19:53:37 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:53:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:53:37 ---> 1263115c3e07 19:53:37 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:53:39 ---> Running in ede9d92c1f52 19:53:39 ---> Running in 8747c7490209 19:53:39 ---> Running in deb7fbf863f2 19:53:39 ---> Running in c51b45f6548d 19:53:39 ---> Running in 1ee4b88e43e7 19:53:39 Removing intermediate container c51b45f6548d 19:53:39 ---> 734524c3358d 19:53:39 Step 4/22 : WORKDIR /edgex-go 19:53:39 Removing intermediate container 1ee4b88e43e7 19:53:39 ---> 20d580974fff 19:53:39 Step 4/32 : RUN apk add --update --no-cache make git 19:53:39 ---> Running in eb68f9a09609 19:53:39 Removing intermediate container deb7fbf863f2 19:53:39 ---> 09b9e5283b11 19:53:39 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:53:39 Removing intermediate container ede9d92c1f52 19:53:39 Removing intermediate container 8747c7490209 19:53:39 ---> 8450c32ae55b 19:53:39 ---> f9754dfd5636 19:53:39 Step 4/22 : RUN apk add --update --no-cache make bash gitStep 4/24 : RUN apk add --update --no-cache make git 19:53:39 19:53:39 ---> Running in 84c86ec4fbca 19:53:39 ---> Running in 67257b0eda99 19:53:39 ---> Running in ea0aee35de3f 19:53:39 ---> Running in 272f14684baa 19:53:39 Removing intermediate container eb68f9a09609 19:53:39 ---> a1cad2568967 19:53:39 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:53:39 ---> Running in 9e38744a17bf 19:53:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:53:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:53:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:53:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:53:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:53:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:53:40 OK: 211 MiB in 51 packages 19:53:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:53:40 OK: 211 MiB in 51 packages 19:53:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:53:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:53:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:53:40 OK: 211 MiB in 51 packages 19:53:40 OK: 211 MiB in 51 packages 19:53:40 OK: 211 MiB in 51 packages 19:53:40 Removing intermediate container 84c86ec4fbca 19:53:40 ---> c479bd0993e4 19:53:40 Step 5/32 : COPY go.mod vendor* ./ 19:53:40 Removing intermediate container 67257b0eda99 19:53:40 ---> 43d837c47e6d 19:53:40 Step 5/24 : COPY go.mod vendor* ./ 19:53:40 ---> 72468ad481de 19:53:40 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:40 ---> Running in d44b9c3e3de9 19:53:40 ---> 4ab7e68bd263 19:53:40 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:40 ---> Running in fea50d557fda 19:53:41 Removing intermediate container 272f14684baa 19:53:41 ---> 6aa2b749d3a9 19:53:41 Step 5/24 : COPY go.mod vendor* ./ 19:53:41 Removing intermediate container 9e38744a17bf 19:53:41 ---> 0f1b01c95f4d 19:53:41 Step 6/22 : COPY go.mod vendor* ./ 19:53:41 Removing intermediate container ea0aee35de3f 19:53:41 ---> 28cc5867916c 19:53:41 Step 5/22 : COPY go.mod vendor* ./ 19:53:41 ---> 0456f9764867 19:53:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:41 ---> 44041aa2c3a2 19:53:41 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:41 ---> ff22eb4053ae 19:53:41 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:41 ---> Running in 94a0022aba47 19:53:41 ---> Running in adbeb040287c 19:53:41 ---> Running in 8944f9ffcbd5 19:53:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-117929 in /w/workspace/edgexfoundry_edgex-go_PR-4226 [Pipeline] { [Pipeline] ws 19:53:46 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:53:46 The recommended git tool is: git 19:53:52 using credential edgex-jenkins-ssh 19:53:52 Cloning the remote Git repository 19:53:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:53:52 > git init /w/workspace/edgex-go/1 # timeout=10 19:53:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:53:53 > git --version # timeout=10 19:53:53 > git --version # 'git version 2.25.1' 19:53:53 using GIT_SSH to set credentials SSH Credentials for GitHub 19:53:53 Verifying host key using known hosts file 19:53:53 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:53:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:54:00 Removing intermediate container fea50d557fda 19:54:00 ---> 148574074965 19:54:00 Step 7/24 : COPY . . 19:54:00 Removing intermediate container adbeb040287c 19:54:00 ---> 4278208c7089 19:54:00 Step 7/24 : COPY . . 19:54:00 Removing intermediate container 8944f9ffcbd5 19:54:00 ---> 3417b27f32b9 19:54:00 Step 7/22 : COPY . . 19:54:00 Removing intermediate container 94a0022aba47 19:54:00 ---> 9d9b5901ac6b 19:54:00 Step 8/22 : COPY . . 19:54:00 Removing intermediate container d44b9c3e3de9 19:54:00 ---> d3dbe23c67ac 19:54:00 Step 7/32 : COPY . . 19:54:06 ---> d2b658dcc9f4 19:54:06 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:54:06 ---> 7050b8a39058 19:54:06 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:54:06 ---> eb86e38d30db 19:54:06 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:54:06 ---> 8511c4255e76 19:54:06 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:54:06 ---> b5a8f4949b8a 19:54:06 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:54:06 ---> Running in 8d83af559eb9 19:54:06 ---> Running in e35346387ea9 19:54:06 ---> Running in 49f4f45ef100 19:54:06 ---> Running in 1aef6ac5db45 19:54:06 ---> Running in d50568988d6b 19:54:06 Removing intermediate container e35346387ea9 19:54:06 ---> f3f4124d4009 19:54:06 Step 9/24 : WORKDIR /edgex-go/spire-build 19:54:06 ---> Running in f2b6a3625be8 19:54:07 Removing intermediate container f2b6a3625be8 19:54:07 ---> 16f732f13335 19:54:07 Step 10/24 : 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:54:07 ---> Running in 5b19b2e0980e 19:54:07 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:54:07 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:54:07 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:54:07 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:54:07 Removing intermediate container 5b19b2e0980e 19:54:07 ---> 065478469801 19:54:07 Step 11/24 : WORKDIR /edgex-go 19:54:08 ---> Running in 2b819dd0723d 19:54:08 Removing intermediate container 2b819dd0723d 19:54:08 ---> 47100f6a3830 19:54:08 19:54:08 Step 12/24 : FROM alpine:3.15 19:54:08 3.15: Pulling from library/alpine 19:54:08 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:54:08 Status: Downloaded newer image for alpine:3.15 19:54:08 ---> c4fc93816858 19:54:08 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:54:08 ---> Running in b0a3c685cbe4 19:54:08 Removing intermediate container b0a3c685cbe4 19:54:08 ---> 2a0571a0bca6 19:54:08 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:54:08 ---> Running in b47c32b31b37 19:54:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:54:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:54:09 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:54:09 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:54:09 OK: 15859 distinct packages available 19:54:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:54:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:54:10 (1/5) Installing dumb-init (1.2.5-r1) 19:54:10 (2/5) Installing musl-obstack (1.2.3-r0) 19:54:10 (3/5) Installing libucontext (1.1-r0) 19:54:10 (4/5) Installing gcompat (1.0.0-r4) 19:54:10 (5/5) Installing openssl (1.1.1s-r1) 19:54:10 Executing busybox-1.34.1-r7.trigger 19:54:10 OK: 7 MiB in 19 packages 19:54:10 Removing intermediate container b47c32b31b37 19:54:10 ---> b7762fdffe4a 19:54:10 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:54:11 ---> 30b40e111750 19:54:11 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:54:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:54:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:54:14 ---> 69becd7a8721 19:54:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:54:14 ---> c19dfd03a0c4 19:54:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:54:14 Merging remotes/origin/main commit c8dc4aaa282fbe6e844314843563128f08055c6c into PR head commit b5c7a9d55794da1e67880cdefa065738be2b679b 19:54:14 Merge succeeded, producing b5c7a9d55794da1e67880cdefa065738be2b679b 19:54:14 Checking out Revision b5c7a9d55794da1e67880cdefa065738be2b679b (PR-4226) 19:54:14 ---> 80fbf1d0df40 19:54:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:54:15 ---> 9bab8d66336b 19:54:15 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:54:15 ---> Running in 4d1b04616e3d 19:54:15 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 19:54:15 > git --version # timeout=10 19:54:15 > git --version # 'git version 2.25.1' 19:54:15 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 19:54:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:54:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:54:13 using GIT_SSH to set credentials SSH Credentials for GitHub 19:54:13 Verifying host key using known hosts file 19:54:13 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:54:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4226/head:refs/remotes/origin/PR-4226 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:54:14 > git config core.sparsecheckout # timeout=10 19:54:14 > git checkout -f b5c7a9d55794da1e67880cdefa065738be2b679b # timeout=10 19:54:14 > git remote # timeout=10 19:54:14 > git config --get remote.origin.url # timeout=10 19:54:14 using GIT_SSH to set credentials SSH Credentials for GitHub 19:54:14 Verifying host key using known hosts file 19:54:14 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:54:14 > git merge c8dc4aaa282fbe6e844314843563128f08055c6c # timeout=10 19:54:14 > git rev-parse HEAD^{commit} # timeout=10 19:54:14 > git config core.sparsecheckout # timeout=10 19:54:14 > git checkout -f b5c7a9d55794da1e67880cdefa065738be2b679b # timeout=10 19:54:15 Removing intermediate container 4d1b04616e3d 19:54:15 ---> 6082a92e4991 19:54:15 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:54:15 ---> Running in d61ca7995703 [Pipeline] withEnv [Pipeline] { 19:54:15 Removing intermediate container d61ca7995703 19:54:15 ---> 4f7dc7272f86 19:54:15 Step 22/24 : LABEL arch=x86_64 19:54:15 ---> Running in e83490a50e0c [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:54:16 Removing intermediate container e83490a50e0c 19:54:16 ---> d6f75ffe368a 19:54:16 Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:54:16 ---> Running in 81362386110c 19:54:16 Removing intermediate container 81362386110c 19:54:16 ---> dac5cc639a83 19:54:16 Step 24/24 : LABEL version=0.0.0 19:54:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:54:16 % Total % Received % Xferd Average Speed Time Time Time Current 19:54:16 Dload Upload Total Spent Left Speed 19:54:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 198k 0 --:--:-- --:--:-- --:--:-- 198k 19:54:16 ---> Running in 8c4e3579f60a [Pipeline] sh 19:54:16 Removing intermediate container 8c4e3579f60a 19:54:16 ---> c7a0b8bafe81 19:54:16 19:54:16 Successfully built c7a0b8bafe81 19:54:16 Successfully tagged security-spire-agent:latest 19:54:16 Building core-command 19:54:17 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:54:17 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:54:17 + sudo tee /etc/docker/daemon.new 19:54:17 { 19:54:17 "registry-mirrors": [ 19:54:17 "https://nexus3.edgexfoundry.org:10001" 19:54:17 ], 19:54:17 "bip": "10.250.0.254/24", 19:54:17 "hosts": [ 19:54:17 "tcp://0.0.0.0:5555", 19:54:17 "unix:///var/run/docker.sock" 19:54:17 ], 19:54:17 "mtu": 1458, 19:54:17 "selinux-enabled": true, 19:54:17 "seccomp-profile": "/etc/docker/seccomp.json" 19:54:17 } [Pipeline] sh 19:54:17 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:54:18 + sudo service docker restart 19:54:20  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:54:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:54:20 ---> 1263115c3e07 19:54:20 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:54:20 ---> Using cache 19:54:20 ---> 734524c3358d 19:54:20 Step 4/23 : WORKDIR /edgex-go 19:54:20 ---> Using cache 19:54:20 ---> a1cad2568967 19:54:20 Step 5/23 : RUN apk add --update --no-cache make git 19:54:21 ---> Running in ddc4f67ae59c 19:54:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:54:22 OK: 211 MiB in 51 packages 19:54:23 Removing intermediate container ddc4f67ae59c 19:54:23 ---> fa7aa101b0cd 19:54:23 Step 6/23 : COPY go.mod vendor* ./ 19:54:23 ---> e596c669f99b 19:54:23 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:23 ---> Running in bce904cc9e96 19:54: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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:54:36 Removing intermediate container bce904cc9e96 19:54:36 ---> 9a996231c091 19:54:36 Step 8/23 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:54:36 provisioning config files... 19:54:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6020488724653708900tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:54:36 ---> docker-login.sh 19:54:36 nexus3.edgexfoundry.org:10001 19:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:54:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:54:37 Configure a credential helper to remove this warning. See 19:54:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:54:37 19:54:37 Login Succeeded 19:54:37 nexus3.edgexfoundry.org:10002 19:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:54:38 Configure a credential helper to remove this warning. See 19:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:54:38 19:54:38 Login Succeeded 19:54:38 nexus3.edgexfoundry.org:10003 19:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:54:38 Configure a credential helper to remove this warning. See 19:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:54:38 19:54:38 Login Succeeded 19:54:38 nexus3.edgexfoundry.org:10004 19:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:54:38 Configure a credential helper to remove this warning. See 19:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:54:38 19:54:38 Login Succeeded 19:54:38 docker.io 19:54:38 Removing intermediate container d50568988d6b 19:54:38 ---> 5ced2175870d 19:54:38 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:54:38 Removing intermediate container 8d83af559eb9 19:54:38 ---> 9a4aa1a5f8d2 19:54:38 19:54:38 Step 9/32 : FROM alpine:3.16 19:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:54:38 3.16: Pulling from library/alpine 19:54:38 ---> Running in 5dc50c74b21b 19:54:39 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:54:39 Status: Downloaded newer image for alpine:3.16 19:54:39 ---> 9c6f07244728 19:54:39 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:54:39 Configure a credential helper to remove this warning. See 19:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:54:39 19:54:39 Login Succeeded 19:54:39 ---> docker-login.sh ends [Pipeline] } 19:54:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 19:54:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] sh 19:54:39 ---> Running in 7ce01f2edb41 19:54:40 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:54:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:54:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:54:40 ========================================================= 19:54:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:54:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:54:40 Removing intermediate container 7ce01f2edb41 19:54:40 ---> 033fe2ec915b 19:54:40 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 19:54:40 ---> 96763949b993 19:54:40 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:54:40 ---> Running in b40d141d5a35 19:54:40 ---> Running in a628aa29d9d4 19:54:40 Removing intermediate container 1aef6ac5db45 19:54:40 ---> d8405903d3a7 19:54:40 19:54:40 Step 9/24 : FROM alpine:3.16 19:54:40 ---> 9c6f07244728 19:54:40 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:54:40 Removing intermediate container 49f4f45ef100 19:54:40 ---> 7820cedd3778 19:54:40 19:54:40 Step 10/22 : FROM alpine:3.16 19:54:40 ---> 9c6f07244728 19:54:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:54:40 ---> Running in 7fea68a4a129 19:54:40 ---> Running in 332bb138cd95 19:54:40 Removing intermediate container 5dc50c74b21b 19:54:40 ---> 9919ac6508b4 19:54:40 19:54:40 Step 10/22 : FROM alpine:3.16 19:54:40 ---> 9c6f07244728 19:54:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:54:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:54:40 ---> Running in 8fc7f2d46467 19:54:40 Removing intermediate container 332bb138cd95 19:54:40 ---> 9bf6ac6ef657 19:54:40 Step 12/22 : ENV APP_PORT=59880 19:54:40 ---> Running in 8059c0a13065 19:54:40 Removing intermediate container 8fc7f2d46467 19:54:40 ---> 8bde8e1ccbec 19:54:40 Step 12/22 : 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:54:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:40 ---> Running in f3030eeaac97 19:54:40 Removing intermediate container 8059c0a13065 19:54:40 ---> 3a95fb2e1125 19:54:40 Step 13/22 : EXPOSE $APP_PORT 19:54:40 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:54:40 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:54:40 9b18e9b68314: Pulling fs layer 19:54:40 d32db5db7311: Pulling fs layer 19:54:40 d0c4b47475fc: Pulling fs layer 19:54:40 5831b945b038: Pulling fs layer 19:54:40 86bbec2aaacd: Pulling fs layer 19:54:40 e10730c5d714: Pulling fs layer 19:54:40 5dd5c2283517: Pulling fs layer 19:54:40 d5ac0230b979: Pulling fs layer 19:54:40 e10730c5d714: Waiting 19:54:40 5dd5c2283517: Waiting 19:54:40 5831b945b038: Waiting 19:54:40 86bbec2aaacd: Waiting 19:54:40 d5ac0230b979: Waiting 19:54:40 d0c4b47475fc: Verifying Checksum 19:54:40 d0c4b47475fc: Download complete 19:54:40 d32db5db7311: Verifying Checksum 19:54:40 d32db5db7311: Download complete 19:54:40 86bbec2aaacd: Verifying Checksum 19:54:40 86bbec2aaacd: Download complete 19:54:40 e10730c5d714: Verifying Checksum 19:54:40 e10730c5d714: Download complete 19:54:40 9b18e9b68314: Download complete 19:54:41 ---> Running in 2d41e4618517 19:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:54:41 Removing intermediate container 2d41e4618517 19:54:41 ---> 83772d0aa362 19:54:41 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 19:54:41 ---> Running in 63a601aa8b39 19:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:41 (1/2) Installing dumb-init (1.2.5-r1) 19:54:41 (2/2) Installing su-exec (0.2-r1) 19:54:41 Executing busybox-1.35.0-r17.trigger 19:54:41 OK: 6 MiB in 16 packages 19:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:54:41 (1/3) Installing ca-certificates (20220614-r0) 19:54:41 (2/3) Installing dumb-init (1.2.5-r1) 19:54:41 (3/3) Installing su-exec (0.2-r1) 19:54:41 Executing busybox-1.35.0-r17.trigger 19:54:41 Executing ca-certificates-20220614-r0.trigger 19:54:41 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:54:41 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:54:41 OK: 6 MiB in 17 packages 19:54:41 (3/33) Installing readline (8.1.2-r0) 19:54:41 (4/33) Installing bash (5.1.16-r2) 19:54:41 Executing bash-5.1.16-r2.post-install 19:54:41 (5/33) Installing ca-certificates (20220614-r0) 19:54:41 (6/33) Installing brotli-libs (1.0.9-r6) 19:54:41 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:54:41 (8/33) Installing libcurl (7.83.1-r4) 19:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:41 (9/33) Installing curl (7.83.1-r4) 19:54:41 (10/33) Installing docker-cli (20.10.20-r0) 19:54:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:54:41 d5ac0230b979: Verifying Checksum 19:54:41 d5ac0230b979: Download complete 19:54:41 9b18e9b68314: Pull complete 19:54:41 (1/6) Installing dumb-init (1.2.5-r1) 19:54:41 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:54:41 Removing intermediate container b40d141d5a35 19:54:41 ---> f7d92610476d 19:54:41 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 19:54:41 (11/33) Installing dumb-init (1.2.5-r1) 19:54:41 (3/6) Installing libsodium (1.0.18-r0) 19:54:41 (12/33) Installing libbz2 (1.0.8-r1) 19:54:42 (13/33) Installing expat (2.5.0-r0) 19:54:42 (14/33) Installing libffi (3.4.2-r1) 19:54:42 (15/33) Installing gdbm (1.23-r0) 19:54:42 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:54:42 (16/33) Installing xz-libs (5.2.5-r1) 19:54:42 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:54:42 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:54:42 (5/6) Installing libzmq (4.3.4-r0) 19:54:42 ---> Running in 0af118e26f53 19:54:42 (19/33) Installing mpdecimal (2.5.1-r1) 19:54:42 (20/33) Installing sqlite-libs (3.38.5-r0) 19:54:42 (6/6) Installing zeromq (4.3.4-r0) 19:54:42 Executing busybox-1.35.0-r17.trigger 19:54:42 (21/33) Installing python3 (3.10.5-r0) 19:54:42 OK: 8 MiB in 20 packages 19:54:42 Removing intermediate container 7fea68a4a129 19:54:42 ---> f78060ab48f5 19:54:42 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:54:42 Removing intermediate container 0af118e26f53 19:54:42 ---> a355c6b138e5 19:54:42 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:54:42 ---> Running in c5d22903ee79 19:54:42 ---> Running in 297b906a8359 19:54:42 Removing intermediate container c5d22903ee79 19:54:42 ---> da51d6cab5ed 19:54:42 Step 12/24 : WORKDIR / 19:54:42 d32db5db7311: Pull complete 19:54:42 ---> Running in 37bb359939a5 19:54:42 Removing intermediate container 297b906a8359 19:54:42 ---> ff4c096eeeec 19:54:42 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:54:42 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:54:42 (23/33) Installing py3-tomli (2.0.1-r1) 19:54:42 Removing intermediate container 63a601aa8b39 19:54:42 ---> 6dc26a7f2a9b 19:54:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:42 (24/33) Installing py3-pep517 (0.12.0-r2) 19:54:42 (25/33) Installing py3-six (1.16.0-r1) 19:54:42 (26/33) Installing py3-retrying (1.3.3-r3) 19:54:42 (27/33) Installing py3-appdirs (1.4.4-r3) 19:54:42 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:54:42 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:54:42 ---> Running in de77288ba8a0 19:54:42 (30/33) Installing py3-parsing (2.4.7-r3) 19:54:42 (31/33) Installing py3-packaging (21.3-r0) 19:54:42 (32/33) Installing py3-setuptools (59.4.0-r0) 19:54:42 Removing intermediate container 37bb359939a5 19:54:42 ---> c878128bd56c 19:54:42 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:54:42 (33/33) Installing py3-pip (22.1.1-r0) 19:54:42 Removing intermediate container de77288ba8a0 19:54:42 ---> 772597b3f6ee 19:54:42 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:54:42 ---> 381eb3f891e9 19:54:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:54:42 ---> Running in 0e719dc381f2 19:54:42 Executing busybox-1.35.0-r17.trigger 19:54:42 ---> 847858540d5d 19:54:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:54:42 Executing ca-certificates-20220614-r0.trigger 19:54:42 d0c4b47475fc: Pull complete 19:54:42 5dd5c2283517: Download complete 19:54:43 OK: 122 MiB in 47 packages 19:54:43 Removing intermediate container 0e719dc381f2 19:54:43 ---> b4064095c632 19:54:43 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:54:43 ---> Running in 5950f123cca5 19:54:43 ---> 0dd5a059d5c3 19:54:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:54:43 5831b945b038: Download complete 19:54:43 ---> 904c4c5fbf98 19:54:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:54:43 ---> 3272c75cb158 19:54:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:54:43 ---> 09bc6bfde8d9 19:54:43 Step 18/22 : ENTRYPOINT ["/core-data"] 19:54:43 ---> Running in a12a51bacd6a 19:54:43 ---> 0268c81f2f36 19:54:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:54:43 Removing intermediate container 5950f123cca5 19:54:43 ---> aa5a587a4fcf 19:54:43 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 19:54:43 ---> Running in f1e4aa96e9cc 19:54:44 Removing intermediate container a12a51bacd6a 19:54:44 ---> 204a6562ab6b 19:54:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:44 ---> Running in d22eb7bc2660 19:54:44 Removing intermediate container f1e4aa96e9cc 19:54:44 ---> fbae8202ea9c 19:54:44 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:54:44 Removing intermediate container d22eb7bc2660 19:54:44 ---> 51d837af6670 19:54:44 Step 20/22 : LABEL arch=x86_64 19:54:44 ---> ecf61c7d42f6 19:54:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:54:44 ---> Running in c54922d71d0c 19:54:44 ---> a233ec5f2234 19:54:44 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:54:44 Removing intermediate container c54922d71d0c 19:54:44 ---> 3e7f1c0a9f96 19:54:44 Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:54:44 ---> Running in f792dc83fa64 19:54:44 ---> Running in 3a2a69c660b2 19:54:44 Removing intermediate container 3a2a69c660b2 19:54:44 ---> e10f902b7714 19:54:44 Step 22/22 : LABEL version=0.0.0 19:54:45 ---> 0d84c88defac 19:54:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:54:45 ---> Running in e7ed561caf4d 19:54:45 Removing intermediate container e7ed561caf4d 19:54:45 ---> 0bc6156a6fa8 19:54:45 19:54:45 Successfully built 0bc6156a6fa8 19:54:45 Successfully tagged core-data:latest 19:54:45 Building support-scheduler 19:54:45  Building core-data ... done  ---> 1caff1ebf07c 19:54:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:54:45 ---> Running in e2dca314bb2f 19:54:45 Collecting docker-compose==1.23.2 19:54:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:54:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 15.7 MB/s eta 0:00:00 19:54:45 Collecting dockerpty<0.5,>=0.4.1 19:54:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:54:45 Preparing metadata (setup.py): started 19:54:46 Removing intermediate container f792dc83fa64 19:54:46 ---> 01d319b6c85c 19:54:46 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:46 Preparing metadata (setup.py): finished with status 'done' 19:54:46 Collecting cached-property<2,>=1.2.0 19:54:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:54:46 Collecting jsonschema<3,>=2.5.1 19:54:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:54:46 Collecting PyYAML<4,>=3.10 19:54:46 Downloading PyYAML-3.13.tar.gz (270 kB) 19:54:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 48.6 MB/s eta 0:00:00 19:54:46 Preparing metadata (setup.py): started 19:54:46 Preparing metadata (setup.py): finished with status 'done' 19:54:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:54:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:54:47 ---> 7903f6592f13 19:54:47 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:54:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 79.2 MB/s eta 0:00:00 19:54:47 Collecting websocket-client<1.0,>=0.32.0 19:54:47 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:54:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 64.6 MB/s eta 0:00:00 19:54:47 Collecting docker<4.0,>=3.6.0 19:54:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:54:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 107.2 MB/s eta 0:00:00 19:54:47 Collecting texttable<0.10,>=0.9.0 19:54:47 Downloading texttable-0.9.1.tar.gz (11 kB) 19:54:47 Preparing metadata (setup.py): started 19:54:47 Removing intermediate container e2dca314bb2f 19:54:47 ---> 1e8aafb6b70b 19:54:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:54:47 ---> Running in c561dbb64ce5 19:54:47 Preparing metadata (setup.py): finished with status 'done' 19:54:47 Collecting docopt<0.7,>=0.6.1 19:54:47 Downloading docopt-0.6.2.tar.gz (25 kB) 19:54:47 Preparing metadata (setup.py): started 19:54:47 Removing intermediate container c561dbb64ce5 19:54:47 ---> f622548cd432 19:54:47 Step 22/24 : LABEL arch=x86_64 19:54:47 ---> Running in 5ab8c092993c 19:54:47 Preparing metadata (setup.py): finished with status 'done' 19:54:47 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:54:47 Collecting docker-pycreds>=0.4.0 19:54:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:54:48 Collecting certifi>=2017.4.17 19:54:48 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:54:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 94.0 MB/s eta 0:00:00 19:54:48 Collecting urllib3<1.25,>=1.21.1 19:54:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:54:48 Removing intermediate container 5ab8c092993c 19:54:48 ---> 1889825c7d92 19:54:48 Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:54:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 178.1 MB/s eta 0:00:00 19:54:48 Collecting chardet<3.1.0,>=3.0.2 19:54:48 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:54:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 55.2 MB/s eta 0:00:00 19:54:48 ---> 24beef3ef322 19:54:48 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:54:48 Collecting idna<2.8,>=2.5 19:54:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:54:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 138.6 MB/s eta 0:00:00 19:54:48 ---> Running in 9e7d0d29b1f1 19:54:48 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:54:48 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:54:48 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:54:48 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:54:48 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:54:48 Running setup.py install for texttable: started 19:54:48 Removing intermediate container 9e7d0d29b1f1 19:54:48 ---> 18fabcb81987 19:54:48 Step 24/24 : LABEL version=0.0.0 19:54:48 ---> Running in cf479c882fab 19:54:48 ---> 97f64de8b000 19:54:48 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:54:48 Running setup.py install for texttable: finished with status 'done' 19:54:48 Running setup.py install for PyYAML: started 19:54:48 Removing intermediate container cf479c882fab 19:54:48 ---> cd7bc8a04798 19:54:48 19:54:49 ---> 6863d27b598a 19:54:49 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:54:49 Successfully built cd7bc8a04798 19:54:49 Successfully tagged security-secretstore-setup:latest 19:54:49  Building security-secretstore-setup ... done Building support-notifications 19:54:49 Running setup.py install for PyYAML: finished with status 'done' 19:54:49 Running setup.py install for docopt: started 19:54:49 Running setup.py install for docopt: finished with status 'done' 19:54:50 ---> ee94f5ec5ec5 19:54:50 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:54:50 Running setup.py install for dockerpty: started 19:54:50 ---> e3fe417b4c3a 19:54:50 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:54:50 Running setup.py install for dockerpty: finished with status 'done' 19:54:51 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:54:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:54:51 ---> 1263115c3e07 19:54:51 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:54:51 ---> Using cache 19:54:51 ---> 734524c3358d 19:54:51 Step 4/22 : WORKDIR /edgex-go 19:54:51 ---> Using cache 19:54:51 ---> a1cad2568967 19:54:51 Step 5/22 : RUN apk add --update --no-cache make git 19:54:51 ---> Using cache 19:54:51 ---> fa7aa101b0cd 19:54:51 Step 6/22 : COPY go.mod vendor* ./ 19:54:51 ---> Using cache 19:54:51 ---> e596c669f99b 19:54:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:51 ---> Using cache 19:54:51 ---> 9a996231c091 19:54:51 Step 8/22 : COPY . . 19:54:51 ---> Using cache 19:54:51 ---> 96763949b993 19:54:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:54:51 ---> 68bbc29ce143 19:54:51 Step 27/32 : RUN chmod +x /entrypoint.sh 19:54:51 ---> Running in a4cc16b36a8a 19:54:51 ---> Running in 9860ba027573 19:54:51 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:54:51 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:54:52 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:54:53 Removing intermediate container 9860ba027573 19:54:53 ---> f0ac2943674e 19:54:53 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:54:53 ---> Running in 77000b1c0e1c 19:54:53 Removing intermediate container 77000b1c0e1c 19:54:53 ---> 797a1733002f 19:54:53 Step 29/32 : CMD ["gate"] 19:54:53 ---> Running in 6ae161b0c602 19:54:53 Removing intermediate container 6ae161b0c602 19:54:53 ---> 6f2c7eda4206 19:54:53 Step 30/32 : LABEL arch=x86_64 19:54:53 ---> Running in c3bf06334369 19:54:54 Removing intermediate container c3bf06334369 19:54:54 ---> 86c8a494b993 19:54:54 Step 31/32 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:54:54 ---> Running in 16fb7606005a 19:54:54 Removing intermediate container 16fb7606005a 19:54:54 ---> 41d9c076c53d 19:54:54 Step 32/32 : LABEL version=0.0.0 19:54:54 ---> Running in 44428d8177ad 19:54:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:54:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:54:54 ---> 1263115c3e07 19:54:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:54:54 ---> Using cache 19:54:54 ---> 734524c3358d 19:54:54 Step 4/22 : WORKDIR /edgex-go 19:54:54 ---> Using cache 19:54:54 ---> a1cad2568967 19:54:54 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:54:54 ---> Running in e0dbdd22dd82 19:54:54 Removing intermediate container 44428d8177ad 19:54:54 ---> 226331a4ebbf 19:54:54 19:54:54 Successfully built 226331a4ebbf 19:54:54 Successfully tagged security-bootstrapper:latest 19:54:54 Building security-spire-server 19:54:54  Building security-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:54:55 OK: 211 MiB in 51 packages 19:54:56 5831b945b038: Pull complete 19:54:56 86bbec2aaacd: Pull complete 19:54:56 e10730c5d714: Pull complete 19:54:57 Removing intermediate container f3030eeaac97 19:54:57 ---> ad3083f8699a 19:54:57 Step 13/22 : ENV APP_PORT=58890 19:54:57 ---> Running in 9bdc2281e068 19:54:57 Removing intermediate container e0dbdd22dd82 19:54:57 ---> 78baa80c12ae 19:54:57 Step 6/22 : COPY go.mod vendor* ./ 19:54:58 Removing intermediate container 9bdc2281e068 19:54:58 ---> db722e38c2e5 19:54:58 Step 14/22 : EXPOSE $APP_PORT 19:54:58 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:54:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:54:58 ---> 1263115c3e07 19:54:58 Step 3/23 : WORKDIR /edgex-go 19:54:58 ---> Using cache 19:54:58 ---> f9754dfd5636 19:54:58 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 19:54:58 ---> Running in 8f71dae2c497 19:54:58 ---> Running in 469eed3644cc 19:54:58 ---> d1008dd90c1e 19:54:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:59 ---> Running in 3fd319c09fd3 19:54:59 Removing intermediate container 469eed3644cc 19:54:59 ---> 8c58b2befa63 19:54:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:54:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:59 ---> bec0108963fa 19:54:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:54:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:55:00 OK: 211 MiB in 51 packages 19:55:00 ---> b14962df60b5 19:55:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:55:00 ---> 49d01b3f5b9d 19:55:00 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 19:55:01 5dd5c2283517: Pull complete 19:55:01 ---> Running in 348c4db71468 19:55:01 Removing intermediate container 8f71dae2c497 19:55:01 ---> 29b606446215 19:55:01 Step 5/23 : COPY go.mod vendor* ./ 19:55:02 Removing intermediate container a628aa29d9d4 19:55:02 ---> 43f32a86805a 19:55:02 19:55:02 Step 10/23 : FROM alpine:3.16 19:55:02 ---> 9c6f07244728 19:55:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:55:02 ---> fdfec60adff5 19:55:02 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:55:02 d5ac0230b979: Pull complete 19:55:02 Removing intermediate container 348c4db71468 19:55:02 ---> 61f2b89cfd45 19:55:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:55:03 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 19:55:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:55:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:55:03 ---> Running in 8d952d79a95c 19:55:03 + docker build -t ci-base-image-arm64 -f - . 19:55:03 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:55:03 WORKDIR /edgex 19:55:03 COPY go.mod . 19:55:03 RUN go mod download 19:55:03 ---> Running in 491acae54e53 19:55:03 ---> Running in 491455c67871 19:55:04 Sending build context to Docker daemon 3.267MB 19:55:04 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:55:04 ---> 59b3b1a385d4 19:55:04 Step 2/4 : WORKDIR /edgex 19:55:04 Removing intermediate container 491455c67871 19:55:04 ---> 4bf13db3a7f2 19:55:04 Step 20/22 : LABEL arch=x86_64 19:55:04 ---> Running in 59617288a71c 19:55:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:55:04 Removing intermediate container 59617288a71c 19:55:04 ---> 60e1faa1e793 19:55:04 Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:55:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:55:04 ---> Running in f2cdf9aeb65d 19:55:04 (1/1) Installing dumb-init (1.2.5-r1) 19:55:04 Executing busybox-1.35.0-r17.trigger 19:55:04 OK: 6 MiB in 15 packages 19:55:05 Removing intermediate container f2cdf9aeb65d 19:55:05 ---> e0a3e0c9d6fc 19:55:05 Step 22/22 : LABEL version=0.0.0 19:55:05 ---> Running in fea0ed8a5f3d 19:55:05 Removing intermediate container 8d952d79a95c 19:55:05 ---> 514f0dc141ee 19:55:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:55:05 ---> Running in 6329a9d07afe 19:55:05 ---> Running in 579d35a0e496 19:55:06 Removing intermediate container fea0ed8a5f3d 19:55:06 ---> fb4c85b4a5f3 19:55:06 19:55:06 Successfully built fb4c85b4a5f3 19:55:06 Successfully tagged sys-mgmt-agent:latest 19:55:06 Building security-proxy-setup 19:55:06 Removing intermediate container 579d35a0e496 19:55:06 ---> 8be0aba9472b 19:55:06 Step 3/4 : COPY go.mod . 19:55:06 ---> 9ff79f30f62b 19:55:06 Step 4/4 : RUN go mod download 19:55:06 ---> Running in 2c0e42d6a208 19:55:07  Building sys-mgmt-agent ... done Removing intermediate container 6329a9d07afe 19:55:07 ---> c5827848b6f8 19:55:07 Step 13/23 : ENV APP_PORT=59882 19:55:10 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:55:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:55:10 ---> 1263115c3e07 19:55:10 Step 3/21 : WORKDIR /edgex-go 19:55:10 ---> Using cache 19:55:10 ---> f9754dfd5636 19:55:10 Step 4/21 : RUN apk add --update --no-cache make git 19:55:10 ---> Using cache 19:55:10 ---> 6aa2b749d3a9 19:55:10 Step 5/21 : COPY go.mod vendor* ./ 19:55:10 ---> Using cache 19:55:10 ---> 44041aa2c3a2 19:55:10 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:55:10 ---> Using cache 19:55:10 ---> 4278208c7089 19:55:10 Step 7/21 : COPY . . 19:55:10 ---> Using cache 19:55:10 ---> 8511c4255e76 19:55:10 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:55:12 ---> Running in 9ae5336807c6 19:55:12 ---> Running in a872181ceb41 19:55:12 Removing intermediate container 9ae5336807c6 19:55:12 ---> f440024a4896 19:55:12 Step 14/23 : EXPOSE $APP_PORT 19:55:12 ---> Running in 5d159bc241f3 19:55: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:55:13 Removing intermediate container 3fd319c09fd3 19:55:13 ---> a7932e0d5170 19:55:13 Step 8/22 : COPY . . 19:55:13 Removing intermediate container 5d159bc241f3 19:55:13 ---> 56ca5c2a0470 19:55:13 Step 15/23 : WORKDIR / 19:55:16 ---> Running in 53b4cb98ccfb 19:55:18 Removing intermediate container 53b4cb98ccfb 19:55:18 ---> 0a855c806a9c 19:55:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:55:18 Removing intermediate container 491acae54e53 19:55:18 ---> 883629451260 19:55:18 Step 7/23 : COPY . . 19:55:18 ---> e1df47d84a2e 19:55:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:55:19 ---> 2c3588906c51 19:55:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:55:19 ---> Running in 048f930892b4 19:55:20 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:55:22 ---> 32e488a237e1 19:55:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:55:23 ---> b4182fecee7d 19:55:23 Step 19/23 : ENTRYPOINT ["/core-command"] 19:55:23 ---> 2cd36e9e1463 19:55:23 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 19:55:23 ---> Running in e44cd6c8b723 19:55:23 Removing intermediate container a4cc16b36a8a 19:55:23 ---> 4b78452ea861 19:55:23 19:55:23 Step 10/22 : FROM alpine:3.16 19:55:23 ---> 9c6f07244728 19:55:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:55:23 ---> Using cache 19:55:23 ---> 514f0dc141ee 19:55:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:55:23 ---> Using cache 19:55:23 ---> c5827848b6f8 19:55:23 Step 13/22 : ENV APP_PORT=59861 19:55:23 ---> Running in 0253202899af 19:55:23 ---> Running in ae6bd90bc990 19:55:23 Removing intermediate container e44cd6c8b723 19:55:23 ---> a0d02fdc0694 19:55:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:55:23 Removing intermediate container 0253202899af 19:55:23 ---> 38c8c3120181 19:55:23 Step 9/23 : WORKDIR /edgex-go/spire-build 19:55:24 ---> Running in 43f8899968c5 19:55:24 ---> Running in 82d0356ed4dc 19:55:24 Removing intermediate container ae6bd90bc990 19:55:24 ---> be4d437cf2d7 19:55:24 Step 14/22 : EXPOSE $APP_PORT 19:55:24 Removing intermediate container 43f8899968c5 19:55:24 ---> e366b07cfe9b 19:55:24 Step 21/23 : LABEL arch=x86_64 19:55:24 ---> Running in f9fa15e3ce27 19:55:24 ---> Running in ce3ff3a4610f 19:55:24 Removing intermediate container 82d0356ed4dc 19:55:24 ---> ce4414da67ce 19:55:24 Step 10/23 : 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:55:24 ---> Running in a189b4a711c6 19:55:24 Removing intermediate container f9fa15e3ce27 19:55:24 ---> 3316c5364e29 19:55:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:55:24 Removing intermediate container ce3ff3a4610f 19:55:24 ---> e49965d3e02e 19:55:24 Step 22/23 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:55:24 ---> Running in b91d28e628a6 19:55:25 ---> 1439e7f6b620 19:55:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:55:25 Removing intermediate container b91d28e628a6 19:55:25 ---> af3557d343de 19:55:25 Step 23/23 : LABEL version=0.0.0 19:55:25 ---> Running in a380e881e155 19:55:25 Removing intermediate container a380e881e155 19:55:25 ---> 4672781491da 19:55:25 19:55:25 Successfully built 4672781491da 19:55:25 Removing intermediate container a189b4a711c6 19:55:25 ---> 72beecdf3e10 19:55:25 Step 11/23 : WORKDIR /edgex-go 19:55:25 ---> 26b1ba435e09 19:55:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:55:25 Successfully tagged core-command:latest 19:55:25 Building core-metadata 19:55:26  Building core-command ... done  ---> Running in 88ad98be189a 19:55: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/secrets-config ./cmd/secrets-config 19:55:28 ---> e35f83459852 19:55:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:55:28 Removing intermediate container 88ad98be189a 19:55:28 ---> 63d413df3a35 19:55:28 19:55:28 Step 12/23 : FROM alpine:3.15 19:55:28 ---> c4fc93816858 19:55:28 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:55:28 ---> Using cache 19:55:28 ---> 2a0571a0bca6 19:55:28 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:55:28 ---> Using cache 19:55:28 ---> b7762fdffe4a 19:55:28 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:55:28 ---> Running in 00e8e45a25a0 19:55:29 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:55:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:55:29 ---> 1263115c3e07 19:55:29 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:55:29 ---> Using cache 19:55:29 ---> 734524c3358d 19:55:29 Step 4/24 : WORKDIR /edgex-go 19:55:29 ---> Using cache 19:55:29 ---> a1cad2568967 19:55:29 Step 5/24 : RUN apk add --update --no-cache make git 19:55:29 ---> Using cache 19:55:29 ---> fa7aa101b0cd 19:55:29 Step 6/24 : COPY go.mod vendor* ./ 19:55:29 ---> Using cache 19:55:29 ---> e596c669f99b 19:55:29 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:55:29 ---> Using cache 19:55:29 ---> 9a996231c091 19:55:29 Step 8/24 : COPY . . 19:55:29 ---> Using cache 19:55:29 ---> 96763949b993 19:55:29 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:55:29 Removing intermediate container 00e8e45a25a0 19:55:29 ---> 0776858f9e3e 19:55:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:55:30 ---> Running in fe2902a70ec1 19:55:30 ---> Running in 0494db03b3fc 19:55:30 Removing intermediate container 0494db03b3fc 19:55:30 ---> e1014696f9b9 19:55:30 Step 20/22 : LABEL arch=x86_64 19:55:30 ---> 71839677092d 19:55:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:55: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-metadata/core-metadata ./cmd/core-metadata 19:55:30 ---> Running in 99dcf4248b1f 19:55:31 ---> 7ea3fd6e6d68 19:55:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:55:31 Removing intermediate container 99dcf4248b1f 19:55:31 ---> 6aa28b1c7e29 19:55:31 Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:55:31 ---> Running in d64a2af5d484 19:55:31 ---> 92a10eeca6f4 19:55:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:55:31 Removing intermediate container d64a2af5d484 19:55:31 ---> 5084bec8d671 19:55:31 Step 22/22 : LABEL version=0.0.0 19:55:31 ---> Running in 0f134f25e893 19:55:32 ---> 43e19cc54827 19:55:32 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:55:32 Removing intermediate container 0f134f25e893 19:55:32 ---> bf7666ec8e90 19:55:32 19:55:32 ---> Running in 0e1d6762f669 19:55:33 Successfully built bf7666ec8e90 19:55:33 Successfully tagged support-scheduler:latest 19:55:33  Building support-scheduler ... done Building security-spire-config 19:55:33 Removing intermediate container a872181ceb41 19:55:33 ---> 3890bc0772af 19:55:33 19:55:33 Step 9/21 : FROM alpine:3.16 19:55:33 ---> 9c6f07244728 19:55:33 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 19:55:33 Removing intermediate container 0e1d6762f669 19:55:33 ---> 9cb174ada09a 19:55:33 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:55:33 ---> Running in e0a083993f49 19:55:34 ---> Running in 44c7ac9327fa 19:55:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:55:35 Removing intermediate container 44c7ac9327fa 19:55:35 ---> f924175d81b2 19:55:35 Step 21/23 : LABEL arch=x86_64 19:55:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:55:35 (1/6) Installing ca-certificates (20220614-r0) 19:55:35 (2/6) Installing brotli-libs (1.0.9-r6) 19:55:35 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:55:35 (4/6) Installing libcurl (7.83.1-r4) 19:55:35 (5/6) Installing curl (7.83.1-r4) 19:55:35 (6/6) Installing dumb-init (1.2.5-r1) 19:55:35 Executing busybox-1.35.0-r17.trigger 19:55:35 Executing ca-certificates-20220614-r0.trigger 19:55:35 OK: 8 MiB in 20 packages 19:55:35 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:55:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:55:35 ---> 1263115c3e07 19:55:35 Step 3/24 : WORKDIR /edgex-go 19:55:35 ---> Using cache 19:55:35 ---> f9754dfd5636 19:55:35 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:55:35 ---> Using cache 19:55:35 ---> 29b606446215 19:55:35 Step 5/24 : COPY go.mod vendor* ./ 19:55:35 ---> Using cache 19:55:35 ---> fdfec60adff5 19:55:35 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:55:35 ---> Using cache 19:55:35 ---> 883629451260 19:55:35 Step 7/24 : COPY . . 19:55:35 ---> Using cache 19:55:35 ---> 2cd36e9e1463 19:55:35 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:55:35 ---> Using cache 19:55:35 ---> 38c8c3120181 19:55:35 Step 9/24 : WORKDIR /edgex-go/spire-build 19:55:35 ---> Using cache 19:55:35 ---> ce4414da67ce 19:55:35 Step 10/24 : 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:55:36 ---> Running in 1004e92fd4c1 19:55:36 ---> Running in 41c2b36d116f 19:55:36 Removing intermediate container 1004e92fd4c1 19:55:36 ---> d5fc78bb366c 19:55:36 Step 22/23 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:55:36 ---> Running in c90bef951356 19:55:37 Removing intermediate container c90bef951356 19:55:37 ---> e2fba7b8013b 19:55:37 Step 23/23 : LABEL version=0.0.0 19:55:37 Removing intermediate container e0a083993f49 19:55:37 ---> f81e687a3d32 19:55:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:55:37 ---> Running in 1bc269ef32f8 19:55:37 ---> Running in fb3e11efcaca 19:55:37 Removing intermediate container 1bc269ef32f8 19:55:37 ---> ee4f5edaa374 19:55:37 19:55:37 Removing intermediate container fb3e11efcaca 19:55:37 ---> 908aaed4187e 19:55:37 Step 12/21 : WORKDIR /edgex 19:55:37 Successfully built ee4f5edaa374 19:55:37 Successfully tagged security-spire-server:latest 19:55:37  Building security-spire-server ... done Building security-spiffe-token-provider 19:55:38 ---> Running in 919c45c044c4 19:55:38 Removing intermediate container 41c2b36d116f 19:55:38 ---> a54be7403469 19:55:38 Step 11/24 : WORKDIR /edgex-go 19:55:41 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:55:41 Step 2/19 : FROM ${BUILDER_BASE} AS builder 19:55:41 ---> 1263115c3e07 19:55:41 Step 3/19 : WORKDIR /edgex-go 19:55:41 ---> Using cache 19:55:41 ---> f9754dfd5636 19:55:41 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 19:55:41 ---> Running in 4e4a1be0b34b 19:55:41 Removing intermediate container 919c45c044c4 19:55:41 ---> 5ab5e7500993 19:55:41 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:55:41 ---> Running in ff6691b213a1 19:55:42 Removing intermediate container 4e4a1be0b34b 19:55:42 ---> 0228e5120b56 19:55:42 19:55:42 Step 12/24 : FROM alpine:3.15 19:55:42 ---> c4fc93816858 19:55:42 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:55:42 ---> Using cache 19:55:42 ---> 2a0571a0bca6 19:55:42 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:55:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:55:42 ---> f292e10c0bbb 19:55:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:55:42 ---> Running in c8c6fa0ba8a4 19:55:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:55:42 v3.16.2-395-gf03de7b4c4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:55:42 v3.16.2-396-gbc0b261908 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:55:42 OK: 17043 distinct packages available 19:55:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:55:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:55:42 OK: 211 MiB in 51 packages 19:55:42 ---> b6eb59a10060 19:55:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:55:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:55:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:55:43 ---> 73bdbbe7e2a1 19:55:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:55:43 Removing intermediate container ff6691b213a1 19:55:43 ---> 5824d71893cf 19:55:43 Step 5/19 : COPY go.mod vendor* ./ 19:55:43 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:55:43 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:55:43 OK: 15859 distinct packages available 19:55:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:55:43 ---> dc7035d11de6 19:55:43 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:55:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:55:43 ---> Running in ca9646b52c77 19:55:43 ---> 48071424f221 19:55:43 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:55:43 ---> Running in 5cdb00b6f741 19:55:43 (1/4) Installing dumb-init (1.2.5-r1) 19:55:43 (2/4) Installing musl-obstack (1.2.3-r0) 19:55:43 (3/4) Installing libucontext (1.1-r0) 19:55:43 (4/4) Installing gcompat (1.0.0-r4) 19:55:43 Executing busybox-1.34.1-r7.trigger 19:55:43 OK: 6 MiB in 18 packages 19:55:45 Removing intermediate container c8c6fa0ba8a4 19:55:45 ---> 0c6fc8fb1bc2 19:55:45 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:55:45 Removing intermediate container ca9646b52c77 19:55:45 ---> e19387e207f9 19:55:45 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 19:55:45 ---> Running in 13ddfd553bb6 19:55:45 Removing intermediate container 2c0e42d6a208 19:55:45 ---> df4aa1287f49 19:55:45 Successfully built df4aa1287f49 19:55:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:55:46 Removing intermediate container 13ddfd553bb6 19:55:46 ---> 052af84fc31e 19:55:46 Step 19/21 : LABEL arch=x86_64 19:55:46 + docker inspect -f . ci-base-image-arm64 19:55:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:55:46 prd-ubuntu20.04-docker-arm64-4c-16g-117929 does not seem to be running inside a container 19:55:46 $ 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:55:47 $ docker top 8269845de2d46efbb6820d87516874c2fd4ef2b6fcb76bf33a93fd304e14c315 -eo pid,comm [Pipeline] { [Pipeline] sh 19:55:48 ---> Running in ea187cd3f83c 19:55:48 ---> 8d8ccf37ed14 19:55:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:55:48 + go version 19:55:48 go version go1.18.7 linux/arm64 [Pipeline] } 19:55:48 $ docker stop --time=1 8269845de2d46efbb6820d87516874c2fd4ef2b6fcb76bf33a93fd304e14c315 19:55:48 Removing intermediate container ea187cd3f83c 19:55:48 ---> e5f04f06d055 19:55:48 Step 20/21 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:55:49 ---> Running in 6444f3918b90 19:55:49 ---> b201405d2e03 19:55:49 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:55:49 Removing intermediate container 048f930892b4 19:55:49 ---> e3b2fc2d9d5d 19:55:49 19:55:49 Step 10/22 : FROM alpine:3.16 19:55:49 ---> 9c6f07244728 19:55:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:55:49 ---> Running in 21a81c5a2d45 19:55:49 Removing intermediate container 6444f3918b90 19:55:49 ---> f79dda4d830b 19:55:49 Step 21/21 : LABEL version=0.0.0 19:55:49 ---> Running in e5f789ff5d91 19:55:50 ---> Running in fa413cf8d13e 19:55:50 Removing intermediate container 21a81c5a2d45 19:55:50 ---> aefb05f032fb 19:55:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:55:50 Removing intermediate container fa413cf8d13e 19:55:50 ---> 9771d4c1b479 19:55:50 19:55:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:55:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:55:50 Successfully built 9771d4c1b479 19:55:50 $ docker rm -f 8269845de2d46efbb6820d87516874c2fd4ef2b6fcb76bf33a93fd304e14c315 19:55:50 Successfully tagged security-proxy-setup:latest 19:55:50  Building security-proxy-setup ... done (1/2) Installing ca-certificates (20220614-r0) 19:55:50 (2/2) Installing dumb-init (1.2.5-r1) 19:55:50 Executing busybox-1.35.0-r17.trigger 19:55:50 Executing ca-certificates-20220614-r0.trigger [Pipeline] // withDockerContainer [Pipeline] } 19:55:50 OK: 6 MiB in 16 packages [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 19:55:51 ---> 09cc4030699a 19:55:51 Step 19/24 : WORKDIR / [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:55:51 ---> Running in dec6e9caa4dd 19:55:51 Removing intermediate container fe2902a70ec1 19:55:51 ---> d9e353a67b02 19:55:51 19:55:51 Step 10/24 : FROM alpine:3.16 19:55:51 ---> 9c6f07244728 19:55:51 Step 11/24 : RUN apk add --update --no-cache dumb-init 19:55:51 ---> Using cache 19:55:51 ---> 514f0dc141ee 19:55:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:55:51 ---> Using cache 19:55:51 ---> c5827848b6f8 19:55:51 Step 13/24 : ENV APP_PORT=59881 19:55:51 + docker inspect -f . ci-base-image-arm64 19:55:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:55:51 ---> Running in fac8253a6fe6 19:55:51 Removing intermediate container dec6e9caa4dd 19:55:51 ---> 9eb26016af77 19:55:51 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:55:51 prd-ubuntu20.04-docker-arm64-4c-16g-117929 does not seem to be running inside a container 19:55:51 $ 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:55:51 Removing intermediate container e5f789ff5d91 19:55:51 ---> 4f975ad2173f 19:55:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:55:51 ---> Running in 396844a4cb2c 19:55:51 Removing intermediate container fac8253a6fe6 19:55:51 ---> 9cbb8c95c1ab 19:55:51 Step 14/24 : EXPOSE $APP_PORT 19:55:52 ---> Running in d5838c962301 19:55:52 ---> Running in 4a29ae32a6dc 19:55:52 Removing intermediate container 396844a4cb2c 19:55:52 ---> d86c5e1108d4 19:55:52 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:55:52 Removing intermediate container d5838c962301 19:55:52 ---> 667299c6b096 19:55:52 Step 13/22 : ENV APP_PORT=59860 19:55:52 ---> Running in 0a4d43144bf7 19:55:52 Removing intermediate container 4a29ae32a6dc 19:55:52 ---> 1297025b061b 19:55:52 Step 15/24 : WORKDIR / 19:55:52 ---> Running in 16cf225106b3 19:55:52 ---> Running in 6ac23fc8163c 19:55:52 Removing intermediate container 0a4d43144bf7 19:55:52 ---> d620a0e6fb9a 19:55:52 Step 22/24 : LABEL arch=x86_64 19:55:52 Removing intermediate container 16cf225106b3 19:55:52 ---> 486c40693ab2 19:55:52 Step 14/22 : EXPOSE $APP_PORT 19:55:52 ---> Running in ecbe429f0304 19:55:52 Removing intermediate container 6ac23fc8163c 19:55:52 ---> 12de39c13f06 19:55:52 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:55:52 ---> Running in fc821df6c3a6 19:55:52 Removing intermediate container ecbe429f0304 19:55:52 ---> 29a2b4d12769 19:55:52 Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:55:52 Removing intermediate container fc821df6c3a6 19:55:52 ---> dae3b973dc70 19:55:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:55:52 ---> Running in 9368f55b170f 19:55:52 ---> f2d15a4d0dd5 19:55:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:55:53 $ docker top 2f8a9b22368ff1777cfe56b42228d0d0c46c3249a706002f2057586e3ab4c8a0 -eo pid,comm 19:55:53 Removing intermediate container 9368f55b170f 19:55:53 ---> 89c847dcb783 19:55:53 Step 24/24 : LABEL version=0.0.0 [Pipeline] { 19:55:53 ---> 3c3f53f09b46 19:55:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:55:53 ---> Running in e9a5fbe38a64 [Pipeline] echo 19:55:53 ========================================================= 19:55:53 [edgeXBuildGoParallel] Running Tests and Build... 19:55:53 ========================================================= [Pipeline] sh 19:55:53 ---> 7d897bd8f8f5 19:55:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:55:53 Removing intermediate container e9a5fbe38a64 19:55:53 ---> 148754dd4099 19:55:53 19:55:54 Successfully built 148754dd4099 19:55:54 Successfully tagged security-spire-config:latest 19:55:54  Building security-spire-config ... done  ---> 1e4d3b3b19d5 19:55:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:55:54 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:55:54 ---> ca63ca681b99 19:55:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:55:54 ---> bfaf7ff4188f 19:55:54 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:55:54 ---> dd674297ea4d 19:55:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:55:54 ---> Running in 9fa2bf90ef96 19:55:54 ---> Running in edb50dee2a5f 19:55:54 Removing intermediate container 9fa2bf90ef96 19:55:54 ---> 36f1b0746eee 19:55:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:55:54 Removing intermediate container edb50dee2a5f 19:55:54 ---> cbece9a4a07b 19:55:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:55:54 + make test 19:55:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:55:55 ---> Running in 32fc8f6c73d1 19:55:55 ---> Running in 954ccc588638 19:55:55 Removing intermediate container 32fc8f6c73d1 19:55:55 ---> f33f6fdc60dc 19:55:55 Step 22/24 : LABEL arch=x86_64 19:55:55 ---> Running in a75d564ecd1c 19:55:55 Removing intermediate container 954ccc588638 19:55:55 ---> 715ba059c277 19:55:55 Step 20/22 : LABEL arch=x86_64 19:55:55 ---> Running in f6bf72e5eae7 19:55:55 Removing intermediate container a75d564ecd1c 19:55:55 ---> e008a6c59587 19:55:55 Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:55:55 ---> Running in 88c2af576116 19:55:55 Removing intermediate container f6bf72e5eae7 19:55:55 ---> b8f1fe90df1d 19:55:55 Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:55:55 ---> Running in 88fa95c073c3 19:55:55 Removing intermediate container 88c2af576116 19:55:55 ---> 4438950a0d2f 19:55:55 Step 24/24 : LABEL version=0.0.0 19:55:55 ---> Running in e2fee17bea13 19:55:55 Removing intermediate container 88fa95c073c3 19:55:55 ---> 485c39a74952 19:55:55 Step 22/22 : LABEL version=0.0.0 19:55:55 ---> Running in 9abdbd76db03 19:55:55 Removing intermediate container e2fee17bea13 19:55:55 ---> 685c25ddf919 19:55:55 19:55:55 Successfully built 685c25ddf919 19:55:55 Successfully tagged core-metadata:latest 19:55:56  Building core-metadata ... done Removing intermediate container 9abdbd76db03 19:55:56 ---> 0e804a12da39 19:55:56 19:55:56 Removing intermediate container 5cdb00b6f741 19:55:56 ---> a36ece655c24 19:55:56 Step 7/19 : COPY . . 19:55:56 Successfully built 0e804a12da39 19:55:56 Successfully tagged support-notifications:latest 19:56:01  Building support-notifications ... done  ---> a1ec9f6ed6de 19:56:01 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:56:01 ---> Running in a3af30ee6438 19:56: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:56:19 Removing intermediate container a3af30ee6438 19:56:19 ---> 1a508d23d2d8 19:56:19 19:56:19 Step 9/19 : FROM alpine:3.15 19:56:19 ---> c4fc93816858 19:56:19 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:56:19 ---> Using cache 19:56:19 ---> 2a0571a0bca6 19:56:19 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:56:19 ---> Running in 2328b95f6b90 19:56:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:56:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:56:19 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:56:19 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:56:19 OK: 15859 distinct packages available 19:56:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:56:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:56:19 (1/9) Installing ca-certificates (20220614-r0) 19:56:19 (2/9) Installing brotli-libs (1.0.9-r5) 19:56:19 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:56:19 (4/9) Installing libcurl (7.80.0-r4) 19:56:19 (5/9) Installing curl (7.80.0-r4) 19:56:19 (6/9) Installing dumb-init (1.2.5-r1) 19:56:19 (7/9) Installing musl-obstack (1.2.3-r0) 19:56:19 (8/9) Installing libucontext (1.1-r0) 19:56:19 (9/9) Installing gcompat (1.0.0-r4) 19:56:19 Executing busybox-1.34.1-r7.trigger 19:56:19 Executing ca-certificates-20220614-r0.trigger 19:56:19 OK: 8 MiB in 23 packages 19:56:19 Removing intermediate container 2328b95f6b90 19:56:19 ---> 4a2a6ecd17e0 19:56:19 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 19:56:19 ---> 5f538eb7807a 19:56:19 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:56:20 ---> f7b41e40b778 19:56:20 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:56:20 ---> 3dda8e07aac0 19:56:20 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:56:20 ---> Running in 088c189f726d 19:56:20 Removing intermediate container 088c189f726d 19:56:20 ---> 60b5b33f7444 19:56:20 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:56:20 ---> Running in ebacb6100f14 19:56:20 Removing intermediate container ebacb6100f14 19:56:20 ---> 74d65f6d5ce0 19:56:20 Step 17/19 : LABEL arch=x86_64 19:56:20 ---> Running in 83e27ec5379d 19:56:20 Removing intermediate container 83e27ec5379d 19:56:20 ---> 12381e6fc9ae 19:56:20 Step 18/19 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 19:56:20 ---> Running in 47ad8a83e45c 19:56:20 Removing intermediate container 47ad8a83e45c 19:56:20 ---> 9e66225caab5 19:56:20 Step 19/19 : LABEL version=0.0.0 19:56:20 ---> Running in 6ee81d4d55ac 19:56:20 Removing intermediate container 6ee81d4d55ac 19:56:20 ---> da251e050d00 19:56:20 19:56:20 Successfully built da251e050d00 19:56:20 Successfully tagged security-spiffe-token-provider:latest 19:56:20  Building security-spiffe-token-provider ... done  [Pipeline] } 19:56:20 $ docker stop --time=1 0d392c463190969d5e11d4f42f8d240597ecf58edef48130b6891d769a849429 19:56:22 $ docker rm -f 0d392c463190969d5e11d4f42f8d240597ecf58edef48130b6891d769a849429 [Pipeline] // withDockerContainer [Pipeline] sh 19:56:22 + docker images 19:56:22 REPOSITORY TAG IMAGE ID CREATED SIZE 19:56:22 security-spiffe-token-provider latest da251e050d00 2 seconds ago 29.7MB 19:56:22 1a508d23d2d8 6 seconds ago 1.64GB 19:56:22 core-metadata latest 685c25ddf919 27 seconds ago 18.5MB 19:56:22 support-notifications latest 0e804a12da39 27 seconds ago 30.4MB 19:56:22 security-spire-config latest 148754dd4099 29 seconds ago 85.8MB 19:56:22 d9e353a67b02 31 seconds ago 1.61GB 19:56:22 security-proxy-setup latest 9771d4c1b479 33 seconds ago 27.6MB 19:56:22 e3b2fc2d9d5d 34 seconds ago 1.67GB 19:56:22 0228e5120b56 41 seconds ago 1.48GB 19:56:22 security-spire-server latest ee4f5edaa374 45 seconds ago 86.5MB 19:56:22 3890bc0772af 50 seconds ago 1.6GB 19:56:22 support-scheduler latest bf7666ec8e90 50 seconds ago 29.8MB 19:56:22 63d413df3a35 55 seconds ago 1.48GB 19:56:22 core-command latest 4672781491da 57 seconds ago 17.6MB 19:56:22 4b78452ea861 About a minute ago 1.67GB 19:56:22 sys-mgmt-agent latest fb4c85b4a5f3 About a minute ago 136MB 19:56:22 43f32a86805a About a minute ago 1.61GB 19:56:22 security-bootstrapper latest 226331a4ebbf About a minute ago 20.2MB 19:56:22 security-secretstore-setup latest cd7bc8a04798 About a minute ago 29.7MB 19:56:22 core-data latest 0bc6156a6fa8 About a minute ago 21.7MB 19:56:22 7820cedd3778 About a minute ago 1.62GB 19:56:22 9919ac6508b4 About a minute ago 1.59GB 19:56:22 d8405903d3a7 About a minute ago 1.6GB 19:56:22 9a4aa1a5f8d2 About a minute ago 1.6GB 19:56:22 security-spire-agent latest c7a0b8bafe81 2 minutes ago 125MB 19:56:22 47100f6a3830 2 minutes ago 1.48GB 19:56:22 ci-base-image-x86_64 latest 1263115c3e07 5 minutes ago 941MB 19:56:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 3 weeks ago 677MB 19:56:22 alpine 3.15 c4fc93816858 2 months ago 5.59MB 19:56:22 alpine 3.16 9c6f07244728 2 months ago 5.54MB 19:56:22 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 19:56:22 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:56:33 ? github.com/edgexfoundry/edgex-go [no test files] 19:58:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:58:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:58:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:58:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:58:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:59:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:59:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:59:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:59:01 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:59:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:59:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:59:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:59:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:59:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:59:07 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:59:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.268s coverage: 28.7% of statements 19:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:59:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:59:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.697s coverage: 98.5% of statements 19:59:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.521s coverage: 43.0% of statements 19:59:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:59:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.465s coverage: 54.2% of statements 19:59:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:59:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.679s coverage: 89.2% of statements 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:59:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.509s coverage: 2.2% of statements 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:59:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.739s coverage: 95.6% of statements 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:59:58 ok github.com/edgexfoundry/edgex-go/internal/io 0.344s coverage: 72.2% of statements 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:59:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.454s coverage: 60.0% of statements 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:59:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.765s coverage: 0.9% of statements 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:00:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.289s coverage: 58.8% of statements 20:00:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.310s coverage: 29.6% of statements 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.333s coverage: 47.1% of statements 20:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.332s coverage: 79.5% of statements 20:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.253s coverage: 94.1% of statements 20:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.272s coverage: 96.3% of statements 20:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.259s coverage: 87.5% of statements 20:00:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.406s coverage: 94.4% of statements 20:00:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.230s coverage: 44.8% of statements 20:00:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.841s coverage: 79.9% of statements 20:00:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.367s coverage: 92.9% of statements 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.079s coverage: 65.1% of statements 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.345s coverage: 86.9% of statements 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.245s coverage: 87.2% of statements 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.188s coverage: 100.0% of statements 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.316s coverage: 58.8% of statements 20:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.328s coverage: 80.0% of statements 20:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.326s coverage: 87.2% of statements 20:00:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.400s coverage: 85.4% of statements 20:00:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.093s coverage: 91.2% of statements 20:00:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.014s coverage: 64.7% of statements 20:00:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:00:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.301s coverage: 100.0% of statements 20:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.122s coverage: 89.4% of statements 20:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements 20:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements 20:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements 20:00:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.543s coverage: 65.8% of statements 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:00:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.933s coverage: 41.8% of statements 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:00:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.382s coverage: 89.5% of statements 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:00:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.278s coverage: 84.8% of statements 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:01:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.386s coverage: 17.7% of statements 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:01:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.890s coverage: 92.3% of statements 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:01:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.320s coverage: 63.2% of statements 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.526s coverage: 97.7% of statements 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.253s coverage: 28.9% of statements 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.318s coverage: 100.0% of statements 20:01:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 96.9% of statements 20:01:05 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 20:01:05 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:01:05 GO111MODULE=on go vet ./... 20:03:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:03:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:03:12 ./bin/test-attribution-txt.sh [Pipeline] echo 20:03:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:03:13 + ls -al . 20:03:13 total 764 20:03:13 drwxrwxr-x 10 1001 1001 4096 Nov 2 19:55 . 20:03:13 drwxr-xr-x 4 root root 4096 Nov 2 19:55 .. 20:03:13 drwxrwxr-x 2 1001 1001 4096 Nov 2 19:54 .blubracket 20:03:13 -rw-rw-r-- 1 1001 1001 16 Nov 2 19:54 .dockerignore 20:03:13 drwxrwxr-x 8 1001 1001 4096 Nov 2 19:54 .git 20:03:13 drwxrwxr-x 3 1001 1001 4096 Nov 2 19:54 .github 20:03:13 -rw-rw-r-- 1 1001 1001 1030 Nov 2 19:54 .gitignore 20:03:13 -rw-rw-r-- 1 1001 1001 42 Nov 2 19:54 .golangci.yml 20:03:13 -rw-rw-r-- 1 1001 1001 87 Nov 2 19:54 .hadolint.yml 20:03:13 -rw-rw-r-- 1 1001 1001 166 Nov 2 19:54 .sonarcloud.properties 20:03:13 -rw-rw-r-- 1 1001 1001 1171 Nov 2 19:54 ADOPTERS.md 20:03:13 -rw-rw-r-- 1 1001 1001 10722 Nov 2 19:54 Attribution.txt 20:03:13 -rw-rw-r-- 1 1001 1001 63209 Nov 2 19:54 CHANGELOG.md 20:03:13 -rw-rw-r-- 1 1001 1001 3804 Nov 2 19:54 CONTRIBUTING.md 20:03:13 -rw-rw-r-- 1 1001 1001 677 Nov 2 19:54 GOVERNANCE.md 20:03:13 -rw-rw-r-- 1 1001 1001 850 Nov 2 19:54 Jenkinsfile 20:03:13 -rw-rw-r-- 1 1001 1001 10775 Nov 2 19:54 LICENSE 20:03:13 -rw-rw-r-- 1 1001 1001 13857 Nov 2 19:54 Makefile 20:03:13 -rw-rw-r-- 1 1001 1001 582 Nov 2 19:54 OWNERS.md 20:03:13 -rw-rw-r-- 1 1001 1001 9799 Nov 2 19:54 README.md 20:03:13 -rw-rw-r-- 1 1001 1001 6912 Nov 2 19:54 SECURITY.md 20:03:13 -rw-rw-r-- 1 1001 1001 5 Nov 2 19:50 VERSION 20:03:13 -rw-rw-r-- 1 1001 1001 4131 Nov 2 19:54 ZMQWindows.md 20:03:13 drwxrwxr-x 2 1001 1001 4096 Nov 2 19:54 bin 20:03:13 drwxrwxr-x 18 1001 1001 4096 Nov 2 19:54 cmd 20:03:13 -rw-r--r-- 1 root root 501828 Nov 2 20:01 coverage.out 20:03:13 -rw-rw-r-- 1 1001 1001 3447 Nov 2 19:54 go.mod 20:03:13 -rw-rw-r-- 1 1001 1001 45062 Nov 2 19:54 go.sum 20:03:13 drwxrwxr-x 8 1001 1001 4096 Nov 2 19:54 internal 20:03:13 drwxrwxr-x 3 1001 1001 4096 Nov 2 19:54 openapi 20:03:13 drwxrwxr-x 4 1001 1001 4096 Nov 2 19:54 snap 20:03:13 -rw-rw-r-- 1 1001 1001 204 Nov 2 19:54 version.go [Pipeline] sh 20:03:14 + '[' -e coverage.out ] 20:03:14 + chown 1001:1001 coverage.out [Pipeline] stash 20:03:14 Warning: overwriting stash ‘coverage-report’ 20:03:15 Stashed 1 file(s) [Pipeline] sh 20:03:15 + make build 20:03:15 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 20:05:07 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 20:06:29 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 20:06:29 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:07:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:07:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:07:25 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:07:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:07:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:07:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:07:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:07:53 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 20:08: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:08:09 $ docker stop --time=1 2f8a9b22368ff1777cfe56b42228d0d0c46c3249a706002f2057586e3ab4c8a0 20:08:11 $ docker rm -f 2f8a9b22368ff1777cfe56b42228d0d0c46c3249a706002f2057586e3ab4c8a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:08:14 20:08:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:08:15 latest: Pulling from edgex-devops/edgex-compose-arm64 20:08:15 29e5d40040c1: Pulling fs layer 20:08:15 1ce36da41761: Pulling fs layer 20:08:15 25b303627fd3: Pulling fs layer 20:08:15 29e5d40040c1: Verifying Checksum 20:08:15 29e5d40040c1: Download complete 20:08:15 1ce36da41761: Verifying Checksum 20:08:15 1ce36da41761: Download complete 20:08:16 29e5d40040c1: Pull complete 20:08:17 25b303627fd3: Verifying Checksum 20:08:17 1ce36da41761: Pull complete 20:08:27 25b303627fd3: Pull complete 20:08:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:08:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:08:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:08:28 prd-ubuntu20.04-docker-arm64-4c-16g-117929 does not seem to be running inside a container 20:08:28 $ 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 20:08:30 $ docker top d69e6b695bc438caf0caf5864cceec479bedb07dcbe8cd5c68001edadd94dd2e -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:31 + docker-compose build --help 20:08:31 + grep parallel 20:08:36 --parallel Build images in parallel. [Pipeline] } 20:08:37 $ docker stop --time=1 d69e6b695bc438caf0caf5864cceec479bedb07dcbe8cd5c68001edadd94dd2e 20:08:38 $ docker rm -f d69e6b695bc438caf0caf5864cceec479bedb07dcbe8cd5c68001edadd94dd2e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:08:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:08:39 prd-ubuntu20.04-docker-arm64-4c-16g-117929 does not seem to be running inside a container 20:08:39 $ 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 20:08:40 $ docker top 8be0c9ac6ea0a5e52eb6cea76d65e9215b2744164e9722f99d0c7010a1b2b3cb -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:41 + docker-compose -f ./docker-compose-build.yml build --parallel 20:08:48 Building core-command ... 20:08:48 Building core-data ... 20:08:48 Building core-metadata ... 20:08:48 Building security-bootstrapper ... 20:08:48 Building security-proxy-setup ... 20:08:48 Building security-secretstore-setup ... 20:08:48 Building security-spiffe-token-provider ... 20:08:48 Building security-spire-agent ... 20:08:48 Building security-spire-config ... 20:08:48 Building security-spire-server ... 20:08:48 Building support-notifications ... 20:08:48 Building support-scheduler ... 20:08:48 Building sys-mgmt-agent ... 20:08:48 Building support-scheduler 20:08:48 Building core-data 20:08:48 Building core-metadata 20:08:48 Building support-notifications 20:08:48 Building security-proxy-setup 20:09:35 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:09:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:09:35 ---> df4aa1287f49 20:09:35 Step 3/21 : WORKDIR /edgex-go 20:09:35 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:09:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:09:35 ---> df4aa1287f49 20:09:35 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:09:35 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:09:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:09:35 ---> df4aa1287f49 20:09:35 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:09:35 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:09:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:09:35 ---> df4aa1287f49 20:09:35 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:09:35 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:09:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:09:35 ---> df4aa1287f49 20:09:35 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:09:35 ---> Running in b9890e833757 20:09:35 ---> Running in 04e7c083f3fb 20:09:35 ---> Running in 88e841699dfe 20:09:35 ---> Running in c8102fd1ccda 20:09:35 ---> Running in fb2cd99c9c13 20:09:36 Removing intermediate container b9890e833757 20:09:36 ---> 5b187ee0f8c7 20:09:36 Step 4/22 : WORKDIR /edgex-go 20:09:36 Removing intermediate container 88e841699dfe 20:09:36 ---> 8ee3a68b4fe5 20:09:36 Step 4/24 : WORKDIR /edgex-go 20:09:36 Removing intermediate container fb2cd99c9c13 20:09:36 ---> 6d46e5e4ec32 20:09:36 Step 4/21 : RUN apk add --update --no-cache make git 20:09:36 Removing intermediate container c8102fd1ccda 20:09:36 ---> e61baf2101fa 20:09:36 Step 4/22 : WORKDIR /edgex-go 20:09:36 Removing intermediate container 04e7c083f3fb 20:09:36 ---> 6cac444d22ed 20:09:36 Step 4/22 : WORKDIR /edgex-go 20:09:36 ---> Running in 81fff4d5c987 20:09:36 ---> Running in 6ef8ead03398 20:09:36 ---> Running in 555cc548ca51 20:09:36 ---> Running in a2519c6c559f 20:09:36 ---> Running in 3b78932aa897 20:09:37 Removing intermediate container 555cc548ca51 20:09:37 ---> 57eae0b1241f 20:09:37 Step 5/22 : RUN apk add --update --no-cache make git 20:09:37 Removing intermediate container 6ef8ead03398 20:09:37 ---> 9443fe9f792f 20:09:37 Step 5/24 : RUN apk add --update --no-cache make git 20:09:37 Removing intermediate container 3b78932aa897 20:09:37 ---> 0460c511a3f1 20:09:37 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:09:37 Removing intermediate container 81fff4d5c987 20:09:37 ---> f710b5d3f41e 20:09:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:09:37 ---> Running in 3204084af922 20:09:37 ---> Running in 6e7859b91984 20:09:38 ---> Running in 866d24318e1b 20:09:38 ---> Running in 2f1a88f53ab2 20:09:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:09:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:09:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:09:40 OK: 221 MiB in 51 packages 20:09:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:09:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:09:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:09:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:09:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:09:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:09:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:09:41 Removing intermediate container a2519c6c559f 20:09:42 ---> e5aef6279a7f 20:09:42 Step 5/21 : COPY go.mod vendor* ./ 20:09:42 OK: 221 MiB in 51 packages 20:09:42 OK: 221 MiB in 51 packages 20:09:42 OK: 221 MiB in 51 packages 20:09:42 OK: 221 MiB in 51 packages 20:09:43 ---> b4bf5966ce32 20:09:43 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:43 Removing intermediate container 3204084af922 20:09:43 ---> 85ef08bb88c5 20:09:43 Step 6/22 : COPY go.mod vendor* ./ 20:09:43 ---> Running in 297d70b7fde9 20:09:44 Removing intermediate container 6e7859b91984 20:09:44 ---> bb02480420e9 20:09:44 Step 6/24 : COPY go.mod vendor* ./ 20:09:44 Removing intermediate container 2f1a88f53ab2 20:09:44 ---> 6049edf982e2 20:09:44 Step 6/22 : COPY go.mod vendor* ./ 20:09:44 ---> fcb8cef70710 20:09:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:44 Removing intermediate container 866d24318e1b 20:09:44 ---> 40173a512f99 20:09:44 Step 6/22 : COPY go.mod vendor* ./ 20:09:45 ---> Running in de580590edc7 20:09:45 ---> d21ac334fde0 20:09:45 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:46 ---> Running in c70b111ee671 20:09:46 ---> 5a4957722610 20:09:46 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:46 ---> Running in f71df76bab74 20:09:46 ---> bb974d6b2e1a 20:09:46 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:47 ---> Running in f37cede5b536 20:11:08 Removing intermediate container 297d70b7fde9 20:11:08 ---> 41db3feffe4c 20:11:08 Step 7/21 : COPY . . 20:11:08 Removing intermediate container f37cede5b536 20:11:08 ---> 03c14872fa52 20:11:08 Step 8/22 : COPY . . 20:11:08 Removing intermediate container c70b111ee671 20:11:08 ---> 5572b65d0133 20:11:08 Step 8/24 : COPY . . 20:11:09 Removing intermediate container f71df76bab74 20:11:09 ---> 8751705bbe45 20:11:09 Step 8/22 : COPY . . 20:11:09 Removing intermediate container de580590edc7 20:11:09 ---> c2b2602bb5e5 20:11:09 Step 8/22 : COPY . . 20:11:27 ---> e702dcd66612 20:11:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:11:27 ---> 0ed66d555cf9 20:11:27 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:11:27 ---> 4413ddcd34e5 20:11:27 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:11:27 ---> Running in 0a350342d8b3 20:11:27 ---> 080b6b17e4cd 20:11:27 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:11:27 ---> Running in 1d0f6cc07ab4 20:11:27 ---> 5418ef067a96 20:11:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:11:27 ---> Running in 10ec3951471c 20:11:27 ---> Running in 9b522885307b 20:11:27 ---> Running in 13b372a33966 20:11:30 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:11:30 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 20:11:30 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 20:11:31 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 20:11:31 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:17:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:17:56 Removing intermediate container 10ec3951471c 20:17:56 ---> bf2e0d6dfdd0 20:17:56 20:17:56 Step 9/21 : FROM alpine:3.16 20:17:56 3.16: Pulling from library/alpine 20:17:56 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 20:17:56 Status: Downloaded newer image for alpine:3.16 20:17:56 ---> a6215f271958 20:17:56 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 20:17:56 ---> Running in d91bab72d443 20:17:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:17:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:18:00 (1/6) Installing ca-certificates (20220614-r0) 20:18:00 (2/6) Installing brotli-libs (1.0.9-r6) 20:18:00 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:18:00 (4/6) Installing libcurl (7.83.1-r4) 20:18:00 (5/6) Installing curl (7.83.1-r4) 20:18:00 (6/6) Installing dumb-init (1.2.5-r1) 20:18:00 Executing busybox-1.35.0-r17.trigger 20:18:00 Executing ca-certificates-20220614-r0.trigger 20:18:01 OK: 8 MiB in 20 packages 20:18:03 Removing intermediate container d91bab72d443 20:18:03 ---> b404310bf8e5 20:18:03 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:18:03 ---> Running in 474f6baf5884 20:18:04 Removing intermediate container 474f6baf5884 20:18:04 ---> 5b51e9014a88 20:18:04 Step 12/21 : WORKDIR /edgex 20:18:04 ---> Running in c30294b13a1c 20:18:04 Removing intermediate container c30294b13a1c 20:18:04 ---> 584ed9bbc31e 20:18:04 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:18:05 ---> 2a51a2fd946c 20:18:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:18:07 ---> aae6886553d9 20:18:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:18:08 ---> a78516450e27 20:18:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:18:09 ---> 09a1f900fd29 20:18:09 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:18:09 ---> Running in 579cb8a9dbc2 20:18:12 Removing intermediate container 579cb8a9dbc2 20:18:12 ---> f8c084a517f7 20:18:12 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 20:18:13 ---> Running in f5e7639ea8f5 20:18:13 Removing intermediate container f5e7639ea8f5 20:18:13 ---> 749829a57d2b 20:18:13 Step 19/21 : LABEL arch=arm64 20:18:13 ---> Running in c53867605bf0 20:18:14 Removing intermediate container c53867605bf0 20:18:14 ---> ab7f2849863b 20:18:14 Step 20/21 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:18:14 ---> Running in b53ef01a2d8c 20:18:14 Removing intermediate container b53ef01a2d8c 20:18:14 ---> 32f79ad2f41e 20:18:14 Step 21/21 : LABEL version=0.0.0 20:18:14 ---> Running in e80a22361cc0 20:18:15 Removing intermediate container e80a22361cc0 20:18:15 ---> 6d73cd638508 20:18:15 20:18:15 Successfully built 6d73cd638508 20:18:15 Successfully tagged security-proxy-setup-arm64:latest 20:18:16  Building security-proxy-setup ... done Building security-spire-agent 20:18:38 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:18:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:18:38 ---> df4aa1287f49 20:18:38 Step 3/24 : WORKDIR /edgex-go 20:18:38 ---> Using cache 20:18:38 ---> 6d46e5e4ec32 20:18:38 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:18:38 ---> Running in 8de64c869895 20:18:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:18:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:18:41 OK: 221 MiB in 51 packages 20:18:42 Removing intermediate container 8de64c869895 20:18:42 ---> 36310bebaea4 20:18:42 Step 5/24 : COPY go.mod vendor* ./ 20:18:43 ---> e168a1392da2 20:18:43 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:43 ---> Running in ea60d28a1198 20:19:15 Removing intermediate container 1d0f6cc07ab4 20:19:15 ---> 817929051825 20:19:15 20:19:15 Step 10/24 : FROM alpine:3.16 20:19:15 ---> a6215f271958 20:19:15 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:19:15 ---> Running in 3de4bf8cd25a 20:19:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:19:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:19:15 (1/1) Installing dumb-init (1.2.5-r1) 20:19:15 Executing busybox-1.35.0-r17.trigger 20:19:15 OK: 5 MiB in 15 packages 20:19:17 Removing intermediate container 3de4bf8cd25a 20:19:17 ---> f1a87d0f835d 20:19:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:19:17 ---> Running in a04e0d90e71d 20:19:17 Removing intermediate container a04e0d90e71d 20:19:17 ---> 8d5ec54a2b40 20:19:17 Step 13/24 : ENV APP_PORT=59881 20:19:18 ---> Running in 33bf54020759 20:19:18 Removing intermediate container 33bf54020759 20:19:18 ---> f9e034e6292b 20:19:18 Step 14/24 : EXPOSE $APP_PORT 20:19:18 ---> Running in 3ad87f547b22 20:19:19 Removing intermediate container 3ad87f547b22 20:19:19 ---> c21cb8eaa7f2 20:19:19 Step 15/24 : WORKDIR / 20:19:19 ---> Running in 2172f006c3e7 20:19:19 Removing intermediate container 2172f006c3e7 20:19:19 ---> 0dd03ed690e4 20:19:19 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:19:20 ---> a8a8a917c169 20:19:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:19:22 ---> 47d742292aa3 20:19:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:19:23 ---> 4382bc716b59 20:19:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:19:25 ---> 4510d1f04b73 20:19:25 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:19:25 ---> Running in f261ef1a8cbe 20:19:25 Removing intermediate container f261ef1a8cbe 20:19:25 ---> bbcea2a490e5 20:19:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:19:25 ---> Running in b9bd3ed67960 20:19:26 Removing intermediate container b9bd3ed67960 20:19:26 ---> ae29f627b527 20:19:26 Step 22/24 : LABEL arch=arm64 20:19:26 ---> Running in 3d511b091a4a 20:19:26 Removing intermediate container 3d511b091a4a 20:19:26 ---> 230a35eba484 20:19:26 Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:19:27 ---> Running in 0d58f4569361 20:19:27 Removing intermediate container 0d58f4569361 20:19:27 ---> 089a2f136dcd 20:19:27 Step 24/24 : LABEL version=0.0.0 20:19:27 ---> Running in 4f62faafbd01 20:19:28 Removing intermediate container 4f62faafbd01 20:19:28 ---> 2bbcbec33eb5 20:19:28 20:19:28 Successfully built 2bbcbec33eb5 20:19:28 Successfully tagged core-metadata-arm64:latest 20:19:28 Building security-spire-server 20:19:50  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:19:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:19:50 ---> df4aa1287f49 20:19:50 Step 3/23 : WORKDIR /edgex-go 20:19:50 ---> Using cache 20:19:50 ---> 6d46e5e4ec32 20:19:50 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:19:50 ---> Using cache 20:19:50 ---> 36310bebaea4 20:19:50 Step 5/23 : COPY go.mod vendor* ./ 20:19:50 ---> Using cache 20:19:50 ---> e168a1392da2 20:19:50 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:19:52 ---> Running in 287c2a79144c 20:20:07 Removing intermediate container 9b522885307b 20:20:07 ---> da6955ff7a66 20:20:07 20:20:07 Step 10/22 : FROM alpine:3.16 20:20:07 ---> a6215f271958 20:20:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:20:07 ---> Running in 0ac0279a375d 20:20:07 Removing intermediate container 0ac0279a375d 20:20:07 ---> 04d85f3b4228 20:20:07 Step 12/22 : ENV APP_PORT=59880 20:20:07 ---> Running in ef10f342b3dd 20:20:07 Removing intermediate container ef10f342b3dd 20:20:07 ---> f7d96da2754f 20:20:07 Step 13/22 : EXPOSE $APP_PORT 20:20:07 ---> Running in 8e40f976f2ad 20:20:08 Removing intermediate container 8e40f976f2ad 20:20:08 ---> c1ba00888a89 20:20:08 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 20:20:08 ---> Running in a2dadbdf1964 20:20:09 Removing intermediate container ea60d28a1198 20:20:09 ---> 58ad19dbd10e 20:20:09 Step 7/24 : COPY . . 20:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:20:13 (1/6) Installing dumb-init (1.2.5-r1) 20:20:13 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:20:13 (3/6) Installing libsodium (1.0.18-r0) 20:20:13 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:20:13 (5/6) Installing libzmq (4.3.4-r0) 20:20:13 (6/6) Installing zeromq (4.3.4-r0) 20:20:13 Executing busybox-1.35.0-r17.trigger 20:20:13 OK: 8 MiB in 20 packages 20:20:18 Removing intermediate container a2dadbdf1964 20:20:18 ---> 41b4e7e7947e 20:20:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:19 ---> 77117b9fe447 20:20:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:20:22 ---> 87719a76966b 20:20:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:20:24 ---> e046d23ab9c2 20:20:24 Step 18/22 : ENTRYPOINT ["/core-data"] 20:20:24 ---> Running in 24f5b77c4db1 20:20:25 Removing intermediate container 24f5b77c4db1 20:20:25 ---> e96e971af5ab 20:20:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:20:25 ---> Running in 08754af67849 20:20:26 Removing intermediate container 08754af67849 20:20:26 ---> 47fff535ce50 20:20:26 Step 20/22 : LABEL arch=arm64 20:20:26 ---> Running in 106a657fa1fa 20:20:26 ---> 83343d767abd 20:20:26 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:20:26 ---> Running in 333f0146a36a 20:20:26 Removing intermediate container 106a657fa1fa 20:20:26 ---> 99130858e555 20:20:26 Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:20:27 ---> Running in 5c0aa6700300 20:20:27 Removing intermediate container 333f0146a36a 20:20:27 ---> ec1e02d32cc4 20:20:27 Step 9/24 : WORKDIR /edgex-go/spire-build 20:20:27 ---> Running in 6a3584a9f18f 20:20:28 Removing intermediate container 5c0aa6700300 20:20:28 ---> 3bfbc019722a 20:20:28 Step 22/22 : LABEL version=0.0.0 20:20:28 ---> Running in b5738ef823dc 20:20:28 Removing intermediate container 6a3584a9f18f 20:20:28 ---> 1d3cab243e4d 20:20:28 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:20:28 ---> Running in f34c97e6e8dd 20:20:29 Removing intermediate container b5738ef823dc 20:20:29 ---> c6286e29b592 20:20:29 20:20:29 Successfully built c6286e29b592 20:20:29 Successfully tagged core-data-arm64:latest 20:20:29  Building core-data ... done Building security-secretstore-setup 20:20:33 Removing intermediate container f34c97e6e8dd 20:20:33 ---> 37756a92f901 20:20:33 Step 11/24 : WORKDIR /edgex-go 20:20:33 ---> Running in 94dba7434fa4 20:20:33 Removing intermediate container 94dba7434fa4 20:20:33 ---> 09185b7f1b21 20:20:33 20:20:33 Step 12/24 : FROM alpine:3.15 20:20:33 3.15: Pulling from library/alpine 20:20:35 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 20:20:35 Status: Downloaded newer image for alpine:3.15 20:20:35 ---> 02e0d6fdf486 20:20:35 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:20:35 ---> Running in c8024901e475 20:20:36 Removing intermediate container c8024901e475 20:20:36 ---> de33a558fd46 20:20:36 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:20:36 ---> Running in efa85e82e6e7 20:20:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:20:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:20:41 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:20:41 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:20:41 OK: 15736 distinct packages available 20:20:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:20:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:20:43 (1/5) Installing dumb-init (1.2.5-r1) 20:20:43 (2/5) Installing musl-obstack (1.2.3-r0) 20:20:43 (3/5) Installing libucontext (1.1-r0) 20:20:43 (4/5) Installing gcompat (1.0.0-r4) 20:20:43 (5/5) Installing openssl (1.1.1s-r1) 20:20:43 Executing busybox-1.34.1-r7.trigger 20:20:43 OK: 6 MiB in 19 packages 20:20:46 Removing intermediate container efa85e82e6e7 20:20:46 ---> a08a935d167b 20:20:46 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:20:53 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:20:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:20:53 ---> df4aa1287f49 20:20:53 Step 3/24 : WORKDIR /edgex-go 20:20:53 ---> Using cache 20:20:53 ---> 6d46e5e4ec32 20:20:53 Step 4/24 : RUN apk add --update --no-cache make git 20:20:53 ---> Using cache 20:20:53 ---> e5aef6279a7f 20:20:53 Step 5/24 : COPY go.mod vendor* ./ 20:20:53 ---> Using cache 20:20:53 ---> b4bf5966ce32 20:20:53 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:53 ---> Using cache 20:20:53 ---> 41db3feffe4c 20:20:53 Step 7/24 : COPY . . 20:20:53 ---> Using cache 20:20:53 ---> 4413ddcd34e5 20:20:53 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:20:53 ---> d51d9da4bd3a 20:20:53 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:20:53 ---> Running in ee06de24b6f9 20:20: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 20:21:06 ---> 4f7a26a8a2ac 20:21:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:21:08 ---> f2f6ffa4d2a4 20:21:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:21:09 ---> 3cffede29ed2 20:21:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:21:11 ---> c21c3267243a 20:21:11 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:21:11 ---> Running in 3ae981782f35 20:21:12 Removing intermediate container 3ae981782f35 20:21:12 ---> b7d7b4cd1096 20:21:12 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:21:12 ---> Running in 334a3673ed2d 20:21:13 Removing intermediate container 334a3673ed2d 20:21:13 ---> 1ad369445135 20:21:13 Step 22/24 : LABEL arch=arm64 20:21:13 ---> Running in 1a54b3544199 20:21:13 Removing intermediate container 1a54b3544199 20:21:13 ---> b18ffaec3070 20:21:13 Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:21:14 ---> Running in 59ac5caf14c1 20:21:14 Removing intermediate container 59ac5caf14c1 20:21:14 ---> 2c142829f935 20:21:14 Step 24/24 : LABEL version=0.0.0 20:21:14 ---> Running in 3af7ee1132f4 20:21:15 Removing intermediate container 3af7ee1132f4 20:21:15 ---> 34dce7ab454a 20:21:15 20:21:15 Successfully built 34dce7ab454a 20:21:15 Successfully tagged security-spire-agent-arm64:latest 20:21:15  Building security-spire-agent ... done Building sys-mgmt-agent 20:21:17 Removing intermediate container 287c2a79144c 20:21:17 ---> 7b37eb39bd3e 20:21:17 Step 7/23 : COPY . . 20:21:35 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:21:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:21:35 ---> df4aa1287f49 20:21:35 Step 3/22 : WORKDIR /edgex-go 20:21:35 ---> Using cache 20:21:35 ---> 6d46e5e4ec32 20:21:35 Step 4/22 : RUN apk add --update --no-cache make bash git 20:21:35 ---> Running in a01314a02064 20:21:35 ---> f98400a6dcdf 20:21:35 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:21:35 ---> Running in efdd20ac4492 20:21:35 Removing intermediate container efdd20ac4492 20:21:35 ---> 1f087e915d33 20:21:35 Step 9/23 : WORKDIR /edgex-go/spire-build 20:21:36 ---> Running in cb64f8f5efbf 20:21:37 Removing intermediate container cb64f8f5efbf 20:21:37 ---> 2997fbc0ea6b 20:21:37 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:21:37 ---> Running in fb445efeaeb4 20:21:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:21:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:21:39 OK: 221 MiB in 51 packages 20:21:40 Removing intermediate container fb445efeaeb4 20:21:40 ---> b8d96c8c010f 20:21:40 Step 11/23 : WORKDIR /edgex-go 20:21:41 ---> Running in c9be48f7fdde 20:21:41 Removing intermediate container a01314a02064 20:21:41 ---> 3c5608eb9e93 20:21:41 Step 5/22 : COPY go.mod vendor* ./ 20:21:41 Removing intermediate container c9be48f7fdde 20:21:41 ---> b54f9ca321d3 20:21:42 20:21:42 Step 12/23 : FROM alpine:3.15 20:21:42 ---> 02e0d6fdf486 20:21:42 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:21:42 ---> Using cache 20:21:42 ---> de33a558fd46 20:21:42 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:21:42 ---> Using cache 20:21:42 ---> a08a935d167b 20:21:42 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:21:42 ---> 2a7cc7607fd5 20:21:42 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:42 ---> Running in 3d6366e2ba46 20:21:51 ---> 1409c05ff363 20:21:51 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:21:52 ---> 379cffb5580c 20:21:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:21:54 ---> fdb1ee7ee9c2 20:21:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:21:56 ---> 3e64039b9b7a 20:21:56 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:21:56 ---> Running in 6b63773edd8b 20:21:57 Removing intermediate container 6b63773edd8b 20:21:57 ---> f2e73cdacfde 20:21:57 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:21:57 ---> Running in b40643efb49e 20:21:58 Removing intermediate container b40643efb49e 20:21:58 ---> 3b70b358d75c 20:21:58 Step 21/23 : LABEL arch=arm64 20:21:59 ---> Running in bd2716c7143f 20:22:00 Removing intermediate container bd2716c7143f 20:22:00 ---> 8ec8868c376b 20:22:00 Step 22/23 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:22:00 ---> Running in 003e4c284fa1 20:22:01 Removing intermediate container 003e4c284fa1 20:22:01 ---> 836249cb4c82 20:22:01 Step 23/23 : LABEL version=0.0.0 20:22:01 ---> Running in 6495d453f2c0 20:22:02 Removing intermediate container 6495d453f2c0 20:22:02 ---> 08c9a668958d 20:22:02 20:22:04 Successfully built 08c9a668958d 20:22:04 Successfully tagged security-spire-server-arm64:latest 20:22:04  Building security-spire-server ... done Building security-spire-config 20:22:10 Removing intermediate container 13b372a33966 20:22:10 ---> d65932bc018d 20:22:10 20:22:10 Step 10/22 : FROM alpine:3.16 20:22:10 ---> a6215f271958 20:22:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:22:10 Removing intermediate container 0a350342d8b3 20:22:10 ---> Using cache 20:22:10 ---> 790226100354 20:22:10 20:22:10 Step 10/22 : FROM alpine:3.16 ---> f1a87d0f835d 20:22:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:22:10 ---> Using cache 20:22:10 ---> 8d5ec54a2b40 20:22:10 20:22:10 ---> a6215f271958 20:22:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-initStep 13/22 : ENV APP_PORT=59861 20:22:10 20:22:10 ---> Running in b132c2993f99 20:22:10 ---> Running in 51dc06be6b3f 20:22:11 Removing intermediate container b132c2993f99 20:22:11 ---> 149fb4f7e197 20:22:11 Step 14/22 : EXPOSE $APP_PORT 20:22:11 ---> Running in 973ca7e18354 20:22:12 Removing intermediate container 973ca7e18354 20:22:12 ---> c5d6c1ac029d 20:22:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:22:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:22:13 ---> b4956590f6aa 20:22:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:22:15 (1/2) Installing ca-certificates (20220614-r0) 20:22:15 (2/2) Installing dumb-init (1.2.5-r1) 20:22:15 Executing busybox-1.35.0-r17.trigger 20:22:15 Executing ca-certificates-20220614-r0.trigger 20:22:16 OK: 6 MiB in 16 packages 20:22:19 ---> bb750d2cc967 20:22:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:22:20 Removing intermediate container 51dc06be6b3f 20:22:20 ---> 13a2292d92bf 20:22:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:22:20 ---> Running in bcd8e642072b 20:22:21 ---> e690cee8beab 20:22:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:22:21 ---> Running in b36bbd3bf669 20:22:21 Removing intermediate container bcd8e642072b 20:22:21 ---> 48124bad5c96 20:22:21 Step 13/22 : ENV APP_PORT=59860 20:22:22 ---> Running in ea899d90e8b4 20:22:23 Removing intermediate container b36bbd3bf669 20:22:23 ---> aa73656a9b6f 20:22:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:22:23 Removing intermediate container ea899d90e8b4 20:22:23 ---> Running in 7944aa24c28b 20:22:23 ---> e17c7e6b25c5 20:22:23 Step 14/22 : EXPOSE $APP_PORT 20:22:23 ---> Running in 4cef52266247 20:22:24 Removing intermediate container 7944aa24c28b 20:22:24 ---> c3d7e7766836 20:22:24 Step 20/22 : LABEL arch=arm64 20:22:24 Removing intermediate container 4cef52266247 20:22:24 ---> e9ea9eee946e 20:22:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:24 ---> Running in 78993e355112 20:22:26 Removing intermediate container 78993e355112 20:22:26 ---> a52fff0cc158 20:22:26 Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:22:26 ---> Running in eb77c451d66b 20:22:26 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:22:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:22:26 ---> df4aa1287f49 20:22:26 Step 3/24 : WORKDIR /edgex-go 20:22:26 ---> Using cache 20:22:26 ---> 6d46e5e4ec32 20:22:26 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:22:26 ---> Using cache 20:22:26 ---> 36310bebaea4 20:22:26 Step 5/24 : COPY go.mod vendor* ./ 20:22:26 ---> Using cache 20:22:26 ---> e168a1392da2 20:22:26 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:26 ---> Using cache 20:22:26 ---> 7b37eb39bd3e 20:22:26 Step 7/24 : COPY . . 20:22:26 ---> 8c61f6839f7c 20:22:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:22:26 ---> Using cache 20:22:26 ---> f98400a6dcdf 20:22:26 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:22:26 ---> Using cache 20:22:26 ---> 1f087e915d33 20:22:26 Step 9/24 : WORKDIR /edgex-go/spire-build 20:22:26 ---> Using cache 20:22:26 ---> 2997fbc0ea6b 20:22:26 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:22:27 ---> Running in 85c5a7209d97 20:22:27 Removing intermediate container eb77c451d66b 20:22:27 ---> 2a5d2b2ae8d6 20:22:27 Step 22/22 : LABEL version=0.0.0 20:22:27 ---> Running in 7c51a7a85e94 20:22:29 Removing intermediate container 7c51a7a85e94 20:22:29 ---> 9ef0297faf81 20:22:29 20:22:31 Successfully built 9ef0297faf81 20:22:31 Successfully tagged support-scheduler-arm64:latest 20:22:31 Building security-bootstrapper 20:22:31  Building support-scheduler ... done Removing intermediate container 85c5a7209d97 20:22:31 ---> 431bf62ec869 20:22:31 Step 11/24 : WORKDIR /edgex-go 20:22:32 ---> Running in 9491e1857495 20:22:32 ---> eb651f2597d0 20:22:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:22:32 Removing intermediate container 9491e1857495 20:22:32 ---> 9bdbcebb50f8 20:22:32 20:22:32 Step 12/24 : FROM alpine:3.15 20:22:32 ---> 02e0d6fdf486 20:22:32 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:22:32 ---> Using cache 20:22:32 ---> de33a558fd46 20:22:32 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:22:33 ---> Running in ecb8d6112f94 20:22:35 ---> 8a574493a258 20:22:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:22:35 ---> Running in 72f0fda3aee0 20:22:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:22:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:22:36 Removing intermediate container 72f0fda3aee0 20:22:36 ---> 1f215912c61c 20:22:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:22:36 ---> Running in de6f3598c63d 20:22:37 Removing intermediate container de6f3598c63d 20:22:37 ---> c71c7018358a 20:22:37 Step 20/22 : LABEL arch=arm64 20:22:37 ---> Running in 60f419f226d2 20:22:37 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:22:37 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:22:37 OK: 15736 distinct packages available 20:22:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:22:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:22:37 Removing intermediate container 60f419f226d2 20:22:37 ---> 8a8abda48fb9 20:22:37 Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:22:38 ---> Running in e70f3d29216d 20:22:39 (1/4) Installing dumb-init (1.2.5-r1) 20:22:39 (2/4) Installing musl-obstack (1.2.3-r0) 20:22:39 (3/4) Installing libucontext (1.1-r0) 20:22:39 (4/4) Installing gcompat (1.0.0-r4) 20:22:39 Executing busybox-1.34.1-r7.trigger 20:22:39 Removing intermediate container e70f3d29216d 20:22:39 ---> 63852dda076e 20:22:39 Step 22/22 : LABEL version=0.0.0 20:22:39 OK: 6 MiB in 18 packages 20:22:39 ---> Running in f5899179ae18 20:22:42 Removing intermediate container f5899179ae18 20:22:42 ---> d71905db76e8 20:22:42 20:22:43 Successfully built d71905db76e8 20:22:43 Successfully tagged support-notifications-arm64:latest 20:22:43  Building support-notifications ... done Building core-command 20:22:43 Removing intermediate container ecb8d6112f94 20:22:43 ---> 81d722da9de7 20:22:43 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:22:55 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:22:55 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:22:55 ---> df4aa1287f49 20:22:55 Step 3/32 : WORKDIR /edgex-go 20:22:55 ---> Using cache 20:22:55 ---> 6d46e5e4ec32 20:22:55 Step 4/32 : RUN apk add --update --no-cache make git 20:22:55 ---> Using cache 20:22:55 ---> e5aef6279a7f 20:22:55 Step 5/32 : COPY go.mod vendor* ./ 20:22:55 ---> Using cache 20:22:55 ---> b4bf5966ce32 20:22:55 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:55 ---> Using cache 20:22:55 ---> 41db3feffe4c 20:22:55 Step 7/32 : COPY . . 20:22:55 ---> Using cache 20:22:55 ---> 4413ddcd34e5 20:22:55 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:22:57 ---> Running in c70bf1bbce7f 20:22:57 ---> 8bdfa4a5be8a 20:22:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:22: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:22:59 ---> 981b98dcfbcd 20:22:59 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:22:59 ---> Running in 527b7c73e1f9 20:23:00 Removing intermediate container 527b7c73e1f9 20:23:00 ---> c150906e34ba 20:23:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:23:01 ---> b1e85e14b5b6 20:23:01 Step 19/24 : WORKDIR / 20:23:01 ---> Running in 52cb7b96a948 20:23:02 Removing intermediate container 52cb7b96a948 20:23:02 ---> 42205aaa97ab 20:23:02 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:23:03 ---> Running in af2688d91511 20:23:06 Removing intermediate container af2688d91511 20:23:06 ---> 491a073c961c 20:23:06 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:23:06 ---> Running in 4b71d4cd0059 20:23:07 Removing intermediate container 4b71d4cd0059 20:23:07 ---> 49bbb55c79d5 20:23:07 Step 22/24 : LABEL arch=arm64 20:23:07 ---> Running in 79fd682729c1 20:23:08 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:23:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:23:08 ---> df4aa1287f49 20:23:08 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:23:08 ---> Using cache 20:23:08 ---> 6cac444d22ed 20:23:08 Step 4/23 : WORKDIR /edgex-go 20:23:08 ---> Using cache 20:23:08 ---> 0460c511a3f1 20:23:08 Step 5/23 : RUN apk add --update --no-cache make git 20:23:08 ---> Running in c7463360e30b 20:23:08 Removing intermediate container 79fd682729c1 20:23:08 ---> baa5f4dcb492 20:23:08 Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:23:08 ---> Running in 8ff4239bfeeb 20:23:09 Removing intermediate container 8ff4239bfeeb 20:23:09 ---> ee164cac3c92 20:23:09 Step 24/24 : LABEL version=0.0.0 20:23:10 ---> Running in 01dc86a545da 20:23:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:23:11 Removing intermediate container 01dc86a545da 20:23:11 ---> cf2293a93dd7 20:23:11 20:23:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:23:11 Successfully built cf2293a93dd7 20:23:11 Successfully tagged security-spire-config-arm64:latest 20:23:11 Building security-spiffe-token-provider 20:23:13  Building security-spire-config ... done OK: 221 MiB in 51 packages 20:23:13 Removing intermediate container 3d6366e2ba46 20:23:13 ---> 2eb8f6242c95 20:23:13 Step 7/22 : COPY . . 20:23:16 Removing intermediate container c7463360e30b 20:23:16 ---> a9982dade4f0 20:23:16 Step 6/23 : COPY go.mod vendor* ./ 20:23:18 ---> 7c5843343457 20:23:18 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:19 ---> Running in 283c2973bc17 20:23:34 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:23:34 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:23:34 ---> df4aa1287f49 20:23:34 Step 3/19 : WORKDIR /edgex-go 20:23:34 ---> Using cache 20:23:34 ---> 6d46e5e4ec32 20:23:34 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:23:34 ---> Running in ea864a413101 20:23:34 ---> f8b5643983d4 20:23:34 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:23:34 ---> Running in 5c19b234baea 20:23:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:23: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 20:23:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:23:37 v3.16.2-395-gf03de7b4c4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:23:37 v3.16.2-396-gbc0b261908 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:23:37 OK: 16900 distinct packages available 20:23:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:23:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:23:39 OK: 221 MiB in 51 packages 20:23:41 Removing intermediate container ea864a413101 20:23:41 ---> a91445a38a26 20:23:41 Step 5/19 : COPY go.mod vendor* ./ 20:23:42 ---> 63acf71eace6 20:23:42 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:42 ---> Running in a84dc54c6060 20:24:38 Removing intermediate container 283c2973bc17 20:24:38 ---> d3f67dc33448 20:24:38 Step 8/23 : COPY . . 20:25:00 ---> 1362fd58dca9 20:25:00 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:25:00 ---> Running in 48b4526d6039 20:25:02 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:25:04 Removing intermediate container a84dc54c6060 20:25:04 ---> 3e4192916693 20:25:04 Step 7/19 : COPY . . 20:25:19 ---> 8065f00884c9 20:25:19 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:25:19 ---> Running in 1a1973bcd77a 20:25:21 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:26:08 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 20:26:26 Removing intermediate container ee06de24b6f9 20:26:26 ---> 1dfcbb4a06bd 20:26:26 20:26:26 Step 9/24 : FROM alpine:3.16 20:26:26 ---> a6215f271958 20:26:26 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:26:26 ---> Running in bf45a1b4faba 20:26:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:26:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:26:29 (1/3) Installing ca-certificates (20220614-r0) 20:26:29 (2/3) Installing dumb-init (1.2.5-r1) 20:26:29 (3/3) Installing su-exec (0.2-r1) 20:26:29 Executing busybox-1.35.0-r17.trigger 20:26:29 Executing ca-certificates-20220614-r0.trigger 20:26:29 OK: 6 MiB in 17 packages 20:26:32 Removing intermediate container bf45a1b4faba 20:26:32 ---> c31c463184f8 20:26:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:26:32 ---> Running in fddd5e731e71 20:26:33 Removing intermediate container fddd5e731e71 20:26:33 ---> bea85a0975c1 20:26:33 Step 12/24 : WORKDIR / 20:26:33 ---> Running in 6808f71ba8c6 20:26:34 Removing intermediate container 6808f71ba8c6 20:26:34 ---> 9823878a47d2 20:26:34 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:26:34 ---> 50e9b2b75281 20:26:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:26:35 ---> d84dd9bd2966 20:26:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:26:36 ---> 92d20344cf61 20:26:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:26:37 ---> 7500cd465b8a 20:26:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:26:39 ---> d4b67fc31b7a 20:26:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:26:41 ---> afb718ee9aab 20:26:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:26:42 ---> d510d5aa27f9 20:26:42 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:26:42 ---> Running in af39f3d7b641 20:26:45 Removing intermediate container af39f3d7b641 20:26:45 ---> a1aa09041d8e 20:26:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:26:45 ---> Running in d188dea732c0 20:26:46 Removing intermediate container d188dea732c0 20:26:46 ---> 9d9e8896c797 20:26:46 Step 22/24 : LABEL arch=arm64 20:26:46 ---> Running in 185b0a1aacaa 20:26:46 Removing intermediate container 185b0a1aacaa 20:26:46 ---> 02ae4fd544c1 20:26:46 Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:26:46 ---> Running in 331702d4ed54 20:26:47 Removing intermediate container 331702d4ed54 20:26:47 ---> 9ea29ba60760 20:26:47 Step 24/24 : LABEL version=0.0.0 20:26:47 ---> Running in f4eed0e638bc 20:26:48 Removing intermediate container f4eed0e638bc 20:26:48 ---> cac168526b46 20:26:48 20:26:48 Successfully built cac168526b46 20:26:48 Successfully tagged security-secretstore-setup-arm64:latest 20:29:09  Building security-secretstore-setup ... done Removing intermediate container c70bf1bbce7f 20:29:09 ---> 51f5efa4b3e4 20:29:09 20:29:09 Step 9/32 : FROM alpine:3.16 20:29:09 ---> a6215f271958 20:29:09 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:29:09 ---> Running in 39162541bb76 20:29:09 Removing intermediate container 39162541bb76 20:29:09 ---> aa450f0ba450 20:29:09 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 20:29:09 ---> Running in 9e328f2e1716 20:29:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:29:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:29:09 (1/2) Installing dumb-init (1.2.5-r1) 20:29:09 (2/2) Installing su-exec (0.2-r1) 20:29:09 Executing busybox-1.35.0-r17.trigger 20:29:09 OK: 5 MiB in 16 packages 20:29:09 Removing intermediate container 9e328f2e1716 20:29:09 ---> 1f5d48048fc5 20:29:09 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 20:29:09 ---> Running in ef63766174d4 20:29:09 Removing intermediate container ef63766174d4 20:29:09 ---> dbc699884e64 20:29:09 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:29:09 ---> Running in a24c915dc020 20:29:09 Removing intermediate container a24c915dc020 20:29:09 ---> 08694f56e3f4 20:29:09 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:29:09 ---> Running in 457f78a3d190 20:29:09 Removing intermediate container 457f78a3d190 20:29:09 ---> bb810e7a0cc8 20:29:09 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:29:09 ---> Running in 108e70ac3c0b 20:29:09 Removing intermediate container 108e70ac3c0b 20:29:09 ---> c61060d7476a 20:29:09 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:29:09 ---> Running in 001ebfbb6edf 20:29:13 Removing intermediate container 001ebfbb6edf 20:29:13 ---> b62fe315f39e 20:29:13 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 20:29:13 ---> Running in 4a7bb0264aa4 20:29:14 Removing intermediate container 4a7bb0264aa4 20:29:14 ---> be96d92ddf1c 20:29:14 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:29:15 ---> b148f31dc9b1 20:29:15 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:29:15 ---> Running in 7ba181b5adde 20:29:17 Removing intermediate container 5c19b234baea 20:29:17 ---> 4f3eeb69ee2e 20:29:17 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:29:17 ---> Running in 2215c58812b8 20:29:19 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 20:29:19 Removing intermediate container 7ba181b5adde 20:29:19 ---> 511dc6b5c2ea 20:29:19 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:20 ---> fdb590684bf1 20:29:20 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:29:22 ---> 1f17d0250a62 20:29:22 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:29:23 ---> a2c2a0a3a3c3 20:29:23 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:29:24 ---> aacc88a12243 20:29:24 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:29:24 Removing intermediate container 2215c58812b8 20:29:24 ---> 2b830acad0bd 20:29:24 20:29:24 Step 10/22 : FROM alpine:3.16 20:29:24 ---> a6215f271958 20:29:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:29:25 ---> Running in 0de783e0c520 20:29:25 ---> f2f1b200373c 20:29:25 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:29:25 Removing intermediate container 0de783e0c520 20:29:25 ---> f3bd0792b800 20:29:25 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 20:29:25 ---> Running in ed472df92aef 20:29:26 ---> 4c2418e27179 20:29:26 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:29:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:29:28 ---> cfb2298c8909 20:29:28 Step 27/32 : RUN chmod +x /entrypoint.sh 20:29:28 ---> Running in bfa27c242372 20:29:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:29:29 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 20:29:29 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 20:29:29 (3/33) Installing readline (8.1.2-r0) 20:29:29 (4/33) Installing bash (5.1.16-r2) 20:29:29 Executing bash-5.1.16-r2.post-install 20:29:29 (5/33) Installing ca-certificates (20220614-r0) 20:29:29 (6/33) Installing brotli-libs (1.0.9-r6) 20:29:29 (7/33) Installing nghttp2-libs (1.47.0-r0) 20:29:29 (8/33) Installing libcurl (7.83.1-r4) 20:29:29 (9/33) Installing curl (7.83.1-r4) 20:29:29 (10/33) Installing docker-cli (20.10.20-r0) 20:29:31 (11/33) Installing dumb-init (1.2.5-r1) 20:29:31 (12/33) Installing libbz2 (1.0.8-r1) 20:29:31 (13/33) Installing expat (2.5.0-r0) 20:29:31 (14/33) Installing libffi (3.4.2-r1) 20:29:31 (15/33) Installing gdbm (1.23-r0) 20:29:31 (16/33) Installing xz-libs (5.2.5-r1) 20:29:31 (17/33) Installing libgcc (11.2.1_git20220219-r2) 20:29:31 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 20:29:31 (19/33) Installing mpdecimal (2.5.1-r1) 20:29:31 (20/33) Installing sqlite-libs (3.38.5-r0) 20:29:31 (21/33) Installing python3 (3.10.5-r0) 20:29:31 Removing intermediate container bfa27c242372 20:29:31 ---> 36ea9cea6775 20:29:31 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:29:31 ---> Running in 79754cb6029e 20:29:32 Removing intermediate container 79754cb6029e 20:29:32 ---> dc0e6c7033b2 20:29:32 Step 29/32 : CMD ["gate"] 20:29:32 ---> Running in b70c4510b7d5 20:29:33 Removing intermediate container b70c4510b7d5 20:29:33 ---> f548feff621e 20:29:33 Step 30/32 : LABEL arch=arm64 20:29:33 ---> Running in 729838f26c6a 20:29:33 Removing intermediate container 729838f26c6a 20:29:33 ---> 4bb2f9d74e47 20:29:33 Step 31/32 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:29:33 ---> Running in 6cbae521b83d 20:29:34 (22/33) Installing py3-contextlib2 (21.6.0-r2) 20:29:34 (23/33) Installing py3-tomli (2.0.1-r1) 20:29:34 (24/33) Installing py3-pep517 (0.12.0-r2) 20:29:34 (25/33) Installing py3-six (1.16.0-r1) 20:29:34 (26/33) Installing py3-retrying (1.3.3-r3) 20:29:34 (27/33) Installing py3-appdirs (1.4.4-r3) 20:29:34 Removing intermediate container 6cbae521b83d 20:29:34 ---> b24e662b5884 20:29:34 Step 32/32 : LABEL version=0.0.0 20:29:34 (28/33) Installing py3-more-itertools (8.13.0-r0) 20:29:34 (29/33) Installing py3-ordered-set (4.0.2-r3) 20:29:34 (30/33) Installing py3-parsing (2.4.7-r3) 20:29:34 (31/33) Installing py3-packaging (21.3-r0) 20:29:34 ---> Running in b588a8ccb5cc 20:29:34 (32/33) Installing py3-setuptools (59.4.0-r0) 20:29:34 (33/33) Installing py3-pip (22.1.1-r0) 20:29:34 Removing intermediate container b588a8ccb5cc 20:29:34 ---> 8520a445796b 20:29:34 20:29:35 Successfully built 8520a445796b 20:29:35 Successfully tagged security-bootstrapper-arm64:latest 20:29:35  Building security-bootstrapper ... done Executing busybox-1.35.0-r17.trigger 20:29:35 Executing ca-certificates-20220614-r0.trigger 20:29:35 OK: 120 MiB in 47 packages 20:29:50 Collecting docker-compose==1.23.2 20:29:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:29:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.0 MB/s eta 0:00:00 20:29:50 Collecting jsonschema<3,>=2.5.1 20:29:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:29:50 Collecting docker<4.0,>=3.6.0 20:29:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:29:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 17.6 MB/s eta 0:00:00 20:29:51 Collecting websocket-client<1.0,>=0.32.0 20:29:51 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:29:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 18.7 MB/s eta 0:00:00 20:29:51 Collecting dockerpty<0.5,>=0.4.1 20:29:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:29:51 Preparing metadata (setup.py): started 20:29:53 Preparing metadata (setup.py): finished with status 'done' 20:29:53 Collecting texttable<0.10,>=0.9.0 20:29:53 Downloading texttable-0.9.1.tar.gz (11 kB) 20:29:53 Preparing metadata (setup.py): started 20:29:55 Preparing metadata (setup.py): finished with status 'done' 20:29:55 Collecting docopt<0.7,>=0.6.1 20:29:55 Downloading docopt-0.6.2.tar.gz (25 kB) 20:29:55 Preparing metadata (setup.py): started 20:29:57 Preparing metadata (setup.py): finished with status 'done' 20:29:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:29:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:29:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 16.7 MB/s eta 0:00:00 20:29:58 Collecting cached-property<2,>=1.2.0 20:29:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:29:59 Collecting PyYAML<4,>=3.10 20:29:59 Downloading PyYAML-3.13.tar.gz (270 kB) 20:29:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 19.5 MB/s eta 0:00:00 20:30:01 Preparing metadata (setup.py): started 20:30:03 Preparing metadata (setup.py): finished with status 'done' 20:30:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 20:30:03 Collecting docker-pycreds>=0.4.0 20:30:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:30:04 Collecting certifi>=2017.4.17 20:30:04 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 20:30:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 19.1 MB/s eta 0:00:00 20:30:04 Collecting chardet<3.1.0,>=3.0.2 20:30:04 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:30:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 19.1 MB/s eta 0:00:00 20:30:05 Collecting urllib3<1.25,>=1.21.1 20:30:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:30:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 14.3 MB/s eta 0:00:00 20:30:05 Collecting idna<2.8,>=2.5 20:30:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:30:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 16.7 MB/s eta 0:00:00 20:30:06 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:30:06 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:30:06 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:30:06 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:30:07 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 20:30:07 Running setup.py install for texttable: started 20:30:10 Running setup.py install for texttable: finished with status 'done' 20:30:10 Running setup.py install for PyYAML: started 20:30:12 Running setup.py install for PyYAML: finished with status 'done' 20:30:14 Running setup.py install for docopt: started 20:30:16 Running setup.py install for docopt: finished with status 'done' 20:30:20 Running setup.py install for dockerpty: started 20:30:22 Removing intermediate container 48b4526d6039 20:30:22 ---> 9bb2fe8c588c 20:30:22 20:30:22 Step 10/23 : FROM alpine:3.16 20:30:22 ---> a6215f271958 20:30:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:30:22 ---> Using cache 20:30:22 ---> f1a87d0f835d 20:30:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:30:22 ---> Using cache 20:30:22 ---> 8d5ec54a2b40 20:30:22 Step 13/23 : ENV APP_PORT=59882 20:30:22 Running setup.py install for dockerpty: finished with status 'done' 20:30:22 ---> Running in 58125821ecb5 20:30:22 Removing intermediate container 58125821ecb5 20:30:22 ---> 1e041aade8fe 20:30:22 Step 14/23 : EXPOSE $APP_PORT 20:30:22 ---> Running in 69f3f0061a7b 20:30:23 Removing intermediate container 69f3f0061a7b 20:30:23 ---> 02ec756b2e8a 20:30:23 Step 15/23 : WORKDIR / 20:30:23 ---> Running in 021d133f222f 20:30:24 Removing intermediate container 021d133f222f 20:30:24 ---> 9fe82f7e3c32 20:30:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:25 ---> 593cbc595ce8 20:30:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:30:25 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 20:30:25 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 20:30:26  ---> 460f807f9363 20:30:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:30:27 ---> c49b2d74c73f 20:30:27 Step 19/23 : ENTRYPOINT ["/core-command"] 20:30:27 ---> Running in e9d8da5b7949 20:30:28 Removing intermediate container e9d8da5b7949 20:30:28 ---> be895319f30b 20:30:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:28 ---> Running in fe37d4788f4d 20:30:29 Removing intermediate container fe37d4788f4d 20:30:29 ---> f17d420e6b86 20:30:29 Step 21/23 : LABEL arch=arm64 20:30:29 ---> Running in b7eae6c5358c 20:30:30 Removing intermediate container b7eae6c5358c 20:30:30 ---> aff81d06e9d3 20:30:30 Step 22/23 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:30:31 ---> Running in a0f364375081 20:30:31 Removing intermediate container a0f364375081 20:30:31 ---> cce96e37f8fe 20:30:31 Step 23/23 : LABEL version=0.0.0 20:30:31 ---> Running in 09a7c33d5dae 20:30:32 Removing intermediate container 09a7c33d5dae 20:30:32 ---> 3beeb555a61a 20:30:32 20:30:32 Successfully built 3beeb555a61a 20:30:32 Successfully tagged core-command-arm64:latest 20:30:39  Building core-command ... done Removing intermediate container ed472df92aef 20:30:39 ---> 48dc89e52a8f 20:30:39 Step 13/22 : ENV APP_PORT=58890 20:30:39 ---> Running in f0b9e729c652 20:30:40 Removing intermediate container f0b9e729c652 20:30:40 ---> 44edc937cf5d 20:30:40 Step 14/22 : EXPOSE $APP_PORT 20:30:40 ---> Running in 98fc902fbd0b 20:30:40 Removing intermediate container 98fc902fbd0b 20:30:40 ---> 28742c86f057 20:30:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:30:42 ---> 6a40faba374f 20:30:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:30:43 ---> 7857fb084f57 20:30:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:30:44 ---> e913ee47b4d3 20:30:44 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 20:30:44 ---> Running in 47668ed4161c 20:30:44 Removing intermediate container 47668ed4161c 20:30:44 ---> 83473085b368 20:30:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:44 ---> Running in 44210cb446d9 20:30:45 Removing intermediate container 44210cb446d9 20:30:45 ---> 595806edcf3a 20:30:45 Step 20/22 : LABEL arch=arm64 20:30:45 ---> Running in 33373f4a7188 20:30:45 Removing intermediate container 33373f4a7188 20:30:45 ---> 2961e0b00fa4 20:30:45 Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:30:45 ---> Running in 9833ad347658 20:30:45 Removing intermediate container 9833ad347658 20:30:45 ---> b9bd2ec8f729 20:30:45 Step 22/22 : LABEL version=0.0.0 20:30:45 ---> Running in 8cefedb4610c 20:30:46 Removing intermediate container 8cefedb4610c 20:30:46 ---> 39d465ec64dd 20:30:46 20:30:46 Successfully built 39d465ec64dd 20:30:46 Successfully tagged sys-mgmt-agent-arm64:latest 20:31:01  Building sys-mgmt-agent ... done Removing intermediate container 1a1973bcd77a 20:31:01 ---> 4d17a08bf3da 20:31:01 20:31:01 Step 9/19 : FROM alpine:3.15 20:31:01 ---> 02e0d6fdf486 20:31:01 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:31:01 ---> Using cache 20:31:01 ---> de33a558fd46 20:31:01 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:31:01 ---> Running in 62821c107f1b 20:31:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:31:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:31:02 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:31:02 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:31:02 OK: 15736 distinct packages available 20:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:31:03 (1/9) Installing ca-certificates (20220614-r0) 20:31:03 (2/9) Installing brotli-libs (1.0.9-r5) 20:31:03 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:31:03 (4/9) Installing libcurl (7.80.0-r4) 20:31:03 (5/9) Installing curl (7.80.0-r4) 20:31:03 (6/9) Installing dumb-init (1.2.5-r1) 20:31:03 (7/9) Installing musl-obstack (1.2.3-r0) 20:31:03 (8/9) Installing libucontext (1.1-r0) 20:31:03 (9/9) Installing gcompat (1.0.0-r4) 20:31:03 Executing busybox-1.34.1-r7.trigger 20:31:03 Executing ca-certificates-20220614-r0.trigger 20:31:04 OK: 8 MiB in 23 packages 20:31:05 Removing intermediate container 62821c107f1b 20:31:05 ---> 9f895b0a3851 20:31:05 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:06 ---> b350090267b4 20:31:06 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:31:07 ---> d94c4322fd31 20:31:07 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:31:07 ---> 47f80677a067 20:31:07 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:31:07 ---> Running in 512c1dcc893d 20:31:08 Removing intermediate container 512c1dcc893d 20:31:08 ---> 4bf89a0a7af7 20:31:08 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:31:08 ---> Running in c58dbbc6af23 20:31:08 Removing intermediate container c58dbbc6af23 20:31:08 ---> 76d5319672ed 20:31:08 Step 17/19 : LABEL arch=arm64 20:31:08 ---> Running in b0583e5022b1 20:31:08 Removing intermediate container b0583e5022b1 20:31:08 ---> 724da088641b 20:31:08 Step 18/19 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b 20:31:08 ---> Running in 0ce60c6423e3 20:31:09 Removing intermediate container 0ce60c6423e3 20:31:09 ---> 589d41da0b34 20:31:09 Step 19/19 : LABEL version=0.0.0 20:31:09 ---> Running in e3e6299a1835 20:31:09 Removing intermediate container e3e6299a1835 20:31:09 ---> a3e077a29154 20:31:09 20:31:09 Successfully built a3e077a29154 20:31:09 Successfully tagged security-spiffe-token-provider-arm64:latest 20:31:09  Building security-spiffe-token-provider ... done  [Pipeline] } 20:31:09 $ docker stop --time=1 8be0c9ac6ea0a5e52eb6cea76d65e9215b2744164e9722f99d0c7010a1b2b3cb 20:31:11 $ docker rm -f 8be0c9ac6ea0a5e52eb6cea76d65e9215b2744164e9722f99d0c7010a1b2b3cb [Pipeline] // withDockerContainer [Pipeline] sh 20:31:12 + docker images 20:31:12 REPOSITORY TAG IMAGE ID CREATED SIZE 20:31:12 security-spiffe-token-provider-arm64 latest a3e077a29154 3 seconds ago 28.8MB 20:31:12 4d17a08bf3da 14 seconds ago 1.47GB 20:31:12 sys-mgmt-agent-arm64 latest 39d465ec64dd 26 seconds ago 133MB 20:31:12 core-command-arm64 latest 3beeb555a61a 40 seconds ago 16.9MB 20:31:12 9bb2fe8c588c 51 seconds ago 1.44GB 20:31:12 security-bootstrapper-arm64 latest 8520a445796b About a minute ago 19.4MB 20:31:12 2b830acad0bd About a minute ago 1.42GB 20:31:12 51f5efa4b3e4 2 minutes ago 1.43GB 20:31:12 security-secretstore-setup-arm64 latest cac168526b46 4 minutes ago 28.6MB 20:31:12 1dfcbb4a06bd 4 minutes ago 1.43GB 20:31:12 security-spire-config-arm64 latest cf2293a93dd7 8 minutes ago 83.6MB 20:31:12 support-notifications-arm64 latest d71905db76e8 8 minutes ago 29.5MB 20:31:12 9bdbcebb50f8 8 minutes ago 1.31GB 20:31:12 support-scheduler-arm64 latest 9ef0297faf81 8 minutes ago 28.8MB 20:31:12 790226100354 9 minutes ago 1.5GB 20:31:12 d65932bc018d 9 minutes ago 1.5GB 20:31:12 security-spire-server-arm64 latest 08c9a668958d 9 minutes ago 84.3MB 20:31:12 b54f9ca321d3 9 minutes ago 1.31GB 20:31:12 security-spire-agent-arm64 latest 34dce7ab454a 9 minutes ago 122MB 20:31:12 09185b7f1b21 10 minutes ago 1.31GB 20:31:12 core-data-arm64 latest c6286e29b592 10 minutes ago 20.8MB 20:31:12 da6955ff7a66 11 minutes ago 1.44GB 20:31:12 core-metadata-arm64 latest 2bbcbec33eb5 11 minutes ago 17.7MB 20:31:12 817929051825 12 minutes ago 1.44GB 20:31:12 security-proxy-setup-arm64 latest 6d73cd638508 12 minutes ago 26.7MB 20:31:12 bf2e0d6dfdd0 13 minutes ago 1.43GB 20:31:12 ci-base-image-arm64 latest df4aa1287f49 35 minutes ago 943MB 20:31:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 3 weeks ago 679MB 20:31:12 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 20:31:12 alpine 3.16 a6215f271958 2 months ago 5.29MB 20:31:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:31:13 20:31:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:31:13 arm64: Pulling from edgex-lftools-log-publisher 20:31:13 8998bd30e6a1: Pulling fs layer 20:31:13 04944245beec: Pulling fs layer 20:31:13 699f458cf7ca: Pulling fs layer 20:31:13 765212b225bb: Pulling fs layer 20:31:13 f23df028b6ca: Pulling fs layer 20:31:13 d65c8cfc05b1: Pulling fs layer 20:31:13 2437ff75d9bd: Pulling fs layer 20:31:13 765212b225bb: Waiting 20:31:13 f23df028b6ca: Waiting 20:31:13 d65c8cfc05b1: Waiting 20:31:13 2437ff75d9bd: Waiting 20:31:13 04944245beec: Verifying Checksum 20:31:13 04944245beec: Download complete 20:31:13 765212b225bb: Download complete 20:31:13 f23df028b6ca: Verifying Checksum 20:31:13 f23df028b6ca: Download complete 20:31:13 d65c8cfc05b1: Verifying Checksum 20:31:13 d65c8cfc05b1: Download complete 20:31:14 699f458cf7ca: Verifying Checksum 20:31:14 8998bd30e6a1: Download complete 20:31:16 2437ff75d9bd: Verifying Checksum 20:31:16 2437ff75d9bd: Download complete 20:31:18 8998bd30e6a1: Pull complete 20:31:18 04944245beec: Pull complete 20:31:19 699f458cf7ca: Pull complete 20:31:19 765212b225bb: Pull complete 20:31:20 f23df028b6ca: Pull complete 20:31:20 d65c8cfc05b1: Pull complete 20:31:35 2437ff75d9bd: Pull complete 20:31:35 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:31:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:31:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:31:36 prd-ubuntu20.04-docker-arm64-4c-16g-117929 does not seem to be running inside a container 20:31:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:31:39 $ docker top cf91cb7aaf9a95b746894a7c14eb3db773d3886a0470bebac45360b0553d0aee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:31:40 ---> job-cost.sh 20:31:40 lf-activate-venv: SKIPPING 20:31:40 INFO: No Stack... 20:31:40 INFO: Retrieving Pricing Info for: v3-standard-4 20:31:41 INFO: Archiving Costs [Pipeline] sh 20:31:41 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:31:41 + cut -d, -f6 [Pipeline] lock 20:31:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4226-1-stack-cost] 20:31:41 Resource [jenkins-edgexfoundry-edgex-go-PR-4226-1-stack-cost] did not exist. Created. 20:31:41 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4226-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:31:42 + echo total: 0.10999999940395355 [Pipeline] stash 20:31:42 Stashed 1 file(s) [Pipeline] } 20:31:42 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4226-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:31:43 $ docker stop --time=1 cf91cb7aaf9a95b746894a7c14eb3db773d3886a0470bebac45360b0553d0aee 20:31:44 $ docker rm -f cf91cb7aaf9a95b746894a7c14eb3db773d3886a0470bebac45360b0553d0aee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:31:45 provisioning config files... 20:31:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4057272183298385323tmp [Pipeline] { [Pipeline] sh 20:31:45 + set +x 20:31:45 + + bash -s -- 20:31:45 curl -s https://codecov.io/bash 20:31:45 20:31:45 _____ _ 20:31:45 / ____| | | 20:31:45 | | ___ __| | ___ ___ _____ __ 20:31:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:31:45 | |___| (_) | (_| | __/ (_| (_) \ V / 20:31:45 \_____\___/ \__,_|\___|\___\___/ \_/ 20:31:45 Bash-1.0.6 20:31:45 20:31:45 20:31:45 ==> git version 2.25.1 found 20:31:45 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 20:31:45 Release-Date: 2020-01-08 20:31:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:31:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:31:45 ==> Jenkins CI detected. 20:31:45 current dir:  /w/workspace/edgex-go/1 20:31:45 project root: . 20:31:45 --> token set from env 20:31:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:31:45 ==> Running gcov in . (disable via -X gcov) 20:31:45 ==> Python coveragepy not found 20:31:45 ==> Searching for coverage reports in: 20:31:45 + . 20:31:45 -> Found 1 reports 20:31:45 ==> Detecting git/mercurial file structure 20:31:45 ==> Reading reports 20:31:45 + ./coverage.out bytes=501828 20:31:45 ==> Appending adjustments 20:31:45 https://docs.codecov.io/docs/fixing-reports 20:31:47 + Found adjustments 20:31:47 ==> Gzipping contents 20:31:47 64K /tmp/codecov.iH0i6G.gz 20:31:47 ==> Uploading reports 20:31:47 url: https://codecov.io 20:31:47 query: branch=PR-4226&commit=b5c7a9d55794da1e67880cdefa065738be2b679b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4226%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4226&job=&cmd_args= 20:31:47 -> Pinging Codecov 20:31:47 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4226&commit=b5c7a9d55794da1e67880cdefa065738be2b679b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4226%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4226&job=&cmd_args= 20:31:47 -> Uploading to 20:31:47 https://storage.googleapis.com/codecov/v4/raw/2022-11-02/00271124DB129430A58F1EEE437C3FCB/b5c7a9d55794da1e67880cdefa065738be2b679b/43bfb91a-cada-4113-8a8e-081bb5bf1799.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221102%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221102T203147Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6355580165a8638988d6b7e3a16095c177944a28f1f032b69245daaf44b38154 20:31:47 % Total % Received % Xferd Average Speed Time Time Time Current 20:31:47 Dload Upload Total Spent Left Speed 20:31:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65400 0 0 100 65400 0 282k --:--:-- --:--:-- --:--:-- 283k 20:31:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b5c7a9d55794da1e67880cdefa065738be2b679b [Pipeline] } 20:31:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:31:49 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:31:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:31:50 ---> package-listing.sh 20:31:50 ++ facter osfamily 20:31:50 ++ tr '[:upper:]' '[:lower:]' 20:31:50 + OS_FAMILY=debian 20:31:50 + workspace=/w/workspace/edgex-go/1 20:31:50 + START_PACKAGES=/tmp/packages_start.txt 20:31:50 + END_PACKAGES=/tmp/packages_end.txt 20:31:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:31:50 + PACKAGES=/tmp/packages_start.txt 20:31:50 + '[' /w/workspace/edgex-go/1 ']' 20:31:50 + PACKAGES=/tmp/packages_end.txt 20:31:50 + case "${OS_FAMILY}" in 20:31:50 + dpkg -l 20:31:50 + grep '^ii' 20:31:50 + '[' -f /tmp/packages_start.txt ']' 20:31:50 + '[' -f /tmp/packages_end.txt ']' 20:31:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:31:50 + '[' /w/workspace/edgex-go/1 ']' 20:31:50 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:31:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:31:50 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:31:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:51 20:31:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:51 latest: Pulling from edgex-lftools-log-publisher 20:31:51 5eb5b503b376: Pulling fs layer 20:31:51 5c69ac0246d0: Pulling fs layer 20:31:51 ec43610c2a17: Pulling fs layer 20:31:51 3a2ae6a8a46f: Pulling fs layer 20:31:51 33b1e0a273af: Pulling fs layer 20:31:51 5d3b04190fa2: Pulling fs layer 20:31:51 2f39f015ded8: Pulling fs layer 20:31:51 3a2ae6a8a46f: Waiting 20:31:51 2f39f015ded8: Waiting 20:31:51 33b1e0a273af: Waiting 20:31:51 5c69ac0246d0: Verifying Checksum 20:31:51 5c69ac0246d0: Download complete 20:31:51 3a2ae6a8a46f: Verifying Checksum 20:31:51 3a2ae6a8a46f: Download complete 20:31:51 33b1e0a273af: Verifying Checksum 20:31:51 33b1e0a273af: Download complete 20:31:51 5d3b04190fa2: Verifying Checksum 20:31:51 5d3b04190fa2: Download complete 20:31:52 ec43610c2a17: Download complete 20:31:52 5eb5b503b376: Verifying Checksum 20:31:52 5eb5b503b376: Download complete 20:31:52 2f39f015ded8: Verifying Checksum 20:31:52 2f39f015ded8: Download complete 20:31:53 5eb5b503b376: Pull complete 20:31:53 5c69ac0246d0: Pull complete 20:31:54 ec43610c2a17: Pull complete 20:31:54 3a2ae6a8a46f: Pull complete 20:31:54 33b1e0a273af: Pull complete 20:31:54 5d3b04190fa2: Pull complete 20:31:59 2f39f015ded8: Pull complete 20:31:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:31:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:32:00 prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container 20:32:00 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:32:03 $ docker top ae284b212e72584f919560d9e547c7d4fd360e662270f801bd44b64a92050c5c -eo pid,comm [Pipeline] { [Pipeline] sh 20:32:04 + touch /tmp/pre-build-complete [Pipeline] sh 20:32:04 + mkdir -p /var/log/sysstat [Pipeline] sh 20:32:04 + ls /var/log/sa-host 20:32:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:32:04 provisioning config files... 20:32:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5595423245613350822tmp [Pipeline] { [Pipeline] echo 20:32:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:32:05 ---> create-netrc.sh [Pipeline] } 20:32:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:32:05 ---> python-tools-install.sh [Pipeline] echo 20:32:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:32:05 ---> sudo-logs.sh 20:32:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:32:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:32:06 ---> job-cost.sh 20:32:06 lf-activate-venv: SKIPPING 20:32:06 DEBUG: total: 0.10999999940395355 20:32:06 INFO: Retrieving Stack Cost... 20:32:06 INFO: Retrieving Pricing Info for: v3-standard-8 20:32:07 INFO: Archiving Costs [Pipeline] echo 20:32:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:32:07 ---> logs-deploy.sh 20:32:07 lf-activate-venv: SKIPPING 20:32:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4226/1 20:32:07 INFO: archiving workspace using pattern(s): 20:32:08 Archives upload complete. 20:32:08 INFO: archiving logs to Nexus 20:32:09 ---> uname -a: 20:32:09 Linux prd-ubuntu20-04-docker-8c-8g-117927 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:32:09 20:32:09 20:32:09 ---> lscpu: 20:32:09 Architecture: x86_64 20:32:09 CPU op-mode(s): 32-bit, 64-bit 20:32:09 Byte Order: Little Endian 20:32:09 Address sizes: 40 bits physical, 48 bits virtual 20:32:09 CPU(s): 8 20:32:09 On-line CPU(s) list: 0-7 20:32:09 Thread(s) per core: 1 20:32:09 Core(s) per socket: 1 20:32:09 Socket(s): 8 20:32:09 NUMA node(s): 1 20:32:09 Vendor ID: AuthenticAMD 20:32:09 CPU family: 23 20:32:09 Model: 49 20:32:09 Model name: AMD EPYC-Rome Processor 20:32:09 Stepping: 0 20:32:09 CPU MHz: 2799.996 20:32:09 BogoMIPS: 5599.99 20:32:09 Virtualization: AMD-V 20:32:09 Hypervisor vendor: KVM 20:32:09 Virtualization type: full 20:32:09 L1d cache: 256 KiB 20:32:09 L1i cache: 256 KiB 20:32:09 L2 cache: 4 MiB 20:32:09 L3 cache: 128 MiB 20:32:09 NUMA node0 CPU(s): 0-7 20:32:09 Vulnerability Itlb multihit: Not affected 20:32:09 Vulnerability L1tf: Not affected 20:32:09 Vulnerability Mds: Not affected 20:32:09 Vulnerability Meltdown: Not affected 20:32:09 Vulnerability Mmio stale data: Not affected 20:32:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:32:09 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:32:09 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:32:09 Vulnerability Srbds: Not affected 20:32:09 Vulnerability Tsx async abort: Not affected 20:32:09 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:32:09 20:32:09 20:32:09 ---> nproc: 20:32:09 8 20:32:09 20:32:09 20:32:09 ---> df -h: 20:32:09 Filesystem Size Used Avail Use% Mounted on 20:32:09 overlay 155G 19G 137G 12% / 20:32:09 tmpfs 64M 0 64M 0% /dev 20:32:09 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:32:09 shm 64M 0 64M 0% /dev/shm 20:32:09 /dev/vda1 155G 19G 137G 12% /facter-os 20:32:09 20:32:09