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 [2024-11-08T19:34:02.168Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-11-08T19:34:02.352Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-11-08T19:34:02.471Z] ========================================================= [2024-11-08T19:34:02.472Z] EdgeX Global Pipelines Version Info [2024-11-08T19:34:02.472Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-11-08T19:34:03.240Z] ------------------- [2024-11-08T19:34:03.240Z] stable info: [2024-11-08T19:34:03.240Z] ------------------- [2024-11-08T19:34:03.240Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-11-08T19:34:03.240Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-11-08T19:34:03.240Z] Message: update stable to v1.0.265 [2024-11-08T19:34:03.812Z] ------------------- [2024-11-08T19:34:03.812Z] experimental info: [2024-11-08T19:34:03.812Z] ------------------- [2024-11-08T19:34:03.812Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-11-08T19:34:03.812Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-11-08T19:34:03.812Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-11-08T19:34:04.059Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-11-08T19:34:04.116Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-11-08T19:34:04.182Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-11-08T19:34:04.246Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-11-08T19:34:04.309Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-11-08T19:34:04.369Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-11-08T19:34:04.422Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-11-08T19:34:04.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-11-08T19:34:04.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-11-08T19:34:04.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-11-08T19:34:04.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-11-08T19:34:04.717Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-11-08T19:34:04.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-11-08T19:34:04.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-11-08T19:34:04.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-11-08T19:34:04.947Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-11-08T19:34:05.005Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-11-08T19:34:05.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-11-08T19:34:05.120Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-11-08T19:34:05.179Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2024-11-08T19:34:05.236Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-11-08T19:34:05.292Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-11-08T19:34:05.349Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-11-08T19:34:05.401Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-5001 [Pipeline] echo [2024-11-08T19:34:05.457Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-5001 [Pipeline] echo [2024-11-08T19:34:05.511Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-5001 [Pipeline] echo [2024-11-08T19:34:05.567Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 14b384a0e6f26aed37d5556c1f8fdd8aab3db148 [Pipeline] echo [2024-11-08T19:34:05.621Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 14b384a [Pipeline] echo [2024-11-08T19:34:05.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-08T19:34:05.804Z] provisioning config files... [2024-11-08T19:34:05.817Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2298117352923690029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-11-08T19:34:06.205Z] ---> ****-login.sh [2024-11-08T19:34:06.205Z] nexus3.edgexfoundry.org:10001 [2024-11-08T19:34:06.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T19:34:06.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T19:34:06.468Z] Configure a credential helper to remove this warning. See [2024-11-08T19:34:06.468Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T19:34:06.468Z] [2024-11-08T19:34:06.468Z] Login Succeeded [2024-11-08T19:34:06.468Z] nexus3.edgexfoundry.org:10002 [2024-11-08T19:34:06.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T19:34:06.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T19:34:06.469Z] Configure a credential helper to remove this warning. See [2024-11-08T19:34:06.469Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T19:34:06.469Z] [2024-11-08T19:34:06.469Z] Login Succeeded [2024-11-08T19:34:06.469Z] nexus3.edgexfoundry.org:10003 [2024-11-08T19:34:06.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T19:34:06.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T19:34:06.729Z] Configure a credential helper to remove this warning. See [2024-11-08T19:34:06.729Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T19:34:06.729Z] [2024-11-08T19:34:06.729Z] Login Succeeded [2024-11-08T19:34:06.729Z] nexus3.edgexfoundry.org:10004 [2024-11-08T19:34:06.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T19:34:06.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T19:34:06.729Z] Configure a credential helper to remove this warning. See [2024-11-08T19:34:06.730Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T19:34:06.730Z] [2024-11-08T19:34:06.730Z] Login Succeeded [2024-11-08T19:34:06.730Z] ****.io [2024-11-08T19:34:06.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-11-08T19:34:06.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-11-08T19:34:06.991Z] Configure a credential helper to remove this warning. See [2024-11-08T19:34:06.991Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-11-08T19:34:06.991Z] [2024-11-08T19:34:06.991Z] Login Succeeded [2024-11-08T19:34:06.991Z] ---> ****-login.sh ends [Pipeline] } [2024-11-08T19:34:07.024Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-08T19:34:07.479Z] + 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 [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + dirname cmd/core-command/Dockerfile [2024-11-08T19:34:07.479Z] + echo core-command,cmd/core-command/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-11-08T19:34:07.479Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-11-08T19:34:07.479Z] + dirname cmd/core-data/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + echo core-data,cmd/core-data/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/+ -f2 [2024-11-08T19:34:07.479Z] dirname cmd/core-keeper/Dockerfile [2024-11-08T19:34:07.479Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-11-08T19:34:07.479Z] + + cut -d/ -f2 [2024-11-08T19:34:07.479Z] dirname cmd/core-metadata/Dockerfile [2024-11-08T19:34:07.479Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-11-08T19:34:07.479Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-11-08T19:34:07.479Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-11-08T19:34:07.479Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-11-08T19:34:07.479Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-11-08T19:34:07.479Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-11-08T19:34:07.479Z] + + cutdirname -d/ cmd/security-spire-agent/Dockerfile -f2 [2024-11-08T19:34:07.479Z] [2024-11-08T19:34:07.479Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-11-08T19:34:07.479Z] + dirname cmd/security-spire-config/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-11-08T19:34:07.479Z] + dirname cmd/security-spire-server/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-11-08T19:34:07.479Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-11-08T19:34:07.479Z] + dirname cmd/support-notifications/Dockerfile [2024-11-08T19:34:07.479Z] + cut -d/ -f2 [2024-11-08T19:34:07.479Z] + echo support-notifications,cmd/support-notifications/Dockerfile [Pipeline] echo [2024-11-08T19:34:07.539Z] 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 [2024-11-08T19:34:08.064Z] + git rev-list -1 --merges 14b384a0e6f26aed37d5556c1f8fdd8aab3db148~1..14b384a0e6f26aed37d5556c1f8fdd8aab3db148 [Pipeline] echo [2024-11-08T19:34:08.105Z] -----------> git rev-list -1 --merges 14b384a0e6f26aed37d5556c1f8fdd8aab3db148~1..14b384a0e6f26aed37d5556c1f8fdd8aab3db148 14b384a0e6f26aed37d5556c1f8fdd8aab3db148 [false] [Pipeline] sh [2024-11-08T19:34:08.429Z] + git log --format=format:%s -1 14b384a0e6f26aed37d5556c1f8fdd8aab3db148 [Pipeline] echo [2024-11-08T19:34:08.479Z] ========================================================= [2024-11-08T19:34:08.479Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-11-08T19:34:08.479Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-11-08T19:34:08.950Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-11-08T19:34:08.950Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-11-08T19:34:08.950Z] + [ -e /tmp/ssh_known_hosts ] [2024-11-08T19:34:08.950Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-11-08T19:34:08.950Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-11-08T19:34:08.950Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-11-08T19:34:08.950Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T19:34:09.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-08T19:34:09.405Z] [2024-11-08T19:34:09.405Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T19:34:09.799Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-08T19:34:09.799Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-11-08T19:34:09.799Z] b85a868b505f: Pulling fs layer [2024-11-08T19:34:09.799Z] e2be974225ed: Pulling fs layer [2024-11-08T19:34:09.799Z] 339a4e72a1f5: Pulling fs layer [2024-11-08T19:34:09.799Z] 988bab9f4d93: Pulling fs layer [2024-11-08T19:34:09.799Z] 1469e6f7b9e6: Pulling fs layer [2024-11-08T19:34:09.799Z] eaf3925da568: Pulling fs layer [2024-11-08T19:34:09.799Z] bab4dde63d76: Pulling fs layer [2024-11-08T19:34:09.799Z] bde34c3a00c8: Pulling fs layer [2024-11-08T19:34:09.799Z] b352a97aabf1: Pulling fs layer [2024-11-08T19:34:09.799Z] 4872d77fe225: Pulling fs layer [2024-11-08T19:34:09.799Z] 5851b861e8e6: Pulling fs layer [2024-11-08T19:34:09.799Z] b352a97aabf1: Waiting [2024-11-08T19:34:09.799Z] 988bab9f4d93: Waiting [2024-11-08T19:34:09.799Z] bde34c3a00c8: Waiting [2024-11-08T19:34:09.799Z] 1469e6f7b9e6: Waiting [2024-11-08T19:34:09.799Z] bab4dde63d76: Waiting [2024-11-08T19:34:09.799Z] 4872d77fe225: Waiting [2024-11-08T19:34:09.799Z] 5851b861e8e6: Waiting [2024-11-08T19:34:09.799Z] eaf3925da568: Waiting [2024-11-08T19:34:09.799Z] e2be974225ed: Download complete [2024-11-08T19:34:09.799Z] 988bab9f4d93: Verifying Checksum [2024-11-08T19:34:09.799Z] 988bab9f4d93: Download complete [2024-11-08T19:34:09.799Z] 1469e6f7b9e6: Verifying Checksum [2024-11-08T19:34:09.799Z] 1469e6f7b9e6: Download complete [2024-11-08T19:34:09.799Z] 339a4e72a1f5: Verifying Checksum [2024-11-08T19:34:09.799Z] 339a4e72a1f5: Download complete [2024-11-08T19:34:09.799Z] eaf3925da568: Verifying Checksum [2024-11-08T19:34:09.799Z] eaf3925da568: Download complete [2024-11-08T19:34:09.799Z] bde34c3a00c8: Verifying Checksum [2024-11-08T19:34:09.799Z] bde34c3a00c8: Download complete [2024-11-08T19:34:10.059Z] b352a97aabf1: Download complete [2024-11-08T19:34:10.059Z] 4872d77fe225: Verifying Checksum [2024-11-08T19:34:10.059Z] 4872d77fe225: Download complete [2024-11-08T19:34:10.059Z] 5851b861e8e6: Verifying Checksum [2024-11-08T19:34:10.059Z] 5851b861e8e6: Download complete [2024-11-08T19:34:10.059Z] b85a868b505f: Verifying Checksum [2024-11-08T19:34:10.059Z] b85a868b505f: Download complete [2024-11-08T19:34:10.319Z] bab4dde63d76: Verifying Checksum [2024-11-08T19:34:10.319Z] bab4dde63d76: Download complete [2024-11-08T19:34:11.265Z] b85a868b505f: Pull complete [2024-11-08T19:34:11.524Z] e2be974225ed: Pull complete [2024-11-08T19:34:12.108Z] 339a4e72a1f5: Pull complete [2024-11-08T19:34:12.108Z] 988bab9f4d93: Pull complete [2024-11-08T19:34:12.368Z] 1469e6f7b9e6: Pull complete [2024-11-08T19:34:12.368Z] eaf3925da568: Pull complete [2024-11-08T19:34:14.279Z] bab4dde63d76: Pull complete [2024-11-08T19:34:14.279Z] bde34c3a00c8: Pull complete [2024-11-08T19:34:14.279Z] b352a97aabf1: Pull complete [2024-11-08T19:34:14.540Z] 4872d77fe225: Pull complete [2024-11-08T19:34:14.540Z] 5851b861e8e6: Pull complete [2024-11-08T19:34:14.540Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-11-08T19:34:14.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-11-08T19:34:14.540Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T19:34:14.817Z] prd-ubuntu20.04-docker-8c-8g-25961 does not seem to be running inside a container [2024-11-08T19:34:14.851Z] $ 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 [2024-11-08T19:34:17.977Z] $ docker top b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 -eo pid,comm [2024-11-08T19:34:18.032Z] 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). [2024-11-08T19:34:18.032Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-11-08T19:34:18.206Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-08T19:34:18.206Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-08T19:34:18.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-08T19:34:18.318Z] $ docker exec b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 ssh-agent [2024-11-08T19:34:18.428Z] SSH_AUTH_SOCK=/tmp/ssh-UnzH3MQ7IrSK/agent.33 [2024-11-08T19:34:18.428Z] SSH_AGENT_PID=39 [2024-11-08T19:34:18.433Z] Running ssh-add (command line suppressed) [2024-11-08T19:34:18.525Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_17272175701690208042.key (/w/workspace/edgex-go/1@tmp/private_key_17272175701690208042.key) [2024-11-08T19:34:18.540Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-08T19:34:18.886Z] + git tag --points-at HEAD [Pipeline] } [2024-11-08T19:34:18.913Z] $ docker exec --env ******** --env ******** b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 ssh-agent -k [2024-11-08T19:34:19.006Z] unset SSH_AUTH_SOCK; [2024-11-08T19:34:19.007Z] unset SSH_AGENT_PID; [2024-11-08T19:34:19.007Z] echo Agent pid 39 killed; [2024-11-08T19:34:19.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-11-08T19:34:19.135Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-11-08T19:34:19.135Z] [ssh-agent] Looking for ssh-agent implementation... [2024-11-08T19:34:19.256Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-11-08T19:34:19.256Z] $ docker exec b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 ssh-agent [2024-11-08T19:34:19.363Z] SSH_AUTH_SOCK=/tmp/ssh-NH2Thp77vsy0/agent.72 [2024-11-08T19:34:19.363Z] SSH_AGENT_PID=78 [2024-11-08T19:34:19.367Z] Running ssh-add (command line suppressed) [2024-11-08T19:34:19.464Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14582385170169643097.key (/w/workspace/edgex-go/1@tmp/private_key_14582385170169643097.key) [2024-11-08T19:34:19.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-11-08T19:34:19.820Z] + git semver init [2024-11-08T19:34:20.079Z] 2024-11-08 19:34:20,007 [run_init] DEBUG init version:0.0.0 force:False [2024-11-08T19:34:20.079Z] 2024-11-08 19:34:20,008 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-11-08T19:34:20.079Z] 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 [2024-11-08T19:34:20.079Z] 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) [2024-11-08T19:34:25.387Z] 2024-11-08 19:34:25,188 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-11-08T19:34:25.387Z] 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 [2024-11-08T19:34:25.387Z] 2024-11-08 19:34:25,189 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-5001 [2024-11-08T19:34:25.387Z] 2024-11-08 19:34:25,193 [execute] INFO git cat-file --batch-check [2024-11-08T19:34:25.387Z] 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=) [2024-11-08T19:34:25.387Z] 2024-11-08 19:34:25,200 [execute] INFO git cat-file --batch [2024-11-08T19:34:25.387Z] 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=) [2024-11-08T19:34:25.387Z] 2024-11-08 19:34:25,206 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-5001 [2024-11-08T19:34:25.387Z] 0.0.0 [Pipeline] } [2024-11-08T19:34:25.411Z] $ docker exec --env ******** --env ******** b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 ssh-agent -k [2024-11-08T19:34:25.523Z] unset SSH_AUTH_SOCK; [2024-11-08T19:34:25.523Z] unset SSH_AGENT_PID; [2024-11-08T19:34:25.523Z] echo Agent pid 78 killed; [2024-11-08T19:34:25.535Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-11-08T19:34:25.989Z] + git semver [Pipeline] } [2024-11-08T19:34:26.281Z] $ docker stop --time=1 b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 [2024-11-08T19:34:27.574Z] $ docker rm -f --volumes b5acbff180353fed71395c2bb79eca1424347e40e020f63c41477f0bf55e7df2 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-08T19:34:27.996Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-11-08T19:34:28.310Z] Stashed 1 file(s) [Pipeline] echo [2024-11-08T19:34:28.339Z] [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] } [2024-11-08T19:34:29.645Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-11-08T19:34:29.689Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-08T19:34:29.737Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-11-08T19:34:29.782Z] ========================================================= [2024-11-08T19:34:29.782Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-11-08T19:34:29.782Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-11-08T19:34:30.136Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-08T19:34:30.137Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-11-08T19:34:30.137Z] 43c4264eed91: Pulling fs layer [2024-11-08T19:34:30.137Z] 4cc291be95ef: Pulling fs layer [2024-11-08T19:34:30.137Z] 2ac1f1163629: Pulling fs layer [2024-11-08T19:34:30.137Z] 5c3c966382ef: Pulling fs layer [2024-11-08T19:34:30.137Z] 4f4fb700ef54: Pulling fs layer [2024-11-08T19:34:30.137Z] 5d5c8e513c77: Pulling fs layer [2024-11-08T19:34:30.137Z] 9f66e0745190: Pulling fs layer [2024-11-08T19:34:30.137Z] f49a43e4bbc0: Pulling fs layer [2024-11-08T19:34:30.137Z] 561ebcabdf7f: Pulling fs layer [2024-11-08T19:34:30.137Z] 5c3c966382ef: Waiting [2024-11-08T19:34:30.137Z] 4f4fb700ef54: Waiting [2024-11-08T19:34:30.137Z] 9f66e0745190: Waiting [2024-11-08T19:34:30.137Z] f49a43e4bbc0: Waiting [2024-11-08T19:34:30.137Z] 561ebcabdf7f: Waiting [2024-11-08T19:34:30.137Z] 5d5c8e513c77: Waiting [2024-11-08T19:34:30.137Z] 4cc291be95ef: Verifying Checksum [2024-11-08T19:34:30.137Z] 4cc291be95ef: Download complete [2024-11-08T19:34:30.137Z] 5c3c966382ef: Verifying Checksum [2024-11-08T19:34:30.137Z] 5c3c966382ef: Download complete [2024-11-08T19:34:30.137Z] 4f4fb700ef54: Verifying Checksum [2024-11-08T19:34:30.137Z] 4f4fb700ef54: Download complete [2024-11-08T19:34:30.137Z] 5d5c8e513c77: Verifying Checksum [2024-11-08T19:34:30.137Z] 5d5c8e513c77: Download complete [2024-11-08T19:34:30.137Z] 43c4264eed91: Download complete [2024-11-08T19:34:30.137Z] 9f66e0745190: Verifying Checksum [2024-11-08T19:34:30.137Z] 9f66e0745190: Download complete [2024-11-08T19:34:30.396Z] 43c4264eed91: Pull complete [2024-11-08T19:34:30.396Z] 561ebcabdf7f: Download complete [2024-11-08T19:34:30.396Z] 4cc291be95ef: Pull complete [2024-11-08T19:34:30.654Z] 2ac1f1163629: Verifying Checksum [2024-11-08T19:34:30.654Z] 2ac1f1163629: Download complete [2024-11-08T19:34:30.912Z] f49a43e4bbc0: Verifying Checksum [2024-11-08T19:34:30.912Z] f49a43e4bbc0: Download complete [2024-11-08T19:34:34.199Z] 2ac1f1163629: Pull complete [2024-11-08T19:34:34.199Z] 5c3c966382ef: Pull complete [2024-11-08T19:34:34.459Z] 4f4fb700ef54: Pull complete [2024-11-08T19:34:34.459Z] 5d5c8e513c77: Pull complete [2024-11-08T19:34:34.459Z] 9f66e0745190: Pull complete [2024-11-08T19:34:36.991Z] f49a43e4bbc0: Pull complete [2024-11-08T19:34:37.251Z] 561ebcabdf7f: Pull complete [2024-11-08T19:34:37.251Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-11-08T19:34:37.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-08T19:34:37.251Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-11-08T19:34:37.615Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-08T19:34:37.615Z] WORKDIR /edgex [2024-11-08T19:34:37.615Z] COPY go.mod . [2024-11-08T19:34:37.615Z] RUN go mod download [2024-11-08T19:34:37.615Z] + docker build -t ci-base-image-x86_64 -f - . [2024-11-08T19:34:38.185Z] Sending build context to Docker daemon 178.1MB [2024-11-08T19:34:38.185Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-11-08T19:34:38.185Z] ---> 3a752c3f9dda [2024-11-08T19:34:38.185Z] Step 2/4 : WORKDIR /edgex [2024-11-08T19:34:43.550Z] ---> Running in 6b1ccb1af79d [2024-11-08T19:34:43.550Z] Removing intermediate container 6b1ccb1af79d [2024-11-08T19:34:43.550Z] ---> bdb4b2b4890e [2024-11-08T19:34:43.550Z] Step 3/4 : COPY go.mod . [2024-11-08T19:34:43.810Z] ---> 1c3b9f5ed5f5 [2024-11-08T19:34:43.810Z] Step 4/4 : RUN go mod download [2024-11-08T19:34:43.810Z] ---> Running in 2dfda2394510 [2024-11-08T19:35:10.399Z] Removing intermediate container 2dfda2394510 [2024-11-08T19:35:10.399Z] ---> 55ec6ff7b78e [2024-11-08T19:35:10.399Z] Successfully built 55ec6ff7b78e [2024-11-08T19:35:10.399Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T19:35:10.794Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-08T19:35:10.794Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T19:35:10.952Z] prd-ubuntu20.04-docker-8c-8g-25961 does not seem to be running inside a container [2024-11-08T19:35:10.976Z] $ 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 [2024-11-08T19:35:11.402Z] $ docker top 283553f25333f5b273c23a7e7cb9ae25b918607afe480bc63009fe4e6901ec35 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-08T19:35:11.805Z] + go version [2024-11-08T19:35:11.805Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-11-08T19:35:11.840Z] $ docker stop --time=1 283553f25333f5b273c23a7e7cb9ae25b918607afe480bc63009fe4e6901ec35 [2024-11-08T19:35:13.101Z] $ 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 [2024-11-08T19:35:13.898Z] + docker inspect -f . ci-base-image-x86_64 [2024-11-08T19:35:13.898Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T19:35:14.071Z] prd-ubuntu20.04-docker-8c-8g-25961 does not seem to be running inside a container [2024-11-08T19:35:14.098Z] $ 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 [2024-11-08T19:35:14.429Z] $ docker top 29b3720bdf23c87d293d9725dded4d270749a826ac91262426256877351ab930 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-11-08T19:35:14.563Z] ========================================================= [2024-11-08T19:35:14.563Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-11-08T19:35:14.563Z] ========================================================= [Pipeline] sh [2024-11-08T19:35:14.867Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-11-08T19:35:15.250Z] + make test [2024-11-08T19:35:15.250Z] go test -race -coverprofile=coverage.out ./... [2024-11-08T19:35:23.389Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2024-11-08T19:35:55.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.027s coverage: 28.7% of statements [2024-11-08T19:35:56.454Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2024-11-08T19:35:56.454Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2024-11-08T19:35:56.454Z] github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements [2024-11-08T19:35:56.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.037s coverage: 97.0% of statements [2024-11-08T19:35:57.393Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2024-11-08T19:35:57.393Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2024-11-08T19:35:57.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-11-08T19:35:57.962Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2024-11-08T19:35:57.962Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2024-11-08T19:35:57.962Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2024-11-08T19:35:57.962Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-11-08T19:35:57.962Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2024-11-08T19:35:57.962Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2024-11-08T19:35:57.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-11-08T19:35:57.962Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2024-11-08T19:35:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-11-08T19:35:59.366Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2024-11-08T19:35:59.366Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2024-11-08T19:35:59.366Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2024-11-08T19:35:59.366Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-11-08T19:36:00.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.068s coverage: 69.2% of statements [2024-11-08T19:36:00.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.051s coverage: 48.4% of statements [2024-11-08T19:36:00.895Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2024-11-08T19:36:00.895Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2024-11-08T19:36:01.156Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.185s coverage: 93.4% of statements [2024-11-08T19:36:01.156Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.049s coverage: 91.7% of statements [2024-11-08T19:36:02.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.058s coverage: 9.4% of statements [2024-11-08T19:36:02.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-11-08T19:36:02.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-11-08T19:36:02.672Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2024-11-08T19:36:02.672Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2024-11-08T19:36:02.672Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-11-08T19:36:02.672Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2024-11-08T19:36:02.672Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2024-11-08T19:36:02.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-11-08T19:36:02.672Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2024-11-08T19:36:02.672Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2024-11-08T19:36:02.672Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2024-11-08T19:36:04.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.471s coverage: 95.8% of statements [2024-11-08T19:36:04.061Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.029s coverage: 72.2% of statements [2024-11-08T19:36:04.323Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2024-11-08T19:36:04.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-11-08T19:36:04.584Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2024-11-08T19:36:05.523Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.050s coverage: 0.0% of statements [no tests to run] [2024-11-08T19:36:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.046s coverage: 1.0% of statements [2024-11-08T19:36:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.038s coverage: 44.2% of statements [2024-11-08T19:36:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.038s coverage: 40.0% of statements [2024-11-08T19:36:06.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.049s coverage: 87.1% of statements [2024-11-08T19:36:06.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements [2024-11-08T19:36:06.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements [2024-11-08T19:36:06.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements [2024-11-08T19:36:06.609Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2024-11-08T19:36:06.609Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2024-11-08T19:36:06.609Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2024-11-08T19:36:07.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-11-08T19:36:07.181Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2024-11-08T19:36:07.181Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2024-11-08T19:36:07.181Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2024-11-08T19:36:07.747Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2024-11-08T19:36:07.747Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2024-11-08T19:36:07.747Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2024-11-08T19:36:08.004Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2024-11-08T19:36:08.004Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2024-11-08T19:36:08.004Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2024-11-08T19:36:08.004Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2024-11-08T19:36:08.571Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2024-11-08T19:36:08.572Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2024-11-08T19:36:09.138Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2024-11-08T19:36:10.516Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2024-11-08T19:36:10.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-11-08T19:36:12.178Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2024-11-08T19:36:12.178Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2024-11-08T19:36:14.724Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2024-11-08T19:36:14.724Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2024-11-08T19:36:14.724Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2024-11-08T19:36:15.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-11-08T19:36:15.671Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2024-11-08T19:36:15.671Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2024-11-08T19:36:16.244Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2024-11-08T19:36:16.244Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2024-11-08T19:36:16.244Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements [2024-11-08T19:36:16.244Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2024-11-08T19:36:17.634Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements [2024-11-08T19:36:17.634Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements [2024-11-08T19:36:17.634Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements [2024-11-08T19:36:19.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-11-08T19:36:19.016Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-11-08T19:36:19.016Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2024-11-08T19:36:19.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements [2024-11-08T19:36:20.408Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2024-11-08T19:36:20.408Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2024-11-08T19:36:20.408Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2024-11-08T19:36:20.408Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2024-11-08T19:36:21.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-11-08T19:36:21.790Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-11-08T19:36:29.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.044s coverage: 92.9% of statements [2024-11-08T19:36:29.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 66.7% of statements [2024-11-08T19:36:29.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements [2024-11-08T19:36:29.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 75.0% of statements [2024-11-08T19:36:29.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements [2024-11-08T19:36:29.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 17.0% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.064s coverage: 81.8% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.069s coverage: 82.1% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.184s coverage: 63.1% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.028s coverage: 100.0% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.145s coverage: 36.8% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.024s coverage: 3.1% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.035s coverage: 9.0% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.062s coverage: 97.7% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.032s coverage: 45.8% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.053s coverage: 17.2% of statements [2024-11-08T19:36:29.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.133s coverage: 95.7% of statements [2024-11-08T19:36:29.937Z] 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 [2024-11-08T19:36:29.937Z] running golangci-lint [2024-11-08T19:36:29.937Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2024-11-08T19:36:29.937Z] go version go1.23.2 linux/amd64 [2024-11-08T19:36:29.937Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2024-11-08T19:36:29.937Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-11-08T19:36:29.937Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-11-08T19:36:56.513Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|deps|exports_file|imports|name|types_sizes) took 22.642048231s" [2024-11-08T19:36:56.513Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.219913ms" [2024-11-08T19:37:06.500Z] 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" [2024-11-08T19:37:06.500Z] level=info msg="[runner] Issues before processing: 208, after processing: 0" [2024-11-08T19:37:06.500Z] 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" [2024-11-08T19:37:06.500Z] 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" [2024-11-08T19:37:06.500Z] level=info msg="[runner] linters took 12.760480926s with stages: goanalysis_metalinter: 12.74648765s" [2024-11-08T19:37:06.500Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-11-08T19:37:06.500Z] level=info msg="Memory: 356 samples, avg is 288.7MB, max is 1192.9MB" [2024-11-08T19:37:06.500Z] level=info msg="Execution took 35.451001471s" [2024-11-08T19:37:06.500Z] go vet ./... [2024-11-08T19:37:11.820Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-11-08T19:37:11.820Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-11-08T19:37:11.820Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-11-08T19:37:12.113Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-11-08T19:37:12.786Z] + ls -al . [2024-11-08T19:37:12.786Z] total 1764 [2024-11-08T19:37:12.786Z] drwxrwxr-x 11 1001 1001 4096 Nov 8 19:35 . [2024-11-08T19:37:12.786Z] drwxr-xr-x 4 root root 4096 Nov 8 19:35 .. [2024-11-08T19:37:12.786Z] drwxrwxr-x 2 1001 1001 4096 Nov 8 19:33 .blubracket [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 10 Nov 8 19:33 .dockerignore [2024-11-08T19:37:12.786Z] drwxrwxr-x 8 1001 1001 4096 Nov 8 19:36 .git [2024-11-08T19:37:12.786Z] drwxrwxr-x 3 1001 1001 4096 Nov 8 19:33 .github [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 961 Nov 8 19:33 .gitignore [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 199 Nov 8 19:33 .golangci.yml [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 100 Nov 8 19:33 .hadolint.yml [2024-11-08T19:37:12.786Z] drwxr-xr-x 3 1001 1001 4096 Nov 8 19:34 .semver [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 155 Nov 8 19:33 .sonarcloud.properties [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 1171 Nov 8 19:33 ADOPTERS.md [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 17141 Nov 8 19:33 Attribution.txt [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 100284 Nov 8 19:33 CHANGELOG.md [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 3804 Nov 8 19:33 CONTRIBUTING.md [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 677 Nov 8 19:33 GOVERNANCE.md [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 858 Nov 8 19:33 Jenkinsfile [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 10775 Nov 8 19:33 LICENSE [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 16730 Nov 8 19:33 Makefile [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 582 Nov 8 19:33 OWNERS.md [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 9533 Nov 8 19:33 README.md [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 789 Nov 8 19:33 SECURITY.md [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 5 Nov 8 19:34 VERSION [2024-11-08T19:37:12.786Z] drwxrwxr-x 2 1001 1001 4096 Nov 8 19:33 bin [2024-11-08T19:37:12.786Z] drwxrwxr-x 19 1001 1001 4096 Nov 8 19:33 cmd [2024-11-08T19:37:12.786Z] -rw-r--r-- 1 root root 1434023 Nov 8 19:36 coverage.out [2024-11-08T19:37:12.786Z] drwxrwxr-x 2 1001 1001 4096 Nov 8 19:33 fuzz_test [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 6528 Nov 8 19:33 go.mod [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 88078 Nov 8 19:33 go.sum [2024-11-08T19:37:12.786Z] drwxrwxr-x 7 1001 1001 4096 Nov 8 19:33 internal [2024-11-08T19:37:12.786Z] drwxrwxr-x 2 1001 1001 4096 Nov 8 19:33 openapi [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 584 Nov 8 19:33 security.txt [2024-11-08T19:37:12.786Z] -rw-rw-r-- 1 1001 1001 204 Nov 8 19:33 version.go [Pipeline] sh [2024-11-08T19:37:13.110Z] + '[' -e coverage.out ] [2024-11-08T19:37:13.110Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-11-08T19:37:13.274Z] Stashed 1 file(s) [Pipeline] sh [2024-11-08T19:37:13.584Z] + make build [2024-11-08T19:37:13.584Z] 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 [2024-11-08T19:37:40.125Z] 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 [2024-11-08T19:37:40.125Z] 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 [2024-11-08T19:37:40.125Z] 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 [2024-11-08T19:37:40.125Z] 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 [2024-11-08T19:37:41.061Z] 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 [2024-11-08T19:37:45.256Z] 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 [2024-11-08T19:37:47.164Z] 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 [2024-11-08T19:37:49.069Z] 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 [2024-11-08T19:37:49.642Z] 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 [2024-11-08T19:37:50.209Z] 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 [2024-11-08T19:37:50.778Z] 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 [2024-11-08T19:37:51.718Z] 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] } [2024-11-08T19:37:53.134Z] $ docker stop --time=1 29b3720bdf23c87d293d9725dded4d270749a826ac91262426256877351ab930 [2024-11-08T19:37:59.080Z] $ 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 [2024-11-08T19:38:00.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-11-08T19:38:00.583Z] [2024-11-08T19:38:00.583Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T19:38:01.042Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-11-08T19:38:01.304Z] latest: Pulling from edgex-devops/edgex-compose [2024-11-08T19:38:01.304Z] 91d30c5bc195: Pulling fs layer [2024-11-08T19:38:01.304Z] 2e9b0aa3be6d: Pulling fs layer [2024-11-08T19:38:01.304Z] 9c61dcf015f6: Pulling fs layer [2024-11-08T19:38:01.304Z] 4698f68db338: Pulling fs layer [2024-11-08T19:38:01.304Z] 2a2f49069b9e: Pulling fs layer [2024-11-08T19:38:01.304Z] e0025b399a48: Pulling fs layer [2024-11-08T19:38:01.304Z] 4698f68db338: Waiting [2024-11-08T19:38:01.304Z] 2a2f49069b9e: Waiting [2024-11-08T19:38:01.304Z] e0025b399a48: Waiting [2024-11-08T19:38:01.304Z] 91d30c5bc195: Verifying Checksum [2024-11-08T19:38:01.304Z] 4698f68db338: Verifying Checksum [2024-11-08T19:38:01.304Z] 4698f68db338: Download complete [2024-11-08T19:38:01.304Z] 2e9b0aa3be6d: Verifying Checksum [2024-11-08T19:38:01.304Z] 2e9b0aa3be6d: Download complete [2024-11-08T19:38:01.304Z] e0025b399a48: Verifying Checksum [2024-11-08T19:38:01.304Z] e0025b399a48: Download complete [2024-11-08T19:38:01.304Z] 91d30c5bc195: Pull complete [2024-11-08T19:38:01.562Z] 2a2f49069b9e: Verifying Checksum [2024-11-08T19:38:01.562Z] 2e9b0aa3be6d: Pull complete [2024-11-08T19:38:01.820Z] 9c61dcf015f6: Download complete [2024-11-08T19:38:04.353Z] 9c61dcf015f6: Pull complete [2024-11-08T19:38:04.353Z] 4698f68db338: Pull complete [2024-11-08T19:38:04.612Z] 2a2f49069b9e: Pull complete [2024-11-08T19:38:04.871Z] e0025b399a48: Pull complete [2024-11-08T19:38:04.871Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-11-08T19:38:04.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-11-08T19:38:04.871Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T19:38:05.125Z] prd-ubuntu20.04-docker-8c-8g-25961 does not seem to be running inside a container [2024-11-08T19:38:05.155Z] $ 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 [2024-11-08T19:38:08.402Z] $ docker top 27245a6348c9aae22bdd32e217c9db54fdeab9ffd7179abd72c67147ba5232a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-08T19:38:08.822Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-11-08T19:38:11.430Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #1 transferring dockerfile: 2.23kB done [2024-11-08T19:38:11.430Z] #1 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #2 [support-cron-scheduler internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #2 transferring dockerfile: 1.86kB done [2024-11-08T19:38:11.430Z] #2 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #3 [security-proxy-setup internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #3 transferring dockerfile: 2.50kB done [2024-11-08T19:38:11.430Z] #3 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #4 [core-metadata internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #4 transferring dockerfile: 2.13kB done [2024-11-08T19:38:11.430Z] #4 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #5 transferring dockerfile: 2.49kB done [2024-11-08T19:38:11.430Z] #5 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #6 [core-data internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #6 transferring dockerfile: 2.07kB done [2024-11-08T19:38:11.430Z] #6 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #7 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #8 [security-spire-config internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #8 transferring dockerfile: 1.69kB done [2024-11-08T19:38:11.430Z] #8 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #9 [support-notifications internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #9 transferring dockerfile: 2.02kB 0.0s done [2024-11-08T19:38:11.430Z] #9 DONE 0.1s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #10 [security-spire-agent internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #10 transferring dockerfile: 1.81kB done [2024-11-08T19:38:11.430Z] #10 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #7 transferring dockerfile: 1.89kB done [2024-11-08T19:38:11.430Z] #7 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #11 transferring dockerfile: 2.15kB done [2024-11-08T19:38:11.430Z] #11 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #12 [security-bootstrapper internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #12 transferring dockerfile: 3.02kB done [2024-11-08T19:38:11.430Z] #12 DONE 0.1s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #13 [core-keeper internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #13 transferring dockerfile: 2.07kB done [2024-11-08T19:38:11.430Z] #13 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #14 [core-common-config-bootstrapper internal] load .dockerignore [2024-11-08T19:38:11.430Z] #14 transferring context: 50B done [2024-11-08T19:38:11.430Z] #14 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #15 [core-command internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #15 transferring dockerfile: 1.94kB done [2024-11-08T19:38:11.430Z] #15 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #16 [security-spire-server internal] load build definition from Dockerfile [2024-11-08T19:38:11.430Z] #16 transferring dockerfile: 1.70kB done [2024-11-08T19:38:11.430Z] #16 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #17 [support-cron-scheduler internal] load .dockerignore [2024-11-08T19:38:11.430Z] #17 transferring context: 50B done [2024-11-08T19:38:11.430Z] #17 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #18 [security-proxy-setup internal] load .dockerignore [2024-11-08T19:38:11.430Z] #18 transferring context: 50B done [2024-11-08T19:38:11.430Z] #18 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #19 [core-metadata internal] load .dockerignore [2024-11-08T19:38:11.430Z] #19 transferring context: 50B done [2024-11-08T19:38:11.430Z] #19 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #20 [security-secretstore-setup internal] load .dockerignore [2024-11-08T19:38:11.430Z] #20 transferring context: 50B done [2024-11-08T19:38:11.430Z] #20 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #21 [core-data internal] load .dockerignore [2024-11-08T19:38:11.430Z] #21 transferring context: 50B done [2024-11-08T19:38:11.430Z] #21 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #22 [security-spire-config internal] load .dockerignore [2024-11-08T19:38:11.430Z] #22 transferring context: 50B done [2024-11-08T19:38:11.430Z] #22 DONE 0.0s [2024-11-08T19:38:11.430Z] [2024-11-08T19:38:11.430Z] #23 [security-bootstrapper internal] load .dockerignore [2024-11-08T19:38:11.709Z] #23 transferring context: 50B done [2024-11-08T19:38:11.709Z] #23 DONE 0.1s [2024-11-08T19:38:11.709Z] [2024-11-08T19:38:11.709Z] #24 [support-notifications internal] load .dockerignore [2024-11-08T19:38:11.709Z] #24 transferring context: 50B done [2024-11-08T19:38:11.709Z] #24 DONE 0.0s [2024-11-08T19:38:11.709Z] [2024-11-08T19:38:11.709Z] #25 [security-spire-agent internal] load .dockerignore [2024-11-08T19:38:11.709Z] #25 transferring context: 50B done [2024-11-08T19:38:11.709Z] #25 DONE 0.1s [2024-11-08T19:38:11.709Z] [2024-11-08T19:38:11.709Z] #26 [security-spiffe-token-provider internal] load .dockerignore [2024-11-08T19:38:11.709Z] #26 transferring context: 50B done [2024-11-08T19:38:11.709Z] #26 DONE 0.1s [2024-11-08T19:38:11.709Z] [2024-11-08T19:38:11.709Z] #27 [core-keeper internal] load .dockerignore [2024-11-08T19:38:11.709Z] #27 transferring context: 50B done [2024-11-08T19:38:11.709Z] #27 DONE 0.1s [2024-11-08T19:38:11.709Z] [2024-11-08T19:38:11.709Z] #28 [security-proxy-auth internal] load .dockerignore [2024-11-08T19:38:11.709Z] #28 transferring context: 50B done [2024-11-08T19:38:11.709Z] #28 DONE 0.1s [2024-11-08T19:38:11.709Z] [2024-11-08T19:38:11.709Z] #29 [security-spire-server internal] load .dockerignore [2024-11-08T19:38:11.709Z] #29 transferring context: 50B done [2024-11-08T19:38:11.709Z] #29 DONE 0.1s [2024-11-08T19:38:11.709Z] [2024-11-08T19:38:11.709Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-08T19:38:11.709Z] #30 DONE 0.0s [2024-11-08T19:38:11.709Z] [2024-11-08T19:38:11.709Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2024-11-08T19:38:11.709Z] #31 DONE 0.1s [2024-11-08T19:38:11.709Z] [2024-11-08T19:38:11.709Z] #32 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-11-08T19:38:11.709Z] #32 DONE 0.0s [2024-11-08T19:38:11.709Z] [2024-11-08T19:38:11.709Z] #33 [core-common-config-bootstrapper internal] load build context [2024-11-08T19:38:11.709Z] #33 DONE 0.0s [2024-11-08T19:38:11.709Z] [2024-11-08T19:38:11.710Z] #34 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-08T19:38:11.710Z] #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-08T19:38:11.710Z] #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done [2024-11-08T19:38:11.710Z] #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-11-08T19:38:11.710Z] #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-11-08T19:38:11.710Z] #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-11-08T19:38:11.710Z] #34 DONE 0.1s [2024-11-08T19:38:11.710Z] [2024-11-08T19:38:11.710Z] #35 [core-command internal] load .dockerignore [2024-11-08T19:38:11.710Z] #35 transferring context: 50B done [2024-11-08T19:38:11.710Z] #35 DONE 0.1s [2024-11-08T19:38:11.710Z] [2024-11-08T19:38:11.710Z] #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-08T19:38:11.710Z] #30 DONE 0.0s [2024-11-08T19:38:11.710Z] [2024-11-08T19:38:11.710Z] #36 [support-cron-scheduler internal] load build context [2024-11-08T19:38:11.710Z] #36 ... [2024-11-08T19:38:11.710Z] [2024-11-08T19:38:11.710Z] #30 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-08T19:38:11.710Z] #30 DONE 0.0s [2024-11-08T19:38:11.710Z] [2024-11-08T19:38:11.710Z] #34 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-08T19:38:11.710Z] #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done [2024-11-08T19:38:11.710Z] #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-11-08T19:38:11.710Z] #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-11-08T19:38:11.710Z] #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-11-08T19:38:11.710Z] #34 DONE 0.1s [2024-11-08T19:38:11.710Z] [2024-11-08T19:38:11.710Z] #36 [support-cron-scheduler internal] load build context [2024-11-08T19:38:11.985Z] #36 ... [2024-11-08T19:38:11.985Z] [2024-11-08T19:38:11.985Z] #34 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-08T19:38:11.985Z] #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done [2024-11-08T19:38:11.985Z] #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-11-08T19:38:11.985Z] #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-11-08T19:38:11.985Z] #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-11-08T19:38:11.985Z] #34 DONE 0.1s [2024-11-08T19:38:11.985Z] [2024-11-08T19:38:11.985Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-08T19:38:11.985Z] #30 DONE 0.0s [2024-11-08T19:38:11.985Z] [2024-11-08T19:38:11.985Z] #36 [support-cron-scheduler internal] load build context [2024-11-08T19:38:11.985Z] #36 ... [2024-11-08T19:38:11.985Z] [2024-11-08T19:38:11.985Z] #34 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-08T19:38:11.985Z] #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done [2024-11-08T19:38:11.985Z] #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-11-08T19:38:11.985Z] #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-11-08T19:38:11.985Z] #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-11-08T19:38:11.985Z] #34 DONE 0.1s [2024-11-08T19:38:11.985Z] [2024-11-08T19:38:11.985Z] #30 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-08T19:38:11.985Z] #30 DONE 0.0s [2024-11-08T19:38:11.985Z] [2024-11-08T19:38:11.985Z] #31 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2024-11-08T19:38:11.985Z] #31 DONE 0.3s [2024-11-08T19:38:11.985Z] [2024-11-08T19:38:11.985Z] #36 [support-cron-scheduler internal] load build context [2024-11-08T19:38:12.271Z] #36 ... [2024-11-08T19:38:12.271Z] [2024-11-08T19:38:12.271Z] #30 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-11-08T19:38:12.271Z] #30 DONE 0.0s [2024-11-08T19:38:12.271Z] [2024-11-08T19:38:12.271Z] #36 [support-cron-scheduler internal] load build context [2024-11-08T19:38:12.271Z] #36 ... [2024-11-08T19:38:12.271Z] [2024-11-08T19:38:12.271Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2024-11-08T19:38:12.271Z] #31 DONE 0.4s [2024-11-08T19:38:12.271Z] [2024-11-08T19:38:12.271Z] #36 [support-cron-scheduler internal] load build context [2024-11-08T19:38:12.271Z] #36 ... [2024-11-08T19:38:12.271Z] [2024-11-08T19:38:12.271Z] #34 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-08T19:38:12.271Z] #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done [2024-11-08T19:38:12.271Z] #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-11-08T19:38:12.271Z] #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-11-08T19:38:12.271Z] #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-11-08T19:38:12.271Z] #34 DONE 0.1s [2024-11-08T19:38:12.569Z] [2024-11-08T19:38:12.569Z] #36 [support-cron-scheduler internal] load build context [2024-11-08T19:38:12.828Z] #36 ... [2024-11-08T19:38:12.828Z] [2024-11-08T19:38:12.828Z] #34 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-11-08T19:38:12.828Z] #34 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d done [2024-11-08T19:38:12.828Z] #34 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-11-08T19:38:12.828Z] #34 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-11-08T19:38:12.828Z] #34 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-11-08T19:38:12.828Z] #34 DONE 0.1s [2024-11-08T19:38:12.828Z] [2024-11-08T19:38:12.828Z] #37 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-11-08T19:38:12.828Z] #37 DONE 1.0s [2024-11-08T19:38:12.828Z] [2024-11-08T19:38:12.828Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-11-08T19:38:12.828Z] #38 DONE 1.0s [2024-11-08T19:38:12.828Z] [2024-11-08T19:38:12.828Z] #36 [support-cron-scheduler internal] load build context [2024-11-08T19:38:13.095Z] #36 ... [2024-11-08T19:38:13.095Z] [2024-11-08T19:38:13.095Z] #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-11-08T19:38:13.095Z] #32 DONE 1.6s [2024-11-08T19:38:13.095Z] [2024-11-08T19:38:13.095Z] #36 [support-cron-scheduler internal] load build context [2024-11-08T19:38:17.284Z] #36 transferring context: 247.41MB 4.9s [2024-11-08T19:38:18.668Z] #36 ... [2024-11-08T19:38:18.668Z] [2024-11-08T19:38:18.668Z] #39 [core-metadata internal] load build context [2024-11-08T19:38:18.668Z] #39 ... [2024-11-08T19:38:18.668Z] [2024-11-08T19:38:18.668Z] #36 [support-cron-scheduler internal] load build context [2024-11-08T19:38:20.576Z] #36 transferring context: 433.55MB 8.7s done [2024-11-08T19:38:21.512Z] #36 ... [2024-11-08T19:38:21.512Z] [2024-11-08T19:38:21.512Z] #33 [core-common-config-bootstrapper internal] load build context [2024-11-08T19:38:21.772Z] #33 ... [2024-11-08T19:38:21.772Z] [2024-11-08T19:38:21.772Z] #40 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-11-08T19:38:21.772Z] #0 1.350 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:21.772Z] #0 1.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:21.772Z] #0 1.691 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:21.772Z] #0 1.728 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:21.772Z] #0 1.738 (3/6) Installing dumb-init (1.2.5-r3) [2024-11-08T19:38:21.772Z] #0 1.741 (4/6) Installing openssl (3.3.2-r1) [2024-11-08T19:38:21.772Z] #0 1.752 (5/6) Installing su-exec (0.2-r3) [2024-11-08T19:38:21.772Z] #0 1.756 (6/6) Installing yq-go (4.44.1-r2) [2024-11-08T19:38:21.772Z] #0 1.820 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:21.772Z] #0 1.829 OK: 19 MiB in 18 packages [2024-11-08T19:38:21.772Z] #40 ... [2024-11-08T19:38:21.772Z] [2024-11-08T19:38:21.772Z] #41 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-11-08T19:38:21.772Z] #0 1.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:21.772Z] #0 1.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:21.772Z] #0 1.413 (1/1) Installing dumb-init (1.2.5-r3) [2024-11-08T19:38:21.772Z] #0 1.428 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:21.772Z] #0 1.444 OK: 8 MiB in 15 packages [2024-11-08T19:38:22.030Z] #41 ... [2024-11-08T19:38:22.030Z] [2024-11-08T19:38:22.030Z] #42 [security-proxy-setup internal] load build context [2024-11-08T19:38:22.030Z] #42 ... [2024-11-08T19:38:22.030Z] [2024-11-08T19:38:22.030Z] #43 [security-secretstore-setup internal] load build context [2024-11-08T19:38:22.030Z] #43 transferring context: 433.55MB 9.7s done [2024-11-08T19:38:22.290Z] #43 ... [2024-11-08T19:38:22.290Z] [2024-11-08T19:38:22.290Z] #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-11-08T19:38:22.290Z] #44 ... [2024-11-08T19:38:22.290Z] [2024-11-08T19:38:22.290Z] #45 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-11-08T19:38:22.290Z] #0 0.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:22.290Z] #0 0.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:22.290Z] #0 1.245 (1/3) Installing ca-certificates (20240705-r0) [2024-11-08T19:38:22.290Z] #0 1.258 (2/3) Installing dumb-init (1.2.5-r3) [2024-11-08T19:38:22.290Z] #0 1.263 (3/3) Installing tzdata (2024b-r0) [2024-11-08T19:38:22.290Z] #0 1.298 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:22.290Z] #0 1.331 Executing ca-certificates-20240705-r0.trigger [2024-11-08T19:38:22.290Z] #0 1.378 OK: 10 MiB in 17 packages [2024-11-08T19:38:22.290Z] #45 ... [2024-11-08T19:38:22.290Z] [2024-11-08T19:38:22.290Z] #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-11-08T19:38:22.290Z] #0 1.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:22.290Z] #0 1.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:22.290Z] #0 2.120 (1/4) Installing ca-certificates (20240705-r0) [2024-11-08T19:38:22.290Z] #0 2.133 (2/4) Installing dumb-init (1.2.5-r3) [2024-11-08T19:38:22.290Z] #0 2.137 (3/4) Installing su-exec (0.2-r3) [2024-11-08T19:38:22.290Z] #0 2.140 (4/4) Installing yq-go (4.44.1-r2) [2024-11-08T19:38:22.290Z] #0 2.201 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:22.290Z] #0 2.216 Executing ca-certificates-20240705-r0.trigger [2024-11-08T19:38:22.290Z] #0 2.248 OK: 19 MiB in 18 packages [2024-11-08T19:38:22.551Z] #46 ... [2024-11-08T19:38:22.551Z] [2024-11-08T19:38:22.551Z] #47 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-11-08T19:38:22.551Z] #0 5.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:22.551Z] #0 5.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:22.551Z] #0 6.089 (1/2) Installing ca-certificates (20240705-r0) [2024-11-08T19:38:22.551Z] #0 6.104 (2/2) Installing dumb-init (1.2.5-r3) [2024-11-08T19:38:22.551Z] #0 6.109 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:22.551Z] #0 6.117 Executing ca-certificates-20240705-r0.trigger [2024-11-08T19:38:22.551Z] #0 6.159 OK: 9 MiB in 16 packages [2024-11-08T19:38:22.551Z] #47 ... [2024-11-08T19:38:22.551Z] [2024-11-08T19:38:22.551Z] #48 [core-data internal] load build context [2024-11-08T19:38:22.551Z] #48 transferring context: 433.55MB 9.6s done [2024-11-08T19:38:22.811Z] #48 ... [2024-11-08T19:38:22.811Z] [2024-11-08T19:38:22.811Z] #49 [security-bootstrapper internal] load build context [2024-11-08T19:38:22.811Z] #49 transferring context: 433.55MB 10.7s done [2024-11-08T19:38:22.811Z] #49 ... [2024-11-08T19:38:22.811Z] [2024-11-08T19:38:22.811Z] #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-11-08T19:38:23.070Z] #50 ... [2024-11-08T19:38:23.070Z] [2024-11-08T19:38:23.070Z] #51 [security-spire-config internal] load build context [2024-11-08T19:38:23.330Z] #51 ... [2024-11-08T19:38:23.330Z] [2024-11-08T19:38:23.330Z] #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-11-08T19:38:23.330Z] #52 ... [2024-11-08T19:38:23.330Z] [2024-11-08T19:38:23.330Z] #53 [core-command internal] load build context [2024-11-08T19:38:23.330Z] #53 transferring context: 433.55MB 9.4s done [2024-11-08T19:38:23.590Z] #53 ... [2024-11-08T19:38:23.590Z] [2024-11-08T19:38:23.590Z] #54 [security-proxy-auth internal] load build context [2024-11-08T19:38:23.590Z] #54 transferring context: 433.55MB 8.5s done [2024-11-08T19:38:23.590Z] #54 ... [2024-11-08T19:38:23.590Z] [2024-11-08T19:38:23.590Z] #55 [support-notifications internal] load build context [2024-11-08T19:38:23.590Z] #55 transferring context: 433.55MB 8.4s done [2024-11-08T19:38:25.715Z] #55 ... [2024-11-08T19:38:25.715Z] [2024-11-08T19:38:25.715Z] #56 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-08T19:38:25.715Z] #56 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-08T19:38:25.715Z] #56 ... [2024-11-08T19:38:25.715Z] [2024-11-08T19:38:25.715Z] #57 [security-spire-agent internal] load build context [2024-11-08T19:38:25.976Z] #57 ... [2024-11-08T19:38:25.976Z] [2024-11-08T19:38:25.976Z] #58 [security-spire-server internal] load build context [2024-11-08T19:38:25.976Z] #58 transferring context: 23.57kB done [2024-11-08T19:38:25.976Z] #58 ... [2024-11-08T19:38:25.976Z] [2024-11-08T19:38:25.976Z] #59 [core-keeper internal] load build context [2024-11-08T19:38:25.976Z] #59 transferring context: 433.55MB 10.3s done [2024-11-08T19:38:26.235Z] #59 ... [2024-11-08T19:38:26.235Z] [2024-11-08T19:38:26.235Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-11-08T19:38:26.235Z] #60 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-11-08T19:38:26.235Z] #60 ... [2024-11-08T19:38:26.235Z] [2024-11-08T19:38:26.235Z] #61 [security-spiffe-token-provider internal] load build context [2024-11-08T19:38:26.235Z] #61 transferring context: 433.55MB 10.2s done [2024-11-08T19:38:26.495Z] #61 ... [2024-11-08T19:38:26.495Z] [2024-11-08T19:38:26.495Z] #62 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-11-08T19:38:26.495Z] #0 2.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:26.495Z] #0 2.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:26.495Z] #0 3.148 (1/1) Installing dumb-init (1.2.5-r3) [2024-11-08T19:38:26.495Z] #0 3.153 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:26.495Z] #0 3.165 OK: 8 MiB in 15 packages [2024-11-08T19:38:26.495Z] #62 ... [2024-11-08T19:38:26.495Z] [2024-11-08T19:38:26.495Z] #39 [core-metadata internal] load build context [2024-11-08T19:38:26.495Z] #39 transferring context: 433.55MB 10.4s done [2024-11-08T19:38:31.803Z] #39 ... [2024-11-08T19:38:31.803Z] [2024-11-08T19:38:31.803Z] #33 [core-common-config-bootstrapper internal] load build context [2024-11-08T19:38:31.803Z] #33 transferring context: 433.55MB 10.3s done [2024-11-08T19:38:32.064Z] #33 ... [2024-11-08T19:38:32.064Z] [2024-11-08T19:38:32.064Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-11-08T19:38:32.323Z] #63 ... [2024-11-08T19:38:32.323Z] [2024-11-08T19:38:32.323Z] #42 [security-proxy-setup internal] load build context [2024-11-08T19:38:32.323Z] #42 transferring context: 433.55MB 10.7s done [2024-11-08T19:38:34.883Z] #42 ... [2024-11-08T19:38:34.883Z] [2024-11-08T19:38:34.883Z] #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-11-08T19:38:36.797Z] #64 ... [2024-11-08T19:38:36.797Z] [2024-11-08T19:38:36.797Z] #65 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-11-08T19:38:42.117Z] #65 ... [2024-11-08T19:38:42.117Z] [2024-11-08T19:38:42.117Z] #58 [security-spire-server internal] load build context [2024-11-08T19:38:42.117Z] #58 DONE 29.3s [2024-11-08T19:38:42.117Z] [2024-11-08T19:38:42.117Z] #55 [support-notifications internal] load build context [2024-11-08T19:38:42.117Z] #55 DONE 30.3s [2024-11-08T19:38:42.117Z] [2024-11-08T19:38:42.117Z] #62 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-11-08T19:38:42.117Z] #62 DONE 30.2s [2024-11-08T19:38:42.117Z] [2024-11-08T19:38:42.117Z] #47 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-11-08T19:38:42.117Z] #47 DONE 30.2s [2024-11-08T19:38:42.117Z] [2024-11-08T19:38:42.117Z] #41 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-11-08T19:38:42.117Z] #41 DONE 30.7s [2024-11-08T19:38:42.117Z] [2024-11-08T19:38:42.117Z] #66 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-11-08T19:38:42.643Z] #66 ... [2024-11-08T19:38:42.643Z] [2024-11-08T19:38:42.643Z] #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-11-08T19:38:42.643Z] #46 DONE 30.4s [2024-11-08T19:38:42.643Z] [2024-11-08T19:38:42.643Z] #54 [security-proxy-auth internal] load build context [2024-11-08T19:38:42.643Z] #54 DONE 30.0s [2024-11-08T19:38:42.643Z] [2024-11-08T19:38:42.643Z] #40 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-11-08T19:38:42.643Z] #40 DONE 30.5s [2024-11-08T19:38:42.643Z] [2024-11-08T19:38:42.643Z] #45 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-11-08T19:38:42.644Z] #45 DONE 30.5s [2024-11-08T19:38:42.644Z] [2024-11-08T19:38:42.644Z] #36 [support-cron-scheduler internal] load build context [2024-11-08T19:38:42.644Z] #36 DONE 30.5s [2024-11-08T19:38:42.644Z] [2024-11-08T19:38:42.644Z] #53 [core-command internal] load build context [2024-11-08T19:38:42.644Z] #53 DONE 30.0s [2024-11-08T19:38:42.644Z] [2024-11-08T19:38:42.644Z] #43 [security-secretstore-setup internal] load build context [2024-11-08T19:38:42.644Z] #43 DONE 30.5s [2024-11-08T19:38:42.644Z] [2024-11-08T19:38:42.644Z] #48 [core-data internal] load build context [2024-11-08T19:38:42.644Z] #48 DONE 30.4s [2024-11-08T19:38:42.644Z] [2024-11-08T19:38:42.644Z] #39 [core-metadata internal] load build context [2024-11-08T19:38:42.644Z] #39 DONE 30.6s [2024-11-08T19:38:42.644Z] [2024-11-08T19:38:42.644Z] #33 [core-common-config-bootstrapper internal] load build context [2024-11-08T19:38:42.644Z] #33 DONE 30.7s [2024-11-08T19:38:42.902Z] [2024-11-08T19:38:42.902Z] #61 [security-spiffe-token-provider internal] load build context [2024-11-08T19:38:42.902Z] #61 DONE 30.4s [2024-11-08T19:38:42.902Z] [2024-11-08T19:38:42.902Z] #59 [core-keeper internal] load build context [2024-11-08T19:38:42.902Z] #59 DONE 30.3s [2024-11-08T19:38:42.902Z] [2024-11-08T19:38:42.902Z] #49 [security-bootstrapper internal] load build context [2024-11-08T19:38:42.902Z] #49 DONE 30.3s [2024-11-08T19:38:42.902Z] [2024-11-08T19:38:42.902Z] #42 [security-proxy-setup internal] load build context [2024-11-08T19:38:42.902Z] #42 DONE 30.6s [2024-11-08T19:38:42.902Z] [2024-11-08T19:38:42.902Z] #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-08T19:38:42.902Z] #56 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 24.9s done [2024-11-08T19:38:42.902Z] #56 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-11-08T19:38:42.902Z] #56 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-11-08T19:38:42.902Z] #56 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-11-08T19:38:42.902Z] #56 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.0s done [2024-11-08T19:38:42.902Z] #56 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-11-08T19:38:42.902Z] #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-11-08T19:38:42.902Z] #56 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done [2024-11-08T19:38:42.902Z] #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.3s [2024-11-08T19:38:42.902Z] #56 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-11-08T19:38:42.902Z] #56 ... [2024-11-08T19:38:42.902Z] [2024-11-08T19:38:42.902Z] #51 [security-spire-config internal] load build context [2024-11-08T19:38:42.902Z] #51 transferring context: 21.82kB done [2024-11-08T19:38:42.902Z] #51 DONE 30.1s [2024-11-08T19:38:42.902Z] [2024-11-08T19:38:42.902Z] #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-08T19:38:42.902Z] #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.8s done [2024-11-08T19:38:42.902Z] #56 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-11-08T19:38:42.902Z] #56 ... [2024-11-08T19:38:42.902Z] [2024-11-08T19:38:42.902Z] #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-11-08T19:38:42.902Z] #44 31.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:43.161Z] #44 ... [2024-11-08T19:38:43.161Z] [2024-11-08T19:38:43.161Z] #57 [security-spire-agent internal] load build context [2024-11-08T19:38:43.161Z] #57 transferring context: 23.10kB 0.0s done [2024-11-08T19:38:43.161Z] #57 DONE 30.1s [2024-11-08T19:38:43.161Z] [2024-11-08T19:38:43.161Z] #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-11-08T19:38:43.161Z] #50 DONE 30.9s [2024-11-08T19:38:43.161Z] [2024-11-08T19:38:43.161Z] #65 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-11-08T19:38:43.161Z] #65 DONE 6.4s [2024-11-08T19:38:43.161Z] [2024-11-08T19:38:43.161Z] #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-11-08T19:38:43.161Z] #44 31.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:43.419Z] #44 31.39 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-08T19:38:43.419Z] #44 31.39 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-08T19:38:43.419Z] #44 31.39 OK: 24168 distinct packages available [2024-11-08T19:38:43.419Z] #44 31.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:43.677Z] #44 31.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:43.935Z] #44 31.84 (1/14) Installing ca-certificates (20240705-r0) [2024-11-08T19:38:43.935Z] #44 31.86 (2/14) Installing brotli-libs (1.1.0-r2) [2024-11-08T19:38:43.935Z] #44 31.87 (3/14) Installing c-ares (1.33.1-r0) [2024-11-08T19:38:43.935Z] #44 31.87 (4/14) Installing libunistring (1.2-r0) [2024-11-08T19:38:43.935Z] #44 31.89 (5/14) Installing libidn2 (2.3.7-r0) [2024-11-08T19:38:43.935Z] #44 31.90 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-11-08T19:38:43.935Z] #44 31.90 (7/14) Installing libpsl (0.21.5-r1) [2024-11-08T19:38:43.935Z] #44 31.91 (8/14) Installing zstd-libs (1.5.6-r0) [2024-11-08T19:38:43.935Z] #44 31.92 (9/14) Installing libcurl (8.11.0-r1) [2024-11-08T19:38:43.935Z] #44 31.92 (10/14) Installing curl (8.11.0-r1) [2024-11-08T19:38:43.935Z] #44 ... [2024-11-08T19:38:43.935Z] [2024-11-08T19:38:43.935Z] #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-11-08T19:38:43.935Z] #52 30.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:43.935Z] #52 30.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:43.935Z] #52 31.18 (1/2) Installing dumb-init (1.2.5-r3) [2024-11-08T19:38:43.935Z] #52 31.18 (2/2) Installing su-exec (0.2-r3) [2024-11-08T19:38:43.935Z] #52 31.20 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:43.935Z] #52 31.20 OK: 8 MiB in 16 packages [2024-11-08T19:38:43.935Z] #52 DONE 31.8s [2024-11-08T19:38:43.935Z] [2024-11-08T19:38:43.935Z] #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-11-08T19:38:43.935Z] #44 31.93 (11/14) Installing dumb-init (1.2.5-r3) [2024-11-08T19:38:43.935Z] #44 31.93 (12/14) Installing musl-obstack (1.2.3-r2) [2024-11-08T19:38:43.935Z] #44 31.94 (13/14) Installing libucontext (1.2-r3) [2024-11-08T19:38:43.935Z] #44 31.94 (14/14) Installing gcompat (1.1.0-r4) [2024-11-08T19:38:43.935Z] #44 31.94 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:43.935Z] #44 31.96 Executing ca-certificates-20240705-r0.trigger [2024-11-08T19:38:44.192Z] #44 ... [2024-11-08T19:38:44.192Z] [2024-11-08T19:38:44.192Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-11-08T19:38:44.192Z] #60 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 26.7s done [2024-11-08T19:38:44.192Z] #60 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-11-08T19:38:44.192Z] #60 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-11-08T19:38:44.192Z] #60 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-11-08T19:38:44.192Z] #60 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.0s done [2024-11-08T19:38:44.192Z] #60 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-11-08T19:38:44.192Z] #60 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done [2024-11-08T19:38:44.192Z] #60 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.8s done [2024-11-08T19:38:44.192Z] #60 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-11-08T19:38:44.192Z] #60 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-11-08T19:38:44.192Z] #60 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.8s done [2024-11-08T19:38:44.192Z] #60 DONE 31.2s [2024-11-08T19:38:44.192Z] [2024-11-08T19:38:44.192Z] #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-11-08T19:38:44.192Z] #44 32.05 OK: 13 MiB in 28 packages [2024-11-08T19:38:45.585Z] #44 DONE 33.3s [2024-11-08T19:38:45.585Z] [2024-11-08T19:38:45.585Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-11-08T19:38:45.585Z] #64 19.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.585Z] #64 19.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.585Z] #64 19.70 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-08T19:38:45.585Z] #64 19.70 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-08T19:38:45.585Z] #64 19.70 OK: 24168 distinct packages available [2024-11-08T19:38:45.585Z] #64 19.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.585Z] #64 19.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.585Z] #64 20.12 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:45.585Z] #64 20.15 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:45.585Z] #64 20.18 (3/7) Installing dumb-init (1.2.5-r3) [2024-11-08T19:38:45.585Z] #64 20.19 (4/7) Installing musl-obstack (1.2.3-r2) [2024-11-08T19:38:45.585Z] #64 20.19 (5/7) Installing libucontext (1.2-r3) [2024-11-08T19:38:45.585Z] #64 20.19 (6/7) Installing gcompat (1.1.0-r4) [2024-11-08T19:38:45.585Z] #64 20.19 (7/7) Installing openssl (3.3.2-r1) [2024-11-08T19:38:45.585Z] #64 20.20 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:45.585Z] #64 20.21 OK: 9 MiB in 19 packages [2024-11-08T19:38:45.585Z] #64 DONE 20.5s [2024-11-08T19:38:45.585Z] [2024-11-08T19:38:45.585Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-11-08T19:38:45.585Z] #63 12.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.586Z] #63 12.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.586Z] #63 12.64 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-08T19:38:45.586Z] #63 12.64 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-08T19:38:45.586Z] #63 12.64 OK: 24168 distinct packages available [2024-11-08T19:38:45.586Z] #63 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.586Z] #63 12.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.586Z] #63 13.12 (1/4) Installing dumb-init (1.2.5-r3) [2024-11-08T19:38:45.586Z] #63 13.12 (2/4) Installing musl-obstack (1.2.3-r2) [2024-11-08T19:38:45.586Z] #63 13.12 (3/4) Installing libucontext (1.2-r3) [2024-11-08T19:38:45.586Z] #63 13.13 (4/4) Installing gcompat (1.1.0-r4) [2024-11-08T19:38:45.586Z] #63 13.13 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:45.586Z] #63 13.14 OK: 8 MiB in 18 packages [2024-11-08T19:38:45.586Z] #63 DONE 13.4s [2024-11-08T19:38:45.586Z] [2024-11-08T19:38:45.586Z] #67 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-11-08T19:38:45.844Z] #67 ... [2024-11-08T19:38:45.844Z] [2024-11-08T19:38:45.844Z] #68 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-11-08T19:38:45.844Z] #0 1.909 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.844Z] #0 1.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.844Z] #0 2.487 Upgrading critical system libraries and apk-tools: [2024-11-08T19:38:45.844Z] #0 2.487 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T19:38:45.844Z] #0 2.603 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:45.844Z] #0 2.700 Continuing the upgrade transaction with new apk-tools: [2024-11-08T19:38:45.844Z] #0 2.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.844Z] #0 2.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:45.844Z] #0 3.134 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:45.844Z] #0 3.165 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:45.844Z] #0 3.186 OK: 8 MiB in 15 packages [2024-11-08T19:38:45.844Z] #68 DONE 3.9s [2024-11-08T19:38:46.123Z] [2024-11-08T19:38:46.123Z] #66 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-11-08T19:38:46.123Z] #66 3.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:46.123Z] #66 3.958 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:46.391Z] #66 4.262 Upgrading critical system libraries and apk-tools: [2024-11-08T19:38:46.391Z] #66 4.262 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T19:38:46.391Z] #66 4.268 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:46.650Z] #66 4.355 Continuing the upgrade transaction with new apk-tools: [2024-11-08T19:38:46.650Z] #66 4.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:46.650Z] #66 4.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:46.650Z] #66 ... [2024-11-08T19:38:46.650Z] [2024-11-08T19:38:46.650Z] #69 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-11-08T19:38:46.650Z] #0 3.044 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:46.650Z] #0 3.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:46.650Z] #0 3.427 Upgrading critical system libraries and apk-tools: [2024-11-08T19:38:46.650Z] #0 3.427 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T19:38:46.650Z] #0 3.437 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:46.650Z] #0 3.501 Continuing the upgrade transaction with new apk-tools: [2024-11-08T19:38:46.650Z] #0 3.505 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:46.650Z] #0 3.572 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:46.650Z] #0 3.874 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:46.650Z] #0 3.937 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:46.650Z] #0 3.949 OK: 8 MiB in 15 packages [2024-11-08T19:38:46.650Z] #69 DONE 4.6s [2024-11-08T19:38:46.908Z] [2024-11-08T19:38:46.908Z] #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-08T19:38:46.908Z] #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.8s done [2024-11-08T19:38:46.908Z] #56 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.3s done [2024-11-08T19:38:47.481Z] #56 ... [2024-11-08T19:38:47.481Z] [2024-11-08T19:38:47.481Z] #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-11-08T19:38:47.481Z] #70 DONE 4.4s [2024-11-08T19:38:47.481Z] [2024-11-08T19:38:47.481Z] #66 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-11-08T19:38:47.481Z] #66 4.753 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:47.481Z] #66 4.788 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:47.481Z] #66 4.800 Executing ca-certificates-20240705-r0.trigger [2024-11-08T19:38:47.481Z] #66 5.112 OK: 9 MiB in 16 packages [2024-11-08T19:38:47.481Z] #66 DONE 5.3s [2024-11-08T19:38:47.481Z] [2024-11-08T19:38:47.481Z] #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-11-08T19:38:47.481Z] #0 3.797 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 3.874 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 4.197 Upgrading critical system libraries and apk-tools: [2024-11-08T19:38:47.481Z] #0 4.197 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T19:38:47.481Z] #0 4.207 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:47.481Z] #0 4.316 Continuing the upgrade transaction with new apk-tools: [2024-11-08T19:38:47.481Z] #0 4.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 4.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 4.743 OK: 19 MiB in 18 packages [2024-11-08T19:38:47.481Z] #71 DONE 5.3s [2024-11-08T19:38:47.481Z] [2024-11-08T19:38:47.481Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-11-08T19:38:47.481Z] #0 3.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 3.868 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 4.192 Upgrading critical system libraries and apk-tools: [2024-11-08T19:38:47.481Z] #0 4.192 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T19:38:47.481Z] #0 4.198 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:47.481Z] #0 4.266 Continuing the upgrade transaction with new apk-tools: [2024-11-08T19:38:47.481Z] #0 4.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 4.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 4.623 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:47.481Z] #0 4.699 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:47.481Z] #0 4.712 Executing ca-certificates-20240705-r0.trigger [2024-11-08T19:38:47.481Z] #0 5.101 OK: 19 MiB in 18 packages [2024-11-08T19:38:47.481Z] #72 DONE 5.3s [2024-11-08T19:38:47.481Z] [2024-11-08T19:38:47.481Z] #73 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-11-08T19:38:47.481Z] #0 3.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 4.077 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 4.395 Upgrading critical system libraries and apk-tools: [2024-11-08T19:38:47.481Z] #0 4.395 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T19:38:47.481Z] #0 4.401 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:47.481Z] #0 4.468 Continuing the upgrade transaction with new apk-tools: [2024-11-08T19:38:47.481Z] #0 4.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 4.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:47.481Z] #0 4.897 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:47.481Z] #0 4.938 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:47.481Z] #0 4.958 Executing ca-certificates-20240705-r0.trigger [2024-11-08T19:38:47.481Z] #0 5.080 OK: 10 MiB in 17 packages [2024-11-08T19:38:47.481Z] #73 DONE 5.3s [2024-11-08T19:38:47.481Z] [2024-11-08T19:38:47.481Z] #74 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-11-08T19:38:47.481Z] #74 DONE 0.0s [2024-11-08T19:38:47.739Z] [2024-11-08T19:38:47.739Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-11-08T19:38:48.316Z] #75 ... [2024-11-08T19:38:48.316Z] [2024-11-08T19:38:48.316Z] #76 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-11-08T19:38:48.316Z] #0 4.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:48.316Z] #0 4.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:48.316Z] #0 5.007 OK: 246 MiB in 54 packages [2024-11-08T19:38:48.316Z] #76 DONE 5.2s [2024-11-08T19:38:48.316Z] [2024-11-08T19:38:48.316Z] #77 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-11-08T19:38:48.316Z] #77 DONE 0.0s [2024-11-08T19:38:48.316Z] [2024-11-08T19:38:48.316Z] #78 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:38:48.884Z] #78 ... [2024-11-08T19:38:48.884Z] [2024-11-08T19:38:48.884Z] #79 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-11-08T19:38:48.884Z] #0 5.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:48.884Z] #0 5.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:48.884Z] #0 5.755 OK: 246 MiB in 54 packages [2024-11-08T19:38:48.884Z] #79 DONE 5.9s [2024-11-08T19:38:49.143Z] [2024-11-08T19:38:49.143Z] #80 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-11-08T19:38:49.143Z] #80 DONE 0.1s [2024-11-08T19:38:49.143Z] [2024-11-08T19:38:49.143Z] #81 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:38:49.401Z] #81 ... [2024-11-08T19:38:49.401Z] [2024-11-08T19:38:49.401Z] #82 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-11-08T19:38:49.401Z] #0 5.404 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:49.401Z] #0 5.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:49.401Z] #0 5.773 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-11-08T19:38:49.401Z] #0 5.773 v3.20.3-273-ga345161ce7a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-11-08T19:38:49.401Z] #0 5.773 OK: 24170 distinct packages available [2024-11-08T19:38:49.401Z] #0 5.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:49.401Z] #0 5.916 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:49.401Z] #0 6.180 OK: 246 MiB in 54 packages [2024-11-08T19:38:49.401Z] #82 DONE 6.3s [2024-11-08T19:38:49.401Z] [2024-11-08T19:38:49.401Z] #83 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-11-08T19:38:49.401Z] #83 DONE 0.1s [2024-11-08T19:38:49.401Z] [2024-11-08T19:38:49.401Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-11-08T19:38:49.401Z] #75 1.923 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:49.659Z] #75 ... [2024-11-08T19:38:49.659Z] [2024-11-08T19:38:49.659Z] #84 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-11-08T19:38:49.659Z] #0 6.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:49.659Z] #0 6.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:49.659Z] #0 6.487 OK: 246 MiB in 54 packages [2024-11-08T19:38:49.659Z] #84 DONE 6.6s [2024-11-08T19:38:49.659Z] [2024-11-08T19:38:49.659Z] #85 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-11-08T19:38:49.659Z] #85 DONE 0.1s [2024-11-08T19:38:49.659Z] [2024-11-08T19:38:49.659Z] #86 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:38:50.227Z] #86 ... [2024-11-08T19:38:50.227Z] [2024-11-08T19:38:50.227Z] #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-11-08T19:38:50.227Z] #0 4.986 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.227Z] #0 5.081 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.227Z] #0 5.391 Upgrading critical system libraries and apk-tools: [2024-11-08T19:38:50.227Z] #0 5.391 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T19:38:50.227Z] #0 5.403 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:50.227Z] #0 5.477 Continuing the upgrade transaction with new apk-tools: [2024-11-08T19:38:50.227Z] #0 5.481 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.227Z] #0 5.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.227Z] #0 5.832 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:50.227Z] #0 5.867 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:50.227Z] #0 5.882 OK: 8 MiB in 16 packages [2024-11-08T19:38:50.227Z] #87 DONE 6.0s [2024-11-08T19:38:50.227Z] [2024-11-08T19:38:50.227Z] #88 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-11-08T19:38:50.793Z] #88 ... [2024-11-08T19:38:50.793Z] [2024-11-08T19:38:50.793Z] #89 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-11-08T19:38:50.793Z] #0 5.927 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.793Z] #0 6.380 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.793Z] #0 7.103 (1/1) Installing dumb-init (1.2.5-r3) [2024-11-08T19:38:50.793Z] #0 7.387 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:50.793Z] #0 7.398 OK: 8 MiB in 15 packages [2024-11-08T19:38:50.793Z] #89 DONE 7.6s [2024-11-08T19:38:50.793Z] [2024-11-08T19:38:50.793Z] #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-11-08T19:38:50.793Z] #0 4.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.793Z] #0 4.126 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.793Z] #0 4.434 Upgrading critical system libraries and apk-tools: [2024-11-08T19:38:50.793Z] #0 4.434 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T19:38:50.793Z] #0 4.443 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:50.793Z] #0 4.561 Continuing the upgrade transaction with new apk-tools: [2024-11-08T19:38:50.793Z] #0 4.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.793Z] #0 4.639 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.793Z] #0 4.950 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:50.793Z] #0 4.998 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:50.793Z] #0 5.029 Executing ca-certificates-20240705-r0.trigger [2024-11-08T19:38:50.793Z] #0 5.113 OK: 13 MiB in 28 packages [2024-11-08T19:38:50.793Z] #90 DONE 5.4s [2024-11-08T19:38:50.793Z] [2024-11-08T19:38:50.793Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-11-08T19:38:50.793Z] #0 4.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.793Z] #0 4.147 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.793Z] #0 4.488 Upgrading critical system libraries and apk-tools: [2024-11-08T19:38:50.793Z] #0 4.488 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T19:38:50.793Z] #0 4.498 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:50.793Z] #0 4.598 Continuing the upgrade transaction with new apk-tools: [2024-11-08T19:38:50.793Z] #0 4.604 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.793Z] #0 4.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:50.793Z] #0 5.000 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:50.793Z] #0 5.051 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-11-08T19:38:50.793Z] #0 5.071 OK: 8 MiB in 18 packages [2024-11-08T19:38:50.793Z] #91 DONE 5.4s [2024-11-08T19:38:50.793Z] [2024-11-08T19:38:50.793Z] #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-11-08T19:38:51.824Z] #92 DONE 1.0s [2024-11-08T19:38:51.824Z] [2024-11-08T19:38:51.824Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-11-08T19:38:51.824Z] #75 2.384 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:51.824Z] #75 3.122 OK: 246 MiB in 54 packages [2024-11-08T19:38:51.824Z] #75 DONE 4.2s [2024-11-08T19:38:51.824Z] [2024-11-08T19:38:51.824Z] #88 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-11-08T19:38:51.824Z] #88 DONE 1.6s [2024-11-08T19:38:51.824Z] [2024-11-08T19:38:51.824Z] #67 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-11-08T19:38:51.824Z] #67 4.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:51.824Z] #67 5.129 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:51.824Z] #67 5.555 Upgrading critical system libraries and apk-tools: [2024-11-08T19:38:51.824Z] #67 5.555 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-11-08T19:38:51.824Z] #67 5.561 Executing busybox-1.36.1-r29.trigger [2024-11-08T19:38:51.824Z] #67 5.623 Continuing the upgrade transaction with new apk-tools: [2024-11-08T19:38:51.824Z] #67 5.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:51.824Z] #67 5.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-11-08T19:38:51.824Z] #67 6.063 OK: 9 MiB in 19 packages [2024-11-08T19:38:51.824Z] #67 DONE 6.4s [2024-11-08T19:38:51.824Z] [2024-11-08T19:38:51.824Z] #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-11-08T19:38:51.824Z] #93 DONE 0.1s [2024-11-08T19:38:51.824Z] [2024-11-08T19:38:51.824Z] #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-11-08T19:38:52.767Z] #94 DONE 1.1s [2024-11-08T19:38:52.767Z] [2024-11-08T19:38:52.767Z] #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-11-08T19:38:52.767Z] #95 DONE 1.1s [2024-11-08T19:38:52.767Z] [2024-11-08T19:38:52.767Z] #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-11-08T19:38:52.767Z] #96 DONE 1.1s [2024-11-08T19:38:52.767Z] [2024-11-08T19:38:52.767Z] #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-11-08T19:38:53.028Z] #97 DONE 0.1s [2024-11-08T19:38:53.028Z] [2024-11-08T19:38:53.028Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-11-08T19:38:53.028Z] #98 DONE 1.1s [2024-11-08T19:38:53.028Z] [2024-11-08T19:38:53.028Z] #99 [security-spire-config stage-2 6/10] COPY security.txt / [2024-11-08T19:38:53.028Z] #99 DONE 0.1s [2024-11-08T19:38:53.028Z] [2024-11-08T19:38:53.028Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2024-11-08T19:38:53.994Z] #100 ... [2024-11-08T19:38:53.994Z] [2024-11-08T19:38:53.994Z] #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-11-08T19:38:53.994Z] #101 DONE 1.0s [2024-11-08T19:38:53.994Z] [2024-11-08T19:38:53.994Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2024-11-08T19:38:53.994Z] #100 DONE 1.0s [2024-11-08T19:38:53.994Z] [2024-11-08T19:38:53.994Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-11-08T19:38:53.994Z] #102 DONE 1.1s [2024-11-08T19:38:53.994Z] [2024-11-08T19:38:53.994Z] #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-11-08T19:38:53.994Z] #103 DONE 0.0s [2024-11-08T19:38:53.994Z] [2024-11-08T19:38:53.994Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-11-08T19:38:53.994Z] #104 DONE 0.0s [2024-11-08T19:38:53.994Z] [2024-11-08T19:38:53.994Z] #105 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-11-08T19:38:53.994Z] #105 DONE 0.1s [2024-11-08T19:38:53.994Z] [2024-11-08T19:38:53.994Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-11-08T19:38:53.994Z] #106 DONE 0.0s [2024-11-08T19:38:53.994Z] [2024-11-08T19:38:53.994Z] #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-11-08T19:38:53.994Z] #107 DONE 0.1s [2024-11-08T19:38:53.994Z] [2024-11-08T19:38:53.994Z] #108 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-11-08T19:38:53.994Z] #108 DONE 0.1s [2024-11-08T19:38:53.994Z] [2024-11-08T19:38:53.994Z] #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-11-08T19:38:53.994Z] #109 DONE 0.1s [2024-11-08T19:38:53.994Z] [2024-11-08T19:38:53.994Z] #110 [security-spire-config] exporting to image [2024-11-08T19:38:53.994Z] #110 exporting layers [2024-11-08T19:38:54.253Z] #110 ... [2024-11-08T19:38:54.253Z] [2024-11-08T19:38:54.253Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-11-08T19:38:54.253Z] #111 DONE 0.1s [2024-11-08T19:38:54.253Z] [2024-11-08T19:38:54.253Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-11-08T19:38:54.253Z] #112 DONE 0.1s [2024-11-08T19:38:54.253Z] [2024-11-08T19:38:54.253Z] #110 [security-spire-server] exporting to image [2024-11-08T19:38:54.253Z] #110 ... [2024-11-08T19:38:54.253Z] [2024-11-08T19:38:54.253Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-11-08T19:38:54.253Z] #113 DONE 0.0s [2024-11-08T19:38:54.253Z] [2024-11-08T19:38:54.253Z] #110 [security-spire-agent] exporting to image [2024-11-08T19:38:54.822Z] #110 exporting layers 0.7s done [2024-11-08T19:38:54.822Z] #110 writing image sha256:18a6522eff7a7031c3d6f52b129551f2d2979e844e99f73312d5b9f5a0cdb8c3 done [2024-11-08T19:38:54.822Z] #110 naming to docker.io/library/security-spire-config done [2024-11-08T19:38:54.822Z] #110 exporting layers 0.6s done [2024-11-08T19:38:54.822Z] #110 writing image sha256:fd6c686783e8062121387589c05f1b56ed4c9c0c503faf51ca70aa16658d4fcd done [2024-11-08T19:38:54.822Z] #110 naming to docker.io/library/security-spire-server done [2024-11-08T19:38:54.822Z] #110 writing image sha256:5bd57e175df1d6e5df28ae37d8fb40ce6f6a3f36699a96aaf88e82b26c97ab04 done [2024-11-08T19:38:54.822Z] #110 naming to docker.io/library/security-spire-agent done [2024-11-08T19:38:54.822Z] #110 DONE 0.8s [2024-11-08T19:38:54.822Z] [2024-11-08T19:38:54.822Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:00.108Z] #114 ... [2024-11-08T19:39:00.108Z] [2024-11-08T19:39:00.108Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:32.361Z] #115 DONE 40.9s [2024-11-08T19:39:32.361Z] [2024-11-08T19:39:32.361Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:32.361Z] #114 DONE 38.5s [2024-11-08T19:39:32.361Z] [2024-11-08T19:39:32.361Z] #81 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:32.361Z] #81 DONE 41.3s [2024-11-08T19:39:32.361Z] [2024-11-08T19:39:32.361Z] #78 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:32.361Z] #78 DONE 42.1s [2024-11-08T19:39:32.361Z] [2024-11-08T19:39:32.361Z] #86 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:32.361Z] #86 DONE 40.8s [2024-11-08T19:39:32.361Z] [2024-11-08T19:39:32.361Z] #116 [core-keeper builder 7/8] COPY . . [2024-11-08T19:39:40.730Z] #116 DONE 9.1s [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:40.730Z] #117 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #118 [security-bootstrapper builder 6/7] COPY . . [2024-11-08T19:39:40.730Z] #118 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #119 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-11-08T19:39:40.730Z] #119 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #120 [security-proxy-auth builder 6/7] COPY . . [2024-11-08T19:39:40.730Z] #120 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #121 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:40.730Z] #121 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #122 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-11-08T19:39:40.730Z] #122 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #123 [core-command builder 6/7] COPY . . [2024-11-08T19:39:40.730Z] #123 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #124 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:40.730Z] #124 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #125 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-11-08T19:39:40.730Z] #125 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #126 [security-proxy-setup builder 6/7] COPY . . [2024-11-08T19:39:40.730Z] #126 DONE 9.1s [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #127 [support-notifications builder 6/7] COPY . . [2024-11-08T19:39:40.730Z] #127 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #128 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:40.730Z] #128 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #129 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-11-08T19:39:40.730Z] #129 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #130 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:40.730Z] #130 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #131 [security-secretstore-setup builder 6/7] COPY . . [2024-11-08T19:39:40.730Z] #131 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #132 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-11-08T19:39:40.730Z] #132 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #133 [security-spiffe-token-provider builder 6/7] COPY . . [2024-11-08T19:39:40.730Z] #133 DONE 9.1s [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:40.730Z] #134 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #135 [core-data builder 6/7] COPY . . [2024-11-08T19:39:40.730Z] #135 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #136 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-11-08T19:39:40.730Z] #136 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #137 [support-cron-scheduler builder 6/7] COPY . . [2024-11-08T19:39:40.730Z] #137 DONE 9.1s [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #138 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-11-08T19:39:40.730Z] #138 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #139 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-11-08T19:39:40.730Z] #139 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #140 [core-metadata builder 6/7] COPY . . [2024-11-08T19:39:40.730Z] #140 CACHED [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #141 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-11-08T19:39:40.730Z] #141 DONE 9.1s [2024-11-08T19:39:40.730Z] [2024-11-08T19:39:40.730Z] #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-11-08T19:39:40.730Z] #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 [2024-11-08T19:39:50.757Z] #142 ... [2024-11-08T19:39:50.757Z] [2024-11-08T19:39:50.757Z] #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-11-08T19:39:50.757Z] #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 [2024-11-08T19:39:50.757Z] #143 ... [2024-11-08T19:39:50.757Z] [2024-11-08T19:39:50.757Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-11-08T19:39:50.757Z] #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 [2024-11-08T19:39:50.757Z] #144 ... [2024-11-08T19:39:50.757Z] [2024-11-08T19:39:50.757Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-08T19:39:50.757Z] #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 [2024-11-08T19:39:50.757Z] #145 ... [2024-11-08T19:39:50.757Z] [2024-11-08T19:39:50.757Z] #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 [2024-11-08T19:39:50.757Z] #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 [2024-11-08T19:39:50.757Z] #146 ... [2024-11-08T19:39:50.757Z] [2024-11-08T19:39:50.757Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-11-08T19:39:50.757Z] #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 [2024-11-08T19:39:50.757Z] #147 ... [2024-11-08T19:39:50.757Z] [2024-11-08T19:39:50.757Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-11-08T19:39:50.757Z] #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 [2024-11-08T19:39:50.757Z] #148 ... [2024-11-08T19:39:50.757Z] [2024-11-08T19:39:50.758Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-11-08T19:39:50.758Z] #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 [2024-11-08T19:39:50.758Z] #149 ... [2024-11-08T19:39:50.758Z] [2024-11-08T19:39:50.758Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-11-08T19:39:50.758Z] #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 [2024-11-08T19:39:50.758Z] #150 ... [2024-11-08T19:39:50.758Z] [2024-11-08T19:39:50.758Z] #151 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-11-08T19:39:50.758Z] #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 [2024-11-08T19:39:50.758Z] #151 ... [2024-11-08T19:39:50.758Z] [2024-11-08T19:39:50.758Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-11-08T19:39:50.758Z] #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 [2024-11-08T19:39:51.016Z] #152 ... [2024-11-08T19:39:51.016Z] [2024-11-08T19:39:51.016Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-08T19:39:51.016Z] #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 [2024-11-08T19:40:58.764Z] #153 ... [2024-11-08T19:40:58.764Z] [2024-11-08T19:40:58.764Z] #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 [2024-11-08T19:40:58.764Z] #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 [2024-11-08T19:42:06.966Z] #146 DONE 137.3s [2024-11-08T19:42:06.966Z] [2024-11-08T19:42:06.966Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-11-08T19:42:06.966Z] #150 DONE 137.3s [2024-11-08T19:42:06.966Z] [2024-11-08T19:42:06.966Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-11-08T19:42:06.966Z] #144 DONE 137.3s [2024-11-08T19:42:06.966Z] [2024-11-08T19:42:06.966Z] #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-11-08T19:42:06.966Z] #143 ... [2024-11-08T19:42:06.966Z] [2024-11-08T19:42:06.966Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-11-08T19:42:06.966Z] #148 DONE 137.3s [2024-11-08T19:42:06.966Z] [2024-11-08T19:42:06.966Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-11-08T19:42:06.966Z] #149 DONE 137.3s [2024-11-08T19:42:06.966Z] [2024-11-08T19:42:06.966Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-11-08T19:42:06.966Z] #145 DONE 137.3s [2024-11-08T19:42:06.966Z] [2024-11-08T19:42:06.966Z] #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.966Z] #154 ... [2024-11-08T19:42:06.966Z] [2024-11-08T19:42:06.966Z] #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-11-08T19:42:06.966Z] #143 DONE 137.4s [2024-11-08T19:42:06.966Z] [2024-11-08T19:42:06.966Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-11-08T19:42:06.966Z] #153 DONE 137.5s [2024-11-08T19:42:06.966Z] [2024-11-08T19:42:06.966Z] #155 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.966Z] #155 ... [2024-11-08T19:42:06.966Z] [2024-11-08T19:42:06.966Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-11-08T19:42:06.966Z] #152 DONE 137.7s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-11-08T19:42:06.967Z] #142 DONE 137.8s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #151 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-11-08T19:42:06.967Z] #151 DONE 137.8s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-11-08T19:42:06.967Z] #147 DONE 137.8s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #156 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #156 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #157 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #157 DONE 0.8s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #158 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #158 DONE 0.5s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #159 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-11-08T19:42:06.967Z] #159 DONE 0.8s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #160 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #160 DONE 0.8s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #155 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #155 DONE 0.6s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #161 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #161 DONE 0.7s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #154 DONE 0.8s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #162 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #162 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #163 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #163 DONE 0.3s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #156 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #156 DONE 0.7s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #164 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #164 DONE 0.3s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #165 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #165 CACHED [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #166 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #166 CACHED [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #167 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #167 CACHED [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #168 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #168 CACHED [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #169 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #169 DONE 0.4s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #170 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #170 CACHED [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #171 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #171 CACHED [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #172 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #172 DONE 0.4s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #173 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #173 DONE 0.4s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #174 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #174 DONE 0.4s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #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 [2024-11-08T19:42:06.967Z] #175 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #162 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #162 DONE 0.4s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #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 [2024-11-08T19:42:06.967Z] #176 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #177 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-11-08T19:42:06.967Z] #177 DONE 2.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #178 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-11-08T19:42:06.967Z] #178 DONE 1.9s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #179 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-11-08T19:42:06.967Z] #179 DONE 1.9s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #180 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #180 DONE 2.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #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 [2024-11-08T19:42:06.967Z] #175 DONE 1.9s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #181 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-11-08T19:42:06.967Z] #181 DONE 2.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #182 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-11-08T19:42:06.967Z] #182 DONE 2.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #183 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-11-08T19:42:06.967Z] #183 DONE 2.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #184 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-11-08T19:42:06.967Z] #184 DONE 1.9s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #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 [2024-11-08T19:42:06.967Z] #176 DONE 1.9s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #185 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-11-08T19:42:06.967Z] #185 DONE 2.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #186 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-11-08T19:42:06.967Z] #186 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #187 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-11-08T19:42:06.967Z] #187 DONE 0.9s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #188 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-11-08T19:42:06.967Z] #188 DONE 3.3s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #189 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-11-08T19:42:06.967Z] #189 DONE 1.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #190 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-11-08T19:42:06.967Z] #190 DONE 1.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #191 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-11-08T19:42:06.967Z] #191 DONE 1.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #192 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-11-08T19:42:06.967Z] #192 DONE 1.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #193 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-11-08T19:42:06.967Z] #193 DONE 1.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #186 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-11-08T19:42:06.967Z] #186 DONE 1.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #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 [2024-11-08T19:42:06.967Z] #194 DONE 1.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #195 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-11-08T19:42:06.967Z] #195 DONE 1.1s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #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 [2024-11-08T19:42:06.967Z] #196 DONE 1.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #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 [2024-11-08T19:42:06.967Z] #197 DONE 0.9s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #110 [security-spiffe-token-provider] exporting to image [2024-11-08T19:42:06.967Z] #110 exporting layers [2024-11-08T19:42:06.967Z] #110 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #198 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-11-08T19:42:06.967Z] #198 DONE 0.6s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #199 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-11-08T19:42:06.967Z] #199 DONE 0.6s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #200 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-11-08T19:42:06.967Z] #200 DONE 0.6s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #201 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-11-08T19:42:06.967Z] #201 DONE 0.6s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #110 [core-data] exporting to image [2024-11-08T19:42:06.967Z] #110 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #202 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-11-08T19:42:06.967Z] #202 DONE 0.6s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #203 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-11-08T19:42:06.967Z] #203 DONE 0.5s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #204 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-11-08T19:42:06.967Z] #204 DONE 0.6s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #205 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-11-08T19:42:06.967Z] #205 DONE 0.6s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #206 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-11-08T19:42:06.967Z] #206 DONE 0.5s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #207 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-11-08T19:42:06.967Z] #207 DONE 0.6s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #110 [support-cron-scheduler] exporting to image [2024-11-08T19:42:06.967Z] #110 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #208 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-11-08T19:42:06.967Z] #208 DONE 0.2s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #209 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-11-08T19:42:06.967Z] #209 DONE 0.2s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #110 [support-cron-scheduler] exporting to image [2024-11-08T19:42:06.967Z] #110 writing image sha256:85a512c5d5b9dce53c3ec83879985c9f448b8f8bc3548f5a0037be492bc0479f [2024-11-08T19:42:06.967Z] #110 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #210 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-11-08T19:42:06.967Z] #210 DONE 0.4s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #211 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-11-08T19:42:06.967Z] #211 DONE 0.3s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #110 [core-keeper] exporting to image [2024-11-08T19:42:06.967Z] #110 exporting layers 0.5s done [2024-11-08T19:42:06.967Z] #110 writing image sha256:85a512c5d5b9dce53c3ec83879985c9f448b8f8bc3548f5a0037be492bc0479f 0.0s done [2024-11-08T19:42:06.967Z] #110 writing image sha256:340af425c45e76e4bb1073b0e105fc50a6374c6052075b6e4ed352b1c727974c 0.1s done [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/security-spiffe-token-provider done [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/core-command done [2024-11-08T19:42:06.967Z] #110 writing image sha256:30d9e853157307988c7a203e92ccfd49e6226189ccb2ac4cf0bfa0b78aa4c4b0 done [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/core-keeper done [2024-11-08T19:42:06.967Z] #110 exporting layers 0.7s done [2024-11-08T19:42:06.967Z] #110 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #212 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-11-08T19:42:06.967Z] #212 DONE 0.3s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #213 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-11-08T19:42:06.967Z] #213 DONE 0.3s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #110 [support-notifications] exporting to image [2024-11-08T19:42:06.967Z] #110 exporting layers 0.3s done [2024-11-08T19:42:06.967Z] #110 writing image sha256:6aeb4c5982298a0fd1c3ae09d0e10013608ccbc17b44c09f74d543abb5bf4e0a 0.0s done [2024-11-08T19:42:06.967Z] #110 writing image sha256:b4077480ecdf5c96abbe80cea36d31248bc9932ca9e66ae42f2e854688fc0d98 0.0s done [2024-11-08T19:42:06.967Z] #110 writing image sha256:e77382ac47c8de983ea78c25710ac149486784bf44055b386c59bacaeeefb229 0.0s done [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/core-data done [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/support-cron-scheduler done [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/support-notifications done [2024-11-08T19:42:06.967Z] #110 writing image sha256:e63d5bb871940f5f7a90dd78cb37a7c30e10346e07abc240dc2a5c4617060268 [2024-11-08T19:42:06.967Z] #110 writing image sha256:e63d5bb871940f5f7a90dd78cb37a7c30e10346e07abc240dc2a5c4617060268 done [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/core-metadata 0.0s done [2024-11-08T19:42:06.967Z] #110 DONE 2.3s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #214 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-11-08T19:42:06.967Z] #214 DONE 0.1s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #215 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-11-08T19:42:06.967Z] #215 DONE 0.1s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #216 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-08T19:42:06.967Z] #216 DONE 0.9s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #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/ [2024-11-08T19:42:06.967Z] #217 DONE 0.1s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #218 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-08T19:42:06.967Z] #218 DONE 0.6s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #110 [security-proxy-setup] exporting to image [2024-11-08T19:42:06.967Z] #110 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #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/ [2024-11-08T19:42:06.967Z] #219 DONE 0.1s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #220 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-08T19:42:06.967Z] #220 DONE 1.0s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #110 [security-proxy-auth] exporting to image [2024-11-08T19:42:06.967Z] #110 exporting layers 0.2s done [2024-11-08T19:42:06.967Z] #110 writing image sha256:38acbcd8e60d98ae1cd2164605124d80c14f11c79789277bf391b3f77bdfc866 0.0s done [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/core-common-config-bootstrapper [2024-11-08T19:42:06.967Z] #110 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #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/ [2024-11-08T19:42:06.967Z] #221 DONE 0.1s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #222 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-11-08T19:42:06.967Z] #222 DONE 0.1s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #110 [core-common-config-bootstrapper] exporting to image [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/core-common-config-bootstrapper done [2024-11-08T19:42:06.967Z] #110 exporting layers 0.4s done [2024-11-08T19:42:06.967Z] #110 writing image sha256:142bfd9b00058f64d5bd1ecd83aaddc53498c599b55727bde18d20176ba77d7f done [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/security-proxy-auth done [2024-11-08T19:42:06.967Z] #110 writing image sha256:b7ab08025a1c4c7ab0c4c29a4d528f82457a0ce56c151b0cce7f5248b23cad2c done [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/security-proxy-setup done [2024-11-08T19:42:06.967Z] #110 DONE 2.7s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #223 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-11-08T19:42:06.967Z] #223 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #224 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-11-08T19:42:06.967Z] #224 DONE 0.6s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #110 [security-secretstore-setup] exporting to image [2024-11-08T19:42:06.967Z] #110 exporting layers 0.2s done [2024-11-08T19:42:06.967Z] #110 writing image sha256:7ac490b5c1e0d97ed9cdb84da327558b754480ecd76352d2ca3f6341e107379e done [2024-11-08T19:42:06.967Z] #110 naming to docker.io/library/security-secretstore-setup done [2024-11-08T19:42:06.967Z] #110 DONE 2.9s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-08T19:42:06.967Z] #56 ... [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #223 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-11-08T19:42:06.967Z] #223 DONE 0.5s [2024-11-08T19:42:06.967Z] [2024-11-08T19:42:06.967Z] #110 [security-bootstrapper] exporting to image [2024-11-08T19:42:06.968Z] #110 exporting layers 0.2s done [2024-11-08T19:42:06.968Z] #110 writing image sha256:dc6c6b743e60e2e099018a1231563d6a07b1a28f39cdc4723e65bca2bc1afbb8 done [2024-11-08T19:42:06.968Z] #110 naming to docker.io/library/security-bootstrapper done [2024-11-08T19:42:06.968Z] #110 DONE 3.1s [2024-11-08T19:42:06.968Z] [2024-11-08T19:42:06.968Z] #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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" [2024-11-08T19:42:06.968Z] 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] } [2024-11-08T19:42:07.004Z] $ docker stop --time=1 27245a6348c9aae22bdd32e217c9db54fdeab9ffd7179abd72c67147ba5232a8 [2024-11-08T19:42:08.244Z] $ docker rm -f --volumes 27245a6348c9aae22bdd32e217c9db54fdeab9ffd7179abd72c67147ba5232a8 [Pipeline] // withDockerContainer [Pipeline] sh [2024-11-08T19:42:08.669Z] + docker images [2024-11-08T19:42:08.669Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-11-08T19:42:08.669Z] security-bootstrapper latest dc6c6b743e60 5 seconds ago 26MB [2024-11-08T19:42:08.669Z] security-secretstore-setup latest 7ac490b5c1e0 6 seconds ago 46.9MB [2024-11-08T19:42:08.669Z] security-proxy-setup latest b7ab08025a1c 6 seconds ago 35MB [2024-11-08T19:42:08.669Z] core-common-config-bootstrapper latest 38acbcd8e60d 6 seconds ago 22.8MB [2024-11-08T19:42:08.669Z] security-proxy-auth latest 142bfd9b0005 6 seconds ago 32.2MB [2024-11-08T19:42:08.669Z] support-notifications latest 6aeb4c598229 7 seconds ago 52MB [2024-11-08T19:42:08.669Z] core-data latest e77382ac47c8 7 seconds ago 37.4MB [2024-11-08T19:42:08.669Z] core-metadata latest e63d5bb87194 7 seconds ago 37.6MB [2024-11-08T19:42:08.669Z] support-cron-scheduler latest b4077480ecdf 7 seconds ago 52.9MB [2024-11-08T19:42:08.669Z] core-keeper latest 30d9e8531573 7 seconds ago 31.3MB [2024-11-08T19:42:08.669Z] security-spiffe-token-provider latest 85a512c5d5b9 8 seconds ago 38.5MB [2024-11-08T19:42:08.669Z] core-command latest 340af425c45e 8 seconds ago 33.2MB [2024-11-08T19:42:08.669Z] security-spire-agent latest 5bd57e175df1 3 minutes ago 188MB [2024-11-08T19:42:08.669Z] security-spire-server latest fd6c686783e8 3 minutes ago 128MB [2024-11-08T19:42:08.669Z] security-spire-config latest 18a6522eff7a 3 minutes ago 127MB [2024-11-08T19:42:08.669Z] ci-base-image-x86_64 latest 55ec6ff7b78e 7 minutes ago 975MB [2024-11-08T19:42:08.669Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 5 weeks ago 573MB [2024-11-08T19:42:08.669Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 17 months ago 334MB [2024-11-08T19:42:08.669Z] 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 [2024-11-08T19:42:09.864Z] provisioning config files... [2024-11-08T19:42:09.871Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9258199836170907251tmp [Pipeline] { [Pipeline] sh [2024-11-08T19:42:10.235Z] + set +x [2024-11-08T19:42:10.235Z] + bash -s -- [2024-11-08T19:42:10.235Z] + curl -s https://codecov.io/bash [2024-11-08T19:42:10.235Z] [2024-11-08T19:42:10.235Z] _____ _ [2024-11-08T19:42:10.235Z] / ____| | | [2024-11-08T19:42:10.235Z] | | ___ __| | ___ ___ _____ __ [2024-11-08T19:42:10.235Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-11-08T19:42:10.235Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-11-08T19:42:10.235Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-11-08T19:42:10.235Z] Bash-1.0.6 [2024-11-08T19:42:10.235Z] [2024-11-08T19:42:10.235Z] [2024-11-08T19:42:10.235Z] ==> git version 2.25.1 found [2024-11-08T19:42:10.235Z] ==> 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 [2024-11-08T19:42:10.235Z] Release-Date: 2020-01-08 [2024-11-08T19:42:10.235Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-11-08T19:42:10.235Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-11-08T19:42:10.235Z] ==> Jenkins CI detected. [2024-11-08T19:42:10.235Z] current dir:  /w/workspace/edgex-go/1 [2024-11-08T19:42:10.235Z] project root: . [2024-11-08T19:42:10.235Z] --> token set from env [2024-11-08T19:42:10.235Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-11-08T19:42:10.235Z] ==> Running gcov in . (disable via -X gcov) [2024-11-08T19:42:10.235Z] ==> Python coveragepy not found [2024-11-08T19:42:10.235Z] ==> Searching for coverage reports in: [2024-11-08T19:42:10.235Z] + . [2024-11-08T19:42:10.235Z] -> Found 1 reports [2024-11-08T19:42:10.235Z] ==> Detecting git/mercurial file structure [2024-11-08T19:42:10.235Z] ==> Reading reports [2024-11-08T19:42:10.235Z] + ./coverage.out bytes=1434023 [2024-11-08T19:42:10.495Z] ==> Appending adjustments [2024-11-08T19:42:10.495Z] https://docs.codecov.io/docs/fixing-reports [2024-11-08T19:42:11.876Z] + Found adjustments [2024-11-08T19:42:11.876Z] ==> Gzipping contents [2024-11-08T19:42:11.876Z] 124K /tmp/codecov.OBXJP9.gz [2024-11-08T19:42:11.876Z] ==> Uploading reports [2024-11-08T19:42:11.876Z] url: https://codecov.io [2024-11-08T19:42:11.876Z] 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= [2024-11-08T19:42:11.876Z] -> Pinging Codecov [2024-11-08T19:42:11.876Z] 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= [2024-11-08T19:42:11.876Z] -> Uploading to [2024-11-08T19:42:11.876Z] 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 [2024-11-08T19:42:11.876Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-11-08T19:42:11.876Z] Dload Upload Total Spent Left Speed [2024-11-08T19:42:12.136Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 121k 0 0 100 121k 0 417k --:--:-- --:--:-- --:--:-- 417k [2024-11-08T19:42:12.136Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/14b384a0e6f26aed37d5556c1f8fdd8aab3db148 [Pipeline] } [2024-11-08T19:42:12.167Z] 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 [2024-11-08T19:42:13.798Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-11-08T19:42:14.139Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-08T19:42:15.044Z] ---> package-listing.sh [2024-11-08T19:42:15.044Z] ++ facter osfamily [2024-11-08T19:42:15.044Z] ++ tr '[:upper:]' '[:lower:]' [2024-11-08T19:42:15.304Z] + OS_FAMILY=debian [2024-11-08T19:42:15.304Z] + workspace=/w/workspace/edgex-go/1 [2024-11-08T19:42:15.304Z] + START_PACKAGES=/tmp/packages_start.txt [2024-11-08T19:42:15.304Z] + END_PACKAGES=/tmp/packages_end.txt [2024-11-08T19:42:15.304Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-11-08T19:42:15.304Z] + PACKAGES=/tmp/packages_start.txt [2024-11-08T19:42:15.304Z] + '[' /w/workspace/edgex-go/1 ']' [2024-11-08T19:42:15.304Z] + PACKAGES=/tmp/packages_end.txt [2024-11-08T19:42:15.304Z] + case "${OS_FAMILY}" in [2024-11-08T19:42:15.304Z] + dpkg -l [2024-11-08T19:42:15.304Z] + grep '^ii' [2024-11-08T19:42:15.304Z] + '[' -f /tmp/packages_start.txt ']' [2024-11-08T19:42:15.304Z] + '[' -f /tmp/packages_end.txt ']' [2024-11-08T19:42:15.304Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-11-08T19:42:15.304Z] + '[' /w/workspace/edgex-go/1 ']' [2024-11-08T19:42:15.304Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-11-08T19:42:15.304Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-11-08T19:42:15.343Z] 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 [2024-11-08T19:42:15.643Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T19:42:16.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-08T19:42:16.283Z] [2024-11-08T19:42:16.283Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-11-08T19:42:16.686Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-08T19:42:16.686Z] latest: Pulling from edgex-lftools-log-publisher [2024-11-08T19:42:16.686Z] 5eb5b503b376: Pulling fs layer [2024-11-08T19:42:16.686Z] 5c69ac0246d0: Pulling fs layer [2024-11-08T19:42:16.686Z] ec43610c2a17: Pulling fs layer [2024-11-08T19:42:16.686Z] 3a2ae6a8a46f: Pulling fs layer [2024-11-08T19:42:16.686Z] 33b1e0a273af: Pulling fs layer [2024-11-08T19:42:16.686Z] 5d3b04190fa2: Pulling fs layer [2024-11-08T19:42:16.686Z] 2f39f015ded8: Pulling fs layer [2024-11-08T19:42:16.686Z] 3a2ae6a8a46f: Waiting [2024-11-08T19:42:16.686Z] 33b1e0a273af: Waiting [2024-11-08T19:42:16.686Z] 5d3b04190fa2: Waiting [2024-11-08T19:42:16.686Z] 2f39f015ded8: Waiting [2024-11-08T19:42:16.686Z] 5c69ac0246d0: Download complete [2024-11-08T19:42:16.686Z] 3a2ae6a8a46f: Download complete [2024-11-08T19:42:16.686Z] 33b1e0a273af: Verifying Checksum [2024-11-08T19:42:16.686Z] 33b1e0a273af: Download complete [2024-11-08T19:42:16.686Z] 5d3b04190fa2: Download complete [2024-11-08T19:42:16.686Z] ec43610c2a17: Verifying Checksum [2024-11-08T19:42:16.686Z] ec43610c2a17: Download complete [2024-11-08T19:42:16.946Z] 5eb5b503b376: Verifying Checksum [2024-11-08T19:42:16.946Z] 5eb5b503b376: Download complete [2024-11-08T19:42:17.512Z] 2f39f015ded8: Download complete [2024-11-08T19:42:18.094Z] 5eb5b503b376: Pull complete [2024-11-08T19:42:18.352Z] 5c69ac0246d0: Pull complete [2024-11-08T19:42:18.610Z] ec43610c2a17: Pull complete [2024-11-08T19:42:18.610Z] 3a2ae6a8a46f: Pull complete [2024-11-08T19:42:18.870Z] 33b1e0a273af: Pull complete [2024-11-08T19:42:18.870Z] 5d3b04190fa2: Pull complete [2024-11-08T19:42:23.058Z] 2f39f015ded8: Pull complete [2024-11-08T19:42:23.058Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-11-08T19:42:23.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-11-08T19:42:23.058Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-11-08T19:42:23.300Z] prd-ubuntu20.04-docker-8c-8g-25961 does not seem to be running inside a container [2024-11-08T19:42:23.325Z] $ 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 [2024-11-08T19:42:27.382Z] $ docker top a23be5759dad08430ee1e901e60df51d8464582197181f19bc7eb764ae36a9cf -eo pid,comm [Pipeline] { [Pipeline] sh [2024-11-08T19:42:27.802Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-11-08T19:42:28.123Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-11-08T19:42:28.442Z] + ls /var/log/sa-host [2024-11-08T19:42:28.442Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-11-08T19:42:28.596Z] provisioning config files... [2024-11-08T19:42:28.605Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config16198675583609755714tmp [Pipeline] { [Pipeline] echo [2024-11-08T19:42:28.668Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-08T19:42:28.999Z] ---> create-netrc.sh [Pipeline] } [2024-11-08T19:42:29.029Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-11-08T19:42:29.440Z] ---> python-tools-install.sh [Pipeline] echo [2024-11-08T19:42:29.479Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-08T19:42:29.807Z] ---> sudo-logs.sh [2024-11-08T19:42:29.807Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-11-08T19:42:29.906Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-08T19:42:30.229Z] ---> job-cost.sh [2024-11-08T19:42:30.229Z] lf-activate-venv: SKIPPING [2024-11-08T19:42:30.229Z] INFO: No Stack... [2024-11-08T19:42:30.800Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-11-08T19:42:31.059Z] INFO: Archiving Costs [Pipeline] echo [2024-11-08T19:42:31.100Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-11-08T19:42:31.422Z] ---> logs-deploy.sh [2024-11-08T19:42:31.422Z] lf-activate-venv: SKIPPING [2024-11-08T19:42:31.422Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-5001/1 [2024-11-08T19:42:31.422Z] INFO: archiving workspace using pattern(s): [2024-11-08T19:42:32.359Z] Archives upload complete. [2024-11-08T19:42:32.618Z] INFO: archiving logs to Nexus [2024-11-08T19:42:33.186Z] ---> uname -a: [2024-11-08T19:42:33.186Z] 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 [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] ---> lscpu: [2024-11-08T19:42:33.186Z] Architecture: x86_64 [2024-11-08T19:42:33.186Z] CPU op-mode(s): 32-bit, 64-bit [2024-11-08T19:42:33.186Z] Byte Order: Little Endian [2024-11-08T19:42:33.186Z] Address sizes: 40 bits physical, 48 bits virtual [2024-11-08T19:42:33.186Z] CPU(s): 8 [2024-11-08T19:42:33.186Z] On-line CPU(s) list: 0-7 [2024-11-08T19:42:33.186Z] Thread(s) per core: 1 [2024-11-08T19:42:33.186Z] Core(s) per socket: 1 [2024-11-08T19:42:33.186Z] Socket(s): 8 [2024-11-08T19:42:33.186Z] NUMA node(s): 1 [2024-11-08T19:42:33.186Z] Vendor ID: AuthenticAMD [2024-11-08T19:42:33.186Z] CPU family: 23 [2024-11-08T19:42:33.186Z] Model: 49 [2024-11-08T19:42:33.186Z] Model name: AMD EPYC-Rome Processor [2024-11-08T19:42:33.186Z] Stepping: 0 [2024-11-08T19:42:33.186Z] CPU MHz: 2799.998 [2024-11-08T19:42:33.186Z] BogoMIPS: 5599.99 [2024-11-08T19:42:33.186Z] Virtualization: AMD-V [2024-11-08T19:42:33.186Z] Hypervisor vendor: KVM [2024-11-08T19:42:33.186Z] Virtualization type: full [2024-11-08T19:42:33.186Z] L1d cache: 256 KiB [2024-11-08T19:42:33.186Z] L1i cache: 256 KiB [2024-11-08T19:42:33.186Z] L2 cache: 4 MiB [2024-11-08T19:42:33.186Z] L3 cache: 128 MiB [2024-11-08T19:42:33.186Z] NUMA node0 CPU(s): 0-7 [2024-11-08T19:42:33.186Z] Vulnerability Itlb multihit: Not affected [2024-11-08T19:42:33.186Z] Vulnerability L1tf: Not affected [2024-11-08T19:42:33.186Z] Vulnerability Mds: Not affected [2024-11-08T19:42:33.186Z] Vulnerability Meltdown: Not affected [2024-11-08T19:42:33.186Z] Vulnerability Mmio stale data: Not affected [2024-11-08T19:42:33.186Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-11-08T19:42:33.186Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-11-08T19:42:33.186Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-11-08T19:42:33.186Z] Vulnerability Srbds: Not affected [2024-11-08T19:42:33.186Z] Vulnerability Tsx async abort: Not affected [2024-11-08T19:42:33.186Z] 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 [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] ---> nproc: [2024-11-08T19:42:33.186Z] 8 [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] ---> df -h: [2024-11-08T19:42:33.186Z] Filesystem Size Used Avail Use% Mounted on [2024-11-08T19:42:33.186Z] overlay 155G 26G 130G 17% / [2024-11-08T19:42:33.186Z] tmpfs 64M 0 64M 0% /dev [2024-11-08T19:42:33.186Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-11-08T19:42:33.186Z] shm 64M 0 64M 0% /dev/shm [2024-11-08T19:42:33.186Z] /dev/vda1 155G 26G 130G 17% /facter-os [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] ---> sar -b -r -n DEV: [2024-11-08T19:42:33.186Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-25961) 11/08/24 _x86_64_ (8 CPU) [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] 19:33:15 LINUX RESTART (8 CPU) [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] 19:34:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-11-08T19:42:33.186Z] 19:35:01 187.72 10.84 176.87 0.00 1742.46 104549.64 0.00 [2024-11-08T19:42:33.186Z] 19:36:01 73.14 0.03 73.10 0.00 4.40 32325.15 0.00 [2024-11-08T19:42:33.186Z] 19:37:01 35.04 0.07 34.97 0.00 0.53 20991.42 0.00 [2024-11-08T19:42:33.186Z] 19:38:01 50.07 0.10 49.98 0.00 2.00 40744.14 0.00 [2024-11-08T19:42:33.186Z] 19:39:01 682.95 19.92 663.03 0.00 3558.39 224817.15 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 531.79 3.26 528.52 0.00 26.22 171100.79 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 255.52 0.02 255.51 0.00 0.14 82183.80 0.00 [2024-11-08T19:42:33.186Z] 19:42:01 637.04 0.02 637.03 0.00 0.13 146549.10 0.00 [2024-11-08T19:42:33.186Z] Average: 307.49 4.28 303.21 0.00 665.96 103092.45 0.00 [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] 19:34:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-11-08T19:42:33.186Z] 19:35:01 27660964 31534248 781976 2.38 123804 3903828 1871016 5.51 1267672 3447768 470712 [2024-11-08T19:42:33.186Z] 19:36:01 27148424 31460260 847704 2.58 127996 4307828 2020840 5.96 1844320 3345324 593600 [2024-11-08T19:42:33.186Z] 19:37:01 26050276 30401244 1904732 5.79 132396 4319136 2920688 8.61 2442260 3822844 493332 [2024-11-08T19:42:33.186Z] 19:38:01 27863200 31521424 791448 2.41 135300 3688988 2027740 5.98 1322940 3196868 159540 [2024-11-08T19:42:33.186Z] 19:39:01 19742436 31120036 1136976 3.46 245128 10836360 3583636 10.56 2670884 9434528 1078948 [2024-11-08T19:42:33.186Z] 19:40:02 12097136 28599452 3605804 10.97 340316 15463928 10569304 31.15 5842040 13428880 911248 [2024-11-08T19:42:33.186Z] 19:41:01 9629700 28634004 3579644 10.89 356672 17857156 8692468 25.62 6825768 14838376 1257924 [2024-11-08T19:42:33.186Z] 19:42:01 11964768 31365352 899360 2.74 367316 18374972 2489604 7.34 3076880 16459408 188 [2024-11-08T19:42:33.186Z] Average: 20269613 30579502 1693456 5.15 228616 9844024 4271912 12.59 3161596 8496750 620686 [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] 19:34:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-11-08T19:42:33.186Z] 19:35:01 lo 4.47 4.47 0.44 0.44 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:35:01 ens3 1010.56 939.75 9918.42 103.02 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:35:01 docker0 801.51 795.31 60.93 4973.70 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:36:01 veth33ce238 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:36:01 ens3 31.69 20.00 29.82 12.70 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:36:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:37:01 veth33ce238 1.37 1.38 0.12 0.12 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:37:01 ens3 31.52 21.96 28.41 12.84 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:37:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:38:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:38:01 ens3 92.70 57.91 2212.52 16.33 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:39:01 lo 0.66 0.66 0.07 0.07 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:39:01 ens3 740.94 460.72 8638.15 191.46 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:39:01 veth0974a7c 72.75 115.90 7.76 1211.84 0.00 0.00 0.00 0.10 [2024-11-08T19:42:33.186Z] 19:39:01 veth039f6b8 40.53 57.61 4.23 430.58 0.00 0.00 0.00 0.04 [2024-11-08T19:42:33.186Z] 19:39:01 veth55162b7 0.66 1.43 0.06 0.28 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:39:01 veth9b6a386 27.28 36.47 2.74 213.11 0.00 0.00 0.00 0.02 [2024-11-08T19:42:33.186Z] 19:39:01 veth8267bb9 71.57 115.97 7.58 1208.80 0.00 0.00 0.00 0.10 [2024-11-08T19:42:33.186Z] 19:39:01 docker0 366.45 590.74 31.16 6376.25 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:39:01 vethcf6af45 71.09 108.49 7.67 1208.54 0.00 0.00 0.00 0.10 [2024-11-08T19:42:33.186Z] 19:40:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 vethe2ed548 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 veth277c804 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 ens3 168.48 90.37 1801.31 14.98 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 veth6cb3516 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 veth27578b1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 veth2e2bfc4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 vethff6b20a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 veth55162b7 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 vethee48cec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 docker0 80.75 154.31 7.47 1790.08 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 veth444e9e5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 veth028491e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 veth0d48e55 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 vethd0bc73d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:40:02 veth82d58ff 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 vethe2ed548 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 veth277c804 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 ens3 4.32 2.69 3.48 1.88 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 veth6cb3516 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 veth27578b1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 veth2e2bfc4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 vethff6b20a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 veth55162b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 vethee48cec 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 veth444e9e5 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 veth028491e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 veth0d48e55 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 vethd0bc73d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 veth82d58ff 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:42:01 veth411e7ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:42:01 ens3 4.63 2.33 3.63 1.92 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:42:01 veth99d0307 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:42:01 veth55162b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:42:01 veth33c556d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] 19:42:01 vethd33deca 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] Average: lo 0.84 0.84 0.08 0.08 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] Average: veth411e7ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] Average: ens3 259.60 198.26 2820.96 44.36 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] Average: veth99d0307 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] Average: veth55162b7 0.10 0.20 0.01 0.04 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] Average: veth33c556d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] Average: docker0 155.20 191.95 12.38 1640.79 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] Average: vethd33deca 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] ---> sar -P ALL: [2024-11-08T19:42:33.186Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-25961) 11/08/24 _x86_64_ (8 CPU) [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] 19:33:15 LINUX RESTART (8 CPU) [2024-11-08T19:42:33.186Z] [2024-11-08T19:42:33.186Z] 19:34:02 CPU %user %nice %system %iowait %steal %idle [2024-11-08T19:42:33.186Z] 19:35:01 all 9.72 0.00 4.51 3.50 0.06 82.21 [2024-11-08T19:42:33.186Z] 19:35:01 0 10.53 0.00 5.97 0.65 0.07 82.78 [2024-11-08T19:42:33.186Z] 19:35:01 1 7.84 0.00 4.68 0.72 0.05 86.71 [2024-11-08T19:42:33.186Z] 19:35:01 2 10.83 0.00 3.90 0.12 0.07 85.08 [2024-11-08T19:42:33.186Z] 19:35:01 3 13.64 0.00 4.61 2.09 0.05 79.61 [2024-11-08T19:42:33.186Z] 19:35:01 4 9.15 0.00 3.78 4.90 0.07 82.10 [2024-11-08T19:42:33.186Z] 19:35:01 5 7.68 0.00 5.29 19.45 0.05 67.53 [2024-11-08T19:42:33.186Z] 19:35:01 6 8.69 0.00 3.95 0.10 0.05 87.21 [2024-11-08T19:42:33.186Z] 19:35:01 7 9.39 0.00 3.93 0.09 0.07 86.53 [2024-11-08T19:42:33.186Z] 19:36:01 all 36.29 0.00 6.00 1.95 0.08 55.68 [2024-11-08T19:42:33.186Z] 19:36:01 0 38.32 0.00 6.84 0.45 0.08 54.30 [2024-11-08T19:42:33.186Z] 19:36:01 1 35.74 0.00 5.56 0.12 0.08 58.50 [2024-11-08T19:42:33.186Z] 19:36:01 2 35.26 0.00 5.47 5.85 0.07 53.35 [2024-11-08T19:42:33.186Z] 19:36:01 3 35.17 0.00 5.68 0.22 0.08 58.85 [2024-11-08T19:42:33.186Z] 19:36:01 4 37.58 0.00 6.20 0.18 0.08 55.95 [2024-11-08T19:42:33.186Z] 19:36:01 5 37.23 0.00 6.19 8.42 0.08 48.08 [2024-11-08T19:42:33.186Z] 19:36:01 6 35.00 0.00 5.60 0.12 0.08 59.20 [2024-11-08T19:42:33.186Z] 19:36:01 7 36.03 0.00 6.49 0.20 0.08 57.20 [2024-11-08T19:42:33.186Z] 19:37:01 all 47.47 0.00 5.90 0.91 0.09 45.63 [2024-11-08T19:42:33.186Z] 19:37:01 0 47.65 0.00 6.06 0.08 0.08 46.12 [2024-11-08T19:42:33.186Z] 19:37:01 1 49.63 0.00 5.43 0.12 0.08 44.73 [2024-11-08T19:42:33.186Z] 19:37:01 2 43.88 0.00 5.37 3.94 0.08 46.73 [2024-11-08T19:42:33.186Z] 19:37:01 3 46.13 0.00 6.01 0.08 0.08 47.69 [2024-11-08T19:42:33.186Z] 19:37:01 4 48.97 0.00 5.77 0.07 0.08 45.11 [2024-11-08T19:42:33.186Z] 19:37:01 5 47.46 0.00 6.04 2.56 0.10 43.84 [2024-11-08T19:42:33.186Z] 19:37:01 6 49.49 0.00 6.15 0.42 0.08 43.86 [2024-11-08T19:42:33.186Z] 19:37:01 7 46.58 0.00 6.35 0.00 0.08 46.98 [2024-11-08T19:42:33.186Z] 19:38:01 all 37.47 0.00 6.70 2.16 0.10 53.58 [2024-11-08T19:42:33.186Z] 19:38:01 0 39.34 0.00 6.29 7.75 0.08 46.53 [2024-11-08T19:42:33.186Z] 19:38:01 1 37.08 0.00 6.50 3.53 0.10 52.79 [2024-11-08T19:42:33.186Z] 19:38:01 2 32.44 0.00 5.63 0.66 0.10 61.17 [2024-11-08T19:42:33.186Z] 19:38:01 3 41.51 0.00 6.66 0.08 0.08 51.66 [2024-11-08T19:42:33.186Z] 19:38:01 4 39.03 0.00 6.60 0.68 0.10 53.59 [2024-11-08T19:42:33.186Z] 19:38:01 5 36.46 0.00 8.21 2.61 0.10 52.62 [2024-11-08T19:42:33.186Z] 19:38:01 6 36.50 0.00 6.72 1.95 0.08 54.74 [2024-11-08T19:42:33.186Z] 19:38:01 7 37.37 0.00 7.01 0.00 0.12 55.51 [2024-11-08T19:42:33.186Z] 19:39:01 all 22.16 0.00 8.59 21.69 0.10 47.46 [2024-11-08T19:42:33.186Z] 19:39:01 0 23.05 0.00 8.88 28.60 0.10 39.36 [2024-11-08T19:42:33.186Z] 19:39:01 1 22.64 0.00 8.20 22.93 0.10 46.12 [2024-11-08T19:42:33.186Z] 19:39:01 2 20.78 0.00 7.04 23.42 0.08 48.68 [2024-11-08T19:42:33.186Z] 19:39:01 3 21.96 0.00 9.69 32.38 0.10 35.86 [2024-11-08T19:42:33.186Z] 19:39:01 4 22.66 0.00 8.24 24.00 0.07 45.03 [2024-11-08T19:42:33.186Z] 19:39:01 5 21.19 0.00 8.90 17.41 0.12 52.38 [2024-11-08T19:42:33.186Z] 19:39:01 6 23.04 0.00 9.20 13.92 0.12 53.71 [2024-11-08T19:42:33.186Z] 19:39:01 7 21.96 0.00 8.54 10.84 0.14 58.53 [2024-11-08T19:42:33.186Z] 19:40:02 all 33.94 0.00 7.19 11.20 0.10 47.57 [2024-11-08T19:42:33.186Z] 19:40:02 0 34.27 0.00 9.98 52.39 0.12 3.24 [2024-11-08T19:42:33.186Z] 19:40:02 1 34.06 0.00 7.36 9.19 0.12 49.27 [2024-11-08T19:42:33.186Z] 19:40:02 2 33.14 0.00 5.99 3.98 0.07 56.82 [2024-11-08T19:42:33.186Z] 19:40:02 3 33.09 0.00 6.65 3.37 0.08 56.81 [2024-11-08T19:42:33.186Z] 19:40:02 4 34.53 0.00 6.89 5.48 0.17 52.95 [2024-11-08T19:42:33.186Z] 19:40:02 5 34.33 0.00 6.80 5.74 0.10 53.04 [2024-11-08T19:42:33.186Z] 19:40:02 6 33.95 0.00 7.33 7.21 0.08 51.43 [2024-11-08T19:42:33.186Z] 19:40:02 7 34.14 0.00 6.54 2.51 0.08 56.72 [2024-11-08T19:42:33.186Z] 19:41:01 all 88.77 0.00 11.08 0.00 0.15 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 0 88.80 0.00 11.06 0.00 0.14 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 1 89.67 0.00 10.19 0.00 0.14 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 2 87.99 0.00 11.83 0.00 0.17 0.00 [2024-11-08T19:42:33.186Z] 19:41:01 3 87.35 0.00 12.49 0.00 0.16 0.00 [2024-11-08T19:42:33.187Z] 19:41:01 4 88.65 0.00 11.22 0.00 0.14 0.00 [2024-11-08T19:42:33.187Z] 19:41:01 5 88.91 0.00 10.96 0.00 0.14 0.00 [2024-11-08T19:42:33.187Z] 19:41:01 6 89.40 0.00 10.44 0.00 0.16 0.00 [2024-11-08T19:42:33.187Z] 19:41:01 7 89.38 0.00 10.47 0.00 0.15 0.00 [2024-11-08T19:42:33.187Z] 19:42:01 all 71.38 0.00 10.06 4.51 0.14 13.91 [2024-11-08T19:42:33.187Z] 19:42:01 0 70.39 0.00 11.59 3.35 0.10 14.57 [2024-11-08T19:42:33.187Z] 19:42:01 1 72.68 0.00 9.29 3.47 0.15 14.40 [2024-11-08T19:42:33.187Z] 19:42:01 2 71.15 0.00 10.00 3.60 0.17 15.08 [2024-11-08T19:42:33.187Z] 19:42:01 3 70.38 0.00 10.28 3.49 0.14 15.72 [2024-11-08T19:42:33.187Z] 19:42:01 4 72.90 0.00 9.69 3.02 0.16 14.23 [2024-11-08T19:42:33.187Z] 19:42:01 5 70.80 0.00 11.18 11.86 0.17 5.99 [2024-11-08T19:42:33.187Z] 19:42:01 6 71.65 0.00 8.54 6.68 0.10 13.03 [2024-11-08T19:42:33.187Z] 19:42:01 7 71.10 0.00 9.90 0.57 0.15 18.28 [2024-11-08T19:42:33.187Z] Average: all 43.33 0.00 7.50 5.75 0.10 43.31 [2024-11-08T19:42:33.187Z] Average: 0 43.96 0.00 8.33 11.75 0.10 35.86 [2024-11-08T19:42:33.187Z] Average: 1 43.74 0.00 7.16 5.01 0.10 43.99 [2024-11-08T19:42:33.187Z] Average: 2 41.79 0.00 6.89 5.22 0.10 46.00 [2024-11-08T19:42:33.187Z] Average: 3 43.53 0.00 7.74 5.22 0.10 43.42 [2024-11-08T19:42:33.187Z] Average: 4 44.06 0.00 7.29 4.79 0.11 43.75 [2024-11-08T19:42:33.187Z] Average: 5 42.97 0.00 7.94 8.46 0.11 40.52 [2024-11-08T19:42:33.187Z] Average: 6 43.42 0.00 7.24 3.82 0.10 45.43 [2024-11-08T19:42:33.187Z] Average: 7 43.19 0.00 7.40 1.78 0.11 47.53 [2024-11-08T19:42:33.187Z] [2024-11-08T19:42:33.187Z] [2024-11-08T19:42:33.187Z]