Pull request #4375 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 879c8ea6da70c83c973c0241fe5990d1d09829cf+affa4ba333889d31d83cf76b7d2a18a0230584e6 (0d9475cc767c7dabb6e8c99cdf3683f46b683cf7) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16315176099571807219.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16545260538289331283.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4375/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4375/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18157733657398395726.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4375/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13662846292931675555.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13526246586038596100.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4375/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4375/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9516058172341185740.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6823 in /w/workspace/edgexfoundry_edgex-go_PR-4375 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4375/head:refs/remotes/origin/PR-4375 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit affa4ba333889d31d83cf76b7d2a18a0230584e6 into PR head commit 879c8ea6da70c83c973c0241fe5990d1d09829cf Merge succeeded, producing 879c8ea6da70c83c973c0241fe5990d1d09829cf Checking out Revision 879c8ea6da70c83c973c0241fe5990d1d09829cf (PR-4375) > git config core.sparsecheckout # timeout=10 > git checkout -f 879c8ea6da70c83c973c0241fe5990d1d09829cf # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge affa4ba333889d31d83cf76b7d2a18a0230584e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 879c8ea6da70c83c973c0241fe5990d1d09829cf # timeout=10 Commit message: "feat!: Remove Notify field out of Device dto and add Properties field into ProvisionWatcher dto" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-21T07:22:32.961Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-21T07:22:33.117Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-21T07:22:33.202Z] ========================================================= [2023-02-21T07:22:33.202Z] EdgeX Global Pipelines Version Info [2023-02-21T07:22:33.202Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-21T07:22:33.936Z] ------------------- [2023-02-21T07:22:33.936Z] stable info: [2023-02-21T07:22:33.936Z] ------------------- [2023-02-21T07:22:33.936Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-21T07:22:33.936Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-21T07:22:33.936Z] Message: update stable to v1.0.244 [2023-02-21T07:22:34.506Z] ------------------- [2023-02-21T07:22:34.506Z] experimental info: [2023-02-21T07:22:34.506Z] ------------------- [2023-02-21T07:22:34.506Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-21T07:22:34.506Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-21T07:22:34.506Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-21T07:22:34.786Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-21T07:22:34.827Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-21T07:22:34.864Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-21T07:22:34.902Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-21T07:22:34.942Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-21T07:22:34.984Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-21T07:22:35.022Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-21T07:22:35.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-21T07:22:35.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-21T07:22:35.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-21T07:22:35.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-21T07:22:35.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-21T07:22:35.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-21T07:22:35.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-21T07:22:35.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-21T07:22:35.387Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-21T07:22:35.428Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-21T07:22:35.468Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-21T07:22:35.507Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-21T07:22:35.554Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-21T07:22:35.593Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-21T07:22:35.633Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-21T07:22:35.675Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-21T07:22:35.714Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4375 [Pipeline] echo [2023-02-21T07:22:35.758Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4375 [Pipeline] echo [2023-02-21T07:22:35.809Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4375 [Pipeline] echo [2023-02-21T07:22:35.846Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 879c8ea6da70c83c973c0241fe5990d1d09829cf [Pipeline] echo [2023-02-21T07:22:35.887Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 879c8ea [Pipeline] echo [2023-02-21T07:22:35.924Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-21T07:22:36.032Z] provisioning config files... [2023-02-21T07:22:36.046Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14887020254747897483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-21T07:22:36.391Z] ---> docker-login.sh [2023-02-21T07:22:36.391Z] nexus3.edgexfoundry.org:10001 [2023-02-21T07:22:36.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T07:22:36.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T07:22:36.913Z] Configure a credential helper to remove this warning. See [2023-02-21T07:22:36.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T07:22:36.913Z] [2023-02-21T07:22:36.913Z] Login Succeeded [2023-02-21T07:22:36.913Z] nexus3.edgexfoundry.org:10002 [2023-02-21T07:22:36.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T07:22:36.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T07:22:36.913Z] Configure a credential helper to remove this warning. See [2023-02-21T07:22:36.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T07:22:36.913Z] [2023-02-21T07:22:36.913Z] Login Succeeded [2023-02-21T07:22:36.913Z] nexus3.edgexfoundry.org:10003 [2023-02-21T07:22:36.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T07:22:37.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T07:22:37.176Z] Configure a credential helper to remove this warning. See [2023-02-21T07:22:37.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T07:22:37.176Z] [2023-02-21T07:22:37.176Z] Login Succeeded [2023-02-21T07:22:37.176Z] nexus3.edgexfoundry.org:10004 [2023-02-21T07:22:37.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T07:22:37.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T07:22:37.176Z] Configure a credential helper to remove this warning. See [2023-02-21T07:22:37.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T07:22:37.176Z] [2023-02-21T07:22:37.176Z] Login Succeeded [2023-02-21T07:22:37.176Z] docker.io [2023-02-21T07:22:37.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T07:22:37.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T07:22:37.437Z] Configure a credential helper to remove this warning. See [2023-02-21T07:22:37.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T07:22:37.437Z] [2023-02-21T07:22:37.437Z] Login Succeeded [2023-02-21T07:22:37.437Z] ---> docker-login.sh ends [Pipeline] } [2023-02-21T07:22:37.469Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-21T07:22:37.890Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/core-command/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/core-data/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/core-metadata/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/support-notifications/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-21T07:22:37.890Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-21T07:22:37.890Z] + cut -d/ -f2 [2023-02-21T07:22:37.890Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-21T07:22:37.980Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-21T07:22:38.500Z] + git rev-list -1 --merges 879c8ea6da70c83c973c0241fe5990d1d09829cf~1..879c8ea6da70c83c973c0241fe5990d1d09829cf [Pipeline] echo [2023-02-21T07:22:38.531Z] -----------> git rev-list -1 --merges 879c8ea6da70c83c973c0241fe5990d1d09829cf~1..879c8ea6da70c83c973c0241fe5990d1d09829cf 879c8ea6da70c83c973c0241fe5990d1d09829cf [false] [Pipeline] sh [2023-02-21T07:22:38.862Z] + git log --format=format:%s -1 879c8ea6da70c83c973c0241fe5990d1d09829cf [Pipeline] echo [2023-02-21T07:22:38.897Z] ========================================================= [2023-02-21T07:22:38.897Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-21T07:22:38.897Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-21T07:22:39.389Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-21T07:22:39.389Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-21T07:22:39.389Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-21T07:22:39.389Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-21T07:22:39.389Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-21T07:22:39.389Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-21T07:22:39.389Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:22:39.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-21T07:22:39.930Z] [2023-02-21T07:22:39.930Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:22:40.316Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-21T07:22:40.316Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-21T07:22:40.316Z] b85a868b505f: Pulling fs layer [2023-02-21T07:22:40.316Z] e2be974225ed: Pulling fs layer [2023-02-21T07:22:40.316Z] 339a4e72a1f5: Pulling fs layer [2023-02-21T07:22:40.316Z] 988bab9f4d93: Pulling fs layer [2023-02-21T07:22:40.316Z] 1469e6f7b9e6: Pulling fs layer [2023-02-21T07:22:40.316Z] eaf3925da568: Pulling fs layer [2023-02-21T07:22:40.316Z] bab4dde63d76: Pulling fs layer [2023-02-21T07:22:40.316Z] bde34c3a00c8: Pulling fs layer [2023-02-21T07:22:40.316Z] b352a97aabf1: Pulling fs layer [2023-02-21T07:22:40.316Z] 4872d77fe225: Pulling fs layer [2023-02-21T07:22:40.316Z] 5851b861e8e6: Pulling fs layer [2023-02-21T07:22:40.316Z] 988bab9f4d93: Waiting [2023-02-21T07:22:40.316Z] 1469e6f7b9e6: Waiting [2023-02-21T07:22:40.316Z] eaf3925da568: Waiting [2023-02-21T07:22:40.316Z] bab4dde63d76: Waiting [2023-02-21T07:22:40.316Z] bde34c3a00c8: Waiting [2023-02-21T07:22:40.316Z] b352a97aabf1: Waiting [2023-02-21T07:22:40.316Z] 4872d77fe225: Waiting [2023-02-21T07:22:40.316Z] e2be974225ed: Verifying Checksum [2023-02-21T07:22:40.316Z] e2be974225ed: Download complete [2023-02-21T07:22:40.316Z] 988bab9f4d93: Verifying Checksum [2023-02-21T07:22:40.316Z] 988bab9f4d93: Download complete [2023-02-21T07:22:40.579Z] 1469e6f7b9e6: Verifying Checksum [2023-02-21T07:22:40.579Z] 1469e6f7b9e6: Download complete [2023-02-21T07:22:40.579Z] eaf3925da568: Verifying Checksum [2023-02-21T07:22:40.579Z] eaf3925da568: Download complete [2023-02-21T07:22:40.579Z] 339a4e72a1f5: Verifying Checksum [2023-02-21T07:22:40.579Z] 339a4e72a1f5: Download complete [2023-02-21T07:22:40.579Z] bde34c3a00c8: Download complete [2023-02-21T07:22:40.579Z] b352a97aabf1: Verifying Checksum [2023-02-21T07:22:40.579Z] b352a97aabf1: Download complete [2023-02-21T07:22:40.579Z] 4872d77fe225: Download complete [2023-02-21T07:22:40.579Z] 5851b861e8e6: Download complete [2023-02-21T07:22:40.579Z] b85a868b505f: Verifying Checksum [2023-02-21T07:22:40.579Z] b85a868b505f: Download complete [2023-02-21T07:22:40.879Z] bab4dde63d76: Verifying Checksum [2023-02-21T07:22:40.879Z] bab4dde63d76: Download complete [2023-02-21T07:22:42.263Z] b85a868b505f: Pull complete [2023-02-21T07:22:42.263Z] e2be974225ed: Pull complete [2023-02-21T07:22:42.523Z] 339a4e72a1f5: Pull complete [2023-02-21T07:22:42.789Z] 988bab9f4d93: Pull complete [2023-02-21T07:22:43.048Z] 1469e6f7b9e6: Pull complete [2023-02-21T07:22:43.048Z] eaf3925da568: Pull complete [2023-02-21T07:22:44.956Z] bab4dde63d76: Pull complete [2023-02-21T07:22:44.956Z] bde34c3a00c8: Pull complete [2023-02-21T07:22:45.216Z] b352a97aabf1: Pull complete [2023-02-21T07:22:45.217Z] 4872d77fe225: Pull complete [2023-02-21T07:22:45.217Z] 5851b861e8e6: Pull complete [2023-02-21T07:22:45.217Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-21T07:22:45.217Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-21T07:22:45.217Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T07:22:45.444Z] prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container [2023-02-21T07:22:45.484Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-21T07:22:46.792Z] $ docker top 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab -eo pid,comm [2023-02-21T07:22:46.851Z] 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). [2023-02-21T07:22:46.851Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-21T07:22:46.980Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-21T07:22:46.980Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-21T07:22:47.103Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-21T07:22:47.112Z] $ docker exec 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab ssh-agent [2023-02-21T07:22:47.218Z] SSH_AUTH_SOCK=/tmp/ssh-Ah6RA3eASJ6j/agent.32 [2023-02-21T07:22:47.218Z] SSH_AGENT_PID=38 [2023-02-21T07:22:47.226Z] Running ssh-add (command line suppressed) [2023-02-21T07:22:47.329Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10250518631585250151.key (/w/workspace/edgex-go/1@tmp/private_key_10250518631585250151.key) [2023-02-21T07:22:47.340Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-21T07:22:47.671Z] + git tag --points-at HEAD [Pipeline] } [2023-02-21T07:22:47.702Z] $ docker exec --env ******** --env ******** 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab ssh-agent -k [2023-02-21T07:22:47.797Z] unset SSH_AUTH_SOCK; [2023-02-21T07:22:47.797Z] unset SSH_AGENT_PID; [2023-02-21T07:22:47.798Z] echo Agent pid 38 killed; [2023-02-21T07:22:47.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-21T07:22:47.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-21T07:22:47.898Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-21T07:22:48.013Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-21T07:22:48.020Z] $ docker exec 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab ssh-agent [2023-02-21T07:22:48.137Z] SSH_AUTH_SOCK=/tmp/ssh-WHoiVyNgSntI/agent.70 [2023-02-21T07:22:48.137Z] SSH_AGENT_PID=76 [2023-02-21T07:22:48.142Z] Running ssh-add (command line suppressed) [2023-02-21T07:22:48.253Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_17291529332102230082.key (/w/workspace/edgex-go/1@tmp/private_key_17291529332102230082.key) [2023-02-21T07:22:48.266Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-21T07:22:48.588Z] + git semver init [2023-02-21T07:22:48.849Z] 2023-02-21 07:22:48,796 [run_init] DEBUG init version:0.0.0 force:False [2023-02-21T07:22:48.849Z] 2023-02-21 07:22:48,797 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-02-21T07:22:48.849Z] 2023-02-21 07:22:48,797 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-02-21T07:22:48.849Z] 2023-02-21 07:22:48,798 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-02-21T07:22:54.127Z] 2023-02-21 07:22:53,226 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-02-21T07:22:54.127Z] 2023-02-21 07:22:53,227 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4375 with force:False [2023-02-21T07:22:54.127Z] 2023-02-21 07:22:53,227 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4375 [2023-02-21T07:22:54.127Z] 2023-02-21 07:22:53,231 [execute] INFO git cat-file --batch-check [2023-02-21T07:22:54.127Z] 2023-02-21 07:22:53,231 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-21T07:22:54.127Z] 2023-02-21 07:22:53,238 [execute] INFO git cat-file --batch [2023-02-21T07:22:54.127Z] 2023-02-21 07:22:53,238 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-21T07:22:54.127Z] 2023-02-21 07:22:53,244 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4375 [2023-02-21T07:22:54.127Z] 0.0.0 [Pipeline] } [2023-02-21T07:22:54.159Z] $ docker exec --env ******** --env ******** 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab ssh-agent -k [2023-02-21T07:22:54.265Z] unset SSH_AUTH_SOCK; [2023-02-21T07:22:54.265Z] unset SSH_AGENT_PID; [2023-02-21T07:22:54.265Z] echo Agent pid 76 killed; [2023-02-21T07:22:54.272Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-21T07:22:54.690Z] + git semver [Pipeline] } [2023-02-21T07:22:54.972Z] $ docker stop --time=1 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab [2023-02-21T07:22:56.326Z] $ docker rm -f --volumes 6b7bbe273aa1236a973d383c7c43e15c3b0c11b9d1e4e5a4b0a96fa54e6cfaab [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-21T07:22:56.724Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-21T07:22:56.988Z] Stashed 1 file(s) [Pipeline] echo [2023-02-21T07:22:57.007Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-21T07:22:57.807Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-21T07:22:57.849Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-21T07:22:57.884Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-21T07:22:57.917Z] ========================================================= [2023-02-21T07:22:57.917Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-21T07:22:57.917Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-21T07:22:58.251Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-21T07:22:58.251Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-21T07:22:58.251Z] 213ec9aee27d: Pulling fs layer [2023-02-21T07:22:58.251Z] 4583459ba037: Pulling fs layer [2023-02-21T07:22:58.251Z] 93c1e223e6f2: Pulling fs layer [2023-02-21T07:22:58.251Z] 53926ce57604: Pulling fs layer [2023-02-21T07:22:58.251Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-21T07:22:58.251Z] 22ff95d597cd: Pulling fs layer [2023-02-21T07:22:58.251Z] 12d6caf4c0d1: Pulling fs layer [2023-02-21T07:22:58.251Z] 96b7cbca73a9: Pulling fs layer [2023-02-21T07:22:58.251Z] a7acece74701: Pulling fs layer [2023-02-21T07:22:58.251Z] 22ff95d597cd: Waiting [2023-02-21T07:22:58.251Z] 12d6caf4c0d1: Waiting [2023-02-21T07:22:58.251Z] 96b7cbca73a9: Waiting [2023-02-21T07:22:58.251Z] a7acece74701: Waiting [2023-02-21T07:22:58.251Z] 21b2b0c7a3f4: Waiting [2023-02-21T07:22:58.251Z] 53926ce57604: Waiting [2023-02-21T07:22:58.251Z] 93c1e223e6f2: Download complete [2023-02-21T07:22:58.251Z] 4583459ba037: Verifying Checksum [2023-02-21T07:22:58.251Z] 4583459ba037: Download complete [2023-02-21T07:22:58.251Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-21T07:22:58.251Z] 21b2b0c7a3f4: Download complete [2023-02-21T07:22:58.251Z] 22ff95d597cd: Verifying Checksum [2023-02-21T07:22:58.251Z] 22ff95d597cd: Download complete [2023-02-21T07:22:58.251Z] 213ec9aee27d: Verifying Checksum [2023-02-21T07:22:58.251Z] 213ec9aee27d: Download complete [2023-02-21T07:22:58.251Z] 12d6caf4c0d1: Verifying Checksum [2023-02-21T07:22:58.251Z] 12d6caf4c0d1: Download complete [2023-02-21T07:22:58.517Z] 213ec9aee27d: Pull complete [2023-02-21T07:22:58.517Z] 4583459ba037: Pull complete [2023-02-21T07:22:58.782Z] 93c1e223e6f2: Pull complete [2023-02-21T07:22:58.782Z] a7acece74701: Download complete [2023-02-21T07:22:59.043Z] 96b7cbca73a9: Verifying Checksum [2023-02-21T07:22:59.043Z] 96b7cbca73a9: Download complete [2023-02-21T07:22:59.302Z] 53926ce57604: Verifying Checksum [2023-02-21T07:22:59.302Z] 53926ce57604: Download complete [2023-02-21T07:23:03.499Z] 53926ce57604: Pull complete [2023-02-21T07:23:03.499Z] 21b2b0c7a3f4: Pull complete [2023-02-21T07:23:03.499Z] 22ff95d597cd: Pull complete [2023-02-21T07:23:03.499Z] 12d6caf4c0d1: Pull complete [2023-02-21T07:23:06.029Z] 96b7cbca73a9: Pull complete [2023-02-21T07:23:06.598Z] a7acece74701: Pull complete [2023-02-21T07:23:06.598Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-21T07:23:06.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-21T07:23:06.598Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-21T07:23:06.948Z] + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-21T07:23:06.948Z] WORKDIR /edgex [2023-02-21T07:23:06.948Z] COPY go.mod . [2023-02-21T07:23:06.948Z] RUN go mod download [2023-02-21T07:23:06.948Z] docker build -t ci-base-image-x86_64 -f - . [2023-02-21T07:23:07.515Z] Sending build context to Docker daemon 170.3MB [2023-02-21T07:23:07.515Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-21T07:23:07.515Z] ---> db6d94c90886 [2023-02-21T07:23:07.515Z] Step 2/4 : WORKDIR /edgex [2023-02-21T07:23:10.064Z] ---> Running in 684879342e57 [2023-02-21T07:23:10.064Z] Removing intermediate container 684879342e57 [2023-02-21T07:23:10.064Z] ---> b912ac1ac207 [2023-02-21T07:23:10.064Z] Step 3/4 : COPY go.mod . [2023-02-21T07:23:10.064Z] ---> 2e3fcb908fbd [2023-02-21T07:23:10.064Z] Step 4/4 : RUN go mod download [2023-02-21T07:23:10.064Z] ---> Running in f9297e01e68e [2023-02-21T07:23:12.364Z] Still waiting to schedule task [2023-02-21T07:23:12.365Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6822’ [2023-02-21T07:23:28.172Z] Removing intermediate container f9297e01e68e [2023-02-21T07:23:28.172Z] ---> 21f9a3587075 [2023-02-21T07:23:28.172Z] Successfully built 21f9a3587075 [2023-02-21T07:23:28.172Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:23:28.544Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-21T07:23:28.544Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T07:23:28.699Z] prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container [2023-02-21T07:23:28.731Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-21T07:23:29.167Z] $ docker top 217c8d0e149c7e14d8588020b2a3a7036faae813aeeaf8ff2f8c15fc9d554d59 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T07:23:29.561Z] + go version [2023-02-21T07:23:29.561Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-21T07:23:29.594Z] $ docker stop --time=1 217c8d0e149c7e14d8588020b2a3a7036faae813aeeaf8ff2f8c15fc9d554d59 [2023-02-21T07:23:30.892Z] $ docker rm -f --volumes 217c8d0e149c7e14d8588020b2a3a7036faae813aeeaf8ff2f8c15fc9d554d59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:23:31.581Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-21T07:23:31.581Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T07:23:31.736Z] prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container [2023-02-21T07:23:31.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-21T07:23:32.146Z] $ docker top 39e9e81f22fd5c4c66f6c15cec3af11e1a76a55d6ad8612de3ace84f0cdc2c2f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-21T07:23:32.260Z] ========================================================= [2023-02-21T07:23:32.260Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-21T07:23:32.260Z] ========================================================= [Pipeline] sh [2023-02-21T07:23:32.552Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-21T07:23:32.911Z] + make test [2023-02-21T07:23:32.912Z] go test -race -coverprofile=coverage.out ./... [2023-02-21T07:23:39.488Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-21T07:23:54.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-21T07:23:54.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-21T07:23:54.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-21T07:23:54.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-21T07:23:54.361Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-21T07:23:54.619Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-21T07:23:54.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-21T07:23:54.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-21T07:23:54.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-21T07:23:54.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-21T07:23:55.134Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-21T07:23:55.134Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-21T07:23:55.134Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-21T07:23:55.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-21T07:23:55.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.080s coverage: 28.7% of statements [2023-02-21T07:23:55.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-21T07:23:55.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-21T07:23:55.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.099s coverage: 98.5% of statements [2023-02-21T07:23:59.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.130s coverage: 73.7% of statements [2023-02-21T07:23:59.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-21T07:23:59.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-21T07:23:59.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-21T07:23:59.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.116s coverage: 54.0% of statements [2023-02-21T07:23:59.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-21T07:23:59.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-21T07:24:00.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.792s coverage: 88.5% of statements [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-21T07:24:00.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.087s coverage: 3.9% of statements [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-21T07:24:00.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.543s coverage: 95.6% of statements [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-21T07:24:00.169Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.061s coverage: 72.2% of statements [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-21T07:24:00.169Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.075s coverage: 65.9% of statements [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-21T07:24:00.169Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-21T07:24:00.169Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.084s coverage: 29.6% of statements [2023-02-21T07:24:00.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-21T07:24:00.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements [2023-02-21T07:24:00.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 82.9% of statements [2023-02-21T07:24:00.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements [2023-02-21T07:24:00.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2023-02-21T07:24:00.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2023-02-21T07:24:05.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2023-02-21T07:24:05.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.383s coverage: 79.9% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 64.4% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.071s coverage: 86.9% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 77.4% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 80.0% of statements [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.276s coverage: 91.2% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.226s coverage: 63.1% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.379s coverage: 65.3% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.201s coverage: 41.0% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-21T07:24:23.524Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.091s coverage: 17.7% of statements [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-21T07:24:23.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-21T07:24:23.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.186s coverage: 92.3% of statements [2023-02-21T07:24:23.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-21T07:24:23.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-21T07:24:23.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-21T07:24:23.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-21T07:24:23.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.074s coverage: 63.2% of statements [2023-02-21T07:24:23.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-21T07:24:23.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-21T07:24:23.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.123s coverage: 97.7% of statements [2023-02-21T07:24:23.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-21T07:24:23.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-21T07:24:23.525Z] 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 [2023-02-21T07:24:45.449Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-21T07:24:45.449Z] go vet ./... [2023-02-21T07:24:47.350Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-21T07:24:47.350Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-21T07:24:47.350Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-21T07:24:47.642Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-21T07:24:47.952Z] + ls -al . [2023-02-21T07:24:47.952Z] total 744 [2023-02-21T07:24:47.952Z] drwxrwxr-x 11 1001 1001 4096 Feb 21 07:23 . [2023-02-21T07:24:47.952Z] drwxr-xr-x 4 root root 4096 Feb 21 07:23 .. [2023-02-21T07:24:47.952Z] drwxrwxr-x 2 1001 1001 4096 Feb 21 07:22 .blubracket [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 16 Feb 21 07:22 .dockerignore [2023-02-21T07:24:47.952Z] drwxrwxr-x 8 1001 1001 4096 Feb 21 07:24 .git [2023-02-21T07:24:47.952Z] drwxrwxr-x 3 1001 1001 4096 Feb 21 07:22 .github [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 1024 Feb 21 07:22 .gitignore [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 42 Feb 21 07:22 .golangci.yml [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 87 Feb 21 07:22 .hadolint.yml [2023-02-21T07:24:47.952Z] drwxr-xr-x 3 1001 1001 4096 Feb 21 07:22 .semver [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 166 Feb 21 07:22 .sonarcloud.properties [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 1171 Feb 21 07:22 ADOPTERS.md [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 10825 Feb 21 07:22 Attribution.txt [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 73765 Feb 21 07:22 CHANGELOG.md [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 3804 Feb 21 07:22 CONTRIBUTING.md [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 677 Feb 21 07:22 GOVERNANCE.md [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 883 Feb 21 07:22 Jenkinsfile [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 10775 Feb 21 07:22 LICENSE [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 13375 Feb 21 07:22 Makefile [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 582 Feb 21 07:22 OWNERS.md [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 9403 Feb 21 07:22 README.md [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 6912 Feb 21 07:22 SECURITY.md [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 5 Feb 21 07:22 VERSION [2023-02-21T07:24:47.952Z] drwxrwxr-x 2 1001 1001 4096 Feb 21 07:22 bin [2023-02-21T07:24:47.952Z] drwxrwxr-x 17 1001 1001 4096 Feb 21 07:22 cmd [2023-02-21T07:24:47.952Z] -rw-r--r-- 1 root root 487323 Feb 21 07:24 coverage.out [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 3295 Feb 21 07:22 go.mod [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 33318 Feb 21 07:22 go.sum [2023-02-21T07:24:47.952Z] drwxrwxr-x 7 1001 1001 4096 Feb 21 07:22 internal [2023-02-21T07:24:47.952Z] drwxrwxr-x 3 1001 1001 4096 Feb 21 07:22 openapi [2023-02-21T07:24:47.952Z] drwxrwxr-x 4 1001 1001 4096 Feb 21 07:22 snap [2023-02-21T07:24:47.952Z] -rw-rw-r-- 1 1001 1001 204 Feb 21 07:22 version.go [Pipeline] sh [2023-02-21T07:24:48.262Z] + '[' -e coverage.out ] [2023-02-21T07:24:48.262Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-21T07:24:48.395Z] Stashed 1 file(s) [Pipeline] sh [2023-02-21T07:24:48.691Z] + make build [2023-02-21T07:24:48.691Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-21T07:25:03.557Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-21T07:25:03.557Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-21T07:25:04.123Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-21T07:25:05.057Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-21T07:25:13.168Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-21T07:25:14.542Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-21T07:25:15.918Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-21T07:25:17.292Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-21T07:25:18.228Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-21T07:25:19.162Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-21T07:25:21.694Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-21T07:25:23.094Z] $ docker stop --time=1 39e9e81f22fd5c4c66f6c15cec3af11e1a76a55d6ad8612de3ace84f0cdc2c2f [2023-02-21T07:25:25.486Z] $ docker rm -f --volumes 39e9e81f22fd5c4c66f6c15cec3af11e1a76a55d6ad8612de3ace84f0cdc2c2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:25:26.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-21T07:25:26.607Z] [2023-02-21T07:25:26.607Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:25:26.989Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-21T07:25:26.989Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-21T07:25:26.989Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-21T07:25:26.989Z] ca9280d653b3: Pulling fs layer [2023-02-21T07:25:26.989Z] 7e9c9ca2126c: Pulling fs layer [2023-02-21T07:25:26.989Z] cbdbe7a5bc2a: Download complete [2023-02-21T07:25:27.248Z] ca9280d653b3: Verifying Checksum [2023-02-21T07:25:27.248Z] ca9280d653b3: Download complete [2023-02-21T07:25:27.248Z] cbdbe7a5bc2a: Pull complete [2023-02-21T07:25:27.813Z] 7e9c9ca2126c: Download complete [2023-02-21T07:25:27.813Z] ca9280d653b3: Pull complete [2023-02-21T07:25:31.097Z] 7e9c9ca2126c: Pull complete [2023-02-21T07:25:31.097Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-21T07:25:31.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-21T07:25:31.097Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T07:25:31.311Z] prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container [2023-02-21T07:25:31.340Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-21T07:25:32.584Z] $ docker top 272ffb854e840d1411ac5545ade7f520554ad6c3ed153f62aee40eb12799040c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T07:25:32.971Z] + docker-compose build --help [2023-02-21T07:25:32.971Z] + grep parallel [2023-02-21T07:25:33.540Z] --parallel Build images in parallel. [Pipeline] } [2023-02-21T07:25:33.576Z] $ docker stop --time=1 272ffb854e840d1411ac5545ade7f520554ad6c3ed153f62aee40eb12799040c [2023-02-21T07:25:34.847Z] $ docker rm -f --volumes 272ffb854e840d1411ac5545ade7f520554ad6c3ed153f62aee40eb12799040c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:25:35.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-21T07:25:35.423Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T07:25:35.568Z] prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container [2023-02-21T07:25:35.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-21T07:25:35.981Z] $ docker top b5de7ad8e98d0f318770933e2db00d636847852c89cdf691a91faf0c941f5bba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T07:25:36.382Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-21T07:25:36.947Z] Building core-command ... [2023-02-21T07:25:36.947Z] Building core-common-config-bootstrapper ... [2023-02-21T07:25:36.947Z] Building core-data ... [2023-02-21T07:25:36.947Z] Building core-metadata ... [2023-02-21T07:25:36.947Z] Building security-bootstrapper ... [2023-02-21T07:25:36.947Z] Building security-proxy-setup ... [2023-02-21T07:25:36.947Z] Building security-secretstore-setup ... [2023-02-21T07:25:36.947Z] Building security-spiffe-token-provider ... [2023-02-21T07:25:36.947Z] Building security-spire-agent ... [2023-02-21T07:25:36.947Z] Building security-spire-config ... [2023-02-21T07:25:36.947Z] Building security-spire-server ... [2023-02-21T07:25:36.947Z] Building support-notifications ... [2023-02-21T07:25:36.947Z] Building support-scheduler ... [2023-02-21T07:25:36.947Z] Building security-spire-agent [2023-02-21T07:25:36.947Z] Building security-bootstrapper [2023-02-21T07:25:36.947Z] Building support-notifications [2023-02-21T07:25:36.947Z] Building security-spire-server [2023-02-21T07:25:36.947Z] Building security-spire-config [2023-02-21T07:25:51.820Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:25:51.820Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:25:51.820Z] ---> 21f9a3587075 [2023-02-21T07:25:51.820Z] Step 3/23 : WORKDIR /edgex-go [2023-02-21T07:25:51.820Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:25:51.820Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:25:51.820Z] ---> 21f9a3587075 [2023-02-21T07:25:51.820Z] Step 3/32 : WORKDIR /edgex-go [2023-02-21T07:25:51.820Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:25:51.820Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:25:51.820Z] ---> 21f9a3587075 [2023-02-21T07:25:51.820Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T07:25:51.820Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:25:51.820Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:25:51.820Z] ---> 21f9a3587075 [2023-02-21T07:25:51.820Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T07:25:51.820Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:25:51.820Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:25:51.820Z] ---> 21f9a3587075 [2023-02-21T07:25:51.820Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:25:53.728Z] ---> Running in 2dc558b79d5e [2023-02-21T07:25:53.728Z] ---> Running in 180343b78ccf [2023-02-21T07:25:53.728Z] ---> Running in 856fbd964430 [2023-02-21T07:25:53.728Z] ---> Running in 5dbe0d64cc03 [2023-02-21T07:25:53.728Z] ---> Running in 0345fdb5b21c [2023-02-21T07:25:53.728Z] Removing intermediate container 856fbd964430 [2023-02-21T07:25:53.728Z] ---> ec38792f39f5 [2023-02-21T07:25:53.728Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T07:25:53.728Z] ---> Running in bdc77f157465 [2023-02-21T07:25:53.728Z] Removing intermediate container 180343b78ccf [2023-02-21T07:25:53.728Z] ---> 376eb5b9088e [2023-02-21T07:25:53.728Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-21T07:25:53.728Z] Removing intermediate container 5dbe0d64cc03 [2023-02-21T07:25:53.728Z] ---> c951e87258ba [2023-02-21T07:25:53.728Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-21T07:25:53.728Z] Removing intermediate container 2dc558b79d5e [2023-02-21T07:25:53.728Z] ---> 10d24ba71740 [2023-02-21T07:25:53.728Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-21T07:25:53.728Z] Removing intermediate container 0345fdb5b21c [2023-02-21T07:25:53.728Z] ---> 92bbb541ce9d [2023-02-21T07:25:53.728Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-21T07:25:53.728Z] ---> Running in d20239ce89ea [2023-02-21T07:25:53.728Z] ---> Running in 638730238ed8 [2023-02-21T07:25:53.728Z] ---> Running in 8e46a021d101 [2023-02-21T07:25:53.728Z] ---> Running in bf1c01e76e4f [2023-02-21T07:25:53.728Z] Removing intermediate container bdc77f157465 [2023-02-21T07:25:53.728Z] ---> 2bad8834eba1 [2023-02-21T07:25:53.728Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-21T07:25:53.986Z] ---> Running in 55ae9be6cf65 [2023-02-21T07:25:54.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:25:54.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:25:54.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:25:54.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:25:54.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:25:54.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:25:54.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:25:54.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:25:54.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:25:54.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:25:54.762Z] OK: 211 MiB in 51 packages [2023-02-21T07:25:54.762Z] OK: 211 MiB in 51 packages [2023-02-21T07:25:54.762Z] OK: 211 MiB in 51 packages [2023-02-21T07:25:54.762Z] OK: 211 MiB in 51 packages [2023-02-21T07:25:54.762Z] OK: 211 MiB in 51 packages [2023-02-21T07:25:55.021Z] Removing intermediate container 638730238ed8 [2023-02-21T07:25:55.021Z] ---> d7f23def90a5 [2023-02-21T07:25:55.021Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-21T07:25:55.279Z] Removing intermediate container d20239ce89ea [2023-02-21T07:25:55.279Z] ---> 74d94f7754d5 [2023-02-21T07:25:55.280Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-21T07:25:55.280Z] ---> e1de968cb5b5 [2023-02-21T07:25:55.280Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:25:55.280Z] ---> Running in 9b76c5792a2b [2023-02-21T07:25:55.537Z] Removing intermediate container 55ae9be6cf65 [2023-02-21T07:25:55.537Z] ---> 45779fb78738 [2023-02-21T07:25:55.537Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T07:25:55.537Z] ---> bc19a303450d [2023-02-21T07:25:55.537Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:25:55.537Z] Removing intermediate container 8e46a021d101 [2023-02-21T07:25:55.538Z] ---> 1a902fda5d54 [2023-02-21T07:25:55.538Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-21T07:25:55.538Z] ---> Running in 7079d1af987b [2023-02-21T07:25:55.538Z] Removing intermediate container bf1c01e76e4f [2023-02-21T07:25:55.538Z] ---> 7a65ecadf2d9 [2023-02-21T07:25:55.538Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-21T07:25:55.798Z] ---> 5b0bc68757f8 [2023-02-21T07:25:55.798Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:25:55.798Z] ---> Running in b53868560a02 [2023-02-21T07:25:55.798Z] ---> 224f4985dc84 [2023-02-21T07:25:55.798Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:25:55.798Z] ---> 638811ba306b [2023-02-21T07:25:55.798Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:25:55.798Z] ---> Running in 8e768febf2c4 [2023-02-21T07:25:55.798Z] ---> Running in bdd262f5e59f [2023-02-21T07:26:42.049Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6824 in /w/workspace/edgexfoundry_edgex-go_PR-4375 [Pipeline] { [Pipeline] ws [2023-02-21T07:26:42.103Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-02-21T07:26:42.177Z] The recommended git tool is: git [2023-02-21T07:26:47.665Z] using credential edgex-jenkins-ssh [2023-02-21T07:26:47.679Z] Cloning the remote Git repository [2023-02-21T07:26:47.731Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-21T07:26:47.809Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-02-21T07:26:47.991Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-21T07:26:47.993Z] > git --version # timeout=10 [2023-02-21T07:26:48.019Z] > git --version # 'git version 2.25.1' [2023-02-21T07:26:48.022Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-21T07:26:48.083Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-21T07:27:03.484Z] Removing intermediate container 7079d1af987b [2023-02-21T07:27:03.484Z] ---> a66b209d8da9 [2023-02-21T07:27:03.484Z] Step 7/32 : COPY . . [2023-02-21T07:27:03.484Z] Removing intermediate container bdd262f5e59f [2023-02-21T07:27:03.484Z] ---> 8b4568e1ba2f [2023-02-21T07:27:03.484Z] Step 7/24 : COPY . . [2023-02-21T07:27:03.484Z] Removing intermediate container 8e768febf2c4 [2023-02-21T07:27:03.484Z] ---> 090db29a2a82 [2023-02-21T07:27:03.484Z] Step 7/23 : COPY . . [2023-02-21T07:27:03.484Z] Removing intermediate container 9b76c5792a2b [2023-02-21T07:27:03.484Z] ---> 3107dfbdc23a [2023-02-21T07:27:03.484Z] Step 7/24 : COPY . . [2023-02-21T07:27:03.484Z] Removing intermediate container b53868560a02 [2023-02-21T07:27:03.484Z] ---> c7b9e0447f1c [2023-02-21T07:27:03.484Z] Step 8/22 : COPY . . [2023-02-21T07:27:06.030Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-21T07:27:06.048Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-21T07:27:07.832Z] Merging remotes/origin/main commit affa4ba333889d31d83cf76b7d2a18a0230584e6 into PR head commit 879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:27:08.181Z] Merge succeeded, producing 879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:27:08.182Z] Checking out Revision 879c8ea6da70c83c973c0241fe5990d1d09829cf (PR-4375) [2023-02-21T07:27:06.880Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-21T07:27:06.921Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-21T07:27:06.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-21T07:27:06.937Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4375/head:refs/remotes/origin/PR-4375 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-21T07:27:07.852Z] > git config core.sparsecheckout # timeout=10 [2023-02-21T07:27:07.872Z] > git checkout -f 879c8ea6da70c83c973c0241fe5990d1d09829cf # timeout=10 [2023-02-21T07:27:08.096Z] > git remote # timeout=10 [2023-02-21T07:27:08.115Z] > git config --get remote.origin.url # timeout=10 [2023-02-21T07:27:08.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-21T07:27:08.141Z] > git merge affa4ba333889d31d83cf76b7d2a18a0230584e6 # timeout=10 [2023-02-21T07:27:08.166Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-21T07:27:08.188Z] > git config core.sparsecheckout # timeout=10 [2023-02-21T07:27:08.202Z] > git checkout -f 879c8ea6da70c83c973c0241fe5990d1d09829cf # timeout=10 [2023-02-21T07:27:11.703Z] Commit message: "feat!: Remove Notify field out of Device dto and add Properties field into ProvisionWatcher dto" [2023-02-21T07:27:11.751Z] > git --version # timeout=10 [2023-02-21T07:27:11.762Z] > git --version # 'git version 2.25.1' [2023-02-21T07:27:11.777Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-21T07:27:12.962Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-21T07:27:12.962Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-21T07:27:12.962Z] Dload Upload Total Spent Left Speed [2023-02-21T07:27:12.962Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82798 0 --:--:-- --:--:-- --:--:-- 82798 100 12751 100 12751 0 0 82264 0 --:--:-- --:--:-- --:--:-- 82264 [Pipeline] sh [2023-02-21T07:27:13.478Z] ---> b4de20970c4d [2023-02-21T07:27:13.478Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T07:27:13.478Z] ---> ce0f010351dc [2023-02-21T07:27:13.478Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T07:27:13.478Z] ---> 9ff7dc3e6495 [2023-02-21T07:27:13.478Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-21T07:27:13.478Z] ---> Running in 8787985557a7 [2023-02-21T07:27:13.478Z] ---> f71a07704c32 [2023-02-21T07:27:13.478Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-21T07:27:13.478Z] ---> f6e6d7da610f [2023-02-21T07:27:13.478Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T07:27:13.478Z] ---> Running in 127875e6dbc2 [2023-02-21T07:27:13.478Z] ---> Running in a452e42e3f2b [2023-02-21T07:27:13.478Z] ---> Running in 171ba18391b1 [2023-02-21T07:27:13.478Z] ---> Running in 5d56cddfa59b [2023-02-21T07:27:13.478Z] Removing intermediate container 8787985557a7 [2023-02-21T07:27:13.478Z] ---> a8d067c21ee7 [2023-02-21T07:27:13.478Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-21T07:27:13.478Z] Removing intermediate container 5d56cddfa59b [2023-02-21T07:27:13.478Z] ---> 13484bba4f4b [2023-02-21T07:27:13.478Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-21T07:27:13.478Z] ---> Running in 27859b89107e [2023-02-21T07:27:13.478Z] ---> Running in 9f82c2676ac7 [2023-02-21T07:27:13.478Z] Removing intermediate container 127875e6dbc2 [2023-02-21T07:27:13.478Z] ---> 289c5a3b4e5a [2023-02-21T07:27:13.478Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-21T07:27:13.478Z] ---> Running in d9e450b3658b [2023-02-21T07:27:13.478Z] Removing intermediate container 27859b89107e [2023-02-21T07:27:13.478Z] ---> d55a4e76ecb8 [2023-02-21T07:27:13.478Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-21T07:27:13.478Z] Removing intermediate container 9f82c2676ac7 [2023-02-21T07:27:13.478Z] ---> d21af38ed1c4 [2023-02-21T07:27:13.478Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-21T07:27:13.478Z] ---> Running in c3fa4dfe30f1 [2023-02-21T07:27:13.478Z] Removing intermediate container d9e450b3658b [2023-02-21T07:27:13.478Z] ---> c099be14e7d5 [2023-02-21T07:27:13.478Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-21T07:27:13.478Z] ---> Running in 19d8e063f05c [2023-02-21T07:27:13.478Z] ---> Running in fa8540336d1e [2023-02-21T07:27:13.478Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-21T07:27:13.478Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-21T07:27:13.699Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-21T07:27:13.736Z] Removing intermediate container c3fa4dfe30f1 [2023-02-21T07:27:13.736Z] ---> 4cb5c91881d6 [2023-02-21T07:27:13.736Z] Step 11/23 : WORKDIR /edgex-go [2023-02-21T07:27:13.736Z] ---> Running in 7611e5fa9a0a [2023-02-21T07:27:13.994Z] Removing intermediate container 7611e5fa9a0a [2023-02-21T07:27:13.994Z] ---> 1dc911a3a7ef [2023-02-21T07:27:13.994Z] [2023-02-21T07:27:13.994Z] Step 12/23 : FROM alpine:3.15 [2023-02-21T07:27:13.994Z] 3.15: Pulling from library/alpine [2023-02-21T07:27:14.056Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-21T07:27:14.056Z] + sudo tee /etc/docker/daemon.new [2023-02-21T07:27:14.056Z] { [2023-02-21T07:27:14.056Z] "registry-mirrors": [ [2023-02-21T07:27:14.056Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-21T07:27:14.056Z] ], [2023-02-21T07:27:14.056Z] "bip": "10.250.0.254/24", [2023-02-21T07:27:14.056Z] "hosts": [ [2023-02-21T07:27:14.056Z] "tcp://0.0.0.0:5555", [2023-02-21T07:27:14.056Z] "unix:///var/run/docker.sock" [2023-02-21T07:27:14.056Z] ], [2023-02-21T07:27:14.056Z] "mtu": 1458, [2023-02-21T07:27:14.056Z] "selinux-enabled": true, [2023-02-21T07:27:14.056Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-21T07:27:14.056Z] } [Pipeline] sh [2023-02-21T07:27:14.253Z] Removing intermediate container fa8540336d1e [2023-02-21T07:27:14.253Z] ---> ac001b93792f [2023-02-21T07:27:14.253Z] Step 11/24 : WORKDIR /edgex-go [2023-02-21T07:27:14.253Z] Removing intermediate container 19d8e063f05c [2023-02-21T07:27:14.253Z] ---> a1b13240f909 [2023-02-21T07:27:14.253Z] Step 11/24 : WORKDIR /edgex-go [2023-02-21T07:27:14.253Z] ---> Running in f084c2ecab3b [2023-02-21T07:27:14.253Z] ---> Running in eb52e5c82b05 [2023-02-21T07:27:14.253Z] Removing intermediate container f084c2ecab3b [2023-02-21T07:27:14.253Z] ---> a3c7bee39e4a [2023-02-21T07:27:14.253Z] [2023-02-21T07:27:14.253Z] Step 12/24 : FROM alpine:3.15 [2023-02-21T07:27:14.253Z] Removing intermediate container eb52e5c82b05 [2023-02-21T07:27:14.253Z] ---> f366d0ee28d2 [2023-02-21T07:27:14.253Z] [2023-02-21T07:27:14.253Z] Step 12/24 : FROM alpine:3.15 [2023-02-21T07:27:14.253Z] 3.15: Pulling from library/alpine [2023-02-21T07:27:14.400Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-21T07:27:14.517Z] 3.15: Pulling from library/alpine [2023-02-21T07:27:14.517Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-21T07:27:14.517Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-21T07:27:14.517Z] Status: Image is up to date for alpine:3.15 [2023-02-21T07:27:14.517Z] Status: Downloaded newer image for alpine:3.15 [2023-02-21T07:27:14.517Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-21T07:27:14.517Z] Status: Image is up to date for alpine:3.15 [2023-02-21T07:27:14.517Z] ---> 5ce65d7b0fde [2023-02-21T07:27:14.517Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T07:27:14.517Z] ---> 5ce65d7b0fde [2023-02-21T07:27:14.517Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T07:27:14.748Z] + sudo service docker restart [2023-02-21T07:27:14.775Z] ---> 5ce65d7b0fde [2023-02-21T07:27:14.775Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T07:27:14.775Z] ---> Running in c71526a7c26c [2023-02-21T07:27:14.775Z] ---> Running in a7b79194ae80 [2023-02-21T07:27:14.775Z] ---> Running in d4a60291fb50 [2023-02-21T07:27:14.775Z] Removing intermediate container d4a60291fb50 [2023-02-21T07:27:14.775Z] ---> 1cf51597f526 [2023-02-21T07:27:14.775Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-21T07:27:14.775Z] Removing intermediate container c71526a7c26c [2023-02-21T07:27:14.775Z] ---> 70c63f626267 [2023-02-21T07:27:14.775Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-21T07:27:15.038Z] Removing intermediate container a7b79194ae80 [2023-02-21T07:27:15.038Z] ---> da970e94753a [2023-02-21T07:27:15.038Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-21T07:27:15.038Z] ---> Running in 273f3d2d16b9 [2023-02-21T07:27:15.038Z] ---> Running in 91124f18b891 [2023-02-21T07:27:15.038Z] ---> Running in 14ea5a7a99de [2023-02-21T07:27:15.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:15.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:15.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:15.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:15.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:15.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:15.865Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T07:27:15.865Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T07:27:15.865Z] OK: 15857 distinct packages available [2023-02-21T07:27:15.865Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T07:27:15.865Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T07:27:15.865Z] OK: 15857 distinct packages available [2023-02-21T07:27:15.865Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T07:27:15.865Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T07:27:15.865Z] OK: 15857 distinct packages available [2023-02-21T07:27:16.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:16.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:16.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:16.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:16.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:16.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:16.126Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-21T07:27:16.126Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-21T07:27:16.126Z] (3/4) Installing libucontext (1.1-r0) [2023-02-21T07:27:16.126Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-21T07:27:16.383Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T07:27:16.383Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-21T07:27:16.383Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-21T07:27:16.383Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-21T07:27:16.383Z] OK: 6 MiB in 18 packages [2023-02-21T07:27:16.383Z] (3/5) Installing libucontext (1.1-r0) [2023-02-21T07:27:16.383Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-21T07:27:16.383Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-21T07:27:16.383Z] (3/5) Installing libucontext (1.1-r0) [2023-02-21T07:27:16.383Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-21T07:27:16.383Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-21T07:27:16.383Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-21T07:27:16.383Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T07:27:16.383Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T07:27:16.383Z] OK: 7 MiB in 19 packages [2023-02-21T07:27:16.383Z] OK: 7 MiB in 19 packages [2023-02-21T07:27:17.755Z] Removing intermediate container 91124f18b891 [2023-02-21T07:27:17.755Z] ---> c51933ed387f [2023-02-21T07:27:17.755Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T07:27:17.755Z] Removing intermediate container 273f3d2d16b9 [2023-02-21T07:27:17.755Z] ---> 00dc189aef92 [2023-02-21T07:27:17.755Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T07:27:17.755Z] Removing intermediate container 14ea5a7a99de [2023-02-21T07:27:17.755Z] ---> ba2d0c1c5127 [2023-02-21T07:27:17.755Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-21T07:27:20.281Z] ---> bbd789d513a7 [2023-02-21T07:27:20.281Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T07:27:20.539Z] ---> b6c59003e23a [2023-02-21T07:27:20.539Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T07:27:20.539Z] ---> 20ee9465ddca [2023-02-21T07:27:20.539Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T07:27:21.476Z] ---> d15907305213 [2023-02-21T07:27:21.476Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-21T07:27:21.476Z] ---> a57bae07014a [2023-02-21T07:27:21.476Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-21T07:27:21.734Z] ---> Running in 8013bc4dffe0 [2023-02-21T07:27:21.734Z] ---> 69a9b99f538d [2023-02-21T07:27:21.734Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-21T07:27:22.298Z] Removing intermediate container 8013bc4dffe0 [2023-02-21T07:27:22.298Z] ---> 94ea62b661f5 [2023-02-21T07:27:22.298Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-21T07:27:22.555Z] ---> 71a85734b5ee [2023-02-21T07:27:22.555Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T07:27:22.555Z] ---> Running in 6de5191b213f [2023-02-21T07:27:22.846Z] ---> 12b779c62793 [2023-02-21T07:27:22.846Z] Step 19/24 : WORKDIR / [2023-02-21T07:27:23.103Z] ---> Running in 5fe7688136fe [2023-02-21T07:27:23.103Z] Removing intermediate container 6de5191b213f [2023-02-21T07:27:23.103Z] ---> 3c41662dc55b [2023-02-21T07:27:23.360Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T07:27:23.360Z] ---> Running in 2edb35770976 [2023-02-21T07:27:23.632Z] Removing intermediate container 5fe7688136fe [2023-02-21T07:27:23.632Z] ---> d2a44f89e966 [2023-02-21T07:27:23.632Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T07:27:23.632Z] ---> Running in 4fda8c71bdc0 [2023-02-21T07:27:23.632Z] Removing intermediate container 2edb35770976 [2023-02-21T07:27:23.632Z] ---> ed44821697ea [2023-02-21T07:27:23.632Z] Step 21/23 : LABEL arch=x86_64 [2023-02-21T07:27:23.931Z] ---> Running in 22dc53d36f44 [2023-02-21T07:27:24.189Z] Removing intermediate container 4fda8c71bdc0 [2023-02-21T07:27:24.189Z] ---> 2b91ffb0e557 [2023-02-21T07:27:24.189Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T07:27:24.447Z] ---> Running in 4b73818beea7 [2023-02-21T07:27:24.447Z] ---> f5a480c51229 [2023-02-21T07:27:24.447Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T07:27:24.447Z] Removing intermediate container 22dc53d36f44 [2023-02-21T07:27:24.447Z] ---> 654ff457ca71 [2023-02-21T07:27:24.447Z] Step 22/23 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:27:24.447Z] ---> Running in 2a10485622fd [2023-02-21T07:27:24.447Z] Removing intermediate container 4b73818beea7 [2023-02-21T07:27:24.447Z] ---> 3a34eac0c58a [2023-02-21T07:27:24.447Z] Step 22/24 : LABEL arch=x86_64 [2023-02-21T07:27:24.705Z] ---> Running in 0113203959d1 [2023-02-21T07:27:24.963Z] Removing intermediate container 2a10485622fd [2023-02-21T07:27:24.963Z] ---> a8eef81639e7 [2023-02-21T07:27:24.963Z] Step 23/23 : LABEL version=0.0.0 [2023-02-21T07:27:24.963Z] ---> 80496da8440c [2023-02-21T07:27:24.963Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-21T07:27:25.232Z] ---> Running in b2e5fe23492a [2023-02-21T07:27:25.232Z] Removing intermediate container 0113203959d1 [2023-02-21T07:27:25.232Z] ---> 951b5891912b [2023-02-21T07:27:25.232Z] Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:27:25.800Z] ---> Running in 709818b4b26d [2023-02-21T07:27:25.800Z] ---> fc58f2f4231e [2023-02-21T07:27:25.800Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-21T07:27:25.800Z] Removing intermediate container b2e5fe23492a [2023-02-21T07:27:25.800Z] ---> 5dfbbd728555 [2023-02-21T07:27:25.800Z] [2023-02-21T07:27:25.800Z] Successfully built 5dfbbd728555 [2023-02-21T07:27:25.800Z] Successfully tagged security-spire-server:latest [2023-02-21T07:27:25.800Z]  Building security-spire-server ... done Building core-command [2023-02-21T07:27:26.733Z] Removing intermediate container 709818b4b26d [2023-02-21T07:27:26.734Z] ---> 1421378c9f17 [2023-02-21T07:27:26.734Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T07:27:28.107Z] ---> 1202de319d12 [2023-02-21T07:27:28.107Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T07:27:28.107Z] ---> Running in 4b029e6fb2bd [2023-02-21T07:27:28.365Z] ---> Running in 432b862c9a40 [2023-02-21T07:27:28.623Z] Removing intermediate container 432b862c9a40 [2023-02-21T07:27:28.623Z] ---> ffb0c341e54f [2023-02-21T07:27:28.623Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T07:27:28.623Z] Removing intermediate container 4b029e6fb2bd [2023-02-21T07:27:28.623Z] ---> eed15cf6da38 [2023-02-21T07:27:28.623Z] [2023-02-21T07:27:28.623Z] ---> Running in 3dc24a80dfa9 [2023-02-21T07:27:28.623Z] Successfully built eed15cf6da38 [2023-02-21T07:27:28.623Z] Successfully tagged security-spire-config:latest [2023-02-21T07:27:28.623Z] Building core-common-config-bootstrapper [2023-02-21T07:27:29.188Z]  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:27:29.188Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:27:29.188Z] ---> 21f9a3587075 [2023-02-21T07:27:29.188Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:27:29.188Z] ---> Using cache [2023-02-21T07:27:29.188Z] ---> ec38792f39f5 [2023-02-21T07:27:29.188Z] Step 4/23 : WORKDIR /edgex-go [2023-02-21T07:27:29.188Z] ---> Using cache [2023-02-21T07:27:29.188Z] ---> 2bad8834eba1 [2023-02-21T07:27:29.188Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-21T07:27:31.085Z] Removing intermediate container 3dc24a80dfa9 [2023-02-21T07:27:31.085Z] ---> 29c5c0caab07 [2023-02-21T07:27:31.085Z] Step 22/24 : LABEL arch=x86_64 [2023-02-21T07:27:31.653Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:27:31.653Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:27:31.653Z] ---> 21f9a3587075 [2023-02-21T07:27:31.653Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:27:31.653Z] ---> Using cache [2023-02-21T07:27:31.653Z] ---> ec38792f39f5 [2023-02-21T07:27:31.653Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T07:27:31.653Z] ---> Using cache [2023-02-21T07:27:31.653Z] ---> 2bad8834eba1 [2023-02-21T07:27:31.653Z] Step 5/22 : RUN apk add --update --no-cache make git [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-21T07:27:33.082Z] provisioning config files... [2023-02-21T07:27:33.112Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1234575782084382102tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-21T07:27:33.506Z] ---> docker-login.sh [2023-02-21T07:27:33.506Z] nexus3.edgexfoundry.org:10001 [2023-02-21T07:27:33.552Z] ---> Running in 9f4a1a0e248a [2023-02-21T07:27:34.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T07:27:34.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T07:27:34.095Z] Configure a credential helper to remove this warning. See [2023-02-21T07:27:34.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T07:27:34.095Z] [2023-02-21T07:27:34.095Z] Login Succeeded [2023-02-21T07:27:34.095Z] nexus3.edgexfoundry.org:10002 [2023-02-21T07:27:34.118Z] ---> Running in d1bfe41c7b22 [2023-02-21T07:27:34.118Z] ---> Running in c504d6b5687b [2023-02-21T07:27:34.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T07:27:34.376Z] Removing intermediate container d1bfe41c7b22 [2023-02-21T07:27:34.376Z] ---> 71b312778d27 [2023-02-21T07:27:34.376Z] Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:27:34.376Z] ---> Running in 5dac78725b79 [2023-02-21T07:27:34.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T07:27:34.635Z] Configure a credential helper to remove this warning. See [2023-02-21T07:27:34.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T07:27:34.635Z] [2023-02-21T07:27:34.635Z] Login Succeeded [2023-02-21T07:27:34.635Z] nexus3.edgexfoundry.org:10003 [2023-02-21T07:27:34.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T07:27:34.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T07:27:34.904Z] Configure a credential helper to remove this warning. See [2023-02-21T07:27:34.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T07:27:34.904Z] [2023-02-21T07:27:34.904Z] Login Succeeded [2023-02-21T07:27:34.904Z] nexus3.edgexfoundry.org:10004 [2023-02-21T07:27:34.943Z] Removing intermediate container 5dac78725b79 [2023-02-21T07:27:34.943Z] ---> 04dea5c3eb49 [2023-02-21T07:27:34.943Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T07:27:34.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:34.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:34.943Z] ---> Running in a16cfbc2385f [2023-02-21T07:27:34.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:34.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:35.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T07:27:35.200Z] Removing intermediate container a16cfbc2385f [2023-02-21T07:27:35.200Z] ---> c53a814bef4e [2023-02-21T07:27:35.200Z] [2023-02-21T07:27:35.200Z] Successfully built c53a814bef4e [2023-02-21T07:27:35.200Z] OK: 211 MiB in 51 packages [2023-02-21T07:27:35.200Z] Successfully tagged security-spire-agent:latest [2023-02-21T07:27:35.200Z]  Building security-spire-agent ... done Building core-metadata [2023-02-21T07:27:35.200Z] OK: 211 MiB in 51 packages [2023-02-21T07:27:35.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T07:27:35.446Z] Configure a credential helper to remove this warning. See [2023-02-21T07:27:35.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T07:27:35.446Z] [2023-02-21T07:27:35.446Z] Login Succeeded [2023-02-21T07:27:35.446Z] docker.io [2023-02-21T07:27:35.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T07:27:35.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T07:27:35.986Z] Configure a credential helper to remove this warning. See [2023-02-21T07:27:35.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T07:27:35.986Z] [2023-02-21T07:27:35.986Z] Login Succeeded [2023-02-21T07:27:35.986Z] ---> docker-login.sh ends [Pipeline] } [2023-02-21T07:27:36.019Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-21T07:27:36.727Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-21T07:27:36.765Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-21T07:27:36.793Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-21T07:27:36.823Z] ========================================================= [2023-02-21T07:27:36.823Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-21T07:27:36.823Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-21T07:27:37.103Z] Removing intermediate container 171ba18391b1 [2023-02-21T07:27:37.104Z] ---> 68cda6c3031f [2023-02-21T07:27:37.104Z] [2023-02-21T07:27:37.104Z] Step 9/32 : FROM alpine:3.16 [2023-02-21T07:27:37.208Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-21T07:27:37.362Z] Removing intermediate container c504d6b5687b [2023-02-21T07:27:37.362Z] ---> 4965d1c74784 [2023-02-21T07:27:37.362Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T07:27:37.362Z] Removing intermediate container 9f4a1a0e248a [2023-02-21T07:27:37.362Z] ---> 0a735a3db34e [2023-02-21T07:27:37.362Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-21T07:27:37.362Z] 3.16: Pulling from library/alpine [2023-02-21T07:27:37.489Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-21T07:27:37.489Z] 9b18e9b68314: Pulling fs layer [2023-02-21T07:27:37.489Z] 35d82f9e3411: Pulling fs layer [2023-02-21T07:27:37.489Z] e16973657156: Pulling fs layer [2023-02-21T07:27:37.489Z] fc693d55d65f: Pulling fs layer [2023-02-21T07:27:37.489Z] 7e9fc2657dce: Pulling fs layer [2023-02-21T07:27:37.489Z] dda99020689f: Pulling fs layer [2023-02-21T07:27:37.489Z] db1c61fa0a46: Pulling fs layer [2023-02-21T07:27:37.489Z] 891c053d2c06: Pulling fs layer [2023-02-21T07:27:37.489Z] 7e9fc2657dce: Waiting [2023-02-21T07:27:37.489Z] dda99020689f: Waiting [2023-02-21T07:27:37.489Z] db1c61fa0a46: Waiting [2023-02-21T07:27:37.489Z] 891c053d2c06: Waiting [2023-02-21T07:27:37.489Z] fc693d55d65f: Waiting [2023-02-21T07:27:37.489Z] e16973657156: Verifying Checksum [2023-02-21T07:27:37.489Z] e16973657156: Download complete [2023-02-21T07:27:37.489Z] 35d82f9e3411: Verifying Checksum [2023-02-21T07:27:37.489Z] 35d82f9e3411: Download complete [2023-02-21T07:27:37.489Z] 7e9fc2657dce: Verifying Checksum [2023-02-21T07:27:37.489Z] 7e9fc2657dce: Download complete [2023-02-21T07:27:37.489Z] dda99020689f: Verifying Checksum [2023-02-21T07:27:37.489Z] dda99020689f: Download complete [2023-02-21T07:27:37.489Z] 9b18e9b68314: Verifying Checksum [2023-02-21T07:27:37.620Z] ---> 4476668b14fc [2023-02-21T07:27:37.620Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:27:37.620Z] ---> 1fd53eaf306f [2023-02-21T07:27:37.620Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:27:37.878Z] ---> Running in 0aa879247b53 [2023-02-21T07:27:37.878Z] ---> Running in cb07a8fcb522 [2023-02-21T07:27:38.136Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-21T07:27:38.136Z] Status: Downloaded newer image for alpine:3.16 [2023-02-21T07:27:38.136Z] ---> dfd21b5a31f5 [2023-02-21T07:27:38.136Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T07:27:38.395Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:27:38.395Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:27:38.395Z] ---> 21f9a3587075 [2023-02-21T07:27:38.395Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:27:38.395Z] ---> Using cache [2023-02-21T07:27:38.395Z] ---> ec38792f39f5 [2023-02-21T07:27:38.395Z] Step 4/24 : WORKDIR /edgex-go [2023-02-21T07:27:38.395Z] ---> Using cache [2023-02-21T07:27:38.395Z] ---> 2bad8834eba1 [2023-02-21T07:27:38.395Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-21T07:27:38.395Z] ---> Using cache [2023-02-21T07:27:38.395Z] ---> 0a735a3db34e [2023-02-21T07:27:38.395Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-21T07:27:38.395Z] ---> Using cache [2023-02-21T07:27:38.395Z] ---> 1fd53eaf306f [2023-02-21T07:27:38.395Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:27:38.465Z] 9b18e9b68314: Pull complete [2023-02-21T07:27:38.654Z] ---> Running in 9a8af95f6974 [2023-02-21T07:27:38.654Z] ---> Running in 6de803204d3b [2023-02-21T07:27:38.654Z] Removing intermediate container 9a8af95f6974 [2023-02-21T07:27:38.654Z] ---> b3a47ef7efab [2023-02-21T07:27:38.654Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-21T07:27:38.738Z] 891c053d2c06: Verifying Checksum [2023-02-21T07:27:38.738Z] 891c053d2c06: Download complete [2023-02-21T07:27:38.912Z] ---> Running in d1f75013b51d [2023-02-21T07:27:39.012Z] 35d82f9e3411: Pull complete [2023-02-21T07:27:39.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:39.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:39.283Z] e16973657156: Pull complete [2023-02-21T07:27:39.429Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-21T07:27:39.429Z] (2/2) Installing su-exec (0.2-r1) [2023-02-21T07:27:39.429Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:27:39.429Z] OK: 6 MiB in 16 packages [2023-02-21T07:27:40.258Z] db1c61fa0a46: Verifying Checksum [2023-02-21T07:27:40.258Z] db1c61fa0a46: Download complete [2023-02-21T07:27:40.365Z] Removing intermediate container d1f75013b51d [2023-02-21T07:27:40.365Z] ---> 0ed1518b0f8b [2023-02-21T07:27:40.365Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-21T07:27:40.365Z] Removing intermediate container a452e42e3f2b [2023-02-21T07:27:40.365Z] ---> 567a520613dd [2023-02-21T07:27:40.365Z] [2023-02-21T07:27:40.365Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T07:27:40.365Z] ---> dfd21b5a31f5 [2023-02-21T07:27:40.365Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-21T07:27:40.365Z] ---> Running in fee281c5f27a [2023-02-21T07:27:40.365Z] ---> Running in 2ad2172e0f88 [2023-02-21T07:27:40.365Z] Removing intermediate container 2ad2172e0f88 [2023-02-21T07:27:40.365Z] ---> 7ad9a5c68999 [2023-02-21T07:27:40.365Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-21T07:27:40.365Z] ---> Running in 27faa93dd676 [2023-02-21T07:27:40.529Z] fc693d55d65f: Verifying Checksum [2023-02-21T07:27:40.529Z] fc693d55d65f: Download complete [2023-02-21T07:27:40.625Z] Removing intermediate container 27faa93dd676 [2023-02-21T07:27:40.625Z] ---> ca97c8f3335d [2023-02-21T07:27:40.625Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-21T07:27:40.625Z] ---> Running in eb686253f111 [2023-02-21T07:27:40.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:40.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:27:40.883Z] Removing intermediate container eb686253f111 [2023-02-21T07:27:40.883Z] ---> f7578f461c97 [2023-02-21T07:27:40.883Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-21T07:27:40.883Z] ---> Running in 7e7e184f6ffa [2023-02-21T07:27:40.883Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-21T07:27:40.883Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-21T07:27:40.883Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:27:41.142Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T07:27:41.142Z] Removing intermediate container 7e7e184f6ffa [2023-02-21T07:27:41.142Z] ---> a16b77754d57 [2023-02-21T07:27:41.142Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-21T07:27:41.142Z] OK: 6 MiB in 16 packages [2023-02-21T07:27:41.142Z] ---> Running in 857dce1986ae [2023-02-21T07:27:41.709Z] Removing intermediate container fee281c5f27a [2023-02-21T07:27:41.709Z] ---> fbd3fe837600 [2023-02-21T07:27:41.709Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T07:27:41.709Z] ---> Running in c5babbb0c3a9 [2023-02-21T07:27:41.709Z] Removing intermediate container c5babbb0c3a9 [2023-02-21T07:27:41.709Z] ---> af0cd05d1322 [2023-02-21T07:27:41.709Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-21T07:27:41.709Z] ---> Running in 2e019ef363db [2023-02-21T07:27:41.709Z] Removing intermediate container 857dce1986ae [2023-02-21T07:27:41.709Z] ---> ff764aab67c0 [2023-02-21T07:27:41.709Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-21T07:27:41.967Z] ---> Running in 1338923b37a6 [2023-02-21T07:27:41.967Z] Removing intermediate container 2e019ef363db [2023-02-21T07:27:41.967Z] ---> a3e343061a27 [2023-02-21T07:27:41.967Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-21T07:27:42.225Z] ---> Running in 33938c1af70d [2023-02-21T07:27:42.225Z] Removing intermediate container 1338923b37a6 [2023-02-21T07:27:42.225Z] ---> 2c96304e01af [2023-02-21T07:27:42.225Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-21T07:27:42.796Z] Removing intermediate container 33938c1af70d [2023-02-21T07:27:42.796Z] ---> 544fb520170f [2023-02-21T07:27:42.796Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:27:43.056Z] ---> 332d8c158316 [2023-02-21T07:27:43.056Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-21T07:27:43.626Z] ---> 2958c5bbd2c8 [2023-02-21T07:27:43.626Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-21T07:27:43.626Z] ---> Running in fb6a07a56401 [2023-02-21T07:27:46.204Z] ---> cba4911afe2c [2023-02-21T07:27:46.204Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-21T07:27:46.204Z] Removing intermediate container fb6a07a56401 [2023-02-21T07:27:46.204Z] ---> ae5ebfb87515 [2023-02-21T07:27:46.204Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:27:46.463Z] ---> cf0d99bad2df [2023-02-21T07:27:46.463Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-21T07:27:46.463Z] ---> 36c519b4d894 [2023-02-21T07:27:46.463Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-21T07:27:46.463Z] ---> Running in 23aa5d9bfaf8 [2023-02-21T07:27:46.760Z] Removing intermediate container 23aa5d9bfaf8 [2023-02-21T07:27:46.760Z] ---> 751f9c4cc706 [2023-02-21T07:27:46.760Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:27:47.018Z] ---> Running in 6591e4934b9e [2023-02-21T07:27:47.354Z] ---> f73613105074 [2023-02-21T07:27:47.354Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-21T07:27:47.614Z] Removing intermediate container 6591e4934b9e [2023-02-21T07:27:47.614Z] ---> 0c68f28699d9 [2023-02-21T07:27:47.614Z] Step 20/22 : LABEL arch=x86_64 [2023-02-21T07:27:47.614Z] ---> 3f2d2e146e0e [2023-02-21T07:27:47.614Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-21T07:27:47.614Z] ---> Running in 6fc94427cafb [2023-02-21T07:27:47.878Z] Removing intermediate container 6fc94427cafb [2023-02-21T07:27:47.878Z] ---> e77241a3baf1 [2023-02-21T07:27:47.878Z] Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:27:47.878Z] ---> e04106dc91a7 [2023-02-21T07:27:47.878Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-21T07:27:48.141Z] ---> Running in 263d719e9dd2 [2023-02-21T07:27:48.409Z] Removing intermediate container 263d719e9dd2 [2023-02-21T07:27:48.409Z] ---> 6fbbb9f2f085 [2023-02-21T07:27:48.409Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T07:27:48.409Z] ---> 5018de31f894 [2023-02-21T07:27:48.409Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-21T07:27:48.668Z] ---> Running in 323e6d68ee06 [2023-02-21T07:27:48.927Z] Removing intermediate container 323e6d68ee06 [2023-02-21T07:27:48.927Z] ---> 43605d580501 [2023-02-21T07:27:48.927Z] [2023-02-21T07:27:48.927Z] ---> fcb4078853c3 [2023-02-21T07:27:48.927Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-21T07:27:48.927Z] Successfully built 43605d580501 [2023-02-21T07:27:48.927Z] Successfully tagged support-notifications:latest [2023-02-21T07:27:48.927Z] Building core-data [2023-02-21T07:27:50.591Z]  Building support-notifications ... done  ---> 03e24c579a73 [2023-02-21T07:27:50.591Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-21T07:27:50.849Z] ---> Running in 2ef8c2389fd4 [2023-02-21T07:27:52.240Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:27:52.240Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:27:52.240Z] ---> 21f9a3587075 [2023-02-21T07:27:52.240Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:27:52.240Z] ---> Using cache [2023-02-21T07:27:52.240Z] ---> ec38792f39f5 [2023-02-21T07:27:52.240Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T07:27:52.240Z] ---> Using cache [2023-02-21T07:27:52.240Z] ---> 2bad8834eba1 [2023-02-21T07:27:52.240Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-21T07:27:52.240Z] ---> Using cache [2023-02-21T07:27:52.240Z] ---> 0a735a3db34e [2023-02-21T07:27:52.240Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T07:27:52.240Z] ---> Using cache [2023-02-21T07:27:52.240Z] ---> 1fd53eaf306f [2023-02-21T07:27:52.240Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:27:52.810Z] ---> Running in e6d5a46af062 [2023-02-21T07:27:52.864Z] fc693d55d65f: Pull complete [2023-02-21T07:27:52.864Z] 7e9fc2657dce: Pull complete [2023-02-21T07:27:52.864Z] dda99020689f: Pull complete [2023-02-21T07:27:53.068Z] Removing intermediate container 2ef8c2389fd4 [2023-02-21T07:27:53.068Z] ---> a7658be87757 [2023-02-21T07:27:53.068Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-21T07:27:53.068Z] ---> Running in 70f290f0708d [2023-02-21T07:27:53.328Z] Removing intermediate container cb07a8fcb522 [2023-02-21T07:27:53.328Z] ---> b5cd393794bb [2023-02-21T07:27:53.328Z] Step 8/23 : COPY . . [2023-02-21T07:27:53.328Z] Removing intermediate container 70f290f0708d [2023-02-21T07:27:53.328Z] ---> 2db715b5f68a [2023-02-21T07:27:53.328Z] Step 29/32 : CMD ["gate"] [2023-02-21T07:27:53.587Z] ---> Running in d647f7ea0888 [2023-02-21T07:27:53.850Z] Removing intermediate container 0aa879247b53 [2023-02-21T07:27:53.850Z] ---> 7a745fa2be66 [2023-02-21T07:27:53.850Z] Step 8/22 : COPY . . [2023-02-21T07:27:54.110Z] Removing intermediate container d647f7ea0888 [2023-02-21T07:27:54.110Z] ---> 29a6c2555932 [2023-02-21T07:27:54.110Z] Step 30/32 : LABEL arch=x86_64 [2023-02-21T07:27:55.516Z] ---> Running in 0f3fee716cfd [2023-02-21T07:27:55.774Z] Removing intermediate container 0f3fee716cfd [2023-02-21T07:27:55.774Z] ---> 4629a50ebdf8 [2023-02-21T07:27:55.774Z] Step 31/32 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:27:55.774Z] Removing intermediate container 6de803204d3b [2023-02-21T07:27:55.774Z] ---> 2c6b91917ad2 [2023-02-21T07:27:55.774Z] Step 8/24 : COPY . . [2023-02-21T07:27:55.774Z] ---> Running in c67a131e7175 [2023-02-21T07:27:56.354Z] Removing intermediate container c67a131e7175 [2023-02-21T07:27:56.354Z] ---> 79f8767884d6 [2023-02-21T07:27:56.354Z] Step 32/32 : LABEL version=0.0.0 [2023-02-21T07:27:56.925Z] ---> Running in 08d375ca9169 [2023-02-21T07:27:56.925Z] ---> 4b8ef7830297 [2023-02-21T07:27:56.925Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-21T07:27:57.184Z] ---> Running in e491710c1628 [2023-02-21T07:27:57.184Z] Removing intermediate container 08d375ca9169 [2023-02-21T07:27:57.184Z] ---> 93747c62a21d [2023-02-21T07:27:57.184Z] [2023-02-21T07:27:57.184Z] Successfully built 93747c62a21d [2023-02-21T07:27:57.184Z] Successfully tagged security-bootstrapper:latest [2023-02-21T07:27:57.184Z] Building support-scheduler [2023-02-21T07:27:57.445Z]  Building security-bootstrapper ... done  ---> 284ef5c82414 [2023-02-21T07:27:57.445Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-21T07:27:57.445Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-21T07:27:58.013Z] ---> Running in 772ec8dad0e8 [2023-02-21T07:27:58.579Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-21T07:27:59.515Z] ---> 4da315243d89 [2023-02-21T07:27:59.515Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-21T07:27:59.554Z] db1c61fa0a46: Pull complete [2023-02-21T07:27:59.774Z] ---> Running in c0d347036728 [2023-02-21T07:28:00.032Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:28:00.033Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:28:00.033Z] ---> 21f9a3587075 [2023-02-21T07:28:00.033Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:28:00.033Z] ---> Using cache [2023-02-21T07:28:00.033Z] ---> ec38792f39f5 [2023-02-21T07:28:00.033Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T07:28:00.033Z] ---> Using cache [2023-02-21T07:28:00.033Z] ---> 2bad8834eba1 [2023-02-21T07:28:00.033Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-21T07:28:00.033Z] ---> Using cache [2023-02-21T07:28:00.033Z] ---> 0a735a3db34e [2023-02-21T07:28:00.033Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T07:28:00.033Z] ---> Using cache [2023-02-21T07:28:00.033Z] ---> 1fd53eaf306f [2023-02-21T07:28:00.033Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:28:00.033Z] ---> Using cache [2023-02-21T07:28:00.033Z] ---> 2c6b91917ad2 [2023-02-21T07:28:00.033Z] Step 8/22 : COPY . . [2023-02-21T07:28:00.033Z] ---> Using cache [2023-02-21T07:28:00.033Z] ---> 4da315243d89 [2023-02-21T07:28:00.033Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-21T07:28:00.290Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-21T07:28:00.552Z] ---> Running in 30345633cd10 [2023-02-21T07:28:01.487Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-21T07:28:02.144Z] 891c053d2c06: Pull complete [2023-02-21T07:28:02.144Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-21T07:28:02.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-21T07:28:02.144Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-21T07:28:02.545Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-21T07:28:02.545Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-21T07:28:02.545Z] WORKDIR /edgex [2023-02-21T07:28:02.545Z] COPY go.mod . [2023-02-21T07:28:02.545Z] RUN go mod download [2023-02-21T07:28:03.131Z] Sending build context to Docker daemon 3.093MB [2023-02-21T07:28:03.131Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-21T07:28:03.131Z] ---> f96f9c87975a [2023-02-21T07:28:03.131Z] Step 2/4 : WORKDIR /edgex [2023-02-21T07:28:05.091Z] ---> Running in 06a93336df11 [2023-02-21T07:28:05.685Z] Removing intermediate container 06a93336df11 [2023-02-21T07:28:05.685Z] ---> cd50acc5f983 [2023-02-21T07:28:05.685Z] Step 3/4 : COPY go.mod . [2023-02-21T07:28:05.953Z] ---> aaf62e56c4c1 [2023-02-21T07:28:05.953Z] Step 4/4 : RUN go mod download [2023-02-21T07:28:06.225Z] ---> Running in 1ff69047c28b [2023-02-21T07:28:11.799Z] Removing intermediate container e6d5a46af062 [2023-02-21T07:28:11.799Z] ---> bbc537e0714f [2023-02-21T07:28:11.799Z] Step 8/22 : COPY . . [2023-02-21T07:28:17.096Z] ---> 4e73537b919f [2023-02-21T07:28:17.096Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-21T07:28:17.096Z] ---> Running in deedb166dd2b [2023-02-21T07:28:17.354Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-21T07:28:32.224Z] Removing intermediate container e491710c1628 [2023-02-21T07:28:32.224Z] ---> 85d175002440 [2023-02-21T07:28:32.224Z] [2023-02-21T07:28:32.224Z] Step 10/23 : FROM alpine:3.16 [2023-02-21T07:28:32.224Z] ---> dfd21b5a31f5 [2023-02-21T07:28:32.224Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-21T07:28:32.224Z] Removing intermediate container 772ec8dad0e8 [2023-02-21T07:28:32.224Z] ---> ab06c2441e54 [2023-02-21T07:28:32.224Z] [2023-02-21T07:28:32.224Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T07:28:32.224Z] ---> dfd21b5a31f5 [2023-02-21T07:28:32.224Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-21T07:28:32.224Z] ---> Running in 73a2135310f6 [2023-02-21T07:28:32.224Z] ---> Running in f12eb94e16f7 [2023-02-21T07:28:32.224Z] Removing intermediate container 73a2135310f6 [2023-02-21T07:28:32.224Z] ---> 72439534f1a2 [2023-02-21T07:28:32.224Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T07:28:32.224Z] ---> Running in d4a8025132cd [2023-02-21T07:28:32.224Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:32.224Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:32.224Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T07:28:32.224Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:28:32.224Z] OK: 6 MiB in 15 packages [2023-02-21T07:28:32.224Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:32.224Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:32.224Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T07:28:32.224Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:28:32.224Z] OK: 6 MiB in 15 packages [2023-02-21T07:28:32.224Z] Removing intermediate container f12eb94e16f7 [2023-02-21T07:28:32.224Z] ---> 506a8c01a332 [2023-02-21T07:28:32.224Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T07:28:32.224Z] ---> Running in 547aa0eefe64 [2023-02-21T07:28:32.482Z] Removing intermediate container d4a8025132cd [2023-02-21T07:28:32.482Z] ---> a1aa231a5009 [2023-02-21T07:28:32.482Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:28:32.741Z] Removing intermediate container 547aa0eefe64 [2023-02-21T07:28:32.741Z] ---> ec6d34ea22f0 [2023-02-21T07:28:32.741Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-21T07:28:32.741Z] ---> eaf56d589967 [2023-02-21T07:28:32.741Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-21T07:28:32.741Z] ---> Running in 9d1b8946e387 [2023-02-21T07:28:33.305Z] Removing intermediate container 9d1b8946e387 [2023-02-21T07:28:33.305Z] ---> c7257c80f88c [2023-02-21T07:28:33.305Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-21T07:28:33.305Z] ---> Running in c920aefce66e [2023-02-21T07:28:33.305Z] Removing intermediate container c0d347036728 [2023-02-21T07:28:33.305Z] ---> 12a68fd987da [2023-02-21T07:28:33.305Z] [2023-02-21T07:28:33.305Z] Step 10/24 : FROM alpine:3.16 [2023-02-21T07:28:33.305Z] ---> dfd21b5a31f5 [2023-02-21T07:28:33.305Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-21T07:28:33.305Z] ---> Using cache [2023-02-21T07:28:33.305Z] ---> 506a8c01a332 [2023-02-21T07:28:33.305Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T07:28:33.305Z] ---> Using cache [2023-02-21T07:28:33.305Z] ---> ec6d34ea22f0 [2023-02-21T07:28:33.305Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-21T07:28:33.305Z] Removing intermediate container c920aefce66e [2023-02-21T07:28:33.305Z] ---> 2e653855e7ca [2023-02-21T07:28:33.305Z] Step 15/23 : WORKDIR / [2023-02-21T07:28:33.305Z] ---> a0c082362a78 [2023-02-21T07:28:33.305Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-21T07:28:33.305Z] ---> Running in 16749270d884 [2023-02-21T07:28:33.562Z] ---> Running in 34d3b6cb7c50 [2023-02-21T07:28:33.562Z] Removing intermediate container 16749270d884 [2023-02-21T07:28:33.562Z] ---> 416f9d218a5f [2023-02-21T07:28:33.562Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-21T07:28:33.562Z] ---> 4b3af9eae11e [2023-02-21T07:28:33.562Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-21T07:28:33.562Z] ---> Running in dcbf44bbf9a9 [2023-02-21T07:28:33.562Z] Removing intermediate container 34d3b6cb7c50 [2023-02-21T07:28:33.562Z] ---> 3c52a8a0a594 [2023-02-21T07:28:33.562Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:28:33.820Z] ---> cc20c748cc8b [2023-02-21T07:28:33.820Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T07:28:33.820Z] Removing intermediate container dcbf44bbf9a9 [2023-02-21T07:28:33.820Z] ---> cff2cb1cb0ac [2023-02-21T07:28:33.820Z] Step 15/24 : WORKDIR / [2023-02-21T07:28:33.820Z] ---> 35e4efd611ea [2023-02-21T07:28:33.820Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-21T07:28:33.820Z] ---> Running in af2569c0a5c3 [2023-02-21T07:28:33.820Z] ---> Running in 9257f8d2ec15 [2023-02-21T07:28:34.079Z] Removing intermediate container 9257f8d2ec15 [2023-02-21T07:28:34.079Z] ---> 3d7095ca1194 [2023-02-21T07:28:34.079Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:28:34.336Z] ---> 022f1c9a44eb [2023-02-21T07:28:34.336Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-21T07:28:34.594Z] ---> f6d766bcff54 [2023-02-21T07:28:34.594Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-21T07:28:34.859Z] ---> 58a36ea7ca77 [2023-02-21T07:28:34.859Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-21T07:28:34.859Z] ---> Running in c6aeec1bd4e8 [2023-02-21T07:28:34.859Z] Removing intermediate container af2569c0a5c3 [2023-02-21T07:28:34.859Z] ---> 47424954ad56 [2023-02-21T07:28:34.859Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T07:28:34.859Z] ---> Running in c74ca28e957b [2023-02-21T07:28:35.117Z] ---> bd5a4b0b258e [2023-02-21T07:28:35.117Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-21T07:28:35.117Z] Removing intermediate container c6aeec1bd4e8 [2023-02-21T07:28:35.117Z] ---> f155f966825e [2023-02-21T07:28:35.117Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:28:35.117Z] Removing intermediate container c74ca28e957b [2023-02-21T07:28:35.117Z] ---> 4a573e4daa30 [2023-02-21T07:28:35.117Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-21T07:28:35.117Z] ---> Running in e006c31a55f8 [2023-02-21T07:28:35.117Z] ---> Running in bc0a64e68a33 [2023-02-21T07:28:35.374Z] ---> d30c4ee0f866 [2023-02-21T07:28:35.374Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-21T07:28:35.374Z] Removing intermediate container e006c31a55f8 [2023-02-21T07:28:35.374Z] ---> 87eb38748a03 [2023-02-21T07:28:35.374Z] Step 21/23 : LABEL arch=x86_64 [2023-02-21T07:28:35.374Z] ---> Running in ba9084a1d6da [2023-02-21T07:28:35.374Z] Removing intermediate container bc0a64e68a33 [2023-02-21T07:28:35.374Z] ---> ad951821f5fa [2023-02-21T07:28:35.374Z] Step 20/22 : LABEL arch=x86_64 [2023-02-21T07:28:35.374Z] ---> Running in ba7e300c70e6 [2023-02-21T07:28:35.633Z] Removing intermediate container ba9084a1d6da [2023-02-21T07:28:35.633Z] ---> f54d5f2dd102 [2023-02-21T07:28:35.633Z] Step 22/23 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:28:35.633Z] ---> Running in 972c8ff5581f [2023-02-21T07:28:35.633Z] ---> 84b3595cd334 [2023-02-21T07:28:35.633Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-21T07:28:35.633Z] Removing intermediate container ba7e300c70e6 [2023-02-21T07:28:35.633Z] ---> 9b817c20a970 [2023-02-21T07:28:35.633Z] Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:28:35.633Z] ---> Running in d175a35aaa43 [2023-02-21T07:28:35.633Z] ---> Running in b1245d1d368c [2023-02-21T07:28:35.633Z] Removing intermediate container 972c8ff5581f [2023-02-21T07:28:35.633Z] ---> e28c7136cb85 [2023-02-21T07:28:35.633Z] Step 23/23 : LABEL version=0.0.0 [2023-02-21T07:28:35.898Z] ---> Running in cd9189a2257d [2023-02-21T07:28:35.898Z] Removing intermediate container d175a35aaa43 [2023-02-21T07:28:35.898Z] ---> 12c5f916f9f0 [2023-02-21T07:28:35.898Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:28:35.898Z] ---> Running in 3d395bd734ac [2023-02-21T07:28:35.898Z] Removing intermediate container b1245d1d368c [2023-02-21T07:28:35.898Z] ---> 502db6ab6f5e [2023-02-21T07:28:35.898Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T07:28:36.158Z] Removing intermediate container cd9189a2257d [2023-02-21T07:28:36.158Z] ---> 6e9f0d8b327f [2023-02-21T07:28:36.158Z] [2023-02-21T07:28:36.158Z] ---> Running in af20a4b49b49 [2023-02-21T07:28:36.158Z] Successfully built 6e9f0d8b327f [2023-02-21T07:28:36.158Z] Removing intermediate container 3d395bd734ac [2023-02-21T07:28:36.158Z] ---> c86f04539cdb [2023-02-21T07:28:36.158Z] Step 22/24 : LABEL arch=x86_64 [2023-02-21T07:28:36.158Z] Successfully tagged core-command:latest [2023-02-21T07:28:36.158Z]  Building core-command ... done Building security-secretstore-setup [2023-02-21T07:28:36.158Z] ---> Running in b86f4bf1580f [2023-02-21T07:28:36.158Z] Removing intermediate container af20a4b49b49 [2023-02-21T07:28:36.158Z] ---> fd9a3dd16fed [2023-02-21T07:28:36.158Z] [2023-02-21T07:28:36.417Z] Successfully built fd9a3dd16fed [2023-02-21T07:28:36.675Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-21T07:28:36.675Z] Building security-proxy-setup [2023-02-21T07:28:36.675Z]  Building core-common-config-bootstrapper ... done Removing intermediate container b86f4bf1580f [2023-02-21T07:28:36.675Z] ---> 105a4d4fbe9f [2023-02-21T07:28:36.675Z] Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:28:38.048Z] ---> Running in dfbbdacba93f [2023-02-21T07:28:38.049Z] Removing intermediate container dfbbdacba93f [2023-02-21T07:28:38.049Z] ---> 5cef255c964b [2023-02-21T07:28:38.049Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T07:28:38.049Z] ---> Running in e58b0ebd2952 [2023-02-21T07:28:38.308Z] Removing intermediate container e58b0ebd2952 [2023-02-21T07:28:38.308Z] ---> 152927abd650 [2023-02-21T07:28:38.308Z] [2023-02-21T07:28:38.504Z] Removing intermediate container 1ff69047c28b [2023-02-21T07:28:38.504Z] ---> 73555d26df4d [2023-02-21T07:28:38.504Z] Successfully built 73555d26df4d [2023-02-21T07:28:38.504Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [2023-02-21T07:28:38.564Z] Successfully built 152927abd650 [2023-02-21T07:28:38.564Z] Successfully tagged core-metadata:latest [2023-02-21T07:28:38.564Z] Building security-spiffe-token-provider [Pipeline] { [Pipeline] sh [2023-02-21T07:28:38.939Z] + docker inspect -f . ci-base-image-arm64 [2023-02-21T07:28:38.939Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T07:28:39.183Z] prd-ubuntu20.04-docker-arm64-4c-16g-6824 does not seem to be running inside a container [2023-02-21T07:28:39.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-21T07:28:40.404Z] $ docker top 5135c8ee0f22cbc70e120fd069ee97bec94cbef2d8c90bb9765dff23ec9fc020 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T07:28:41.094Z]  Building core-metadata ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:28:41.094Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:28:41.094Z] ---> 21f9a3587075 [2023-02-21T07:28:41.094Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T07:28:41.094Z] ---> Using cache [2023-02-21T07:28:41.094Z] ---> 92bbb541ce9d [2023-02-21T07:28:41.094Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-21T07:28:41.270Z] + go version [2023-02-21T07:28:41.270Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-21T07:28:41.305Z] $ docker stop --time=1 5135c8ee0f22cbc70e120fd069ee97bec94cbef2d8c90bb9765dff23ec9fc020 [2023-02-21T07:28:41.660Z] ---> Running in d5d4964660ef [2023-02-21T07:28:41.660Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:28:41.660Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:28:41.660Z] ---> 21f9a3587075 [2023-02-21T07:28:41.660Z] Step 3/21 : WORKDIR /edgex-go [2023-02-21T07:28:41.660Z] ---> Using cache [2023-02-21T07:28:41.660Z] ---> 92bbb541ce9d [2023-02-21T07:28:41.660Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-21T07:28:41.660Z] Removing intermediate container 30345633cd10 [2023-02-21T07:28:41.660Z] ---> abe27e6b02ed [2023-02-21T07:28:41.660Z] [2023-02-21T07:28:41.660Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T07:28:41.660Z] ---> dfd21b5a31f5 [2023-02-21T07:28:41.660Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T07:28:41.660Z] ---> Using cache [2023-02-21T07:28:41.660Z] ---> 506a8c01a332 [2023-02-21T07:28:41.660Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T07:28:41.660Z] ---> Using cache [2023-02-21T07:28:41.660Z] ---> ec6d34ea22f0 [2023-02-21T07:28:41.660Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-21T07:28:41.923Z] ---> Running in dd9bf7a08742 [2023-02-21T07:28:41.923Z] ---> Running in 2b2ec2e9cca8 [2023-02-21T07:28:41.923Z] Removing intermediate container dd9bf7a08742 [2023-02-21T07:28:41.923Z] ---> 1b6514ca60af [2023-02-21T07:28:41.923Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-21T07:28:42.180Z] ---> Running in caa00fd186e5 [2023-02-21T07:28:42.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:42.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:42.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:42.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:42.440Z] Removing intermediate container caa00fd186e5 [2023-02-21T07:28:42.440Z] ---> 97010b55624c [2023-02-21T07:28:42.440Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:28:42.440Z] OK: 211 MiB in 51 packages [2023-02-21T07:28:42.440Z] OK: 211 MiB in 51 packages [2023-02-21T07:28:42.698Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:28:42.698Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:28:42.698Z] ---> 21f9a3587075 [2023-02-21T07:28:42.698Z] Step 3/19 : WORKDIR /edgex-go [2023-02-21T07:28:42.698Z] ---> Using cache [2023-02-21T07:28:42.698Z] ---> 92bbb541ce9d [2023-02-21T07:28:42.698Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-21T07:28:42.895Z] $ docker rm -f --volumes 5135c8ee0f22cbc70e120fd069ee97bec94cbef2d8c90bb9765dff23ec9fc020 [2023-02-21T07:28:42.979Z] ---> aa772e52c192 [2023-02-21T07:28:42.979Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-21T07:28:42.979Z] ---> Running in 1951711cd34a [Pipeline] // withDockerContainer [Pipeline] } [2023-02-21T07:28:43.238Z] ---> 85347380c39e [2023-02-21T07:28:43.238Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-21T07:28:43.238Z] Removing intermediate container d5d4964660ef [2023-02-21T07:28:43.238Z] ---> 1fa83230a3dc [2023-02-21T07:28:43.238Z] Step 5/24 : COPY go.mod vendor* ./ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [2023-02-21T07:28:43.501Z] Removing intermediate container deedb166dd2b [2023-02-21T07:28:43.501Z] ---> 355a59cf2cf3 [2023-02-21T07:28:43.501Z] [2023-02-21T07:28:43.501Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T07:28:43.501Z] ---> dfd21b5a31f5 [2023-02-21T07:28:43.501Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-21T07:28:43.501Z] Removing intermediate container 2b2ec2e9cca8 [2023-02-21T07:28:43.501Z] ---> 743011becb10 [2023-02-21T07:28:43.501Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-21T07:28:43.501Z] ---> Running in 50bfd57ea7a9 [2023-02-21T07:28:43.501Z] ---> df167909c5ff [2023-02-21T07:28:43.501Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:28:43.501Z] ---> 05279c6881f1 [2023-02-21T07:28:43.501Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-21T07:28:43.501Z] ---> Running in a6d90655f9f5 [2023-02-21T07:28:43.501Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:43.501Z] Removing intermediate container 50bfd57ea7a9 [2023-02-21T07:28:43.501Z] ---> 8ec2a9a35350 [2023-02-21T07:28:43.501Z] Step 12/22 : ENV APP_PORT=59880 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:28:43.759Z] ---> Running in bd9c7de4a2b8 [2023-02-21T07:28:43.759Z] ---> a9ac925af5b8 [2023-02-21T07:28:43.759Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:28:43.759Z] ---> Running in 9a0ad69b3af1 [2023-02-21T07:28:43.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:43.759Z] ---> Running in 52567ff5d179 [2023-02-21T07:28:43.759Z] Removing intermediate container bd9c7de4a2b8 [2023-02-21T07:28:43.759Z] ---> fd40bfe29c72 [2023-02-21T07:28:43.759Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:28:43.759Z] ---> Running in c98549e9c86f [2023-02-21T07:28:43.759Z] Removing intermediate container 9a0ad69b3af1 [2023-02-21T07:28:43.759Z] ---> b83be45bfbc9 [2023-02-21T07:28:43.759Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-21T07:28:43.759Z] ---> Running in 4f3202df4433 [2023-02-21T07:28:43.883Z] + docker inspect -f . ci-base-image-arm64 [2023-02-21T07:28:43.883Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T07:28:44.017Z] Removing intermediate container c98549e9c86f [2023-02-21T07:28:44.017Z] ---> 3f11467d2e9b [2023-02-21T07:28:44.017Z] Step 20/22 : LABEL arch=x86_64 [2023-02-21T07:28:44.017Z] v3.16.4-19-g0e31bfb8f91 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-21T07:28:44.017Z] v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-21T07:28:44.017Z] OK: 17046 distinct packages available [2023-02-21T07:28:44.017Z] ---> Running in 4c9939915674 [2023-02-21T07:28:44.017Z] Removing intermediate container 4f3202df4433 [2023-02-21T07:28:44.017Z] ---> ee2e557742c8 [2023-02-21T07:28:44.017Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T07:28:44.017Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:44.017Z] ---> Running in b6696c079351 [2023-02-21T07:28:44.017Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:44.017Z] Removing intermediate container 4c9939915674 [2023-02-21T07:28:44.017Z] ---> 95dd6653e79c [2023-02-21T07:28:44.017Z] Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:28:44.125Z] prd-ubuntu20.04-docker-arm64-4c-16g-6824 does not seem to be running inside a container [2023-02-21T07:28:44.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-21T07:28:44.275Z] ---> Running in 53155f196cee [2023-02-21T07:28:44.275Z] Removing intermediate container 53155f196cee [2023-02-21T07:28:44.275Z] ---> 2e4f0778df06 [2023-02-21T07:28:44.275Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T07:28:44.275Z] OK: 211 MiB in 51 packages [2023-02-21T07:28:44.275Z] ---> Running in 855c52cce56f [2023-02-21T07:28:44.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:44.531Z] Removing intermediate container 855c52cce56f [2023-02-21T07:28:44.531Z] ---> 2320bd035f89 [2023-02-21T07:28:44.531Z] [2023-02-21T07:28:44.531Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:28:44.531Z] Successfully built 2320bd035f89 [2023-02-21T07:28:44.531Z] Successfully tagged support-scheduler:latest [2023-02-21T07:28:44.788Z]  Building support-scheduler ... done (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T07:28:44.788Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:28:44.788Z] OK: 6 MiB in 15 packages [2023-02-21T07:28:44.788Z] Removing intermediate container 1951711cd34a [2023-02-21T07:28:44.788Z] ---> bcab8b43aed1 [2023-02-21T07:28:44.788Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-21T07:28:44.788Z] ---> 828fd2cbaddc [2023-02-21T07:28:44.788Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:28:45.048Z] ---> Running in d7a5feba7b1f [2023-02-21T07:28:45.048Z] Removing intermediate container b6696c079351 [2023-02-21T07:28:45.048Z] ---> f3ed55b676fd [2023-02-21T07:28:45.048Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:28:45.262Z] $ docker top 2e7773696a86d36d1463e0167bbc7f60e9bc5bf5ae160ca64fd6f1a440e39b58 -eo pid,comm [2023-02-21T07:28:45.305Z] ---> 342e8ac10fd0 [2023-02-21T07:28:45.305Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] { [2023-02-21T07:28:45.563Z] ---> f79e2ef22f50 [2023-02-21T07:28:45.563Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] echo [2023-02-21T07:28:45.618Z] ========================================================= [2023-02-21T07:28:45.618Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-21T07:28:45.618Z] ========================================================= [Pipeline] sh [2023-02-21T07:28:45.821Z] ---> 466837bd255e [2023-02-21T07:28:45.822Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-21T07:28:45.822Z] ---> Running in 1d08d83e429e [2023-02-21T07:28:45.822Z] Removing intermediate container 1d08d83e429e [2023-02-21T07:28:45.822Z] ---> 491b0c037cba [2023-02-21T07:28:45.822Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:28:45.937Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [2023-02-21T07:28:46.083Z] ---> Running in eb57dabce20e [2023-02-21T07:28:46.083Z] Removing intermediate container eb57dabce20e [2023-02-21T07:28:46.083Z] ---> 143f4ce1cff0 [2023-02-21T07:28:46.083Z] Step 20/22 : LABEL arch=x86_64 [2023-02-21T07:28:46.083Z] ---> Running in 84c4ea906ad5 [2023-02-21T07:28:46.343Z] Removing intermediate container 84c4ea906ad5 [2023-02-21T07:28:46.343Z] ---> 99f116cd0924 [2023-02-21T07:28:46.343Z] Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:28:46.343Z] ---> Running in cbfcbbb3a3db [2023-02-21T07:28:46.343Z] Removing intermediate container cbfcbbb3a3db [2023-02-21T07:28:46.343Z] ---> ab4a78d7ea5b [2023-02-21T07:28:46.343Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T07:28:46.343Z] ---> Running in 97d570a08468 [2023-02-21T07:28:46.602Z] Removing intermediate container 97d570a08468 [2023-02-21T07:28:46.602Z] ---> 336c2da4f50f [2023-02-21T07:28:46.602Z] [2023-02-21T07:28:46.602Z] Successfully built 336c2da4f50f [2023-02-21T07:28:46.602Z] Successfully tagged core-data:latest [Pipeline] fileExists [Pipeline] sh [2023-02-21T07:28:48.580Z] + make test [2023-02-21T07:28:48.580Z] go test -race -coverprofile=coverage.out ./... [2023-02-21T07:29:01.475Z]  Building core-data ... done Removing intermediate container d7a5feba7b1f [2023-02-21T07:29:01.475Z] ---> 1c58450d3cc9 [2023-02-21T07:29:01.475Z] Step 7/19 : COPY . . [2023-02-21T07:29:01.475Z] Removing intermediate container a6d90655f9f5 [2023-02-21T07:29:01.475Z] ---> e078bbdd5ad8 [2023-02-21T07:29:01.475Z] Step 7/24 : COPY . . [2023-02-21T07:29:01.475Z] Removing intermediate container 52567ff5d179 [2023-02-21T07:29:01.475Z] ---> 9f17e2d066fe [2023-02-21T07:29:01.475Z] Step 7/21 : COPY . . [2023-02-21T07:29:06.741Z] ---> a3a29f0efa0f [2023-02-21T07:29:06.741Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-21T07:29:06.741Z] ---> 990ac02e94c0 [2023-02-21T07:29:06.741Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-21T07:29:06.741Z] ---> df81e39c195c [2023-02-21T07:29:06.741Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-21T07:29:06.741Z] ---> Running in 52842ed84c92 [2023-02-21T07:29:06.741Z] ---> Running in 56bfb77971a1 [2023-02-21T07:29:06.741Z] ---> Running in 7938524b570c [2023-02-21T07:29:07.309Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-21T07:29:07.309Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-21T07:29:07.309Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-21T07:29:27.467Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-21T07:29:29.240Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-21T07:29:29.241Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-21T07:29:31.145Z] Removing intermediate container 52842ed84c92 [2023-02-21T07:29:31.145Z] ---> 2c64cb0c2c7b [2023-02-21T07:29:31.145Z] [2023-02-21T07:29:31.145Z] Step 9/21 : FROM alpine:3.16 [2023-02-21T07:29:31.145Z] ---> dfd21b5a31f5 [2023-02-21T07:29:31.145Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-21T07:29:31.145Z] Removing intermediate container 7938524b570c [2023-02-21T07:29:31.145Z] ---> 7c54c9ed28cd [2023-02-21T07:29:31.145Z] [2023-02-21T07:29:31.145Z] Step 9/24 : FROM alpine:3.16 [2023-02-21T07:29:31.145Z] ---> dfd21b5a31f5 [2023-02-21T07:29:31.145Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-21T07:29:31.403Z] ---> Running in 717c51029cde [2023-02-21T07:29:31.403Z] ---> Running in 15cdb2138352 [2023-02-21T07:29:31.403Z] Removing intermediate container 56bfb77971a1 [2023-02-21T07:29:31.403Z] ---> b21ccbd90e6c [2023-02-21T07:29:31.403Z] [2023-02-21T07:29:31.403Z] Step 9/19 : FROM alpine:3.15 [2023-02-21T07:29:31.403Z] ---> 5ce65d7b0fde [2023-02-21T07:29:31.403Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T07:29:31.403Z] ---> Using cache [2023-02-21T07:29:31.403Z] ---> da970e94753a [2023-02-21T07:29:31.403Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-21T07:29:31.403Z] ---> Running in 4bc28bad3b73 [2023-02-21T07:29:31.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:29:31.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:29:31.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:29:31.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:29:31.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:29:31.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:29:32.228Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-21T07:29:32.228Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-21T07:29:32.228Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-21T07:29:32.228Z] (3/3) Installing su-exec (0.2-r1) [2023-02-21T07:29:32.228Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:29:32.228Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T07:29:32.228Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-21T07:29:32.228Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-21T07:29:32.228Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-21T07:29:32.228Z] (5/6) Installing curl (7.83.1-r6) [2023-02-21T07:29:32.228Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-21T07:29:32.228Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:29:32.228Z] OK: 6 MiB in 17 packages [2023-02-21T07:29:32.228Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T07:29:32.228Z] OK: 8 MiB in 20 packages [2023-02-21T07:29:32.228Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T07:29:32.228Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T07:29:32.228Z] OK: 15857 distinct packages available [2023-02-21T07:29:32.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T07:29:32.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T07:29:32.744Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-21T07:29:32.744Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-21T07:29:32.744Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-21T07:29:32.744Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-21T07:29:32.744Z] (5/9) Installing curl (7.80.0-r6) [2023-02-21T07:29:32.744Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-21T07:29:32.744Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-21T07:29:32.744Z] (8/9) Installing libucontext (1.1-r0) [2023-02-21T07:29:32.744Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-21T07:29:32.744Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T07:29:32.744Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T07:29:32.744Z] OK: 8 MiB in 23 packages [2023-02-21T07:29:33.002Z] Removing intermediate container 15cdb2138352 [2023-02-21T07:29:33.002Z] ---> 1bea55e6d67f [2023-02-21T07:29:33.002Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-21T07:29:33.002Z] Removing intermediate container 717c51029cde [2023-02-21T07:29:33.002Z] ---> 1d1f8acd51b9 [2023-02-21T07:29:33.002Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-21T07:29:33.002Z] ---> Running in d52ee07869f8 [2023-02-21T07:29:33.002Z] ---> Running in af04d2603f70 [2023-02-21T07:29:33.002Z] Removing intermediate container af04d2603f70 [2023-02-21T07:29:33.002Z] ---> 3dc642f0201f [2023-02-21T07:29:33.002Z] Step 12/21 : WORKDIR /edgex [2023-02-21T07:29:33.002Z] Removing intermediate container d52ee07869f8 [2023-02-21T07:29:33.002Z] ---> 56098d6a628e [2023-02-21T07:29:33.002Z] Step 12/24 : WORKDIR / [2023-02-21T07:29:33.002Z] ---> Running in 525fcaf749df [2023-02-21T07:29:33.260Z] ---> Running in d10ff8caf1f3 [2023-02-21T07:29:33.260Z] Removing intermediate container 525fcaf749df [2023-02-21T07:29:33.260Z] ---> c7cbf7145494 [2023-02-21T07:29:33.260Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-21T07:29:33.260Z] Removing intermediate container d10ff8caf1f3 [2023-02-21T07:29:33.260Z] ---> 1e6e0f649400 [2023-02-21T07:29:33.260Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-21T07:29:33.260Z] Removing intermediate container 4bc28bad3b73 [2023-02-21T07:29:33.260Z] ---> 45f046ca8e5e [2023-02-21T07:29:33.260Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:29:33.260Z] ---> 271cbec7a79d [2023-02-21T07:29:33.260Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-21T07:29:33.520Z] ---> a34152510579 [2023-02-21T07:29:33.520Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-21T07:29:33.520Z] ---> 079e793b730a [2023-02-21T07:29:33.520Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-21T07:29:33.779Z] ---> 8c6742438dd6 [2023-02-21T07:29:33.779Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-21T07:29:33.779Z] ---> 5d0a0369cb43 [2023-02-21T07:29:33.779Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-21T07:29:34.035Z] ---> 8fde0ec664b0 [2023-02-21T07:29:34.035Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-21T07:29:34.035Z] ---> e0349274bff4 [2023-02-21T07:29:34.035Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-21T07:29:34.035Z] ---> 41f69d589c63 [2023-02-21T07:29:34.035Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-21T07:29:34.035Z] ---> d47bbf12f5db [2023-02-21T07:29:34.035Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-21T07:29:34.293Z] ---> 6f47d9721966 [2023-02-21T07:29:34.293Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-21T07:29:34.293Z] ---> Running in b66151814735 [2023-02-21T07:29:34.293Z] ---> cde2025edd85 [2023-02-21T07:29:34.293Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T07:29:34.293Z] ---> Running in c8024bb6f705 [2023-02-21T07:29:34.293Z] Removing intermediate container b66151814735 [2023-02-21T07:29:34.293Z] ---> 28e8d010f529 [2023-02-21T07:29:34.293Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:29:34.293Z] ---> Running in f12cf1d14097 [2023-02-21T07:29:34.551Z] ---> 7d65a96a9bf2 [2023-02-21T07:29:34.551Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-21T07:29:34.551Z] Removing intermediate container f12cf1d14097 [2023-02-21T07:29:34.551Z] ---> 9551b0dcf6a8 [2023-02-21T07:29:34.551Z] Step 17/19 : LABEL arch=x86_64 [2023-02-21T07:29:34.551Z] ---> Running in 28f551305fd5 [2023-02-21T07:29:34.551Z] Removing intermediate container 28f551305fd5 [2023-02-21T07:29:34.551Z] ---> 48b144432c95 [2023-02-21T07:29:34.551Z] Step 18/19 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:29:34.812Z] ---> Running in fc0ca3adba2a [2023-02-21T07:29:34.812Z] ---> ee6d77335e92 [2023-02-21T07:29:34.812Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-21T07:29:34.812Z] Removing intermediate container fc0ca3adba2a [2023-02-21T07:29:34.812Z] ---> 3b9eb2f5835f [2023-02-21T07:29:34.812Z] Step 19/19 : LABEL version=0.0.0 [2023-02-21T07:29:34.812Z] ---> Running in ae451c9eeff6 [2023-02-21T07:29:35.070Z] Removing intermediate container c8024bb6f705 [2023-02-21T07:29:35.070Z] ---> 4a23180fa3e2 [2023-02-21T07:29:35.070Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T07:29:35.070Z] ---> Running in 36a35a375dcc [2023-02-21T07:29:35.070Z] ---> 6834d755decd [2023-02-21T07:29:35.070Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T07:29:35.070Z] Removing intermediate container ae451c9eeff6 [2023-02-21T07:29:35.070Z] ---> 8790c8a86f91 [2023-02-21T07:29:35.070Z] [2023-02-21T07:29:35.070Z] ---> Running in 742c2a9f0e53 [2023-02-21T07:29:35.070Z] Removing intermediate container 36a35a375dcc [2023-02-21T07:29:35.070Z] ---> a618bbf836ea [2023-02-21T07:29:35.070Z] Step 19/21 : LABEL arch=x86_64 [2023-02-21T07:29:35.070Z] Successfully built 8790c8a86f91 [2023-02-21T07:29:35.070Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-21T07:29:35.070Z]  Building security-spiffe-token-provider ... done  ---> Running in 489dba5bf53e [2023-02-21T07:29:35.327Z] Removing intermediate container 489dba5bf53e [2023-02-21T07:29:35.327Z] ---> 4b78dee9508f [2023-02-21T07:29:35.327Z] Step 20/21 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:29:35.327Z] ---> Running in 51927e64f174 [2023-02-21T07:29:35.327Z] Removing intermediate container 51927e64f174 [2023-02-21T07:29:35.327Z] ---> 43fa75ee63c9 [2023-02-21T07:29:35.327Z] Step 21/21 : LABEL version=0.0.0 [2023-02-21T07:29:35.327Z] ---> Running in d65028c8735f [2023-02-21T07:29:35.593Z] Removing intermediate container d65028c8735f [2023-02-21T07:29:35.593Z] ---> d5a80c83b824 [2023-02-21T07:29:35.593Z] [2023-02-21T07:29:35.593Z] Successfully built d5a80c83b824 [2023-02-21T07:29:35.593Z] Successfully tagged security-proxy-setup:latest [2023-02-21T07:29:35.593Z]  Building security-proxy-setup ... done Removing intermediate container 742c2a9f0e53 [2023-02-21T07:29:35.593Z] ---> c01f9d01ce15 [2023-02-21T07:29:35.593Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T07:29:35.852Z] ---> Running in f08804835bd3 [2023-02-21T07:29:35.852Z] Removing intermediate container f08804835bd3 [2023-02-21T07:29:35.852Z] ---> 67739141cd0f [2023-02-21T07:29:35.852Z] Step 22/24 : LABEL arch=x86_64 [2023-02-21T07:29:35.852Z] ---> Running in d125b8d40b26 [2023-02-21T07:29:35.852Z] Removing intermediate container d125b8d40b26 [2023-02-21T07:29:35.852Z] ---> 35468fad96a1 [2023-02-21T07:29:35.852Z] Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:29:35.852Z] ---> Running in b9d596aa05b0 [2023-02-21T07:29:36.111Z] Removing intermediate container b9d596aa05b0 [2023-02-21T07:29:36.111Z] ---> 5159470b1038 [2023-02-21T07:29:36.111Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T07:29:36.111Z] ---> Running in 5ac1a750c5b3 [2023-02-21T07:29:36.111Z] Removing intermediate container 5ac1a750c5b3 [2023-02-21T07:29:36.111Z] ---> 97fcf8f2bd0a [2023-02-21T07:29:36.111Z] [2023-02-21T07:29:36.111Z] Successfully built 97fcf8f2bd0a [2023-02-21T07:29:36.111Z] Successfully tagged security-secretstore-setup:latest [2023-02-21T07:29:36.376Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-02-21T07:29:36.392Z] $ docker stop --time=1 b5de7ad8e98d0f318770933e2db00d636847852c89cdf691a91faf0c941f5bba [2023-02-21T07:29:37.664Z] $ docker rm -f --volumes b5de7ad8e98d0f318770933e2db00d636847852c89cdf691a91faf0c941f5bba [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-21T07:29:38.059Z] + docker images [2023-02-21T07:29:38.059Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-21T07:29:38.059Z] security-secretstore-setup latest 97fcf8f2bd0a 1 second ago 30MB [2023-02-21T07:29:38.059Z] security-proxy-setup latest d5a80c83b824 2 seconds ago 27.8MB [2023-02-21T07:29:38.059Z] security-spiffe-token-provider latest 8790c8a86f91 3 seconds ago 30MB [2023-02-21T07:29:38.059Z] b21ccbd90e6c 7 seconds ago 1.71GB [2023-02-21T07:29:38.059Z] 7c54c9ed28cd 7 seconds ago 1.67GB [2023-02-21T07:29:38.059Z] 2c64cb0c2c7b 8 seconds ago 1.67GB [2023-02-21T07:29:38.059Z] core-data latest 336c2da4f50f 51 seconds ago 17.9MB [2023-02-21T07:29:38.059Z] support-scheduler latest 2320bd035f89 53 seconds ago 30MB [2023-02-21T07:29:38.059Z] 355a59cf2cf3 54 seconds ago 1.68GB [2023-02-21T07:29:38.059Z] abe27e6b02ed 57 seconds ago 1.74GB [2023-02-21T07:29:38.059Z] core-metadata latest 152927abd650 59 seconds ago 18.5MB [2023-02-21T07:29:38.059Z] core-common-config-bootstrapper latest fd9a3dd16fed About a minute ago 15.5MB [2023-02-21T07:29:38.059Z] core-command latest 6e9f0d8b327f About a minute ago 17.7MB [2023-02-21T07:29:38.059Z] 12a68fd987da About a minute ago 1.68GB [2023-02-21T07:29:38.059Z] 85d175002440 About a minute ago 1.68GB [2023-02-21T07:29:38.059Z] ab06c2441e54 About a minute ago 1.67GB [2023-02-21T07:29:38.059Z] security-bootstrapper latest 93747c62a21d About a minute ago 20.4MB [2023-02-21T07:29:38.059Z] support-notifications latest 43605d580501 About a minute ago 30.7MB [2023-02-21T07:29:38.059Z] 567a520613dd About a minute ago 1.74GB [2023-02-21T07:29:38.059Z] 68cda6c3031f 2 minutes ago 1.67GB [2023-02-21T07:29:38.059Z] security-spire-agent latest c53a814bef4e 2 minutes ago 125MB [2023-02-21T07:29:38.059Z] security-spire-config latest eed15cf6da38 2 minutes ago 85.8MB [2023-02-21T07:29:38.059Z] security-spire-server latest 5dfbbd728555 2 minutes ago 86.5MB [2023-02-21T07:29:38.059Z] a3c7bee39e4a 2 minutes ago 1.55GB [2023-02-21T07:29:38.059Z] f366d0ee28d2 2 minutes ago 1.55GB [2023-02-21T07:29:38.059Z] 1dc911a3a7ef 2 minutes ago 1.55GB [2023-02-21T07:29:38.059Z] ci-base-image-x86_64 latest 21f9a3587075 6 minutes ago 903MB [2023-02-21T07:29:38.059Z] alpine 3.15 5ce65d7b0fde 10 days ago 5.59MB [2023-02-21T07:29:38.059Z] alpine 3.16 dfd21b5a31f5 10 days ago 5.55MB [2023-02-21T07:29:38.059Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-21T07:29:38.059Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-21T07:29:38.059Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-21T07:31:19.183Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-21T07:31:19.183Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-21T07:31:19.183Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-21T07:31:20.143Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-21T07:31:20.143Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-21T07:31:35.159Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-21T07:31:35.159Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-21T07:31:35.159Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-21T07:31:35.159Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-21T07:31:35.159Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-21T07:31:35.159Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-21T07:31:35.159Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-21T07:31:35.159Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-21T07:31:35.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-21T07:31:47.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.393s coverage: 28.7% of statements [2023-02-21T07:31:47.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-21T07:31:47.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-21T07:31:55.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.653s coverage: 98.5% of statements [2023-02-21T07:32:01.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.145s coverage: 73.7% of statements [2023-02-21T07:32:01.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-21T07:32:01.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-21T07:32:01.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-21T07:32:01.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.670s coverage: 54.0% of statements [2023-02-21T07:32:01.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-21T07:32:01.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-21T07:32:23.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 23.363s coverage: 88.5% of statements [2023-02-21T07:32:23.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-21T07:32:23.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-21T07:32:23.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-21T07:32:23.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-21T07:32:23.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-21T07:32:23.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.887s coverage: 3.9% of statements [2023-02-21T07:32:23.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-21T07:32:23.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-21T07:32:24.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.458s coverage: 95.6% of statements [2023-02-21T07:32:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-21T07:32:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-21T07:32:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-21T07:32:24.439Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.493s coverage: 72.2% of statements [2023-02-21T07:32:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-21T07:32:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-21T07:32:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-21T07:32:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-21T07:32:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-21T07:32:24.439Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.967s coverage: 65.9% of statements [2023-02-21T07:32:24.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-21T07:32:24.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-21T07:32:24.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-21T07:32:24.440Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.491s coverage: 0.9% of statements [2023-02-21T07:32:24.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-21T07:32:24.440Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.392s coverage: 29.6% of statements [2023-02-21T07:32:24.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-21T07:32:26.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.324s coverage: 47.1% of statements [2023-02-21T07:32:26.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.275s coverage: 82.9% of statements [2023-02-21T07:32:26.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.220s coverage: 94.1% of statements [2023-02-21T07:32:26.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.270s coverage: 96.3% of statements [2023-02-21T07:32:28.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.231s coverage: 87.5% of statements [2023-02-21T07:32:40.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.225s coverage: 94.4% of statements [2023-02-21T07:32:40.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.203s coverage: 44.8% of statements [2023-02-21T07:32:59.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.229s coverage: 79.9% of statements [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-21T07:32:59.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.281s coverage: 92.9% of statements [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-21T07:32:59.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.075s coverage: 64.4% of statements [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-21T07:32:59.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.253s coverage: 86.9% of statements [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-21T07:32:59.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.243s coverage: 87.2% of statements [2023-02-21T07:32:59.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.188s coverage: 20.0% of statements [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-21T07:32:59.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.207s coverage: 100.0% of statements [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-21T07:32:59.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.270s coverage: 77.4% of statements [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-21T07:32:59.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.271s coverage: 80.0% of statements [2023-02-21T07:32:59.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.239s coverage: 87.2% of statements [2023-02-21T07:32:59.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.901s coverage: 91.2% of statements [2023-02-21T07:32:59.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-21T07:33:02.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.389s coverage: 63.1% of statements [2023-02-21T07:33:02.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-21T07:33:02.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-21T07:33:02.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.248s coverage: 100.0% of statements [2023-02-21T07:33:02.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 89.4% of statements [2023-02-21T07:33:02.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2023-02-21T07:33:02.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2023-02-21T07:33:02.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2023-02-21T07:33:09.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.341s coverage: 65.3% of statements [2023-02-21T07:33:09.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-21T07:33:09.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-21T07:33:09.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-21T07:33:09.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.818s coverage: 41.0% of statements [2023-02-21T07:33:09.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-21T07:33:09.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-21T07:33:09.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.307s coverage: 89.5% of statements [2023-02-21T07:33:09.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-21T07:33:09.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.315s coverage: 84.8% of statements [2023-02-21T07:33:09.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-21T07:33:09.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-21T07:33:09.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-21T07:33:09.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-21T07:33:18.009Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.359s coverage: 17.7% of statements [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-21T07:33:18.009Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.690s coverage: 92.3% of statements [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-21T07:33:18.009Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 63.2% of statements [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-21T07:33:18.009Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.450s coverage: 97.7% of statements [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-21T07:33:18.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-21T07:33:18.968Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-02-21T07:33:18.968Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-21T07:33:18.968Z] go vet ./... [2023-02-21T07:35:10.654Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-21T07:35:10.654Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-21T07:35:10.654Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-21T07:35:10.698Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-21T07:35:11.042Z] + ls -al . [2023-02-21T07:35:11.042Z] total 740 [2023-02-21T07:35:11.042Z] drwxrwxr-x 10 1001 1001 4096 Feb 21 07:28 . [2023-02-21T07:35:11.042Z] drwxr-xr-x 4 root root 4096 Feb 21 07:28 .. [2023-02-21T07:35:11.042Z] drwxrwxr-x 2 1001 1001 4096 Feb 21 07:27 .blubracket [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 16 Feb 21 07:27 .dockerignore [2023-02-21T07:35:11.042Z] drwxrwxr-x 8 1001 1001 4096 Feb 21 07:27 .git [2023-02-21T07:35:11.042Z] drwxrwxr-x 3 1001 1001 4096 Feb 21 07:27 .github [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 1024 Feb 21 07:27 .gitignore [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 42 Feb 21 07:27 .golangci.yml [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 87 Feb 21 07:27 .hadolint.yml [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 166 Feb 21 07:27 .sonarcloud.properties [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 1171 Feb 21 07:27 ADOPTERS.md [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 10825 Feb 21 07:27 Attribution.txt [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 73765 Feb 21 07:27 CHANGELOG.md [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 3804 Feb 21 07:27 CONTRIBUTING.md [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 677 Feb 21 07:27 GOVERNANCE.md [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 883 Feb 21 07:27 Jenkinsfile [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 10775 Feb 21 07:27 LICENSE [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 13375 Feb 21 07:27 Makefile [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 582 Feb 21 07:27 OWNERS.md [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 9403 Feb 21 07:27 README.md [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 6912 Feb 21 07:27 SECURITY.md [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 5 Feb 21 07:22 VERSION [2023-02-21T07:35:11.042Z] drwxrwxr-x 2 1001 1001 4096 Feb 21 07:27 bin [2023-02-21T07:35:11.042Z] drwxrwxr-x 17 1001 1001 4096 Feb 21 07:27 cmd [2023-02-21T07:35:11.042Z] -rw-r--r-- 1 root root 487323 Feb 21 07:33 coverage.out [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 3295 Feb 21 07:27 go.mod [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 33318 Feb 21 07:27 go.sum [2023-02-21T07:35:11.042Z] drwxrwxr-x 7 1001 1001 4096 Feb 21 07:27 internal [2023-02-21T07:35:11.042Z] drwxrwxr-x 3 1001 1001 4096 Feb 21 07:27 openapi [2023-02-21T07:35:11.042Z] drwxrwxr-x 4 1001 1001 4096 Feb 21 07:27 snap [2023-02-21T07:35:11.042Z] -rw-rw-r-- 1 1001 1001 204 Feb 21 07:27 version.go [Pipeline] sh [2023-02-21T07:35:11.386Z] + '[' -e coverage.out ] [2023-02-21T07:35:11.386Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-21T07:35:11.421Z] Warning: overwriting stash ‘coverage-report’ [2023-02-21T07:35:12.214Z] Stashed 1 file(s) [Pipeline] sh [2023-02-21T07:35:12.553Z] + make build [2023-02-21T07:35:12.824Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-21T07:36:35.898Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-21T07:36:35.898Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-21T07:36:41.247Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-21T07:36:44.595Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-21T07:37:31.423Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-21T07:37:34.005Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-21T07:37:39.349Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-21T07:37:44.679Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-21T07:37:48.921Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-21T07:37:52.257Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-21T07:38:07.240Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-21T07:38:12.600Z] $ docker stop --time=1 2e7773696a86d36d1463e0167bbc7f60e9bc5bf5ae160ca64fd6f1a440e39b58 [2023-02-21T07:38:14.475Z] $ docker rm -f --volumes 2e7773696a86d36d1463e0167bbc7f60e9bc5bf5ae160ca64fd6f1a440e39b58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:38:16.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-21T07:38:16.873Z] [2023-02-21T07:38:16.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:38:17.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-21T07:38:17.554Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-21T07:38:17.554Z] 29e5d40040c1: Pulling fs layer [2023-02-21T07:38:17.554Z] 1ce36da41761: Pulling fs layer [2023-02-21T07:38:17.554Z] 25b303627fd3: Pulling fs layer [2023-02-21T07:38:17.554Z] 29e5d40040c1: Verifying Checksum [2023-02-21T07:38:17.554Z] 29e5d40040c1: Download complete [2023-02-21T07:38:17.820Z] 1ce36da41761: Verifying Checksum [2023-02-21T07:38:17.820Z] 1ce36da41761: Download complete [2023-02-21T07:38:18.086Z] 29e5d40040c1: Pull complete [2023-02-21T07:38:19.489Z] 1ce36da41761: Pull complete [2023-02-21T07:38:19.489Z] 25b303627fd3: Verifying Checksum [2023-02-21T07:38:19.489Z] 25b303627fd3: Download complete [2023-02-21T07:38:29.540Z] 25b303627fd3: Pull complete [2023-02-21T07:38:29.540Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-21T07:38:29.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-21T07:38:29.540Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T07:38:29.864Z] prd-ubuntu20.04-docker-arm64-4c-16g-6824 does not seem to be running inside a container [2023-02-21T07:38:29.926Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-21T07:38:32.162Z] $ docker top b17e29b0215afa199ea60b21deb755f85fbbf9a9aa8891b79f0748c7bd858274 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T07:38:33.034Z] + docker-compose build --help [2023-02-21T07:38:33.034Z] + grep parallel [2023-02-21T07:38:38.397Z] --parallel Build images in parallel. [Pipeline] } [2023-02-21T07:38:38.430Z] $ docker stop --time=1 b17e29b0215afa199ea60b21deb755f85fbbf9a9aa8891b79f0748c7bd858274 [2023-02-21T07:38:40.054Z] $ docker rm -f --volumes b17e29b0215afa199ea60b21deb755f85fbbf9a9aa8891b79f0748c7bd858274 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:38:40.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-21T07:38:40.782Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T07:38:41.041Z] prd-ubuntu20.04-docker-arm64-4c-16g-6824 does not seem to be running inside a container [2023-02-21T07:38:41.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-21T07:38:42.247Z] $ docker top 273d096c67ad5da9246afd1e90a03cfbef9503976f29ff6dcca2a326bd282e1c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T07:38:43.115Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-21T07:38:49.747Z] Building core-command ... [2023-02-21T07:38:49.747Z] Building core-common-config-bootstrapper ... [2023-02-21T07:38:49.747Z] Building core-data ... [2023-02-21T07:38:49.747Z] Building core-metadata ... [2023-02-21T07:38:49.747Z] Building security-bootstrapper ... [2023-02-21T07:38:49.747Z] Building security-proxy-setup ... [2023-02-21T07:38:49.747Z] Building security-secretstore-setup ... [2023-02-21T07:38:49.747Z] Building security-spiffe-token-provider ... [2023-02-21T07:38:49.747Z] Building security-spire-agent ... [2023-02-21T07:38:49.747Z] Building security-spire-config ... [2023-02-21T07:38:49.747Z] Building security-spire-server ... [2023-02-21T07:38:49.747Z] Building support-notifications ... [2023-02-21T07:38:49.747Z] Building support-scheduler ... [2023-02-21T07:38:49.747Z] Building security-spire-agent [2023-02-21T07:38:49.747Z] Building core-metadata [2023-02-21T07:38:49.747Z] Building support-scheduler [2023-02-21T07:38:49.747Z] Building core-common-config-bootstrapper [2023-02-21T07:38:49.747Z] Building security-proxy-setup [2023-02-21T07:39:36.569Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:39:36.569Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:39:36.569Z] ---> 73555d26df4d [2023-02-21T07:39:36.569Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T07:39:36.569Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:39:36.569Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:39:36.569Z] ---> 73555d26df4d [2023-02-21T07:39:36.569Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:39:36.569Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:39:36.569Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:39:36.569Z] ---> 73555d26df4d [2023-02-21T07:39:36.569Z] Step 3/21 : WORKDIR /edgex-go [2023-02-21T07:39:36.569Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:39:36.569Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:39:36.569Z] ---> 73555d26df4d [2023-02-21T07:39:36.569Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:39:36.569Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:39:36.569Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:39:36.569Z] ---> 73555d26df4d [2023-02-21T07:39:36.569Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:39:36.569Z] ---> Running in 73799716832d [2023-02-21T07:39:36.569Z] ---> Running in 4f601419dadb [2023-02-21T07:39:36.569Z] ---> Running in 4f3ea475df9e [2023-02-21T07:39:36.569Z] ---> Running in 6ef6d4771482 [2023-02-21T07:39:36.569Z] ---> Running in cd430186363c [2023-02-21T07:39:36.569Z] Removing intermediate container 4f601419dadb [2023-02-21T07:39:36.569Z] Removing intermediate container 6ef6d4771482 [2023-02-21T07:39:36.569Z] ---> edcd13de64c3 [2023-02-21T07:39:36.569Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-21T07:39:36.569Z] ---> 9784de348453 [2023-02-21T07:39:36.569Z] Removing intermediate container 73799716832d [2023-02-21T07:39:36.569Z] Step 4/24 : WORKDIR /edgex-go ---> c4e9b32ef72e [2023-02-21T07:39:36.569Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-21T07:39:36.569Z] [2023-02-21T07:39:36.569Z] Removing intermediate container 4f3ea475df9e [2023-02-21T07:39:36.569Z] ---> 4977e06f634f [2023-02-21T07:39:36.569Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T07:39:36.569Z] Removing intermediate container cd430186363c [2023-02-21T07:39:36.569Z] ---> 623ab565e82f [2023-02-21T07:39:36.569Z] ---> Running in bdb86db83928 [2023-02-21T07:39:36.569Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T07:39:36.569Z] ---> Running in cdf654301b43 [2023-02-21T07:39:36.570Z] ---> Running in f030a559623c [2023-02-21T07:39:36.570Z] ---> Running in 49eb2f52ede6 [2023-02-21T07:39:36.570Z] ---> Running in 7790dbb0cbe0 [2023-02-21T07:39:36.570Z] Removing intermediate container 49eb2f52ede6 [2023-02-21T07:39:36.570Z] ---> 3800095e9b07 [2023-02-21T07:39:36.570Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-21T07:39:36.570Z] Removing intermediate container 7790dbb0cbe0 [2023-02-21T07:39:36.570Z] ---> aa3149db3e4d [2023-02-21T07:39:36.570Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-21T07:39:36.570Z] Removing intermediate container cdf654301b43 [2023-02-21T07:39:36.570Z] ---> 3864c811b8ed [2023-02-21T07:39:36.570Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-21T07:39:36.836Z] ---> Running in 5bdeb7f35db7 [2023-02-21T07:39:36.836Z] ---> Running in 7994cdfcaed1 [2023-02-21T07:39:36.836Z] ---> Running in ab464285ffdb [2023-02-21T07:39:37.795Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:39:38.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:39:38.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:39:38.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:39:38.909Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:39:39.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:39:39.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:39:39.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:39:39.440Z] OK: 221 MiB in 51 packages [2023-02-21T07:39:39.440Z] OK: 221 MiB in 51 packages [2023-02-21T07:39:39.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:39:39.975Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:39:40.558Z] OK: 221 MiB in 51 packages [2023-02-21T07:39:41.146Z] OK: 221 MiB in 51 packages [2023-02-21T07:39:41.146Z] OK: 221 MiB in 51 packages [2023-02-21T07:39:42.547Z] Removing intermediate container bdb86db83928 [2023-02-21T07:39:42.547Z] ---> 5d9516dc51c8 [2023-02-21T07:39:42.547Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-21T07:39:42.547Z] Removing intermediate container f030a559623c [2023-02-21T07:39:42.547Z] ---> ef266f4aa393 [2023-02-21T07:39:42.547Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-21T07:39:43.517Z] Removing intermediate container 5bdeb7f35db7 [2023-02-21T07:39:43.517Z] ---> 2affe657561c [2023-02-21T07:39:43.517Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T07:39:43.517Z] Removing intermediate container 7994cdfcaed1 [2023-02-21T07:39:43.517Z] ---> d942c2a52a03 [2023-02-21T07:39:43.517Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-21T07:39:43.784Z] ---> 61a01378b67e [2023-02-21T07:39:43.784Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:39:43.784Z] Removing intermediate container ab464285ffdb [2023-02-21T07:39:43.784Z] ---> 782c69bb8857 [2023-02-21T07:39:43.784Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T07:39:43.784Z] ---> Running in d8d1d0544d60 [2023-02-21T07:39:44.052Z] ---> cd90ffc32ad6 [2023-02-21T07:39:44.052Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:39:44.052Z] ---> Running in b5d4144825de [2023-02-21T07:39:44.644Z] ---> 4ab6841bab8a [2023-02-21T07:39:44.644Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:39:44.644Z] ---> Running in c13778c31784 [2023-02-21T07:39:45.228Z] ---> 218bab81deef [2023-02-21T07:39:45.228Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:39:45.228Z] ---> Running in ba2943a2193d [2023-02-21T07:39:45.493Z] ---> e6827e6e50ec [2023-02-21T07:39:45.493Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:39:45.760Z] ---> Running in 85f5a01106f5 [2023-02-21T07:41:52.415Z] Removing intermediate container c13778c31784 [2023-02-21T07:41:52.415Z] ---> b6eb4e9b816f [2023-02-21T07:41:52.415Z] Step 8/22 : COPY . . [2023-02-21T07:41:52.415Z] Removing intermediate container 85f5a01106f5 [2023-02-21T07:41:52.415Z] ---> 6dd00ada0fcc [2023-02-21T07:41:52.415Z] Step 8/22 : COPY . . [2023-02-21T07:41:52.415Z] Removing intermediate container ba2943a2193d [2023-02-21T07:41:52.415Z] ---> c9e7cefb7b62 [2023-02-21T07:41:52.415Z] Step 8/24 : COPY . . [2023-02-21T07:41:52.416Z] Removing intermediate container d8d1d0544d60 [2023-02-21T07:41:52.416Z] ---> de5ba8829a32 [2023-02-21T07:41:52.416Z] Step 7/21 : COPY . . [2023-02-21T07:41:52.416Z] Removing intermediate container b5d4144825de [2023-02-21T07:41:52.416Z] ---> b4347aa9846e [2023-02-21T07:41:52.416Z] Step 7/24 : COPY . . [2023-02-21T07:42:04.713Z] ---> 726952ae4f75 [2023-02-21T07:42:04.713Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-21T07:42:04.713Z] ---> Running in a333f5126467 [2023-02-21T07:42:04.713Z] ---> 7565f16628dd [2023-02-21T07:42:04.713Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-21T07:42:04.713Z] ---> bd3158b7e32b [2023-02-21T07:42:04.713Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-21T07:42:04.713Z] ---> 5453638bca7e [2023-02-21T07:42:04.713Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-21T07:42:04.713Z] ---> Running in e18e96276b64 [2023-02-21T07:42:04.713Z] ---> Running in 0b1e18cabd6b [2023-02-21T07:42:04.713Z] ---> Running in b9f864f5fbf1 [2023-02-21T07:42:04.713Z] ---> 7679ce2c968c [2023-02-21T07:42:04.713Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T07:42:04.713Z] ---> Running in 070a89c301fa [2023-02-21T07:42:04.979Z] Removing intermediate container 070a89c301fa [2023-02-21T07:42:04.979Z] ---> 6e5d05793b3b [2023-02-21T07:42:04.979Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-21T07:42:04.979Z] ---> Running in f1496b799c22 [2023-02-21T07:42:05.560Z] Removing intermediate container f1496b799c22 [2023-02-21T07:42:05.560Z] ---> 372c24101fc5 [2023-02-21T07:42:05.560Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-21T07:42:05.560Z] ---> Running in c64284da8551 [2023-02-21T07:42:05.826Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-21T07:42:06.407Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-21T07:42:06.673Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-21T07:42:06.673Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-21T07:42:08.611Z] Removing intermediate container c64284da8551 [2023-02-21T07:42:08.611Z] ---> f78cb751f737 [2023-02-21T07:42:08.611Z] Step 11/24 : WORKDIR /edgex-go [2023-02-21T07:42:08.611Z] ---> Running in 47a23b26e207 [2023-02-21T07:42:08.876Z] Removing intermediate container 47a23b26e207 [2023-02-21T07:42:08.876Z] ---> 76e16ea79fb6 [2023-02-21T07:42:08.876Z] [2023-02-21T07:42:08.876Z] Step 12/24 : FROM alpine:3.15 [2023-02-21T07:42:09.146Z] 3.15: Pulling from library/alpine [2023-02-21T07:42:10.550Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-21T07:42:10.550Z] Status: Downloaded newer image for alpine:3.15 [2023-02-21T07:42:10.550Z] ---> 354640af7b1b [2023-02-21T07:42:10.550Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T07:42:10.550Z] ---> Running in 8f742d477697 [2023-02-21T07:42:11.133Z] Removing intermediate container 8f742d477697 [2023-02-21T07:42:11.133Z] ---> fbbe95eada30 [2023-02-21T07:42:11.133Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-21T07:42:11.133Z] ---> Running in 7a019ac8e597 [2023-02-21T07:42:13.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:42:13.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:42:15.055Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T07:42:15.055Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T07:42:15.055Z] OK: 15734 distinct packages available [2023-02-21T07:42:15.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:42:15.635Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:42:16.590Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-21T07:42:16.590Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-21T07:42:16.590Z] (3/5) Installing libucontext (1.1-r0) [2023-02-21T07:42:16.590Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-21T07:42:16.590Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-21T07:42:16.590Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T07:42:16.590Z] OK: 6 MiB in 19 packages [2023-02-21T07:42:18.527Z] Removing intermediate container 7a019ac8e597 [2023-02-21T07:42:18.527Z] ---> 08ac39268815 [2023-02-21T07:42:18.527Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-21T07:42:21.865Z] ---> e68f4a67d8ea [2023-02-21T07:42:21.865Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T07:42:28.841Z] ---> a46399a60ed6 [2023-02-21T07:42:28.841Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T07:42:29.109Z] ---> 014fb3691694 [2023-02-21T07:42:29.109Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-21T07:42:30.072Z] ---> 7cd1461c14c3 [2023-02-21T07:42:30.072Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-21T07:42:30.654Z] ---> 4876bea91b0c [2023-02-21T07:42:30.654Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T07:42:30.922Z] ---> Running in aa014ff29b57 [2023-02-21T07:42:31.189Z] Removing intermediate container aa014ff29b57 [2023-02-21T07:42:31.189Z] ---> f527ef5793e8 [2023-02-21T07:42:31.456Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T07:42:31.456Z] ---> Running in 01865c1736ae [2023-02-21T07:42:32.039Z] Removing intermediate container 01865c1736ae [2023-02-21T07:42:32.039Z] ---> a6315ccf6374 [2023-02-21T07:42:32.039Z] Step 22/24 : LABEL arch=arm64 [2023-02-21T07:42:32.039Z] ---> Running in 291339be3966 [2023-02-21T07:42:32.622Z] Removing intermediate container 291339be3966 [2023-02-21T07:42:32.622Z] ---> 3fcfb02a43f1 [2023-02-21T07:42:32.622Z] Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:42:32.622Z] ---> Running in 2e8e3ed43dc2 [2023-02-21T07:42:33.204Z] Removing intermediate container 2e8e3ed43dc2 [2023-02-21T07:42:33.205Z] ---> dd3d335535a7 [2023-02-21T07:42:33.205Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T07:42:33.205Z] ---> Running in afe79f394864 [2023-02-21T07:42:33.472Z] Removing intermediate container afe79f394864 [2023-02-21T07:42:33.472Z] ---> ab9cb091ec51 [2023-02-21T07:42:33.472Z] [2023-02-21T07:42:33.739Z] Successfully built ab9cb091ec51 [2023-02-21T07:42:33.739Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-21T07:42:33.739Z] Building security-secretstore-setup [2023-02-21T07:42:48.719Z]  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:42:48.719Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:42:48.719Z] ---> 73555d26df4d [2023-02-21T07:42:48.719Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T07:42:48.719Z] ---> Using cache [2023-02-21T07:42:48.719Z] ---> edcd13de64c3 [2023-02-21T07:42:48.719Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-21T07:42:48.719Z] ---> Running in e4d1ee42bed0 [2023-02-21T07:42:50.661Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:42:50.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:42:52.333Z] OK: 221 MiB in 51 packages [2023-02-21T07:42:54.915Z] Removing intermediate container e4d1ee42bed0 [2023-02-21T07:42:54.915Z] ---> 3dad96c29fae [2023-02-21T07:42:54.915Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-21T07:42:55.500Z] ---> 3b085700637e [2023-02-21T07:42:55.500Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:42:55.500Z] ---> Running in 86367fdc23d8 [2023-02-21T07:44:32.149Z] Removing intermediate container 86367fdc23d8 [2023-02-21T07:44:32.149Z] ---> 41b9def3c8be [2023-02-21T07:44:32.149Z] Step 7/24 : COPY . . [2023-02-21T07:44:35.487Z] ---> 12684ef978ec [2023-02-21T07:44:35.487Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-21T07:44:35.487Z] ---> Running in d3f4b8aa6b52 [2023-02-21T07:44:36.894Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-21T07:47:58.897Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-21T07:48:11.199Z] Removing intermediate container b9f864f5fbf1 [2023-02-21T07:48:11.199Z] ---> fdc1b46814fd [2023-02-21T07:48:11.199Z] [2023-02-21T07:48:11.199Z] Step 9/21 : FROM alpine:3.16 [2023-02-21T07:48:11.199Z] 3.16: Pulling from library/alpine [2023-02-21T07:48:11.199Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-21T07:48:11.199Z] Status: Downloaded newer image for alpine:3.16 [2023-02-21T07:48:11.199Z] ---> 4c81e5bf8899 [2023-02-21T07:48:11.199Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-21T07:48:11.199Z] ---> Running in c5e6240f7c21 [2023-02-21T07:48:13.781Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:48:13.781Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:48:15.187Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-21T07:48:15.187Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-21T07:48:15.187Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-21T07:48:15.187Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-21T07:48:15.187Z] (5/6) Installing curl (7.83.1-r6) [2023-02-21T07:48:15.187Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-21T07:48:15.187Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:48:15.461Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T07:48:15.733Z] OK: 8 MiB in 20 packages [2023-02-21T07:48:17.694Z] Removing intermediate container c5e6240f7c21 [2023-02-21T07:48:17.694Z] ---> d6cbf63d81d6 [2023-02-21T07:48:17.694Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-21T07:48:17.694Z] ---> Running in dbe3189a632e [2023-02-21T07:48:18.658Z] Removing intermediate container dbe3189a632e [2023-02-21T07:48:18.658Z] ---> 1dd5d668749c [2023-02-21T07:48:18.658Z] Step 12/21 : WORKDIR /edgex [2023-02-21T07:48:18.658Z] ---> Running in 2f451ca0c80b [2023-02-21T07:48:18.926Z] Removing intermediate container 2f451ca0c80b [2023-02-21T07:48:18.926Z] ---> 85409a47524c [2023-02-21T07:48:18.926Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-21T07:48:21.503Z] ---> 4ac3ecb99869 [2023-02-21T07:48:21.504Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-21T07:48:22.917Z] ---> 0ee6388b9a61 [2023-02-21T07:48:22.917Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-21T07:48:24.334Z] ---> 0c26cd1bbfd3 [2023-02-21T07:48:24.334Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-21T07:48:24.916Z] ---> e306cd0d3d71 [2023-02-21T07:48:24.916Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T07:48:25.185Z] ---> Running in c75dc6ba2684 [2023-02-21T07:48:28.522Z] Removing intermediate container c75dc6ba2684 [2023-02-21T07:48:28.522Z] ---> 7a6caa80bd78 [2023-02-21T07:48:28.522Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T07:48:28.522Z] ---> Running in 2631457bb1c4 [2023-02-21T07:48:28.787Z] Removing intermediate container 2631457bb1c4 [2023-02-21T07:48:28.787Z] ---> 64e5ceba12dd [2023-02-21T07:48:28.787Z] Step 19/21 : LABEL arch=arm64 [2023-02-21T07:48:28.787Z] ---> Running in 13cc713e87e7 [2023-02-21T07:48:29.368Z] Removing intermediate container 13cc713e87e7 [2023-02-21T07:48:29.368Z] ---> f42e5fc03db8 [2023-02-21T07:48:29.368Z] Step 20/21 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:48:29.368Z] ---> Running in 7f3915f2d47a [2023-02-21T07:48:30.321Z] Removing intermediate container 7f3915f2d47a [2023-02-21T07:48:30.321Z] ---> 99139c0b9bfd [2023-02-21T07:48:30.321Z] Step 21/21 : LABEL version=0.0.0 [2023-02-21T07:48:30.590Z] ---> Running in 948e0cefb61d [2023-02-21T07:48:31.173Z] Removing intermediate container 948e0cefb61d [2023-02-21T07:48:31.173Z] ---> 4406eb6d6eaf [2023-02-21T07:48:31.173Z] [2023-02-21T07:48:31.753Z] Successfully built 4406eb6d6eaf [2023-02-21T07:48:31.753Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-21T07:48:31.753Z] Building security-spiffe-token-provider [2023-02-21T07:48:38.379Z]  Building security-proxy-setup ... done Removing intermediate container e18e96276b64 [2023-02-21T07:48:38.379Z] ---> 22051e80f1e6 [2023-02-21T07:48:38.379Z] [2023-02-21T07:48:38.379Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T07:48:38.379Z] ---> 4c81e5bf8899 [2023-02-21T07:48:38.379Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-21T07:48:38.379Z] ---> Running in 920ed221d5e7 [2023-02-21T07:48:38.657Z] Removing intermediate container 920ed221d5e7 [2023-02-21T07:48:38.657Z] ---> 8ac4b63170bb [2023-02-21T07:48:38.657Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T07:48:38.925Z] ---> Running in 5a72470d0af0 [2023-02-21T07:48:41.501Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:48:41.768Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:48:43.175Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T07:48:43.175Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:48:43.175Z] OK: 5 MiB in 15 packages [2023-02-21T07:48:46.512Z] Removing intermediate container 5a72470d0af0 [2023-02-21T07:48:46.512Z] ---> ae17c4daaf41 [2023-02-21T07:48:46.512Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:48:47.473Z] ---> 7bf7c7dbedaf [2023-02-21T07:48:47.473Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-21T07:48:48.052Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:48:48.052Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:48:48.052Z] ---> 73555d26df4d [2023-02-21T07:48:48.052Z] Step 3/19 : WORKDIR /edgex-go [2023-02-21T07:48:48.052Z] ---> Using cache [2023-02-21T07:48:48.052Z] ---> edcd13de64c3 [2023-02-21T07:48:48.052Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-21T07:48:48.052Z] ---> Running in 97104cf4f4c2 [2023-02-21T07:48:49.988Z] ---> 45d48203b5ec [2023-02-21T07:48:49.988Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-21T07:48:49.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:48:50.566Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:48:50.566Z] ---> ec981a84c0a1 [2023-02-21T07:48:50.566Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-21T07:48:51.531Z] ---> 9709b280889e [2023-02-21T07:48:51.531Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T07:48:51.531Z] ---> Running in bc3ad5ca06c5 [2023-02-21T07:48:52.113Z] v3.16.4-19-g0e31bfb8f91 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-21T07:48:52.113Z] v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-21T07:48:52.113Z] OK: 16903 distinct packages available [2023-02-21T07:48:52.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:48:52.962Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:48:54.366Z] OK: 221 MiB in 51 packages [2023-02-21T07:48:54.366Z] Removing intermediate container bc3ad5ca06c5 [2023-02-21T07:48:54.366Z] ---> e969ae8ca621 [2023-02-21T07:48:54.366Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T07:48:54.631Z] ---> Running in 4926b9b813b8 [2023-02-21T07:48:55.226Z] Removing intermediate container 4926b9b813b8 [2023-02-21T07:48:55.226Z] ---> d2030fa26d7b [2023-02-21T07:48:55.226Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-21T07:48:55.226Z] ---> Running in 07c5d0b835ae [2023-02-21T07:48:56.186Z] Removing intermediate container 07c5d0b835ae [2023-02-21T07:48:56.186Z] ---> 4d5596edac62 [2023-02-21T07:48:56.186Z] Step 20/22 : LABEL arch=arm64 [2023-02-21T07:48:56.186Z] ---> Running in 46c3c543fd00 [2023-02-21T07:48:56.453Z] Removing intermediate container 97104cf4f4c2 [2023-02-21T07:48:56.453Z] ---> ba6988b465ac [2023-02-21T07:48:56.453Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-21T07:48:59.028Z] Removing intermediate container 46c3c543fd00 [2023-02-21T07:48:59.028Z] ---> 83aae98209d0 [2023-02-21T07:48:59.028Z] Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:48:59.028Z] ---> 7765416c0399 [2023-02-21T07:48:59.028Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:48:59.296Z] ---> Running in 6c599fbb855f [2023-02-21T07:48:59.296Z] ---> Running in b20ea4f56627 [2023-02-21T07:49:00.259Z] Removing intermediate container 6c599fbb855f [2023-02-21T07:49:00.259Z] ---> 61af1ab071c8 [2023-02-21T07:49:00.259Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T07:49:00.525Z] ---> Running in 298062196efc [2023-02-21T07:49:01.489Z] Removing intermediate container 298062196efc [2023-02-21T07:49:01.489Z] ---> 2f6055947da6 [2023-02-21T07:49:01.489Z] [2023-02-21T07:49:02.449Z] Successfully built 2f6055947da6 [2023-02-21T07:49:02.449Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-21T07:49:02.449Z]  Building core-common-config-bootstrapper ... done Building support-notifications [2023-02-21T07:49:07.782Z] Removing intermediate container a333f5126467 [2023-02-21T07:49:07.782Z] ---> b78f9476775a [2023-02-21T07:49:07.782Z] [2023-02-21T07:49:07.782Z] Step 10/24 : FROM alpine:3.16 [2023-02-21T07:49:07.782Z] ---> 4c81e5bf8899 [2023-02-21T07:49:07.782Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-21T07:49:07.782Z] ---> Running in 405f108ce82b [2023-02-21T07:49:10.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:49:10.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:49:12.296Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T07:49:12.296Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:49:12.296Z] OK: 5 MiB in 15 packages [2023-02-21T07:49:14.269Z] Removing intermediate container 405f108ce82b [2023-02-21T07:49:14.269Z] ---> 72cc7b3207e2 [2023-02-21T07:49:14.270Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T07:49:14.270Z] ---> Running in 983a8dfbcaa9 [2023-02-21T07:49:15.233Z] Removing intermediate container 983a8dfbcaa9 [2023-02-21T07:49:15.233Z] ---> aadab4517296 [2023-02-21T07:49:15.233Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-21T07:49:15.233Z] ---> Running in abf3a04b19d0 [2023-02-21T07:49:16.189Z] Removing intermediate container abf3a04b19d0 [2023-02-21T07:49:16.189Z] ---> 1186fb260e88 [2023-02-21T07:49:16.189Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-21T07:49:16.189Z] ---> Running in 764ea80f8be5 [2023-02-21T07:49:16.771Z] Removing intermediate container 764ea80f8be5 [2023-02-21T07:49:16.771Z] ---> 598927902b53 [2023-02-21T07:49:16.771Z] Step 15/24 : WORKDIR / [2023-02-21T07:49:16.771Z] ---> Running in b48ea8537ad5 [2023-02-21T07:49:17.729Z] Removing intermediate container b48ea8537ad5 [2023-02-21T07:49:17.729Z] ---> 53b1487579b4 [2023-02-21T07:49:17.729Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:49:18.334Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:49:18.334Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:49:18.334Z] ---> 73555d26df4d [2023-02-21T07:49:18.334Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:49:18.334Z] ---> Using cache [2023-02-21T07:49:18.334Z] ---> 623ab565e82f [2023-02-21T07:49:18.334Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T07:49:18.334Z] ---> Using cache [2023-02-21T07:49:18.334Z] ---> aa3149db3e4d [2023-02-21T07:49:18.334Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-21T07:49:18.334Z] ---> Running in afd8cabe6c39 [2023-02-21T07:49:19.296Z] ---> e25b27a091fb [2023-02-21T07:49:19.297Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-21T07:49:20.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:49:20.972Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:49:21.239Z] ---> c6fe0a1a7786 [2023-02-21T07:49:21.239Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-21T07:49:22.198Z] ---> 6b2331c14b42 [2023-02-21T07:49:22.198Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-21T07:49:22.465Z] OK: 221 MiB in 51 packages [2023-02-21T07:49:23.422Z] ---> 0ab6e8db6821 [2023-02-21T07:49:23.422Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-21T07:49:23.422Z] ---> Running in 4fdd84ac50f4 [2023-02-21T07:49:24.020Z] Removing intermediate container afd8cabe6c39 [2023-02-21T07:49:24.020Z] ---> d377d48574da [2023-02-21T07:49:24.020Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T07:49:24.300Z] Removing intermediate container 4fdd84ac50f4 [2023-02-21T07:49:24.300Z] ---> 5cbcc20f201e [2023-02-21T07:49:24.300Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:49:24.300Z] ---> Running in 094127b22502 [2023-02-21T07:49:25.266Z] Removing intermediate container 094127b22502 [2023-02-21T07:49:25.266Z] ---> add96bd0a7da [2023-02-21T07:49:25.266Z] Step 22/24 : LABEL arch=arm64 [2023-02-21T07:49:25.266Z] ---> d84de82c30fb [2023-02-21T07:49:25.266Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:49:25.266Z] ---> Running in 6a40b28dfd7f [2023-02-21T07:49:25.266Z] ---> Running in 0c8413c43ec3 [2023-02-21T07:49:26.228Z] Removing intermediate container 6a40b28dfd7f [2023-02-21T07:49:26.228Z] ---> a657d6fed71b [2023-02-21T07:49:26.228Z] Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:49:26.228Z] ---> Running in 7738015660cb [2023-02-21T07:49:26.813Z] Removing intermediate container 7738015660cb [2023-02-21T07:49:26.813Z] ---> a7e869bae2d1 [2023-02-21T07:49:26.813Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T07:49:27.079Z] ---> Running in d6568c4e65ef [2023-02-21T07:49:27.660Z] Removing intermediate container d6568c4e65ef [2023-02-21T07:49:27.660Z] ---> e898009928f1 [2023-02-21T07:49:27.660Z] [2023-02-21T07:49:27.927Z] Successfully built e898009928f1 [2023-02-21T07:49:28.193Z] Successfully tagged core-metadata-arm64:latest [2023-02-21T07:49:28.193Z] Building security-spire-server [2023-02-21T07:49:46.379Z]  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:49:46.379Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:49:46.379Z] ---> 73555d26df4d [2023-02-21T07:49:46.379Z] Step 3/23 : WORKDIR /edgex-go [2023-02-21T07:49:46.379Z] ---> Using cache [2023-02-21T07:49:46.379Z] ---> edcd13de64c3 [2023-02-21T07:49:46.379Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-21T07:49:46.379Z] ---> Using cache [2023-02-21T07:49:46.379Z] ---> ef266f4aa393 [2023-02-21T07:49:46.379Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-21T07:49:46.379Z] ---> Using cache [2023-02-21T07:49:46.379Z] ---> cd90ffc32ad6 [2023-02-21T07:49:46.379Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:49:46.379Z] ---> Using cache [2023-02-21T07:49:46.379Z] ---> b4347aa9846e [2023-02-21T07:49:46.379Z] Step 7/23 : COPY . . [2023-02-21T07:49:46.379Z] ---> Using cache [2023-02-21T07:49:46.379Z] ---> 7679ce2c968c [2023-02-21T07:49:46.379Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T07:49:46.379Z] ---> Using cache [2023-02-21T07:49:46.379Z] ---> 6e5d05793b3b [2023-02-21T07:49:46.379Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-21T07:49:46.379Z] ---> Using cache [2023-02-21T07:49:46.379Z] ---> 372c24101fc5 [2023-02-21T07:49:46.379Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-21T07:49:46.379Z] ---> Running in ddc0a095046b [2023-02-21T07:49:49.710Z] Removing intermediate container ddc0a095046b [2023-02-21T07:49:49.710Z] ---> 2313b6629014 [2023-02-21T07:49:49.710Z] Step 11/23 : WORKDIR /edgex-go [2023-02-21T07:49:49.710Z] ---> Running in da333b22f0ea [2023-02-21T07:49:50.290Z] Removing intermediate container da333b22f0ea [2023-02-21T07:49:50.290Z] ---> e44b6ddcecc2 [2023-02-21T07:49:50.290Z] [2023-02-21T07:49:50.290Z] Step 12/23 : FROM alpine:3.15 [2023-02-21T07:49:50.290Z] ---> 354640af7b1b [2023-02-21T07:49:50.290Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T07:49:50.290Z] ---> Using cache [2023-02-21T07:49:50.290Z] ---> fbbe95eada30 [2023-02-21T07:49:50.290Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-21T07:49:50.290Z] ---> Using cache [2023-02-21T07:49:50.290Z] ---> 08ac39268815 [2023-02-21T07:49:50.290Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T07:49:56.914Z] ---> a7bbc97f0dba [2023-02-21T07:49:56.914Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T07:49:56.914Z] ---> 0872f3f33054 [2023-02-21T07:49:56.914Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-21T07:49:58.325Z] ---> 9731a9be4d8a [2023-02-21T07:49:58.325Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-21T07:49:59.284Z] ---> 73021db9ce0c [2023-02-21T07:49:59.284Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T07:49:59.284Z] ---> Running in b2952a285271 [2023-02-21T07:50:00.253Z] Removing intermediate container b2952a285271 [2023-02-21T07:50:00.253Z] ---> 834cb6e34b18 [2023-02-21T07:50:00.253Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T07:50:00.253Z] ---> Running in ff275873a9cf [2023-02-21T07:50:02.843Z] Removing intermediate container ff275873a9cf [2023-02-21T07:50:02.843Z] ---> b4188d5209e9 [2023-02-21T07:50:02.843Z] Step 21/23 : LABEL arch=arm64 [2023-02-21T07:50:03.110Z] ---> Running in db6f9b1b1aef [2023-02-21T07:50:04.123Z] Removing intermediate container db6f9b1b1aef [2023-02-21T07:50:04.123Z] ---> 6df13f271055 [2023-02-21T07:50:04.123Z] Step 22/23 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:50:04.123Z] ---> Running in d8445c966772 [2023-02-21T07:50:05.084Z] Removing intermediate container d8445c966772 [2023-02-21T07:50:05.084Z] ---> 9d1ace389f8a [2023-02-21T07:50:05.084Z] Step 23/23 : LABEL version=0.0.0 [2023-02-21T07:50:05.084Z] ---> Running in ae7639d47282 [2023-02-21T07:50:06.053Z] Removing intermediate container ae7639d47282 [2023-02-21T07:50:06.053Z] ---> 2bc3d6e11cd3 [2023-02-21T07:50:06.053Z] [2023-02-21T07:50:06.633Z] Successfully built 2bc3d6e11cd3 [2023-02-21T07:50:06.633Z] Successfully tagged security-spire-server-arm64:latest [2023-02-21T07:50:06.633Z]  Building security-spire-server ... done Building security-spire-config [2023-02-21T07:50:18.921Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-21T07:50:23.162Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:50:23.162Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:50:23.162Z] ---> 73555d26df4d [2023-02-21T07:50:23.162Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T07:50:23.427Z] ---> Using cache [2023-02-21T07:50:23.428Z] ---> edcd13de64c3 [2023-02-21T07:50:23.428Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-21T07:50:23.428Z] ---> Using cache [2023-02-21T07:50:23.428Z] ---> ef266f4aa393 [2023-02-21T07:50:23.428Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-21T07:50:23.428Z] ---> Using cache [2023-02-21T07:50:23.428Z] ---> cd90ffc32ad6 [2023-02-21T07:50:23.428Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:50:23.428Z] ---> Using cache [2023-02-21T07:50:23.428Z] ---> b4347aa9846e [2023-02-21T07:50:23.428Z] Step 7/24 : COPY . . [2023-02-21T07:50:23.844Z] ---> Using cache [2023-02-21T07:50:23.844Z] ---> 7679ce2c968c [2023-02-21T07:50:23.844Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T07:50:23.844Z] ---> Using cache [2023-02-21T07:50:23.844Z] ---> 6e5d05793b3b [2023-02-21T07:50:23.844Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-21T07:50:23.844Z] ---> Using cache [2023-02-21T07:50:23.844Z] ---> 372c24101fc5 [2023-02-21T07:50:23.844Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-21T07:50:23.844Z] ---> Using cache [2023-02-21T07:50:23.844Z] ---> f78cb751f737 [2023-02-21T07:50:23.844Z] Step 11/24 : WORKDIR /edgex-go [2023-02-21T07:50:23.844Z] ---> Using cache [2023-02-21T07:50:23.844Z] ---> 76e16ea79fb6 [2023-02-21T07:50:23.844Z] [2023-02-21T07:50:23.844Z] Step 12/24 : FROM alpine:3.15 [2023-02-21T07:50:23.844Z] ---> 354640af7b1b [2023-02-21T07:50:23.844Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T07:50:23.844Z] ---> Using cache [2023-02-21T07:50:23.844Z] ---> fbbe95eada30 [2023-02-21T07:50:23.844Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-21T07:50:24.525Z] ---> Running in 1f0a83f298b3 [2023-02-21T07:50:27.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:50:27.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:50:28.602Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T07:50:28.602Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T07:50:28.602Z] OK: 15734 distinct packages available [2023-02-21T07:50:28.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:50:29.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:50:30.127Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-21T07:50:30.127Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-21T07:50:30.127Z] (3/4) Installing libucontext (1.1-r0) [2023-02-21T07:50:30.127Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-21T07:50:30.127Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T07:50:30.127Z] OK: 6 MiB in 18 packages [2023-02-21T07:50:32.706Z] Removing intermediate container 1f0a83f298b3 [2023-02-21T07:50:32.706Z] ---> b055112e432f [2023-02-21T07:50:32.706Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T07:50:42.759Z] ---> f1cbc910cd9e [2023-02-21T07:50:42.759Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T07:50:43.024Z] Removing intermediate container d3f4b8aa6b52 [2023-02-21T07:50:43.024Z] ---> 249561965c23 [2023-02-21T07:50:43.024Z] [2023-02-21T07:50:43.024Z] Step 9/24 : FROM alpine:3.16 [2023-02-21T07:50:43.291Z] ---> 4c81e5bf8899 [2023-02-21T07:50:43.291Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-21T07:50:43.557Z] ---> Running in bd9e422ccde5 [2023-02-21T07:50:44.518Z] ---> 4e57f69c7e16 [2023-02-21T07:50:44.518Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-21T07:50:44.518Z] ---> Running in 32b2ff53dbe2 [2023-02-21T07:50:45.481Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:50:45.481Z] Removing intermediate container 32b2ff53dbe2 [2023-02-21T07:50:45.481Z] ---> 5ddcd7832832 [2023-02-21T07:50:45.481Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-21T07:50:45.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:50:47.153Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-21T07:50:47.153Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-21T07:50:47.153Z] (3/3) Installing su-exec (0.2-r1) [2023-02-21T07:50:47.153Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:50:47.153Z] ---> 4c9a4d927f14 [2023-02-21T07:50:47.153Z] Step 19/24 : WORKDIR / [2023-02-21T07:50:47.153Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T07:50:47.153Z] ---> Running in 8e21ddf04195 [2023-02-21T07:50:47.419Z] OK: 6 MiB in 17 packages [2023-02-21T07:50:48.379Z] Removing intermediate container 8e21ddf04195 [2023-02-21T07:50:48.379Z] ---> 88f77fc16233 [2023-02-21T07:50:48.379Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T07:50:48.379Z] ---> Running in 29d811f99089 [2023-02-21T07:50:48.645Z] Removing intermediate container b20ea4f56627 [2023-02-21T07:50:48.645Z] ---> d2ae1f341ca9 [2023-02-21T07:50:48.645Z] Step 7/19 : COPY . . [2023-02-21T07:50:49.224Z] Removing intermediate container 29d811f99089 [2023-02-21T07:50:49.224Z] ---> 86e5583ded7c [2023-02-21T07:50:49.224Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T07:50:49.489Z] ---> Running in 30d0c90f72bb [2023-02-21T07:50:49.753Z] Removing intermediate container bd9e422ccde5 [2023-02-21T07:50:49.753Z] ---> 8651860e0e3c [2023-02-21T07:50:49.753Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-21T07:50:50.020Z] ---> Running in 2ffd326b8b4f [2023-02-21T07:50:50.603Z] Removing intermediate container 30d0c90f72bb [2023-02-21T07:50:50.603Z] ---> d59c7a475bb9 [2023-02-21T07:50:50.603Z] Step 22/24 : LABEL arch=arm64 [2023-02-21T07:50:50.603Z] Removing intermediate container 2ffd326b8b4f [2023-02-21T07:50:50.603Z] ---> 0d733375d7ad [2023-02-21T07:50:50.603Z] Step 12/24 : WORKDIR / [2023-02-21T07:50:50.603Z] ---> Running in a86cb6bb60f2 [2023-02-21T07:50:50.877Z] ---> Running in baf356e69487 [2023-02-21T07:50:51.458Z] Removing intermediate container a86cb6bb60f2 [2023-02-21T07:50:51.458Z] ---> 49dbabba1170 [2023-02-21T07:50:51.458Z] Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:50:51.458Z] ---> Running in f25d5db6cc72 [2023-02-21T07:50:51.725Z] Removing intermediate container baf356e69487 [2023-02-21T07:50:51.725Z] ---> 5ee28c5560c1 [2023-02-21T07:50:51.725Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-21T07:50:52.311Z] Removing intermediate container f25d5db6cc72 [2023-02-21T07:50:52.311Z] ---> 818dcebe4f0a [2023-02-21T07:50:52.311Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T07:50:52.577Z] ---> Running in dab14ed9fff9 [2023-02-21T07:50:52.855Z] ---> 362d3b64b038 [2023-02-21T07:50:52.855Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-21T07:50:53.120Z] Removing intermediate container dab14ed9fff9 [2023-02-21T07:50:53.120Z] ---> c7e30c8bd1c2 [2023-02-21T07:50:53.120Z] [2023-02-21T07:50:53.701Z] Successfully built c7e30c8bd1c2 [2023-02-21T07:50:53.701Z] Successfully tagged security-spire-config-arm64:latest [2023-02-21T07:50:53.701Z]  Building security-spire-config ... done Building core-command [2023-02-21T07:50:54.658Z] ---> 8707fdc4e18a [2023-02-21T07:50:54.658Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-21T07:50:56.598Z] ---> 9b27fcfefed6 [2023-02-21T07:50:56.598Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-21T07:50:57.556Z] ---> b0725eda5cf7 [2023-02-21T07:50:57.556Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-21T07:51:00.132Z] ---> 7161bac3b08b [2023-02-21T07:51:00.132Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-21T07:51:02.710Z] ---> f66b03ac0757 [2023-02-21T07:51:02.710Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-21T07:51:03.671Z] ---> eee7eaaa02d4 [2023-02-21T07:51:03.671Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T07:51:03.671Z] ---> Running in 05b4f628c053 [2023-02-21T07:51:07.015Z] Removing intermediate container 05b4f628c053 [2023-02-21T07:51:07.015Z] ---> 5f25f20f8ec7 [2023-02-21T07:51:07.015Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T07:51:07.015Z] ---> Running in 5ebbdd134df5 [2023-02-21T07:51:07.601Z] Removing intermediate container 5ebbdd134df5 [2023-02-21T07:51:07.601Z] ---> 27e9fda4f285 [2023-02-21T07:51:07.601Z] Step 22/24 : LABEL arch=arm64 [2023-02-21T07:51:07.871Z] ---> Running in 09102576f537 [2023-02-21T07:51:08.138Z] Removing intermediate container 0b1e18cabd6b [2023-02-21T07:51:08.138Z] ---> 28985cfd6ab7 [2023-02-21T07:51:08.138Z] [2023-02-21T07:51:08.138Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T07:51:08.138Z] ---> 4c81e5bf8899 [2023-02-21T07:51:08.138Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T07:51:08.138Z] ---> Using cache [2023-02-21T07:51:08.138Z] ---> 72cc7b3207e2 [2023-02-21T07:51:08.138Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T07:51:08.138Z] ---> Using cache [2023-02-21T07:51:08.138Z] ---> aadab4517296 [2023-02-21T07:51:08.138Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-21T07:51:08.405Z] ---> Running in 0e4f9c81e5cb [2023-02-21T07:51:08.405Z] Removing intermediate container 09102576f537 [2023-02-21T07:51:08.405Z] ---> 1790fe6993e7 [2023-02-21T07:51:08.405Z] Step 23/24 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:51:08.675Z] ---> Running in 19ab148eb63f [2023-02-21T07:51:08.675Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:51:08.675Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:51:08.675Z] ---> 73555d26df4d [2023-02-21T07:51:08.675Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:51:08.675Z] ---> Using cache [2023-02-21T07:51:08.675Z] ---> 623ab565e82f [2023-02-21T07:51:08.675Z] Step 4/23 : WORKDIR /edgex-go [2023-02-21T07:51:08.675Z] ---> Using cache [2023-02-21T07:51:08.675Z] ---> aa3149db3e4d [2023-02-21T07:51:08.675Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-21T07:51:08.675Z] ---> Using cache [2023-02-21T07:51:08.675Z] ---> 782c69bb8857 [2023-02-21T07:51:08.675Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-21T07:51:08.675Z] ---> Using cache [2023-02-21T07:51:08.675Z] ---> e6827e6e50ec [2023-02-21T07:51:08.675Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:51:08.675Z] ---> Using cache [2023-02-21T07:51:08.675Z] ---> 6dd00ada0fcc [2023-02-21T07:51:08.675Z] Step 8/23 : COPY . . [2023-02-21T07:51:08.947Z] ---> cdbfba254c77 [2023-02-21T07:51:08.947Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-21T07:51:08.947Z] ---> Using cache [2023-02-21T07:51:08.947Z] ---> bd3158b7e32b [2023-02-21T07:51:08.947Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-21T07:51:08.947Z] ---> Running in 7801443b4101 [2023-02-21T07:51:09.215Z] Removing intermediate container 0e4f9c81e5cb [2023-02-21T07:51:09.215Z] ---> b0b05137f266 [2023-02-21T07:51:09.215Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-21T07:51:09.215Z] ---> Running in 17a6dd7d6c45 [2023-02-21T07:51:09.215Z] Removing intermediate container 19ab148eb63f [2023-02-21T07:51:09.215Z] ---> 39b876868862 [2023-02-21T07:51:09.215Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T07:51:09.486Z] ---> Running in 0ec7e672ef9e [2023-02-21T07:51:09.486Z] ---> Running in 84d60ec699b0 [2023-02-21T07:51:10.078Z] Removing intermediate container 0ec7e672ef9e [2023-02-21T07:51:10.078Z] ---> 47087a3ba0b5 [2023-02-21T07:51:10.078Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:51:10.347Z] Removing intermediate container 84d60ec699b0 [2023-02-21T07:51:10.347Z] ---> 78b0bb8d8e66 [2023-02-21T07:51:10.347Z] [2023-02-21T07:51:10.613Z] Successfully built 78b0bb8d8e66 [2023-02-21T07:51:10.889Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-21T07:51:10.889Z] Building security-bootstrapper [2023-02-21T07:51:10.889Z]  Building security-secretstore-setup ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-21T07:51:11.155Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-21T07:51:11.155Z] ---> df2718cb34d5 [2023-02-21T07:51:11.155Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-21T07:51:13.101Z] Removing intermediate container 0c8413c43ec3 [2023-02-21T07:51:13.101Z] ---> 378ccb1010ed [2023-02-21T07:51:13.101Z] Step 8/22 : COPY . . [2023-02-21T07:51:15.681Z] ---> f40e9512884b [2023-02-21T07:51:15.681Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-21T07:51:16.646Z] ---> 9e5a9b726b50 [2023-02-21T07:51:16.646Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-21T07:51:16.914Z] ---> Running in 4aae0785b346 [2023-02-21T07:51:21.165Z] Removing intermediate container 4aae0785b346 [2023-02-21T07:51:21.165Z] ---> 2af9d0e5f4c1 [2023-02-21T07:51:21.165Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:51:21.430Z] ---> Running in 4f68274cc039 [2023-02-21T07:51:22.008Z] Removing intermediate container 4f68274cc039 [2023-02-21T07:51:22.008Z] ---> 67d238a2162f [2023-02-21T07:51:22.008Z] Step 20/22 : LABEL arch=arm64 [2023-02-21T07:51:22.273Z] ---> Running in d6b9e4c86c9d [2023-02-21T07:51:23.225Z] Removing intermediate container d6b9e4c86c9d [2023-02-21T07:51:23.225Z] ---> 8fc21e203f4c [2023-02-21T07:51:23.225Z] Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:51:23.490Z] ---> Running in 9c79d7b42b7a [2023-02-21T07:51:24.068Z] Removing intermediate container 9c79d7b42b7a [2023-02-21T07:51:24.068Z] ---> 2ba7d2fa8e93 [2023-02-21T07:51:24.068Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T07:51:24.332Z] ---> Running in 64803bb0bc1a [2023-02-21T07:51:25.294Z] Removing intermediate container 64803bb0bc1a [2023-02-21T07:51:25.294Z] ---> 009a68b49fbe [2023-02-21T07:51:25.294Z] [2023-02-21T07:51:25.559Z] Successfully built 009a68b49fbe [2023-02-21T07:51:25.559Z] Successfully tagged support-scheduler-arm64:latest [2023-02-21T07:51:25.559Z]  Building support-scheduler ... done Building core-data [2023-02-21T07:51:27.514Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:51:27.514Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:51:27.514Z] ---> 73555d26df4d [2023-02-21T07:51:27.514Z] Step 3/32 : WORKDIR /edgex-go [2023-02-21T07:51:27.514Z] ---> Using cache [2023-02-21T07:51:27.514Z] ---> edcd13de64c3 [2023-02-21T07:51:27.514Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-21T07:51:27.514Z] ---> Using cache [2023-02-21T07:51:27.514Z] ---> 3dad96c29fae [2023-02-21T07:51:27.514Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-21T07:51:27.514Z] ---> Using cache [2023-02-21T07:51:27.514Z] ---> 3b085700637e [2023-02-21T07:51:27.514Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:51:27.514Z] ---> Using cache [2023-02-21T07:51:27.514Z] ---> 41b9def3c8be [2023-02-21T07:51:27.514Z] Step 7/32 : COPY . . [2023-02-21T07:51:27.514Z] ---> Using cache [2023-02-21T07:51:27.514Z] ---> 12684ef978ec [2023-02-21T07:51:27.514Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-21T07:51:27.782Z] ---> Running in e78718579d26 [2023-02-21T07:51:29.741Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-21T07:51:31.677Z] ---> fb580b1c8953 [2023-02-21T07:51:31.677Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-21T07:51:34.256Z] ---> Running in 9f023227fd1e [2023-02-21T07:51:36.205Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-21T07:51:44.418Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T07:51:44.418Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T07:51:44.418Z] ---> 73555d26df4d [2023-02-21T07:51:44.418Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T07:51:44.418Z] ---> Using cache [2023-02-21T07:51:44.418Z] ---> 623ab565e82f [2023-02-21T07:51:44.418Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T07:51:44.418Z] ---> Using cache [2023-02-21T07:51:44.418Z] ---> aa3149db3e4d [2023-02-21T07:51:44.418Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-21T07:51:44.418Z] ---> Using cache [2023-02-21T07:51:44.418Z] ---> 782c69bb8857 [2023-02-21T07:51:44.418Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T07:51:44.418Z] ---> Using cache [2023-02-21T07:51:44.418Z] ---> e6827e6e50ec [2023-02-21T07:51:44.418Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T07:51:44.418Z] ---> Using cache [2023-02-21T07:51:44.418Z] ---> 6dd00ada0fcc [2023-02-21T07:51:44.418Z] Step 8/22 : COPY . . [2023-02-21T07:51:44.418Z] ---> Using cache [2023-02-21T07:51:44.418Z] ---> bd3158b7e32b [2023-02-21T07:51:44.418Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-21T07:51:44.418Z] ---> Running in c79c7aaa4e20 [2023-02-21T07:51:45.374Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-21T07:57:37.247Z] Removing intermediate container 17a6dd7d6c45 [2023-02-21T07:57:37.247Z] ---> 3c474b7eb08c [2023-02-21T07:57:37.247Z] [2023-02-21T07:57:37.247Z] Step 10/23 : FROM alpine:3.16 [2023-02-21T07:57:37.247Z] ---> 4c81e5bf8899 [2023-02-21T07:57:37.247Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-21T07:57:37.247Z] ---> Using cache [2023-02-21T07:57:37.247Z] ---> 72cc7b3207e2 [2023-02-21T07:57:37.247Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T07:57:37.247Z] ---> Using cache [2023-02-21T07:57:37.247Z] ---> aadab4517296 [2023-02-21T07:57:37.247Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-21T07:57:37.247Z] ---> Running in c6635c616f7e [2023-02-21T07:57:37.247Z] Removing intermediate container c6635c616f7e [2023-02-21T07:57:37.247Z] ---> 00be411727dc [2023-02-21T07:57:37.247Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-21T07:57:37.247Z] ---> Running in 854dd51f14ea [2023-02-21T07:57:37.247Z] Removing intermediate container 854dd51f14ea [2023-02-21T07:57:37.247Z] ---> 9e6f9d209030 [2023-02-21T07:57:37.247Z] Step 15/23 : WORKDIR / [2023-02-21T07:57:37.247Z] ---> Running in 362781463a34 [2023-02-21T07:57:37.247Z] Removing intermediate container 362781463a34 [2023-02-21T07:57:37.247Z] ---> 7d1b43a79e0e [2023-02-21T07:57:37.247Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:57:37.247Z] Removing intermediate container e78718579d26 [2023-02-21T07:57:37.247Z] ---> ed007258eb08 [2023-02-21T07:57:37.247Z] [2023-02-21T07:57:37.247Z] Step 9/32 : FROM alpine:3.16 [2023-02-21T07:57:37.247Z] ---> 4c81e5bf8899 [2023-02-21T07:57:37.247Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T07:57:37.247Z] ---> Running in 8a5788fd14f3 [2023-02-21T07:57:37.247Z] ---> 66c70435af9e [2023-02-21T07:57:37.247Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-21T07:57:37.247Z] Removing intermediate container 8a5788fd14f3 [2023-02-21T07:57:37.247Z] ---> 69533e3e9975 [2023-02-21T07:57:37.247Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-21T07:57:37.247Z] ---> Running in f9b7b0aa2060 [2023-02-21T07:57:37.247Z] ---> 26227d7a99a4 [2023-02-21T07:57:37.247Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-21T07:57:37.247Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:57:37.247Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:57:37.247Z] ---> 98e7bdfb7c5f [2023-02-21T07:57:37.247Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-21T07:57:37.247Z] ---> Running in b1c4f3609033 [2023-02-21T07:57:37.247Z] Removing intermediate container b1c4f3609033 [2023-02-21T07:57:37.247Z] ---> 1af7fa025edd [2023-02-21T07:57:37.247Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:57:37.247Z] ---> Running in 5d96c550bc34 [2023-02-21T07:57:37.512Z] Removing intermediate container 5d96c550bc34 [2023-02-21T07:57:37.512Z] ---> 062bfd4cc3b5 [2023-02-21T07:57:37.512Z] Step 21/23 : LABEL arch=arm64 [2023-02-21T07:57:37.512Z] ---> Running in b748b7dfa6ae [2023-02-21T07:57:37.778Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-21T07:57:37.778Z] (2/2) Installing su-exec (0.2-r1) [2023-02-21T07:57:37.778Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:57:38.045Z] OK: 5 MiB in 16 packages [2023-02-21T07:57:38.045Z] Removing intermediate container b748b7dfa6ae [2023-02-21T07:57:38.045Z] ---> 7fd7de0004d3 [2023-02-21T07:57:38.045Z] Step 22/23 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:57:38.310Z] ---> Running in 5d6e032a1b0c [2023-02-21T07:57:38.895Z] Removing intermediate container 5d6e032a1b0c [2023-02-21T07:57:38.895Z] ---> c772d118e978 [2023-02-21T07:57:38.895Z] Step 23/23 : LABEL version=0.0.0 [2023-02-21T07:57:38.895Z] ---> Running in ab411e345f5d [2023-02-21T07:57:39.857Z] Removing intermediate container f9b7b0aa2060 [2023-02-21T07:57:39.857Z] ---> 79ad9d3d7c17 [2023-02-21T07:57:39.857Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-21T07:57:39.857Z] Removing intermediate container ab411e345f5d [2023-02-21T07:57:39.857Z] ---> 17576a25f1e0 [2023-02-21T07:57:39.857Z] [2023-02-21T07:57:39.857Z] ---> Running in 32326949dca4 [2023-02-21T07:57:40.145Z] Successfully built 17576a25f1e0 [2023-02-21T07:57:40.145Z] Successfully tagged core-command-arm64:latest [2023-02-21T07:57:40.410Z]  Building core-command ... done Removing intermediate container 32326949dca4 [2023-02-21T07:57:40.410Z] ---> 34a39028c779 [2023-02-21T07:57:40.410Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-21T07:57:40.410Z] ---> Running in b708dc6c8279 [2023-02-21T07:57:40.989Z] Removing intermediate container b708dc6c8279 [2023-02-21T07:57:41.255Z] ---> 94f863bb7965 [2023-02-21T07:57:41.255Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-21T07:57:41.255Z] ---> Running in c11f51c0091a [2023-02-21T07:57:41.521Z] Removing intermediate container c11f51c0091a [2023-02-21T07:57:41.521Z] ---> 5a7837025f0e [2023-02-21T07:57:41.521Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-21T07:57:41.786Z] ---> Running in 6b03c993169f [2023-02-21T07:57:42.365Z] Removing intermediate container 6b03c993169f [2023-02-21T07:57:42.365Z] ---> b12cede6cc9a [2023-02-21T07:57:42.365Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-21T07:57:42.365Z] ---> Running in 968cbfe96963 [2023-02-21T07:57:45.711Z] Removing intermediate container 968cbfe96963 [2023-02-21T07:57:45.711Z] ---> 184be15d23d8 [2023-02-21T07:57:45.711Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-21T07:57:45.711Z] ---> Running in c9dc3f796828 [2023-02-21T07:57:46.291Z] Removing intermediate container c9dc3f796828 [2023-02-21T07:57:46.291Z] ---> 4269adb874bb [2023-02-21T07:57:46.291Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-21T07:57:47.267Z] ---> cf542c5e1202 [2023-02-21T07:57:47.267Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-21T07:57:47.267Z] ---> Running in 031b354a375f [2023-02-21T07:57:50.604Z] Removing intermediate container 031b354a375f [2023-02-21T07:57:50.604Z] ---> 1a3aaea00705 [2023-02-21T07:57:50.604Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:57:51.190Z] ---> 92e32cc9ca31 [2023-02-21T07:57:51.190Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-21T07:57:53.145Z] ---> ce69312e2c24 [2023-02-21T07:57:53.145Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-21T07:57:53.724Z] ---> bc1ab72e2c8e [2023-02-21T07:57:53.724Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-21T07:57:54.675Z] ---> fcdfb91c615a [2023-02-21T07:57:54.675Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-21T07:57:55.633Z] ---> 367ea119a3e0 [2023-02-21T07:57:55.633Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-21T07:57:57.581Z] ---> dda9a119dd49 [2023-02-21T07:57:57.581Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-21T07:57:58.543Z] ---> dcd98911e3c6 [2023-02-21T07:57:58.543Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-21T07:57:58.543Z] ---> Running in c2e9e7eb6541 [2023-02-21T07:58:01.882Z] Removing intermediate container c2e9e7eb6541 [2023-02-21T07:58:01.882Z] ---> 59076ef9366e [2023-02-21T07:58:01.882Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-21T07:58:01.882Z] ---> Running in c6fcf0c13668 [2023-02-21T07:58:02.147Z] Removing intermediate container c6fcf0c13668 [2023-02-21T07:58:02.147Z] ---> e01b0abd9507 [2023-02-21T07:58:02.147Z] Step 29/32 : CMD ["gate"] [2023-02-21T07:58:02.147Z] ---> Running in 8c1d0c0f9a8a [2023-02-21T07:58:02.726Z] Removing intermediate container 8c1d0c0f9a8a [2023-02-21T07:58:02.726Z] ---> c5f64ddc7a23 [2023-02-21T07:58:02.726Z] Step 30/32 : LABEL arch=arm64 [2023-02-21T07:58:02.726Z] ---> Running in cebb6499d76f [2023-02-21T07:58:03.305Z] Removing intermediate container cebb6499d76f [2023-02-21T07:58:03.305Z] ---> 4032d22df694 [2023-02-21T07:58:03.305Z] Step 31/32 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:58:03.305Z] ---> Running in da6f20b83087 [2023-02-21T07:58:03.889Z] Removing intermediate container da6f20b83087 [2023-02-21T07:58:03.889Z] ---> 5bcbcf1e7226 [2023-02-21T07:58:03.889Z] Step 32/32 : LABEL version=0.0.0 [2023-02-21T07:58:03.889Z] ---> Running in c0e884629a83 [2023-02-21T07:58:04.153Z] Removing intermediate container c0e884629a83 [2023-02-21T07:58:04.153Z] ---> c4f250c459d3 [2023-02-21T07:58:04.153Z] [2023-02-21T07:58:04.730Z] Successfully built c4f250c459d3 [2023-02-21T07:58:04.730Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-21T07:58:15.068Z]  Building security-bootstrapper ... done Removing intermediate container c79c7aaa4e20 [2023-02-21T07:58:15.068Z] ---> 63d3ebce774f [2023-02-21T07:58:15.068Z] [2023-02-21T07:58:15.068Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T07:58:15.068Z] ---> 4c81e5bf8899 [2023-02-21T07:58:15.068Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-21T07:58:15.068Z] ---> Running in 46569b66e04b [2023-02-21T07:58:15.068Z] Removing intermediate container 46569b66e04b [2023-02-21T07:58:15.068Z] ---> 4395f925ca6b [2023-02-21T07:58:15.068Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-21T07:58:15.068Z] ---> Running in 34a2befa5909 [2023-02-21T07:58:15.068Z] Removing intermediate container 34a2befa5909 [2023-02-21T07:58:15.068Z] ---> cab22a38c1b7 [2023-02-21T07:58:15.068Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-21T07:58:15.068Z] ---> Running in 274f45a8b724 [2023-02-21T07:58:15.783Z] Removing intermediate container 274f45a8b724 [2023-02-21T07:58:15.783Z] ---> c30ab0ba86f0 [2023-02-21T07:58:15.783Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T07:58:15.783Z] ---> Running in 90643e6ae38d [2023-02-21T07:58:17.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:58:17.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:58:18.763Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T07:58:18.763Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:58:19.028Z] OK: 5 MiB in 15 packages [2023-02-21T07:58:20.434Z] Removing intermediate container 90643e6ae38d [2023-02-21T07:58:20.434Z] ---> 9d67d8bffd11 [2023-02-21T07:58:20.434Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:58:23.007Z] ---> f87396f92f83 [2023-02-21T07:58:23.007Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-21T07:58:24.410Z] ---> 4b79a03a260a [2023-02-21T07:58:24.410Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-21T07:58:25.364Z] ---> 54400c6b0f01 [2023-02-21T07:58:25.365Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-21T07:58:25.365Z] ---> Running in 2af1d23f9897 [2023-02-21T07:58:25.629Z] Removing intermediate container 2af1d23f9897 [2023-02-21T07:58:25.629Z] ---> f3c348af89f7 [2023-02-21T07:58:25.629Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:58:25.895Z] ---> Running in 343d45a52f08 [2023-02-21T07:58:26.164Z] Removing intermediate container 343d45a52f08 [2023-02-21T07:58:26.164Z] ---> 0b02700daf84 [2023-02-21T07:58:26.164Z] Step 20/22 : LABEL arch=arm64 [2023-02-21T07:58:26.430Z] ---> Running in 60ca30884991 [2023-02-21T07:58:27.026Z] Removing intermediate container 60ca30884991 [2023-02-21T07:58:27.026Z] ---> e6e925040ece [2023-02-21T07:58:27.026Z] Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:58:27.026Z] ---> Running in 8dd22818b2cb [2023-02-21T07:58:27.610Z] Removing intermediate container 8dd22818b2cb [2023-02-21T07:58:27.610Z] ---> f515ec06d7bb [2023-02-21T07:58:27.610Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T07:58:27.610Z] ---> Running in 12461c5990db [2023-02-21T07:58:27.875Z] Removing intermediate container 12461c5990db [2023-02-21T07:58:27.875Z] ---> c2284e7f4c9a [2023-02-21T07:58:27.875Z] [2023-02-21T07:58:28.140Z] Successfully built c2284e7f4c9a [2023-02-21T07:58:28.140Z] Successfully tagged core-data-arm64:latest [2023-02-21T07:58:43.377Z]  Building core-data ... done Removing intermediate container 7801443b4101 [2023-02-21T07:58:43.377Z] ---> ed1f522c033a [2023-02-21T07:58:43.377Z] [2023-02-21T07:58:43.377Z] Step 9/19 : FROM alpine:3.15 [2023-02-21T07:58:43.377Z] ---> 354640af7b1b [2023-02-21T07:58:43.377Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T07:58:43.377Z] ---> Using cache [2023-02-21T07:58:43.377Z] ---> fbbe95eada30 [2023-02-21T07:58:43.377Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-21T07:58:43.377Z] ---> Running in a92660a64e25 [2023-02-21T07:58:43.377Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:58:43.377Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:58:43.960Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T07:58:43.960Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T07:58:43.960Z] OK: 15734 distinct packages available [2023-02-21T07:58:43.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:58:44.226Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:58:45.182Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-21T07:58:45.182Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-21T07:58:45.182Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-21T07:58:45.182Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-21T07:58:45.182Z] (5/9) Installing curl (7.80.0-r6) [2023-02-21T07:58:45.182Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-21T07:58:45.182Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-21T07:58:45.182Z] (8/9) Installing libucontext (1.1-r0) [2023-02-21T07:58:45.182Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-21T07:58:45.182Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T07:58:45.182Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T07:58:45.447Z] OK: 8 MiB in 23 packages [2023-02-21T07:58:48.778Z] Removing intermediate container a92660a64e25 [2023-02-21T07:58:48.778Z] ---> 8ffa7b900e13 [2023-02-21T07:58:48.778Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:58:49.361Z] ---> 0146ca98e7ab [2023-02-21T07:58:49.361Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-21T07:58:51.295Z] ---> 32cfa149e421 [2023-02-21T07:58:51.295Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-21T07:58:51.874Z] ---> 1b76ad46340f [2023-02-21T07:58:51.874Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-21T07:58:51.874Z] ---> Running in b6965c06d4db [2023-02-21T07:58:52.140Z] Removing intermediate container b6965c06d4db [2023-02-21T07:58:52.140Z] ---> e8dfc91c4962 [2023-02-21T07:58:52.140Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:58:52.140Z] ---> Running in d02a662fa8a5 [2023-02-21T07:58:52.721Z] Removing intermediate container d02a662fa8a5 [2023-02-21T07:58:52.721Z] ---> 0dbe6a58ef70 [2023-02-21T07:58:52.721Z] Step 17/19 : LABEL arch=arm64 [2023-02-21T07:58:52.721Z] ---> Running in 39e3f051ce26 [2023-02-21T07:58:52.986Z] Removing intermediate container 39e3f051ce26 [2023-02-21T07:58:52.986Z] ---> 606578831406 [2023-02-21T07:58:52.986Z] Step 18/19 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:58:52.986Z] ---> Running in 7b6bb42cd125 [2023-02-21T07:58:53.251Z] Removing intermediate container 7b6bb42cd125 [2023-02-21T07:58:53.251Z] ---> f896117e017c [2023-02-21T07:58:53.251Z] Step 19/19 : LABEL version=0.0.0 [2023-02-21T07:58:53.251Z] ---> Running in cd16e401291b [2023-02-21T07:58:53.831Z] Removing intermediate container cd16e401291b [2023-02-21T07:58:53.831Z] ---> 20dd474b7dee [2023-02-21T07:58:53.831Z] [2023-02-21T07:58:53.831Z] Successfully built 20dd474b7dee [2023-02-21T07:58:53.831Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-21T07:59:03.889Z]  Building security-spiffe-token-provider ... done Removing intermediate container 9f023227fd1e [2023-02-21T07:59:03.889Z] ---> 2f112775c808 [2023-02-21T07:59:03.889Z] [2023-02-21T07:59:03.889Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T07:59:03.889Z] ---> 4c81e5bf8899 [2023-02-21T07:59:03.889Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-21T07:59:03.889Z] ---> Running in 80769ea5d80f [2023-02-21T07:59:04.466Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T07:59:04.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T07:59:05.684Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-21T07:59:05.684Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-21T07:59:05.684Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T07:59:05.684Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T07:59:05.950Z] OK: 6 MiB in 16 packages [2023-02-21T07:59:07.349Z] Removing intermediate container 80769ea5d80f [2023-02-21T07:59:07.349Z] ---> ae472760e912 [2023-02-21T07:59:07.349Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T07:59:07.349Z] ---> Running in 40beae50f968 [2023-02-21T07:59:07.349Z] Removing intermediate container 40beae50f968 [2023-02-21T07:59:07.349Z] ---> 23d7abd20660 [2023-02-21T07:59:07.349Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-21T07:59:07.617Z] ---> Running in 7ad4eb7aee70 [2023-02-21T07:59:07.617Z] Removing intermediate container 7ad4eb7aee70 [2023-02-21T07:59:07.617Z] ---> 1d2c00ba7cd5 [2023-02-21T07:59:07.617Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-21T07:59:07.886Z] ---> Running in fa4c30105d3c [2023-02-21T07:59:08.151Z] Removing intermediate container fa4c30105d3c [2023-02-21T07:59:08.151Z] ---> 4fb13a8eebc4 [2023-02-21T07:59:08.151Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T07:59:08.416Z] ---> e791f90e65a1 [2023-02-21T07:59:08.416Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-21T07:59:09.818Z] ---> 7390cd2b3d98 [2023-02-21T07:59:09.818Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-21T07:59:10.085Z] ---> f03787d283f8 [2023-02-21T07:59:10.085Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-21T07:59:10.353Z] ---> Running in 7f711903653b [2023-02-21T07:59:10.617Z] Removing intermediate container 7f711903653b [2023-02-21T07:59:10.618Z] ---> e142c2fdf4d8 [2023-02-21T07:59:10.618Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T07:59:10.618Z] ---> Running in 31727628b2fe [2023-02-21T07:59:10.882Z] Removing intermediate container 31727628b2fe [2023-02-21T07:59:10.882Z] ---> 6c551f0c387d [2023-02-21T07:59:10.882Z] Step 20/22 : LABEL arch=arm64 [2023-02-21T07:59:10.882Z] ---> Running in 445129fb24d5 [2023-02-21T07:59:11.147Z] Removing intermediate container 445129fb24d5 [2023-02-21T07:59:11.147Z] ---> 2e38e8c59122 [2023-02-21T07:59:11.147Z] Step 21/22 : LABEL git_sha=879c8ea6da70c83c973c0241fe5990d1d09829cf [2023-02-21T07:59:11.147Z] ---> Running in 9fe63922b6e6 [2023-02-21T07:59:11.411Z] Removing intermediate container 9fe63922b6e6 [2023-02-21T07:59:11.411Z] ---> 5e5daac7685b [2023-02-21T07:59:11.411Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T07:59:11.675Z] ---> Running in 6e1b331d3a61 [2023-02-21T07:59:11.939Z] Removing intermediate container 6e1b331d3a61 [2023-02-21T07:59:11.939Z] ---> c2aecee1e278 [2023-02-21T07:59:11.939Z] [2023-02-21T07:59:11.939Z] Successfully built c2aecee1e278 [2023-02-21T07:59:11.939Z] Successfully tagged support-notifications-arm64:latest [2023-02-21T07:59:12.212Z]  Building support-notifications ... done  [Pipeline] } [2023-02-21T07:59:12.222Z] $ docker stop --time=1 273d096c67ad5da9246afd1e90a03cfbef9503976f29ff6dcca2a326bd282e1c [2023-02-21T07:59:13.810Z] $ docker rm -f --volumes 273d096c67ad5da9246afd1e90a03cfbef9503976f29ff6dcca2a326bd282e1c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-21T07:59:14.362Z] + docker images [2023-02-21T07:59:14.629Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-21T07:59:14.629Z] support-notifications-arm64 latest c2aecee1e278 3 seconds ago 29.7MB [2023-02-21T07:59:14.629Z] 2f112775c808 12 seconds ago 1.57GB [2023-02-21T07:59:14.629Z] security-spiffe-token-provider-arm64 latest 20dd474b7dee 21 seconds ago 29.1MB [2023-02-21T07:59:14.629Z] ed1f522c033a 35 seconds ago 1.54GB [2023-02-21T07:59:14.629Z] core-data-arm64 latest c2284e7f4c9a 47 seconds ago 17.2MB [2023-02-21T07:59:14.629Z] 63d3ebce774f About a minute ago 1.51GB [2023-02-21T07:59:14.629Z] security-bootstrapper-arm64 latest c4f250c459d3 About a minute ago 19.6MB [2023-02-21T07:59:14.629Z] core-command-arm64 latest 17576a25f1e0 About a minute ago 17MB [2023-02-21T07:59:14.629Z] ed007258eb08 About a minute ago 1.5GB [2023-02-21T07:59:14.629Z] 3c474b7eb08c About a minute ago 1.51GB [2023-02-21T07:59:14.629Z] support-scheduler-arm64 latest 009a68b49fbe 7 minutes ago 29MB [2023-02-21T07:59:14.629Z] security-secretstore-setup-arm64 latest 78b0bb8d8e66 8 minutes ago 29MB [2023-02-21T07:59:14.629Z] 28985cfd6ab7 8 minutes ago 1.57GB [2023-02-21T07:59:14.629Z] security-spire-config-arm64 latest c7e30c8bd1c2 8 minutes ago 83.6MB [2023-02-21T07:59:14.629Z] 249561965c23 8 minutes ago 1.5GB [2023-02-21T07:59:14.629Z] security-spire-server-arm64 latest 2bc3d6e11cd3 9 minutes ago 84.3MB [2023-02-21T07:59:14.629Z] e44b6ddcecc2 9 minutes ago 1.38GB [2023-02-21T07:59:14.629Z] core-metadata-arm64 latest e898009928f1 9 minutes ago 17.7MB [2023-02-21T07:59:14.629Z] b78f9476775a 10 minutes ago 1.51GB [2023-02-21T07:59:14.629Z] core-common-config-bootstrapper-arm64 latest 2f6055947da6 10 minutes ago 14.9MB [2023-02-21T07:59:14.629Z] 22051e80f1e6 10 minutes ago 1.5GB [2023-02-21T07:59:14.629Z] security-proxy-setup-arm64 latest 4406eb6d6eaf 10 minutes ago 26.9MB [2023-02-21T07:59:14.629Z] fdc1b46814fd 11 minutes ago 1.5GB [2023-02-21T07:59:14.629Z] security-spire-agent-arm64 latest ab9cb091ec51 16 minutes ago 122MB [2023-02-21T07:59:14.629Z] 76e16ea79fb6 17 minutes ago 1.38GB [2023-02-21T07:59:14.629Z] ci-base-image-arm64 latest 73555d26df4d 30 minutes ago 905MB [2023-02-21T07:59:14.629Z] alpine 3.15 354640af7b1b 10 days ago 5.34MB [2023-02-21T07:59:14.629Z] alpine 3.16 4c81e5bf8899 10 days ago 5.3MB [2023-02-21T07:59:14.629Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-21T07:59:14.629Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:59:15.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-21T07:59:15.441Z] [2023-02-21T07:59:15.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:59:15.842Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-21T07:59:16.109Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-21T07:59:16.109Z] 8998bd30e6a1: Pulling fs layer [2023-02-21T07:59:16.109Z] 04944245beec: Pulling fs layer [2023-02-21T07:59:16.109Z] 699f458cf7ca: Pulling fs layer [2023-02-21T07:59:16.109Z] 765212b225bb: Pulling fs layer [2023-02-21T07:59:16.109Z] f23df028b6ca: Pulling fs layer [2023-02-21T07:59:16.109Z] d65c8cfc05b1: Pulling fs layer [2023-02-21T07:59:16.109Z] 2437ff75d9bd: Pulling fs layer [2023-02-21T07:59:16.109Z] 2437ff75d9bd: Waiting [2023-02-21T07:59:16.109Z] d65c8cfc05b1: Waiting [2023-02-21T07:59:16.109Z] 765212b225bb: Waiting [2023-02-21T07:59:16.109Z] 04944245beec: Verifying Checksum [2023-02-21T07:59:16.109Z] 04944245beec: Download complete [2023-02-21T07:59:16.109Z] 765212b225bb: Verifying Checksum [2023-02-21T07:59:16.109Z] 765212b225bb: Download complete [2023-02-21T07:59:16.377Z] f23df028b6ca: Verifying Checksum [2023-02-21T07:59:16.377Z] f23df028b6ca: Download complete [2023-02-21T07:59:16.377Z] 699f458cf7ca: Verifying Checksum [2023-02-21T07:59:16.377Z] 699f458cf7ca: Download complete [2023-02-21T07:59:16.377Z] d65c8cfc05b1: Verifying Checksum [2023-02-21T07:59:16.377Z] d65c8cfc05b1: Download complete [2023-02-21T07:59:16.643Z] 8998bd30e6a1: Download complete [2023-02-21T07:59:19.217Z] 2437ff75d9bd: Verifying Checksum [2023-02-21T07:59:19.217Z] 2437ff75d9bd: Download complete [2023-02-21T07:59:20.616Z] 8998bd30e6a1: Pull complete [2023-02-21T07:59:20.616Z] 04944245beec: Pull complete [2023-02-21T07:59:22.014Z] 699f458cf7ca: Pull complete [2023-02-21T07:59:22.014Z] 765212b225bb: Pull complete [2023-02-21T07:59:22.965Z] f23df028b6ca: Pull complete [2023-02-21T07:59:22.965Z] d65c8cfc05b1: Pull complete [2023-02-21T07:59:35.240Z] 2437ff75d9bd: Pull complete [2023-02-21T07:59:35.240Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-21T07:59:35.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-21T07:59:35.240Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T07:59:35.551Z] prd-ubuntu20.04-docker-arm64-4c-16g-6824 does not seem to be running inside a container [2023-02-21T07:59:35.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-21T07:59:38.417Z] $ docker top 26c29fffcedbe3e621b6b39be1253340ec96574689cec0bbe7da35983700d75b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-21T07:59:39.062Z] ---> job-cost.sh [2023-02-21T07:59:39.326Z] lf-activate-venv: SKIPPING [2023-02-21T07:59:39.326Z] INFO: No Stack... [2023-02-21T07:59:39.906Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-21T07:59:40.858Z] INFO: Archiving Costs [Pipeline] sh [2023-02-21T07:59:41.197Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-02-21T07:59:41.197Z] + cut -d, -f6 [Pipeline] lock [2023-02-21T07:59:41.535Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4375-1-stack-cost] [2023-02-21T07:59:41.541Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4375-1-stack-cost] did not exist. Created. [2023-02-21T07:59:41.541Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4375-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-21T07:59:41.936Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-21T07:59:42.114Z] Stashed 1 file(s) [Pipeline] } [2023-02-21T07:59:42.129Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4375-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-21T07:59:42.193Z] $ docker stop --time=1 26c29fffcedbe3e621b6b39be1253340ec96574689cec0bbe7da35983700d75b [2023-02-21T07:59:43.641Z] $ docker rm -f --volumes 26c29fffcedbe3e621b6b39be1253340ec96574689cec0bbe7da35983700d75b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-21T07:59:44.600Z] provisioning config files... [2023-02-21T07:59:44.607Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config13299695081928098631tmp [Pipeline] { [Pipeline] sh [2023-02-21T07:59:44.937Z] + set +x [2023-02-21T07:59:44.937Z] + curl -s https://codecov.io/bash [2023-02-21T07:59:44.937Z] + bash -s -- [2023-02-21T07:59:44.937Z] [2023-02-21T07:59:44.937Z] _____ _ [2023-02-21T07:59:44.937Z] / ____| | | [2023-02-21T07:59:44.937Z] | | ___ __| | ___ ___ _____ __ [2023-02-21T07:59:44.937Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-21T07:59:44.937Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-21T07:59:44.937Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-21T07:59:44.937Z] Bash-1.0.6 [2023-02-21T07:59:44.937Z] [2023-02-21T07:59:44.937Z] [2023-02-21T07:59:44.937Z] ==> git version 2.25.1 found [2023-02-21T07:59:44.937Z] ==> 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 [2023-02-21T07:59:44.937Z] Release-Date: 2020-01-08 [2023-02-21T07:59:44.937Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-21T07:59:44.937Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-21T07:59:44.937Z] ==> Jenkins CI detected. [2023-02-21T07:59:44.937Z] current dir:  /w/workspace/edgex-go/1 [2023-02-21T07:59:44.937Z] project root: . [2023-02-21T07:59:44.937Z] --> token set from env [2023-02-21T07:59:44.937Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-21T07:59:44.937Z] ==> Running gcov in . (disable via -X gcov) [2023-02-21T07:59:44.937Z] ==> Python coveragepy not found [2023-02-21T07:59:44.937Z] ==> Searching for coverage reports in: [2023-02-21T07:59:44.937Z] + . [2023-02-21T07:59:45.196Z] -> Found 1 reports [2023-02-21T07:59:45.196Z] ==> Detecting git/mercurial file structure [2023-02-21T07:59:45.196Z] ==> Reading reports [2023-02-21T07:59:45.196Z] + ./coverage.out bytes=487323 [2023-02-21T07:59:45.196Z] ==> Appending adjustments [2023-02-21T07:59:45.196Z] https://docs.codecov.io/docs/fixing-reports [2023-02-21T07:59:46.574Z] + Found adjustments [2023-02-21T07:59:46.574Z] ==> Gzipping contents [2023-02-21T07:59:46.574Z] 64K /tmp/codecov.TOAGDo.gz [2023-02-21T07:59:46.574Z] ==> Uploading reports [2023-02-21T07:59:46.574Z] url: https://codecov.io [2023-02-21T07:59:46.574Z] query: branch=PR-4375&commit=879c8ea6da70c83c973c0241fe5990d1d09829cf&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4375%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4375&job=&cmd_args= [2023-02-21T07:59:46.574Z] -> Pinging Codecov [2023-02-21T07:59:46.574Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4375&commit=879c8ea6da70c83c973c0241fe5990d1d09829cf&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4375%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4375&job=&cmd_args= [2023-02-21T07:59:46.574Z] -> Uploading to [2023-02-21T07:59:46.574Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-21/00271124DB129430A58F1EEE437C3FCB/879c8ea6da70c83c973c0241fe5990d1d09829cf/f14933b7-9bba-4ee1-bd65-a8a6a1c78edb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230221T075946Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a4c97deb893a7c091219a9d27d9bdf6226312f4d27d96dc2467e33f73290566 [2023-02-21T07:59:46.574Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-21T07:59:46.574Z] Dload Upload Total Spent Left Speed [2023-02-21T07:59:46.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62984 0 0 100 62984 0 163k --:--:-- --:--:-- --:--:-- 163k 100 62984 0 0 100 62984 0 163k --:--:-- --:--:-- --:--:-- 163k [2023-02-21T07:59:46.834Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/879c8ea6da70c83c973c0241fe5990d1d09829cf [Pipeline] } [2023-02-21T07:59:46.858Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-21T07:59:48.217Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-21T07:59:48.541Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-21T07:59:49.427Z] ---> package-listing.sh [2023-02-21T07:59:49.427Z] ++ facter osfamily [2023-02-21T07:59:49.427Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-21T07:59:49.685Z] + OS_FAMILY=debian [2023-02-21T07:59:49.685Z] + workspace=/w/workspace/edgex-go/1 [2023-02-21T07:59:49.685Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-21T07:59:49.685Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-21T07:59:49.685Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-21T07:59:49.685Z] + PACKAGES=/tmp/packages_start.txt [2023-02-21T07:59:49.685Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-21T07:59:49.685Z] + PACKAGES=/tmp/packages_end.txt [2023-02-21T07:59:49.685Z] + case "${OS_FAMILY}" in [2023-02-21T07:59:49.685Z] + dpkg -l [2023-02-21T07:59:49.685Z] + grep '^ii' [2023-02-21T07:59:49.685Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-21T07:59:49.685Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-21T07:59:49.685Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-21T07:59:49.685Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-21T07:59:49.685Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-02-21T07:59:49.685Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-02-21T07:59:49.719Z] 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 [2023-02-21T07:59:50.009Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:59:50.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-21T07:59:50.622Z] [2023-02-21T07:59:50.622Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T07:59:50.986Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-21T07:59:50.986Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-21T07:59:50.986Z] 5eb5b503b376: Pulling fs layer [2023-02-21T07:59:50.986Z] 5c69ac0246d0: Pulling fs layer [2023-02-21T07:59:50.986Z] ec43610c2a17: Pulling fs layer [2023-02-21T07:59:50.986Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-21T07:59:50.986Z] 33b1e0a273af: Pulling fs layer [2023-02-21T07:59:50.986Z] 5d3b04190fa2: Pulling fs layer [2023-02-21T07:59:50.986Z] 2f39f015ded8: Pulling fs layer [2023-02-21T07:59:50.986Z] 3a2ae6a8a46f: Waiting [2023-02-21T07:59:50.986Z] 33b1e0a273af: Waiting [2023-02-21T07:59:50.986Z] 5d3b04190fa2: Waiting [2023-02-21T07:59:50.986Z] 2f39f015ded8: Waiting [2023-02-21T07:59:50.986Z] 5c69ac0246d0: Download complete [2023-02-21T07:59:51.245Z] 33b1e0a273af: Verifying Checksum [2023-02-21T07:59:51.245Z] 33b1e0a273af: Download complete [2023-02-21T07:59:51.245Z] ec43610c2a17: Verifying Checksum [2023-02-21T07:59:51.245Z] ec43610c2a17: Download complete [2023-02-21T07:59:51.245Z] 5d3b04190fa2: Verifying Checksum [2023-02-21T07:59:51.245Z] 5d3b04190fa2: Download complete [2023-02-21T07:59:51.245Z] 5eb5b503b376: Verifying Checksum [2023-02-21T07:59:51.245Z] 5eb5b503b376: Download complete [2023-02-21T07:59:51.810Z] 2f39f015ded8: Download complete [2023-02-21T07:59:52.382Z] 5eb5b503b376: Pull complete [2023-02-21T07:59:52.382Z] 5c69ac0246d0: Pull complete [2023-02-21T07:59:52.948Z] ec43610c2a17: Pull complete [2023-02-21T07:59:52.948Z] 3a2ae6a8a46f: Pull complete [2023-02-21T07:59:53.207Z] 33b1e0a273af: Pull complete [2023-02-21T07:59:53.207Z] 5d3b04190fa2: Pull complete [2023-02-21T07:59:57.390Z] 2f39f015ded8: Pull complete [2023-02-21T07:59:57.390Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-21T07:59:57.390Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-21T07:59:57.390Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T07:59:57.590Z] prd-ubuntu20.04-docker-8c-8g-6823 does not seem to be running inside a container [2023-02-21T07:59:57.618Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-21T07:59:59.554Z] $ docker top dead16cad36e8a89b76323844e8ff2813aaa9c352429fe70099d36e11a647b81 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T07:59:59.955Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-21T08:00:00.255Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-21T08:00:00.570Z] + ls /var/log/sa-host [2023-02-21T08:00:00.570Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-21T08:00:00.783Z] provisioning config files... [2023-02-21T08:00:00.791Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2117797769375576038tmp [Pipeline] { [Pipeline] echo [2023-02-21T08:00:00.841Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-21T08:00:01.151Z] ---> create-netrc.sh [Pipeline] } [2023-02-21T08:00:01.183Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-21T08:00:01.594Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-21T08:00:01.629Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-21T08:00:01.942Z] ---> sudo-logs.sh [2023-02-21T08:00:01.942Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-21T08:00:02.020Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-21T08:00:02.339Z] ---> job-cost.sh [2023-02-21T08:00:02.339Z] lf-activate-venv: SKIPPING [2023-02-21T08:00:02.339Z] DEBUG: total: 0.10999999940395355 [2023-02-21T08:00:02.339Z] INFO: Retrieving Stack Cost... [2023-02-21T08:00:02.906Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-21T08:00:03.165Z] INFO: Archiving Costs [Pipeline] echo [2023-02-21T08:00:03.202Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-21T08:00:03.526Z] ---> logs-deploy.sh [2023-02-21T08:00:03.526Z] lf-activate-venv: SKIPPING [2023-02-21T08:00:03.526Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4375/1 [2023-02-21T08:00:03.526Z] INFO: archiving workspace using pattern(s): [2023-02-21T08:00:04.464Z] Archives upload complete. [2023-02-21T08:00:04.464Z] INFO: archiving logs to Nexus [2023-02-21T08:00:05.403Z] ---> uname -a: [2023-02-21T08:00:05.403Z] Linux prd-ubuntu20-04-docker-8c-8g-6823 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-21T08:00:05.403Z] [2023-02-21T08:00:05.403Z] [2023-02-21T08:00:05.403Z] ---> lscpu: [2023-02-21T08:00:05.403Z] Architecture: x86_64 [2023-02-21T08:00:05.403Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-21T08:00:05.403Z] Byte Order: Little Endian [2023-02-21T08:00:05.403Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-21T08:00:05.403Z] CPU(s): 8 [2023-02-21T08:00:05.403Z] On-line CPU(s) list: 0-7 [2023-02-21T08:00:05.403Z] Thread(s) per core: 1 [2023-02-21T08:00:05.403Z] Core(s) per socket: 1 [2023-02-21T08:00:05.403Z] Socket(s): 8 [2023-02-21T08:00:05.403Z] NUMA node(s): 1 [2023-02-21T08:00:05.403Z] Vendor ID: AuthenticAMD [2023-02-21T08:00:05.403Z] CPU family: 23 [2023-02-21T08:00:05.403Z] Model: 49 [2023-02-21T08:00:05.403Z] Model name: AMD EPYC-Rome Processor [2023-02-21T08:00:05.403Z] Stepping: 0 [2023-02-21T08:00:05.403Z] CPU MHz: 2799.998 [2023-02-21T08:00:05.403Z] BogoMIPS: 5599.99 [2023-02-21T08:00:05.403Z] Virtualization: AMD-V [2023-02-21T08:00:05.403Z] Hypervisor vendor: KVM [2023-02-21T08:00:05.403Z] Virtualization type: full [2023-02-21T08:00:05.403Z] L1d cache: 256 KiB [2023-02-21T08:00:05.403Z] L1i cache: 256 KiB [2023-02-21T08:00:05.403Z] L2 cache: 4 MiB [2023-02-21T08:00:05.403Z] L3 cache: 128 MiB [2023-02-21T08:00:05.403Z] NUMA node0 CPU(s): 0-7 [2023-02-21T08:00:05.403Z] Vulnerability Itlb multihit: Not affected [2023-02-21T08:00:05.403Z] Vulnerability L1tf: Not affected [2023-02-21T08:00:05.403Z] Vulnerability Mds: Not affected [2023-02-21T08:00:05.403Z] Vulnerability Meltdown: Not affected [2023-02-21T08:00:05.403Z] Vulnerability Mmio stale data: Not affected [2023-02-21T08:00:05.403Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-21T08:00:05.403Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-21T08:00:05.403Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-21T08:00:05.403Z] Vulnerability Srbds: Not affected [2023-02-21T08:00:05.403Z] Vulnerability Tsx async abort: Not affected [2023-02-21T08:00:05.403Z] 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 [2023-02-21T08:00:05.403Z] [2023-02-21T08:00:05.403Z] [2023-02-21T08:00:05.403Z] ---> nproc: [2023-02-21T08:00:05.403Z] 8 [2023-02-21T08:00:05.403Z] [2023-02-21T08:00:05.403Z] [2023-02-21T08:00:05.403Z] ---> df -h: [2023-02-21T08:00:05.403Z] Filesystem Size Used Avail Use% Mounted on [2023-02-21T08:00:05.403Z] overlay 155G 22G 134G 14% / [2023-02-21T08:00:05.403Z] tmpfs 64M 0 64M 0% /dev [2023-02-21T08:00:05.403Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-21T08:00:05.403Z] shm 64M 0 64M 0% /dev/shm [2023-02-21T08:00:05.403Z] /dev/vda1 155G 22G 134G 14% /facter-os [2023-02-21T08:00:05.403Z] [2023-02-21T08:00:05.403Z] [2023-02-21T08:00:05.403Z] ---> sar -b -r -n DEV: [2023-02-21T08:00:05.403Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6823) 02/21/23 _x86_64_ (8 CPU) [2023-02-21T08:00:05.403Z] [2023-02-21T08:00:05.403Z] 07:21:48 LINUX RESTART (8 CPU) [2023-02-21T08:00:05.403Z] [2023-02-21T08:00:05.403Z] 07:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-21T08:00:05.403Z] 07:23:02 350.45 47.50 302.95 0.00 5355.28 174781.74 0.00 [2023-02-21T08:00:05.403Z] 07:24:01 99.73 0.83 98.90 0.00 42.43 51426.00 0.00 [2023-02-21T08:00:05.403Z] 07:25:01 45.10 0.22 44.89 0.00 4.40 18178.62 0.00 [2023-02-21T08:00:05.403Z] 07:26:01 212.08 0.08 212.00 0.00 14.13 107666.24 0.00 [2023-02-21T08:00:05.403Z] 07:27:01 391.50 10.88 380.61 0.00 163.49 143679.95 0.00 [2023-02-21T08:00:05.403Z] 07:28:01 1272.47 13.18 1259.29 0.00 5142.48 442467.59 0.00 [2023-02-21T08:00:05.403Z] 07:29:01 1071.14 4.15 1066.99 0.00 38.79 270466.79 0.00 [2023-02-21T08:00:05.403Z] 07:30:01 369.09 0.03 369.06 0.00 0.80 111191.47 0.00 [2023-02-21T08:00:05.403Z] 07:31:01 2.83 0.00 2.83 0.00 0.00 31.19 0.00 [2023-02-21T08:00:05.403Z] 07:32:01 2.27 0.00 2.27 0.00 0.00 24.13 0.00 [2023-02-21T08:00:05.403Z] 07:33:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 [2023-02-21T08:00:05.403Z] 07:34:01 2.05 0.00 2.05 0.00 0.00 22.40 0.00 [2023-02-21T08:00:05.403Z] 07:35:01 1.42 0.00 1.42 0.00 0.00 15.33 0.00 [2023-02-21T08:00:05.403Z] 07:36:01 2.03 0.00 2.03 0.00 0.00 22.26 0.00 [2023-02-21T08:00:05.403Z] 07:37:01 2.20 0.02 2.18 0.00 0.13 24.53 0.00 [2023-02-21T08:00:05.403Z] 07:38:01 2.28 0.00 2.28 0.00 0.00 28.80 0.00 [2023-02-21T08:00:05.403Z] 07:39:01 1.47 0.00 1.47 0.00 0.00 16.13 0.00 [2023-02-21T08:00:05.403Z] 07:40:01 1.63 0.00 1.63 0.00 0.00 17.99 0.00 [2023-02-21T08:00:05.403Z] 07:41:01 1.58 0.00 1.58 0.00 0.00 17.73 0.00 [2023-02-21T08:00:05.403Z] 07:42:01 1.83 0.00 1.83 0.00 0.00 21.06 0.00 [2023-02-21T08:00:05.403Z] 07:43:01 1.48 0.00 1.48 0.00 0.00 16.53 0.00 [2023-02-21T08:00:05.403Z] 07:44:01 2.00 0.00 2.00 0.00 0.00 21.99 0.00 [2023-02-21T08:00:05.403Z] 07:45:02 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2023-02-21T08:00:05.403Z] 07:46:01 1.56 0.00 1.56 0.00 0.00 18.03 0.00 [2023-02-21T08:00:05.403Z] 07:47:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 [2023-02-21T08:00:05.403Z] 07:48:01 2.05 0.00 2.05 0.00 0.00 22.53 0.00 [2023-02-21T08:00:05.403Z] 07:49:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 [2023-02-21T08:00:05.403Z] 07:50:01 1.58 0.00 1.58 0.00 0.00 17.33 0.00 [2023-02-21T08:00:05.403Z] 07:51:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 [2023-02-21T08:00:05.403Z] 07:52:01 1.55 0.00 1.55 0.00 0.00 17.33 0.00 [2023-02-21T08:00:05.403Z] 07:53:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 [2023-02-21T08:00:05.403Z] 07:54:01 1.58 0.00 1.58 0.00 0.00 17.59 0.00 [2023-02-21T08:00:05.403Z] 07:55:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 [2023-02-21T08:00:05.403Z] 07:56:01 0.97 0.00 0.97 0.00 0.00 11.86 0.00 [2023-02-21T08:00:05.403Z] 07:57:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 [2023-02-21T08:00:05.403Z] 07:58:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 [2023-02-21T08:00:05.403Z] 07:59:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 [2023-02-21T08:00:05.403Z] 08:00:01 58.25 0.25 58.00 0.00 19.33 16791.74 0.00 [2023-02-21T08:00:05.403Z] Average: 103.10 2.03 101.07 0.00 283.95 35199.44 0.00 [2023-02-21T08:00:05.403Z] [2023-02-21T08:00:05.403Z] 07:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-21T08:00:05.403Z] 07:23:02 28980596 31568660 753984 2.29 68984 2798808 2067596 6.09 1039196 2511264 582588 [2023-02-21T08:00:05.403Z] 07:24:01 27727300 31359192 940648 2.86 113672 3717572 2376392 7.00 1693280 3005728 553088 [2023-02-21T08:00:05.403Z] 07:25:01 27881312 31557616 740652 2.25 116400 3739100 1779320 5.24 1241216 3287628 236008 [2023-02-21T08:00:05.403Z] 07:26:01 26083184 31438064 846364 2.57 122932 5361968 2381724 7.02 1636728 4616616 3172 [2023-02-21T08:00:05.403Z] 07:27:01 22251668 31390452 892452 2.71 286520 8740680 2776700 8.18 1846636 7994824 1215328 [2023-02-21T08:00:05.403Z] 07:28:01 18251392 31113892 1132460 3.44 407592 12092412 3348148 9.87 2723108 10826552 189596 [2023-02-21T08:00:05.403Z] 07:29:01 15497816 31414556 843036 2.56 530396 14871540 2426308 7.15 2570604 13600156 1384544 [2023-02-21T08:00:05.403Z] 07:30:01 16491656 31512484 749616 2.28 536028 13983036 1936016 5.71 2551604 12641196 580 [2023-02-21T08:00:05.403Z] 07:31:01 16492192 31513068 749096 2.28 536052 13983040 1936016 5.71 2551508 12641200 8 [2023-02-21T08:00:05.403Z] 07:32:01 16504656 31525596 736480 2.24 536108 13983044 1936016 5.71 2538992 12641208 20 [2023-02-21T08:00:05.403Z] 07:33:01 16505572 31526560 735600 2.24 536152 13983048 1936016 5.71 2539088 12641216 8 [2023-02-21T08:00:05.403Z] 07:34:01 16506796 31527824 734540 2.23 536196 13983052 1936016 5.71 2538132 12641220 8 [2023-02-21T08:00:05.403Z] 07:35:01 16506820 31527916 734460 2.23 536240 13983052 1936016 5.71 2538256 12641220 16 [2023-02-21T08:00:05.403Z] 07:36:01 16506732 31527832 734476 2.23 536264 13983056 1936016 5.71 2538264 12641224 40 [2023-02-21T08:00:05.403Z] 07:37:01 16505704 31526968 735160 2.24 536320 13983056 1933924 5.70 2538372 12641228 4 [2023-02-21T08:00:05.403Z] 07:38:01 16505956 31527276 734784 2.23 536384 13983040 1933924 5.70 2538536 12641212 12 [2023-02-21T08:00:05.403Z] 07:39:01 16506184 31527528 734456 2.23 536436 13983044 1933924 5.70 2538516 12641216 8 [2023-02-21T08:00:05.403Z] 07:40:01 16506456 31527720 734420 2.23 536460 13983044 1933924 5.70 2538560 12641216 40 [2023-02-21T08:00:05.403Z] 07:41:01 16506440 31527760 734348 2.23 536516 13983048 1933924 5.70 2538636 12641216 8 [2023-02-21T08:00:05.403Z] 07:42:01 16506208 31527584 734364 2.23 536536 13983048 1933924 5.70 2539072 12641228 216 [2023-02-21T08:00:05.403Z] 07:43:01 16506484 31527864 734044 2.23 536580 13983048 1933924 5.70 2538512 12641232 8 [2023-02-21T08:00:05.403Z] 07:44:01 16506468 31527944 733944 2.23 536624 13983056 1933924 5.70 2538540 12641240 4 [2023-02-21T08:00:05.403Z] 07:45:02 16506168 31527644 734160 2.23 536648 13983056 1933924 5.70 2538524 12641240 8 [2023-02-21T08:00:05.403Z] 07:46:01 16506064 31527572 734164 2.23 536664 13983064 1933924 5.70 2538564 12641244 44 [2023-02-21T08:00:05.403Z] 07:47:01 16506324 31527836 733952 2.23 536668 13983068 1933924 5.70 2538552 12641248 8 [2023-02-21T08:00:05.403Z] 07:48:01 16506232 31527872 734092 2.23 536720 13983132 1933924 5.70 2538696 12641312 20 [2023-02-21T08:00:05.403Z] 07:49:01 16506184 31527828 734084 2.23 536740 13983140 1933924 5.70 2538620 12641316 8 [2023-02-21T08:00:05.404Z] 07:50:01 16506268 31527980 733800 2.23 536764 13983140 1933924 5.70 2538656 12641320 40 [2023-02-21T08:00:05.404Z] 07:51:01 16506220 31527960 733768 2.23 536780 13983144 1933924 5.70 2538692 12641324 8 [2023-02-21T08:00:05.404Z] 07:52:01 16505888 31527632 733980 2.23 536804 13983140 1933924 5.70 2538680 12641328 4 [2023-02-21T08:00:05.404Z] 07:53:01 16505872 31527656 733908 2.23 536828 13983144 1933924 5.70 2538776 12641332 12 [2023-02-21T08:00:05.404Z] 07:54:01 16506008 31527816 733904 2.23 536852 13983144 1917764 5.65 2538756 12641332 4 [2023-02-21T08:00:05.404Z] 07:55:01 16505944 31527752 733916 2.23 536856 13983156 1917764 5.65 2538740 12641332 8 [2023-02-21T08:00:05.404Z] 07:56:01 16505968 31527920 733692 2.23 536868 13983284 1917764 5.65 2538796 12641436 148 [2023-02-21T08:00:05.404Z] 07:57:01 16505920 31527916 733656 2.23 536884 13983292 1901192 5.60 2538800 12641476 8 [2023-02-21T08:00:05.404Z] 07:58:01 16506000 31528020 733680 2.23 536904 13983292 1901192 5.60 2539236 12641472 52 [2023-02-21T08:00:05.404Z] 07:59:01 16506032 31528056 733656 2.23 536908 13983296 1901192 5.60 2538828 12641476 8 [2023-02-21T08:00:05.404Z] 08:00:01 15966084 31489028 768268 2.34 539920 14436640 1959476 5.77 2581264 13089436 408 [2023-02-21T08:00:05.404Z] Average: 17836704 31503443 762528 2.32 481137 12769787 2026351 5.97 2408356 11530807 109634 [2023-02-21T08:00:05.404Z] [2023-02-21T08:00:05.404Z] 07:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-21T08:00:05.404Z] 07:23:02 docker0 492.94 435.77 35.38 2736.83 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:23:02 ens3 1301.33 1203.10 11853.62 174.96 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:23:02 lo 5.40 5.40 0.52 0.52 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:24:01 docker0 88.36 137.04 7.04 703.98 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:24:01 ens3 177.21 113.12 740.67 24.64 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:24:01 veth9bcf5a7 0.10 0.27 0.01 0.03 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:25:01 docker0 1.22 1.22 0.08 0.09 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:25:01 ens3 20.69 14.58 16.91 9.47 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:25:01 veth9bcf5a7 1.22 1.25 0.09 0.10 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:26:01 vethde01a03 4.60 6.66 0.44 2.79 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:26:01 docker0 30.46 48.83 2.32 216.45 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:26:01 veth29f5ea2 4.60 6.76 0.44 2.80 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:26:01 vethc7ae491 4.63 6.56 0.44 2.79 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:26:01 ens3 147.87 91.12 1915.75 23.50 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:26:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:26:01 veth2d1ee10 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:26:01 vetheb9f687 4.52 6.55 0.43 2.77 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:26:01 vetha89b199 4.65 6.58 0.44 2.79 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:27:01 docker0 493.08 841.17 40.32 5821.65 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:27:01 ens3 887.75 515.11 6678.79 50.51 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:27:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:27:01 veth2d1ee10 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:28:01 docker0 346.04 692.47 28.97 5073.26 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:28:01 ens3 873.69 433.58 7145.98 59.74 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:28:01 veth00b3560 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:28:01 lo 2.40 2.40 0.23 0.23 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:28:01 veth81239fc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:28:01 veth2d1ee10 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:28:01 vethf303d50 75.10 188.99 7.48 1168.74 0.00 0.00 0.00 0.10 [2023-02-21T08:00:05.404Z] 07:28:01 veth63fd302 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:28:01 vethd090e50 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:29:01 docker0 265.39 513.81 22.11 3785.93 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:29:01 ens3 559.72 312.86 3815.79 207.53 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:29:01 veth2d1ee10 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:30:01 docker0 7.80 14.93 0.53 191.54 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:30:01 ens3 32.69 18.11 206.59 8.25 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:31:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:33:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:34:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:35:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:38:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:39:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:40:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:42:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:43:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:44:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:45:02 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:47:01 ens3 0.17 0.07 0.17 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:48:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.404Z] 07:49:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:50:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:52:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:53:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:54:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:55:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:56:01 ens3 0.22 0.18 0.12 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:58:01 ens3 0.32 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:59:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 08:00:01 ens3 124.98 68.68 2533.14 15.18 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] 08:00:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] Average: docker0 45.42 70.69 3.60 487.91 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] Average: ens3 108.71 72.99 919.32 15.12 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] Average: lo 0.35 0.35 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-21T08:00:05.405Z] [2023-02-21T08:00:05.405Z] [2023-02-21T08:00:05.405Z] ---> sar -P ALL: [2023-02-21T08:00:05.405Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6823) 02/21/23 _x86_64_ (8 CPU) [2023-02-21T08:00:05.405Z] [2023-02-21T08:00:05.405Z] 07:21:48 LINUX RESTART (8 CPU) [2023-02-21T08:00:05.405Z] [2023-02-21T08:00:05.405Z] 07:22:01 CPU %user %nice %system %iowait %steal %idle [2023-02-21T08:00:05.405Z] 07:23:02 all 9.95 0.00 3.65 1.51 0.05 84.84 [2023-02-21T08:00:05.405Z] 07:23:02 0 9.28 0.00 3.60 0.27 0.05 86.80 [2023-02-21T08:00:05.405Z] 07:23:02 1 14.36 0.00 3.09 0.55 0.05 81.95 [2023-02-21T08:00:05.405Z] 07:23:02 2 10.60 0.00 3.11 1.65 0.05 84.59 [2023-02-21T08:00:05.405Z] 07:23:02 3 9.84 0.00 3.86 2.42 0.03 83.85 [2023-02-21T08:00:05.405Z] 07:23:02 4 8.53 0.00 2.64 1.56 0.03 87.23 [2023-02-21T08:00:05.405Z] 07:23:02 5 10.38 0.00 3.81 0.24 0.05 85.52 [2023-02-21T08:00:05.405Z] 07:23:02 6 8.16 0.00 4.09 1.65 0.05 86.04 [2023-02-21T08:00:05.405Z] 07:23:02 7 8.40 0.00 5.03 3.82 0.07 82.68 [2023-02-21T08:00:05.405Z] 07:24:01 all 33.61 0.00 7.02 0.91 0.09 58.37 [2023-02-21T08:00:05.405Z] 07:24:01 0 33.51 0.00 6.45 0.03 0.07 59.94 [2023-02-21T08:00:05.405Z] 07:24:01 1 35.98 0.00 7.14 0.02 0.09 56.78 [2023-02-21T08:00:05.405Z] 07:24:01 2 35.68 0.00 7.95 0.72 0.10 55.55 [2023-02-21T08:00:05.405Z] 07:24:01 3 33.49 0.00 7.77 4.27 0.10 54.37 [2023-02-21T08:00:05.405Z] 07:24:01 4 33.29 0.00 7.48 0.09 0.10 59.04 [2023-02-21T08:00:05.405Z] 07:24:01 5 31.78 0.00 5.24 0.26 0.09 62.64 [2023-02-21T08:00:05.405Z] 07:24:01 6 32.04 0.00 6.64 1.63 0.09 59.60 [2023-02-21T08:00:05.405Z] 07:24:01 7 33.15 0.00 7.54 0.24 0.09 58.98 [2023-02-21T08:00:05.405Z] 07:25:01 all 42.31 0.00 5.72 0.25 0.08 51.63 [2023-02-21T08:00:05.405Z] 07:25:01 0 42.02 0.00 5.40 0.08 0.08 52.41 [2023-02-21T08:00:05.405Z] 07:25:01 1 42.24 0.00 6.43 0.02 0.08 51.23 [2023-02-21T08:00:05.405Z] 07:25:01 2 42.52 0.00 5.21 0.02 0.07 52.19 [2023-02-21T08:00:05.405Z] 07:25:01 3 41.64 0.00 6.35 0.00 0.08 51.93 [2023-02-21T08:00:05.405Z] 07:25:01 4 42.36 0.00 5.60 0.00 0.08 51.95 [2023-02-21T08:00:05.405Z] 07:25:01 5 42.69 0.00 5.58 1.38 0.08 50.26 [2023-02-21T08:00:05.405Z] 07:25:01 6 41.95 0.00 5.38 0.52 0.08 52.07 [2023-02-21T08:00:05.405Z] 07:25:01 7 43.07 0.00 5.80 0.02 0.08 51.03 [2023-02-21T08:00:05.405Z] 07:26:01 all 18.62 0.00 8.45 1.50 0.08 71.35 [2023-02-21T08:00:05.405Z] 07:26:01 0 19.44 0.00 8.33 0.66 0.08 71.49 [2023-02-21T08:00:05.405Z] 07:26:01 1 19.86 0.00 8.55 0.24 0.08 71.26 [2023-02-21T08:00:05.405Z] 07:26:01 2 20.97 0.00 7.60 0.37 0.08 70.98 [2023-02-21T08:00:05.405Z] 07:26:01 3 19.28 0.00 8.19 0.24 0.07 72.22 [2023-02-21T08:00:05.405Z] 07:26:01 4 14.37 0.00 7.05 3.05 0.07 75.46 [2023-02-21T08:00:05.405Z] 07:26:01 5 17.57 0.00 9.12 5.14 0.07 68.10 [2023-02-21T08:00:05.405Z] 07:26:01 6 19.18 0.00 9.66 2.04 0.09 69.03 [2023-02-21T08:00:05.405Z] 07:26:01 7 18.28 0.00 9.13 0.26 0.10 72.24 [2023-02-21T08:00:05.405Z] 07:27:01 all 9.49 0.00 6.25 14.00 0.07 70.19 [2023-02-21T08:00:05.405Z] 07:27:01 0 9.97 0.00 5.60 14.66 0.07 69.70 [2023-02-21T08:00:05.405Z] 07:27:01 1 9.60 0.00 6.55 18.66 0.07 65.13 [2023-02-21T08:00:05.405Z] 07:27:01 2 9.64 0.00 7.32 14.00 0.07 68.96 [2023-02-21T08:00:05.405Z] 07:27:01 3 9.21 0.00 5.95 2.20 0.07 82.57 [2023-02-21T08:00:05.405Z] 07:27:01 4 9.89 0.00 6.25 20.61 0.07 63.18 [2023-02-21T08:00:05.405Z] 07:27:01 5 9.28 0.00 6.10 10.61 0.07 73.94 [2023-02-21T08:00:05.405Z] 07:27:01 6 9.56 0.00 5.89 25.29 0.05 59.21 [2023-02-21T08:00:05.405Z] 07:27:01 7 8.78 0.00 6.35 5.94 0.10 78.83 [2023-02-21T08:00:05.405Z] 07:28:01 all 46.27 0.00 15.87 12.10 0.14 25.62 [2023-02-21T08:00:05.405Z] 07:28:01 0 46.19 0.00 17.63 16.45 0.17 19.57 [2023-02-21T08:00:05.405Z] 07:28:01 1 41.24 0.00 15.10 10.14 0.14 33.38 [2023-02-21T08:00:05.405Z] 07:28:01 2 46.55 0.00 16.10 9.70 0.15 27.50 [2023-02-21T08:00:05.405Z] 07:28:01 3 46.89 0.00 16.71 6.11 0.14 30.16 [2023-02-21T08:00:05.405Z] 07:28:01 4 46.47 0.00 16.21 22.53 0.14 14.65 [2023-02-21T08:00:05.405Z] 07:28:01 5 48.55 0.00 14.72 14.12 0.14 22.48 [2023-02-21T08:00:05.405Z] 07:28:01 6 48.00 0.00 13.47 11.18 0.12 27.22 [2023-02-21T08:00:05.405Z] 07:28:01 7 46.27 0.00 17.02 6.58 0.14 30.00 [2023-02-21T08:00:05.405Z] 07:29:01 all 60.53 0.00 13.48 3.85 0.14 22.00 [2023-02-21T08:00:05.405Z] 07:29:01 0 59.22 0.00 14.73 1.28 0.15 24.61 [2023-02-21T08:00:05.405Z] 07:29:01 1 57.25 0.00 13.88 2.09 0.14 26.64 [2023-02-21T08:00:05.405Z] 07:29:01 2 62.17 0.00 13.58 7.26 0.14 16.84 [2023-02-21T08:00:05.405Z] 07:29:01 3 61.20 0.00 12.64 4.46 0.14 21.57 [2023-02-21T08:00:05.405Z] 07:29:01 4 61.57 0.00 13.14 1.88 0.15 23.25 [2023-02-21T08:00:05.405Z] 07:29:01 5 61.19 0.00 12.90 2.49 0.14 23.29 [2023-02-21T08:00:05.405Z] 07:29:01 6 60.22 0.00 14.23 2.86 0.13 22.56 [2023-02-21T08:00:05.405Z] 07:29:01 7 61.37 0.00 12.74 8.49 0.14 17.27 [2023-02-21T08:00:05.405Z] 07:30:01 all 31.69 0.00 5.85 2.03 0.08 60.35 [2023-02-21T08:00:05.405Z] 07:30:01 0 32.86 0.00 6.23 0.54 0.08 60.29 [2023-02-21T08:00:05.405Z] 07:30:01 1 28.57 0.00 5.78 0.71 0.07 64.87 [2023-02-21T08:00:05.405Z] 07:30:01 2 31.95 0.00 6.33 5.79 0.08 55.85 [2023-02-21T08:00:05.405Z] 07:30:01 3 31.53 0.00 5.88 1.74 0.07 60.78 [2023-02-21T08:00:05.405Z] 07:30:01 4 32.02 0.00 5.91 3.37 0.08 58.61 [2023-02-21T08:00:05.405Z] 07:30:01 5 32.39 0.00 6.11 0.50 0.07 60.94 [2023-02-21T08:00:05.405Z] 07:30:01 6 32.08 0.00 5.46 1.06 0.07 61.34 [2023-02-21T08:00:05.405Z] 07:30:01 7 32.13 0.00 5.13 2.51 0.08 60.14 [2023-02-21T08:00:05.405Z] 07:31:01 all 0.01 0.00 0.01 0.02 0.00 99.95 [2023-02-21T08:00:05.405Z] 07:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.405Z] 07:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.405Z] 07:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.405Z] 07:31:01 3 0.00 0.00 0.02 0.13 0.00 99.85 [2023-02-21T08:00:05.405Z] 07:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.405Z] 07:31:01 5 0.08 0.00 0.03 0.00 0.02 99.87 [2023-02-21T08:00:05.405Z] 07:31:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-21T08:00:05.405Z] 07:31:01 7 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-21T08:00:05.405Z] 07:32:01 all 0.03 0.00 0.01 0.01 0.00 99.94 [2023-02-21T08:00:05.405Z] 07:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.405Z] 07:32:01 1 0.02 0.00 0.02 0.05 0.02 99.90 [2023-02-21T08:00:05.405Z] 07:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.405Z] 07:32:01 3 0.03 0.00 0.00 0.03 0.00 99.93 [2023-02-21T08:00:05.405Z] 07:32:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-21T08:00:05.405Z] 07:32:01 5 0.07 0.00 0.03 0.00 0.00 99.90 [2023-02-21T08:00:05.405Z] 07:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-21T08:00:05.405Z] 07:32:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2023-02-21T08:00:05.405Z] 07:33:01 all 0.03 0.00 0.01 0.01 0.00 99.96 [2023-02-21T08:00:05.405Z] 07:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.405Z] 07:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.405Z] 07:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.405Z] 07:33:01 3 0.00 0.00 0.02 0.05 0.00 99.93 [2023-02-21T08:00:05.405Z] 07:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.405Z] 07:33:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:33:01 6 0.17 0.00 0.00 0.00 0.00 99.83 [2023-02-21T08:00:05.406Z] 07:33:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-21T08:00:05.406Z] [2023-02-21T08:00:05.406Z] 07:33:01 CPU %user %nice %system %iowait %steal %idle [2023-02-21T08:00:05.406Z] 07:34:01 all 0.28 0.00 0.01 0.09 0.00 99.62 [2023-02-21T08:00:05.406Z] 07:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:34:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:34:01 3 0.05 0.00 0.02 0.48 0.00 99.45 [2023-02-21T08:00:05.406Z] 07:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:34:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-21T08:00:05.406Z] 07:34:01 6 1.97 0.00 0.00 0.00 0.00 98.03 [2023-02-21T08:00:05.406Z] 07:34:01 7 0.07 0.00 0.03 0.22 0.00 99.68 [2023-02-21T08:00:05.406Z] 07:35:01 all 0.13 0.00 0.02 0.01 0.00 99.84 [2023-02-21T08:00:05.406Z] 07:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:35:01 3 0.22 0.00 0.00 0.05 0.02 99.72 [2023-02-21T08:00:05.406Z] 07:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:35:01 5 0.05 0.00 0.05 0.00 0.02 99.88 [2023-02-21T08:00:05.406Z] 07:35:01 6 0.76 0.00 0.08 0.00 0.00 99.15 [2023-02-21T08:00:05.406Z] 07:35:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:36:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-21T08:00:05.406Z] 07:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:36:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:36:01 3 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:36:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2023-02-21T08:00:05.406Z] 07:36:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-21T08:00:05.406Z] 07:36:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:37:01 all 0.01 0.00 0.03 0.01 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:37:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:37:01 2 0.00 0.00 0.03 0.02 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:37:01 3 0.00 0.00 0.02 0.03 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:37:01 4 0.02 0.00 0.05 0.00 0.00 99.93 [2023-02-21T08:00:05.406Z] 07:37:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-21T08:00:05.406Z] 07:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:37:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2023-02-21T08:00:05.406Z] 07:38:01 all 0.19 0.00 0.01 0.01 0.00 99.79 [2023-02-21T08:00:05.406Z] 07:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:38:01 1 0.00 0.00 0.00 0.03 0.02 99.95 [2023-02-21T08:00:05.406Z] 07:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:38:01 3 1.32 0.00 0.00 0.03 0.00 98.65 [2023-02-21T08:00:05.406Z] 07:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:38:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-21T08:00:05.406Z] 07:38:01 6 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-21T08:00:05.406Z] 07:38:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:39:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2023-02-21T08:00:05.406Z] 07:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:39:01 3 1.99 0.00 0.02 0.03 0.00 97.96 [2023-02-21T08:00:05.406Z] 07:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:39:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-21T08:00:05.406Z] 07:39:01 6 0.00 0.00 0.05 0.00 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:40:01 all 0.27 0.00 0.01 0.01 0.00 99.71 [2023-02-21T08:00:05.406Z] 07:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:40:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:40:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:40:01 3 1.99 0.00 0.02 0.02 0.00 97.98 [2023-02-21T08:00:05.406Z] 07:40:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-21T08:00:05.406Z] 07:40:01 5 0.05 0.00 0.05 0.00 0.00 99.90 [2023-02-21T08:00:05.406Z] 07:40:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:41:01 all 0.02 0.00 0.01 0.02 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:41:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-21T08:00:05.406Z] 07:41:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:41:01 3 0.10 0.00 0.02 0.12 0.00 99.77 [2023-02-21T08:00:05.406Z] 07:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:41:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-21T08:00:05.406Z] 07:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:42:01 all 0.04 0.00 0.03 0.01 0.00 99.93 [2023-02-21T08:00:05.406Z] 07:42:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2023-02-21T08:00:05.406Z] 07:42:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:42:01 3 0.08 0.00 0.03 0.02 0.02 99.85 [2023-02-21T08:00:05.406Z] 07:42:01 4 0.07 0.00 0.07 0.00 0.00 99.87 [2023-02-21T08:00:05.406Z] 07:42:01 5 0.10 0.00 0.02 0.00 0.00 99.88 [2023-02-21T08:00:05.406Z] 07:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:43:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:43:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:43:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:43:01 3 0.03 0.00 0.00 0.03 0.00 99.93 [2023-02-21T08:00:05.406Z] 07:43:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-21T08:00:05.406Z] 07:43:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2023-02-21T08:00:05.406Z] 07:43:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-21T08:00:05.406Z] 07:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:44:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-21T08:00:05.406Z] 07:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:44:01 1 0.00 0.00 0.00 0.07 0.00 99.93 [2023-02-21T08:00:05.406Z] 07:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:44:01 3 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:44:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-21T08:00:05.406Z] 07:44:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-21T08:00:05.406Z] 07:44:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] [2023-02-21T08:00:05.406Z] 07:44:01 CPU %user %nice %system %iowait %steal %idle [2023-02-21T08:00:05.406Z] 07:45:02 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:45:02 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:45:02 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:45:02 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:45:02 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:45:02 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-21T08:00:05.406Z] 07:45:02 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:45:02 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:45:02 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:46:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:46:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:46:01 3 0.02 0.00 0.03 0.02 0.00 99.93 [2023-02-21T08:00:05.406Z] 07:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:46:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.406Z] 07:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:47:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-21T08:00:05.406Z] 07:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:47:01 1 0.00 0.00 0.02 0.02 0.02 99.95 [2023-02-21T08:00:05.406Z] 07:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.406Z] 07:47:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-21T08:00:05.406Z] 07:47:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:47:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-21T08:00:05.406Z] 07:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:48:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-21T08:00:05.407Z] 07:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:48:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:48:01 3 0.03 0.00 0.00 0.03 0.00 99.93 [2023-02-21T08:00:05.407Z] 07:48:01 4 0.02 0.00 0.05 0.02 0.02 99.90 [2023-02-21T08:00:05.407Z] 07:48:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2023-02-21T08:00:05.407Z] 07:48:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:49:01 all 0.05 0.00 0.01 0.00 0.00 99.94 [2023-02-21T08:00:05.407Z] 07:49:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:49:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:49:01 3 0.23 0.00 0.02 0.02 0.00 99.73 [2023-02-21T08:00:05.407Z] 07:49:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:49:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-21T08:00:05.407Z] 07:49:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:50:01 all 0.26 0.00 0.02 0.01 0.00 99.72 [2023-02-21T08:00:05.407Z] 07:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:50:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:50:01 3 1.99 0.00 0.02 0.02 0.00 97.98 [2023-02-21T08:00:05.407Z] 07:50:01 4 0.02 0.00 0.07 0.00 0.00 99.92 [2023-02-21T08:00:05.407Z] 07:50:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:50:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-21T08:00:05.407Z] 07:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:51:01 all 0.26 0.00 0.01 0.00 0.00 99.73 [2023-02-21T08:00:05.407Z] 07:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:51:01 3 1.99 0.00 0.00 0.02 0.00 98.00 [2023-02-21T08:00:05.407Z] 07:51:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-21T08:00:05.407Z] 07:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:51:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:52:01 all 0.19 0.00 0.01 0.00 0.00 99.79 [2023-02-21T08:00:05.407Z] 07:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:52:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:52:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-21T08:00:05.407Z] 07:52:01 3 1.37 0.00 0.03 0.00 0.00 98.60 [2023-02-21T08:00:05.407Z] 07:52:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-21T08:00:05.407Z] 07:52:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:52:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-21T08:00:05.407Z] 07:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:53:01 all 0.01 0.00 0.02 0.01 0.00 99.96 [2023-02-21T08:00:05.407Z] 07:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:53:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:53:01 3 0.00 0.00 0.02 0.07 0.02 99.90 [2023-02-21T08:00:05.407Z] 07:53:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-21T08:00:05.407Z] 07:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:53:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:53:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:54:01 all 0.02 0.00 0.01 0.01 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:54:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-21T08:00:05.407Z] 07:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:54:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:54:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-21T08:00:05.407Z] 07:54:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:54:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-21T08:00:05.407Z] 07:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:55:01 all 0.19 0.00 0.01 0.00 0.00 99.80 [2023-02-21T08:00:05.407Z] 07:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:55:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:55:01 3 1.44 0.00 0.00 0.00 0.00 98.56 [2023-02-21T08:00:05.407Z] 07:55:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-21T08:00:05.407Z] 07:55:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] [2023-02-21T08:00:05.407Z] 07:55:01 CPU %user %nice %system %iowait %steal %idle [2023-02-21T08:00:05.407Z] 07:56:01 all 0.10 0.00 0.01 0.00 0.00 99.88 [2023-02-21T08:00:05.407Z] 07:56:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-21T08:00:05.407Z] 07:56:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-21T08:00:05.407Z] 07:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:56:01 3 0.58 0.00 0.08 0.02 0.00 99.32 [2023-02-21T08:00:05.407Z] 07:56:01 4 0.07 0.00 0.00 0.00 0.00 99.93 [2023-02-21T08:00:05.407Z] 07:56:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-21T08:00:05.407Z] 07:56:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-21T08:00:05.407Z] 07:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:57:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:57:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:57:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2023-02-21T08:00:05.407Z] 07:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:57:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-21T08:00:05.407Z] 07:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:58:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-21T08:00:05.407Z] 07:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:58:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:58:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:58:01 4 0.02 0.00 0.03 0.02 0.02 99.92 [2023-02-21T08:00:05.407Z] 07:58:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-21T08:00:05.407Z] 07:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-21T08:00:05.407Z] 07:59:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:59:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 07:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:59:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-21T08:00:05.407Z] 07:59:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-21T08:00:05.407Z] 07:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-21T08:00:05.407Z] 07:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-21T08:00:05.407Z] 08:00:01 all 2.88 0.00 1.32 0.35 0.02 95.42 [2023-02-21T08:00:05.407Z] 08:00:01 0 2.86 0.00 1.82 0.03 0.02 95.27 [2023-02-21T08:00:05.407Z] 08:00:01 1 2.47 0.00 1.54 2.03 0.02 93.95 [2023-02-21T08:00:05.407Z] 08:00:01 2 2.78 0.00 1.17 0.00 0.02 96.03 [2023-02-21T08:00:05.407Z] 08:00:01 3 2.79 0.00 1.53 0.45 0.03 95.20 [2023-02-21T08:00:05.407Z] 08:00:01 4 2.88 0.00 1.17 0.25 0.03 95.67 [2023-02-21T08:00:05.407Z] 08:00:01 5 2.49 0.00 1.05 0.03 0.02 96.41 [2023-02-21T08:00:05.407Z] 08:00:01 6 3.54 0.00 0.87 0.02 0.02 95.56 [2023-02-21T08:00:05.407Z] 08:00:01 7 3.23 0.00 1.44 0.00 0.03 95.29 [2023-02-21T08:00:05.407Z] Average: all 6.71 0.00 1.77 0.96 0.02 90.54 [2023-02-21T08:00:05.407Z] Average: 0 6.65 0.00 1.82 0.88 0.02 90.62 [2023-02-21T08:00:05.407Z] Average: 1 6.55 0.00 1.77 0.91 0.02 90.74 [2023-02-21T08:00:05.407Z] Average: 2 6.84 0.00 1.78 1.03 0.02 90.32 [2023-02-21T08:00:05.407Z] Average: 3 7.02 0.00 1.80 0.60 0.02 90.56 [2023-02-21T08:00:05.407Z] Average: 4 6.57 0.00 1.72 1.39 0.02 90.29 [2023-02-21T08:00:05.407Z] Average: 5 6.70 0.00 1.70 0.90 0.02 90.68 [2023-02-21T08:00:05.407Z] Average: 6 6.72 0.00 1.73 1.21 0.02 90.33 [2023-02-21T08:00:05.407Z] Average: 7 6.63 0.00 1.83 0.73 0.02 90.79 [2023-02-21T08:00:05.407Z] [2023-02-21T08:00:05.407Z] [2023-02-21T08:00:05.407Z]