Pull request #4225 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7baca2cc14f90209f5d611f511480e635688580e+c8dc4aaa282fbe6e844314843563128f08055c6c (9df073d6054cfa2f03f21e708365646269ade5b2) 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-ssh4494028236679183920.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-ssh9225915903706070527.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-4225/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-4225/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9659066638453334610.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-4225/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6890360093796707880.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-ssh10286637009613865363.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-4225/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-4225/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh133834339282427707.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-117925 in /w/workspace/edgexfoundry_edgex-go_PR-4225 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit c8dc4aaa282fbe6e844314843563128f08055c6c into PR head commit 7baca2cc14f90209f5d611f511480e635688580e Merge succeeded, producing 7baca2cc14f90209f5d611f511480e635688580e Checking out Revision 7baca2cc14f90209f5d611f511480e635688580e (PR-4225) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage > 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/4225/head:refs/remotes/origin/PR-4225 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7baca2cc14f90209f5d611f511480e635688580e # 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 7baca2cc14f90209f5d611f511480e635688580e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:49:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:49:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:49:51 ========================================================= 19:49:51 EdgeX Global Pipelines Version Info 19:49:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:49:51 ------------------- 19:49:51 stable info: 19:49:51 ------------------- 19:49:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:49:51 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:49:51 Message: update stable to v1.0.243 19:49:52 ------------------- 19:49:52 experimental info: 19:49:52 ------------------- 19:49:52 Commited By: **** collab-it+edgex@linuxfoundation.org 19:49:52 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:49:52 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:49:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:49:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:49:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:49:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:49:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:49:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:49:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4225 [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4225 [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4225 [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7baca2cc14f90209f5d611f511480e635688580e [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7baca2c [Pipeline] echo 19:49:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:49:53 provisioning config files... 19:49:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1012843797018814548tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:49:54 ---> docker-login.sh 19:49:54 nexus3.edgexfoundry.org:10001 19:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:54 Configure a credential helper to remove this warning. See 19:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:54 19:49:54 Login Succeeded 19:49:54 nexus3.edgexfoundry.org:10002 19:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:54 Configure a credential helper to remove this warning. See 19:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:54 19:49:54 Login Succeeded 19:49:54 nexus3.edgexfoundry.org:10003 19:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:54 Configure a credential helper to remove this warning. See 19:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:54 19:49:54 Login Succeeded 19:49:54 nexus3.edgexfoundry.org:10004 19:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:54 Configure a credential helper to remove this warning. See 19:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:54 19:49:54 Login Succeeded 19:49:54 docker.io 19:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:55 Configure a credential helper to remove this warning. See 19:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:55 19:49:55 Login Succeeded 19:49:55 ---> docker-login.sh ends [Pipeline] } 19:49:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:49:55 + 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:49:55 + cut -d/ -f2 19:49:55 + dirname cmd/core-command/Dockerfile 19:49:55 + echo core-command,cmd/core-command/Dockerfile 19:49:55 + + cut -d/ -f2 19:49:55 dirname cmd/core-data/Dockerfile 19:49:55 + echo core-data,cmd/core-data/Dockerfile 19:49:55 + dirname cmd/core-metadata/Dockerfile 19:49:55 + cut -d/ -f2 19:49:55 + echo core-metadata,cmd/core-metadata/Dockerfile 19:49:55 + dirname cmd/security-bootstrapper/Dockerfile 19:49:55 + cut -d/ -f2 19:49:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:49:55 + dirname+ cmd/security-proxy-setup/Dockerfile 19:49:55 cut -d/ -f2 19:49:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:49:55 + dirname cmd/security-secretstore-setup/Dockerfile+ 19:49:55 cut -d/ -f2 19:49:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:49:55 + cut -d/ -f2 19:49:55 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:49:55 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:49:55 + dirname cmd/security-spire-agent/Dockerfile 19:49:55 + cut -d/ -f2 19:49:55 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:49:55 + dirname cmd/security-spire-config/Dockerfile 19:49:55 + cut -d/ -f2 19:49:55 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:49:55 + + dirname cmd/security-spire-server/Dockerfile 19:49:55 cut -d/ -f2 19:49:55 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:49:55 + dirname cmd/support-notifications/Dockerfile 19:49:55 + cut -d/ -f2 19:49:55 + echo support-notifications,cmd/support-notifications/Dockerfile 19:49:55 + dirname cmd/support-scheduler/Dockerfile 19:49:55 + cut -d/ -f2 19:49:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:49:55 + dirname cmd/sys-mgmt-agent/Dockerfile 19:49:55 + cut -d/ -f2 19:49:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:49:55 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:49:56 + git rev-list -1 --merges 7baca2cc14f90209f5d611f511480e635688580e~1..7baca2cc14f90209f5d611f511480e635688580e [Pipeline] echo 19:49:56 -----------> git rev-list -1 --merges 7baca2cc14f90209f5d611f511480e635688580e~1..7baca2cc14f90209f5d611f511480e635688580e 7baca2cc14f90209f5d611f511480e635688580e [false] [Pipeline] sh 19:49:56 + git log --format=format:%s -1 7baca2cc14f90209f5d611f511480e635688580e [Pipeline] echo 19:49:56 ========================================================= 19:49:56 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:49:56 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:49:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:49:56 + grep -v github /etc/ssh/ssh_known_hosts 19:49:56 + [ -e /tmp/ssh_known_hosts ] 19:49:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:49:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:49:56 + sudo tee -a /etc/ssh/ssh_known_hosts 19:49:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:49:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:49:57 19:49:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:49:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:49:57 0.1.4: Pulling from edgex-devops/py-git-semver 19:49:57 b85a868b505f: Pulling fs layer 19:49:57 e2be974225ed: Pulling fs layer 19:49:57 339a4e72a1f5: Pulling fs layer 19:49:57 988bab9f4d93: Pulling fs layer 19:49:57 1469e6f7b9e6: Pulling fs layer 19:49:57 eaf3925da568: Pulling fs layer 19:49:57 bab4dde63d76: Pulling fs layer 19:49:57 bde34c3a00c8: Pulling fs layer 19:49:57 b352a97aabf1: Pulling fs layer 19:49:57 4872d77fe225: Pulling fs layer 19:49:57 5851b861e8e6: Pulling fs layer 19:49:57 1469e6f7b9e6: Waiting 19:49:57 bab4dde63d76: Waiting 19:49:57 eaf3925da568: Waiting 19:49:57 bde34c3a00c8: Waiting 19:49:57 5851b861e8e6: Waiting 19:49:57 b352a97aabf1: Waiting 19:49:57 988bab9f4d93: Waiting 19:49:57 e2be974225ed: Download complete 19:49:57 988bab9f4d93: Verifying Checksum 19:49:57 988bab9f4d93: Download complete 19:49:58 1469e6f7b9e6: Verifying Checksum 19:49:58 1469e6f7b9e6: Download complete 19:49:58 eaf3925da568: Download complete 19:49:58 339a4e72a1f5: Verifying Checksum 19:49:58 339a4e72a1f5: Download complete 19:49:58 bde34c3a00c8: Verifying Checksum 19:49:58 bde34c3a00c8: Download complete 19:49:58 b352a97aabf1: Verifying Checksum 19:49:58 b352a97aabf1: Download complete 19:49:58 4872d77fe225: Verifying Checksum 19:49:58 4872d77fe225: Download complete 19:49:58 5851b861e8e6: Download complete 19:49:58 b85a868b505f: Verifying Checksum 19:49:58 b85a868b505f: Download complete 19:49:58 bab4dde63d76: Verifying Checksum 19:49:58 bab4dde63d76: Download complete 19:49:59 b85a868b505f: Pull complete 19:49:59 e2be974225ed: Pull complete 19:49:59 339a4e72a1f5: Pull complete 19:50:00 988bab9f4d93: Pull complete 19:50:00 1469e6f7b9e6: Pull complete 19:50:00 eaf3925da568: Pull complete 19:50:02 bab4dde63d76: Pull complete 19:50:02 bde34c3a00c8: Pull complete 19:50:02 b352a97aabf1: Pull complete 19:50:02 4872d77fe225: Pull complete 19:50:02 5851b861e8e6: Pull complete 19:50:02 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:50:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:50:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:50:02 prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container 19:50:02 $ 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:04 $ docker top 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 -eo pid,comm 19:50:04 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:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:50:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:50:04 [ssh-agent] Looking for ssh-agent implementation... 19:50:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:50:04 $ docker exec 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 ssh-agent 19:50:04 SSH_AUTH_SOCK=/tmp/ssh-gX4SDLAARwfa/agent.34 19:50:04 SSH_AGENT_PID=40 19:50:04 Running ssh-add (command line suppressed) 19:50:04 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16686836948660900567.key (/w/workspace/edgex-go/1@tmp/private_key_16686836948660900567.key) 19:50:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:50:04 + git tag --points-at HEAD [Pipeline] } 19:50:04 $ docker exec --env ******** --env ******** 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 ssh-agent -k 19:50:05 unset SSH_AUTH_SOCK; 19:50:05 unset SSH_AGENT_PID; 19:50:05 echo Agent pid 40 killed; 19:50:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:50:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:50:05 [ssh-agent] Looking for ssh-agent implementation... 19:50:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:50:05 $ docker exec 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 ssh-agent 19:50:05 SSH_AUTH_SOCK=/tmp/ssh-Chw7pAl4S8Gg/agent.72 19:50:05 SSH_AGENT_PID=78 19:50:05 Running ssh-add (command line suppressed) 19:50:05 Identity added: /w/workspace/edgex-go/1@tmp/private_key_11082602838449373042.key (/w/workspace/edgex-go/1@tmp/private_key_11082602838449373042.key) 19:50:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:50:05 + git semver init 19:50:06 2022-11-02 19:50:06,019 [run_init] DEBUG init version:0.0.0 force:False 19:50:06 2022-11-02 19:50:06,020 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:50:06 2022-11-02 19:50:06,020 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:50:06 2022-11-02 19:50:06,020 [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:11 2022-11-02 19:50:10,417 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:50:11 2022-11-02 19:50:10,417 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4225 with force:False 19:50:11 2022-11-02 19:50:10,417 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4225 19:50:11 2022-11-02 19:50:10,422 [execute] INFO git cat-file --batch-check 19:50:11 2022-11-02 19:50:10,423 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:50:11 2022-11-02 19:50:10,430 [execute] INFO git cat-file --batch 19:50:11 2022-11-02 19:50:10,430 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:50:11 2022-11-02 19:50:10,435 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4225 19:50:11 0.0.0 [Pipeline] } 19:50:11 $ docker exec --env ******** --env ******** 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 ssh-agent -k 19:50:11 unset SSH_AUTH_SOCK; 19:50:11 unset SSH_AGENT_PID; 19:50:11 echo Agent pid 78 killed; 19:50:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:50:11 + git semver [Pipeline] } 19:50:12 $ docker stop --time=1 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 19:50:13 $ docker rm -f 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 [Pipeline] // withDockerContainer [Pipeline] sh 19:50:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:50:14 Stashed 1 file(s) [Pipeline] echo 19:50:14 [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:14 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:50:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:50:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:50:15 ========================================================= 19:50:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:50:15 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:50:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:50:15 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:50:15 213ec9aee27d: Pulling fs layer 19:50:15 4583459ba037: Pulling fs layer 19:50:15 93c1e223e6f2: Pulling fs layer 19:50:15 53926ce57604: Pulling fs layer 19:50:15 21b2b0c7a3f4: Pulling fs layer 19:50:15 30f14e443154: Pulling fs layer 19:50:15 801331c1e519: Pulling fs layer 19:50:15 99cc6dd402b0: Pulling fs layer 19:50:15 7d9ed39f4882: Pulling fs layer 19:50:15 53926ce57604: Waiting 19:50:15 21b2b0c7a3f4: Waiting 19:50:15 30f14e443154: Waiting 19:50:15 801331c1e519: Waiting 19:50:15 99cc6dd402b0: Waiting 19:50:15 93c1e223e6f2: Verifying Checksum 19:50:15 93c1e223e6f2: Download complete 19:50:15 4583459ba037: Download complete 19:50:15 21b2b0c7a3f4: Verifying Checksum 19:50:15 21b2b0c7a3f4: Download complete 19:50:15 30f14e443154: Verifying Checksum 19:50:15 30f14e443154: Download complete 19:50:15 213ec9aee27d: Download complete 19:50:15 801331c1e519: Download complete 19:50:15 213ec9aee27d: Pull complete 19:50:15 4583459ba037: Pull complete 19:50:15 93c1e223e6f2: Pull complete 19:50:15 7d9ed39f4882: Download complete 19:50:16 53926ce57604: Verifying Checksum 19:50:16 53926ce57604: Download complete 19:50:16 99cc6dd402b0: Verifying Checksum 19:50:16 99cc6dd402b0: Download complete 19:50:19 53926ce57604: Pull complete 19:50:19 21b2b0c7a3f4: Pull complete 19:50:20 30f14e443154: Pull complete 19:50:20 801331c1e519: Pull complete 19:50:21 99cc6dd402b0: Pull complete 19:50:22 7d9ed39f4882: Pull complete 19:50:22 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 19:50:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:50:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:50:23 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:50:23 WORKDIR /edgex 19:50:23 COPY go.mod . 19:50:23 RUN go mod download 19:50:23 + docker build -t ci-base-image-x86_64 -f - . 19:50:23 Sending build context to Docker daemon 169.7MB 19:50:23 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:50:23 ---> 1dedd983c030 19:50:23 Step 2/4 : WORKDIR /edgex 19:50:25 ---> Running in 546dacd83cbc 19:50:25 Removing intermediate container 546dacd83cbc 19:50:25 ---> 6c0c5a204a14 19:50:25 Step 3/4 : COPY go.mod . 19:50:25 ---> 626efed6873c 19:50:25 Step 4/4 : RUN go mod download 19:50:26 ---> Running in 844c65bbd92f 19:50:29 Still waiting to schedule task 19:50:29 ‘prd-ubuntu20.04-docker-arm64-4c-16g-117926’ is offline 19:50:36 Removing intermediate container 844c65bbd92f 19:50:36 ---> a45c838aa5c6 19:50:36 Successfully built a45c838aa5c6 19:50:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:50:36 + docker inspect -f . ci-base-image-x86_64 19:50:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:50:36 prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container 19:50:36 $ 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:50:37 $ docker top 12ddfcd5795e5b54d0408749312b45699e6a4cfd9e228050e8f7ea00ee8e32d1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:37 + go version 19:50:37 go version go1.18.7 linux/amd64 [Pipeline] } 19:50:37 $ docker stop --time=1 12ddfcd5795e5b54d0408749312b45699e6a4cfd9e228050e8f7ea00ee8e32d1 19:50:38 $ docker rm -f 12ddfcd5795e5b54d0408749312b45699e6a4cfd9e228050e8f7ea00ee8e32d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:50:39 + docker inspect -f . ci-base-image-x86_64 19:50:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:50:39 prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container 19:50:39 $ 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:50:40 $ docker top 255dfa624750d8373e6d88c2f171801059db4add142bd0a0d854ca91d7678c33 -eo pid,comm [Pipeline] { [Pipeline] echo 19:50:40 ========================================================= 19:50:40 [edgeXBuildGoParallel] Running Tests and Build... 19:50:40 ========================================================= [Pipeline] sh 19:50:40 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:50:40 + make test 19:50:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:50:47 ? github.com/edgexfoundry/edgex-go [no test files] 19:50:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:50:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:50:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:50:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:50:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:50:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:50:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:50:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:50:59 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:51:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:51:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:51:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:51:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:51:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:51:00 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:51:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.066s coverage: 28.7% of statements 19:51:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:51:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:51:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.125s coverage: 98.5% of statements 19:51:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.139s coverage: 43.0% of statements 19:51:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:51:01 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:51:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.116s coverage: 54.2% of statements 19:51:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:51:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.235s coverage: 89.2% of statements 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 2.2% of statements 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.460s coverage: 95.6% of statements 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/io 0.066s coverage: 72.2% of statements 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.105s coverage: 60.0% of statements 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.061s coverage: 0.9% of statements 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.045s coverage: 29.6% of statements 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 47.1% of statements 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 19:51:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements 19:51:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 19:51:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.243s coverage: 79.9% of statements 19:51:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.028s coverage: 65.1% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.082s coverage: 86.9% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 58.8% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.0% of statements 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 85.4% of statements 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.2% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 64.7% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 65.8% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 41.8% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.087s coverage: 17.7% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.152s coverage: 92.3% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.062s coverage: 63.2% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:51:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 19:51:24 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:51:42 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:51:42 GO111MODULE=on go vet ./... 19:51:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:51:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:51:45 ./bin/test-attribution-txt.sh [Pipeline] echo 19:51:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:51:46 + ls -al . 19:51:46 total 768 19:51:46 drwxrwxr-x 11 1001 1001 4096 Nov 2 19:50 . 19:51:46 drwxr-xr-x 4 root root 4096 Nov 2 19:50 .. 19:51:46 drwxrwxr-x 2 1001 1001 4096 Nov 2 19:49 .blubracket 19:51:46 -rw-rw-r-- 1 1001 1001 16 Nov 2 19:49 .dockerignore 19:51:46 drwxrwxr-x 8 1001 1001 4096 Nov 2 19:51 .git 19:51:46 drwxrwxr-x 3 1001 1001 4096 Nov 2 19:49 .github 19:51:46 -rw-rw-r-- 1 1001 1001 1030 Nov 2 19:49 .gitignore 19:51:46 -rw-rw-r-- 1 1001 1001 42 Nov 2 19:49 .golangci.yml 19:51:46 -rw-rw-r-- 1 1001 1001 87 Nov 2 19:49 .hadolint.yml 19:51:46 drwxr-xr-x 3 1001 1001 4096 Nov 2 19:50 .semver 19:51:46 -rw-rw-r-- 1 1001 1001 166 Nov 2 19:49 .sonarcloud.properties 19:51:46 -rw-rw-r-- 1 1001 1001 1171 Nov 2 19:49 ADOPTERS.md 19:51:46 -rw-rw-r-- 1 1001 1001 10722 Nov 2 19:49 Attribution.txt 19:51:46 -rw-rw-r-- 1 1001 1001 63209 Nov 2 19:49 CHANGELOG.md 19:51:46 -rw-rw-r-- 1 1001 1001 3804 Nov 2 19:49 CONTRIBUTING.md 19:51:46 -rw-rw-r-- 1 1001 1001 677 Nov 2 19:49 GOVERNANCE.md 19:51:46 -rw-rw-r-- 1 1001 1001 850 Nov 2 19:49 Jenkinsfile 19:51:46 -rw-rw-r-- 1 1001 1001 10775 Nov 2 19:49 LICENSE 19:51:46 -rw-rw-r-- 1 1001 1001 13857 Nov 2 19:49 Makefile 19:51:46 -rw-rw-r-- 1 1001 1001 582 Nov 2 19:49 OWNERS.md 19:51:46 -rw-rw-r-- 1 1001 1001 9799 Nov 2 19:49 README.md 19:51:46 -rw-rw-r-- 1 1001 1001 6912 Nov 2 19:49 SECURITY.md 19:51:46 -rw-rw-r-- 1 1001 1001 5 Nov 2 19:50 VERSION 19:51:46 -rw-rw-r-- 1 1001 1001 4131 Nov 2 19:49 ZMQWindows.md 19:51:46 drwxrwxr-x 2 1001 1001 4096 Nov 2 19:49 bin 19:51:46 drwxrwxr-x 18 1001 1001 4096 Nov 2 19:49 cmd 19:51:46 -rw-r--r-- 1 root root 501828 Nov 2 19:51 coverage.out 19:51:46 -rw-rw-r-- 1 1001 1001 3447 Nov 2 19:49 go.mod 19:51:46 -rw-rw-r-- 1 1001 1001 45062 Nov 2 19:49 go.sum 19:51:46 drwxrwxr-x 8 1001 1001 4096 Nov 2 19:49 internal 19:51:46 drwxrwxr-x 3 1001 1001 4096 Nov 2 19:49 openapi 19:51:46 drwxrwxr-x 4 1001 1001 4096 Nov 2 19:49 snap 19:51:46 -rw-rw-r-- 1 1001 1001 204 Nov 2 19:49 version.go [Pipeline] sh 19:51:46 + '[' -e coverage.out ] 19:51:46 + chown 1001:1001 coverage.out [Pipeline] stash 19:51:46 Stashed 1 file(s) [Pipeline] sh 19:51:46 + make build 19:51:46 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:51:59 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:11 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:11 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:52:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:52:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:52:19 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:52:20 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:52: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:52:22 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:52:23 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:52:23 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:52: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/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:52:26 $ docker stop --time=1 255dfa624750d8373e6d88c2f171801059db4add142bd0a0d854ca91d7678c33 19:52:28 $ docker rm -f 255dfa624750d8373e6d88c2f171801059db4add142bd0a0d854ca91d7678c33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:52:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:52:29 19:52:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:52:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:52:30 latest: Pulling from edgex-devops/edgex-compose 19:52:30 cbdbe7a5bc2a: Pulling fs layer 19:52:30 ca9280d653b3: Pulling fs layer 19:52:30 7e9c9ca2126c: Pulling fs layer 19:52:30 cbdbe7a5bc2a: Download complete 19:52:30 ca9280d653b3: Verifying Checksum 19:52:30 cbdbe7a5bc2a: Pull complete 19:52:30 7e9c9ca2126c: Download complete 19:52:30 ca9280d653b3: Pull complete 19:52:34 7e9c9ca2126c: Pull complete 19:52:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:52:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:52:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:52:34 prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container 19:52:34 $ 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:52:35 $ docker top 745bb6d9c037a05d6a8f1141132b84469846393994921bda34da4a9cd0609c57 -eo pid,comm [Pipeline] { [Pipeline] sh 19:52:35 + docker-compose build --help 19:52:35 + grep parallel 19:52:36 --parallel Build images in parallel. [Pipeline] } 19:52:36 $ docker stop --time=1 745bb6d9c037a05d6a8f1141132b84469846393994921bda34da4a9cd0609c57 19:52:37 $ docker rm -f 745bb6d9c037a05d6a8f1141132b84469846393994921bda34da4a9cd0609c57 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:52:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:52:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:52:38 prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container 19:52:38 $ 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:52:38 $ docker top 369efc30a441a18b8ff24a7b1e7702bd4629c291da50765339df89ef9b65539c -eo pid,comm [Pipeline] { [Pipeline] sh 19:52:39 + docker-compose -f ./docker-compose-build.yml build --parallel 19:52:39 Building core-command ... 19:52:39 Building core-data ... 19:52:39 Building core-metadata ... 19:52:39 Building security-bootstrapper ... 19:52:39 Building security-proxy-setup ... 19:52:39 Building security-secretstore-setup ... 19:52:39 Building security-spiffe-token-provider ... 19:52:39 Building security-spire-agent ... 19:52:39 Building security-spire-config ... 19:52:39 Building security-spire-server ... 19:52:39 Building support-notifications ... 19:52:39 Building support-scheduler ... 19:52:39 Building sys-mgmt-agent ... 19:52:39 Building security-bootstrapper 19:52:39 Building sys-mgmt-agent 19:52:39 Building security-spire-config 19:52:39 Building security-spire-server 19:52:39 Building support-scheduler 19:52:41 Running on prd-ubuntu20.04-docker-arm64-4c-16g-117928 in /w/workspace/edgexfoundry_edgex-go_PR-4225 [Pipeline] { [Pipeline] ws 19:52:41 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:52:41 The recommended git tool is: git 19:52:47 using credential edgex-jenkins-ssh 19:52:47 Cloning the remote Git repository 19:52:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:52:47 > git init /w/workspace/edgex-go/1 # timeout=10 19:52:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:52:47 > git --version # timeout=10 19:52:47 > git --version # 'git version 2.25.1' 19:52:47 using GIT_SSH to set credentials SSH Credentials for GitHub 19:52:47 Verifying host key using known hosts file 19:52:47 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:52:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:52:49 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:52:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:52:49 ---> a45c838aa5c6 19:52:49 Step 3/23 : WORKDIR /edgex-go 19:52:49 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:52:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:52:49 ---> a45c838aa5c6 19:52:49 Step 3/24 : WORKDIR /edgex-go 19:52:49 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:52:49 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:52:49 ---> a45c838aa5c6 19:52:49 Step 3/32 : WORKDIR /edgex-go 19:52:49 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:52:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:52:49 ---> a45c838aa5c6 19:52:49 Step 3/22 : WORKDIR /edgex-go 19:52:50 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:52:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:52:50 ---> a45c838aa5c6 19:52:50 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:52:53 ---> Running in 1ad640d09ee7 19:52:53 ---> Running in 7d5f7c4f7695 19:52:53 ---> Running in ee940f0c5d17 19:52:53 ---> Running in 23241eb13128 19:52:53 ---> Running in 9999bcba9824 19:52:54 Removing intermediate container 7d5f7c4f7695 19:52:54 ---> fb71862a43f2 19:52:54 Step 4/22 : WORKDIR /edgex-go 19:52:54 ---> Running in 9894951ef4a4 19:52:54 Removing intermediate container 23241eb13128 19:52:54 ---> fbc44ef2365c 19:52:54 Step 4/32 : RUN apk add --update --no-cache make git 19:52:54 Removing intermediate container 1ad640d09ee7 19:52:54 ---> 31c486a9c504 19:52:54 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 19:52:54 Removing intermediate container ee940f0c5d17 19:52:54 ---> 5bfbe2947c82 19:52:54 Step 4/22 : RUN apk add --update --no-cache make bash git 19:52:54 Removing intermediate container 9999bcba9824 19:52:54 ---> 88f2e3c754f0 19:52:54 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:52:54 ---> Running in df2aeb5baa94 19:52:54 ---> Running in 8c341b021b2b 19:52:54 ---> Running in 3be17ce0b4c8 19:52:54 Removing intermediate container 9894951ef4a4 19:52:54 ---> bb61c65b40e8 19:52:54 Step 5/22 : RUN apk add --update --no-cache make git 19:52:54 ---> Running in 95b798899a54 19:52:54 ---> Running in 59d0c66564f7 19:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:52:54 OK: 211 MiB in 51 packages 19:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:52:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:52:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:52:55 OK: 211 MiB in 51 packages 19:52:55 OK: 211 MiB in 51 packages 19:52:55 OK: 211 MiB in 51 packages 19:52:55 Removing intermediate container df2aeb5baa94 19:52:55 ---> 8365a669105b 19:52:55 Step 5/32 : COPY go.mod vendor* ./ 19:52:55 OK: 211 MiB in 51 packages 19:52:55 ---> dd08abe781c3 19:52:55 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:55 ---> Running in 11fc7827ffe1 19:52:55 Removing intermediate container 59d0c66564f7 19:52:55 ---> 0ac17e237cd1 19:52:55 Step 6/22 : COPY go.mod vendor* ./ 19:52:55 Removing intermediate container 8c341b021b2b 19:52:55 ---> d390e3ec0bfe 19:52:55 Step 5/23 : COPY go.mod vendor* ./ 19:52:55 Removing intermediate container 3be17ce0b4c8 19:52:55 ---> 771f3245a299 19:52:55 Step 5/22 : COPY go.mod vendor* ./ 19:52:55 ---> cc3601e3a586 19:52:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:55 Removing intermediate container 95b798899a54 19:52:55 ---> 3f0ab06fd0df 19:52:55 Step 5/24 : COPY go.mod vendor* ./ 19:52:55 ---> Running in be337d3def39 19:52:55 ---> a43ae733921f 19:52:55 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:55 ---> a343238e34d9 19:52:55 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:56 ---> Running in 7f0ab766a9d6 19:52:56 ---> Running in 45d2c9aa7614 19:52:56 ---> a856e838ab3f 19:52:56 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:56 ---> Running in 3e7953adc1ed 19:53:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:53:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:53:11 Merging remotes/origin/main commit c8dc4aaa282fbe6e844314843563128f08055c6c into PR head commit 7baca2cc14f90209f5d611f511480e635688580e 19:53:12 Merge succeeded, producing 7baca2cc14f90209f5d611f511480e635688580e 19:53:12 Checking out Revision 7baca2cc14f90209f5d611f511480e635688580e (PR-4225) 19:53:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:53:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:53:10 using GIT_SSH to set credentials SSH Credentials for GitHub 19:53:10 Verifying host key using known hosts file 19:53:10 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:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4225/head:refs/remotes/origin/PR-4225 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:53:11 > git config core.sparsecheckout # timeout=10 19:53:11 > git checkout -f 7baca2cc14f90209f5d611f511480e635688580e # timeout=10 19:53:12 > git remote # timeout=10 19:53:12 > git config --get remote.origin.url # timeout=10 19:53:12 using GIT_SSH to set credentials SSH Credentials for GitHub 19:53:12 Verifying host key using known hosts file 19:53:12 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:12 > git merge c8dc4aaa282fbe6e844314843563128f08055c6c # timeout=10 19:53:12 > git rev-parse HEAD^{commit} # timeout=10 19:53:12 > git config core.sparsecheckout # timeout=10 19:53:12 > git checkout -f 7baca2cc14f90209f5d611f511480e635688580e # timeout=10 19:53:12 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 19:53:12 > git --version # timeout=10 19:53:12 > git --version # 'git version 2.25.1' 19:53:13 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:53:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:53:14 % Total % Received % Xferd Average Speed Time Time Time Current 19:53:14 Dload Upload Total Spent Left Speed 19:53:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 168k 0 --:--:-- --:--:-- --:--:-- 166k 19:53:14 Removing intermediate container 3e7953adc1ed 19:53:14 ---> ce6072b2f3ab 19:53:14 Step 7/24 : COPY . . 19:53:14 Removing intermediate container 45d2c9aa7614 19:53:14 ---> c4590c4fecfd 19:53:14 Step 7/23 : COPY . . 19:53:14 Removing intermediate container be337d3def39 19:53:14 ---> 1ca640c45efb 19:53:14 Step 8/22 : COPY . . 19:53:14 Removing intermediate container 11fc7827ffe1 19:53:14 ---> 2f9b64c719cd 19:53:14 Step 7/32 : COPY . . 19:53:14 Removing intermediate container 7f0ab766a9d6 19:53:14 ---> e10a0013fee3 19:53:14 Step 7/22 : COPY . . [Pipeline] sh 19:53:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:53:15 + sudo tee /etc/docker/daemon.new 19:53:15 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:53:15 { 19:53:15 "registry-mirrors": [ 19:53:15 "https://nexus3.edgexfoundry.org:10001" 19:53:15 ], 19:53:15 "bip": "10.250.0.254/24", 19:53:15 "hosts": [ 19:53:15 "tcp://0.0.0.0:5555", 19:53:15 "unix:///var/run/docker.sock" 19:53:15 ], 19:53:15 "mtu": 1458, 19:53:15 "selinux-enabled": true, 19:53:15 "seccomp-profile": "/etc/docker/seccomp.json" 19:53:15 } [Pipeline] sh 19:53:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:53:15 + sudo service docker restart 19:53:24 ---> 5624e63fbb86 19:53:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:53:24 ---> 6c42a0802194 19:53:24 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 19:53:24 ---> 7a9d7ae39e43 19:53:24 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:53:24 ---> add16da2d376 19:53:24 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:53:24 ---> 000510344182 19:53:24 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:53:24 ---> Running in 212e846069d1 19:53:24 ---> Running in 04a34f36eb5c 19:53:24 ---> Running in 06e74bfe1aa6 19:53:24 ---> Running in 54ab75c4c838 19:53:24 ---> Running in 75a5cac3be31 19:53:24 Removing intermediate container 04a34f36eb5c 19:53:24 ---> 17a18629e9c0 19:53:24 Step 9/24 : WORKDIR /edgex-go/spire-build 19:53:24 Removing intermediate container 06e74bfe1aa6 19:53:24 ---> 0d8b77bf9006 19:53:24 Step 9/23 : WORKDIR /edgex-go/spire-build 19:53:24 ---> Running in 4ebc356e2ec6 19:53:24 ---> Running in 9c5a99c2414e 19:53:24 Removing intermediate container 4ebc356e2ec6 19:53:24 ---> bbd67d77b4df 19:53:24 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:53:24 Removing intermediate container 9c5a99c2414e 19:53:24 ---> a1e0baf4a185 19:53: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:53:24 ---> Running in 9e98c3c11e08 19:53:24 ---> Running in e9ebed7ece73 19:53:24 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:24 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:24 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:24 Removing intermediate container e9ebed7ece73 19:53:24 ---> 7a02db582d83 19:53:24 Step 11/23 : WORKDIR /edgex-go 19:53:24 Removing intermediate container 9e98c3c11e08 19:53:24 ---> 0db3f3698ef4 19:53:24 Step 11/24 : WORKDIR /edgex-go 19:53:24 ---> Running in 785d2579ddca 19:53:24 ---> Running in b8e70822dfb8 19:53:24 Removing intermediate container b8e70822dfb8 19:53:24 ---> bdcd6ee07b0e 19:53:24 19:53:24 Step 12/24 : FROM alpine:3.15 19:53:24 Removing intermediate container 785d2579ddca 19:53:24 ---> a53b142b047e 19:53:24 19:53:24 Step 12/23 : FROM alpine:3.15 19:53:24 3.15: Pulling from library/alpine 19:53:24 3.15: Pulling from library/alpine 19:53:25 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:53:25 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:53:25 Status: Downloaded newer image for alpine:3.15 19:53:25 Status: Image is up to date for alpine:3.15 19:53:25 ---> c4fc93816858 19:53:25 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:53:25 ---> c4fc93816858 19:53:25 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:53:26 ---> Running in 4fbf931af039 19:53:26 ---> Running in 94e413e110d6 19:53:26 Removing intermediate container 4fbf931af039 19:53:26 ---> 3f0d7ddbe438 19:53:26 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:53:26 Removing intermediate container 94e413e110d6 19:53:26 ---> f2c8b40cd0d8 19:53:26 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:53:26 ---> Running in 8ea92bc7e894 19:53:26 ---> Running in 9f03cd380d82 19:53:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:53:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:53:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:53:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:53:27 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:53:27 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:53:27 OK: 15859 distinct packages available 19:53:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:53:27 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:53:27 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:53:27 OK: 15859 distinct packages available 19:53:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:53:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:53:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:53:27 (1/5) Installing dumb-init (1.2.5-r1) 19:53:27 (2/5) Installing musl-obstack (1.2.3-r0) 19:53:27 (1/4) Installing dumb-init (1.2.5-r1) 19:53:27 (3/5) Installing libucontext (1.1-r0) 19:53:27 (4/5) Installing gcompat (1.0.0-r4) 19:53:27 (5/5) Installing openssl (1.1.1s-r1) 19:53:27 Executing busybox-1.34.1-r7.trigger 19:53:27 OK: 7 MiB in 19 packages 19:53:27 (2/4) Installing musl-obstack (1.2.3-r0) 19:53:27 (3/4) Installing libucontext (1.1-r0) 19:53:27 (4/4) Installing gcompat (1.0.0-r4) 19:53:27 Executing busybox-1.34.1-r7.trigger 19:53:27 OK: 6 MiB in 18 packages 19:53:29 Removing intermediate container 9f03cd380d82 19:53:29 ---> a66144048cec 19:53:29 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:53:29 Removing intermediate container 8ea92bc7e894 19:53:29 ---> 91fd09057672 19:53:29 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:53:32 ---> 9cb9ee25435c 19:53:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:53:32 ---> 8f67e73b2bf2 19:53:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:53:32 ---> babb1f050571 19:53:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:53:33 ---> 44819ac92d65 19:53:33 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:53:33 ---> Running in 904874ecaaac 19:53:33 ---> 758d6bda6709 19:53:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:53:33 Removing intermediate container 904874ecaaac 19:53:33 ---> 2db56c28539d 19:53:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:53:34 provisioning config files... 19:53:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4350090608833979562tmp 19:53:34 ---> 374b710bbcc4 19:53:34 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:53:34 ---> b69659f3b806 19:53:34 Step 19/24 : WORKDIR / 19:53:34 ---> Running in 21dbf7f3166c 19:53:34 ---> Running in 04532a6cb3a1 19:53:34 ---> docker-login.sh 19:53:34 nexus3.edgexfoundry.org:10001 19:53:34 Removing intermediate container 21dbf7f3166c 19:53:34 ---> a0f2c51585dd 19:53:34 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:53:34 ---> Running in 7588cbe0af5b 19:53:34 Removing intermediate container 04532a6cb3a1 19:53:34 ---> 5d5ce3499edd 19:53:34 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:53:34 ---> Running in 901dfd24585d 19:53:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:53:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:53:35 Configure a credential helper to remove this warning. See 19:53:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:53:35 19:53:35 Login Succeeded 19:53:35 nexus3.edgexfoundry.org:10002 19:53:35 Removing intermediate container 901dfd24585d 19:53:35 ---> 78d5d6d53372 19:53:35 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:53:35 Removing intermediate container 7588cbe0af5b 19:53:35 ---> e1c9e7c86897 19:53:35 Step 21/23 : LABEL arch=x86_64 19:53:35 ---> Running in 3344431352bb 19:53:35 ---> Running in e92b52081223 19:53:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:53:35 Removing intermediate container e92b52081223 19:53:35 ---> 036153b232db 19:53:35 Step 22/23 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:53:35 Removing intermediate container 3344431352bb 19:53:35 ---> a79e7c661075 19:53:35 Step 22/24 : LABEL arch=x86_64 19:53:35 ---> Running in 71eaa04723e7 19:53:35 ---> Running in d6c17ad85cd3 19:53:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:53:35 Configure a credential helper to remove this warning. See 19:53:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:53:35 19:53:35 Login Succeeded 19:53:35 nexus3.edgexfoundry.org:10003 19:53:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:53:35 Removing intermediate container d6c17ad85cd3 19:53:35 ---> 92201c340255 19:53:35 Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:53:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:53:35 Configure a credential helper to remove this warning. See 19:53:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:53:35 19:53:35 Login Succeeded 19:53:35 nexus3.edgexfoundry.org:10004 19:53:36 ---> Running in d7baefe8b3c3 19:53:36 Removing intermediate container 71eaa04723e7 19:53:36 ---> 06fd5431f0cf 19:53:36 Step 23/23 : LABEL version=0.0.0 19:53:36 ---> Running in fa183ba0528d 19:53:36 Removing intermediate container d7baefe8b3c3 19:53:36 ---> 5db1e49908f4 19:53:36 Step 24/24 : LABEL version=0.0.0 19:53:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:53:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:53:36 Configure a credential helper to remove this warning. See 19:53:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:53:36 19:53:36 Login Succeeded 19:53:36 docker.io 19:53:36 ---> Running in 22cf598a4c85 19:53:36 Removing intermediate container fa183ba0528d 19:53:36 ---> 5427a286eda5 19:53:36 19:53:36 Successfully built 5427a286eda5 19:53:36 Successfully tagged security-spire-server:latest 19:53:36  Building security-spire-server ... done Building security-spire-agent 19:53:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:53:36 Removing intermediate container 22cf598a4c85 19:53:36 ---> c0692f9a14b2 19:53:36 19:53:36 Successfully built c0692f9a14b2 19:53:36 Successfully tagged security-spire-config:latest 19:53:36 Building support-notifications 19:53:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:53:37 Configure a credential helper to remove this warning. See 19:53:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:53:37 19:53:37 Login Succeeded 19:53:37 ---> docker-login.sh ends [Pipeline] } 19:53:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:53:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:53:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:53:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:53:37 ========================================================= 19:53:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:53:37 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:53:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:53:38 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:53:38 9b18e9b68314: Pulling fs layer 19:53:38 d32db5db7311: Pulling fs layer 19:53:38 d0c4b47475fc: Pulling fs layer 19:53:38 5831b945b038: Pulling fs layer 19:53:38 86bbec2aaacd: Pulling fs layer 19:53:38 e10730c5d714: Pulling fs layer 19:53:38 5dd5c2283517: Pulling fs layer 19:53:38 d5ac0230b979: Pulling fs layer 19:53:38 5831b945b038: Waiting 19:53:38 86bbec2aaacd: Waiting 19:53:38 e10730c5d714: Waiting 19:53:38 5dd5c2283517: Waiting 19:53:38 d5ac0230b979: Waiting 19:53:38 d0c4b47475fc: Verifying Checksum 19:53:38 d0c4b47475fc: Download complete 19:53:38 d32db5db7311: Verifying Checksum 19:53:38 d32db5db7311: Download complete 19:53:38 86bbec2aaacd: Verifying Checksum 19:53:38 86bbec2aaacd: Download complete 19:53:38 e10730c5d714: Verifying Checksum 19:53:38 e10730c5d714: Download complete 19:53:38 9b18e9b68314: Verifying Checksum 19:53:38 9b18e9b68314: Download complete 19:53:39 9b18e9b68314: Pull complete 19:53:39 d5ac0230b979: Verifying Checksum 19:53:39 d5ac0230b979: Download complete 19:53:39 d32db5db7311: Pull complete 19:53:39 d0c4b47475fc: Pull complete 19:53:40 5dd5c2283517: Verifying Checksum 19:53:40 5dd5c2283517: Download complete 19:53:41  Building security-spire-config ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:53:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:53:41 ---> a45c838aa5c6 19:53:41 Step 3/24 : WORKDIR /edgex-go 19:53:41 ---> Using cache 19:53:41 ---> 88f2e3c754f0 19:53:41 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:53:41 ---> Using cache 19:53:41 ---> 3f0ab06fd0df 19:53:41 Step 5/24 : COPY go.mod vendor* ./ 19:53:41 ---> Using cache 19:53:41 ---> a856e838ab3f 19:53:41 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:41 ---> Using cache 19:53:41 ---> ce6072b2f3ab 19:53:41 Step 7/24 : COPY . . 19:53:41 ---> Using cache 19:53:41 ---> 7a9d7ae39e43 19:53:41 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:53:41 ---> Using cache 19:53:41 ---> 17a18629e9c0 19:53:41 Step 9/24 : WORKDIR /edgex-go/spire-build 19:53:41 ---> Using cache 19:53:41 ---> bbd67d77b4df 19:53:41 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:53:41 ---> Using cache 19:53:41 ---> 0db3f3698ef4 19:53:41 Step 11/24 : WORKDIR /edgex-go 19:53:41 ---> Using cache 19:53:41 ---> bdcd6ee07b0e 19:53:41 19:53:41 Step 12/24 : FROM alpine:3.15 19:53:41 ---> c4fc93816858 19:53:41 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:53:41 ---> Using cache 19:53:41 ---> f2c8b40cd0d8 19:53:41 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:53:41 5831b945b038: Verifying Checksum 19:53:41 5831b945b038: Download complete 19:53:41 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:53:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:53:41 ---> a45c838aa5c6 19:53:41 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:53:41 ---> Using cache 19:53:41 ---> fb71862a43f2 19:53:41 Step 4/22 : WORKDIR /edgex-go 19:53:41 ---> Using cache 19:53:41 ---> bb61c65b40e8 19:53:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:53:44 ---> Running in d0e650b6c8fc 19:53:44 ---> Running in 8463b8e12907 19:53:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:53:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:53:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:53:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:53:45 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:53:45 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:53:45 OK: 15859 distinct packages available 19:53:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:53:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:53:46 (1/5) Installing dumb-init (1.2.5-r1) 19:53:46 (2/5) Installing musl-obstack (1.2.3-r0) 19:53:46 (3/5) Installing libucontext (1.1-r0) 19:53:46 (4/5) Installing gcompat (1.0.0-r4) 19:53:46 (5/5) Installing openssl (1.1.1s-r1) 19:53:46 Executing busybox-1.34.1-r7.trigger 19:53:46 OK: 7 MiB in 19 packages 19:53:46 OK: 211 MiB in 51 packages 19:53:47 Removing intermediate container 54ab75c4c838 19:53:47 ---> c11abfd2a46e 19:53:47 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:53:47 Removing intermediate container 75a5cac3be31 19:53:47 ---> 976e59bd4824 19:53:47 19:53:47 Step 9/32 : FROM alpine:3.16 19:53:47 ---> Running in 4691af79ddc3 19:53:47 Removing intermediate container d0e650b6c8fc 19:53:47 ---> f30f2cbc56ea 19:53:47 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:53:47 Removing intermediate container 8463b8e12907 19:53:47 ---> 844545e54827 19:53:47 Step 6/22 : COPY go.mod vendor* ./ 19:53:47 3.16: Pulling from library/alpine 19:53:47 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:53:47 ---> c862b3ad75f2 19:53:47 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:47 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:53:47 Status: Downloaded newer image for alpine:3.16 19:53:47 ---> 9c6f07244728 19:53:47 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:53:47 ---> Running in 24e41f02725d 19:53:47 ---> Running in f851b35e82a4 19:53:48 Removing intermediate container f851b35e82a4 19:53:48 ---> 086d0fe367af 19:53:48 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 19:53:48 ---> Running in 4a1ff68cf93d 19:53:48 ---> dc5fb24c6441 19:53:48 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:53:48 Removing intermediate container 4691af79ddc3 19:53:48 ---> 58a5c95065db 19:53:48 19:53:48 Step 10/22 : FROM alpine:3.16 19:53:48 ---> 9c6f07244728 19:53:48 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:53:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:53:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:53:48 ---> Running in 53356bf34bbd 19:53:49 Removing intermediate container 53356bf34bbd 19:53:49 ---> 776414aa1c6e 19:53:49 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:53:49 (1/2) Installing dumb-init (1.2.5-r1) 19:53:49 (2/2) Installing su-exec (0.2-r1) 19:53:49 Executing busybox-1.35.0-r17.trigger 19:53:49 OK: 6 MiB in 16 packages 19:53:49 ---> Running in dd5d33e67968 19:53:49 ---> 3d72fb146294 19:53:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:53:49 ---> 917c0e403ec3 19:53:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:53:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:53:49 Removing intermediate container 4a1ff68cf93d 19:53:49 ---> 0770defe5d63 19:53:49 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 19:53:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:53:49 ---> Running in 854bb78a1fb7 19:53:49 ---> 5cefaee79893 19:53:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:53:49 Removing intermediate container 854bb78a1fb7 19:53:49 ---> 12c32664d8bb 19:53:49 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:53:49 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:53:49 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:53:49 (3/33) Installing readline (8.1.2-r0) 19:53:49 (4/33) Installing bash (5.1.16-r2) 19:53:49 Executing bash-5.1.16-r2.post-install 19:53:49 ---> Running in 63477874dc17 19:53:49 (5/33) Installing ca-certificates (20220614-r0) 19:53:49 (6/33) Installing brotli-libs (1.0.9-r6) 19:53:49 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:53:49 (8/33) Installing libcurl (7.83.1-r4) 19:53:49 (9/33) Installing curl (7.83.1-r4) 19:53:49 (10/33) Installing docker-cli (20.10.20-r0) 19:53:50 ---> da11413df29c 19:53:50 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:53:50 Removing intermediate container 63477874dc17 19:53:50 ---> f6d4be2249ed 19:53:50 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:53:50 (11/33) Installing dumb-init (1.2.5-r1) 19:53:50 (12/33) Installing libbz2 (1.0.8-r1) 19:53:50 (13/33) Installing expat (2.5.0-r0) 19:53:50 ---> Running in 76d4d41cb87a 19:53:50 (14/33) Installing libffi (3.4.2-r1) 19:53:50 (15/33) Installing gdbm (1.23-r0) 19:53:50 (16/33) Installing xz-libs (5.2.5-r1) 19:53:50 ---> Running in 6580ec1dbf47 19:53:50 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:53:50 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:53:50 (19/33) Installing mpdecimal (2.5.1-r1) 19:53:50 (20/33) Installing sqlite-libs (3.38.5-r0) 19:53:50 Removing intermediate container 76d4d41cb87a 19:53:50 ---> d14573a74627 19:53:50 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:53:50 (21/33) Installing python3 (3.10.5-r0) 19:53:50 Removing intermediate container 6580ec1dbf47 19:53:50 ---> f043e319e0a5 19:53:50 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:53:50 ---> Running in 89f3b4c9a81c 19:53:50 ---> Running in ab027ad48d66 19:53:50 Removing intermediate container 89f3b4c9a81c 19:53:50 ---> c85dd7405fbb 19:53:50 Step 22/24 : LABEL arch=x86_64 19:53:50 Removing intermediate container ab027ad48d66 19:53:50 ---> a1e732440247 19:53:50 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:53:50 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:53:50 (23/33) Installing py3-tomli (2.0.1-r1) 19:53:50 (24/33) Installing py3-pep517 (0.12.0-r2) 19:53:50 (25/33) Installing py3-six (1.16.0-r1) 19:53:50 (26/33) Installing py3-retrying (1.3.3-r3) 19:53:51 (27/33) Installing py3-appdirs (1.4.4-r3) 19:53:51 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:53:51 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:53:51 (30/33) Installing py3-parsing (2.4.7-r3) 19:53:51 (31/33) Installing py3-packaging (21.3-r0) 19:53:51 (32/33) Installing py3-setuptools (59.4.0-r0) 19:53:51 (33/33) Installing py3-pip (22.1.1-r0) 19:53:51 ---> Running in fe5d1ca4393b 19:53:51 ---> Running in 2ea26ea06474 19:53:51 Executing busybox-1.35.0-r17.trigger 19:53:51 Executing ca-certificates-20220614-r0.trigger 19:53:51 OK: 122 MiB in 47 packages 19:53:51 Removing intermediate container fe5d1ca4393b 19:53:51 ---> cdc578cd496f 19:53:51 Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:53:52 ---> Running in d3c5cce6c5fd 19:53:52 Removing intermediate container 212e846069d1 19:53:52 ---> 159b976f4591 19:53:52 19:53:52 Step 10/22 : FROM alpine:3.16 19:53:52 ---> 9c6f07244728 19:53:52 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:53:52 Removing intermediate container d3c5cce6c5fd 19:53:52 ---> 3c9cd5dc78c2 19:53:52 Step 24/24 : LABEL version=0.0.0 19:53:52 ---> Running in db3d09f1e40a 19:53:52 ---> Running in 74dbc0b9caa3 19:53:52 Removing intermediate container 74dbc0b9caa3 19:53:52 ---> eb9ad71f6f98 19:53:52 19:53:52 Successfully built eb9ad71f6f98 19:53:52 Successfully tagged security-spire-agent:latest 19:53:52  Building security-spire-agent ... done Removing intermediate container 2ea26ea06474 19:53:52 ---> 3ce20c376fa9 19:53:52 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 19:53:52 Building security-proxy-setup 19:53:52 ---> Running in 25774c3f2f8b 19:53:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:53:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:53:53 (1/1) Installing dumb-init (1.2.5-r1) 19:53:53 Executing busybox-1.35.0-r17.trigger 19:53:53 OK: 6 MiB in 15 packages 19:53:53 5831b945b038: Pull complete 19:53:53 86bbec2aaacd: Pull complete 19:53:53 e10730c5d714: Pull complete 19:53:54 Removing intermediate container 25774c3f2f8b 19:53:54 ---> d7bee4c46ee8 19:53:54 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:53:54 ---> d9278592c633 19:53:54 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:53:54 ---> Running in 641c28a45627 19:53:54 Removing intermediate container db3d09f1e40a 19:53:54 ---> 7dc87484a6b6 19:53:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:53:55 ---> Running in 30144adb4ce3 19:53:55 Removing intermediate container 30144adb4ce3 19:53:55 ---> 95473fd1a8a7 19:53:55 Step 13/22 : ENV APP_PORT=59861 19:53:55 ---> Running in 40805cb7673d 19:53:55 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:53:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:53:55 ---> a45c838aa5c6 19:53:55 Step 3/21 : WORKDIR /edgex-go 19:53:55 ---> Using cache 19:53:55 ---> 88f2e3c754f0 19:53:55 Step 4/21 : RUN apk add --update --no-cache make git 19:53:55 Removing intermediate container 40805cb7673d 19:53:55 ---> 3544f84f8dd5 19:53:55 Step 14/22 : EXPOSE $APP_PORT 19:53:55 Removing intermediate container 641c28a45627 19:53:55 ---> fa39edff4a42 19:53:55 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:53:55 ---> Running in 2459520158c5 19:53:55 ---> Running in cc0625245cc3 19:53:55 Collecting docker-compose==1.23.2 19:53:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:53:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 20.1 MB/s eta 0:00:00 19:53:56 Removing intermediate container cc0625245cc3 19:53:56 ---> 9e4bf28a3679 19:53:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:53:56 ---> f05fa31566ee 19:53:56 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:53:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:53:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:53:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:53:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 80.4 MB/s eta 0:00:00 19:53:56 Collecting texttable<0.10,>=0.9.0 19:53:56 Downloading texttable-0.9.1.tar.gz (11 kB) 19:53:56 Preparing metadata (setup.py): started 19:53:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:53:56 ---> cadc9a8b317a 19:53:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:53:56 OK: 211 MiB in 51 packages 19:53:56 ---> f5116e0bfc96 19:53:56 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:53:56 Preparing metadata (setup.py): finished with status 'done' 19:53:56 Collecting docopt<0.7,>=0.6.1 19:53:56 Downloading docopt-0.6.2.tar.gz (25 kB) 19:53:56 Preparing metadata (setup.py): started 19:53:56 Preparing metadata (setup.py): finished with status 'done' 19:53:56 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:53:56 Collecting dockerpty<0.5,>=0.4.1 19:53:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:53:56 Preparing metadata (setup.py): started 19:53:56 ---> d4aebb336a19 19:53:56 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:53:57 ---> 16533a4ca592 19:53:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:53:57 Removing intermediate container 2459520158c5 19:53:57 ---> d736009100af 19:53:57 Step 5/21 : COPY go.mod vendor* ./ 19:53:57 ---> d52a9706082c 19:53:57 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:53:57 Preparing metadata (setup.py): finished with status 'done' 19:53:57 ---> ac2d6a4fa07e 19:53:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:53:57 Collecting websocket-client<1.0,>=0.32.0 19:53:57 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:53:57 ---> Running in 71947d1c6307 19:53:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 116.3 MB/s eta 0:00:00 19:53:57 Collecting cached-property<2,>=1.2.0 19:53:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:53:57 ---> c531c93357b7 19:53:57 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:57 Collecting PyYAML<4,>=3.10 19:53:57 Downloading PyYAML-3.13.tar.gz (270 kB) 19:53:57 ---> Running in 22c0103dc16d 19:53:57 ---> 723e8f5198bf 19:53:57 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:53:57 Removing intermediate container 71947d1c6307 19:53:57 ---> fc7c61b4ea4f 19:53:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:53:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 31.3 MB/s eta 0:00:00 19:53:57 ---> Running in 5ae99724ac61 19:53:57 ---> d8526975c8ab 19:53:57 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:53:58 Removing intermediate container 5ae99724ac61 19:53:58 ---> e24c7807b41a 19:53:58 Step 20/22 : LABEL arch=x86_64 19:53:58 ---> Running in 231aaef0d68a 19:53:58 Preparing metadata (setup.py): started 19:53:58 ---> 639c9fd112ec 19:53:58 Step 27/32 : RUN chmod +x /entrypoint.sh 19:53:58 ---> Running in 4dd8735c2f82 19:53:58 Removing intermediate container 231aaef0d68a 19:53:58 ---> acbe466a4aaf 19:53:58 Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:53:58 ---> Running in 6314d3646f29 19:53:58 Preparing metadata (setup.py): finished with status 'done' 19:53:58 Removing intermediate container 6314d3646f29 19:53:58 ---> 3cdae5a54a0a 19:53:58 Step 22/22 : LABEL version=0.0.0 19:53:58 Collecting jsonschema<3,>=2.5.1 19:53:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:53:58 ---> Running in 08fa7fb9484c 19:53:58 Collecting docker<4.0,>=3.6.0 19:53:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:53:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 42.3 MB/s eta 0:00:00 19:53:58 Collecting docker-pycreds>=0.4.0 19:53:58 Removing intermediate container 08fa7fb9484c 19:53:58 ---> a27472fc00a2 19:53:58 19:53:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:53:58 Successfully built a27472fc00a2 19:53:58 Successfully tagged support-scheduler:latest 19:53:58 Building core-command 19:53:58  Building support-scheduler ... done Collecting idna<2.8,>=2.5 19:53:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:53:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 74.6 MB/s eta 0:00:00 19:53:58 Collecting certifi>=2017.4.17 19:53:58 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:53:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 30.8 MB/s eta 0:00:00 19:53:58 Collecting urllib3<1.25,>=1.21.1 19:53:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:53:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 53.3 MB/s eta 0:00:00 19:53:58 Collecting chardet<3.1.0,>=3.0.2 19:53:58 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:53:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 45.2 MB/s eta 0:00:00 19:53:59 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:53:59 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:53:59 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:53:59 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:53:59 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:53:59 Running setup.py install for texttable: started 19:53:59 Running setup.py install for texttable: finished with status 'done' 19:53:59 Running setup.py install for PyYAML: started 19:53:59 Running setup.py install for PyYAML: finished with status 'done' 19:53:59 Removing intermediate container 4dd8735c2f82 19:53:59 ---> ed9e45b543e0 19:53:59 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:54:00 5dd5c2283517: Pull complete 19:54:00 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:54:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:54:00 ---> a45c838aa5c6 19:54:00 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:54:00 ---> Using cache 19:54:00 ---> fb71862a43f2 19:54:00 Step 4/23 : WORKDIR /edgex-go 19:54:00 ---> Using cache 19:54:00 ---> bb61c65b40e8 19:54:00 Step 5/23 : RUN apk add --update --no-cache make git 19:54:00 ---> Using cache 19:54:00 ---> 0ac17e237cd1 19:54:00 Step 6/23 : COPY go.mod vendor* ./ 19:54:00 ---> Using cache 19:54:00 ---> cc3601e3a586 19:54:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:00 ---> Using cache 19:54:00 ---> 1ca640c45efb 19:54:00 Step 8/23 : COPY . . 19:54:00 ---> Using cache 19:54:00 ---> 5624e63fbb86 19:54:00 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:54:01 Running setup.py install for docopt: started 19:54:01 Running setup.py install for docopt: finished with status 'done' 19:54:01 d5ac0230b979: Pull complete 19:54:01 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 19:54:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:54:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:54:01 Removing intermediate container 24e41f02725d 19:54:01 ---> 028d7f8a1f09 19:54:01 Step 8/22 : COPY . . 19:54:01 ---> Running in bfe05ffb1385 19:54:01 ---> Running in 29dcff5ca335 19:54:01 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:54:01 WORKDIR /edgex 19:54:01 COPY go.mod . 19:54:01 RUN go mod download 19:54:01 docker build -t ci-base-image-arm64 -f - . 19:54:02 Sending build context to Docker daemon 3.267MB 19:54:02 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:54:02 ---> 59b3b1a385d4 19:54:02 Step 2/4 : WORKDIR /edgex 19:54:02 Removing intermediate container bfe05ffb1385 19:54:02 ---> f69c89bf26ea 19:54:02 Step 29/32 : CMD ["gate"] 19:54:03 Running setup.py install for dockerpty: started 19:54:03 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:03 ---> Running in 4e14d86bf074 19:54:03 Running setup.py install for dockerpty: finished with status 'done' 19:54:03 Removing intermediate container 4e14d86bf074 19:54:03 ---> f7daf8d819b7 19:54:03 Step 30/32 : LABEL arch=x86_64 19:54:03 ---> Running in 5916a4fbdf61 19:54:04 Removing intermediate container 5916a4fbdf61 19:54:04 ---> 54a002fd30ca 19:54:04 Step 31/32 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:54:04 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:04 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:04  ---> Running in ea5b96a37e71 19:54:04 ---> Running in c62722f77ffd 19:54:04 Removing intermediate container ea5b96a37e71 19:54:04 ---> 46365d4da7c2 19:54:04 Step 32/32 : LABEL version=0.0.0 19:54:04 ---> Running in 1682e149b340 19:54:04 Removing intermediate container c62722f77ffd 19:54:04 ---> c11f3e158a77 19:54:04 Step 3/4 : COPY go.mod . 19:54:05 Removing intermediate container 1682e149b340 19:54:05 ---> 7277a1ed030a 19:54:05 19:54:05 Successfully built 7277a1ed030a 19:54:05 Successfully tagged security-bootstrapper:latest 19:54:05 Building security-spiffe-token-provider 19:54:05 ---> a6e892b04818 19:54:05 Step 4/4 : RUN go mod download 19:54:05 ---> Running in b835b8241830 19:54:08  Building security-bootstrapper ... done  ---> d45c63d61d99 19:54:08 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:54:08 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:54:08 Step 2/19 : FROM ${BUILDER_BASE} AS builder 19:54:08 ---> a45c838aa5c6 19:54:08 Step 3/19 : WORKDIR /edgex-go 19:54:08 ---> Using cache 19:54:08 ---> 88f2e3c754f0 19:54:08 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 19:54:09 ---> Running in f83c02e3cc38 19:54:09 ---> Running in 5972a7837a95 19:54:09 Removing intermediate container dd5d33e67968 19:54:09 ---> aad1845570cf 19:54:09 Step 13/22 : ENV APP_PORT=58890 19:54:09 ---> Running in 65fff76dc84f 19:54:09 Removing intermediate container 65fff76dc84f 19:54:09 ---> b129be7f2d39 19:54:09 Step 14/22 : EXPOSE $APP_PORT 19:54:09 Removing intermediate container 22c0103dc16d 19:54:09 ---> 7cc6e7226662 19:54:09 Step 7/21 : COPY . . 19:54:09 ---> Running in c2ccbe6a30db 19:54:09 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:54:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:54:10 v3.16.2-395-gf03de7b4c4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:54:10 v3.16.2-396-gbc0b261908 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:54:10 OK: 17043 distinct packages available 19:54:10 Removing intermediate container c2ccbe6a30db 19:54:10 ---> 77b3519114ca 19:54:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:54:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:54:10 OK: 211 MiB in 51 packages 19:54:11 ---> 8d0d81a50b60 19:54:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:54:12 Removing intermediate container 5972a7837a95 19:54:12 ---> 0f3df7677560 19:54:12 Step 5/19 : COPY go.mod vendor* ./ 19:54:12 ---> 805932a3a9d4 19:54:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:54:12 ---> 4d71b32d766b 19:54:12 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:12 ---> Running in 685992854d24 19:54:12 ---> 3acaa1e9c0a2 19:54:12 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 19:54:12 ---> Running in ad73e02301e3 19:54:12 Removing intermediate container ad73e02301e3 19:54:12 ---> bf9bcc21f012 19:54:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:12 ---> Running in 5b3c5b384280 19:54:13 Removing intermediate container 5b3c5b384280 19:54:13 ---> c10a5c823c6c 19:54:13 Step 20/22 : LABEL arch=x86_64 19:54:13 ---> Running in f38d4eb88ca6 19:54:13 Removing intermediate container f38d4eb88ca6 19:54:13 ---> c089cb5e96c2 19:54:13 Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:54:13 ---> Running in 0ae9af4c9559 19:54:14 Removing intermediate container 0ae9af4c9559 19:54:14 ---> 201e26805e89 19:54:14 Step 22/22 : LABEL version=0.0.0 19:54:14 ---> Running in d3d6643a73fc 19:54:14 Removing intermediate container d3d6643a73fc 19:54:14 ---> f6dbc78b1a0c 19:54:14 19:54:14 Successfully built f6dbc78b1a0c 19:54:14 Successfully tagged sys-mgmt-agent:latest 19:54:14 Building security-secretstore-setup 19:54:15  Building sys-mgmt-agent ... done  ---> daba60c6df8e 19:54:15 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:54:17 ---> Running in 45f46950da91 19:54:18 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:54:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:54:18 ---> a45c838aa5c6 19:54:18 Step 3/24 : WORKDIR /edgex-go 19:54:18 ---> Using cache 19:54:18 ---> 88f2e3c754f0 19:54:18 Step 4/24 : RUN apk add --update --no-cache make git 19:54:18 ---> Using cache 19:54:18 ---> d736009100af 19:54:18 Step 5/24 : COPY go.mod vendor* ./ 19:54:18 ---> Using cache 19:54:18 ---> c531c93357b7 19:54:18 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:18 ---> Using cache 19:54:18 ---> 7cc6e7226662 19:54:18 Step 7/24 : COPY . . 19:54:18 ---> Using cache 19:54:18 ---> daba60c6df8e 19:54:18 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:54:18 ---> Running in 4ce89e413a66 19:54:18 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:54:18 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:26 Removing intermediate container 29dcff5ca335 19:54:26 ---> ea604f571484 19:54:26 19:54:26 Step 10/23 : FROM alpine:3.16 19:54:26 ---> 9c6f07244728 19:54:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:54:26 ---> Using cache 19:54:26 ---> 7dc87484a6b6 19:54:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:54:26 ---> Using cache 19:54:26 ---> 95473fd1a8a7 19:54:26 Step 13/23 : ENV APP_PORT=59882 19:54:26 ---> Running in 66aa2ffe9f3b 19:54:26 Removing intermediate container 66aa2ffe9f3b 19:54:26 ---> fc2b67d5f88f 19:54:26 Step 14/23 : EXPOSE $APP_PORT 19:54:26 ---> Running in 91c94caccd1d 19:54:26 Removing intermediate container 685992854d24 19:54:26 ---> 72672909aa8e 19:54:26 Step 7/19 : COPY . . 19:54:27 Removing intermediate container 91c94caccd1d 19:54:27 ---> 63acb1e67da6 19:54:27 Step 15/23 : WORKDIR / 19:54:27 ---> Running in 26db6de990cd 19:54:27 Removing intermediate container 26db6de990cd 19:54:27 ---> 584b38b0441e 19:54:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:28 ---> 0033132df152 19:54:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:54:31 ---> 583f4d0ba84f 19:54:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:54:31 ---> 37af800d8c31 19:54:31 Step 19/23 : ENTRYPOINT ["/core-command"] 19:54:32 ---> Running in 96f4850cfbcb 19:54:32 Removing intermediate container 96f4850cfbcb 19:54:32 ---> 74ba2bd14e79 19:54:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:32 ---> Running in 99e53839a4b9 19:54:32 Removing intermediate container 99e53839a4b9 19:54:32 ---> d1d4ef10bead 19:54:32 Step 21/23 : LABEL arch=x86_64 19:54:32 ---> Running in 0886c1dc7b05 19:54:33 Removing intermediate container 0886c1dc7b05 19:54:33 ---> 0373a4df15af 19:54:33 Step 22/23 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:54:33 ---> Running in ae05385cb885 19:54:33 Removing intermediate container ae05385cb885 19:54:33 ---> 2abb698415b7 19:54:33 Step 23/23 : LABEL version=0.0.0 19:54:33 ---> Running in 9885e09d9f71 19:54:33 Removing intermediate container 9885e09d9f71 19:54:33 ---> 5a52f8dad0f1 19:54:33 19:54:34 Successfully built 5a52f8dad0f1 19:54:34 Successfully tagged core-command:latest 19:54:34 Building core-metadata 19:54:36  Building core-command ... done  ---> f1759269fc9e 19:54:36 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:54:36 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:54:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:54:36 ---> a45c838aa5c6 19:54:36 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:54:36 ---> Using cache 19:54:36 ---> fb71862a43f2 19:54:36 Step 4/24 : WORKDIR /edgex-go 19:54:36 ---> Using cache 19:54:36 ---> bb61c65b40e8 19:54:36 Step 5/24 : RUN apk add --update --no-cache make git 19:54:36 ---> Using cache 19:54:36 ---> 0ac17e237cd1 19:54:36 Step 6/24 : COPY go.mod vendor* ./ 19:54:36 ---> Using cache 19:54:36 ---> cc3601e3a586 19:54:36 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:36 ---> Using cache 19:54:36 ---> 1ca640c45efb 19:54:36 Step 8/24 : COPY . . 19:54:36 ---> Using cache 19:54:36 ---> 5624e63fbb86 19:54:36 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:54:36 ---> Running in 054ca3a6bd38 19:54:36 ---> Running in fdbdb786b384 19:54:37 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:54: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:54:37 Removing intermediate container b835b8241830 19:54:37 ---> 688209fee686 19:54:37 Successfully built 688209fee686 19:54:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:54:37 + docker inspect -f . ci-base-image-arm64 19:54:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:54:38 prd-ubuntu20.04-docker-arm64-4c-16g-117928 does not seem to be running inside a container 19:54:38 $ 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: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/secrets-config ./cmd/secrets-config 19:54:39 $ docker top ddf61150f94fb816abfaf5755abf94ec836d864cc16e26e9fa9b29a86b017957 -eo pid,comm 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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] { [Pipeline] sh 19:54:40 + go version 19:54:40 go version go1.18.7 linux/arm64 [Pipeline] } 19:54:40 $ docker stop --time=1 ddf61150f94fb816abfaf5755abf94ec836d864cc16e26e9fa9b29a86b017957 19:54:41 Removing intermediate container f83c02e3cc38 19:54:41 ---> 507015fb874e 19:54:41 19:54:41 Step 10/22 : FROM alpine:3.16 19:54:41 ---> 9c6f07244728 19:54:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:54:41 ---> Running in ce4c6232a96d 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:42 $ docker rm -f ddf61150f94fb816abfaf5755abf94ec836d864cc16e26e9fa9b29a86b017957 19:54:42 (1/2) Installing ca-certificates (20220614-r0) 19:54:42 (2/2) Installing dumb-init (1.2.5-r1) 19:54:42 Executing busybox-1.35.0-r17.trigger 19:54:42 Executing ca-certificates-20220614-r0.trigger 19:54:42 OK: 6 MiB in 16 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:54:43 + docker inspect -f . ci-base-image-arm64 19:54:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:54:43 prd-ubuntu20.04-docker-arm64-4c-16g-117928 does not seem to be running inside a container 19:54:43 $ 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:54:44 Removing intermediate container 4ce89e413a66 19:54:44 ---> 943474a3aa66 19:54:44 19:54:44 Step 9/24 : FROM alpine:3.16 19:54:44 ---> 9c6f07244728 19:54:44 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:54:44 Removing intermediate container 45f46950da91 19:54:44 ---> 7dc2bee32634 19:54:44 19:54:44 Step 9/21 : FROM alpine:3.16 19:54:44 ---> 9c6f07244728 19:54:44 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 19:54:44 ---> Running in 0d54e032ff2c 19:54:44 ---> Running in 1f6197051a37 19:54:44 Removing intermediate container ce4c6232a96d 19:54:44 ---> d30d8b701392 19:54:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:54:44 ---> Running in f6fec2004d61 19:54:44 Removing intermediate container f6fec2004d61 19:54:44 ---> 611c2a132776 19:54:44 Step 13/22 : ENV APP_PORT=59860 19:54:44 ---> Running in 9b18c0fb5ed6 19:54:44 $ docker top 9b34004d3605801b84ce709a8b94d95df56dd5904cc0136202786b4cbea4345d -eo pid,comm 19:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:44 Removing intermediate container 9b18c0fb5ed6 19:54:44 ---> ed2a0a08893a 19:54:44 Step 14/22 : EXPOSE $APP_PORT 19:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:54:44 ---> Running in de0092c478e4 [Pipeline] { [Pipeline] echo 19:54:45 ========================================================= 19:54:45 [edgeXBuildGoParallel] Running Tests and Build... 19:54:45 ========================================================= [Pipeline] sh 19:54:45 (1/6) Installing ca-certificates (20220614-r0) 19:54:45 (1/3) Installing ca-certificates (20220614-r0) 19:54:45 (2/6) Installing brotli-libs (1.0.9-r6) 19:54:45 Removing intermediate container de0092c478e4 19:54:45 ---> 97653c2b3647 19:54:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:45 (2/3) Installing dumb-init (1.2.5-r1) 19:54:45 (3/3) Installing su-exec (0.2-r1) 19:54:45 Executing busybox-1.35.0-r17.trigger 19:54:45 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:54:45 (4/6) Installing libcurl (7.83.1-r4) 19:54:45 Executing ca-certificates-20220614-r0.trigger 19:54:45 (5/6) Installing curl (7.83.1-r4) 19:54:45 (6/6) Installing dumb-init (1.2.5-r1) 19:54:45 Executing busybox-1.35.0-r17.trigger 19:54:45 Executing ca-certificates-20220614-r0.trigger 19:54:45 OK: 6 MiB in 17 packages 19:54:45 OK: 8 MiB in 20 packages 19:54:45 ---> 14983f7d6122 19:54:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:54:45 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:54:46 + make test 19:54:46 Removing intermediate container 1f6197051a37 19:54:46 ---> 1e62459f2ce9 19:54:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:54:46 Removing intermediate container 0d54e032ff2c 19:54:46 ---> 195c061974ce 19:54:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:54:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:54:46 ---> Running in 2bd7abc323a1 19:54:46 ---> Running in a3a986a92b12 19:54:46 ---> d53310951752 19:54:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:54:46 Removing intermediate container 2bd7abc323a1 19:54:46 ---> 2849072da153 19:54:46 Step 12/21 : WORKDIR /edgex 19:54:46 ---> Running in df783b7ee813 19:54:46 Removing intermediate container a3a986a92b12 19:54:46 ---> c4ecde1bc674 19:54:46 Step 12/24 : WORKDIR / 19:54:47 ---> Running in 1c6e1032a1f1 19:54:47 Removing intermediate container df783b7ee813 19:54:47 ---> 057af51a01b5 19:54:47 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:54:47 ---> e63db9bf6066 19:54:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:54:47 ---> Running in e845dd939aee 19:54:47 Removing intermediate container 1c6e1032a1f1 19:54:47 ---> 5e297126d577 19:54:47 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:47 Removing intermediate container e845dd939aee 19:54:47 ---> d5246aee0c60 19:54:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:47 ---> 18c9cdaa40fd 19:54:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:54:47 ---> Running in 29a24c4cf6aa 19:54:47 ---> 17e09f542fa2 19:54:47 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:48 Removing intermediate container 29a24c4cf6aa 19:54:48 ---> 91d606e6e7a6 19:54:48 Step 20/22 : LABEL arch=x86_64 19:54:48 ---> Running in a6754dd77dd8 19:54:48 ---> 862f845faea2 19:54:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:54:48 Removing intermediate container a6754dd77dd8 19:54:48 ---> 06e49cd2400e 19:54:48 Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:54:48 ---> 7b20bc4258df 19:54:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:54:48 ---> Running in bf39018e854f 19:54:48 ---> a50f443d5cc3 19:54:48 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:48 Removing intermediate container bf39018e854f 19:54:48 ---> 791bb901a9d8 19:54:48 Step 22/22 : LABEL version=0.0.0 19:54:48 ---> Running in b1da8e7e4c79 19:54:49 ---> 9cdbc7efb6e6 19:54:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:54:49 Removing intermediate container b1da8e7e4c79 19:54:49 ---> dad689aed64a 19:54:49 19:54:49 ---> c85b6757434b 19:54:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:54:49 Successfully built dad689aed64a 19:54:49 Successfully tagged support-notifications:latest 19:54:49 Building core-data 19:54:50  Building support-notifications ... done  ---> ed60ea0d6b57 19:54:50 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:54:50 ---> 47699b3ef440 19:54:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:54:50 ---> Running in b132b468e1bf 19:54:51 ---> 7b1a466a01b1 19:54:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:54:52 ---> 98e8edfc0391 19:54:52 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:54:52 Removing intermediate container b132b468e1bf 19:54:52 ---> e14c364541ce 19:54:52 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 19:54:52 ---> Running in 44c889d65e6f 19:54:52 ---> Running in 6f8c6dcb73c5 19:54:53 Removing intermediate container 6f8c6dcb73c5 19:54:53 ---> 5a9a3fbafde9 19:54:53 Step 19/21 : LABEL arch=x86_64 19:54:53 ---> Running in e117e60ef7cc 19:54:53 Removing intermediate container e117e60ef7cc 19:54:53 ---> 63f8f3e996d3 19:54:53 Step 20/21 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:54:53 ---> Running in eb9230b67c42 19:54:53 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:54:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:54:53 ---> a45c838aa5c6 19:54:53 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:54:53 ---> Using cache 19:54:53 ---> fb71862a43f2 19:54:53 Step 4/22 : WORKDIR /edgex-go 19:54:53 ---> Using cache 19:54:53 ---> bb61c65b40e8 19:54:53 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:54:54 Removing intermediate container 44c889d65e6f 19:54:54 ---> 323e93d43ed1 19:54:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:54:54 ---> Running in 60726f425753 19:54:54 Removing intermediate container eb9230b67c42 19:54:54 ---> 2eee160736ed 19:54:54 Step 21/21 : LABEL version=0.0.0 19:54:54 ---> Running in 3b8a5fb2cf07 19:54:54 ---> Running in 95caada2bc85 19:54:54 Removing intermediate container 95caada2bc85 19:54:54 ---> acd5e5006528 19:54:54 19:54:54 Successfully built acd5e5006528 19:54:54 Removing intermediate container 3b8a5fb2cf07 19:54:54 ---> e18ed1c1a588 19:54:54 Step 22/24 : LABEL arch=x86_64 19:54:54 Successfully tagged security-proxy-setup:latest 19:54:54  Building security-proxy-setup ... done  ---> Running in f56f888a01c8 19:54:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:54:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:54:54 Removing intermediate container f56f888a01c8 19:54:54 ---> 61fd798e0181 19:54:54 Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:54:54 ---> Running in 509ea551ae23 19:54:55 OK: 211 MiB in 51 packages 19:54:55 Removing intermediate container 509ea551ae23 19:54:55 ---> 5452e372ca40 19:54:55 Step 24/24 : LABEL version=0.0.0 19:54:55 ---> Running in d332d874c26b 19:54:55 Removing intermediate container d332d874c26b 19:54:55 ---> 64af640d5d26 19:54:55 19:54:55 Successfully built 64af640d5d26 19:54:55 Successfully tagged security-secretstore-setup:latest 19:54:55  Building security-secretstore-setup ... done Removing intermediate container 60726f425753 19:54:55 ---> 94b70e6fc2b4 19:54:55 Step 6/22 : COPY go.mod vendor* ./ 19:54:55 ---> 23b16988f828 19:54:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:55 ---> Running in 2f780c05bc15 19:54:57 Removing intermediate container fdbdb786b384 19:54:57 ---> b905dc543dc2 19:54:57 19:54:57 Step 10/24 : FROM alpine:3.16 19:54:57 ---> 9c6f07244728 19:54:57 Step 11/24 : RUN apk add --update --no-cache dumb-init 19:54:57 ---> Using cache 19:54:57 ---> 7dc87484a6b6 19:54:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:54:57 ---> Using cache 19:54:57 ---> 95473fd1a8a7 19:54:57 Step 13/24 : ENV APP_PORT=59881 19:54:58 ---> Running in a11ad4e30f30 19:54:58 Removing intermediate container a11ad4e30f30 19:54:58 ---> c1fa7dc79a14 19:54:58 Step 14/24 : EXPOSE $APP_PORT 19:54:58 ---> Running in b5d8ff309432 19:54:58 Removing intermediate container b5d8ff309432 19:54:58 ---> 90b28baa9adc 19:54:58 Step 15/24 : WORKDIR / 19:54:59 ---> Running in 28a84d308366 19:54:59 Removing intermediate container 28a84d308366 19:54:59 ---> 4d65f244330f 19:54:59 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:59 ---> 53b0430d77d4 19:54:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:55:00 ---> ae0158e73b48 19:55:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:55:00 Removing intermediate container 054ca3a6bd38 19:55:00 ---> fdfe21709306 19:55:00 19:55:00 Step 9/19 : FROM alpine:3.15 19:55:00 ---> c4fc93816858 19:55:00 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:55:00 ---> Using cache 19:55:00 ---> f2c8b40cd0d8 19:55:00 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:55:00 ---> Running in 447fa7db02bf 19:55:00 ---> ef4386a81b42 19:55:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:55:00 ---> 63256aac38fa 19:55:00 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:55:00 ---> Running in ef4319122d1f 19:55:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:55:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:55:01 Removing intermediate container ef4319122d1f 19:55:01 ---> 028b832dd6da 19:55:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:55:01 ---> Running in 8f4ddd69fc2d 19:55:01 Removing intermediate container 8f4ddd69fc2d 19:55:01 ---> 003640fb36d9 19:55:01 Step 22/24 : LABEL arch=x86_64 19:55:01 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:55:01 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:55:01 OK: 15859 distinct packages available 19:55:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:55:01 ---> Running in 7f05e0c0d3d2 19:55:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:55:01 Removing intermediate container 7f05e0c0d3d2 19:55:01 ---> 6fb7c487e89a 19:55:01 Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:55:01 ---> Running in f9f3d836c403 19:55:01 Removing intermediate container f9f3d836c403 19:55:01 ---> 9de66def9138 19:55:01 Step 24/24 : LABEL version=0.0.0 19:55:01 (1/9) Installing ca-certificates (20220614-r0) 19:55:01 ---> Running in fcfe1217864f 19:55:01 (2/9) Installing brotli-libs (1.0.9-r5) 19:55:01 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:55:01 (4/9) Installing libcurl (7.80.0-r4) 19:55:01 (5/9) Installing curl (7.80.0-r4) 19:55:01 (6/9) Installing dumb-init (1.2.5-r1) 19:55:01 (7/9) Installing musl-obstack (1.2.3-r0) 19:55:01 (8/9) Installing libucontext (1.1-r0) 19:55:01 (9/9) Installing gcompat (1.0.0-r4) 19:55:01 Executing busybox-1.34.1-r7.trigger 19:55:01 Executing ca-certificates-20220614-r0.trigger 19:55:01 OK: 8 MiB in 23 packages 19:55:01 Removing intermediate container fcfe1217864f 19:55:01 ---> 81810a4ee527 19:55:01 19:55:01 Successfully built 81810a4ee527 19:55:01 Successfully tagged core-metadata:latest 19:55:02  Building core-metadata ... done Removing intermediate container 447fa7db02bf 19:55:02 ---> 4ca3372a9523 19:55:02 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 19:55:02 ---> 72e03e03bfd7 19:55:02 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:55:02 ---> efd0335ab9b0 19:55:02 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:55:03 ---> bc394a1edfdd 19:55:03 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:55:03 ---> Running in ab616de2102a 19:55:03 Removing intermediate container 2f780c05bc15 19:55:03 ---> 8ebc4bc32172 19:55:03 Step 8/22 : COPY . . 19:55:03 Removing intermediate container ab616de2102a 19:55:03 ---> 6e040b0f35e7 19:55:03 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:55:03 ---> Running in 7cc6dde9c635 19:55:04 Removing intermediate container 7cc6dde9c635 19:55:04 ---> 8e44bf42a2a4 19:55:04 Step 17/19 : LABEL arch=x86_64 19:55:04 ---> Running in 036bac5d17b0 19:55:04 Removing intermediate container 036bac5d17b0 19:55:04 ---> 2cde0b815ec6 19:55:04 Step 18/19 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:55:04 ---> Running in fe84b5847c8c 19:55:04 Removing intermediate container fe84b5847c8c 19:55:04 ---> 5ce496e93fd0 19:55:04 Step 19/19 : LABEL version=0.0.0 19:55:04 ---> Running in 1fa9fe3ae393 19:55:04 Removing intermediate container 1fa9fe3ae393 19:55:04 ---> 083e40522a29 19:55:04 19:55:04 Successfully built 083e40522a29 19:55:04 Successfully tagged security-spiffe-token-provider:latest 19:55:06  Building security-spiffe-token-provider ... done  ---> 36bd6764097a 19:55:06 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:55:06 ---> Running in 628fa628c5e8 19:55:06 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:55:21 Removing intermediate container 628fa628c5e8 19:55:21 ---> f2769f54e200 19:55:21 19:55:21 Step 10/22 : FROM alpine:3.16 19:55:21 ---> 9c6f07244728 19:55:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:55:21 ---> Running in 3ecaccebe4e5 19:55:21 Removing intermediate container 3ecaccebe4e5 19:55:21 ---> fd451e837421 19:55:21 Step 12/22 : ENV APP_PORT=59880 19:55:21 ---> Running in febd2a09d881 19:55:21 Removing intermediate container febd2a09d881 19:55:21 ---> 9cf7da11b4ed 19:55:21 Step 13/22 : EXPOSE $APP_PORT 19:55:21 ---> Running in 26a246c433c8 19:55:21 Removing intermediate container 26a246c433c8 19:55:21 ---> c8dfe8a0fa6b 19:55:21 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 19:55:21 ---> Running in ba35fb6fe507 19:55:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:55:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:55:21 (1/6) Installing dumb-init (1.2.5-r1) 19:55:21 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:55:21 (3/6) Installing libsodium (1.0.18-r0) 19:55:21 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:55:21 (5/6) Installing libzmq (4.3.4-r0) 19:55:21 (6/6) Installing zeromq (4.3.4-r0) 19:55:21 Executing busybox-1.35.0-r17.trigger 19:55:21 OK: 8 MiB in 20 packages 19:55:21 Removing intermediate container ba35fb6fe507 19:55:21 ---> 0bb50383b20d 19:55:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:55:21 ---> 7a26b01d527a 19:55:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:55:21 ---> 5656c3bab959 19:55:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:55:22 ---> 9b2e1ac4e5b8 19:55:22 Step 18/22 : ENTRYPOINT ["/core-data"] 19:55:22 ---> Running in e253bd21f48c 19:55:22 Removing intermediate container e253bd21f48c 19:55:22 ---> c44f905af934 19:55:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:55:22 ---> Running in 8c143226397e 19:55:22 Removing intermediate container 8c143226397e 19:55:22 ---> 7925016c4d11 19:55:22 Step 20/22 : LABEL arch=x86_64 19:55:22 ---> Running in ca626c9f61ad 19:55:22 Removing intermediate container ca626c9f61ad 19:55:22 ---> 50e96b3c1d59 19:55:22 Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 19:55:22 ---> Running in ec7ee9e2ea59 19:55:22 Removing intermediate container ec7ee9e2ea59 19:55:22 ---> 63f3b2098aa2 19:55:22 Step 22/22 : LABEL version=0.0.0 19:55:22 ---> Running in 3a746311a58a 19:55:22 Removing intermediate container 3a746311a58a 19:55:22 ---> 4fb3c72a4df9 19:55:22 19:55:22 Successfully built 4fb3c72a4df9 19:55:22 Successfully tagged core-data:latest 19:55:22  Building core-data ... done  [Pipeline] } 19:55:22 $ docker stop --time=1 369efc30a441a18b8ff24a7b1e7702bd4629c291da50765339df89ef9b65539c 19:55:24 $ docker rm -f 369efc30a441a18b8ff24a7b1e7702bd4629c291da50765339df89ef9b65539c [Pipeline] // withDockerContainer [Pipeline] sh 19:55:24 + docker images 19:55:24 REPOSITORY TAG IMAGE ID CREATED SIZE 19:55:24 core-data latest 4fb3c72a4df9 2 seconds ago 21.7MB 19:55:24 f2769f54e200 5 seconds ago 1.62GB 19:55:24 security-spiffe-token-provider latest 083e40522a29 20 seconds ago 29.7MB 19:55:24 core-metadata latest 81810a4ee527 23 seconds ago 18.5MB 19:55:24 fdfe21709306 24 seconds ago 1.64GB 19:55:24 b905dc543dc2 28 seconds ago 1.61GB 19:55:24 security-secretstore-setup latest 64af640d5d26 29 seconds ago 29.7MB 19:55:24 security-proxy-setup latest acd5e5006528 30 seconds ago 27.6MB 19:55:24 support-notifications latest dad689aed64a 35 seconds ago 30.4MB 19:55:24 943474a3aa66 41 seconds ago 1.6GB 19:55:24 7dc2bee32634 41 seconds ago 1.6GB 19:55:24 507015fb874e 45 seconds ago 1.67GB 19:55:24 core-command latest 5a52f8dad0f1 51 seconds ago 17.6MB 19:55:24 ea604f571484 59 seconds ago 1.61GB 19:55:24 sys-mgmt-agent latest f6dbc78b1a0c About a minute ago 136MB 19:55:24 security-bootstrapper latest 7277a1ed030a About a minute ago 20.2MB 19:55:24 support-scheduler latest a27472fc00a2 About a minute ago 29.8MB 19:55:24 159b976f4591 About a minute ago 1.67GB 19:55:24 security-spire-agent latest eb9ad71f6f98 About a minute ago 125MB 19:55:24 58a5c95065db About a minute ago 1.59GB 19:55:24 976e59bd4824 About a minute ago 1.6GB 19:55:24 security-spire-server latest 5427a286eda5 About a minute ago 86.5MB 19:55:24 security-spire-config latest c0692f9a14b2 About a minute ago 85.8MB 19:55:24 a53b142b047e 2 minutes ago 1.48GB 19:55:24 bdcd6ee07b0e 2 minutes ago 1.48GB 19:55:24 ci-base-image-x86_64 latest a45c838aa5c6 4 minutes ago 941MB 19:55:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 3 weeks ago 677MB 19:55:24 alpine 3.15 c4fc93816858 2 months ago 5.59MB 19:55:24 alpine 3.16 9c6f07244728 2 months ago 5.54MB 19:55:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 19:55:24 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:55:25 ? github.com/edgexfoundry/edgex-go [no test files] 19:57:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:57:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:57:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:57:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:57:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:57:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:57:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:57:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:57:40 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:57:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:57:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:57:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:57:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:57:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.431s coverage: 28.7% of statements 19:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:58:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.540s coverage: 98.5% of statements 19:58:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 1.010s coverage: 43.0% of statements 19:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:58:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.532s coverage: 54.2% of statements 19:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:58:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.716s coverage: 89.2% of statements 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:58:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.602s coverage: 2.2% of statements 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:58:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.775s coverage: 95.6% of statements 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:58:40 ok github.com/edgexfoundry/edgex-go/internal/io 0.412s coverage: 72.2% of statements 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:58:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.439s coverage: 60.0% of statements 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:58:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.368s coverage: 0.9% of statements 19:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:58:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.253s coverage: 58.8% of statements 19:58:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.300s coverage: 29.6% of statements 19:58:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:58:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.283s coverage: 47.1% of statements 19:58:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.338s coverage: 79.5% of statements 19:58:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.274s coverage: 94.1% of statements 19:58:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.262s coverage: 96.3% of statements 19:58:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.256s coverage: 87.5% of statements 19:58:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.355s coverage: 94.4% of statements 19:58:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.229s coverage: 44.8% of statements 19:59:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.801s coverage: 79.9% of statements 19:59:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.322s coverage: 92.9% of statements 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.295s coverage: 86.9% of statements 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.258s coverage: 87.2% of statements 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.207s coverage: 100.0% of statements 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.324s coverage: 58.8% of statements 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.450s coverage: 80.0% of statements 19:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.387s coverage: 87.2% of statements 19:59:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.554s coverage: 85.4% of statements 19:59:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.980s coverage: 91.2% of statements 19:59:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:59:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.006s coverage: 64.7% of statements 19:59:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:59:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:59:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.310s coverage: 100.0% of statements 19:59:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 89.4% of statements 19:59:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements 19:59:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 19:59:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 19:59:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.478s coverage: 65.8% of statements 19:59:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:59:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:59:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.019s coverage: 41.8% of statements 19:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.330s coverage: 89.5% of statements 19:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.280s coverage: 84.8% of statements 19:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:59:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:59:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.495s coverage: 17.7% of statements 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:59:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.832s coverage: 92.3% of statements 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:59:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.354s coverage: 63.2% of statements 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:59:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:59:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.545s coverage: 97.7% of statements 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:59:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.239s coverage: 28.9% of statements 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:59:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.243s coverage: 100.0% of statements 19:59:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements 19:59:44 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:59:44 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:59:44 GO111MODULE=on go vet ./... 20:01:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:01:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:01:51 ./bin/test-attribution-txt.sh [Pipeline] echo 20:01:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:01:52 + ls -al . 20:01:52 total 764 20:01:52 drwxrwxr-x 10 1001 1001 4096 Nov 2 19:54 . 20:01:52 drwxr-xr-x 4 root root 4096 Nov 2 19:54 .. 20:01:52 drwxrwxr-x 2 1001 1001 4096 Nov 2 19:53 .blubracket 20:01:52 -rw-rw-r-- 1 1001 1001 16 Nov 2 19:53 .dockerignore 20:01:52 drwxrwxr-x 8 1001 1001 4096 Nov 2 19:53 .git 20:01:52 drwxrwxr-x 3 1001 1001 4096 Nov 2 19:53 .github 20:01:52 -rw-rw-r-- 1 1001 1001 1030 Nov 2 19:53 .gitignore 20:01:52 -rw-rw-r-- 1 1001 1001 42 Nov 2 19:53 .golangci.yml 20:01:52 -rw-rw-r-- 1 1001 1001 87 Nov 2 19:53 .hadolint.yml 20:01:52 -rw-rw-r-- 1 1001 1001 166 Nov 2 19:53 .sonarcloud.properties 20:01:52 -rw-rw-r-- 1 1001 1001 1171 Nov 2 19:53 ADOPTERS.md 20:01:52 -rw-rw-r-- 1 1001 1001 10722 Nov 2 19:53 Attribution.txt 20:01:52 -rw-rw-r-- 1 1001 1001 63209 Nov 2 19:53 CHANGELOG.md 20:01:52 -rw-rw-r-- 1 1001 1001 3804 Nov 2 19:53 CONTRIBUTING.md 20:01:52 -rw-rw-r-- 1 1001 1001 677 Nov 2 19:53 GOVERNANCE.md 20:01:52 -rw-rw-r-- 1 1001 1001 850 Nov 2 19:53 Jenkinsfile 20:01:52 -rw-rw-r-- 1 1001 1001 10775 Nov 2 19:53 LICENSE 20:01:52 -rw-rw-r-- 1 1001 1001 13857 Nov 2 19:53 Makefile 20:01:52 -rw-rw-r-- 1 1001 1001 582 Nov 2 19:53 OWNERS.md 20:01:52 -rw-rw-r-- 1 1001 1001 9799 Nov 2 19:53 README.md 20:01:52 -rw-rw-r-- 1 1001 1001 6912 Nov 2 19:53 SECURITY.md 20:01:52 -rw-rw-r-- 1 1001 1001 5 Nov 2 19:50 VERSION 20:01:52 -rw-rw-r-- 1 1001 1001 4131 Nov 2 19:53 ZMQWindows.md 20:01:52 drwxrwxr-x 2 1001 1001 4096 Nov 2 19:53 bin 20:01:52 drwxrwxr-x 18 1001 1001 4096 Nov 2 19:53 cmd 20:01:52 -rw-r--r-- 1 root root 501828 Nov 2 19:59 coverage.out 20:01:52 -rw-rw-r-- 1 1001 1001 3447 Nov 2 19:53 go.mod 20:01:52 -rw-rw-r-- 1 1001 1001 45062 Nov 2 19:53 go.sum 20:01:52 drwxrwxr-x 8 1001 1001 4096 Nov 2 19:53 internal 20:01:52 drwxrwxr-x 3 1001 1001 4096 Nov 2 19:53 openapi 20:01:52 drwxrwxr-x 4 1001 1001 4096 Nov 2 19:53 snap 20:01:52 -rw-rw-r-- 1 1001 1001 204 Nov 2 19:53 version.go [Pipeline] sh 20:01:53 + '[' -e coverage.out ] 20:01:53 + chown 1001:1001 coverage.out [Pipeline] stash 20:01:53 Warning: overwriting stash ‘coverage-report’ 20:01:53 Stashed 1 file(s) [Pipeline] sh 20:01:54 + make build 20:01:54 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:03: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: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-command/core-command ./cmd/core-command 20:05:07 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:05:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:05: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:05:54 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:06:04 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:06: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:06:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:06:18 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:06:23 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:06: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:06:40 $ docker stop --time=1 9b34004d3605801b84ce709a8b94d95df56dd5904cc0136202786b4cbea4345d 20:06:42 $ docker rm -f 9b34004d3605801b84ce709a8b94d95df56dd5904cc0136202786b4cbea4345d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:06:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:06:45 20:06:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:06:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:06:46 latest: Pulling from edgex-devops/edgex-compose-arm64 20:06:46 29e5d40040c1: Pulling fs layer 20:06:46 1ce36da41761: Pulling fs layer 20:06:46 25b303627fd3: Pulling fs layer 20:06:46 29e5d40040c1: Verifying Checksum 20:06:46 29e5d40040c1: Download complete 20:06:46 1ce36da41761: Verifying Checksum 20:06:46 1ce36da41761: Download complete 20:06:47 29e5d40040c1: Pull complete 20:06:48 25b303627fd3: Verifying Checksum 20:06:48 25b303627fd3: Download complete 20:06:48 1ce36da41761: Pull complete 20:06:58 25b303627fd3: Pull complete 20:06:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:06:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:06:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:06:59 prd-ubuntu20.04-docker-arm64-4c-16g-117928 does not seem to be running inside a container 20:06:59 $ 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:07:01 $ docker top 1c9242297b659e15d7ccbd4623d9482823dde16e0f253337ef31c19c6c85ddb8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:07:02 + grep parallel 20:07:02 + docker-compose build --help 20:07:09 --parallel Build images in parallel. [Pipeline] } 20:07:09 $ docker stop --time=1 1c9242297b659e15d7ccbd4623d9482823dde16e0f253337ef31c19c6c85ddb8 20:07:10 $ docker rm -f 1c9242297b659e15d7ccbd4623d9482823dde16e0f253337ef31c19c6c85ddb8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:07:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:07:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:07:11 prd-ubuntu20.04-docker-arm64-4c-16g-117928 does not seem to be running inside a container 20:07:12 $ 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:07:13 $ docker top fb6c87045cd8f836a8af0882343785b32699adc58170efffdae4f28b344b2a7f -eo pid,comm [Pipeline] { [Pipeline] sh 20:07:14 + docker-compose -f ./docker-compose-build.yml build --parallel 20:07:20 Building core-command ... 20:07:20 Building core-data ... 20:07:20 Building core-metadata ... 20:07:20 Building security-bootstrapper ... 20:07:20 Building security-proxy-setup ... 20:07:20 Building security-secretstore-setup ... 20:07:20 Building security-spiffe-token-provider ... 20:07:20 Building security-spire-agent ... 20:07:20 Building security-spire-config ... 20:07:20 Building security-spire-server ... 20:07:20 Building support-notifications ... 20:07:20 Building support-scheduler ... 20:07:20 Building sys-mgmt-agent ... 20:07:20 Building security-spire-config 20:07:20 Building security-spire-agent 20:07:20 Building sys-mgmt-agent 20:07:20 Building core-command 20:07:20 Building security-spiffe-token-provider 20:08:17 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:08:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:08:17 ---> 688209fee686 20:08:17 Step 3/24 : WORKDIR /edgex-go 20:08:17 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:08:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:08:17 ---> 688209fee686 20:08:17 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:08:17 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:08:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:08:17 ---> 688209fee686 20:08:17 Step 3/24 : WORKDIR /edgex-go 20:08:17 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:08:17 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:08:17 ---> 688209fee686 20:08:17 Step 3/19 : WORKDIR /edgex-go 20:08:17 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:08:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:08:17 ---> 688209fee686 20:08:17 Step 3/22 : WORKDIR /edgex-go 20:08:17 ---> Running in 0f1b523f660c 20:08:17 ---> Running in 6d7f54e9e773 20:08:17 ---> Running in 2a3248963fc3 20:08:17 ---> Running in a62e30bfdb9b 20:08:17 ---> Running in 9abe9c973d4b 20:08:17 Removing intermediate container 2a3248963fc3 20:08:17 ---> 45baf179dd74 20:08:17 Step 4/23 : WORKDIR /edgex-go 20:08:17 ---> Running in 06c0984d0aba 20:08:17 Removing intermediate container a62e30bfdb9b 20:08:17 ---> e2af5b860c17 20:08:17 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:08:17 Removing intermediate container 0f1b523f660c 20:08:17 ---> 9098c664c2a8 20:08:17 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:08:17 Removing intermediate container 6d7f54e9e773 20:08:17 ---> 4b208631e1ee 20:08:17 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:08:17 Removing intermediate container 9abe9c973d4b 20:08:17 ---> 56fbda02228f 20:08:17 Step 4/22 : RUN apk add --update --no-cache make bash git 20:08:17 ---> Running in 6dab1a573b84 20:08:17 ---> Running in 5f31c5f3d2d9 20:08:17 ---> Running in bfdd523c5f27 20:08:17 ---> Running in fa55c612cc28 20:08:17 Removing intermediate container 06c0984d0aba 20:08:17 ---> 034e2a67274e 20:08:17 Step 5/23 : RUN apk add --update --no-cache make git 20:08:17 ---> Running in 2e49b288b243 20:08:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:08:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:08:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:08:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:08:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:08:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:08:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:08:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:08:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:08:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:08:17 OK: 221 MiB in 51 packages 20:08:17 OK: 221 MiB in 51 packages 20:08:18 OK: 221 MiB in 51 packages 20:08:18 v3.16.2-395-gf03de7b4c4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:08:18 v3.16.2-396-gbc0b261908 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:08:18 OK: 16900 distinct packages available 20:08:18 OK: 221 MiB in 51 packages 20:08:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:08:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:08:19 Removing intermediate container 5f31c5f3d2d9 20:08:19 ---> a1de7a5c9fda 20:08:19 Step 5/24 : COPY go.mod vendor* ./ 20:08:20 Removing intermediate container 6dab1a573b84 20:08:20 OK: 221 MiB in 51 packages 20:08:20 ---> ab9372e46398 20:08:20 Step 5/24 : COPY go.mod vendor* ./ 20:08:20 Removing intermediate container fa55c612cc28 20:08:20 ---> 41d71377cc2c 20:08:20 Step 5/22 : COPY go.mod vendor* ./ 20:08:20 Removing intermediate container 2e49b288b243 20:08:20 ---> fab0f6471c36 20:08:20 Step 6/23 : COPY go.mod vendor* ./ 20:08:20 ---> bda0447d6afd 20:08:20 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:20 ---> Running in a609e4ab4296 20:08:21 ---> e1c71120fa93 20:08:21 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:21 ---> Running in 81a0c64fb010 20:08:21 Removing intermediate container bfdd523c5f27 20:08:21 ---> 5a68279eb2a1 20:08:21 Step 5/19 : COPY go.mod vendor* ./ 20:08:21 ---> 9a6176215efb 20:08:21 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:22 ---> b3dedf22dba7 20:08:22 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:22 ---> Running in d9dd67d42ea4 20:08:22 ---> Running in 35e431a991b8 20:08:23 ---> 25e5da462a0e 20:08:23 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:23 ---> Running in 5c1bbd5ad6dc 20:10:00 Removing intermediate container a609e4ab4296 20:10:00 ---> 959df143769c 20:10:00 Step 7/24 : COPY . . 20:10:00 Removing intermediate container 35e431a991b8 20:10:00 ---> 4c7653a7701c 20:10:00 Step 8/23 : COPY . . 20:10:00 Removing intermediate container 81a0c64fb010 20:10:00 ---> 58b1881c7ca1 20:10:00 Step 7/24 : COPY . . 20:10:00 Removing intermediate container 5c1bbd5ad6dc 20:10:00 ---> 1a2eba3ef956 20:10:00 Step 7/19 : COPY . . 20:10:00 Removing intermediate container d9dd67d42ea4 20:10:00 ---> 4148924707f1 20:10:00 Step 7/22 : COPY . . 20:10:06 ---> e2a013571de0 20:10:06 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:10:06 ---> d2dfcdf091cc 20:10:06 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:10:06 ---> a902573cfe2b 20:10:06 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:10:06 ---> Running in 3c0dde36e898 20:10:06 ---> da13c100a974 20:10:06 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:10:06 ---> c3d0fce19b1b 20:10:06 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:10:07 ---> Running in 7576f90f9a76 20:10:07 ---> Running in ed9e3a7fc54e 20:10:07 ---> Running in 15c332d2ca40 20:10:07 ---> Running in 1e96c2ab6c0d 20:10:08 Removing intermediate container ed9e3a7fc54e 20:10:08 ---> 6c0eb2b8dcb8 20:10:08 Step 9/24 : WORKDIR /edgex-go/spire-build 20:10:08 Removing intermediate container 15c332d2ca40 20:10:08 ---> 8e6e5da96383 20:10:08 Step 9/24 : WORKDIR /edgex-go/spire-build 20:10:08 ---> Running in cae6fbf1fe87 20:10:08 ---> Running in 1f7aaca609cc 20:10:09 Removing intermediate container cae6fbf1fe87 20:10:09 ---> 6878e731a3f9 20:10:09 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:10:09 Removing intermediate container 1f7aaca609cc 20:10:09 ---> ddf591891c4f 20:10:09 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:10:09 ---> Running in eecc301910d4 20:10:09 ---> Running in e9e7c648060c 20:10:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:10:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:10:10 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:10:13 Removing intermediate container eecc301910d4 20:10:13 ---> d6f51e7b7c86 20:10:13 Step 11/24 : WORKDIR /edgex-go 20:10:13 Removing intermediate container e9e7c648060c 20:10:13 ---> 4627cc9e31ff 20:10:13 Step 11/24 : WORKDIR /edgex-go 20:10:13 ---> Running in a1b97601a362 20:10:13 ---> Running in c2c89e2656bc 20:10:14 Removing intermediate container a1b97601a362 20:10:14 ---> 799161b4e2cd 20:10:14 20:10:14 Step 12/24 : FROM alpine:3.15 20:10:14 Removing intermediate container c2c89e2656bc 20:10:14 ---> 8a56e4f466d2 20:10:14 20:10:14 Step 12/24 : FROM alpine:3.15 20:10:15 3.15: Pulling from library/alpine 20:10:15 3.15: Pulling from library/alpine 20:10:17 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 20:10:17 Status: Downloaded newer image for alpine:3.15 20:10:17 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 20:10:17 Status: Image is up to date for alpine:3.15 20:10:17 ---> 02e0d6fdf486 20:10:17 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:10:17 ---> 02e0d6fdf486 20:10:17 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:10:17 ---> Running in 813690615d66 20:10:17 ---> Running in e2eab70147e6 20:10:18 Removing intermediate container e2eab70147e6 20:10:18 ---> 8b8b8dc0f002 20:10:18 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:10:18 Removing intermediate container 813690615d66 20:10:18 ---> 157a3492766b 20:10:18 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:10:18 ---> Running in f478fdaaeecc 20:10:18 ---> Running in 7e312a1aae42 20:10:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:10:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:10:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:10:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:10:23 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:10:23 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:10:23 OK: 15736 distinct packages available 20:10:23 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:10:23 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:10:23 OK: 15736 distinct packages available 20:10:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:10:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:10:25 (1/4) Installing dumb-init (1.2.5-r1) 20:10:25 (2/4) Installing musl-obstack (1.2.3-r0) 20:10:25 (3/4) Installing libucontext (1.1-r0) 20:10:25 (4/4) Installing gcompat (1.0.0-r4) 20:10:25 Executing busybox-1.34.1-r7.trigger 20:10:25 OK: 6 MiB in 18 packages 20:10:25 (1/5) Installing dumb-init (1.2.5-r1) 20:10:25 (2/5) Installing musl-obstack (1.2.3-r0) 20:10:25 (3/5) Installing libucontext (1.1-r0) 20:10:25 (4/5) Installing gcompat (1.0.0-r4) 20:10:25 (5/5) Installing openssl (1.1.1s-r1) 20:10:25 Executing busybox-1.34.1-r7.trigger 20:10:25 OK: 6 MiB in 19 packages 20:10:27 Removing intermediate container f478fdaaeecc 20:10:27 ---> e58b4c4f90d1 20:10:27 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:10:28 Removing intermediate container 7e312a1aae42 20:10:28 ---> 261f46ae04df 20:10:28 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:10:33 ---> 80de7216082e 20:10:33 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:10:37 ---> d5aed318e488 20:10:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:10:39 ---> ee39fde3906a 20:10:39 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:10:39 ---> Running in 0487d6ac21ee 20:10:40 Removing intermediate container 0487d6ac21ee 20:10:40 ---> be07289ac3fd 20:10:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:10:41 ---> 0664582d3db5 20:10:41 Step 19/24 : WORKDIR / 20:10:41 ---> Running in 6813acbdb774 20:10:42 ---> cf71a39566a2 20:10:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:10:42 Removing intermediate container 6813acbdb774 20:10:42 ---> f17bfc2672c8 20:10:42 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:10:42 ---> Running in 1c9759fb3b0a 20:10:43 Removing intermediate container 1c9759fb3b0a 20:10:43 ---> 74d17f22f7af 20:10:43 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:10:43 ---> Running in 0044f22f89d9 20:10:43 ---> 26aad4a5b5c1 20:10:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:10:44 Removing intermediate container 0044f22f89d9 20:10:44 ---> 12f35d1a1de8 20:10:44 Step 22/24 : LABEL arch=arm64 20:10:44 ---> Running in ecc8ce4c60ea 20:10:45 Removing intermediate container ecc8ce4c60ea 20:10:45 ---> 70e9a48092cc 20:10:45 Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:10:45 ---> f4457ee9c00e 20:10:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:10:45 ---> Running in 32dc05e86c6d 20:10:46 Removing intermediate container 32dc05e86c6d 20:10:46 ---> ce02a1fc4cc3 20:10:46 Step 24/24 : LABEL version=0.0.0 20:10:47 ---> Running in 3713e7cb2299 20:10:47 ---> bee4ee15a75e 20:10:47 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:10:47 ---> Running in 3001ddabafe8 20:10:48 Removing intermediate container 3713e7cb2299 20:10:48 ---> e5e832106689 20:10:48 20:10:48 Removing intermediate container 3001ddabafe8 20:10:48 ---> 76b2ba091e35 20:10:48 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:10:48 ---> Running in f8bbbb5d4777 20:10:48 Successfully built e5e832106689 20:10:49 Successfully tagged security-spire-config-arm64:latest 20:10:49  Building security-spire-config ... done Building security-spire-server 20:10:49 Removing intermediate container f8bbbb5d4777 20:10:49 ---> ca9acb46ca02 20:10:49 Step 22/24 : LABEL arch=arm64 20:10:49 ---> Running in a0a26e1a953d 20:10:49 Removing intermediate container a0a26e1a953d 20:10:49 ---> 3a55188944c7 20:10:49 Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:10:49 ---> Running in 6671033680fc 20:10:50 Removing intermediate container 6671033680fc 20:10:50 ---> 5f3491d7eee3 20:10:50 Step 24/24 : LABEL version=0.0.0 20:10:50 ---> Running in 4681fc28f569 20:10:51 Removing intermediate container 4681fc28f569 20:10:51 ---> 1841d0bf99e0 20:10:51 20:10:51 Successfully built 1841d0bf99e0 20:10:51 Successfully tagged security-spire-agent-arm64:latest 20:10:51  Building security-spire-agent ... done Building security-proxy-setup 20:11:18 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:11:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:11:18 ---> 688209fee686 20:11:18 Step 3/23 : WORKDIR /edgex-go 20:11:18 ---> Using cache 20:11:18 ---> 56fbda02228f 20:11:18 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:11:18 ---> Running in 2db11a3f6ad0 20:11:19 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:11:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:11:19 ---> 688209fee686 20:11:19 Step 3/21 : WORKDIR /edgex-go 20:11:19 ---> Using cache 20:11:19 ---> 56fbda02228f 20:11:19 Step 4/21 : RUN apk add --update --no-cache make git 20:11:19 ---> Running in 80f9ae1d67d2 20:11:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:11:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:11:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:11:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:11:22 OK: 221 MiB in 51 packages 20:11:23 OK: 221 MiB in 51 packages 20:11:25 Removing intermediate container 2db11a3f6ad0 20:11:25 ---> af6d8745e3d3 20:11:25 Step 5/23 : COPY go.mod vendor* ./ 20:11:25 Removing intermediate container 80f9ae1d67d2 20:11:25 ---> 5d5a910e44ac 20:11:25 Step 5/21 : COPY go.mod vendor* ./ 20:11:26 ---> 9421f559c020 20:11:26 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:26 ---> Running in e96e72118258 20:11:27 ---> 88c17d5a7e80 20:11:27 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:27 ---> Running in 1f32f0a5eb83 20:13:04 Removing intermediate container 1f32f0a5eb83 20:13:04 ---> 3efc00c94999 20:13:04 Step 7/21 : COPY . . 20:13:04 Removing intermediate container e96e72118258 20:13:04 ---> 2f030e632f80 20:13:04 Step 7/23 : COPY . . 20:13:22 ---> cbb52531a671 20:13:22 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:13:22 ---> 2e6e758b59ef 20:13:22 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:13:22 ---> Running in b307643cb4c6 20:13:22 ---> Running in c2b8d64ecbae 20:13:22 Removing intermediate container c2b8d64ecbae 20:13:22 ---> 8008dabda6cf 20:13:22 Step 9/23 : WORKDIR /edgex-go/spire-build 20:13:22 ---> Running in 2c77a40a43bc 20:13:22 Removing intermediate container 2c77a40a43bc 20:13:22 ---> 84fb4f4ba600 20:13:22 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:13:22 ---> Running in 1d683d712582 20:13:22 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:13:25 Removing intermediate container 1d683d712582 20:13:25 ---> fa433aa1d262 20:13:25 Step 11/23 : WORKDIR /edgex-go 20:13:25 ---> Running in 5f425218f518 20:13:25 Removing intermediate container 5f425218f518 20:13:25 ---> b35cb6fbc5b9 20:13:25 20:13:25 Step 12/23 : FROM alpine:3.15 20:13:25 ---> 02e0d6fdf486 20:13:25 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:13:25 ---> Using cache 20:13:25 ---> 157a3492766b 20:13:25 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:13:25 ---> Using cache 20:13:25 ---> 261f46ae04df 20:13:25 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:13:32 ---> 32ddc7891319 20:13:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:13:32 ---> 043ecde73c46 20:13:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:13:33 ---> c00d766b1edc 20:13:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:13:34 ---> 4d18aa360423 20:13:34 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:13:34 ---> Running in d4faa6f5a127 20:13:37 Removing intermediate container d4faa6f5a127 20:13:37 ---> 29f091c8446f 20:13:37 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:13:37 ---> Running in ac86b32cffb0 20:13:37 Removing intermediate container ac86b32cffb0 20:13:37 ---> 4e8d9688b8df 20:13:37 Step 21/23 : LABEL arch=arm64 20:13:37 ---> Running in 8c42a22076f0 20:13:38 Removing intermediate container 8c42a22076f0 20:13:38 ---> 65ef77588a0e 20:13:38 Step 22/23 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:13:38 ---> Running in 162263be3a75 20:13:38 Removing intermediate container 162263be3a75 20:13:38 ---> 9cadeac87ed8 20:13:38 Step 23/23 : LABEL version=0.0.0 20:13:38 ---> Running in 7dd7a44c5eb0 20:13:39 Removing intermediate container 7dd7a44c5eb0 20:13:39 ---> 3d573769ad37 20:13:39 20:13:39 Successfully built 3d573769ad37 20:13:39 Successfully tagged security-spire-server-arm64:latest 20:13:39  Building security-spire-server ... done Building core-metadata 20:13:57 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:13:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:13:57 ---> 688209fee686 20:13:57 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:13:57 ---> Using cache 20:13:57 ---> 45baf179dd74 20:13:57 Step 4/24 : WORKDIR /edgex-go 20:13:57 ---> Using cache 20:13:57 ---> 034e2a67274e 20:13:57 Step 5/24 : RUN apk add --update --no-cache make git 20:13:57 ---> Using cache 20:13:57 ---> fab0f6471c36 20:13:57 Step 6/24 : COPY go.mod vendor* ./ 20:13:57 ---> Using cache 20:13:57 ---> b3dedf22dba7 20:13:57 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:13:57 ---> Using cache 20:13:57 ---> 4c7653a7701c 20:13:57 Step 8/24 : COPY . . 20:13:57 ---> Using cache 20:13:57 ---> d2dfcdf091cc 20:13:57 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:13:57 ---> Running in 659e9cd0f0b8 20:13:57 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:16:49 Removing intermediate container 3c0dde36e898 20:16:49 ---> a4cd4afae203 20:16:49 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:16:49 ---> Running in 194530587fe5 20:16:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:16:49 Removing intermediate container 194530587fe5 20:16:49 ---> 05af648cab70 20:16:49 20:16:49 Step 10/22 : FROM alpine:3.16 20:16:49 3.16: Pulling from library/alpine 20:16:49 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 20:16:49 Status: Downloaded newer image for alpine:3.16 20:16:49 ---> a6215f271958 20:16:49 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:16:49 ---> Running in cd807a2020f3 20:16:50 Removing intermediate container cd807a2020f3 20:16:50 ---> 3805efa14b41 20:16:50 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:16:50 ---> Running in e25c4218c12d 20:16:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:16:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:16:54 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 20:16:54 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 20:16:54 (3/33) Installing readline (8.1.2-r0) 20:16:54 (4/33) Installing bash (5.1.16-r2) 20:16:54 Executing bash-5.1.16-r2.post-install 20:16:54 (5/33) Installing ca-certificates (20220614-r0) 20:16:54 (6/33) Installing brotli-libs (1.0.9-r6) 20:16:54 (7/33) Installing nghttp2-libs (1.47.0-r0) 20:16:54 (8/33) Installing libcurl (7.83.1-r4) 20:16:54 (9/33) Installing curl (7.83.1-r4) 20:16:54 (10/33) Installing docker-cli (20.10.20-r0) 20:16:55 (11/33) Installing dumb-init (1.2.5-r1) 20:16:55 (12/33) Installing libbz2 (1.0.8-r1) 20:16:55 (13/33) Installing expat (2.5.0-r0) 20:16:55 (14/33) Installing libffi (3.4.2-r1) 20:16:55 (15/33) Installing gdbm (1.23-r0) 20:16:55 (16/33) Installing xz-libs (5.2.5-r1) 20:16:55 (17/33) Installing libgcc (11.2.1_git20220219-r2) 20:16:55 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 20:16:55 (19/33) Installing mpdecimal (2.5.1-r1) 20:16:55 (20/33) Installing sqlite-libs (3.38.5-r0) 20:16:55 (21/33) Installing python3 (3.10.5-r0) 20:16:58 (22/33) Installing py3-contextlib2 (21.6.0-r2) 20:16:58 (23/33) Installing py3-tomli (2.0.1-r1) 20:16:58 (24/33) Installing py3-pep517 (0.12.0-r2) 20:16:58 (25/33) Installing py3-six (1.16.0-r1) 20:16:58 (26/33) Installing py3-retrying (1.3.3-r3) 20:16:58 (27/33) Installing py3-appdirs (1.4.4-r3) 20:16:58 (28/33) Installing py3-more-itertools (8.13.0-r0) 20:16:58 (29/33) Installing py3-ordered-set (4.0.2-r3) 20:16:58 (30/33) Installing py3-parsing (2.4.7-r3) 20:16:58 (31/33) Installing py3-packaging (21.3-r0) 20:16:58 (32/33) Installing py3-setuptools (59.4.0-r0) 20:16:59 (33/33) Installing py3-pip (22.1.1-r0) 20:17:00 Executing busybox-1.35.0-r17.trigger 20:17:00 Executing ca-certificates-20220614-r0.trigger 20:17:00 OK: 120 MiB in 47 packages 20:17:22 Collecting docker-compose==1.23.2 20:17:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:17:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 9.4 MB/s eta 0:00:00 20:17:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:17:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:17:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 13.1 MB/s eta 0:00:00 20:17:22 Collecting docker<4.0,>=3.6.0 20:17:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:17:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 9.8 MB/s eta 0:00:00 20:17:23 Collecting PyYAML<4,>=3.10 20:17:23 Downloading PyYAML-3.13.tar.gz (270 kB) 20:17:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 6.6 MB/s eta 0:00:00 20:17:26 Preparing metadata (setup.py): started 20:17:30 Preparing metadata (setup.py): finished with status 'done' 20:17:30 Collecting cached-property<2,>=1.2.0 20:17:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:17:30 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:17:31 Collecting jsonschema<3,>=2.5.1 20:17:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:17:31 Collecting docopt<0.7,>=0.6.1 20:17:31 Downloading docopt-0.6.2.tar.gz (25 kB) 20:17:31 Preparing metadata (setup.py): started 20:17:31 Removing intermediate container 1e96c2ab6c0d 20:17:31 ---> 7b9fe58d8514 20:17:31 20:17:31 Step 10/23 : FROM alpine:3.16 20:17:31 ---> a6215f271958 20:17:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:17:31 ---> Running in 3659d51abe90 20:17:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:17:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:17:35 Preparing metadata (setup.py): finished with status 'done' 20:17:35 Collecting websocket-client<1.0,>=0.32.0 20:17:35 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:17:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.3 MB/s eta 0:00:00 20:17:35 Collecting texttable<0.10,>=0.9.0 20:17:35 (1/1) Installing dumb-init (1.2.5-r1) 20:17:35 Executing busybox-1.35.0-r17.trigger 20:17:35 Downloading texttable-0.9.1.tar.gz (11 kB) 20:17:35 OK: 5 MiB in 15 packages 20:17:35 Preparing metadata (setup.py): started 20:17:37 Removing intermediate container 3659d51abe90 20:17:37 ---> 859868b37bdc 20:17:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:17:37 ---> Running in 57ec8d40f8e8 20:17:38 Removing intermediate container 57ec8d40f8e8 20:17:38 ---> b96aef1ae0f6 20:17:38 Step 13/23 : ENV APP_PORT=59882 20:17:38 ---> Running in c991c8b2934c 20:17:38 Removing intermediate container c991c8b2934c 20:17:38 ---> b75688bfbcc9 20:17:38 Step 14/23 : EXPOSE $APP_PORT 20:17:38 ---> Running in f5f7e960cc95 20:17:39 Preparing metadata (setup.py): finished with status 'done' 20:17:39 Removing intermediate container f5f7e960cc95 20:17:39 ---> 9ed5fa815d06 20:17:39 Step 15/23 : WORKDIR / 20:17:39 Collecting dockerpty<0.5,>=0.4.1 20:17:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:17:39 ---> Running in 990a82fce498 20:17:39 Preparing metadata (setup.py): started 20:17:40 Removing intermediate container 990a82fce498 20:17:40 ---> 04ec9f067628 20:17:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:41 ---> 9fb464f01b3b 20:17:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:17:43 ---> 42b6213314f2 20:17:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:17:43 Preparing metadata (setup.py): finished with status 'done' 20:17:43 ---> 14a8e93cd3e0 20:17:43 Step 19/23 : ENTRYPOINT ["/core-command"] 20:17:44 ---> Running in db3047db97d6 20:17:44 Collecting docker-pycreds>=0.4.0 20:17:44 Removing intermediate container db3047db97d6 20:17:44 ---> 519e04e0c95d 20:17:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:17:44 20:17:44 ---> Running in 574829ab95d6 20:17:45 Removing intermediate container 574829ab95d6 20:17:45 ---> d2dff8ba25c8 20:17:45 Step 21/23 : LABEL arch=arm64 20:17:45 Collecting chardet<3.1.0,>=3.0.2 20:17:45 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:17:45 ---> Running in 1f4f3629be1d 20:17:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 4.4 MB/s eta 0:00:00 20:17:45 Removing intermediate container 1f4f3629be1d 20:17:45 ---> fe3c96a51734 20:17:45 Step 22/23 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:17:46 ---> Running in 1827d5318a55 20:17:46 Removing intermediate container 1827d5318a55 20:17:46 ---> ec274511317b 20:17:46 Step 23/23 : LABEL version=0.0.0 20:17:46 Collecting urllib3<1.25,>=1.21.1 20:17:46 ---> Running in 11f6dad8bcd0 20:17:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:17:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 10.6 MB/s eta 0:00:00 20:17:47 Removing intermediate container 11f6dad8bcd0 20:17:47 ---> 54161fee6b2d 20:17:47 20:17:47 Collecting certifi>=2017.4.17 20:17:47 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 20:17:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 5.2 MB/s eta 0:00:00 20:17:47 Successfully built 54161fee6b2d 20:17:47 Successfully tagged core-command-arm64:latest 20:17:47 Building security-bootstrapper 20:17:47  Building core-command ... done Collecting idna<2.8,>=2.5 20:17:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:17:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 16.9 MB/s eta 0:00:00 20:17:48 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:17:48 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:17:48 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:17:48 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:17:49 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 20:17:49 Running setup.py install for texttable: started 20:17:53 Running setup.py install for texttable: finished with status 'done' 20:17:53 Running setup.py install for PyYAML: started 20:17:58 Running setup.py install for PyYAML: finished with status 'done' 20:18:01 Running setup.py install for docopt: started 20:18:04 Running setup.py install for docopt: finished with status 'done' 20:18:06 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:18:06 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:18:06 ---> 688209fee686 20:18:06 Step 3/32 : WORKDIR /edgex-go 20:18:06 ---> Using cache 20:18:06 ---> 56fbda02228f 20:18:06 Step 4/32 : RUN apk add --update --no-cache make git 20:18:06 ---> Using cache 20:18:06 ---> 5d5a910e44ac 20:18:06 Step 5/32 : COPY go.mod vendor* ./ 20:18:06 ---> Using cache 20:18:06 ---> 88c17d5a7e80 20:18:06 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:06 ---> Using cache 20:18:06 ---> 3efc00c94999 20:18:06 Step 7/32 : COPY . . 20:18:06 ---> Using cache 20:18:06 ---> 2e6e758b59ef 20:18:06 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:18:06 ---> Running in dd64f3d5f9ad 20:18: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:18:09 Running setup.py install for dockerpty: started 20:18:13 Running setup.py install for dockerpty: finished with status 'done' 20:18:17 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:18:17 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:18:36 Removing intermediate container e25c4218c12d 20:18:36 ---> 64d4b0621927 20:18:36 Step 13/22 : ENV APP_PORT=58890 20:18:36 ---> Running in 6b31b134c4cd 20:18:36 Removing intermediate container 6b31b134c4cd 20:18:36 ---> 60c0bad94d81 20:18:36 Step 14/22 : EXPOSE $APP_PORT 20:18:36 ---> Running in 23d2c3a9335d 20:18:37 Removing intermediate container 23d2c3a9335d 20:18:37 ---> 958df9efe0e4 20:18:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:18:39 ---> 59b5b49afab7 20:18:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:18:39 ---> 0dee1fa99df6 20:18:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:18:41 ---> e7ba4aeb5248 20:18:41 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 20:18:41 ---> Running in e13149af8da1 20:18:41 Removing intermediate container e13149af8da1 20:18:41 ---> 2ffdc5912252 20:18:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:42 ---> Running in a9e6b6e3b573 20:18:42 Removing intermediate container a9e6b6e3b573 20:18:42 ---> 4847f9334842 20:18:42 Step 20/22 : LABEL arch=arm64 20:18:42 ---> Running in 6618760ff238 20:18:43 Removing intermediate container 6618760ff238 20:18:43 ---> d3c952032d9a 20:18:43 Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:18:43 ---> Running in 9e2d5c9c0218 20:18:43 Removing intermediate container 9e2d5c9c0218 20:18:43 ---> be8f33e826c4 20:18:43 Step 22/22 : LABEL version=0.0.0 20:18:44 ---> Running in b78106500a15 20:18:44 Removing intermediate container b78106500a15 20:18:44 ---> 6d2335e5988b 20:18:44 20:18:45 Successfully built 6d2335e5988b 20:18:45 Successfully tagged sys-mgmt-agent-arm64:latest 20:18:45  Building sys-mgmt-agent ... done Building security-secretstore-setup 20:19:03 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:19:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:19:03 ---> 688209fee686 20:19:03 Step 3/24 : WORKDIR /edgex-go 20:19:03 ---> Using cache 20:19:03 ---> 56fbda02228f 20:19:03 Step 4/24 : RUN apk add --update --no-cache make git 20:19:03 ---> Using cache 20:19:03 ---> 5d5a910e44ac 20:19:03 Step 5/24 : COPY go.mod vendor* ./ 20:19:03 ---> Using cache 20:19:03 ---> 88c17d5a7e80 20:19:03 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:19:03 ---> Using cache 20:19:03 ---> 3efc00c94999 20:19:03 Step 7/24 : COPY . . 20:19:03 ---> Using cache 20:19:03 ---> 2e6e758b59ef 20:19:03 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:19:03 ---> Running in d02fea5d27e1 20:19: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 20:19:44 Removing intermediate container 7576f90f9a76 20:19:44 ---> bfb78f49be5a 20:19:44 20:19:44 Step 9/19 : FROM alpine:3.15 20:19:44 ---> 02e0d6fdf486 20:19:44 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:19:44 ---> Using cache 20:19:44 ---> 157a3492766b 20:19:44 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:19:44 ---> Running in db162ac20fdb 20:19:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:19:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:19:44 v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:19:44 v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:19:44 OK: 15736 distinct packages available 20:19:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:19:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:19:44 (1/9) Installing ca-certificates (20220614-r0) 20:19:44 (2/9) Installing brotli-libs (1.0.9-r5) 20:19:44 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:19:44 (4/9) Installing libcurl (7.80.0-r4) 20:19:44 (5/9) Installing curl (7.80.0-r4) 20:19:44 (6/9) Installing dumb-init (1.2.5-r1) 20:19:44 (7/9) Installing musl-obstack (1.2.3-r0) 20:19:44 (8/9) Installing libucontext (1.1-r0) 20:19:44 (9/9) Installing gcompat (1.0.0-r4) 20:19:44 Executing busybox-1.34.1-r7.trigger 20:19:44 Executing ca-certificates-20220614-r0.trigger 20:19:44 OK: 8 MiB in 23 packages 20:19:47 Removing intermediate container db162ac20fdb 20:19:47 ---> d344e7d21d0c 20:19:47 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 20:19:48 ---> d8edb898ef1f 20:19:48 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:19:50 ---> 26af8812b04c 20:19:50 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:19:51 ---> 7916921d7b3c 20:19:51 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:19:51 ---> Running in 79fd7647bcde 20:19:52 Removing intermediate container 79fd7647bcde 20:19:52 ---> a27897ffc973 20:19:52 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:19:52 ---> Running in 962fdea26289 20:19:52 Removing intermediate container 962fdea26289 20:19:52 ---> d9c58b49c084 20:19:52 Step 17/19 : LABEL arch=arm64 20:19:52 ---> Running in 39c1fe93df34 20:19:53 Removing intermediate container 39c1fe93df34 20:19:53 ---> 71077c7da113 20:19:53 Step 18/19 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:19:53 ---> Running in 5f8b8cc65fba 20:19:54 Removing intermediate container 5f8b8cc65fba 20:19:54 ---> 434b5173fa9c 20:19:54 Step 19/19 : LABEL version=0.0.0 20:19:54 ---> Running in c2c7009472b5 20:19:54 Removing intermediate container c2c7009472b5 20:19:54 ---> cbac343839ee 20:19:54 20:19:55 Successfully built cbac343839ee 20:19:55 Successfully tagged security-spiffe-token-provider-arm64:latest 20:19:55  Building security-spiffe-token-provider ... done Building support-scheduler 20:20: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/secrets-config ./cmd/secrets-config 20:20:13 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:20:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:20:13 ---> 688209fee686 20:20:13 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:20:13 ---> Using cache 20:20:13 ---> 45baf179dd74 20:20:13 Step 4/22 : WORKDIR /edgex-go 20:20:13 ---> Using cache 20:20:13 ---> 034e2a67274e 20:20:13 Step 5/22 : RUN apk add --update --no-cache make git 20:20:13 ---> Using cache 20:20:13 ---> fab0f6471c36 20:20:13 Step 6/22 : COPY go.mod vendor* ./ 20:20:13 ---> Using cache 20:20:13 ---> b3dedf22dba7 20:20:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:13 ---> Using cache 20:20:13 ---> 4c7653a7701c 20:20:13 Step 8/22 : COPY . . 20:20:13 ---> Using cache 20:20:13 ---> d2dfcdf091cc 20:20:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:20:14 ---> Running in a8cd6d955d94 20:20:16 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:20:35 Removing intermediate container b307643cb4c6 20:20:35 ---> e8d509129da5 20:20:35 20:20:35 Step 9/21 : FROM alpine:3.16 20:20:35 ---> a6215f271958 20:20:35 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 20:20:35 ---> Running in d1bd53df7713 20:20:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:20:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:20:36 (1/6) Installing ca-certificates (20220614-r0) 20:20:36 (2/6) Installing brotli-libs (1.0.9-r6) 20:20:36 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:20:36 (4/6) Installing libcurl (7.83.1-r4) 20:20:36 (5/6) Installing curl (7.83.1-r4) 20:20:36 (6/6) Installing dumb-init (1.2.5-r1) 20:20:36 Executing busybox-1.35.0-r17.trigger 20:20:37 Executing ca-certificates-20220614-r0.trigger 20:20:37 OK: 8 MiB in 20 packages 20:20:39 Removing intermediate container d1bd53df7713 20:20:39 ---> ef3f3a21c63e 20:20:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:20:39 ---> Running in c5e13e2de01c 20:20:40 Removing intermediate container c5e13e2de01c 20:20:40 ---> c734d2ed5ebb 20:20:40 Step 12/21 : WORKDIR /edgex 20:20:40 ---> Running in a63e0e5f3135 20:20:41 Removing intermediate container a63e0e5f3135 20:20:41 ---> ed1327e7d275 20:20:41 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:20:42 ---> e75b23355696 20:20:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:20:43 ---> f11fcac4da22 20:20:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:20:45 ---> 3cbf895b0686 20:20:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:20:46 ---> 8aa2e2569eb2 20:20:46 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:20:46 ---> Running in 058f9e49fd57 20:20:50 Removing intermediate container 058f9e49fd57 20:20:50 ---> 7ac7b51f61ec 20:20:50 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 20:20:50 ---> Running in 3c118a235830 20:20:50 Removing intermediate container 3c118a235830 20:20:50 ---> c4f0a89753af 20:20:50 Step 19/21 : LABEL arch=arm64 20:20:51 ---> Running in 4173317b8d48 20:20:51 Removing intermediate container 4173317b8d48 20:20:51 ---> 9c27a48982b1 20:20:51 Step 20/21 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:20:51 ---> Running in 153f32d31970 20:20:52 Removing intermediate container 153f32d31970 20:20:52 ---> 6d324a84c0e9 20:20:52 Step 21/21 : LABEL version=0.0.0 20:20:52 ---> Running in 22567c68f7f7 20:20:53 Removing intermediate container 22567c68f7f7 20:20:53 ---> 8eb57cb3b279 20:20:53 20:20:53 Successfully built 8eb57cb3b279 20:20:53 Successfully tagged security-proxy-setup-arm64:latest 20:20:53 Building core-data 20:21:15  Building security-proxy-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:21:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:21:15 ---> 688209fee686 20:21:15 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:21:15 ---> Using cache 20:21:15 ---> 45baf179dd74 20:21:15 Step 4/22 : WORKDIR /edgex-go 20:21:15 ---> Using cache 20:21:15 ---> 034e2a67274e 20:21:15 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:21:15 ---> Running in 93b26f903df6 20:21:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:21:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:21:16 OK: 221 MiB in 51 packages 20:21:19 Removing intermediate container 93b26f903df6 20:21:19 ---> ee7943ab25cd 20:21:19 Step 6/22 : COPY go.mod vendor* ./ 20:21:20 ---> d192a01d1d22 20:21:20 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:20 ---> Running in 876c611a77de 20:22:17 Removing intermediate container 659e9cd0f0b8 20:22:17 ---> 67ddc59f0c24 20:22:17 20:22:17 Step 10/24 : FROM alpine:3.16 20:22:17 ---> a6215f271958 20:22:17 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:22:17 ---> Using cache 20:22:17 ---> 859868b37bdc 20:22:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:22:17 ---> Using cache 20:22:17 ---> b96aef1ae0f6 20:22:17 Step 13/24 : ENV APP_PORT=59881 20:22:17 ---> Running in 8e156472c4c7 20:22:17 Removing intermediate container 8e156472c4c7 20:22:17 ---> 19e886624e3e 20:22:17 Step 14/24 : EXPOSE $APP_PORT 20:22:17 ---> Running in a03f39cbe426 20:22:17 Removing intermediate container a03f39cbe426 20:22:17 ---> 9d629f04fc7b 20:22:17 Step 15/24 : WORKDIR / 20:22:17 ---> Running in cea48bcc50dd 20:22:17 Removing intermediate container cea48bcc50dd 20:22:17 ---> d9f78cf78224 20:22:17 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:19 ---> 9aa54390db3e 20:22:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:22:23 ---> 0406d949a047 20:22:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:22:24 ---> 3e39f1db15f5 20:22:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:22:26 ---> 09399288fef6 20:22:26 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:22:26 ---> Running in 53c7ecd54139 20:22:27 Removing intermediate container 53c7ecd54139 20:22:27 ---> c47123bfa410 20:22:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:22:27 ---> Running in c6c80eb1b045 20:22:29 Removing intermediate container c6c80eb1b045 20:22:29 ---> 6521695c75f8 20:22:29 Step 22/24 : LABEL arch=arm64 20:22:29 ---> Running in 35856b14e5bd 20:22:30 Removing intermediate container 35856b14e5bd 20:22:30 ---> 5144226cc1f6 20:22:30 Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:22:31 ---> Running in 45789429cb20 20:22:32 Removing intermediate container 45789429cb20 20:22:32 ---> c8a7c565c99d 20:22:32 Step 24/24 : LABEL version=0.0.0 20:22:32 ---> Running in a522c3582151 20:22:33 Removing intermediate container a522c3582151 20:22:33 ---> 9671d01ac109 20:22:33 20:22:33 Successfully built 9671d01ac109 20:22:34 Successfully tagged core-metadata-arm64:latest 20:22:34 Building support-notifications 20:22:40  Building core-metadata ... done Removing intermediate container 876c611a77de 20:22:40 ---> 655109f402d2 20:22:40 Step 8/22 : COPY . . 20:22:56 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:22:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:22:56 ---> 688209fee686 20:22:56 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:22:56 ---> Using cache 20:22:56 ---> 45baf179dd74 20:22:56 Step 4/22 : WORKDIR /edgex-go 20:22:56 ---> Using cache 20:22:56 ---> 034e2a67274e 20:22:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:22:56 ---> Running in 8baadd951cd3 20:22:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:22:58 ---> ed62b38e16e5 20:22:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:22:58 ---> Running in 15474e4608bd 20:22:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:23:00 OK: 221 MiB in 51 packages 20:23:00 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:23:02 Removing intermediate container 8baadd951cd3 20:23:02 ---> 6e858732694f 20:23:02 Step 6/22 : COPY go.mod vendor* ./ 20:23:02 ---> 1e454633e523 20:23:02 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:02 ---> Running in fbb001dec467 20:24:24 Removing intermediate container fbb001dec467 20:24:24 ---> 263fa02c4374 20:24:24 Step 8/22 : COPY . . 20:24:28 ---> c4d424d4cd44 20:24:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:24:28 ---> Running in 38cd10fb5825 20:24: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:25:37 Removing intermediate container dd64f3d5f9ad 20:25:37 ---> 1541448d1ad6 20:25:37 20:25:37 Step 9/32 : FROM alpine:3.16 20:25:37 ---> a6215f271958 20:25:37 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:25:37 ---> Running in 4959885ff714 20:25:37 Removing intermediate container 4959885ff714 20:25:37 ---> 85661b576247 20:25:37 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 20:25:37 ---> Running in 5cae980bc974 20:25:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:25:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:25:37 (1/2) Installing dumb-init (1.2.5-r1) 20:25:37 (2/2) Installing su-exec (0.2-r1) 20:25:37 Executing busybox-1.35.0-r17.trigger 20:25:37 OK: 5 MiB in 16 packages 20:25:37 Removing intermediate container 5cae980bc974 20:25:37 ---> 0190bad7deb8 20:25:37 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 20:25:37 ---> Running in 841f89e6e41f 20:25:37 Removing intermediate container 841f89e6e41f 20:25:37 ---> 01fab4e6e86b 20:25:37 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:25:37 ---> Running in d47248038c1d 20:25:38 Removing intermediate container d47248038c1d 20:25:38 ---> 0bd66ca23897 20:25:38 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:25:38 ---> Running in 26ed412cc756 20:25:39 Removing intermediate container 26ed412cc756 20:25:39 ---> 82c93dc00bd5 20:25:39 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:25:39 ---> Running in 57d445f47f61 20:25:39 Removing intermediate container 57d445f47f61 20:25:39 ---> 79cd68befc7e 20:25:39 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:25:39 ---> Running in a68e45cc1241 20:25:44 Removing intermediate container a68e45cc1241 20:25:44 ---> ffd6ce61f829 20:25:44 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 20:25:44 ---> Running in 3510efba96ff 20:25:44 Removing intermediate container 3510efba96ff 20:25:44 ---> 9bbea84c0e90 20:25:44 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:25:45 ---> d21b8eb30adb 20:25:45 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:25:45 ---> Running in b551e7dacaf8 20:25:48 Removing intermediate container b551e7dacaf8 20:25:48 ---> 387c2230d2c7 20:25:48 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:49 ---> 2541b48a1081 20:25:49 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:25:51 ---> 7e4ee14c4414 20:25:51 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:25:52 ---> 7633770638da 20:25:52 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:25:53 ---> 8efe1c92ab6c 20:25:53 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:25: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:25:54 ---> 7325fa5b957f 20:25:54 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:25:55 ---> 8e955fcf5e8c 20:25:55 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:25:55 ---> 51ec39da97b8 20:25:55 Step 27/32 : RUN chmod +x /entrypoint.sh 20:25:55 ---> Running in 4cea3f6e79f7 20:25:59 Removing intermediate container 4cea3f6e79f7 20:25:59 ---> 6996873884e0 20:25:59 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:25:59 ---> Running in 9fb21ec5f52e 20:25:59 Removing intermediate container 9fb21ec5f52e 20:25:59 ---> ca93788dbaa3 20:25:59 Step 29/32 : CMD ["gate"] 20:26:00 ---> Running in 28f68fe7f563 20:26:00 Removing intermediate container 28f68fe7f563 20:26:00 ---> eff0e219ffac 20:26:00 Step 30/32 : LABEL arch=arm64 20:26:00 ---> Running in 26aa9ab98c6c 20:26:01 Removing intermediate container 26aa9ab98c6c 20:26:01 ---> f31f45cebb7a 20:26:01 Step 31/32 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:26:01 ---> Running in 0ced795b007f 20:26:01 Removing intermediate container 0ced795b007f 20:26:01 ---> 13388be2c348 20:26:01 Step 32/32 : LABEL version=0.0.0 20:26:02 ---> Running in 998cf27adabc 20:26:02 Removing intermediate container 998cf27adabc 20:26:02 ---> d20c291f9e4c 20:26:02 20:26:02 Successfully built d20c291f9e4c 20:26:02 Successfully tagged security-bootstrapper-arm64:latest 20:26:15  Building security-bootstrapper ... done Removing intermediate container d02fea5d27e1 20:26:15 ---> 6fa89a2828c8 20:26:15 20:26:15 Step 9/24 : FROM alpine:3.16 20:26:15 ---> a6215f271958 20:26:15 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:26:15 ---> Running in 670c2d9c2d30 20:26:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:26:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:26:17 (1/3) Installing ca-certificates (20220614-r0) 20:26:17 (2/3) Installing dumb-init (1.2.5-r1) 20:26:17 (3/3) Installing su-exec (0.2-r1) 20:26:17 Executing busybox-1.35.0-r17.trigger 20:26:17 Executing ca-certificates-20220614-r0.trigger 20:26:17 OK: 6 MiB in 17 packages 20:26:20 Removing intermediate container 670c2d9c2d30 20:26:20 ---> 51669208a14f 20:26:20 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:26:20 ---> Running in da4197d17d28 20:26:20 Removing intermediate container da4197d17d28 20:26:20 ---> 862d4e672e58 20:26:20 Step 12/24 : WORKDIR / 20:26:20 ---> Running in 2bcaaa23f165 20:26:21 Removing intermediate container 2bcaaa23f165 20:26:21 ---> 6c75528b43cd 20:26:21 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:22 ---> 92de48e14501 20:26:22 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:22 ---> f29246d9bcf6 20:26:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:26:24 ---> db00ba39f7b4 20:26:24 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:25 ---> eca60d9666d4 20:26:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:26:26 ---> 40121718b2a9 20:26:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:26:29 ---> 22e55fc8fbbf 20:26:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:26:31 ---> 06769a079ec7 20:26:31 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:26:31 ---> Running in 3351c8f9b7a2 20:26:34 Removing intermediate container 3351c8f9b7a2 20:26:34 ---> c6961b43ba18 20:26:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:26:34 ---> Running in fc2b663026b1 20:26:35 Removing intermediate container fc2b663026b1 20:26:35 ---> 87cad5462104 20:26:35 Step 22/24 : LABEL arch=arm64 20:26:35 ---> Running in 94ad819d5087 20:26:35 Removing intermediate container 94ad819d5087 20:26:35 ---> 64ae46523720 20:26:35 Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:26:36 ---> Running in 9c72ea61c552 20:26:36 Removing intermediate container 9c72ea61c552 20:26:36 ---> 09a206f82fc2 20:26:36 Step 24/24 : LABEL version=0.0.0 20:26:36 ---> Running in 7a8f459e87b1 20:26:37 Removing intermediate container 7a8f459e87b1 20:26:37 ---> 4aad191aa155 20:26:37 20:26:37 Successfully built 4aad191aa155 20:26:37 Successfully tagged security-secretstore-setup-arm64:latest 20:29:29  Building security-secretstore-setup ... done Removing intermediate container a8cd6d955d94 20:29:29 ---> 295671f263bc 20:29:29 20:29:29 Step 10/22 : FROM alpine:3.16 20:29:29 ---> a6215f271958 20:29:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:29:29 ---> Using cache 20:29:29 ---> 859868b37bdc 20:29:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:29:29 ---> Using cache 20:29:29 ---> b96aef1ae0f6 20:29:29 Step 13/22 : ENV APP_PORT=59861 20:29:29 ---> Running in 9c1089db0e6c 20:29:29 Removing intermediate container 9c1089db0e6c 20:29:29 ---> 149a3a7a75c4 20:29:29 Step 14/22 : EXPOSE $APP_PORT 20:29:29 ---> Running in 23aa5c6cb770 20:29:29 Removing intermediate container 23aa5c6cb770 20:29:29 ---> 3d63573f8e84 20:29:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:29 Removing intermediate container 15474e4608bd 20:29:29 ---> 083dc6a225c8 20:29:29 20:29:29 Step 10/22 : FROM alpine:3.16 20:29:29 ---> a6215f271958 20:29:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:29:29 ---> Running in 786f146ac63d 20:29:29 Removing intermediate container 786f146ac63d 20:29:29 ---> 036b047c777a 20:29:29 Step 12/22 : ENV APP_PORT=59880 20:29:29 ---> Running in 33ba8a2435ac 20:29:29 ---> ea91cd380f03 20:29:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:29:29 Removing intermediate container 33ba8a2435ac 20:29:29 ---> b554c44c8dc7 20:29:29 Step 13/22 : EXPOSE $APP_PORT 20:29:29 ---> Running in 548a8c910ccd 20:29:29 Removing intermediate container 548a8c910ccd 20:29:29 ---> a6ae0a477d92 20:29:29 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 20:29:29 ---> Running in 517ee90b112b 20:29:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:29:29 ---> 67ef05911602 20:29:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:29:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:29:30 (1/6) Installing dumb-init (1.2.5-r1) 20:29:30 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:29:30 (3/6) Installing libsodium (1.0.18-r0) 20:29:30 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:29:30 (5/6) Installing libzmq (4.3.4-r0) 20:29:30 (6/6) Installing zeromq (4.3.4-r0) 20:29:30 Executing busybox-1.35.0-r17.trigger 20:29:30 OK: 8 MiB in 20 packages 20:29:31 ---> 5a2fc6b5340b 20:29:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:29:31 ---> Running in b2d964c9d251 20:29:32 Removing intermediate container b2d964c9d251 20:29:32 ---> 40fba448da09 20:29:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:32 ---> Running in 279e920b3878 20:29:32 Removing intermediate container 517ee90b112b 20:29:32 ---> 650edd77d734 20:29:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:33 Removing intermediate container 279e920b3878 20:29:33 ---> f7b8cb63c423 20:29:33 Step 20/22 : LABEL arch=arm64 20:29:33 ---> Running in 0b3b16bee901 20:29:33 Removing intermediate container 0b3b16bee901 20:29:33 ---> 5a4a49699b37 20:29:33 Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:29:33 ---> 87df5e67e4d9 20:29:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:29:33 ---> Running in 1bb536a5a2a1 20:29:34 Removing intermediate container 1bb536a5a2a1 20:29:34 ---> 46219fadf960 20:29:34 Step 22/22 : LABEL version=0.0.0 20:29:34 ---> Running in cbb2e363e606 20:29:35 Removing intermediate container cbb2e363e606 20:29:35 ---> d55f47906106 20:29:35 20:29:36 Successfully built d55f47906106 20:29:36 Successfully tagged support-scheduler-arm64:latest 20:29:36  Building support-scheduler ... done  ---> 778625bc5e43 20:29:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:29:37 ---> 3889a14094ce 20:29:37 Step 18/22 : ENTRYPOINT ["/core-data"] 20:29:37 ---> Running in ca3322a48cbc 20:29:37 Removing intermediate container ca3322a48cbc 20:29:37 ---> 7ef813e1e5b1 20:29:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:37 ---> Running in 914eb1ac0c8b 20:29:38 Removing intermediate container 914eb1ac0c8b 20:29:38 ---> 97f117ad1759 20:29:38 Step 20/22 : LABEL arch=arm64 20:29:38 ---> Running in 58ef4d2f5e45 20:29:38 Removing intermediate container 58ef4d2f5e45 20:29:38 ---> 7fff4b5bfb0c 20:29:38 Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:29:38 ---> Running in 59230b403521 20:29:39 Removing intermediate container 59230b403521 20:29:39 ---> 5465cdc572b2 20:29:39 Step 22/22 : LABEL version=0.0.0 20:29:39 ---> Running in e07bcae22244 20:29:39 Removing intermediate container e07bcae22244 20:29:39 ---> e03b885f4f38 20:29:39 20:29:40 Successfully built e03b885f4f38 20:29:40 Successfully tagged core-data-arm64:latest 20:30:12  Building core-data ... done Removing intermediate container 38cd10fb5825 20:30:12 ---> 01ded07b2a16 20:30:12 20:30:12 Step 10/22 : FROM alpine:3.16 20:30:12 ---> a6215f271958 20:30:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:30:12 ---> Running in 7ed82182e419 20:30:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:30:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:30:14 (1/2) Installing ca-certificates (20220614-r0) 20:30:14 (2/2) Installing dumb-init (1.2.5-r1) 20:30:14 Executing busybox-1.35.0-r17.trigger 20:30:14 Executing ca-certificates-20220614-r0.trigger 20:30:15 OK: 6 MiB in 16 packages 20:30:16 Removing intermediate container 7ed82182e419 20:30:16 ---> 78c84c8830a6 20:30:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:30:16 ---> Running in f4ea2e87912a 20:30:16 Removing intermediate container f4ea2e87912a 20:30:16 ---> 03caf0cdf8a9 20:30:16 Step 13/22 : ENV APP_PORT=59860 20:30:16 ---> Running in 19453bc3e9b9 20:30:17 Removing intermediate container 19453bc3e9b9 20:30:17 ---> 5155fa8cae36 20:30:17 Step 14/22 : EXPOSE $APP_PORT 20:30:17 ---> Running in cd9e9315c2ab 20:30:17 Removing intermediate container cd9e9315c2ab 20:30:17 ---> 99f95fd7716b 20:30:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:17 ---> 52322c5110d6 20:30:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:30:19 ---> 325b990eb3b8 20:30:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:30:20 ---> 75728621e2d1 20:30:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:30:20 ---> Running in 17ac1dd69f43 20:30:20 Removing intermediate container 17ac1dd69f43 20:30:20 ---> c0d1d4d1307e 20:30:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:20 ---> Running in c03b32ab2e11 20:30:20 Removing intermediate container c03b32ab2e11 20:30:20 ---> 205ddaed4d54 20:30:20 Step 20/22 : LABEL arch=arm64 20:30:20 ---> Running in 71643f880a86 20:30:21 Removing intermediate container 71643f880a86 20:30:21 ---> 29fd74def90d 20:30:21 Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e 20:30:21 ---> Running in a464940b0d02 20:30:21 Removing intermediate container a464940b0d02 20:30:21 ---> 6d2cd171e0a0 20:30:21 Step 22/22 : LABEL version=0.0.0 20:30:21 ---> Running in d85d3a207d9e 20:30:22 Removing intermediate container d85d3a207d9e 20:30:22 ---> ad5886e4ed10 20:30:22 20:30:22 Successfully built ad5886e4ed10 20:30:22 Successfully tagged support-notifications-arm64:latest 20:30:22  Building support-notifications ... done  [Pipeline] } 20:30:22 $ docker stop --time=1 fb6c87045cd8f836a8af0882343785b32699adc58170efffdae4f28b344b2a7f 20:30:24 $ docker rm -f fb6c87045cd8f836a8af0882343785b32699adc58170efffdae4f28b344b2a7f [Pipeline] // withDockerContainer [Pipeline] sh 20:30:24 + docker images 20:30:25 REPOSITORY TAG IMAGE ID CREATED SIZE 20:30:25 support-notifications-arm64 latest ad5886e4ed10 3 seconds ago 29.5MB 20:30:25 01ded07b2a16 14 seconds ago 1.5GB 20:30:25 core-data-arm64 latest e03b885f4f38 45 seconds ago 20.8MB 20:30:25 support-scheduler-arm64 latest d55f47906106 49 seconds ago 28.8MB 20:30:25 083dc6a225c8 About a minute ago 1.44GB 20:30:25 295671f263bc About a minute ago 1.5GB 20:30:25 security-secretstore-setup-arm64 latest 4aad191aa155 3 minutes ago 28.6MB 20:30:25 6fa89a2828c8 4 minutes ago 1.43GB 20:30:25 security-bootstrapper-arm64 latest d20c291f9e4c 4 minutes ago 19.4MB 20:30:25 1541448d1ad6 4 minutes ago 1.43GB 20:30:25 core-metadata-arm64 latest 9671d01ac109 7 minutes ago 17.7MB 20:30:25 67ddc59f0c24 8 minutes ago 1.44GB 20:30:25 security-proxy-setup-arm64 latest 8eb57cb3b279 9 minutes ago 26.7MB 20:30:25 e8d509129da5 9 minutes ago 1.43GB 20:30:25 security-spiffe-token-provider-arm64 latest cbac343839ee 10 minutes ago 28.8MB 20:30:25 bfb78f49be5a 10 minutes ago 1.47GB 20:30:25 sys-mgmt-agent-arm64 latest 6d2335e5988b 11 minutes ago 133MB 20:30:25 core-command-arm64 latest 54161fee6b2d 12 minutes ago 16.9MB 20:30:25 7b9fe58d8514 12 minutes ago 1.44GB 20:30:25 05af648cab70 13 minutes ago 1.42GB 20:30:25 security-spire-server-arm64 latest 3d573769ad37 16 minutes ago 84.3MB 20:30:25 b35cb6fbc5b9 16 minutes ago 1.31GB 20:30:25 security-spire-agent-arm64 latest 1841d0bf99e0 19 minutes ago 122MB 20:30:25 security-spire-config-arm64 latest e5e832106689 19 minutes ago 83.6MB 20:30:25 799161b4e2cd 20 minutes ago 1.31GB 20:30:25 8a56e4f466d2 20 minutes ago 1.31GB 20:30:25 ci-base-image-arm64 latest 688209fee686 35 minutes ago 943MB 20:30:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 3 weeks ago 679MB 20:30:25 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 20:30:25 alpine 3.16 a6215f271958 2 months ago 5.29MB 20:30:25 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:30:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:30:25 20:30:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:30:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:30:26 arm64: Pulling from edgex-lftools-log-publisher 20:30:26 8998bd30e6a1: Pulling fs layer 20:30:26 04944245beec: Pulling fs layer 20:30:26 699f458cf7ca: Pulling fs layer 20:30:26 765212b225bb: Pulling fs layer 20:30:26 f23df028b6ca: Pulling fs layer 20:30:26 d65c8cfc05b1: Pulling fs layer 20:30:26 2437ff75d9bd: Pulling fs layer 20:30:26 765212b225bb: Waiting 20:30:26 d65c8cfc05b1: Waiting 20:30:26 f23df028b6ca: Waiting 20:30:26 04944245beec: Verifying Checksum 20:30:26 04944245beec: Download complete 20:30:26 765212b225bb: Download complete 20:30:26 f23df028b6ca: Download complete 20:30:26 d65c8cfc05b1: Verifying Checksum 20:30:26 d65c8cfc05b1: Download complete 20:30:26 699f458cf7ca: Verifying Checksum 20:30:26 699f458cf7ca: Download complete 20:30:27 8998bd30e6a1: Verifying Checksum 20:30:27 8998bd30e6a1: Download complete 20:30:29 2437ff75d9bd: Verifying Checksum 20:30:29 2437ff75d9bd: Download complete 20:30:31 8998bd30e6a1: Pull complete 20:30:31 04944245beec: Pull complete 20:30:32 699f458cf7ca: Pull complete 20:30:32 765212b225bb: Pull complete 20:30:33 f23df028b6ca: Pull complete 20:30:33 d65c8cfc05b1: Pull complete 20:30:48 2437ff75d9bd: Pull complete 20:30:48 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:30:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:30:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:30:49 prd-ubuntu20.04-docker-arm64-4c-16g-117928 does not seem to be running inside a container 20:30:49 $ 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:30:52 $ docker top 414f1b0a08906b508b697880ef48595d994faa8f38de664c78093040c10e3310 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:30:53 ---> job-cost.sh 20:30:53 lf-activate-venv: SKIPPING 20:30:53 INFO: No Stack... 20:30:53 INFO: Retrieving Pricing Info for: v3-standard-4 20:30:54 INFO: Archiving Costs [Pipeline] sh 20:30:55 + cut -d, -f6 20:30:55 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 20:30:55 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4225-1-stack-cost] 20:30:55 Resource [jenkins-edgexfoundry-edgex-go-PR-4225-1-stack-cost] did not exist. Created. 20:30:55 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4225-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:30:55 + echo total: 0.10999999940395355 [Pipeline] stash 20:30:56 Stashed 1 file(s) [Pipeline] } 20:30:56 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4225-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:30:56 $ docker stop --time=1 414f1b0a08906b508b697880ef48595d994faa8f38de664c78093040c10e3310 20:30:57 $ docker rm -f 414f1b0a08906b508b697880ef48595d994faa8f38de664c78093040c10e3310 [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:30:58 provisioning config files... 20:30:58 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config11417318693498467238tmp [Pipeline] { [Pipeline] sh 20:30:59 + set +x 20:30:59 + curl -s https://codecov.io/bash 20:30:59 + bash -s -- 20:30:59 20:30:59 _____ _ 20:30:59 / ____| | | 20:30:59 | | ___ __| | ___ ___ _____ __ 20:30:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:30:59 | |___| (_) | (_| | __/ (_| (_) \ V / 20:30:59 \_____\___/ \__,_|\___|\___\___/ \_/ 20:30:59 Bash-1.0.6 20:30:59 20:30:59 20:30:59 ==> git version 2.25.1 found 20:30:59 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 20:30:59 Release-Date: 2020-01-08 20:30:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:30:59 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:30:59 ==> Jenkins CI detected. 20:30:59 current dir:  /w/workspace/edgex-go/1 20:30:59 project root: . 20:30:59 --> token set from env 20:30:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:30:59 ==> Running gcov in . (disable via -X gcov) 20:30:59 ==> Python coveragepy not found 20:30:59 ==> Searching for coverage reports in: 20:30:59 + . 20:30:59 -> Found 1 reports 20:30:59 ==> Detecting git/mercurial file structure 20:30:59 ==> Reading reports 20:30:59 + ./coverage.out bytes=501828 20:30:59 ==> Appending adjustments 20:30:59 https://docs.codecov.io/docs/fixing-reports 20:31:00 + Found adjustments 20:31:00 ==> Gzipping contents 20:31:00 64K /tmp/codecov.GBG4Ju.gz 20:31:00 ==> Uploading reports 20:31:00 url: https://codecov.io 20:31:00 query: branch=PR-4225&commit=7baca2cc14f90209f5d611f511480e635688580e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4225%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4225&job=&cmd_args= 20:31:00 -> Pinging Codecov 20:31:00 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4225&commit=7baca2cc14f90209f5d611f511480e635688580e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4225%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4225&job=&cmd_args= 20:31:00 -> Uploading to 20:31:00 https://storage.googleapis.com/codecov/v4/raw/2022-11-02/00271124DB129430A58F1EEE437C3FCB/7baca2cc14f90209f5d611f511480e635688580e/c98d28b8-0c87-429c-ace2-3e70fb933840.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221102%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221102T203100Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2658d7bc66e1fcffda83f6396a8b705afadc6b92a5c798783d8cbc0f573ca498 20:31:00 % Total % Received % Xferd Average Speed Time Time Time Current 20:31:00 Dload Upload Total Spent Left Speed 20:31:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65325 0 0 100 65325 0 288k --:--:-- --:--:-- --:--:-- 289k 20:31:00 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/7baca2cc14f90209f5d611f511480e635688580e [Pipeline] } 20:31:00 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:02 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:31:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:31:03 ---> package-listing.sh 20:31:03 ++ facter osfamily 20:31:03 ++ tr '[:upper:]' '[:lower:]' 20:31:03 + OS_FAMILY=debian 20:31:03 + workspace=/w/workspace/edgex-go/1 20:31:03 + START_PACKAGES=/tmp/packages_start.txt 20:31:03 + END_PACKAGES=/tmp/packages_end.txt 20:31:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:31:03 + PACKAGES=/tmp/packages_start.txt 20:31:03 + '[' /w/workspace/edgex-go/1 ']' 20:31:03 + PACKAGES=/tmp/packages_end.txt 20:31:03 + case "${OS_FAMILY}" in 20:31:03 + dpkg -l 20:31:03 + grep '^ii' 20:31:03 + '[' -f /tmp/packages_start.txt ']' 20:31:03 + '[' -f /tmp/packages_end.txt ']' 20:31:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:31:03 + '[' /w/workspace/edgex-go/1 ']' 20:31:03 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:31:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:31:03 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:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:04 20:31:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:05 latest: Pulling from edgex-lftools-log-publisher 20:31:05 5eb5b503b376: Pulling fs layer 20:31:05 5c69ac0246d0: Pulling fs layer 20:31:05 ec43610c2a17: Pulling fs layer 20:31:05 3a2ae6a8a46f: Pulling fs layer 20:31:05 33b1e0a273af: Pulling fs layer 20:31:05 5d3b04190fa2: Pulling fs layer 20:31:05 2f39f015ded8: Pulling fs layer 20:31:05 3a2ae6a8a46f: Waiting 20:31:05 2f39f015ded8: Waiting 20:31:05 33b1e0a273af: Waiting 20:31:05 5d3b04190fa2: Waiting 20:31:05 5c69ac0246d0: Download complete 20:31:05 3a2ae6a8a46f: Verifying Checksum 20:31:05 3a2ae6a8a46f: Download complete 20:31:05 33b1e0a273af: Verifying Checksum 20:31:05 33b1e0a273af: Download complete 20:31:05 5d3b04190fa2: Download complete 20:31:05 ec43610c2a17: Verifying Checksum 20:31:05 ec43610c2a17: Download complete 20:31:05 5eb5b503b376: Verifying Checksum 20:31:05 5eb5b503b376: Download complete 20:31:05 2f39f015ded8: Download complete 20:31:06 5eb5b503b376: Pull complete 20:31:06 5c69ac0246d0: Pull complete 20:31:07 ec43610c2a17: Pull complete 20:31:07 3a2ae6a8a46f: Pull complete 20:31:07 33b1e0a273af: Pull complete 20:31:07 5d3b04190fa2: Pull complete 20:31:11 2f39f015ded8: Pull complete 20:31:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:31:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:31:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:31:11 prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container 20:31:11 $ 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:31:13 $ docker top 55fed9b59d7f11f7ee8ead1c3ce7961d1489c27886adcfc6c2572b3b0178b23f -eo pid,comm [Pipeline] { [Pipeline] sh 20:31:13 + touch /tmp/pre-build-complete [Pipeline] sh 20:31:13 + mkdir -p /var/log/sysstat [Pipeline] sh 20:31:14 + ls /var/log/sa-host 20:31:14 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:31:14 provisioning config files... 20:31:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config399789946056930142tmp [Pipeline] { [Pipeline] echo 20:31:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:31:14 ---> create-netrc.sh [Pipeline] } 20:31:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:31:15 ---> python-tools-install.sh [Pipeline] echo 20:31:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:31:15 ---> sudo-logs.sh 20:31:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:31:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:31:15 ---> job-cost.sh 20:31:15 lf-activate-venv: SKIPPING 20:31:15 DEBUG: total: 0.10999999940395355 20:31:15 INFO: Retrieving Stack Cost... 20:31:16 INFO: Retrieving Pricing Info for: v3-standard-8 20:31:16 INFO: Archiving Costs [Pipeline] echo 20:31:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:31:17 ---> logs-deploy.sh 20:31:17 lf-activate-venv: SKIPPING 20:31:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4225/1 20:31:17 INFO: archiving workspace using pattern(s): 20:31:17 Archives upload complete. 20:31:17 INFO: archiving logs to Nexus