Pull request #4188 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9836205f5a3e27ed82ea122f736ef9860377326b+07636ef9ecc7fdcde5aa1f3409367271039fc420 (c8d5659253bdcf2a321b030b2def98501156cc10) 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-ssh4202538257843064545.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh5872764902741565123.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-4188/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-4188/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12102659619084645280.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-4188/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9744067054399071342.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 bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh17009396684092051862.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-4188/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-4188/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17837705032224004801.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-7280 in /w/workspace/edgexfoundry_edgex-go_PR-4188 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4188/head:refs/remotes/origin/PR-4188 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 07636ef9ecc7fdcde5aa1f3409367271039fc420 into PR head commit 9836205f5a3e27ed82ea122f736ef9860377326b Merge succeeded, producing 9836205f5a3e27ed82ea122f736ef9860377326b Checking out Revision 9836205f5a3e27ed82ea122f736ef9860377326b (PR-4188) 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 bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:06:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:06:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:06:31 ========================================================= 19:06:31 EdgeX Global Pipelines Version Info 19:06:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:06:32 ------------------- 19:06:32 stable info: 19:06:32 ------------------- 19:06:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:06:32 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 19:06:32 Message: update stable to v1.0.239 > git config core.sparsecheckout # timeout=10 > git checkout -f 9836205f5a3e27ed82ea122f736ef9860377326b # 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 07636ef9ecc7fdcde5aa1f3409367271039fc420 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9836205f5a3e27ed82ea122f736ef9860377326b # timeout=10 19:06:33 ------------------- 19:06:33 experimental info: 19:06:33 ------------------- 19:06:33 Commited By: **** collab-it+edgex@linuxfoundation.org 19:06:33 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 19:06:33 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:06:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4188 [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4188 [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4188 [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9836205f5a3e27ed82ea122f736ef9860377326b [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9836205 [Pipeline] echo 19:06:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:34 provisioning config files... 19:06:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9933389351956890920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:06:35 ---> docker-login.sh 19:06:35 nexus3.edgexfoundry.org:10001 19:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:35 Configure a credential helper to remove this warning. See 19:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:35 19:06:35 Login Succeeded 19:06:35 nexus3.edgexfoundry.org:10002 19:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:35 Configure a credential helper to remove this warning. See 19:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:35 19:06:35 Login Succeeded 19:06:35 nexus3.edgexfoundry.org:10003 19:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:35 Configure a credential helper to remove this warning. See 19:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:35 19:06:35 Login Succeeded 19:06:35 nexus3.edgexfoundry.org:10004 19:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:35 Configure a credential helper to remove this warning. See 19:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:35 19:06:35 Login Succeeded 19:06:35 docker.io 19:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:36 Configure a credential helper to remove this warning. See 19:06:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:36 19:06:36 Login Succeeded 19:06:36 ---> docker-login.sh ends [Pipeline] } 19:06:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:36 + 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:06:36 + dirname cmd/core-command/Dockerfile 19:06:36 + cut -d/ -f2 19:06:36 + echo core-command,cmd/core-command/Dockerfile 19:06:36 + + dirname cmd/core-data/Dockerfilecut 19:06:36 -d/ -f2 19:06:36 + echo core-data,cmd/core-data/Dockerfile 19:06:36 + + cut -d/ -f2 19:06:36 dirname cmd/core-metadata/Dockerfile 19:06:36 + echo core-metadata,cmd/core-metadata/Dockerfile 19:06:36 + dirname cmd/security-bootstrapper/Dockerfile 19:06:36 + cut -d/ -f2 19:06:36 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:06:36 + dirname cmd/security-proxy-setup/Dockerfile 19:06:36 + cut -d/ -f2 19:06:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:06:36 + dirname cmd/security-secretstore-setup/Dockerfile 19:06:36 + cut -d/ -f2 19:06:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:06:36 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:06:36 + cut -d/ -f2 19:06:36 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:06:36 + dirname cmd/security-spire-agent/Dockerfile 19:06:36 + cut -d/ -f2 19:06:36 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:06:36 + dirname cmd/security-spire-config/Dockerfile 19:06:36 + cut -d/ -f2 19:06:36 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:06:36 + dirname cmd/security-spire-server/Dockerfile 19:06:36 + cut -d/ -f2 19:06:36 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:06:36 + dirname+ cmd/support-notifications/Dockerfile 19:06:36 cut -d/ -f2 19:06:36 + echo support-notifications,cmd/support-notifications/Dockerfile 19:06:36 + dirname cmd/support-scheduler/Dockerfile 19:06:36 + cut -d/ -f2 19:06:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:06:36 + dirname cmd/sys-mgmt-agent/Dockerfile 19:06:36 + cut -d/ -f2 19:06:36 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:06:36 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:06:37 + git rev-list -1 --merges 9836205f5a3e27ed82ea122f736ef9860377326b~1..9836205f5a3e27ed82ea122f736ef9860377326b [Pipeline] echo 19:06:37 -----------> git rev-list -1 --merges 9836205f5a3e27ed82ea122f736ef9860377326b~1..9836205f5a3e27ed82ea122f736ef9860377326b 9836205f5a3e27ed82ea122f736ef9860377326b [false] [Pipeline] sh 19:06:37 + git log --format=format:%s -1 9836205f5a3e27ed82ea122f736ef9860377326b [Pipeline] echo 19:06:37 ========================================================= 19:06:37 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:06:37 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:06:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:06:37 + grep -v github /etc/ssh/ssh_known_hosts 19:06:37 + [ -e /tmp/ssh_known_hosts ] 19:06:37 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:06:37 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:06:37 + sudo tee -a /etc/ssh/ssh_known_hosts 19:06:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:38 19:06:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:38 0.1.4: Pulling from edgex-devops/py-git-semver 19:06:38 b85a868b505f: Pulling fs layer 19:06:38 e2be974225ed: Pulling fs layer 19:06:38 339a4e72a1f5: Pulling fs layer 19:06:38 988bab9f4d93: Pulling fs layer 19:06:38 1469e6f7b9e6: Pulling fs layer 19:06:38 eaf3925da568: Pulling fs layer 19:06:38 bab4dde63d76: Pulling fs layer 19:06:38 988bab9f4d93: Waiting 19:06:38 1469e6f7b9e6: Waiting 19:06:38 eaf3925da568: Waiting 19:06:38 bde34c3a00c8: Pulling fs layer 19:06:38 b352a97aabf1: Pulling fs layer 19:06:38 4872d77fe225: Pulling fs layer 19:06:38 b352a97aabf1: Waiting 19:06:38 bab4dde63d76: Waiting 19:06:38 bde34c3a00c8: Waiting 19:06:38 5851b861e8e6: Pulling fs layer 19:06:38 5851b861e8e6: Waiting 19:06:38 e2be974225ed: Verifying Checksum 19:06:38 e2be974225ed: Download complete 19:06:38 988bab9f4d93: Verifying Checksum 19:06:38 988bab9f4d93: Download complete 19:06:39 1469e6f7b9e6: Verifying Checksum 19:06:39 1469e6f7b9e6: Download complete 19:06:39 eaf3925da568: Download complete 19:06:39 339a4e72a1f5: Verifying Checksum 19:06:39 339a4e72a1f5: Download complete 19:06:39 bde34c3a00c8: Download complete 19:06:39 4872d77fe225: Verifying Checksum 19:06:39 4872d77fe225: Download complete 19:06:39 b85a868b505f: Verifying Checksum 19:06:39 b85a868b505f: Download complete 19:06:39 5851b861e8e6: Verifying Checksum 19:06:39 5851b861e8e6: Download complete 19:06:39 bab4dde63d76: Verifying Checksum 19:06:39 bab4dde63d76: Download complete 19:06:40 b85a868b505f: Pull complete 19:06:40 e2be974225ed: Pull complete 19:06:40 339a4e72a1f5: Pull complete 19:06:40 988bab9f4d93: Pull complete 19:06:41 1469e6f7b9e6: Pull complete 19:06:41 eaf3925da568: Pull complete 19:06:43 bab4dde63d76: Pull complete 19:06:43 bde34c3a00c8: Pull complete 19:06:43 b352a97aabf1: Pull complete 19:06:43 4872d77fe225: Pull complete 19:06:43 5851b861e8e6: Pull complete 19:06:43 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:06:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:43 prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container 19:06:43 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:06:44 $ docker top 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 -eo pid,comm 19:06:44 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:06:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:44 [ssh-agent] Looking for ssh-agent implementation... 19:06:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:45 $ docker exec 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 ssh-agent 19:06:45 SSH_AUTH_SOCK=/tmp/ssh-f04WvZa1gkem/agent.32 19:06:45 SSH_AGENT_PID=38 19:06:45 Running ssh-add (command line suppressed) 19:06:45 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5080114849302954062.key (/w/workspace/edgex-go/1@tmp/private_key_5080114849302954062.key) 19:06:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:45 + git tag --points-at HEAD [Pipeline] } 19:06:45 $ docker exec --env ******** --env ******** 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 ssh-agent -k 19:06:45 unset SSH_AUTH_SOCK; 19:06:45 unset SSH_AGENT_PID; 19:06:45 echo Agent pid 38 killed; 19:06:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:06:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:45 [ssh-agent] Looking for ssh-agent implementation... 19:06:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:46 $ docker exec 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 ssh-agent 19:06:46 SSH_AUTH_SOCK=/tmp/ssh-eXA1h7fDejWM/agent.70 19:06:46 SSH_AGENT_PID=76 19:06:46 Running ssh-add (command line suppressed) 19:06:46 Identity added: /w/workspace/edgex-go/1@tmp/private_key_12408166641125296676.key (/w/workspace/edgex-go/1@tmp/private_key_12408166641125296676.key) 19:06:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:46 + git semver init 19:06:46 2022-10-06 19:06:46,731 [run_init] DEBUG init version:0.0.0 force:False 19:06:46 2022-10-06 19:06:46,732 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:06:46 2022-10-06 19:06:46,732 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:06:46 2022-10-06 19:06:46,733 [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:06:51 2022-10-06 19:06:50,745 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:06:51 2022-10-06 19:06:50,745 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4188 with force:False 19:06:51 2022-10-06 19:06:50,746 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4188 19:06:51 2022-10-06 19:06:50,750 [execute] INFO git cat-file --batch-check 19:06:51 2022-10-06 19:06:50,750 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:06:51 2022-10-06 19:06:50,756 [execute] INFO git cat-file --batch 19:06:51 2022-10-06 19:06:50,756 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:06:51 2022-10-06 19:06:50,762 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4188 19:06:51 0.0.0 [Pipeline] } 19:06:51 $ docker exec --env ******** --env ******** 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 ssh-agent -k 19:06:51 unset SSH_AUTH_SOCK; 19:06:51 unset SSH_AGENT_PID; 19:06:51 echo Agent pid 76 killed; 19:06:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:51 + git semver [Pipeline] } 19:06:51 $ docker stop --time=1 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 19:06:53 $ docker rm -f 98be49f282ae6ca1b8e3e96f79dffae5e2d9a363e3ed2fee0ee60c12c0bd3c59 [Pipeline] // withDockerContainer [Pipeline] sh 19:06:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:06:53 Stashed 1 file(s) [Pipeline] echo 19:06:53 [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:06:54 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:06:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:54 ========================================================= 19:06:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:06:54 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:06:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:55 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:06:55 2408cc74d12b: Pulling fs layer 19:06:55 ea60b727a1ce: Pulling fs layer 19:06:55 30c4a7721957: Pulling fs layer 19:06:55 370296b7ddb6: Pulling fs layer 19:06:55 7c6cee850709: Pulling fs layer 19:06:55 aa9baa53a306: Pulling fs layer 19:06:55 8b309c321861: Pulling fs layer 19:06:55 d8d76fd02f46: Pulling fs layer 19:06:55 fa31f396de31: Pulling fs layer 19:06:55 aa9baa53a306: Waiting 19:06:55 8b309c321861: Waiting 19:06:55 d8d76fd02f46: Waiting 19:06:55 fa31f396de31: Waiting 19:06:55 370296b7ddb6: Waiting 19:06:55 7c6cee850709: Waiting 19:06:55 30c4a7721957: Download complete 19:06:55 ea60b727a1ce: Verifying Checksum 19:06:55 ea60b727a1ce: Download complete 19:06:55 7c6cee850709: Verifying Checksum 19:06:55 7c6cee850709: Download complete 19:06:55 aa9baa53a306: Download complete 19:06:55 2408cc74d12b: Verifying Checksum 19:06:55 2408cc74d12b: Download complete 19:06:55 8b309c321861: Download complete 19:06:55 2408cc74d12b: Pull complete 19:06:55 ea60b727a1ce: Pull complete 19:06:55 30c4a7721957: Pull complete 19:06:55 fa31f396de31: Verifying Checksum 19:06:55 fa31f396de31: Download complete 19:06:55 d8d76fd02f46: Verifying Checksum 19:06:55 d8d76fd02f46: Download complete 19:06:55 370296b7ddb6: Verifying Checksum 19:06:55 370296b7ddb6: Download complete 19:06:59 370296b7ddb6: Pull complete 19:06:59 7c6cee850709: Pull complete 19:06:59 aa9baa53a306: Pull complete 19:06:59 8b309c321861: Pull complete 19:07:01 d8d76fd02f46: Pull complete 19:07:02 fa31f396de31: Pull complete 19:07:02 Digest: sha256:2371a9c145f0d593c9024d3814659be550d63e8930698ddb4de3d51b9130800a 19:07:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:07:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:07:02 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:07:02 WORKDIR /edgex 19:07:02 COPY go.mod . 19:07:02 RUN go mod download 19:07:02 + docker build -t ci-base-image-x86_64 -f - . 19:07:03 Sending build context to Docker daemon 169.6MB 19:07:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:07:03 ---> cef68f9685f8 19:07:03 Step 2/4 : WORKDIR /edgex 19:07:05 ---> Running in 9cb4573c98e0 19:07:05 Removing intermediate container 9cb4573c98e0 19:07:05 ---> e3a8d616a12a 19:07:05 Step 3/4 : COPY go.mod . 19:07:05 ---> cf4724e7c7cb 19:07:05 Step 4/4 : RUN go mod download 19:07:05 ---> Running in e93f0fbaa0d5 19:07:09 Still waiting to schedule task 19:07:09 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:07:17 Removing intermediate container e93f0fbaa0d5 19:07:17 ---> 418b175a35ae 19:07:17 Successfully built 418b175a35ae 19:07:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:07:17 + docker inspect -f . ci-base-image-x86_64 19:07:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:07:18 prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container 19:07:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:07:18 $ docker top 53ab5b9a56bf9040265cdb81edfbd5cf33a9b0061812bba11aff54f048136759 -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:18 + go version 19:07:18 go version go1.18.3 linux/amd64 [Pipeline] } 19:07:18 $ docker stop --time=1 53ab5b9a56bf9040265cdb81edfbd5cf33a9b0061812bba11aff54f048136759 19:07:20 $ docker rm -f 53ab5b9a56bf9040265cdb81edfbd5cf33a9b0061812bba11aff54f048136759 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:07:20 + docker inspect -f . ci-base-image-x86_64 19:07:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:07:21 prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container 19:07:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:07:21 $ docker top 09c5afda2f18345808395a3c67e8b77a3d9a1299ea66e5c000867cd22e7f3379 -eo pid,comm [Pipeline] { [Pipeline] echo 19:07:21 ========================================================= 19:07:21 [edgeXBuildGoParallel] Running Tests and Build... 19:07:21 ========================================================= [Pipeline] sh 19:07:21 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:07:22 + make test 19:07:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:07:28 ? github.com/edgexfoundry/edgex-go [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:07:40 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:07:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.068s coverage: 28.7% of statements 19:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:07:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.112s coverage: 98.5% of statements 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.081s coverage: 40.6% of statements 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.121s coverage: 54.2% of statements 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.323s coverage: 89.2% of statements 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 2.2% of statements 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.453s coverage: 95.6% of statements 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.075s coverage: 60.0% of statements 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.056s coverage: 0.9% of statements 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.090s coverage: 29.6% of statements 19:07:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 47.1% of statements 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 19:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 19:07:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements 19:07:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 19:07:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.253s coverage: 80.5% of statements 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.108s coverage: 92.9% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.073s coverage: 86.9% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 58.8% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.0% of statements 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.084s coverage: 85.4% of statements 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 91.2% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 64.7% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 65.8% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.163s coverage: 41.8% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 63.2% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.101s coverage: 97.7% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements 19:08:05 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:08:23 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:08:23 GO111MODULE=on go vet ./... 19:08:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:08:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:08:26 ./bin/test-attribution-txt.sh [Pipeline] echo 19:08:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:08:26 + ls -al . 19:08:26 total 760 19:08:26 drwxrwxr-x 11 1001 1001 4096 Oct 6 19:07 . 19:08:26 drwxr-xr-x 4 root root 4096 Oct 6 19:07 .. 19:08:26 drwxrwxr-x 2 1001 1001 4096 Oct 6 19:06 .blubracket 19:08:26 -rw-rw-r-- 1 1001 1001 16 Oct 6 19:06 .dockerignore 19:08:26 drwxrwxr-x 8 1001 1001 4096 Oct 6 19:08 .git 19:08:26 drwxrwxr-x 3 1001 1001 4096 Oct 6 19:06 .github 19:08:26 -rw-rw-r-- 1 1001 1001 1030 Oct 6 19:06 .gitignore 19:08:26 -rw-rw-r-- 1 1001 1001 42 Oct 6 19:06 .golangci.yml 19:08:26 -rw-rw-r-- 1 1001 1001 87 Oct 6 19:06 .hadolint.yml 19:08:26 drwxr-xr-x 3 1001 1001 4096 Oct 6 19:06 .semver 19:08:26 -rw-rw-r-- 1 1001 1001 166 Oct 6 19:06 .sonarcloud.properties 19:08:26 -rw-rw-r-- 1 1001 1001 1171 Oct 6 19:06 ADOPTERS.md 19:08:26 -rw-rw-r-- 1 1001 1001 10722 Oct 6 19:06 Attribution.txt 19:08:26 -rw-rw-r-- 1 1001 1001 63209 Oct 6 19:06 CHANGELOG.md 19:08:26 -rw-rw-r-- 1 1001 1001 3804 Oct 6 19:06 CONTRIBUTING.md 19:08:26 -rw-rw-r-- 1 1001 1001 677 Oct 6 19:06 GOVERNANCE.md 19:08:26 -rw-rw-r-- 1 1001 1001 850 Oct 6 19:06 Jenkinsfile 19:08:26 -rw-rw-r-- 1 1001 1001 10775 Oct 6 19:06 LICENSE 19:08:26 -rw-rw-r-- 1 1001 1001 13724 Oct 6 19:06 Makefile 19:08:26 -rw-rw-r-- 1 1001 1001 582 Oct 6 19:06 OWNERS.md 19:08:26 -rw-rw-r-- 1 1001 1001 9799 Oct 6 19:06 README.md 19:08:26 -rw-rw-r-- 1 1001 1001 6912 Oct 6 19:06 SECURITY.md 19:08:26 -rw-rw-r-- 1 1001 1001 5 Oct 6 19:06 VERSION 19:08:26 -rw-rw-r-- 1 1001 1001 4131 Oct 6 19:06 ZMQWindows.md 19:08:26 drwxrwxr-x 2 1001 1001 4096 Oct 6 19:06 bin 19:08:26 drwxrwxr-x 18 1001 1001 4096 Oct 6 19:06 cmd 19:08:26 -rw-r--r-- 1 root root 502163 Oct 6 19:08 coverage.out 19:08:26 -rw-rw-r-- 1 1001 1001 3458 Oct 6 19:06 go.mod 19:08:26 -rw-rw-r-- 1 1001 1001 38041 Oct 6 19:06 go.sum 19:08:26 drwxrwxr-x 8 1001 1001 4096 Oct 6 19:06 internal 19:08:26 drwxrwxr-x 3 1001 1001 4096 Oct 6 19:06 openapi 19:08:26 drwxrwxr-x 4 1001 1001 4096 Oct 6 19:06 snap 19:08:26 -rw-rw-r-- 1 1001 1001 204 Oct 6 19:06 version.go [Pipeline] sh 19:08:27 + '[' -e coverage.out ] 19:08:27 + chown 1001:1001 coverage.out [Pipeline] stash 19:08:27 Stashed 1 file(s) [Pipeline] sh 19:08:27 + make build 19:08:27 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:08:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7281 in /w/workspace/edgexfoundry_edgex-go_PR-4188 [Pipeline] { [Pipeline] ws 19:08:36 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:08:36 The recommended git tool is: git 19:08:39 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:08:41 using credential edgex-jenkins-ssh 19:08:41 Cloning the remote Git repository 19:08:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:08:41 > git init /w/workspace/edgex-go/1 # timeout=10 19:08:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:42 > git --version # timeout=10 19:08:42 > git --version # 'git version 2.25.1' 19:08:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:42 Verifying host key using known hosts file 19:08:42 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 19:08:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:49 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:08:50 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:08:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:08:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:08:57 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:08:58 Merging remotes/origin/main commit 07636ef9ecc7fdcde5aa1f3409367271039fc420 into PR head commit 9836205f5a3e27ed82ea122f736ef9860377326b 19:08:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:08:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:58 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:58 Verifying host key using known hosts file 19:08:58 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 19:08:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4188/head:refs/remotes/origin/PR-4188 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:08:58 > git config core.sparsecheckout # timeout=10 19:08:58 > git checkout -f 9836205f5a3e27ed82ea122f736ef9860377326b # timeout=10 19:08:59 > git remote # timeout=10 19:08:59 Merge succeeded, producing 9836205f5a3e27ed82ea122f736ef9860377326b 19:08:59 Checking out Revision 9836205f5a3e27ed82ea122f736ef9860377326b (PR-4188) 19:09:00 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 19:09:00 > git --version # timeout=10 19:09:00 > git --version # 'git version 2.25.1' 19:09:00 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d 19:09:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:09:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:09:01 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:09:01 % Total % Received % Xferd Average Speed Time Time Time Current 19:09:01 Dload Upload Total Spent Left Speed 19:09:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 75915 0 --:--:-- --:--:-- --:--:-- 75915 19:08:59 > git config --get remote.origin.url # timeout=10 19:08:59 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:59 Verifying host key using known hosts file 19:08:59 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:08:59 > git merge 07636ef9ecc7fdcde5aa1f3409367271039fc420 # timeout=10 19:08:59 > git rev-parse HEAD^{commit} # timeout=10 19:08:59 > git config core.sparsecheckout # timeout=10 19:08:59 > git checkout -f 9836205f5a3e27ed82ea122f736ef9860377326b # timeout=10 [Pipeline] sh 19:09:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:09:01 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:09:02 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:09:02 + sudo tee /etc/docker/daemon.new 19:09:02 { 19:09:02 "registry-mirrors": [ 19:09:02 "https://nexus3.edgexfoundry.org:10001" 19:09:02 ], 19:09:02 "bip": "10.250.0.254/24", 19:09:02 "hosts": [ 19:09:02 "tcp://0.0.0.0:5555", 19:09:02 "unix:///var/run/docker.sock" 19:09:02 ], 19:09:02 "mtu": 1458, 19:09:02 "selinux-enabled": true, 19:09:02 "seccomp-profile": "/etc/docker/seccomp.json" 19:09:02 } [Pipeline] sh 19:09:02 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 19:09:02 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] sh 19:09:02 + sudo service docker restart 19:09: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:09:05 $ docker stop --time=1 09c5afda2f18345808395a3c67e8b77a3d9a1299ea66e5c000867cd22e7f3379 19:09:07 $ docker rm -f 09c5afda2f18345808395a3c67e8b77a3d9a1299ea66e5c000867cd22e7f3379 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:09 19:09:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:09 latest: Pulling from edgex-devops/edgex-compose 19:09:09 cbdbe7a5bc2a: Pulling fs layer 19:09:09 ca9280d653b3: Pulling fs layer 19:09:09 7e9c9ca2126c: Pulling fs layer 19:09:09 cbdbe7a5bc2a: Verifying Checksum 19:09:09 cbdbe7a5bc2a: Download complete 19:09:09 cbdbe7a5bc2a: Pull complete 19:09:09 ca9280d653b3: Verifying Checksum 19:09:09 ca9280d653b3: Download complete 19:09:09 7e9c9ca2126c: Verifying Checksum 19:09:09 7e9c9ca2126c: Download complete 19:09:09 ca9280d653b3: Pull complete 19:09:13 7e9c9ca2126c: Pull complete 19:09:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:09:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:13 prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container 19:09:13 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:09:14 $ docker top a290176737cf3d58ff0dc253f1e41be8b10b9afad85cad6557b882bc1f159e19 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:15 + docker-compose build --help 19:09:15 + grep parallel 19:09:15 --parallel Build images in parallel. [Pipeline] } 19:09:15 $ docker stop --time=1 a290176737cf3d58ff0dc253f1e41be8b10b9afad85cad6557b882bc1f159e19 19:09:17 $ docker rm -f a290176737cf3d58ff0dc253f1e41be8b10b9afad85cad6557b882bc1f159e19 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:17 prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container 19:09:17 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:09:18 $ docker top bfb8f9cfea8c6811fb1db28ef6339740ab40e000406661393656687d5e334ed1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:18 + docker-compose -f ./docker-compose-build.yml build --parallel 19:09:19 Building core-command ... 19:09:19 Building core-data ... 19:09:19 Building core-metadata ... 19:09:19 Building security-bootstrapper ... 19:09:19 Building security-proxy-setup ... 19:09:19 Building security-secretstore-setup ... 19:09:19 Building security-spiffe-token-provider ... 19:09:19 Building security-spire-agent ... 19:09:19 Building security-spire-config ... 19:09:19 Building security-spire-server ... 19:09:19 Building support-notifications ... 19:09:19 Building support-scheduler ... 19:09:19 Building sys-mgmt-agent ... 19:09:19 Building core-command 19:09:19 Building security-spiffe-token-provider 19:09:19 Building support-scheduler 19:09:19 Building security-bootstrapper 19:09:19 Building security-spire-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:09:21 provisioning config files... 19:09:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config903529446639113101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:09:21 ---> docker-login.sh 19:09:21 nexus3.edgexfoundry.org:10001 19:09:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:22 Configure a credential helper to remove this warning. See 19:09:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:22 19:09:22 Login Succeeded 19:09:22 nexus3.edgexfoundry.org:10002 19:09:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:22 Configure a credential helper to remove this warning. See 19:09:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:22 19:09:22 Login Succeeded 19:09:22 nexus3.edgexfoundry.org:10003 19:09:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:22 Configure a credential helper to remove this warning. See 19:09:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:22 19:09:22 Login Succeeded 19:09:22 nexus3.edgexfoundry.org:10004 19:09:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:23 Configure a credential helper to remove this warning. See 19:09:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:23 19:09:23 Login Succeeded 19:09:23 docker.io 19:09:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:24 Configure a credential helper to remove this warning. See 19:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:24 19:09:24 Login Succeeded 19:09:24 ---> docker-login.sh ends [Pipeline] } 19:09:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:09:24 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:09:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:24 ========================================================= 19:09:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:09:24 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:09:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:25 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:09:25 b3c136eddcbf: Pulling fs layer 19:09:25 c0a3192eca97: Pulling fs layer 19:09:25 a050256f5b6f: Pulling fs layer 19:09:25 656be50a0ddc: Pulling fs layer 19:09:25 2bbca73fdf42: Pulling fs layer 19:09:25 f607e4fc86c3: Pulling fs layer 19:09:25 4d572c569a2c: Pulling fs layer 19:09:25 fcf976331f73: Pulling fs layer 19:09:25 2bbca73fdf42: Waiting 19:09:25 4d572c569a2c: Waiting 19:09:25 f607e4fc86c3: Waiting 19:09:25 fcf976331f73: Waiting 19:09:25 656be50a0ddc: Waiting 19:09:25 a050256f5b6f: Download complete 19:09:25 c0a3192eca97: Verifying Checksum 19:09:25 c0a3192eca97: Download complete 19:09:25 2bbca73fdf42: Verifying Checksum 19:09:25 2bbca73fdf42: Download complete 19:09:25 f607e4fc86c3: Verifying Checksum 19:09:25 f607e4fc86c3: Download complete 19:09:25 b3c136eddcbf: Verifying Checksum 19:09:25 b3c136eddcbf: Download complete 19:09:26 b3c136eddcbf: Pull complete 19:09:26 fcf976331f73: Verifying Checksum 19:09:26 fcf976331f73: Download complete 19:09:26 c0a3192eca97: Pull complete 19:09:27 a050256f5b6f: Pull complete 19:09:27 4d572c569a2c: Verifying Checksum 19:09:27 4d572c569a2c: Download complete 19:09:28 656be50a0ddc: Verifying Checksum 19:09:28 656be50a0ddc: Download complete 19:09:29 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:09:29 ---> 418b175a35ae 19:09:29 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:09:29 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:29 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:09:29 ---> 418b175a35ae 19:09:29 Step 3/33 : WORKDIR /edgex-go 19:09:29 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:29 ---> 418b175a35ae 19:09:29 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:09:29 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:29 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:09:29 ---> 418b175a35ae 19:09:29 Step 3/20 : WORKDIR /edgex-go 19:09:29 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:29 ---> 418b175a35ae 19:09:29 Step 3/26 : WORKDIR /edgex-go 19:09:31 ---> Running in 1ea4e3d808b0 19:09:31 ---> Running in f2acaf284af7 19:09:31 ---> Running in 29654403cf5e 19:09:31 ---> Running in 3114308aa0b6 19:09:31 ---> Running in 7f30aecee75b 19:09:31 Removing intermediate container 3114308aa0b6 19:09:31 ---> 159740360674 19:09:31 Step 4/23 : WORKDIR /edgex-go 19:09:31 Removing intermediate container 1ea4e3d808b0 19:09:31 ---> a0a4b2b5eab8 19:09:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:31 Removing intermediate container f2acaf284af7 19:09:31 ---> f8617e1737b4 19:09:31 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:09:31 Removing intermediate container 7f30aecee75b 19:09:31 ---> 93040e8ac783 19:09:31 Step 4/24 : WORKDIR /edgex-go 19:09:31 Removing intermediate container 29654403cf5e 19:09:31 ---> a5c17ab4d429 19:09:31 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:31 ---> Running in 470540b3b602 19:09:31 ---> Running in fbe9dd938dcf 19:09:31 ---> Running in f58858e38e75 19:09:31 ---> Running in 88b85961b58a 19:09:31 ---> Running in 1fcd4119816c 19:09:31 Removing intermediate container 470540b3b602 19:09:31 ---> 008514234443 19:09:31 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 Removing intermediate container 88b85961b58a 19:09:32 ---> e7233055ddb4 19:09:32 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:32 ---> Running in 7d756aade151 19:09:32 ---> Running in 75f0c0408cb1 19:09:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:32 v3.16.2-238-g1f791c2f57 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:09:32 v3.16.2-237-g36a8973e6a [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:09:32 OK: 17040 distinct packages available 19:09:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:32 OK: 211 MiB in 51 packages 19:09:33 Removing intermediate container fbe9dd938dcf 19:09:33 ---> d20d6f92dd84 19:09:33 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:33 ---> Running in af6291b9f43a 19:09:33 Removing intermediate container 7d756aade151 19:09:33 ---> 488fda320ad4 19:09:33 Step 6/23 : RUN apk add --update --no-cache make git 19:09:33 ---> Running in 641a511fb658 19:09:33 Removing intermediate container 1fcd4119816c 19:09:33 ---> dc2b3923133a 19:09:33 Step 5/33 : RUN apk add --update --no-cache make git 19:09:33 ---> Running in 660083f313f3 19:09:33 Removing intermediate container 75f0c0408cb1 19:09:33 ---> 428f56b6ee18 19:09:33 Step 6/24 : RUN apk add --update --no-cache make git 19:09:33 ---> Running in 82f449a936e0 19:09:33 Removing intermediate container f58858e38e75 19:09:33 ---> e03710630528 19:09:33 Step 5/20 : COPY go.mod vendor* ./ 19:09:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:33 ---> ef0f091737b8 19:09:33 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:33 ---> Running in 01058c075b31 19:09:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:34 OK: 211 MiB in 51 packages 19:09:35 OK: 211 MiB in 51 packages 19:09:35 OK: 211 MiB in 51 packages 19:09:35 OK: 211 MiB in 51 packages 19:09:35 Removing intermediate container af6291b9f43a 19:09:35 ---> 0d48880c5e6c 19:09:35 Step 6/26 : COPY go.mod vendor* ./ 19:09:35 ---> f21e8f25a1e3 19:09:35 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:35 ---> Running in f44b2e495d5f 19:09:35 Removing intermediate container 641a511fb658 19:09:35 ---> 03542907645f 19:09:35 Step 7/23 : COPY go.mod vendor* ./ 19:09:35 Removing intermediate container 82f449a936e0 19:09:35 ---> 2f9474de13c5 19:09:35 Step 7/24 : COPY go.mod vendor* ./ 19:09:35 Removing intermediate container 660083f313f3 19:09:35 ---> 5e678618b1f0 19:09:35 Step 6/33 : COPY go.mod vendor* ./ 19:09:35 ---> 806bb366048c 19:09:35 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 ---> eac563956581 19:09:36 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 ---> Running in 1480f1f5918d 19:09:36 ---> 58e23a4578bc 19:09:36 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:36 ---> Running in a1a22f3bc9a7 19:09:36 ---> Running in 569bebf950e8 19:09:40 656be50a0ddc: Pull complete 19:09:40 2bbca73fdf42: Pull complete 19:09:40 f607e4fc86c3: Pull complete 19:09:47 4d572c569a2c: Pull complete 19:09:48 Removing intermediate container 1480f1f5918d 19:09:48 ---> 14be2d2ffd7a 19:09:48 Step 9/23 : COPY . . 19:09:48 Removing intermediate container f44b2e495d5f 19:09:48 ---> 299a6a1b9ac1 19:09:48 Step 8/26 : COPY . . 19:09:48 Removing intermediate container 01058c075b31 19:09:48 ---> d78169d9b283 19:09:48 Step 7/20 : COPY . . 19:09:48 Removing intermediate container a1a22f3bc9a7 19:09:48 ---> ef42aecd15b0 19:09:48 Step 9/24 : COPY . . 19:09:48 Removing intermediate container 569bebf950e8 19:09:48 ---> 2ef17b6ee144 19:09:48 Step 8/33 : COPY . . 19:09:49 fcf976331f73: Pull complete 19:09:49 Digest: sha256:42df807b16ab3f1597034bcf0018cb26f012c54ed771f2ecbf0eeaf3e7d2e189 19:09:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:09:49 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:49 WORKDIR /edgex 19:09:49 COPY go.mod . 19:09:49 RUN go mod download 19:09:49 + docker build -t ci-base-image-arm64 -f - . 19:09:50 Sending build context to Docker daemon 3.262MB 19:09:50 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:50 ---> 3970a7415f9e 19:09:50 Step 2/4 : WORKDIR /edgex 19:09:52 ---> Running in cf131aee3387 19:09:52 Removing intermediate container cf131aee3387 19:09:52 ---> 38c98b7e3bd3 19:09:52 Step 3/4 : COPY go.mod . 19:09:52 ---> a9e9beb25395 19:09:52 Step 4/4 : RUN go mod download 19:09:52 ---> Running in 2842e8252718 19:09:56 ---> 42ace2546dc1 19:09:56 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:09:56 ---> b8435044c5ca 19:09:56 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:09:56 ---> 63b3725747e0 19:09:56 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:09:56 ---> bb025af81412 19:09:56 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:09:56 ---> 593e456607cd 19:09:56 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:09:56 ---> Running in eef3e9aaedaa 19:09:56 ---> Running in ffce74ac1174 19:09:56 ---> Running in 50313e2ac572 19:09:56 ---> Running in 0efc2ea73c18 19:09:56 ---> Running in 82bf7e9054da 19:09:56 Removing intermediate container ffce74ac1174 19:09:56 ---> e38bf12e7a1e 19:09:56 Step 10/26 : WORKDIR /edgex-go/spire-build 19:09:56 ---> Running in 77b8c5be93f8 19:09:56 Removing intermediate container 77b8c5be93f8 19:09:56 ---> 073d4fca6e57 19:09:56 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:09:56 ---> Running in ef33dd1809b1 19:09:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:09:56 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:09:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:09:56 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:09:57 Removing intermediate container ef33dd1809b1 19:09:57 ---> 0a730148bf9b 19:09:57 Step 12/26 : WORKDIR /edgex-go 19:09:57 ---> Running in a9f81d99096e 19:09:57 Removing intermediate container a9f81d99096e 19:09:57 ---> 6a49c485b4da 19:09:57 19:09:57 Step 13/26 : FROM alpine:3.15 19:09:57 3.15: Pulling from library/alpine 19:09:57 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:09:57 Status: Downloaded newer image for alpine:3.15 19:09:57 ---> c4fc93816858 19:09:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:09:57 ---> Running in c4ffa6b129d2 19:09:58 Removing intermediate container c4ffa6b129d2 19:09:58 ---> 3635df8fa184 19:09:58 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:58 ---> Running in 0f8e4eb3e9a5 19:09:59 Removing intermediate container 0f8e4eb3e9a5 19:09:59 ---> 151b19d2572a 19:09:59 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:09:59 ---> Running in 9f20e2b91b1e 19:09:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:00 v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:00 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:00 OK: 15857 distinct packages available 19:10:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:03 (1/4) Installing dumb-init (1.2.5-r1) 19:10:03 (2/4) Installing musl-obstack (1.2.3-r0) 19:10:03 (3/4) Installing libucontext (1.1-r0) 19:10:03 (4/4) Installing gcompat (1.0.0-r4) 19:10:03 Executing busybox-1.34.1-r7.trigger 19:10:03 OK: 6 MiB in 18 packages 19:10:05 Removing intermediate container 9f20e2b91b1e 19:10:05 ---> e3e0778147bf 19:10:05 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:10:08 ---> 4309b33615dc 19:10:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:10:08 ---> 3ace2a0863b8 19:10:08 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:10:08 ---> Running in 6c72eecc1e4f 19:10:09 Removing intermediate container 6c72eecc1e4f 19:10:09 ---> 4a33a171efc8 19:10:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:10:09 ---> 55bfd7e408e8 19:10:09 Step 21/26 : WORKDIR / 19:10:09 ---> Running in 8e25bc54a3de 19:10:10 Removing intermediate container 8e25bc54a3de 19:10:10 ---> e0ecd3287fe3 19:10:10 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:10:10 ---> Running in 50153841fe69 19:10:10 Removing intermediate container 50153841fe69 19:10:10 ---> f07d8e6dbbbf 19:10:10 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:10:11 ---> Running in a5bbf3537a02 19:10:11 Removing intermediate container a5bbf3537a02 19:10:11 ---> b3baf0068090 19:10:11 Step 24/26 : LABEL arch=x86_64 19:10:11 ---> Running in 88ebb7c75a8b 19:10:11 Removing intermediate container 88ebb7c75a8b 19:10:11 ---> fed60f80d36a 19:10:11 Step 25/26 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:10:11 ---> Running in 69020feb083c 19:10:12 Removing intermediate container 69020feb083c 19:10:12 ---> 236afc8308d9 19:10:12 Step 26/26 : LABEL version=0.0.0 19:10:12 ---> Running in 0fc82ed75eaf 19:10:12 Removing intermediate container 0fc82ed75eaf 19:10:12 ---> 8dbf1db990f5 19:10:12 19:10:12 Successfully built 8dbf1db990f5 19:10:12 Successfully tagged security-spire-config:latest 19:10:12  Building security-spire-config ... done Building support-notifications 19:10:16 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:10:16 ---> 418b175a35ae 19:10:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:10:16 ---> Using cache 19:10:16 ---> 93040e8ac783 19:10:16 Step 4/23 : WORKDIR /edgex-go 19:10:16 ---> Using cache 19:10:16 ---> e7233055ddb4 19:10:16 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:16 ---> Using cache 19:10:16 ---> 428f56b6ee18 19:10:16 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:10:16 ---> Running in dad27881ee0f 19:10:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:19 OK: 211 MiB in 51 packages 19:10:20 Removing intermediate container dad27881ee0f 19:10:20 ---> 16f226013af8 19:10:20 Step 7/23 : COPY go.mod vendor* ./ 19:10:20 ---> 3c777bf30d17 19:10:20 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:20 ---> Running in 35f6b208cd77 19:10:25 Removing intermediate container 2842e8252718 19:10:25 ---> 57d0ee099bc9 19:10:25 Successfully built 57d0ee099bc9 19:10:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:25 + docker inspect -f . ci-base-image-arm64 19:10:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:25 prd-ubuntu20.04-docker-arm64-4c-16g-7281 does not seem to be running inside a container 19:10:25 $ 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 ******** ci-base-image-arm64 cat 19:10:26 $ docker top 2a42310684bf12902a4ae145f7fdb97674ff5547c8dd1aba61e97ce7c5b218c1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:10:27 + go version 19:10:27 go version go1.18.3 linux/arm64 [Pipeline] } 19:10:27 $ docker stop --time=1 2a42310684bf12902a4ae145f7fdb97674ff5547c8dd1aba61e97ce7c5b218c1 19:10:29 Removing intermediate container 82bf7e9054da 19:10:29 ---> c62d3bfcc450 19:10:29 19:10:29 Step 11/24 : FROM alpine:3.16 19:10:29 Removing intermediate container 50313e2ac572 19:10:29 ---> 7c899b19cfd2 19:10:29 19:10:29 Step 10/33 : FROM alpine:3.16 19:10:29 $ docker rm -f 2a42310684bf12902a4ae145f7fdb97674ff5547c8dd1aba61e97ce7c5b218c1 19:10:29 3.16: Pulling from library/alpine 19:10:29 3.16: Pulling from library/alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 19:10:29 Removing intermediate container 35f6b208cd77 19:10:29 ---> cdea11003d11 19:10:29 Step 9/23 : COPY . . [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:30 + docker inspect -f . ci-base-image-arm64 19:10:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:30 prd-ubuntu20.04-docker-arm64-4c-16g-7281 does not seem to be running inside a container 19:10:30 $ 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 ******** ci-base-image-arm64 cat 19:10:31 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:10:31 Status: Downloaded newer image for alpine:3.16 19:10:31 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:10:31 Status: Image is up to date for alpine:3.16 19:10:31 ---> 9c6f07244728 19:10:31 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:31 ---> 9c6f07244728 19:10:31 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:10:31 Removing intermediate container eef3e9aaedaa 19:10:31 ---> ff416990400f 19:10:31 19:10:31 Step 9/20 : FROM alpine:3.15 19:10:31 ---> c4fc93816858 19:10:31 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:31 ---> Using cache 19:10:31 ---> 3635df8fa184 19:10:31 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:31 ---> Using cache 19:10:31 ---> 151b19d2572a 19:10:31 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:10:31 $ docker top 1f5a7669706227e2638ba3b5eecc9dc3600b5d3dff0af55d84d423f449e74af1 -eo pid,comm [Pipeline] { [Pipeline] echo 19:10:32 ========================================================= 19:10:32 [edgeXBuildGoParallel] Running Tests and Build... 19:10:32 ========================================================= [Pipeline] sh 19:10:32 ---> Running in fc2459606b30 19:10:32 ---> Running in a435d2d6b235 19:10:32 ---> Running in 1582a36160d7 19:10:32 Removing intermediate container 0efc2ea73c18 19:10:32 ---> 9923dbd2a4ee 19:10:32 19:10:32 Step 11/23 : FROM alpine:3.16 19:10:32 ---> 9c6f07244728 19:10:32 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:10:32 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:10:32 ---> Running in 12bf1be1ad57 19:10:32 Removing intermediate container fc2459606b30 19:10:32 ---> 5fa4a9c5b246 19:10:32 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:10:32 ---> Running in 7faacae0af92 19:10:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:32 + make test 19:10:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:10:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:33 (1/1) Installing dumb-init (1.2.5-r1) 19:10:33 Executing busybox-1.35.0-r17.trigger 19:10:33 OK: 6 MiB in 15 packages 19:10:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:33 (1/1) Installing dumb-init (1.2.5-r1) 19:10:33 Executing busybox-1.35.0-r17.trigger 19:10:33 OK: 6 MiB in 15 packages 19:10:33 (1/2) Installing dumb-init (1.2.5-r1) 19:10:33 (2/2) Installing su-exec (0.2-r1) 19:10:33 Executing busybox-1.35.0-r17.trigger 19:10:33 OK: 6 MiB in 16 packages 19:10:33 ---> 89ce5d12f236 19:10:33 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:10:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:33 ---> Running in 3f3af6fcaf32 19:10:33 Removing intermediate container 1582a36160d7 19:10:33 ---> 7d84588da450 19:10:33 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:10:33 ---> Running in 135a53b6f42d 19:10:33 Removing intermediate container 12bf1be1ad57 19:10:33 ---> eabc4e1ec737 19:10:33 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:10:33 ---> Running in c5faf7f8b73a 19:10:33 Removing intermediate container 7faacae0af92 19:10:33 ---> 73330a8d40f4 19:10:33 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:10:33 v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:33 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:33 OK: 15857 distinct packages available 19:10:33 Removing intermediate container 135a53b6f42d 19:10:33 ---> b17f789a2d51 19:10:33 Step 14/24 : ENV APP_PORT=59882 19:10:34 ---> Running in 28dcde71f73f 19:10:34 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:34 ---> Running in 8bf8ac105dd9 19:10:34 Removing intermediate container c5faf7f8b73a 19:10:34 ---> 94a0f176fae0 19:10:34 Step 14/23 : ENV APP_PORT=59861 19:10:34 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:10:34 ---> Running in 9e0a0fc02cae 19:10:34 Removing intermediate container 28dcde71f73f 19:10:34 ---> 811520cd806c 19:10:34 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:10:34 Removing intermediate container 8bf8ac105dd9 19:10:34 ---> 6523fa22c57c 19:10:34 Step 15/24 : EXPOSE $APP_PORT 19:10:34 ---> Running in 696945230c29 19:10:34 ---> Running in d16e7c59cbed 19:10:34 Removing intermediate container 9e0a0fc02cae 19:10:34 ---> 35208055752e 19:10:34 Step 15/23 : EXPOSE $APP_PORT 19:10:34 ---> Running in 7e988ef1747c 19:10:34 Removing intermediate container 696945230c29 19:10:34 ---> b7461d20bbb3 19:10:34 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:10:34 ---> Running in f388838c2d83 19:10:34 Removing intermediate container d16e7c59cbed 19:10:34 ---> d8b2a1f746ec 19:10:34 Step 16/24 : WORKDIR / 19:10:34 Removing intermediate container 7e988ef1747c 19:10:34 ---> dce9ba26cfa2 19:10:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:34 ---> Running in 2d2a88059a4f 19:10:34 Removing intermediate container f388838c2d83 19:10:34 ---> 8b3c72551b8b 19:10:34 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:10:34 ---> Running in 0ac9e91d9e13 19:10:34 Removing intermediate container 2d2a88059a4f 19:10:34 ---> 78b53ff37f7c 19:10:34 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:34 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:34 ---> ac59b3dde08f 19:10:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:10:34 Removing intermediate container 0ac9e91d9e13 19:10:34 ---> 947ab2109f4c 19:10:34 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:10:34 ---> Running in 697f6bb9bc21 19:10:35 ---> c391e4c76d4f 19:10:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:10:35 (1/9) Installing ca-certificates (20220614-r0) 19:10:35 (2/9) Installing brotli-libs (1.0.9-r5) 19:10:35 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:10:35 (4/9) Installing libcurl (7.80.0-r3) 19:10:35 (5/9) Installing curl (7.80.0-r3) 19:10:35 ---> 26b69da82751 19:10:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:10:35 (6/9) Installing dumb-init (1.2.5-r1) 19:10:35 ---> c7cbd77b715d 19:10:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:10:35 (7/9) Installing musl-obstack (1.2.3-r0) 19:10:35 (8/9) Installing libucontext (1.1-r0) 19:10:35 ---> d09c7e114b47 19:10:35 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:10:35 ---> 2d7f1a822b23 19:10:35 Step 20/24 : ENTRYPOINT ["/core-command"] 19:10:35 (9/9) Installing gcompat (1.0.0-r4) 19:10:35 ---> Running in 605a0b599603 19:10:35 Removing intermediate container 697f6bb9bc21 19:10:35 ---> 392d470a74b1 19:10:35 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:10:35 Executing busybox-1.34.1-r7.trigger 19:10:35 Executing ca-certificates-20220614-r0.trigger 19:10:35 ---> Running in 9f54bb99bd71 19:10:35 ---> Running in 8881e062f201 19:10:35 OK: 8 MiB in 23 packages 19:10:35 Removing intermediate container 605a0b599603 19:10:35 ---> cb7e94d9fae1 19:10:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:35 ---> Running in 02d3d57088ad 19:10:36 Removing intermediate container 9f54bb99bd71 19:10:36 ---> 78743af64b5b 19:10:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:36 Removing intermediate container 8881e062f201 19:10:36 ---> 8d1fa27f46ab 19:10:36 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:10:36 ---> Running in 7369167e33f3 19:10:36 Removing intermediate container 02d3d57088ad 19:10:36 ---> e709f80bc001 19:10:36 Step 21/23 : LABEL arch=x86_64 19:10:36 ---> Running in fed7dfb30f2d 19:10:36 ---> 60aff4688d2b 19:10:36 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:10:36 Removing intermediate container 7369167e33f3 19:10:36 ---> 04c17fd401a7 19:10:36 Step 22/24 : LABEL arch=x86_64 19:10:36 ---> Running in f786031182a7 19:10:36 Removing intermediate container fed7dfb30f2d 19:10:36 ---> bc344cbe89aa 19:10:36 Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:10:36 ---> Running in db4304a75ad1 19:10:36 ---> Running in 91b756369a66 19:10:36 Removing intermediate container db4304a75ad1 19:10:36 ---> 1e77f86a7435 19:10:36 Step 23/24 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:10:36 Removing intermediate container 91b756369a66 19:10:36 ---> 1c9366facdf7 19:10:36 Step 23/23 : LABEL version=0.0.0 19:10:36 ---> Running in dd8a5519cecb 19:10:37 Removing intermediate container a435d2d6b235 19:10:37 ---> 0de033495ebd 19:10:37 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:37 ---> Running in 1e2448b40421 19:10:37 Removing intermediate container dd8a5519cecb 19:10:37 ---> 540a4b5658d3 19:10:37 Step 24/24 : LABEL version=0.0.0 19:10:37 ---> Running in 80ed188bb91e 19:10:37 Removing intermediate container 1e2448b40421 19:10:37 ---> e399dcda6999 19:10:37 19:10:37 ---> a4bc7666d272 19:10:37 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:10:37 Removing intermediate container 80ed188bb91e 19:10:37 ---> 8803b18f94e7 19:10:37 19:10:37 Successfully built e399dcda6999 19:10:37 Successfully tagged support-scheduler:latest 19:10:37  Building support-scheduler ... done Building security-spire-agent 19:10:37 Successfully built 8803b18f94e7 19:10:37 Successfully tagged core-command:latest 19:10:37  Building core-command ... done Building core-data 19:10:37 Removing intermediate container f786031182a7 19:10:37 ---> 6c9292ad2453 19:10:37 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:10:39 ---> 585ceaa27a50 19:10:39 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:10:39 ---> 54528788a4b0 19:10:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:10:40 ---> 82f3a4506632 19:10:40 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:10:40 ---> b4100a0eaff9 19:10:40 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:10:40 ---> Running in 558a02288038 19:10:40 Removing intermediate container 558a02288038 19:10:40 ---> 70f07e52306a 19:10:40 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:40 ---> Running in 3fdf1cfc1e79 19:10:40 ---> b7095733a77c 19:10:40 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:10:40 Removing intermediate container 3fdf1cfc1e79 19:10:40 ---> 910324441705 19:10:40 Step 18/20 : LABEL arch=x86_64 19:10:41 ---> Running in 68f5794c59d0 19:10:41 ---> e8064c6aab7c 19:10:41 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:10:41 Removing intermediate container 68f5794c59d0 19:10:41 ---> e9576b8cd3dd 19:10:41 Step 19/20 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:10:41 ---> Running in 15102c9e8957 19:10:41 ---> 1be0df6cc3d6 19:10:41 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:10:41 Removing intermediate container 15102c9e8957 19:10:41 ---> a515737d7226 19:10:41 Step 20/20 : LABEL version=0.0.0 19:10:41 ---> Running in 19dac4650c35 19:10:42 ---> a05bd907cb07 19:10:42 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:10:42 Removing intermediate container 19dac4650c35 19:10:42 ---> 96321207b066 19:10:42 19:10:42 Successfully built 96321207b066 19:10:42 Successfully tagged security-spiffe-token-provider:latest 19:10:42  Building security-spiffe-token-provider ... done Building core-metadata 19:10:43 ---> 29e9820c795b 19:10:43 Step 28/33 : RUN chmod +x /entrypoint.sh 19:10:43 ---> Running in 500f777a86ea 19:10:45 Removing intermediate container 500f777a86ea 19:10:45 ---> 64fcf3079367 19:10:45 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:10:45 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:10:45 ---> 418b175a35ae 19:10:45 Step 3/26 : WORKDIR /edgex-go 19:10:45 ---> Using cache 19:10:45 ---> a5c17ab4d429 19:10:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:45 ---> Using cache 19:10:45 ---> dc2b3923133a 19:10:45 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:10:45 ---> Running in 5d6c296e6f09 19:10:45 ---> Running in fb2ed2e809b9 19:10:46 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:10:46 ---> 418b175a35ae 19:10:46 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:10:46 ---> Using cache 19:10:46 ---> 93040e8ac783 19:10:46 Step 4/24 : WORKDIR /edgex-go 19:10:46 ---> Using cache 19:10:46 ---> e7233055ddb4 19:10:46 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:46 ---> Using cache 19:10:46 ---> 428f56b6ee18 19:10:46 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:10:46 Removing intermediate container 5d6c296e6f09 19:10:46 ---> 03cc5655b649 19:10:46 Step 30/33 : CMD ["gate"] 19:10:46 ---> Running in a25d0953e7b2 19:10:46 ---> Running in 14087b96853e 19:10:46 Removing intermediate container a25d0953e7b2 19:10:46 ---> a564d514e589 19:10:46 Step 31/33 : LABEL arch=x86_64 19:10:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:46 ---> Running in ab620087d6bb 19:10:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:47 Removing intermediate container ab620087d6bb 19:10:47 ---> a2b60c0338bc 19:10:47 Step 32/33 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:10:47 ---> Running in 6b75e0410518 19:10:47 Removing intermediate container 6b75e0410518 19:10:47 ---> c3c45610f9cb 19:10:47 Step 33/33 : LABEL version=0.0.0 19:10:47 ---> Running in f90723aa186b 19:10:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:47 Removing intermediate container f90723aa186b 19:10:47 ---> d257fc175a46 19:10:47 19:10:47 Successfully built d257fc175a46 19:10:47 Successfully tagged security-bootstrapper:latest 19:10:47 OK: 211 MiB in 51 packages 19:10:47  Building security-bootstrapper ... done Building security-spire-server 19:10:48 OK: 211 MiB in 51 packages 19:10:49 Removing intermediate container fb2ed2e809b9 19:10:49 ---> d72792d6e89c 19:10:49 Step 6/26 : COPY go.mod vendor* ./ 19:10:49 Removing intermediate container 14087b96853e 19:10:49 ---> 68e7e4cdd625 19:10:49 Step 7/24 : COPY go.mod vendor* ./ 19:10:49 ---> 6c7b04a5645e 19:10:49 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:50 ---> Running in c669c86fa7ad 19:10:50 ---> 0e8cf37233bc 19:10:50 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:50 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:50 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:10:50 ---> 418b175a35ae 19:10:50 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:10:50 ---> Using cache 19:10:50 ---> 93040e8ac783 19:10:50 Step 4/25 : WORKDIR /edgex-go 19:10:50 ---> Using cache 19:10:50 ---> e7233055ddb4 19:10:50 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:50 ---> Using cache 19:10:50 ---> 428f56b6ee18 19:10:50 Step 6/25 : RUN apk add --update --no-cache make git 19:10:50 ---> Using cache 19:10:50 ---> 2f9474de13c5 19:10:50 Step 7/25 : COPY go.mod vendor* ./ 19:10:50 ---> Using cache 19:10:50 ---> eac563956581 19:10:50 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:50 ---> Using cache 19:10:50 ---> ef42aecd15b0 19:10:50 Step 9/25 : COPY . . 19:10:50 ---> Using cache 19:10:50 ---> 593e456607cd 19:10:50 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:10:50 ---> Running in e8cd79c22c05 19:10:50 ---> Running in af52682c2c69 19:10:51 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:10:52 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:10:52 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:10:52 ---> 418b175a35ae 19:10:52 Step 3/25 : WORKDIR /edgex-go 19:10:52 ---> Using cache 19:10:52 ---> a5c17ab4d429 19:10:52 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:52 ---> Using cache 19:10:52 ---> dc2b3923133a 19:10:52 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:10:52 ---> Using cache 19:10:52 ---> d72792d6e89c 19:10:52 Step 6/25 : COPY go.mod vendor* ./ 19:10:52 ---> Using cache 19:10:52 ---> 6c7b04a5645e 19:10:52 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:54 ---> Running in 73d62734e2eb 19:11:01 Removing intermediate container 3f3af6fcaf32 19:11:01 ---> b75e2727392c 19:11:01 19:11:01 Step 11/23 : FROM alpine:3.16 19:11:01 ---> 9c6f07244728 19:11:01 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:11:01 Removing intermediate container c669c86fa7ad 19:11:01 ---> 9b57f3d584bb 19:11:01 Step 8/26 : COPY . . 19:11:01 ---> Running in 11550daf0888 19:11:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:02 (1/2) Installing ca-certificates (20220614-r0) 19:11:02 (2/2) Installing dumb-init (1.2.5-r1) 19:11:02 Executing busybox-1.35.0-r17.trigger 19:11:02 Executing ca-certificates-20220614-r0.trigger 19:11:02 OK: 6 MiB in 16 packages 19:11:02 Removing intermediate container e8cd79c22c05 19:11:02 ---> f2d222575bea 19:11:02 Step 9/24 : COPY . . 19:11:05 ? github.com/edgexfoundry/edgex-go [no test files] 19:11:05 Removing intermediate container 11550daf0888 19:11:05 ---> fd793b441675 19:11:05 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:11:06 ---> Running in 416a9882b129 19:11:06 Removing intermediate container 73d62734e2eb 19:11:06 ---> eee5a4573a06 19:11:06 Step 8/25 : COPY . . 19:11:06 Removing intermediate container 416a9882b129 19:11:06 ---> 565cf340c766 19:11:06 Step 14/23 : ENV APP_PORT=59860 19:11:08 ---> Running in 3d5c3ccd2f75 19:11:08 ---> ec201af8dbf9 19:11:08 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:11:08 ---> Running in bffd174e6699 19:11:08 Removing intermediate container 3d5c3ccd2f75 19:11:08 ---> 689d43439c7f 19:11:08 Step 15/23 : EXPOSE $APP_PORT 19:11:08 ---> Running in 4c83bb11d190 19:11:08 Removing intermediate container bffd174e6699 19:11:08 ---> 7019df25afb4 19:11:08 Step 10/26 : WORKDIR /edgex-go/spire-build 19:11:08 ---> Running in 299d18df713f 19:11:08 Removing intermediate container 4c83bb11d190 19:11:08 ---> f431a98b9b39 19:11:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:08 Removing intermediate container 299d18df713f 19:11:08 ---> a40980905dbd 19:11:08 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:11:09 ---> a6ded57b4164 19:11:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:11:09 ---> Running in 4e71ef3146b3 19:11:09 ---> 43d9b5893bd5 19:11:09 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:11:09 ---> Running in a1a793d2a019 19:11:09 ---> ca905ead7977 19:11:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:11:10 ---> 60c2237d95d2 19:11:10 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:11:10 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:11:10 ---> Running in eab48ef72897 19:11:10 Removing intermediate container 4e71ef3146b3 19:11:10 ---> 697c6e250f40 19:11:10 Step 12/26 : WORKDIR /edgex-go 19:11:10 ---> Running in c7c95bbaa121 19:11:10 Removing intermediate container af52682c2c69 19:11:10 ---> cf391a144285 19:11:10 19:11:10 Step 11/25 : FROM alpine:3.16 19:11:10 ---> 9c6f07244728 19:11:10 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:11:10 ---> Using cache 19:11:10 ---> eabc4e1ec737 19:11:10 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:11:10 ---> Using cache 19:11:10 ---> 94a0f176fae0 19:11:10 Step 14/25 : ENV APP_PORT=59881 19:11:10 Removing intermediate container eab48ef72897 19:11:10 ---> 22ec4c1646b8 19:11:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:10 ---> Running in 9b74e25d1a07 19:11:10 ---> Running in 9605cf0bf6a8 19:11:10 Removing intermediate container c7c95bbaa121 19:11:10 ---> 361518df7fd0 19:11:10 19:11:10 Step 13/26 : FROM alpine:3.15 19:11:10 ---> c4fc93816858 19:11:10 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:11:10 ---> Using cache 19:11:10 ---> 3635df8fa184 19:11:10 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:10 ---> Using cache 19:11:10 ---> 151b19d2572a 19:11:10 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:11:10 Removing intermediate container 9b74e25d1a07 19:11:10 ---> 914eaf86b706 19:11:10 Step 15/25 : EXPOSE $APP_PORT 19:11:10 Removing intermediate container 9605cf0bf6a8 19:11:10 ---> 2342a133c416 19:11:10 Step 21/23 : LABEL arch=x86_64 19:11:10 ---> Running in a0a808715df1 19:11:10 ---> Running in 63e3f18cf533 19:11:10 ---> Running in 0feb70131963 19:11:11 ---> af98ed6f5821 19:11:11 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:11:11 Removing intermediate container 63e3f18cf533 19:11:11 ---> 17e15856bd9f 19:11:11 Step 16/25 : WORKDIR / 19:11:11 ---> Running in 554037ff8489 19:11:11 Removing intermediate container 0feb70131963 19:11:11 ---> d4b31386f73c 19:11:11 Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:11:11 ---> Running in 92e41cabbe23 19:11:11 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:11 ---> Running in 756ea65fd73d 19:11:11 Removing intermediate container 554037ff8489 19:11:11 ---> a354993b5240 19:11:11 Step 10/25 : WORKDIR /edgex-go/spire-build 19:11:11 ---> Running in 599f5315fe53 19:11:11 Removing intermediate container 92e41cabbe23 19:11:11 ---> 1b980185c697 19:11:11 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:11 Removing intermediate container 756ea65fd73d 19:11:11 ---> 5156b2a15fc4 19:11:11 Step 23/23 : LABEL version=0.0.0 19:11:11 ---> Running in e8a567f1f588 19:11:11 Removing intermediate container 599f5315fe53 19:11:11 ---> 51c669563ae4 19:11:11 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:11:11 ---> Running in 9218833a5321 19:11:11 ---> 1892147358bb 19:11:11 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:11:11 Removing intermediate container e8a567f1f588 19:11:11 ---> af4efa829b9a 19:11:11 19:11:11 Successfully built af4efa829b9a 19:11:11 Successfully tagged support-notifications:latest 19:11:11 Building security-proxy-setup 19:11:12  Building support-notifications ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:12 ---> ab3c1a64a6e2 19:11:12 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:11:13 ---> 3a4713e998d4 19:11:13 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:11:13 Removing intermediate container 9218833a5321 19:11:13 ---> 061214ca684c 19:11:13 Step 12/25 : WORKDIR /edgex-go 19:11:13 ---> Running in 79ebbfd404b1 19:11:13 v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:11:13 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:11:13 OK: 15857 distinct packages available 19:11:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:13 ---> dd17aba4412a 19:11:13 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:11:13 ---> Running in 305a0b8c6c00 19:11:13 Removing intermediate container 79ebbfd404b1 19:11:13 ---> 9c5ed956e56b 19:11:13 19:11:13 Step 13/25 : FROM alpine:3.15 19:11:13 ---> c4fc93816858 19:11:13 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:11:13 ---> Using cache 19:11:13 ---> 3635df8fa184 19:11:13 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:13 ---> Using cache 19:11:13 ---> 151b19d2572a 19:11:13 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:11:14 ---> Running in a2c6846e79e2 19:11:14 Removing intermediate container 305a0b8c6c00 19:11:14 ---> 96384a374792 19:11:14 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:14 ---> Running in a87dc8f2360c 19:11:14 Removing intermediate container a87dc8f2360c 19:11:14 ---> 2458fddd3966 19:11:14 Step 23/25 : LABEL arch=x86_64 19:11:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:14 ---> Running in 79469a94d423 19:11:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:15 Removing intermediate container 79469a94d423 19:11:15 ---> 0ccca61ac3c1 19:11:15 Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:11:15 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:11:15 ---> 418b175a35ae 19:11:15 Step 3/22 : WORKDIR /edgex-go 19:11:15 ---> Using cache 19:11:15 ---> a5c17ab4d429 19:11:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:15 ---> Using cache 19:11:15 ---> dc2b3923133a 19:11:15 Step 5/22 : RUN apk add --update --no-cache make git 19:11:15 ---> Using cache 19:11:15 ---> 5e678618b1f0 19:11:15 Step 6/22 : COPY go.mod vendor* ./ 19:11:15 ---> Using cache 19:11:15 ---> 58e23a4578bc 19:11:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:15 ---> Using cache 19:11:15 ---> 2ef17b6ee144 19:11:15 Step 8/22 : COPY . . 19:11:15 ---> Using cache 19:11:15 ---> bb025af81412 19:11:15 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:11:15 ---> Running in 062de264b8a4 19:11:15 ---> Running in ca89be4e2b23 19:11:15 Removing intermediate container ca89be4e2b23 19:11:15 ---> 5a535e54793b 19:11:15 Step 25/25 : LABEL version=0.0.0 19:11:15 ---> Running in 03d59ceea3a6 19:11:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:11:15 Removing intermediate container 03d59ceea3a6 19:11:15 ---> 8b3cbe35eebd 19:11:15 19:11:15 Successfully built 8b3cbe35eebd 19:11:15 Successfully tagged core-metadata:latest 19:11:15 Building security-secretstore-setup 19:11:15  Building core-metadata ... done v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:11:15 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:11:15 OK: 15857 distinct packages available 19:11:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:16 (1/5) Installing dumb-init (1.2.5-r1) 19:11:16 (2/5) Installing musl-obstack (1.2.3-r0) 19:11:16 (3/5) Installing libucontext (1.1-r0) 19:11:16 (4/5) Installing gcompat (1.0.0-r4) 19:11:16 (5/5) Installing openssl (1.1.1q-r0) 19:11:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:16 Executing busybox-1.34.1-r7.trigger 19:11:16 OK: 7 MiB in 19 packages 19:11:16 (1/5) Installing dumb-init (1.2.5-r1) 19:11:17 (2/5) Installing musl-obstack (1.2.3-r0) 19:11:17 (3/5) Installing libucontext (1.1-r0) 19:11:17 (4/5) Installing gcompat (1.0.0-r4) 19:11:17 (5/5) Installing openssl (1.1.1q-r0) 19:11:17 Executing busybox-1.34.1-r7.trigger 19:11:17 OK: 7 MiB in 19 packages 19:11:18 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:18 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:11:18 ---> 418b175a35ae 19:11:18 Step 3/25 : WORKDIR /edgex-go 19:11:18 ---> Using cache 19:11:18 ---> a5c17ab4d429 19:11:18 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:18 ---> Using cache 19:11:18 ---> dc2b3923133a 19:11:18 Step 5/25 : RUN apk add --update --no-cache make git 19:11:18 ---> Using cache 19:11:18 ---> 5e678618b1f0 19:11:18 Step 6/25 : COPY go.mod vendor* ./ 19:11:18 ---> Using cache 19:11:18 ---> 58e23a4578bc 19:11:18 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:18 ---> Using cache 19:11:18 ---> 2ef17b6ee144 19:11:18 Step 8/25 : COPY . . 19:11:18 ---> Using cache 19:11:18 ---> bb025af81412 19:11:18 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:11:19 ---> Running in ec4cb7ebfc39 19:11:19 Removing intermediate container a2c6846e79e2 19:11:19 ---> ca625a01367c 19:11:19 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:11:19 Removing intermediate container a0a808715df1 19:11:19 ---> 17de1731178b 19:11:19 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:11:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:11:21 ---> 56cd0e535866 19:11:21 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:11:21 ---> c3a9b5b1f344 19:11:21 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:11:22 ---> 2ebad2c65fbc 19:11:22 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:11:23 ---> 017e4a9b0cad 19:11:23 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:11:23 ---> ec644ffef190 19:11:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:11:23 ---> 06938cc5e088 19:11:23 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:11:23 ---> Running in 817ee3299ead 19:11:24 ---> a969671f896a 19:11:24 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:11:24 Removing intermediate container 817ee3299ead 19:11:24 ---> cc0bf3ceb63f 19:11:24 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:11:24 ---> 11a0c2a647d2 19:11:24 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:11:24 ---> Running in 5bc337ce7fd4 19:11:24 Removing intermediate container 5bc337ce7fd4 19:11:24 ---> e1cca5c9ed0b 19:11:24 Step 23/25 : LABEL arch=x86_64 19:11:25 ---> Running in 52a4525ae32f 19:11:25 ---> d4d96130ed29 19:11:25 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:11:25 ---> Running in 47edab4fbf3e 19:11:25 Removing intermediate container 52a4525ae32f 19:11:25 ---> b0373fac7424 19:11:25 Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:11:25 ---> Running in 8d38a4960d33 19:11:25 Removing intermediate container 47edab4fbf3e 19:11:25 ---> 445279d82ff0 19:11:25 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:11:26 ---> Running in 1a760e174584 19:11:26 Removing intermediate container 8d38a4960d33 19:11:26 ---> 59faaaf0233c 19:11:26 Step 25/25 : LABEL version=0.0.0 19:11:26 ---> Running in a524df2c6817 19:11:26 Removing intermediate container 1a760e174584 19:11:26 ---> 25bf4ae3204b 19:11:26 Step 24/26 : LABEL arch=x86_64 19:11:26 Removing intermediate container a524df2c6817 19:11:26 ---> 4b4f748c17ba 19:11:26 19:11:26 ---> Running in 04507ca605f6 19:11:26 Successfully built 4b4f748c17ba 19:11:26 Successfully tagged security-spire-server:latest 19:11:26 Building sys-mgmt-agent 19:11:27  Building security-spire-server ... done Removing intermediate container 04507ca605f6 19:11:27 ---> 9e7dfe721a10 19:11:27 Step 25/26 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:11:28 ---> Running in c26c34d835fa 19:11:29 Removing intermediate container c26c34d835fa 19:11:29 ---> 38a31fb509a3 19:11:29 Step 26/26 : LABEL version=0.0.0 19:11:29 ---> Running in b77a651578f2 19:11:29 Removing intermediate container b77a651578f2 19:11:29 ---> 125c5c71b8e8 19:11:29 19:11:29 Successfully built 125c5c71b8e8 19:11:29 Successfully tagged security-spire-agent:latest 19:11:30  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:11:30 ---> 418b175a35ae 19:11:30 Step 3/23 : WORKDIR /edgex-go 19:11:30 ---> Using cache 19:11:30 ---> a5c17ab4d429 19:11:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:30 ---> Using cache 19:11:30 ---> dc2b3923133a 19:11:30 Step 5/23 : RUN apk add --update --no-cache make bash git 19:11:30 ---> Running in 8e082698822c 19:11:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:32 OK: 211 MiB in 51 packages 19:11:33 Removing intermediate container 8e082698822c 19:11:33 ---> 9b2f159f45ed 19:11:33 Step 6/23 : COPY go.mod vendor* ./ 19:11:33 Removing intermediate container a1a793d2a019 19:11:33 ---> a6167ff49dcc 19:11:33 19:11:33 Step 11/24 : FROM alpine:3.16 19:11:33 ---> 9c6f07244728 19:11:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:11:33 ---> Running in 3e8a3e95e854 19:11:33 ---> 2a3db648bbf2 19:11:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:33 ---> Running in c36c1b3fec2a 19:11:34 Removing intermediate container 3e8a3e95e854 19:11:34 ---> e7d4819bd188 19:11:34 Step 13/24 : ENV APP_PORT=59880 19:11:34 ---> Running in f17d9b962e4d 19:11:34 Removing intermediate container f17d9b962e4d 19:11:34 ---> 584e3b444621 19:11:34 Step 14/24 : EXPOSE $APP_PORT 19:11:34 ---> Running in f3904cf549f5 19:11:34 Removing intermediate container f3904cf549f5 19:11:34 ---> 2ec1271a040f 19:11:34 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:34 ---> Running in a92109329202 19:11:34 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:11:35 Removing intermediate container a92109329202 19:11:35 ---> 77bc308e5813 19:11:35 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:11:37 ---> Running in f19e4085ea33 19:11:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:11:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:38 (1/6) Installing dumb-init (1.2.5-r1) 19:11:38 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:11:38 (3/6) Installing libsodium (1.0.18-r0) 19:11:39 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:11:39 (5/6) Installing libzmq (4.3.4-r0) 19:11:39 (6/6) Installing zeromq (4.3.4-r0) 19:11:39 Executing busybox-1.35.0-r17.trigger 19:11:39 OK: 8 MiB in 20 packages 19:11:39 Removing intermediate container 062de264b8a4 19:11:39 ---> 26e792811ba8 19:11:39 19:11:39 Step 10/22 : FROM alpine:3.16 19:11:39 ---> 9c6f07244728 19:11:39 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:11:40 ---> Running in 06578d91bedb 19:11:40 Removing intermediate container f19e4085ea33 19:11:40 ---> fc0597b54dcf 19:11:40 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:40 (1/6) Installing ca-certificates (20220614-r0) 19:11:40 (2/6) Installing brotli-libs (1.0.9-r6) 19:11:40 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:11:40 (4/6) Installing libcurl (7.83.1-r3) 19:11:40 (5/6) Installing curl (7.83.1-r3) 19:11:40 (6/6) Installing dumb-init (1.2.5-r1) 19:11:40 Executing busybox-1.35.0-r17.trigger 19:11:40 Executing ca-certificates-20220614-r0.trigger 19:11:40 OK: 8 MiB in 20 packages 19:11:41 ---> 4ff6ff33ca83 19:11:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:11:41 Removing intermediate container c36c1b3fec2a 19:11:41 ---> f84aca5d8839 19:11:41 Step 8/23 : COPY . . 19:11:41 ---> 2fae0b2663ae 19:11:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:11:41 Removing intermediate container 06578d91bedb 19:11:41 ---> 8d2ea12ea8ed 19:11:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:41 Removing intermediate container ec4cb7ebfc39 19:11:41 ---> aa6bd7039037 19:11:41 19:11:41 Step 10/25 : FROM alpine:3.16 19:11:41 ---> 9c6f07244728 19:11:41 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:11:42 ---> Running in 0e9ea2a61e4c 19:11:42 ---> Running in 428fe9640fe2 19:11:42 ---> 68001985f371 19:11:42 Step 20/24 : ENTRYPOINT ["/core-data"] 19:11:42 ---> Running in 7d728670471d 19:11:42 Removing intermediate container 428fe9640fe2 19:11:42 ---> 5d6e503ff0ae 19:11:42 Step 13/22 : WORKDIR /edgex 19:11:43 ---> Running in c628f706b363 19:11:43 Removing intermediate container 7d728670471d 19:11:43 ---> 0cfb250a869f 19:11:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:43 ---> Running in f9e9a5705cd4 19:11:43 Removing intermediate container c628f706b363 19:11:43 ---> 6fc05d97e847 19:11:43 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:11:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:43 Removing intermediate container f9e9a5705cd4 19:11:43 ---> c45c8b74feaf 19:11:43 Step 22/24 : LABEL arch=x86_64 19:11:43 ---> Running in faa09e1c0825 19:11:43 ---> 4f1f18048b3e 19:11:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:11:43 (1/3) Installing ca-certificates (20220614-r0) 19:11:43 (2/3) Installing dumb-init (1.2.5-r1) 19:11:43 (3/3) Installing su-exec (0.2-r1) 19:11:43 Executing busybox-1.35.0-r17.trigger 19:11:43 Executing ca-certificates-20220614-r0.trigger 19:11:43 Removing intermediate container faa09e1c0825 19:11:43 ---> bf0a8b1c73b0 19:11:43 Step 23/24 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:11:43 OK: 6 MiB in 17 packages 19:11:43 ---> Running in 5e6a4ad7886c 19:11:43 Removing intermediate container 5e6a4ad7886c 19:11:43 ---> d8944a3d2487 19:11:43 Step 24/24 : LABEL version=0.0.0 19:11:43 ---> 23b67459e34e 19:11:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:11:43 ---> Running in 107799bf2b63 19:11:44 Removing intermediate container 107799bf2b63 19:11:44 ---> 95549e660d98 19:11:44 19:11:44 Successfully built 95549e660d98 19:11:44 Successfully tagged core-data:latest 19:11:44  Building core-data ... done Removing intermediate container 0e9ea2a61e4c 19:11:44 ---> 2fb472b5ec8f 19:11:44 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:44 ---> 9d6a9befeab2 19:11:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:11:44 ---> Running in 670086db0cc4 19:11:44 Removing intermediate container 670086db0cc4 19:11:44 ---> 32dd1d2a9935 19:11:44 Step 13/25 : WORKDIR / 19:11:44 ---> 21b5dd1e3279 19:11:44 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:11:44 ---> Running in fd4e136ed0c2 19:11:44 ---> Running in 6894492e34da 19:11:45 Removing intermediate container fd4e136ed0c2 19:11:45 ---> cf13319dadeb 19:11:45 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:11:45 ---> 1c92b83563bb 19:11:45 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:11:45 ---> 75ee20932c1a 19:11:45 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:11:45 ---> 305d548f8606 19:11:45 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:11:45 ---> Running in 9e62a1fd6440 19:11:45 Removing intermediate container 6894492e34da 19:11:45 ---> e81fc014e1de 19:11:45 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:11:45 ---> 9b717d38fde4 19:11:45 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:11:45 ---> Running in 888d9da9979d 19:11:45 Removing intermediate container 888d9da9979d 19:11:45 ---> e39031520ad6 19:11:45 Step 20/22 : LABEL arch=x86_64 19:11:46 ---> 0bf58ff5b637 19:11:46 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:11: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-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:11:46 ---> Running in f177578964f1 19:11:46 Removing intermediate container f177578964f1 19:11:46 ---> c2afda069d80 19:11:46 Step 21/22 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:11:46 ---> Running in 516625a182f2 19:11:46 Removing intermediate container 516625a182f2 19:11:46 ---> 3906694aaf7a 19:11:46 Step 22/22 : LABEL version=0.0.0 19:11:46 ---> 22aa86a14fbf 19:11:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:11:46 ---> Running in bea7bca2bc10 19:11:46 Removing intermediate container bea7bca2bc10 19:11:46 ---> cb41dada8a1d 19:11:46 19:11:46 Successfully built cb41dada8a1d 19:11:46 Successfully tagged security-proxy-setup:latest 19:11:46  Building security-proxy-setup ... done  ---> 8ceae0a47bdf 19:11:46 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:11:47 ---> d481a11ddf22 19:11:47 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:11:47 ---> Running in 89f5efaf9dfa 19:11:47 Removing intermediate container 89f5efaf9dfa 19:11:47 ---> 6d88df32c7e2 19:11:47 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:11:47 ---> Running in 29551e1c9ed1 19:11:48 Removing intermediate container 29551e1c9ed1 19:11:48 ---> 90c9c0cb81ff 19:11:48 Step 23/25 : LABEL arch=x86_64 19:11:48 ---> Running in 928d6a0bb7bd 19:11:48 Removing intermediate container 928d6a0bb7bd 19:11:48 ---> bbd017fba598 19:11:48 Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:11:48 ---> Running in beaabf050652 19:11:48 Removing intermediate container beaabf050652 19:11:48 ---> f7bc566efe37 19:11:48 Step 25/25 : LABEL version=0.0.0 19:11:48 ---> Running in 7d0bbba9b4eb 19:11:48 Removing intermediate container 7d0bbba9b4eb 19:11:48 ---> c9dac4573075 19:11:48 19:11:48 Successfully built c9dac4573075 19:11:48 Successfully tagged security-secretstore-setup:latest 19:12:00  Building security-secretstore-setup ... done Removing intermediate container 9e62a1fd6440 19:12:00 ---> 2b06a256897e 19:12:00 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:12:00 ---> Running in 311592b1bc57 19:12:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:12:00 Removing intermediate container 311592b1bc57 19:12:00 ---> f72757381383 19:12:00 19:12:00 Step 11/23 : FROM alpine:3.16 19:12:00 ---> 9c6f07244728 19:12:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:12:00 ---> Running in 3166f40f5bf3 19:12:00 Removing intermediate container 3166f40f5bf3 19:12:00 ---> d07f356a404a 19:12:00 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:12:00 ---> Running in 817ef19d4dd0 19:12:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:01 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:12:01 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:12:01 (3/33) Installing readline (8.1.2-r0) 19:12:01 (4/33) Installing bash (5.1.16-r2) 19:12:01 Executing bash-5.1.16-r2.post-install 19:12:01 (5/33) Installing ca-certificates (20220614-r0) 19:12:01 (6/33) Installing brotli-libs (1.0.9-r6) 19:12:01 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:12:01 (8/33) Installing libcurl (7.83.1-r3) 19:12:01 (9/33) Installing curl (7.83.1-r3) 19:12:01 (10/33) Installing docker-cli (20.10.18-r0) 19:12:01 (11/33) Installing dumb-init (1.2.5-r1) 19:12:01 (12/33) Installing libbz2 (1.0.8-r1) 19:12:01 (13/33) Installing expat (2.4.9-r0) 19:12:01 (14/33) Installing libffi (3.4.2-r1) 19:12:01 (15/33) Installing gdbm (1.23-r0) 19:12:01 (16/33) Installing xz-libs (5.2.5-r1) 19:12:01 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:12:01 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:12:01 (19/33) Installing mpdecimal (2.5.1-r1) 19:12:01 (20/33) Installing sqlite-libs (3.38.5-r0) 19:12:01 (21/33) Installing python3 (3.10.5-r0) 19:12:01 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:12:01 (23/33) Installing py3-tomli (2.0.1-r1) 19:12:01 (24/33) Installing py3-pep517 (0.12.0-r2) 19:12:01 (25/33) Installing py3-six (1.16.0-r1) 19:12:01 (26/33) Installing py3-retrying (1.3.3-r3) 19:12:01 (27/33) Installing py3-appdirs (1.4.4-r3) 19:12:01 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:12:01 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:12:01 (30/33) Installing py3-parsing (2.4.7-r3) 19:12:01 (31/33) Installing py3-packaging (21.3-r0) 19:12:01 (32/33) Installing py3-setuptools (59.4.0-r0) 19:12:01 (33/33) Installing py3-pip (22.1.1-r0) 19:12:01 Executing busybox-1.35.0-r17.trigger 19:12:01 Executing ca-certificates-20220614-r0.trigger 19:12:01 OK: 122 MiB in 47 packages 19:12:03 Collecting docker-compose==1.23.2 19:12:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:12:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 23.8 MB/s eta 0:00:00 19:12:03 Collecting PyYAML<4,>=3.10 19:12:03 Downloading PyYAML-3.13.tar.gz (270 kB) 19:12:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 43.7 MB/s eta 0:00:00 19:12:04 Preparing metadata (setup.py): started 19:12:04 Preparing metadata (setup.py): finished with status 'done' 19:12:04 Collecting texttable<0.10,>=0.9.0 19:12:04 Downloading texttable-0.9.1.tar.gz (11 kB) 19:12:04 Preparing metadata (setup.py): started 19:12:04 Preparing metadata (setup.py): finished with status 'done' 19:12:04 Collecting docopt<0.7,>=0.6.1 19:12:04 Downloading docopt-0.6.2.tar.gz (25 kB) 19:12:04 Preparing metadata (setup.py): started 19:12:04 Preparing metadata (setup.py): finished with status 'done' 19:12:04 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:12:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:12:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:12:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 163.0 MB/s eta 0:00:00 19:12:05 Collecting docker<4.0,>=3.6.0 19:12:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:12:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 128.2 MB/s eta 0:00:00 19:12:05 Collecting websocket-client<1.0,>=0.32.0 19:12:05 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:12:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 180.5 MB/s eta 0:00:00 19:12:05 Collecting jsonschema<3,>=2.5.1 19:12:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:12:05 Collecting dockerpty<0.5,>=0.4.1 19:12:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:12:05 Preparing metadata (setup.py): started 19:12:05 Preparing metadata (setup.py): finished with status 'done' 19:12:05 Collecting cached-property<2,>=1.2.0 19:12:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:12:05 Collecting docker-pycreds>=0.4.0 19:12:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:12:05 Collecting certifi>=2017.4.17 19:12:05 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:12:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 180.3 MB/s eta 0:00:00 19:12:05 Collecting urllib3<1.25,>=1.21.1 19:12:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:12:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 52.4 MB/s eta 0:00:00 19:12:05 Collecting chardet<3.1.0,>=3.0.2 19:12:05 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:12:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 56.0 MB/s eta 0:00:00 19:12:05 Collecting idna<2.8,>=2.5 19:12:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:12:05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 117.9 MB/s eta 0:00:00 19:12:05 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:12:05 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:12:05 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:12:05 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:12:05 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:12:05 Running setup.py install for texttable: started 19:12:06 Running setup.py install for texttable: finished with status 'done' 19:12:06 Running setup.py install for PyYAML: started 19:12:06 Running setup.py install for PyYAML: finished with status 'done' 19:12:06 Running setup.py install for docopt: started 19:12:07 Running setup.py install for docopt: finished with status 'done' 19:12:07 Running setup.py install for dockerpty: started 19:12:08 Running setup.py install for dockerpty: finished with status 'done' 19:12:08 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:12:08 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 19:12:11 Removing intermediate container 817ef19d4dd0 19:12:11 ---> a562ed2efd08 19:12:11 Step 14/23 : ENV APP_PORT=58890 19:12:11 ---> Running in fe002873ccd4 19:12:11 Removing intermediate container fe002873ccd4 19:12:11 ---> a8651e7ecf79 19:12:11 Step 15/23 : EXPOSE $APP_PORT 19:12:11 ---> Running in 2b0664dde0f1 19:12:11 Removing intermediate container 2b0664dde0f1 19:12:11 ---> 1e8d7dcf92c9 19:12:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:12:11 ---> 15128a5afe4b 19:12:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:12:12 ---> 1d6006ac0c7f 19:12:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:12:12 ---> 582f6b029dc4 19:12:12 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:12:12 ---> Running in bbcc8da25502 19:12:12 Removing intermediate container bbcc8da25502 19:12:12 ---> 9effc0a7abb4 19:12:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:12 ---> Running in 5d524335f019 19:12:12 Removing intermediate container 5d524335f019 19:12:12 ---> 33281f45ae70 19:12:12 Step 21/23 : LABEL arch=x86_64 19:12:12 ---> Running in c49dd12cf2c4 19:12:12 Removing intermediate container c49dd12cf2c4 19:12:12 ---> 2415b0a53763 19:12:12 Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:12:12 ---> Running in cdf705ceaa71 19:12:12 Removing intermediate container cdf705ceaa71 19:12:12 ---> c86ade92b63b 19:12:12 Step 23/23 : LABEL version=0.0.0 19:12:12 ---> Running in 7bd90b4efeed 19:12:13 Removing intermediate container 7bd90b4efeed 19:12:13 ---> 821fb2d4eb6d 19:12:13 19:12:13 Successfully built 821fb2d4eb6d 19:12:13 Successfully tagged sys-mgmt-agent:latest 19:12:13  Building sys-mgmt-agent ... done  [Pipeline] } 19:12:13 $ docker stop --time=1 bfb8f9cfea8c6811fb1db28ef6339740ab40e000406661393656687d5e334ed1 19:12:14 $ docker rm -f bfb8f9cfea8c6811fb1db28ef6339740ab40e000406661393656687d5e334ed1 [Pipeline] // withDockerContainer [Pipeline] sh 19:12:14 + docker images 19:12:14 REPOSITORY TAG IMAGE ID CREATED SIZE 19:12:14 sys-mgmt-agent latest 821fb2d4eb6d 2 seconds ago 136MB 19:12:14 f72757381383 14 seconds ago 1.56GB 19:12:14 security-secretstore-setup latest c9dac4573075 26 seconds ago 29.3MB 19:12:14 security-proxy-setup latest cb41dada8a1d 28 seconds ago 27.4MB 19:12:14 core-data latest 95549e660d98 31 seconds ago 21.6MB 19:12:14 aa6bd7039037 33 seconds ago 1.57GB 19:12:14 26e792811ba8 36 seconds ago 1.56GB 19:12:14 a6167ff49dcc 41 seconds ago 1.58GB 19:12:14 security-spire-agent latest 125c5c71b8e8 45 seconds ago 125MB 19:12:14 security-spire-server latest 4b4f748c17ba 48 seconds ago 86.5MB 19:12:14 core-metadata latest 8b3cbe35eebd 59 seconds ago 18.3MB 19:12:14 9c5ed956e56b About a minute ago 1.45GB 19:12:14 support-notifications latest af4efa829b9a About a minute ago 27.3MB 19:12:14 361518df7fd0 About a minute ago 1.45GB 19:12:14 cf391a144285 About a minute ago 1.58GB 19:12:14 b75e2727392c About a minute ago 1.63GB 19:12:14 security-bootstrapper latest d257fc175a46 About a minute ago 19.9MB 19:12:14 security-spiffe-token-provider latest 96321207b066 About a minute ago 29.3MB 19:12:14 core-command latest 8803b18f94e7 About a minute ago 17.4MB 19:12:14 support-scheduler latest e399dcda6999 About a minute ago 26.7MB 19:12:14 9923dbd2a4ee About a minute ago 1.63GB 19:12:14 ff416990400f About a minute ago 1.61GB 19:12:14 c62d3bfcc450 About a minute ago 1.57GB 19:12:14 7c899b19cfd2 About a minute ago 1.56GB 19:12:14 security-spire-config latest 8dbf1db990f5 2 minutes ago 85.8MB 19:12:14 6a49c485b4da 2 minutes ago 1.45GB 19:12:14 ci-base-image-x86_64 latest 418b175a35ae 4 minutes ago 940MB 19:12:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine cef68f9685f8 6 days ago 677MB 19:12:14 alpine 3.15 c4fc93816858 8 weeks ago 5.59MB 19:12:14 alpine 3.16 9c6f07244728 8 weeks ago 5.54MB 19:12:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 19:12:14 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:12:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:13:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.816s coverage: 28.7% of statements 19:13:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:13:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:13:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.654s coverage: 98.5% of statements 19:13:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.619s coverage: 40.6% of statements 19:13:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:13:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:13:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.876s coverage: 54.2% of statements 19:13:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:13:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:13:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 24.439s coverage: 89.2% of statements 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:13:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.825s coverage: 2.2% of statements 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:13:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.780s coverage: 95.6% of statements 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:13:56 ok github.com/edgexfoundry/edgex-go/internal/io 0.503s coverage: 72.2% of statements 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:13:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.629s coverage: 60.0% of statements 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:13:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 0.9% of statements 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:13:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.635s coverage: 58.8% of statements 19:13:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.520s coverage: 29.6% of statements 19:13:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.304s coverage: 47.1% of statements 19:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.446s coverage: 79.5% of statements 19:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.300s coverage: 94.1% of statements 19:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.390s coverage: 96.3% of statements 19:14:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.234s coverage: 87.5% of statements 19:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.381s coverage: 94.4% of statements 19:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.253s coverage: 44.8% of statements 19:14:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.769s coverage: 80.5% of statements 19:14:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.287s coverage: 92.9% of statements 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 65.1% of statements 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.243s coverage: 86.9% of statements 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.223s coverage: 87.2% of statements 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.177s coverage: 100.0% of statements 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.284s coverage: 58.8% of statements 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.302s coverage: 80.0% of statements 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.239s coverage: 87.2% of statements 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.307s coverage: 85.4% of statements 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.937s coverage: 91.2% of statements 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:14:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.931s coverage: 64.7% of statements 19:14:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:14:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:14:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.250s coverage: 100.0% of statements 19:14:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 89.4% of statements 19:14:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements 19:14:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.193s coverage: 73.7% of statements 19:14:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 19:14:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.352s coverage: 65.8% of statements 19:14:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:14:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:14:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:14:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.960s coverage: 41.8% of statements 19:14:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:14:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:14:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.281s coverage: 89.5% of statements 19:14:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:14:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.278s coverage: 84.8% of statements 19:14:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:14:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:14:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:14:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.339s coverage: 17.7% of statements 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.756s coverage: 92.3% of statements 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.397s coverage: 63.2% of statements 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.467s coverage: 97.7% of statements 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.202s coverage: 28.9% of statements 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:14:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.202s coverage: 100.0% of statements 19:14:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements 19:14:58 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:14:58 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:14:58 GO111MODULE=on go vet ./... 19:16:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:16:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:16:50 ./bin/test-attribution-txt.sh [Pipeline] echo 19:16:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:16:50 + ls -al . 19:16:50 total 756 19:16:50 drwxrwxr-x 10 1001 1001 4096 Oct 6 19:10 . 19:16:50 drwxr-xr-x 4 root root 4096 Oct 6 19:10 .. 19:16:50 drwxrwxr-x 2 1001 1001 4096 Oct 6 19:08 .blubracket 19:16:50 -rw-rw-r-- 1 1001 1001 16 Oct 6 19:08 .dockerignore 19:16:50 drwxrwxr-x 8 1001 1001 4096 Oct 6 19:08 .git 19:16:50 drwxrwxr-x 3 1001 1001 4096 Oct 6 19:08 .github 19:16:50 -rw-rw-r-- 1 1001 1001 1030 Oct 6 19:08 .gitignore 19:16:50 -rw-rw-r-- 1 1001 1001 42 Oct 6 19:08 .golangci.yml 19:16:50 -rw-rw-r-- 1 1001 1001 87 Oct 6 19:08 .hadolint.yml 19:16:50 -rw-rw-r-- 1 1001 1001 166 Oct 6 19:08 .sonarcloud.properties 19:16:50 -rw-rw-r-- 1 1001 1001 1171 Oct 6 19:08 ADOPTERS.md 19:16:50 -rw-rw-r-- 1 1001 1001 10722 Oct 6 19:08 Attribution.txt 19:16:50 -rw-rw-r-- 1 1001 1001 63209 Oct 6 19:08 CHANGELOG.md 19:16:50 -rw-rw-r-- 1 1001 1001 3804 Oct 6 19:08 CONTRIBUTING.md 19:16:50 -rw-rw-r-- 1 1001 1001 677 Oct 6 19:08 GOVERNANCE.md 19:16:50 -rw-rw-r-- 1 1001 1001 850 Oct 6 19:08 Jenkinsfile 19:16:50 -rw-rw-r-- 1 1001 1001 10775 Oct 6 19:08 LICENSE 19:16:50 -rw-rw-r-- 1 1001 1001 13724 Oct 6 19:08 Makefile 19:16:50 -rw-rw-r-- 1 1001 1001 582 Oct 6 19:08 OWNERS.md 19:16:50 -rw-rw-r-- 1 1001 1001 9799 Oct 6 19:08 README.md 19:16:50 -rw-rw-r-- 1 1001 1001 6912 Oct 6 19:08 SECURITY.md 19:16:50 -rw-rw-r-- 1 1001 1001 5 Oct 6 19:06 VERSION 19:16:50 -rw-rw-r-- 1 1001 1001 4131 Oct 6 19:08 ZMQWindows.md 19:16:50 drwxrwxr-x 2 1001 1001 4096 Oct 6 19:08 bin 19:16:50 drwxrwxr-x 18 1001 1001 4096 Oct 6 19:08 cmd 19:16:50 -rw-r--r-- 1 root root 502163 Oct 6 19:14 coverage.out 19:16:50 -rw-rw-r-- 1 1001 1001 3458 Oct 6 19:08 go.mod 19:16:50 -rw-rw-r-- 1 1001 1001 38041 Oct 6 19:08 go.sum 19:16:50 drwxrwxr-x 8 1001 1001 4096 Oct 6 19:08 internal 19:16:50 drwxrwxr-x 3 1001 1001 4096 Oct 6 19:08 openapi 19:16:50 drwxrwxr-x 4 1001 1001 4096 Oct 6 19:08 snap 19:16:50 -rw-rw-r-- 1 1001 1001 204 Oct 6 19:08 version.go [Pipeline] sh 19:16:51 + '[' -e coverage.out ] 19:16:51 + chown 1001:1001 coverage.out [Pipeline] stash 19:16:51 Warning: overwriting stash ‘coverage-report’ 19:16:51 Stashed 1 file(s) [Pipeline] sh 19:16:52 + make build 19:16:52 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:18:28 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:19:36 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:19:36 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:20:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:20:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:20:21 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:20:27 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:20:31 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:20:36 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:20: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:20:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:20:52 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:20:57 $ docker stop --time=1 1f5a7669706227e2638ba3b5eecc9dc3600b5d3dff0af55d84d423f449e74af1 19:21:00 $ docker rm -f 1f5a7669706227e2638ba3b5eecc9dc3600b5d3dff0af55d84d423f449e74af1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:03 19:21:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:04 latest: Pulling from edgex-devops/edgex-compose-arm64 19:21:04 29e5d40040c1: Pulling fs layer 19:21:04 1ce36da41761: Pulling fs layer 19:21:04 25b303627fd3: Pulling fs layer 19:21:04 29e5d40040c1: Verifying Checksum 19:21:04 29e5d40040c1: Download complete 19:21:04 1ce36da41761: Verifying Checksum 19:21:04 1ce36da41761: Download complete 19:21:04 29e5d40040c1: Pull complete 19:21:06 1ce36da41761: Pull complete 19:21:06 25b303627fd3: Verifying Checksum 19:21:06 25b303627fd3: Download complete 19:21:16 25b303627fd3: Pull complete 19:21:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:21:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:21:16 prd-ubuntu20.04-docker-arm64-4c-16g-7281 does not seem to be running inside a container 19:21:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:21:18 $ docker top 79481dad16ff6c411edcf797d76bfca73015d22a29c29a35c407729d9ac442e7 -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:19 + docker-compose build --help 19:21:19 + grep parallel 19:21:23 --parallel Build images in parallel. [Pipeline] } 19:21:24 $ docker stop --time=1 79481dad16ff6c411edcf797d76bfca73015d22a29c29a35c407729d9ac442e7 19:21:25 $ docker rm -f 79481dad16ff6c411edcf797d76bfca73015d22a29c29a35c407729d9ac442e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:21:26 prd-ubuntu20.04-docker-arm64-4c-16g-7281 does not seem to be running inside a container 19:21:26 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:21:27 $ docker top bc5511df5ca3ba297875d75758789b1e7bb0cd205477a3e5d260f77183aef891 -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:28 + docker-compose -f ./docker-compose-build.yml build --parallel 19:21:32 Building core-command ... 19:21:32 Building core-data ... 19:21:32 Building core-metadata ... 19:21:32 Building security-bootstrapper ... 19:21:32 Building security-proxy-setup ... 19:21:32 Building security-secretstore-setup ... 19:21:32 Building security-spiffe-token-provider ... 19:21:32 Building security-spire-agent ... 19:21:32 Building security-spire-config ... 19:21:32 Building security-spire-server ... 19:21:32 Building support-notifications ... 19:21:32 Building support-scheduler ... 19:21:32 Building sys-mgmt-agent ... 19:21:32 Building security-spiffe-token-provider 19:21:32 Building security-spire-agent 19:21:32 Building security-secretstore-setup 19:21:32 Building core-command 19:21:32 Building security-spire-config 19:22:19 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:22:19 ---> 57d0ee099bc9 19:22:19 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:22:19 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:22:19 ---> 57d0ee099bc9 19:22:19 Step 3/26 : WORKDIR /edgex-go 19:22:19 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:19 Step 2/25 : FROM ${BUILDER_BASE} AS builderStep 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:22:19 ---> 57d0ee099bc9 19:22:19 Step 3/20 : WORKDIR /edgex-go 19:22:19 19:22:19 ---> 57d0ee099bc9 19:22:19 Step 3/25 : WORKDIR /edgex-go 19:22:19 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:22:19 ---> 57d0ee099bc9 19:22:19 Step 3/26 : WORKDIR /edgex-go 19:22:19 ---> Running in 996d719c6342 19:22:19 ---> Running in 85db548cacb7 19:22:19 ---> Running in 6b014c344682 19:22:19 ---> Running in c3abf3cf2e69 19:22:19 ---> Running in ca615ab134c3 19:22:19 Removing intermediate container 85db548cacb7 19:22:19 ---> d8a276f7b4b6 19:22:19 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:19 Removing intermediate container 996d719c6342 19:22:19 ---> 5c52304c0d6d 19:22:19 Step 4/24 : WORKDIR /edgex-go 19:22:19 ---> Running in 5764d88c7db6 19:22:19 Removing intermediate container 6b014c344682 19:22:19 ---> c2134366f439 19:22:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:19 Removing intermediate container c3abf3cf2e69 19:22:19 ---> 8ed9a10a7387 19:22:19 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:22:19 Removing intermediate container ca615ab134c3 19:22:19 ---> aa03b7378db8 19:22:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:20 ---> Running in 4ba916805e10 19:22:20 ---> Running in c85592867f7d 19:22:20 ---> Running in 011ce0f81579 19:22:20 ---> Running in a7b9c0886537 19:22:21 Removing intermediate container c85592867f7d 19:22:21 ---> 921301811be8 19:22:21 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:21 ---> Running in af2719092df2 19:22:23 Removing intermediate container 5764d88c7db6 19:22:23 ---> 48de3a08e567 19:22:23 Step 5/25 : RUN apk add --update --no-cache make git 19:22:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:23 ---> Running in fb1c6bf6631d 19:22:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:24 Removing intermediate container 011ce0f81579 19:22:24 ---> 873e00226d6f 19:22:24 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:22:24 Removing intermediate container a7b9c0886537 19:22:24 ---> ba380c1c5e74 19:22:24 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:22:24 ---> Running in 512afb764ccb 19:22:24 ---> Running in 3344c1b3ba66 19:22:25 v3.16.2-238-g1f791c2f57 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:22:25 v3.16.2-237-g36a8973e6a [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:22:25 OK: 16896 distinct packages available 19:22:25 Removing intermediate container af2719092df2 19:22:25 ---> 06de7b149a2e 19:22:25 Step 6/24 : RUN apk add --update --no-cache make git 19:22:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:25 ---> Running in 21439d9449f2 19:22:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:26 OK: 221 MiB in 51 packages 19:22:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:28 OK: 221 MiB in 51 packages 19:22:28 Removing intermediate container 4ba916805e10 19:22:28 ---> eff4f5f2a3e2 19:22:28 Step 5/20 : COPY go.mod vendor* ./ 19:22:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:29 OK: 221 MiB in 51 packages 19:22:29 ---> a6685fa5672e 19:22:29 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:29 OK: 221 MiB in 51 packages 19:22:29 ---> Running in db942e81dffd 19:22:29 Removing intermediate container fb1c6bf6631d 19:22:29 ---> 261f82b2c5ba 19:22:29 Step 6/25 : COPY go.mod vendor* ./ 19:22:29 OK: 221 MiB in 51 packages 19:22:31 ---> 810316dd7cb7 19:22:31 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:31 ---> Running in 2279d64680c2 19:22:31 Removing intermediate container 3344c1b3ba66 19:22:31 ---> 579323c12b8b 19:22:31 Step 6/26 : COPY go.mod vendor* ./ 19:22:31 Removing intermediate container 512afb764ccb 19:22:31 ---> f2007568c230 19:22:31 Step 6/26 : COPY go.mod vendor* ./ 19:22:31 Removing intermediate container 21439d9449f2 19:22:31 ---> 47c85a6a945a 19:22:31 Step 7/24 : COPY go.mod vendor* ./ 19:22:32 ---> c95a3986f540 19:22:32 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:32 ---> 268a932ce4b7 19:22:32 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:32 ---> Running in 66a7b36be98e 19:22:32 ---> Running in 6106ee01731a 19:22:33 ---> c7ced8c25fd6 19:22:33 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:33 ---> Running in d7772f5d5812 19:23:41 Removing intermediate container db942e81dffd 19:23:41 ---> 7e106bf4c657 19:23:41 Step 7/20 : COPY . . 19:23:41 Removing intermediate container 2279d64680c2 19:23:41 ---> aebad9d8393f 19:23:41 Step 8/25 : COPY . . 19:23:41 Removing intermediate container 66a7b36be98e 19:23:41 ---> 3b5fa5921335 19:23:41 Step 8/26 : COPY . . 19:23:41 Removing intermediate container 6106ee01731a 19:23:41 ---> 921e43bc8dfc 19:23:41 Step 8/26 : COPY . . 19:23:41 Removing intermediate container d7772f5d5812 19:23:41 ---> 3eed6f9cd1e2 19:23:41 Step 9/24 : COPY . . 19:23:56 ---> 61b8da6a0b76 19:23:56 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:23:56 ---> 16ea6943e42f 19:23:56 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:23:56 ---> 5a98f77d3a63 19:23:56 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:23:56 ---> Running in b0f1773964c2 19:23:56 ---> 8727946d2e1a 19:23:56 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:23:56 ---> 86287d2a10f5 19:23:56 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:23:56 ---> Running in 79884a2be8d9 19:23:56 ---> Running in c11b20bbd50b 19:23:56 ---> Running in 20fff5d386be 19:23:56 ---> Running in 033de14817aa 19:23:56 Removing intermediate container b0f1773964c2 19:23:56 ---> c2092ec68eac 19:23:56 Step 10/26 : WORKDIR /edgex-go/spire-build 19:23:56 ---> Running in 4e5ca03a4256 19:23:56 Removing intermediate container 20fff5d386be 19:23:56 ---> 41a5ae1adab7 19:23:56 Step 10/26 : WORKDIR /edgex-go/spire-build 19:23:56 ---> Running in 0220dafa91f1 19:23:56 Removing intermediate container 0220dafa91f1 19:23:56 ---> e122d205bd6b 19:23:56 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:23:56 Removing intermediate container 4e5ca03a4256 19:23:56 ---> d1bc70d482b1 19:23:56 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:23:56 ---> Running in 4c45a391686c 19:23:56 ---> Running in 320813c30696 19:23:57 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:23:57 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:23: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-command/core-command ./cmd/core-command 19:24:00 Removing intermediate container 4c45a391686c 19:24:00 ---> 04764bcad623 19:24:00 Step 12/26 : WORKDIR /edgex-go 19:24:00 ---> Running in 079ceedf168d 19:24:00 Removing intermediate container 320813c30696 19:24:00 ---> a0ea92007841 19:24:00 Step 12/26 : WORKDIR /edgex-go 19:24:00 ---> Running in e5229d4c998b 19:24:00 Removing intermediate container 079ceedf168d 19:24:00 ---> 68312474dbc8 19:24:00 19:24:00 Step 13/26 : FROM alpine:3.15 19:24:00 3.15: Pulling from library/alpine 19:24:01 Removing intermediate container e5229d4c998b 19:24:01 ---> 0e6735de816e 19:24:01 19:24:01 Step 13/26 : FROM alpine:3.15 19:24:01 3.15: Pulling from library/alpine 19:24:02 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:24:02 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:24:02 Status: Image is up to date for alpine:3.15 19:24:02 Status: Downloaded newer image for alpine:3.15 19:24:02 ---> 02e0d6fdf486 19:24:02 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:24:02 ---> 02e0d6fdf486 19:24:02 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:24:02 ---> Running in 7ad68a817df6 19:24:02 ---> Running in 5c1b8496cd42 19:24:03 Removing intermediate container 5c1b8496cd42 19:24:03 ---> b96d679aceef 19:24:03 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:03 Removing intermediate container 7ad68a817df6 19:24:03 ---> e1a4f55b4251 19:24:03 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:03 ---> Running in af0b28aecfc0 19:24:03 ---> Running in ba86a2edac12 19:24:07 Removing intermediate container af0b28aecfc0 19:24:07 ---> a779cedd801e 19:24:07 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:24:07 ---> Running in 354caeaef3c7 19:24:08 Removing intermediate container ba86a2edac12 19:24:08 ---> 99a5430bfe27 19:24:08 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:24:08 ---> Running in 362cdcef822d 19:24:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:11 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:12 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:13 v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:24:13 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:24:13 OK: 15734 distinct packages available 19:24:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:13 v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:24:13 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:24:13 OK: 15734 distinct packages available 19:24:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:24:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:24:15 (1/5) Installing dumb-init (1.2.5-r1) 19:24:15 (2/5) Installing musl-obstack (1.2.3-r0) 19:24:15 (3/5) Installing libucontext (1.1-r0) 19:24:15 (4/5) Installing gcompat (1.0.0-r4) 19:24:15 (5/5) Installing openssl (1.1.1q-r0) 19:24:15 (1/4) Installing dumb-init (1.2.5-r1) 19:24:15 Executing busybox-1.34.1-r7.trigger 19:24:15 OK: 6 MiB in 19 packages 19:24:15 (2/4) Installing musl-obstack (1.2.3-r0) 19:24:16 (3/4) Installing libucontext (1.1-r0) 19:24:16 (4/4) Installing gcompat (1.0.0-r4) 19:24:16 Executing busybox-1.34.1-r7.trigger 19:24:16 OK: 6 MiB in 18 packages 19:24:17 Removing intermediate container 354caeaef3c7 19:24:17 ---> ccaac3bd56d7 19:24:17 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:24:17 Removing intermediate container 362cdcef822d 19:24:17 ---> 7d9d1c1b313e 19:24:17 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:24:23 ---> 2fb4c640ec5d 19:24:23 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:24:26 ---> 95fb60f72d20 19:24:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:24:27 ---> 273e27d2c7fc 19:24:27 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:24:27 ---> Running in 857ee542ae42 19:24:28 Removing intermediate container 857ee542ae42 19:24:28 ---> 5e8e6325cf4a 19:24:28 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:24:29 ---> cf368a8bbacd 19:24:29 Step 21/26 : WORKDIR / 19:24:29 ---> Running in 915aaf42c43e 19:24:30 Removing intermediate container 915aaf42c43e 19:24:30 ---> 2fc2b2a45d9d 19:24:30 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:24:30 ---> Running in 8e92b85150e7 19:24:30 ---> 9338adcc6510 19:24:30 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:24:30 Removing intermediate container 8e92b85150e7 19:24:30 ---> 886ca51d1345 19:24:30 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:24:31 ---> Running in 106aaef6d9f9 19:24:31 ---> 592ec8628f0d 19:24:31 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:24:31 Removing intermediate container 106aaef6d9f9 19:24:31 ---> 4e580336bc0e 19:24:31 Step 24/26 : LABEL arch=arm64 19:24:31 ---> Running in 6c4cb39ff095 19:24:32 Removing intermediate container 6c4cb39ff095 19:24:32 ---> 0f3de0511289 19:24:32 Step 25/26 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:24:32 ---> 5cbada05d023 19:24:32 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:24:32 ---> Running in 679dff1ccc1c 19:24:33 Removing intermediate container 679dff1ccc1c 19:24:33 ---> 2399e677c2df 19:24:33 Step 26/26 : LABEL version=0.0.0 19:24:33 ---> Running in fe56e6f2d7cf 19:24:33 ---> f7db555abacd 19:24:33 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:24:33 ---> Running in 0412c36dbdd7 19:24:34 Removing intermediate container fe56e6f2d7cf 19:24:34 ---> 2c6fe66931d9 19:24:34 19:24:34 Successfully built 2c6fe66931d9 19:24:34 Successfully tagged security-spire-config-arm64:latest 19:24:34  Building security-spire-config ... done Building core-metadata 19:24:34 Removing intermediate container 0412c36dbdd7 19:24:34 ---> c3600bcc7282 19:24:34 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:24:34 ---> Running in bd1c1eebd3ac 19:24:34 Removing intermediate container bd1c1eebd3ac 19:24:34 ---> 84340159bc8d 19:24:34 Step 24/26 : LABEL arch=arm64 19:24:35 ---> Running in d93253babf93 19:24:35 Removing intermediate container d93253babf93 19:24:35 ---> 12f6d280b59f 19:24:35 Step 25/26 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:24:35 ---> Running in 3a6c81d0abcd 19:24:36 Removing intermediate container 3a6c81d0abcd 19:24:36 ---> 293a0159e168 19:24:36 Step 26/26 : LABEL version=0.0.0 19:24:36 ---> Running in 3adbb7019219 19:24:36 Removing intermediate container 3adbb7019219 19:24:36 ---> 306aa5a5629a 19:24:36 19:24:37 Successfully built 306aa5a5629a 19:24:37 Successfully tagged security-spire-agent-arm64:latest 19:24:37  Building security-spire-agent ... done Building support-scheduler 19:24:59 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:59 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:24:59 ---> 57d0ee099bc9 19:24:59 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:24:59 ---> Using cache 19:24:59 ---> 5c52304c0d6d 19:24:59 Step 4/25 : WORKDIR /edgex-go 19:24:59 ---> Using cache 19:24:59 ---> 921301811be8 19:24:59 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:59 ---> Using cache 19:24:59 ---> 06de7b149a2e 19:24:59 Step 6/25 : RUN apk add --update --no-cache make git 19:24:59 ---> Using cache 19:24:59 ---> 47c85a6a945a 19:24:59 Step 7/25 : COPY go.mod vendor* ./ 19:24:59 ---> Using cache 19:24:59 ---> c7ced8c25fd6 19:24:59 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:59 ---> Using cache 19:24:59 ---> 3eed6f9cd1e2 19:24:59 Step 9/25 : COPY . . 19:24:59 ---> Using cache 19:24:59 ---> 16ea6943e42f 19:24:59 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:24:59 ---> Running in 85363fc15ced 19:25:02 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:25:02 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:25:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:25:02 ---> 57d0ee099bc9 19:25:02 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:25:02 ---> Using cache 19:25:02 ---> 5c52304c0d6d 19:25:02 Step 4/23 : WORKDIR /edgex-go 19:25:02 ---> Using cache 19:25:02 ---> 921301811be8 19:25:02 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:02 ---> Using cache 19:25:02 ---> 06de7b149a2e 19:25:02 Step 6/23 : RUN apk add --update --no-cache make git 19:25:02 ---> Using cache 19:25:02 ---> 47c85a6a945a 19:25:02 Step 7/23 : COPY go.mod vendor* ./ 19:25:02 ---> Using cache 19:25:02 ---> c7ced8c25fd6 19:25:02 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:02 ---> Using cache 19:25:02 ---> 3eed6f9cd1e2 19:25:02 Step 9/23 : COPY . . 19:25:02 ---> Using cache 19:25:02 ---> 16ea6943e42f 19:25:02 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:25:02 ---> Running in a5e40c6ca6ce 19:25:04 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:29:11 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:29:21 Removing intermediate container 033de14817aa 19:29:21 ---> 5ebf5a439dd3 19:29:21 19:29:21 Step 10/25 : FROM alpine:3.16 19:29:21 3.16: Pulling from library/alpine 19:29:22 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:29:22 Status: Downloaded newer image for alpine:3.16 19:29:22 ---> a6215f271958 19:29:22 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:29:22 ---> Running in 0900d6db5832 19:29:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:29:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:29:26 (1/3) Installing ca-certificates (20220614-r0) 19:29:26 (2/3) Installing dumb-init (1.2.5-r1) 19:29:26 (3/3) Installing su-exec (0.2-r1) 19:29:26 Executing busybox-1.35.0-r17.trigger 19:29:26 Executing ca-certificates-20220614-r0.trigger 19:29:26 OK: 6 MiB in 17 packages 19:29:28 Removing intermediate container 0900d6db5832 19:29:28 ---> 3b9ee3027616 19:29:28 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:29:28 ---> Running in c42a1d29148b 19:29:29 Removing intermediate container c42a1d29148b 19:29:29 ---> b83e3e742cbc 19:29:29 Step 13/25 : WORKDIR / 19:29:29 ---> Running in 55265e34d04a 19:29:29 Removing intermediate container 55265e34d04a 19:29:29 ---> 8e6bd8b1aa90 19:29:29 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:29:30 ---> 947e0449589f 19:29:30 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:29:31 ---> c685e901833a 19:29:31 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:29:32 ---> b0783feaf67e 19:29:32 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:29:33 ---> 191f8623a81c 19:29:33 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:29:34 ---> c6308a407143 19:29:34 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:29:36 ---> 3f3e2fc39b0f 19:29:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:29:37 ---> 81594e24a9d8 19:29:37 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:29:37 ---> Running in 36536c0cb782 19:29:40 Removing intermediate container 36536c0cb782 19:29:40 ---> 4e1b3db683e4 19:29:40 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:29:40 ---> Running in 11dc866665a5 19:29:40 Removing intermediate container 11dc866665a5 19:29:40 ---> 775ae75c5395 19:29:40 Step 23/25 : LABEL arch=arm64 19:29:41 ---> Running in e77ce946e654 19:29:41 Removing intermediate container e77ce946e654 19:29:41 ---> dd27ec449a31 19:29:41 Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:29:41 ---> Running in 8ff9ffacdabb 19:29:42 Removing intermediate container 8ff9ffacdabb 19:29:42 ---> 696b7578399a 19:29:42 Step 25/25 : LABEL version=0.0.0 19:29:42 ---> Running in 4d49b8207529 19:29:42 Removing intermediate container 4d49b8207529 19:29:42 ---> 1a485caf8306 19:29:42 19:29:43 Successfully built 1a485caf8306 19:29:43 Successfully tagged security-secretstore-setup-arm64:latest 19:29:43 Building sys-mgmt-agent 19:30:01  Building security-secretstore-setup ... done Removing intermediate container c11b20bbd50b 19:30:01 ---> 3cd6b709706d 19:30:01 19:30:01 Step 11/24 : FROM alpine:3.16 19:30:01 ---> a6215f271958 19:30:01 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:30:01 ---> Running in 968c4bf6b961 19:30:01 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:30:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:30:01 ---> 57d0ee099bc9 19:30:01 Step 3/23 : WORKDIR /edgex-go 19:30:01 ---> Using cache 19:30:01 ---> aa03b7378db8 19:30:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:01 ---> Using cache 19:30:01 ---> ba380c1c5e74 19:30:01 Step 5/23 : RUN apk add --update --no-cache make bash git 19:30:01 ---> Running in e0388c66d848 19:30:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:30:01 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:30:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:30:02 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:30:03 (1/1) Installing dumb-init (1.2.5-r1) 19:30:03 Executing busybox-1.35.0-r17.trigger 19:30:03 OK: 5 MiB in 15 packages 19:30:04 OK: 221 MiB in 51 packages 19:30:04 Removing intermediate container 968c4bf6b961 19:30:04 ---> 954f2f448988 19:30:04 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:30:05 ---> Running in 850d412d3d27 19:30:06 Removing intermediate container 850d412d3d27 19:30:06 ---> b464edbd623d 19:30:06 Step 14/24 : ENV APP_PORT=59882 19:30:06 ---> Running in bb33021e8d09 19:30:06 Removing intermediate container e0388c66d848 19:30:06 ---> 9db7eccb9597 19:30:06 Step 6/23 : COPY go.mod vendor* ./ 19:30:06 Removing intermediate container bb33021e8d09 19:30:06 ---> 28fdd05fdf69 19:30:06 Step 15/24 : EXPOSE $APP_PORT 19:30:06 ---> Running in 2906854d01d5 19:30:07 ---> 5f945cf24fe4 19:30:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:30:07 Removing intermediate container 2906854d01d5 19:30:07 ---> 95ca3c87dce9 19:30:07 Step 16/24 : WORKDIR / 19:30:07 ---> Running in d97e335b2712 19:30:07 ---> Running in 43e41df64efc 19:30:08 Removing intermediate container 43e41df64efc 19:30:08 ---> 38a193343670 19:30:08 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:10 ---> 8849f6dd5deb 19:30:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:30:11 ---> 9f3efadd4779 19:30:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:30:12 ---> de5ee9e82429 19:30:12 Step 20/24 : ENTRYPOINT ["/core-command"] 19:30:12 ---> Running in b762eec8631d 19:30:12 Removing intermediate container b762eec8631d 19:30:12 ---> b91fac8fdb02 19:30:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:30:12 ---> Running in bf4a3985cb27 19:30:13 Removing intermediate container bf4a3985cb27 19:30:13 ---> 16af1975bc69 19:30:13 Step 22/24 : LABEL arch=arm64 19:30:13 ---> Running in 2c218cc4f13b 19:30:13 Removing intermediate container 2c218cc4f13b 19:30:13 ---> 771c184f6e2e 19:30:14 Step 23/24 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:30:14 ---> Running in 78fddbcd9324 19:30:14 Removing intermediate container 78fddbcd9324 19:30:14 ---> e54723dd1bf7 19:30:14 Step 24/24 : LABEL version=0.0.0 19:30:14 ---> Running in e29603d20c59 19:30:15 Removing intermediate container e29603d20c59 19:30:15 ---> 139fad2a59a3 19:30:15 19:30:15 Successfully built 139fad2a59a3 19:30:15 Successfully tagged core-command-arm64:latest 19:30:15 Building security-proxy-setup 19:30:34  Building core-command ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:30:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:30:34 ---> 57d0ee099bc9 19:30:34 Step 3/22 : WORKDIR /edgex-go 19:30:34 ---> Using cache 19:30:34 ---> aa03b7378db8 19:30:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:34 ---> Using cache 19:30:34 ---> ba380c1c5e74 19:30:34 Step 5/22 : RUN apk add --update --no-cache make git 19:30:34 ---> Running in 4305e1cd79b3 19:30:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:30:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:30:37 OK: 221 MiB in 51 packages 19:30:39 Removing intermediate container 4305e1cd79b3 19:30:39 ---> a1bfb13ae56a 19:30:39 Step 6/22 : COPY go.mod vendor* ./ 19:30:40 ---> 4a871fee72dd 19:30:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:30:40 ---> Running in 3bb195614b8f 19:31:06 Removing intermediate container d97e335b2712 19:31:06 ---> aad65bd652a0 19:31:06 Step 8/23 : COPY . . 19:31:19 ---> e085207621d6 19:31:19 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:31:19 ---> Running in 911d342cb24a 19:31:21 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:31:36 Removing intermediate container 85363fc15ced 19:31:36 ---> e4f4df95aae6 19:31:36 19:31:36 Step 11/25 : FROM alpine:3.16 19:31:36 ---> a6215f271958 19:31:36 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:31:36 ---> Using cache 19:31:36 ---> 954f2f448988 19:31:36 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:31:36 ---> Using cache 19:31:36 ---> b464edbd623d 19:31:36 Step 14/25 : ENV APP_PORT=59881 19:31:36 ---> Running in edf8317e1016 19:31:37 Removing intermediate container edf8317e1016 19:31:37 ---> 947bf058c2e7 19:31:37 Step 15/25 : EXPOSE $APP_PORT 19:31:37 ---> Running in 4558b888ca45 19:31:38 Removing intermediate container 4558b888ca45 19:31:38 ---> 74fa1135769b 19:31:38 Step 16/25 : WORKDIR / 19:31:38 Removing intermediate container 79884a2be8d9 19:31:38 ---> 5c316d613ccb 19:31:38 19:31:38 Step 9/20 : FROM alpine:3.15 19:31:38 ---> 02e0d6fdf486 19:31:38 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:31:38 ---> Using cache 19:31:38 ---> e1a4f55b4251 19:31:38 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:38 ---> Using cache 19:31:38 ---> a779cedd801e 19:31:38 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:31:38 ---> Running in 1052474cf08b 19:31:38 ---> Running in c2c85fdf52f7 19:31:40 Removing intermediate container 1052474cf08b 19:31:40 ---> 5fc1d298683f 19:31:40 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:31:42 ---> 206c8a31a811 19:31:42 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:31:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:31:43 v3.15.6-96-gd87b55bdae [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:31:43 v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:31:43 OK: 15734 distinct packages available 19:31:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:31:45 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:31:45 ---> a8c2dd043d2c 19:31:45 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:31:46 (1/9) Installing ca-certificates (20220614-r0) 19:31:46 (2/9) Installing brotli-libs (1.0.9-r5) 19:31:46 ---> 2034ec769345 19:31:46 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:31:46 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:31:46 (4/9) Installing libcurl (7.80.0-r3) 19:31:46 (5/9) Installing curl (7.80.0-r3) 19:31:46 (6/9) Installing dumb-init (1.2.5-r1) 19:31:46 (7/9) Installing musl-obstack (1.2.3-r0) 19:31:47 (8/9) Installing libucontext (1.1-r0) 19:31:47 (9/9) Installing gcompat (1.0.0-r4) 19:31:47 Executing busybox-1.34.1-r7.trigger 19:31:47 Executing ca-certificates-20220614-r0.trigger 19:31:47 OK: 8 MiB in 23 packages 19:31:47 ---> fe104c56a4f0 19:31:47 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:31:48 ---> Running in bca9c0eb5bd4 19:31:49 Removing intermediate container bca9c0eb5bd4 19:31:49 ---> 28cf4615b5b8 19:31:49 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:49 ---> Running in fdaddbf5667b 19:31:50 Removing intermediate container fdaddbf5667b 19:31:50 ---> 9752b8d56938 19:31:50 Step 23/25 : LABEL arch=arm64 19:31:50 ---> Running in 5f72e1c5dfd5 19:31:51 Removing intermediate container 5f72e1c5dfd5 19:31:51 ---> 384232911eae 19:31:51 Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:31:51 Removing intermediate container c2c85fdf52f7 19:31:51 ---> d7f70391cadc 19:31:51 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:51 ---> Running in 69d5d348a758 19:31:52 Removing intermediate container 69d5d348a758 19:31:52 ---> acedaddcf3f9 19:31:52 Step 25/25 : LABEL version=0.0.0 19:31:52 ---> Running in 6af841982b3c 19:31:53 ---> 9cea4eedbe6d 19:31:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:31:53 Removing intermediate container 6af841982b3c 19:31:53 ---> ceba7018cea3 19:31:53 19:31:54 Successfully built ceba7018cea3 19:31:54 Successfully tagged core-metadata-arm64:latest 19:31:54 Building core-data 19:31:55  Building core-metadata ... done  ---> 6e1ea7f3bfa1 19:31:55 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:31:56 ---> fc8a40be98e0 19:31:56 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:31:57 Removing intermediate container 3bb195614b8f 19:31:57 ---> 4a142203bba0 19:31:57 Step 8/22 : COPY . . ---> Running in e17c13f54fa2 19:31:57 19:31:58 Removing intermediate container e17c13f54fa2 19:31:58 ---> 52a1542f8c0e 19:31:58 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:58 ---> Running in da9cfea8bc01 19:31:58 Removing intermediate container da9cfea8bc01 19:31:58 ---> 9a3333cb85da 19:31:58 Step 18/20 : LABEL arch=arm64 19:31:58 ---> Running in cb7319d07f4c 19:31:59 Removing intermediate container cb7319d07f4c 19:31:59 ---> 854339d3a7d5 19:31:59 Step 19/20 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:31:59 ---> Running in 984b88b4af3c 19:32:00 Removing intermediate container 984b88b4af3c 19:32:00 ---> 5e9fec06608b 19:32:00 Step 20/20 : LABEL version=0.0.0 19:32:00 ---> Running in a15b4f6a7007 19:32:01 Removing intermediate container a15b4f6a7007 19:32:01 ---> 83be1469cfed 19:32:01 19:32:02 Successfully built 83be1469cfed 19:32:02 Successfully tagged security-spiffe-token-provider-arm64:latest 19:32:02  Building security-spiffe-token-provider ... done Building security-spire-server 19:32:14 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:32:14 ---> 57d0ee099bc9 19:32:14 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:32:14 ---> Using cache 19:32:14 ---> 5c52304c0d6d 19:32:14 Step 4/24 : WORKDIR /edgex-go 19:32:14 ---> Using cache 19:32:14 ---> 921301811be8 19:32:14 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:14 ---> Using cache 19:32:14 ---> 06de7b149a2e 19:32:14 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:32:14 ---> Running in 330bb919ef8d 19:32:15 ---> 326100cb4503 19:32:15 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:32:15 ---> Running in 23fbabe34502 19:32:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:32:19 OK: 221 MiB in 51 packages 19:32:21 Removing intermediate container 330bb919ef8d 19:32:21 ---> e2a2bf471438 19:32:21 Step 7/24 : COPY go.mod vendor* ./ 19:32:22 ---> 933920bd6223 19:32:22 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:22 ---> Running in 3bb382385981 19:32:24 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:24 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:32:24 ---> 57d0ee099bc9 19:32:24 Step 3/25 : WORKDIR /edgex-go 19:32:24 ---> Using cache 19:32:24 ---> aa03b7378db8 19:32:24 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:24 ---> Using cache 19:32:24 ---> ba380c1c5e74 19:32:24 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:32:24 ---> Using cache 19:32:24 ---> 579323c12b8b 19:32:24 Step 6/25 : COPY go.mod vendor* ./ 19:32:24 ---> Using cache 19:32:24 ---> 268a932ce4b7 19:32:24 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:24 ---> Using cache 19:32:24 ---> 921e43bc8dfc 19:32:24 Step 8/25 : COPY . . 19:32:24 ---> Using cache 19:32:24 ---> 61b8da6a0b76 19:32:24 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:32:24 ---> Using cache 19:32:24 ---> c2092ec68eac 19:32:24 Step 10/25 : WORKDIR /edgex-go/spire-build 19:32:24 ---> Using cache 19:32:24 ---> d1bc70d482b1 19:32:24 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:32:24 ---> Running in 6fbca515a87e 19:32:27 Removing intermediate container 6fbca515a87e 19:32:27 ---> e71e889d623f 19:32:27 Step 12/25 : WORKDIR /edgex-go 19:32:27 ---> Running in e43fc602aefa 19:32:28 Removing intermediate container e43fc602aefa 19:32:28 ---> 4bb57b76f34a 19:32:28 19:32:28 Step 13/25 : FROM alpine:3.15 19:32:28 ---> 02e0d6fdf486 19:32:28 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:32:28 ---> Using cache 19:32:28 ---> e1a4f55b4251 19:32:28 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:28 ---> Using cache 19:32:28 ---> a779cedd801e 19:32:28 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:32:28 ---> Using cache 19:32:28 ---> ccaac3bd56d7 19:32:28 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:32:34 ---> e8aa8bb3ecca 19:32:34 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:32:35 ---> 9e5810af7042 19:32:35 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:32:36 ---> cc11bdd9c3bd 19:32:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:32:37 ---> 870f6c7bb627 19:32:37 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:32:37 ---> Running in 5a5dcf42ff97 19:32:37 Removing intermediate container 5a5dcf42ff97 19:32:37 ---> 4bdb0ebdbed9 19:32:37 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:32:37 ---> Running in b5496574e479 19:32:38 Removing intermediate container b5496574e479 19:32:38 ---> fe99b72dddd4 19:32:38 Step 23/25 : LABEL arch=arm64 19:32:38 ---> Running in b246d32e1885 19:32:38 Removing intermediate container b246d32e1885 19:32:38 ---> f71f3557be20 19:32:38 Step 24/25 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:32:39 ---> Running in c65874030081 19:32:39 Removing intermediate container c65874030081 19:32:39 ---> e87cd0e8eb37 19:32:39 Step 25/25 : LABEL version=0.0.0 19:32:39 ---> Running in d9afe5d8f1f5 19:32:40 Removing intermediate container d9afe5d8f1f5 19:32:40 ---> 3d056300a391 19:32:40 19:32:40 Successfully built 3d056300a391 19:32:40 Successfully tagged security-spire-server-arm64:latest 19:32:40 Building support-notifications 19:32:58  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:32:58 ---> 57d0ee099bc9 19:32:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:32:58 ---> Using cache 19:32:58 ---> 5c52304c0d6d 19:32:58 Step 4/23 : WORKDIR /edgex-go 19:32:58 ---> Using cache 19:32:58 ---> 921301811be8 19:32:58 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:58 ---> Using cache 19:32:58 ---> 06de7b149a2e 19:32:58 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:32:58 ---> Running in 4d9551b607e9 19:32:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:33:00 OK: 221 MiB in 51 packages 19:33:02 Removing intermediate container 4d9551b607e9 19:33:02 ---> 437dd73b26f1 19:33:02 Step 7/23 : COPY go.mod vendor* ./ 19:33:04 ---> c40ba70a8c9c 19:33:04 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:04 ---> Running in 7ba3abfffab4 19:33:26 Removing intermediate container 3bb382385981 19:33:26 ---> b06a1cbf9340 19:33:26 Step 9/24 : COPY . . 19:33:34 Removing intermediate container a5e40c6ca6ce 19:33:34 ---> ad6af499c337 19:33:34 19:33:34 Step 11/23 : FROM alpine:3.16 19:33:34 ---> a6215f271958 19:33:34 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:33:34 ---> Using cache 19:33:34 ---> 954f2f448988 19:33:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:33:34 ---> Using cache 19:33:34 ---> b464edbd623d 19:33:34 Step 14/23 : ENV APP_PORT=59861 19:33:34 ---> Running in 5d74eb98f99f 19:33:35 Removing intermediate container 5d74eb98f99f 19:33:35 ---> ed714f1c7e35 19:33:35 Step 15/23 : EXPOSE $APP_PORT 19:33:35 ---> Running in d77b0fae1067 19:33:36 Removing intermediate container d77b0fae1067 19:33:36 ---> 99f48256c0ea 19:33:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:38 ---> afe8f8a1a91a 19:33:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:33:43 ---> dce376868e8d 19:33:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:33:43 ---> 86bbcc397be3 19:33:43 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:33:43 ---> Running in e88167b3bd9f 19:33:44 ---> 251532b093ca 19:33:44 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:33:44 ---> Running in 98214685a02c 19:33:45 Removing intermediate container 98214685a02c 19:33:45 ---> e52e2e36dbf2 19:33:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:33:45 ---> Running in 611c9abef40c 19:33:45 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:33:46 Removing intermediate container 611c9abef40c 19:33:46 ---> b63e5607bcce 19:33:46 Step 21/23 : LABEL arch=arm64 19:33:46 ---> Running in 44e0a8425dcb 19:33:47 Removing intermediate container 44e0a8425dcb 19:33:47 ---> d61e93ea1af1 19:33:47 Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:33:47 ---> Running in fc34945a8c2c 19:33:48 Removing intermediate container fc34945a8c2c 19:33:48 ---> a51a779bcdf3 19:33:48 Step 23/23 : LABEL version=0.0.0 19:33:48 ---> Running in 264bbc81adf5 19:33:49 Removing intermediate container 264bbc81adf5 19:33:49 ---> b906e0442500 19:33:49 19:33:50 Successfully built b906e0442500 19:33:50 Successfully tagged support-scheduler-arm64:latest 19:33:50 Building security-bootstrapper 19:34:08  Building support-scheduler ... done Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:34:08 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:34:08 ---> 57d0ee099bc9 19:34:08 Step 3/33 : WORKDIR /edgex-go 19:34:08 ---> Using cache 19:34:08 ---> aa03b7378db8 19:34:08 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:08 ---> Using cache 19:34:08 ---> ba380c1c5e74 19:34:08 Step 5/33 : RUN apk add --update --no-cache make git 19:34:08 ---> Using cache 19:34:08 ---> a1bfb13ae56a 19:34:08 Step 6/33 : COPY go.mod vendor* ./ 19:34:08 ---> Using cache 19:34:08 ---> 4a871fee72dd 19:34:08 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:08 ---> Using cache 19:34:08 ---> 4a142203bba0 19:34:08 Step 8/33 : COPY . . 19:34:08 ---> Using cache 19:34:08 ---> 326100cb4503 19:34:08 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:34:08 ---> Running in 13225fcd9c18 19:34:11 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:34:11 Removing intermediate container 7ba3abfffab4 19:34:11 ---> 315ba4e5ff4f 19:34:11 Step 9/23 : COPY . . 19:34:23 ---> bdd21314ff49 19:34:23 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:34:23 ---> Running in d1be88609212 19:34:23 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:36:30 Removing intermediate container 911d342cb24a 19:36:30 ---> 26877beec0fb 19:36:30 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:36:30 ---> Running in 114cb28306f0 19:36:30 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:36:33 Removing intermediate container 114cb28306f0 19:36:33 ---> 5a9a8675e77b 19:36:33 19:36:33 Step 11/23 : FROM alpine:3.16 19:36:33 ---> a6215f271958 19:36:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:36:33 ---> Running in 7f13747063b2 19:36:33 Removing intermediate container 7f13747063b2 19:36:33 ---> 5379352b0d4c 19:36:33 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:36:33 ---> Running in ca48a3b01f79 19:36:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:36:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:36:37 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:36:37 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:36:37 (3/33) Installing readline (8.1.2-r0) 19:36:37 (4/33) Installing bash (5.1.16-r2) 19:36:37 Executing bash-5.1.16-r2.post-install 19:36:37 (5/33) Installing ca-certificates (20220614-r0) 19:36:37 (6/33) Installing brotli-libs (1.0.9-r6) 19:36:37 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:36:37 (8/33) Installing libcurl (7.83.1-r3) 19:36:37 (9/33) Installing curl (7.83.1-r3) 19:36:37 (10/33) Installing docker-cli (20.10.18-r0) 19:36:38 (11/33) Installing dumb-init (1.2.5-r1) 19:36:38 (12/33) Installing libbz2 (1.0.8-r1) 19:36:38 (13/33) Installing expat (2.4.9-r0) 19:36:38 (14/33) Installing libffi (3.4.2-r1) 19:36:38 (15/33) Installing gdbm (1.23-r0) 19:36:38 (16/33) Installing xz-libs (5.2.5-r1) 19:36:38 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:36:38 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:36:38 (19/33) Installing mpdecimal (2.5.1-r1) 19:36:38 (20/33) Installing sqlite-libs (3.38.5-r0) 19:36:38 (21/33) Installing python3 (3.10.5-r0) 19:36:41 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:36:41 (23/33) Installing py3-tomli (2.0.1-r1) 19:36:41 (24/33) Installing py3-pep517 (0.12.0-r2) 19:36:41 (25/33) Installing py3-six (1.16.0-r1) 19:36:41 (26/33) Installing py3-retrying (1.3.3-r3) 19:36:41 (27/33) Installing py3-appdirs (1.4.4-r3) 19:36:41 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:36:41 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:36:41 (30/33) Installing py3-parsing (2.4.7-r3) 19:36:41 (31/33) Installing py3-packaging (21.3-r0) 19:36:41 (32/33) Installing py3-setuptools (59.4.0-r0) 19:36:41 (33/33) Installing py3-pip (22.1.1-r0) 19:36:42 Executing busybox-1.35.0-r17.trigger 19:36:42 Executing ca-certificates-20220614-r0.trigger 19:36:43 OK: 120 MiB in 47 packages 19:36:58 Collecting docker-compose==1.23.2 19:36:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:36:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.3 MB/s eta 0:00:00 19:36:58 Collecting texttable<0.10,>=0.9.0 19:36:58 Downloading texttable-0.9.1.tar.gz (11 kB) 19:36:58 Preparing metadata (setup.py): started 19:37:00 Preparing metadata (setup.py): finished with status 'done' 19:37:00 Collecting cached-property<2,>=1.2.0 19:37:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:37:00 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:37:01 Collecting docker<4.0,>=3.6.0 19:37:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:37:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 17.3 MB/s eta 0:00:00 19:37:02 Collecting PyYAML<4,>=3.10 19:37:02 Downloading PyYAML-3.13.tar.gz (270 kB) 19:37:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 15.0 MB/s eta 0:00:00 19:37:04 Preparing metadata (setup.py): started 19:37:06 Preparing metadata (setup.py): finished with status 'done' 19:37:06 Collecting docopt<0.7,>=0.6.1 19:37:06 Downloading docopt-0.6.2.tar.gz (25 kB) 19:37:06 Preparing metadata (setup.py): started 19:37:09 Preparing metadata (setup.py): finished with status 'done' 19:37:09 Collecting dockerpty<0.5,>=0.4.1 19:37:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:37:09 Preparing metadata (setup.py): started 19:37:11 Preparing metadata (setup.py): finished with status 'done' 19:37:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:37:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:37:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 17.2 MB/s eta 0:00:00 19:37:13 Collecting jsonschema<3,>=2.5.1 19:37:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:37:14 Collecting websocket-client<1.0,>=0.32.0 19:37:14 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:37:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 3.6 MB/s eta 0:00:00 19:37:14 Collecting docker-pycreds>=0.4.0 19:37:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:37:17 Collecting urllib3<1.25,>=1.21.1 19:37:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:37:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 16.5 MB/s eta 0:00:00 19:37:17 Collecting idna<2.8,>=2.5 19:37:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:37:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 1.6 MB/s eta 0:00:00 19:37:17 Collecting chardet<3.1.0,>=3.0.2 19:37:17 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:37:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 8.2 MB/s eta 0:00:00 19:37:18 Collecting certifi>=2017.4.17 19:37:18 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:37:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 8.6 MB/s eta 0:00:00 19:37:18 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:37:18 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:37:18 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:37:18 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:37:20 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:37:20 Running setup.py install for texttable: started 19:37:22 Running setup.py install for texttable: finished with status 'done' 19:37:22 Running setup.py install for PyYAML: started 19:37: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/secrets-config ./cmd/secrets-config 19:37:26 Running setup.py install for PyYAML: finished with status 'done' 19:37:27 Running setup.py install for docopt: started 19:37:30 Running setup.py install for docopt: finished with status 'done' 19:37:33 Running setup.py install for dockerpty: started 19:37:36 Running setup.py install for dockerpty: finished with status 'done' 19:37:39 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:37:39 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:37:54 Removing intermediate container 23fbabe34502 19:37:54 ---> ed8a59c0dd1d 19:37:54 19:37:54 Step 10/22 : FROM alpine:3.16 19:37:54 ---> a6215f271958 19:37:54 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:37:54 ---> Running in ef728a6b9f44 19:37:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:37:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:37:56 (1/6) Installing ca-certificates (20220614-r0) 19:37:56 (2/6) Installing brotli-libs (1.0.9-r6) 19:37:56 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:37:56 (4/6) Installing libcurl (7.83.1-r3) 19:37:56 (5/6) Installing curl (7.83.1-r3) 19:37:56 (6/6) Installing dumb-init (1.2.5-r1) 19:37:56 Executing busybox-1.35.0-r17.trigger 19:37:56 Executing ca-certificates-20220614-r0.trigger 19:37:56 OK: 8 MiB in 20 packages 19:37:59 Removing intermediate container ef728a6b9f44 19:37:59 ---> c9dcf73c7821 19:37:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:37:59 ---> Running in 65301917f948 19:38:00 Removing intermediate container 65301917f948 19:38:00 ---> 23c4ac4b186c 19:38:00 Step 13/22 : WORKDIR /edgex 19:38:00 ---> Running in bb137b26fac1 19:38:00 Removing intermediate container ca48a3b01f79 19:38:00 ---> 17214a527d90 19:38:00 Step 14/23 : ENV APP_PORT=58890 19:38:00 ---> Running in 926220972fa4 19:38:01 Removing intermediate container bb137b26fac1 19:38:01 ---> 66b27569c749 19:38:01 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:38:01 Removing intermediate container 926220972fa4 19:38:01 ---> eeac30347c6f 19:38:01 Step 15/23 : EXPOSE $APP_PORT 19:38:01 ---> Running in 2d9eddcc8661 19:38:02 Removing intermediate container 2d9eddcc8661 19:38:02 ---> a39caef3f8f2 19:38:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:38:02 ---> a5ecce93a355 19:38:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:38:04 ---> d70a22eab082 19:38:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:38:04 ---> 9833c97d59c2 19:38:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:38:06 ---> c320dcc72a59 19:38:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:38:06 ---> 828638d4f716 19:38:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:38:07 ---> 9fecb9d45b4f 19:38:07 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:38:07 ---> 9e062de3579e 19:38:07 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:38:07 ---> Running in f3c337fcf1de 19:38:07 ---> Running in e70cc1a3929d 19:38:08 Removing intermediate container f3c337fcf1de 19:38:08 ---> 00a0d2e16843 19:38:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:38:08 ---> Running in 00fe5c99f952 19:38:09 Removing intermediate container 00fe5c99f952 19:38:09 ---> c2ac4cf49b81 19:38:09 Step 21/23 : LABEL arch=arm64 19:38:09 ---> Running in 0d4118937164 19:38:09 Removing intermediate container 0d4118937164 19:38:09 ---> 6ef002c9e527 19:38:09 Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:38:09 ---> Running in 5dd9b23ed6a4 19:38:11 Removing intermediate container 5dd9b23ed6a4 19:38:11 ---> 0965033bf099 19:38:11 Step 23/23 : LABEL version=0.0.0 19:38:11 ---> Running in c4ad1cf0059a 19:38:11 Removing intermediate container e70cc1a3929d 19:38:11 ---> b73eddf963e4 19:38:11 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:38:11 ---> Running in 8a1d06f6a3e5 19:38:11 Removing intermediate container c4ad1cf0059a 19:38:11 ---> df3dd31e921e 19:38:11 19:38:12 Removing intermediate container 8a1d06f6a3e5 19:38:12 Successfully built df3dd31e921e 19:38:12 ---> 6502411c353b 19:38:12 Successfully tagged sys-mgmt-agent-arm64:latest 19:38:12 Step 20/22 : LABEL arch=arm64 19:38:12  Building sys-mgmt-agent ... done  ---> Running in 1de1d5f6a859 19:38:12 Removing intermediate container 1de1d5f6a859 19:38:12 ---> 1404b5e4c085 19:38:12 Step 21/22 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:38:13 ---> Running in f970af96caaa 19:38:13 Removing intermediate container f970af96caaa 19:38:13 ---> cf7a20e1923e 19:38:13 Step 22/22 : LABEL version=0.0.0 19:38:13 ---> Running in 6073703a293c 19:38:14 Removing intermediate container 6073703a293c 19:38:14 ---> 8bb9cec55a8e 19:38:14 19:38:14 Successfully built 8bb9cec55a8e 19:38:14 Successfully tagged security-proxy-setup-arm64:latest 19:39:22  Building security-proxy-setup ... done Removing intermediate container 13225fcd9c18 19:39:22 ---> 998068a21d84 19:39:22 19:39:22 Step 10/33 : FROM alpine:3.16 19:39:22 ---> a6215f271958 19:39:22 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:39:22 ---> Running in 4831c26ecebc 19:39:22 Removing intermediate container 4831c26ecebc 19:39:22 ---> 695117d3c91c 19:39:22 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:39:22 ---> Running in b513846a7264 19:39:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:22 (1/2) Installing dumb-init (1.2.5-r1) 19:39:22 (2/2) Installing su-exec (0.2-r1) 19:39:22 Executing busybox-1.35.0-r17.trigger 19:39:22 OK: 5 MiB in 16 packages 19:39:22 Removing intermediate container b513846a7264 19:39:22 ---> bf46d23484b0 19:39:22 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:39:22 ---> Running in c883d7ab023f 19:39:22 Removing intermediate container c883d7ab023f 19:39:22 ---> d85f776f84ae 19:39:22 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:39:22 ---> Running in 5661c9b00520 19:39:23 Removing intermediate container 5661c9b00520 19:39:23 ---> d4d4c0bf3e8a 19:39:23 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:39:23 ---> Running in 7053bce9e079 19:39:23 Removing intermediate container 7053bce9e079 19:39:23 ---> 55e4856b6250 19:39:23 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:39:23 ---> Running in 11d94a90948a 19:39:24 Removing intermediate container 11d94a90948a 19:39:24 ---> 482863934c19 19:39:24 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:39:24 ---> Running in 1e48c34e6833 19:39:27 Removing intermediate container 1e48c34e6833 19:39:27 ---> 50cfd7ff2c1d 19:39:27 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:39:27 ---> Running in 1bd631ddeeef 19:39:27 Removing intermediate container 1bd631ddeeef 19:39:27 ---> 050e200d4e96 19:39:27 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:39:28 ---> 05a3e33e68ec 19:39:28 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:39:28 ---> Running in 529159bdfc08 19:39:31 Removing intermediate container 529159bdfc08 19:39:31 ---> a5108f21ba5a 19:39:31 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:32 ---> 337464965904 19:39:32 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:39:34 ---> 820ee5eb7cc6 19:39:34 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:39:35 ---> 109db3cbacd1 19:39:35 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:39:35 ---> 0eb1999ad33e 19:39:35 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:39:36 ---> 0da298084249 19:39:36 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:39:37 ---> 0d21bc2a99be 19:39:37 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:39:38 ---> 089a8a1c8cac 19:39:38 Step 28/33 : RUN chmod +x /entrypoint.sh 19:39:38 ---> Running in f73d56e38b80 19:39:42 Removing intermediate container f73d56e38b80 19:39:42 ---> d5a716351f0e 19:39:42 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:39:42 ---> Running in cbf96dc7101f 19:39:42 Removing intermediate container cbf96dc7101f 19:39:42 ---> 8fef620e72b9 19:39:42 Step 30/33 : CMD ["gate"] 19:39:43 ---> Running in 9c735f7e6029 19:39:43 Removing intermediate container 9c735f7e6029 19:39:43 ---> 8ac9b29c36e9 19:39:43 Step 31/33 : LABEL arch=arm64 19:39:44 ---> Running in 022a7d78303a 19:39:45 Removing intermediate container 022a7d78303a 19:39:45 ---> 6789577ef962 19:39:45 Step 32/33 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:39:45 ---> Running in d8d079a0b5d0 19:39:45 Removing intermediate container d8d079a0b5d0 19:39:45 ---> acae2035b8fb 19:39:45 Step 33/33 : LABEL version=0.0.0 19:39:45 ---> Running in 7bdebaf7b15a 19:39:46 Removing intermediate container 7bdebaf7b15a 19:39:46 ---> 6bb1a7062969 19:39:46 19:39:47 Successfully built 6bb1a7062969 19:39:47 Successfully tagged security-bootstrapper-arm64:latest 19:39:49  Building security-bootstrapper ... done Removing intermediate container e88167b3bd9f 19:39:49 ---> 303650d76bad 19:39:49 19:39:49 Step 11/24 : FROM alpine:3.16 19:39:49 ---> a6215f271958 19:39:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:39:49 ---> Running in 2b27bdf484d2 19:39:49 Removing intermediate container 2b27bdf484d2 19:39:49 ---> a348839745e8 19:39:49 Step 13/24 : ENV APP_PORT=59880 19:39:49 ---> Running in fdb8569e38d3 19:39:49 Removing intermediate container fdb8569e38d3 19:39:49 ---> eca3ec997985 19:39:49 Step 14/24 : EXPOSE $APP_PORT 19:39:50 ---> Running in fb43b1035caa 19:39:50 Removing intermediate container fb43b1035caa 19:39:50 ---> 54003660ecfd 19:39:50 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:39:50 ---> Running in 2012d51dcc01 19:39:53 Removing intermediate container 2012d51dcc01 19:39:53 ---> 1b6357bf2c4e 19:39:53 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:39:53 ---> Running in b39b33c562cb 19:39:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:56 (1/6) Installing dumb-init (1.2.5-r1) 19:39:56 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:39:56 (3/6) Installing libsodium (1.0.18-r0) 19:39:57 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:39:57 (5/6) Installing libzmq (4.3.4-r0) 19:39:57 (6/6) Installing zeromq (4.3.4-r0) 19:39:57 Executing busybox-1.35.0-r17.trigger 19:39:57 OK: 8 MiB in 20 packages 19:39:59 Removing intermediate container b39b33c562cb 19:39:59 ---> 2d4fcf0137c6 19:39:59 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:59 ---> 87a63203958d 19:39:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:40:00 ---> e15df0cffb16 19:40:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:40:01 ---> 161a2810989d 19:40:01 Step 20/24 : ENTRYPOINT ["/core-data"] 19:40:01 ---> Running in 2fb868d0deeb 19:40:01 Removing intermediate container 2fb868d0deeb 19:40:01 ---> 0b6ba7d740ea 19:40:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:01 ---> Running in 8ad1db758366 19:40:02 Removing intermediate container 8ad1db758366 19:40:02 ---> f7cc835a9c07 19:40:02 Step 22/24 : LABEL arch=arm64 19:40:02 ---> Running in 54d530c3ce94 19:40:03 Removing intermediate container 54d530c3ce94 19:40:03 ---> 604275f3f996 19:40:03 Step 23/24 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:40:03 ---> Running in c3c0a8a48ce4 19:40:03 Removing intermediate container c3c0a8a48ce4 19:40:03 ---> cb1643a821a3 19:40:03 Step 24/24 : LABEL version=0.0.0 19:40:03 ---> Running in d5c77246fce5 19:40:04 Removing intermediate container d5c77246fce5 19:40:04 ---> 156eab86da8f 19:40:04 19:40:04 Successfully built 156eab86da8f 19:40:04 Successfully tagged core-data-arm64:latest 19:40:26  Building core-data ... done Removing intermediate container d1be88609212 19:40:26 ---> 56af83b39e78 19:40:26 19:40:26 Step 11/23 : FROM alpine:3.16 19:40:26 ---> a6215f271958 19:40:26 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:40:26 ---> Running in 8f4f3b50b8b3 19:40:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:40:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:40:26 (1/2) Installing ca-certificates (20220614-r0) 19:40:26 (2/2) Installing dumb-init (1.2.5-r1) 19:40:26 Executing busybox-1.35.0-r17.trigger 19:40:26 Executing ca-certificates-20220614-r0.trigger 19:40:26 OK: 6 MiB in 16 packages 19:40:28 Removing intermediate container 8f4f3b50b8b3 19:40:28 ---> 6ec648fffdcf 19:40:28 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:40:28 ---> Running in f0e6695c2392 19:40:28 Removing intermediate container f0e6695c2392 19:40:28 ---> d1d465fdd166 19:40:28 Step 14/23 : ENV APP_PORT=59860 19:40:28 ---> Running in 35c7772a0a6e 19:40:28 Removing intermediate container 35c7772a0a6e 19:40:28 ---> cefa18a7207d 19:40:28 Step 15/23 : EXPOSE $APP_PORT 19:40:28 ---> Running in 4e72def5aad2 19:40:28 Removing intermediate container 4e72def5aad2 19:40:28 ---> 570a439a326f 19:40:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:29 ---> f8c738ef5e6e 19:40:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:40:30 ---> 30cd9a692c5a 19:40:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:40:31 ---> 1ee900f57196 19:40:31 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:40:31 ---> Running in 8decb6b0633a 19:40:31 Removing intermediate container 8decb6b0633a 19:40:31 ---> e7e6d380a9c4 19:40:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:31 ---> Running in c2f26318ca15 19:40:31 Removing intermediate container c2f26318ca15 19:40:31 ---> ac8aa0d10404 19:40:31 Step 21/23 : LABEL arch=arm64 19:40:31 ---> Running in 8c7ce3dd0d30 19:40:32 Removing intermediate container 8c7ce3dd0d30 19:40:32 ---> b45a2584e76d 19:40:32 Step 22/23 : LABEL git_sha=9836205f5a3e27ed82ea122f736ef9860377326b 19:40:32 ---> Running in 938894c3c3e7 19:40:32 Removing intermediate container 938894c3c3e7 19:40:32 ---> 305440a97d1c 19:40:32 Step 23/23 : LABEL version=0.0.0 19:40:32 ---> Running in 076fc52df718 19:40:32 Removing intermediate container 076fc52df718 19:40:32 ---> 7e0561199184 19:40:32 19:40:32 Successfully built 7e0561199184 19:40:32 Successfully tagged support-notifications-arm64:latest 19:40:33  Building support-notifications ... done  [Pipeline] } 19:40:33 $ docker stop --time=1 bc5511df5ca3ba297875d75758789b1e7bb0cd205477a3e5d260f77183aef891 19:40:34 $ docker rm -f bc5511df5ca3ba297875d75758789b1e7bb0cd205477a3e5d260f77183aef891 [Pipeline] // withDockerContainer [Pipeline] sh 19:40:35 + docker images 19:40:35 REPOSITORY TAG IMAGE ID CREATED SIZE 19:40:35 support-notifications-arm64 latest 7e0561199184 3 seconds ago 26.3MB 19:40:35 56af83b39e78 13 seconds ago 1.46GB 19:40:35 core-data-arm64 latest 156eab86da8f 32 seconds ago 20.7MB 19:40:35 303650d76bad 48 seconds ago 1.41GB 19:40:35 security-bootstrapper-arm64 latest 6bb1a7062969 49 seconds ago 19.1MB 19:40:35 998068a21d84 About a minute ago 1.39GB 19:40:35 security-proxy-setup-arm64 latest 8bb9cec55a8e 2 minutes ago 26.5MB 19:40:35 sys-mgmt-agent-arm64 latest df3dd31e921e 2 minutes ago 133MB 19:40:35 ed8a59c0dd1d 2 minutes ago 1.39GB 19:40:35 5a9a8675e77b 4 minutes ago 1.38GB 19:40:35 support-scheduler-arm64 latest b906e0442500 6 minutes ago 25.7MB 19:40:35 ad6af499c337 7 minutes ago 1.46GB 19:40:35 security-spire-server-arm64 latest 3d056300a391 7 minutes ago 84.3MB 19:40:35 4bb57b76f34a 8 minutes ago 1.28GB 19:40:35 security-spiffe-token-provider-arm64 latest 83be1469cfed 8 minutes ago 28.4MB 19:40:35 core-metadata-arm64 latest ceba7018cea3 8 minutes ago 17.5MB 19:40:35 5c316d613ccb 8 minutes ago 1.43GB 19:40:35 e4f4df95aae6 9 minutes ago 1.41GB 19:40:35 core-command-arm64 latest 139fad2a59a3 10 minutes ago 16.8MB 19:40:35 3cd6b709706d 10 minutes ago 1.4GB 19:40:35 security-secretstore-setup-arm64 latest 1a485caf8306 10 minutes ago 28.2MB 19:40:35 5ebf5a439dd3 11 minutes ago 1.39GB 19:40:35 security-spire-agent-arm64 latest 306aa5a5629a 15 minutes ago 122MB 19:40:35 security-spire-config-arm64 latest 2c6fe66931d9 16 minutes ago 83.6MB 19:40:35 0e6735de816e 16 minutes ago 1.28GB 19:40:35 68312474dbc8 16 minutes ago 1.28GB 19:40:35 ci-base-image-arm64 latest 57d0ee099bc9 30 minutes ago 941MB 19:40:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 3970a7415f9e 6 days ago 679MB 19:40:35 alpine 3.15 02e0d6fdf486 8 weeks ago 5.33MB 19:40:35 alpine 3.16 a6215f271958 8 weeks ago 5.29MB 19:40:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:40:36 19:40:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:40:37 arm64: Pulling from edgex-lftools-log-publisher 19:40:37 8998bd30e6a1: Pulling fs layer 19:40:37 04944245beec: Pulling fs layer 19:40:37 699f458cf7ca: Pulling fs layer 19:40:37 765212b225bb: Pulling fs layer 19:40:37 f23df028b6ca: Pulling fs layer 19:40:37 d65c8cfc05b1: Pulling fs layer 19:40:37 2437ff75d9bd: Pulling fs layer 19:40:37 765212b225bb: Waiting 19:40:37 f23df028b6ca: Waiting 19:40:37 d65c8cfc05b1: Waiting 19:40:37 2437ff75d9bd: Waiting 19:40:37 04944245beec: Verifying Checksum 19:40:37 04944245beec: Download complete 19:40:37 765212b225bb: Verifying Checksum 19:40:37 765212b225bb: Download complete 19:40:37 f23df028b6ca: Verifying Checksum 19:40:37 f23df028b6ca: Download complete 19:40:37 d65c8cfc05b1: Verifying Checksum 19:40:37 d65c8cfc05b1: Download complete 19:40:37 699f458cf7ca: Verifying Checksum 19:40:37 699f458cf7ca: Download complete 19:40:37 8998bd30e6a1: Verifying Checksum 19:40:37 8998bd30e6a1: Download complete 19:40:39 2437ff75d9bd: Verifying Checksum 19:40:39 2437ff75d9bd: Download complete 19:40:41 8998bd30e6a1: Pull complete 19:40:42 04944245beec: Pull complete 19:40:43 699f458cf7ca: Pull complete 19:40:43 765212b225bb: Pull complete 19:40:44 f23df028b6ca: Pull complete 19:40:44 d65c8cfc05b1: Pull complete 19:40:59 2437ff75d9bd: Pull complete 19:40:59 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:40:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:40:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:40:59 prd-ubuntu20.04-docker-arm64-4c-16g-7281 does not seem to be running inside a container 19:40:59 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:41:02 $ docker top a2bbe986048dfa079bd5cd802220893d2cbf45335e8a9ed30a1e21d108c1c724 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:41:03 ---> job-cost.sh 19:41:03 lf-activate-venv: SKIPPING 19:41:03 INFO: No Stack... 19:41:03 INFO: Retrieving Pricing Info for: v3-standard-4 19:41:04 INFO: Archiving Costs [Pipeline] sh 19:41:05 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:41:05 + cut -d, -f6 [Pipeline] lock 19:41:05 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4188-1-stack-cost] 19:41:05 Resource [jenkins-edgexfoundry-edgex-go-PR-4188-1-stack-cost] did not exist. Created. 19:41:05 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4188-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:41:05 + echo total: 0.10999999940395355 [Pipeline] stash 19:41:06 Stashed 1 file(s) [Pipeline] } 19:41:06 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4188-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:41:06 $ docker stop --time=1 a2bbe986048dfa079bd5cd802220893d2cbf45335e8a9ed30a1e21d108c1c724 19:41:07 $ docker rm -f a2bbe986048dfa079bd5cd802220893d2cbf45335e8a9ed30a1e21d108c1c724 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 19:41:08 provisioning config files... 19:41:08 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config13610138290886605025tmp [Pipeline] { [Pipeline] sh 19:41:09 + set +x 19:41:09 + bash -s -- 19:41:09 + curl -s https://codecov.io/bash 19:41:09 19:41:09 _____ _ 19:41:09 / ____| | | 19:41:09 | | ___ __| | ___ ___ _____ __ 19:41:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:41:09 | |___| (_) | (_| | __/ (_| (_) \ V / 19:41:09 \_____\___/ \__,_|\___|\___\___/ \_/ 19:41:09 Bash-1.0.6 19:41:09 19:41:09 19:41:09 ==> git version 2.25.1 found 19:41:09 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 19:41:09 Release-Date: 2020-01-08 19:41:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:41:09 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:41:09 ==> Jenkins CI detected. 19:41:09 current dir:  /w/workspace/edgex-go/1 19:41:09 project root: . 19:41:09 --> token set from env 19:41:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:41:09 ==> Running gcov in . (disable via -X gcov) 19:41:09 ==> Python coveragepy not found 19:41:09 ==> Searching for coverage reports in: 19:41:09 + . 19:41:09 -> Found 1 reports 19:41:09 ==> Detecting git/mercurial file structure 19:41:09 ==> Reading reports 19:41:09 + ./coverage.out bytes=502163 19:41:09 ==> Appending adjustments 19:41:09 https://docs.codecov.io/docs/fixing-reports 19:41:10 + Found adjustments 19:41:10 ==> Gzipping contents 19:41:10 64K /tmp/codecov.EvuUlK.gz 19:41:10 ==> Uploading reports 19:41:10 url: https://codecov.io 19:41:10 query: branch=PR-4188&commit=9836205f5a3e27ed82ea122f736ef9860377326b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4188%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4188&job=&cmd_args= 19:41:10 -> Pinging Codecov 19:41:10 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4188&commit=9836205f5a3e27ed82ea122f736ef9860377326b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4188%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4188&job=&cmd_args= 19:41:10 -> Uploading to 19:41:10 https://storage.googleapis.com/codecov/v4/raw/2022-10-06/00271124DB129430A58F1EEE437C3FCB/9836205f5a3e27ed82ea122f736ef9860377326b/4f177ada-93bc-4b22-a295-f77596c2bb60.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221006%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221006T194110Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6590068478c3c60f42f3c52cca027f78026f8df360a31bd30d05f60c44f81d6b 19:41:10 % Total % Received % Xferd Average Speed Time Time Time Current 19:41:10 Dload Upload Total Spent Left Speed 19:41:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65534 0 0 100 65534 0 250k --:--:-- --:--:-- --:--:-- 250k 19:41:11 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9836205f5a3e27ed82ea122f736ef9860377326b [Pipeline] } 19:41:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 19:41:12 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:41:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:41:13 ---> package-listing.sh 19:41:13 ++ facter osfamily 19:41:13 ++ tr '[:upper:]' '[:lower:]' 19:41:13 + OS_FAMILY=debian 19:41:13 + workspace=/w/workspace/edgex-go/1 19:41:13 + START_PACKAGES=/tmp/packages_start.txt 19:41:13 + END_PACKAGES=/tmp/packages_end.txt 19:41:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:41:13 + PACKAGES=/tmp/packages_start.txt 19:41:13 + '[' /w/workspace/edgex-go/1 ']' 19:41:13 + PACKAGES=/tmp/packages_end.txt 19:41:13 + case "${OS_FAMILY}" in 19:41:13 + dpkg -l 19:41:13 + grep '^ii' 19:41:13 + '[' -f /tmp/packages_start.txt ']' 19:41:13 + '[' -f /tmp/packages_end.txt ']' 19:41:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:41:13 + '[' /w/workspace/edgex-go/1 ']' 19:41:13 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:41:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:41:13 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:41:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:41:14 19:41:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:41:14 latest: Pulling from edgex-lftools-log-publisher 19:41:14 5eb5b503b376: Pulling fs layer 19:41:14 5c69ac0246d0: Pulling fs layer 19:41:14 ec43610c2a17: Pulling fs layer 19:41:14 3a2ae6a8a46f: Pulling fs layer 19:41:14 33b1e0a273af: Pulling fs layer 19:41:14 5d3b04190fa2: Pulling fs layer 19:41:14 2f39f015ded8: Pulling fs layer 19:41:14 33b1e0a273af: Waiting 19:41:14 3a2ae6a8a46f: Waiting 19:41:14 5d3b04190fa2: Waiting 19:41:14 2f39f015ded8: Waiting 19:41:14 5c69ac0246d0: Verifying Checksum 19:41:14 5c69ac0246d0: Download complete 19:41:14 3a2ae6a8a46f: Verifying Checksum 19:41:14 3a2ae6a8a46f: Download complete 19:41:14 33b1e0a273af: Verifying Checksum 19:41:14 33b1e0a273af: Download complete 19:41:14 5d3b04190fa2: Verifying Checksum 19:41:14 5d3b04190fa2: Download complete 19:41:15 ec43610c2a17: Verifying Checksum 19:41:15 ec43610c2a17: Download complete 19:41:15 5eb5b503b376: Verifying Checksum 19:41:15 5eb5b503b376: Download complete 19:41:15 2f39f015ded8: Download complete 19:41:16 5eb5b503b376: Pull complete 19:41:16 5c69ac0246d0: Pull complete 19:41:16 ec43610c2a17: Pull complete 19:41:16 3a2ae6a8a46f: Pull complete 19:41:17 33b1e0a273af: Pull complete 19:41:17 5d3b04190fa2: Pull complete 19:41:21 2f39f015ded8: Pull complete 19:41:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:41:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:41:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:41:21 prd-ubuntu20.04-docker-8c-8g-7280 does not seem to be running inside a container 19:41:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:41:23 $ docker top 76b000cdb9bd490a7cbefbac02378faf94c005160cfdbc153eea50c15de9339e -eo pid,comm [Pipeline] { [Pipeline] sh 19:41:23 + touch /tmp/pre-build-complete [Pipeline] sh 19:41:23 + mkdir -p /var/log/sysstat [Pipeline] sh 19:41:24 + ls /var/log/sa-host 19:41:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:41:24 provisioning config files... 19:41:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2429474185629530636tmp [Pipeline] { [Pipeline] echo 19:41:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:41:24 ---> create-netrc.sh [Pipeline] } 19:41:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:41:25 ---> python-tools-install.sh [Pipeline] echo 19:41:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:41:25 ---> sudo-logs.sh 19:41:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:41:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:41:26 ---> job-cost.sh 19:41:26 lf-activate-venv: SKIPPING 19:41:26 DEBUG: total: 0.10999999940395355 19:41:26 INFO: Retrieving Stack Cost... 19:41:26 INFO: Retrieving Pricing Info for: v3-standard-8 19:41:26 INFO: Archiving Costs [Pipeline] echo 19:41:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:41:27 ---> logs-deploy.sh 19:41:27 lf-activate-venv: SKIPPING 19:41:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4188/1 19:41:27 INFO: archiving workspace using pattern(s): 19:41:28 Archives upload complete. 19:41:28 INFO: archiving logs to Nexus 19:41:28 ---> uname -a: 19:41:28 Linux prd-ubuntu20-04-docker-8c-8g-7280 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:41:28 19:41:28 19:41:28 ---> lscpu: 19:41:28 Architecture: x86_64 19:41:28 CPU op-mode(s): 32-bit, 64-bit 19:41:28 Byte Order: Little Endian 19:41:28 Address sizes: 40 bits physical, 48 bits virtual 19:41:28 CPU(s): 8 19:41:28 On-line CPU(s) list: 0-7 19:41:28 Thread(s) per core: 1 19:41:28 Core(s) per socket: 1 19:41:28 Socket(s): 8 19:41:28 NUMA node(s): 1 19:41:28 Vendor ID: AuthenticAMD 19:41:28 CPU family: 23 19:41:28 Model: 49 19:41:28 Model name: AMD EPYC-Rome Processor 19:41:28 Stepping: 0 19:41:28 CPU MHz: 2800.000 19:41:28 BogoMIPS: 5600.00 19:41:28 Virtualization: AMD-V 19:41:28 Hypervisor vendor: KVM 19:41:28 Virtualization type: full 19:41:28 L1d cache: 256 KiB 19:41:28 L1i cache: 256 KiB 19:41:28 L2 cache: 4 MiB 19:41:28 L3 cache: 128 MiB 19:41:28 NUMA node0 CPU(s): 0-7 19:41:28 Vulnerability Itlb multihit: Not affected 19:41:28 Vulnerability L1tf: Not affected 19:41:28 Vulnerability Mds: Not affected 19:41:28 Vulnerability Meltdown: Not affected 19:41:28 Vulnerability Mmio stale data: Not affected 19:41:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:41:28 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:41:28 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:41:28 Vulnerability Srbds: Not affected 19:41:28 Vulnerability Tsx async abort: Not affected 19:41:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 19:41:28 19:41:28 19:41:28 ---> nproc: 19:41:28 8 19:41:28 19:41:28 19:41:28 ---> df -h: 19:41:28 Filesystem Size Used Avail Use% Mounted on 19:41:28 overlay 155G 19G 137G 12% / 19:41:28 tmpfs 64M 0 64M 0% /dev 19:41:28 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:41:28 shm 64M 0 64M 0% /dev/shm 19:41:28 /dev/vda1 155G 19G 137G 12% /facter-os 19:41:28 19:41:28 19:41:28 ---> sar -b -r -n DEV: 19:41:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7280) 10/06/22 _x86_64_ (8 CPU) 19:41:28 19:41:28 19:05:35 LINUX RESTART (8 CPU) 19:41:28 19:41:28 19:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:41:28 19:07:01 73.64 21.90 51.74 0.00 2216.70 23568.34 0.00 19:41:28 19:08:01 109.85 0.63 109.21 0.00 19.59 54265.13 0.00 19:41:28 19:09:01 54.07 0.25 53.82 0.00 3.20 18463.99 0.00 19:41:28 19:10:01 599.58 4.83 594.75 0.00 66.26 291081.75 0.00 19:41:28 19:11:01 1094.60 10.85 1083.76 0.00 2907.30 287438.59 0.00 19:41:28 19:12:01 1196.51 0.25 1196.26 0.00 12.47 270790.92 0.00 19:41:28 19:13:01 87.62 0.03 87.59 0.00 0.93 11084.15 0.00 19:41:28 19:14:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 19:41:28 19:15:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 19:41:28 19:16:01 1.93 0.00 1.93 0.00 0.00 21.33 0.00 19:41:28 19:17:01 1.75 0.02 1.73 0.00 0.13 29.73 0.00 19:41:28 19:18:01 1.80 0.00 1.80 0.00 0.00 19.86 0.00 19:41:28 19:19:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 19:41:28 19:20:01 3.33 1.67 1.67 0.00 37.73 20.40 0.00 19:41:28 19:21:01 1.92 0.02 1.90 0.00 0.13 23.06 0.00 19:41:28 19:22:01 1.75 0.00 1.75 0.00 0.00 19.60 0.00 19:41:28 19:23:01 0.88 0.00 0.88 0.00 0.00 9.47 0.00 19:41:28 19:24:01 1.35 0.02 1.33 0.00 1.73 15.46 0.00 19:41:28 19:25:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 19:41:28 19:26:01 1.52 0.00 1.52 0.00 0.00 17.73 0.00 19:41:28 19:27:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 19:41:28 19:28:01 1.72 0.00 1.72 0.00 0.00 19.33 0.00 19:41:28 19:29:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 19:41:28 19:30:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 19:41:28 19:31:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 19:41:28 19:32:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 19:41:28 19:33:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 19:41:28 19:34:01 0.90 0.00 0.90 0.00 0.00 11.06 0.00 19:41:28 19:35:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 19:41:28 19:36:01 1.52 0.00 1.52 0.00 0.00 17.59 0.00 19:41:28 19:37:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 19:41:28 19:38:01 0.83 0.00 0.83 0.00 0.00 10.80 0.00 19:41:28 19:39:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 19:41:28 19:40:01 1.62 0.00 1.62 0.00 0.00 17.60 0.00 19:41:28 19:41:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 19:41:28 Average: 92.47 1.16 91.31 0.00 150.54 27232.12 0.00 19:41:28 19:41:28 19:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:41:28 19:07:01 28903636 31619700 702340 2.14 72328 2913976 1698868 5.01 987460 2633940 712684 19:41:28 19:08:01 27879644 31511708 792392 2.41 107328 3721700 1896704 5.59 1504652 3048796 464424 19:41:28 19:09:01 27549596 31555184 747960 2.27 110960 4061492 1849420 5.45 1350208 3501616 405608 19:41:28 19:10:01 22496408 30938640 1333176 4.05 258692 8104028 3678780 10.84 2325048 7289660 138944 19:41:28 19:11:01 20022120 31257488 1006116 3.06 349912 10642160 2949108 8.69 2480360 9438160 53376 19:41:28 19:12:01 19453892 31433964 833036 2.53 390044 11309904 2022212 5.96 2303340 10155112 7308 19:41:28 19:13:01 19732208 31516332 756004 2.30 395908 11109792 1826224 5.38 2250824 9935392 12 19:41:28 19:14:01 19732776 31516980 755360 2.30 395916 11109928 1826224 5.38 2250684 9935496 48 19:41:28 19:15:01 19746800 31531056 741216 2.25 395928 11109936 1826224 5.38 2236724 9935536 16 19:41:28 19:16:01 19747076 31531312 740936 2.25 395980 11109936 1826224 5.38 2236536 9935536 8 19:41:28 19:17:01 19750136 31534484 737580 2.24 396056 11109940 1826224 5.38 2234020 9935540 200 19:41:28 19:18:01 19750276 31534668 737296 2.24 396084 11109940 1826224 5.38 2233920 9935540 192 19:41:28 19:19:01 19750300 31534716 737248 2.24 396100 11109944 1826224 5.38 2233380 9935544 4 19:41:28 19:20:01 19742468 31529188 743052 2.26 396120 11111076 1826224 5.38 2243236 9936292 24 19:41:28 19:21:01 19739204 31526000 746464 2.27 396156 11111052 1855380 5.47 2243024 9936248 60 19:41:28 19:22:01 19739164 31525976 746428 2.27 396164 11111060 1855380 5.47 2243024 9936256 8 19:41:28 19:23:01 19739332 31526160 746400 2.27 396176 11111060 1855380 5.47 2242968 9936256 8 19:41:28 19:24:01 19739316 31526152 746328 2.27 396180 11111116 1855380 5.47 2242972 9936260 44 19:41:28 19:25:01 19739268 31526116 746304 2.27 396188 11111120 1855380 5.47 2243000 9936264 8 19:41:28 19:26:01 19739284 31526160 746232 2.27 396220 11111116 1855380 5.47 2243020 9936264 44 19:41:28 19:27:01 19739148 31526088 746228 2.27 396272 11111124 1838664 5.42 2243108 9936320 16 19:41:28 19:28:01 19739456 31526368 745912 2.27 396316 11111124 1838664 5.42 2243104 9936320 8 19:41:28 19:29:01 19739372 31526336 746124 2.27 396336 11111128 1838664 5.42 2243132 9936324 8 19:41:28 19:30:01 19739332 31526320 746096 2.27 396356 11111132 1838664 5.42 2243192 9936328 44 19:41:28 19:31:01 19739448 31526464 745808 2.27 396368 11111136 1838664 5.42 2243748 9936332 160 19:41:28 19:32:01 19739480 31526520 745732 2.27 396372 11111144 1838664 5.42 2243268 9936336 152 19:41:28 19:33:01 19739180 31526240 745964 2.27 396376 11111144 1854808 5.47 2243212 9936336 12 19:41:28 19:34:01 19739512 31526600 745844 2.27 396392 11111148 1854808 5.47 2243812 9936344 260 19:41:28 19:35:01 19739536 31526628 745808 2.27 396400 11111152 1854808 5.47 2243256 9936348 8 19:41:28 19:36:01 19739268 31526388 746028 2.27 396420 11111148 1854808 5.47 2243640 9936348 48 19:41:28 19:37:01 19739204 31526352 745984 2.27 396436 11111156 1854808 5.47 2243736 9936352 156 19:41:28 19:38:01 19739228 31526376 745944 2.27 396452 11111156 1854808 5.47 2243308 9936352 184 19:41:28 19:39:01 19739180 31526352 745908 2.27 396468 11111160 1854808 5.47 2243324 9936356 8 19:41:28 19:40:01 19739100 31526292 745916 2.27 396476 11111164 1854808 5.47 2243340 9936360 8 19:41:28 19:41:01 19739016 31526216 746148 2.27 396488 11111160 1854808 5.47 2243348 9936360 8 19:41:28 Average: 20536639 31502786 772323 2.35 365153 10370499 1930355 5.69 2170827 9263281 50974 19:41:28 19:41:28 19:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:41:28 19:07:01 docker0 354.82 314.50 27.09 2714.48 0.00 0.00 0.00 0.00 19:41:28 19:07:01 lo 5.00 5.00 0.48 0.48 0.00 0.00 0.00 0.00 19:41:28 19:07:01 ens3 1162.07 949.03 11674.03 130.30 0.00 0.00 0.00 0.00 19:41:28 19:08:01 docker0 87.74 116.29 7.12 752.24 0.00 0.00 0.00 0.00 19:41:28 19:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:08:01 ens3 182.11 152.13 790.65 103.26 0.00 0.00 0.00 0.00 19:41:28 19:08:01 vethc76f0f8 1.23 1.42 0.10 0.11 0.00 0.00 0.00 0.00 19:41:28 19:09:01 docker0 0.28 0.28 0.02 0.02 0.00 0.00 0.00 0.00 19:41:28 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:09:01 ens3 37.28 23.15 33.47 12.92 0.00 0.00 0.00 0.00 19:41:28 19:09:01 vethc76f0f8 0.28 0.30 0.02 0.02 0.00 0.00 0.00 0.00 19:41:28 19:10:01 vethac5a08f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:41:28 19:10:01 docker0 339.98 426.78 25.48 4749.51 0.00 0.00 0.00 0.00 19:41:28 19:10:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 19:41:28 19:10:01 veth0501b00 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:41:28 19:10:01 ens3 528.45 406.68 6497.01 51.72 0.00 0.00 0.00 0.00 19:41:28 19:10:01 veth6bae807 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:41:28 19:10:01 vethc79d45b 12.65 15.53 0.89 68.42 0.00 0.00 0.00 0.01 19:41:28 19:10:01 veth826daa4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:41:28 19:10:01 vethf0e6cb4 0.00 0.65 0.00 0.04 0.00 0.00 0.00 0.00 19:41:28 19:11:01 docker0 231.94 352.63 18.33 3895.80 0.00 0.00 0.00 0.00 19:41:28 19:11:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 19:41:28 19:11:01 ens3 481.32 313.85 5280.70 46.31 0.00 0.00 0.00 0.00 19:41:28 19:11:01 veth921f03d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:11:01 vethf31aaaf 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:41:28 19:11:01 vethe3d07b0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:11:01 vethf0e6cb4 0.00 0.48 0.00 0.02 0.00 0.00 0.00 0.00 19:41:28 19:12:01 veth54ac5e8 3.07 6.85 0.25 85.29 0.00 0.00 0.00 0.01 19:41:28 19:12:01 docker0 104.30 169.23 7.52 1401.28 0.00 0.00 0.00 0.00 19:41:28 19:12:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 19:41:28 19:12:01 ens3 221.20 136.06 1442.18 31.85 0.00 0.00 0.00 0.00 19:41:28 19:12:01 vethf0e6cb4 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 19:41:28 19:13:01 docker0 10.41 31.24 0.93 569.63 0.00 0.00 0.00 0.00 19:41:28 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:13:01 ens3 45.63 20.75 581.64 7.47 0.00 0.00 0.00 0.00 19:41:28 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:14:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:16:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:17:01 ens3 0.12 0.07 0.07 0.06 0.00 0.00 0.00 0.00 19:41:28 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:19:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:20:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 19:41:28 19:20:01 ens3 47.49 76.20 7.68 196.10 0.00 0.00 0.00 0.00 19:41:28 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:22:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 19:41:28 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:23:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:24:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:27:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 19:41:28 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:30:01 ens3 0.30 0.20 0.63 0.01 0.00 0.00 0.00 0.00 19:41:28 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:32:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 19:41:28 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:36:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:37:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 19:41:28 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:38:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:40:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:41:28 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 19:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:41:28 Average: docker0 32.24 40.25 2.47 401.91 0.00 0.00 0.00 0.00 19:41:28 Average: lo 0.32 0.32 0.03 0.03 0.00 0.00 0.00 0.00 19:41:28 Average: ens3 77.30 59.39 751.34 16.57 0.00 0.00 0.00 0.00 19:41:28 19:41:28 19:41:28 ---> sar -P ALL: 19:41:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7280) 10/06/22 _x86_64_ (8 CPU) 19:41:28 19:41:28 19:05:35 LINUX RESTART (8 CPU) 19:41:28 19:41:28 19:06:01 CPU %user %nice %system %iowait %steal %idle 19:41:28 19:07:01 all 9.62 0.00 2.93 0.59 0.04 86.82 19:41:28 19:07:01 0 10.37 0.00 2.33 0.82 0.03 86.45 19:41:28 19:07:01 1 16.52 0.00 3.23 0.79 0.05 79.41 19:41:28 19:07:01 2 6.09 0.00 2.66 0.07 0.03 91.14 19:41:28 19:07:01 3 9.56 0.00 2.07 0.30 0.05 88.01 19:41:28 19:07:01 4 7.64 0.00 3.14 0.08 0.03 89.10 19:41:28 19:07:01 5 7.24 0.00 3.93 1.66 0.03 87.13 19:41:28 19:07:01 6 9.95 0.00 2.68 0.82 0.03 86.52 19:41:28 19:07:01 7 9.62 0.00 3.40 0.15 0.07 86.76 19:41:28 19:08:01 all 29.67 0.00 6.06 0.88 0.08 63.31 19:41:28 19:08:01 0 28.90 0.00 5.73 1.11 0.10 64.16 19:41:28 19:08:01 1 30.24 0.00 5.36 0.05 0.07 64.28 19:41:28 19:08:01 2 28.94 0.00 5.74 0.02 0.07 65.23 19:41:28 19:08:01 3 30.11 0.00 5.85 0.57 0.08 63.38 19:41:28 19:08:01 4 30.60 0.00 6.06 2.56 0.07 60.71 19:41:28 19:08:01 5 30.09 0.00 6.47 0.03 0.08 63.33 19:41:28 19:08:01 6 29.43 0.00 6.91 2.64 0.07 60.95 19:41:28 19:08:01 7 29.08 0.00 6.40 0.02 0.08 64.42 19:41:28 19:09:01 all 52.32 0.00 7.15 0.19 0.10 40.24 19:41:28 19:09:01 0 52.10 0.00 7.62 1.35 0.12 38.81 19:41:28 19:09:01 1 52.53 0.00 7.22 0.03 0.10 40.11 19:41:28 19:09:01 2 51.74 0.00 6.84 0.03 0.10 41.28 19:41:28 19:09:01 3 51.33 0.00 7.09 0.02 0.10 41.46 19:41:28 19:09:01 4 52.90 0.00 7.12 0.02 0.08 39.88 19:41:28 19:09:01 5 52.59 0.00 7.42 0.03 0.10 39.86 19:41:28 19:09:01 6 52.76 0.00 6.88 0.02 0.10 40.24 19:41:28 19:09:01 7 52.63 0.00 7.02 0.00 0.10 40.25 19:41:28 19:10:01 all 23.91 0.00 11.85 6.62 0.08 57.53 19:41:28 19:10:01 0 23.79 0.00 11.76 4.74 0.07 59.64 19:41:28 19:10:01 1 24.58 0.00 10.29 4.63 0.07 60.43 19:41:28 19:10:01 2 24.50 0.00 12.44 4.37 0.07 58.63 19:41:28 19:10:01 3 22.42 0.00 13.10 15.13 0.12 49.22 19:41:28 19:10:01 4 22.46 0.00 11.46 5.67 0.12 60.30 19:41:28 19:10:01 5 25.66 0.00 11.50 6.45 0.07 56.32 19:41:28 19:10:01 6 25.11 0.00 11.36 3.50 0.07 59.95 19:41:28 19:10:01 7 22.77 0.00 12.91 8.54 0.09 55.69 19:41:28 19:11:01 all 69.33 0.00 15.86 3.78 0.12 10.90 19:41:28 19:11:01 0 69.79 0.00 15.06 3.61 0.12 11.42 19:41:28 19:11:01 1 69.86 0.00 15.49 2.67 0.12 11.86 19:41:28 19:11:01 2 68.03 0.00 17.11 3.87 0.14 10.86 19:41:28 19:11:01 3 68.17 0.00 16.65 5.45 0.12 9.61 19:41:28 19:11:01 4 69.74 0.00 15.70 4.17 0.10 10.30 19:41:28 19:11:01 5 69.69 0.00 15.10 2.17 0.14 12.91 19:41:28 19:11:01 6 70.30 0.00 15.52 4.19 0.14 9.85 19:41:28 19:11:01 7 69.09 0.00 16.28 4.12 0.12 10.39 19:41:28 19:12:01 all 53.37 0.00 13.49 5.53 0.12 27.49 19:41:28 19:12:01 0 51.26 0.00 15.30 7.44 0.12 25.88 19:41:28 19:12:01 1 54.22 0.00 12.37 4.18 0.12 29.10 19:41:28 19:12:01 2 53.60 0.00 13.05 6.66 0.12 26.57 19:41:28 19:12:01 3 54.28 0.00 13.35 4.90 0.10 27.36 19:41:28 19:12:01 4 52.32 0.00 13.81 3.82 0.14 29.91 19:41:28 19:12:01 5 53.30 0.00 13.85 4.44 0.14 28.27 19:41:28 19:12:01 6 53.94 0.00 13.90 6.35 0.12 25.69 19:41:28 19:12:01 7 54.03 0.00 12.30 6.44 0.12 27.11 19:41:28 19:13:01 all 2.09 0.00 0.72 0.47 0.02 96.70 19:41:28 19:13:01 0 0.67 0.00 0.52 0.05 0.02 98.75 19:41:28 19:13:01 1 2.49 0.00 0.73 0.88 0.03 95.86 19:41:28 19:13:01 2 4.91 0.00 0.93 0.15 0.02 93.99 19:41:28 19:13:01 3 1.85 0.00 0.43 0.05 0.02 97.65 19:41:28 19:13:01 4 1.62 0.00 0.47 0.65 0.02 97.25 19:41:28 19:13:01 5 1.51 0.00 0.84 0.79 0.00 96.86 19:41:28 19:13:01 6 2.77 0.00 1.10 0.02 0.02 96.09 19:41:28 19:13:01 7 0.94 0.00 0.74 1.17 0.02 97.14 19:41:28 19:14:01 all 0.02 0.00 0.01 0.01 0.00 99.96 19:41:28 19:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:14:01 1 0.05 0.00 0.03 0.07 0.00 99.85 19:41:28 19:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:14:01 5 0.03 0.00 0.02 0.00 0.02 99.93 19:41:28 19:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:15:01 all 0.05 0.00 0.01 0.00 0.00 99.93 19:41:28 19:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:15:01 1 0.03 0.00 0.02 0.03 0.02 99.90 19:41:28 19:15:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:41:28 19:15:01 3 0.03 0.00 0.00 0.00 0.02 99.95 19:41:28 19:15:01 4 0.25 0.00 0.00 0.00 0.00 99.75 19:41:28 19:15:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:16:01 all 0.03 0.00 0.00 0.01 0.01 99.95 19:41:28 19:16:01 0 0.02 0.00 0.00 0.00 0.02 99.97 19:41:28 19:16:01 1 0.03 0.00 0.02 0.03 0.02 99.90 19:41:28 19:16:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:41:28 19:16:01 3 0.03 0.00 0.00 0.00 0.00 99.97 19:41:28 19:16:01 4 0.10 0.00 0.00 0.05 0.02 99.83 19:41:28 19:16:01 5 0.00 0.00 0.00 0.02 0.00 99.98 19:41:28 19:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:16:01 7 0.00 0.00 0.02 0.00 0.02 99.97 19:41:28 19:17:01 all 0.03 0.00 0.02 0.01 0.00 99.95 19:41:28 19:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:17:01 1 0.02 0.00 0.02 0.03 0.00 99.93 19:41:28 19:17:01 2 0.05 0.00 0.02 0.00 0.00 99.93 19:41:28 19:17:01 3 0.03 0.00 0.05 0.00 0.00 99.92 19:41:28 19:17:01 4 0.02 0.00 0.02 0.02 0.00 99.95 19:41:28 19:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:41:28 19:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:41:28 19:41:28 19:17:01 CPU %user %nice %system %iowait %steal %idle 19:41:28 19:18:01 all 0.04 0.00 0.01 0.01 0.00 99.94 19:41:28 19:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:18:01 1 0.03 0.00 0.00 0.07 0.02 99.88 19:41:28 19:18:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:41:28 19:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:18:01 4 0.18 0.00 0.02 0.02 0.00 99.78 19:41:28 19:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:18:01 7 0.05 0.00 0.00 0.00 0.00 99.95 19:41:28 19:19:01 all 0.02 0.00 0.01 0.00 0.01 99.97 19:41:28 19:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:19:01 2 0.05 0.00 0.00 0.00 0.02 99.93 19:41:28 19:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 19:41:28 19:19:01 4 0.00 0.00 0.02 0.02 0.02 99.95 19:41:28 19:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:20:01 all 0.36 0.00 0.06 0.01 0.00 99.56 19:41:28 19:20:01 0 0.32 0.00 0.08 0.00 0.00 99.60 19:41:28 19:20:01 1 0.30 0.00 0.05 0.07 0.00 99.58 19:41:28 19:20:01 2 0.33 0.00 0.03 0.00 0.02 99.62 19:41:28 19:20:01 3 0.23 0.00 0.05 0.00 0.00 99.72 19:41:28 19:20:01 4 0.99 0.00 0.00 0.02 0.00 99.00 19:41:28 19:20:01 5 0.35 0.00 0.17 0.02 0.00 99.47 19:41:28 19:20:01 6 0.23 0.00 0.07 0.00 0.00 99.70 19:41:28 19:20:01 7 0.10 0.00 0.07 0.00 0.00 99.83 19:41:28 19:21:01 all 0.03 0.00 0.02 0.01 0.00 99.94 19:41:28 19:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:21:01 1 0.02 0.00 0.02 0.03 0.00 99.93 19:41:28 19:21:01 2 0.08 0.00 0.02 0.00 0.00 99.90 19:41:28 19:21:01 3 0.03 0.00 0.03 0.02 0.00 99.92 19:41:28 19:21:01 4 0.00 0.00 0.03 0.02 0.00 99.95 19:41:28 19:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:21:01 6 0.03 0.00 0.03 0.00 0.00 99.93 19:41:28 19:21:01 7 0.03 0.00 0.02 0.00 0.00 99.95 19:41:28 19:22:01 all 0.01 0.00 0.01 0.01 0.01 99.97 19:41:28 19:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 19:41:28 19:22:01 1 0.00 0.00 0.02 0.03 0.00 99.95 19:41:28 19:22:01 2 0.02 0.00 0.02 0.00 0.02 99.95 19:41:28 19:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:22:01 4 0.05 0.00 0.02 0.02 0.02 99.90 19:41:28 19:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:23:01 all 0.02 0.00 0.01 0.00 0.00 99.97 19:41:28 19:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:23:01 1 0.02 0.00 0.00 0.03 0.00 99.95 19:41:28 19:23:01 2 0.07 0.00 0.00 0.00 0.00 99.93 19:41:28 19:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:23:01 4 0.03 0.00 0.00 0.00 0.02 99.95 19:41:28 19:23:01 5 0.00 0.00 0.00 0.00 0.02 99.98 19:41:28 19:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:24:01 all 0.19 0.00 0.01 0.00 0.00 99.79 19:41:28 19:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:24:01 1 0.00 0.00 0.00 0.03 0.00 99.97 19:41:28 19:24:01 2 1.45 0.00 0.00 0.00 0.00 98.55 19:41:28 19:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 19:41:28 19:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:25:01 all 0.27 0.00 0.00 0.01 0.01 99.71 19:41:28 19:25:01 0 0.03 0.00 0.00 0.00 0.00 99.97 19:41:28 19:25:01 1 0.00 0.00 0.00 0.05 0.02 99.93 19:41:28 19:25:01 2 2.00 0.00 0.00 0.00 0.02 97.98 19:41:28 19:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 19:41:28 19:25:01 4 0.05 0.00 0.02 0.00 0.02 99.92 19:41:28 19:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:25:01 7 0.00 0.00 0.00 0.00 0.02 99.98 19:41:28 19:26:01 all 0.23 0.00 0.02 0.00 0.00 99.74 19:41:28 19:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:26:01 1 0.02 0.00 0.00 0.03 0.00 99.95 19:41:28 19:26:01 2 1.77 0.00 0.08 0.00 0.00 98.14 19:41:28 19:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:26:01 4 0.02 0.00 0.03 0.00 0.00 99.95 19:41:28 19:26:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:26:01 6 0.00 0.00 0.02 0.00 0.02 99.97 19:41:28 19:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:27:01 all 0.02 0.00 0.01 0.01 0.00 99.95 19:41:28 19:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:27:01 1 0.02 0.00 0.00 0.02 0.00 99.97 19:41:28 19:27:01 2 0.08 0.00 0.08 0.00 0.00 99.83 19:41:28 19:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:27:01 4 0.07 0.00 0.03 0.00 0.02 99.88 19:41:28 19:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:27:01 7 0.00 0.00 0.00 0.03 0.00 99.97 19:41:28 19:28:01 all 0.02 0.00 0.01 0.01 0.00 99.96 19:41:28 19:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:28:01 1 0.02 0.00 0.02 0.03 0.00 99.93 19:41:28 19:28:01 2 0.03 0.00 0.00 0.00 0.02 99.95 19:41:28 19:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:28:01 4 0.05 0.00 0.02 0.00 0.02 99.92 19:41:28 19:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:28:01 7 0.02 0.00 0.00 0.02 0.00 99.97 19:41:28 19:41:28 19:28:01 CPU %user %nice %system %iowait %steal %idle 19:41:28 19:29:01 all 0.01 0.00 0.01 0.01 0.00 99.98 19:41:28 19:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:29:01 4 0.03 0.00 0.03 0.00 0.02 99.92 19:41:28 19:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:29:01 6 0.00 0.00 0.00 0.03 0.00 99.97 19:41:28 19:29:01 7 0.00 0.00 0.00 0.03 0.00 99.97 19:41:28 19:30:01 all 0.03 0.00 0.01 0.01 0.00 99.96 19:41:28 19:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 19:41:28 19:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:30:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:41:28 19:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:30:01 4 0.07 0.00 0.02 0.00 0.00 99.92 19:41:28 19:30:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:30:01 6 0.02 0.00 0.00 0.03 0.00 99.95 19:41:28 19:30:01 7 0.02 0.00 0.02 0.03 0.00 99.93 19:41:28 19:31:01 all 0.01 0.00 0.01 0.00 0.00 99.97 19:41:28 19:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:41:28 19:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:31:01 4 0.00 0.00 0.02 0.03 0.00 99.95 19:41:28 19:31:01 5 0.02 0.00 0.02 0.00 0.02 99.95 19:41:28 19:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:32:01 all 0.02 0.00 0.00 0.00 0.00 99.97 19:41:28 19:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:32:01 2 0.03 0.00 0.00 0.00 0.02 99.95 19:41:28 19:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:32:01 4 0.03 0.00 0.00 0.02 0.02 99.93 19:41:28 19:32:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:41:28 19:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:32:01 7 0.03 0.00 0.00 0.02 0.00 99.95 19:41:28 19:33:01 all 0.00 0.00 0.01 0.01 0.00 99.98 19:41:28 19:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:33:01 5 0.00 0.00 0.02 0.00 0.02 99.97 19:41:28 19:33:01 6 0.00 0.00 0.00 0.03 0.00 99.97 19:41:28 19:33:01 7 0.00 0.00 0.02 0.02 0.00 99.97 19:41:28 19:34:01 all 0.02 0.00 0.01 0.00 0.00 99.97 19:41:28 19:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:34:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:41:28 19:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:34:01 3 0.00 0.00 0.02 0.00 0.02 99.97 19:41:28 19:34:01 4 0.02 0.00 0.02 0.00 0.02 99.95 19:41:28 19:34:01 5 0.03 0.00 0.00 0.00 0.00 99.97 19:41:28 19:34:01 6 0.02 0.00 0.02 0.02 0.00 99.95 19:41:28 19:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:35:01 all 0.01 0.00 0.00 0.00 0.00 99.98 19:41:28 19:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 19:41:28 19:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:41:28 19:35:01 5 0.00 0.00 0.02 0.00 0.02 99.97 19:41:28 19:35:01 6 0.00 0.00 0.00 0.02 0.00 99.98 19:41:28 19:35:01 7 0.00 0.00 0.00 0.02 0.00 99.98 19:41:28 19:36:01 all 0.01 0.00 0.01 0.01 0.00 99.96 19:41:28 19:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:41:28 19:36:01 2 0.02 0.00 0.00 0.00 0.02 99.97 19:41:28 19:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:36:01 5 0.03 0.00 0.03 0.10 0.00 99.83 19:41:28 19:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:36:01 7 0.00 0.00 0.02 0.02 0.00 99.97 19:41:28 19:37:01 all 0.04 0.00 0.01 0.01 0.00 99.94 19:41:28 19:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:41:28 19:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:37:01 2 0.23 0.00 0.02 0.00 0.00 99.75 19:41:28 19:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:37:01 4 0.00 0.00 0.00 0.00 0.02 99.98 19:41:28 19:37:01 5 0.02 0.00 0.02 0.03 0.02 99.92 19:41:28 19:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:37:01 7 0.00 0.00 0.00 0.02 0.00 99.98 19:41:28 19:38:01 all 0.26 0.00 0.01 0.00 0.00 99.73 19:41:28 19:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:38:01 2 1.99 0.00 0.00 0.00 0.00 98.01 19:41:28 19:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:38:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:41:28 19:38:01 5 0.03 0.00 0.02 0.00 0.02 99.93 19:41:28 19:38:01 6 0.02 0.00 0.00 0.02 0.00 99.97 19:41:28 19:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:39:01 all 0.26 0.00 0.01 0.00 0.00 99.73 19:41:28 19:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:41:28 19:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:39:01 2 1.99 0.00 0.00 0.00 0.00 98.01 19:41:28 19:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:39:01 5 0.02 0.00 0.03 0.02 0.00 99.93 19:41:28 19:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 19:41:28 19:39:01 CPU %user %nice %system %iowait %steal %idle 19:41:28 19:40:01 all 0.26 0.00 0.01 0.01 0.01 99.71 19:41:28 19:40:01 0 0.00 0.00 0.00 0.00 0.02 99.98 19:41:28 19:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:41:28 19:40:01 2 1.99 0.00 0.00 0.00 0.02 98.00 19:41:28 19:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:40:01 4 0.02 0.00 0.02 0.02 0.00 99.95 19:41:28 19:40:01 5 0.03 0.00 0.03 0.02 0.02 99.90 19:41:28 19:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 19:41:28 19:40:01 7 0.02 0.00 0.00 0.02 0.02 99.95 19:41:28 19:41:01 all 0.15 0.00 0.01 0.00 0.00 99.84 19:41:28 19:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:41:01 2 1.09 0.00 0.03 0.00 0.00 98.87 19:41:28 19:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:41:28 19:41:01 5 0.05 0.00 0.00 0.00 0.02 99.93 19:41:28 19:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:41:28 19:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:41:28 Average: all 6.84 0.00 1.64 0.51 0.02 90.99 19:41:28 Average: 0 6.69 0.00 1.65 0.54 0.02 91.11 19:41:28 Average: 1 7.08 0.00 1.55 0.39 0.02 90.97 19:41:28 Average: 2 7.08 0.00 1.66 0.42 0.02 90.81 19:41:28 Average: 3 6.71 0.00 1.65 0.74 0.02 90.88 19:41:28 Average: 4 6.74 0.00 1.63 0.48 0.02 91.12 19:41:28 Average: 5 6.78 0.00 1.68 0.44 0.02 91.08 19:41:28 Average: 6 6.89 0.00 1.65 0.50 0.02 90.95 19:41:28 Average: 7 6.71 0.00 1.67 0.58 0.02 91.02 19:41:28 19:41:28 19:41:28