Pull request #4375 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 879c8ea6da70c83c973c0241fe5990d1d09829cf+affa4ba333889d31d83cf76b7d2a18a0230584e6 (0d9475cc767c7dabb6e8c99cdf3683f46b683cf7) 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-ssh16315176099571807219.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh16545260538289331283.key > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-4375/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-4375/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18157733657398395726.key > 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-4375/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13662846292931675555.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh13526246586038596100.key > 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-4375/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-4375/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9516058172341185740.key > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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/v3], 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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6823 in /w/workspace/edgexfoundry_edgex-go_PR-4375 [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 > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4375/head:refs/remotes/origin/PR-4375 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit affa4ba333889d31d83cf76b7d2a18a0230584e6 into PR head commit 879c8ea6da70c83c973c0241fe5990d1d09829cf Merge succeeded, producing 879c8ea6da70c83c973c0241fe5990d1d09829cf Checking out Revision 879c8ea6da70c83c973c0241fe5990d1d09829cf (PR-4375) > git config core.sparsecheckout # timeout=10 > git checkout -f 879c8ea6da70c83c973c0241fe5990d1d09829cf # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge affa4ba333889d31d83cf76b7d2a18a0230584e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 879c8ea6da70c83c973c0241fe5990d1d09829cf # timeout=10 Commit message: "feat!: Remove Notify field out of Device dto and add Properties field into ProvisionWatcher dto" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:22:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:22:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:22:33 ========================================================= 07:22:33 EdgeX Global Pipelines Version Info 07:22:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:22:33 ------------------- 07:22:33 stable info: 07:22:33 ------------------- 07:22:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:22:33 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 07:22:33 Message: update stable to v1.0.244 07:22:34 ------------------- 07:22:34 experimental info: 07:22:34 ------------------- 07:22:34 Commited By: **** collab-it+edgex@linuxfoundation.org 07:22:34 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 07:22:34 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:22:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:22:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:22:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:22:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:22:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:22:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4375 [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4375 [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4375 [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 879c8ea6da70c83c973c0241fe5990d1d09829cf [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 879c8ea [Pipeline] echo 07:22:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:22:36 provisioning config files... 07:22:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14887020254747897483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:22:36 ---> docker-login.sh 07:22:36 nexus3.edgexfoundry.org:10001 07:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:36 Configure a credential helper to remove this warning. See 07:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:36 07:22:36 Login Succeeded 07:22:36 nexus3.edgexfoundry.org:10002 07:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:36 Configure a credential helper to remove this warning. See 07:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:36 07:22:36 Login Succeeded 07:22:36 nexus3.edgexfoundry.org:10003 07:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:37 Configure a credential helper to remove this warning. See 07:22:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:37 07:22:37 Login Succeeded 07:22:37 nexus3.edgexfoundry.org:10004 07:22:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:37 Configure a credential helper to remove this warning. See 07:22:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:37 07:22:37 Login Succeeded 07:22:37 docker.io 07:22:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:37 Configure a credential helper to remove this warning. See 07:22:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:37 07:22:37 Login Succeeded 07:22:37 ---> docker-login.sh ends [Pipeline] } 07:22:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:37 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/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 07:22:37 + dirname cmd/core-command/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo core-command,cmd/core-command/Dockerfile 07:22:37 + dirname cmd/core-common-config-bootstrapper/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 07:22:37 + dirname cmd/core-data/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo core-data,cmd/core-data/Dockerfile 07:22:37 + dirname cmd/core-metadata/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo core-metadata,cmd/core-metadata/Dockerfile 07:22:37 + dirname cmd/security-bootstrapper/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:22:37 + dirname cmd/security-proxy-setup/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:22:37 + dirname cmd/security-secretstore-setup/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:22:37 + dirname cmd/security-spiffe-token-provider/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 07:22:37 + dirname cmd/security-spire-agent/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 07:22:37 + dirname cmd/security-spire-config/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo security-spire-config,cmd/security-spire-config/Dockerfile 07:22:37 + dirname cmd/security-spire-server/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo security-spire-server,cmd/security-spire-server/Dockerfile 07:22:37 + dirname cmd/support-notifications/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo support-notifications,cmd/support-notifications/Dockerfile 07:22:37 + dirname cmd/support-scheduler/Dockerfile 07:22:37 + cut -d/ -f2 07:22:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 07:22:37 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/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]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:22:38 + git rev-list -1 --merges 879c8ea6da70c83c973c0241fe5990d1d09829cf~1..879c8ea6da70c83c973c0241fe5990d1d09829cf [Pipeline] echo 07:22:38 -----------> git rev-list -1 --merges 879c8ea6da70c83c973c0241fe5990d1d09829cf~1..879c8ea6da70c83c973c0241fe5990d1d09829cf 879c8ea6da70c83c973c0241fe5990d1d09829cf [false] [Pipeline] sh 07:22:38 + git log --format=format:%s -1 879c8ea6da70c83c973c0241fe5990d1d09829cf [Pipeline] echo 07:22:38 ========================================================= 07:22:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:22:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:22:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:22:39 + grep -v github /etc/ssh/ssh_known_hosts 07:22:39 + [ -e /tmp/ssh_known_hosts ] 07:22:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:22:39 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:22:39 + sudo tee -a /etc/ssh/ssh_known_hosts 07:22:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:39 07:22:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:40 0.1.4: Pulling from edgex-devops/py-git-semver 07:22:40 b85a868b505f: Pulling fs layer 07:22:40 e2be974225ed: Pulling fs layer 07:22:40 339a4e72a1f5: Pulling fs layer 07:22:40 988bab9f4d93: Pulling fs layer 07:22:40 1469e6f7b9e6: Pulling fs layer 07:22:40 eaf3925da568: Pulling fs layer 07:22:40 bab4dde63d76: Pulling fs layer 07:22:40 bde34c3a00c8: Pulling fs layer 07:22:40 b352a97aabf1: Pulling fs layer 07:22:40 4872d77fe225: Pulling fs layer 07:22:40 5851b861e8e6: Pulling fs layer 07:22:40 988bab9f4d93: Waiting 07:22:40 1469e6f7b9e6: Waiting 07:22:40 eaf3925da568: Waiting 07:22:40 bab4dde63d76: Waiting 07:22:40 bde34c3a00c8: Waiting 07:22:40 b352a97aabf1: Waiting 07:22:40 4872d77fe225: Waiting 07:22:40 e2be974225ed: Verifying Checksum 07:22:40 e2be974225ed: Download complete 07:22:40 988bab9f4d93: Verifying Checksum 07:22:40 988bab9f4d93: Download complete 07:22:40 1469e6f7b9e6: Verifying Checksum 07:22:40 1469e6f7b9e6: Download complete 07:22:40 eaf3925da568: Verifying Checksum 07:22:40 eaf3925da568: Download complete 07:22:40 339a4e72a1f5: Verifying Checksum 07:22:40 339a4e72a1f5: Download complete 07:22:40 bde34c3a00c8: Download complete 07:22:40 b352a97aabf1: Verifying Checksum 07:22:40 b352a97aabf1: Download complete 07:22:40 4872d77fe225: Download complete 07:22:40 5851b861e8e6: Download complete 07:22:40 b85a868b505f: Verifying Checksum 07:22:40 b85a868b505f: Download complete 07:22:40 bab4dde63d76: Verifying Checksum 07:22:40 bab4dde63d76: Download complete 07:22:42 b85a868b505f: Pull complete 07:22:42 e2be974225ed: Pull complete 07:22:42 339a4e72a1f5: Pull complete 07:22:42 988bab9f4d93: Pull complete 07:22:43 1469e6f7b9e6: Pull complete 07:22:43 eaf3925da568: Pull complete 07:22:44 bab4dde63d76: Pull complete 07:22:44 bde34c3a00c8: Pull complete 07:22:45 b352a97aabf1: Pull complete 07:22:45 4872d77fe225: Pull complete 07:22:45 5851b861e8e6: Pull complete 07:22:45 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:22:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:45 prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container 07:22:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:22:46 $ docker top 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab -eo pid,comm 07:22:46 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). 07:22:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:46 [ssh-agent] Looking for ssh-agent implementation... 07:22:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:47 $ docker exec 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab ssh-agent 07:22:47 SSH_AUTH_SOCK=/tmp/ssh-Ah6RA3eASJ6j/agent.32 07:22:47 SSH_AGENT_PID=38 07:22:47 Running ssh-add (command line suppressed) 07:22:47 Identity added: /w/workspace/edgex-go/1@tmp/private_key_10250518631585250151.key (/w/workspace/edgex-go/1@tmp/private_key_10250518631585250151.key) 07:22:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:47 + git tag --points-at HEAD [Pipeline] } 07:22:47 $ docker exec --env ******** --env ******** 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab ssh-agent -k 07:22:47 unset SSH_AUTH_SOCK; 07:22:47 unset SSH_AGENT_PID; 07:22:47 echo Agent pid 38 killed; 07:22:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:22:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:47 [ssh-agent] Looking for ssh-agent implementation... 07:22:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:48 $ docker exec 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab ssh-agent 07:22:48 SSH_AUTH_SOCK=/tmp/ssh-WHoiVyNgSntI/agent.70 07:22:48 SSH_AGENT_PID=76 07:22:48 Running ssh-add (command line suppressed) 07:22:48 Identity added: /w/workspace/edgex-go/1@tmp/private_key_17291529332102230082.key (/w/workspace/edgex-go/1@tmp/private_key_17291529332102230082.key) 07:22:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:48 + git semver init 07:22:48 2023-02-21 07:22:48,796 [run_init] DEBUG init version:0.0.0 force:False 07:22:48 2023-02-21 07:22:48,797 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 07:22:48 2023-02-21 07:22:48,797 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 07:22:48 2023-02-21 07:22:48,798 [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) 07:22:54 2023-02-21 07:22:53,226 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 07:22:54 2023-02-21 07:22:53,227 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4375 with force:False 07:22:54 2023-02-21 07:22:53,227 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4375 07:22:54 2023-02-21 07:22:53,231 [execute] INFO git cat-file --batch-check 07:22:54 2023-02-21 07:22:53,231 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 07:22:54 2023-02-21 07:22:53,238 [execute] INFO git cat-file --batch 07:22:54 2023-02-21 07:22:53,238 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 07:22:54 2023-02-21 07:22:53,244 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4375 07:22:54 0.0.0 [Pipeline] } 07:22:54 $ docker exec --env ******** --env ******** 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab ssh-agent -k 07:22:54 unset SSH_AUTH_SOCK; 07:22:54 unset SSH_AGENT_PID; 07:22:54 echo Agent pid 76 killed; 07:22:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:54 + git semver [Pipeline] } 07:22:54 $ docker stop --time=1 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab 07:22:56 $ docker rm -f --volumes 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab [Pipeline] // withDockerContainer [Pipeline] sh 07:22:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:22:56 Stashed 1 file(s) [Pipeline] echo 07:22:57 [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 07:22:57 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 07:22:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:22:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:22:57 ========================================================= 07:22:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 07:22:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:22:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:22:58 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 07:22:58 213ec9aee27d: Pulling fs layer 07:22:58 4583459ba037: Pulling fs layer 07:22:58 93c1e223e6f2: Pulling fs layer 07:22:58 53926ce57604: Pulling fs layer 07:22:58 21b2b0c7a3f4: Pulling fs layer 07:22:58 22ff95d597cd: Pulling fs layer 07:22:58 12d6caf4c0d1: Pulling fs layer 07:22:58 96b7cbca73a9: Pulling fs layer 07:22:58 a7acece74701: Pulling fs layer 07:22:58 22ff95d597cd: Waiting 07:22:58 12d6caf4c0d1: Waiting 07:22:58 96b7cbca73a9: Waiting 07:22:58 a7acece74701: Waiting 07:22:58 21b2b0c7a3f4: Waiting 07:22:58 53926ce57604: Waiting 07:22:58 93c1e223e6f2: Download complete 07:22:58 4583459ba037: Verifying Checksum 07:22:58 4583459ba037: Download complete 07:22:58 21b2b0c7a3f4: Verifying Checksum 07:22:58 21b2b0c7a3f4: Download complete 07:22:58 22ff95d597cd: Verifying Checksum 07:22:58 22ff95d597cd: Download complete 07:22:58 213ec9aee27d: Verifying Checksum 07:22:58 213ec9aee27d: Download complete 07:22:58 12d6caf4c0d1: Verifying Checksum 07:22:58 12d6caf4c0d1: Download complete 07:22:58 213ec9aee27d: Pull complete 07:22:58 4583459ba037: Pull complete 07:22:58 93c1e223e6f2: Pull complete 07:22:58 a7acece74701: Download complete 07:22:59 96b7cbca73a9: Verifying Checksum 07:22:59 96b7cbca73a9: Download complete 07:22:59 53926ce57604: Verifying Checksum 07:22:59 53926ce57604: Download complete 07:23:03 53926ce57604: Pull complete 07:23:03 21b2b0c7a3f4: Pull complete 07:23:03 22ff95d597cd: Pull complete 07:23:03 12d6caf4c0d1: Pull complete 07:23:06 96b7cbca73a9: Pull complete 07:23:06 a7acece74701: Pull complete 07:23:06 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 07:23:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:23:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 07:23:06 + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:23:06 WORKDIR /edgex 07:23:06 COPY go.mod . 07:23:06 RUN go mod download 07:23:06 docker build -t ci-base-image-x86_64 -f - . 07:23:07 Sending build context to Docker daemon 170.3MB 07:23:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:23:07 ---> db6d94c90886 07:23:07 Step 2/4 : WORKDIR /edgex 07:23:10 ---> Running in 684879342e57 07:23:10 Removing intermediate container 684879342e57 07:23:10 ---> b912ac1ac207 07:23:10 Step 3/4 : COPY go.mod . 07:23:10 ---> 2e3fcb908fbd 07:23:10 Step 4/4 : RUN go mod download 07:23:10 ---> Running in f9297e01e68e 07:23:12 Still waiting to schedule task 07:23:12 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6822’ 07:23:28 Removing intermediate container f9297e01e68e 07:23:28 ---> 21f9a3587075 07:23:28 Successfully built 21f9a3587075 07:23:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:23:28 + docker inspect -f . ci-base-image-x86_64 07:23:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:23:28 prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container 07:23:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:23:29 $ docker top 217c8d0e149c7e14d8588020b2a3a7036faae813aeeaf8ff2f8c15fc9d554d59 -eo pid,comm [Pipeline] { [Pipeline] sh 07:23:29 + go version 07:23:29 go version go1.18.7 linux/amd64 [Pipeline] } 07:23:29 $ docker stop --time=1 217c8d0e149c7e14d8588020b2a3a7036faae813aeeaf8ff2f8c15fc9d554d59 07:23:30 $ docker rm -f --volumes 217c8d0e149c7e14d8588020b2a3a7036faae813aeeaf8ff2f8c15fc9d554d59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:23:31 + docker inspect -f . ci-base-image-x86_64 07:23:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:23:31 prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container 07:23:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:23:32 $ docker top 39e9e81f22fd5c4c66f6c15cec3af11e1a76a55d6ad8612de3ace84f0cdc2c2f -eo pid,comm [Pipeline] { [Pipeline] echo 07:23:32 ========================================================= 07:23:32 [edgeXBuildGoParallel] Running Tests and Build... 07:23:32 ========================================================= [Pipeline] sh 07:23:32 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 07:23:32 + make test 07:23:32 go test -race -coverprofile=coverage.out ./... 07:23:39 ? github.com/edgexfoundry/edgex-go [no test files] 07:23:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:23:54 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 07:23:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:23:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:23:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:23:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:23:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:23:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:23:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:23:54 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 07:23:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:23:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:23:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:23:55 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:23:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.080s coverage: 28.7% of statements 07:23:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:23:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:23:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.099s coverage: 98.5% of statements 07:23:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.130s coverage: 73.7% of statements 07:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 07:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 07:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:23:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.116s coverage: 54.0% of statements 07:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:23:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.792s coverage: 88.5% of statements 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.087s coverage: 3.9% of statements 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.543s coverage: 95.6% of statements 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/io 0.061s coverage: 72.2% of statements 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.075s coverage: 65.9% of statements 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.084s coverage: 29.6% of statements 07:24:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 82.9% of statements 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 07:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 07:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements 07:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.383s coverage: 79.9% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 64.4% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.071s coverage: 86.9% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 77.4% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 80.0% of statements 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.276s coverage: 91.2% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.226s coverage: 63.1% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.379s coverage: 65.3% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.201s coverage: 41.0% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.091s coverage: 17.7% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.186s coverage: 92.3% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.074s coverage: 63.2% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:24:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.123s coverage: 97.7% of statements 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:24:23 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 07:24:45 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." 07:24:45 go vet ./... 07:24:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:24:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:24:47 ./bin/test-attribution-txt.sh [Pipeline] echo 07:24:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 07:24:47 + ls -al . 07:24:47 total 744 07:24:47 drwxrwxr-x 11 1001 1001 4096 Feb 21 07:23 . 07:24:47 drwxr-xr-x 4 root root 4096 Feb 21 07:23 .. 07:24:47 drwxrwxr-x 2 1001 1001 4096 Feb 21 07:22 .blubracket 07:24:47 -rw-rw-r-- 1 1001 1001 16 Feb 21 07:22 .dockerignore 07:24:47 drwxrwxr-x 8 1001 1001 4096 Feb 21 07:24 .git 07:24:47 drwxrwxr-x 3 1001 1001 4096 Feb 21 07:22 .github 07:24:47 -rw-rw-r-- 1 1001 1001 1024 Feb 21 07:22 .gitignore 07:24:47 -rw-rw-r-- 1 1001 1001 42 Feb 21 07:22 .golangci.yml 07:24:47 -rw-rw-r-- 1 1001 1001 87 Feb 21 07:22 .hadolint.yml 07:24:47 drwxr-xr-x 3 1001 1001 4096 Feb 21 07:22 .semver 07:24:47 -rw-rw-r-- 1 1001 1001 166 Feb 21 07:22 .sonarcloud.properties 07:24:47 -rw-rw-r-- 1 1001 1001 1171 Feb 21 07:22 ADOPTERS.md 07:24:47 -rw-rw-r-- 1 1001 1001 10825 Feb 21 07:22 Attribution.txt 07:24:47 -rw-rw-r-- 1 1001 1001 73765 Feb 21 07:22 CHANGELOG.md 07:24:47 -rw-rw-r-- 1 1001 1001 3804 Feb 21 07:22 CONTRIBUTING.md 07:24:47 -rw-rw-r-- 1 1001 1001 677 Feb 21 07:22 GOVERNANCE.md 07:24:47 -rw-rw-r-- 1 1001 1001 883 Feb 21 07:22 Jenkinsfile 07:24:47 -rw-rw-r-- 1 1001 1001 10775 Feb 21 07:22 LICENSE 07:24:47 -rw-rw-r-- 1 1001 1001 13375 Feb 21 07:22 Makefile 07:24:47 -rw-rw-r-- 1 1001 1001 582 Feb 21 07:22 OWNERS.md 07:24:47 -rw-rw-r-- 1 1001 1001 9403 Feb 21 07:22 README.md 07:24:47 -rw-rw-r-- 1 1001 1001 6912 Feb 21 07:22 SECURITY.md 07:24:47 -rw-rw-r-- 1 1001 1001 5 Feb 21 07:22 VERSION 07:24:47 drwxrwxr-x 2 1001 1001 4096 Feb 21 07:22 bin 07:24:47 drwxrwxr-x 17 1001 1001 4096 Feb 21 07:22 cmd 07:24:47 -rw-r--r-- 1 root root 487323 Feb 21 07:24 coverage.out 07:24:47 -rw-rw-r-- 1 1001 1001 3295 Feb 21 07:22 go.mod 07:24:47 -rw-rw-r-- 1 1001 1001 33318 Feb 21 07:22 go.sum 07:24:47 drwxrwxr-x 7 1001 1001 4096 Feb 21 07:22 internal 07:24:47 drwxrwxr-x 3 1001 1001 4096 Feb 21 07:22 openapi 07:24:47 drwxrwxr-x 4 1001 1001 4096 Feb 21 07:22 snap 07:24:47 -rw-rw-r-- 1 1001 1001 204 Feb 21 07:22 version.go [Pipeline] sh 07:24:48 + '[' -e coverage.out ] 07:24:48 + chown 1001:1001 coverage.out [Pipeline] stash 07:24:48 Stashed 1 file(s) [Pipeline] sh 07:24:48 + make build 07:24:48 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:25:03 go build -tags " 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 07:25:03 go build -tags " 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 07:25:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:25:05 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:25:13 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:25:14 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 07:25:15 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 07:25:17 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 07:25:18 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 07:25:19 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 07:25:21 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] } 07:25:23 $ docker stop --time=1 39e9e81f22fd5c4c66f6c15cec3af11e1a76a55d6ad8612de3ace84f0cdc2c2f 07:25:25 $ docker rm -f --volumes 39e9e81f22fd5c4c66f6c15cec3af11e1a76a55d6ad8612de3ace84f0cdc2c2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:25:26 07:25:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:25:26 latest: Pulling from edgex-devops/edgex-compose 07:25:26 cbdbe7a5bc2a: Pulling fs layer 07:25:26 ca9280d653b3: Pulling fs layer 07:25:26 7e9c9ca2126c: Pulling fs layer 07:25:26 cbdbe7a5bc2a: Download complete 07:25:27 ca9280d653b3: Verifying Checksum 07:25:27 ca9280d653b3: Download complete 07:25:27 cbdbe7a5bc2a: Pull complete 07:25:27 7e9c9ca2126c: Download complete 07:25:27 ca9280d653b3: Pull complete 07:25:31 7e9c9ca2126c: Pull complete 07:25:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:25:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:25:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:25:31 prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container 07:25:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:25:32 $ docker top 272ffb854e840d1411ac5545ade7f520554ad6c3ed153f62aee40eb12799040c -eo pid,comm [Pipeline] { [Pipeline] sh 07:25:32 + docker-compose build --help 07:25:32 + grep parallel 07:25:33 --parallel Build images in parallel. [Pipeline] } 07:25:33 $ docker stop --time=1 272ffb854e840d1411ac5545ade7f520554ad6c3ed153f62aee40eb12799040c 07:25:34 $ docker rm -f --volumes 272ffb854e840d1411ac5545ade7f520554ad6c3ed153f62aee40eb12799040c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:25:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:25:35 prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container 07:25:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:25:35 $ docker top b5de7ad8e98d0f318770933e2db00d636847852c89cdf691a91faf0c941f5bba -eo pid,comm [Pipeline] { [Pipeline] sh 07:25:36 + docker-compose -f ./docker-compose-build.yml build --parallel 07:25:36 Building core-command ... 07:25:36 Building core-common-config-bootstrapper ... 07:25:36 Building core-data ... 07:25:36 Building core-metadata ... 07:25:36 Building security-bootstrapper ... 07:25:36 Building security-proxy-setup ... 07:25:36 Building security-secretstore-setup ... 07:25:36 Building security-spiffe-token-provider ... 07:25:36 Building security-spire-agent ... 07:25:36 Building security-spire-config ... 07:25:36 Building security-spire-server ... 07:25:36 Building support-notifications ... 07:25:36 Building support-scheduler ... 07:25:36 Building security-spire-agent 07:25:36 Building security-bootstrapper 07:25:36 Building support-notifications 07:25:36 Building security-spire-server 07:25:36 Building security-spire-config 07:25:51 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:25:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:25:51 ---> 21f9a3587075 07:25:51 Step 3/23 : WORKDIR /edgex-go 07:25:51 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:25:51 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:25:51 ---> 21f9a3587075 07:25:51 Step 3/32 : WORKDIR /edgex-go 07:25:51 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:25:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:25:51 ---> 21f9a3587075 07:25:51 Step 3/24 : WORKDIR /edgex-go 07:25:51 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:25:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:25:51 ---> 21f9a3587075 07:25:51 Step 3/24 : WORKDIR /edgex-go 07:25:51 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:25:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:25:51 ---> 21f9a3587075 07:25:51 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:25:53 ---> Running in 2dc558b79d5e 07:25:53 ---> Running in 180343b78ccf 07:25:53 ---> Running in 856fbd964430 07:25:53 ---> Running in 5dbe0d64cc03 07:25:53 ---> Running in 0345fdb5b21c 07:25:53 Removing intermediate container 856fbd964430 07:25:53 ---> ec38792f39f5 07:25:53 Step 4/22 : WORKDIR /edgex-go 07:25:53 ---> Running in bdc77f157465 07:25:53 Removing intermediate container 180343b78ccf 07:25:53 ---> 376eb5b9088e 07:25:53 Step 4/32 : RUN apk add --update --no-cache make git 07:25:53 Removing intermediate container 5dbe0d64cc03 07:25:53 ---> c951e87258ba 07:25:53 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 07:25:53 Removing intermediate container 2dc558b79d5e 07:25:53 ---> 10d24ba71740 07:25:53 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 07:25:53 Removing intermediate container 0345fdb5b21c 07:25:53 ---> 92bbb541ce9d 07:25:53 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 07:25:53 ---> Running in d20239ce89ea 07:25:53 ---> Running in 638730238ed8 07:25:53 ---> Running in 8e46a021d101 07:25:53 ---> Running in bf1c01e76e4f 07:25:53 Removing intermediate container bdc77f157465 07:25:53 ---> 2bad8834eba1 07:25:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:25:53 ---> Running in 55ae9be6cf65 07:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:25:54 OK: 211 MiB in 51 packages 07:25:54 OK: 211 MiB in 51 packages 07:25:54 OK: 211 MiB in 51 packages 07:25:54 OK: 211 MiB in 51 packages 07:25:54 OK: 211 MiB in 51 packages 07:25:55 Removing intermediate container 638730238ed8 07:25:55 ---> d7f23def90a5 07:25:55 Step 5/24 : COPY go.mod vendor* ./ 07:25:55 Removing intermediate container d20239ce89ea 07:25:55 ---> 74d94f7754d5 07:25:55 Step 5/32 : COPY go.mod vendor* ./ 07:25:55 ---> e1de968cb5b5 07:25:55 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:25:55 ---> Running in 9b76c5792a2b 07:25:55 Removing intermediate container 55ae9be6cf65 07:25:55 ---> 45779fb78738 07:25:55 Step 6/22 : COPY go.mod vendor* ./ 07:25:55 ---> bc19a303450d 07:25:55 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:25:55 Removing intermediate container 8e46a021d101 07:25:55 ---> 1a902fda5d54 07:25:55 Step 5/24 : COPY go.mod vendor* ./ 07:25:55 ---> Running in 7079d1af987b 07:25:55 Removing intermediate container bf1c01e76e4f 07:25:55 ---> 7a65ecadf2d9 07:25:55 Step 5/23 : COPY go.mod vendor* ./ 07:25:55 ---> 5b0bc68757f8 07:25:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:25:55 ---> Running in b53868560a02 07:25:55 ---> 224f4985dc84 07:25:55 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:25:55 ---> 638811ba306b 07:25:55 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:25:55 ---> Running in 8e768febf2c4 07:25:55 ---> Running in bdd262f5e59f 07:26:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6824 in /w/workspace/edgexfoundry_edgex-go_PR-4375 [Pipeline] { [Pipeline] ws 07:26:42 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 07:26:42 The recommended git tool is: git 07:26:47 using credential edgex-jenkins-ssh 07:26:47 Cloning the remote Git repository 07:26:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:26:47 > git init /w/workspace/edgex-go/1 # timeout=10 07:26:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:26:47 > git --version # timeout=10 07:26:48 > git --version # 'git version 2.25.1' 07:26:48 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:27:03 Removing intermediate container 7079d1af987b 07:27:03 ---> a66b209d8da9 07:27:03 Step 7/32 : COPY . . 07:27:03 Removing intermediate container bdd262f5e59f 07:27:03 ---> 8b4568e1ba2f 07:27:03 Step 7/24 : COPY . . 07:27:03 Removing intermediate container 8e768febf2c4 07:27:03 ---> 090db29a2a82 07:27:03 Step 7/23 : COPY . . 07:27:03 Removing intermediate container 9b76c5792a2b 07:27:03 ---> 3107dfbdc23a 07:27:03 Step 7/24 : COPY . . 07:27:03 Removing intermediate container b53868560a02 07:27:03 ---> c7b9e0447f1c 07:27:03 Step 8/22 : COPY . . 07:27:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:27:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:27:07 Merging remotes/origin/main commit affa4ba333889d31d83cf76b7d2a18a0230584e6 into PR head commit 879c8ea6da70c83c973c0241fe5990d1d09829cf 07:27:08 Merge succeeded, producing 879c8ea6da70c83c973c0241fe5990d1d09829cf 07:27:08 Checking out Revision 879c8ea6da70c83c973c0241fe5990d1d09829cf (PR-4375) 07:27:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:27:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:27:06 using GIT_SSH to set credentials SSH Credentials for GitHub 07:27:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4375/head:refs/remotes/origin/PR-4375 +refs/heads/main:refs/remotes/origin/main # timeout=10 07:27:07 > git config core.sparsecheckout # timeout=10 07:27:07 > git checkout -f 879c8ea6da70c83c973c0241fe5990d1d09829cf # timeout=10 07:27:08 > git remote # timeout=10 07:27:08 > git config --get remote.origin.url # timeout=10 07:27:08 using GIT_SSH to set credentials SSH Credentials for GitHub 07:27:08 > git merge affa4ba333889d31d83cf76b7d2a18a0230584e6 # timeout=10 07:27:08 > git rev-parse HEAD^{commit} # timeout=10 07:27:08 > git config core.sparsecheckout # timeout=10 07:27:08 > git checkout -f 879c8ea6da70c83c973c0241fe5990d1d09829cf # timeout=10 07:27:11 Commit message: "feat!: Remove Notify field out of Device dto and add Properties field into ProvisionWatcher dto" 07:27:11 > git --version # timeout=10 07:27:11 > git --version # 'git version 2.25.1' 07:27:11 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:27:12 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:27:12 % Total % Received % Xferd Average Speed Time Time Time Current 07:27:12 Dload Upload Total Spent Left Speed 07:27:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82798 0 --:--:-- --:--:-- --:--:-- 82798 100 12751 100 12751 0 0 82264 0 --:--:-- --:--:-- --:--:-- 82264 [Pipeline] sh 07:27:13 ---> b4de20970c4d 07:27:13 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 07:27:13 ---> ce0f010351dc 07:27:13 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 07:27:13 ---> 9ff7dc3e6495 07:27:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:27:13 ---> Running in 8787985557a7 07:27:13 ---> f71a07704c32 07:27:13 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:27:13 ---> f6e6d7da610f 07:27:13 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 07:27:13 ---> Running in 127875e6dbc2 07:27:13 ---> Running in a452e42e3f2b 07:27:13 ---> Running in 171ba18391b1 07:27:13 ---> Running in 5d56cddfa59b 07:27:13 Removing intermediate container 8787985557a7 07:27:13 ---> a8d067c21ee7 07:27:13 Step 9/23 : WORKDIR /edgex-go/spire-build 07:27:13 Removing intermediate container 5d56cddfa59b 07:27:13 ---> 13484bba4f4b 07:27:13 Step 9/24 : WORKDIR /edgex-go/spire-build 07:27:13 ---> Running in 27859b89107e 07:27:13 ---> Running in 9f82c2676ac7 07:27:13 Removing intermediate container 127875e6dbc2 07:27:13 ---> 289c5a3b4e5a 07:27:13 Step 9/24 : WORKDIR /edgex-go/spire-build 07:27:13 ---> Running in d9e450b3658b 07:27:13 Removing intermediate container 27859b89107e 07:27:13 ---> d55a4e76ecb8 07:27:13 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:27:13 Removing intermediate container 9f82c2676ac7 07:27:13 ---> d21af38ed1c4 07:27:13 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:27:13 ---> Running in c3fa4dfe30f1 07:27:13 Removing intermediate container d9e450b3658b 07:27:13 ---> c099be14e7d5 07:27:13 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:27:13 ---> Running in 19d8e063f05c 07:27:13 ---> Running in fa8540336d1e 07:27:13 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 07:27:13 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:27:13 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:27:13 Removing intermediate container c3fa4dfe30f1 07:27:13 ---> 4cb5c91881d6 07:27:13 Step 11/23 : WORKDIR /edgex-go 07:27:13 ---> Running in 7611e5fa9a0a 07:27:13 Removing intermediate container 7611e5fa9a0a 07:27:13 ---> 1dc911a3a7ef 07:27:13 07:27:13 Step 12/23 : FROM alpine:3.15 07:27:13 3.15: Pulling from library/alpine 07:27:14 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:27:14 + sudo tee /etc/docker/daemon.new 07:27:14 { 07:27:14 "registry-mirrors": [ 07:27:14 "https://nexus3.edgexfoundry.org:10001" 07:27:14 ], 07:27:14 "bip": "10.250.0.254/24", 07:27:14 "hosts": [ 07:27:14 "tcp://0.0.0.0:5555", 07:27:14 "unix:///var/run/docker.sock" 07:27:14 ], 07:27:14 "mtu": 1458, 07:27:14 "selinux-enabled": true, 07:27:14 "seccomp-profile": "/etc/docker/seccomp.json" 07:27:14 } [Pipeline] sh 07:27:14 Removing intermediate container fa8540336d1e 07:27:14 ---> ac001b93792f 07:27:14 Step 11/24 : WORKDIR /edgex-go 07:27:14 Removing intermediate container 19d8e063f05c 07:27:14 ---> a1b13240f909 07:27:14 Step 11/24 : WORKDIR /edgex-go 07:27:14 ---> Running in f084c2ecab3b 07:27:14 ---> Running in eb52e5c82b05 07:27:14 Removing intermediate container f084c2ecab3b 07:27:14 ---> a3c7bee39e4a 07:27:14 07:27:14 Step 12/24 : FROM alpine:3.15 07:27:14 Removing intermediate container eb52e5c82b05 07:27:14 ---> f366d0ee28d2 07:27:14 07:27:14 Step 12/24 : FROM alpine:3.15 07:27:14 3.15: Pulling from library/alpine 07:27:14 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:27:14 3.15: Pulling from library/alpine 07:27:14 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 07:27:14 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 07:27:14 Status: Image is up to date for alpine:3.15 07:27:14 Status: Downloaded newer image for alpine:3.15 07:27:14 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 07:27:14 Status: Image is up to date for alpine:3.15 07:27:14 ---> 5ce65d7b0fde 07:27:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:27:14 ---> 5ce65d7b0fde 07:27:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:27:14 + sudo service docker restart 07:27:14 ---> 5ce65d7b0fde 07:27:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:27:14 ---> Running in c71526a7c26c 07:27:14 ---> Running in a7b79194ae80 07:27:14 ---> Running in d4a60291fb50 07:27:14 Removing intermediate container d4a60291fb50 07:27:14 ---> 1cf51597f526 07:27:14 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:27:14 Removing intermediate container c71526a7c26c 07:27:14 ---> 70c63f626267 07:27:14 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:27:15 Removing intermediate container a7b79194ae80 07:27:15 ---> da970e94753a 07:27:15 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 07:27:15 ---> Running in 273f3d2d16b9 07:27:15 ---> Running in 91124f18b891 07:27:15 ---> Running in 14ea5a7a99de 07:27:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:27:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:27:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:27:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:27:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:27:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:27:15 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:27:15 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:27:15 OK: 15857 distinct packages available 07:27:15 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:27:15 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:27:15 OK: 15857 distinct packages available 07:27:15 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:27:15 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:27:15 OK: 15857 distinct packages available 07:27:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:27:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:27:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:27:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:27:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:27:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:27:16 (1/4) Installing dumb-init (1.2.5-r1) 07:27:16 (2/4) Installing musl-obstack (1.2.3-r0) 07:27:16 (3/4) Installing libucontext (1.1-r0) 07:27:16 (4/4) Installing gcompat (1.0.0-r4) 07:27:16 Executing busybox-1.34.1-r7.trigger 07:27:16 (1/5) Installing dumb-init (1.2.5-r1) 07:27:16 (1/5) Installing dumb-init (1.2.5-r1) 07:27:16 (2/5) Installing musl-obstack (1.2.3-r0) 07:27:16 OK: 6 MiB in 18 packages 07:27:16 (3/5) Installing libucontext (1.1-r0) 07:27:16 (2/5) Installing musl-obstack (1.2.3-r0) 07:27:16 (4/5) Installing gcompat (1.0.0-r4) 07:27:16 (3/5) Installing libucontext (1.1-r0) 07:27:16 (4/5) Installing gcompat (1.0.0-r4) 07:27:16 (5/5) Installing openssl (1.1.1t-r1) 07:27:16 (5/5) Installing openssl (1.1.1t-r1) 07:27:16 Executing busybox-1.34.1-r7.trigger 07:27:16 Executing busybox-1.34.1-r7.trigger 07:27:16 OK: 7 MiB in 19 packages 07:27:16 OK: 7 MiB in 19 packages 07:27:17 Removing intermediate container 91124f18b891 07:27:17 ---> c51933ed387f 07:27:17 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:27:17 Removing intermediate container 273f3d2d16b9 07:27:17 ---> 00dc189aef92 07:27:17 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:27:17 Removing intermediate container 14ea5a7a99de 07:27:17 ---> ba2d0c1c5127 07:27:17 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 07:27:20 ---> bbd789d513a7 07:27:20 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:27:20 ---> b6c59003e23a 07:27:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:27:20 ---> 20ee9465ddca 07:27:20 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:27:21 ---> d15907305213 07:27:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:27:21 ---> a57bae07014a 07:27:21 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 07:27:21 ---> Running in 8013bc4dffe0 07:27:21 ---> 69a9b99f538d 07:27:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:27:22 Removing intermediate container 8013bc4dffe0 07:27:22 ---> 94ea62b661f5 07:27:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:27:22 ---> 71a85734b5ee 07:27:22 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:27:22 ---> Running in 6de5191b213f 07:27:22 ---> 12b779c62793 07:27:22 Step 19/24 : WORKDIR / 07:27:23 ---> Running in 5fe7688136fe 07:27:23 Removing intermediate container 6de5191b213f 07:27:23 ---> 3c41662dc55b 07:27:23 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:27:23 ---> Running in 2edb35770976 07:27:23 Removing intermediate container 5fe7688136fe 07:27:23 ---> d2a44f89e966 07:27:23 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:27:23 ---> Running in 4fda8c71bdc0 07:27:23 Removing intermediate container 2edb35770976 07:27:23 ---> ed44821697ea 07:27:23 Step 21/23 : LABEL arch=x86_64 07:27:23 ---> Running in 22dc53d36f44 07:27:24 Removing intermediate container 4fda8c71bdc0 07:27:24 ---> 2b91ffb0e557 07:27:24 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:27:24 ---> Running in 4b73818beea7 07:27:24 ---> f5a480c51229 07:27:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:27:24 Removing intermediate container 22dc53d36f44 07:27:24 ---> 654ff457ca71 07:27:24 Step 22/23 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:27:24 ---> Running in 2a10485622fd 07:27:24 Removing intermediate container 4b73818beea7 07:27:24 ---> 3a34eac0c58a 07:27:24 Step 22/24 : LABEL arch=x86_64 07:27:24 ---> Running in 0113203959d1 07:27:24 Removing intermediate container 2a10485622fd 07:27:24 ---> a8eef81639e7 07:27:24 Step 23/23 : LABEL version=0.0.0 07:27:24 ---> 80496da8440c 07:27:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:27:25 ---> Running in b2e5fe23492a 07:27:25 Removing intermediate container 0113203959d1 07:27:25 ---> 951b5891912b 07:27:25 Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:27:25 ---> Running in 709818b4b26d 07:27:25 ---> fc58f2f4231e 07:27:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:27:25 Removing intermediate container b2e5fe23492a 07:27:25 ---> 5dfbbd728555 07:27:25 07:27:25 Successfully built 5dfbbd728555 07:27:25 Successfully tagged security-spire-server:latest 07:27:25  Building security-spire-server ... done Building core-command 07:27:26 Removing intermediate container 709818b4b26d 07:27:26 ---> 1421378c9f17 07:27:26 Step 24/24 : LABEL version=0.0.0 07:27:28 ---> 1202de319d12 07:27:28 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:27:28 ---> Running in 4b029e6fb2bd 07:27:28 ---> Running in 432b862c9a40 07:27:28 Removing intermediate container 432b862c9a40 07:27:28 ---> ffb0c341e54f 07:27:28 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:27:28 Removing intermediate container 4b029e6fb2bd 07:27:28 ---> eed15cf6da38 07:27:28 07:27:28 ---> Running in 3dc24a80dfa9 07:27:28 Successfully built eed15cf6da38 07:27:28 Successfully tagged security-spire-config:latest 07:27:28 Building core-common-config-bootstrapper 07:27:29  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:27:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:27:29 ---> 21f9a3587075 07:27:29 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:27:29 ---> Using cache 07:27:29 ---> ec38792f39f5 07:27:29 Step 4/23 : WORKDIR /edgex-go 07:27:29 ---> Using cache 07:27:29 ---> 2bad8834eba1 07:27:29 Step 5/23 : RUN apk add --update --no-cache make git 07:27:31 Removing intermediate container 3dc24a80dfa9 07:27:31 ---> 29c5c0caab07 07:27:31 Step 22/24 : LABEL arch=x86_64 07:27:31 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:27:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:27:31 ---> 21f9a3587075 07:27:31 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:27:31 ---> Using cache 07:27:31 ---> ec38792f39f5 07:27:31 Step 4/22 : WORKDIR /edgex-go 07:27:31 ---> Using cache 07:27:31 ---> 2bad8834eba1 07:27:31 Step 5/22 : RUN apk add --update --no-cache make git [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:27:33 provisioning config files... 07:27:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1234575782084382102tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:27:33 ---> docker-login.sh 07:27:33 nexus3.edgexfoundry.org:10001 07:27:33 ---> Running in 9f4a1a0e248a 07:27:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:27:34 Configure a credential helper to remove this warning. See 07:27:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:27:34 07:27:34 Login Succeeded 07:27:34 nexus3.edgexfoundry.org:10002 07:27:34 ---> Running in d1bfe41c7b22 07:27:34 ---> Running in c504d6b5687b 07:27:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:34 Removing intermediate container d1bfe41c7b22 07:27:34 ---> 71b312778d27 07:27:34 Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:27:34 ---> Running in 5dac78725b79 07:27:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:27:34 Configure a credential helper to remove this warning. See 07:27:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:27:34 07:27:34 Login Succeeded 07:27:34 nexus3.edgexfoundry.org:10003 07:27:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:27:34 Configure a credential helper to remove this warning. See 07:27:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:27:34 07:27:34 Login Succeeded 07:27:34 nexus3.edgexfoundry.org:10004 07:27:34 Removing intermediate container 5dac78725b79 07:27:34 ---> 04dea5c3eb49 07:27:34 Step 24/24 : LABEL version=0.0.0 07:27:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:27:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:27:34 ---> Running in a16cfbc2385f 07:27:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:27:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:27:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:35 Removing intermediate container a16cfbc2385f 07:27:35 ---> c53a814bef4e 07:27:35 07:27:35 Successfully built c53a814bef4e 07:27:35 OK: 211 MiB in 51 packages 07:27:35 Successfully tagged security-spire-agent:latest 07:27:35  Building security-spire-agent ... done Building core-metadata 07:27:35 OK: 211 MiB in 51 packages 07:27:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:27:35 Configure a credential helper to remove this warning. See 07:27:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:27:35 07:27:35 Login Succeeded 07:27:35 docker.io 07:27:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:27:35 Configure a credential helper to remove this warning. See 07:27:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:27:35 07:27:35 Login Succeeded 07:27:35 ---> docker-login.sh ends [Pipeline] } 07:27:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 07:27:36 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 07:27:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:27:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:27:36 ========================================================= 07:27:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 07:27:36 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:27:37 Removing intermediate container 171ba18391b1 07:27:37 ---> 68cda6c3031f 07:27:37 07:27:37 Step 9/32 : FROM alpine:3.16 07:27:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:27:37 Removing intermediate container c504d6b5687b 07:27:37 ---> 4965d1c74784 07:27:37 Step 6/22 : COPY go.mod vendor* ./ 07:27:37 Removing intermediate container 9f4a1a0e248a 07:27:37 ---> 0a735a3db34e 07:27:37 Step 6/23 : COPY go.mod vendor* ./ 07:27:37 3.16: Pulling from library/alpine 07:27:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:27:37 9b18e9b68314: Pulling fs layer 07:27:37 35d82f9e3411: Pulling fs layer 07:27:37 e16973657156: Pulling fs layer 07:27:37 fc693d55d65f: Pulling fs layer 07:27:37 7e9fc2657dce: Pulling fs layer 07:27:37 dda99020689f: Pulling fs layer 07:27:37 db1c61fa0a46: Pulling fs layer 07:27:37 891c053d2c06: Pulling fs layer 07:27:37 7e9fc2657dce: Waiting 07:27:37 dda99020689f: Waiting 07:27:37 db1c61fa0a46: Waiting 07:27:37 891c053d2c06: Waiting 07:27:37 fc693d55d65f: Waiting 07:27:37 e16973657156: Verifying Checksum 07:27:37 e16973657156: Download complete 07:27:37 35d82f9e3411: Verifying Checksum 07:27:37 35d82f9e3411: Download complete 07:27:37 7e9fc2657dce: Verifying Checksum 07:27:37 7e9fc2657dce: Download complete 07:27:37 dda99020689f: Verifying Checksum 07:27:37 dda99020689f: Download complete 07:27:37 9b18e9b68314: Verifying Checksum 07:27:37 ---> 4476668b14fc 07:27:37 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:37 ---> 1fd53eaf306f 07:27:37 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:37 ---> Running in 0aa879247b53 07:27:37 ---> Running in cb07a8fcb522 07:27:38 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 07:27:38 Status: Downloaded newer image for alpine:3.16 07:27:38 ---> dfd21b5a31f5 07:27:38 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:27:38 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:27:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:27:38 ---> 21f9a3587075 07:27:38 Step 3/24 : ARG ADD_BUILD_TAGS="" 07:27:38 ---> Using cache 07:27:38 ---> ec38792f39f5 07:27:38 Step 4/24 : WORKDIR /edgex-go 07:27:38 ---> Using cache 07:27:38 ---> 2bad8834eba1 07:27:38 Step 5/24 : RUN apk add --update --no-cache make git 07:27:38 ---> Using cache 07:27:38 ---> 0a735a3db34e 07:27:38 Step 6/24 : COPY go.mod vendor* ./ 07:27:38 ---> Using cache 07:27:38 ---> 1fd53eaf306f 07:27:38 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:38 9b18e9b68314: Pull complete 07:27:38 ---> Running in 9a8af95f6974 07:27:38 ---> Running in 6de803204d3b 07:27:38 Removing intermediate container 9a8af95f6974 07:27:38 ---> b3a47ef7efab 07:27:38 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 07:27:38 891c053d2c06: Verifying Checksum 07:27:38 891c053d2c06: Download complete 07:27:38 ---> Running in d1f75013b51d 07:27:39 35d82f9e3411: Pull complete 07:27:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:27:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:27:39 e16973657156: Pull complete 07:27:39 (1/2) Installing dumb-init (1.2.5-r1) 07:27:39 (2/2) Installing su-exec (0.2-r1) 07:27:39 Executing busybox-1.35.0-r17.trigger 07:27:39 OK: 6 MiB in 16 packages 07:27:40 db1c61fa0a46: Verifying Checksum 07:27:40 db1c61fa0a46: Download complete 07:27:40 Removing intermediate container d1f75013b51d 07:27:40 ---> 0ed1518b0f8b 07:27:40 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 07:27:40 Removing intermediate container a452e42e3f2b 07:27:40 ---> 567a520613dd 07:27:40 07:27:40 Step 10/22 : FROM alpine:3.16 07:27:40 ---> dfd21b5a31f5 07:27:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:27:40 ---> Running in fee281c5f27a 07:27:40 ---> Running in 2ad2172e0f88 07:27:40 Removing intermediate container 2ad2172e0f88 07:27:40 ---> 7ad9a5c68999 07:27:40 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 07:27:40 ---> Running in 27faa93dd676 07:27:40 fc693d55d65f: Verifying Checksum 07:27:40 fc693d55d65f: Download complete 07:27:40 Removing intermediate container 27faa93dd676 07:27:40 ---> ca97c8f3335d 07:27:40 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 07:27:40 ---> Running in eb686253f111 07:27:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:27:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:27:40 Removing intermediate container eb686253f111 07:27:40 ---> f7578f461c97 07:27:40 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 07:27:40 ---> Running in 7e7e184f6ffa 07:27:40 (1/2) Installing ca-certificates (20220614-r0) 07:27:40 (2/2) Installing dumb-init (1.2.5-r1) 07:27:40 Executing busybox-1.35.0-r17.trigger 07:27:41 Executing ca-certificates-20220614-r0.trigger 07:27:41 Removing intermediate container 7e7e184f6ffa 07:27:41 ---> a16b77754d57 07:27:41 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 07:27:41 OK: 6 MiB in 16 packages 07:27:41 ---> Running in 857dce1986ae 07:27:41 Removing intermediate container fee281c5f27a 07:27:41 ---> fbd3fe837600 07:27:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:27:41 ---> Running in c5babbb0c3a9 07:27:41 Removing intermediate container c5babbb0c3a9 07:27:41 ---> af0cd05d1322 07:27:41 Step 13/22 : ENV APP_PORT=59860 07:27:41 ---> Running in 2e019ef363db 07:27:41 Removing intermediate container 857dce1986ae 07:27:41 ---> ff764aab67c0 07:27:41 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 07:27:41 ---> Running in 1338923b37a6 07:27:41 Removing intermediate container 2e019ef363db 07:27:41 ---> a3e343061a27 07:27:41 Step 14/22 : EXPOSE $APP_PORT 07:27:42 ---> Running in 33938c1af70d 07:27:42 Removing intermediate container 1338923b37a6 07:27:42 ---> 2c96304e01af 07:27:42 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 07:27:42 Removing intermediate container 33938c1af70d 07:27:42 ---> 544fb520170f 07:27:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:27:43 ---> 332d8c158316 07:27:43 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 07:27:43 ---> 2958c5bbd2c8 07:27:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:27:43 ---> Running in fb6a07a56401 07:27:46 ---> cba4911afe2c 07:27:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:27:46 Removing intermediate container fb6a07a56401 07:27:46 ---> ae5ebfb87515 07:27:46 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:27:46 ---> cf0d99bad2df 07:27:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:27:46 ---> 36c519b4d894 07:27:46 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:27:46 ---> Running in 23aa5d9bfaf8 07:27:46 Removing intermediate container 23aa5d9bfaf8 07:27:46 ---> 751f9c4cc706 07:27:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:27:47 ---> Running in 6591e4934b9e 07:27:47 ---> f73613105074 07:27:47 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:27:47 Removing intermediate container 6591e4934b9e 07:27:47 ---> 0c68f28699d9 07:27:47 Step 20/22 : LABEL arch=x86_64 07:27:47 ---> 3f2d2e146e0e 07:27:47 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:27:47 ---> Running in 6fc94427cafb 07:27:47 Removing intermediate container 6fc94427cafb 07:27:47 ---> e77241a3baf1 07:27:47 Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:27:47 ---> e04106dc91a7 07:27:47 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 07:27:48 ---> Running in 263d719e9dd2 07:27:48 Removing intermediate container 263d719e9dd2 07:27:48 ---> 6fbbb9f2f085 07:27:48 Step 22/22 : LABEL version=0.0.0 07:27:48 ---> 5018de31f894 07:27:48 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 07:27:48 ---> Running in 323e6d68ee06 07:27:48 Removing intermediate container 323e6d68ee06 07:27:48 ---> 43605d580501 07:27:48 07:27:48 ---> fcb4078853c3 07:27:48 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:27:48 Successfully built 43605d580501 07:27:48 Successfully tagged support-notifications:latest 07:27:48 Building core-data 07:27:50  Building support-notifications ... done  ---> 03e24c579a73 07:27:50 Step 27/32 : RUN chmod +x /entrypoint.sh 07:27:50 ---> Running in 2ef8c2389fd4 07:27:52 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:27:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:27:52 ---> 21f9a3587075 07:27:52 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:27:52 ---> Using cache 07:27:52 ---> ec38792f39f5 07:27:52 Step 4/22 : WORKDIR /edgex-go 07:27:52 ---> Using cache 07:27:52 ---> 2bad8834eba1 07:27:52 Step 5/22 : RUN apk add --update --no-cache make git 07:27:52 ---> Using cache 07:27:52 ---> 0a735a3db34e 07:27:52 Step 6/22 : COPY go.mod vendor* ./ 07:27:52 ---> Using cache 07:27:52 ---> 1fd53eaf306f 07:27:52 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:52 ---> Running in e6d5a46af062 07:27:52 fc693d55d65f: Pull complete 07:27:52 7e9fc2657dce: Pull complete 07:27:52 dda99020689f: Pull complete 07:27:53 Removing intermediate container 2ef8c2389fd4 07:27:53 ---> a7658be87757 07:27:53 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:27:53 ---> Running in 70f290f0708d 07:27:53 Removing intermediate container cb07a8fcb522 07:27:53 ---> b5cd393794bb 07:27:53 Step 8/23 : COPY . . 07:27:53 Removing intermediate container 70f290f0708d 07:27:53 ---> 2db715b5f68a 07:27:53 Step 29/32 : CMD ["gate"] 07:27:53 ---> Running in d647f7ea0888 07:27:53 Removing intermediate container 0aa879247b53 07:27:53 ---> 7a745fa2be66 07:27:53 Step 8/22 : COPY . . 07:27:54 Removing intermediate container d647f7ea0888 07:27:54 ---> 29a6c2555932 07:27:54 Step 30/32 : LABEL arch=x86_64 07:27:55 ---> Running in 0f3fee716cfd 07:27:55 Removing intermediate container 0f3fee716cfd 07:27:55 ---> 4629a50ebdf8 07:27:55 Step 31/32 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:27:55 Removing intermediate container 6de803204d3b 07:27:55 ---> 2c6b91917ad2 07:27:55 Step 8/24 : COPY . . 07:27:55 ---> Running in c67a131e7175 07:27:56 Removing intermediate container c67a131e7175 07:27:56 ---> 79f8767884d6 07:27:56 Step 32/32 : LABEL version=0.0.0 07:27:56 ---> Running in 08d375ca9169 07:27:56 ---> 4b8ef7830297 07:27:56 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 07:27:57 ---> Running in e491710c1628 07:27:57 Removing intermediate container 08d375ca9169 07:27:57 ---> 93747c62a21d 07:27:57 07:27:57 Successfully built 93747c62a21d 07:27:57 Successfully tagged security-bootstrapper:latest 07:27:57 Building support-scheduler 07:27:57  Building security-bootstrapper ... done  ---> 284ef5c82414 07:27:57 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:27:57 go build -tags " 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 07:27:58 ---> Running in 772ec8dad0e8 07:27:58 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:27:59 ---> 4da315243d89 07:27:59 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 07:27:59 db1c61fa0a46: Pull complete 07:27:59 ---> Running in c0d347036728 07:28:00 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:28:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:28:00 ---> 21f9a3587075 07:28:00 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:28:00 ---> Using cache 07:28:00 ---> ec38792f39f5 07:28:00 Step 4/22 : WORKDIR /edgex-go 07:28:00 ---> Using cache 07:28:00 ---> 2bad8834eba1 07:28:00 Step 5/22 : RUN apk add --update --no-cache make git 07:28:00 ---> Using cache 07:28:00 ---> 0a735a3db34e 07:28:00 Step 6/22 : COPY go.mod vendor* ./ 07:28:00 ---> Using cache 07:28:00 ---> 1fd53eaf306f 07:28:00 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:28:00 ---> Using cache 07:28:00 ---> 2c6b91917ad2 07:28:00 Step 8/22 : COPY . . 07:28:00 ---> Using cache 07:28:00 ---> 4da315243d89 07:28:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:28:00 go build -tags " 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 07:28:00 ---> Running in 30345633cd10 07:28:01 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:28:02 891c053d2c06: Pull complete 07:28:02 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 07:28:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:28:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 07:28:02 + docker build -t ci-base-image-arm64 -f - . 07:28:02 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:28:02 WORKDIR /edgex 07:28:02 COPY go.mod . 07:28:02 RUN go mod download 07:28:03 Sending build context to Docker daemon 3.093MB 07:28:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:28:03 ---> f96f9c87975a 07:28:03 Step 2/4 : WORKDIR /edgex 07:28:05 ---> Running in 06a93336df11 07:28:05 Removing intermediate container 06a93336df11 07:28:05 ---> cd50acc5f983 07:28:05 Step 3/4 : COPY go.mod . 07:28:05 ---> aaf62e56c4c1 07:28:05 Step 4/4 : RUN go mod download 07:28:06 ---> Running in 1ff69047c28b 07:28:11 Removing intermediate container e6d5a46af062 07:28:11 ---> bbc537e0714f 07:28:11 Step 8/22 : COPY . . 07:28:17 ---> 4e73537b919f 07:28:17 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 07:28:17 ---> Running in deedb166dd2b 07:28:17 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:28:32 Removing intermediate container e491710c1628 07:28:32 ---> 85d175002440 07:28:32 07:28:32 Step 10/23 : FROM alpine:3.16 07:28:32 ---> dfd21b5a31f5 07:28:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:28:32 Removing intermediate container 772ec8dad0e8 07:28:32 ---> ab06c2441e54 07:28:32 07:28:32 Step 10/22 : FROM alpine:3.16 07:28:32 ---> dfd21b5a31f5 07:28:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 07:28:32 ---> Running in 73a2135310f6 07:28:32 ---> Running in f12eb94e16f7 07:28:32 Removing intermediate container 73a2135310f6 07:28:32 ---> 72439534f1a2 07:28:32 Step 12/22 : RUN apk add --update --no-cache dumb-init 07:28:32 ---> Running in d4a8025132cd 07:28:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:28:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:28:32 (1/1) Installing dumb-init (1.2.5-r1) 07:28:32 Executing busybox-1.35.0-r17.trigger 07:28:32 OK: 6 MiB in 15 packages 07:28:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:28:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:28:32 (1/1) Installing dumb-init (1.2.5-r1) 07:28:32 Executing busybox-1.35.0-r17.trigger 07:28:32 OK: 6 MiB in 15 packages 07:28:32 Removing intermediate container f12eb94e16f7 07:28:32 ---> 506a8c01a332 07:28:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:28:32 ---> Running in 547aa0eefe64 07:28:32 Removing intermediate container d4a8025132cd 07:28:32 ---> a1aa231a5009 07:28:32 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:32 Removing intermediate container 547aa0eefe64 07:28:32 ---> ec6d34ea22f0 07:28:32 Step 13/23 : ENV APP_PORT=59882 07:28:32 ---> eaf56d589967 07:28:32 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:28:32 ---> Running in 9d1b8946e387 07:28:33 Removing intermediate container 9d1b8946e387 07:28:33 ---> c7257c80f88c 07:28:33 Step 14/23 : EXPOSE $APP_PORT 07:28:33 ---> Running in c920aefce66e 07:28:33 Removing intermediate container c0d347036728 07:28:33 ---> 12a68fd987da 07:28:33 07:28:33 Step 10/24 : FROM alpine:3.16 07:28:33 ---> dfd21b5a31f5 07:28:33 Step 11/24 : RUN apk add --update --no-cache dumb-init 07:28:33 ---> Using cache 07:28:33 ---> 506a8c01a332 07:28:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:28:33 ---> Using cache 07:28:33 ---> ec6d34ea22f0 07:28:33 Step 13/24 : ENV APP_PORT=59881 07:28:33 Removing intermediate container c920aefce66e 07:28:33 ---> 2e653855e7ca 07:28:33 Step 15/23 : WORKDIR / 07:28:33 ---> a0c082362a78 07:28:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:28:33 ---> Running in 16749270d884 07:28:33 ---> Running in 34d3b6cb7c50 07:28:33 Removing intermediate container 16749270d884 07:28:33 ---> 416f9d218a5f 07:28:33 Step 14/24 : EXPOSE $APP_PORT 07:28:33 ---> 4b3af9eae11e 07:28:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:28:33 ---> Running in dcbf44bbf9a9 07:28:33 Removing intermediate container 34d3b6cb7c50 07:28:33 ---> 3c52a8a0a594 07:28:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:33 ---> cc20c748cc8b 07:28:33 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:28:33 Removing intermediate container dcbf44bbf9a9 07:28:33 ---> cff2cb1cb0ac 07:28:33 Step 15/24 : WORKDIR / 07:28:33 ---> 35e4efd611ea 07:28:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:28:33 ---> Running in af2569c0a5c3 07:28:33 ---> Running in 9257f8d2ec15 07:28:34 Removing intermediate container 9257f8d2ec15 07:28:34 ---> 3d7095ca1194 07:28:34 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:34 ---> 022f1c9a44eb 07:28:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:28:34 ---> f6d766bcff54 07:28:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:28:34 ---> 58a36ea7ca77 07:28:34 Step 19/23 : ENTRYPOINT ["/core-command"] 07:28:34 ---> Running in c6aeec1bd4e8 07:28:34 Removing intermediate container af2569c0a5c3 07:28:34 ---> 47424954ad56 07:28:34 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 07:28:34 ---> Running in c74ca28e957b 07:28:35 ---> bd5a4b0b258e 07:28:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:28:35 Removing intermediate container c6aeec1bd4e8 07:28:35 ---> f155f966825e 07:28:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:28:35 Removing intermediate container c74ca28e957b 07:28:35 ---> 4a573e4daa30 07:28:35 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 07:28:35 ---> Running in e006c31a55f8 07:28:35 ---> Running in bc0a64e68a33 07:28:35 ---> d30c4ee0f866 07:28:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 07:28:35 Removing intermediate container e006c31a55f8 07:28:35 ---> 87eb38748a03 07:28:35 Step 21/23 : LABEL arch=x86_64 07:28:35 ---> Running in ba9084a1d6da 07:28:35 Removing intermediate container bc0a64e68a33 07:28:35 ---> ad951821f5fa 07:28:35 Step 20/22 : LABEL arch=x86_64 07:28:35 ---> Running in ba7e300c70e6 07:28:35 Removing intermediate container ba9084a1d6da 07:28:35 ---> f54d5f2dd102 07:28:35 Step 22/23 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:28:35 ---> Running in 972c8ff5581f 07:28:35 ---> 84b3595cd334 07:28:35 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:28:35 Removing intermediate container ba7e300c70e6 07:28:35 ---> 9b817c20a970 07:28:35 Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:28:35 ---> Running in d175a35aaa43 07:28:35 ---> Running in b1245d1d368c 07:28:35 Removing intermediate container 972c8ff5581f 07:28:35 ---> e28c7136cb85 07:28:35 Step 23/23 : LABEL version=0.0.0 07:28:35 ---> Running in cd9189a2257d 07:28:35 Removing intermediate container d175a35aaa43 07:28:35 ---> 12c5f916f9f0 07:28:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:28:35 ---> Running in 3d395bd734ac 07:28:35 Removing intermediate container b1245d1d368c 07:28:35 ---> 502db6ab6f5e 07:28:35 Step 22/22 : LABEL version=0.0.0 07:28:36 Removing intermediate container cd9189a2257d 07:28:36 ---> 6e9f0d8b327f 07:28:36 07:28:36 ---> Running in af20a4b49b49 07:28:36 Successfully built 6e9f0d8b327f 07:28:36 Removing intermediate container 3d395bd734ac 07:28:36 ---> c86f04539cdb 07:28:36 Step 22/24 : LABEL arch=x86_64 07:28:36 Successfully tagged core-command:latest 07:28:36  Building core-command ... done Building security-secretstore-setup 07:28:36 ---> Running in b86f4bf1580f 07:28:36 Removing intermediate container af20a4b49b49 07:28:36 ---> fd9a3dd16fed 07:28:36 07:28:36 Successfully built fd9a3dd16fed 07:28:36 Successfully tagged core-common-config-bootstrapper:latest 07:28:36 Building security-proxy-setup 07:28:36  Building core-common-config-bootstrapper ... done Removing intermediate container b86f4bf1580f 07:28:36 ---> 105a4d4fbe9f 07:28:36 Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:28:38 ---> Running in dfbbdacba93f 07:28:38 Removing intermediate container dfbbdacba93f 07:28:38 ---> 5cef255c964b 07:28:38 Step 24/24 : LABEL version=0.0.0 07:28:38 ---> Running in e58b0ebd2952 07:28:38 Removing intermediate container e58b0ebd2952 07:28:38 ---> 152927abd650 07:28:38 07:28:38 Removing intermediate container 1ff69047c28b 07:28:38 ---> 73555d26df4d 07:28:38 Successfully built 73555d26df4d 07:28:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv 07:28:38 Successfully built 152927abd650 07:28:38 Successfully tagged core-metadata:latest 07:28:38 Building security-spiffe-token-provider [Pipeline] { [Pipeline] sh 07:28:38 + docker inspect -f . ci-base-image-arm64 07:28:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:28:39 prd-ubuntu20.04-docker-arm64-4c-16g-6824 does not seem to be running inside a container 07:28:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:28:40 $ docker top 5135c8ee0f22cbc70e120fd069ee97bec94cbef2d8c90bb9765dff23ec9fc020 -eo pid,comm [Pipeline] { [Pipeline] sh 07:28:41  Building core-metadata ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:28:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:28:41 ---> 21f9a3587075 07:28:41 Step 3/24 : WORKDIR /edgex-go 07:28:41 ---> Using cache 07:28:41 ---> 92bbb541ce9d 07:28:41 Step 4/24 : RUN apk add --update --no-cache make git 07:28:41 + go version 07:28:41 go version go1.18.7 linux/arm64 [Pipeline] } 07:28:41 $ docker stop --time=1 5135c8ee0f22cbc70e120fd069ee97bec94cbef2d8c90bb9765dff23ec9fc020 07:28:41 ---> Running in d5d4964660ef 07:28:41 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:28:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:28:41 ---> 21f9a3587075 07:28:41 Step 3/21 : WORKDIR /edgex-go 07:28:41 ---> Using cache 07:28:41 ---> 92bbb541ce9d 07:28:41 Step 4/21 : RUN apk add --update --no-cache make git 07:28:41 Removing intermediate container 30345633cd10 07:28:41 ---> abe27e6b02ed 07:28:41 07:28:41 Step 10/22 : FROM alpine:3.16 07:28:41 ---> dfd21b5a31f5 07:28:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:28:41 ---> Using cache 07:28:41 ---> 506a8c01a332 07:28:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:28:41 ---> Using cache 07:28:41 ---> ec6d34ea22f0 07:28:41 Step 13/22 : ENV APP_PORT=59861 07:28:41 ---> Running in dd9bf7a08742 07:28:41 ---> Running in 2b2ec2e9cca8 07:28:41 Removing intermediate container dd9bf7a08742 07:28:41 ---> 1b6514ca60af 07:28:41 Step 14/22 : EXPOSE $APP_PORT 07:28:42 ---> Running in caa00fd186e5 07:28:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:28:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:28:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:28:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:28:42 Removing intermediate container caa00fd186e5 07:28:42 ---> 97010b55624c 07:28:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:42 OK: 211 MiB in 51 packages 07:28:42 OK: 211 MiB in 51 packages 07:28:42 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:28:42 Step 2/19 : FROM ${BUILDER_BASE} AS builder 07:28:42 ---> 21f9a3587075 07:28:42 Step 3/19 : WORKDIR /edgex-go 07:28:42 ---> Using cache 07:28:42 ---> 92bbb541ce9d 07:28:42 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 07:28:42 $ docker rm -f --volumes 5135c8ee0f22cbc70e120fd069ee97bec94cbef2d8c90bb9765dff23ec9fc020 07:28:42 ---> aa772e52c192 07:28:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:28:42 ---> Running in 1951711cd34a [Pipeline] // withDockerContainer [Pipeline] } 07:28:43 ---> 85347380c39e 07:28:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:28:43 Removing intermediate container d5d4964660ef 07:28:43 ---> 1fa83230a3dc 07:28:43 Step 5/24 : COPY go.mod vendor* ./ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix 07:28:43 Removing intermediate container deedb166dd2b 07:28:43 ---> 355a59cf2cf3 07:28:43 07:28:43 Step 10/22 : FROM alpine:3.16 07:28:43 ---> dfd21b5a31f5 07:28:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:28:43 Removing intermediate container 2b2ec2e9cca8 07:28:43 ---> 743011becb10 07:28:43 Step 5/21 : COPY go.mod vendor* ./ 07:28:43 ---> Running in 50bfd57ea7a9 07:28:43 ---> df167909c5ff 07:28:43 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:28:43 ---> 05279c6881f1 07:28:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:28:43 ---> Running in a6d90655f9f5 07:28:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:28:43 Removing intermediate container 50bfd57ea7a9 07:28:43 ---> 8ec2a9a35350 07:28:43 Step 12/22 : ENV APP_PORT=59880 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:43 ---> Running in bd9c7de4a2b8 07:28:43 ---> a9ac925af5b8 07:28:43 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:28:43 ---> Running in 9a0ad69b3af1 07:28:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:28:43 ---> Running in 52567ff5d179 07:28:43 Removing intermediate container bd9c7de4a2b8 07:28:43 ---> fd40bfe29c72 07:28:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:28:43 ---> Running in c98549e9c86f 07:28:43 Removing intermediate container 9a0ad69b3af1 07:28:43 ---> b83be45bfbc9 07:28:43 Step 13/22 : EXPOSE $APP_PORT 07:28:43 ---> Running in 4f3202df4433 07:28:43 + docker inspect -f . ci-base-image-arm64 07:28:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:28:44 Removing intermediate container c98549e9c86f 07:28:44 ---> 3f11467d2e9b 07:28:44 Step 20/22 : LABEL arch=x86_64 07:28:44 v3.16.4-19-g0e31bfb8f91 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 07:28:44 v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 07:28:44 OK: 17046 distinct packages available 07:28:44 ---> Running in 4c9939915674 07:28:44 Removing intermediate container 4f3202df4433 07:28:44 ---> ee2e557742c8 07:28:44 Step 14/22 : RUN apk add --update --no-cache dumb-init 07:28:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:28:44 ---> Running in b6696c079351 07:28:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:28:44 Removing intermediate container 4c9939915674 07:28:44 ---> 95dd6653e79c 07:28:44 Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:28:44 prd-ubuntu20.04-docker-arm64-4c-16g-6824 does not seem to be running inside a container 07:28:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:28:44 ---> Running in 53155f196cee 07:28:44 Removing intermediate container 53155f196cee 07:28:44 ---> 2e4f0778df06 07:28:44 Step 22/22 : LABEL version=0.0.0 07:28:44 OK: 211 MiB in 51 packages 07:28:44 ---> Running in 855c52cce56f 07:28:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:28:44 Removing intermediate container 855c52cce56f 07:28:44 ---> 2320bd035f89 07:28:44 07:28:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:28:44 Successfully built 2320bd035f89 07:28:44 Successfully tagged support-scheduler:latest 07:28:44  Building support-scheduler ... done (1/1) Installing dumb-init (1.2.5-r1) 07:28:44 Executing busybox-1.35.0-r17.trigger 07:28:44 OK: 6 MiB in 15 packages 07:28:44 Removing intermediate container 1951711cd34a 07:28:44 ---> bcab8b43aed1 07:28:44 Step 5/19 : COPY go.mod vendor* ./ 07:28:44 ---> 828fd2cbaddc 07:28:44 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:28:45 ---> Running in d7a5feba7b1f 07:28:45 Removing intermediate container b6696c079351 07:28:45 ---> f3ed55b676fd 07:28:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:45 $ docker top 2e7773696a86d36d1463e0167bbc7f60e9bc5bf5ae160ca64fd6f1a440e39b58 -eo pid,comm 07:28:45 ---> 342e8ac10fd0 07:28:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] { 07:28:45 ---> f79e2ef22f50 07:28:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] echo 07:28:45 ========================================================= 07:28:45 [edgeXBuildGoParallel] Running Tests and Build... 07:28:45 ========================================================= [Pipeline] sh 07:28:45 ---> 466837bd255e 07:28:45 Step 18/22 : ENTRYPOINT ["/core-data"] 07:28:45 ---> Running in 1d08d83e429e 07:28:45 Removing intermediate container 1d08d83e429e 07:28:45 ---> 491b0c037cba 07:28:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:28:45 + git config --global --add safe.directory /w/workspace/edgex-go/1 07:28:46 ---> Running in eb57dabce20e 07:28:46 Removing intermediate container eb57dabce20e 07:28:46 ---> 143f4ce1cff0 07:28:46 Step 20/22 : LABEL arch=x86_64 07:28:46 ---> Running in 84c4ea906ad5 07:28:46 Removing intermediate container 84c4ea906ad5 07:28:46 ---> 99f116cd0924 07:28:46 Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:28:46 ---> Running in cbfcbbb3a3db 07:28:46 Removing intermediate container cbfcbbb3a3db 07:28:46 ---> ab4a78d7ea5b 07:28:46 Step 22/22 : LABEL version=0.0.0 07:28:46 ---> Running in 97d570a08468 07:28:46 Removing intermediate container 97d570a08468 07:28:46 ---> 336c2da4f50f 07:28:46 07:28:46 Successfully built 336c2da4f50f 07:28:46 Successfully tagged core-data:latest [Pipeline] fileExists [Pipeline] sh 07:28:48 + make test 07:28:48 go test -race -coverprofile=coverage.out ./... 07:29:01  Building core-data ... done Removing intermediate container d7a5feba7b1f 07:29:01 ---> 1c58450d3cc9 07:29:01 Step 7/19 : COPY . . 07:29:01 Removing intermediate container a6d90655f9f5 07:29:01 ---> e078bbdd5ad8 07:29:01 Step 7/24 : COPY . . 07:29:01 Removing intermediate container 52567ff5d179 07:29:01 ---> 9f17e2d066fe 07:29:01 Step 7/21 : COPY . . 07:29:06 ---> a3a29f0efa0f 07:29:06 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:29:06 ---> 990ac02e94c0 07:29:06 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:29:06 ---> df81e39c195c 07:29:06 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:29:06 ---> Running in 52842ed84c92 07:29:06 ---> Running in 56bfb77971a1 07:29:06 ---> Running in 7938524b570c 07:29:07 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 07:29:07 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 07:29:07 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 07:29:27 ? github.com/edgexfoundry/edgex-go [no test files] 07:29:29 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 07:29:29 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 07:29:31 Removing intermediate container 52842ed84c92 07:29:31 ---> 2c64cb0c2c7b 07:29:31 07:29:31 Step 9/21 : FROM alpine:3.16 07:29:31 ---> dfd21b5a31f5 07:29:31 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 07:29:31 Removing intermediate container 7938524b570c 07:29:31 ---> 7c54c9ed28cd 07:29:31 07:29:31 Step 9/24 : FROM alpine:3.16 07:29:31 ---> dfd21b5a31f5 07:29:31 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 07:29:31 ---> Running in 717c51029cde 07:29:31 ---> Running in 15cdb2138352 07:29:31 Removing intermediate container 56bfb77971a1 07:29:31 ---> b21ccbd90e6c 07:29:31 07:29:31 Step 9/19 : FROM alpine:3.15 07:29:31 ---> 5ce65d7b0fde 07:29:31 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:29:31 ---> Using cache 07:29:31 ---> da970e94753a 07:29:31 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:29:31 ---> Running in 4bc28bad3b73 07:29:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:29:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:29:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:29:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:29:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:29:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:29:32 (1/3) Installing ca-certificates (20220614-r0) 07:29:32 (1/6) Installing ca-certificates (20220614-r0) 07:29:32 (2/3) Installing dumb-init (1.2.5-r1) 07:29:32 (3/3) Installing su-exec (0.2-r1) 07:29:32 Executing busybox-1.35.0-r17.trigger 07:29:32 Executing ca-certificates-20220614-r0.trigger 07:29:32 (2/6) Installing brotli-libs (1.0.9-r6) 07:29:32 (3/6) Installing nghttp2-libs (1.47.0-r0) 07:29:32 (4/6) Installing libcurl (7.83.1-r6) 07:29:32 (5/6) Installing curl (7.83.1-r6) 07:29:32 (6/6) Installing dumb-init (1.2.5-r1) 07:29:32 Executing busybox-1.35.0-r17.trigger 07:29:32 OK: 6 MiB in 17 packages 07:29:32 Executing ca-certificates-20220614-r0.trigger 07:29:32 OK: 8 MiB in 20 packages 07:29:32 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:29:32 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:29:32 OK: 15857 distinct packages available 07:29:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:29:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:29:32 (1/9) Installing ca-certificates (20220614-r0) 07:29:32 (2/9) Installing brotli-libs (1.0.9-r5) 07:29:32 (3/9) Installing nghttp2-libs (1.46.0-r0) 07:29:32 (4/9) Installing libcurl (7.80.0-r6) 07:29:32 (5/9) Installing curl (7.80.0-r6) 07:29:32 (6/9) Installing dumb-init (1.2.5-r1) 07:29:32 (7/9) Installing musl-obstack (1.2.3-r0) 07:29:32 (8/9) Installing libucontext (1.1-r0) 07:29:32 (9/9) Installing gcompat (1.0.0-r4) 07:29:32 Executing busybox-1.34.1-r7.trigger 07:29:32 Executing ca-certificates-20220614-r0.trigger 07:29:32 OK: 8 MiB in 23 packages 07:29:33 Removing intermediate container 15cdb2138352 07:29:33 ---> 1bea55e6d67f 07:29:33 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:29:33 Removing intermediate container 717c51029cde 07:29:33 ---> 1d1f8acd51b9 07:29:33 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:29:33 ---> Running in d52ee07869f8 07:29:33 ---> Running in af04d2603f70 07:29:33 Removing intermediate container af04d2603f70 07:29:33 ---> 3dc642f0201f 07:29:33 Step 12/21 : WORKDIR /edgex 07:29:33 Removing intermediate container d52ee07869f8 07:29:33 ---> 56098d6a628e 07:29:33 Step 12/24 : WORKDIR / 07:29:33 ---> Running in 525fcaf749df 07:29:33 ---> Running in d10ff8caf1f3 07:29:33 Removing intermediate container 525fcaf749df 07:29:33 ---> c7cbf7145494 07:29:33 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:29:33 Removing intermediate container d10ff8caf1f3 07:29:33 ---> 1e6e0f649400 07:29:33 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:29:33 Removing intermediate container 4bc28bad3b73 07:29:33 ---> 45f046ca8e5e 07:29:33 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 07:29:33 ---> 271cbec7a79d 07:29:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:29:33 ---> a34152510579 07:29:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:29:33 ---> 079e793b730a 07:29:33 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:29:33 ---> 8c6742438dd6 07:29:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:29:33 ---> 5d0a0369cb43 07:29:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:29:34 ---> 8fde0ec664b0 07:29:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:29:34 ---> e0349274bff4 07:29:34 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 07:29:34 ---> 41f69d589c63 07:29:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:29:34 ---> d47bbf12f5db 07:29:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:29:34 ---> 6f47d9721966 07:29:34 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 07:29:34 ---> Running in b66151814735 07:29:34 ---> cde2025edd85 07:29:34 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:29:34 ---> Running in c8024bb6f705 07:29:34 Removing intermediate container b66151814735 07:29:34 ---> 28e8d010f529 07:29:34 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:29:34 ---> Running in f12cf1d14097 07:29:34 ---> 7d65a96a9bf2 07:29:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:29:34 Removing intermediate container f12cf1d14097 07:29:34 ---> 9551b0dcf6a8 07:29:34 Step 17/19 : LABEL arch=x86_64 07:29:34 ---> Running in 28f551305fd5 07:29:34 Removing intermediate container 28f551305fd5 07:29:34 ---> 48b144432c95 07:29:34 Step 18/19 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:29:34 ---> Running in fc0ca3adba2a 07:29:34 ---> ee6d77335e92 07:29:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:29:34 Removing intermediate container fc0ca3adba2a 07:29:34 ---> 3b9eb2f5835f 07:29:34 Step 19/19 : LABEL version=0.0.0 07:29:34 ---> Running in ae451c9eeff6 07:29:35 Removing intermediate container c8024bb6f705 07:29:35 ---> 4a23180fa3e2 07:29:35 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 07:29:35 ---> Running in 36a35a375dcc 07:29:35 ---> 6834d755decd 07:29:35 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:29:35 Removing intermediate container ae451c9eeff6 07:29:35 ---> 8790c8a86f91 07:29:35 07:29:35 ---> Running in 742c2a9f0e53 07:29:35 Removing intermediate container 36a35a375dcc 07:29:35 ---> a618bbf836ea 07:29:35 Step 19/21 : LABEL arch=x86_64 07:29:35 Successfully built 8790c8a86f91 07:29:35 Successfully tagged security-spiffe-token-provider:latest 07:29:35  Building security-spiffe-token-provider ... done  ---> Running in 489dba5bf53e 07:29:35 Removing intermediate container 489dba5bf53e 07:29:35 ---> 4b78dee9508f 07:29:35 Step 20/21 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:29:35 ---> Running in 51927e64f174 07:29:35 Removing intermediate container 51927e64f174 07:29:35 ---> 43fa75ee63c9 07:29:35 Step 21/21 : LABEL version=0.0.0 07:29:35 ---> Running in d65028c8735f 07:29:35 Removing intermediate container d65028c8735f 07:29:35 ---> d5a80c83b824 07:29:35 07:29:35 Successfully built d5a80c83b824 07:29:35 Successfully tagged security-proxy-setup:latest 07:29:35  Building security-proxy-setup ... done Removing intermediate container 742c2a9f0e53 07:29:35 ---> c01f9d01ce15 07:29:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:29:35 ---> Running in f08804835bd3 07:29:35 Removing intermediate container f08804835bd3 07:29:35 ---> 67739141cd0f 07:29:35 Step 22/24 : LABEL arch=x86_64 07:29:35 ---> Running in d125b8d40b26 07:29:35 Removing intermediate container d125b8d40b26 07:29:35 ---> 35468fad96a1 07:29:35 Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:29:35 ---> Running in b9d596aa05b0 07:29:36 Removing intermediate container b9d596aa05b0 07:29:36 ---> 5159470b1038 07:29:36 Step 24/24 : LABEL version=0.0.0 07:29:36 ---> Running in 5ac1a750c5b3 07:29:36 Removing intermediate container 5ac1a750c5b3 07:29:36 ---> 97fcf8f2bd0a 07:29:36 07:29:36 Successfully built 97fcf8f2bd0a 07:29:36 Successfully tagged security-secretstore-setup:latest 07:29:36  Building security-secretstore-setup ... done  [Pipeline] } 07:29:36 $ docker stop --time=1 b5de7ad8e98d0f318770933e2db00d636847852c89cdf691a91faf0c941f5bba 07:29:37 $ docker rm -f --volumes b5de7ad8e98d0f318770933e2db00d636847852c89cdf691a91faf0c941f5bba [Pipeline] // withDockerContainer [Pipeline] sh 07:29:38 + docker images 07:29:38 REPOSITORY TAG IMAGE ID CREATED SIZE 07:29:38 security-secretstore-setup latest 97fcf8f2bd0a 1 second ago 30MB 07:29:38 security-proxy-setup latest d5a80c83b824 2 seconds ago 27.8MB 07:29:38 security-spiffe-token-provider latest 8790c8a86f91 3 seconds ago 30MB 07:29:38 b21ccbd90e6c 7 seconds ago 1.71GB 07:29:38 7c54c9ed28cd 7 seconds ago 1.67GB 07:29:38 2c64cb0c2c7b 8 seconds ago 1.67GB 07:29:38 core-data latest 336c2da4f50f 51 seconds ago 17.9MB 07:29:38 support-scheduler latest 2320bd035f89 53 seconds ago 30MB 07:29:38 355a59cf2cf3 54 seconds ago 1.68GB 07:29:38 abe27e6b02ed 57 seconds ago 1.74GB 07:29:38 core-metadata latest 152927abd650 59 seconds ago 18.5MB 07:29:38 core-common-config-bootstrapper latest fd9a3dd16fed About a minute ago 15.5MB 07:29:38 core-command latest 6e9f0d8b327f About a minute ago 17.7MB 07:29:38 12a68fd987da About a minute ago 1.68GB 07:29:38 85d175002440 About a minute ago 1.68GB 07:29:38 ab06c2441e54 About a minute ago 1.67GB 07:29:38 security-bootstrapper latest 93747c62a21d About a minute ago 20.4MB 07:29:38 support-notifications latest 43605d580501 About a minute ago 30.7MB 07:29:38 567a520613dd About a minute ago 1.74GB 07:29:38 68cda6c3031f 2 minutes ago 1.67GB 07:29:38 security-spire-agent latest c53a814bef4e 2 minutes ago 125MB 07:29:38 security-spire-config latest eed15cf6da38 2 minutes ago 85.8MB 07:29:38 security-spire-server latest 5dfbbd728555 2 minutes ago 86.5MB 07:29:38 a3c7bee39e4a 2 minutes ago 1.55GB 07:29:38 f366d0ee28d2 2 minutes ago 1.55GB 07:29:38 1dc911a3a7ef 2 minutes ago 1.55GB 07:29:38 ci-base-image-x86_64 latest 21f9a3587075 6 minutes ago 903MB 07:29:38 alpine 3.15 5ce65d7b0fde 10 days ago 5.59MB 07:29:38 alpine 3.16 dfd21b5a31f5 10 days ago 5.55MB 07:29:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 07:29:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 07:29:38 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] } 07:31:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:31:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:31:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:31:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:31:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:31:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:31:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:31:35 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 07:31:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:31:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:31:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:31:35 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.393s coverage: 28.7% of statements 07:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:31:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.653s coverage: 98.5% of statements 07:32:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.145s coverage: 73.7% of statements 07:32:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 07:32:01 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 07:32:01 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:32:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.670s coverage: 54.0% of statements 07:32:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:32:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 23.363s coverage: 88.5% of statements 07:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 07:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.887s coverage: 3.9% of statements 07:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:32:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.458s coverage: 95.6% of statements 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 07:32:24 ok github.com/edgexfoundry/edgex-go/internal/io 0.493s coverage: 72.2% of statements 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:32:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.967s coverage: 65.9% of statements 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:32:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.491s coverage: 0.9% of statements 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:32:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.392s coverage: 29.6% of statements 07:32:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.324s coverage: 47.1% of statements 07:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.275s coverage: 82.9% of statements 07:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.220s coverage: 94.1% of statements 07:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.270s coverage: 96.3% of statements 07:32:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.231s coverage: 87.5% of statements 07:32:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.225s coverage: 94.4% of statements 07:32:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.203s coverage: 44.8% of statements 07:32:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.229s coverage: 79.9% of statements 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:32:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.281s coverage: 92.9% of statements 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:32:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.075s coverage: 64.4% of statements 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 07:32:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.253s coverage: 86.9% of statements 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:32:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.243s coverage: 87.2% of statements 07:32:59 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.188s coverage: 20.0% of statements 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:32:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.207s coverage: 100.0% of statements 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:32:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.270s coverage: 77.4% of statements 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:32:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.271s coverage: 80.0% of statements 07:32:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.239s coverage: 87.2% of statements 07:32:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.901s coverage: 91.2% of statements 07:32:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:33:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.389s coverage: 63.1% of statements 07:33:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:33:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:33:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.248s coverage: 100.0% of statements 07:33:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 89.4% of statements 07:33:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 07:33:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 07:33:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 07:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.341s coverage: 65.3% of statements 07:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.818s coverage: 41.0% of statements 07:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.307s coverage: 89.5% of statements 07:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.315s coverage: 84.8% of statements 07:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 07:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 07:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 07:33:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:33:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.359s coverage: 17.7% of statements 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:33:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.690s coverage: 92.3% of statements 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:33:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 63.2% of statements 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:33:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.450s coverage: 97.7% of statements 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:33:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:33:18 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 07:33:18 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:33:18 go vet ./... 07:35:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:35:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:35:10 ./bin/test-attribution-txt.sh [Pipeline] echo 07:35:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 07:35:11 + ls -al . 07:35:11 total 740 07:35:11 drwxrwxr-x 10 1001 1001 4096 Feb 21 07:28 . 07:35:11 drwxr-xr-x 4 root root 4096 Feb 21 07:28 .. 07:35:11 drwxrwxr-x 2 1001 1001 4096 Feb 21 07:27 .blubracket 07:35:11 -rw-rw-r-- 1 1001 1001 16 Feb 21 07:27 .dockerignore 07:35:11 drwxrwxr-x 8 1001 1001 4096 Feb 21 07:27 .git 07:35:11 drwxrwxr-x 3 1001 1001 4096 Feb 21 07:27 .github 07:35:11 -rw-rw-r-- 1 1001 1001 1024 Feb 21 07:27 .gitignore 07:35:11 -rw-rw-r-- 1 1001 1001 42 Feb 21 07:27 .golangci.yml 07:35:11 -rw-rw-r-- 1 1001 1001 87 Feb 21 07:27 .hadolint.yml 07:35:11 -rw-rw-r-- 1 1001 1001 166 Feb 21 07:27 .sonarcloud.properties 07:35:11 -rw-rw-r-- 1 1001 1001 1171 Feb 21 07:27 ADOPTERS.md 07:35:11 -rw-rw-r-- 1 1001 1001 10825 Feb 21 07:27 Attribution.txt 07:35:11 -rw-rw-r-- 1 1001 1001 73765 Feb 21 07:27 CHANGELOG.md 07:35:11 -rw-rw-r-- 1 1001 1001 3804 Feb 21 07:27 CONTRIBUTING.md 07:35:11 -rw-rw-r-- 1 1001 1001 677 Feb 21 07:27 GOVERNANCE.md 07:35:11 -rw-rw-r-- 1 1001 1001 883 Feb 21 07:27 Jenkinsfile 07:35:11 -rw-rw-r-- 1 1001 1001 10775 Feb 21 07:27 LICENSE 07:35:11 -rw-rw-r-- 1 1001 1001 13375 Feb 21 07:27 Makefile 07:35:11 -rw-rw-r-- 1 1001 1001 582 Feb 21 07:27 OWNERS.md 07:35:11 -rw-rw-r-- 1 1001 1001 9403 Feb 21 07:27 README.md 07:35:11 -rw-rw-r-- 1 1001 1001 6912 Feb 21 07:27 SECURITY.md 07:35:11 -rw-rw-r-- 1 1001 1001 5 Feb 21 07:22 VERSION 07:35:11 drwxrwxr-x 2 1001 1001 4096 Feb 21 07:27 bin 07:35:11 drwxrwxr-x 17 1001 1001 4096 Feb 21 07:27 cmd 07:35:11 -rw-r--r-- 1 root root 487323 Feb 21 07:33 coverage.out 07:35:11 -rw-rw-r-- 1 1001 1001 3295 Feb 21 07:27 go.mod 07:35:11 -rw-rw-r-- 1 1001 1001 33318 Feb 21 07:27 go.sum 07:35:11 drwxrwxr-x 7 1001 1001 4096 Feb 21 07:27 internal 07:35:11 drwxrwxr-x 3 1001 1001 4096 Feb 21 07:27 openapi 07:35:11 drwxrwxr-x 4 1001 1001 4096 Feb 21 07:27 snap 07:35:11 -rw-rw-r-- 1 1001 1001 204 Feb 21 07:27 version.go [Pipeline] sh 07:35:11 + '[' -e coverage.out ] 07:35:11 + chown 1001:1001 coverage.out [Pipeline] stash 07:35:11 Warning: overwriting stash ‘coverage-report’ 07:35:12 Stashed 1 file(s) [Pipeline] sh 07:35:12 + make build 07:35:12 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:36:35 go build -tags " 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 07:36:35 go build -tags " 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 07:36:41 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:36:44 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:37:31 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:37:34 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 07:37:39 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 07:37:44 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 07:37:48 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 07:37:52 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 07:38:07 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] } 07:38:12 $ docker stop --time=1 2e7773696a86d36d1463e0167bbc7f60e9bc5bf5ae160ca64fd6f1a440e39b58 07:38:14 $ docker rm -f --volumes 2e7773696a86d36d1463e0167bbc7f60e9bc5bf5ae160ca64fd6f1a440e39b58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:38:16 07:38:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:38:17 latest: Pulling from edgex-devops/edgex-compose-arm64 07:38:17 29e5d40040c1: Pulling fs layer 07:38:17 1ce36da41761: Pulling fs layer 07:38:17 25b303627fd3: Pulling fs layer 07:38:17 29e5d40040c1: Verifying Checksum 07:38:17 29e5d40040c1: Download complete 07:38:17 1ce36da41761: Verifying Checksum 07:38:17 1ce36da41761: Download complete 07:38:18 29e5d40040c1: Pull complete 07:38:19 1ce36da41761: Pull complete 07:38:19 25b303627fd3: Verifying Checksum 07:38:19 25b303627fd3: Download complete 07:38:29 25b303627fd3: Pull complete 07:38:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:38:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:38:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:38:29 prd-ubuntu20.04-docker-arm64-4c-16g-6824 does not seem to be running inside a container 07:38:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:38:32 $ docker top b17e29b0215afa199ea60b21deb755f85fbbf9a9aa8891b79f0748c7bd858274 -eo pid,comm [Pipeline] { [Pipeline] sh 07:38:33 + docker-compose build --help 07:38:33 + grep parallel 07:38:38 --parallel Build images in parallel. [Pipeline] } 07:38:38 $ docker stop --time=1 b17e29b0215afa199ea60b21deb755f85fbbf9a9aa8891b79f0748c7bd858274 07:38:40 $ docker rm -f --volumes b17e29b0215afa199ea60b21deb755f85fbbf9a9aa8891b79f0748c7bd858274 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:38:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:38:41 prd-ubuntu20.04-docker-arm64-4c-16g-6824 does not seem to be running inside a container 07:38:41 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:38:42 $ docker top 273d096c67ad5da9246afd1e90a03cfbef9503976f29ff6dcca2a326bd282e1c -eo pid,comm [Pipeline] { [Pipeline] sh 07:38:43 + docker-compose -f ./docker-compose-build.yml build --parallel 07:38:49 Building core-command ... 07:38:49 Building core-common-config-bootstrapper ... 07:38:49 Building core-data ... 07:38:49 Building core-metadata ... 07:38:49 Building security-bootstrapper ... 07:38:49 Building security-proxy-setup ... 07:38:49 Building security-secretstore-setup ... 07:38:49 Building security-spiffe-token-provider ... 07:38:49 Building security-spire-agent ... 07:38:49 Building security-spire-config ... 07:38:49 Building security-spire-server ... 07:38:49 Building support-notifications ... 07:38:49 Building support-scheduler ... 07:38:49 Building security-spire-agent 07:38:49 Building core-metadata 07:38:49 Building support-scheduler 07:38:49 Building core-common-config-bootstrapper 07:38:49 Building security-proxy-setup 07:39:36 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:39:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:39:36 ---> 73555d26df4d 07:39:36 Step 3/24 : WORKDIR /edgex-go 07:39:36 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:39:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:39:36 ---> 73555d26df4d 07:39:36 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:39:36 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:39:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:39:36 ---> 73555d26df4d 07:39:36 Step 3/21 : WORKDIR /edgex-go 07:39:36 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:39:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:39:36 ---> 73555d26df4d 07:39:36 Step 3/24 : ARG ADD_BUILD_TAGS="" 07:39:36 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:39:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:39:36 ---> 73555d26df4d 07:39:36 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:39:36 ---> Running in 73799716832d 07:39:36 ---> Running in 4f601419dadb 07:39:36 ---> Running in 4f3ea475df9e 07:39:36 ---> Running in 6ef6d4771482 07:39:36 ---> Running in cd430186363c 07:39:36 Removing intermediate container 4f601419dadb 07:39:36 Removing intermediate container 6ef6d4771482 07:39:36 ---> edcd13de64c3 07:39:36 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 07:39:36 ---> 9784de348453 07:39:36 Removing intermediate container 73799716832d 07:39:36 Step 4/24 : WORKDIR /edgex-go ---> c4e9b32ef72e 07:39:36 Step 4/21 : RUN apk add --update --no-cache make git 07:39:36 07:39:36 Removing intermediate container 4f3ea475df9e 07:39:36 ---> 4977e06f634f 07:39:36 Step 4/22 : WORKDIR /edgex-go 07:39:36 Removing intermediate container cd430186363c 07:39:36 ---> 623ab565e82f 07:39:36 ---> Running in bdb86db83928 07:39:36 Step 4/22 : WORKDIR /edgex-go 07:39:36 ---> Running in cdf654301b43 07:39:36 ---> Running in f030a559623c 07:39:36 ---> Running in 49eb2f52ede6 07:39:36 ---> Running in 7790dbb0cbe0 07:39:36 Removing intermediate container 49eb2f52ede6 07:39:36 ---> 3800095e9b07 07:39:36 Step 5/22 : RUN apk add --update --no-cache make git 07:39:36 Removing intermediate container 7790dbb0cbe0 07:39:36 ---> aa3149db3e4d 07:39:36 Step 5/22 : RUN apk add --update --no-cache make git 07:39:36 Removing intermediate container cdf654301b43 07:39:36 ---> 3864c811b8ed 07:39:36 Step 5/24 : RUN apk add --update --no-cache make git 07:39:36 ---> Running in 5bdeb7f35db7 07:39:36 ---> Running in 7994cdfcaed1 07:39:36 ---> Running in ab464285ffdb 07:39:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:39:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:39:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:39:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:39:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:39:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:39:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:39:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:39:39 OK: 221 MiB in 51 packages 07:39:39 OK: 221 MiB in 51 packages 07:39:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:39:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:39:40 OK: 221 MiB in 51 packages 07:39:41 OK: 221 MiB in 51 packages 07:39:41 OK: 221 MiB in 51 packages 07:39:42 Removing intermediate container bdb86db83928 07:39:42 ---> 5d9516dc51c8 07:39:42 Step 5/21 : COPY go.mod vendor* ./ 07:39:42 Removing intermediate container f030a559623c 07:39:42 ---> ef266f4aa393 07:39:42 Step 5/24 : COPY go.mod vendor* ./ 07:39:43 Removing intermediate container 5bdeb7f35db7 07:39:43 ---> 2affe657561c 07:39:43 Step 6/22 : COPY go.mod vendor* ./ 07:39:43 Removing intermediate container 7994cdfcaed1 07:39:43 ---> d942c2a52a03 07:39:43 Step 6/24 : COPY go.mod vendor* ./ 07:39:43 ---> 61a01378b67e 07:39:43 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:43 Removing intermediate container ab464285ffdb 07:39:43 ---> 782c69bb8857 07:39:43 Step 6/22 : COPY go.mod vendor* ./ 07:39:43 ---> Running in d8d1d0544d60 07:39:44 ---> cd90ffc32ad6 07:39:44 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:44 ---> Running in b5d4144825de 07:39:44 ---> 4ab6841bab8a 07:39:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:44 ---> Running in c13778c31784 07:39:45 ---> 218bab81deef 07:39:45 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:45 ---> Running in ba2943a2193d 07:39:45 ---> e6827e6e50ec 07:39:45 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:45 ---> Running in 85f5a01106f5 07:41:52 Removing intermediate container c13778c31784 07:41:52 ---> b6eb4e9b816f 07:41:52 Step 8/22 : COPY . . 07:41:52 Removing intermediate container 85f5a01106f5 07:41:52 ---> 6dd00ada0fcc 07:41:52 Step 8/22 : COPY . . 07:41:52 Removing intermediate container ba2943a2193d 07:41:52 ---> c9e7cefb7b62 07:41:52 Step 8/24 : COPY . . 07:41:52 Removing intermediate container d8d1d0544d60 07:41:52 ---> de5ba8829a32 07:41:52 Step 7/21 : COPY . . 07:41:52 Removing intermediate container b5d4144825de 07:41:52 ---> b4347aa9846e 07:41:52 Step 7/24 : COPY . . 07:42:04 ---> 726952ae4f75 07:42:04 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 07:42:04 ---> Running in a333f5126467 07:42:04 ---> 7565f16628dd 07:42:04 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:42:04 ---> bd3158b7e32b 07:42:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:42:04 ---> 5453638bca7e 07:42:04 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:42:04 ---> Running in e18e96276b64 07:42:04 ---> Running in 0b1e18cabd6b 07:42:04 ---> Running in b9f864f5fbf1 07:42:04 ---> 7679ce2c968c 07:42:04 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 07:42:04 ---> Running in 070a89c301fa 07:42:04 Removing intermediate container 070a89c301fa 07:42:04 ---> 6e5d05793b3b 07:42:04 Step 9/24 : WORKDIR /edgex-go/spire-build 07:42:04 ---> Running in f1496b799c22 07:42:05 Removing intermediate container f1496b799c22 07:42:05 ---> 372c24101fc5 07:42:05 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:42:05 ---> Running in c64284da8551 07:42:05 go build -tags " 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 07:42:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:42:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:42:06 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 07:42:08 Removing intermediate container c64284da8551 07:42:08 ---> f78cb751f737 07:42:08 Step 11/24 : WORKDIR /edgex-go 07:42:08 ---> Running in 47a23b26e207 07:42:08 Removing intermediate container 47a23b26e207 07:42:08 ---> 76e16ea79fb6 07:42:08 07:42:08 Step 12/24 : FROM alpine:3.15 07:42:09 3.15: Pulling from library/alpine 07:42:10 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 07:42:10 Status: Downloaded newer image for alpine:3.15 07:42:10 ---> 354640af7b1b 07:42:10 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:42:10 ---> Running in 8f742d477697 07:42:11 Removing intermediate container 8f742d477697 07:42:11 ---> fbbe95eada30 07:42:11 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:42:11 ---> Running in 7a019ac8e597 07:42:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:42:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:42:15 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:42:15 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:42:15 OK: 15734 distinct packages available 07:42:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:42:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:42:16 (1/5) Installing dumb-init (1.2.5-r1) 07:42:16 (2/5) Installing musl-obstack (1.2.3-r0) 07:42:16 (3/5) Installing libucontext (1.1-r0) 07:42:16 (4/5) Installing gcompat (1.0.0-r4) 07:42:16 (5/5) Installing openssl (1.1.1t-r1) 07:42:16 Executing busybox-1.34.1-r7.trigger 07:42:16 OK: 6 MiB in 19 packages 07:42:18 Removing intermediate container 7a019ac8e597 07:42:18 ---> 08ac39268815 07:42:18 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 07:42:21 ---> e68f4a67d8ea 07:42:21 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:42:28 ---> a46399a60ed6 07:42:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:42:29 ---> 014fb3691694 07:42:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:42:30 ---> 7cd1461c14c3 07:42:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:42:30 ---> 4876bea91b0c 07:42:30 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:42:30 ---> Running in aa014ff29b57 07:42:31 Removing intermediate container aa014ff29b57 07:42:31 ---> f527ef5793e8 07:42:31 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:42:31 ---> Running in 01865c1736ae 07:42:32 Removing intermediate container 01865c1736ae 07:42:32 ---> a6315ccf6374 07:42:32 Step 22/24 : LABEL arch=arm64 07:42:32 ---> Running in 291339be3966 07:42:32 Removing intermediate container 291339be3966 07:42:32 ---> 3fcfb02a43f1 07:42:32 Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:42:32 ---> Running in 2e8e3ed43dc2 07:42:33 Removing intermediate container 2e8e3ed43dc2 07:42:33 ---> dd3d335535a7 07:42:33 Step 24/24 : LABEL version=0.0.0 07:42:33 ---> Running in afe79f394864 07:42:33 Removing intermediate container afe79f394864 07:42:33 ---> ab9cb091ec51 07:42:33 07:42:33 Successfully built ab9cb091ec51 07:42:33 Successfully tagged security-spire-agent-arm64:latest 07:42:33 Building security-secretstore-setup 07:42:48  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:42:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:42:48 ---> 73555d26df4d 07:42:48 Step 3/24 : WORKDIR /edgex-go 07:42:48 ---> Using cache 07:42:48 ---> edcd13de64c3 07:42:48 Step 4/24 : RUN apk add --update --no-cache make git 07:42:48 ---> Running in e4d1ee42bed0 07:42:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:42:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:42:52 OK: 221 MiB in 51 packages 07:42:54 Removing intermediate container e4d1ee42bed0 07:42:54 ---> 3dad96c29fae 07:42:54 Step 5/24 : COPY go.mod vendor* ./ 07:42:55 ---> 3b085700637e 07:42:55 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:55 ---> Running in 86367fdc23d8 07:44:32 Removing intermediate container 86367fdc23d8 07:44:32 ---> 41b9def3c8be 07:44:32 Step 7/24 : COPY . . 07:44:35 ---> 12684ef978ec 07:44:35 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:44:35 ---> Running in d3f4b8aa6b52 07:44:36 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 07:47:58 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 07:48:11 Removing intermediate container b9f864f5fbf1 07:48:11 ---> fdc1b46814fd 07:48:11 07:48:11 Step 9/21 : FROM alpine:3.16 07:48:11 3.16: Pulling from library/alpine 07:48:11 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 07:48:11 Status: Downloaded newer image for alpine:3.16 07:48:11 ---> 4c81e5bf8899 07:48:11 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 07:48:11 ---> Running in c5e6240f7c21 07:48:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:48:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:48:15 (1/6) Installing ca-certificates (20220614-r0) 07:48:15 (2/6) Installing brotli-libs (1.0.9-r6) 07:48:15 (3/6) Installing nghttp2-libs (1.47.0-r0) 07:48:15 (4/6) Installing libcurl (7.83.1-r6) 07:48:15 (5/6) Installing curl (7.83.1-r6) 07:48:15 (6/6) Installing dumb-init (1.2.5-r1) 07:48:15 Executing busybox-1.35.0-r17.trigger 07:48:15 Executing ca-certificates-20220614-r0.trigger 07:48:15 OK: 8 MiB in 20 packages 07:48:17 Removing intermediate container c5e6240f7c21 07:48:17 ---> d6cbf63d81d6 07:48:17 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:48:17 ---> Running in dbe3189a632e 07:48:18 Removing intermediate container dbe3189a632e 07:48:18 ---> 1dd5d668749c 07:48:18 Step 12/21 : WORKDIR /edgex 07:48:18 ---> Running in 2f451ca0c80b 07:48:18 Removing intermediate container 2f451ca0c80b 07:48:18 ---> 85409a47524c 07:48:18 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:48:21 ---> 4ac3ecb99869 07:48:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:48:22 ---> 0ee6388b9a61 07:48:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:48:24 ---> 0c26cd1bbfd3 07:48:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:48:24 ---> e306cd0d3d71 07:48:24 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:48:25 ---> Running in c75dc6ba2684 07:48:28 Removing intermediate container c75dc6ba2684 07:48:28 ---> 7a6caa80bd78 07:48:28 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 07:48:28 ---> Running in 2631457bb1c4 07:48:28 Removing intermediate container 2631457bb1c4 07:48:28 ---> 64e5ceba12dd 07:48:28 Step 19/21 : LABEL arch=arm64 07:48:28 ---> Running in 13cc713e87e7 07:48:29 Removing intermediate container 13cc713e87e7 07:48:29 ---> f42e5fc03db8 07:48:29 Step 20/21 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:48:29 ---> Running in 7f3915f2d47a 07:48:30 Removing intermediate container 7f3915f2d47a 07:48:30 ---> 99139c0b9bfd 07:48:30 Step 21/21 : LABEL version=0.0.0 07:48:30 ---> Running in 948e0cefb61d 07:48:31 Removing intermediate container 948e0cefb61d 07:48:31 ---> 4406eb6d6eaf 07:48:31 07:48:31 Successfully built 4406eb6d6eaf 07:48:31 Successfully tagged security-proxy-setup-arm64:latest 07:48:31 Building security-spiffe-token-provider 07:48:38  Building security-proxy-setup ... done Removing intermediate container e18e96276b64 07:48:38 ---> 22051e80f1e6 07:48:38 07:48:38 Step 10/22 : FROM alpine:3.16 07:48:38 ---> 4c81e5bf8899 07:48:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 07:48:38 ---> Running in 920ed221d5e7 07:48:38 Removing intermediate container 920ed221d5e7 07:48:38 ---> 8ac4b63170bb 07:48:38 Step 12/22 : RUN apk add --update --no-cache dumb-init 07:48:38 ---> Running in 5a72470d0af0 07:48:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:48:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:48:43 (1/1) Installing dumb-init (1.2.5-r1) 07:48:43 Executing busybox-1.35.0-r17.trigger 07:48:43 OK: 5 MiB in 15 packages 07:48:46 Removing intermediate container 5a72470d0af0 07:48:46 ---> ae17c4daaf41 07:48:46 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:48:47 ---> 7bf7c7dbedaf 07:48:47 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:48:48 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:48:48 Step 2/19 : FROM ${BUILDER_BASE} AS builder 07:48:48 ---> 73555d26df4d 07:48:48 Step 3/19 : WORKDIR /edgex-go 07:48:48 ---> Using cache 07:48:48 ---> edcd13de64c3 07:48:48 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 07:48:48 ---> Running in 97104cf4f4c2 07:48:49 ---> 45d48203b5ec 07:48:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:48:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:48:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:48:50 ---> ec981a84c0a1 07:48:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:48:51 ---> 9709b280889e 07:48:51 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:48:51 ---> Running in bc3ad5ca06c5 07:48:52 v3.16.4-19-g0e31bfb8f91 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 07:48:52 v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 07:48:52 OK: 16903 distinct packages available 07:48:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:48:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:48:54 OK: 221 MiB in 51 packages 07:48:54 Removing intermediate container bc3ad5ca06c5 07:48:54 ---> e969ae8ca621 07:48:54 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 07:48:54 ---> Running in 4926b9b813b8 07:48:55 Removing intermediate container 4926b9b813b8 07:48:55 ---> d2030fa26d7b 07:48:55 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 07:48:55 ---> Running in 07c5d0b835ae 07:48:56 Removing intermediate container 07c5d0b835ae 07:48:56 ---> 4d5596edac62 07:48:56 Step 20/22 : LABEL arch=arm64 07:48:56 ---> Running in 46c3c543fd00 07:48:56 Removing intermediate container 97104cf4f4c2 07:48:56 ---> ba6988b465ac 07:48:56 Step 5/19 : COPY go.mod vendor* ./ 07:48:59 Removing intermediate container 46c3c543fd00 07:48:59 ---> 83aae98209d0 07:48:59 Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:48:59 ---> 7765416c0399 07:48:59 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:48:59 ---> Running in 6c599fbb855f 07:48:59 ---> Running in b20ea4f56627 07:49:00 Removing intermediate container 6c599fbb855f 07:49:00 ---> 61af1ab071c8 07:49:00 Step 22/22 : LABEL version=0.0.0 07:49:00 ---> Running in 298062196efc 07:49:01 Removing intermediate container 298062196efc 07:49:01 ---> 2f6055947da6 07:49:01 07:49:02 Successfully built 2f6055947da6 07:49:02 Successfully tagged core-common-config-bootstrapper-arm64:latest 07:49:02  Building core-common-config-bootstrapper ... done Building support-notifications 07:49:07 Removing intermediate container a333f5126467 07:49:07 ---> b78f9476775a 07:49:07 07:49:07 Step 10/24 : FROM alpine:3.16 07:49:07 ---> 4c81e5bf8899 07:49:07 Step 11/24 : RUN apk add --update --no-cache dumb-init 07:49:07 ---> Running in 405f108ce82b 07:49:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:49:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:49:12 (1/1) Installing dumb-init (1.2.5-r1) 07:49:12 Executing busybox-1.35.0-r17.trigger 07:49:12 OK: 5 MiB in 15 packages 07:49:14 Removing intermediate container 405f108ce82b 07:49:14 ---> 72cc7b3207e2 07:49:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:49:14 ---> Running in 983a8dfbcaa9 07:49:15 Removing intermediate container 983a8dfbcaa9 07:49:15 ---> aadab4517296 07:49:15 Step 13/24 : ENV APP_PORT=59881 07:49:15 ---> Running in abf3a04b19d0 07:49:16 Removing intermediate container abf3a04b19d0 07:49:16 ---> 1186fb260e88 07:49:16 Step 14/24 : EXPOSE $APP_PORT 07:49:16 ---> Running in 764ea80f8be5 07:49:16 Removing intermediate container 764ea80f8be5 07:49:16 ---> 598927902b53 07:49:16 Step 15/24 : WORKDIR / 07:49:16 ---> Running in b48ea8537ad5 07:49:17 Removing intermediate container b48ea8537ad5 07:49:17 ---> 53b1487579b4 07:49:17 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:49:18 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:49:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:49:18 ---> 73555d26df4d 07:49:18 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:49:18 ---> Using cache 07:49:18 ---> 623ab565e82f 07:49:18 Step 4/22 : WORKDIR /edgex-go 07:49:18 ---> Using cache 07:49:18 ---> aa3149db3e4d 07:49:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:49:18 ---> Running in afd8cabe6c39 07:49:19 ---> e25b27a091fb 07:49:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:49:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:49:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:49:21 ---> c6fe0a1a7786 07:49:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:49:22 ---> 6b2331c14b42 07:49:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 07:49:22 OK: 221 MiB in 51 packages 07:49:23 ---> 0ab6e8db6821 07:49:23 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:49:23 ---> Running in 4fdd84ac50f4 07:49:24 Removing intermediate container afd8cabe6c39 07:49:24 ---> d377d48574da 07:49:24 Step 6/22 : COPY go.mod vendor* ./ 07:49:24 Removing intermediate container 4fdd84ac50f4 07:49:24 ---> 5cbcc20f201e 07:49:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:49:24 ---> Running in 094127b22502 07:49:25 Removing intermediate container 094127b22502 07:49:25 ---> add96bd0a7da 07:49:25 Step 22/24 : LABEL arch=arm64 07:49:25 ---> d84de82c30fb 07:49:25 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:49:25 ---> Running in 6a40b28dfd7f 07:49:25 ---> Running in 0c8413c43ec3 07:49:26 Removing intermediate container 6a40b28dfd7f 07:49:26 ---> a657d6fed71b 07:49:26 Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:49:26 ---> Running in 7738015660cb 07:49:26 Removing intermediate container 7738015660cb 07:49:26 ---> a7e869bae2d1 07:49:26 Step 24/24 : LABEL version=0.0.0 07:49:27 ---> Running in d6568c4e65ef 07:49:27 Removing intermediate container d6568c4e65ef 07:49:27 ---> e898009928f1 07:49:27 07:49:27 Successfully built e898009928f1 07:49:28 Successfully tagged core-metadata-arm64:latest 07:49:28 Building security-spire-server 07:49:46  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:49:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:49:46 ---> 73555d26df4d 07:49:46 Step 3/23 : WORKDIR /edgex-go 07:49:46 ---> Using cache 07:49:46 ---> edcd13de64c3 07:49:46 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 07:49:46 ---> Using cache 07:49:46 ---> ef266f4aa393 07:49:46 Step 5/23 : COPY go.mod vendor* ./ 07:49:46 ---> Using cache 07:49:46 ---> cd90ffc32ad6 07:49:46 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:49:46 ---> Using cache 07:49:46 ---> b4347aa9846e 07:49:46 Step 7/23 : COPY . . 07:49:46 ---> Using cache 07:49:46 ---> 7679ce2c968c 07:49:46 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 07:49:46 ---> Using cache 07:49:46 ---> 6e5d05793b3b 07:49:46 Step 9/23 : WORKDIR /edgex-go/spire-build 07:49:46 ---> Using cache 07:49:46 ---> 372c24101fc5 07:49:46 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:49:46 ---> Running in ddc0a095046b 07:49:49 Removing intermediate container ddc0a095046b 07:49:49 ---> 2313b6629014 07:49:49 Step 11/23 : WORKDIR /edgex-go 07:49:49 ---> Running in da333b22f0ea 07:49:50 Removing intermediate container da333b22f0ea 07:49:50 ---> e44b6ddcecc2 07:49:50 07:49:50 Step 12/23 : FROM alpine:3.15 07:49:50 ---> 354640af7b1b 07:49:50 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:49:50 ---> Using cache 07:49:50 ---> fbbe95eada30 07:49:50 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:49:50 ---> Using cache 07:49:50 ---> 08ac39268815 07:49:50 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:49:56 ---> a7bbc97f0dba 07:49:56 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:49:56 ---> 0872f3f33054 07:49:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:49:58 ---> 9731a9be4d8a 07:49:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:49:59 ---> 73021db9ce0c 07:49:59 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:49:59 ---> Running in b2952a285271 07:50:00 Removing intermediate container b2952a285271 07:50:00 ---> 834cb6e34b18 07:50:00 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:50:00 ---> Running in ff275873a9cf 07:50:02 Removing intermediate container ff275873a9cf 07:50:02 ---> b4188d5209e9 07:50:02 Step 21/23 : LABEL arch=arm64 07:50:03 ---> Running in db6f9b1b1aef 07:50:04 Removing intermediate container db6f9b1b1aef 07:50:04 ---> 6df13f271055 07:50:04 Step 22/23 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:50:04 ---> Running in d8445c966772 07:50:05 Removing intermediate container d8445c966772 07:50:05 ---> 9d1ace389f8a 07:50:05 Step 23/23 : LABEL version=0.0.0 07:50:05 ---> Running in ae7639d47282 07:50:06 Removing intermediate container ae7639d47282 07:50:06 ---> 2bc3d6e11cd3 07:50:06 07:50:06 Successfully built 2bc3d6e11cd3 07:50:06 Successfully tagged security-spire-server-arm64:latest 07:50:06  Building security-spire-server ... done Building security-spire-config 07:50:18 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 07:50:23 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:50:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:50:23 ---> 73555d26df4d 07:50:23 Step 3/24 : WORKDIR /edgex-go 07:50:23 ---> Using cache 07:50:23 ---> edcd13de64c3 07:50:23 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 07:50:23 ---> Using cache 07:50:23 ---> ef266f4aa393 07:50:23 Step 5/24 : COPY go.mod vendor* ./ 07:50:23 ---> Using cache 07:50:23 ---> cd90ffc32ad6 07:50:23 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:50:23 ---> Using cache 07:50:23 ---> b4347aa9846e 07:50:23 Step 7/24 : COPY . . 07:50:23 ---> Using cache 07:50:23 ---> 7679ce2c968c 07:50:23 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 07:50:23 ---> Using cache 07:50:23 ---> 6e5d05793b3b 07:50:23 Step 9/24 : WORKDIR /edgex-go/spire-build 07:50:23 ---> Using cache 07:50:23 ---> 372c24101fc5 07:50:23 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:50:23 ---> Using cache 07:50:23 ---> f78cb751f737 07:50:23 Step 11/24 : WORKDIR /edgex-go 07:50:23 ---> Using cache 07:50:23 ---> 76e16ea79fb6 07:50:23 07:50:23 Step 12/24 : FROM alpine:3.15 07:50:23 ---> 354640af7b1b 07:50:23 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:50:23 ---> Using cache 07:50:23 ---> fbbe95eada30 07:50:23 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 07:50:24 ---> Running in 1f0a83f298b3 07:50:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:50:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:50:28 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:50:28 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:50:28 OK: 15734 distinct packages available 07:50:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:50:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:50:30 (1/4) Installing dumb-init (1.2.5-r1) 07:50:30 (2/4) Installing musl-obstack (1.2.3-r0) 07:50:30 (3/4) Installing libucontext (1.1-r0) 07:50:30 (4/4) Installing gcompat (1.0.0-r4) 07:50:30 Executing busybox-1.34.1-r7.trigger 07:50:30 OK: 6 MiB in 18 packages 07:50:32 Removing intermediate container 1f0a83f298b3 07:50:32 ---> b055112e432f 07:50:32 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:50:42 ---> f1cbc910cd9e 07:50:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:50:43 Removing intermediate container d3f4b8aa6b52 07:50:43 ---> 249561965c23 07:50:43 07:50:43 Step 9/24 : FROM alpine:3.16 07:50:43 ---> 4c81e5bf8899 07:50:43 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 07:50:43 ---> Running in bd9e422ccde5 07:50:44 ---> 4e57f69c7e16 07:50:44 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 07:50:44 ---> Running in 32b2ff53dbe2 07:50:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:50:45 Removing intermediate container 32b2ff53dbe2 07:50:45 ---> 5ddcd7832832 07:50:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:50:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:50:47 (1/3) Installing ca-certificates (20220614-r0) 07:50:47 (2/3) Installing dumb-init (1.2.5-r1) 07:50:47 (3/3) Installing su-exec (0.2-r1) 07:50:47 Executing busybox-1.35.0-r17.trigger 07:50:47 ---> 4c9a4d927f14 07:50:47 Step 19/24 : WORKDIR / 07:50:47 Executing ca-certificates-20220614-r0.trigger 07:50:47 ---> Running in 8e21ddf04195 07:50:47 OK: 6 MiB in 17 packages 07:50:48 Removing intermediate container 8e21ddf04195 07:50:48 ---> 88f77fc16233 07:50:48 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:50:48 ---> Running in 29d811f99089 07:50:48 Removing intermediate container b20ea4f56627 07:50:48 ---> d2ae1f341ca9 07:50:48 Step 7/19 : COPY . . 07:50:49 Removing intermediate container 29d811f99089 07:50:49 ---> 86e5583ded7c 07:50:49 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:50:49 ---> Running in 30d0c90f72bb 07:50:49 Removing intermediate container bd9e422ccde5 07:50:49 ---> 8651860e0e3c 07:50:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:50:50 ---> Running in 2ffd326b8b4f 07:50:50 Removing intermediate container 30d0c90f72bb 07:50:50 ---> d59c7a475bb9 07:50:50 Step 22/24 : LABEL arch=arm64 07:50:50 Removing intermediate container 2ffd326b8b4f 07:50:50 ---> 0d733375d7ad 07:50:50 Step 12/24 : WORKDIR / 07:50:50 ---> Running in a86cb6bb60f2 07:50:50 ---> Running in baf356e69487 07:50:51 Removing intermediate container a86cb6bb60f2 07:50:51 ---> 49dbabba1170 07:50:51 Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:50:51 ---> Running in f25d5db6cc72 07:50:51 Removing intermediate container baf356e69487 07:50:51 ---> 5ee28c5560c1 07:50:51 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:50:52 Removing intermediate container f25d5db6cc72 07:50:52 ---> 818dcebe4f0a 07:50:52 Step 24/24 : LABEL version=0.0.0 07:50:52 ---> Running in dab14ed9fff9 07:50:52 ---> 362d3b64b038 07:50:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:50:53 Removing intermediate container dab14ed9fff9 07:50:53 ---> c7e30c8bd1c2 07:50:53 07:50:53 Successfully built c7e30c8bd1c2 07:50:53 Successfully tagged security-spire-config-arm64:latest 07:50:53  Building security-spire-config ... done Building core-command 07:50:54 ---> 8707fdc4e18a 07:50:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:50:56 ---> 9b27fcfefed6 07:50:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:50:57 ---> b0725eda5cf7 07:50:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:51:00 ---> 7161bac3b08b 07:51:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:51:02 ---> f66b03ac0757 07:51:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:51:03 ---> eee7eaaa02d4 07:51:03 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:51:03 ---> Running in 05b4f628c053 07:51:07 Removing intermediate container 05b4f628c053 07:51:07 ---> 5f25f20f8ec7 07:51:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:51:07 ---> Running in 5ebbdd134df5 07:51:07 Removing intermediate container 5ebbdd134df5 07:51:07 ---> 27e9fda4f285 07:51:07 Step 22/24 : LABEL arch=arm64 07:51:07 ---> Running in 09102576f537 07:51:08 Removing intermediate container 0b1e18cabd6b 07:51:08 ---> 28985cfd6ab7 07:51:08 07:51:08 Step 10/22 : FROM alpine:3.16 07:51:08 ---> 4c81e5bf8899 07:51:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:51:08 ---> Using cache 07:51:08 ---> 72cc7b3207e2 07:51:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:51:08 ---> Using cache 07:51:08 ---> aadab4517296 07:51:08 Step 13/22 : ENV APP_PORT=59861 07:51:08 ---> Running in 0e4f9c81e5cb 07:51:08 Removing intermediate container 09102576f537 07:51:08 ---> 1790fe6993e7 07:51:08 Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:51:08 ---> Running in 19ab148eb63f 07:51:08 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:51:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:51:08 ---> 73555d26df4d 07:51:08 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:51:08 ---> Using cache 07:51:08 ---> 623ab565e82f 07:51:08 Step 4/23 : WORKDIR /edgex-go 07:51:08 ---> Using cache 07:51:08 ---> aa3149db3e4d 07:51:08 Step 5/23 : RUN apk add --update --no-cache make git 07:51:08 ---> Using cache 07:51:08 ---> 782c69bb8857 07:51:08 Step 6/23 : COPY go.mod vendor* ./ 07:51:08 ---> Using cache 07:51:08 ---> e6827e6e50ec 07:51:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:51:08 ---> Using cache 07:51:08 ---> 6dd00ada0fcc 07:51:08 Step 8/23 : COPY . . 07:51:08 ---> cdbfba254c77 07:51:08 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:51:08 ---> Using cache 07:51:08 ---> bd3158b7e32b 07:51:08 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 07:51:08 ---> Running in 7801443b4101 07:51:09 Removing intermediate container 0e4f9c81e5cb 07:51:09 ---> b0b05137f266 07:51:09 Step 14/22 : EXPOSE $APP_PORT 07:51:09 ---> Running in 17a6dd7d6c45 07:51:09 Removing intermediate container 19ab148eb63f 07:51:09 ---> 39b876868862 07:51:09 Step 24/24 : LABEL version=0.0.0 07:51:09 ---> Running in 0ec7e672ef9e 07:51:09 ---> Running in 84d60ec699b0 07:51:10 Removing intermediate container 0ec7e672ef9e 07:51:10 ---> 47087a3ba0b5 07:51:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:51:10 Removing intermediate container 84d60ec699b0 07:51:10 ---> 78b0bb8d8e66 07:51:10 07:51:10 Successfully built 78b0bb8d8e66 07:51:10 Successfully tagged security-secretstore-setup-arm64:latest 07:51:10 Building security-bootstrapper 07:51:10  Building security-secretstore-setup ... done 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 07:51:11 go build -tags " 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 07:51:11 ---> df2718cb34d5 07:51:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:51:13 Removing intermediate container 0c8413c43ec3 07:51:13 ---> 378ccb1010ed 07:51:13 Step 8/22 : COPY . . 07:51:15 ---> f40e9512884b 07:51:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:51:16 ---> 9e5a9b726b50 07:51:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:51:16 ---> Running in 4aae0785b346 07:51:21 Removing intermediate container 4aae0785b346 07:51:21 ---> 2af9d0e5f4c1 07:51:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:51:21 ---> Running in 4f68274cc039 07:51:22 Removing intermediate container 4f68274cc039 07:51:22 ---> 67d238a2162f 07:51:22 Step 20/22 : LABEL arch=arm64 07:51:22 ---> Running in d6b9e4c86c9d 07:51:23 Removing intermediate container d6b9e4c86c9d 07:51:23 ---> 8fc21e203f4c 07:51:23 Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:51:23 ---> Running in 9c79d7b42b7a 07:51:24 Removing intermediate container 9c79d7b42b7a 07:51:24 ---> 2ba7d2fa8e93 07:51:24 Step 22/22 : LABEL version=0.0.0 07:51:24 ---> Running in 64803bb0bc1a 07:51:25 Removing intermediate container 64803bb0bc1a 07:51:25 ---> 009a68b49fbe 07:51:25 07:51:25 Successfully built 009a68b49fbe 07:51:25 Successfully tagged support-scheduler-arm64:latest 07:51:25  Building support-scheduler ... done Building core-data 07:51:27 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:51:27 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:51:27 ---> 73555d26df4d 07:51:27 Step 3/32 : WORKDIR /edgex-go 07:51:27 ---> Using cache 07:51:27 ---> edcd13de64c3 07:51:27 Step 4/32 : RUN apk add --update --no-cache make git 07:51:27 ---> Using cache 07:51:27 ---> 3dad96c29fae 07:51:27 Step 5/32 : COPY go.mod vendor* ./ 07:51:27 ---> Using cache 07:51:27 ---> 3b085700637e 07:51:27 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:51:27 ---> Using cache 07:51:27 ---> 41b9def3c8be 07:51:27 Step 7/32 : COPY . . 07:51:27 ---> Using cache 07:51:27 ---> 12684ef978ec 07:51:27 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:51:27 ---> Running in e78718579d26 07:51:29 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 07:51:31 ---> fb580b1c8953 07:51:31 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:51:34 ---> Running in 9f023227fd1e 07:51:36 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:51:44 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:51:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:51:44 ---> 73555d26df4d 07:51:44 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:51:44 ---> Using cache 07:51:44 ---> 623ab565e82f 07:51:44 Step 4/22 : WORKDIR /edgex-go 07:51:44 ---> Using cache 07:51:44 ---> aa3149db3e4d 07:51:44 Step 5/22 : RUN apk add --update --no-cache make git 07:51:44 ---> Using cache 07:51:44 ---> 782c69bb8857 07:51:44 Step 6/22 : COPY go.mod vendor* ./ 07:51:44 ---> Using cache 07:51:44 ---> e6827e6e50ec 07:51:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:51:44 ---> Using cache 07:51:44 ---> 6dd00ada0fcc 07:51:44 Step 8/22 : COPY . . 07:51:44 ---> Using cache 07:51:44 ---> bd3158b7e32b 07:51:44 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 07:51:44 ---> Running in c79c7aaa4e20 07:51:45 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:57:37 Removing intermediate container 17a6dd7d6c45 07:57:37 ---> 3c474b7eb08c 07:57:37 07:57:37 Step 10/23 : FROM alpine:3.16 07:57:37 ---> 4c81e5bf8899 07:57:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:57:37 ---> Using cache 07:57:37 ---> 72cc7b3207e2 07:57:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:57:37 ---> Using cache 07:57:37 ---> aadab4517296 07:57:37 Step 13/23 : ENV APP_PORT=59882 07:57:37 ---> Running in c6635c616f7e 07:57:37 Removing intermediate container c6635c616f7e 07:57:37 ---> 00be411727dc 07:57:37 Step 14/23 : EXPOSE $APP_PORT 07:57:37 ---> Running in 854dd51f14ea 07:57:37 Removing intermediate container 854dd51f14ea 07:57:37 ---> 9e6f9d209030 07:57:37 Step 15/23 : WORKDIR / 07:57:37 ---> Running in 362781463a34 07:57:37 Removing intermediate container 362781463a34 07:57:37 ---> 7d1b43a79e0e 07:57:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:57:37 Removing intermediate container e78718579d26 07:57:37 ---> ed007258eb08 07:57:37 07:57:37 Step 9/32 : FROM alpine:3.16 07:57:37 ---> 4c81e5bf8899 07:57:37 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:57:37 ---> Running in 8a5788fd14f3 07:57:37 ---> 66c70435af9e 07:57:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:57:37 Removing intermediate container 8a5788fd14f3 07:57:37 ---> 69533e3e9975 07:57:37 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 07:57:37 ---> Running in f9b7b0aa2060 07:57:37 ---> 26227d7a99a4 07:57:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:57:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:57:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:57:37 ---> 98e7bdfb7c5f 07:57:37 Step 19/23 : ENTRYPOINT ["/core-command"] 07:57:37 ---> Running in b1c4f3609033 07:57:37 Removing intermediate container b1c4f3609033 07:57:37 ---> 1af7fa025edd 07:57:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:57:37 ---> Running in 5d96c550bc34 07:57:37 Removing intermediate container 5d96c550bc34 07:57:37 ---> 062bfd4cc3b5 07:57:37 Step 21/23 : LABEL arch=arm64 07:57:37 ---> Running in b748b7dfa6ae 07:57:37 (1/2) Installing dumb-init (1.2.5-r1) 07:57:37 (2/2) Installing su-exec (0.2-r1) 07:57:37 Executing busybox-1.35.0-r17.trigger 07:57:38 OK: 5 MiB in 16 packages 07:57:38 Removing intermediate container b748b7dfa6ae 07:57:38 ---> 7fd7de0004d3 07:57:38 Step 22/23 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:57:38 ---> Running in 5d6e032a1b0c 07:57:38 Removing intermediate container 5d6e032a1b0c 07:57:38 ---> c772d118e978 07:57:38 Step 23/23 : LABEL version=0.0.0 07:57:38 ---> Running in ab411e345f5d 07:57:39 Removing intermediate container f9b7b0aa2060 07:57:39 ---> 79ad9d3d7c17 07:57:39 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 07:57:39 Removing intermediate container ab411e345f5d 07:57:39 ---> 17576a25f1e0 07:57:39 07:57:39 ---> Running in 32326949dca4 07:57:40 Successfully built 17576a25f1e0 07:57:40 Successfully tagged core-command-arm64:latest 07:57:40  Building core-command ... done Removing intermediate container 32326949dca4 07:57:40 ---> 34a39028c779 07:57:40 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 07:57:40 ---> Running in b708dc6c8279 07:57:40 Removing intermediate container b708dc6c8279 07:57:41 ---> 94f863bb7965 07:57:41 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 07:57:41 ---> Running in c11f51c0091a 07:57:41 Removing intermediate container c11f51c0091a 07:57:41 ---> 5a7837025f0e 07:57:41 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 07:57:41 ---> Running in 6b03c993169f 07:57:42 Removing intermediate container 6b03c993169f 07:57:42 ---> b12cede6cc9a 07:57:42 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 07:57:42 ---> Running in 968cbfe96963 07:57:45 Removing intermediate container 968cbfe96963 07:57:45 ---> 184be15d23d8 07:57:45 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 07:57:45 ---> Running in c9dc3f796828 07:57:46 Removing intermediate container c9dc3f796828 07:57:46 ---> 4269adb874bb 07:57:46 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 07:57:47 ---> cf542c5e1202 07:57:47 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 07:57:47 ---> Running in 031b354a375f 07:57:50 Removing intermediate container 031b354a375f 07:57:50 ---> 1a3aaea00705 07:57:50 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:57:51 ---> 92e32cc9ca31 07:57:51 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:57:53 ---> ce69312e2c24 07:57:53 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:57:53 ---> bc1ab72e2c8e 07:57:53 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:57:54 ---> fcdfb91c615a 07:57:54 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 07:57:55 ---> 367ea119a3e0 07:57:55 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 07:57:57 ---> dda9a119dd49 07:57:57 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:57:58 ---> dcd98911e3c6 07:57:58 Step 27/32 : RUN chmod +x /entrypoint.sh 07:57:58 ---> Running in c2e9e7eb6541 07:58:01 Removing intermediate container c2e9e7eb6541 07:58:01 ---> 59076ef9366e 07:58:01 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:58:01 ---> Running in c6fcf0c13668 07:58:02 Removing intermediate container c6fcf0c13668 07:58:02 ---> e01b0abd9507 07:58:02 Step 29/32 : CMD ["gate"] 07:58:02 ---> Running in 8c1d0c0f9a8a 07:58:02 Removing intermediate container 8c1d0c0f9a8a 07:58:02 ---> c5f64ddc7a23 07:58:02 Step 30/32 : LABEL arch=arm64 07:58:02 ---> Running in cebb6499d76f 07:58:03 Removing intermediate container cebb6499d76f 07:58:03 ---> 4032d22df694 07:58:03 Step 31/32 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:58:03 ---> Running in da6f20b83087 07:58:03 Removing intermediate container da6f20b83087 07:58:03 ---> 5bcbcf1e7226 07:58:03 Step 32/32 : LABEL version=0.0.0 07:58:03 ---> Running in c0e884629a83 07:58:04 Removing intermediate container c0e884629a83 07:58:04 ---> c4f250c459d3 07:58:04 07:58:04 Successfully built c4f250c459d3 07:58:04 Successfully tagged security-bootstrapper-arm64:latest 07:58:15  Building security-bootstrapper ... done Removing intermediate container c79c7aaa4e20 07:58:15 ---> 63d3ebce774f 07:58:15 07:58:15 Step 10/22 : FROM alpine:3.16 07:58:15 ---> 4c81e5bf8899 07:58:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:58:15 ---> Running in 46569b66e04b 07:58:15 Removing intermediate container 46569b66e04b 07:58:15 ---> 4395f925ca6b 07:58:15 Step 12/22 : ENV APP_PORT=59880 07:58:15 ---> Running in 34a2befa5909 07:58:15 Removing intermediate container 34a2befa5909 07:58:15 ---> cab22a38c1b7 07:58:15 Step 13/22 : EXPOSE $APP_PORT 07:58:15 ---> Running in 274f45a8b724 07:58:15 Removing intermediate container 274f45a8b724 07:58:15 ---> c30ab0ba86f0 07:58:15 Step 14/22 : RUN apk add --update --no-cache dumb-init 07:58:15 ---> Running in 90643e6ae38d 07:58:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:58:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:58:18 (1/1) Installing dumb-init (1.2.5-r1) 07:58:18 Executing busybox-1.35.0-r17.trigger 07:58:19 OK: 5 MiB in 15 packages 07:58:20 Removing intermediate container 90643e6ae38d 07:58:20 ---> 9d67d8bffd11 07:58:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:58:23 ---> f87396f92f83 07:58:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:58:24 ---> 4b79a03a260a 07:58:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:58:25 ---> 54400c6b0f01 07:58:25 Step 18/22 : ENTRYPOINT ["/core-data"] 07:58:25 ---> Running in 2af1d23f9897 07:58:25 Removing intermediate container 2af1d23f9897 07:58:25 ---> f3c348af89f7 07:58:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:58:25 ---> Running in 343d45a52f08 07:58:26 Removing intermediate container 343d45a52f08 07:58:26 ---> 0b02700daf84 07:58:26 Step 20/22 : LABEL arch=arm64 07:58:26 ---> Running in 60ca30884991 07:58:27 Removing intermediate container 60ca30884991 07:58:27 ---> e6e925040ece 07:58:27 Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:58:27 ---> Running in 8dd22818b2cb 07:58:27 Removing intermediate container 8dd22818b2cb 07:58:27 ---> f515ec06d7bb 07:58:27 Step 22/22 : LABEL version=0.0.0 07:58:27 ---> Running in 12461c5990db 07:58:27 Removing intermediate container 12461c5990db 07:58:27 ---> c2284e7f4c9a 07:58:27 07:58:28 Successfully built c2284e7f4c9a 07:58:28 Successfully tagged core-data-arm64:latest 07:58:43  Building core-data ... done Removing intermediate container 7801443b4101 07:58:43 ---> ed1f522c033a 07:58:43 07:58:43 Step 9/19 : FROM alpine:3.15 07:58:43 ---> 354640af7b1b 07:58:43 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:58:43 ---> Using cache 07:58:43 ---> fbbe95eada30 07:58:43 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:58:43 ---> Running in a92660a64e25 07:58:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:58:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:58:43 v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:58:43 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:58:43 OK: 15734 distinct packages available 07:58:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:58:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:58:45 (1/9) Installing ca-certificates (20220614-r0) 07:58:45 (2/9) Installing brotli-libs (1.0.9-r5) 07:58:45 (3/9) Installing nghttp2-libs (1.46.0-r0) 07:58:45 (4/9) Installing libcurl (7.80.0-r6) 07:58:45 (5/9) Installing curl (7.80.0-r6) 07:58:45 (6/9) Installing dumb-init (1.2.5-r1) 07:58:45 (7/9) Installing musl-obstack (1.2.3-r0) 07:58:45 (8/9) Installing libucontext (1.1-r0) 07:58:45 (9/9) Installing gcompat (1.0.0-r4) 07:58:45 Executing busybox-1.34.1-r7.trigger 07:58:45 Executing ca-certificates-20220614-r0.trigger 07:58:45 OK: 8 MiB in 23 packages 07:58:48 Removing intermediate container a92660a64e25 07:58:48 ---> 8ffa7b900e13 07:58:48 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 07:58:49 ---> 0146ca98e7ab 07:58:49 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:58:51 ---> 32cfa149e421 07:58:51 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 07:58:51 ---> 1b76ad46340f 07:58:51 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 07:58:51 ---> Running in b6965c06d4db 07:58:52 Removing intermediate container b6965c06d4db 07:58:52 ---> e8dfc91c4962 07:58:52 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:58:52 ---> Running in d02a662fa8a5 07:58:52 Removing intermediate container d02a662fa8a5 07:58:52 ---> 0dbe6a58ef70 07:58:52 Step 17/19 : LABEL arch=arm64 07:58:52 ---> Running in 39e3f051ce26 07:58:52 Removing intermediate container 39e3f051ce26 07:58:52 ---> 606578831406 07:58:52 Step 18/19 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:58:52 ---> Running in 7b6bb42cd125 07:58:53 Removing intermediate container 7b6bb42cd125 07:58:53 ---> f896117e017c 07:58:53 Step 19/19 : LABEL version=0.0.0 07:58:53 ---> Running in cd16e401291b 07:58:53 Removing intermediate container cd16e401291b 07:58:53 ---> 20dd474b7dee 07:58:53 07:58:53 Successfully built 20dd474b7dee 07:58:53 Successfully tagged security-spiffe-token-provider-arm64:latest 07:59:03  Building security-spiffe-token-provider ... done Removing intermediate container 9f023227fd1e 07:59:03 ---> 2f112775c808 07:59:03 07:59:03 Step 10/22 : FROM alpine:3.16 07:59:03 ---> 4c81e5bf8899 07:59:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:59:03 ---> Running in 80769ea5d80f 07:59:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:59:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:59:05 (1/2) Installing ca-certificates (20220614-r0) 07:59:05 (2/2) Installing dumb-init (1.2.5-r1) 07:59:05 Executing busybox-1.35.0-r17.trigger 07:59:05 Executing ca-certificates-20220614-r0.trigger 07:59:05 OK: 6 MiB in 16 packages 07:59:07 Removing intermediate container 80769ea5d80f 07:59:07 ---> ae472760e912 07:59:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:59:07 ---> Running in 40beae50f968 07:59:07 Removing intermediate container 40beae50f968 07:59:07 ---> 23d7abd20660 07:59:07 Step 13/22 : ENV APP_PORT=59860 07:59:07 ---> Running in 7ad4eb7aee70 07:59:07 Removing intermediate container 7ad4eb7aee70 07:59:07 ---> 1d2c00ba7cd5 07:59:07 Step 14/22 : EXPOSE $APP_PORT 07:59:07 ---> Running in fa4c30105d3c 07:59:08 Removing intermediate container fa4c30105d3c 07:59:08 ---> 4fb13a8eebc4 07:59:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:59:08 ---> e791f90e65a1 07:59:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:59:09 ---> 7390cd2b3d98 07:59:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:59:10 ---> f03787d283f8 07:59:10 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:59:10 ---> Running in 7f711903653b 07:59:10 Removing intermediate container 7f711903653b 07:59:10 ---> e142c2fdf4d8 07:59:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:59:10 ---> Running in 31727628b2fe 07:59:10 Removing intermediate container 31727628b2fe 07:59:10 ---> 6c551f0c387d 07:59:10 Step 20/22 : LABEL arch=arm64 07:59:10 ---> Running in 445129fb24d5 07:59:11 Removing intermediate container 445129fb24d5 07:59:11 ---> 2e38e8c59122 07:59:11 Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf 07:59:11 ---> Running in 9fe63922b6e6 07:59:11 Removing intermediate container 9fe63922b6e6 07:59:11 ---> 5e5daac7685b 07:59:11 Step 22/22 : LABEL version=0.0.0 07:59:11 ---> Running in 6e1b331d3a61 07:59:11 Removing intermediate container 6e1b331d3a61 07:59:11 ---> c2aecee1e278 07:59:11 07:59:11 Successfully built c2aecee1e278 07:59:11 Successfully tagged support-notifications-arm64:latest 07:59:12  Building support-notifications ... done  [Pipeline] } 07:59:12 $ docker stop --time=1 273d096c67ad5da9246afd1e90a03cfbef9503976f29ff6dcca2a326bd282e1c 07:59:13 $ docker rm -f --volumes 273d096c67ad5da9246afd1e90a03cfbef9503976f29ff6dcca2a326bd282e1c [Pipeline] // withDockerContainer [Pipeline] sh 07:59:14 + docker images 07:59:14 REPOSITORY TAG IMAGE ID CREATED SIZE 07:59:14 support-notifications-arm64 latest c2aecee1e278 3 seconds ago 29.7MB 07:59:14 2f112775c808 12 seconds ago 1.57GB 07:59:14 security-spiffe-token-provider-arm64 latest 20dd474b7dee 21 seconds ago 29.1MB 07:59:14 ed1f522c033a 35 seconds ago 1.54GB 07:59:14 core-data-arm64 latest c2284e7f4c9a 47 seconds ago 17.2MB 07:59:14 63d3ebce774f About a minute ago 1.51GB 07:59:14 security-bootstrapper-arm64 latest c4f250c459d3 About a minute ago 19.6MB 07:59:14 core-command-arm64 latest 17576a25f1e0 About a minute ago 17MB 07:59:14 ed007258eb08 About a minute ago 1.5GB 07:59:14 3c474b7eb08c About a minute ago 1.51GB 07:59:14 support-scheduler-arm64 latest 009a68b49fbe 7 minutes ago 29MB 07:59:14 security-secretstore-setup-arm64 latest 78b0bb8d8e66 8 minutes ago 29MB 07:59:14 28985cfd6ab7 8 minutes ago 1.57GB 07:59:14 security-spire-config-arm64 latest c7e30c8bd1c2 8 minutes ago 83.6MB 07:59:14 249561965c23 8 minutes ago 1.5GB 07:59:14 security-spire-server-arm64 latest 2bc3d6e11cd3 9 minutes ago 84.3MB 07:59:14 e44b6ddcecc2 9 minutes ago 1.38GB 07:59:14 core-metadata-arm64 latest e898009928f1 9 minutes ago 17.7MB 07:59:14 b78f9476775a 10 minutes ago 1.51GB 07:59:14 core-common-config-bootstrapper-arm64 latest 2f6055947da6 10 minutes ago 14.9MB 07:59:14 22051e80f1e6 10 minutes ago 1.5GB 07:59:14 security-proxy-setup-arm64 latest 4406eb6d6eaf 10 minutes ago 26.9MB 07:59:14 fdc1b46814fd 11 minutes ago 1.5GB 07:59:14 security-spire-agent-arm64 latest ab9cb091ec51 16 minutes ago 122MB 07:59:14 76e16ea79fb6 17 minutes ago 1.38GB 07:59:14 ci-base-image-arm64 latest 73555d26df4d 30 minutes ago 905MB 07:59:14 alpine 3.15 354640af7b1b 10 days ago 5.34MB 07:59:14 alpine 3.16 4c81e5bf8899 10 days ago 5.3MB 07:59:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 07:59:14 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 07:59:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:59:15 07:59:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:59:16 arm64: Pulling from edgex-lftools-log-publisher 07:59:16 8998bd30e6a1: Pulling fs layer 07:59:16 04944245beec: Pulling fs layer 07:59:16 699f458cf7ca: Pulling fs layer 07:59:16 765212b225bb: Pulling fs layer 07:59:16 f23df028b6ca: Pulling fs layer 07:59:16 d65c8cfc05b1: Pulling fs layer 07:59:16 2437ff75d9bd: Pulling fs layer 07:59:16 2437ff75d9bd: Waiting 07:59:16 d65c8cfc05b1: Waiting 07:59:16 765212b225bb: Waiting 07:59:16 04944245beec: Verifying Checksum 07:59:16 04944245beec: Download complete 07:59:16 765212b225bb: Verifying Checksum 07:59:16 765212b225bb: Download complete 07:59:16 f23df028b6ca: Verifying Checksum 07:59:16 f23df028b6ca: Download complete 07:59:16 699f458cf7ca: Verifying Checksum 07:59:16 699f458cf7ca: Download complete 07:59:16 d65c8cfc05b1: Verifying Checksum 07:59:16 d65c8cfc05b1: Download complete 07:59:16 8998bd30e6a1: Download complete 07:59:19 2437ff75d9bd: Verifying Checksum 07:59:19 2437ff75d9bd: Download complete 07:59:20 8998bd30e6a1: Pull complete 07:59:20 04944245beec: Pull complete 07:59:22 699f458cf7ca: Pull complete 07:59:22 765212b225bb: Pull complete 07:59:22 f23df028b6ca: Pull complete 07:59:22 d65c8cfc05b1: Pull complete 07:59:35 2437ff75d9bd: Pull complete 07:59:35 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:59:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:59:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:59:35 prd-ubuntu20.04-docker-arm64-4c-16g-6824 does not seem to be running inside a container 07:59:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:59:38 $ docker top 26c29fffcedbe3e621b6b39be1253340ec96574689cec0bbe7da35983700d75b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:59:39 ---> job-cost.sh 07:59:39 lf-activate-venv: SKIPPING 07:59:39 INFO: No Stack... 07:59:39 INFO: Retrieving Pricing Info for: v3-standard-4 07:59:40 INFO: Archiving Costs [Pipeline] sh 07:59:41 + cat /w/workspace/edgex-go/1/archives/cost.csv 07:59:41 + cut -d, -f6 [Pipeline] lock 07:59:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4375-1-stack-cost] 07:59:41 Resource [jenkins-edgexfoundry-edgex-go-PR-4375-1-stack-cost] did not exist. Created. 07:59:41 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4375-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:59:41 + echo total: 0.10999999940395355 [Pipeline] stash 07:59:42 Stashed 1 file(s) [Pipeline] } 07:59:42 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4375-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:59:42 $ docker stop --time=1 26c29fffcedbe3e621b6b39be1253340ec96574689cec0bbe7da35983700d75b 07:59:43 $ docker rm -f --volumes 26c29fffcedbe3e621b6b39be1253340ec96574689cec0bbe7da35983700d75b [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 07:59:44 provisioning config files... 07:59:44 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config13299695081928098631tmp [Pipeline] { [Pipeline] sh 07:59:44 + set +x 07:59:44 + curl -s https://codecov.io/bash 07:59:44 + bash -s -- 07:59:44 07:59:44 _____ _ 07:59:44 / ____| | | 07:59:44 | | ___ __| | ___ ___ _____ __ 07:59:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:59:44 | |___| (_) | (_| | __/ (_| (_) \ V / 07:59:44 \_____\___/ \__,_|\___|\___\___/ \_/ 07:59:44 Bash-1.0.6 07:59:44 07:59:44 07:59:44 ==> git version 2.25.1 found 07:59:44 ==> 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 07:59:44 Release-Date: 2020-01-08 07:59:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:59:44 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:59:44 ==> Jenkins CI detected. 07:59:44 current dir:  /w/workspace/edgex-go/1 07:59:44 project root: . 07:59:44 --> token set from env 07:59:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:59:44 ==> Running gcov in . (disable via -X gcov) 07:59:44 ==> Python coveragepy not found 07:59:44 ==> Searching for coverage reports in: 07:59:44 + . 07:59:45 -> Found 1 reports 07:59:45 ==> Detecting git/mercurial file structure 07:59:45 ==> Reading reports 07:59:45 + ./coverage.out bytes=487323 07:59:45 ==> Appending adjustments 07:59:45 https://docs.codecov.io/docs/fixing-reports 07:59:46 + Found adjustments 07:59:46 ==> Gzipping contents 07:59:46 64K /tmp/codecov.TOAGDo.gz 07:59:46 ==> Uploading reports 07:59:46 url: https://codecov.io 07:59:46 query: branch=PR-4375&commit=879c8ea6da70c83c973c0241fe5990d1d09829cf&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4375%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4375&job=&cmd_args= 07:59:46 -> Pinging Codecov 07:59:46 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4375&commit=879c8ea6da70c83c973c0241fe5990d1d09829cf&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4375%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4375&job=&cmd_args= 07:59:46 -> Uploading to 07:59:46 https://storage.googleapis.com/codecov/v4/raw/2023-02-21/00271124DB129430A58F1EEE437C3FCB/879c8ea6da70c83c973c0241fe5990d1d09829cf/f14933b7-9bba-4ee1-bd65-a8a6a1c78edb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230221T075946Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a4c97deb893a7c091219a9d27d9bdf6226312f4d27d96dc2467e33f73290566 07:59:46 % Total % Received % Xferd Average Speed Time Time Time Current 07:59:46 Dload Upload Total Spent Left Speed 07:59:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62984 0 0 100 62984 0 163k --:--:-- --:--:-- --:--:-- 163k 100 62984 0 0 100 62984 0 163k --:--:-- --:--:-- --:--:-- 163k 07:59:46 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/879c8ea6da70c83c973c0241fe5990d1d09829cf [Pipeline] } 07:59:46 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 07:59:48 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 07:59:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:59:49 ---> package-listing.sh 07:59:49 ++ facter osfamily 07:59:49 ++ tr '[:upper:]' '[:lower:]' 07:59:49 + OS_FAMILY=debian 07:59:49 + workspace=/w/workspace/edgex-go/1 07:59:49 + START_PACKAGES=/tmp/packages_start.txt 07:59:49 + END_PACKAGES=/tmp/packages_end.txt 07:59:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:59:49 + PACKAGES=/tmp/packages_start.txt 07:59:49 + '[' /w/workspace/edgex-go/1 ']' 07:59:49 + PACKAGES=/tmp/packages_end.txt 07:59:49 + case "${OS_FAMILY}" in 07:59:49 + dpkg -l 07:59:49 + grep '^ii' 07:59:49 + '[' -f /tmp/packages_start.txt ']' 07:59:49 + '[' -f /tmp/packages_end.txt ']' 07:59:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:59:49 + '[' /w/workspace/edgex-go/1 ']' 07:59:49 + mkdir -p /w/workspace/edgex-go/1/archives/ 07:59:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 07:59:49 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 07:59:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:59:50 07:59:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:59:50 latest: Pulling from edgex-lftools-log-publisher 07:59:50 5eb5b503b376: Pulling fs layer 07:59:50 5c69ac0246d0: Pulling fs layer 07:59:50 ec43610c2a17: Pulling fs layer 07:59:50 3a2ae6a8a46f: Pulling fs layer 07:59:50 33b1e0a273af: Pulling fs layer 07:59:50 5d3b04190fa2: Pulling fs layer 07:59:50 2f39f015ded8: Pulling fs layer 07:59:50 3a2ae6a8a46f: Waiting 07:59:50 33b1e0a273af: Waiting 07:59:50 5d3b04190fa2: Waiting 07:59:50 2f39f015ded8: Waiting 07:59:50 5c69ac0246d0: Download complete 07:59:51 33b1e0a273af: Verifying Checksum 07:59:51 33b1e0a273af: Download complete 07:59:51 ec43610c2a17: Verifying Checksum 07:59:51 ec43610c2a17: Download complete 07:59:51 5d3b04190fa2: Verifying Checksum 07:59:51 5d3b04190fa2: Download complete 07:59:51 5eb5b503b376: Verifying Checksum 07:59:51 5eb5b503b376: Download complete 07:59:51 2f39f015ded8: Download complete 07:59:52 5eb5b503b376: Pull complete 07:59:52 5c69ac0246d0: Pull complete 07:59:52 ec43610c2a17: Pull complete 07:59:52 3a2ae6a8a46f: Pull complete 07:59:53 33b1e0a273af: Pull complete 07:59:53 5d3b04190fa2: Pull complete 07:59:57 2f39f015ded8: Pull complete 07:59:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:59:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:59:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:59:57 prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container 07:59:57 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:59:59 $ docker top dead16cad36e8a89b76323844e8ff2813aaa9c352429fe70099d36e11a647b81 -eo pid,comm [Pipeline] { [Pipeline] sh 07:59:59 + touch /tmp/pre-build-complete [Pipeline] sh 08:00:00 + mkdir -p /var/log/sysstat [Pipeline] sh 08:00:00 + ls /var/log/sa-host 08:00:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:00:00 provisioning config files... 08:00:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2117797769375576038tmp [Pipeline] { [Pipeline] echo 08:00:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:00:01 ---> create-netrc.sh [Pipeline] } 08:00:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:00:01 ---> python-tools-install.sh [Pipeline] echo 08:00:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:00:01 ---> sudo-logs.sh 08:00:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:00:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:00:02 ---> job-cost.sh 08:00:02 lf-activate-venv: SKIPPING 08:00:02 DEBUG: total: 0.10999999940395355 08:00:02 INFO: Retrieving Stack Cost... 08:00:02 INFO: Retrieving Pricing Info for: v3-standard-8 08:00:03 INFO: Archiving Costs [Pipeline] echo 08:00:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:00:03 ---> logs-deploy.sh 08:00:03 lf-activate-venv: SKIPPING 08:00:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4375/1 08:00:03 INFO: archiving workspace using pattern(s): 08:00:04 Archives upload complete. 08:00:04 INFO: archiving logs to Nexus 08:00:05 ---> uname -a: 08:00:05 Linux prd-ubuntu20-04-docker-8c-8g-6823 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 08:00:05 08:00:05 08:00:05 ---> lscpu: 08:00:05 Architecture: x86_64 08:00:05 CPU op-mode(s): 32-bit, 64-bit 08:00:05 Byte Order: Little Endian 08:00:05 Address sizes: 40 bits physical, 48 bits virtual 08:00:05 CPU(s): 8 08:00:05 On-line CPU(s) list: 0-7 08:00:05 Thread(s) per core: 1 08:00:05 Core(s) per socket: 1 08:00:05 Socket(s): 8 08:00:05 NUMA node(s): 1 08:00:05 Vendor ID: AuthenticAMD 08:00:05 CPU family: 23 08:00:05 Model: 49 08:00:05 Model name: AMD EPYC-Rome Processor 08:00:05 Stepping: 0 08:00:05 CPU MHz: 2799.998 08:00:05 BogoMIPS: 5599.99 08:00:05 Virtualization: AMD-V 08:00:05 Hypervisor vendor: KVM 08:00:05 Virtualization type: full 08:00:05 L1d cache: 256 KiB 08:00:05 L1i cache: 256 KiB 08:00:05 L2 cache: 4 MiB 08:00:05 L3 cache: 128 MiB 08:00:05 NUMA node0 CPU(s): 0-7 08:00:05 Vulnerability Itlb multihit: Not affected 08:00:05 Vulnerability L1tf: Not affected 08:00:05 Vulnerability Mds: Not affected 08:00:05 Vulnerability Meltdown: Not affected 08:00:05 Vulnerability Mmio stale data: Not affected 08:00:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:00:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:00:05 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:00:05 Vulnerability Srbds: Not affected 08:00:05 Vulnerability Tsx async abort: Not affected 08:00:05 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 08:00:05 08:00:05 08:00:05 ---> nproc: 08:00:05 8 08:00:05 08:00:05 08:00:05 ---> df -h: 08:00:05 Filesystem Size Used Avail Use% Mounted on 08:00:05 overlay 155G 22G 134G 14% / 08:00:05 tmpfs 64M 0 64M 0% /dev 08:00:05 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:00:05 shm 64M 0 64M 0% /dev/shm 08:00:05 /dev/vda1 155G 22G 134G 14% /facter-os 08:00:05 08:00:05 08:00:05 ---> sar -b -r -n DEV: 08:00:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6823) 02/21/23 _x86_64_ (8 CPU) 08:00:05 08:00:05 07:21:48 LINUX RESTART (8 CPU) 08:00:05 08:00:05 07:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:00:05 07:23:02 350.45 47.50 302.95 0.00 5355.28 174781.74 0.00 08:00:05 07:24:01 99.73 0.83 98.90 0.00 42.43 51426.00 0.00 08:00:05 07:25:01 45.10 0.22 44.89 0.00 4.40 18178.62 0.00 08:00:05 07:26:01 212.08 0.08 212.00 0.00 14.13 107666.24 0.00 08:00:05 07:27:01 391.50 10.88 380.61 0.00 163.49 143679.95 0.00 08:00:05 07:28:01 1272.47 13.18 1259.29 0.00 5142.48 442467.59 0.00 08:00:05 07:29:01 1071.14 4.15 1066.99 0.00 38.79 270466.79 0.00 08:00:05 07:30:01 369.09 0.03 369.06 0.00 0.80 111191.47 0.00 08:00:05 07:31:01 2.83 0.00 2.83 0.00 0.00 31.19 0.00 08:00:05 07:32:01 2.27 0.00 2.27 0.00 0.00 24.13 0.00 08:00:05 07:33:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 08:00:05 07:34:01 2.05 0.00 2.05 0.00 0.00 22.40 0.00 08:00:05 07:35:01 1.42 0.00 1.42 0.00 0.00 15.33 0.00 08:00:05 07:36:01 2.03 0.00 2.03 0.00 0.00 22.26 0.00 08:00:05 07:37:01 2.20 0.02 2.18 0.00 0.13 24.53 0.00 08:00:05 07:38:01 2.28 0.00 2.28 0.00 0.00 28.80 0.00 08:00:05 07:39:01 1.47 0.00 1.47 0.00 0.00 16.13 0.00 08:00:05 07:40:01 1.63 0.00 1.63 0.00 0.00 17.99 0.00 08:00:05 07:41:01 1.58 0.00 1.58 0.00 0.00 17.73 0.00 08:00:05 07:42:01 1.83 0.00 1.83 0.00 0.00 21.06 0.00 08:00:05 07:43:01 1.48 0.00 1.48 0.00 0.00 16.53 0.00 08:00:05 07:44:01 2.00 0.00 2.00 0.00 0.00 21.99 0.00 08:00:05 07:45:02 1.05 0.00 1.05 0.00 0.00 11.60 0.00 08:00:05 07:46:01 1.56 0.00 1.56 0.00 0.00 18.03 0.00 08:00:05 07:47:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 08:00:05 07:48:01 2.05 0.00 2.05 0.00 0.00 22.53 0.00 08:00:05 07:49:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 08:00:05 07:50:01 1.58 0.00 1.58 0.00 0.00 17.33 0.00 08:00:05 07:51:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 08:00:05 07:52:01 1.55 0.00 1.55 0.00 0.00 17.33 0.00 08:00:05 07:53:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 08:00:05 07:54:01 1.58 0.00 1.58 0.00 0.00 17.59 0.00 08:00:05 07:55:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 08:00:05 07:56:01 0.97 0.00 0.97 0.00 0.00 11.86 0.00 08:00:05 07:57:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 08:00:05 07:58:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 08:00:05 07:59:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 08:00:05 08:00:01 58.25 0.25 58.00 0.00 19.33 16791.74 0.00 08:00:05 Average: 103.10 2.03 101.07 0.00 283.95 35199.44 0.00 08:00:05 08:00:05 07:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:00:05 07:23:02 28980596 31568660 753984 2.29 68984 2798808 2067596 6.09 1039196 2511264 582588 08:00:05 07:24:01 27727300 31359192 940648 2.86 113672 3717572 2376392 7.00 1693280 3005728 553088 08:00:05 07:25:01 27881312 31557616 740652 2.25 116400 3739100 1779320 5.24 1241216 3287628 236008 08:00:05 07:26:01 26083184 31438064 846364 2.57 122932 5361968 2381724 7.02 1636728 4616616 3172 08:00:05 07:27:01 22251668 31390452 892452 2.71 286520 8740680 2776700 8.18 1846636 7994824 1215328 08:00:05 07:28:01 18251392 31113892 1132460 3.44 407592 12092412 3348148 9.87 2723108 10826552 189596 08:00:05 07:29:01 15497816 31414556 843036 2.56 530396 14871540 2426308 7.15 2570604 13600156 1384544 08:00:05 07:30:01 16491656 31512484 749616 2.28 536028 13983036 1936016 5.71 2551604 12641196 580 08:00:05 07:31:01 16492192 31513068 749096 2.28 536052 13983040 1936016 5.71 2551508 12641200 8 08:00:05 07:32:01 16504656 31525596 736480 2.24 536108 13983044 1936016 5.71 2538992 12641208 20 08:00:05 07:33:01 16505572 31526560 735600 2.24 536152 13983048 1936016 5.71 2539088 12641216 8 08:00:05 07:34:01 16506796 31527824 734540 2.23 536196 13983052 1936016 5.71 2538132 12641220 8 08:00:05 07:35:01 16506820 31527916 734460 2.23 536240 13983052 1936016 5.71 2538256 12641220 16 08:00:05 07:36:01 16506732 31527832 734476 2.23 536264 13983056 1936016 5.71 2538264 12641224 40 08:00:05 07:37:01 16505704 31526968 735160 2.24 536320 13983056 1933924 5.70 2538372 12641228 4 08:00:05 07:38:01 16505956 31527276 734784 2.23 536384 13983040 1933924 5.70 2538536 12641212 12 08:00:05 07:39:01 16506184 31527528 734456 2.23 536436 13983044 1933924 5.70 2538516 12641216 8 08:00:05 07:40:01 16506456 31527720 734420 2.23 536460 13983044 1933924 5.70 2538560 12641216 40 08:00:05 07:41:01 16506440 31527760 734348 2.23 536516 13983048 1933924 5.70 2538636 12641216 8 08:00:05 07:42:01 16506208 31527584 734364 2.23 536536 13983048 1933924 5.70 2539072 12641228 216 08:00:05 07:43:01 16506484 31527864 734044 2.23 536580 13983048 1933924 5.70 2538512 12641232 8 08:00:05 07:44:01 16506468 31527944 733944 2.23 536624 13983056 1933924 5.70 2538540 12641240 4 08:00:05 07:45:02 16506168 31527644 734160 2.23 536648 13983056 1933924 5.70 2538524 12641240 8 08:00:05 07:46:01 16506064 31527572 734164 2.23 536664 13983064 1933924 5.70 2538564 12641244 44 08:00:05 07:47:01 16506324 31527836 733952 2.23 536668 13983068 1933924 5.70 2538552 12641248 8 08:00:05 07:48:01 16506232 31527872 734092 2.23 536720 13983132 1933924 5.70 2538696 12641312 20 08:00:05 07:49:01 16506184 31527828 734084 2.23 536740 13983140 1933924 5.70 2538620 12641316 8 08:00:05 07:50:01 16506268 31527980 733800 2.23 536764 13983140 1933924 5.70 2538656 12641320 40 08:00:05 07:51:01 16506220 31527960 733768 2.23 536780 13983144 1933924 5.70 2538692 12641324 8 08:00:05 07:52:01 16505888 31527632 733980 2.23 536804 13983140 1933924 5.70 2538680 12641328 4 08:00:05 07:53:01 16505872 31527656 733908 2.23 536828 13983144 1933924 5.70 2538776 12641332 12 08:00:05 07:54:01 16506008 31527816 733904 2.23 536852 13983144 1917764 5.65 2538756 12641332 4 08:00:05 07:55:01 16505944 31527752 733916 2.23 536856 13983156 1917764 5.65 2538740 12641332 8 08:00:05 07:56:01 16505968 31527920 733692 2.23 536868 13983284 1917764 5.65 2538796 12641436 148 08:00:05 07:57:01 16505920 31527916 733656 2.23 536884 13983292 1901192 5.60 2538800 12641476 8 08:00:05 07:58:01 16506000 31528020 733680 2.23 536904 13983292 1901192 5.60 2539236 12641472 52 08:00:05 07:59:01 16506032 31528056 733656 2.23 536908 13983296 1901192 5.60 2538828 12641476 8 08:00:05 08:00:01 15966084 31489028 768268 2.34 539920 14436640 1959476 5.77 2581264 13089436 408 08:00:05 Average: 17836704 31503443 762528 2.32 481137 12769787 2026351 5.97 2408356 11530807 109634 08:00:05 08:00:05 07:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:00:05 07:23:02 docker0 492.94 435.77 35.38 2736.83 0.00 0.00 0.00 0.00 08:00:05 07:23:02 ens3 1301.33 1203.10 11853.62 174.96 0.00 0.00 0.00 0.00 08:00:05 07:23:02 lo 5.40 5.40 0.52 0.52 0.00 0.00 0.00 0.00 08:00:05 07:24:01 docker0 88.36 137.04 7.04 703.98 0.00 0.00 0.00 0.00 08:00:05 07:24:01 ens3 177.21 113.12 740.67 24.64 0.00 0.00 0.00 0.00 08:00:05 07:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:24:01 veth9bcf5a7 0.10 0.27 0.01 0.03 0.00 0.00 0.00 0.00 08:00:05 07:25:01 docker0 1.22 1.22 0.08 0.09 0.00 0.00 0.00 0.00 08:00:05 07:25:01 ens3 20.69 14.58 16.91 9.47 0.00 0.00 0.00 0.00 08:00:05 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:25:01 veth9bcf5a7 1.22 1.25 0.09 0.10 0.00 0.00 0.00 0.00 08:00:05 07:26:01 vethde01a03 4.60 6.66 0.44 2.79 0.00 0.00 0.00 0.00 08:00:05 07:26:01 docker0 30.46 48.83 2.32 216.45 0.00 0.00 0.00 0.00 08:00:05 07:26:01 veth29f5ea2 4.60 6.76 0.44 2.80 0.00 0.00 0.00 0.00 08:00:05 07:26:01 vethc7ae491 4.63 6.56 0.44 2.79 0.00 0.00 0.00 0.00 08:00:05 07:26:01 ens3 147.87 91.12 1915.75 23.50 0.00 0.00 0.00 0.00 08:00:05 07:26:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 08:00:05 07:26:01 veth2d1ee10 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 08:00:05 07:26:01 vetheb9f687 4.52 6.55 0.43 2.77 0.00 0.00 0.00 0.00 08:00:05 07:26:01 vetha89b199 4.65 6.58 0.44 2.79 0.00 0.00 0.00 0.00 08:00:05 07:27:01 docker0 493.08 841.17 40.32 5821.65 0.00 0.00 0.00 0.00 08:00:05 07:27:01 ens3 887.75 515.11 6678.79 50.51 0.00 0.00 0.00 0.00 08:00:05 07:27:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 08:00:05 07:27:01 veth2d1ee10 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:28:01 docker0 346.04 692.47 28.97 5073.26 0.00 0.00 0.00 0.00 08:00:05 07:28:01 ens3 873.69 433.58 7145.98 59.74 0.00 0.00 0.00 0.00 08:00:05 07:28:01 veth00b3560 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:00:05 07:28:01 lo 2.40 2.40 0.23 0.23 0.00 0.00 0.00 0.00 08:00:05 07:28:01 veth81239fc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:28:01 veth2d1ee10 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 08:00:05 07:28:01 vethf303d50 75.10 188.99 7.48 1168.74 0.00 0.00 0.00 0.10 08:00:05 07:28:01 veth63fd302 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 08:00:05 07:28:01 vethd090e50 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:00:05 07:29:01 docker0 265.39 513.81 22.11 3785.93 0.00 0.00 0.00 0.00 08:00:05 07:29:01 ens3 559.72 312.86 3815.79 207.53 0.00 0.00 0.00 0.00 08:00:05 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:29:01 veth2d1ee10 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 08:00:05 07:30:01 docker0 7.80 14.93 0.53 191.54 0.00 0.00 0.00 0.00 08:00:05 07:30:01 ens3 32.69 18.11 206.59 8.25 0.00 0.00 0.00 0.00 08:00:05 07:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:31:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:33:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 08:00:05 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:34:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:35:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:38:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:00:05 07:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:39:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:40:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:42:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:43:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 08:00:05 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:44:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:45:02 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:47:01 ens3 0.17 0.07 0.17 0.00 0.00 0.00 0.00 0.00 08:00:05 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:48:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:00:05 07:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:49:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:50:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:52:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:53:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 08:00:05 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:54:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:55:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:56:01 ens3 0.22 0.18 0.12 0.01 0.00 0.00 0.00 0.00 08:00:05 07:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:58:01 ens3 0.32 0.23 0.09 0.08 0.00 0.00 0.00 0.00 08:00:05 07:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:00:05 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:59:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:00:05 08:00:01 ens3 124.98 68.68 2533.14 15.18 0.00 0.00 0.00 0.00 08:00:05 08:00:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 08:00:05 Average: docker0 45.42 70.69 3.60 487.91 0.00 0.00 0.00 0.00 08:00:05 Average: ens3 108.71 72.99 919.32 15.12 0.00 0.00 0.00 0.00 08:00:05 Average: lo 0.35 0.35 0.03 0.03 0.00 0.00 0.00 0.00 08:00:05 08:00:05 08:00:05 ---> sar -P ALL: 08:00:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6823) 02/21/23 _x86_64_ (8 CPU) 08:00:05 08:00:05 07:21:48 LINUX RESTART (8 CPU) 08:00:05 08:00:05 07:22:01 CPU %user %nice %system %iowait %steal %idle 08:00:05 07:23:02 all 9.95 0.00 3.65 1.51 0.05 84.84 08:00:05 07:23:02 0 9.28 0.00 3.60 0.27 0.05 86.80 08:00:05 07:23:02 1 14.36 0.00 3.09 0.55 0.05 81.95 08:00:05 07:23:02 2 10.60 0.00 3.11 1.65 0.05 84.59 08:00:05 07:23:02 3 9.84 0.00 3.86 2.42 0.03 83.85 08:00:05 07:23:02 4 8.53 0.00 2.64 1.56 0.03 87.23 08:00:05 07:23:02 5 10.38 0.00 3.81 0.24 0.05 85.52 08:00:05 07:23:02 6 8.16 0.00 4.09 1.65 0.05 86.04 08:00:05 07:23:02 7 8.40 0.00 5.03 3.82 0.07 82.68 08:00:05 07:24:01 all 33.61 0.00 7.02 0.91 0.09 58.37 08:00:05 07:24:01 0 33.51 0.00 6.45 0.03 0.07 59.94 08:00:05 07:24:01 1 35.98 0.00 7.14 0.02 0.09 56.78 08:00:05 07:24:01 2 35.68 0.00 7.95 0.72 0.10 55.55 08:00:05 07:24:01 3 33.49 0.00 7.77 4.27 0.10 54.37 08:00:05 07:24:01 4 33.29 0.00 7.48 0.09 0.10 59.04 08:00:05 07:24:01 5 31.78 0.00 5.24 0.26 0.09 62.64 08:00:05 07:24:01 6 32.04 0.00 6.64 1.63 0.09 59.60 08:00:05 07:24:01 7 33.15 0.00 7.54 0.24 0.09 58.98 08:00:05 07:25:01 all 42.31 0.00 5.72 0.25 0.08 51.63 08:00:05 07:25:01 0 42.02 0.00 5.40 0.08 0.08 52.41 08:00:05 07:25:01 1 42.24 0.00 6.43 0.02 0.08 51.23 08:00:05 07:25:01 2 42.52 0.00 5.21 0.02 0.07 52.19 08:00:05 07:25:01 3 41.64 0.00 6.35 0.00 0.08 51.93 08:00:05 07:25:01 4 42.36 0.00 5.60 0.00 0.08 51.95 08:00:05 07:25:01 5 42.69 0.00 5.58 1.38 0.08 50.26 08:00:05 07:25:01 6 41.95 0.00 5.38 0.52 0.08 52.07 08:00:05 07:25:01 7 43.07 0.00 5.80 0.02 0.08 51.03 08:00:05 07:26:01 all 18.62 0.00 8.45 1.50 0.08 71.35 08:00:05 07:26:01 0 19.44 0.00 8.33 0.66 0.08 71.49 08:00:05 07:26:01 1 19.86 0.00 8.55 0.24 0.08 71.26 08:00:05 07:26:01 2 20.97 0.00 7.60 0.37 0.08 70.98 08:00:05 07:26:01 3 19.28 0.00 8.19 0.24 0.07 72.22 08:00:05 07:26:01 4 14.37 0.00 7.05 3.05 0.07 75.46 08:00:05 07:26:01 5 17.57 0.00 9.12 5.14 0.07 68.10 08:00:05 07:26:01 6 19.18 0.00 9.66 2.04 0.09 69.03 08:00:05 07:26:01 7 18.28 0.00 9.13 0.26 0.10 72.24 08:00:05 07:27:01 all 9.49 0.00 6.25 14.00 0.07 70.19 08:00:05 07:27:01 0 9.97 0.00 5.60 14.66 0.07 69.70 08:00:05 07:27:01 1 9.60 0.00 6.55 18.66 0.07 65.13 08:00:05 07:27:01 2 9.64 0.00 7.32 14.00 0.07 68.96 08:00:05 07:27:01 3 9.21 0.00 5.95 2.20 0.07 82.57 08:00:05 07:27:01 4 9.89 0.00 6.25 20.61 0.07 63.18 08:00:05 07:27:01 5 9.28 0.00 6.10 10.61 0.07 73.94 08:00:05 07:27:01 6 9.56 0.00 5.89 25.29 0.05 59.21 08:00:05 07:27:01 7 8.78 0.00 6.35 5.94 0.10 78.83 08:00:05 07:28:01 all 46.27 0.00 15.87 12.10 0.14 25.62 08:00:05 07:28:01 0 46.19 0.00 17.63 16.45 0.17 19.57 08:00:05 07:28:01 1 41.24 0.00 15.10 10.14 0.14 33.38 08:00:05 07:28:01 2 46.55 0.00 16.10 9.70 0.15 27.50 08:00:05 07:28:01 3 46.89 0.00 16.71 6.11 0.14 30.16 08:00:05 07:28:01 4 46.47 0.00 16.21 22.53 0.14 14.65 08:00:05 07:28:01 5 48.55 0.00 14.72 14.12 0.14 22.48 08:00:05 07:28:01 6 48.00 0.00 13.47 11.18 0.12 27.22 08:00:05 07:28:01 7 46.27 0.00 17.02 6.58 0.14 30.00 08:00:05 07:29:01 all 60.53 0.00 13.48 3.85 0.14 22.00 08:00:05 07:29:01 0 59.22 0.00 14.73 1.28 0.15 24.61 08:00:05 07:29:01 1 57.25 0.00 13.88 2.09 0.14 26.64 08:00:05 07:29:01 2 62.17 0.00 13.58 7.26 0.14 16.84 08:00:05 07:29:01 3 61.20 0.00 12.64 4.46 0.14 21.57 08:00:05 07:29:01 4 61.57 0.00 13.14 1.88 0.15 23.25 08:00:05 07:29:01 5 61.19 0.00 12.90 2.49 0.14 23.29 08:00:05 07:29:01 6 60.22 0.00 14.23 2.86 0.13 22.56 08:00:05 07:29:01 7 61.37 0.00 12.74 8.49 0.14 17.27 08:00:05 07:30:01 all 31.69 0.00 5.85 2.03 0.08 60.35 08:00:05 07:30:01 0 32.86 0.00 6.23 0.54 0.08 60.29 08:00:05 07:30:01 1 28.57 0.00 5.78 0.71 0.07 64.87 08:00:05 07:30:01 2 31.95 0.00 6.33 5.79 0.08 55.85 08:00:05 07:30:01 3 31.53 0.00 5.88 1.74 0.07 60.78 08:00:05 07:30:01 4 32.02 0.00 5.91 3.37 0.08 58.61 08:00:05 07:30:01 5 32.39 0.00 6.11 0.50 0.07 60.94 08:00:05 07:30:01 6 32.08 0.00 5.46 1.06 0.07 61.34 08:00:05 07:30:01 7 32.13 0.00 5.13 2.51 0.08 60.14 08:00:05 07:31:01 all 0.01 0.00 0.01 0.02 0.00 99.95 08:00:05 07:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:31:01 3 0.00 0.00 0.02 0.13 0.00 99.85 08:00:05 07:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:31:01 5 0.08 0.00 0.03 0.00 0.02 99.87 08:00:05 07:31:01 6 0.00 0.00 0.03 0.00 0.00 99.97 08:00:05 07:31:01 7 0.00 0.00 0.00 0.05 0.00 99.95 08:00:05 07:32:01 all 0.03 0.00 0.01 0.01 0.00 99.94 08:00:05 07:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:32:01 1 0.02 0.00 0.02 0.05 0.02 99.90 08:00:05 07:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:32:01 3 0.03 0.00 0.00 0.03 0.00 99.93 08:00:05 07:32:01 4 0.02 0.00 0.03 0.00 0.00 99.95 08:00:05 07:32:01 5 0.07 0.00 0.03 0.00 0.00 99.90 08:00:05 07:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:00:05 07:32:01 7 0.07 0.00 0.02 0.00 0.00 99.92 08:00:05 07:33:01 all 0.03 0.00 0.01 0.01 0.00 99.96 08:00:05 07:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:33:01 3 0.00 0.00 0.02 0.05 0.00 99.93 08:00:05 07:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:33:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:33:01 6 0.17 0.00 0.00 0.00 0.00 99.83 08:00:05 07:33:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:00:05 08:00:05 07:33:01 CPU %user %nice %system %iowait %steal %idle 08:00:05 07:34:01 all 0.28 0.00 0.01 0.09 0.00 99.62 08:00:05 07:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:34:01 1 0.00 0.00 0.00 0.03 0.00 99.97 08:00:05 07:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:34:01 3 0.05 0.00 0.02 0.48 0.00 99.45 08:00:05 07:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:34:01 5 0.05 0.00 0.03 0.00 0.00 99.92 08:00:05 07:34:01 6 1.97 0.00 0.00 0.00 0.00 98.03 08:00:05 07:34:01 7 0.07 0.00 0.03 0.22 0.00 99.68 08:00:05 07:35:01 all 0.13 0.00 0.02 0.01 0.00 99.84 08:00:05 07:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:35:01 3 0.22 0.00 0.00 0.05 0.02 99.72 08:00:05 07:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:35:01 5 0.05 0.00 0.05 0.00 0.02 99.88 08:00:05 07:35:01 6 0.76 0.00 0.08 0.00 0.00 99.15 08:00:05 07:35:01 7 0.00 0.00 0.00 0.03 0.00 99.97 08:00:05 07:36:01 all 0.02 0.00 0.01 0.01 0.00 99.96 08:00:05 07:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:00:05 07:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:36:01 2 0.02 0.00 0.00 0.02 0.00 99.97 08:00:05 07:36:01 3 0.00 0.00 0.00 0.03 0.00 99.97 08:00:05 07:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:00:05 07:36:01 5 0.07 0.00 0.02 0.00 0.00 99.92 08:00:05 07:36:01 6 0.03 0.00 0.03 0.00 0.00 99.93 08:00:05 07:36:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:00:05 07:37:01 all 0.01 0.00 0.03 0.01 0.00 99.95 08:00:05 07:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:37:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:00:05 07:37:01 2 0.00 0.00 0.03 0.02 0.00 99.95 08:00:05 07:37:01 3 0.00 0.00 0.02 0.03 0.00 99.95 08:00:05 07:37:01 4 0.02 0.00 0.05 0.00 0.00 99.93 08:00:05 07:37:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:00:05 07:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:37:01 7 0.00 0.00 0.02 0.02 0.02 99.95 08:00:05 07:38:01 all 0.19 0.00 0.01 0.01 0.00 99.79 08:00:05 07:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:38:01 1 0.00 0.00 0.00 0.03 0.02 99.95 08:00:05 07:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:38:01 3 1.32 0.00 0.00 0.03 0.00 98.65 08:00:05 07:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:38:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:00:05 07:38:01 6 0.05 0.00 0.03 0.00 0.00 99.92 08:00:05 07:38:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:00:05 07:39:01 all 0.26 0.00 0.01 0.00 0.00 99.72 08:00:05 07:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:39:01 3 1.99 0.00 0.02 0.03 0.00 97.96 08:00:05 07:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:39:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:00:05 07:39:01 6 0.00 0.00 0.05 0.00 0.00 99.95 08:00:05 07:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:40:01 all 0.27 0.00 0.01 0.01 0.00 99.71 08:00:05 07:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:40:01 1 0.00 0.00 0.00 0.03 0.00 99.97 08:00:05 07:40:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:00:05 07:40:01 3 1.99 0.00 0.02 0.02 0.00 97.98 08:00:05 07:40:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:00:05 07:40:01 5 0.05 0.00 0.05 0.00 0.00 99.90 08:00:05 07:40:01 6 0.02 0.00 0.03 0.00 0.00 99.95 08:00:05 07:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:41:01 all 0.02 0.00 0.01 0.02 0.00 99.95 08:00:05 07:41:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:00:05 07:41:01 1 0.00 0.00 0.00 0.03 0.00 99.97 08:00:05 07:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:41:01 3 0.10 0.00 0.02 0.12 0.00 99.77 08:00:05 07:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:41:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:00:05 07:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:42:01 all 0.04 0.00 0.03 0.01 0.00 99.93 08:00:05 07:42:01 0 0.02 0.00 0.05 0.00 0.00 99.93 08:00:05 07:42:01 1 0.02 0.00 0.00 0.03 0.00 99.95 08:00:05 07:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:42:01 3 0.08 0.00 0.03 0.02 0.02 99.85 08:00:05 07:42:01 4 0.07 0.00 0.07 0.00 0.00 99.87 08:00:05 07:42:01 5 0.10 0.00 0.02 0.00 0.00 99.88 08:00:05 07:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:43:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:00:05 07:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:43:01 1 0.00 0.00 0.02 0.02 0.00 99.97 08:00:05 07:43:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:00:05 07:43:01 3 0.03 0.00 0.00 0.03 0.00 99.93 08:00:05 07:43:01 4 0.03 0.00 0.03 0.00 0.00 99.93 08:00:05 07:43:01 5 0.03 0.00 0.05 0.00 0.00 99.92 08:00:05 07:43:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:00:05 07:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:44:01 all 0.02 0.00 0.01 0.01 0.00 99.96 08:00:05 07:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:44:01 1 0.00 0.00 0.00 0.07 0.00 99.93 08:00:05 07:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:44:01 3 0.00 0.00 0.00 0.03 0.00 99.97 08:00:05 07:44:01 4 0.05 0.00 0.03 0.00 0.00 99.92 08:00:05 07:44:01 5 0.05 0.00 0.03 0.00 0.00 99.92 08:00:05 07:44:01 6 0.02 0.00 0.03 0.00 0.00 99.95 08:00:05 07:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 08:00:05 07:44:01 CPU %user %nice %system %iowait %steal %idle 08:00:05 07:45:02 all 0.01 0.00 0.01 0.00 0.00 99.98 08:00:05 07:45:02 0 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:45:02 1 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:45:02 2 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:45:02 3 0.00 0.00 0.00 0.02 0.00 99.98 08:00:05 07:45:02 4 0.02 0.00 0.02 0.00 0.02 99.95 08:00:05 07:45:02 5 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:45:02 6 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:45:02 7 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:46:01 all 0.01 0.00 0.01 0.01 0.00 99.97 08:00:05 07:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:46:01 1 0.02 0.00 0.00 0.03 0.00 99.95 08:00:05 07:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:46:01 3 0.02 0.00 0.03 0.02 0.00 99.93 08:00:05 07:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:46:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:00:05 07:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:47:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:00:05 07:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:47:01 1 0.00 0.00 0.02 0.02 0.02 99.95 08:00:05 07:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:47:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:00:05 07:47:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:00:05 07:47:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:00:05 07:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:48:01 all 0.02 0.00 0.01 0.01 0.00 99.96 08:00:05 07:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:48:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:00:05 07:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:48:01 3 0.03 0.00 0.00 0.03 0.00 99.93 08:00:05 07:48:01 4 0.02 0.00 0.05 0.02 0.02 99.90 08:00:05 07:48:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:00:05 07:48:01 6 0.00 0.00 0.03 0.00 0.00 99.97 08:00:05 07:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:49:01 all 0.05 0.00 0.01 0.00 0.00 99.94 08:00:05 07:49:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:00:05 07:49:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:00:05 07:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:49:01 3 0.23 0.00 0.02 0.02 0.00 99.73 08:00:05 07:49:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:00:05 07:49:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:00:05 07:49:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:00:05 07:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:50:01 all 0.26 0.00 0.02 0.01 0.00 99.72 08:00:05 07:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:50:01 1 0.00 0.00 0.00 0.03 0.00 99.97 08:00:05 07:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:50:01 3 1.99 0.00 0.02 0.02 0.00 97.98 08:00:05 07:50:01 4 0.02 0.00 0.07 0.00 0.00 99.92 08:00:05 07:50:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:00:05 07:50:01 6 0.02 0.00 0.03 0.00 0.00 99.95 08:00:05 07:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:51:01 all 0.26 0.00 0.01 0.00 0.00 99.73 08:00:05 07:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:51:01 3 1.99 0.00 0.00 0.02 0.00 98.00 08:00:05 07:51:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:00:05 07:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:51:01 6 0.00 0.00 0.03 0.00 0.00 99.97 08:00:05 07:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:52:01 all 0.19 0.00 0.01 0.00 0.00 99.79 08:00:05 07:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:52:01 1 0.00 0.00 0.00 0.03 0.00 99.97 08:00:05 07:52:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:00:05 07:52:01 3 1.37 0.00 0.03 0.00 0.00 98.60 08:00:05 07:52:01 4 0.02 0.00 0.03 0.00 0.02 99.93 08:00:05 07:52:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:00:05 07:52:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:00:05 07:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:53:01 all 0.01 0.00 0.02 0.01 0.00 99.96 08:00:05 07:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:53:01 1 0.00 0.00 0.02 0.02 0.00 99.97 08:00:05 07:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:53:01 3 0.00 0.00 0.02 0.07 0.02 99.90 08:00:05 07:53:01 4 0.02 0.00 0.03 0.00 0.00 99.95 08:00:05 07:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:53:01 6 0.00 0.00 0.03 0.00 0.00 99.97 08:00:05 07:53:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:54:01 all 0.02 0.00 0.01 0.01 0.00 99.97 08:00:05 07:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:54:01 1 0.02 0.00 0.00 0.03 0.00 99.95 08:00:05 07:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:54:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:00:05 07:54:01 4 0.05 0.00 0.02 0.00 0.00 99.93 08:00:05 07:54:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:00:05 07:54:01 6 0.02 0.00 0.03 0.00 0.00 99.95 08:00:05 07:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:55:01 all 0.19 0.00 0.01 0.00 0.00 99.80 08:00:05 07:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:55:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:00:05 07:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:55:01 3 1.44 0.00 0.00 0.00 0.00 98.56 08:00:05 07:55:01 4 0.03 0.00 0.03 0.00 0.02 99.92 08:00:05 07:55:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 08:00:05 07:55:01 CPU %user %nice %system %iowait %steal %idle 08:00:05 07:56:01 all 0.10 0.00 0.01 0.00 0.00 99.88 08:00:05 07:56:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:00:05 07:56:01 1 0.00 0.00 0.00 0.02 0.02 99.97 08:00:05 07:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:56:01 3 0.58 0.00 0.08 0.02 0.00 99.32 08:00:05 07:56:01 4 0.07 0.00 0.00 0.00 0.00 99.93 08:00:05 07:56:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:00:05 07:56:01 6 0.05 0.00 0.02 0.00 0.00 99.93 08:00:05 07:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:57:01 all 0.01 0.00 0.00 0.00 0.00 99.98 08:00:05 07:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:57:01 1 0.00 0.00 0.02 0.02 0.00 99.97 08:00:05 07:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:57:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:00:05 07:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:57:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:00:05 07:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:58:01 all 0.02 0.00 0.01 0.01 0.00 99.96 08:00:05 07:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:00:05 07:58:01 1 0.02 0.00 0.00 0.02 0.00 99.97 08:00:05 07:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:58:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:00:05 07:58:01 4 0.02 0.00 0.03 0.02 0.02 99.92 08:00:05 07:58:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:00:05 07:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:00:05 07:59:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:00:05 07:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:59:01 1 0.02 0.00 0.00 0.02 0.00 99.97 08:00:05 07:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 07:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:59:01 4 0.05 0.00 0.03 0.00 0.00 99.92 08:00:05 07:59:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:00:05 07:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:00:05 07:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:00:05 08:00:01 all 2.88 0.00 1.32 0.35 0.02 95.42 08:00:05 08:00:01 0 2.86 0.00 1.82 0.03 0.02 95.27 08:00:05 08:00:01 1 2.47 0.00 1.54 2.03 0.02 93.95 08:00:05 08:00:01 2 2.78 0.00 1.17 0.00 0.02 96.03 08:00:05 08:00:01 3 2.79 0.00 1.53 0.45 0.03 95.20 08:00:05 08:00:01 4 2.88 0.00 1.17 0.25 0.03 95.67 08:00:05 08:00:01 5 2.49 0.00 1.05 0.03 0.02 96.41 08:00:05 08:00:01 6 3.54 0.00 0.87 0.02 0.02 95.56 08:00:05 08:00:01 7 3.23 0.00 1.44 0.00 0.03 95.29 08:00:05 Average: all 6.71 0.00 1.77 0.96 0.02 90.54 08:00:05 Average: 0 6.65 0.00 1.82 0.88 0.02 90.62 08:00:05 Average: 1 6.55 0.00 1.77 0.91 0.02 90.74 08:00:05 Average: 2 6.84 0.00 1.78 1.03 0.02 90.32 08:00:05 Average: 3 7.02 0.00 1.80 0.60 0.02 90.56 08:00:05 Average: 4 6.57 0.00 1.72 1.39 0.02 90.29 08:00:05 Average: 5 6.70 0.00 1.70 0.90 0.02 90.68 08:00:05 Average: 6 6.72 0.00 1.73 1.21 0.02 90.33 08:00:05 Average: 7 6.63 0.00 1.83 0.73 0.02 90.79 08:00:05 08:00:05 08:00:05