Pull request #4668 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch main at 7bfebe8d09e2b9340326eaa527b0cdd522250f64 rather than 0db4f07685f6641d0cf5945bffc314834f55add3 Obtained Jenkinsfile from 7bfebe8d09e2b9340326eaa527b0cdd522250f64 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-ssh18146797823351641061.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh12488148078203307765.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-4668/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-4668/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh819960052906322776.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-4668/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5042204463088289130.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh15693589137924290605.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-4668/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-4668/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15326821192421231263.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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.20 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 Running on prd-ubuntu20.04-docker-8c-8g-5095 in /w/workspace/edgexfoundry_edgex-go_PR-4668 [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/4668/head:refs/remotes/origin/PR-4668 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 7bfebe8d09e2b9340326eaa527b0cdd522250f64 into PR head commit 0db4f07685f6641d0cf5945bffc314834f55add3 Merge succeeded, producing 3d4a8d3ab80d596f721284b587eda2e16295cdda Checking out Revision 3d4a8d3ab80d596f721284b587eda2e16295cdda (PR-4668) > git config core.sparsecheckout # timeout=10 > git checkout -f 0db4f07685f6641d0cf5945bffc314834f55add3 # 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 7bfebe8d09e2b9340326eaa527b0cdd522250f64 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d4a8d3ab80d596f721284b587eda2e16295cdda # timeout=10 Commit message: "Merge commit '7bfebe8d09e2b9340326eaa527b0cdd522250f64' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:47:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:47:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:47:36 ========================================================= 05:47:36 EdgeX Global Pipelines Version Info 05:47:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:47:37 ------------------- 05:47:37 stable info: 05:47:37 ------------------- 05:47:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:47:37 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 05:47:37 Message: update stable to v1.0.253 05:47:37 ------------------- 05:47:37 experimental info: 05:47:37 ------------------- 05:47:37 Commited By: **** collab-it+edgex@linuxfoundation.org 05:47:37 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 05:47:37 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:47:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:47:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:47:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4668 [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4668 [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4668 [Pipeline] echo 05:47:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3d4a8d3ab80d596f721284b587eda2e16295cdda [Pipeline] echo 05:47:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3d4a8d3 [Pipeline] echo 05:47:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:47:39 provisioning config files... 05:47:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2458462115455406220tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:47:39 ---> docker-login.sh 05:47:39 nexus3.edgexfoundry.org:10001 05:47:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:40 Configure a credential helper to remove this warning. See 05:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:40 05:47:40 Login Succeeded 05:47:40 nexus3.edgexfoundry.org:10002 05:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:40 Configure a credential helper to remove this warning. See 05:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:40 05:47:40 Login Succeeded 05:47:40 nexus3.edgexfoundry.org:10003 05:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:40 Configure a credential helper to remove this warning. See 05:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:40 05:47:40 Login Succeeded 05:47:40 nexus3.edgexfoundry.org:10004 05:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:40 Configure a credential helper to remove this warning. See 05:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:40 05:47:40 Login Succeeded 05:47:40 docker.io 05:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:40 Configure a credential helper to remove this warning. See 05:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:40 05:47:40 Login Succeeded 05:47:40 ---> docker-login.sh ends [Pipeline] } 05:47:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:47:41 + 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-auth/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 05:47:41 + cut -d/ -f2 05:47:41 + dirname cmd/core-command/Dockerfile 05:47:41 + echo core-command,cmd/core-command/Dockerfile 05:47:41 + dirname cmd/core-common-config-bootstrapper/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 05:47:41 + dirname cmd/core-data/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo core-data,cmd/core-data/Dockerfile 05:47:41 + dirname cmd/core-metadata/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo core-metadata,cmd/core-metadata/Dockerfile 05:47:41 + dirname cmd/security-bootstrapper/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 05:47:41 + dirname cmd/security-proxy-auth/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 05:47:41 + dirname cmd/security-proxy-setup/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:47:41 + dirname cmd/security-secretstore-setup/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:47:41 + dirname cmd/security-spiffe-token-provider/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + dirname cmd/security-spire-agent/Dockerfile 05:47:41 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 05:47:41 + dirname cmd/security-spire-config/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo security-spire-config,cmd/security-spire-config/Dockerfile 05:47:41 + dirname cmd/security-spire-server/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo security-spire-server,cmd/security-spire-server/Dockerfile 05:47:41 + dirname cmd/support-notifications/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo support-notifications,cmd/support-notifications/Dockerfile 05:47:41 + dirname cmd/support-scheduler/Dockerfile 05:47:41 + cut -d/ -f2 05:47:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 05:47:41 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-auth, dockerfile:cmd/security-proxy-auth/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 05:47:41 + git rev-list -1 --merges 3d4a8d3ab80d596f721284b587eda2e16295cdda~1..3d4a8d3ab80d596f721284b587eda2e16295cdda [Pipeline] echo 05:47:41 -----------> git rev-list -1 --merges 3d4a8d3ab80d596f721284b587eda2e16295cdda~1..3d4a8d3ab80d596f721284b587eda2e16295cdda 3d4a8d3ab80d596f721284b587eda2e16295cdda 05:47:41 3d4a8d3ab80d596f721284b587eda2e16295cdda [false] [Pipeline] sh 05:47:41 + git log --format=format:%s -1 3d4a8d3ab80d596f721284b587eda2e16295cdda [Pipeline] echo 05:47:41 ========================================================= 05:47:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:47:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:47:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:47:42 + grep -v github /etc/ssh/ssh_known_hosts 05:47:42 + [ -e /tmp/ssh_known_hosts ] 05:47:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:47:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:47:42 + sudo tee -a /etc/ssh/ssh_known_hosts 05:47:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:47:43 05:47:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:47:43 0.1.4: Pulling from edgex-devops/py-git-semver 05:47:43 b85a868b505f: Pulling fs layer 05:47:43 e2be974225ed: Pulling fs layer 05:47:43 339a4e72a1f5: Pulling fs layer 05:47:43 988bab9f4d93: Pulling fs layer 05:47:43 1469e6f7b9e6: Pulling fs layer 05:47:43 eaf3925da568: Pulling fs layer 05:47:43 bab4dde63d76: Pulling fs layer 05:47:43 bde34c3a00c8: Pulling fs layer 05:47:43 b352a97aabf1: Pulling fs layer 05:47:43 4872d77fe225: Pulling fs layer 05:47:43 5851b861e8e6: Pulling fs layer 05:47:43 988bab9f4d93: Waiting 05:47:43 eaf3925da568: Waiting 05:47:43 1469e6f7b9e6: Waiting 05:47:43 bab4dde63d76: Waiting 05:47:43 bde34c3a00c8: Waiting 05:47:43 4872d77fe225: Waiting 05:47:43 5851b861e8e6: Waiting 05:47:43 b352a97aabf1: Waiting 05:47:43 e2be974225ed: Download complete 05:47:43 988bab9f4d93: Verifying Checksum 05:47:43 988bab9f4d93: Download complete 05:47:43 339a4e72a1f5: Verifying Checksum 05:47:43 339a4e72a1f5: Download complete 05:47:43 1469e6f7b9e6: Verifying Checksum 05:47:43 1469e6f7b9e6: Download complete 05:47:43 eaf3925da568: Verifying Checksum 05:47:43 bde34c3a00c8: Download complete 05:47:43 b352a97aabf1: Download complete 05:47:43 4872d77fe225: Download complete 05:47:43 5851b861e8e6: Download complete 05:47:43 b85a868b505f: Download complete 05:47:43 bab4dde63d76: Verifying Checksum 05:47:43 bab4dde63d76: Download complete 05:47:44 b85a868b505f: Pull complete 05:47:45 e2be974225ed: Pull complete 05:47:45 339a4e72a1f5: Pull complete 05:47:45 988bab9f4d93: Pull complete 05:47:45 1469e6f7b9e6: Pull complete 05:47:45 eaf3925da568: Pull complete 05:47:47 bab4dde63d76: Pull complete 05:47:47 bde34c3a00c8: Pull complete 05:47:47 b352a97aabf1: Pull complete 05:47:47 4872d77fe225: Pull complete 05:47:47 5851b861e8e6: Pull complete 05:47:47 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:47:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:47:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:47:48 prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container 05:47:48 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:47:49 $ docker top b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 -eo pid,comm 05:47:49 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). 05:47:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:47:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:47:49 [ssh-agent] Looking for ssh-agent implementation... 05:47:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:47:49 $ docker exec b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 ssh-agent 05:47:49 SSH_AUTH_SOCK=/tmp/ssh-VCes0eOqdww6/agent.31 05:47:49 SSH_AGENT_PID=37 05:47:49 Running ssh-add (command line suppressed) 05:47:49 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2826353283646919173.key (/w/workspace/edgex-go/1@tmp/private_key_2826353283646919173.key) 05:47:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:47:50 + git tag --points-at HEAD [Pipeline] } 05:47:50 $ docker exec --env ******** --env ******** b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 ssh-agent -k 05:47:50 unset SSH_AUTH_SOCK; 05:47:50 unset SSH_AGENT_PID; 05:47:50 echo Agent pid 37 killed; 05:47:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:47:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:47:50 [ssh-agent] Looking for ssh-agent implementation... 05:47:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:47:50 $ docker exec b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 ssh-agent 05:47:50 SSH_AUTH_SOCK=/tmp/ssh-FCmM5d4INMfn/agent.69 05:47:50 SSH_AGENT_PID=75 05:47:50 Running ssh-add (command line suppressed) 05:47:50 Identity added: /w/workspace/edgex-go/1@tmp/private_key_17071869938291415202.key (/w/workspace/edgex-go/1@tmp/private_key_17071869938291415202.key) 05:47:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:47:51 + git semver init 05:47:51 2023-09-01 05:47:51,313 [run_init] DEBUG init version:0.0.0 force:False 05:47:51 2023-09-01 05:47:51,313 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 05:47:51 2023-09-01 05:47:51,314 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 05:47:51 2023-09-01 05:47:51,314 [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) 05:47:55 2023-09-01 05:47:55,248 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 05:47:55 2023-09-01 05:47:55,249 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4668 with force:False 05:47:55 2023-09-01 05:47:55,249 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4668 05:47:55 2023-09-01 05:47:55,253 [execute] INFO git cat-file --batch-check 05:47:55 2023-09-01 05:47:55,253 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 05:47:55 2023-09-01 05:47:55,260 [execute] INFO git cat-file --batch 05:47:55 2023-09-01 05:47:55,261 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 05:47:55 2023-09-01 05:47:55,266 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4668 05:47:55 0.0.0 [Pipeline] } 05:47:55 $ docker exec --env ******** --env ******** b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 ssh-agent -k 05:47:55 unset SSH_AUTH_SOCK; 05:47:55 unset SSH_AGENT_PID; 05:47:55 echo Agent pid 75 killed; 05:47:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:47:56 + git semver [Pipeline] } 05:47:56 $ docker stop --time=1 b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 05:47:57 $ docker rm -f --volumes b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 [Pipeline] // withDockerContainer [Pipeline] sh 05:47:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:47:58 Stashed 1 file(s) [Pipeline] echo 05:47:58 [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 05:47:59 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 05:47:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:47:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:47:59 ========================================================= 05:47:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 05:47:59 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:47:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 05:47:59 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 05:47:59 4db1b89c0bd1: Pulling fs layer 05:47:59 6911f1a30b25: Pulling fs layer 05:47:59 e194b8c5c2a9: Pulling fs layer 05:47:59 6863d3e3a2b1: Pulling fs layer 05:47:59 ec0bb842ea78: Pulling fs layer 05:47:59 40a00589a448: Pulling fs layer 05:47:59 6c08303d61cc: Pulling fs layer 05:47:59 798269fcf238: Pulling fs layer 05:47:59 40a00589a448: Waiting 05:47:59 6c08303d61cc: Waiting 05:47:59 798269fcf238: Waiting 05:47:59 6863d3e3a2b1: Waiting 05:47:59 6911f1a30b25: Download complete 05:47:59 6863d3e3a2b1: Verifying Checksum 05:47:59 6863d3e3a2b1: Download complete 05:47:59 ec0bb842ea78: Verifying Checksum 05:47:59 ec0bb842ea78: Download complete 05:47:59 4db1b89c0bd1: Verifying Checksum 05:47:59 4db1b89c0bd1: Download complete 05:47:59 40a00589a448: Verifying Checksum 05:47:59 40a00589a448: Download complete 05:47:59 4db1b89c0bd1: Pull complete 05:47:59 6911f1a30b25: Pull complete 05:48:00 798269fcf238: Verifying Checksum 05:48:00 798269fcf238: Download complete 05:48:00 e194b8c5c2a9: Download complete 05:48:00 6c08303d61cc: Verifying Checksum 05:48:00 6c08303d61cc: Download complete 05:48:03 e194b8c5c2a9: Pull complete 05:48:03 6863d3e3a2b1: Pull complete 05:48:03 ec0bb842ea78: Pull complete 05:48:03 40a00589a448: Pull complete 05:48:05 6c08303d61cc: Pull complete 05:48:07 798269fcf238: Pull complete 05:48:07 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 05:48:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 05:48:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 05:48:08 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 05:48:08 WORKDIR /edgex 05:48:08 COPY go.mod . 05:48:08 RUN go mod download 05:48:08 + docker build -t ci-base-image-x86_64 -f - . 05:48:08 Sending build context to Docker daemon 170.9MB 05:48:08 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 05:48:08 ---> ec979cd7f677 05:48:08 Step 2/4 : WORKDIR /edgex 05:48:11 ---> Running in 27b5d78885ad 05:48:11 Removing intermediate container 27b5d78885ad 05:48:11 ---> 8c1360f05aeb 05:48:11 Step 3/4 : COPY go.mod . 05:48:11 ---> 06ec7961f0a5 05:48:11 Step 4/4 : RUN go mod download 05:48:11 ---> Running in d1d2d2c8f283 05:48:13 Still waiting to schedule task 05:48:13 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:48:25 Removing intermediate container d1d2d2c8f283 05:48:25 ---> 68771cf0188e 05:48:25 Successfully built 68771cf0188e 05:48:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:25 + docker inspect -f . ci-base-image-x86_64 05:48:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:48:26 prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container 05:48:26 $ 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 ******** -e ******** ci-base-image-x86_64 cat 05:48:26 $ docker top 9a4a374cacbc292490a19907e0da802f6e2bc6731b321c7bfdd1f80b55eef547 -eo pid,comm [Pipeline] { [Pipeline] sh 05:48:26 + go version 05:48:26 go version go1.20.6 linux/amd64 [Pipeline] } 05:48:26 $ docker stop --time=1 9a4a374cacbc292490a19907e0da802f6e2bc6731b321c7bfdd1f80b55eef547 05:48:28 $ docker rm -f --volumes 9a4a374cacbc292490a19907e0da802f6e2bc6731b321c7bfdd1f80b55eef547 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:28 + docker inspect -f . ci-base-image-x86_64 05:48:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:48:28 prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container 05:48:28 $ 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 ******** -e ******** ci-base-image-x86_64 cat 05:48:29 $ docker top 42ab4a5aac8d26b92333f1a402c68519baba3899b528e8507caf020282990c9b -eo pid,comm [Pipeline] { [Pipeline] echo 05:48:29 ========================================================= 05:48:29 [edgeXBuildGoParallel] Running Tests and Build... 05:48:29 ========================================================= [Pipeline] sh 05:48:29 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 05:48:30 + make test 05:48:30 go test -race -coverprofile=coverage.out ./... 05:48:38 ? github.com/edgexfoundry/edgex-go [no test files] 05:48:50 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 05:48:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:48:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:48:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:48:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:48:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 05:48:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:48:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 05:48:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:48:50 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 05:48:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:48:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:48:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:48:51 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 05:48:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:48:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:48:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements 05:48:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 97.0% of statements 05:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 05:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 05:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 05:48:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:48:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:48:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 05:48:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:48:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 05:48:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:48:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 05:48:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:48:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.095s coverage: 71.5% of statements 05:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.080s coverage: 53.4% of statements 05:48:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:48:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 05:48:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 05:48:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:48:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 05:48:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:48:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:48:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:48:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:48:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:48:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.783s coverage: 93.4% of statements 05:48:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.059s coverage: 3.8% of statements 05:48:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.346s coverage: 97.6% of statements 05:48:57 ok github.com/edgexfoundry/edgex-go/internal/io 0.041s coverage: 72.2% of statements 05:48:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:48:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 05:48:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements 05:48:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.074s coverage: 32.2% of statements 05:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 42.9% of statements 05:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 82.9% of statements 05:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 05:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements 05:48:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 05:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 05:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 05:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 05:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 05:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 05:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 05:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 05:49:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 05:49:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 05:49:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 05:49:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 05:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:49:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 05:49:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:49:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:49:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:49:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 05:49:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 05:49:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 05:49:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:49:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:49:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:49:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 05:49:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 05:49:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 05:49:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 05:49:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 05:49:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 05:49:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:49:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 05:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 05:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 05:49:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:49:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements 05:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:49:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.268s coverage: 79.9% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.068s coverage: 92.9% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.059s coverage: 62.3% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.043s coverage: 20.0% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 81.8% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.104s coverage: 82.1% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.053s coverage: 86.0% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.1% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.178s coverage: 38.4% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.134s coverage: 95.7% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.057s coverage: 61.8% of statements 05:49:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 98.9% of statements 05:49:24 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 05:49:24 running golangci-lint 05:49:24 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 05:49:24 go version go1.20.6 linux/amd64 05:49:24 level=info msg="[config_reader] Used config file .golangci.yml" 05:49:24 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 05:49:39 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|imports|exports_file|files|name|types_sizes) took 13.937685565s" 05:49:39 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 29.188068ms" 05:49:44 level=info msg="[linters_context/goanalysis] analyzers took 54.059591752s with top 10 stages: buildir: 28.506087819s, inspect: 1.624817388s, fact_deprecated: 1.196219061s, S1038: 1.027552729s, gosec: 1.02022256s, ctrlflow: 995.739221ms, printf: 895.753727ms, nilness: 751.338743ms, fact_purity: 721.519563ms, unused: 473.207492ms" 05:49:44 level=info msg="[runner] Issues before processing: 202, after processing: 0" 05:49:44 level=info msg="[runner] Processors filtering stat (out/in): cgo: 202/202, filename_unadjuster: 202/202, identifier_marker: 202/202, exclude: 202/202, skip_files: 202/202, autogenerated_exclude: 202/202, path_prettifier: 202/202, skip_dirs: 202/202, exclude-rules: 21/202, nolint: 0/21" 05:49:44 level=info msg="[runner] processing took 14.061053ms with stages: nolint: 6.582107ms, identifier_marker: 3.577609ms, path_prettifier: 1.336385ms, exclude-rules: 1.095192ms, autogenerated_exclude: 1.05716ms, skip_dirs: 347.318µs, cgo: 47.111µs, filename_unadjuster: 14.101µs, sort_results: 1.15µs, max_same_issues: 510ns, uniq_by_line: 490ns, source_code: 290ns, exclude: 280ns, skip_files: 270ns, diff: 260ns, severity-rules: 250ns, max_from_linter: 170ns, path_shortener: 150ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns" 05:49:44 level=info msg="[runner] linters took 6.710089711s with stages: goanalysis_metalinter: 6.695924726s" 05:49:44 level=info msg="File cache stats: 0 entries of total size 0B" 05:49:44 level=info msg="Memory: 208 samples, avg is 197.7MB, max is 935.1MB" 05:49:44 level=info msg="Execution took 20.685749922s" 05:49:44 go vet ./... 05:49:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5096 in /w/workspace/edgexfoundry_edgex-go_PR-4668 [Pipeline] { [Pipeline] ws 05:49:45 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 05:49:45 The recommended git tool is: git 05:49:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:49:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:49:49 ./bin/test-attribution-txt.sh 05:49:49 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 05:49:49 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 05:49:49 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 05:49:49 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 05:49:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 05:49:49 + ls -al . 05:49:49 total 728 05:49:49 drwxrwxr-x 12 1001 1001 4096 Sep 1 05:48 . 05:49:49 drwxr-xr-x 4 root root 4096 Sep 1 05:48 .. 05:49:49 drwxrwxr-x 2 1001 1001 4096 Sep 1 05:47 .blubracket 05:49:49 -rw-rw-r-- 1 1001 1001 16 Sep 1 05:47 .dockerignore 05:49:49 drwxrwxr-x 8 1001 1001 4096 Sep 1 05:47 .git 05:49:49 drwxrwxr-x 3 1001 1001 4096 Sep 1 05:47 .github 05:49:49 -rw-rw-r-- 1 1001 1001 1173 Sep 1 05:47 .gitignore 05:49:49 -rw-rw-r-- 1 1001 1001 42 Sep 1 05:47 .golangci.yml 05:49:49 -rw-rw-r-- 1 1001 1001 100 Sep 1 05:47 .hadolint.yml 05:49:49 drwxr-xr-x 3 1001 1001 4096 Sep 1 05:47 .semver 05:49:49 -rw-rw-r-- 1 1001 1001 166 Sep 1 05:47 .sonarcloud.properties 05:49:49 -rw-rw-r-- 1 1001 1001 1171 Sep 1 05:47 ADOPTERS.md 05:49:49 -rw-rw-r-- 1 1001 1001 11152 Sep 1 05:47 Attribution.txt 05:49:49 -rw-rw-r-- 1 1001 1001 93407 Sep 1 05:47 CHANGELOG.md 05:49:49 -rw-rw-r-- 1 1001 1001 3804 Sep 1 05:47 CONTRIBUTING.md 05:49:49 -rw-rw-r-- 1 1001 1001 677 Sep 1 05:47 GOVERNANCE.md 05:49:49 -rw-rw-r-- 1 1001 1001 883 Sep 1 05:47 Jenkinsfile 05:49:49 -rw-rw-r-- 1 1001 1001 10775 Sep 1 05:47 LICENSE 05:49:49 -rw-rw-r-- 1 1001 1001 14764 Sep 1 05:47 Makefile 05:49:49 -rw-rw-r-- 1 1001 1001 582 Sep 1 05:47 OWNERS.md 05:49:49 -rw-rw-r-- 1 1001 1001 9923 Sep 1 05:47 README.md 05:49:49 -rw-rw-r-- 1 1001 1001 789 Sep 1 05:47 SECURITY.md 05:49:49 -rw-rw-r-- 1 1001 1001 5 Sep 1 05:47 VERSION 05:49:49 drwxrwxr-x 2 1001 1001 4096 Sep 1 05:47 bin 05:49:49 drwxrwxr-x 18 1001 1001 4096 Sep 1 05:47 cmd 05:49:49 -rw-r--r-- 1 root root 449348 Sep 1 05:49 coverage.out 05:49:49 drwxrwxr-x 2 1001 1001 4096 Sep 1 05:47 fuzz_test 05:49:49 -rw-rw-r-- 1 1001 1001 3687 Sep 1 05:47 go.mod 05:49:49 -rw-rw-r-- 1 1001 1001 33714 Sep 1 05:47 go.sum 05:49:49 drwxrwxr-x 7 1001 1001 4096 Sep 1 05:47 internal 05:49:49 drwxrwxr-x 3 1001 1001 4096 Sep 1 05:47 openapi 05:49:49 -rw-rw-r-- 1 1001 1001 594 Sep 1 05:47 security.txt 05:49:49 drwxrwxr-x 4 1001 1001 4096 Sep 1 05:47 snap 05:49:49 -rw-rw-r-- 1 1001 1001 204 Sep 1 05:47 version.go [Pipeline] sh 05:49:49 + '[' -e coverage.out ] 05:49:49 + chown 1001:1001 coverage.out [Pipeline] stash 05:49:49 Stashed 1 file(s) [Pipeline] sh 05:49:50 + make build 05:49:50 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 05:49:50 using credential edgex-jenkins-ssh 05:49:50 Cloning the remote Git repository 05:49:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:49:50 > git init /w/workspace/edgex-go/1 # timeout=10 05:49:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:49:50 > git --version # timeout=10 05:49:50 > git --version # 'git version 2.25.1' 05:49:50 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:50:02 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 05:50:02 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 05:50: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 05:50:04 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 05:50:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:50:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:50:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:50:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:50:07 using GIT_SSH to set credentials SSH Credentials for GitHub 05:50:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4668/head:refs/remotes/origin/PR-4668 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:50:08 Merging remotes/origin/main commit 7bfebe8d09e2b9340326eaa527b0cdd522250f64 into PR head commit 0db4f07685f6641d0cf5945bffc314834f55add3 05:50:08 Merge succeeded, producing 1f26cbbb036269f73b5bbeb8ebcda54e79bd72bc 05:50:08 Checking out Revision 1f26cbbb036269f73b5bbeb8ebcda54e79bd72bc (PR-4668) 05:50:08 > git config core.sparsecheckout # timeout=10 05:50:08 > git checkout -f 0db4f07685f6641d0cf5945bffc314834f55add3 # timeout=10 05:50:08 > git remote # timeout=10 05:50:08 > git config --get remote.origin.url # timeout=10 05:50:08 using GIT_SSH to set credentials SSH Credentials for GitHub 05:50:08 > git merge 7bfebe8d09e2b9340326eaa527b0cdd522250f64 # timeout=10 05:50:08 > git rev-parse HEAD^{commit} # timeout=10 05:50:08 > git config core.sparsecheckout # timeout=10 05:50:08 > git checkout -f 1f26cbbb036269f73b5bbeb8ebcda54e79bd72bc # timeout=10 05:50:12 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 05:50:12 Commit message: "Merge commit '7bfebe8d09e2b9340326eaa527b0cdd522250f64' into HEAD" 05:50:12 First time build. Skipping changelog. 05:50:12 > git --version # timeout=10 05:50:12 > git --version # 'git version 2.25.1' 05:50:12 fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 05:50:12 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-auth/security-proxy-auth ./cmd/security-proxy-auth [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:50:13 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:50:13 % Total % Received % Xferd Average Speed Time Time Time Current 05:50:13 Dload Upload Total Spent Left Speed 05:50:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 107k 0 --:--:-- --:--:-- --:--:-- 108k 05:50: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 05:50: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] sh 05:50:15 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 05:50:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:50:16 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:50:16 + sudo tee /etc/docker/daemon.new 05:50:16 { 05:50:16 "registry-mirrors": [ 05:50:16 "https://nexus3.edgexfoundry.org:10001" 05:50:16 ], 05:50:16 "bip": "10.250.0.254/24", 05:50:16 "hosts": [ 05:50:16 "tcp://0.0.0.0:5555", 05:50:16 "unix:///var/run/docker.sock" 05:50:16 ], 05:50:16 "mtu": 1458, 05:50:16 "selinux-enabled": true, 05:50:16 "seccomp-profile": "/etc/docker/seccomp.json" 05:50:16 } [Pipeline] sh 05:50:16 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:50:16 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 05:50:16 + sudo service docker restart 05:50: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:50:19 $ docker stop --time=1 42ab4a5aac8d26b92333f1a402c68519baba3899b528e8507caf020282990c9b 05:50:22 $ docker rm -f --volumes 42ab4a5aac8d26b92333f1a402c68519baba3899b528e8507caf020282990c9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:50:23 05:50:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:50:23 latest: Pulling from edgex-devops/edgex-compose 05:50:23 91d30c5bc195: Pulling fs layer 05:50:23 2e9b0aa3be6d: Pulling fs layer 05:50:23 9c61dcf015f6: Pulling fs layer 05:50:23 4698f68db338: Pulling fs layer 05:50:23 2a2f49069b9e: Pulling fs layer 05:50:23 e0025b399a48: Pulling fs layer 05:50:23 4698f68db338: Waiting 05:50:23 2a2f49069b9e: Waiting 05:50:23 e0025b399a48: Waiting 05:50:23 91d30c5bc195: Verifying Checksum 05:50:23 4698f68db338: Verifying Checksum 05:50:23 4698f68db338: Download complete 05:50:24 2e9b0aa3be6d: Verifying Checksum 05:50:24 2e9b0aa3be6d: Download complete 05:50:24 91d30c5bc195: Pull complete 05:50:24 e0025b399a48: Verifying Checksum 05:50:24 e0025b399a48: Download complete 05:50:24 2a2f49069b9e: Verifying Checksum 05:50:24 2a2f49069b9e: Download complete 05:50:24 2e9b0aa3be6d: Pull complete 05:50:24 9c61dcf015f6: Verifying Checksum 05:50:24 9c61dcf015f6: Download complete 05:50:27 9c61dcf015f6: Pull complete 05:50:27 4698f68db338: Pull complete 05:50:27 2a2f49069b9e: Pull complete 05:50:27 e0025b399a48: Pull complete 05:50:27 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 05:50:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:50:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:50:27 prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container 05:50:27 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:50:30 $ docker top 595a9d420055270e3cbbdccd614df1374465ad1d24b11b708d61809d0ec5fee4 -eo pid,comm [Pipeline] { [Pipeline] sh 05:50:30 + docker compose -f ./docker-compose-build.yml build --parallel 05:50:32 #1 [security-spire-config internal] load build definition from Dockerfile 05:50:32 #1 transferring dockerfile: 1.58kB done 05:50:32 #1 DONE 0.0s 05:50:32 05:50:32 #2 [security-spire-server internal] load build definition from Dockerfile 05:50:32 #2 transferring dockerfile: 1.59kB done 05:50:32 #2 DONE 0.0s 05:50:32 05:50:32 #3 [security-proxy-auth internal] load build definition from Dockerfile 05:50:32 #3 transferring dockerfile: 2.04kB done 05:50:32 #3 DONE 0.0s 05:50:32 05:50:32 #4 [security-proxy-setup internal] load build definition from Dockerfile 05:50:32 #4 transferring dockerfile: 2.39kB done 05:50:32 #4 DONE 0.0s 05:50:32 05:50:32 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:50:32 #5 transferring dockerfile: 2.12kB done 05:50:32 #5 DONE 0.0s 05:50:32 05:50:32 #6 [core-metadata internal] load build definition from Dockerfile 05:50:32 #6 transferring dockerfile: 1.96kB done 05:50:32 #6 DONE 0.0s 05:50:32 05:50:32 #7 [support-notifications internal] load build definition from Dockerfile 05:50:32 #7 transferring dockerfile: 1.84kB done 05:50:32 #7 DONE 0.0s 05:50:32 05:50:32 #8 [core-command internal] load build definition from Dockerfile 05:50:32 #8 transferring dockerfile: 1.82kB done 05:50:32 #8 DONE 0.0s 05:50:32 05:50:32 #9 [security-secretstore-setup internal] load build definition from Dockerfile 05:50:32 #9 transferring dockerfile: 2.38kB done 05:50:32 #9 DONE 0.0s 05:50:32 05:50:32 #10 [security-spire-agent internal] load build definition from Dockerfile 05:50:32 #10 transferring dockerfile: 1.70kB done 05:50:32 #10 DONE 0.0s 05:50:32 05:50:32 #11 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:50:32 #11 transferring dockerfile: 1.78kB done 05:50:32 #11 DONE 0.0s 05:50:32 05:50:32 #12 [support-scheduler internal] load build definition from Dockerfile 05:50:32 #12 transferring dockerfile: 1.82kB done 05:50:32 #12 DONE 0.0s 05:50:32 05:50:32 #13 [security-bootstrapper internal] load build definition from Dockerfile 05:50:32 #13 transferring dockerfile: 2.82kB done 05:50:32 #13 DONE 0.0s 05:50:32 05:50:32 #14 [core-data internal] load build definition from Dockerfile 05:50:32 #14 transferring dockerfile: 1.90kB done 05:50:32 #14 DONE 0.0s 05:50:32 05:50:32 #15 [security-spire-config internal] load .dockerignore 05:50:32 #15 transferring context: 56B done 05:50:32 #15 DONE 0.0s 05:50:32 05:50:32 #16 [security-spire-server internal] load .dockerignore 05:50:32 #16 transferring context: 56B done 05:50:32 #16 DONE 0.0s 05:50:32 05:50:32 #17 [security-proxy-auth internal] load .dockerignore 05:50:32 #17 transferring context: 56B done 05:50:32 #17 DONE 0.0s 05:50:32 05:50:32 #18 [security-proxy-setup internal] load .dockerignore 05:50:32 #18 transferring context: 56B done 05:50:32 #18 DONE 0.0s 05:50:32 05:50:32 #19 [core-metadata internal] load .dockerignore 05:50:33 #19 transferring context: 56B done 05:50:33 #19 DONE 0.0s 05:50:33 05:50:33 #20 [core-common-config-bootstrapper internal] load .dockerignore 05:50:33 #20 transferring context: 56B 0.0s done 05:50:33 #20 DONE 0.0s 05:50:33 05:50:33 #21 [support-notifications internal] load .dockerignore 05:50:33 #21 transferring context: 56B done 05:50:33 #21 DONE 0.0s 05:50:33 05:50:33 #22 [core-command internal] load .dockerignore 05:50:33 #22 transferring context: 56B done 05:50:33 #22 DONE 0.0s 05:50:33 05:50:33 #23 [security-spiffe-token-provider internal] load .dockerignore 05:50:33 #23 transferring context: 56B done 05:50:33 #23 DONE 0.0s 05:50:33 05:50:33 #24 [security-secretstore-setup internal] load .dockerignore 05:50:33 #24 transferring context: 56B done 05:50:33 #24 DONE 0.1s 05:50:33 05:50:33 #25 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 05:50:33 #25 ... 05:50:33 05:50:33 #26 [security-spire-agent internal] load .dockerignore 05:50:33 #26 transferring context: 56B done 05:50:33 #26 DONE 0.0s 05:50:33 05:50:33 #27 [support-scheduler internal] load .dockerignore 05:50:33 #27 transferring context: 56B done 05:50:33 #27 DONE 0.0s 05:50:33 05:50:33 #28 [security-bootstrapper internal] load .dockerignore 05:50:33 #28 transferring context: 56B done 05:50:33 #28 DONE 0.0s 05:50:33 05:50:33 #29 [core-data internal] load .dockerignore 05:50:33 #29 transferring context: 56B done 05:50:33 #29 DONE 0.0s 05:50:33 05:50:33 #25 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 05:50:33 #25 ... 05:50:33 05:50:33 #30 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:50:33 #30 DONE 0.0s 05:50:33 05:50:33 #25 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.17 05:50:33 #25 ... 05:50:33 05:50:33 #30 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:50:33 #30 DONE 0.0s 05:50:33 05:50:33 #25 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 05:50:33 #25 ... 05:50:33 05:50:33 #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 05:50:33 #31 DONE 0.5s 05:50:33 05:50:33 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 05:50:33 #32 DONE 0.3s 05:50:33 05:50:33 #25 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 05:50:33 #25 DONE 0.6s 05:50:33 05:50:33 #33 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 05:50:33 #33 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc done 05:50:33 #33 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 05:50:33 #33 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0B / 3.38MB 0.1s 05:50:33 #33 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 05:50:33 #33 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 05:50:34 #33 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 2.10MB / 3.38MB 0.3s 05:50:34 #33 ... 05:50:34 05:50:34 #34 [security-spire-server internal] load build context 05:50:34 #34 transferring context: 17.59kB 0.1s done 05:50:34 #34 DONE 0.5s 05:50:34 05:50:34 #35 [security-spire-config internal] load build context 05:50:34 #35 transferring context: 15.84kB 0.1s done 05:50:34 #35 DONE 0.5s 05:50:34 05:50:34 #33 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 05:50:34 #33 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done 05:50:34 #33 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 05:50:34 #33 ... 05:50:34 05:50:34 #36 [security-spire-agent internal] load build context 05:50:34 #36 transferring context: 17.12kB 0.1s done 05:50:34 #36 DONE 0.5s 05:50:34 05:50:34 #33 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 05:50:34 #33 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done 05:50:34 #33 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.4s done 05:50:35 #33 DONE 1.4s 05:50:35 05:50:35 #37 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:50:35 #37 DONE 1.3s 05:50:35 05:50:35 #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:50:35 #38 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done 05:50:35 #38 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 05:50:35 #38 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 05:50:35 #38 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 05:50:35 #38 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done 05:50:35 #38 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done 05:50:35 #38 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 05:50:35 #38 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.5s done 05:50:35 #38 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 05:50:35 #38 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 4.19MB / 25.84MB 0.9s 05:50:35 #38 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 05:50:35 #38 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 10.49MB / 25.84MB 1.0s 05:50:35 #38 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 19.92MB / 25.84MB 1.1s [Pipeline] withEnv [Pipeline] { 05:50:35 #38 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.3s done 05:50:35 #38 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [Pipeline] configFileProvider 05:50:35 provisioning config files... 05:50:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4046040553690290650tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:50:35 ---> docker-login.sh 05:50:35 nexus3.edgexfoundry.org:10001 05:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:36 Configure a credential helper to remove this warning. See 05:50:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:36 05:50:36 Login Succeeded 05:50:36 nexus3.edgexfoundry.org:10002 05:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:36 Configure a credential helper to remove this warning. See 05:50:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:36 05:50:36 Login Succeeded 05:50:36 nexus3.edgexfoundry.org:10003 05:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:37 Configure a credential helper to remove this warning. See 05:50:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:37 05:50:37 Login Succeeded 05:50:37 nexus3.edgexfoundry.org:10004 05:50:37 #38 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.9s done 05:50:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:37 Configure a credential helper to remove this warning. See 05:50:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:37 05:50:37 Login Succeeded 05:50:37 docker.io 05:50:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:37 Configure a credential helper to remove this warning. See 05:50:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:37 05:50:37 Login Succeeded 05:50:37 ---> docker-login.sh ends [Pipeline] } 05:50:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 05:50:39 #38 ... 05:50:39 05:50:39 #39 [core-data builder 2/7] WORKDIR /edgex-go 05:50:39 #39 DONE 3.9s 05:50:39 05:50:39 #40 [security-bootstrapper internal] load build context 05:50:39 #40 transferring context: 182.99MB 5.2s 05:50:39 #40 ... 05:50:39 05:50:39 #41 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 05:50:39 #41 ... 05:50:39 05:50:39 #42 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 05:50:39 #0 1.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:39 #0 1.638 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:39 #0 1.990 (1/2) Installing dumb-init (1.2.5-r2) 05:50:39 #0 1.990 (2/2) Installing su-exec (0.2-r2) 05:50:39 #0 1.991 Executing busybox-1.35.0-r29.trigger 05:50:39 #0 2.001 OK: 7 MiB in 17 packages 05:50:39 #42 DONE 4.4s 05:50:39 05:50:39 #43 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:50:39 #0 1.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:39 #0 1.701 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:39 #0 1.934 (1/1) Installing dumb-init (1.2.5-r2) 05:50:39 #0 1.939 Executing busybox-1.35.0-r29.trigger 05:50:39 #0 1.952 OK: 7 MiB in 16 packages 05:50:39 #43 DONE 4.4s 05:50:39 05:50:39 #40 [security-bootstrapper internal] load build context 05:50:39 #40 ... 05:50:39 05:50:39 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 05:50:39 #44 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.1s done 05:50:39 #44 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 05:50:39 #44 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 05:50:39 #44 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 05:50:39 #44 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.4s done 05:50:39 #44 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s done 05:50:39 #44 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 05:50:39 #44 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.9s done 05:50:39 #44 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.5s done 05:50:39 #44 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done 05:50:39 #44 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.4s done 05:50:39 #44 DONE 5.9s 05:50:39 05:50:39 #40 [security-bootstrapper internal] load build context 05:50:39 #40 ... 05:50:39 05:50:39 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:50:39 #38 DONE 6.2s 05:50:39 05:50:39 #40 [security-bootstrapper internal] load build context 05:50:39 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 05:50:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:50:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:50:39 ========================================================= 05:50:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 05:50:39 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:50:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 05:50:40 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:50:40 edb6bdbacee9: Pulling fs layer 05:50:40 5f9638ab2659: Pulling fs layer 05:50:40 8d51d6327a98: Pulling fs layer 05:50:40 8b374f2dd631: Pulling fs layer 05:50:40 ec14aa9079de: Pulling fs layer 05:50:40 2f466654f4bb: Pulling fs layer 05:50:40 554e91adad29: Pulling fs layer 05:50:40 ec14aa9079de: Waiting 05:50:40 2f466654f4bb: Waiting 05:50:40 554e91adad29: Waiting 05:50:40 8b374f2dd631: Waiting 05:50:40 5f9638ab2659: Download complete 05:50:40 8b374f2dd631: Verifying Checksum 05:50:40 8b374f2dd631: Download complete 05:50:40 ec14aa9079de: Verifying Checksum 05:50:40 ec14aa9079de: Download complete 05:50:40 edb6bdbacee9: Download complete 05:50:41 edb6bdbacee9: Pull complete 05:50:41 554e91adad29: Verifying Checksum 05:50:41 554e91adad29: Download complete 05:50:42 5f9638ab2659: Pull complete 05:50:42 2f466654f4bb: Verifying Checksum 05:50:42 2f466654f4bb: Download complete 05:50:42 8d51d6327a98: Verifying Checksum 05:50:42 8d51d6327a98: Download complete 05:50:43 #40 transferring context: 365.27MB 9.5s done 05:50:43 #40 ... 05:50:43 05:50:43 #45 [security-secretstore-setup internal] load build context 05:50:43 #45 transferring context: 365.27MB 9.4s done 05:50:43 #45 ... 05:50:43 05:50:43 #46 [security-proxy-auth internal] load build context 05:50:43 #46 transferring context: 365.27MB 9.5s done 05:50:43 #46 ... 05:50:43 05:50:43 #47 [security-spiffe-token-provider internal] load build context 05:50:43 #47 transferring context: 365.27MB 9.6s done 05:50:44 #47 ... 05:50:44 05:50:44 #48 [core-metadata internal] load build context 05:50:44 #48 transferring context: 365.27MB 8.6s done 05:50:44 #48 DONE 10.4s 05:50:44 05:50:44 #49 [core-data internal] load build context 05:50:44 #49 transferring context: 365.27MB 9.6s done 05:50:44 #49 ... 05:50:44 05:50:44 #50 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:50:44 #0 4.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:44 #0 4.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:44 #0 4.705 (1/4) Installing ca-certificates (20230506-r0) 05:50:44 #0 4.721 (2/4) Installing dumb-init (1.2.5-r2) 05:50:44 #0 4.726 (3/4) Installing su-exec (0.2-r2) 05:50:44 #0 4.730 (4/4) Installing yq (4.30.4-r4) 05:50:44 #0 4.938 Executing busybox-1.35.0-r29.trigger 05:50:44 #0 4.938 Executing ca-certificates-20230506-r0.trigger 05:50:44 #0 5.046 OK: 17 MiB in 19 packages 05:50:44 #50 DONE 9.0s 05:50:44 05:50:44 #51 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:50:44 #0 4.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:44 #0 4.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:44 #0 4.737 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 05:50:44 #0 4.737 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 05:50:44 #0 4.737 OK: 17818 distinct packages available 05:50:44 #0 4.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:44 #0 4.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:44 #0 5.135 (1/9) Installing ca-certificates (20230506-r0) 05:50:44 #0 5.150 (2/9) Installing brotli-libs (1.0.9-r9) 05:50:44 #0 5.164 (3/9) Installing nghttp2-libs (1.51.0-r1) 05:50:44 #0 5.174 (4/9) Installing libcurl (8.2.1-r0) 05:50:44 #0 5.183 (5/9) Installing curl (8.2.1-r0) 05:50:44 #0 5.193 (6/9) Installing dumb-init (1.2.5-r2) 05:50:44 #0 5.194 (7/9) Installing musl-obstack (1.2.3-r0) 05:50:44 #0 5.200 (8/9) Installing libucontext (1.2-r0) 05:50:44 #0 5.204 (9/9) Installing gcompat (1.1.0-r0) 05:50:44 #0 5.209 Executing busybox-1.35.0-r29.trigger 05:50:44 #0 5.212 Executing ca-certificates-20230506-r0.trigger 05:50:44 #0 5.286 OK: 10 MiB in 24 packages 05:50:44 #51 DONE 9.0s 05:50:44 05:50:44 #52 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:50:44 #0 4.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:44 #0 4.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:44 #0 4.860 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 05:50:44 #0 4.860 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 05:50:44 #0 4.860 OK: 17818 distinct packages available 05:50:44 #0 4.892 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:44 #0 5.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:44 #0 5.223 (1/5) Installing dumb-init (1.2.5-r2) 05:50:44 #0 5.226 (2/5) Installing musl-obstack (1.2.3-r0) 05:50:44 #0 5.233 (3/5) Installing libucontext (1.2-r0) 05:50:44 #0 5.234 (4/5) Installing gcompat (1.1.0-r0) 05:50:44 #0 5.241 (5/5) Installing openssl (3.0.10-r0) 05:50:44 #0 5.252 Executing busybox-1.35.0-r29.trigger 05:50:44 #0 5.265 OK: 8 MiB in 20 packages 05:50:44 #52 DONE 9.0s 05:50:44 05:50:44 #53 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:50:44 #0 5.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:44 #0 5.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:44 #0 5.745 (1/4) Installing dumb-init (1.2.5-r2) 05:50:44 #0 5.757 (2/4) Installing openssl (3.0.10-r0) 05:50:44 #0 5.759 (3/4) Installing su-exec (0.2-r2) 05:50:44 #0 5.762 (4/4) Installing yq (4.30.4-r4) 05:50:44 #0 5.826 Executing busybox-1.35.0-r29.trigger 05:50:44 #0 5.840 OK: 17 MiB in 19 packages 05:50:44 #53 DONE 9.0s 05:50:44 05:50:44 #54 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 05:50:44 #0 5.991 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:44 #0 6.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:44 #0 6.316 (1/1) Installing dumb-init (1.2.5-r2) 05:50:44 #0 6.424 Executing busybox-1.35.0-r29.trigger 05:50:44 #0 6.424 OK: 7 MiB in 16 packages 05:50:44 #54 DONE 9.0s 05:50:44 05:50:44 #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 05:50:44 #0 5.767 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:44 #0 5.896 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:44 #0 6.115 (1/2) Installing ca-certificates (20230506-r0) 05:50:44 #0 6.122 (2/2) Installing dumb-init (1.2.5-r2) 05:50:44 #0 6.126 Executing busybox-1.35.0-r29.trigger 05:50:44 #0 6.140 Executing ca-certificates-20230506-r0.trigger 05:50:44 #0 6.209 OK: 8 MiB in 17 packages 05:50:44 #55 DONE 9.0s 05:50:44 05:50:44 #40 [security-bootstrapper internal] load build context 05:50:44 #40 DONE 10.5s 05:50:44 05:50:44 #45 [security-secretstore-setup internal] load build context 05:50:44 #45 DONE 10.5s 05:50:44 05:50:44 #56 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:50:44 #0 5.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:44 #0 5.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:44 #0 6.034 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 05:50:44 #0 6.034 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 05:50:44 #0 6.034 OK: 17818 distinct packages available 05:50:44 #0 6.089 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:44 #0 6.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:44 #0 6.425 (1/4) Installing dumb-init (1.2.5-r2) 05:50:44 #0 6.425 (2/4) Installing musl-obstack (1.2.3-r0) 05:50:44 #0 6.425 (3/4) Installing libucontext (1.2-r0) 05:50:44 #0 6.425 (4/4) Installing gcompat (1.1.0-r0) 05:50:44 #0 6.434 Executing busybox-1.35.0-r29.trigger 05:50:44 #0 6.440 OK: 7 MiB in 19 packages 05:50:44 #56 DONE 9.0s 05:50:44 05:50:44 #57 [support-notifications internal] load build context 05:50:44 #57 transferring context: 365.27MB 9.9s done 05:50:44 #57 DONE 10.6s 05:50:44 05:50:44 #46 [security-proxy-auth internal] load build context 05:50:44 #46 DONE 10.5s 05:50:44 05:50:44 #58 [security-proxy-setup internal] load build context 05:50:44 #58 transferring context: 365.27MB 9.5s done 05:50:44 #58 DONE 10.5s 05:50:44 05:50:44 #47 [security-spiffe-token-provider internal] load build context 05:50:44 #47 DONE 10.6s 05:50:44 05:50:44 #49 [core-data internal] load build context 05:50:44 #49 DONE 10.6s 05:50:44 05:50:44 #59 [core-command internal] load build context 05:50:44 #59 transferring context: 365.27MB 9.8s done 05:50:44 #59 DONE 10.6s 05:50:44 05:50:44 #60 [core-common-config-bootstrapper internal] load build context 05:50:44 #60 transferring context: 365.27MB 9.8s done 05:50:44 #60 DONE 10.6s 05:50:44 05:50:44 #61 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:50:44 #61 ... 05:50:44 05:50:44 #62 [support-scheduler internal] load build context 05:50:44 #62 transferring context: 365.27MB 10.5s done 05:50:44 #62 DONE 11.0s 05:50:44 05:50:44 #63 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 05:50:44 #63 DONE 0.5s 05:50:44 05:50:44 #64 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:50:44 #64 DONE 0.6s 05:50:44 05:50:44 #65 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:50:44 #65 DONE 0.6s 05:50:44 05:50:44 #66 [security-spire-server stage-2 4/8] COPY Attribution.txt / 05:50:44 #66 DONE 0.1s 05:50:44 05:50:44 #41 [core-command builder 3/7] RUN apk add --update --no-cache make git 05:50:44 #41 5.707 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:44 #41 5.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:45 #41 ... 05:50:45 05:50:45 #67 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:50:45 #67 DONE 0.4s 05:50:45 05:50:45 #68 [security-spire-server stage-2 5/8] COPY security.txt / 05:50:45 #68 DONE 0.3s 05:50:45 05:50:45 #69 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:50:45 #69 DONE 5.7s 05:50:45 05:50:45 #61 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:50:45 #61 DONE 0.9s 05:50:45 05:50:45 #70 [security-spire-config stage-2 4/9] COPY Attribution.txt / 05:50:45 #70 DONE 0.1s 05:50:45 05:50:45 #41 [core-command builder 3/7] RUN apk add --update --no-cache make git 05:50:45 #41 6.030 OK: 265 MiB in 53 packages 05:50:45 #41 ... 05:50:45 05:50:45 #71 [security-spire-agent stage-3 5/9] COPY Attribution.txt / 05:50:45 #71 DONE 0.1s 05:50:45 05:50:45 #72 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:50:45 #72 DONE 0.1s 05:50:45 05:50:45 #73 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 05:50:45 #73 DONE 0.2s 05:50:45 05:50:45 #41 [core-data builder 3/7] RUN apk add --update --no-cache make git 05:50:45 #41 DONE 6.2s 05:50:45 05:50:45 #74 [security-spire-agent stage-3 6/9] COPY security.txt / 05:50:45 #74 DONE 0.1s 05:50:45 05:50:45 #75 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:50:45 #0 5.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:45 #0 5.808 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:45 #0 6.087 OK: 265 MiB in 53 packages 05:50:45 #75 DONE 6.2s 05:50:45 05:50:45 #76 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:50:45 #76 DONE 0.2s 05:50:45 05:50:45 #77 [security-spire-config stage-2 5/9] COPY security.txt / 05:50:45 #77 DONE 0.2s 05:50:45 05:50:45 #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:50:45 #78 ... 05:50:45 05:50:45 #79 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:50:45 #79 DONE 0.2s 05:50:45 05:50:45 #80 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:50:45 #80 DONE 0.2s 05:50:45 05:50:45 #81 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:50:45 #81 DONE 0.2s 05:50:45 05:50:45 #82 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:50:45 #82 DONE 0.2s 05:50:45 05:50:45 #83 [security-spire-server] exporting to image 05:50:45 #83 exporting layers 05:50:45 #83 ... 05:50:45 05:50:45 #84 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:50:45 #0 5.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:45 #0 6.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:45 #0 6.326 OK: 265 MiB in 53 packages 05:50:45 #84 DONE 6.5s 05:50:45 05:50:45 #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:50:45 #78 DONE 0.2s 05:50:45 05:50:45 #85 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 05:50:45 #85 DONE 0.3s 05:50:45 05:50:45 #86 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:50:45 #86 DONE 0.2s 05:50:45 05:50:45 #87 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:50:45 #0 5.673 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:45 #0 5.791 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:45 #0 6.105 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 05:50:45 #0 6.105 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 05:50:45 #0 6.105 OK: 17823 distinct packages available 05:50:45 #0 6.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:50:45 #0 6.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:50:45 #0 6.533 OK: 265 MiB in 53 packages 05:50:45 #87 DONE 6.6s 05:50:45 05:50:45 #88 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:50:45 #88 DONE 0.2s 05:50:45 05:50:45 #89 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:50:45 #89 DONE 0.1s 05:50:45 05:50:45 #90 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:50:45 #90 ... 05:50:45 05:50:45 #91 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:50:45 #91 DONE 0.1s 05:50:45 05:50:45 #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:50:45 #92 DONE 0.1s 05:50:46 05:50:46 #83 [security-spire-agent] exporting to image 05:50:46 #83 exporting layers 0.6s done 05:50:46 #83 writing image sha256:93bb0d71676b33891f467c3253701136fcf20688dc5479df3b5ee49d1a05680d 05:50:46 #83 writing image sha256:93bb0d71676b33891f467c3253701136fcf20688dc5479df3b5ee49d1a05680d done 05:50:46 #83 naming to docker.io/library/security-spire-server done 05:50:46 #83 exporting layers 0.6s done 05:50:46 #83 exporting layers 0.6s done 05:50:46 #83 writing image sha256:162894387f0a550969397a409cfa2ee8b79cd5dbf72cf3a96390f51e99925752 done 05:50:46 #83 naming to docker.io/library/security-spire-config done 05:50:46 #83 writing image sha256:9150352582fa646b49c4edac438a9c5b8a35f2a36f9a774d2b5554bc6cb607af done 05:50:46 #83 naming to docker.io/library/security-spire-agent done 05:50:46 #83 DONE 1.0s 05:50:46 05:50:46 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:50:56 #93 ... 05:50:56 05:50:56 #94 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:50:56 #94 ... 05:50:56 05:50:56 #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:50:56 #95 DONE 11.1s 05:50:56 05:50:56 #94 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:50:56 #94 DONE 11.1s 05:50:56 05:50:56 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:50:56 #93 DONE 10.7s 05:50:56 05:50:56 #90 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:50:56 #90 DONE 10.9s 05:50:56 05:50:56 #96 [support-notifications builder 6/7] COPY . . 05:50:57 8d51d6327a98: Pull complete 05:50:57 8b374f2dd631: Pull complete 05:50:57 ec14aa9079de: Pull complete 05:51:00 #96 DONE 3.0s 05:51:00 05:51:00 #97 [security-secretstore-setup builder 6/7] COPY . . 05:51:00 #97 DONE 3.0s 05:51:00 05:51:00 #98 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:51:00 #98 CACHED 05:51:00 05:51:00 #99 [security-bootstrapper builder 6/7] COPY . . 05:51:00 #99 CACHED 05:51:00 05:51:00 #100 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:51:00 #100 CACHED 05:51:00 05:51:00 #101 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:51:00 #101 CACHED 05:51:00 05:51:00 #102 [security-proxy-setup builder 6/7] COPY . . 05:51:00 #102 CACHED 05:51:00 05:51:00 #103 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:51:00 #103 CACHED 05:51:00 05:51:00 #104 [support-scheduler builder 6/7] COPY . . 05:51:00 #104 CACHED 05:51:00 05:51:00 #105 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:51:00 #105 CACHED 05:51:00 05:51:00 #106 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:51:00 #106 CACHED 05:51:00 05:51:00 #107 [core-common-config-bootstrapper builder 6/7] COPY . . 05:51:00 #107 DONE 3.0s 05:51:00 05:51:00 #108 [security-spiffe-token-provider builder 6/7] COPY . . 05:51:00 #108 DONE 3.0s 05:51:00 05:51:00 #109 [core-command builder 6/7] COPY . . 05:51:00 #109 CACHED 05:51:00 05:51:00 #110 [core-command builder 4/7] COPY go.mod vendor* ./ 05:51:00 #110 CACHED 05:51:00 05:51:00 #111 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:51:00 #111 CACHED 05:51:00 05:51:00 #112 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:51:00 #112 CACHED 05:51:00 05:51:00 #113 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:51:00 #113 CACHED 05:51:00 05:51:00 #114 [core-metadata builder 6/7] COPY . . 05:51:00 #114 CACHED 05:51:00 05:51:00 #115 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:51:00 #115 CACHED 05:51:00 05:51:00 #116 [security-proxy-auth builder 6/7] COPY . . 05:51:00 #116 CACHED 05:51:00 05:51:00 #117 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:51:00 #117 CACHED 05:51:00 05:51:00 #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:51:00 #118 CACHED 05:51:00 05:51:00 #119 [core-data builder 6/7] COPY . . 05:51:00 #119 CACHED 05:51:00 05:51:00 #120 [core-data builder 4/7] COPY go.mod vendor* ./ 05:51:00 #120 CACHED 05:51:00 05:51:00 #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:51:00 #121 1.193 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 05:51:03 2f466654f4bb: Pull complete 05:51:08 554e91adad29: Pull complete 05:51:08 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 05:51:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 05:51:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 05:51:09 + docker build -t ci-base-image-arm64 -f - . 05:51:09 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 05:51:09 WORKDIR /edgex 05:51:09 COPY go.mod . 05:51:09 RUN go mod download 05:51:09 Sending build context to Docker daemon 2.974MB 05:51:09 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 05:51:09 ---> 1e15ea492957 05:51:09 Step 2/4 : WORKDIR /edgex 05:51:10 #121 ... 05:51:10 05:51:10 #122 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:51:10 #0 0.627 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 05:51:10 #122 ... 05:51:10 05:51:10 #123 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:51:10 #0 0.966 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 05:51:10 #123 ... 05:51:10 05:51:10 #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:51:10 #0 0.900 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-auth/security-proxy-auth ./cmd/security-proxy-auth 05:51:10 #124 ... 05:51:10 05:51:10 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:51:10 #0 1.258 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 05:51:10 #125 ... 05:51:10 05:51:10 #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:51:10 #0 1.270 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 05:51:10 #126 ... 05:51:10 05:51:10 #127 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:51:10 #0 0.479 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 05:51:10 #127 ... 05:51:10 05:51:10 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:51:10 #0 0.854 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 05:51:10 #128 ... 05:51:10 05:51:10 #129 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:51:10 #0 0.486 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 05:51:10 #129 ... 05:51:10 05:51:10 #130 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:51:10 #0 0.769 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 05:51:10 #130 ... 05:51:10 05:51:10 #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:51:10 #0 0.838 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 05:51:11 ---> Running in 3c067dd30e45 05:51:11 Removing intermediate container 3c067dd30e45 05:51:11 ---> 31a335d5ed61 05:51:11 Step 3/4 : COPY go.mod . 05:51:11 ---> 08b8f2e49bb6 05:51:11 Step 4/4 : RUN go mod download 05:51:11 ---> Running in e268034e1d54 05:51:50 Removing intermediate container e268034e1d54 05:51:50 ---> f3f31bcf4783 05:51:50 Successfully built f3f31bcf4783 05:51:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:51 + docker inspect -f . ci-base-image-arm64 05:51:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:51:51 prd-ubuntu20.04-docker-arm64-4c-16g-5096 does not seem to be running inside a container 05:51:51 $ 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 ******** -e ******** ci-base-image-arm64 cat 05:51:52 $ docker top 43b00b20ea74023c40322b2b8e6e68a1c9cd809934a1383e49039089e331422b -eo pid,comm [Pipeline] { [Pipeline] sh 05:51:53 + go version 05:51:53 go version go1.20.6 linux/arm64 [Pipeline] } 05:51:53 $ docker stop --time=1 43b00b20ea74023c40322b2b8e6e68a1c9cd809934a1383e49039089e331422b 05:51:55 $ docker rm -f --volumes 43b00b20ea74023c40322b2b8e6e68a1c9cd809934a1383e49039089e331422b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:56 + docker inspect -f . ci-base-image-arm64 05:51:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:51:56 prd-ubuntu20.04-docker-arm64-4c-16g-5096 does not seem to be running inside a container 05:51:56 $ 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 ******** -e ******** ci-base-image-arm64 cat 05:51:57 $ docker top b0835fd153c388e480d38cef6a66c2e17c9e3a093642c8a19f23e0aa807868cc -eo pid,comm [Pipeline] { [Pipeline] echo 05:51:57 ========================================================= 05:51:57 [edgeXBuildGoParallel] Running Tests and Build... 05:51:57 ========================================================= [Pipeline] sh 05:51:57 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 05:51:58 + make test 05:51:58 go test -race -coverprofile=coverage.out ./... 05:52:07 #131 ... 05:52:07 05:52:07 #127 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:52:07 #127 66.42 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 05:52:34 #127 DONE 93.0s 05:52:34 05:52:34 #123 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:52:34 #123 DONE 92.9s 05:52:34 05:52:34 #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:52:34 #131 DONE 92.9s 05:52:34 05:52:34 #129 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:52:34 #129 DONE 93.0s 05:52:34 05:52:34 #122 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:52:34 #122 DONE 93.0s 05:52:34 05:52:34 #130 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:52:34 #130 DONE 93.0s 05:52:34 05:52:34 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:52:34 #125 DONE 93.0s 05:52:34 05:52:34 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:52:34 #128 DONE 93.0s 05:52:34 05:52:34 #132 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #132 ... 05:52:34 05:52:34 #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:52:34 #124 DONE 93.2s 05:52:34 05:52:34 #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:52:34 #126 DONE 93.4s 05:52:34 05:52:34 #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:52:34 #121 DONE 93.4s 05:52:34 05:52:34 #133 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #133 ... 05:52:34 05:52:34 #134 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #134 DONE 0.3s 05:52:34 05:52:34 #135 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #135 DONE 0.5s 05:52:34 05:52:34 #136 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:52:34 #136 DONE 0.5s 05:52:34 05:52:34 #133 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #133 DONE 0.4s 05:52:34 05:52:34 #132 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #132 DONE 0.6s 05:52:34 05:52:34 #137 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #137 DONE 0.6s 05:52:34 05:52:34 #138 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 05:52:34 #138 ... 05:52:34 05:52:34 #139 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #139 DONE 0.4s 05:52:34 05:52:34 #140 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 05:52:34 #140 DONE 0.3s 05:52:34 05:52:34 #141 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 05:52:34 #141 DONE 0.3s 05:52:34 05:52:34 #142 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 05:52:34 #142 DONE 0.3s 05:52:34 05:52:34 #143 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 05:52:34 #143 CACHED 05:52:34 05:52:34 #144 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #144 CACHED 05:52:34 05:52:34 #138 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 05:52:34 #138 DONE 0.3s 05:52:34 05:52:34 #145 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 05:52:34 #145 CACHED 05:52:34 05:52:34 #146 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #146 CACHED 05:52:34 05:52:34 #147 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 05:52:34 #147 CACHED 05:52:34 05:52:34 #148 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #148 CACHED 05:52:34 05:52:34 #149 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 05:52:34 #149 CACHED 05:52:34 05:52:34 #150 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 05:52:34 #150 CACHED 05:52:34 05:52:34 #151 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 05:52:34 #151 DONE 0.3s 05:52:34 05:52:34 #152 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:52:34 #152 ... 05:52:34 05:52:34 #153 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 05:52:34 #153 DONE 0.8s 05:52:34 05:52:34 #154 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:52:34 #154 DONE 0.8s 05:52:34 05:52:34 #155 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:52:35 #155 ... 05:52:35 05:52:35 #156 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:52:35 #156 DONE 2.0s 05:52:35 05:52:35 #157 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:52:35 #157 DONE 2.0s 05:52:35 05:52:35 #152 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:52:35 #152 DONE 2.0s 05:52:35 05:52:35 #158 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:52:35 #158 DONE 2.0s 05:52:35 05:52:35 #159 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:52:35 #159 DONE 2.0s 05:52:35 05:52:35 #160 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:52:35 #160 DONE 2.0s 05:52:35 05:52:35 #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:52:35 #161 DONE 2.0s 05:52:35 05:52:35 #162 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:52:35 #162 DONE 2.0s 05:52:35 05:52:35 #163 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 05:52:36 #163 ... 05:52:36 05:52:36 #164 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:52:36 #164 DONE 1.1s 05:52:36 05:52:36 #165 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 05:52:36 #165 DONE 0.6s 05:52:36 05:52:36 #155 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:52:36 #155 DONE 1.8s 05:52:36 05:52:36 #166 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:52:36 #166 DONE 0.6s 05:52:36 05:52:36 #167 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:52:36 #167 DONE 0.6s 05:52:36 05:52:36 #168 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:52:36 #168 DONE 0.6s 05:52:36 05:52:36 #169 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:52:36 #169 DONE 0.7s 05:52:36 05:52:36 #170 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:52:36 #170 DONE 0.6s 05:52:36 05:52:36 #171 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 05:52:36 #171 DONE 0.7s 05:52:36 05:52:36 #83 [core-command] exporting to image 05:52:36 #83 exporting layers 0.2s done 05:52:36 #83 ... 05:52:36 05:52:36 #163 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 05:52:36 #163 DONE 0.7s 05:52:36 05:52:36 #172 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 05:52:36 #172 DONE 3.2s 05:52:36 05:52:36 #83 [support-scheduler] exporting to image 05:52:36 #83 ... 05:52:36 05:52:36 #173 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:52:36 #173 DONE 0.3s 05:52:36 05:52:36 #83 [support-scheduler] exporting to image 05:52:36 #83 exporting layers 0.3s done 05:52:36 #83 writing image sha256:89f38e45fdfda755c68ec57888d598dd20235be4ae650638197698412e120575 05:52:36 #83 ... 05:52:36 05:52:36 #174 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:52:36 #174 DONE 0.7s 05:52:36 05:52:36 #175 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:52:36 #175 DONE 0.7s 05:52:36 05:52:36 #176 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:52:36 #176 DONE 0.6s 05:52:36 05:52:36 #83 [core-data] exporting to image 05:52:36 #83 writing image sha256:89f38e45fdfda755c68ec57888d598dd20235be4ae650638197698412e120575 0.3s done 05:52:36 #83 naming to docker.io/library/support-notifications done 05:52:36 #83 writing image sha256:80818ab60ae448f251859aaaebf7a2d63fc706f88fdd64a0a8637270b861e789 done 05:52:36 #83 naming to docker.io/library/core-data done 05:52:37 #83 ... 05:52:37 05:52:37 #177 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:52:37 #177 DONE 0.7s 05:52:37 05:52:37 #178 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:52:37 #178 DONE 0.7s 05:52:37 05:52:37 #83 [core-metadata] exporting to image 05:52:37 #83 writing image sha256:658618dccd99785f3d96ea143fbadececd4b65a1afa6e2bc6e8742c81df4ea4a 0.0s done 05:52:37 #83 naming to docker.io/library/core-command done 05:52:37 #83 ... 05:52:37 05:52:37 #179 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 05:52:37 #179 DONE 0.7s 05:52:37 05:52:37 #83 [support-scheduler] exporting to image 05:52:37 #83 exporting layers 0.2s done 05:52:37 #83 writing image sha256:9076265265bf3f2eb432a237a0d7b99a608179c13f89ba371f90355631490c83 0.0s done 05:52:37 #83 naming to docker.io/library/support-scheduler done 05:52:37 ? github.com/edgexfoundry/edgex-go [no test files] 05:52:37 #83 writing image sha256:6f60695f5bff1efee4fb727cc98e557c8ff33936142da464101a709fea8de7be 05:52:37 #83 writing image sha256:6f60695f5bff1efee4fb727cc98e557c8ff33936142da464101a709fea8de7be 0.0s done 05:52:37 #83 writing image sha256:8fe84d2f844812db8c042318b89b8f7dc11b5b29ea57a4c602888bcc961f6e67 done 05:52:37 #83 naming to docker.io/library/security-spiffe-token-provider done 05:52:37 #83 naming to docker.io/library/core-metadata done 05:52:37 #83 DONE 2.4s 05:52:37 05:52:37 #180 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:52:37 #180 DONE 0.6s 05:52:37 05:52:37 #181 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:52:37 #181 DONE 0.5s 05:52:37 05:52:37 #182 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 05:52:37 #182 DONE 0.4s 05:52:37 05:52:37 #183 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:52:37 #183 ... 05:52:37 05:52:37 #184 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:52:37 #184 DONE 1.0s 05:52:37 05:52:37 #83 [core-common-config-bootstrapper] exporting to image 05:52:38 #83 ... 05:52:38 05:52:38 #185 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:52:38 #185 DONE 0.8s 05:52:38 05:52:38 #183 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:52:38 #183 DONE 0.7s 05:52:38 05:52:38 #83 [core-common-config-bootstrapper] exporting to image 05:52:38 #83 exporting layers 0.7s done 05:52:38 #83 writing image sha256:c5e7a0f938f5748f47b75e9fb790e6f2eccf91c75855134703b32695bf4c0d26 done 05:52:38 #83 naming to docker.io/library/core-common-config-bootstrapper done 05:52:38 #83 DONE 3.1s 05:52:38 05:52:38 #186 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:52:38 #186 DONE 0.1s 05:52:38 05:52:38 #187 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:52:38 #187 DONE 0.1s 05:52:38 05:52:38 #188 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:52:38 #188 DONE 1.3s 05:52:38 05:52:38 #189 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 05:52:38 #189 DONE 0.1s 05:52:38 05:52:38 #190 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 05:52:38 #190 DONE 0.1s 05:52:38 05:52:38 #83 [security-proxy-auth] exporting to image 05:52:38 #83 exporting layers 0.2s done 05:52:38 #83 writing image sha256:b76abfc9178b486790cb1daf94bf664c6effb8c785f8042978155a3749d72975 done 05:52:38 #83 naming to docker.io/library/security-proxy-auth 0.0s done 05:52:38 #83 DONE 3.3s 05:52:38 05:52:38 #191 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 05:52:38 #191 DONE 0.1s 05:52:38 05:52:38 #192 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:52:38 #192 ... 05:52:38 05:52:38 #193 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:52:38 #193 DONE 1.1s 05:52:38 05:52:38 #194 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:52:38 #194 DONE 0.1s 05:52:39 05:52:39 #83 [security-proxy-setup] exporting to image 05:52:39 #83 exporting layers 0.2s done 05:52:39 #83 writing image sha256:6a75ebd91bb32dd085911ef2546841c843af3067224cffa16d35e1fac321ef0e done 05:52:39 #83 naming to docker.io/library/security-proxy-setup done 05:52:39 #83 DONE 3.5s 05:52:39 05:52:39 #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 05:52:39 #195 ... 05:52:39 05:52:39 #192 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:52:39 #192 DONE 0.6s 05:52:39 05:52:39 #83 [security-secretstore-setup] exporting to image 05:52:39 #83 exporting layers 0.2s done 05:52:39 #83 writing image sha256:5303a05b742ffb3c3a7bceaacbea1b1050f0ea91828eb26895b5c9a06a673727 done 05:52:39 #83 naming to docker.io/library/security-secretstore-setup done 05:52:39 #83 DONE 3.7s 05:52:39 05:52:39 #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 05:52:39 #195 DONE 0.5s 05:52:39 05:52:39 #83 [security-bootstrapper] exporting to image 05:52:39 #83 exporting layers 0.2s done 05:52:39 #83 writing image sha256:d0320f778715d9d238ca7a0db7db50261bb1b99f064a7a8304464ed20b0ada05 done 05:52:39 #83 naming to docker.io/library/security-bootstrapper done 05:52:39 #83 DONE 3.8s 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:52:39 time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:52:39 $ docker stop --time=1 595a9d420055270e3cbbdccd614df1374465ad1d24b11b708d61809d0ec5fee4 05:52:40 $ docker rm -f --volumes 595a9d420055270e3cbbdccd614df1374465ad1d24b11b708d61809d0ec5fee4 [Pipeline] // withDockerContainer [Pipeline] sh 05:52:41 + docker images 05:52:41 REPOSITORY TAG IMAGE ID CREATED SIZE 05:52:41 security-bootstrapper latest d0320f778715 2 seconds ago 23MB 05:52:41 security-proxy-auth latest b76abfc9178b 3 seconds ago 19.4MB 05:52:41 security-secretstore-setup latest 5303a05b742f 3 seconds ago 44.1MB 05:52:41 security-proxy-setup latest 6a75ebd91bb3 3 seconds ago 29.2MB 05:52:41 core-common-config-bootstrapper latest c5e7a0f938f5 4 seconds ago 18MB 05:52:41 core-metadata latest 6f60695f5bff 5 seconds ago 21.6MB 05:52:41 core-command latest 658618dccd99 5 seconds ago 21MB 05:52:41 support-notifications latest 89f38e45fdfd 5 seconds ago 34.3MB 05:52:41 support-scheduler latest 9076265265bf 5 seconds ago 33.7MB 05:52:41 security-spiffe-token-provider latest 8fe84d2f8448 5 seconds ago 33.5MB 05:52:41 core-data latest 80818ab60ae4 5 seconds ago 21.2MB 05:52:41 security-spire-server latest 93bb0d71676b About a minute ago 103MB 05:52:41 security-spire-agent latest 9150352582fa About a minute ago 161MB 05:52:41 security-spire-config latest 162894387f0a About a minute ago 102MB 05:52:41 ci-base-image-x86_64 latest 68771cf0188e 4 minutes ago 1.07GB 05:52:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 7 weeks ago 696MB 05:52:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 months ago 334MB 05:52:41 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 13 months ago 253MB [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] } 05:54:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:54:43 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 05:54:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:54:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:54:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:54:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 05:54:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:54:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 05:54:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:54:44 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 05:54:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:54:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:54:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:54:47 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 05:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.504s coverage: 28.7% of statements 05:55:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.333s coverage: 97.0% of statements 05:55:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 05:55:11 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 05:55:11 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 05:55:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.404s coverage: 71.5% of statements 05:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:55:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.331s coverage: 53.4% of statements 05:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 05:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 05:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 05:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:55:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.022s coverage: 93.4% of statements 05:55:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.485s coverage: 3.8% of statements 05:55:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:55:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 05:55:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 05:55:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.553s coverage: 97.6% of statements 05:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 05:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:55:47 ok github.com/edgexfoundry/edgex-go/internal/io 0.216s coverage: 72.2% of statements 05:55:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:55:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 05:55:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.420s coverage: 0.9% of statements 05:55:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.335s coverage: 32.2% of statements 05:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.298s coverage: 42.9% of statements 05:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.242s coverage: 82.9% of statements 05:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.246s coverage: 94.1% of statements 05:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.274s coverage: 96.3% of statements 05:56:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.222s coverage: 87.5% of statements 05:56:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 05:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 05:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 05:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 05:56:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:56:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 05:56:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 05:56:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 05:56:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.206s coverage: 94.4% of statements 05:56:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 05:56:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 05:56:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 05:56:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 05:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:56:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:56:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 05:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.084s coverage: 79.9% of statements 05:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.299s coverage: 92.9% of statements 05:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.077s coverage: 64.4% of statements 05:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.220s coverage: 62.3% of statements 05:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.206s coverage: 87.2% of statements 05:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.194s coverage: 20.0% of statements 05:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.170s coverage: 100.0% of statements 05:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.510s coverage: 81.8% of statements 05:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.472s coverage: 82.1% of statements 05:56:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:56:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.242s coverage: 86.0% of statements 05:56:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:56:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:56:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.971s coverage: 63.1% of statements 05:56:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.258s coverage: 100.0% of statements 05:56:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 89.4% of statements 05:56:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements 05:56:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements 05:56:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 05:56:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 05:56:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 05:56:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements 05:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.008s coverage: 38.4% of statements 05:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.255s coverage: 89.5% of statements 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 05:56:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.232s coverage: 84.8% of statements 05:56:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 05:56:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 05:56:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:56:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:57:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.559s coverage: 17.7% of statements 05:57:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:57:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 05:57:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 05:57:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 05:57:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.590s coverage: 95.7% of statements 05:57:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:57:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:57:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.294s coverage: 61.8% of statements 05:57:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:57:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 05:57:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.384s coverage: 98.9% of statements 05:57:13 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 05:57:13 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:57:13 go vet ./... 05:59:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:59:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:59:49 ./bin/test-attribution-txt.sh 05:59:49 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 05:59:49 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 05:59:49 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 05:59:49 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 05:59:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 05:59:50 + ls -al . 05:59:50 total 724 05:59:50 drwxrwxr-x 11 1001 1001 4096 Sep 1 05:52 . 05:59:50 drwxr-xr-x 4 root root 4096 Sep 1 05:51 .. 05:59:50 drwxrwxr-x 2 1001 1001 4096 Sep 1 05:50 .blubracket 05:59:50 -rw-rw-r-- 1 1001 1001 16 Sep 1 05:50 .dockerignore 05:59:50 drwxrwxr-x 8 1001 1001 4096 Sep 1 05:50 .git 05:59:50 drwxrwxr-x 3 1001 1001 4096 Sep 1 05:50 .github 05:59:50 -rw-rw-r-- 1 1001 1001 1173 Sep 1 05:50 .gitignore 05:59:50 -rw-rw-r-- 1 1001 1001 42 Sep 1 05:50 .golangci.yml 05:59:50 -rw-rw-r-- 1 1001 1001 100 Sep 1 05:50 .hadolint.yml 05:59:50 -rw-rw-r-- 1 1001 1001 166 Sep 1 05:50 .sonarcloud.properties 05:59:50 -rw-rw-r-- 1 1001 1001 1171 Sep 1 05:50 ADOPTERS.md 05:59:50 -rw-rw-r-- 1 1001 1001 11152 Sep 1 05:50 Attribution.txt 05:59:50 -rw-rw-r-- 1 1001 1001 93407 Sep 1 05:50 CHANGELOG.md 05:59:50 -rw-rw-r-- 1 1001 1001 3804 Sep 1 05:50 CONTRIBUTING.md 05:59:50 -rw-rw-r-- 1 1001 1001 677 Sep 1 05:50 GOVERNANCE.md 05:59:50 -rw-rw-r-- 1 1001 1001 883 Sep 1 05:50 Jenkinsfile 05:59:50 -rw-rw-r-- 1 1001 1001 10775 Sep 1 05:50 LICENSE 05:59:50 -rw-rw-r-- 1 1001 1001 14764 Sep 1 05:50 Makefile 05:59:50 -rw-rw-r-- 1 1001 1001 582 Sep 1 05:50 OWNERS.md 05:59:50 -rw-rw-r-- 1 1001 1001 9923 Sep 1 05:50 README.md 05:59:50 -rw-rw-r-- 1 1001 1001 789 Sep 1 05:50 SECURITY.md 05:59:50 -rw-rw-r-- 1 1001 1001 5 Sep 1 05:47 VERSION 05:59:50 drwxrwxr-x 2 1001 1001 4096 Sep 1 05:50 bin 05:59:50 drwxrwxr-x 18 1001 1001 4096 Sep 1 05:50 cmd 05:59:50 -rw-r--r-- 1 root root 449348 Sep 1 05:57 coverage.out 05:59:50 drwxrwxr-x 2 1001 1001 4096 Sep 1 05:50 fuzz_test 05:59:50 -rw-rw-r-- 1 1001 1001 3687 Sep 1 05:50 go.mod 05:59:50 -rw-rw-r-- 1 1001 1001 33714 Sep 1 05:50 go.sum 05:59:50 drwxrwxr-x 7 1001 1001 4096 Sep 1 05:50 internal 05:59:50 drwxrwxr-x 3 1001 1001 4096 Sep 1 05:50 openapi 05:59:50 -rw-rw-r-- 1 1001 1001 594 Sep 1 05:50 security.txt 05:59:50 drwxrwxr-x 4 1001 1001 4096 Sep 1 05:50 snap 05:59:50 -rw-rw-r-- 1 1001 1001 204 Sep 1 05:50 version.go [Pipeline] sh 05:59:50 + '[' -e coverage.out ] 05:59:50 + chown 1001:1001 coverage.out [Pipeline] stash 05:59:50 Warning: overwriting stash ‘coverage-report’ 05:59:51 Stashed 1 file(s) [Pipeline] sh 05:59:52 + make build 05:59:52 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 06:01:30 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 06:01:31 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 06:01:37 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 06:01:41 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 06:02:22 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 06:02:26 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-auth/security-proxy-auth ./cmd/security-proxy-auth 06:02:35 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 06:02:40 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 06:02:43 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 06:02:47 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 06:02:54 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] } 06:02:59 $ docker stop --time=1 b0835fd153c388e480d38cef6a66c2e17c9e3a093642c8a19f23e0aa807868cc 06:03:01 $ docker rm -f --volumes b0835fd153c388e480d38cef6a66c2e17c9e3a093642c8a19f23e0aa807868cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:03:04 06:03:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:03:05 latest: Pulling from edgex-devops/edgex-compose-arm64 06:03:05 547446be3368: Pulling fs layer 06:03:05 d125d8839a47: Pulling fs layer 06:03:05 3e85d5ac6304: Pulling fs layer 06:03:05 c3105a71a48b: Pulling fs layer 06:03:05 0f093f025ec4: Pulling fs layer 06:03:05 c3106fc0e877: Pulling fs layer 06:03:05 0f093f025ec4: Waiting 06:03:05 c3105a71a48b: Waiting 06:03:05 c3106fc0e877: Waiting 06:03:05 547446be3368: Verifying Checksum 06:03:05 547446be3368: Download complete 06:03:05 c3105a71a48b: Verifying Checksum 06:03:05 c3105a71a48b: Download complete 06:03:05 d125d8839a47: Verifying Checksum 06:03:05 d125d8839a47: Download complete 06:03:05 c3106fc0e877: Verifying Checksum 06:03:05 c3106fc0e877: Download complete 06:03:06 0f093f025ec4: Verifying Checksum 06:03:06 0f093f025ec4: Download complete 06:03:06 547446be3368: Pull complete 06:03:07 d125d8839a47: Pull complete 06:03:07 3e85d5ac6304: Download complete 06:03:15 3e85d5ac6304: Pull complete 06:03:15 c3105a71a48b: Pull complete 06:03:16 0f093f025ec4: Pull complete 06:03:17 c3106fc0e877: Pull complete 06:03:17 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 06:03:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:03:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:03:17 prd-ubuntu20.04-docker-arm64-4c-16g-5096 does not seem to be running inside a container 06:03:17 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:03:19 $ docker top 8540c3f6287f392a8ae3e2d797a56c810684e4d538684fd7bbae3690bcc0ff7f -eo pid,comm [Pipeline] { [Pipeline] sh 06:03:20 + docker compose -f ./docker-compose-build.yml build --parallel 06:03:28 #1 [security-proxy-setup internal] load build definition from Dockerfile 06:03:28 #1 transferring dockerfile: 2.39kB done 06:03:28 #1 DONE 0.1s 06:03:28 06:03:28 #2 [security-spire-agent internal] load build definition from Dockerfile 06:03:28 #2 transferring dockerfile: 1.70kB done 06:03:28 #2 DONE 0.0s 06:03:28 06:03:28 #3 [core-data internal] load build definition from Dockerfile 06:03:28 #3 transferring dockerfile: 1.90kB done 06:03:28 #3 DONE 0.1s 06:03:28 06:03:28 #4 [security-secretstore-setup internal] load build definition from Dockerfile 06:03:28 #4 transferring dockerfile: 2.38kB done 06:03:28 #4 DONE 0.1s 06:03:29 06:03:29 #5 [security-spire-server internal] load build definition from Dockerfile 06:03:29 #5 transferring dockerfile: 1.59kB done 06:03:29 #5 DONE 0.1s 06:03:29 06:03:29 #6 [support-scheduler internal] load build definition from Dockerfile 06:03:29 #6 transferring dockerfile: 1.82kB done 06:03:29 #6 DONE 0.1s 06:03:29 06:03:29 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 06:03:29 #7 transferring dockerfile: 1.78kB 0.0s done 06:03:29 #7 DONE 0.1s 06:03:29 06:03:29 #8 [security-bootstrapper internal] load build definition from Dockerfile 06:03:29 #8 transferring dockerfile: 2.82kB 0.0s done 06:03:29 #8 DONE 0.1s 06:03:29 06:03:29 #9 [core-metadata internal] load build definition from Dockerfile 06:03:29 #9 transferring dockerfile: 1.96kB 0.0s done 06:03:29 #9 DONE 0.1s 06:03:29 06:03:29 #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile 06:03:29 #10 transferring dockerfile: 2.12kB 0.0s done 06:03:29 #10 DONE 0.1s 06:03:29 06:03:29 #11 [core-command internal] load build definition from Dockerfile 06:03:29 #11 transferring dockerfile: 1.82kB 0.0s done 06:03:29 #11 DONE 0.1s 06:03:29 06:03:29 #12 [security-proxy-auth internal] load build definition from Dockerfile 06:03:29 #12 transferring dockerfile: 2.04kB done 06:03:29 #12 DONE 0.1s 06:03:29 06:03:29 #13 [support-notifications internal] load build definition from Dockerfile 06:03:29 #13 transferring dockerfile: 1.84kB done 06:03:29 #13 DONE 0.0s 06:03:29 06:03:29 #14 [security-spire-config internal] load build definition from Dockerfile 06:03:29 #14 transferring dockerfile: 1.58kB done 06:03:29 #14 DONE 0.0s 06:03:29 06:03:29 #15 [security-proxy-setup internal] load .dockerignore 06:03:29 #15 transferring context: 56B done 06:03:29 #15 DONE 0.1s 06:03:30 06:03:30 #16 [security-spire-agent internal] load .dockerignore 06:03:30 #16 transferring context: 56B done 06:03:30 #16 DONE 0.0s 06:03:30 06:03:30 #17 [core-data internal] load .dockerignore 06:03:30 #17 transferring context: 56B done 06:03:30 #17 DONE 0.0s 06:03:30 06:03:30 #18 [security-secretstore-setup internal] load .dockerignore 06:03:30 #18 transferring context: 56B done 06:03:30 #18 DONE 0.0s 06:03:30 06:03:30 #19 [security-spire-server internal] load .dockerignore 06:03:30 #19 transferring context: 56B done 06:03:30 #19 DONE 0.1s 06:03:30 06:03:30 #20 [support-scheduler internal] load .dockerignore 06:03:30 #20 transferring context: 56B done 06:03:30 #20 DONE 0.0s 06:03:30 06:03:30 #21 [security-bootstrapper internal] load .dockerignore 06:03:30 #21 transferring context: 56B done 06:03:30 #21 DONE 0.0s 06:03:30 06:03:30 #22 [security-spiffe-token-provider internal] load .dockerignore 06:03:30 #22 transferring context: 56B done 06:03:30 #22 DONE 0.1s 06:03:30 06:03:30 #23 [core-metadata internal] load .dockerignore 06:03:30 #23 transferring context: 56B done 06:03:30 #23 DONE 0.1s 06:03:30 06:03:30 #24 [core-common-config-bootstrapper internal] load .dockerignore 06:03:30 #24 transferring context: 56B done 06:03:30 #24 DONE 0.0s 06:03:30 06:03:30 #25 [core-command internal] load .dockerignore 06:03:30 #25 transferring context: 56B done 06:03:30 #25 DONE 0.1s 06:03:30 06:03:30 #26 [security-proxy-auth internal] load .dockerignore 06:03:31 #26 transferring context: 56B done 06:03:31 #26 DONE 0.1s 06:03:31 06:03:31 #27 [support-notifications internal] load .dockerignore 06:03:31 #27 transferring context: 56B 0.0s done 06:03:31 #27 DONE 0.1s 06:03:31 06:03:31 #28 [security-spire-config internal] load .dockerignore 06:03:31 #28 transferring context: 56B done 06:03:31 #28 DONE 0.0s 06:03:31 06:03:31 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:03:31 #29 DONE 0.0s 06:03:31 06:03:31 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 06:03:31 #30 DONE 0.6s 06:03:31 06:03:31 #31 [security-proxy-setup stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:31 #31 DONE 0.0s 06:03:31 06:03:31 #32 [security-proxy-setup internal] load build context 06:03:31 #32 DONE 0.0s 06:03:31 06:03:31 #33 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:03:31 #33 ... 06:03:31 06:03:31 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:03:31 #29 DONE 0.0s 06:03:31 06:03:31 #33 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:03:32 #33 ... 06:03:32 06:03:32 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:03:32 #29 DONE 0.0s 06:03:32 06:03:32 #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 06:03:32 #30 DONE 0.6s 06:03:32 06:03:32 #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:03:32 #33 ... 06:03:32 06:03:32 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:03:32 #29 DONE 0.0s 06:03:32 06:03:32 #31 [support-scheduler stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:32 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 06:03:32 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 06:03:32 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 06:03:32 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 06:03:32 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 06:03:32 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 06:03:32 #31 ... 06:03:32 06:03:32 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:03:32 #29 DONE 0.0s 06:03:32 06:03:32 #31 [support-scheduler stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:32 #31 ... 06:03:32 06:03:32 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:03:32 #29 DONE 0.0s 06:03:32 06:03:32 #31 [security-bootstrapper stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:32 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 06:03:32 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 06:03:32 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 06:03:32 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 06:03:32 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 06:03:32 #31 ... 06:03:32 06:03:32 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:03:32 #29 DONE 0.0s 06:03:32 06:03:32 #31 [security-bootstrapper stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:32 #31 ... 06:03:32 06:03:32 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:03:32 #29 DONE 0.0s 06:03:32 06:03:32 #31 [security-bootstrapper stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:32 #31 ... 06:03:32 06:03:32 #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 06:03:32 #30 DONE 1.0s 06:03:32 06:03:32 #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 06:03:32 #34 DONE 1.2s 06:03:32 06:03:32 #31 [security-spire-server stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:32 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 06:03:32 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 06:03:32 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 06:03:32 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 06:03:32 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 06:03:32 #31 ... 06:03:32 06:03:32 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:03:32 #29 DONE 0.0s 06:03:32 06:03:32 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 06:03:32 #35 DONE 1.3s 06:03:32 06:03:32 #31 [security-spire-agent stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:32 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 06:03:32 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 06:03:32 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 06:03:32 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 06:03:32 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 06:03:33 #31 ... 06:03:33 06:03:33 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:03:33 #29 DONE 0.0s 06:03:33 06:03:33 #31 [security-spire-agent stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:33 #31 ... 06:03:33 06:03:33 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 06:03:33 #30 DONE 1.4s 06:03:33 06:03:33 #31 [support-notifications stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:33 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 06:03:33 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 06:03:33 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 06:03:33 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 06:03:33 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 06:03:33 #31 ... 06:03:33 06:03:33 #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 06:03:33 #34 DONE 1.7s 06:03:33 06:03:33 #31 [support-notifications stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:33 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.7s done 06:03:34 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 06:03:34 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 06:03:34 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 06:03:34 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 06:03:34 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 06:03:34 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.7s done 06:03:34 #31 ... 06:03:34 06:03:34 #36 [security-spire-agent internal] load build context 06:03:34 #36 transferring context: 17.12kB 0.2s done 06:03:34 #36 DONE 1.2s 06:03:34 06:03:34 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:03:34 #37 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.5s done 06:03:34 #37 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 06:03:34 #37 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 06:03:34 #37 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 06:03:34 #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done 06:03:34 #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s 06:03:34 #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s 06:03:34 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 0.5s 06:03:34 #37 ... 06:03:34 06:03:34 #38 [security-spire-server internal] load build context 06:03:34 #38 transferring context: 17.59kB 0.2s done 06:03:34 #38 DONE 1.5s 06:03:34 06:03:34 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:03:34 #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.6s done 06:03:34 #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.8s done 06:03:34 #37 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 06:03:34 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 1.48MB / 23.39MB 0.9s 06:03:35 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 1.2s 06:03:35 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 6.29MB / 23.39MB 1.3s 06:03:35 #37 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 06:03:35 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.39MB / 23.39MB 1.7s 06:03:35 #37 ... 06:03:35 06:03:35 #33 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:03:35 #33 DONE 4.9s 06:03:35 06:03:35 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:03:35 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 2.0s 06:03:35 #37 ... 06:03:35 06:03:35 #39 [security-spire-config internal] load build context 06:03:35 #39 transferring context: 15.84kB 0.2s done 06:03:35 #39 DONE 2.0s 06:03:35 06:03:35 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:03:35 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.63MB / 23.39MB 2.2s 06:03:36 #37 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done 06:03:36 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.47MB / 23.39MB 2.4s 06:03:36 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 2.6s 06:03:37 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.50MB / 23.39MB 3.2s 06:03:37 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.52MB / 23.39MB 3.3s 06:03:37 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.36MB / 23.39MB 3.6s 06:03:38 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 4.2s done 06:03:38 #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 06:03:39 #37 ... 06:03:39 06:03:39 #40 [core-metadata builder 2/7] WORKDIR /edgex-go 06:03:39 #40 DONE 4.0s 06:03:39 06:03:39 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:03:41 #37 ... 06:03:41 06:03:41 #32 [security-proxy-setup internal] load build context 06:03:41 #32 transferring context: 34.52MB 9.9s 06:03:41 #32 ... 06:03:41 06:03:41 #41 [core-data internal] load build context 06:03:41 #41 ... 06:03:41 06:03:41 #42 [security-secretstore-setup internal] load build context 06:03:42 #42 ... 06:03:42 06:03:42 #43 [support-scheduler internal] load build context 06:03:42 #43 ... 06:03:42 06:03:42 #42 [security-secretstore-setup internal] load build context 06:03:42 #42 ... 06:03:42 06:03:42 #44 [security-spiffe-token-provider internal] load build context 06:03:42 #44 ... 06:03:42 06:03:42 #45 [security-bootstrapper internal] load build context 06:03:42 #45 ... 06:03:42 06:03:42 #44 [security-spiffe-token-provider internal] load build context 06:03:43 #44 ... 06:03:43 06:03:43 #46 [core-common-config-bootstrapper internal] load build context 06:03:43 #46 ... 06:03:43 06:03:43 #47 [core-command internal] load build context 06:03:43 #47 ... 06:03:43 06:03:43 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 06:03:43 #48 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.4s done 06:03:43 #48 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 06:03:43 #48 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 06:03:43 #48 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 06:03:43 #48 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done 06:03:43 #48 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.7s done 06:03:43 #48 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 06:03:43 #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 3.7s done 06:03:43 #48 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.2s done 06:03:43 #48 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 06:03:43 #48 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done 06:03:43 #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 5.4s 06:03:43 #48 ... 06:03:43 06:03:43 #49 [core-metadata internal] load build context 06:03:43 #49 ... 06:03:43 06:03:43 #46 [core-common-config-bootstrapper internal] load build context 06:03:43 #46 ... 06:03:43 06:03:43 #50 [security-proxy-auth internal] load build context 06:03:43 #50 ... 06:03:43 06:03:43 #51 [support-notifications internal] load build context 06:03:43 #51 ... 06:03:43 06:03:43 #52 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:03:43 #0 4.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:43 #0 5.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:03:43 #0 6.291 (1/4) Installing dumb-init (1.2.5-r2) 06:03:43 #0 6.291 (2/4) Installing openssl (3.0.10-r0) 06:03:43 #0 6.340 (3/4) Installing su-exec (0.2-r2) 06:03:43 #0 6.340 (4/4) Installing yq (4.30.4-r4) 06:03:43 #0 6.647 Executing busybox-1.35.0-r29.trigger 06:03:43 #0 6.729 OK: 17 MiB in 19 packages 06:03:43 #52 DONE 8.1s 06:03:43 06:03:43 #51 [support-notifications internal] load build context 06:03:43 #51 ... 06:03:43 06:03:43 #50 [security-proxy-auth internal] load build context 06:03:45 #50 ... 06:03:45 06:03:45 #31 [support-notifications stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:03:45 #31 ... 06:03:45 06:03:45 #50 [security-proxy-auth internal] load build context 06:03:46 #50 ... 06:03:46 06:03:46 #53 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:03:46 #0 8.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:46 #0 9.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:03:46 #53 ... 06:03:46 06:03:46 #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 06:03:46 #54 ... 06:03:46 06:03:46 #55 [core-metadata stage-1 2/6] RUN apk add --update --no-cache dumb-init 06:03:46 #55 ... 06:03:46 06:03:46 #56 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 06:03:46 #56 DONE 2.4s 06:03:46 06:03:46 #57 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 06:03:46 #57 ... 06:03:46 06:03:46 #58 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:03:46 #58 ... 06:03:46 06:03:46 #59 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:03:46 #0 8.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:46 #0 9.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:03:46 #59 ... 06:03:46 06:03:46 #60 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 06:03:46 #0 9.465 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:46 #0 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:03:47 #60 ... 06:03:47 06:03:47 #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:03:47 #61 ... 06:03:47 06:03:47 #50 [security-proxy-auth internal] load build context 06:03:48 #50 transferring context: 28.73MB 14.4s 06:03:49 #50 ... 06:03:49 06:03:49 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:03:49 #0 9.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:49 #62 ... 06:03:49 06:03:49 #63 [core-data builder 3/7] RUN apk add --update --no-cache make git 06:03:49 #63 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:49 #63 ... 06:03:49 06:03:49 #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:03:50 #64 ... 06:03:50 06:03:50 #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 06:03:50 #65 ... 06:03:50 06:03:50 #50 [security-proxy-auth internal] load build context 06:03:52 #50 ... 06:03:52 06:03:52 #32 [security-proxy-setup internal] load build context 06:03:52 #32 ... 06:03:52 06:03:52 #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 06:03:52 #65 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:52 #65 ... 06:03:52 06:03:52 #41 [core-data internal] load build context 06:03:52 #41 ... 06:03:52 06:03:52 #43 [support-scheduler internal] load build context 06:03:52 #43 ... 06:03:52 06:03:52 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:03:52 #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.8s 06:03:52 #37 ... 06:03:52 06:03:52 #41 [core-data internal] load build context 06:03:53 #41 ... 06:03:53 06:03:53 #44 [security-spiffe-token-provider internal] load build context 06:03:53 #44 ... 06:03:53 06:03:53 #45 [security-bootstrapper internal] load build context 06:03:53 #45 ... 06:03:53 06:03:53 #42 [security-secretstore-setup internal] load build context 06:03:53 #42 transferring context: 31.89MB 21.2s 06:03:53 #42 ... 06:03:53 06:03:53 #47 [core-command internal] load build context 06:03:53 #47 ... 06:03:53 06:03:53 #49 [core-metadata internal] load build context 06:03:53 #49 ... 06:03:53 06:03:53 #46 [core-common-config-bootstrapper internal] load build context 06:03:53 #46 ... 06:03:53 06:03:53 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 06:03:53 #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 16.1s 06:03:53 #48 ... 06:03:53 06:03:53 #51 [support-notifications internal] load build context 06:03:54 #51 ... 06:03:54 06:03:54 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:03:57 #37 ... 06:03:57 06:03:57 #60 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 06:03:57 #60 16.47 (1/1) Installing dumb-init (1.2.5-r2) 06:03:57 #60 16.55 Executing busybox-1.35.0-r29.trigger 06:03:57 #60 16.69 OK: 8 MiB in 16 packages 06:03:57 #60 DONE 20.6s 06:03:57 06:03:57 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:03:57 #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.9s 06:03:57 #37 ... 06:03:57 06:03:57 #57 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 06:03:57 #57 11.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:57 #57 14.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:03:58 #57 ... 06:03:58 06:03:58 #55 [core-metadata stage-1 2/6] RUN apk add --update --no-cache dumb-init 06:03:58 #55 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:58 #55 15.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:03:58 #55 ... 06:03:58 06:03:58 #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 06:03:58 #54 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:58 #54 14.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:03:58 #54 ... 06:03:58 06:03:58 #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:03:58 #61 11.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:58 #61 15.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:03:58 #61 ... 06:03:58 06:03:58 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:03:58 #37 ... 06:03:58 06:03:58 #53 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:03:58 #53 13.46 (1/4) Installing ca-certificates (20230506-r0) 06:03:58 #53 14.01 (2/4) Installing dumb-init (1.2.5-r2) 06:03:58 #53 14.03 (3/4) Installing su-exec (0.2-r2) 06:03:58 #53 14.06 (4/4) Installing yq (4.30.4-r4) 06:03:58 #53 15.36 Executing busybox-1.35.0-r29.trigger 06:03:58 #53 15.46 Executing ca-certificates-20230506-r0.trigger 06:03:58 #53 19.49 OK: 17 MiB in 19 packages 06:03:58 #53 DONE 22.3s 06:03:58 06:03:58 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:03:59 #37 ... 06:03:59 06:03:59 #58 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:03:59 #58 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:03:59 #58 18.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:03:59 #58 ... 06:03:59 06:03:59 #57 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 06:03:59 #57 23.31 (1/2) Installing ca-certificates (20230506-r0) 06:04:00 #57 23.76 (2/2) Installing dumb-init (1.2.5-r2) 06:04:00 #57 23.84 Executing busybox-1.35.0-r29.trigger 06:04:00 #57 24.14 Executing ca-certificates-20230506-r0.trigger 06:04:01 #57 ... 06:04:01 06:04:01 #55 [core-command stage-1 2/6] RUN apk add --update --no-cache dumb-init 06:04:01 #55 23.12 (1/1) Installing dumb-init (1.2.5-r2) 06:04:01 #55 23.19 Executing busybox-1.35.0-r29.trigger 06:04:01 #55 23.55 OK: 8 MiB in 16 packages 06:04:01 #55 DONE 25.7s 06:04:01 06:04:01 #59 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:04:01 #59 15.39 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:04:01 #59 15.39 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:04:01 #59 15.39 OK: 17689 distinct packages available 06:04:01 #59 17.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:04:01 #59 21.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:04:01 #59 ... 06:04:01 06:04:01 #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 06:04:01 #54 23.31 (1/2) Installing dumb-init (1.2.5-r2) 06:04:01 #54 23.40 (2/2) Installing su-exec (0.2-r2) 06:04:01 #54 23.40 Executing busybox-1.35.0-r29.trigger 06:04:01 #54 23.66 OK: 8 MiB in 17 packages 06:04:01 #54 DONE 25.5s 06:04:01 06:04:01 #66 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 06:04:02 #66 ... 06:04:02 06:04:02 #32 [security-proxy-setup internal] load build context 06:04:02 #32 transferring context: 67.50MB 30.1s 06:04:02 #32 ... 06:04:02 06:04:02 #50 [security-proxy-auth internal] load build context 06:04:02 #50 ... 06:04:02 06:04:02 #32 [security-proxy-setup internal] load build context 06:04:02 #32 ... 06:04:02 06:04:02 #43 [support-scheduler internal] load build context 06:04:02 #43 ... 06:04:02 06:04:02 #32 [security-proxy-setup internal] load build context 06:04:02 #32 ... 06:04:02 06:04:02 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:04:02 #62 14.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:04:02 #62 20.99 OK: 263 MiB in 53 packages 06:04:02 #62 DONE 23.1s 06:04:02 06:04:02 #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:04:02 #64 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:04:02 #64 17.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:04:03 #64 ... 06:04:03 06:04:03 #43 [support-scheduler internal] load build context 06:04:03 #43 ... 06:04:03 06:04:03 #63 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 06:04:03 #63 15.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:04:03 #63 22.01 OK: 263 MiB in 53 packages 06:04:03 #63 DONE 23.5s 06:04:03 06:04:03 #43 [support-scheduler internal] load build context 06:04:03 #43 ... 06:04:03 06:04:03 #41 [core-data internal] load build context 06:04:03 #41 ... 06:04:03 06:04:03 #44 [security-spiffe-token-provider internal] load build context 06:04:03 #44 ... 06:04:03 06:04:03 #45 [security-bootstrapper internal] load build context 06:04:03 #45 ... 06:04:03 06:04:03 #42 [security-secretstore-setup internal] load build context 06:04:03 #42 ... 06:04:03 06:04:03 #47 [core-command internal] load build context 06:04:03 #47 ... 06:04:03 06:04:03 #49 [core-metadata internal] load build context 06:04:03 #49 ... 06:04:03 06:04:03 #46 [core-common-config-bootstrapper internal] load build context 06:04:04 #46 ... 06:04:04 06:04:04 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 06:04:04 #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 21.1s done 06:04:04 #48 ... 06:04:04 06:04:04 #51 [support-notifications internal] load build context 06:04:04 #51 ... 06:04:04 06:04:04 #46 [core-common-config-bootstrapper internal] load build context 06:04:04 #46 ... 06:04:04 06:04:04 #57 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 06:04:04 #57 26.64 OK: 8 MiB in 17 packages 06:04:04 #57 DONE 28.2s 06:04:04 06:04:04 #46 [core-common-config-bootstrapper internal] load build context 06:04:05 #46 ... 06:04:05 06:04:05 #65 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 06:04:05 #65 17.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:04:05 #65 24.66 OK: 263 MiB in 53 packages 06:04:05 #65 DONE 26.7s 06:04:05 06:04:05 #46 [core-common-config-bootstrapper internal] load build context 06:04:08 #46 transferring context: 103.36MB 34.4s 06:04:09 #46 ... 06:04:09 06:04:09 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:04:09 #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 30.3s done 06:04:09 #37 ... 06:04:09 06:04:09 #51 [support-notifications internal] load build context 06:04:10 #51 ... 06:04:10 06:04:10 #46 [core-common-config-bootstrapper internal] load build context 06:04:10 #46 ... 06:04:10 06:04:10 #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:04:10 #61 23.82 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:04:10 #61 23.82 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:04:10 #61 23.82 OK: 17689 distinct packages available 06:04:10 #61 25.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:04:10 #61 27.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:04:10 #61 31.06 (1/4) Installing dumb-init (1.2.5-r2) 06:04:10 #61 31.06 (2/4) Installing musl-obstack (1.2.3-r0) 06:04:10 #61 31.09 (3/4) Installing libucontext (1.2-r0) 06:04:10 #61 31.09 (4/4) Installing gcompat (1.1.0-r0) 06:04:10 #61 31.09 Executing busybox-1.35.0-r29.trigger 06:04:10 #61 31.13 OK: 8 MiB in 19 packages 06:04:10 #61 ... 06:04:10 06:04:10 #46 [core-common-config-bootstrapper internal] load build context 06:04:10 #46 ... 06:04:10 06:04:10 #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:04:10 #61 DONE 34.3s 06:04:10 06:04:10 #46 [core-common-config-bootstrapper internal] load build context 06:04:11 #46 ... 06:04:11 06:04:11 #58 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:04:11 #58 26.16 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:04:11 #58 26.16 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:04:11 #58 26.16 OK: 17689 distinct packages available 06:04:11 #58 27.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:04:11 #58 28.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:04:11 #58 31.71 (1/5) Installing dumb-init (1.2.5-r2) 06:04:11 #58 31.73 (2/5) Installing musl-obstack (1.2.3-r0) 06:04:11 #58 31.79 (3/5) Installing libucontext (1.2-r0) 06:04:11 #58 31.79 (4/5) Installing gcompat (1.1.0-r0) 06:04:11 #58 31.79 (5/5) Installing openssl (3.0.10-r0) 06:04:11 #58 31.85 Executing busybox-1.35.0-r29.trigger 06:04:11 #58 31.90 OK: 9 MiB in 20 packages 06:04:11 #58 DONE 34.7s 06:04:11 06:04:11 #46 [core-common-config-bootstrapper internal] load build context 06:04:11 #46 ... 06:04:11 06:04:11 #66 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 06:04:11 #66 DONE 9.4s 06:04:11 06:04:11 #46 [core-common-config-bootstrapper internal] load build context 06:04:11 #46 ... 06:04:11 06:04:11 #59 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:04:11 #59 27.95 (1/9) Installing ca-certificates (20230506-r0) 06:04:11 #59 28.22 (2/9) Installing brotli-libs (1.0.9-r9) 06:04:11 #59 28.27 (3/9) Installing nghttp2-libs (1.51.0-r1) 06:04:11 #59 28.27 (4/9) Installing libcurl (8.2.1-r0) 06:04:11 #59 28.31 (5/9) Installing curl (8.2.1-r0) 06:04:11 #59 28.33 (6/9) Installing dumb-init (1.2.5-r2) 06:04:11 #59 28.37 (7/9) Installing musl-obstack (1.2.3-r0) 06:04:11 #59 28.37 (8/9) Installing libucontext (1.2-r0) 06:04:11 #59 28.40 (9/9) Installing gcompat (1.1.0-r0) 06:04:11 #59 28.40 Executing busybox-1.35.0-r29.trigger 06:04:11 #59 28.49 Executing ca-certificates-20230506-r0.trigger 06:04:11 #59 29.85 OK: 11 MiB in 24 packages 06:04:11 #59 DONE 35.4s 06:04:11 06:04:11 #46 [core-common-config-bootstrapper internal] load build context 06:04:11 #46 ... 06:04:11 06:04:11 #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:04:11 #64 23.35 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:04:11 #64 23.39 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:04:11 #64 23.39 OK: 17694 distinct packages available 06:04:11 #64 24.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:04:11 #64 26.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:04:11 #64 28.69 OK: 263 MiB in 53 packages 06:04:11 #64 DONE 32.0s 06:04:11 06:04:11 #46 [core-common-config-bootstrapper internal] load build context 06:04:12 #46 ... 06:04:12 06:04:12 #50 [security-proxy-auth internal] load build context 06:04:12 #50 ... 06:04:12 06:04:12 #51 [support-notifications internal] load build context 06:04:12 #51 ... 06:04:12 06:04:12 #67 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 06:04:12 #67 DONE 1.3s 06:04:12 06:04:12 #46 [core-common-config-bootstrapper internal] load build context 06:04:12 #46 ... 06:04:12 06:04:12 #32 [security-proxy-setup internal] load build context 06:04:12 #32 transferring context: 96.18MB 41.1s 06:04:13 #32 ... 06:04:13 06:04:13 #46 [core-common-config-bootstrapper internal] load build context 06:04:13 #46 ... 06:04:13 06:04:13 #68 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 06:04:13 #68 DONE 2.0s 06:04:13 06:04:13 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:04:13 #37 ... 06:04:13 06:04:13 #43 [support-scheduler internal] load build context 06:04:13 #43 ... 06:04:13 06:04:13 #41 [core-data internal] load build context 06:04:13 #41 ... 06:04:13 06:04:13 #44 [security-spiffe-token-provider internal] load build context 06:04:13 #44 ... 06:04:13 06:04:13 #45 [security-bootstrapper internal] load build context 06:04:14 #45 ... 06:04:14 06:04:14 #42 [security-secretstore-setup internal] load build context 06:04:14 #42 ... 06:04:14 06:04:14 #47 [core-command internal] load build context 06:04:14 #47 ... 06:04:14 06:04:14 #49 [core-metadata internal] load build context 06:04:14 #49 ... 06:04:14 06:04:14 #47 [core-command internal] load build context 06:04:18 #47 ... 06:04:18 06:04:18 #69 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:04:18 #69 DONE 3.2s 06:04:18 06:04:18 #70 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:04:18 #70 DONE 3.2s 06:04:18 06:04:18 #47 [core-command internal] load build context 06:04:18 #47 ... 06:04:18 06:04:18 #71 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:04:18 #71 DONE 3.0s 06:04:18 06:04:18 #47 [core-command internal] load build context 06:04:19 #47 transferring context: 92.37MB 45.3s 06:04:19 #47 ... 06:04:19 06:04:19 #72 [security-spire-agent stage-3 5/9] COPY Attribution.txt / 06:04:19 #72 DONE 1.1s 06:04:19 06:04:19 #47 [core-command internal] load build context 06:04:19 #47 ... 06:04:19 06:04:19 #73 [security-spire-server stage-2 4/8] COPY Attribution.txt / 06:04:19 #73 DONE 1.3s 06:04:19 06:04:19 #47 [core-command internal] load build context 06:04:19 #47 ... 06:04:19 06:04:19 #74 [security-spire-config stage-2 4/9] COPY Attribution.txt / 06:04:19 #74 DONE 1.2s 06:04:19 06:04:19 #49 [core-metadata internal] load build context 06:04:20 #49 ... 06:04:20 06:04:20 #47 [core-command internal] load build context 06:04:20 #47 ... 06:04:20 06:04:20 #75 [security-spire-agent stage-3 6/9] COPY security.txt / 06:04:20 #75 DONE 1.0s 06:04:20 06:04:20 #47 [core-command internal] load build context 06:04:20 #47 ... 06:04:20 06:04:20 #76 [security-spire-config stage-2 5/9] COPY security.txt / 06:04:20 #76 DONE 1.1s 06:04:20 06:04:20 #77 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:04:20 #77 ... 06:04:20 06:04:20 #78 [security-spire-server stage-2 5/8] COPY security.txt / 06:04:20 #78 DONE 1.3s 06:04:21 06:04:21 #46 [core-common-config-bootstrapper internal] load build context 06:04:21 #46 transferring context: 188.36MB 46.7s done 06:04:21 #46 DONE 48.1s 06:04:21 06:04:21 #47 [core-command internal] load build context 06:04:21 #47 ... 06:04:21 06:04:21 #79 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:04:21 #79 DONE 1.2s 06:04:21 06:04:21 #47 [core-command internal] load build context 06:04:21 #47 ... 06:04:21 06:04:21 #77 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:04:21 #77 DONE 0.8s 06:04:21 06:04:21 #47 [core-command internal] load build context 06:04:22 #47 ... 06:04:22 06:04:22 #80 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:04:22 #80 DONE 1.1s 06:04:22 06:04:22 #47 [core-command internal] load build context 06:04:23 #47 ... 06:04:23 06:04:23 #81 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:04:23 #81 DONE 1.2s 06:04:23 06:04:23 #47 [core-command internal] load build context 06:04:23 #47 ... 06:04:23 06:04:23 #50 [security-proxy-auth internal] load build context 06:04:23 #50 ... 06:04:23 06:04:23 #82 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 06:04:23 #82 DONE 1.2s 06:04:23 06:04:23 #50 [security-proxy-auth internal] load build context 06:04:23 #50 ... 06:04:23 06:04:23 #51 [support-notifications internal] load build context 06:04:23 #51 ... 06:04:23 06:04:23 #50 [security-proxy-auth internal] load build context 06:04:23 #50 ... 06:04:23 06:04:23 #83 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:04:23 #83 DONE 1.6s 06:04:23 06:04:23 #50 [security-proxy-auth internal] load build context 06:04:23 #50 ... 06:04:23 06:04:23 #32 [security-proxy-setup internal] load build context 06:04:23 #32 ... 06:04:23 06:04:23 #84 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:04:23 #84 ... 06:04:23 06:04:23 #85 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:04:23 #85 DONE 1.3s 06:04:23 06:04:23 #47 [core-command internal] load build context 06:04:23 #47 ... 06:04:23 06:04:23 #43 [support-scheduler internal] load build context 06:04:23 #43 ... 06:04:23 06:04:23 #44 [security-spiffe-token-provider internal] load build context 06:04:23 #44 ... 06:04:23 06:04:23 #86 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:04:23 #86 DONE 0.9s 06:04:23 06:04:23 #44 [security-spiffe-token-provider internal] load build context 06:04:23 #44 ... 06:04:23 06:04:23 #41 [core-data internal] load build context 06:04:23 #41 ... 06:04:23 06:04:23 #45 [security-bootstrapper internal] load build context 06:04:23 #45 transferring context: 188.36MB 50.8s done 06:04:24 #45 ... 06:04:24 06:04:24 #42 [security-secretstore-setup internal] load build context 06:04:24 #42 ... 06:04:24 06:04:24 #43 [support-scheduler internal] load build context 06:04:24 #43 ... 06:04:24 06:04:24 #45 [security-bootstrapper internal] load build context 06:04:24 #45 DONE 51.7s 06:04:24 06:04:24 #43 [support-scheduler internal] load build context 06:04:24 #43 ... 06:04:24 06:04:24 #87 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:04:24 #87 DONE 1.5s 06:04:24 06:04:24 #43 [support-scheduler internal] load build context 06:04:24 #43 ... 06:04:24 06:04:24 #88 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:04:24 #88 DONE 1.2s 06:04:24 06:04:24 #43 [support-scheduler internal] load build context 06:04:25 #43 ... 06:04:25 06:04:25 #49 [core-metadata internal] load build context 06:04:25 #49 transferring context: 188.36MB 51.7s done 06:04:25 #49 DONE 52.6s 06:04:25 06:04:25 #43 [support-scheduler internal] load build context 06:04:26 #43 ... 06:04:26 06:04:26 #89 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:04:26 #89 DONE 1.2s 06:04:26 06:04:26 #43 [support-scheduler internal] load build context 06:04:28 #43 ... 06:04:28 06:04:28 #44 [security-spiffe-token-provider internal] load build context 06:04:28 #44 transferring context: 188.36MB 55.2s done 06:04:28 #44 DONE 55.9s 06:04:28 06:04:28 #43 [support-scheduler internal] load build context 06:04:29 #43 ... 06:04:29 06:04:29 #50 [security-proxy-auth internal] load build context 06:04:29 #50 transferring context: 188.36MB 54.4s done 06:04:29 #50 DONE 55.4s 06:04:29 06:04:29 #43 [support-scheduler internal] load build context 06:04:29 #43 ... 06:04:29 06:04:29 #51 [support-notifications internal] load build context 06:04:29 #51 transferring context: 188.36MB 55.3s done 06:04:29 #51 DONE 56.0s 06:04:29 06:04:29 #43 [support-scheduler internal] load build context 06:04:29 #43 ... 06:04:29 06:04:29 #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 06:04:29 #90 DONE 1.2s 06:04:29 06:04:29 #43 [support-scheduler internal] load build context 06:04:30 #43 ... 06:04:30 06:04:30 #91 [support-notifications builder 4/7] COPY go.mod vendor* ./ 06:04:30 #91 DONE 0.8s 06:04:30 06:04:30 #43 [support-scheduler internal] load build context 06:04:31 #43 ... 06:04:31 06:04:31 #92 [security-spire-config] exporting to image 06:04:31 #92 exporting layers 6.2s done 06:04:31 #92 writing image sha256:297bf018bae4cb58bc5c4b285d996ebcf93afec1d39cc88d51875caaaba1aeb8 0.0s done 06:04:31 #92 naming to docker.io/library/security-spire-agent-arm64 0.0s done 06:04:31 #92 writing image sha256:903952f952f49ed7c5413a8db28c1ad546b8678a43903cbf46696b90bcf752d5 0.0s done 06:04:31 #92 naming to docker.io/library/security-spire-server-arm64 0.0s done 06:04:31 #92 writing image sha256:2a5b02c045913316f322574315359906635b4d5707a35b136f48258cd90ef13a 0.1s done 06:04:31 #92 naming to docker.io/library/security-spire-config-arm64 0.1s done 06:04:31 #92 DONE 6.8s 06:04:31 06:04:31 #43 [support-scheduler internal] load build context 06:04:33 #43 ... 06:04:33 06:04:33 #41 [core-data internal] load build context 06:04:33 #41 transferring context: 188.36MB 61.1s done 06:04:33 #41 DONE 61.4s 06:04:33 06:04:33 #43 [support-scheduler internal] load build context 06:04:33 #43 ... 06:04:33 06:04:33 #32 [security-proxy-setup internal] load build context 06:04:33 #32 ... 06:04:33 06:04:33 #43 [support-scheduler internal] load build context 06:04:33 #43 transferring context: 188.36MB 61.2s done 06:04:33 #43 DONE 61.6s 06:04:33 06:04:33 #32 [security-proxy-setup internal] load build context 06:04:33 #32 ... 06:04:33 06:04:33 #47 [core-command internal] load build context 06:04:33 #47 ... 06:04:33 06:04:33 #32 [security-proxy-setup internal] load build context 06:04:34 #32 ... 06:04:34 06:04:34 #42 [security-secretstore-setup internal] load build context 06:04:34 #42 ... 06:04:34 06:04:34 #32 [security-proxy-setup internal] load build context 06:04:34 #32 transferring context: 188.36MB 62.6s done 06:04:34 #32 DONE 62.8s 06:04:34 06:04:34 #47 [core-command internal] load build context 06:04:35 #47 transferring context: 188.36MB 61.6s done 06:04:35 #47 DONE 62.3s 06:04:35 06:04:35 #42 [security-secretstore-setup internal] load build context 06:04:35 #42 transferring context: 188.36MB 63.7s done 06:04:35 #42 DONE 63.8s 06:04:35 06:04:35 #93 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:04:36 #93 ... 06:04:36 06:04:36 #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:04:36 #94 ... 06:04:36 06:04:36 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #95 ... 06:05:23 06:05:23 #93 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #93 DONE 47.6s 06:05:23 06:05:23 #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #94 DONE 51.8s 06:05:23 06:05:23 #96 [support-notifications builder 6/7] COPY . . 06:05:23 #96 ... 06:05:23 06:05:23 #84 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #84 DONE 54.9s 06:05:23 06:05:23 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #95 DONE 48.4s 06:05:23 06:05:23 #97 [security-spiffe-token-provider builder 6/7] COPY . . 06:05:23 #97 ... 06:05:23 06:05:23 #98 [security-bootstrapper builder 6/7] COPY . . 06:05:23 #98 DONE 3.1s 06:05:23 06:05:23 #96 [support-notifications builder 6/7] COPY . . 06:05:23 #96 DONE 3.1s 06:05:23 06:05:23 #99 [security-proxy-auth builder 6/7] COPY . . 06:05:23 #99 CACHED 06:05:23 06:05:23 #100 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #100 CACHED 06:05:23 06:05:23 #101 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 06:05:23 #101 CACHED 06:05:23 06:05:23 #102 [core-common-config-bootstrapper builder 6/7] COPY . . 06:05:23 #102 DONE 3.1s 06:05:23 06:05:23 #103 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #103 CACHED 06:05:23 06:05:23 #104 [core-command builder 4/7] COPY go.mod vendor* ./ 06:05:23 #104 CACHED 06:05:23 06:05:23 #105 [core-command builder 6/7] COPY . . 06:05:23 #105 CACHED 06:05:23 06:05:23 #106 [core-metadata builder 4/7] COPY go.mod vendor* ./ 06:05:23 #106 CACHED 06:05:23 06:05:23 #107 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #107 CACHED 06:05:23 06:05:23 #108 [core-metadata builder 6/7] COPY . . 06:05:23 #108 CACHED 06:05:23 06:05:23 #109 [security-secretstore-setup builder 6/7] COPY . . 06:05:23 #109 CACHED 06:05:23 06:05:23 #110 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 06:05:23 #110 CACHED 06:05:23 06:05:23 #111 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #111 CACHED 06:05:23 06:05:23 #97 [security-spiffe-token-provider builder 6/7] COPY . . 06:05:23 #97 DONE 3.1s 06:05:23 06:05:23 #112 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 06:05:23 #112 CACHED 06:05:23 06:05:23 #113 [support-scheduler builder 6/7] COPY . . 06:05:23 #113 CACHED 06:05:23 06:05:23 #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #114 CACHED 06:05:23 06:05:23 #115 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #115 CACHED 06:05:23 06:05:23 #116 [core-data builder 4/7] COPY go.mod vendor* ./ 06:05:23 #116 CACHED 06:05:23 06:05:23 #117 [core-data builder 6/7] COPY . . 06:05:23 #117 CACHED 06:05:23 06:05:23 #118 [security-proxy-setup builder 6/7] COPY . . 06:05:23 #118 CACHED 06:05:23 06:05:23 #119 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:23 #119 CACHED 06:05:23 06:05:23 #120 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 06:05:23 #120 CACHED 06:05:23 06:05:23 #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:05:26 #121 ... 06:05:26 06:05:26 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:05:26 #0 4.914 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 06:05:26 #122 ... 06:05:26 06:05:26 #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:05:26 #121 5.506 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 06:05:32 #121 ... 06:05:32 06:05:32 #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:05:32 #0 5.117 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 06:05:32 #123 ... 06:05:32 06:05:32 #124 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:05:32 #0 4.965 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 06:05:32 #124 ... 06:05:32 06:05:32 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:05:32 #0 5.384 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 06:05:32 #125 ... 06:05:32 06:05:32 #126 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:05:32 #0 4.241 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 06:05:32 #126 ... 06:05:32 06:05:32 #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:05:32 #0 4.129 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 06:05:32 #127 ... 06:05:32 06:05:32 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:05:32 #0 4.447 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 06:05:32 #128 ... 06:05:32 06:05:32 #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:05:32 #0 4.752 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 06:05:32 #129 ... 06:05:32 06:05:32 #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:05:32 #0 4.821 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-auth/security-proxy-auth ./cmd/security-proxy-auth 06:05:32 #130 ... 06:05:32 06:05:32 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:05:32 #0 4.989 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 06:20:55 #131 ... 06:20:55 06:20:55 #124 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:20:55 #124 920.0 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 06:20:55 #124 ... 06:20:55 06:20:55 #126 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:20:55 #126 DONE 927.4s 06:20:55 06:20:55 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:20:55 #125 ... 06:20:55 06:20:55 #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 06:20:55 #132 DONE 0.2s 06:20:55 06:20:55 #133 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 06:20:55 #133 DONE 0.2s 06:20:55 06:20:55 #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:20:55 #129 ... 06:20:55 06:20:55 #134 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 06:20:55 #134 DONE 0.1s 06:20:55 06:20:55 #135 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:20:55 #135 DONE 0.1s 06:20:55 06:20:55 #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:20:55 #130 ... 06:20:55 06:20:55 #136 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:20:55 #136 DONE 0.3s 06:20:55 06:20:55 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:20:55 #122 ... 06:20:55 06:20:55 #137 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:20:55 #137 DONE 0.2s 06:20:55 06:20:55 #138 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:20:55 #138 DONE 2.4s 06:20:55 06:20:55 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:20:55 #125 ... 06:20:55 06:20:55 #92 [security-proxy-setup] exporting to image 06:20:55 #92 exporting layers 06:20:55 #92 exporting layers 1.1s done 06:20:55 #92 writing image sha256:a0b870aa7d03037ca2ca0366a306cbdbfc624a6d966b8c9d6e4d73f4182c35c1 0.0s done 06:20:55 #92 naming to docker.io/library/security-proxy-setup-arm64 done 06:20:55 #92 DONE 8.0s 06:20:55 06:20:55 #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:21:05 #127 ... 06:21:05 06:21:05 #124 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:21:05 #124 DONE 942.6s 06:21:05 06:21:05 #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:21:05 #127 ... 06:21:05 06:21:05 #139 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 06:21:05 #139 DONE 0.3s 06:21:05 06:21:05 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:21:05 #122 ... 06:21:05 06:21:05 #140 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 06:21:05 #140 DONE 0.2s 06:21:05 06:21:05 #141 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:21:05 #141 DONE 0.2s 06:21:05 06:21:05 #142 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 06:21:05 #142 DONE 0.2s 06:21:05 06:21:05 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:21:05 #37 ... 06:21:05 06:21:05 #143 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:21:05 #143 DONE 0.3s 06:21:05 06:21:05 #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:21:05 #121 ... 06:21:05 06:21:05 #144 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:21:05 #144 DONE 0.3s 06:21:05 06:21:05 #145 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:21:06 #145 DONE 0.4s 06:21:06 06:21:06 #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:21:06 #123 ... 06:21:06 06:21:06 #146 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:21:06 #146 DONE 0.2s 06:21:06 06:21:06 #147 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:21:07 #147 ... 06:21:07 06:21:07 #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:21:07 #127 DONE 946.5s 06:21:07 06:21:07 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:21:08 #122 ... 06:21:08 06:21:08 #148 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:21:09 #148 DONE 0.2s 06:21:09 06:21:09 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:21:09 #37 ... 06:21:09 06:21:09 #149 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 06:21:09 #149 ... 06:21:09 06:21:09 #147 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:21:09 #147 DONE 3.1s 06:21:09 06:21:09 #92 [security-secretstore-setup] exporting to image 06:21:09 #92 exporting layers 06:21:11 #92 exporting layers 1.6s done 06:21:11 #92 writing image sha256:2b3d163bad67d3eb712ad4e7d7d047d71e793fbb26739058a37c6ba7d1a67dd7 done 06:21:11 #92 naming to docker.io/library/security-secretstore-setup-arm64 done 06:21:11 #92 DONE 9.6s 06:21:11 06:21:11 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:21:12 #131 ... 06:21:12 06:21:12 #149 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 06:21:12 #149 DONE 2.8s 06:21:12 06:21:12 #150 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 06:21:12 #150 DONE 0.4s 06:21:12 06:21:12 #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:21:12 #130 ... 06:21:12 06:21:12 #151 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 06:21:12 #151 DONE 0.1s 06:21:12 06:21:12 #152 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:21:12 #152 DONE 0.3s 06:21:12 06:21:12 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:21:12 #125 ... 06:21:12 06:21:12 #153 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:21:12 #153 DONE 0.2s 06:21:12 06:21:12 #154 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 06:21:13 #154 DONE 0.2s 06:21:13 06:21:13 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:21:13 #125 ... 06:21:13 06:21:13 #155 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 06:21:13 #155 DONE 0.2s 06:21:13 06:21:13 #156 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 06:21:13 #156 DONE 0.3s 06:21:13 06:21:13 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:21:13 #125 ... 06:21:13 06:21:13 #157 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:21:13 #157 DONE 0.2s 06:21:13 06:21:13 #158 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 06:21:15 #158 DONE 2.1s 06:21:15 06:21:15 #92 [security-bootstrapper] exporting to image 06:21:16 #92 exporting layers 0.8s done 06:21:16 #92 writing image sha256:87685925932c5cf477192b11413b265ab957a1032174013ecd424ef3b6a801e4 done 06:21:16 #92 naming to docker.io/library/security-bootstrapper-arm64 done 06:21:16 #92 DONE 10.5s 06:21:16 06:21:16 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:21:25 #128 ... 06:21:25 06:21:25 #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:21:25 #130 DONE 963.3s 06:21:25 06:21:25 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:21:25 #37 ... 06:21:25 06:21:25 #159 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 06:21:25 #159 DONE 0.2s 06:21:25 06:21:25 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:21:25 #125 ... 06:21:25 06:21:25 #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 06:21:25 #160 DONE 0.1s 06:21:25 06:21:25 #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:21:25 #161 DONE 0.3s 06:21:25 06:21:25 #162 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:21:26 #162 DONE 0.1s 06:21:26 06:21:26 #163 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:21:26 #163 DONE 0.1s 06:21:26 06:21:26 #164 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:21:28 #164 DONE 2.1s 06:21:28 06:21:28 #92 [security-proxy-auth] exporting to image 06:21:28 #92 exporting layers 06:21:29 #92 exporting layers 0.6s done 06:21:29 #92 writing image sha256:e9ac0f6dd9d4fe629b568866ce9907e6457b8a848e06a4ec0d7c7b9a74bf284c done 06:21:29 #92 naming to docker.io/library/security-proxy-auth-arm64 0.0s done 06:21:29 #92 DONE 11.1s 06:21:29 06:21:29 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:21:44 #128 ... 06:21:44 06:21:44 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:21:44 #131 DONE 981.0s 06:21:44 06:21:44 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:21:44 #122 ... 06:21:44 06:21:44 #165 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 06:21:44 #165 DONE 0.3s 06:21:44 06:21:44 #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:21:44 #129 ... 06:21:44 06:21:44 #166 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 06:21:44 #166 DONE 0.2s 06:21:44 06:21:44 #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:21:44 #123 ... 06:21:44 06:21:44 #167 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:21:44 #167 DONE 0.3s 06:21:44 06:21:44 #168 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:21:44 #168 DONE 0.1s 06:21:44 06:21:44 #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:21:44 #129 ... 06:21:44 06:21:44 #169 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:21:44 #169 DONE 0.1s 06:21:44 06:21:44 #170 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:21:46 #170 DONE 2.0s 06:21:46 06:21:46 #92 [core-common-config-bootstrapper] exporting to image 06:21:46 #92 exporting layers 06:21:46 #92 exporting layers 0.6s done 06:21:46 #92 writing image sha256:b85129d30854365fee11b25cd0f4781427e8988b398f19fa3f9bf3490034b0c4 done 06:21:46 #92 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 06:21:46 #92 DONE 11.7s 06:21:46 06:21:46 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:22:25 #122 ... 06:22:25 06:22:25 #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:22:25 #129 DONE 1024.1s 06:22:25 06:22:25 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:22:25 #122 ... 06:22:25 06:22:25 #171 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 06:22:26 #171 DONE 0.4s 06:22:26 06:22:26 #172 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 06:22:26 #172 DONE 0.2s 06:22:26 06:22:26 #173 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:22:26 #173 DONE 0.4s 06:22:26 06:22:26 #31 [support-notifications stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 06:22:26 #31 ... 06:22:26 06:22:26 #174 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:22:26 #174 DONE 0.1s 06:22:26 06:22:26 #92 [core-command] exporting to image 06:22:26 #92 exporting layers 06:22:27 #92 exporting layers 0.4s done 06:22:27 #92 writing image sha256:13388d84b2631561be44fc27ff97c03f001c67e6f52f68eed3f1d6842eb04f47 done 06:22:27 #92 naming to docker.io/library/core-command-arm64 done 06:22:27 #92 DONE 12.1s 06:22:27 06:22:27 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:22:37 #122 DONE 1036.1s 06:22:37 06:22:37 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:22:38 #125 ... 06:22:38 06:22:38 #175 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 06:22:38 #175 DONE 0.2s 06:22:38 06:22:38 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:22:38 #128 ... 06:22:38 06:22:38 #176 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 06:22:38 #176 DONE 0.2s 06:22:38 06:22:38 #177 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:22:38 #177 DONE 0.4s 06:22:38 06:22:38 #178 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:22:39 #178 DONE 0.2s 06:22:39 06:22:39 #92 [core-data] exporting to image 06:22:39 #92 exporting layers 06:22:39 #92 exporting layers 0.5s done 06:22:39 #92 writing image sha256:b1846c082cb8720fdabe7dc24551fa194f4b4b8c0d6ce681a7fe31d9e749f107 0.0s done 06:22:39 #92 naming to docker.io/library/core-data-arm64 0.0s done 06:22:39 #92 DONE 12.6s 06:22:39 06:22:39 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:22:40 #128 ... 06:22:40 06:22:40 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:22:40 #125 DONE 1039.5s 06:22:41 06:22:41 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:22:41 #37 ... 06:22:41 06:22:41 #179 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 06:22:41 #179 DONE 0.2s 06:22:41 06:22:41 #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:22:41 #121 ... 06:22:41 06:22:41 #180 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 06:22:41 #180 DONE 0.2s 06:22:41 06:22:41 #181 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:22:42 #181 DONE 0.4s 06:22:42 06:22:42 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:22:42 #128 ... 06:22:42 06:22:42 #182 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:22:42 #182 DONE 0.1s 06:22:42 06:22:42 #183 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:22:42 #183 DONE 0.1s 06:22:42 06:22:42 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:22:42 #128 ... 06:22:42 06:22:42 #92 [core-metadata] exporting to image 06:22:42 #92 exporting layers 0.3s done 06:22:42 #92 writing image sha256:d91f6061dc0ca7640a867c89375556acd2bbb0e67f385ed1e1152ef5c8a3b326 done 06:22:42 #92 naming to docker.io/library/core-metadata-arm64 done 06:22:42 #92 DONE 12.9s 06:22:42 06:22:42 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 06:23:15 #37 ... 06:23:15 06:23:15 #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:23:15 #121 DONE 1068.9s 06:23:15 06:23:15 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:23:15 #128 ... 06:23:15 06:23:15 #184 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 06:23:15 #184 DONE 0.2s 06:23:15 06:23:15 #185 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 06:23:15 #185 DONE 0.3s 06:23:15 06:23:15 #186 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:23:15 #186 DONE 0.3s 06:23:15 06:23:15 #187 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:23:15 #187 DONE 0.1s 06:23:15 06:23:15 #92 [security-spiffe-token-provider] exporting to image 06:23:15 #92 exporting layers 06:23:15 #92 exporting layers 0.5s done 06:23:15 #92 writing image sha256:96600c579f3e5c6e5985b6b90ffdc97c721a3d44fb8200bbdcd87b6a7048f64d done 06:23:15 #92 naming to docker.io/library/security-spiffe-token-provider-arm64 done 06:23:15 #92 DONE 13.4s 06:23:15 06:23:15 #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:23:41 #128 DONE 1100.4s 06:23:41 06:23:41 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 06:23:41 #48 ... 06:23:41 06:23:41 #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:23:41 #123 DONE 1100.4s 06:23:41 06:23:41 #188 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 06:23:42 #188 DONE 0.3s 06:23:42 06:23:42 #189 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 06:23:42 #189 DONE 0.2s 06:23:42 06:23:42 #190 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 06:23:42 #190 DONE 0.1s 06:23:42 06:23:42 #191 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:23:42 #191 ... 06:23:42 06:23:42 #192 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 06:23:42 #192 DONE 0.2s 06:23:42 06:23:42 #191 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:23:42 #191 DONE 0.4s 06:23:42 06:23:42 #193 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 06:23:42 #193 DONE 0.3s 06:23:42 06:23:42 #194 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:23:43 #194 DONE 0.4s 06:23:43 06:23:43 #92 [support-scheduler] exporting to image 06:23:43 #92 exporting layers 06:23:43 #92 ... 06:23:43 06:23:43 #195 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:23:43 #195 DONE 0.2s 06:23:43 06:23:43 #92 [support-notifications] exporting to image 06:23:43 #92 exporting layers 0.4s done 06:23:43 #92 writing image sha256:f5bf280a15393913afdd006c83f6c0e1ac13bd6bf2e395603b08dc2b83ba749c 0.0s done 06:23:43 #92 naming to docker.io/library/support-scheduler-arm64 06:23:43 #92 exporting layers 0.3s done 06:23:43 #92 naming to docker.io/library/support-scheduler-arm64 done 06:23:43 #92 writing image sha256:f9560141e34f339de29986d7d0a8c7ba2ba519dd22503ebc38c4fa84142279e1 done 06:23:43 #92 naming to docker.io/library/support-notifications-arm64 done 06:23:43 #92 DONE 13.9s 06:23:43 06:23:43 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:23:43 time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 06:23:43 $ docker stop --time=1 8540c3f6287f392a8ae3e2d797a56c810684e4d538684fd7bbae3690bcc0ff7f 06:23:45 $ docker rm -f --volumes 8540c3f6287f392a8ae3e2d797a56c810684e4d538684fd7bbae3690bcc0ff7f [Pipeline] // withDockerContainer [Pipeline] sh 06:23:45 + docker images 06:23:45 REPOSITORY TAG IMAGE ID CREATED SIZE 06:23:45 support-notifications-arm64 latest f9560141e34f 2 seconds ago 33.7MB 06:23:45 support-scheduler-arm64 latest f5bf280a1539 3 seconds ago 33MB 06:23:45 security-spiffe-token-provider-arm64 latest 96600c579f3e 34 seconds ago 33.3MB 06:23:45 core-metadata-arm64 latest d91f6061dc0c About a minute ago 21.2MB 06:23:45 core-data-arm64 latest b1846c082cb8 About a minute ago 21MB 06:23:45 core-command-arm64 latest 13388d84b263 About a minute ago 20.8MB 06:23:45 core-common-config-bootstrapper-arm64 latest b85129d30854 2 minutes ago 18MB 06:23:45 security-proxy-auth-arm64 latest e9ac0f6dd9d4 2 minutes ago 19.3MB 06:23:45 security-bootstrapper-arm64 latest 87685925932c 2 minutes ago 22.6MB 06:23:45 security-secretstore-setup-arm64 latest 2b3d163bad67 2 minutes ago 43MB 06:23:45 security-proxy-setup-arm64 latest a0b870aa7d03 2 minutes ago 28.8MB 06:23:45 security-spire-server-arm64 latest 903952f952f4 19 minutes ago 97.1MB 06:23:45 security-spire-config-arm64 latest 2a5b02c04591 19 minutes ago 96.2MB 06:23:45 security-spire-agent-arm64 latest 297bf018bae4 19 minutes ago 153MB 06:23:45 ci-base-image-arm64 latest f3f31bcf4783 32 minutes ago 1.05GB 06:23:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 7 weeks ago 677MB 06:23:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 3 months ago 332MB [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 06:23:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:23:46 06:23:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:23:47 arm64: Pulling from edgex-lftools-log-publisher 06:23:47 8998bd30e6a1: Pulling fs layer 06:23:47 04944245beec: Pulling fs layer 06:23:47 699f458cf7ca: Pulling fs layer 06:23:47 765212b225bb: Pulling fs layer 06:23:47 f23df028b6ca: Pulling fs layer 06:23:47 d65c8cfc05b1: Pulling fs layer 06:23:47 2437ff75d9bd: Pulling fs layer 06:23:47 765212b225bb: Waiting 06:23:47 f23df028b6ca: Waiting 06:23:47 d65c8cfc05b1: Waiting 06:23:47 2437ff75d9bd: Waiting 06:23:47 04944245beec: Verifying Checksum 06:23:47 04944245beec: Download complete 06:23:47 765212b225bb: Verifying Checksum 06:23:47 765212b225bb: Download complete 06:23:47 f23df028b6ca: Verifying Checksum 06:23:47 f23df028b6ca: Download complete 06:23:47 d65c8cfc05b1: Verifying Checksum 06:23:47 d65c8cfc05b1: Download complete 06:23:47 699f458cf7ca: Verifying Checksum 06:23:47 699f458cf7ca: Download complete 06:23:47 8998bd30e6a1: Verifying Checksum 06:23:47 8998bd30e6a1: Download complete 06:23:50 2437ff75d9bd: Verifying Checksum 06:23:50 2437ff75d9bd: Download complete 06:23:51 8998bd30e6a1: Pull complete 06:23:56 04944245beec: Pull complete 06:23:57 699f458cf7ca: Pull complete 06:23:57 765212b225bb: Pull complete 06:23:57 f23df028b6ca: Pull complete 06:23:58 d65c8cfc05b1: Pull complete 06:24:13 2437ff75d9bd: Pull complete 06:24:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:24:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:24:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:24:13 prd-ubuntu20.04-docker-arm64-4c-16g-5096 does not seem to be running inside a container 06:24:13 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:24:16 $ docker top 2977ce8c2372db86a8439b1550df782c3b32949313ac22a8ed319483f4e412d6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:24:17 ---> job-cost.sh 06:24:17 lf-activate-venv: SKIPPING 06:24:17 INFO: No Stack... 06:24:17 INFO: Retrieving Pricing Info for: v3-standard-4 06:24:18 INFO: Archiving Costs [Pipeline] sh 06:24:19 + cat /w/workspace/edgex-go/1/archives/cost.csv 06:24:19 + cut -d, -f6 [Pipeline] lock 06:24:19 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4668-1-stack-cost] 06:24:19 Resource [jenkins-edgexfoundry-edgex-go-PR-4668-1-stack-cost] did not exist. Created. 06:24:19 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4668-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:24:20 + echo total: 0.10999999940395355 [Pipeline] stash 06:24:20 Stashed 1 file(s) [Pipeline] } 06:24:20 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4668-1-stack-cost] [Pipeline] // lock [Pipeline] } 06:24:20 $ docker stop --time=1 2977ce8c2372db86a8439b1550df782c3b32949313ac22a8ed319483f4e412d6 06:24:23 $ docker rm -f --volumes 2977ce8c2372db86a8439b1550df782c3b32949313ac22a8ed319483f4e412d6 [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 06:24:24 provisioning config files... 06:24:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config15447269766985284068tmp [Pipeline] { [Pipeline] sh 06:24:24 + set +x 06:24:24 + curl -s https://codecov.io/bash 06:24:24 + bash -s -- 06:24:24 06:24:24 _____ _ 06:24:24 / ____| | | 06:24:24 | | ___ __| | ___ ___ _____ __ 06:24:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:24:24 | |___| (_) | (_| | __/ (_| (_) \ V / 06:24:24 \_____\___/ \__,_|\___|\___\___/ \_/ 06:24:24 Bash-1.0.6 06:24:24 06:24:24 06:24:24 ==> git version 2.25.1 found 06:24:24 ==> 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 06:24:24 Release-Date: 2020-01-08 06:24:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:24:24 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:24:24 ==> Jenkins CI detected. 06:24:24 current dir:  /w/workspace/edgex-go/1 06:24:24 project root: . 06:24:24 --> token set from env 06:24:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:24:24 ==> Running gcov in . (disable via -X gcov) 06:24:24 ==> Python coveragepy not found 06:24:24 ==> Searching for coverage reports in: 06:24:24 + . 06:24:24 -> Found 1 reports 06:24:24 ==> Detecting git/mercurial file structure 06:24:24 ==> Reading reports 06:24:24 + ./coverage.out bytes=449348 06:24:24 ==> Appending adjustments 06:24:24 https://docs.codecov.io/docs/fixing-reports 06:24:26 + Found adjustments 06:24:26 ==> Gzipping contents 06:24:26 60K /tmp/codecov.OVI4Sp.gz 06:24:26 ==> Uploading reports 06:24:26 url: https://codecov.io 06:24:26 query: branch=PR-4668&commit=3d4a8d3ab80d596f721284b587eda2e16295cdda&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4668%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4668&job=&cmd_args= 06:24:26 -> Pinging Codecov 06:24:26 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4668&commit=3d4a8d3ab80d596f721284b587eda2e16295cdda&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4668%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4668&job=&cmd_args= 06:24:26 -> Uploading to 06:24:26 https://storage.googleapis.com/codecov/v4/raw/2023-09-01/00271124DB129430A58F1EEE437C3FCB/3d4a8d3ab80d596f721284b587eda2e16295cdda/48b7d3bc-4561-4906-837f-e4b109437bba.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230901%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230901T062425Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7ece716100ab930cf66a4fa6204fa9a7e953ba86d5f4ea7dd27235d0c02d2dc1 06:24:26 % Total % Received % Xferd Average Speed Time Time Time Current 06:24:26 Dload Upload Total Spent Left Speed 06:24:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57677 0 0 100 57677 0 263k --:--:-- --:--:-- --:--:-- 263k 06:24:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/3d4a8d3ab80d596f721284b587eda2e16295cdda [Pipeline] } 06:24:26 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 06:24:27 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 06:24:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:24:29 ---> package-listing.sh 06:24:29 ++ facter osfamily 06:24:29 ++ tr '[:upper:]' '[:lower:]' 06:24:29 + OS_FAMILY=debian 06:24:29 + workspace=/w/workspace/edgex-go/1 06:24:29 + START_PACKAGES=/tmp/packages_start.txt 06:24:29 + END_PACKAGES=/tmp/packages_end.txt 06:24:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:24:29 + PACKAGES=/tmp/packages_start.txt 06:24:29 + '[' /w/workspace/edgex-go/1 ']' 06:24:29 + PACKAGES=/tmp/packages_end.txt 06:24:29 + case "${OS_FAMILY}" in 06:24:29 + dpkg -l 06:24:29 + grep '^ii' 06:24:29 + '[' -f /tmp/packages_start.txt ']' 06:24:29 + '[' -f /tmp/packages_end.txt ']' 06:24:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:24:29 + '[' /w/workspace/edgex-go/1 ']' 06:24:29 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:24:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:24:29 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 06:24:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:24:30 06:24:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:24:30 latest: Pulling from edgex-lftools-log-publisher 06:24:30 5eb5b503b376: Pulling fs layer 06:24:30 5c69ac0246d0: Pulling fs layer 06:24:30 ec43610c2a17: Pulling fs layer 06:24:30 3a2ae6a8a46f: Pulling fs layer 06:24:30 33b1e0a273af: Pulling fs layer 06:24:30 5d3b04190fa2: Pulling fs layer 06:24:30 3a2ae6a8a46f: Waiting 06:24:30 33b1e0a273af: Waiting 06:24:30 2f39f015ded8: Pulling fs layer 06:24:30 2f39f015ded8: Waiting 06:24:30 5d3b04190fa2: Waiting 06:24:30 5c69ac0246d0: Verifying Checksum 06:24:30 5c69ac0246d0: Download complete 06:24:30 3a2ae6a8a46f: Download complete 06:24:30 33b1e0a273af: Verifying Checksum 06:24:30 33b1e0a273af: Download complete 06:24:30 5d3b04190fa2: Download complete 06:24:30 ec43610c2a17: Verifying Checksum 06:24:30 ec43610c2a17: Download complete 06:24:30 5eb5b503b376: Verifying Checksum 06:24:30 5eb5b503b376: Download complete 06:24:31 2f39f015ded8: Verifying Checksum 06:24:31 2f39f015ded8: Download complete 06:24:31 5eb5b503b376: Pull complete 06:24:32 5c69ac0246d0: Pull complete 06:24:32 ec43610c2a17: Pull complete 06:24:32 3a2ae6a8a46f: Pull complete 06:24:32 33b1e0a273af: Pull complete 06:24:32 5d3b04190fa2: Pull complete 06:24:38 2f39f015ded8: Pull complete 06:24:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:24:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:24:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:24:38 prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container 06:24:38 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:24:42 $ docker top 91d8e42c816c2cc7a22a66f359618f53c647536d0d500739c108cd9db45b3c6f -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:43 + touch /tmp/pre-build-complete [Pipeline] sh 06:24:43 + mkdir -p /var/log/sysstat [Pipeline] sh 06:24:43 + ls /var/log/sa-host 06:24:43 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:24:43 provisioning config files... 06:24:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config13419248158266834137tmp [Pipeline] { [Pipeline] echo 06:24:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:24:44 ---> create-netrc.sh [Pipeline] } 06:24:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:24:44 ---> python-tools-install.sh [Pipeline] echo 06:24:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:24:45 ---> sudo-logs.sh 06:24:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:24:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:24:45 ---> job-cost.sh 06:24:45 lf-activate-venv: SKIPPING 06:24:45 DEBUG: total: 0.10999999940395355 06:24:45 INFO: Retrieving Stack Cost... 06:24:45 INFO: Retrieving Pricing Info for: v3-standard-8 06:24:46 INFO: Archiving Costs [Pipeline] echo 06:24:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:24:46 ---> logs-deploy.sh 06:24:46 lf-activate-venv: SKIPPING 06:24:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4668/1 06:24:46 INFO: archiving workspace using pattern(s): 06:24:47 Archives upload complete. 06:24:47 INFO: archiving logs to Nexus 06:24:48 ---> uname -a: 06:24:48 Linux prd-ubuntu20-04-docker-8c-8g-5095 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 06:24:48 06:24:48 06:24:48 ---> lscpu: 06:24:48 Architecture: x86_64 06:24:48 CPU op-mode(s): 32-bit, 64-bit 06:24:48 Byte Order: Little Endian 06:24:48 Address sizes: 40 bits physical, 48 bits virtual 06:24:48 CPU(s): 8 06:24:48 On-line CPU(s) list: 0-7 06:24:48 Thread(s) per core: 1 06:24:48 Core(s) per socket: 1 06:24:48 Socket(s): 8 06:24:48 NUMA node(s): 1 06:24:48 Vendor ID: AuthenticAMD 06:24:48 CPU family: 23 06:24:48 Model: 49 06:24:48 Model name: AMD EPYC-Rome Processor 06:24:48 Stepping: 0 06:24:48 CPU MHz: 2799.998 06:24:48 BogoMIPS: 5599.99 06:24:48 Virtualization: AMD-V 06:24:48 Hypervisor vendor: KVM 06:24:48 Virtualization type: full 06:24:48 L1d cache: 256 KiB 06:24:48 L1i cache: 256 KiB 06:24:48 L2 cache: 4 MiB 06:24:48 L3 cache: 128 MiB 06:24:48 NUMA node0 CPU(s): 0-7 06:24:48 Vulnerability Itlb multihit: Not affected 06:24:48 Vulnerability L1tf: Not affected 06:24:48 Vulnerability Mds: Not affected 06:24:48 Vulnerability Meltdown: Not affected 06:24:48 Vulnerability Mmio stale data: Not affected 06:24:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:24:48 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:24:48 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:24:48 Vulnerability Srbds: Not affected 06:24:48 Vulnerability Tsx async abort: Not affected 06:24:48 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 06:24:48 06:24:48 06:24:48 ---> nproc: 06:24:48 8 06:24:48 06:24:48 06:24:48 ---> df -h: 06:24:48 Filesystem Size Used Avail Use% Mounted on 06:24:48 overlay 155G 21G 135G 14% / 06:24:48 tmpfs 64M 0 64M 0% /dev 06:24:48 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:24:48 shm 64M 0 64M 0% /dev/shm 06:24:48 /dev/vda1 155G 21G 135G 14% /facter-os 06:24:48 06:24:48 06:24:48 ---> sar -b -r -n DEV: 06:24:48 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5095) 09/01/23 _x86_64_ (8 CPU) 06:24:48 06:24:48 05:46:57 LINUX RESTART (8 CPU) 06:24:48 06:24:48 05:47:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:24:48 05:48:01 351.86 62.63 289.22 0.00 5710.35 62440.94 0.00 06:24:48 05:49:01 107.22 0.88 106.33 0.00 28.93 61703.85 0.00 06:24:48 05:50:01 38.88 0.22 38.66 0.00 2.93 21688.54 0.00 06:24:48 05:51:01 685.05 5.15 679.90 0.00 78.39 277866.36 0.00 06:24:48 05:52:01 120.96 0.10 120.86 0.00 0.80 45603.06 0.00 06:24:48 05:53:01 534.29 11.80 522.50 0.00 3463.82 67743.64 0.00 06:24:48 05:54:01 1.83 0.00 1.83 0.00 0.00 291.42 0.00 06:24:48 05:55:01 1.02 0.00 1.02 0.00 0.00 350.34 0.00 06:24:48 05:56:01 1.27 0.00 1.27 0.00 0.00 283.69 0.00 06:24:48 05:57:01 1.40 0.00 1.40 0.00 0.00 292.48 0.00 06:24:48 05:58:01 1.38 0.00 1.38 0.00 0.00 284.35 0.00 06:24:48 05:59:01 1.13 0.00 1.13 0.00 0.00 415.26 0.00 06:24:48 06:00:01 1.23 0.00 1.23 0.00 0.00 283.11 0.00 06:24:48 06:01:01 1.05 0.00 1.05 0.00 0.00 280.62 0.00 06:24:48 06:02:01 1.87 0.02 1.85 0.00 0.13 235.43 0.00 06:24:48 06:03:01 1.13 0.00 1.13 0.00 0.00 415.66 0.00 06:24:48 06:04:01 1.25 0.00 1.25 0.00 0.00 283.77 0.00 06:24:48 06:05:01 1.05 0.00 1.05 0.00 0.00 280.49 0.00 06:24:48 06:06:01 1.63 0.00 1.63 0.00 0.00 287.42 0.00 06:24:48 06:07:01 1.03 0.00 1.03 0.00 0.00 413.66 0.00 06:24:48 06:08:01 1.30 0.00 1.30 0.00 0.00 284.49 0.00 06:24:48 06:09:01 1.18 0.00 1.18 0.00 0.00 210.76 0.00 06:24:48 06:10:01 1.83 0.00 1.83 0.00 0.00 289.82 0.00 06:24:48 06:11:01 1.10 0.00 1.10 0.00 0.00 415.40 0.00 06:24:48 06:12:01 1.68 0.00 1.68 0.00 0.00 288.04 0.00 06:24:48 06:13:01 1.13 0.00 1.13 0.00 0.00 282.22 0.00 06:24:48 06:14:01 1.20 0.00 1.20 0.00 0.00 282.62 0.00 06:24:48 06:15:01 0.98 0.00 0.98 0.00 0.00 414.13 0.00 06:24:48 06:16:01 3.40 1.58 1.82 0.00 37.19 244.49 0.00 06:24:48 06:17:01 1.15 0.02 1.13 0.00 0.13 282.09 0.00 06:24:48 06:18:01 1.47 0.00 1.47 0.00 0.00 286.75 0.00 06:24:48 06:19:01 1.03 0.00 1.03 0.00 0.00 414.33 0.00 06:24:48 06:20:01 1.40 0.00 1.40 0.00 0.00 285.02 0.00 06:24:48 06:21:01 1.15 0.00 1.15 0.00 0.00 281.15 0.00 06:24:48 06:22:01 1.30 0.00 1.30 0.00 0.00 283.29 0.00 06:24:48 06:23:01 1.00 0.00 1.00 0.00 0.00 360.74 0.00 06:24:48 06:24:01 1.68 0.00 1.68 0.00 0.00 287.29 0.00 06:24:48 Average: 50.69 2.20 48.49 0.00 249.49 14753.06 0.00 06:24:48 06:24:48 05:47:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:24:48 05:48:01 29224888 31601700 740416 2.25 62336 2602536 2040024 6.01 1018508 2319036 382784 06:24:48 05:49:01 27480908 31368992 936356 2.85 115804 3950524 2326868 6.86 1725968 3208532 615644 06:24:48 05:50:01 27335520 31538956 763896 2.32 119776 4232300 1890992 5.57 1458468 3592148 550796 06:24:48 05:51:01 19879336 31129016 1123700 3.42 215864 10798676 5325820 15.70 2349072 9698684 27640 06:24:48 05:52:01 15390536 29400284 2832228 8.61 233844 13354224 8266124 24.36 5309372 11016800 1359016 06:24:48 05:53:01 17871396 31501516 777624 2.36 245684 13092656 2234668 6.59 2453148 11585096 360 06:24:48 05:54:01 17871512 31501728 777056 2.36 245700 13092660 2234668 6.59 2452980 11585100 12 06:24:48 05:55:01 17897584 31527860 750808 2.28 245724 13092660 2234668 6.59 2426648 11585100 8 06:24:48 05:56:01 17897464 31527768 750764 2.28 245748 13092664 2234668 6.59 2426664 11585108 8 06:24:48 05:57:01 17901000 31531376 747120 2.27 245820 13092640 2234668 6.59 2424092 11585092 48 06:24:48 05:58:01 17901316 31531712 746828 2.27 245852 13092648 2234668 6.59 2424524 11585088 184 06:24:48 05:59:01 17901764 31532220 746280 2.27 245880 13092652 2234668 6.59 2424232 11585096 8 06:24:48 06:00:01 17901684 31532140 746256 2.27 245916 13092656 2234668 6.59 2424540 11585096 12 06:24:48 06:01:01 17901888 31532648 745968 2.27 245932 13092660 2234668 6.59 2424148 11585348 12 06:24:48 06:02:01 17893068 31523928 754356 2.29 245976 13092660 2259404 6.66 2437500 11585348 32 06:24:48 06:03:01 17900680 31531572 746848 2.27 246004 13092664 2259404 6.66 2424456 11585352 8 06:24:48 06:04:01 17900852 31531796 746552 2.27 246024 13092668 2259404 6.66 2424428 11585356 28 06:24:48 06:05:01 17901304 31532252 746276 2.27 246048 13092664 2259404 6.66 2424168 11585356 16 06:24:48 06:06:01 17901288 31532396 746124 2.27 246080 13092800 2259404 6.66 2424520 11585488 16 06:24:48 06:07:01 17901272 31532380 746080 2.27 246096 13092800 2242808 6.61 2424168 11585488 4 06:24:48 06:08:01 17901256 31532420 746056 2.27 246104 13092804 2242808 6.61 2424332 11585492 12 06:24:48 06:09:01 17900696 31531892 746568 2.27 246132 13092804 2242808 6.61 2424412 11585492 4 06:24:48 06:10:01 17901696 31532900 745464 2.27 246168 13092812 2242808 6.61 2424248 11585500 4 06:24:48 06:11:01 17901224 31532472 745888 2.27 246208 13092816 2242808 6.61 2424300 11585504 4 06:24:48 06:12:01 17900956 31532244 746108 2.27 246228 13092816 2242808 6.61 2424380 11585504 12 06:24:48 06:13:01 17900932 31532252 746076 2.27 246252 13092820 2242808 6.61 2424468 11585512 16 06:24:48 06:14:01 17900852 31532196 746064 2.27 246280 13092824 2242808 6.61 2424448 11585512 12 06:24:48 06:15:01 17901272 31532664 745780 2.27 246292 13092828 2242808 6.61 2424884 11585516 12 06:24:48 06:16:01 17886824 31520296 758000 2.31 246332 13093944 2242808 6.61 2440568 11585848 12 06:24:48 06:17:01 17885680 31519180 759056 2.31 246372 13093932 2242808 6.61 2440060 11585844 12 06:24:48 06:18:01 17886344 31519920 758372 2.31 246388 13093952 2242808 6.61 2440368 11585852 12 06:24:48 06:19:01 17886060 31519668 758592 2.31 246416 13093952 2242808 6.61 2440296 11585852 16 06:24:48 06:20:01 17886012 31519664 758536 2.31 246456 13093956 2242808 6.61 2440564 11585856 16 06:24:48 06:21:01 17885932 31519612 758528 2.31 246484 13093956 2242808 6.61 2440412 11585856 12 06:24:48 06:22:01 17885844 31519544 758488 2.31 246504 13093960 2242808 6.61 2440400 11585860 12 06:24:48 06:23:01 17885616 31519324 758688 2.31 246508 13093964 2242808 6.61 2440496 11585864 4 06:24:48 06:24:01 17885576 31519288 758656 2.31 246524 13093964 2242808 6.61 2440436 11585864 8 06:24:48 Average: 18701028 31456156 823418 2.50 233074 12268014 2476470 7.30 2423262 10826228 79373 06:24:48 06:24:48 05:47:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:24:48 05:48:01 ens3 1556.16 1462.65 12317.24 193.66 0.00 0.00 0.00 0.00 06:24:48 05:48:01 lo 6.47 6.47 0.62 0.62 0.00 0.00 0.00 0.00 06:24:48 05:48:01 docker0 554.52 503.58 38.66 2797.82 0.00 0.00 0.00 0.00 06:24:48 05:49:01 ens3 260.54 175.34 1800.65 31.51 0.00 0.00 0.00 0.00 06:24:48 05:49:01 veth05e736e 0.08 0.25 0.01 0.03 0.00 0.00 0.00 0.00 06:24:48 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:49:01 docker0 147.86 215.85 11.36 1760.83 0.00 0.00 0.00 0.00 06:24:48 05:50:01 ens3 30.91 22.01 25.62 14.34 0.00 0.00 0.00 0.00 06:24:48 05:50:01 veth05e736e 1.23 1.27 0.11 0.11 0.00 0.00 0.00 0.00 06:24:48 05:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 05:50:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 06:24:48 05:51:01 vethc8e9d2c 0.30 1.23 0.03 0.14 0.00 0.00 0.00 0.00 06:24:48 05:51:01 veth5c3a5e8 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:51:01 ens3 662.19 359.87 6255.31 48.67 0.00 0.00 0.00 0.00 06:24:48 05:51:01 veth5cfa6ec 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:51:01 vethb2c6c67 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:51:01 veth14591a9 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:51:01 veth3eeb4b9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:51:01 vethea9bd03 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:51:01 veth17f9229 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:51:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 06:24:48 05:51:01 docker0 282.79 521.41 23.00 3231.05 0.00 0.00 0.00 0.00 06:24:48 05:51:01 vethd1767ed 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:51:01 vethc874c77 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:51:01 veth4ad6f55 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:51:01 veth6f29483 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:52:01 vethc8e9d2c 0.08 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 veth5c3a5e8 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 ens3 9.12 4.93 7.55 3.92 0.00 0.00 0.00 0.00 06:24:48 05:52:01 veth5cfa6ec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 vethb2c6c67 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 veth14591a9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 veth3eeb4b9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 vethea9bd03 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 veth17f9229 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 docker0 0.08 0.08 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:52:01 vethd1767ed 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 vethc874c77 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 veth4ad6f55 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:52:01 veth6f29483 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:24:48 05:53:01 ens3 84.52 32.33 1385.60 8.05 0.00 0.00 0.00 0.00 06:24:48 05:53:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 06:24:48 05:53:01 docker0 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:54:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 05:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:56:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 05:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:57:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:58:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 06:24:48 05:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:00:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:02:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:03:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 06:24:48 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:04:01 ens3 1.15 0.77 0.90 0.29 0.00 0.00 0.00 0.00 06:24:48 06:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:05:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:06:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:08:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 06:24:48 06:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:09:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:11:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:12:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:13:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 06:24:48 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:14:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:15:01 ens3 0.57 0.22 0.16 0.08 0.00 0.00 0.00 0.00 06:24:48 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:16:01 ens3 51.57 72.77 8.56 164.30 0.00 0.00 0.00 0.00 06:24:48 06:16:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 06:24:48 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:18:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 06:24:48 06:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:19:01 ens3 0.60 0.00 0.05 0.00 0.00 0.00 0.00 0.00 06:24:48 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:20:01 ens3 0.50 0.47 0.31 0.22 0.00 0.00 0.00 0.00 06:24:48 06:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:21:01 ens3 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 06:24:48 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:22:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:23:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 06:24:48 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 06:24:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:24:48 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:48 Average: ens3 71.23 57.03 583.95 12.50 0.00 0.00 0.00 0.00 06:24:48 Average: lo 0.31 0.31 0.03 0.03 0.00 0.00 0.00 0.00 06:24:48 Average: docker0 26.42 33.36 1.96 209.36 0.00 0.00 0.00 0.00 06:24:48 06:24:48 06:24:48 ---> sar -P ALL: 06:24:48 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5095) 09/01/23 _x86_64_ (8 CPU) 06:24:48 06:24:48 05:46:57 LINUX RESTART (8 CPU) 06:24:48 06:24:48 05:47:02 CPU %user %nice %system %iowait %steal %idle 06:24:48 05:48:01 all 9.49 0.00 3.10 1.42 0.06 85.93 06:24:48 05:48:01 0 7.79 0.00 2.40 1.58 0.05 88.18 06:24:48 05:48:01 1 8.23 0.00 2.71 0.31 0.05 88.70 06:24:48 05:48:01 2 9.78 0.00 2.11 1.01 0.05 87.05 06:24:48 05:48:01 3 7.30 0.00 3.40 1.46 0.07 87.77 06:24:48 05:48:01 4 10.53 0.00 4.06 3.97 0.07 81.37 06:24:48 05:48:01 5 13.98 0.00 1.84 0.46 0.07 83.66 06:24:48 05:48:01 6 8.03 0.00 3.31 2.08 0.05 86.53 06:24:48 05:48:01 7 10.31 0.00 4.99 0.50 0.07 84.13 06:24:48 05:49:01 all 29.02 0.00 6.01 0.87 0.08 64.02 06:24:48 05:49:01 0 30.10 0.00 5.00 0.22 0.08 64.60 06:24:48 05:49:01 1 27.93 0.00 6.83 0.24 0.08 64.92 06:24:48 05:49:01 2 32.71 0.00 5.54 0.34 0.07 61.34 06:24:48 05:49:01 3 27.39 0.00 6.12 1.18 0.07 65.24 06:24:48 05:49:01 4 26.80 0.00 5.95 0.79 0.07 66.39 06:24:48 05:49:01 5 30.05 0.00 6.64 0.17 0.08 63.05 06:24:48 05:49:01 6 28.25 0.00 5.38 0.17 0.08 66.12 06:24:48 05:49:01 7 28.94 0.00 6.63 3.85 0.12 60.46 06:24:48 05:50:01 all 41.96 0.00 5.55 0.37 0.09 52.02 06:24:48 05:50:01 0 42.38 0.00 5.71 0.03 0.12 51.76 06:24:48 05:50:01 1 43.02 0.00 5.58 0.00 0.08 51.32 06:24:48 05:50:01 2 40.02 0.00 5.80 0.02 0.10 54.06 06:24:48 05:50:01 3 43.23 0.00 5.32 0.34 0.10 51.02 06:24:48 05:50:01 4 41.14 0.00 5.37 0.12 0.10 53.27 06:24:48 05:50:01 5 43.42 0.00 5.59 0.02 0.08 50.88 06:24:48 05:50:01 6 41.23 0.00 5.43 0.02 0.08 53.24 06:24:48 05:50:01 7 41.28 0.00 5.62 2.45 0.08 50.57 06:24:48 05:51:01 all 22.65 0.00 8.65 7.50 0.10 61.11 06:24:48 05:51:01 0 21.18 0.00 9.21 6.60 0.08 62.93 06:24:48 05:51:01 1 23.26 0.00 7.87 5.55 0.10 63.21 06:24:48 05:51:01 2 23.10 0.00 8.84 11.47 0.09 56.50 06:24:48 05:51:01 3 23.61 0.00 9.02 7.58 0.12 59.67 06:24:48 05:51:01 4 22.79 0.00 8.33 4.65 0.08 64.16 06:24:48 05:51:01 5 21.48 0.00 8.53 5.35 0.08 64.56 06:24:48 05:51:01 6 22.63 0.00 7.82 7.74 0.08 61.73 06:24:48 05:51:01 7 23.12 0.00 9.58 11.10 0.15 56.04 06:24:48 05:52:01 all 90.12 0.00 9.71 0.00 0.14 0.03 06:24:48 05:52:01 0 90.03 0.00 9.82 0.00 0.15 0.00 06:24:48 05:52:01 1 90.51 0.00 9.32 0.00 0.12 0.05 06:24:48 05:52:01 2 89.96 0.00 9.89 0.00 0.13 0.02 06:24:48 05:52:01 3 90.88 0.00 8.95 0.00 0.13 0.03 06:24:48 05:52:01 4 89.92 0.00 9.89 0.02 0.13 0.03 06:24:48 05:52:01 5 90.10 0.00 9.72 0.02 0.15 0.02 06:24:48 05:52:01 6 89.73 0.00 10.05 0.00 0.13 0.08 06:24:48 05:52:01 7 89.84 0.00 10.02 0.00 0.13 0.00 06:24:48 05:53:01 all 22.92 0.00 4.74 10.15 0.09 62.11 06:24:48 05:53:01 0 22.92 0.00 4.84 9.69 0.10 62.45 06:24:48 05:53:01 1 23.80 0.00 4.53 5.04 0.08 66.54 06:24:48 05:53:01 2 23.46 0.00 4.66 23.93 0.10 47.86 06:24:48 05:53:01 3 22.38 0.00 4.73 9.77 0.12 63.00 06:24:48 05:53:01 4 22.52 0.00 4.99 5.42 0.07 67.01 06:24:48 05:53:01 5 22.13 0.00 4.56 3.72 0.09 69.50 06:24:48 05:53:01 6 22.61 0.00 4.91 18.35 0.07 54.07 06:24:48 05:53:01 7 23.54 0.00 4.69 5.06 0.07 66.64 06:24:48 05:54:01 all 0.01 0.00 0.01 0.01 0.00 99.96 06:24:48 05:54:01 0 0.03 0.00 0.05 0.02 0.02 99.88 06:24:48 05:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:24:48 05:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 05:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:24:48 05:54:01 4 0.00 0.00 0.02 0.02 0.00 99.97 06:24:48 05:54:01 5 0.02 0.00 0.00 0.02 0.02 99.95 06:24:48 05:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 05:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 05:55:01 all 0.22 0.00 0.01 0.02 0.01 99.73 06:24:48 05:55:01 0 0.07 0.00 0.02 0.00 0.03 99.88 06:24:48 05:55:01 1 0.05 0.00 0.00 0.00 0.02 99.93 06:24:48 05:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 05:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 05:55:01 4 0.02 0.00 0.00 0.18 0.02 99.78 06:24:48 05:55:01 5 1.57 0.00 0.05 0.02 0.03 98.33 06:24:48 05:55:01 6 0.02 0.00 0.03 0.00 0.00 99.95 06:24:48 05:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 05:56:01 all 0.27 0.00 0.02 0.01 0.01 99.69 06:24:48 05:56:01 0 0.03 0.00 0.03 0.00 0.02 99.92 06:24:48 05:56:01 1 0.07 0.00 0.02 0.02 0.02 99.88 06:24:48 05:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 05:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 05:56:01 4 0.00 0.00 0.03 0.03 0.00 99.93 06:24:48 05:56:01 5 2.00 0.00 0.03 0.00 0.02 97.95 06:24:48 05:56:01 6 0.03 0.00 0.02 0.00 0.02 99.93 06:24:48 05:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 05:57:01 all 0.10 0.00 0.01 0.03 0.01 99.85 06:24:48 05:57:01 0 0.05 0.00 0.03 0.03 0.02 99.87 06:24:48 05:57:01 1 0.08 0.00 0.03 0.00 0.03 99.85 06:24:48 05:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:24:48 05:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 05:57:01 4 0.00 0.00 0.00 0.22 0.00 99.78 06:24:48 05:57:01 5 0.57 0.00 0.03 0.00 0.02 99.38 06:24:48 05:57:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:24:48 05:57:01 7 0.02 0.00 0.00 0.00 0.02 99.97 06:24:48 05:58:01 all 0.05 0.00 0.03 0.01 0.01 99.91 06:24:48 05:58:01 0 0.02 0.00 0.03 0.00 0.03 99.92 06:24:48 05:58:01 1 0.25 0.00 0.07 0.02 0.02 99.65 06:24:48 05:58:01 2 0.05 0.00 0.08 0.00 0.00 99.87 06:24:48 05:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 05:58:01 4 0.00 0.00 0.00 0.03 0.00 99.97 06:24:48 05:58:01 5 0.03 0.00 0.00 0.00 0.02 99.95 06:24:48 05:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 05:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:24:48 06:24:48 05:58:01 CPU %user %nice %system %iowait %steal %idle 06:24:48 05:59:01 all 0.14 0.00 0.01 0.00 0.01 99.85 06:24:48 05:59:01 0 0.18 0.00 0.02 0.00 0.02 99.78 06:24:48 05:59:01 1 0.07 0.00 0.00 0.00 0.02 99.92 06:24:48 05:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 05:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 05:59:01 4 0.02 0.00 0.00 0.02 0.00 99.97 06:24:48 05:59:01 5 0.75 0.00 0.03 0.02 0.02 99.19 06:24:48 05:59:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:24:48 05:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:00:01 all 0.21 0.00 0.01 0.01 0.01 99.76 06:24:48 06:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 06:24:48 06:00:01 1 0.07 0.00 0.05 0.00 0.02 99.87 06:24:48 06:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:00:01 3 0.00 0.00 0.03 0.00 0.00 99.97 06:24:48 06:00:01 4 0.00 0.00 0.00 0.08 0.00 99.92 06:24:48 06:00:01 5 1.55 0.00 0.00 0.02 0.02 98.42 06:24:48 06:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:01:01 all 0.08 0.00 0.01 0.00 0.01 99.90 06:24:48 06:01:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:24:48 06:01:01 1 0.03 0.00 0.02 0.00 0.02 99.93 06:24:48 06:01:01 2 0.00 0.00 0.00 0.00 0.02 99.98 06:24:48 06:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:01:01 4 0.00 0.00 0.02 0.02 0.00 99.97 06:24:48 06:01:01 5 0.57 0.00 0.00 0.00 0.00 99.43 06:24:48 06:01:01 6 0.00 0.00 0.03 0.00 0.00 99.97 06:24:48 06:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:02:01 all 0.28 0.00 0.02 0.01 0.01 99.69 06:24:48 06:02:01 0 0.03 0.00 0.05 0.00 0.03 99.88 06:24:48 06:02:01 1 0.02 0.00 0.05 0.00 0.00 99.93 06:24:48 06:02:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:24:48 06:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:02:01 4 0.00 0.00 0.02 0.02 0.00 99.97 06:24:48 06:02:01 5 2.02 0.00 0.02 0.03 0.02 97.91 06:24:48 06:02:01 6 0.07 0.00 0.00 0.00 0.00 99.93 06:24:48 06:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:24:48 06:03:01 all 0.03 0.00 0.02 0.00 0.01 99.94 06:24:48 06:03:01 0 0.07 0.00 0.03 0.00 0.02 99.88 06:24:48 06:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:24:48 06:03:01 2 0.02 0.00 0.07 0.00 0.02 99.90 06:24:48 06:03:01 3 0.02 0.00 0.02 0.00 0.02 99.95 06:24:48 06:03:01 4 0.02 0.00 0.00 0.02 0.00 99.97 06:24:48 06:03:01 5 0.05 0.00 0.02 0.00 0.00 99.93 06:24:48 06:03:01 6 0.02 0.00 0.00 0.00 0.02 99.97 06:24:48 06:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 06:24:48 06:04:01 all 0.03 0.00 0.02 0.01 0.01 99.94 06:24:48 06:04:01 0 0.10 0.00 0.05 0.00 0.02 99.83 06:24:48 06:04:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:24:48 06:04:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:24:48 06:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:04:01 4 0.02 0.00 0.02 0.03 0.00 99.93 06:24:48 06:04:01 5 0.05 0.00 0.02 0.02 0.02 99.90 06:24:48 06:04:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:04:01 7 0.03 0.00 0.02 0.00 0.00 99.95 06:24:48 06:05:01 all 0.02 0.00 0.01 0.01 0.01 99.96 06:24:48 06:05:01 0 0.07 0.00 0.02 0.00 0.02 99.90 06:24:48 06:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:24:48 06:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:24:48 06:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:24:48 06:05:01 4 0.00 0.00 0.02 0.03 0.02 99.93 06:24:48 06:05:01 5 0.03 0.00 0.02 0.02 0.00 99.93 06:24:48 06:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:06:01 all 0.16 0.00 0.01 0.00 0.01 99.82 06:24:48 06:06:01 0 0.10 0.00 0.03 0.00 0.02 99.85 06:24:48 06:06:01 1 0.05 0.00 0.02 0.00 0.02 99.92 06:24:48 06:06:01 2 0.00 0.00 0.00 0.00 0.02 99.98 06:24:48 06:06:01 3 1.04 0.00 0.00 0.00 0.00 98.96 06:24:48 06:06:01 4 0.00 0.00 0.00 0.02 0.00 99.98 06:24:48 06:06:01 5 0.05 0.00 0.03 0.00 0.02 99.90 06:24:48 06:06:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:06:01 7 0.00 0.00 0.02 0.00 0.02 99.97 06:24:48 06:07:01 all 0.09 0.00 0.01 0.00 0.01 99.90 06:24:48 06:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:07:01 3 0.60 0.00 0.02 0.00 0.02 99.37 06:24:48 06:07:01 4 0.00 0.00 0.00 0.02 0.00 99.98 06:24:48 06:07:01 5 0.07 0.00 0.02 0.02 0.03 99.87 06:24:48 06:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:07:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:08:01 all 0.04 0.00 0.01 0.00 0.01 99.94 06:24:48 06:08:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:24:48 06:08:01 1 0.05 0.00 0.03 0.00 0.02 99.90 06:24:48 06:08:01 2 0.02 0.00 0.03 0.00 0.03 99.92 06:24:48 06:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 06:24:48 06:08:01 5 0.12 0.00 0.02 0.02 0.02 99.83 06:24:48 06:08:01 6 0.02 0.00 0.02 0.00 0.02 99.95 06:24:48 06:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:09:01 all 0.01 0.00 0.01 0.00 0.00 99.97 06:24:48 06:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:24:48 06:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:24:48 06:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:09:01 4 0.02 0.00 0.00 0.02 0.00 99.97 06:24:48 06:09:01 5 0.03 0.00 0.03 0.02 0.02 99.90 06:24:48 06:09:01 6 0.00 0.00 0.03 0.00 0.02 99.95 06:24:48 06:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:24:48 06:09:01 CPU %user %nice %system %iowait %steal %idle 06:24:48 06:10:01 all 0.02 0.00 0.01 0.01 0.01 99.95 06:24:48 06:10:01 0 0.00 0.00 0.02 0.00 0.02 99.97 06:24:48 06:10:01 1 0.03 0.00 0.00 0.00 0.02 99.95 06:24:48 06:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 06:24:48 06:10:01 3 0.00 0.00 0.00 0.00 0.02 99.98 06:24:48 06:10:01 4 0.00 0.00 0.02 0.03 0.00 99.95 06:24:48 06:10:01 5 0.08 0.00 0.02 0.02 0.03 99.85 06:24:48 06:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:11:01 all 0.05 0.00 0.02 0.00 0.01 99.92 06:24:48 06:11:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:24:48 06:11:01 1 0.08 0.00 0.02 0.00 0.00 99.90 06:24:48 06:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:11:01 3 0.18 0.00 0.05 0.00 0.00 99.77 06:24:48 06:11:01 4 0.02 0.00 0.02 0.02 0.00 99.95 06:24:48 06:11:01 5 0.05 0.00 0.02 0.00 0.02 99.92 06:24:48 06:11:01 6 0.02 0.00 0.03 0.00 0.03 99.92 06:24:48 06:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:12:01 all 0.14 0.00 0.01 0.00 0.01 99.84 06:24:48 06:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:12:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:24:48 06:12:01 2 0.03 0.00 0.00 0.00 0.00 99.97 06:24:48 06:12:01 3 0.99 0.00 0.02 0.00 0.00 98.99 06:24:48 06:12:01 4 0.00 0.00 0.00 0.02 0.00 99.98 06:24:48 06:12:01 5 0.03 0.00 0.00 0.02 0.00 99.95 06:24:48 06:12:01 6 0.05 0.00 0.03 0.00 0.03 99.88 06:24:48 06:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:13:01 all 0.16 0.00 0.02 0.00 0.01 99.80 06:24:48 06:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:24:48 06:13:01 1 0.05 0.00 0.00 0.00 0.00 99.95 06:24:48 06:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:13:01 3 1.11 0.00 0.07 0.00 0.02 98.81 06:24:48 06:13:01 4 0.00 0.00 0.00 0.02 0.00 99.98 06:24:48 06:13:01 5 0.03 0.00 0.00 0.02 0.02 99.93 06:24:48 06:13:01 6 0.07 0.00 0.05 0.00 0.03 99.85 06:24:48 06:13:01 7 0.03 0.00 0.02 0.00 0.00 99.95 06:24:48 06:14:01 all 0.02 0.00 0.02 0.00 0.01 99.95 06:24:48 06:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:14:01 1 0.03 0.00 0.02 0.00 0.02 99.93 06:24:48 06:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 06:24:48 06:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:14:01 4 0.00 0.00 0.02 0.02 0.00 99.97 06:24:48 06:14:01 5 0.03 0.00 0.02 0.02 0.02 99.92 06:24:48 06:14:01 6 0.03 0.00 0.05 0.00 0.03 99.88 06:24:48 06:14:01 7 0.02 0.00 0.02 0.00 0.02 99.95 06:24:48 06:15:01 all 0.02 0.00 0.01 0.00 0.00 99.97 06:24:48 06:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:15:01 4 0.02 0.00 0.00 0.02 0.02 99.95 06:24:48 06:15:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:24:48 06:15:01 6 0.03 0.00 0.03 0.00 0.02 99.92 06:24:48 06:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:16:01 all 0.42 0.00 0.07 0.01 0.01 99.49 06:24:48 06:16:01 0 0.37 0.00 0.10 0.03 0.02 99.48 06:24:48 06:16:01 1 1.07 0.00 0.03 0.02 0.02 98.87 06:24:48 06:16:01 2 0.30 0.00 0.03 0.00 0.00 99.67 06:24:48 06:16:01 3 0.10 0.00 0.03 0.00 0.00 99.87 06:24:48 06:16:01 4 0.28 0.00 0.05 0.03 0.00 99.63 06:24:48 06:16:01 5 0.23 0.00 0.07 0.02 0.02 99.67 06:24:48 06:16:01 6 0.37 0.00 0.12 0.02 0.05 99.45 06:24:48 06:16:01 7 0.63 0.00 0.10 0.00 0.00 99.27 06:24:48 06:17:01 all 0.02 0.00 0.01 0.00 0.00 99.96 06:24:48 06:17:01 0 0.00 0.00 0.03 0.00 0.00 99.97 06:24:48 06:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:17:01 2 0.03 0.00 0.00 0.00 0.02 99.95 06:24:48 06:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:17:01 4 0.02 0.00 0.00 0.02 0.00 99.97 06:24:48 06:17:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:24:48 06:17:01 6 0.05 0.00 0.03 0.00 0.02 99.90 06:24:48 06:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:18:01 all 0.01 0.00 0.01 0.00 0.01 99.96 06:24:48 06:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 06:24:48 06:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:18:01 4 0.00 0.00 0.00 0.02 0.02 99.97 06:24:48 06:18:01 5 0.02 0.00 0.02 0.02 0.02 99.93 06:24:48 06:18:01 6 0.03 0.00 0.05 0.00 0.03 99.88 06:24:48 06:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:24:48 06:19:01 all 0.02 0.00 0.01 0.03 0.00 99.95 06:24:48 06:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:19:01 4 0.00 0.00 0.02 0.22 0.00 99.77 06:24:48 06:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:19:01 6 0.07 0.00 0.05 0.00 0.02 99.87 06:24:48 06:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:20:01 all 0.01 0.00 0.01 0.01 0.01 99.96 06:24:48 06:20:01 0 0.00 0.00 0.00 0.00 0.02 99.98 06:24:48 06:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:24:48 06:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:20:01 4 0.00 0.00 0.00 0.03 0.00 99.97 06:24:48 06:20:01 5 0.02 0.00 0.02 0.02 0.02 99.93 06:24:48 06:20:01 6 0.05 0.00 0.05 0.00 0.03 99.87 06:24:48 06:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:24:48 06:20:01 CPU %user %nice %system %iowait %steal %idle 06:24:48 06:21:01 all 0.02 0.00 0.01 0.00 0.00 99.96 06:24:48 06:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:21:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:24:48 06:21:01 2 0.03 0.00 0.00 0.00 0.00 99.97 06:24:48 06:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:21:01 4 0.02 0.00 0.00 0.03 0.00 99.95 06:24:48 06:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:24:48 06:21:01 6 0.07 0.00 0.02 0.00 0.03 99.88 06:24:48 06:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:22:01 all 0.01 0.00 0.00 0.00 0.01 99.97 06:24:48 06:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:22:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:24:48 06:22:01 2 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 06:24:48 06:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 06:24:48 06:22:01 6 0.07 0.00 0.02 0.00 0.03 99.88 06:24:48 06:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 06:24:48 06:23:01 all 0.10 0.00 0.01 0.00 0.00 99.89 06:24:48 06:23:01 0 0.58 0.00 0.00 0.00 0.02 99.40 06:24:48 06:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:24:48 06:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:23:01 4 0.02 0.00 0.00 0.02 0.00 99.97 06:24:48 06:23:01 5 0.05 0.00 0.00 0.02 0.00 99.93 06:24:48 06:23:01 6 0.08 0.00 0.05 0.00 0.02 99.85 06:24:48 06:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:24:01 all 0.13 0.00 0.02 0.00 0.01 99.83 06:24:48 06:24:01 0 0.94 0.00 0.10 0.00 0.00 98.96 06:24:48 06:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:24:48 06:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:24:48 06:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 06:24:01 4 0.00 0.00 0.00 0.02 0.00 99.98 06:24:48 06:24:01 5 0.05 0.00 0.02 0.02 0.02 99.90 06:24:48 06:24:01 6 0.05 0.00 0.03 0.00 0.03 99.88 06:24:48 06:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:24:48 Average: all 5.88 0.00 1.02 0.55 0.02 92.52 06:24:48 Average: 0 5.84 0.00 1.01 0.48 0.03 92.64 06:24:48 Average: 1 5.89 0.00 1.00 0.30 0.02 92.79 06:24:48 Average: 2 5.90 0.00 1.00 0.98 0.02 92.10 06:24:48 Average: 3 5.88 0.00 1.01 0.54 0.02 92.55 06:24:48 Average: 4 5.74 0.00 1.04 0.43 0.02 92.77 06:24:48 Average: 5 6.20 0.00 1.00 0.27 0.03 92.51 06:24:48 Average: 6 5.76 0.00 1.01 0.76 0.03 92.44 06:24:48 Average: 7 5.85 0.00 1.12 0.61 0.02 92.40 06:24:48 06:24:48 06:24:48