Pull request #5001 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 14b384a0e6f26aed37d5556c1f8fdd8aab3db148+b53759f76c1122ba45305e0fbdc8ff1ccb9ce6be (f4d6bbd71f222b9becf1a88e8a662e5271b0039b) 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-ssh10659233764285864851.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh1751816241587115032.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-5001/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-5001/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17646822799869159441.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-5001/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9665788488140919726.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh15872669148588559360.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-5001/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-5001/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7459087362951601208.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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]] ========================================================= [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.23 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 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-25961 in /w/workspace/edgexfoundry_edgex-go_PR-5001 [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 Merging remotes/origin/main commit b53759f76c1122ba45305e0fbdc8ff1ccb9ce6be into PR head commit 14b384a0e6f26aed37d5556c1f8fdd8aab3db148 Merge succeeded, producing 14b384a0e6f26aed37d5556c1f8fdd8aab3db148 Checking out Revision 14b384a0e6f26aed37d5556c1f8fdd8aab3db148 (PR-5001) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac > 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/5001/head:refs/remotes/origin/PR-5001 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 14b384a0e6f26aed37d5556c1f8fdd8aab3db148 # 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 b53759f76c1122ba45305e0fbdc8ff1ccb9ce6be # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 14b384a0e6f26aed37d5556c1f8fdd8aab3db148 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:34:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:34:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:34:02 ========================================================= 19:34:02 EdgeX Global Pipelines Version Info 19:34:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:34:03 ------------------- 19:34:03 stable info: 19:34:03 ------------------- 19:34:03 Commited By: Ginny Guan ginny@iotechsys.com 19:34:03 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 19:34:03 Message: update stable to v1.0.265 19:34:03 ------------------- 19:34:03 experimental info: 19:34:03 ------------------- 19:34:03 Commited By: Cherry Wang cherry@iotechsys.com 19:34:03 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 19:34:03 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:34:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-5001 [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-5001 [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-5001 [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 14b384a0e6f26aed37d5556c1f8fdd8aab3db148 [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 14b384a [Pipeline] echo 19:34:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:34:05 provisioning config files... 19:34:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2298117352923690029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:34:06 ---> ****-login.sh 19:34:06 nexus3.edgexfoundry.org:10001 19:34:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:34:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:34:06 Configure a credential helper to remove this warning. See 19:34:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:34:06 19:34:06 Login Succeeded 19:34:06 nexus3.edgexfoundry.org:10002 19:34:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:34:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:34:06 Configure a credential helper to remove this warning. See 19:34:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:34:06 19:34:06 Login Succeeded 19:34:06 nexus3.edgexfoundry.org:10003 19:34:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:34:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:34:06 Configure a credential helper to remove this warning. See 19:34:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:34:06 19:34:06 Login Succeeded 19:34:06 nexus3.edgexfoundry.org:10004 19:34:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:34:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:34:06 Configure a credential helper to remove this warning. See 19:34:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:34:06 19:34:06 Login Succeeded 19:34:06 ****.io 19:34:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:34:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:34:06 Configure a credential helper to remove this warning. See 19:34:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:34:06 19:34:06 Login Succeeded 19:34:06 ---> ****-login.sh ends [Pipeline] } 19:34:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:34:07 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/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-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + dirname cmd/core-command/Dockerfile 19:34:07 + echo core-command,cmd/core-command/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:34:07 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:34:07 + dirname cmd/core-data/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + echo core-data,cmd/core-data/Dockerfile 19:34:07 + cut -d/+ -f2 19:34:07 dirname cmd/core-keeper/Dockerfile 19:34:07 + echo core-keeper,cmd/core-keeper/Dockerfile 19:34:07 + + cut -d/ -f2 19:34:07 dirname cmd/core-metadata/Dockerfile 19:34:07 + echo core-metadata,cmd/core-metadata/Dockerfile 19:34:07 + dirname cmd/security-bootstrapper/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:34:07 + dirname cmd/security-proxy-auth/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:34:07 + dirname cmd/security-proxy-setup/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:34:07 + dirname cmd/security-secretstore-setup/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:34:07 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:34:07 + + cutdirname -d/ cmd/security-spire-agent/Dockerfile -f2 19:34:07 19:34:07 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:34:07 + dirname cmd/security-spire-config/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:34:07 + dirname cmd/security-spire-server/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:34:07 + dirname cmd/support-cron-scheduler/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 19:34:07 + dirname cmd/support-notifications/Dockerfile 19:34:07 + cut -d/ -f2 19:34:07 + echo support-notifications,cmd/support-notifications/Dockerfile [Pipeline] echo 19:34:07 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-keeper, dockerfile:cmd/core-keeper/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-cron-scheduler, dockerfile:cmd/support-cron-scheduler/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:34:08 + git rev-list -1 --merges 14b384a0e6f26aed37d5556c1f8fdd8aab3db148~1..14b384a0e6f26aed37d5556c1f8fdd8aab3db148 [Pipeline] echo 19:34:08 -----------> git rev-list -1 --merges 14b384a0e6f26aed37d5556c1f8fdd8aab3db148~1..14b384a0e6f26aed37d5556c1f8fdd8aab3db148 14b384a0e6f26aed37d5556c1f8fdd8aab3db148 [false] [Pipeline] sh 19:34:08 + git log --format=format:%s -1 14b384a0e6f26aed37d5556c1f8fdd8aab3db148 [Pipeline] echo 19:34:08 ========================================================= 19:34:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:34:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:34:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:34:08 + grep -v github /etc/ssh/ssh_known_hosts 19:34:08 + [ -e /tmp/ssh_known_hosts ] 19:34:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:34:08 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:34:08 sudo tee -a /etc/ssh/ssh_known_hosts 19:34:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:34:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:34:09 19:34:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:34:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:34:09 0.1.4: Pulling from edgex-devops/py-git-semver 19:34:09 b85a868b505f: Pulling fs layer 19:34:09 e2be974225ed: Pulling fs layer 19:34:09 339a4e72a1f5: Pulling fs layer 19:34:09 988bab9f4d93: Pulling fs layer 19:34:09 1469e6f7b9e6: Pulling fs layer 19:34:09 eaf3925da568: Pulling fs layer 19:34:09 bab4dde63d76: Pulling fs layer 19:34:09 bde34c3a00c8: Pulling fs layer 19:34:09 b352a97aabf1: Pulling fs layer 19:34:09 4872d77fe225: Pulling fs layer 19:34:09 5851b861e8e6: Pulling fs layer 19:34:09 b352a97aabf1: Waiting 19:34:09 988bab9f4d93: Waiting 19:34:09 bde34c3a00c8: Waiting 19:34:09 1469e6f7b9e6: Waiting 19:34:09 bab4dde63d76: Waiting 19:34:09 4872d77fe225: Waiting 19:34:09 5851b861e8e6: Waiting 19:34:09 eaf3925da568: Waiting 19:34:09 e2be974225ed: Download complete 19:34:09 988bab9f4d93: Verifying Checksum 19:34:09 988bab9f4d93: Download complete 19:34:09 1469e6f7b9e6: Verifying Checksum 19:34:09 1469e6f7b9e6: Download complete 19:34:09 339a4e72a1f5: Verifying Checksum 19:34:09 339a4e72a1f5: Download complete 19:34:09 eaf3925da568: Verifying Checksum 19:34:09 eaf3925da568: Download complete 19:34:09 bde34c3a00c8: Verifying Checksum 19:34:09 bde34c3a00c8: Download complete 19:34:10 b352a97aabf1: Download complete 19:34:10 4872d77fe225: Verifying Checksum 19:34:10 4872d77fe225: Download complete 19:34:10 5851b861e8e6: Verifying Checksum 19:34:10 5851b861e8e6: Download complete 19:34:10 b85a868b505f: Verifying Checksum 19:34:10 b85a868b505f: Download complete 19:34:10 bab4dde63d76: Verifying Checksum 19:34:10 bab4dde63d76: Download complete 19:34:11 b85a868b505f: Pull complete 19:34:11 e2be974225ed: Pull complete 19:34:12 339a4e72a1f5: Pull complete 19:34:12 988bab9f4d93: Pull complete 19:34:12 1469e6f7b9e6: Pull complete 19:34:12 eaf3925da568: Pull complete 19:34:14 bab4dde63d76: Pull complete 19:34:14 bde34c3a00c8: Pull complete 19:34:14 b352a97aabf1: Pull complete 19:34:14 4872d77fe225: Pull complete 19:34:14 5851b861e8e6: Pull complete 19:34:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:34:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:34:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:34:14 prd-ubuntu20.04-docker-8c-8g-25961 does not seem to be running inside a container 19:34:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:34:17 $ docker top b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 -eo pid,comm 19:34:18 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:34:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:34:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:34:18 [ssh-agent] Looking for ssh-agent implementation... 19:34:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:34:18 $ docker exec b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 ssh-agent 19:34:18 SSH_AUTH_SOCK=/tmp/ssh-UnzH3MQ7IrSK/agent.33 19:34:18 SSH_AGENT_PID=39 19:34:18 Running ssh-add (command line suppressed) 19:34:18 Identity added: /w/workspace/edgex-go/1@tmp/private_key_17272175701690208042.key (/w/workspace/edgex-go/1@tmp/private_key_17272175701690208042.key) 19:34:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:34:18 + git tag --points-at HEAD [Pipeline] } 19:34:18 $ docker exec --env ******** --env ******** b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 ssh-agent -k 19:34:19 unset SSH_AUTH_SOCK; 19:34:19 unset SSH_AGENT_PID; 19:34:19 echo Agent pid 39 killed; 19:34:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:34:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:34:19 [ssh-agent] Looking for ssh-agent implementation... 19:34:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:34:19 $ docker exec b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 ssh-agent 19:34:19 SSH_AUTH_SOCK=/tmp/ssh-NH2Thp77vsy0/agent.72 19:34:19 SSH_AGENT_PID=78 19:34:19 Running ssh-add (command line suppressed) 19:34:19 Identity added: /w/workspace/edgex-go/1@tmp/private_key_14582385170169643097.key (/w/workspace/edgex-go/1@tmp/private_key_14582385170169643097.key) 19:34:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:34:19 + git semver init 19:34:20 2024-11-08 19:34:20,007 [run_init] DEBUG init version:0.0.0 force:False 19:34:20 2024-11-08 19:34:20,008 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:34:20 2024-11-08 19:34:20,008 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:34:20 2024-11-08 19:34:20,009 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:34:25 2024-11-08 19:34:25,188 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:34:25 2024-11-08 19:34:25,188 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-5001 with force:False 19:34:25 2024-11-08 19:34:25,189 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-5001 19:34:25 2024-11-08 19:34:25,193 [execute] INFO git cat-file --batch-check 19:34:25 2024-11-08 19:34:25,194 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:34:25 2024-11-08 19:34:25,200 [execute] INFO git cat-file --batch 19:34:25 2024-11-08 19:34:25,200 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:34:25 2024-11-08 19:34:25,206 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-5001 19:34:25 0.0.0 [Pipeline] } 19:34:25 $ docker exec --env ******** --env ******** b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 ssh-agent -k 19:34:25 unset SSH_AUTH_SOCK; 19:34:25 unset SSH_AGENT_PID; 19:34:25 echo Agent pid 78 killed; 19:34:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:34:25 + git semver [Pipeline] } 19:34:26 $ docker stop --time=1 b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 19:34:27 $ docker rm -f --volumes b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 [Pipeline] // withDockerContainer [Pipeline] sh 19:34:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:34:28 Stashed 1 file(s) [Pipeline] echo 19:34:28 [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) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] // stage [Pipeline] } 19:34:29 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:34:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:34:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:34:29 ========================================================= 19:34:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 19:34:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:34:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 19:34:30 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 19:34:30 43c4264eed91: Pulling fs layer 19:34:30 4cc291be95ef: Pulling fs layer 19:34:30 2ac1f1163629: Pulling fs layer 19:34:30 5c3c966382ef: Pulling fs layer 19:34:30 4f4fb700ef54: Pulling fs layer 19:34:30 5d5c8e513c77: Pulling fs layer 19:34:30 9f66e0745190: Pulling fs layer 19:34:30 f49a43e4bbc0: Pulling fs layer 19:34:30 561ebcabdf7f: Pulling fs layer 19:34:30 5c3c966382ef: Waiting 19:34:30 4f4fb700ef54: Waiting 19:34:30 9f66e0745190: Waiting 19:34:30 f49a43e4bbc0: Waiting 19:34:30 561ebcabdf7f: Waiting 19:34:30 5d5c8e513c77: Waiting 19:34:30 4cc291be95ef: Verifying Checksum 19:34:30 4cc291be95ef: Download complete 19:34:30 5c3c966382ef: Verifying Checksum 19:34:30 5c3c966382ef: Download complete 19:34:30 4f4fb700ef54: Verifying Checksum 19:34:30 4f4fb700ef54: Download complete 19:34:30 5d5c8e513c77: Verifying Checksum 19:34:30 5d5c8e513c77: Download complete 19:34:30 43c4264eed91: Download complete 19:34:30 9f66e0745190: Verifying Checksum 19:34:30 9f66e0745190: Download complete 19:34:30 43c4264eed91: Pull complete 19:34:30 561ebcabdf7f: Download complete 19:34:30 4cc291be95ef: Pull complete 19:34:30 2ac1f1163629: Verifying Checksum 19:34:30 2ac1f1163629: Download complete 19:34:30 f49a43e4bbc0: Verifying Checksum 19:34:30 f49a43e4bbc0: Download complete 19:34:34 2ac1f1163629: Pull complete 19:34:34 5c3c966382ef: Pull complete 19:34:34 4f4fb700ef54: Pull complete 19:34:34 5d5c8e513c77: Pull complete 19:34:34 9f66e0745190: Pull complete 19:34:36 f49a43e4bbc0: Pull complete 19:34:37 561ebcabdf7f: Pull complete 19:34:37 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 19:34:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 19:34:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 19:34:37 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 19:34:37 WORKDIR /edgex 19:34:37 COPY go.mod . 19:34:37 RUN go mod download 19:34:37 + docker build -t ci-base-image-x86_64 -f - . 19:34:38 Sending build context to Docker daemon 178.1MB 19:34:38 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 19:34:38 ---> 3a752c3f9dda 19:34:38 Step 2/4 : WORKDIR /edgex 19:34:43 ---> Running in 6b1ccb1af79d 19:34:43 Removing intermediate container 6b1ccb1af79d 19:34:43 ---> bdb4b2b4890e 19:34:43 Step 3/4 : COPY go.mod . 19:34:43 ---> 1c3b9f5ed5f5 19:34:43 Step 4/4 : RUN go mod download 19:34:43 ---> Running in 2dfda2394510 19:35:10 Removing intermediate container 2dfda2394510 19:35:10 ---> 55ec6ff7b78e 19:35:10 Successfully built 55ec6ff7b78e 19:35:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:35:10 + docker inspect -f . ci-base-image-x86_64 19:35:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:35:10 prd-ubuntu20.04-docker-8c-8g-25961 does not seem to be running inside a container 19:35:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:35:11 $ docker top 283553f25333f5b273c23a7e7cb9ae25b918607afe480bc63009fe4e6901ec35 -eo pid,comm [Pipeline] { [Pipeline] sh 19:35:11 + go version 19:35:11 go version go1.23.2 linux/amd64 [Pipeline] } 19:35:11 $ docker stop --time=1 283553f25333f5b273c23a7e7cb9ae25b918607afe480bc63009fe4e6901ec35 19:35:13 $ docker rm -f --volumes 283553f25333f5b273c23a7e7cb9ae25b918607afe480bc63009fe4e6901ec35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:35:13 + docker inspect -f . ci-base-image-x86_64 19:35:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:35:14 prd-ubuntu20.04-docker-8c-8g-25961 does not seem to be running inside a container 19:35:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:35:14 $ docker top 29b3720bdf23c87d293d9725dded4d270749a826ac91262426256877351ab930 -eo pid,comm [Pipeline] { [Pipeline] echo 19:35:14 ========================================================= 19:35:14 [edgeXBuildGoParallel] Running Tests and Build... 19:35:14 ========================================================= [Pipeline] sh 19:35:14 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:35:15 + make test 19:35:15 go test -race -coverprofile=coverage.out ./... 19:35:23 ? github.com/edgexfoundry/edgex-go [no test files] 19:35:55 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements 19:35:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:35:55 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 19:35:55 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 19:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.027s coverage: 28.7% of statements 19:35:56 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 19:35:56 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 19:35:56 github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements 19:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.037s coverage: 97.0% of statements 19:35:57 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 19:35:57 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:35:57 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 19:35:57 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 19:35:57 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 19:35:57 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 19:35:57 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 19:35:57 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 19:35:57 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 19:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 19:35:59 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 19:35:59 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 19:35:59 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 19:35:59 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 19:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.068s coverage: 69.2% of statements 19:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.051s coverage: 48.4% of statements 19:36:00 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 19:36:00 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 19:36:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.185s coverage: 93.4% of statements 19:36:01 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.049s coverage: 91.7% of statements 19:36:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.058s coverage: 9.4% of statements 19:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:36:02 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 19:36:02 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 19:36:02 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 19:36:02 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 19:36:02 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 19:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:36:02 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 19:36:02 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 19:36:02 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 19:36:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.471s coverage: 95.8% of statements 19:36:04 ok github.com/edgexfoundry/edgex-go/internal/io 1.029s coverage: 72.2% of statements 19:36:04 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 19:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:36:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 19:36:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.050s coverage: 0.0% of statements [no tests to run] 19:36:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.046s coverage: 1.0% of statements 19:36:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.038s coverage: 44.2% of statements 19:36:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.038s coverage: 40.0% of statements 19:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.049s coverage: 87.1% of statements 19:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements 19:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements 19:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements 19:36:06 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 19:36:06 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 19:36:06 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 19:36:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:36:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 19:36:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 19:36:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 19:36:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 19:36:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 19:36:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 19:36:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 19:36:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 19:36:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 19:36:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 19:36:08 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 19:36:08 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 19:36:09 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 19:36:10 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 19:36:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:36:12 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 19:36:12 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 19:36:14 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 19:36:14 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 19:36:14 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 19:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:36:15 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 19:36:15 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 19:36:16 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 19:36:16 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 19:36:16 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements 19:36:16 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 19:36:17 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements 19:36:17 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements 19:36:17 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements 19:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 19:36:19 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 19:36:19 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 19:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements 19:36:20 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 19:36:20 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 19:36:20 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 19:36:20 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 19:36:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:36:21 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.044s coverage: 92.9% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 66.7% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 75.0% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 17.0% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.064s coverage: 81.8% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.069s coverage: 82.1% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.184s coverage: 63.1% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.028s coverage: 100.0% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.145s coverage: 36.8% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.024s coverage: 3.1% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.035s coverage: 9.0% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.062s coverage: 97.7% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.032s coverage: 45.8% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.053s coverage: 17.2% of statements 19:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.133s coverage: 95.7% of statements 19:36:29 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:36:29 running golangci-lint 19:36:29 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 19:36:29 go version go1.23.2 linux/amd64 19:36:29 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 19:36:29 level=info msg="[config_reader] Used config file .golangci.yml" 19:36:29 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 19:36:56 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|deps|exports_file|imports|name|types_sizes) took 22.642048231s" 19:36:56 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.219913ms" 19:37:06 level=info msg="[linters_context/goanalysis] analyzers took 1m49.020334901s with top 10 stages: buildir: 1m0.572366942s, gosec: 4.004930913s, fact_deprecated: 2.846323041s, inspect: 2.76013666s, printf: 2.66983269s, ctrlflow: 2.124638102s, S1038: 1.429650017s, fact_purity: 1.383597798s, nilness: 960.196652ms, tokenfileanalyzer: 823.059855ms" 19:37:06 level=info msg="[runner] Issues before processing: 208, after processing: 0" 19:37:06 level=info msg="[runner] Processors filtering stat (in/out): skip_dirs: 208/208, path_prettifier: 208/208, identifier_marker: 208/208, exclude-rules: 208/15, cgo: 208/208, nolint: 15/0, autogenerated_exclude: 208/208, invalid_issue: 208/208, skip_files: 208/208, exclude: 208/208, filename_unadjuster: 208/208" 19:37:06 level=info msg="[runner] processing took 13.900544ms with stages: nolint: 5.595084ms, identifier_marker: 4.322078ms, path_prettifier: 1.522681ms, exclude-rules: 975.943µs, autogenerated_exclude: 944.382µs, skip_dirs: 421.435µs, cgo: 51.13µs, invalid_issue: 50.341µs, filename_unadjuster: 13.47µs, max_same_issues: 630ns, uniq_by_line: 620ns, fixer: 510ns, max_from_linter: 470ns, exclude: 390ns, skip_files: 260ns, sort_results: 240ns, severity-rules: 220ns, source_code: 150ns, diff: 150ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns, path_shortener: 110ns" 19:37:06 level=info msg="[runner] linters took 12.760480926s with stages: goanalysis_metalinter: 12.74648765s" 19:37:06 level=info msg="File cache stats: 0 entries of total size 0B" 19:37:06 level=info msg="Memory: 356 samples, avg is 288.7MB, max is 1192.9MB" 19:37:06 level=info msg="Execution took 35.451001471s" 19:37:06 go vet ./... 19:37:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:37:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:37:11 ./bin/test-attribution-txt.sh [Pipeline] echo 19:37:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:37:12 + ls -al . 19:37:12 total 1764 19:37:12 drwxrwxr-x 11 1001 1001 4096 Nov 8 19:35 . 19:37:12 drwxr-xr-x 4 root root 4096 Nov 8 19:35 .. 19:37:12 drwxrwxr-x 2 1001 1001 4096 Nov 8 19:33 .blubracket 19:37:12 -rw-rw-r-- 1 1001 1001 10 Nov 8 19:33 .dockerignore 19:37:12 drwxrwxr-x 8 1001 1001 4096 Nov 8 19:36 .git 19:37:12 drwxrwxr-x 3 1001 1001 4096 Nov 8 19:33 .github 19:37:12 -rw-rw-r-- 1 1001 1001 961 Nov 8 19:33 .gitignore 19:37:12 -rw-rw-r-- 1 1001 1001 199 Nov 8 19:33 .golangci.yml 19:37:12 -rw-rw-r-- 1 1001 1001 100 Nov 8 19:33 .hadolint.yml 19:37:12 drwxr-xr-x 3 1001 1001 4096 Nov 8 19:34 .semver 19:37:12 -rw-rw-r-- 1 1001 1001 155 Nov 8 19:33 .sonarcloud.properties 19:37:12 -rw-rw-r-- 1 1001 1001 1171 Nov 8 19:33 ADOPTERS.md 19:37:12 -rw-rw-r-- 1 1001 1001 17141 Nov 8 19:33 Attribution.txt 19:37:12 -rw-rw-r-- 1 1001 1001 100284 Nov 8 19:33 CHANGELOG.md 19:37:12 -rw-rw-r-- 1 1001 1001 3804 Nov 8 19:33 CONTRIBUTING.md 19:37:12 -rw-rw-r-- 1 1001 1001 677 Nov 8 19:33 GOVERNANCE.md 19:37:12 -rw-rw-r-- 1 1001 1001 858 Nov 8 19:33 Jenkinsfile 19:37:12 -rw-rw-r-- 1 1001 1001 10775 Nov 8 19:33 LICENSE 19:37:12 -rw-rw-r-- 1 1001 1001 16730 Nov 8 19:33 Makefile 19:37:12 -rw-rw-r-- 1 1001 1001 582 Nov 8 19:33 OWNERS.md 19:37:12 -rw-rw-r-- 1 1001 1001 9533 Nov 8 19:33 README.md 19:37:12 -rw-rw-r-- 1 1001 1001 789 Nov 8 19:33 SECURITY.md 19:37:12 -rw-rw-r-- 1 1001 1001 5 Nov 8 19:34 VERSION 19:37:12 drwxrwxr-x 2 1001 1001 4096 Nov 8 19:33 bin 19:37:12 drwxrwxr-x 19 1001 1001 4096 Nov 8 19:33 cmd 19:37:12 -rw-r--r-- 1 root root 1434023 Nov 8 19:36 coverage.out 19:37:12 drwxrwxr-x 2 1001 1001 4096 Nov 8 19:33 fuzz_test 19:37:12 -rw-rw-r-- 1 1001 1001 6528 Nov 8 19:33 go.mod 19:37:12 -rw-rw-r-- 1 1001 1001 88078 Nov 8 19:33 go.sum 19:37:12 drwxrwxr-x 7 1001 1001 4096 Nov 8 19:33 internal 19:37:12 drwxrwxr-x 2 1001 1001 4096 Nov 8 19:33 openapi 19:37:12 -rw-rw-r-- 1 1001 1001 584 Nov 8 19:33 security.txt 19:37:12 -rw-rw-r-- 1 1001 1001 204 Nov 8 19:33 version.go [Pipeline] sh 19:37:13 + '[' -e coverage.out ] 19:37:13 + chown 1001:1001 coverage.out [Pipeline] stash 19:37:13 Stashed 1 file(s) [Pipeline] sh 19:37:13 + make build 19:37:13 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:37:40 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:37:40 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 19:37:40 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:37:40 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 19:37:41 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:37:45 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 19:37:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:37:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:37:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:37:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 19:37:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:37:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:37:53 $ docker stop --time=1 29b3720bdf23c87d293d9725dded4d270749a826ac91262426256877351ab930 19:37:59 $ docker rm -f --volumes 29b3720bdf23c87d293d9725dded4d270749a826ac91262426256877351ab930 [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 19:38:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:38:00 19:38:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:38:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:38:01 latest: Pulling from edgex-devops/edgex-compose 19:38:01 91d30c5bc195: Pulling fs layer 19:38:01 2e9b0aa3be6d: Pulling fs layer 19:38:01 9c61dcf015f6: Pulling fs layer 19:38:01 4698f68db338: Pulling fs layer 19:38:01 2a2f49069b9e: Pulling fs layer 19:38:01 e0025b399a48: Pulling fs layer 19:38:01 4698f68db338: Waiting 19:38:01 2a2f49069b9e: Waiting 19:38:01 e0025b399a48: Waiting 19:38:01 91d30c5bc195: Verifying Checksum 19:38:01 4698f68db338: Verifying Checksum 19:38:01 4698f68db338: Download complete 19:38:01 2e9b0aa3be6d: Verifying Checksum 19:38:01 2e9b0aa3be6d: Download complete 19:38:01 e0025b399a48: Verifying Checksum 19:38:01 e0025b399a48: Download complete 19:38:01 91d30c5bc195: Pull complete 19:38:01 2a2f49069b9e: Verifying Checksum 19:38:01 2e9b0aa3be6d: Pull complete 19:38:01 9c61dcf015f6: Download complete 19:38:04 9c61dcf015f6: Pull complete 19:38:04 4698f68db338: Pull complete 19:38:04 2a2f49069b9e: Pull complete 19:38:04 e0025b399a48: Pull complete 19:38:04 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 19:38:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:38:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:38:05 prd-ubuntu20.04-docker-8c-8g-25961 does not seem to be running inside a container 19:38:05 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:38:08 $ docker top 27245a6348c9aae22bdd32e217c9db54fdeab9ffd7179abd72c67147ba5232a8 -eo pid,comm [Pipeline] { [Pipeline] sh 19:38:08 + docker compose -f ./docker-compose-build.yml build --parallel 19:38:11 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:38:11 #1 transferring dockerfile: 2.23kB done 19:38:11 #1 DONE 0.0s 19:38:11 19:38:11 #2 [support-cron-scheduler internal] load build definition from Dockerfile 19:38:11 #2 transferring dockerfile: 1.86kB done 19:38:11 #2 DONE 0.0s 19:38:11 19:38:11 #3 [security-proxy-setup internal] load build definition from Dockerfile 19:38:11 #3 transferring dockerfile: 2.50kB done 19:38:11 #3 DONE 0.0s 19:38:11 19:38:11 #4 [core-metadata internal] load build definition from Dockerfile 19:38:11 #4 transferring dockerfile: 2.13kB done 19:38:11 #4 DONE 0.0s 19:38:11 19:38:11 #5 [security-secretstore-setup internal] load build definition from Dockerfile 19:38:11 #5 transferring dockerfile: 2.49kB done 19:38:11 #5 DONE 0.0s 19:38:11 19:38:11 #6 [core-data internal] load build definition from Dockerfile 19:38:11 #6 transferring dockerfile: 2.07kB done 19:38:11 #6 DONE 0.0s 19:38:11 19:38:11 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:38:11 #7 DONE 0.0s 19:38:11 19:38:11 #8 [security-spire-config internal] load build definition from Dockerfile 19:38:11 #8 transferring dockerfile: 1.69kB done 19:38:11 #8 DONE 0.0s 19:38:11 19:38:11 #9 [support-notifications internal] load build definition from Dockerfile 19:38:11 #9 transferring dockerfile: 2.02kB 0.0s done 19:38:11 #9 DONE 0.1s 19:38:11 19:38:11 #10 [security-spire-agent internal] load build definition from Dockerfile 19:38:11 #10 transferring dockerfile: 1.81kB done 19:38:11 #10 DONE 0.0s 19:38:11 19:38:11 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:38:11 #7 transferring dockerfile: 1.89kB done 19:38:11 #7 DONE 0.0s 19:38:11 19:38:11 #11 [security-proxy-auth internal] load build definition from Dockerfile 19:38:11 #11 transferring dockerfile: 2.15kB done 19:38:11 #11 DONE 0.0s 19:38:11 19:38:11 #12 [security-bootstrapper internal] load build definition from Dockerfile 19:38:11 #12 transferring dockerfile: 3.02kB done 19:38:11 #12 DONE 0.1s 19:38:11 19:38:11 #13 [core-keeper internal] load build definition from Dockerfile 19:38:11 #13 transferring dockerfile: 2.07kB done 19:38:11 #13 DONE 0.0s 19:38:11 19:38:11 #14 [core-common-config-bootstrapper internal] load .dockerignore 19:38:11 #14 transferring context: 50B done 19:38:11 #14 DONE 0.0s 19:38:11 19:38:11 #15 [core-command internal] load build definition from Dockerfile 19:38:11 #15 transferring dockerfile: 1.94kB done 19:38:11 #15 DONE 0.0s 19:38:11 19:38:11 #16 [security-spire-server internal] load build definition from Dockerfile 19:38:11 #16 transferring dockerfile: 1.70kB done 19:38:11 #16 DONE 0.0s 19:38:11 19:38:11 #17 [support-cron-scheduler internal] load .dockerignore 19:38:11 #17 transferring context: 50B done 19:38:11 #17 DONE 0.0s 19:38:11 19:38:11 #18 [security-proxy-setup internal] load .dockerignore 19:38:11 #18 transferring context: 50B done 19:38:11 #18 DONE 0.0s 19:38:11 19:38:11 #19 [core-metadata internal] load .dockerignore 19:38:11 #19 transferring context: 50B done 19:38:11 #19 DONE 0.0s 19:38:11 19:38:11 #20 [security-secretstore-setup internal] load .dockerignore 19:38:11 #20 transferring context: 50B done 19:38:11 #20 DONE 0.0s 19:38:11 19:38:11 #21 [core-data internal] load .dockerignore 19:38:11 #21 transferring context: 50B done 19:38:11 #21 DONE 0.0s 19:38:11 19:38:11 #22 [security-spire-config internal] load .dockerignore 19:38:11 #22 transferring context: 50B done 19:38:11 #22 DONE 0.0s 19:38:11 19:38:11 #23 [security-bootstrapper internal] load .dockerignore 19:38:11 #23 transferring context: 50B done 19:38:11 #23 DONE 0.1s 19:38:11 19:38:11 #24 [support-notifications internal] load .dockerignore 19:38:11 #24 transferring context: 50B done 19:38:11 #24 DONE 0.0s 19:38:11 19:38:11 #25 [security-spire-agent internal] load .dockerignore 19:38:11 #25 transferring context: 50B done 19:38:11 #25 DONE 0.1s 19:38:11 19:38:11 #26 [security-spiffe-token-provider internal] load .dockerignore 19:38:11 #26 transferring context: 50B done 19:38:11 #26 DONE 0.1s 19:38:11 19:38:11 #27 [core-keeper internal] load .dockerignore 19:38:11 #27 transferring context: 50B done 19:38:11 #27 DONE 0.1s 19:38:11 19:38:11 #28 [security-proxy-auth internal] load .dockerignore 19:38:11 #28 transferring context: 50B done 19:38:11 #28 DONE 0.1s 19:38:11 19:38:11 #29 [security-spire-server internal] load .dockerignore 19:38:11 #29 transferring context: 50B done 19:38:11 #29 DONE 0.1s 19:38:11 19:38:11 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:38:11 #30 DONE 0.0s 19:38:11 19:38:11 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 19:38:11 #31 DONE 0.1s 19:38:11 19:38:11 #32 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:38:11 #32 DONE 0.0s 19:38:11 19:38:11 #33 [core-common-config-bootstrapper internal] load build context 19:38:11 #33 DONE 0.0s 19:38:11 19:38:11 #34 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 19:38:11 #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 19:38:11 #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done 19:38:11 #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 19:38:11 #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 19:38:11 #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 19:38:11 #34 DONE 0.1s 19:38:11 19:38:11 #35 [core-command internal] load .dockerignore 19:38:11 #35 transferring context: 50B done 19:38:11 #35 DONE 0.1s 19:38:11 19:38:11 #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:38:11 #30 DONE 0.0s 19:38:11 19:38:11 #36 [support-cron-scheduler internal] load build context 19:38:11 #36 ... 19:38:11 19:38:11 #30 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:38:11 #30 DONE 0.0s 19:38:11 19:38:11 #34 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 19:38:11 #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done 19:38:11 #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 19:38:11 #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 19:38:11 #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 19:38:11 #34 DONE 0.1s 19:38:11 19:38:11 #36 [support-cron-scheduler internal] load build context 19:38:11 #36 ... 19:38:11 19:38:11 #34 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 19:38:11 #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done 19:38:11 #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 19:38:11 #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 19:38:11 #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 19:38:11 #34 DONE 0.1s 19:38:11 19:38:11 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:38:11 #30 DONE 0.0s 19:38:11 19:38:11 #36 [support-cron-scheduler internal] load build context 19:38:11 #36 ... 19:38:11 19:38:11 #34 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 19:38:11 #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done 19:38:11 #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 19:38:11 #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 19:38:11 #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 19:38:11 #34 DONE 0.1s 19:38:11 19:38:11 #30 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:38:11 #30 DONE 0.0s 19:38:11 19:38:11 #31 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 19:38:11 #31 DONE 0.3s 19:38:11 19:38:11 #36 [support-cron-scheduler internal] load build context 19:38:12 #36 ... 19:38:12 19:38:12 #30 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:38:12 #30 DONE 0.0s 19:38:12 19:38:12 #36 [support-cron-scheduler internal] load build context 19:38:12 #36 ... 19:38:12 19:38:12 #31 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 19:38:12 #31 DONE 0.4s 19:38:12 19:38:12 #36 [support-cron-scheduler internal] load build context 19:38:12 #36 ... 19:38:12 19:38:12 #34 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 19:38:12 #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done 19:38:12 #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 19:38:12 #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 19:38:12 #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 19:38:12 #34 DONE 0.1s 19:38:12 19:38:12 #36 [support-cron-scheduler internal] load build context 19:38:12 #36 ... 19:38:12 19:38:12 #34 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 19:38:12 #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done 19:38:12 #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 19:38:12 #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 19:38:12 #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 19:38:12 #34 DONE 0.1s 19:38:12 19:38:12 #37 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 19:38:12 #37 DONE 1.0s 19:38:12 19:38:12 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 19:38:12 #38 DONE 1.0s 19:38:12 19:38:12 #36 [support-cron-scheduler internal] load build context 19:38:13 #36 ... 19:38:13 19:38:13 #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:38:13 #32 DONE 1.6s 19:38:13 19:38:13 #36 [support-cron-scheduler internal] load build context 19:38:17 #36 transferring context: 247.41MB 4.9s 19:38:18 #36 ... 19:38:18 19:38:18 #39 [core-metadata internal] load build context 19:38:18 #39 ... 19:38:18 19:38:18 #36 [support-cron-scheduler internal] load build context 19:38:20 #36 transferring context: 433.55MB 8.7s done 19:38:21 #36 ... 19:38:21 19:38:21 #33 [core-common-config-bootstrapper internal] load build context 19:38:21 #33 ... 19:38:21 19:38:21 #40 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:38:21 #0 1.350 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:21 #0 1.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:21 #0 1.691 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:38:21 #0 1.728 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:38:21 #0 1.738 (3/6) Installing dumb-init (1.2.5-r3) 19:38:21 #0 1.741 (4/6) Installing openssl (3.3.2-r1) 19:38:21 #0 1.752 (5/6) Installing su-exec (0.2-r3) 19:38:21 #0 1.756 (6/6) Installing yq-go (4.44.1-r2) 19:38:21 #0 1.820 Executing busybox-1.36.1-r29.trigger 19:38:21 #0 1.829 OK: 19 MiB in 18 packages 19:38:21 #40 ... 19:38:21 19:38:21 #41 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:38:21 #0 1.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:21 #0 1.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:21 #0 1.413 (1/1) Installing dumb-init (1.2.5-r3) 19:38:21 #0 1.428 Executing busybox-1.36.1-r29.trigger 19:38:21 #0 1.444 OK: 8 MiB in 15 packages 19:38:22 #41 ... 19:38:22 19:38:22 #42 [security-proxy-setup internal] load build context 19:38:22 #42 ... 19:38:22 19:38:22 #43 [security-secretstore-setup internal] load build context 19:38:22 #43 transferring context: 433.55MB 9.7s done 19:38:22 #43 ... 19:38:22 19:38:22 #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:38:22 #44 ... 19:38:22 19:38:22 #45 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 19:38:22 #0 0.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:22 #0 0.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:22 #0 1.245 (1/3) Installing ca-certificates (20240705-r0) 19:38:22 #0 1.258 (2/3) Installing dumb-init (1.2.5-r3) 19:38:22 #0 1.263 (3/3) Installing tzdata (2024b-r0) 19:38:22 #0 1.298 Executing busybox-1.36.1-r29.trigger 19:38:22 #0 1.331 Executing ca-certificates-20240705-r0.trigger 19:38:22 #0 1.378 OK: 10 MiB in 17 packages 19:38:22 #45 ... 19:38:22 19:38:22 #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:38:22 #0 1.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:22 #0 1.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:22 #0 2.120 (1/4) Installing ca-certificates (20240705-r0) 19:38:22 #0 2.133 (2/4) Installing dumb-init (1.2.5-r3) 19:38:22 #0 2.137 (3/4) Installing su-exec (0.2-r3) 19:38:22 #0 2.140 (4/4) Installing yq-go (4.44.1-r2) 19:38:22 #0 2.201 Executing busybox-1.36.1-r29.trigger 19:38:22 #0 2.216 Executing ca-certificates-20240705-r0.trigger 19:38:22 #0 2.248 OK: 19 MiB in 18 packages 19:38:22 #46 ... 19:38:22 19:38:22 #47 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 19:38:22 #0 5.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:22 #0 5.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:22 #0 6.089 (1/2) Installing ca-certificates (20240705-r0) 19:38:22 #0 6.104 (2/2) Installing dumb-init (1.2.5-r3) 19:38:22 #0 6.109 Executing busybox-1.36.1-r29.trigger 19:38:22 #0 6.117 Executing ca-certificates-20240705-r0.trigger 19:38:22 #0 6.159 OK: 9 MiB in 16 packages 19:38:22 #47 ... 19:38:22 19:38:22 #48 [core-data internal] load build context 19:38:22 #48 transferring context: 433.55MB 9.6s done 19:38:22 #48 ... 19:38:22 19:38:22 #49 [security-bootstrapper internal] load build context 19:38:22 #49 transferring context: 433.55MB 10.7s done 19:38:22 #49 ... 19:38:22 19:38:22 #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:23 #50 ... 19:38:23 19:38:23 #51 [security-spire-config internal] load build context 19:38:23 #51 ... 19:38:23 19:38:23 #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:38:23 #52 ... 19:38:23 19:38:23 #53 [core-command internal] load build context 19:38:23 #53 transferring context: 433.55MB 9.4s done 19:38:23 #53 ... 19:38:23 19:38:23 #54 [security-proxy-auth internal] load build context 19:38:23 #54 transferring context: 433.55MB 8.5s done 19:38:23 #54 ... 19:38:23 19:38:23 #55 [support-notifications internal] load build context 19:38:23 #55 transferring context: 433.55MB 8.4s done 19:38:25 #55 ... 19:38:25 19:38:25 #56 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:38:25 #56 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:38:25 #56 ... 19:38:25 19:38:25 #57 [security-spire-agent internal] load build context 19:38:25 #57 ... 19:38:25 19:38:25 #58 [security-spire-server internal] load build context 19:38:25 #58 transferring context: 23.57kB done 19:38:25 #58 ... 19:38:25 19:38:25 #59 [core-keeper internal] load build context 19:38:25 #59 transferring context: 433.55MB 10.3s done 19:38:26 #59 ... 19:38:26 19:38:26 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:38:26 #60 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:38:26 #60 ... 19:38:26 19:38:26 #61 [security-spiffe-token-provider internal] load build context 19:38:26 #61 transferring context: 433.55MB 10.2s done 19:38:26 #61 ... 19:38:26 19:38:26 #62 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:38:26 #0 2.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:26 #0 2.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:26 #0 3.148 (1/1) Installing dumb-init (1.2.5-r3) 19:38:26 #0 3.153 Executing busybox-1.36.1-r29.trigger 19:38:26 #0 3.165 OK: 8 MiB in 15 packages 19:38:26 #62 ... 19:38:26 19:38:26 #39 [core-metadata internal] load build context 19:38:26 #39 transferring context: 433.55MB 10.4s done 19:38:31 #39 ... 19:38:31 19:38:31 #33 [core-common-config-bootstrapper internal] load build context 19:38:31 #33 transferring context: 433.55MB 10.3s done 19:38:32 #33 ... 19:38:32 19:38:32 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:38:32 #63 ... 19:38:32 19:38:32 #42 [security-proxy-setup internal] load build context 19:38:32 #42 transferring context: 433.55MB 10.7s done 19:38:34 #42 ... 19:38:34 19:38:34 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:38:36 #64 ... 19:38:36 19:38:36 #65 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 19:38:42 #65 ... 19:38:42 19:38:42 #58 [security-spire-server internal] load build context 19:38:42 #58 DONE 29.3s 19:38:42 19:38:42 #55 [support-notifications internal] load build context 19:38:42 #55 DONE 30.3s 19:38:42 19:38:42 #62 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:38:42 #62 DONE 30.2s 19:38:42 19:38:42 #47 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 19:38:42 #47 DONE 30.2s 19:38:42 19:38:42 #41 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:38:42 #41 DONE 30.7s 19:38:42 19:38:42 #66 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 19:38:42 #66 ... 19:38:42 19:38:42 #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:38:42 #46 DONE 30.4s 19:38:42 19:38:42 #54 [security-proxy-auth internal] load build context 19:38:42 #54 DONE 30.0s 19:38:42 19:38:42 #40 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:38:42 #40 DONE 30.5s 19:38:42 19:38:42 #45 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 19:38:42 #45 DONE 30.5s 19:38:42 19:38:42 #36 [support-cron-scheduler internal] load build context 19:38:42 #36 DONE 30.5s 19:38:42 19:38:42 #53 [core-command internal] load build context 19:38:42 #53 DONE 30.0s 19:38:42 19:38:42 #43 [security-secretstore-setup internal] load build context 19:38:42 #43 DONE 30.5s 19:38:42 19:38:42 #48 [core-data internal] load build context 19:38:42 #48 DONE 30.4s 19:38:42 19:38:42 #39 [core-metadata internal] load build context 19:38:42 #39 DONE 30.6s 19:38:42 19:38:42 #33 [core-common-config-bootstrapper internal] load build context 19:38:42 #33 DONE 30.7s 19:38:42 19:38:42 #61 [security-spiffe-token-provider internal] load build context 19:38:42 #61 DONE 30.4s 19:38:42 19:38:42 #59 [core-keeper internal] load build context 19:38:42 #59 DONE 30.3s 19:38:42 19:38:42 #49 [security-bootstrapper internal] load build context 19:38:42 #49 DONE 30.3s 19:38:42 19:38:42 #42 [security-proxy-setup internal] load build context 19:38:42 #42 DONE 30.6s 19:38:42 19:38:42 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:38:42 #56 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 24.9s done 19:38:42 #56 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 19:38:42 #56 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 19:38:42 #56 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 19:38:42 #56 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.0s done 19:38:42 #56 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 19:38:42 #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 19:38:42 #56 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done 19:38:42 #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.3s 19:38:42 #56 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 19:38:42 #56 ... 19:38:42 19:38:42 #51 [security-spire-config internal] load build context 19:38:42 #51 transferring context: 21.82kB done 19:38:42 #51 DONE 30.1s 19:38:42 19:38:42 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:38:42 #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.8s done 19:38:42 #56 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 19:38:42 #56 ... 19:38:42 19:38:42 #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:38:42 #44 31.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:43 #44 ... 19:38:43 19:38:43 #57 [security-spire-agent internal] load build context 19:38:43 #57 transferring context: 23.10kB 0.0s done 19:38:43 #57 DONE 30.1s 19:38:43 19:38:43 #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:43 #50 DONE 30.9s 19:38:43 19:38:43 #65 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 19:38:43 #65 DONE 6.4s 19:38:43 19:38:43 #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:38:43 #44 31.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:43 #44 31.39 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 19:38:43 #44 31.39 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 19:38:43 #44 31.39 OK: 24168 distinct packages available 19:38:43 #44 31.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:43 #44 31.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:43 #44 31.84 (1/14) Installing ca-certificates (20240705-r0) 19:38:43 #44 31.86 (2/14) Installing brotli-libs (1.1.0-r2) 19:38:43 #44 31.87 (3/14) Installing c-ares (1.33.1-r0) 19:38:43 #44 31.87 (4/14) Installing libunistring (1.2-r0) 19:38:43 #44 31.89 (5/14) Installing libidn2 (2.3.7-r0) 19:38:43 #44 31.90 (6/14) Installing nghttp2-libs (1.62.1-r0) 19:38:43 #44 31.90 (7/14) Installing libpsl (0.21.5-r1) 19:38:43 #44 31.91 (8/14) Installing zstd-libs (1.5.6-r0) 19:38:43 #44 31.92 (9/14) Installing libcurl (8.11.0-r1) 19:38:43 #44 31.92 (10/14) Installing curl (8.11.0-r1) 19:38:43 #44 ... 19:38:43 19:38:43 #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:38:43 #52 30.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:43 #52 30.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:43 #52 31.18 (1/2) Installing dumb-init (1.2.5-r3) 19:38:43 #52 31.18 (2/2) Installing su-exec (0.2-r3) 19:38:43 #52 31.20 Executing busybox-1.36.1-r29.trigger 19:38:43 #52 31.20 OK: 8 MiB in 16 packages 19:38:43 #52 DONE 31.8s 19:38:43 19:38:43 #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:38:43 #44 31.93 (11/14) Installing dumb-init (1.2.5-r3) 19:38:43 #44 31.93 (12/14) Installing musl-obstack (1.2.3-r2) 19:38:43 #44 31.94 (13/14) Installing libucontext (1.2-r3) 19:38:43 #44 31.94 (14/14) Installing gcompat (1.1.0-r4) 19:38:43 #44 31.94 Executing busybox-1.36.1-r29.trigger 19:38:43 #44 31.96 Executing ca-certificates-20240705-r0.trigger 19:38:44 #44 ... 19:38:44 19:38:44 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:38:44 #60 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 26.7s done 19:38:44 #60 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 19:38:44 #60 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 19:38:44 #60 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 19:38:44 #60 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.0s done 19:38:44 #60 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 19:38:44 #60 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done 19:38:44 #60 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.8s done 19:38:44 #60 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 19:38:44 #60 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 19:38:44 #60 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.8s done 19:38:44 #60 DONE 31.2s 19:38:44 19:38:44 #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:38:44 #44 32.05 OK: 13 MiB in 28 packages 19:38:45 #44 DONE 33.3s 19:38:45 19:38:45 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:38:45 #64 19.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:45 #64 19.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:45 #64 19.70 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 19:38:45 #64 19.70 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 19:38:45 #64 19.70 OK: 24168 distinct packages available 19:38:45 #64 19.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:45 #64 19.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:45 #64 20.12 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:38:45 #64 20.15 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:38:45 #64 20.18 (3/7) Installing dumb-init (1.2.5-r3) 19:38:45 #64 20.19 (4/7) Installing musl-obstack (1.2.3-r2) 19:38:45 #64 20.19 (5/7) Installing libucontext (1.2-r3) 19:38:45 #64 20.19 (6/7) Installing gcompat (1.1.0-r4) 19:38:45 #64 20.19 (7/7) Installing openssl (3.3.2-r1) 19:38:45 #64 20.20 Executing busybox-1.36.1-r29.trigger 19:38:45 #64 20.21 OK: 9 MiB in 19 packages 19:38:45 #64 DONE 20.5s 19:38:45 19:38:45 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:38:45 #63 12.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:45 #63 12.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:45 #63 12.64 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 19:38:45 #63 12.64 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 19:38:45 #63 12.64 OK: 24168 distinct packages available 19:38:45 #63 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:45 #63 12.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:45 #63 13.12 (1/4) Installing dumb-init (1.2.5-r3) 19:38:45 #63 13.12 (2/4) Installing musl-obstack (1.2.3-r2) 19:38:45 #63 13.12 (3/4) Installing libucontext (1.2-r3) 19:38:45 #63 13.13 (4/4) Installing gcompat (1.1.0-r4) 19:38:45 #63 13.13 Executing busybox-1.36.1-r29.trigger 19:38:45 #63 13.14 OK: 8 MiB in 18 packages 19:38:45 #63 DONE 13.4s 19:38:45 19:38:45 #67 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 19:38:45 #67 ... 19:38:45 19:38:45 #68 [core-command stage-1 3/9] RUN apk --no-cache upgrade 19:38:45 #0 1.909 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:45 #0 1.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:45 #0 2.487 Upgrading critical system libraries and apk-tools: 19:38:45 #0 2.487 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:38:45 #0 2.603 Executing busybox-1.36.1-r29.trigger 19:38:45 #0 2.700 Continuing the upgrade transaction with new apk-tools: 19:38:45 #0 2.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:45 #0 2.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:45 #0 3.134 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:38:45 #0 3.165 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:38:45 #0 3.186 OK: 8 MiB in 15 packages 19:38:45 #68 DONE 3.9s 19:38:46 19:38:46 #66 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 19:38:46 #66 3.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:46 #66 3.958 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:46 #66 4.262 Upgrading critical system libraries and apk-tools: 19:38:46 #66 4.262 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:38:46 #66 4.268 Executing busybox-1.36.1-r29.trigger 19:38:46 #66 4.355 Continuing the upgrade transaction with new apk-tools: 19:38:46 #66 4.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:46 #66 4.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:46 #66 ... 19:38:46 19:38:46 #69 [core-data stage-1 3/8] RUN apk --no-cache upgrade 19:38:46 #0 3.044 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:46 #0 3.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:46 #0 3.427 Upgrading critical system libraries and apk-tools: 19:38:46 #0 3.427 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:38:46 #0 3.437 Executing busybox-1.36.1-r29.trigger 19:38:46 #0 3.501 Continuing the upgrade transaction with new apk-tools: 19:38:46 #0 3.505 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:46 #0 3.572 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:46 #0 3.874 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:38:46 #0 3.937 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:38:46 #0 3.949 OK: 8 MiB in 15 packages 19:38:46 #69 DONE 4.6s 19:38:46 19:38:46 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:38:46 #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.8s done 19:38:46 #56 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.3s done 19:38:47 #56 ... 19:38:47 19:38:47 #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:47 #70 DONE 4.4s 19:38:47 19:38:47 #66 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 19:38:47 #66 4.753 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:38:47 #66 4.788 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:38:47 #66 4.800 Executing ca-certificates-20240705-r0.trigger 19:38:47 #66 5.112 OK: 9 MiB in 16 packages 19:38:47 #66 DONE 5.3s 19:38:47 19:38:47 #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:38:47 #0 3.797 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:47 #0 3.874 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:47 #0 4.197 Upgrading critical system libraries and apk-tools: 19:38:47 #0 4.197 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:38:47 #0 4.207 Executing busybox-1.36.1-r29.trigger 19:38:47 #0 4.316 Continuing the upgrade transaction with new apk-tools: 19:38:47 #0 4.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:47 #0 4.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:47 #0 4.743 OK: 19 MiB in 18 packages 19:38:47 #71 DONE 5.3s 19:38:47 19:38:47 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:38:47 #0 3.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:47 #0 3.868 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:47 #0 4.192 Upgrading critical system libraries and apk-tools: 19:38:47 #0 4.192 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:38:47 #0 4.198 Executing busybox-1.36.1-r29.trigger 19:38:47 #0 4.266 Continuing the upgrade transaction with new apk-tools: 19:38:47 #0 4.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:47 #0 4.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:47 #0 4.623 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:38:47 #0 4.699 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:38:47 #0 4.712 Executing ca-certificates-20240705-r0.trigger 19:38:47 #0 5.101 OK: 19 MiB in 18 packages 19:38:47 #72 DONE 5.3s 19:38:47 19:38:47 #73 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 19:38:47 #0 3.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:47 #0 4.077 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:47 #0 4.395 Upgrading critical system libraries and apk-tools: 19:38:47 #0 4.395 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:38:47 #0 4.401 Executing busybox-1.36.1-r29.trigger 19:38:47 #0 4.468 Continuing the upgrade transaction with new apk-tools: 19:38:47 #0 4.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:47 #0 4.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:47 #0 4.897 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:38:47 #0 4.938 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:38:47 #0 4.958 Executing ca-certificates-20240705-r0.trigger 19:38:47 #0 5.080 OK: 10 MiB in 17 packages 19:38:47 #73 DONE 5.3s 19:38:47 19:38:47 #74 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:38:47 #74 DONE 0.0s 19:38:47 19:38:47 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:38:48 #75 ... 19:38:48 19:38:48 #76 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:38:48 #0 4.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:48 #0 4.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:48 #0 5.007 OK: 246 MiB in 54 packages 19:38:48 #76 DONE 5.2s 19:38:48 19:38:48 #77 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:38:48 #77 DONE 0.0s 19:38:48 19:38:48 #78 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:38:48 #78 ... 19:38:48 19:38:48 #79 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:38:48 #0 5.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:48 #0 5.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:48 #0 5.755 OK: 246 MiB in 54 packages 19:38:48 #79 DONE 5.9s 19:38:49 19:38:49 #80 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 19:38:49 #80 DONE 0.1s 19:38:49 19:38:49 #81 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:38:49 #81 ... 19:38:49 19:38:49 #82 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:38:49 #0 5.404 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:49 #0 5.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:49 #0 5.773 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 19:38:49 #0 5.773 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 19:38:49 #0 5.773 OK: 24170 distinct packages available 19:38:49 #0 5.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:49 #0 5.916 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:49 #0 6.180 OK: 246 MiB in 54 packages 19:38:49 #82 DONE 6.3s 19:38:49 19:38:49 #83 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:38:49 #83 DONE 0.1s 19:38:49 19:38:49 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:38:49 #75 1.923 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:49 #75 ... 19:38:49 19:38:49 #84 [core-command builder 3/7] RUN apk add --update --no-cache make git 19:38:49 #0 6.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:49 #0 6.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:49 #0 6.487 OK: 246 MiB in 54 packages 19:38:49 #84 DONE 6.6s 19:38:49 19:38:49 #85 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:38:49 #85 DONE 0.1s 19:38:49 19:38:49 #86 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:38:50 #86 ... 19:38:50 19:38:50 #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:38:50 #0 4.986 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:50 #0 5.081 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:50 #0 5.391 Upgrading critical system libraries and apk-tools: 19:38:50 #0 5.391 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:38:50 #0 5.403 Executing busybox-1.36.1-r29.trigger 19:38:50 #0 5.477 Continuing the upgrade transaction with new apk-tools: 19:38:50 #0 5.481 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:50 #0 5.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:50 #0 5.832 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:38:50 #0 5.867 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:38:50 #0 5.882 OK: 8 MiB in 16 packages 19:38:50 #87 DONE 6.0s 19:38:50 19:38:50 #88 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:38:50 #88 ... 19:38:50 19:38:50 #89 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 19:38:50 #0 5.927 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:50 #0 6.380 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:50 #0 7.103 (1/1) Installing dumb-init (1.2.5-r3) 19:38:50 #0 7.387 Executing busybox-1.36.1-r29.trigger 19:38:50 #0 7.398 OK: 8 MiB in 15 packages 19:38:50 #89 DONE 7.6s 19:38:50 19:38:50 #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:38:50 #0 4.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:50 #0 4.126 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:50 #0 4.434 Upgrading critical system libraries and apk-tools: 19:38:50 #0 4.434 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:38:50 #0 4.443 Executing busybox-1.36.1-r29.trigger 19:38:50 #0 4.561 Continuing the upgrade transaction with new apk-tools: 19:38:50 #0 4.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:50 #0 4.639 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:50 #0 4.950 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:38:50 #0 4.998 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:38:50 #0 5.029 Executing ca-certificates-20240705-r0.trigger 19:38:50 #0 5.113 OK: 13 MiB in 28 packages 19:38:50 #90 DONE 5.4s 19:38:50 19:38:50 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:38:50 #0 4.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:50 #0 4.147 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:50 #0 4.488 Upgrading critical system libraries and apk-tools: 19:38:50 #0 4.488 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:38:50 #0 4.498 Executing busybox-1.36.1-r29.trigger 19:38:50 #0 4.598 Continuing the upgrade transaction with new apk-tools: 19:38:50 #0 4.604 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:50 #0 4.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:50 #0 5.000 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:38:50 #0 5.051 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:38:50 #0 5.071 OK: 8 MiB in 18 packages 19:38:50 #91 DONE 5.4s 19:38:50 19:38:50 #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:38:51 #92 DONE 1.0s 19:38:51 19:38:51 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:38:51 #75 2.384 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:51 #75 3.122 OK: 246 MiB in 54 packages 19:38:51 #75 DONE 4.2s 19:38:51 19:38:51 #88 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:38:51 #88 DONE 1.6s 19:38:51 19:38:51 #67 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 19:38:51 #67 4.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:51 #67 5.129 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:51 #67 5.555 Upgrading critical system libraries and apk-tools: 19:38:51 #67 5.555 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:38:51 #67 5.561 Executing busybox-1.36.1-r29.trigger 19:38:51 #67 5.623 Continuing the upgrade transaction with new apk-tools: 19:38:51 #67 5.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:38:51 #67 5.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:38:51 #67 6.063 OK: 9 MiB in 19 packages 19:38:51 #67 DONE 6.4s 19:38:51 19:38:51 #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ 19:38:51 #93 DONE 0.1s 19:38:51 19:38:51 #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:38:52 #94 DONE 1.1s 19:38:52 19:38:52 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 19:38:52 #95 DONE 1.1s 19:38:52 19:38:52 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:38:52 #96 DONE 1.1s 19:38:52 19:38:52 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:38:53 #97 DONE 0.1s 19:38:53 19:38:53 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:38:53 #98 DONE 1.1s 19:38:53 19:38:53 #99 [security-spire-config stage-2 6/10] COPY security.txt / 19:38:53 #99 DONE 0.1s 19:38:53 19:38:53 #100 [security-spire-server stage-2 6/9] COPY security.txt / 19:38:53 #100 ... 19:38:53 19:38:53 #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:38:53 #101 DONE 1.0s 19:38:53 19:38:53 #100 [security-spire-server stage-2 6/9] COPY security.txt / 19:38:53 #100 DONE 1.0s 19:38:53 19:38:53 #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:38:53 #102 DONE 1.1s 19:38:53 19:38:53 #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:38:53 #103 DONE 0.0s 19:38:53 19:38:53 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:38:53 #104 DONE 0.0s 19:38:53 19:38:53 #105 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:38:53 #105 DONE 0.1s 19:38:53 19:38:53 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:38:53 #106 DONE 0.0s 19:38:53 19:38:53 #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:38:53 #107 DONE 0.1s 19:38:53 19:38:53 #108 [security-spire-agent stage-3 7/10] COPY security.txt / 19:38:53 #108 DONE 0.1s 19:38:53 19:38:53 #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:38:53 #109 DONE 0.1s 19:38:53 19:38:53 #110 [security-spire-config] exporting to image 19:38:53 #110 exporting layers 19:38:54 #110 ... 19:38:54 19:38:54 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:38:54 #111 DONE 0.1s 19:38:54 19:38:54 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:38:54 #112 DONE 0.1s 19:38:54 19:38:54 #110 [security-spire-server] exporting to image 19:38:54 #110 ... 19:38:54 19:38:54 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:38:54 #113 DONE 0.0s 19:38:54 19:38:54 #110 [security-spire-agent] exporting to image 19:38:54 #110 exporting layers 0.7s done 19:38:54 #110 writing image sha256:18a6522eff7a7031c3d6f52b129551f2d2979e844e99f73312d5b9f5a0cdb8c3 done 19:38:54 #110 naming to docker.io/library/security-spire-config done 19:38:54 #110 exporting layers 0.6s done 19:38:54 #110 writing image sha256:fd6c686783e8062121387589c05f1b56ed4c9c0c503faf51ca70aa16658d4fcd done 19:38:54 #110 naming to docker.io/library/security-spire-server done 19:38:54 #110 writing image sha256:5bd57e175df1d6e5df28ae37d8fb40ce6f6a3f36699a96aaf88e82b26c97ab04 done 19:38:54 #110 naming to docker.io/library/security-spire-agent done 19:38:54 #110 DONE 0.8s 19:38:54 19:38:54 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:00 #114 ... 19:39:00 19:39:00 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:32 #115 DONE 40.9s 19:39:32 19:39:32 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:32 #114 DONE 38.5s 19:39:32 19:39:32 #81 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:32 #81 DONE 41.3s 19:39:32 19:39:32 #78 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:32 #78 DONE 42.1s 19:39:32 19:39:32 #86 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:32 #86 DONE 40.8s 19:39:32 19:39:32 #116 [core-keeper builder 7/8] COPY . . 19:39:40 #116 DONE 9.1s 19:39:40 19:39:40 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:40 #117 CACHED 19:39:40 19:39:40 #118 [security-bootstrapper builder 6/7] COPY . . 19:39:40 #118 CACHED 19:39:40 19:39:40 #119 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:39:40 #119 CACHED 19:39:40 19:39:40 #120 [security-proxy-auth builder 6/7] COPY . . 19:39:40 #120 CACHED 19:39:40 19:39:40 #121 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:40 #121 CACHED 19:39:40 19:39:40 #122 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:39:40 #122 CACHED 19:39:40 19:39:40 #123 [core-command builder 6/7] COPY . . 19:39:40 #123 CACHED 19:39:40 19:39:40 #124 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:40 #124 CACHED 19:39:40 19:39:40 #125 [core-command builder 4/7] COPY go.mod vendor* ./ 19:39:40 #125 CACHED 19:39:40 19:39:40 #126 [security-proxy-setup builder 6/7] COPY . . 19:39:40 #126 DONE 9.1s 19:39:40 19:39:40 #127 [support-notifications builder 6/7] COPY . . 19:39:40 #127 CACHED 19:39:40 19:39:40 #128 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:40 #128 CACHED 19:39:40 19:39:40 #129 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:39:40 #129 CACHED 19:39:40 19:39:40 #130 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:40 #130 CACHED 19:39:40 19:39:40 #131 [security-secretstore-setup builder 6/7] COPY . . 19:39:40 #131 CACHED 19:39:40 19:39:40 #132 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:39:40 #132 CACHED 19:39:40 19:39:40 #133 [security-spiffe-token-provider builder 6/7] COPY . . 19:39:40 #133 DONE 9.1s 19:39:40 19:39:40 #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:40 #134 CACHED 19:39:40 19:39:40 #135 [core-data builder 6/7] COPY . . 19:39:40 #135 CACHED 19:39:40 19:39:40 #136 [core-data builder 4/7] COPY go.mod vendor* ./ 19:39:40 #136 CACHED 19:39:40 19:39:40 #137 [support-cron-scheduler builder 6/7] COPY . . 19:39:40 #137 DONE 9.1s 19:39:40 19:39:40 #138 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:40 #138 CACHED 19:39:40 19:39:40 #139 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:39:40 #139 CACHED 19:39:40 19:39:40 #140 [core-metadata builder 6/7] COPY . . 19:39:40 #140 CACHED 19:39:40 19:39:40 #141 [core-common-config-bootstrapper builder 6/7] COPY . . 19:39:40 #141 DONE 9.1s 19:39:40 19:39:40 #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:39:40 #142 1.258 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 19:39:50 #142 ... 19:39:50 19:39:50 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:39:50 #0 0.981 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:39:50 #143 ... 19:39:50 19:39:50 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:39:50 #0 1.317 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:39:50 #144 ... 19:39:50 19:39:50 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:39:50 #0 0.990 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:39:50 #145 ... 19:39:50 19:39:50 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:39:50 #0 0.604 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:39:50 #146 ... 19:39:50 19:39:50 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:39:50 #0 0.806 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 19:39:50 #147 ... 19:39:50 19:39:50 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:39:50 #0 0.718 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:39:50 #148 ... 19:39:50 19:39:50 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:39:50 #0 0.465 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 19:39:50 #149 ... 19:39:50 19:39:50 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:39:50 #0 1.374 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:39:50 #150 ... 19:39:50 19:39:50 #151 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 19:39:50 #0 1.286 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 19:39:50 #151 ... 19:39:50 19:39:50 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:39:50 #0 0.984 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:39:51 #152 ... 19:39:51 19:39:51 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:39:51 #0 0.992 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:40:58 #153 ... 19:40:58 19:40:58 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:40:58 #146 74.03 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:42:06 #146 DONE 137.3s 19:42:06 19:42:06 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:42:06 #150 DONE 137.3s 19:42:06 19:42:06 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:42:06 #144 DONE 137.3s 19:42:06 19:42:06 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:42:06 #143 ... 19:42:06 19:42:06 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:42:06 #148 DONE 137.3s 19:42:06 19:42:06 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:42:06 #149 DONE 137.3s 19:42:06 19:42:06 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:42:06 #145 DONE 137.3s 19:42:06 19:42:06 #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #154 ... 19:42:06 19:42:06 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:42:06 #143 DONE 137.4s 19:42:06 19:42:06 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:42:06 #153 DONE 137.5s 19:42:06 19:42:06 #155 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #155 ... 19:42:06 19:42:06 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:42:06 #152 DONE 137.7s 19:42:06 19:42:06 #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:42:06 #142 DONE 137.8s 19:42:06 19:42:06 #151 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 19:42:06 #151 DONE 137.8s 19:42:06 19:42:06 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:42:06 #147 DONE 137.8s 19:42:06 19:42:06 #156 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #156 ... 19:42:06 19:42:06 #157 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #157 DONE 0.8s 19:42:06 19:42:06 #158 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #158 DONE 0.5s 19:42:06 19:42:06 #159 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:42:06 #159 DONE 0.8s 19:42:06 19:42:06 #160 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #160 DONE 0.8s 19:42:06 19:42:06 #155 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #155 DONE 0.6s 19:42:06 19:42:06 #161 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #161 DONE 0.7s 19:42:06 19:42:06 #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #154 DONE 0.8s 19:42:06 19:42:06 #162 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 19:42:06 #162 ... 19:42:06 19:42:06 #163 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #163 DONE 0.3s 19:42:06 19:42:06 #156 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #156 DONE 0.7s 19:42:06 19:42:06 #164 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:42:06 #164 DONE 0.3s 19:42:06 19:42:06 #165 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:42:06 #165 CACHED 19:42:06 19:42:06 #166 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #166 CACHED 19:42:06 19:42:06 #167 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:42:06 #167 CACHED 19:42:06 19:42:06 #168 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #168 CACHED 19:42:06 19:42:06 #169 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:42:06 #169 DONE 0.4s 19:42:06 19:42:06 #170 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 19:42:06 #170 CACHED 19:42:06 19:42:06 #171 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #171 CACHED 19:42:06 19:42:06 #172 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 19:42:06 #172 DONE 0.4s 19:42:06 19:42:06 #173 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:42:06 #173 DONE 0.4s 19:42:06 19:42:06 #174 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:42:06 #174 DONE 0.4s 19:42:06 19:42:06 #175 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:42:06 #175 ... 19:42:06 19:42:06 #162 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 19:42:06 #162 DONE 0.4s 19:42:06 19:42:06 #176 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:42:06 #176 ... 19:42:06 19:42:06 #177 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 19:42:06 #177 DONE 2.0s 19:42:06 19:42:06 #178 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:42:06 #178 DONE 1.9s 19:42:06 19:42:06 #179 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:42:06 #179 DONE 1.9s 19:42:06 19:42:06 #180 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:42:06 #180 DONE 2.0s 19:42:06 19:42:06 #175 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:42:06 #175 DONE 1.9s 19:42:06 19:42:06 #181 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:42:06 #181 DONE 2.0s 19:42:06 19:42:06 #182 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:42:06 #182 DONE 2.0s 19:42:06 19:42:06 #183 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:42:06 #183 DONE 2.0s 19:42:06 19:42:06 #184 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:42:06 #184 DONE 1.9s 19:42:06 19:42:06 #176 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:42:06 #176 DONE 1.9s 19:42:06 19:42:06 #185 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:42:06 #185 DONE 2.0s 19:42:06 19:42:06 #186 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:42:06 #186 ... 19:42:06 19:42:06 #187 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:42:06 #187 DONE 0.9s 19:42:06 19:42:06 #188 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 19:42:06 #188 DONE 3.3s 19:42:06 19:42:06 #189 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 19:42:06 #189 DONE 1.0s 19:42:06 19:42:06 #190 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:42:06 #190 DONE 1.0s 19:42:06 19:42:06 #191 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:42:06 #191 DONE 1.0s 19:42:06 19:42:06 #192 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:42:06 #192 DONE 1.0s 19:42:06 19:42:06 #193 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:42:06 #193 DONE 1.0s 19:42:06 19:42:06 #186 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:42:06 #186 DONE 1.0s 19:42:06 19:42:06 #194 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 19:42:06 #194 DONE 1.0s 19:42:06 19:42:06 #195 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 19:42:06 #195 DONE 1.1s 19:42:06 19:42:06 #196 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 19:42:06 #196 DONE 1.0s 19:42:06 19:42:06 #197 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:42:06 #197 DONE 0.9s 19:42:06 19:42:06 #110 [security-spiffe-token-provider] exporting to image 19:42:06 #110 exporting layers 19:42:06 #110 ... 19:42:06 19:42:06 #198 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 19:42:06 #198 DONE 0.6s 19:42:06 19:42:06 #199 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 19:42:06 #199 DONE 0.6s 19:42:06 19:42:06 #200 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:42:06 #200 DONE 0.6s 19:42:06 19:42:06 #201 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 19:42:06 #201 DONE 0.6s 19:42:06 19:42:06 #110 [core-data] exporting to image 19:42:06 #110 ... 19:42:06 19:42:06 #202 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 19:42:06 #202 DONE 0.6s 19:42:06 19:42:06 #203 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 19:42:06 #203 DONE 0.5s 19:42:06 19:42:06 #204 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:42:06 #204 DONE 0.6s 19:42:06 19:42:06 #205 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:42:06 #205 DONE 0.6s 19:42:06 19:42:06 #206 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:42:06 #206 DONE 0.5s 19:42:06 19:42:06 #207 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:42:06 #207 DONE 0.6s 19:42:06 19:42:06 #110 [support-cron-scheduler] exporting to image 19:42:06 #110 ... 19:42:06 19:42:06 #208 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 19:42:06 #208 DONE 0.2s 19:42:06 19:42:06 #209 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 19:42:06 #209 DONE 0.2s 19:42:06 19:42:06 #110 [support-cron-scheduler] exporting to image 19:42:06 #110 writing image sha256:85a512c5d5b9dce53c3ec83879985c9f448b8f8bc3548f5a0037be492bc0479f 19:42:06 #110 ... 19:42:06 19:42:06 #210 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:42:06 #210 DONE 0.4s 19:42:06 19:42:06 #211 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:42:06 #211 DONE 0.3s 19:42:06 19:42:06 #110 [core-keeper] exporting to image 19:42:06 #110 exporting layers 0.5s done 19:42:06 #110 writing image sha256:85a512c5d5b9dce53c3ec83879985c9f448b8f8bc3548f5a0037be492bc0479f 0.0s done 19:42:06 #110 writing image sha256:340af425c45e76e4bb1073b0e105fc50a6374c6052075b6e4ed352b1c727974c 0.1s done 19:42:06 #110 naming to docker.io/library/security-spiffe-token-provider done 19:42:06 #110 naming to docker.io/library/core-command done 19:42:06 #110 writing image sha256:30d9e853157307988c7a203e92ccfd49e6226189ccb2ac4cf0bfa0b78aa4c4b0 done 19:42:06 #110 naming to docker.io/library/core-keeper done 19:42:06 #110 exporting layers 0.7s done 19:42:06 #110 ... 19:42:06 19:42:06 #212 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:42:06 #212 DONE 0.3s 19:42:06 19:42:06 #213 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:42:06 #213 DONE 0.3s 19:42:06 19:42:06 #110 [support-notifications] exporting to image 19:42:06 #110 exporting layers 0.3s done 19:42:06 #110 writing image sha256:6aeb4c5982298a0fd1c3ae09d0e10013608ccbc17b44c09f74d543abb5bf4e0a 0.0s done 19:42:06 #110 writing image sha256:b4077480ecdf5c96abbe80cea36d31248bc9932ca9e66ae42f2e854688fc0d98 0.0s done 19:42:06 #110 writing image sha256:e77382ac47c8de983ea78c25710ac149486784bf44055b386c59bacaeeefb229 0.0s done 19:42:06 #110 naming to docker.io/library/core-data done 19:42:06 #110 naming to docker.io/library/support-cron-scheduler done 19:42:06 #110 naming to docker.io/library/support-notifications done 19:42:06 #110 writing image sha256:e63d5bb871940f5f7a90dd78cb37a7c30e10346e07abc240dc2a5c4617060268 19:42:06 #110 writing image sha256:e63d5bb871940f5f7a90dd78cb37a7c30e10346e07abc240dc2a5c4617060268 done 19:42:06 #110 naming to docker.io/library/core-metadata 0.0s done 19:42:06 #110 DONE 2.3s 19:42:06 19:42:06 #214 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:42:06 #214 DONE 0.1s 19:42:06 19:42:06 #215 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:42:06 #215 DONE 0.1s 19:42:06 19:42:06 #216 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:42:06 #216 DONE 0.9s 19:42:06 19:42:06 #217 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 19:42:06 #217 DONE 0.1s 19:42:06 19:42:06 #218 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:42:06 #218 DONE 0.6s 19:42:06 19:42:06 #110 [security-proxy-setup] exporting to image 19:42:06 #110 ... 19:42:06 19:42:06 #219 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 19:42:06 #219 DONE 0.1s 19:42:06 19:42:06 #220 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:42:06 #220 DONE 1.0s 19:42:06 19:42:06 #110 [security-proxy-auth] exporting to image 19:42:06 #110 exporting layers 0.2s done 19:42:06 #110 writing image sha256:38acbcd8e60d98ae1cd2164605124d80c14f11c79789277bf391b3f77bdfc866 0.0s done 19:42:06 #110 naming to docker.io/library/core-common-config-bootstrapper 19:42:06 #110 ... 19:42:06 19:42:06 #221 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 19:42:06 #221 DONE 0.1s 19:42:06 19:42:06 #222 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:42:06 #222 DONE 0.1s 19:42:06 19:42:06 #110 [core-common-config-bootstrapper] exporting to image 19:42:06 #110 naming to docker.io/library/core-common-config-bootstrapper done 19:42:06 #110 exporting layers 0.4s done 19:42:06 #110 writing image sha256:142bfd9b00058f64d5bd1ecd83aaddc53498c599b55727bde18d20176ba77d7f done 19:42:06 #110 naming to docker.io/library/security-proxy-auth done 19:42:06 #110 writing image sha256:b7ab08025a1c4c7ab0c4c29a4d528f82457a0ce56c151b0cce7f5248b23cad2c done 19:42:06 #110 naming to docker.io/library/security-proxy-setup done 19:42:06 #110 DONE 2.7s 19:42:06 19:42:06 #223 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 19:42:06 #223 ... 19:42:06 19:42:06 #224 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:42:06 #224 DONE 0.6s 19:42:06 19:42:06 #110 [security-secretstore-setup] exporting to image 19:42:06 #110 exporting layers 0.2s done 19:42:06 #110 writing image sha256:7ac490b5c1e0d97ed9cdb84da327558b754480ecd76352d2ca3f6341e107379e done 19:42:06 #110 naming to docker.io/library/security-secretstore-setup done 19:42:06 #110 DONE 2.9s 19:42:06 19:42:06 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:42:06 #56 ... 19:42:06 19:42:06 #223 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 19:42:06 #223 DONE 0.5s 19:42:06 19:42:06 #110 [security-bootstrapper] exporting to image 19:42:06 #110 exporting layers 0.2s done 19:42:06 #110 writing image sha256:dc6c6b743e60e2e099018a1231563d6a07b1a28f39cdc4723e65bca2bc1afbb8 done 19:42:06 #110 naming to docker.io/library/security-bootstrapper done 19:42:06 #110 DONE 3.1s 19:42:06 19:42:06 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:42:06 time="2024-11-08T19:38:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:42:06 time="2024-11-08T19:38:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:42:07 $ docker stop --time=1 27245a6348c9aae22bdd32e217c9db54fdeab9ffd7179abd72c67147ba5232a8 19:42:08 $ docker rm -f --volumes 27245a6348c9aae22bdd32e217c9db54fdeab9ffd7179abd72c67147ba5232a8 [Pipeline] // withDockerContainer [Pipeline] sh 19:42:08 + docker images 19:42:08 REPOSITORY TAG IMAGE ID CREATED SIZE 19:42:08 security-bootstrapper latest dc6c6b743e60 5 seconds ago 26MB 19:42:08 security-secretstore-setup latest 7ac490b5c1e0 6 seconds ago 46.9MB 19:42:08 security-proxy-setup latest b7ab08025a1c 6 seconds ago 35MB 19:42:08 core-common-config-bootstrapper latest 38acbcd8e60d 6 seconds ago 22.8MB 19:42:08 security-proxy-auth latest 142bfd9b0005 6 seconds ago 32.2MB 19:42:08 support-notifications latest 6aeb4c598229 7 seconds ago 52MB 19:42:08 core-data latest e77382ac47c8 7 seconds ago 37.4MB 19:42:08 core-metadata latest e63d5bb87194 7 seconds ago 37.6MB 19:42:08 support-cron-scheduler latest b4077480ecdf 7 seconds ago 52.9MB 19:42:08 core-keeper latest 30d9e8531573 7 seconds ago 31.3MB 19:42:08 security-spiffe-token-provider latest 85a512c5d5b9 8 seconds ago 38.5MB 19:42:08 core-command latest 340af425c45e 8 seconds ago 33.2MB 19:42:08 security-spire-agent latest 5bd57e175df1 3 minutes ago 188MB 19:42:08 security-spire-server latest fd6c686783e8 3 minutes ago 128MB 19:42:08 security-spire-config latest 18a6522eff7a 3 minutes ago 127MB 19:42:08 ci-base-image-x86_64 latest 55ec6ff7b78e 7 minutes ago 975MB 19:42:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 5 weeks ago 573MB 19:42:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 17 months ago 334MB 19:42:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 19:42:09 provisioning config files... 19:42:09 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9258199836170907251tmp [Pipeline] { [Pipeline] sh 19:42:10 + set +x 19:42:10 + bash -s -- 19:42:10 + curl -s https://codecov.io/bash 19:42:10 19:42:10 _____ _ 19:42:10 / ____| | | 19:42:10 | | ___ __| | ___ ___ _____ __ 19:42:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:42:10 | |___| (_) | (_| | __/ (_| (_) \ V / 19:42:10 \_____\___/ \__,_|\___|\___\___/ \_/ 19:42:10 Bash-1.0.6 19:42:10 19:42:10 19:42:10 ==> git version 2.25.1 found 19:42:10 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 19:42:10 Release-Date: 2020-01-08 19:42:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:42:10 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:42:10 ==> Jenkins CI detected. 19:42:10 current dir:  /w/workspace/edgex-go/1 19:42:10 project root: . 19:42:10 --> token set from env 19:42:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:42:10 ==> Running gcov in . (disable via -X gcov) 19:42:10 ==> Python coveragepy not found 19:42:10 ==> Searching for coverage reports in: 19:42:10 + . 19:42:10 -> Found 1 reports 19:42:10 ==> Detecting git/mercurial file structure 19:42:10 ==> Reading reports 19:42:10 + ./coverage.out bytes=1434023 19:42:10 ==> Appending adjustments 19:42:10 https://docs.codecov.io/docs/fixing-reports 19:42:11 + Found adjustments 19:42:11 ==> Gzipping contents 19:42:11 124K /tmp/codecov.OBXJP9.gz 19:42:11 ==> Uploading reports 19:42:11 url: https://codecov.io 19:42:11 query: branch=PR-5001&commit=14b384a0e6f26aed37d5556c1f8fdd8aab3db148&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5001%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5001&job=&cmd_args= 19:42:11 -> Pinging Codecov 19:42:11 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-5001&commit=14b384a0e6f26aed37d5556c1f8fdd8aab3db148&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5001%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5001&job=&cmd_args= 19:42:11 -> Uploading to 19:42:11 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/14b384a0e6f26aed37d5556c1f8fdd8aab3db148/d88ed3b1-b17f-4992-8aea-6d5ae3232b91.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241108%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241108T194211Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=4f517c26378a1abcbafc77fed1bd56290409b7baff0e2e4830bdda9281edbcf0 19:42:11 % Total % Received % Xferd Average Speed Time Time Time Current 19:42:11 Dload Upload Total Spent Left Speed 19:42:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 121k 0 0 100 121k 0 417k --:--:-- --:--:-- --:--:-- 417k 19:42:12 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/14b384a0e6f26aed37d5556c1f8fdd8aab3db148 [Pipeline] } 19:42:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 19:42:13 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:42:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:42:15 ---> package-listing.sh 19:42:15 ++ facter osfamily 19:42:15 ++ tr '[:upper:]' '[:lower:]' 19:42:15 + OS_FAMILY=debian 19:42:15 + workspace=/w/workspace/edgex-go/1 19:42:15 + START_PACKAGES=/tmp/packages_start.txt 19:42:15 + END_PACKAGES=/tmp/packages_end.txt 19:42:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:42:15 + PACKAGES=/tmp/packages_start.txt 19:42:15 + '[' /w/workspace/edgex-go/1 ']' 19:42:15 + PACKAGES=/tmp/packages_end.txt 19:42:15 + case "${OS_FAMILY}" in 19:42:15 + dpkg -l 19:42:15 + grep '^ii' 19:42:15 + '[' -f /tmp/packages_start.txt ']' 19:42:15 + '[' -f /tmp/packages_end.txt ']' 19:42:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:42:15 + '[' /w/workspace/edgex-go/1 ']' 19:42:15 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:42:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:42:15 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:42:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:42:16 19:42:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:42:16 latest: Pulling from edgex-lftools-log-publisher 19:42:16 5eb5b503b376: Pulling fs layer 19:42:16 5c69ac0246d0: Pulling fs layer 19:42:16 ec43610c2a17: Pulling fs layer 19:42:16 3a2ae6a8a46f: Pulling fs layer 19:42:16 33b1e0a273af: Pulling fs layer 19:42:16 5d3b04190fa2: Pulling fs layer 19:42:16 2f39f015ded8: Pulling fs layer 19:42:16 3a2ae6a8a46f: Waiting 19:42:16 33b1e0a273af: Waiting 19:42:16 5d3b04190fa2: Waiting 19:42:16 2f39f015ded8: Waiting 19:42:16 5c69ac0246d0: Download complete 19:42:16 3a2ae6a8a46f: Download complete 19:42:16 33b1e0a273af: Verifying Checksum 19:42:16 33b1e0a273af: Download complete 19:42:16 5d3b04190fa2: Download complete 19:42:16 ec43610c2a17: Verifying Checksum 19:42:16 ec43610c2a17: Download complete 19:42:16 5eb5b503b376: Verifying Checksum 19:42:16 5eb5b503b376: Download complete 19:42:17 2f39f015ded8: Download complete 19:42:18 5eb5b503b376: Pull complete 19:42:18 5c69ac0246d0: Pull complete 19:42:18 ec43610c2a17: Pull complete 19:42:18 3a2ae6a8a46f: Pull complete 19:42:18 33b1e0a273af: Pull complete 19:42:18 5d3b04190fa2: Pull complete 19:42:23 2f39f015ded8: Pull complete 19:42:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:42:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:42:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:42:23 prd-ubuntu20.04-docker-8c-8g-25961 does not seem to be running inside a container 19:42:23 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:42:27 $ docker top a23be5759dad08430ee1e901e60df51d8464582197181f19bc7eb764ae36a9cf -eo pid,comm [Pipeline] { [Pipeline] sh 19:42:27 + touch /tmp/pre-build-complete [Pipeline] sh 19:42:28 + mkdir -p /var/log/sysstat [Pipeline] sh 19:42:28 + ls /var/log/sa-host 19:42:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:42:28 provisioning config files... 19:42:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config16198675583609755714tmp [Pipeline] { [Pipeline] echo 19:42:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:42:28 ---> create-netrc.sh [Pipeline] } 19:42:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:42:29 ---> python-tools-install.sh [Pipeline] echo 19:42:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:42:29 ---> sudo-logs.sh 19:42:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:42:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:42:30 ---> job-cost.sh 19:42:30 lf-activate-venv: SKIPPING 19:42:30 INFO: No Stack... 19:42:30 INFO: Retrieving Pricing Info for: v3-standard-8 19:42:31 INFO: Archiving Costs [Pipeline] echo 19:42:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:42:31 ---> logs-deploy.sh 19:42:31 lf-activate-venv: SKIPPING 19:42:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-5001/1 19:42:31 INFO: archiving workspace using pattern(s): 19:42:32 Archives upload complete. 19:42:32 INFO: archiving logs to Nexus 19:42:33 ---> uname -a: 19:42:33 Linux prd-ubuntu20-04-docker-8c-8g-25961 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:42:33 19:42:33 19:42:33 ---> lscpu: 19:42:33 Architecture: x86_64 19:42:33 CPU op-mode(s): 32-bit, 64-bit 19:42:33 Byte Order: Little Endian 19:42:33 Address sizes: 40 bits physical, 48 bits virtual 19:42:33 CPU(s): 8 19:42:33 On-line CPU(s) list: 0-7 19:42:33 Thread(s) per core: 1 19:42:33 Core(s) per socket: 1 19:42:33 Socket(s): 8 19:42:33 NUMA node(s): 1 19:42:33 Vendor ID: AuthenticAMD 19:42:33 CPU family: 23 19:42:33 Model: 49 19:42:33 Model name: AMD EPYC-Rome Processor 19:42:33 Stepping: 0 19:42:33 CPU MHz: 2799.998 19:42:33 BogoMIPS: 5599.99 19:42:33 Virtualization: AMD-V 19:42:33 Hypervisor vendor: KVM 19:42:33 Virtualization type: full 19:42:33 L1d cache: 256 KiB 19:42:33 L1i cache: 256 KiB 19:42:33 L2 cache: 4 MiB 19:42:33 L3 cache: 128 MiB 19:42:33 NUMA node0 CPU(s): 0-7 19:42:33 Vulnerability Itlb multihit: Not affected 19:42:33 Vulnerability L1tf: Not affected 19:42:33 Vulnerability Mds: Not affected 19:42:33 Vulnerability Meltdown: Not affected 19:42:33 Vulnerability Mmio stale data: Not affected 19:42:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:42:33 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:42:33 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:42:33 Vulnerability Srbds: Not affected 19:42:33 Vulnerability Tsx async abort: Not affected 19:42:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 19:42:33 19:42:33 19:42:33 ---> nproc: 19:42:33 8 19:42:33 19:42:33 19:42:33 ---> df -h: 19:42:33 Filesystem Size Used Avail Use% Mounted on 19:42:33 overlay 155G 26G 130G 17% / 19:42:33 tmpfs 64M 0 64M 0% /dev 19:42:33 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:42:33 shm 64M 0 64M 0% /dev/shm 19:42:33 /dev/vda1 155G 26G 130G 17% /facter-os 19:42:33 19:42:33 19:42:33 ---> sar -b -r -n DEV: 19:42:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-25961) 11/08/24 _x86_64_ (8 CPU) 19:42:33 19:42:33 19:33:15 LINUX RESTART (8 CPU) 19:42:33 19:42:33 19:34:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:42:33 19:35:01 187.72 10.84 176.87 0.00 1742.46 104549.64 0.00 19:42:33 19:36:01 73.14 0.03 73.10 0.00 4.40 32325.15 0.00 19:42:33 19:37:01 35.04 0.07 34.97 0.00 0.53 20991.42 0.00 19:42:33 19:38:01 50.07 0.10 49.98 0.00 2.00 40744.14 0.00 19:42:33 19:39:01 682.95 19.92 663.03 0.00 3558.39 224817.15 0.00 19:42:33 19:40:02 531.79 3.26 528.52 0.00 26.22 171100.79 0.00 19:42:33 19:41:01 255.52 0.02 255.51 0.00 0.14 82183.80 0.00 19:42:33 19:42:01 637.04 0.02 637.03 0.00 0.13 146549.10 0.00 19:42:33 Average: 307.49 4.28 303.21 0.00 665.96 103092.45 0.00 19:42:33 19:42:33 19:34:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:42:33 19:35:01 27660964 31534248 781976 2.38 123804 3903828 1871016 5.51 1267672 3447768 470712 19:42:33 19:36:01 27148424 31460260 847704 2.58 127996 4307828 2020840 5.96 1844320 3345324 593600 19:42:33 19:37:01 26050276 30401244 1904732 5.79 132396 4319136 2920688 8.61 2442260 3822844 493332 19:42:33 19:38:01 27863200 31521424 791448 2.41 135300 3688988 2027740 5.98 1322940 3196868 159540 19:42:33 19:39:01 19742436 31120036 1136976 3.46 245128 10836360 3583636 10.56 2670884 9434528 1078948 19:42:33 19:40:02 12097136 28599452 3605804 10.97 340316 15463928 10569304 31.15 5842040 13428880 911248 19:42:33 19:41:01 9629700 28634004 3579644 10.89 356672 17857156 8692468 25.62 6825768 14838376 1257924 19:42:33 19:42:01 11964768 31365352 899360 2.74 367316 18374972 2489604 7.34 3076880 16459408 188 19:42:33 Average: 20269613 30579502 1693456 5.15 228616 9844024 4271912 12.59 3161596 8496750 620686 19:42:33 19:42:33 19:34:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:42:33 19:35:01 lo 4.47 4.47 0.44 0.44 0.00 0.00 0.00 0.00 19:42:33 19:35:01 ens3 1010.56 939.75 9918.42 103.02 0.00 0.00 0.00 0.00 19:42:33 19:35:01 docker0 801.51 795.31 60.93 4973.70 0.00 0.00 0.00 0.00 19:42:33 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:33 19:36:01 veth33ce238 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 19:42:33 19:36:01 ens3 31.69 20.00 29.82 12.70 0.00 0.00 0.00 0.00 19:42:33 19:36:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:37:01 veth33ce238 1.37 1.38 0.12 0.12 0.00 0.00 0.00 0.00 19:42:33 19:37:01 ens3 31.52 21.96 28.41 12.84 0.00 0.00 0.00 0.00 19:42:33 19:37:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 19:42:33 19:38:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 19:42:33 19:38:01 ens3 92.70 57.91 2212.52 16.33 0.00 0.00 0.00 0.00 19:42:33 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:39:01 lo 0.66 0.66 0.07 0.07 0.00 0.00 0.00 0.00 19:42:33 19:39:01 ens3 740.94 460.72 8638.15 191.46 0.00 0.00 0.00 0.00 19:42:33 19:39:01 veth0974a7c 72.75 115.90 7.76 1211.84 0.00 0.00 0.00 0.10 19:42:33 19:39:01 veth039f6b8 40.53 57.61 4.23 430.58 0.00 0.00 0.00 0.04 19:42:33 19:39:01 veth55162b7 0.66 1.43 0.06 0.28 0.00 0.00 0.00 0.00 19:42:33 19:39:01 veth9b6a386 27.28 36.47 2.74 213.11 0.00 0.00 0.00 0.02 19:42:33 19:39:01 veth8267bb9 71.57 115.97 7.58 1208.80 0.00 0.00 0.00 0.10 19:42:33 19:39:01 docker0 366.45 590.74 31.16 6376.25 0.00 0.00 0.00 0.00 19:42:33 19:39:01 vethcf6af45 71.09 108.49 7.67 1208.54 0.00 0.00 0.00 0.10 19:42:33 19:40:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 vethe2ed548 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 veth277c804 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 ens3 168.48 90.37 1801.31 14.98 0.00 0.00 0.00 0.00 19:42:33 19:40:02 veth6cb3516 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 veth27578b1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 veth2e2bfc4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 vethff6b20a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 veth55162b7 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 vethee48cec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 docker0 80.75 154.31 7.47 1790.08 0.00 0.00 0.00 0.00 19:42:33 19:40:02 veth444e9e5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 veth028491e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 veth0d48e55 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 vethd0bc73d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:40:02 veth82d58ff 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:42:33 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 vethe2ed548 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 veth277c804 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 ens3 4.32 2.69 3.48 1.88 0.00 0.00 0.00 0.00 19:42:33 19:41:01 veth6cb3516 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 veth27578b1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 veth2e2bfc4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 vethff6b20a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 veth55162b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 vethee48cec 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 veth444e9e5 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 veth028491e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 veth0d48e55 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 vethd0bc73d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:41:01 veth82d58ff 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:42:33 19:42:01 veth411e7ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:42:01 ens3 4.63 2.33 3.63 1.92 0.00 0.00 0.00 0.00 19:42:33 19:42:01 veth99d0307 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:42:01 veth55162b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:42:01 veth33c556d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:42:01 vethd33deca 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 Average: lo 0.84 0.84 0.08 0.08 0.00 0.00 0.00 0.00 19:42:33 Average: veth411e7ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 Average: ens3 259.60 198.26 2820.96 44.36 0.00 0.00 0.00 0.00 19:42:33 Average: veth99d0307 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 Average: veth55162b7 0.10 0.20 0.01 0.04 0.00 0.00 0.00 0.00 19:42:33 Average: veth33c556d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 Average: docker0 155.20 191.95 12.38 1640.79 0.00 0.00 0.00 0.00 19:42:33 Average: vethd33deca 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:42:33 19:42:33 19:42:33 ---> sar -P ALL: 19:42:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-25961) 11/08/24 _x86_64_ (8 CPU) 19:42:33 19:42:33 19:33:15 LINUX RESTART (8 CPU) 19:42:33 19:42:33 19:34:02 CPU %user %nice %system %iowait %steal %idle 19:42:33 19:35:01 all 9.72 0.00 4.51 3.50 0.06 82.21 19:42:33 19:35:01 0 10.53 0.00 5.97 0.65 0.07 82.78 19:42:33 19:35:01 1 7.84 0.00 4.68 0.72 0.05 86.71 19:42:33 19:35:01 2 10.83 0.00 3.90 0.12 0.07 85.08 19:42:33 19:35:01 3 13.64 0.00 4.61 2.09 0.05 79.61 19:42:33 19:35:01 4 9.15 0.00 3.78 4.90 0.07 82.10 19:42:33 19:35:01 5 7.68 0.00 5.29 19.45 0.05 67.53 19:42:33 19:35:01 6 8.69 0.00 3.95 0.10 0.05 87.21 19:42:33 19:35:01 7 9.39 0.00 3.93 0.09 0.07 86.53 19:42:33 19:36:01 all 36.29 0.00 6.00 1.95 0.08 55.68 19:42:33 19:36:01 0 38.32 0.00 6.84 0.45 0.08 54.30 19:42:33 19:36:01 1 35.74 0.00 5.56 0.12 0.08 58.50 19:42:33 19:36:01 2 35.26 0.00 5.47 5.85 0.07 53.35 19:42:33 19:36:01 3 35.17 0.00 5.68 0.22 0.08 58.85 19:42:33 19:36:01 4 37.58 0.00 6.20 0.18 0.08 55.95 19:42:33 19:36:01 5 37.23 0.00 6.19 8.42 0.08 48.08 19:42:33 19:36:01 6 35.00 0.00 5.60 0.12 0.08 59.20 19:42:33 19:36:01 7 36.03 0.00 6.49 0.20 0.08 57.20 19:42:33 19:37:01 all 47.47 0.00 5.90 0.91 0.09 45.63 19:42:33 19:37:01 0 47.65 0.00 6.06 0.08 0.08 46.12 19:42:33 19:37:01 1 49.63 0.00 5.43 0.12 0.08 44.73 19:42:33 19:37:01 2 43.88 0.00 5.37 3.94 0.08 46.73 19:42:33 19:37:01 3 46.13 0.00 6.01 0.08 0.08 47.69 19:42:33 19:37:01 4 48.97 0.00 5.77 0.07 0.08 45.11 19:42:33 19:37:01 5 47.46 0.00 6.04 2.56 0.10 43.84 19:42:33 19:37:01 6 49.49 0.00 6.15 0.42 0.08 43.86 19:42:33 19:37:01 7 46.58 0.00 6.35 0.00 0.08 46.98 19:42:33 19:38:01 all 37.47 0.00 6.70 2.16 0.10 53.58 19:42:33 19:38:01 0 39.34 0.00 6.29 7.75 0.08 46.53 19:42:33 19:38:01 1 37.08 0.00 6.50 3.53 0.10 52.79 19:42:33 19:38:01 2 32.44 0.00 5.63 0.66 0.10 61.17 19:42:33 19:38:01 3 41.51 0.00 6.66 0.08 0.08 51.66 19:42:33 19:38:01 4 39.03 0.00 6.60 0.68 0.10 53.59 19:42:33 19:38:01 5 36.46 0.00 8.21 2.61 0.10 52.62 19:42:33 19:38:01 6 36.50 0.00 6.72 1.95 0.08 54.74 19:42:33 19:38:01 7 37.37 0.00 7.01 0.00 0.12 55.51 19:42:33 19:39:01 all 22.16 0.00 8.59 21.69 0.10 47.46 19:42:33 19:39:01 0 23.05 0.00 8.88 28.60 0.10 39.36 19:42:33 19:39:01 1 22.64 0.00 8.20 22.93 0.10 46.12 19:42:33 19:39:01 2 20.78 0.00 7.04 23.42 0.08 48.68 19:42:33 19:39:01 3 21.96 0.00 9.69 32.38 0.10 35.86 19:42:33 19:39:01 4 22.66 0.00 8.24 24.00 0.07 45.03 19:42:33 19:39:01 5 21.19 0.00 8.90 17.41 0.12 52.38 19:42:33 19:39:01 6 23.04 0.00 9.20 13.92 0.12 53.71 19:42:33 19:39:01 7 21.96 0.00 8.54 10.84 0.14 58.53 19:42:33 19:40:02 all 33.94 0.00 7.19 11.20 0.10 47.57 19:42:33 19:40:02 0 34.27 0.00 9.98 52.39 0.12 3.24 19:42:33 19:40:02 1 34.06 0.00 7.36 9.19 0.12 49.27 19:42:33 19:40:02 2 33.14 0.00 5.99 3.98 0.07 56.82 19:42:33 19:40:02 3 33.09 0.00 6.65 3.37 0.08 56.81 19:42:33 19:40:02 4 34.53 0.00 6.89 5.48 0.17 52.95 19:42:33 19:40:02 5 34.33 0.00 6.80 5.74 0.10 53.04 19:42:33 19:40:02 6 33.95 0.00 7.33 7.21 0.08 51.43 19:42:33 19:40:02 7 34.14 0.00 6.54 2.51 0.08 56.72 19:42:33 19:41:01 all 88.77 0.00 11.08 0.00 0.15 0.00 19:42:33 19:41:01 0 88.80 0.00 11.06 0.00 0.14 0.00 19:42:33 19:41:01 1 89.67 0.00 10.19 0.00 0.14 0.00 19:42:33 19:41:01 2 87.99 0.00 11.83 0.00 0.17 0.00 19:42:33 19:41:01 3 87.35 0.00 12.49 0.00 0.16 0.00 19:42:33 19:41:01 4 88.65 0.00 11.22 0.00 0.14 0.00 19:42:33 19:41:01 5 88.91 0.00 10.96 0.00 0.14 0.00 19:42:33 19:41:01 6 89.40 0.00 10.44 0.00 0.16 0.00 19:42:33 19:41:01 7 89.38 0.00 10.47 0.00 0.15 0.00 19:42:33 19:42:01 all 71.38 0.00 10.06 4.51 0.14 13.91 19:42:33 19:42:01 0 70.39 0.00 11.59 3.35 0.10 14.57 19:42:33 19:42:01 1 72.68 0.00 9.29 3.47 0.15 14.40 19:42:33 19:42:01 2 71.15 0.00 10.00 3.60 0.17 15.08 19:42:33 19:42:01 3 70.38 0.00 10.28 3.49 0.14 15.72 19:42:33 19:42:01 4 72.90 0.00 9.69 3.02 0.16 14.23 19:42:33 19:42:01 5 70.80 0.00 11.18 11.86 0.17 5.99 19:42:33 19:42:01 6 71.65 0.00 8.54 6.68 0.10 13.03 19:42:33 19:42:01 7 71.10 0.00 9.90 0.57 0.15 18.28 19:42:33 Average: all 43.33 0.00 7.50 5.75 0.10 43.31 19:42:33 Average: 0 43.96 0.00 8.33 11.75 0.10 35.86 19:42:33 Average: 1 43.74 0.00 7.16 5.01 0.10 43.99 19:42:33 Average: 2 41.79 0.00 6.89 5.22 0.10 46.00 19:42:33 Average: 3 43.53 0.00 7.74 5.22 0.10 43.42 19:42:33 Average: 4 44.06 0.00 7.29 4.79 0.11 43.75 19:42:33 Average: 5 42.97 0.00 7.94 8.46 0.11 40.52 19:42:33 Average: 6 43.42 0.00 7.24 3.82 0.10 45.43 19:42:33 Average: 7 43.19 0.00 7.40 1.78 0.11 47.53 19:42:33 19:42:33 19:42:33