Pull request #4220 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1c58228eedfa0bcde97f914589f7b7b6825574a2+9e554929d717cf1151dbdc4a6532773c76b36b26 (77a4691e17fc52dfd37044141666785be1d24210) 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-ssh12257576717140620294.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh9998585607936853975.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-4220/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-4220/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1890705598494029011.key Verifying host key using known hosts file > 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-4220/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5919238685836305624.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh11197122547453145855.key Verifying host key using known hosts file > 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-4220/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-4220/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh379811734267848666.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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/v2], 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/v2 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-116968 in /w/workspace/edgexfoundry_edgex-go_PR-4220 [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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > 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 Merging remotes/origin/main commit 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit 1c58228eedfa0bcde97f914589f7b7b6825574a2 Merge succeeded, producing 1c58228eedfa0bcde97f914589f7b7b6825574a2 Checking out Revision 1c58228eedfa0bcde97f914589f7b7b6825574a2 (PR-4220) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4220/head:refs/remotes/origin/PR-4220 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c58228eedfa0bcde97f914589f7b7b6825574a2 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 9e554929d717cf1151dbdc4a6532773c76b36b26 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c58228eedfa0bcde97f914589f7b7b6825574a2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:30:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:30:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:30:01 ========================================================= 19:30:01 EdgeX Global Pipelines Version Info 19:30:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:30:02 ------------------- 19:30:02 stable info: 19:30:02 ------------------- 19:30:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:30:02 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:30:02 Message: update stable to v1.0.243 19:30:02 ------------------- 19:30:02 experimental info: 19:30:02 ------------------- 19:30:02 Commited By: **** collab-it+edgex@linuxfoundation.org 19:30:02 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:30:02 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:30:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4220 [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4220 [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4220 [Pipeline] echo 19:30:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c58228eedfa0bcde97f914589f7b7b6825574a2 [Pipeline] echo 19:30:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c58228 [Pipeline] echo 19:30:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:30:04 provisioning config files... 19:30:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13595031778827415895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:30:04 ---> docker-login.sh 19:30:04 nexus3.edgexfoundry.org:10001 19:30:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:04 Configure a credential helper to remove this warning. See 19:30:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:04 19:30:04 Login Succeeded 19:30:04 nexus3.edgexfoundry.org:10002 19:30:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:04 Configure a credential helper to remove this warning. See 19:30:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:04 19:30:04 Login Succeeded 19:30:04 nexus3.edgexfoundry.org:10003 19:30:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:05 Configure a credential helper to remove this warning. See 19:30:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:05 19:30:05 Login Succeeded 19:30:05 nexus3.edgexfoundry.org:10004 19:30:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:05 Configure a credential helper to remove this warning. See 19:30:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:05 19:30:05 Login Succeeded 19:30:05 docker.io 19:30:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:05 Configure a credential helper to remove this warning. See 19:30:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:05 19:30:05 Login Succeeded 19:30:05 ---> docker-login.sh ends [Pipeline] } 19:30:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:30:06 + ls cmd/core-command/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 cmd/sys-mgmt-agent/Dockerfile 19:30:06 + + dirname cmd/core-command/Dockerfile 19:30:06 cut -d/ -f2 19:30:06 + echo core-command,cmd/core-command/Dockerfile 19:30:06 + dirname cmd/core-data/Dockerfile+ 19:30:06 cut -d/ -f2 19:30:06 + echo core-data,cmd/core-data/Dockerfile 19:30:06 + + cut -d/ -f2 19:30:06 dirname cmd/core-metadata/Dockerfile 19:30:06 + echo core-metadata,cmd/core-metadata/Dockerfile 19:30:06 + dirname cmd/security-bootstrapper/Dockerfile 19:30:06 + cut -d/ -f2 19:30:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:30:06 + cut -d/ -f2 19:30:06 + dirname cmd/security-proxy-setup/Dockerfile 19:30:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:30:06 + dirname cmd/security-secretstore-setup/Dockerfile 19:30:06 + cut -d/ -f2 19:30:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:30:06 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:30:06 + cut -d/ -f2 19:30:06 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:30:06 + dirname cmd/security-spire-agent/Dockerfile 19:30:06 + cut -d/ -f2 19:30:06 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:30:06 + dirname cmd/security-spire-config/Dockerfile 19:30:06 + cut -d/ -f2 19:30:06 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:30:06 + dirname cmd/security-spire-server/Dockerfile 19:30:06 + cut -d/ -f2 19:30:06 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:30:06 + dirname cmd/support-notifications/Dockerfile 19:30:06 + cut -d/ -f2 19:30:06 + echo support-notifications,cmd/support-notifications/Dockerfile 19:30:06 + dirname cmd/support-scheduler/Dockerfile 19:30:06 + cut -d/ -f2 19:30:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:30:06 + dirname cmd/sys-mgmt-agent/Dockerfile 19:30:06 + cut -d/ -f2 19:30:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:30:06 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/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], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:30:06 + git rev-list -1 --merges 1c58228eedfa0bcde97f914589f7b7b6825574a2~1..1c58228eedfa0bcde97f914589f7b7b6825574a2 [Pipeline] echo 19:30:06 -----------> git rev-list -1 --merges 1c58228eedfa0bcde97f914589f7b7b6825574a2~1..1c58228eedfa0bcde97f914589f7b7b6825574a2 1c58228eedfa0bcde97f914589f7b7b6825574a2 [false] [Pipeline] sh 19:30:07 + git log --format=format:%s -1 1c58228eedfa0bcde97f914589f7b7b6825574a2 [Pipeline] echo 19:30:07 ========================================================= 19:30:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:30:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:30:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:30:07 + grep -v github /etc/ssh/ssh_known_hosts 19:30:07 + [ -e /tmp/ssh_known_hosts ] 19:30:07 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:30:07 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:30:07 + sudo tee -a /etc/ssh/ssh_known_hosts 19:30:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:30:08 19:30:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:30:08 0.1.4: Pulling from edgex-devops/py-git-semver 19:30:08 b85a868b505f: Pulling fs layer 19:30:08 e2be974225ed: Pulling fs layer 19:30:08 339a4e72a1f5: Pulling fs layer 19:30:08 988bab9f4d93: Pulling fs layer 19:30:08 1469e6f7b9e6: Pulling fs layer 19:30:08 eaf3925da568: Pulling fs layer 19:30:08 bab4dde63d76: Pulling fs layer 19:30:08 bde34c3a00c8: Pulling fs layer 19:30:08 b352a97aabf1: Pulling fs layer 19:30:08 4872d77fe225: Pulling fs layer 19:30:08 5851b861e8e6: Pulling fs layer 19:30:08 bab4dde63d76: Waiting 19:30:08 bde34c3a00c8: Waiting 19:30:08 b352a97aabf1: Waiting 19:30:08 4872d77fe225: Waiting 19:30:08 5851b861e8e6: Waiting 19:30:08 eaf3925da568: Waiting 19:30:08 e2be974225ed: Verifying Checksum 19:30:08 e2be974225ed: Download complete 19:30:08 988bab9f4d93: Download complete 19:30:08 1469e6f7b9e6: Verifying Checksum 19:30:08 1469e6f7b9e6: Download complete 19:30:08 eaf3925da568: Download complete 19:30:08 339a4e72a1f5: Verifying Checksum 19:30:08 339a4e72a1f5: Download complete 19:30:08 bde34c3a00c8: Verifying Checksum 19:30:08 bde34c3a00c8: Download complete 19:30:08 b352a97aabf1: Download complete 19:30:08 4872d77fe225: Verifying Checksum 19:30:08 4872d77fe225: Download complete 19:30:08 b85a868b505f: Download complete 19:30:08 5851b861e8e6: Download complete 19:30:08 bab4dde63d76: Verifying Checksum 19:30:08 bab4dde63d76: Download complete 19:30:09 b85a868b505f: Pull complete 19:30:09 e2be974225ed: Pull complete 19:30:10 339a4e72a1f5: Pull complete 19:30:10 988bab9f4d93: Pull complete 19:30:11 1469e6f7b9e6: Pull complete 19:30:11 eaf3925da568: Pull complete 19:30:12 bab4dde63d76: Pull complete 19:30:12 bde34c3a00c8: Pull complete 19:30:12 b352a97aabf1: Pull complete 19:30:13 4872d77fe225: Pull complete 19:30:13 5851b861e8e6: Pull complete 19:30:13 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:30:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:30:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:30:13 prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container 19:30:13 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:30:15 $ docker top ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a -eo pid,comm 19:30:15 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:30:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:30:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:30:15 [ssh-agent] Looking for ssh-agent implementation... 19:30:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:30:15 $ docker exec ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a ssh-agent 19:30:15 SSH_AUTH_SOCK=/tmp/ssh-EDzM2IosvDf3/agent.32 19:30:15 SSH_AGENT_PID=38 19:30:15 Running ssh-add (command line suppressed) 19:30:15 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8247213452494712774.key (/w/workspace/edgex-go/1@tmp/private_key_8247213452494712774.key) 19:30:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:30:15 + git tag --points-at HEAD [Pipeline] } 19:30:15 $ docker exec --env ******** --env ******** ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a ssh-agent -k 19:30:16 unset SSH_AUTH_SOCK; 19:30:16 unset SSH_AGENT_PID; 19:30:16 echo Agent pid 38 killed; 19:30:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:30:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:30:16 [ssh-agent] Looking for ssh-agent implementation... 19:30:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:30:16 $ docker exec ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a ssh-agent 19:30:16 SSH_AUTH_SOCK=/tmp/ssh-NZFLMUGNpsT0/agent.71 19:30:16 SSH_AGENT_PID=77 19:30:16 Running ssh-add (command line suppressed) 19:30:16 Identity added: /w/workspace/edgex-go/1@tmp/private_key_15271128812577691497.key (/w/workspace/edgex-go/1@tmp/private_key_15271128812577691497.key) 19:30:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:30:16 + git semver init 19:30:17 2022-10-25 19:30:17,024 [run_init] DEBUG init version:0.0.0 force:False 19:30:17 2022-10-25 19:30:17,025 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:30:17 2022-10-25 19:30:17,025 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:30:17 2022-10-25 19:30:17,025 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:30:22 2022-10-25 19:30:22,297 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:30:22 2022-10-25 19:30:22,298 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4220 with force:False 19:30:22 2022-10-25 19:30:22,298 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4220 19:30:22 2022-10-25 19:30:22,302 [execute] INFO git cat-file --batch-check 19:30:22 2022-10-25 19:30:22,303 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:30:22 2022-10-25 19:30:22,309 [execute] INFO git cat-file --batch 19:30:22 2022-10-25 19:30:22,310 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:30:22 2022-10-25 19:30:22,314 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4220 19:30:22 0.0.0 [Pipeline] } 19:30:22 $ docker exec --env ******** --env ******** ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a ssh-agent -k 19:30:22 unset SSH_AUTH_SOCK; 19:30:22 unset SSH_AGENT_PID; 19:30:22 echo Agent pid 77 killed; 19:30:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:30:23 + git semver [Pipeline] } 19:30:23 $ docker stop --time=1 ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a 19:30:24 $ docker rm -f ca3ee6ad164099017482ed6a75573abf2b5ff060a103384b17277983c7527d2a [Pipeline] // withDockerContainer [Pipeline] sh 19:30:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:30:25 Stashed 1 file(s) [Pipeline] echo 19:30:25 [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 19:30:26 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:30:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:30:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:30:26 ========================================================= 19:30:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:30:26 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:30:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:30:26 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:30:26 213ec9aee27d: Pulling fs layer 19:30:26 4583459ba037: Pulling fs layer 19:30:26 93c1e223e6f2: Pulling fs layer 19:30:26 53926ce57604: Pulling fs layer 19:30:26 21b2b0c7a3f4: Pulling fs layer 19:30:26 30f14e443154: Pulling fs layer 19:30:26 801331c1e519: Pulling fs layer 19:30:26 99cc6dd402b0: Pulling fs layer 19:30:26 7d9ed39f4882: Pulling fs layer 19:30:26 99cc6dd402b0: Waiting 19:30:26 30f14e443154: Waiting 19:30:26 801331c1e519: Waiting 19:30:26 53926ce57604: Waiting 19:30:26 7d9ed39f4882: Waiting 19:30:26 21b2b0c7a3f4: Waiting 19:30:26 93c1e223e6f2: Verifying Checksum 19:30:26 93c1e223e6f2: Download complete 19:30:26 4583459ba037: Verifying Checksum 19:30:26 4583459ba037: Download complete 19:30:26 21b2b0c7a3f4: Verifying Checksum 19:30:26 21b2b0c7a3f4: Download complete 19:30:26 30f14e443154: Download complete 19:30:26 213ec9aee27d: Verifying Checksum 19:30:26 801331c1e519: Verifying Checksum 19:30:26 213ec9aee27d: Pull complete 19:30:26 4583459ba037: Pull complete 19:30:27 93c1e223e6f2: Pull complete 19:30:27 7d9ed39f4882: Verifying Checksum 19:30:27 7d9ed39f4882: Download complete 19:30:27 99cc6dd402b0: Verifying Checksum 19:30:27 99cc6dd402b0: Download complete 19:30:27 53926ce57604: Verifying Checksum 19:30:27 53926ce57604: Download complete 19:30:31 53926ce57604: Pull complete 19:30:31 21b2b0c7a3f4: Pull complete 19:30:31 30f14e443154: Pull complete 19:30:31 801331c1e519: Pull complete 19:30:33 99cc6dd402b0: Pull complete 19:30:34 7d9ed39f4882: Pull complete 19:30:34 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 19:30:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:30:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:30:34 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:30:34 WORKDIR /edgex 19:30:34 COPY go.mod . 19:30:34 RUN go mod download 19:30:34 + docker build -t ci-base-image-x86_64 -f - . 19:30:35 Sending build context to Docker daemon 169.7MB 19:30:35 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:30:35 ---> 1dedd983c030 19:30:35 Step 2/4 : WORKDIR /edgex 19:30:37 ---> Running in 6c2b46255148 19:30:38 Removing intermediate container 6c2b46255148 19:30:38 ---> 57ee09d1f3cc 19:30:38 Step 3/4 : COPY go.mod . 19:30:38 ---> d69bfdb7da95 19:30:38 Step 4/4 : RUN go mod download 19:30:38 ---> Running in 87ba7a07390b 19:30:40 Still waiting to schedule task 19:30:40 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:30:50 Removing intermediate container 87ba7a07390b 19:30:50 ---> 3b2605e2a559 19:30:50 Successfully built 3b2605e2a559 19:30:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:50 + docker inspect -f . ci-base-image-x86_64 19:30:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:30:50 prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container 19:30:50 $ 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 ******** ci-base-image-x86_64 cat 19:30:51 $ docker top 5e99455c1199d12d7849ee8712286e38188d3a6e6d05d267425bff8693157704 -eo pid,comm [Pipeline] { [Pipeline] sh 19:30:51 + go version 19:30:51 go version go1.18.7 linux/amd64 [Pipeline] } 19:30:51 $ docker stop --time=1 5e99455c1199d12d7849ee8712286e38188d3a6e6d05d267425bff8693157704 19:30:52 $ docker rm -f 5e99455c1199d12d7849ee8712286e38188d3a6e6d05d267425bff8693157704 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:53 + docker inspect -f . ci-base-image-x86_64 19:30:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:30:53 prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container 19:30:53 $ 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 ******** ci-base-image-x86_64 cat 19:30:54 $ docker top cef3ccc8505a911fa8ae9b42c93c2ad9eeb2db77f0d511d123d9b899560bd61f -eo pid,comm [Pipeline] { [Pipeline] echo 19:30:54 ========================================================= 19:30:54 [edgeXBuildGoParallel] Running Tests and Build... 19:30:54 ========================================================= [Pipeline] sh 19:30:54 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:30:54 + make test 19:30:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:31:01 ? github.com/edgexfoundry/edgex-go [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:31:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.054s coverage: 28.7% of statements 19:31:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:31:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.098s coverage: 98.5% of statements 19:31:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.115s coverage: 43.0% of statements 19:31:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:31:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.134s coverage: 54.2% of statements 19:31:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:31:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.254s coverage: 89.2% of statements 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.081s coverage: 2.2% of statements 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.452s coverage: 95.6% of statements 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/io 0.066s coverage: 72.2% of statements 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.068s coverage: 60.0% of statements 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.067s coverage: 0.9% of statements 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.062s coverage: 29.6% of statements 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.092s coverage: 79.5% of statements 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements 19:31:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements 19:31:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 19:31:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.224s coverage: 79.9% of statements 19:31:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.039s coverage: 65.1% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.075s coverage: 86.9% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 58.8% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.084s coverage: 80.0% of statements 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.249s coverage: 91.2% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.153s coverage: 64.7% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 65.8% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.195s coverage: 41.8% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.085s coverage: 17.7% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.149s coverage: 97.7% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:31:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 19:31:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 96.9% of statements 19:31:40 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:31:58 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." 19:31:58 GO111MODULE=on go vet ./... 19:32:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:32:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:32:02 ./bin/test-attribution-txt.sh [Pipeline] echo 19:32:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:32:03 + ls -al . 19:32:03 total 768 19:32:03 drwxrwxr-x 11 1001 1001 4096 Oct 25 19:30 . 19:32:03 drwxr-xr-x 4 root root 4096 Oct 25 19:30 .. 19:32:03 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:30 .blubracket 19:32:03 -rw-rw-r-- 1 1001 1001 16 Oct 25 19:30 .dockerignore 19:32:03 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:31 .git 19:32:03 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:30 .github 19:32:03 -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:30 .gitignore 19:32:03 -rw-rw-r-- 1 1001 1001 42 Oct 25 19:30 .golangci.yml 19:32:03 -rw-rw-r-- 1 1001 1001 87 Oct 25 19:30 .hadolint.yml 19:32:03 drwxr-xr-x 3 1001 1001 4096 Oct 25 19:30 .semver 19:32:03 -rw-rw-r-- 1 1001 1001 166 Oct 25 19:30 .sonarcloud.properties 19:32:03 -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:30 ADOPTERS.md 19:32:03 -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:30 Attribution.txt 19:32:03 -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:30 CHANGELOG.md 19:32:03 -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:30 CONTRIBUTING.md 19:32:03 -rw-rw-r-- 1 1001 1001 677 Oct 25 19:30 GOVERNANCE.md 19:32:03 -rw-rw-r-- 1 1001 1001 850 Oct 25 19:30 Jenkinsfile 19:32:03 -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:30 LICENSE 19:32:03 -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:30 Makefile 19:32:03 -rw-rw-r-- 1 1001 1001 582 Oct 25 19:30 OWNERS.md 19:32:03 -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:30 README.md 19:32:03 -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:30 SECURITY.md 19:32:03 -rw-rw-r-- 1 1001 1001 5 Oct 25 19:30 VERSION 19:32:03 -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:30 ZMQWindows.md 19:32:03 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:30 bin 19:32:03 drwxrwxr-x 18 1001 1001 4096 Oct 25 19:30 cmd 19:32:03 -rw-r--r-- 1 root root 501828 Oct 25 19:31 coverage.out 19:32:03 -rw-rw-r-- 1 1001 1001 3447 Oct 25 19:30 go.mod 19:32:03 -rw-rw-r-- 1 1001 1001 45062 Oct 25 19:30 go.sum 19:32:03 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:30 internal 19:32:03 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:30 openapi 19:32:03 drwxrwxr-x 4 1001 1001 4096 Oct 25 19:30 snap 19:32:03 -rw-rw-r-- 1 1001 1001 204 Oct 25 19:30 version.go [Pipeline] sh 19:32:03 + '[' -e coverage.out ] 19:32:03 + chown 1001:1001 coverage.out [Pipeline] stash 19:32:03 Stashed 1 file(s) [Pipeline] sh 19:32:03 + make build 19:32:03 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:32:18 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 19:32:30 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 19:32:30 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:32:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:32:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:32:39 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:32:41 CGO_ENABLED=0 GO111MODULE=on 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 19:32:42 CGO_ENABLED=0 GO111MODULE=on 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 19:32:43 CGO_ENABLED=0 GO111MODULE=on 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 19:32:44 CGO_ENABLED=0 GO111MODULE=on 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 19:32:45 CGO_ENABLED=0 GO111MODULE=on 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 19:32:47 CGO_ENABLED=0 GO111MODULE=on 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] } 19:32:48 $ docker stop --time=1 cef3ccc8505a911fa8ae9b42c93c2ad9eeb2db77f0d511d123d9b899560bd61f 19:32:52 $ docker rm -f cef3ccc8505a911fa8ae9b42c93c2ad9eeb2db77f0d511d123d9b899560bd61f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:32:54 19:32:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:32:54 latest: Pulling from edgex-devops/edgex-compose 19:32:54 cbdbe7a5bc2a: Pulling fs layer 19:32:54 ca9280d653b3: Pulling fs layer 19:32:54 7e9c9ca2126c: Pulling fs layer 19:32:54 cbdbe7a5bc2a: Download complete 19:32:54 ca9280d653b3: Download complete 19:32:54 cbdbe7a5bc2a: Pull complete 19:32:54 7e9c9ca2126c: Download complete 19:32:55 ca9280d653b3: Pull complete 19:32:58 7e9c9ca2126c: Pull complete 19:32:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:32:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:32:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:32:58 prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container 19:32:58 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:33:01 $ docker top 1fb1dfc5d3a65d270f2cf7c97d54a2219829613718bb4e6f35ae198f4f24262e -eo pid,comm [Pipeline] { [Pipeline] sh 19:33:01 + docker-compose build --help 19:33:01 + grep parallel 19:33:02 --parallel Build images in parallel. [Pipeline] } 19:33:02 $ docker stop --time=1 1fb1dfc5d3a65d270f2cf7c97d54a2219829613718bb4e6f35ae198f4f24262e 19:33:03 $ docker rm -f 1fb1dfc5d3a65d270f2cf7c97d54a2219829613718bb4e6f35ae198f4f24262e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:33:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:33:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:33:04 prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container 19:33:04 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:33:04 $ docker top 57f7f48db66e473d17a1a59c88fd5ae1d9f97250e292374c9c1101defd40b67d -eo pid,comm [Pipeline] { [Pipeline] sh 19:33:04 + docker-compose -f ./docker-compose-build.yml build --parallel 19:33:05 Building core-command ... 19:33:05 Building core-data ... 19:33:05 Building core-metadata ... 19:33:05 Building security-bootstrapper ... 19:33:05 Building security-proxy-setup ... 19:33:05 Building security-secretstore-setup ... 19:33:05 Building security-spiffe-token-provider ... 19:33:05 Building security-spire-agent ... 19:33:05 Building security-spire-config ... 19:33:05 Building security-spire-server ... 19:33:05 Building support-notifications ... 19:33:05 Building support-scheduler ... 19:33:05 Building sys-mgmt-agent ... 19:33:05 Building security-spire-server 19:33:05 Building core-data 19:33:05 Building security-bootstrapper 19:33:05 Building security-spire-config 19:33:05 Building support-scheduler 19:33:20 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:20 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:33:20 ---> 3b2605e2a559 19:33:20 Step 3/33 : WORKDIR /edgex-go 19:33:20 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:20 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:33:20 ---> 3b2605e2a559 19:33:20 Step 3/25 : WORKDIR /edgex-go 19:33:20 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:33:20 ---> 3b2605e2a559 19:33:20 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:33:20 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:33:20 ---> 3b2605e2a559 19:33:20 Step 3/26 : WORKDIR /edgex-go 19:33:20 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:33:20 ---> 3b2605e2a559 19:33:20 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:33:28 ---> Running in c1caeccfb8e7 19:33:28 ---> Running in ad3a08ddb501 19:33:28 ---> Running in e42913f9c1a5 19:33:28 ---> Running in ebfcff9ee149 19:33:28 ---> Running in 43d0e10f08eb 19:33:28 Removing intermediate container c1caeccfb8e7 19:33:28 ---> 30fd2f80626e 19:33:28 Step 4/24 : WORKDIR /edgex-go 19:33:28 Removing intermediate container ebfcff9ee149 19:33:28 ---> 1222f8aca50b 19:33:28 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:28 Removing intermediate container 43d0e10f08eb 19:33:28 ---> 246a4abe4421 19:33:28 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:28 Removing intermediate container e42913f9c1a5 19:33:28 ---> 6948b3bbe86f 19:33:28 Step 4/23 : WORKDIR /edgex-go 19:33:28 Removing intermediate container ad3a08ddb501 19:33:28 ---> ebdab3d3d204 19:33:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:28 ---> Running in 467e4c12ee3c 19:33:28 ---> Running in 34a35cfeb079 19:33:28 ---> Running in 16c0108a515e 19:33:28 ---> Running in 55f3e1c9712c 19:33:28 ---> Running in 9d9825bb79da 19:33:28 Removing intermediate container 467e4c12ee3c 19:33:28 ---> cc27f3d9add5 19:33:28 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:28 ---> Running in 51331891c453 19:33:28 Removing intermediate container 55f3e1c9712c 19:33:28 ---> 3250597714ea 19:33:28 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:28 ---> Running in 345bdc4dc28f 19:33:28 Removing intermediate container 34a35cfeb079 19:33:28 ---> aedead104517 19:33:28 Step 5/33 : RUN apk add --update --no-cache make git 19:33:28 ---> Running in 9d678cd09641 19:33:28 Removing intermediate container 16c0108a515e 19:33:28 ---> 61e1bb49d912 19:33:28 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:33:28 ---> Running in 13e5cee95feb 19:33:28 Removing intermediate container 9d9825bb79da 19:33:28 ---> 2e3dadec2c59 19:33:28 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:33:28 ---> Running in d1d19242f52d 19:33:29 Removing intermediate container 51331891c453 19:33:29 ---> 3e20b012ea30 19:33:29 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:33:29 ---> Running in a91a15346037 19:33:29 Removing intermediate container 345bdc4dc28f 19:33:29 ---> ac09eba4ad9e 19:33:29 Step 6/23 : RUN apk add --update --no-cache make git 19:33:29 ---> Running in fc621a1ecda6 19:33:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:33:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:33:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:33:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:33:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:33:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:33:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:33:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:33:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:33:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:33:30 OK: 211 MiB in 51 packages 19:33:30 OK: 211 MiB in 51 packages 19:33:30 OK: 211 MiB in 51 packages 19:33:30 OK: 211 MiB in 51 packages 19:33:31 OK: 211 MiB in 51 packages 19:33:31 Removing intermediate container 13e5cee95feb 19:33:31 ---> b4b36a6ec66e 19:33:31 Step 6/25 : COPY go.mod vendor* ./ 19:33:31 ---> 4341aa7e8444 19:33:31 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:31 ---> Running in 1484f1ef2dda 19:33:31 Removing intermediate container 9d678cd09641 19:33:31 ---> e7476ff3055c 19:33:31 Step 6/33 : COPY go.mod vendor* ./ 19:33:31 Removing intermediate container d1d19242f52d 19:33:31 ---> 9233f02c6451 19:33:31 Step 6/26 : COPY go.mod vendor* ./ 19:33:31 Removing intermediate container a91a15346037 19:33:31 ---> d34d4b978ddd 19:33:31 Step 7/24 : COPY go.mod vendor* ./ 19:33:31 Removing intermediate container fc621a1ecda6 19:33:31 ---> 2c064c597faf 19:33:31 Step 7/23 : COPY go.mod vendor* ./ 19:33:31 ---> 3e2a8d75f87a 19:33:31 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:31 ---> bc4a25978623 19:33:31 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:31 ---> Running in e43e35fb96d0 19:33:31 ---> Running in ce2cdb7a8d6c 19:33:31 ---> 2f47341d117a 19:33:31 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:31 ---> Running in 70bc797224e0 19:33:31 ---> a39870471f51 19:33:31 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:31 ---> Running in 06d55052dfc3 19:34:03 Removing intermediate container 1484f1ef2dda 19:34:03 ---> 61e2b7cef7ab 19:34:03 Step 8/25 : COPY . . 19:34:03 Removing intermediate container 70bc797224e0 19:34:03 ---> b627fc1dfe3e 19:34:03 Step 9/24 : COPY . . 19:34:03 Removing intermediate container ce2cdb7a8d6c 19:34:03 ---> 18c1481d7c5c 19:34:03 Step 8/26 : COPY . . 19:34:03 Removing intermediate container e43e35fb96d0 19:34:03 ---> aaa5f3a67676 19:34:03 Step 8/33 : COPY . . 19:34:03 Removing intermediate container 06d55052dfc3 19:34:03 ---> 7d0ef1a1cafa 19:34:03 Step 9/23 : COPY . . 19:34:21 ---> b471dd3b2b4e 19:34:21 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:34:21 ---> 647251e02975 19:34:21 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:34:21 ---> 3573ec670dfb 19:34:21 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:34:21 ---> Running in 11fc07deb2a6 19:34:21 ---> Running in ff1d2d7d0245 19:34:21 ---> Running in 5e6ab46afac4 19:34:21 ---> d0bdde9d2644 19:34:21 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:34:21 ---> f28371124a7b 19:34:21 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:34:21 ---> Running in 6dc4353a21ef 19:34:21 ---> Running in 5f66e53e90a0 19:34:21 Removing intermediate container 11fc07deb2a6 19:34:21 ---> d728131bdfe1 19:34:21 Step 10/25 : WORKDIR /edgex-go/spire-build 19:34:21 Removing intermediate container 5e6ab46afac4 19:34:21 ---> 12337eb50393 19:34:21 Step 10/26 : WORKDIR /edgex-go/spire-build 19:34:21 ---> Running in a4ffed42e3db 19:34:21 ---> Running in 6cbc37d4c7af 19:34:21 Removing intermediate container a4ffed42e3db 19:34:21 ---> 7600f6fed96a 19:34:21 Step 11/25 : 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 19:34:21 ---> Running in a79c83eda17f 19:34:21 Removing intermediate container 6cbc37d4c7af 19:34:21 ---> 1e302bd3fcdd 19:34:21 Step 11/26 : 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 19:34:21 ---> Running in 6f639371ac0b 19:34:21 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:34:21 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:34:21 CGO_ENABLED=0 GO111MODULE=on 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 19:34:21 Removing intermediate container a79c83eda17f 19:34:21 ---> 8bec25d6869d 19:34:21 Step 12/25 : WORKDIR /edgex-go 19:34:21 Removing intermediate container 6f639371ac0b 19:34:21 ---> f9a53b9a6b61 19:34:21 Step 12/26 : WORKDIR /edgex-go 19:34:21 ---> Running in b4383b9aac9a 19:34:21 ---> Running in 4d21a0551c5a 19:34:21 Removing intermediate container b4383b9aac9a 19:34:21 ---> 8101755bf606 19:34:21 19:34:21 Step 13/25 : FROM alpine:3.15 19:34:21 Removing intermediate container 4d21a0551c5a 19:34:21 ---> 3f692d375cec 19:34:21 19:34:21 Step 13/26 : FROM alpine:3.15 19:34:21 3.15: Pulling from library/alpine 19:34:21 3.15: Pulling from library/alpine 19:34:22 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:34:22 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:34:22 Status: Image is up to date for alpine:3.15 19:34:22 Status: Downloaded newer image for alpine:3.15 19:34:22 ---> c4fc93816858 19:34:22 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:34:22 ---> c4fc93816858 19:34:22 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:34:22 ---> Running in 919f7b9a89c1 19:34:22 ---> Running in dcf899e0a333 19:34:22 Removing intermediate container dcf899e0a333 19:34:22 ---> 1eedfe15ce78 19:34:22 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:22 Removing intermediate container 919f7b9a89c1 19:34:22 ---> 059ba8033287 19:34:22 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:22 ---> Running in e4b16185f243 19:34:22 ---> Running in 0307a867ba35 19:34:25 Removing intermediate container 0307a867ba35 19:34:25 ---> e69c62824722 19:34:25 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:34:25 Removing intermediate container e4b16185f243 19:34:25 ---> 02d85b423ef4 19:34:25 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:34:25 ---> Running in 2dcc45d9a42b 19:34:25 ---> Running in b9c4480ddc0c 19:34:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:34:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:34:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:34:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:34:27 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:34:27 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:34:27 OK: 15857 distinct packages available 19:34:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:34:27 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:34:27 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:34:27 OK: 15857 distinct packages available 19:34:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:34:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:34:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:34:28 (1/5) Installing dumb-init (1.2.5-r1) 19:34:28 (1/4) Installing dumb-init (1.2.5-r1) 19:34:28 (2/5) Installing musl-obstack (1.2.3-r0) 19:34:28 (2/4) Installing musl-obstack (1.2.3-r0) 19:34:28 (3/5) Installing libucontext (1.1-r0) 19:34:28 (4/5) Installing gcompat (1.0.0-r4) 19:34:28 (3/4) Installing libucontext (1.1-r0) 19:34:29 (4/4) Installing gcompat (1.0.0-r4) 19:34:29 (5/5) Installing openssl (1.1.1q-r0) 19:34:29 Executing busybox-1.34.1-r7.trigger 19:34:29 OK: 6 MiB in 18 packages 19:34:29 Executing busybox-1.34.1-r7.trigger 19:34:29 OK: 7 MiB in 19 packages 19:34:33 Removing intermediate container 2dcc45d9a42b 19:34:33 ---> d85c14acff71 19:34:33 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:34:33 Removing intermediate container b9c4480ddc0c 19:34:33 ---> 27df4f209766 19:34:33 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:34:40 ---> 450b629bb49c 19:34:40 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:34:40 ---> 8ae93b9ce4e0 19:34:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:34:40 ---> fdd6b04673a8 19:34:40 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:34:40 ---> d5538105af32 19:34:40 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:34:40 ---> Running in c453cba32b1a 19:34:41 ---> c09e7d6eede3 19:34:41 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:34:41 Removing intermediate container c453cba32b1a 19:34:41 ---> 0dccb6934613 19:34:41 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:34:42 ---> 40da529394d0 19:34:42 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:34:42 ---> 52b79749c31a 19:34:42 Step 21/26 : WORKDIR / 19:34:42 ---> Running in 7f1926aa4dfe 19:34:42 ---> Running in 1d9056db20e5 19:34:43 Removing intermediate container 7f1926aa4dfe 19:34:43 ---> 8b4cedf26bc7 19:34:43 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:34:43 ---> Running in c98f7f0ad002 19:34:43 Removing intermediate container 1d9056db20e5 19:34:43 ---> fbddf5d6fa66 19:34:43 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:34:43 ---> Running in ed27c7a9199a 19:34:43 Removing intermediate container c98f7f0ad002 19:34:43 ---> 18aa4f478092 19:34:43 Step 23/25 : LABEL arch=x86_64 19:34:43 ---> Running in 29e3f0d5ec47 19:34:43 Removing intermediate container ed27c7a9199a 19:34:43 ---> d917916ea1d1 19:34:43 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:34:44 ---> Running in c3fc87c88bb4 19:34:44 Removing intermediate container 29e3f0d5ec47 19:34:44 ---> 447511be016d 19:34:44 Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:34:44 Removing intermediate container c3fc87c88bb4 19:34:44 ---> 7d77031d3b16 19:34:44 Step 24/26 : LABEL arch=x86_64 19:34:44 ---> Running in ddb49b3b2a1e 19:34:44 ---> Running in d8c89beb9fb0 19:34:45 Removing intermediate container ddb49b3b2a1e 19:34:45 ---> 7748d679f7b3 19:34:45 Step 25/25 : LABEL version=0.0.0 19:34:45 Removing intermediate container d8c89beb9fb0 19:34:45 ---> c4e446194e0a 19:34:45 Step 25/26 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:34:45 ---> Running in 2b89a70ddf3f 19:34:45 ---> Running in 852c70c350d1 19:34:46 Removing intermediate container 2b89a70ddf3f 19:34:46 ---> 5b481a6e4852 19:34:46 Step 26/26 : LABEL version=0.0.0 19:34:47 Removing intermediate container 852c70c350d1 19:34:47 ---> d5b339f4406b 19:34:47 19:34:47 Successfully built d5b339f4406b 19:34:47 Successfully tagged security-spire-server:latest 19:34:47  Building security-spire-server ... done Building sys-mgmt-agent 19:34:47 ---> Running in 7a4a403fb45f 19:34:47 Removing intermediate container 5f66e53e90a0 19:34:47 ---> 382c593e0756 19:34:47 19:34:47 Step 10/33 : FROM alpine:3.16 19:34:47 3.16: Pulling from library/alpine 19:34:50 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:34:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:34:50 ---> 3b2605e2a559 19:34:50 Step 3/23 : WORKDIR /edgex-go 19:34:50 ---> Using cache 19:34:50 ---> ebdab3d3d204 19:34:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:50 ---> Using cache 19:34:50 ---> 2e3dadec2c59 19:34:50 Step 5/23 : RUN apk add --update --no-cache make bash git 19:34:51 Removing intermediate container 7a4a403fb45f 19:34:51 ---> 6f64938553de 19:34:51 19:34:51 Successfully built 6f64938553de 19:34:52 Successfully tagged security-spire-config:latest 19:34:52 Building security-spire-agent 19:34:52  Building security-spire-config ... done  ---> Running in f5eb40b342d2 19:34:52 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:34:52 Status: Downloaded newer image for alpine:3.16 19:34:52 ---> 9c6f07244728 19:34:52 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:34:52 ---> Running in 8f6f22f55498 19:34:56 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:34:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:34:56 ---> 3b2605e2a559 19:34:56 Step 3/26 : WORKDIR /edgex-go 19:34:56 ---> Using cache 19:34:56 ---> ebdab3d3d204 19:34:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:56 ---> Using cache 19:34:56 ---> 2e3dadec2c59 19:34:56 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:34:56 ---> Using cache 19:34:56 ---> 9233f02c6451 19:34:56 Step 6/26 : COPY go.mod vendor* ./ 19:34:56 ---> Using cache 19:34:56 ---> bc4a25978623 19:34:56 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:56 ---> Using cache 19:34:56 ---> 18c1481d7c5c 19:34:56 Step 8/26 : COPY . . 19:34:56 ---> Using cache 19:34:56 ---> 3573ec670dfb 19:34:56 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:34:56 ---> Using cache 19:34:56 ---> 12337eb50393 19:34:56 Step 10/26 : WORKDIR /edgex-go/spire-build 19:34:56 ---> Using cache 19:34:56 ---> 1e302bd3fcdd 19:34:56 Step 11/26 : 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 19:34:56 ---> Using cache 19:34:56 ---> f9a53b9a6b61 19:34:56 Step 12/26 : WORKDIR /edgex-go 19:34:56 ---> Using cache 19:34:56 ---> 3f692d375cec 19:34:56 19:34:56 Step 13/26 : FROM alpine:3.15 19:34:56 ---> c4fc93816858 19:34:56 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:34:56 ---> Using cache 19:34:56 ---> 059ba8033287 19:34:56 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:56 ---> Using cache 19:34:56 ---> e69c62824722 19:34:56 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:34:56 ---> Using cache 19:34:56 ---> d85c14acff71 19:34:56 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:34:56 Removing intermediate container 8f6f22f55498 19:34:56 ---> f8c3957c6cd5 19:34:56 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:34:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:34:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:34:58 OK: 211 MiB in 51 packages 19:35:00 ---> 8164b7be540f 19:35:00 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:35:00 ---> Running in 6b961615f4b5 19:35:00 Removing intermediate container 6dc4353a21ef 19:35:00 ---> 82b9046c9209 19:35:00 19:35:00 Step 11/24 : FROM alpine:3.16 19:35:00 Removing intermediate container ff1d2d7d0245 19:35:00 ---> 2b8e6d16a07e 19:35:00 19:35:00 Step 11/23 : FROM alpine:3.16 19:35:00 ---> 9c6f07244728 19:35:00 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:35:00 ---> 9c6f07244728 19:35:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:35:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:01 (1/2) Installing dumb-init (1.2.5-r1) 19:35:01 (2/2) Installing su-exec (0.2-r1) 19:35:01 Executing busybox-1.35.0-r17.trigger 19:35:01 OK: 6 MiB in 16 packages 19:35:02 Removing intermediate container f5eb40b342d2 19:35:02 ---> 274fc12bb4f9 19:35:02 Step 6/23 : COPY go.mod vendor* ./ 19:35:02 ---> Running in 7f04eb374084 19:35:02 ---> Running in d2b031a866fb 19:35:02 ---> 4089c126995e 19:35:02 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:35:02 Removing intermediate container 7f04eb374084 19:35:02 ---> 6c8d27338494 19:35:02 Step 13/24 : ENV APP_PORT=59880 19:35:02 ---> Running in 440990891ca9 19:35:02 ---> 53265591a127 19:35:02 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:02 ---> Running in 941b090b4dbc 19:35:02 ---> 8e92234c6798 19:35:02 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:35:02 Removing intermediate container 440990891ca9 19:35:02 ---> 48603468d83e 19:35:02 Step 14/24 : EXPOSE $APP_PORT 19:35:02 ---> Running in d38fcb64c21d 19:35:02 Removing intermediate container 6b961615f4b5 19:35:02 ---> 29ca69151800 19:35:02 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:35:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:02 ---> Running in fd3a2fb82a38 19:35:02 Removing intermediate container d38fcb64c21d 19:35:02 ---> bb9c1fd95d25 19:35:02 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:02 ---> e57ba9ff07a5 19:35:02 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:35:02 ---> Running in 0b4f8b0c2782 19:35:02 Removing intermediate container fd3a2fb82a38 19:35:02 ---> 7c6c84c7a533 19:35:02 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:35:02 ---> Running in c8e5d8c8d95e 19:35:02 Removing intermediate container c8e5d8c8d95e 19:35:02 ---> 2c3f42b5f37d 19:35:02 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:35:02 ---> Running in 1f0358fdc0c6 19:35:02 ---> 96bc7a1f4ea0 19:35:02 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:35:02 ---> Running in 47090bfe9590 19:35:02 (1/1) Installing dumb-init (1.2.5-r1) 19:35:02 Executing busybox-1.35.0-r17.trigger 19:35:02 OK: 6 MiB in 15 packages 19:35:02 Removing intermediate container 1f0358fdc0c6 19:35:02 ---> 38bcc79dd279 19:35:02 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:35:02 ---> Running in 0a385424f947 19:35:02 Removing intermediate container 47090bfe9590 19:35:02 ---> b56504c7ce48 19:35:02 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:35:02 ---> Running in 7e5d85896299 19:35:03 Removing intermediate container 0a385424f947 19:35:03 ---> 74aae2bf0b78 19:35:03 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:35:03 Removing intermediate container 7e5d85896299 19:35:03 ---> df4323af9a0e 19:35:03 Step 24/26 : LABEL arch=x86_64 19:35:03 ---> Running in 91a2a5f49193 19:35:03 ---> Running in 72addc3b640a 19:35:03 Removing intermediate container 72addc3b640a 19:35:03 ---> 0d28b77d8449 19:35:03 Step 25/26 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:35:03 ---> Running in d2a89dad93e0 19:35:03 Removing intermediate container d2b031a866fb 19:35:03 ---> f9191ddcc6f2 19:35:03 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:35:03 Removing intermediate container d2a89dad93e0 19:35:03 ---> cea0bd1149af 19:35:03 Step 26/26 : LABEL version=0.0.0 19:35:03 ---> Running in 9a5049e3a6a5 19:35:03 ---> Running in 0125eb786a50 19:35:03 Removing intermediate container 0b4f8b0c2782 19:35:03 ---> 1fd65d24b956 19:35:03 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:35:03 ---> Running in ee193f464b61 19:35:03 Removing intermediate container 9a5049e3a6a5 19:35:03 ---> 5847162843a9 19:35:03 Step 14/23 : ENV APP_PORT=59861 19:35:03 Removing intermediate container 0125eb786a50 19:35:03 ---> ad898ad4708a 19:35:03 19:35:03 ---> Running in 2d965ca3f53e 19:35:03 Successfully built ad898ad4708a 19:35:03 Successfully tagged security-spire-agent:latest 19:35:03  Building security-spire-agent ... done Building core-metadata 19:35:03 Removing intermediate container 2d965ca3f53e 19:35:03 ---> d38c4d293ca9 19:35:03 Step 15/23 : EXPOSE $APP_PORT 19:35:03 ---> Running in 6c522b896472 19:35:05 Removing intermediate container 6c522b896472 19:35:05 ---> 812056cad73f 19:35:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:35:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:06 (1/6) Installing dumb-init (1.2.5-r1) 19:35:06 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:35:06 (3/6) Installing libsodium (1.0.18-r0) 19:35:06 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:35:06 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:35:06 ---> 3b2605e2a559 19:35:06 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:35:06 ---> Using cache 19:35:06 ---> 6948b3bbe86f 19:35:06 Step 4/25 : WORKDIR /edgex-go 19:35:06 ---> Using cache 19:35:06 ---> 3250597714ea 19:35:06 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:06 ---> Using cache 19:35:06 ---> ac09eba4ad9e 19:35:06 Step 6/25 : RUN apk add --update --no-cache make git 19:35:06 ---> Using cache 19:35:06 ---> 2c064c597faf 19:35:06 Step 7/25 : COPY go.mod vendor* ./ 19:35:06 ---> Using cache 19:35:06 ---> a39870471f51 19:35:06 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:06 ---> Using cache 19:35:06 ---> 7d0ef1a1cafa 19:35:06 Step 9/25 : COPY . . 19:35:06 ---> Using cache 19:35:06 ---> 647251e02975 19:35:06 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:35:07 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:35:07 (5/6) Installing libzmq (4.3.4-r0) 19:35:08 (6/6) Installing zeromq (4.3.4-r0) 19:35:08 Executing busybox-1.35.0-r17.trigger 19:35:08 OK: 8 MiB in 20 packages 19:35:10 ---> c7bde74c54ce 19:35:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:35:10 ---> Running in ff51c981b61b 19:35:10 Removing intermediate container 91a2a5f49193 19:35:10 ---> e8358fff07a7 19:35:10 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:35:10 ---> Running in 2aaf630312f2 19:35:10 Removing intermediate container 2aaf630312f2 19:35:10 ---> ea96f2c17de2 19:35:10 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:35:11 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 19:35:11 Removing intermediate container ee193f464b61 19:35:11 ---> 76b182d0fef7 19:35:11 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:35:11 ---> 99975ca63d6f 19:35:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:35:11 ---> a0a327bde04e 19:35:11 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:35:11 ---> c32fae6005b6 19:35:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:35:11 ---> Running in d724aa1a8204 19:35:11 ---> 6a0533581c2f 19:35:11 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:35:11 ---> Running in 2fcd9b7fce8b 19:35:11 Removing intermediate container 2fcd9b7fce8b 19:35:11 ---> 8d255be44d56 19:35:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:35:12 ---> e4ba28237a22 19:35:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:35:12 ---> Running in 57f713c89c17 19:35:12 Removing intermediate container 57f713c89c17 19:35:12 ---> ee5ed12c9dad 19:35:12 Step 21/23 : LABEL arch=x86_64 19:35:12 ---> d11fd74d367e 19:35:12 Step 20/24 : ENTRYPOINT ["/core-data"] 19:35:12 ---> Running in 5d6e6e10e134 19:35:12 ---> Running in 17d3f3643812 19:35:12 Removing intermediate container d724aa1a8204 19:35:12 ---> ad94c03cc10c 19:35:12 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:35:12 Removing intermediate container 5d6e6e10e134 19:35:12 ---> 72a2f2c318fc 19:35:12 Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:35:12 Removing intermediate container 17d3f3643812 19:35:12 ---> c90205b0b68e 19:35:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:35:12 ---> Running in 0dd7d692d87e 19:35:12 ---> Running in 87878120d4b4 19:35:12 ---> 7fddd890cb6b 19:35:12 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:35:13 Removing intermediate container 87878120d4b4 19:35:13 ---> 48801c56a648 19:35:13 Step 22/24 : LABEL arch=x86_64 19:35:13 Removing intermediate container 0dd7d692d87e 19:35:13 ---> e909a7f196c1 19:35:13 Step 23/23 : LABEL version=0.0.0 19:35:13 ---> Running in b7cc2a5418bc 19:35:13 ---> Running in 6734617b7f9e 19:35:13 Removing intermediate container b7cc2a5418bc 19:35:13 ---> c54b9ef1b38b 19:35:13 Step 23/24 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:35:13 Removing intermediate container 6734617b7f9e 19:35:13 ---> 510b3d694171 19:35:13 19:35:13 ---> Running in 29074b660203 19:35:13 ---> 4fb685a907bc 19:35:13 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:35:13 Successfully built 510b3d694171 19:35:13 Successfully tagged support-scheduler:latest 19:35:13  Building support-scheduler ... done Building security-spiffe-token-provider 19:35:13 Removing intermediate container 29074b660203 19:35:13 ---> e5ad4a4b37ec 19:35:13 Step 24/24 : LABEL version=0.0.0 19:35:14 ---> Running in 2fe6d5d6cdb2 19:35:17 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:35:17 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:35:18 ---> 3b2605e2a559 19:35:18 Step 3/20 : WORKDIR /edgex-go 19:35:18 ---> ad1d89aa8be9 19:35:18 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:35:18 ---> Using cache 19:35:18 ---> ebdab3d3d204 19:35:18 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:35:18 Removing intermediate container 2fe6d5d6cdb2 19:35:18 ---> acf04c0f028c 19:35:18 19:35:18 ---> Running in d77bac2382de 19:35:18 Successfully built acf04c0f028c 19:35:18 Successfully tagged core-data:latest 19:35:18  Building core-data ... done Building security-proxy-setup 19:35:18 Removing intermediate container 941b090b4dbc 19:35:18 ---> 758f63df1543 19:35:18 Step 8/23 : COPY . . 19:35:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:19 v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:35:19 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:35:19 OK: 17039 distinct packages available 19:35:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:20 OK: 211 MiB in 51 packages 19:35:22 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:35:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:35:22 ---> 3b2605e2a559 19:35:22 Step 3/22 : WORKDIR /edgex-go 19:35:22 ---> Using cache 19:35:22 ---> ebdab3d3d204 19:35:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:22 ---> Using cache 19:35:22 ---> 2e3dadec2c59 19:35:22 Step 5/22 : RUN apk add --update --no-cache make git 19:35:25 ---> 65b05d4bdd50 19:35:25 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:35:27 ---> Running in b416be6511d4 19:35:27 ---> 68e37d57221f 19:35:27 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:35:27 ---> cc1f48a2258f 19:35:27 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:35:27 ---> Running in ad5cbb0749a3 19:35:27 Removing intermediate container d77bac2382de 19:35:27 ---> 559187b5d2ab 19:35:27 Step 5/20 : COPY go.mod vendor* ./ 19:35:27 ---> f295686b0649 19:35:27 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:35:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:27 ---> 50d2afbd3c5f 19:35:27 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:27 ---> Running in 206426e14b19 19:35:27 ---> da5cbeb3ac34 19:35:27 Step 28/33 : RUN chmod +x /entrypoint.sh 19:35:27 ---> Running in 94761d3c931c 19:35:27 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:35:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:28 OK: 211 MiB in 51 packages 19:35:29 Removing intermediate container 94761d3c931c 19:35:29 ---> 50aedd65a88b 19:35:29 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:35:29 ---> Running in 827b4ae40611 19:35:29 Removing intermediate container 827b4ae40611 19:35:29 ---> 5b88e1e1063e 19:35:29 Step 30/33 : CMD ["gate"] 19:35:29 Removing intermediate container b416be6511d4 19:35:29 ---> e01920b40393 19:35:29 Step 6/22 : COPY go.mod vendor* ./ 19:35:29 ---> Running in fdfae892016e 19:35:32 Removing intermediate container fdfae892016e 19:35:32 ---> af7d5e891926 19:35:32 Step 31/33 : LABEL arch=x86_64 19:35:32 ---> ef2b45592990 19:35:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:33 ---> Running in eb3de6483e11 19:35:33 ---> Running in 6fe2ef3de7c1 19:35:33 Removing intermediate container ff51c981b61b 19:35:33 ---> 490e4ec53f55 19:35:33 19:35:33 Step 11/25 : FROM alpine:3.16 19:35:33 ---> 9c6f07244728 19:35:33 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:35:33 ---> Using cache 19:35:33 ---> f9191ddcc6f2 19:35:33 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:35:33 ---> Using cache 19:35:33 ---> 5847162843a9 19:35:33 Step 14/25 : ENV APP_PORT=59881 19:35:33 Removing intermediate container eb3de6483e11 19:35:33 ---> e5b99217f049 19:35:33 Step 32/33 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:35:33 ---> Running in cf6f17e627d4 19:35:33 ---> Running in 07b897a5ef40 19:35:34 Removing intermediate container cf6f17e627d4 19:35:34 ---> 845169f720e8 19:35:34 Step 15/25 : EXPOSE $APP_PORT 19:35:34 Removing intermediate container 07b897a5ef40 19:35:34 ---> df46744acf9d 19:35:34 Step 33/33 : LABEL version=0.0.0 19:35:34 ---> Running in 84a5dbca6e37 19:35:34 ---> Running in 469aa7d283f4 19:35:34 Removing intermediate container 84a5dbca6e37 19:35:34 ---> 388b1d727c03 19:35:34 Step 16/25 : WORKDIR / 19:35:34 ---> Running in 39d4475c96ff 19:35:34 Removing intermediate container 469aa7d283f4 19:35:34 ---> 2948b485110b 19:35:34 19:35:34 Successfully built 2948b485110b 19:35:34 Successfully tagged security-bootstrapper:latest 19:35:34  Building security-bootstrapper ... done Building support-notifications 19:35:34 Removing intermediate container 39d4475c96ff 19:35:34 ---> a619ac889f66 19:35:34 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:35:39 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:35:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:35:39 ---> 3b2605e2a559 19:35:39 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:35:39 ---> Using cache 19:35:39 ---> 6948b3bbe86f 19:35:39 Step 4/23 : WORKDIR /edgex-go 19:35:39 ---> Using cache 19:35:39 ---> 3250597714ea 19:35:39 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:39 ---> Using cache 19:35:39 ---> ac09eba4ad9e 19:35:39 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:35:44 ---> ca6bf00e8620 19:35:44 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:35:44 ---> Running in 8e8ddce1caef 19:35:44 Removing intermediate container 206426e14b19 19:35:44 ---> f9756841728a 19:35:44 Step 7/20 : COPY . . 19:35:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:45 OK: 211 MiB in 51 packages 19:35:51 ---> 9ba70a76b933 19:35:51 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:35:51 Removing intermediate container ad5cbb0749a3 19:35:51 ---> 5fc951f1b9bd 19:35:51 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:35:51 Removing intermediate container 8e8ddce1caef 19:35:51 ---> 9c1118458ec2 19:35:51 Step 7/23 : COPY go.mod vendor* ./ 19:35:51 ---> a584c56027c4 19:35:51 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:35:51 ---> Running in f28ba0b77149 19:35:51 ---> e85b51c1b777 19:35:51 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:35:51 ---> Running in 2cb954922f63 19:35:51 ---> 62b362b9f2b8 19:35:51 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:35:51 ---> 3538394e66b8 19:35:51 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:51 ---> Running in f04ec8e32314 19:35:51 ---> Running in d4dc146e92be 19:35:51 Removing intermediate container f04ec8e32314 19:35:51 ---> f1912a078f1d 19:35:51 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:35:51 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:35:51 ---> Running in 10c556d789e0 19:35:51 Removing intermediate container 6fe2ef3de7c1 19:35:51 ---> 1d0598be4cbf 19:35:51 Step 8/22 : COPY . . 19:35:51 Removing intermediate container 10c556d789e0 19:35:51 ---> 1ab25bf5d26f 19:35:51 Step 23/25 : LABEL arch=x86_64 19:35:51 CGO_ENABLED=0 GO111MODULE=on 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 19:35:51 ---> Running in 53470a528f35 19:35:52 Removing intermediate container 53470a528f35 19:35:52 ---> 96b6f41978c4 19:35:52 Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:35:54 ---> Running in 57447fd75d31 19:35:57 Removing intermediate container 57447fd75d31 19:35:57 ---> 801a4ae5662a 19:35:57 Step 25/25 : LABEL version=0.0.0 19:35:57 Removing intermediate container f28ba0b77149 19:35:57 ---> da97b2694546 19:35:57 19:35:57 Step 11/23 : FROM alpine:3.16 19:35:57 ---> 9c6f07244728 19:35:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:35:57 ---> Running in bde6a8c80082 19:35:57 ---> Running in 4c2f6a411023 19:35:57 ---> 2213d70b015a 19:35:57 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:35:57 ---> Running in 311af2e4744d 19:35:58 Removing intermediate container 4c2f6a411023 19:35:58 ---> 848b1096923e 19:35:58 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:35:58 Removing intermediate container bde6a8c80082 19:35:58 ---> 325ea1cd66b0 19:35:58 19:35:58 ---> Running in 2fe1a9bbe372 19:35:58 Successfully built 325ea1cd66b0 19:35:58 Successfully tagged core-metadata:latest 19:35:58  Building core-metadata ... done Building core-command 19:35:58 CGO_ENABLED=0 GO111MODULE=on 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 19:35:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:35:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:35:58 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:35:59 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:35:59 (3/33) Installing readline (8.1.2-r0) 19:35:59 (4/33) Installing bash (5.1.16-r2) 19:35:59 Executing bash-5.1.16-r2.post-install 19:35:59 (5/33) Installing ca-certificates (20220614-r0) 19:35:59 (6/33) Installing brotli-libs (1.0.9-r6) 19:35:59 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:35:59 (8/33) Installing libcurl (7.83.1-r3) 19:35:59 (9/33) Installing curl (7.83.1-r3) 19:35:59 (10/33) Installing docker-cli (20.10.20-r0) 19:35:59 (11/33) Installing dumb-init (1.2.5-r1) 19:35:59 (12/33) Installing libbz2 (1.0.8-r1) 19:35:59 (13/33) Installing expat (2.5.0-r0) 19:35:59 (14/33) Installing libffi (3.4.2-r1) 19:35:59 (15/33) Installing gdbm (1.23-r0) 19:35:59 (16/33) Installing xz-libs (5.2.5-r1) 19:35:59 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:35:59 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:35:59 (19/33) Installing mpdecimal (2.5.1-r1) 19:35:59 (20/33) Installing sqlite-libs (3.38.5-r0) 19:35:59 (21/33) Installing python3 (3.10.5-r0) 19:35:59 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:35:59 (23/33) Installing py3-tomli (2.0.1-r1) 19:35:59 (24/33) Installing py3-pep517 (0.12.0-r2) 19:35:59 (25/33) Installing py3-six (1.16.0-r1) 19:35:59 (26/33) Installing py3-retrying (1.3.3-r3) 19:35:59 (27/33) Installing py3-appdirs (1.4.4-r3) 19:35:59 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:35:59 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:35:59 (30/33) Installing py3-parsing (2.4.7-r3) 19:35:59 (31/33) Installing py3-packaging (21.3-r0) 19:35:59 (32/33) Installing py3-setuptools (59.4.0-r0) 19:35:59 (33/33) Installing py3-pip (22.1.1-r0) 19:36:00 Executing busybox-1.35.0-r17.trigger 19:36:00 Executing ca-certificates-20220614-r0.trigger 19:36:00 OK: 122 MiB in 47 packages 19:36:02 Collecting docker-compose==1.23.2 19:36:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:36:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 23.0 MB/s eta 0:00:00 19:36:02 Collecting docopt<0.7,>=0.6.1 19:36:02 Downloading docopt-0.6.2.tar.gz (25 kB) 19:36:02 Preparing metadata (setup.py): started 19:36:02 Preparing metadata (setup.py): finished with status 'done' 19:36:02 Collecting PyYAML<4,>=3.10 19:36:02 Downloading PyYAML-3.13.tar.gz (270 kB) 19:36:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 43.9 MB/s eta 0:00:00 19:36:02 Preparing metadata (setup.py): started 19:36:02 Preparing metadata (setup.py): finished with status 'done' 19:36:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:36:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:36:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 129.1 MB/s eta 0:00:00 19:36:03 Collecting docker<4.0,>=3.6.0 19:36:03 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:36:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:36:03 ---> 3b2605e2a559 19:36:03 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:36:03 ---> Using cache 19:36:03 ---> 6948b3bbe86f 19:36:03 Step 4/24 : WORKDIR /edgex-go 19:36:03 ---> Using cache 19:36:03 ---> 3250597714ea 19:36:03 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:36:03 ---> Using cache 19:36:03 ---> ac09eba4ad9e 19:36:03 Step 6/24 : RUN apk add --update --no-cache make git 19:36:03 ---> Using cache 19:36:03 ---> 2c064c597faf 19:36:03 Step 7/24 : COPY go.mod vendor* ./ 19:36:03 ---> Using cache 19:36:03 ---> a39870471f51 19:36:03 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:36:03 ---> Using cache 19:36:03 ---> 7d0ef1a1cafa 19:36:03 Step 9/24 : COPY . . 19:36:03 ---> Using cache 19:36:03 ---> 647251e02975 19:36:03 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:36:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:36:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 43.9 MB/s eta 0:00:00 19:36:03 Collecting websocket-client<1.0,>=0.32.0 19:36:03 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:36:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 177.2 MB/s eta 0:00:00 19:36:03 Collecting jsonschema<3,>=2.5.1 19:36:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:36:03 Collecting texttable<0.10,>=0.9.0 19:36:03 Downloading texttable-0.9.1.tar.gz (11 kB) 19:36:03 Preparing metadata (setup.py): started 19:36:04 Preparing metadata (setup.py): finished with status 'done' 19:36:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:36:04 Collecting cached-property<2,>=1.2.0 19:36:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:36:04 Collecting dockerpty<0.5,>=0.4.1 19:36:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:36:04 Preparing metadata (setup.py): started 19:36:04 Preparing metadata (setup.py): finished with status 'done' 19:36:04 Collecting docker-pycreds>=0.4.0 19:36:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:36:04 Collecting idna<2.8,>=2.5 19:36:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:36:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 163.3 MB/s eta 0:00:00 19:36:04 Collecting certifi>=2017.4.17 19:36:04 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:36:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 105.6 MB/s eta 0:00:00 19:36:04 Collecting chardet<3.1.0,>=3.0.2 19:36:04 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:36:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 87.3 MB/s eta 0:00:00 19:36:04 Collecting urllib3<1.25,>=1.21.1 19:36:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:36:04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 188.5 MB/s eta 0:00:00 19:36:04 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:36:04 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:36:04 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:36:04 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:36:04 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:36:04 Running setup.py install for texttable: started 19:36:05 Running setup.py install for texttable: finished with status 'done' 19:36:05 Running setup.py install for PyYAML: started 19:36:06 Running setup.py install for PyYAML: finished with status 'done' 19:36:08 Running setup.py install for docopt: started 19:36:08 Running setup.py install for docopt: finished with status 'done' 19:36:13 Running setup.py install for dockerpty: started 19:36:13 ---> Running in bac9003f52b9 19:36:13 Running setup.py install for dockerpty: finished with status 'done' 19:36:13 Removing intermediate container d4dc146e92be 19:36:13 ---> 6e2d40566f22 19:36:13 Step 9/23 : COPY . . 19:36:13 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 19:36:13 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 19:36:13 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:36:17 CGO_ENABLED=0 GO111MODULE=on 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 19:36:19 ---> aae4963467bb 19:36:19 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:36:19 ---> Running in a8cce318fee1 19:36:20 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:36:26 Removing intermediate container 311af2e4744d 19:36:26 ---> 8ed80d702e95 19:36:26 19:36:26 Step 10/22 : FROM alpine:3.16 19:36:26 ---> 9c6f07244728 19:36:26 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:36:26 Removing intermediate container 2cb954922f63 19:36:26 ---> c9170790997b 19:36:26 19:36:26 Step 9/20 : FROM alpine:3.15 19:36:26 ---> c4fc93816858 19:36:26 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:36:26 ---> Using cache 19:36:26 ---> 059ba8033287 19:36:26 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:36:26 ---> Using cache 19:36:26 ---> e69c62824722 19:36:26 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:36:26 ---> Running in 5e89c8e18793 19:36:26 ---> Running in eaea7d222075 19:36:26 Removing intermediate container 2fe1a9bbe372 19:36:26 ---> 819f14a42cd8 19:36:26 Step 14/23 : ENV APP_PORT=58890 19:36:26 ---> Running in 29ef5e9dd856 19:36:26 Removing intermediate container 29ef5e9dd856 19:36:26 ---> b881410e299c 19:36:26 Step 15/23 : EXPOSE $APP_PORT 19:36:27 ---> Running in 76e07095e426 19:36:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:36:27 Removing intermediate container 76e07095e426 19:36:27 ---> aead36b59b8b 19:36:27 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:36:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:36:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:36:27 (1/6) Installing ca-certificates (20220614-r0) 19:36:27 (2/6) Installing brotli-libs (1.0.9-r6) 19:36:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:36:27 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:36:27 (4/6) Installing libcurl (7.83.1-r3) 19:36:27 (5/6) Installing curl (7.83.1-r3) 19:36:27 (6/6) Installing dumb-init (1.2.5-r1) 19:36:27 Executing busybox-1.35.0-r17.trigger 19:36:27 Executing ca-certificates-20220614-r0.trigger 19:36:27 OK: 8 MiB in 20 packages 19:36:28 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:36:28 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:36:28 OK: 15857 distinct packages available 19:36:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:36:28 ---> e4073532c9ee 19:36:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:36:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:36:29 Removing intermediate container 5e89c8e18793 19:36:29 ---> 55b57a19c394 19:36:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:36:29 ---> 4a2aef774d5f 19:36:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:36:29 ---> Running in a683fdd6818c 19:36:29 (1/9) Installing ca-certificates (20220614-r0) 19:36:29 Removing intermediate container a683fdd6818c 19:36:29 ---> 5a6273046933 19:36:29 Step 13/22 : WORKDIR /edgex 19:36:29 ---> 7ab25cd831f2 19:36:29 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:36:29 ---> Running in 3f96451eb7a8 19:36:29 ---> Running in 7bbd6e3130ad 19:36:29 Removing intermediate container 3f96451eb7a8 19:36:29 ---> d8aca36bcd5c 19:36:29 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:36:29 (2/9) Installing brotli-libs (1.0.9-r5) 19:36:29 Removing intermediate container 7bbd6e3130ad 19:36:29 ---> ea26fa0907ad 19:36:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:36:30 ---> Running in 7153941501ed 19:36:30 ---> d6904debe51e 19:36:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:36:30 Removing intermediate container 7153941501ed 19:36:30 ---> 7d57c82269fc 19:36:30 Step 21/23 : LABEL arch=x86_64 19:36:30 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:36:30 ---> Running in 1bc6018b233f 19:36:30 (4/9) Installing libcurl (7.80.0-r3) 19:36:30 Removing intermediate container 1bc6018b233f 19:36:30 ---> b945128c4cfb 19:36:30 Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:36:30 (5/9) Installing curl (7.80.0-r3) 19:36:31 ---> 645f9fb9c23d 19:36:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:36:31 ---> Running in 76c21c16cee0 19:36:31 Removing intermediate container 76c21c16cee0 19:36:31 ---> 03c5ffd998a3 19:36:31 Step 23/23 : LABEL version=0.0.0 19:36:31 (6/9) Installing dumb-init (1.2.5-r1) 19:36:31 ---> Running in b540a2a7b7e6 19:36:31 (7/9) Installing musl-obstack (1.2.3-r0) 19:36:32 (8/9) Installing libucontext (1.1-r0) 19:36:32 Removing intermediate container b540a2a7b7e6 19:36:32 ---> 4f8055521716 19:36:32 19:36:32 Successfully built 4f8055521716 19:36:32 (9/9) Installing gcompat (1.0.0-r4) 19:36:32 Executing busybox-1.34.1-r7.trigger 19:36:32 Executing ca-certificates-20220614-r0.trigger 19:36:32 OK: 8 MiB in 23 packages 19:36:32 Successfully tagged sys-mgmt-agent:latest 19:36:32  Building sys-mgmt-agent ... done Building security-secretstore-setup 19:36:36 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:36:36 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:36:36 ---> 3b2605e2a559 19:36:36 Step 3/25 : WORKDIR /edgex-go 19:36:36 ---> Using cache 19:36:36 ---> ebdab3d3d204 19:36:36 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:36:36 ---> Using cache 19:36:36 ---> 2e3dadec2c59 19:36:36 Step 5/25 : RUN apk add --update --no-cache make git 19:36:36 ---> Using cache 19:36:36 ---> e01920b40393 19:36:36 Step 6/25 : COPY go.mod vendor* ./ 19:36:36 ---> Using cache 19:36:36 ---> ef2b45592990 19:36:36 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:36:36 ---> Using cache 19:36:36 ---> 1d0598be4cbf 19:36:36 Step 8/25 : COPY . . 19:36:36 ---> Using cache 19:36:36 ---> 2213d70b015a 19:36:36 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:36:37 ---> 93923221fa5b 19:36:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:36:40 ---> Running in c5af3e32beda 19:36:40 ---> bea39f60167c 19:36:40 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:36:40 Removing intermediate container bac9003f52b9 19:36:40 ---> 168a0665ae75 19:36:40 19:36:40 Step 11/24 : FROM alpine:3.16 19:36:40 ---> 9c6f07244728 19:36:40 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:36:40 ---> Using cache 19:36:40 ---> f9191ddcc6f2 19:36:40 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:36:40 ---> Using cache 19:36:40 ---> 5847162843a9 19:36:40 Step 14/24 : ENV APP_PORT=59882 19:36:40 ---> Running in 83f59f96f87d 19:36:40 ---> Running in b6637feee7e5 19:36:40 Removing intermediate container eaea7d222075 19:36:40 ---> 5124d4a420c5 19:36:40 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:36:40 CGO_ENABLED=0 GO111MODULE=on 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 19:36:40 Removing intermediate container b6637feee7e5 19:36:40 ---> f6737394d7c8 19:36:40 Step 15/24 : EXPOSE $APP_PORT 19:36:40 ---> Running in f4525b13211d 19:36:40 ---> c07119f1deb1 19:36:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:36:40 Removing intermediate container f4525b13211d 19:36:40 ---> a2b6f6a3ef21 19:36:40 Step 16/24 : WORKDIR / 19:36:40 ---> Running in 9b363fb6cf32 19:36:41 Removing intermediate container 9b363fb6cf32 19:36:41 ---> ddf736afb8b3 19:36:41 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:36:41 ---> b00cee47951b 19:36:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:36:41 Removing intermediate container 83f59f96f87d 19:36:41 ---> 305f6881eee3 19:36:41 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:36:41 ---> bdcff93d53de 19:36:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:36:41 ---> Running in a81edf106c15 19:36:41 ---> 450c7229e53a 19:36:41 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:36:41 ---> Running in 9a1d8bff0f15 19:36:41 Removing intermediate container a81edf106c15 19:36:41 ---> 8d12c1eff33c 19:36:41 Step 20/22 : LABEL arch=x86_64 19:36:41 ---> Running in bae7ce0cf4d3 19:36:41 Removing intermediate container 9a1d8bff0f15 19:36:41 ---> 189fd92a0e94 19:36:41 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:36:42 Removing intermediate container bae7ce0cf4d3 19:36:42 ---> fb01afe79aec 19:36:42 Step 21/22 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:36:42 ---> Running in 225c441275a4 19:36:42 ---> Running in ae1c552c905a 19:36:42 ---> 5ed0abc58af3 19:36:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:36:42 Removing intermediate container 225c441275a4 19:36:42 ---> 5586b6aaa38e 19:36:42 Step 18/20 : LABEL arch=x86_64 19:36:42 ---> Running in f5e0095f9759 19:36:42 Removing intermediate container ae1c552c905a 19:36:42 ---> cda2198015b7 19:36:42 Step 22/22 : LABEL version=0.0.0 19:36:42 ---> Running in c62b5c399721 19:36:42 Removing intermediate container f5e0095f9759 19:36:42 ---> 79f2f46c9607 19:36:42 Step 19/20 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:36:42 ---> Running in 49ba7ba4d61e 19:36:42 ---> e8459891ff7c 19:36:42 Step 20/24 : ENTRYPOINT ["/core-command"] 19:36:42 ---> Running in 0420a9446e01 19:36:42 Removing intermediate container c62b5c399721 19:36:42 ---> ed148f4841be 19:36:42 19:36:42 Removing intermediate container 49ba7ba4d61e 19:36:42 ---> d1abdf3e226a 19:36:42 Step 20/20 : LABEL version=0.0.0 19:36:42 ---> Running in 5309f2e913d2 19:36:42 Successfully built ed148f4841be 19:36:42 Successfully tagged security-proxy-setup:latest 19:36:42  Building security-proxy-setup ... done Removing intermediate container 0420a9446e01 19:36:42 ---> 7341aa80f692 19:36:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:36:42 ---> Running in 7571038fc60c 19:36:42 Removing intermediate container 5309f2e913d2 19:36:42 ---> 942fb311bacd 19:36:42 19:36:42 Successfully built 942fb311bacd 19:36:42 Successfully tagged security-spiffe-token-provider:latest 19:36:42  Building security-spiffe-token-provider ... done Removing intermediate container 7571038fc60c 19:36:42 ---> 4a0350d38705 19:36:42 Step 22/24 : LABEL arch=x86_64 19:36:43 ---> Running in a2dfeb2a4f1b 19:36:43 Removing intermediate container a2dfeb2a4f1b 19:36:43 ---> d3dd72cf4921 19:36:43 Step 23/24 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:36:43 ---> Running in 70e32336abc7 19:36:43 Removing intermediate container 70e32336abc7 19:36:43 ---> be320f5948c1 19:36:43 Step 24/24 : LABEL version=0.0.0 19:36:46 ---> Running in dca2638836d4 19:36:46 Removing intermediate container a8cce318fee1 19:36:46 ---> cb94cd8c754a 19:36:46 19:36:46 Step 11/23 : FROM alpine:3.16 19:36:46 ---> 9c6f07244728 19:36:46 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:36:46 Removing intermediate container dca2638836d4 19:36:46 ---> edd4f89ef898 19:36:46 19:36:46 ---> Running in 0ff59c387612 19:36:46 Successfully built edd4f89ef898 19:36:46 Successfully tagged core-command:latest 19:36:46  Building core-command ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:36:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:36:47 (1/2) Installing ca-certificates (20220614-r0) 19:36:47 (2/2) Installing dumb-init (1.2.5-r1) 19:36:47 Executing busybox-1.35.0-r17.trigger 19:36:47 Executing ca-certificates-20220614-r0.trigger 19:36:47 OK: 6 MiB in 16 packages 19:36:48 Removing intermediate container 0ff59c387612 19:36:48 ---> 3a791aa3a36f 19:36:48 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:36:48 ---> Running in bcd37d47ba05 19:36:48 Removing intermediate container bcd37d47ba05 19:36:48 ---> 5df3bbad3db1 19:36:48 Step 14/23 : ENV APP_PORT=59860 19:36:48 ---> Running in bac5e0819266 19:36:48 Removing intermediate container bac5e0819266 19:36:48 ---> 349407b1dabc 19:36:48 Step 15/23 : EXPOSE $APP_PORT 19:36:48 ---> Running in c3dc05a37a66 19:36:49 Removing intermediate container c3dc05a37a66 19:36:49 ---> 72ae88a8c192 19:36:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:36:49 ---> c9c8a3ef88aa 19:36:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:36:50 ---> 75acbab5c9dc 19:36:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:36:50 ---> f665ea2082d2 19:36:50 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:36:50 ---> Running in 3501ed66c66e 19:36:51 Removing intermediate container 3501ed66c66e 19:36:51 ---> b9108e2d9787 19:36:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:36:51 ---> Running in 6a5f11c42a3f 19:36:51 Removing intermediate container 6a5f11c42a3f 19:36:51 ---> 28d280e15f39 19:36:51 Step 21/23 : LABEL arch=x86_64 19:36:51 ---> Running in b1fabb698953 19:36:51 Removing intermediate container b1fabb698953 19:36:51 ---> d6578f8dd1dd 19:36:51 Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:36:51 ---> Running in f22f42ff5b2d 19:36:51 Removing intermediate container f22f42ff5b2d 19:36:51 ---> 303451e6d209 19:36:51 Step 23/23 : LABEL version=0.0.0 19:36:51 ---> Running in 4075e67f234c 19:36:51 Removing intermediate container 4075e67f234c 19:36:51 ---> a8566264d262 19:36:51 19:36:51 Successfully built a8566264d262 19:36:51 Successfully tagged support-notifications:latest 19:36:55  Building support-notifications ... done CGO_ENABLED=0 GO111MODULE=on 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 19:36:58 Removing intermediate container c5af3e32beda 19:36:58 ---> 17a1710fc3aa 19:36:58 19:36:58 Step 10/25 : FROM alpine:3.16 19:36:58 ---> 9c6f07244728 19:36:58 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:36:58 ---> Running in 0ad6f6fcb6ab 19:36:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:36:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:36:59 (1/3) Installing ca-certificates (20220614-r0) 19:36:59 (2/3) Installing dumb-init (1.2.5-r1) 19:36:59 (3/3) Installing su-exec (0.2-r1) 19:36:59 Executing busybox-1.35.0-r17.trigger 19:36:59 Executing ca-certificates-20220614-r0.trigger 19:36:59 OK: 6 MiB in 17 packages 19:37:00 Removing intermediate container 0ad6f6fcb6ab 19:37:00 ---> b4607eee2eab 19:37:00 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:37:00 ---> Running in 6f8074ff9e58 19:37:00 Removing intermediate container 6f8074ff9e58 19:37:00 ---> 00edebecb2d3 19:37:00 Step 13/25 : WORKDIR / 19:37:00 ---> Running in 441c887545b5 19:37:00 Removing intermediate container 441c887545b5 19:37:00 ---> 21843b1649b0 19:37:00 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:37:00 ---> 942e80691e74 19:37:00 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:37:00 ---> 4b8866eb306d 19:37:00 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:37:00 ---> fb2cddb8db8d 19:37:00 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:37:00 ---> bee5d79156d0 19:37:00 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:37:01 ---> 36aabe81bccc 19:37:01 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:37:01 ---> cff3db02138a 19:37:01 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:37:01 ---> ec37041298f8 19:37:01 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:37:01 ---> Running in 2d2a2b3f63bb 19:37:02 Removing intermediate container 2d2a2b3f63bb 19:37:02 ---> 97a32ac1ff46 19:37:02 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:37:02 ---> Running in b1c7b279a9de 19:37:02 Removing intermediate container b1c7b279a9de 19:37:02 ---> 5f941f45e70d 19:37:02 Step 23/25 : LABEL arch=x86_64 19:37:02 ---> Running in 535f7eb7e047 19:37:02 Removing intermediate container 535f7eb7e047 19:37:02 ---> b622ac43b788 19:37:02 Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 19:37:02 ---> Running in 60991bb290aa 19:37:02 Removing intermediate container 60991bb290aa 19:37:02 ---> 8d15a82b0235 19:37:02 Step 25/25 : LABEL version=0.0.0 19:37:02 ---> Running in 6d0d366ce826 19:37:02 Removing intermediate container 6d0d366ce826 19:37:02 ---> 1de7acb55d4e 19:37:02 19:37:02 Successfully built 1de7acb55d4e 19:37:02 Successfully tagged security-secretstore-setup:latest 19:37:02  Building security-secretstore-setup ... done  [Pipeline] } 19:37:02 $ docker stop --time=1 57f7f48db66e473d17a1a59c88fd5ae1d9f97250e292374c9c1101defd40b67d 19:37:04 $ docker rm -f 57f7f48db66e473d17a1a59c88fd5ae1d9f97250e292374c9c1101defd40b67d [Pipeline] // withDockerContainer [Pipeline] sh 19:37:04 + docker images 19:37:04 REPOSITORY TAG IMAGE ID CREATED SIZE 19:37:04 security-secretstore-setup latest 1de7acb55d4e 2 seconds ago 29.7MB 19:37:04 17a1710fc3aa 7 seconds ago 1.6GB 19:37:04 support-notifications latest a8566264d262 13 seconds ago 30.4MB 19:37:04 core-command latest edd4f89ef898 18 seconds ago 17.6MB 19:37:04 cb94cd8c754a 19 seconds ago 1.67GB 19:37:04 security-proxy-setup latest ed148f4841be 22 seconds ago 27.6MB 19:37:04 security-spiffe-token-provider latest 942fb311bacd 22 seconds ago 29.7MB 19:37:04 168a0665ae75 26 seconds ago 1.61GB 19:37:04 sys-mgmt-agent latest 4f8055521716 33 seconds ago 136MB 19:37:04 c9170790997b 41 seconds ago 1.64GB 19:37:04 8ed80d702e95 42 seconds ago 1.6GB 19:37:04 da97b2694546 About a minute ago 1.59GB 19:37:04 core-metadata latest 325ea1cd66b0 About a minute ago 18.5MB 19:37:04 security-bootstrapper latest 2948b485110b About a minute ago 20.2MB 19:37:04 490e4ec53f55 About a minute ago 1.61GB 19:37:04 core-data latest acf04c0f028c About a minute ago 21.7MB 19:37:04 support-scheduler latest 510b3d694171 About a minute ago 29.8MB 19:37:04 security-spire-agent latest ad898ad4708a 2 minutes ago 125MB 19:37:04 82b9046c9209 2 minutes ago 1.62GB 19:37:04 2b8e6d16a07e 2 minutes ago 1.67GB 19:37:04 security-spire-config latest 6f64938553de 2 minutes ago 85.8MB 19:37:04 382c593e0756 2 minutes ago 1.6GB 19:37:04 security-spire-server latest d5b339f4406b 2 minutes ago 86.5MB 19:37:04 3f692d375cec 2 minutes ago 1.48GB 19:37:04 8101755bf606 2 minutes ago 1.48GB 19:37:04 ci-base-image-x86_64 latest 3b2605e2a559 6 minutes ago 941MB 19:37:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB 19:37:04 alpine 3.15 c4fc93816858 2 months ago 5.59MB 19:37:04 alpine 3.16 9c6f07244728 2 months ago 5.54MB 19:37:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 19:37:04 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] } 19:50:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-116974 in /w/workspace/edgexfoundry_edgex-go_PR-4220 [Pipeline] { [Pipeline] ws 19:50:56 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:50:56 The recommended git tool is: git 19:51:03 using credential edgex-jenkins-ssh 19:51:03 Cloning the remote Git repository 19:51:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:51:03 > git init /w/workspace/edgex-go/1 # timeout=10 19:51:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:51:03 > git --version # timeout=10 19:51:03 > git --version # 'git version 2.25.1' 19:51:03 using GIT_SSH to set credentials SSH Credentials for GitHub 19:51:03 Verifying host key using known hosts file 19:51:03 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 19:51:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:51:25 Merging remotes/origin/main commit 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit 1c58228eedfa0bcde97f914589f7b7b6825574a2 19:51:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:51:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:51:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:51:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:51:24 using GIT_SSH to set credentials SSH Credentials for GitHub 19:51:24 Verifying host key using known hosts file 19:51:24 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 19:51:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4220/head:refs/remotes/origin/PR-4220 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:51:26 Merge succeeded, producing 1c58228eedfa0bcde97f914589f7b7b6825574a2 19:51:26 Checking out Revision 1c58228eedfa0bcde97f914589f7b7b6825574a2 (PR-4220) 19:51:26 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 19:51:26 > git --version # timeout=10 19:51:26 > git --version # 'git version 2.25.1' 19:51:26 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:51:25 > git config core.sparsecheckout # timeout=10 19:51:25 > git checkout -f 1c58228eedfa0bcde97f914589f7b7b6825574a2 # timeout=10 19:51:25 > git remote # timeout=10 19:51:25 > git config --get remote.origin.url # timeout=10 19:51:26 using GIT_SSH to set credentials SSH Credentials for GitHub 19:51:26 Verifying host key using known hosts file 19:51:26 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 19:51:26 > git merge 9e554929d717cf1151dbdc4a6532773c76b36b26 # timeout=10 19:51:26 > git rev-parse HEAD^{commit} # timeout=10 19:51:26 > git config core.sparsecheckout # timeout=10 19:51:26 > git checkout -f 1c58228eedfa0bcde97f914589f7b7b6825574a2 # timeout=10 19:51:28 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:51:28 % Total % Received % Xferd Average Speed Time Time Time Current 19:51:28 Dload Upload Total Spent Left Speed 19:51:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 161k 0 --:--:-- --:--:-- --:--:-- 161k [Pipeline] sh 19:51:29 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:51:29 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:51:29 + sudo tee /etc/docker/daemon.new 19:51:29 { 19:51:29 "registry-mirrors": [ 19:51:29 "https://nexus3.edgexfoundry.org:10001" 19:51:29 ], 19:51:29 "bip": "10.250.0.254/24", 19:51:29 "hosts": [ 19:51:29 "tcp://0.0.0.0:5555", 19:51:29 "unix:///var/run/docker.sock" 19:51:29 ], 19:51:29 "mtu": 1458, 19:51:29 "selinux-enabled": true, 19:51:29 "seccomp-profile": "/etc/docker/seccomp.json" 19:51:29 } [Pipeline] sh 19:51:29 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:51:30 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:51:48 provisioning config files... 19:51:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6102939419425597668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:51:48 ---> docker-login.sh 19:51:48 nexus3.edgexfoundry.org:10001 19:51:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:51:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:51:49 Configure a credential helper to remove this warning. See 19:51:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:51:49 19:51:49 Login Succeeded 19:51:49 nexus3.edgexfoundry.org:10002 19:51:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:51:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:51:50 Configure a credential helper to remove this warning. See 19:51:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:51:50 19:51:50 Login Succeeded 19:51:50 nexus3.edgexfoundry.org:10003 19:51:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:51:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:51:50 Configure a credential helper to remove this warning. See 19:51:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:51:50 19:51:50 Login Succeeded 19:51:50 nexus3.edgexfoundry.org:10004 19:51:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:51:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:51:50 Configure a credential helper to remove this warning. See 19:51:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:51:50 19:51:50 Login Succeeded 19:51:50 docker.io 19:51:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:51:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:51:51 Configure a credential helper to remove this warning. See 19:51:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:51:51 19:51:51 Login Succeeded 19:51:51 ---> docker-login.sh ends [Pipeline] } 19:51:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:51:52 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:51:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:51:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:51:52 ========================================================= 19:51:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:51:52 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:51:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:51:53 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:51:53 9b18e9b68314: Pulling fs layer 19:51:53 d32db5db7311: Pulling fs layer 19:51:53 d0c4b47475fc: Pulling fs layer 19:51:53 5831b945b038: Pulling fs layer 19:51:53 86bbec2aaacd: Pulling fs layer 19:51:53 e10730c5d714: Pulling fs layer 19:51:53 5dd5c2283517: Pulling fs layer 19:51:53 d5ac0230b979: Pulling fs layer 19:51:53 5dd5c2283517: Waiting 19:51:53 86bbec2aaacd: Waiting 19:51:53 e10730c5d714: Waiting 19:51:53 d5ac0230b979: Waiting 19:51:53 5831b945b038: Waiting 19:51:53 d0c4b47475fc: Verifying Checksum 19:51:53 d0c4b47475fc: Download complete 19:51:53 d32db5db7311: Verifying Checksum 19:51:53 d32db5db7311: Download complete 19:51:53 86bbec2aaacd: Verifying Checksum 19:51:53 86bbec2aaacd: Download complete 19:51:53 e10730c5d714: Verifying Checksum 19:51:53 e10730c5d714: Download complete 19:51:53 9b18e9b68314: Verifying Checksum 19:51:53 9b18e9b68314: Download complete 19:51:54 9b18e9b68314: Pull complete 19:51:54 d5ac0230b979: Verifying Checksum 19:51:54 d5ac0230b979: Download complete 19:51:54 d32db5db7311: Pull complete 19:51:54 d0c4b47475fc: Pull complete 19:51:55 5dd5c2283517: Verifying Checksum 19:51:55 5dd5c2283517: Download complete 19:51:56 5831b945b038: Verifying Checksum 19:51:56 5831b945b038: Download complete 19:52:08 5831b945b038: Pull complete 19:52:08 86bbec2aaacd: Pull complete 19:52:08 e10730c5d714: Pull complete 19:52:14 5dd5c2283517: Pull complete 19:52:15 d5ac0230b979: Pull complete 19:52:15 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 19:52:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:52:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:52:15 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:52:15 WORKDIR /edgex 19:52:15 COPY go.mod . 19:52:15 RUN go mod download 19:52:15 + docker build -t ci-base-image-arm64 -f - . 19:52:16 Sending build context to Docker daemon 3.269MB 19:52:16 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:52:16 ---> 59b3b1a385d4 19:52:16 Step 2/4 : WORKDIR /edgex 19:52:18 ---> Running in 619593deb470 19:52:18 Removing intermediate container 619593deb470 19:52:18 ---> d5c4a10e5ffe 19:52:18 Step 3/4 : COPY go.mod . 19:52:19 ---> 91d3350582f1 19:52:19 Step 4/4 : RUN go mod download 19:52:19 ---> Running in 9f7ce63f874a 19:52:58 Removing intermediate container 9f7ce63f874a 19:52:58 ---> 05a9970a5b03 19:52:58 Successfully built 05a9970a5b03 19:52:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:52:58 + docker inspect -f . ci-base-image-arm64 19:52:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:52:58 prd-ubuntu20.04-docker-arm64-4c-16g-116974 does not seem to be running inside a container 19:52:58 $ 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 ******** ci-base-image-arm64 cat 19:53:00 $ docker top e3a2bf187765d88a3281d7196b8c56ae300bbd266a541ec3877104117db4b718 -eo pid,comm [Pipeline] { [Pipeline] sh 19:53:01 + go version 19:53:01 go version go1.18.7 linux/arm64 [Pipeline] } 19:53:01 $ docker stop --time=1 e3a2bf187765d88a3281d7196b8c56ae300bbd266a541ec3877104117db4b718 19:53:02 $ docker rm -f e3a2bf187765d88a3281d7196b8c56ae300bbd266a541ec3877104117db4b718 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:53:03 + docker inspect -f . ci-base-image-arm64 19:53:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:53:04 prd-ubuntu20.04-docker-arm64-4c-16g-116974 does not seem to be running inside a container 19:53:04 $ 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 ******** ci-base-image-arm64 cat 19:53:05 $ docker top 247f8cd6ba31fabc576103b4294739c98c806934745e48f246d413ff16e36fd6 -eo pid,comm [Pipeline] { [Pipeline] echo 19:53:05 ========================================================= 19:53:05 [edgeXBuildGoParallel] Running Tests and Build... 19:53:05 ========================================================= [Pipeline] sh 19:53:06 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:53:07 + make test 19:53:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:53:54 ? github.com/edgexfoundry/edgex-go [no test files] 19:56:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:56:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:56:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:56:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:56:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:56:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:56:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:56:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:56:32 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:56:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:56:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:56:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:56:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:56:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:56:36 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:56:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.332s coverage: 28.7% of statements 19:56:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:56:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:56:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.508s coverage: 98.5% of statements 19:57:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.650s coverage: 43.0% of statements 19:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:57:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.480s coverage: 54.2% of statements 19:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:57:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.039s coverage: 89.2% of statements 19:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:57:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.905s coverage: 2.2% of statements 19:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:57:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.210s coverage: 95.6% of statements 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:57:28 ok github.com/edgexfoundry/edgex-go/internal/io 0.270s coverage: 72.2% of statements 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:57:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.566s coverage: 60.0% of statements 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:57:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.411s coverage: 0.9% of statements 19:57:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:57:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.574s coverage: 58.8% of statements 19:57:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.284s coverage: 29.6% of statements 19:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.317s coverage: 47.1% of statements 19:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.381s coverage: 79.5% of statements 19:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.348s coverage: 94.1% of statements 19:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.327s coverage: 96.3% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.310s coverage: 87.5% of statements 19:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.448s coverage: 94.4% of statements 19:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.254s coverage: 44.8% of statements 19:57:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.857s coverage: 79.9% of statements 19:57:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:58:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.382s coverage: 92.9% of statements 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:58:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.068s coverage: 65.1% of statements 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:58:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.304s coverage: 86.9% of statements 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:58:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.258s coverage: 87.2% of statements 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:58:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.233s coverage: 100.0% of statements 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:58:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.366s coverage: 58.8% of statements 19:58:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:58:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.371s coverage: 80.0% of statements 19:58:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.280s coverage: 87.2% of statements 19:58:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.361s coverage: 85.4% of statements 19:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.102s coverage: 91.2% of statements 19:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.108s coverage: 64.7% of statements 19:58:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:58:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.385s coverage: 100.0% of statements 19:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.280s coverage: 89.4% of statements 19:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 19:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements 19:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements 19:58:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.615s coverage: 65.8% of statements 19:58:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:58:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:58:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.147s coverage: 41.8% of statements 19:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.355s coverage: 89.5% of statements 19:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.372s coverage: 84.8% of statements 19:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:58:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:58:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.483s coverage: 17.7% of statements 19:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:58:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.970s coverage: 92.3% of statements 19:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:58:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.382s coverage: 63.2% of statements 19:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:58:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:58:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.580s coverage: 97.7% of statements 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:58:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.241s coverage: 28.9% of statements 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:58:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:58:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.255s coverage: 100.0% of statements 19:58:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 96.9% of statements 19:58:37 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 19:58:38 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:58:38 GO111MODULE=on go vet ./... 20:01:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:01:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:01:00 ./bin/test-attribution-txt.sh [Pipeline] echo 20:01:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:01:00 + ls -al . 20:01:00 total 764 20:01:00 drwxrwxr-x 10 1001 1001 4096 Oct 25 19:53 . 20:01:00 drwxr-xr-x 4 root root 4096 Oct 25 19:53 .. 20:01:00 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:51 .blubracket 20:01:00 -rw-rw-r-- 1 1001 1001 16 Oct 25 19:51 .dockerignore 20:01:00 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:51 .git 20:01:00 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:51 .github 20:01:00 -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:51 .gitignore 20:01:00 -rw-rw-r-- 1 1001 1001 42 Oct 25 19:51 .golangci.yml 20:01:00 -rw-rw-r-- 1 1001 1001 87 Oct 25 19:51 .hadolint.yml 20:01:00 -rw-rw-r-- 1 1001 1001 166 Oct 25 19:51 .sonarcloud.properties 20:01:00 -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:51 ADOPTERS.md 20:01:00 -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:51 Attribution.txt 20:01:00 -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:51 CHANGELOG.md 20:01:00 -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:51 CONTRIBUTING.md 20:01:00 -rw-rw-r-- 1 1001 1001 677 Oct 25 19:51 GOVERNANCE.md 20:01:00 -rw-rw-r-- 1 1001 1001 850 Oct 25 19:51 Jenkinsfile 20:01:00 -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:51 LICENSE 20:01:00 -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:51 Makefile 20:01:00 -rw-rw-r-- 1 1001 1001 582 Oct 25 19:51 OWNERS.md 20:01:00 -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:51 README.md 20:01:00 -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:51 SECURITY.md 20:01:00 -rw-rw-r-- 1 1001 1001 5 Oct 25 19:30 VERSION 20:01:00 -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:51 ZMQWindows.md 20:01:00 drwxrwxr-x 2 1001 1001 4096 Oct 25 19:51 bin 20:01:00 drwxrwxr-x 18 1001 1001 4096 Oct 25 19:51 cmd 20:01:00 -rw-r--r-- 1 root root 501828 Oct 25 19:58 coverage.out 20:01:00 -rw-rw-r-- 1 1001 1001 3447 Oct 25 19:51 go.mod 20:01:00 -rw-rw-r-- 1 1001 1001 45062 Oct 25 19:51 go.sum 20:01:00 drwxrwxr-x 8 1001 1001 4096 Oct 25 19:51 internal 20:01:00 drwxrwxr-x 3 1001 1001 4096 Oct 25 19:51 openapi 20:01:00 drwxrwxr-x 4 1001 1001 4096 Oct 25 19:51 snap 20:01:00 -rw-rw-r-- 1 1001 1001 204 Oct 25 19:51 version.go [Pipeline] sh 20:01:01 + '[' -e coverage.out ] 20:01:01 + chown 1001:1001 coverage.out [Pipeline] stash 20:01:01 Warning: overwriting stash ‘coverage-report’ 20:01:02 Stashed 1 file(s) [Pipeline] sh 20:01:03 + make build 20:01:03 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 20:02:54 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 20:04:31 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 20:04:31 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:05:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:05:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:05:19 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:05:27 CGO_ENABLED=0 GO111MODULE=on 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 20:05:31 CGO_ENABLED=0 GO111MODULE=on 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 20:05:38 CGO_ENABLED=0 GO111MODULE=on 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 20:05:41 CGO_ENABLED=0 GO111MODULE=on 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 20:05:46 CGO_ENABLED=0 GO111MODULE=on 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 20:05:56 CGO_ENABLED=0 GO111MODULE=on 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] } 20:06:02 $ docker stop --time=1 247f8cd6ba31fabc576103b4294739c98c806934745e48f246d413ff16e36fd6 20:06:05 $ docker rm -f 247f8cd6ba31fabc576103b4294739c98c806934745e48f246d413ff16e36fd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:06:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:06:08 20:06:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:06:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:06:09 latest: Pulling from edgex-devops/edgex-compose-arm64 20:06:09 29e5d40040c1: Pulling fs layer 20:06:09 1ce36da41761: Pulling fs layer 20:06:09 25b303627fd3: Pulling fs layer 20:06:09 29e5d40040c1: Verifying Checksum 20:06:09 29e5d40040c1: Download complete 20:06:09 1ce36da41761: Verifying Checksum 20:06:09 1ce36da41761: Download complete 20:06:10 29e5d40040c1: Pull complete 20:06:11 1ce36da41761: Pull complete 20:06:11 25b303627fd3: Verifying Checksum 20:06:11 25b303627fd3: Download complete 20:06:21 25b303627fd3: Pull complete 20:06:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:06:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:06:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:06:22 prd-ubuntu20.04-docker-arm64-4c-16g-116974 does not seem to be running inside a container 20:06:22 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:06:24 $ docker top c3c1c06f8c3037bf29aff60f3e9cc6105866cb2b3d48dbe79a1cd58099e4586c -eo pid,comm [Pipeline] { [Pipeline] sh 20:06:25 + docker-compose build --help 20:06:25 + grep parallel 20:06:32 --parallel Build images in parallel. [Pipeline] } 20:06:32 $ docker stop --time=1 c3c1c06f8c3037bf29aff60f3e9cc6105866cb2b3d48dbe79a1cd58099e4586c 20:06:33 $ docker rm -f c3c1c06f8c3037bf29aff60f3e9cc6105866cb2b3d48dbe79a1cd58099e4586c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:06:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:06:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:06:34 prd-ubuntu20.04-docker-arm64-4c-16g-116974 does not seem to be running inside a container 20:06:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:06:36 $ docker top f2e8056df4130b2bf0df3bda32dc41ea7c818c771950f2d0f68b853499b3d748 -eo pid,comm [Pipeline] { [Pipeline] sh 20:06:37 + docker-compose -f ./docker-compose-build.yml build --parallel 20:06:44 Building core-command ... 20:06:44 Building core-data ... 20:06:44 Building core-metadata ... 20:06:44 Building security-bootstrapper ... 20:06:44 Building security-proxy-setup ... 20:06:44 Building security-secretstore-setup ... 20:06:44 Building security-spiffe-token-provider ... 20:06:44 Building security-spire-agent ... 20:06:44 Building security-spire-config ... 20:06:44 Building security-spire-server ... 20:06:44 Building support-notifications ... 20:06:44 Building support-scheduler ... 20:06:44 Building sys-mgmt-agent ... 20:06:44 Building security-spiffe-token-provider 20:06:44 Building security-secretstore-setup 20:06:44 Building security-spire-agent 20:06:44 Building security-spire-config 20:06:44 Building core-metadata 20:07:30 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:07:30 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:07:30 ---> 05a9970a5b03 20:07:30 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:07:30 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:07:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:07:30 ---> 05a9970a5b03 20:07:30 Step 3/26 : WORKDIR /edgex-go 20:07:30 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:07:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:07:30 ---> 05a9970a5b03 20:07:30 Step 3/26 : WORKDIR /edgex-go 20:07:31 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:07:31 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:07:31 ---> 05a9970a5b03 20:07:31 Step 3/25 : WORKDIR /edgex-go 20:07:31 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:07:31 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:07:31 ---> 05a9970a5b03 20:07:31 Step 3/20 : WORKDIR /edgex-go 20:07:31 ---> Running in cecd7229ab0e 20:07:31 ---> Running in 187b6053c649 20:07:31 ---> Running in f0ec22c42ef8 20:07:31 ---> Running in bc42ebed213b 20:07:31 ---> Running in 16d289c67ee9 20:07:32 Removing intermediate container f0ec22c42ef8 20:07:32 ---> fff1e0f42cdd 20:07:32 Step 4/25 : WORKDIR /edgex-go 20:07:32 Removing intermediate container 187b6053c649 20:07:32 ---> d43e2acbeebf 20:07:32 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:32 ---> Running in 7a327fe335bc 20:07:32 ---> Running in 49846c59668d 20:07:32 Removing intermediate container cecd7229ab0e 20:07:32 ---> 3a2844513858 20:07:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:32 Removing intermediate container bc42ebed213b 20:07:32 ---> e3fbb28658e3 20:07:32 Removing intermediate container 16d289c67ee9 20:07:32 ---> 82a1d24d28d9 20:07:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:32 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:07:32 ---> Running in 2a5c155837f4 20:07:32 ---> Running in dcda1e511367 20:07:32 ---> Running in 4257949ca664 20:07:33 Removing intermediate container 7a327fe335bc 20:07:33 ---> 1fbd5a3ce573 20:07:33 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:33 ---> Running in 3aad241fe7cf 20:07:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:07:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:07:36 Removing intermediate container 49846c59668d 20:07:36 ---> 47ba4d97a8d9 20:07:36 Step 5/25 : RUN apk add --update --no-cache make git 20:07:36 ---> Running in 0abf05d4b306 20:07:37 Removing intermediate container 2a5c155837f4 20:07:37 ---> af209119aaeb 20:07:37 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 20:07:37 v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:07:37 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:07:37 OK: 16896 distinct packages available 20:07:37 ---> Running in 8843b0c4dce5 20:07:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:07:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:07:37 Removing intermediate container dcda1e511367 20:07:37 ---> 3597990da878 20:07:37 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 20:07:37 Removing intermediate container 3aad241fe7cf 20:07:37 ---> eeb8114409ec 20:07:37 Step 6/25 : RUN apk add --update --no-cache make git 20:07:37 ---> Running in 53a71ebcb68d 20:07:38 ---> Running in b4d3b4ab4bd9 20:07:39 OK: 221 MiB in 51 packages 20:07:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:07:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:07:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:07:40 Removing intermediate container 4257949ca664 20:07:40 ---> 8e0faa1fd659 20:07:40 Step 5/20 : COPY go.mod vendor* ./ 20:07:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:07:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:07:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:07:41 ---> 7a85ef8b2cd7 20:07:41 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:07:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:07:41 OK: 221 MiB in 51 packages 20:07:42 ---> Running in 3e6c185fc22a 20:07:43 OK: 221 MiB in 51 packages 20:07:43 Removing intermediate container 0abf05d4b306 20:07:43 ---> 646334f1734d 20:07:43 Step 6/25 : COPY go.mod vendor* ./ 20:07:43 OK: 221 MiB in 51 packages 20:07:43 OK: 221 MiB in 51 packages 20:07:44 Removing intermediate container 8843b0c4dce5 20:07:44 ---> 24d7c9b18ca7 20:07:44 Step 6/26 : COPY go.mod vendor* ./ 20:07:45 ---> 26ee53159ce5 20:07:45 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:45 ---> Running in 6a1a63ede4d5 20:07:46 Removing intermediate container b4d3b4ab4bd9 20:07:46 ---> ca6e795eb9fc 20:07:46 Step 7/25 : COPY go.mod vendor* ./ 20:07:46 Removing intermediate container 53a71ebcb68d 20:07:46 ---> b408e04e5d47 20:07:46 Step 6/26 : COPY go.mod vendor* ./ 20:07:46 ---> 28c03329b4a8 20:07:46 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:46 ---> Running in 7364e807fb13 20:07:47 ---> 771474fbe8e0 20:07:47 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:47 ---> 9c9e0181a4b9 20:07:47 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:47 ---> Running in e302d9a38f36 20:07:47 ---> Running in 9b495470f492 20:09:09 Removing intermediate container 3e6c185fc22a 20:09:09 ---> 0b55cef03b89 20:09:09 Step 7/20 : COPY . . 20:09:11 Removing intermediate container 9b495470f492 20:09:11 ---> f9af12762414 20:09:11 Step 9/25 : COPY . . 20:09:11 Removing intermediate container 6a1a63ede4d5 20:09:11 ---> bffdc9c0b5ee 20:09:11 Step 8/25 : COPY . . 20:09:11 Removing intermediate container 7364e807fb13 20:09:11 ---> 30a8b29b3d5e 20:09:11 Step 8/26 : COPY . . 20:09:11 Removing intermediate container e302d9a38f36 20:09:11 ---> 59053299046f 20:09:11 Step 8/26 : COPY . . 20:09:17 ---> 1d2df9c186c0 20:09:17 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:09:19 ---> Running in c12d2aae3be6 20:09:21 CGO_ENABLED=0 GO111MODULE=on 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 20:09:33 ---> 973f3f2279d8 20:09:33 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 20:09:33 ---> 1bc281421246 20:09:33 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:09:33 ---> b0ec6d49b82a 20:09:33 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 20:09:33 ---> Running in 52e995717c45 20:09:33 ---> 3216a257493b 20:09:33 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:09:33 ---> Running in 188b27e2fa78 20:09:33 ---> Running in 5192074a9d9a 20:09:33 ---> Running in adb5ee8cc18d 20:09:34 Removing intermediate container 5192074a9d9a 20:09:34 ---> 8e210835d884 20:09:34 Step 10/26 : WORKDIR /edgex-go/spire-build 20:09:34 Removing intermediate container 52e995717c45 20:09:34 ---> 1c796285a7ba 20:09:34 Step 10/26 : WORKDIR /edgex-go/spire-build 20:09:34 ---> Running in bb04ca9d11a3 20:09:34 ---> Running in 1845de1c4bdd 20:09:35 Removing intermediate container 1845de1c4bdd 20:09:35 ---> 55e0f38888b0 20:09:35 Step 11/26 : 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 20:09:35 Removing intermediate container bb04ca9d11a3 20:09:35 ---> 9a09a57ff8eb 20:09:35 Step 11/26 : 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 20:09:35 ---> Running in 280c2d90ed46 20:09:35 ---> Running in 01c94e70fb5f 20:09:36 CGO_ENABLED=0 GO111MODULE=on 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 20:09:36 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 20:09:40 Removing intermediate container 280c2d90ed46 20:09:40 ---> 9183374b1754 20:09:40 Step 12/26 : WORKDIR /edgex-go 20:09:40 Removing intermediate container 01c94e70fb5f 20:09:40 ---> 77ef75a63ecf 20:09:40 Step 12/26 : WORKDIR /edgex-go 20:09:40 ---> Running in 800dcf921853 20:09:40 ---> Running in cfba8e070613 20:09:41 Removing intermediate container 800dcf921853 20:09:41 ---> 9f92692884ab 20:09:41 20:09:41 Step 13/26 : FROM alpine:3.15 20:09:41 Removing intermediate container cfba8e070613 20:09:41 ---> 038954fe48ca 20:09:41 20:09:41 Step 13/26 : FROM alpine:3.15 20:09:41 3.15: Pulling from library/alpine 20:09:41 3.15: Pulling from library/alpine 20:09:43 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 20:09:43 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 20:09:43 Status: Image is up to date for alpine:3.15 20:09:43 Status: Downloaded newer image for alpine:3.15 20:09:43 ---> 02e0d6fdf486 20:09:43 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:09:43 ---> 02e0d6fdf486 20:09:43 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:09:43 ---> Running in 0d615559a9e5 20:09:43 ---> Running in d4b71f922022 20:09:44 Removing intermediate container 0d615559a9e5 20:09:44 ---> 4eabd7c978fc 20:09:44 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:44 Removing intermediate container d4b71f922022 20:09:44 ---> 2b878df30ae4 20:09:44 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:44 ---> Running in 34338ddf0647 20:09:44 ---> Running in 5c303b1d29d6 20:09:48 Removing intermediate container 5c303b1d29d6 20:09:48 ---> b0dca7d6ae92 20:09:48 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:09:48 ---> Running in 95476bf4943b 20:09:48 Removing intermediate container 34338ddf0647 20:09:48 ---> 3c8177539221 20:09:48 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:09:48 ---> Running in f8739d4d3f7f 20:09:50 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:09:50 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:09:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:09:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:09:53 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:09:53 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:09:53 OK: 15734 distinct packages available 20:09:53 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:09:53 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:09:53 OK: 15734 distinct packages available 20:09:53 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:09:53 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:09:54 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:09:54 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:09:55 (1/5) Installing dumb-init (1.2.5-r1) 20:09:55 (1/4) Installing dumb-init (1.2.5-r1) 20:09:55 (2/5) Installing musl-obstack (1.2.3-r0) 20:09:55 (2/4) Installing musl-obstack (1.2.3-r0) 20:09:56 (3/5) Installing libucontext (1.1-r0) 20:09:56 (3/4) Installing libucontext (1.1-r0) 20:09:56 (4/5) Installing gcompat (1.0.0-r4) 20:09:56 (4/4) Installing gcompat (1.0.0-r4) 20:09:56 (5/5) Installing openssl (1.1.1q-r0) 20:09:57 Executing busybox-1.34.1-r7.trigger 20:09:57 OK: 6 MiB in 18 packages 20:09:57 Executing busybox-1.34.1-r7.trigger 20:09:57 OK: 6 MiB in 19 packages 20:09:59 Removing intermediate container 95476bf4943b 20:09:59 ---> a24d694810c5 20:09:59 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:09:59 Removing intermediate container f8739d4d3f7f 20:09:59 ---> 4dac87742bdf 20:09:59 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:10:03 ---> fb141d3d2619 20:10:03 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:10:07 ---> aeac96ecc67d 20:10:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:10:07 ---> 5f01cdcf1637 20:10:07 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:10:07 ---> Running in 72c661190527 20:10:08 Removing intermediate container 72c661190527 20:10:08 ---> 759b88fa6991 20:10:08 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:10:09 ---> a6a202640c8e 20:10:09 Step 21/26 : WORKDIR / 20:10:10 ---> Running in 0f12ef79ad4d 20:10:10 Removing intermediate container 0f12ef79ad4d 20:10:10 ---> 2652ff4c9b7c 20:10:10 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:10:11 ---> Running in 1c5c0b9d67a4 20:10:11 Removing intermediate container 1c5c0b9d67a4 20:10:11 ---> 2b211d20b212 20:10:11 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:10:11 ---> Running in 9a88e3086eda 20:10:11 ---> a1b0c24351e0 20:10:11 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:10:12 Removing intermediate container 9a88e3086eda 20:10:12 ---> 0fa97894adb6 20:10:12 Step 24/26 : LABEL arch=arm64 20:10:12 ---> Running in 0afbb1909897 20:10:13 ---> 48c6650b881a 20:10:13 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:10:13 Removing intermediate container 0afbb1909897 20:10:13 ---> 95588cbbd33c 20:10:13 Step 25/26 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:10:13 ---> Running in 2ba0b2d0b84f 20:10:13 Removing intermediate container 2ba0b2d0b84f 20:10:13 ---> 22d3d40cb46a 20:10:13 Step 26/26 : LABEL version=0.0.0 20:10:14 ---> Running in 48ea59b02c14 20:10:14 ---> 0f1c7f590e0c 20:10:14 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:10:14 Removing intermediate container 48ea59b02c14 20:10:14 ---> 05206a753e3d 20:10:14 20:10:15 Successfully built 05206a753e3d 20:10:15 Successfully tagged security-spire-config-arm64:latest 20:10:15  Building security-spire-config ... done Building support-scheduler 20:10:15 ---> 1dd6a8105281 20:10:15 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:10:15 ---> Running in b32df30406f2 20:10:15 Removing intermediate container b32df30406f2 20:10:15 ---> a326fc44d00e 20:10:15 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:10:16 ---> Running in a1745ab791d3 20:10:16 Removing intermediate container a1745ab791d3 20:10:16 ---> 9414bc9397dc 20:10:16 Step 24/26 : LABEL arch=arm64 20:10:16 ---> Running in 5b325b6754a4 20:10:17 Removing intermediate container 5b325b6754a4 20:10:17 ---> 56bc0cde75b8 20:10:17 Step 25/26 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:10:17 ---> Running in dbe421f20d36 20:10:18 Removing intermediate container dbe421f20d36 20:10:18 ---> 980f57120e5b 20:10:18 Step 26/26 : LABEL version=0.0.0 20:10:18 ---> Running in 40f76aae3cd1 20:10:18 Removing intermediate container 40f76aae3cd1 20:10:18 ---> a0a7774a2c5c 20:10:18 20:10:19 Successfully built a0a7774a2c5c 20:10:19 Successfully tagged security-spire-agent-arm64:latest 20:10:19  Building security-spire-agent ... done Building sys-mgmt-agent 20:10:41 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:10:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:41 ---> 05a9970a5b03 20:10:41 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:10:41 ---> Using cache 20:10:41 ---> fff1e0f42cdd 20:10:41 Step 4/23 : WORKDIR /edgex-go 20:10:41 ---> Using cache 20:10:41 ---> 1fbd5a3ce573 20:10:41 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:41 ---> Using cache 20:10:41 ---> eeb8114409ec 20:10:41 Step 6/23 : RUN apk add --update --no-cache make git 20:10:41 ---> Using cache 20:10:41 ---> ca6e795eb9fc 20:10:41 Step 7/23 : COPY go.mod vendor* ./ 20:10:41 ---> Using cache 20:10:41 ---> 9c9e0181a4b9 20:10:41 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:41 ---> Using cache 20:10:41 ---> f9af12762414 20:10:41 Step 9/23 : COPY . . 20:10:41 ---> Using cache 20:10:41 ---> 1bc281421246 20:10:41 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:10:41 ---> Running in d7e0604b5434 20:10:42 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:10:44 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:10:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:44 ---> 05a9970a5b03 20:10:44 Step 3/23 : WORKDIR /edgex-go 20:10:44 ---> Using cache 20:10:44 ---> e3fbb28658e3 20:10:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:44 ---> Running in 54a09ae72e81 20:10:47 Removing intermediate container 54a09ae72e81 20:10:47 ---> 040b28fc925e 20:10:47 Step 5/23 : RUN apk add --update --no-cache make bash git 20:10:47 ---> Running in fb66368ded3c 20:10:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:10:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:10:51 OK: 221 MiB in 51 packages 20:10:52 Removing intermediate container fb66368ded3c 20:10:52 ---> 196b6992a2f0 20:10:52 Step 6/23 : COPY go.mod vendor* ./ 20:10:53 ---> b70675e37584 20:10:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:53 ---> Running in e91178949503 20:12:15 Removing intermediate container e91178949503 20:12:15 ---> 01a0e03c8b1a 20:12:15 Step 8/23 : COPY . . 20:12:15 ---> c2258e2de46d 20:12:15 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:12:15 ---> Running in ac32f251a36e 20:12:16 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:14:55 CGO_ENABLED=0 GO111MODULE=on 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 20:15:13 Removing intermediate container adb5ee8cc18d 20:15:13 ---> df69ebd453a1 20:15:13 20:15:13 Step 10/25 : FROM alpine:3.16 20:15:13 3.16: Pulling from library/alpine 20:15:13 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 20:15:13 Status: Downloaded newer image for alpine:3.16 20:15:13 ---> a6215f271958 20:15:13 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:15:13 ---> Running in f9d352e5af63 20:15:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:15:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:15:14 (1/3) Installing ca-certificates (20220614-r0) 20:15:15 (2/3) Installing dumb-init (1.2.5-r1) 20:15:15 (3/3) Installing su-exec (0.2-r1) 20:15:15 Executing busybox-1.35.0-r17.trigger 20:15:15 Executing ca-certificates-20220614-r0.trigger 20:15:15 OK: 6 MiB in 17 packages 20:15:17 Removing intermediate container f9d352e5af63 20:15:17 ---> 04fa3bad1768 20:15:17 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:15:17 ---> Running in 5496402ccfb6 20:15:17 Removing intermediate container 5496402ccfb6 20:15:17 ---> d854f407a495 20:15:17 Step 13/25 : WORKDIR / 20:15:18 ---> Running in 00062a537705 20:15:18 Removing intermediate container 00062a537705 20:15:18 ---> 35b248c80f6f 20:15:18 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:15:19 ---> e3313d817ee0 20:15:19 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:15:20 ---> f45caa54056d 20:15:20 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:15:21 ---> 61e42a626153 20:15:21 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:15:21 ---> 1d2b3e281e00 20:15:21 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:15:23 ---> a8aa907da00b 20:15:23 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:15:25 ---> b61529f3bede 20:15:25 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:15:25 ---> 31d045c83eaa 20:15:25 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:15:25 ---> Running in 3918d4e38ed4 20:15:29 Removing intermediate container 3918d4e38ed4 20:15:29 ---> d51342f8c68c 20:15:29 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:15:29 ---> Running in d315214ca758 20:15:29 Removing intermediate container d315214ca758 20:15:29 ---> 1cae0e2a8077 20:15:29 Step 23/25 : LABEL arch=arm64 20:15:29 ---> Running in 40201314d58a 20:15:29 Removing intermediate container 40201314d58a 20:15:29 ---> 85e573d9a21a 20:15:29 Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:15:29 ---> Running in b3e4a9bd030c 20:15:30 Removing intermediate container b3e4a9bd030c 20:15:30 ---> 65ae65d682bb 20:15:30 Step 25/25 : LABEL version=0.0.0 20:15:30 ---> Running in 2a6c10faba9f 20:15:31 Removing intermediate container 2a6c10faba9f 20:15:31 ---> ae07ee3679b3 20:15:31 20:15:31 Successfully built ae07ee3679b3 20:15:31 Successfully tagged security-secretstore-setup-arm64:latest 20:15:31 Building security-proxy-setup 20:15:46  Building security-secretstore-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:15:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:15:46 ---> 05a9970a5b03 20:15:46 Step 3/22 : WORKDIR /edgex-go 20:15:46 ---> Using cache 20:15:46 ---> e3fbb28658e3 20:15:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:46 ---> Using cache 20:15:46 ---> 040b28fc925e 20:15:46 Step 5/22 : RUN apk add --update --no-cache make git 20:15:46 ---> Running in 6133f2ad8272 20:15:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:15:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:15:49 OK: 221 MiB in 51 packages 20:15:51 Removing intermediate container 6133f2ad8272 20:15:51 ---> 5662d9785a78 20:15:51 Step 6/22 : COPY go.mod vendor* ./ 20:15:52 ---> 7cedb586123b 20:15:52 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:52 ---> Running in 836f7d829624 20:16:07 Removing intermediate container 188b27e2fa78 20:16:07 ---> fa6930788030 20:16:07 20:16:07 Step 11/25 : FROM alpine:3.16 20:16:07 ---> a6215f271958 20:16:07 Step 12/25 : RUN apk add --update --no-cache dumb-init 20:16:07 ---> Running in 3824230b6f1f 20:16:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:16:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:16:10 (1/1) Installing dumb-init (1.2.5-r1) 20:16:10 Executing busybox-1.35.0-r17.trigger 20:16:10 OK: 5 MiB in 15 packages 20:16:12 Removing intermediate container 3824230b6f1f 20:16:12 ---> 98025c71b622 20:16:12 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:16:12 ---> Running in 320da7a955c7 20:16:12 Removing intermediate container 320da7a955c7 20:16:12 ---> 6f70d8214c87 20:16:12 Step 14/25 : ENV APP_PORT=59881 20:16:12 ---> Running in 6a809191515b 20:16:13 Removing intermediate container 6a809191515b 20:16:13 ---> 74e69811c3f6 20:16:13 Step 15/25 : EXPOSE $APP_PORT 20:16:13 ---> Running in 1de6ab88e982 20:16:14 Removing intermediate container 1de6ab88e982 20:16:14 ---> d4f1702e5380 20:16:14 Step 16/25 : WORKDIR / 20:16:14 ---> Running in 710c32ff59a6 20:16:14 Removing intermediate container 710c32ff59a6 20:16:14 ---> 4fa46a5c6dbe 20:16:14 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:16:15 ---> 201dd061e67c 20:16:15 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:16:17 ---> 709a55ed0c1d 20:16:17 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:16:18 ---> 2dfeb33ef342 20:16:18 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:16:19 ---> 5f8275d8796e 20:16:19 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:16:19 ---> Running in 24dbc77862a5 20:16:19 Removing intermediate container 24dbc77862a5 20:16:19 ---> 35848f8d8fb1 20:16:19 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:16:21 ---> Running in 2c22bd1662f4 20:16:21 Removing intermediate container 2c22bd1662f4 20:16:21 ---> b2ae3c7606fe 20:16:21 Step 23/25 : LABEL arch=arm64 20:16:21 ---> Running in 2693c27ef6a6 20:16:22 Removing intermediate container 2693c27ef6a6 20:16:22 ---> 647a71cb2bb7 20:16:22 Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:16:22 ---> Running in b5dd7acd20e6 20:16:23 Removing intermediate container b5dd7acd20e6 20:16:23 ---> f63b433445d5 20:16:23 Step 25/25 : LABEL version=0.0.0 20:16:23 ---> Running in 34f104b8e3be 20:16:23 Removing intermediate container 34f104b8e3be 20:16:23 ---> 740e6efdef0e 20:16:23 20:16:24 Successfully built 740e6efdef0e 20:16:24 Successfully tagged core-metadata-arm64:latest 20:16:24 Building core-data 20:16:42  Building core-metadata ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:16:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:16:42 ---> 05a9970a5b03 20:16:42 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:16:42 ---> Using cache 20:16:42 ---> fff1e0f42cdd 20:16:42 Step 4/24 : WORKDIR /edgex-go 20:16:42 ---> Using cache 20:16:42 ---> 1fbd5a3ce573 20:16:42 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:42 ---> Using cache 20:16:42 ---> eeb8114409ec 20:16:42 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:16:42 ---> Running in 2f3b013d8d30 20:16:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:16:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:16:47 OK: 221 MiB in 51 packages 20:16:50 Removing intermediate container 2f3b013d8d30 20:16:50 ---> f59059295828 20:16:50 Step 7/24 : COPY go.mod vendor* ./ 20:16:51 ---> cc4a80b7f458 20:16:51 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:16:51 ---> Running in 8073de15cc90 20:16:54 Removing intermediate container c12d2aae3be6 20:16:54 ---> f624e421c794 20:16:54 20:16:54 Step 9/20 : FROM alpine:3.15 20:16:54 ---> 02e0d6fdf486 20:16:54 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:16:54 ---> Using cache 20:16:54 ---> 2b878df30ae4 20:16:54 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:54 ---> Using cache 20:16:54 ---> 3c8177539221 20:16:54 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:16:54 ---> Running in 5d5fab832ba7 20:16:57 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:16:58 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:17:00 v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:17:00 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:17:00 OK: 15734 distinct packages available 20:17:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:17:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:17:02 (1/9) Installing ca-certificates (20220614-r0) 20:17:03 (2/9) Installing brotli-libs (1.0.9-r5) 20:17:03 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:17:05 (4/9) Installing libcurl (7.80.0-r3) 20:17:05 (5/9) Installing curl (7.80.0-r3) 20:17:06 (6/9) Installing dumb-init (1.2.5-r1) 20:17:06 (7/9) Installing musl-obstack (1.2.3-r0) 20:17:06 (8/9) Installing libucontext (1.1-r0) 20:17:07 (9/9) Installing gcompat (1.0.0-r4) 20:17:07 Executing busybox-1.34.1-r7.trigger 20:17:07 Executing ca-certificates-20220614-r0.trigger 20:17:08 OK: 8 MiB in 23 packages 20:17:13 Removing intermediate container 5d5fab832ba7 20:17:13 ---> 70c806826707 20:17:13 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:14 ---> 3929b22c050f 20:17:14 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:17:16 Removing intermediate container 836f7d829624 20:17:16 ---> d4c05e227eb0 20:17:16 Step 8/22 : COPY . . 20:17:16 ---> 97f2c5255e21 20:17:16 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:17:17 ---> 8417b80c5f5d 20:17:17 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:17:18 ---> Running in 5886d7b2037f 20:17:19 Removing intermediate container 5886d7b2037f 20:17:19 ---> 79dbd6b98c5e 20:17:19 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:17:19 ---> Running in 0d963f11991f 20:17:20 Removing intermediate container 0d963f11991f 20:17:20 ---> 73f041623be2 20:17:20 Step 18/20 : LABEL arch=arm64 20:17:20 ---> Running in 152658f19f44 20:17:22 Removing intermediate container 152658f19f44 20:17:22 ---> 3c734be52d84 20:17:22 Step 19/20 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:17:23 ---> Running in d0f1d19f26a7 20:17:23 Removing intermediate container d0f1d19f26a7 20:17:23 ---> 357902c0153c 20:17:23 Step 20/20 : LABEL version=0.0.0 20:17:24 ---> Running in 6b992d6f4e2f 20:17:24 Removing intermediate container 6b992d6f4e2f 20:17:24 ---> a176cf025b9c 20:17:24 20:17:25 Successfully built a176cf025b9c 20:17:25 Successfully tagged security-spiffe-token-provider-arm64:latest 20:17:25 Building security-spire-server 20:17:33  Building security-spiffe-token-provider ... done  ---> aff5bb19cba8 20:17:33 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:17:33 ---> Running in 95c6300cc046 20:17:35 CGO_ENABLED=0 GO111MODULE=on 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 20:17:42 Removing intermediate container ac32f251a36e 20:17:42 ---> 9e56a10a33ee 20:17:42 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:17:42 ---> Running in 6eb905d71ac0 20:17:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:17:46 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:17:46 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:17:46 ---> 05a9970a5b03 20:17:46 Step 3/25 : WORKDIR /edgex-go 20:17:46 ---> Using cache 20:17:46 ---> e3fbb28658e3 20:17:46 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:17:46 ---> Using cache 20:17:46 ---> 040b28fc925e 20:17:46 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 20:17:46 ---> Running in 3b9274c4aad6 20:17:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:17:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:17:50 Removing intermediate container 6eb905d71ac0 20:17:50 ---> c053fbb13280 20:17:50 20:17:50 Step 11/23 : FROM alpine:3.16 20:17:50 ---> a6215f271958 20:17:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:17:50 ---> Running in 70ade7160019 20:17:51 Removing intermediate container 70ade7160019 20:17:51 ---> 8fa08ee5a122 20:17:51 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 20:17:51 ---> Running in 3764bc757605 20:17:51 OK: 221 MiB in 51 packages 20:17:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:17:53 Removing intermediate container 3b9274c4aad6 20:17:53 ---> 9c445c364246 20:17:53 Step 6/25 : COPY go.mod vendor* ./ 20:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:17:55 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 20:17:55 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 20:17:55 (3/33) Installing readline (8.1.2-r0) 20:17:55 (4/33) Installing bash (5.1.16-r2) 20:17:55 Executing bash-5.1.16-r2.post-install 20:17:55 ---> 5cbe4557bb14 20:17:55 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:55 (5/33) Installing ca-certificates (20220614-r0) 20:17:55 ---> Running in 49c030de1f0f 20:17:55 (6/33) Installing brotli-libs (1.0.9-r6) 20:17:55 (7/33) Installing nghttp2-libs (1.47.0-r0) 20:17:55 (8/33) Installing libcurl (7.83.1-r3) 20:17:56 (9/33) Installing curl (7.83.1-r3) 20:17:56 (10/33) Installing docker-cli (20.10.20-r0) 20:17:57 (11/33) Installing dumb-init (1.2.5-r1) 20:17:57 (12/33) Installing libbz2 (1.0.8-r1) 20:17:57 (13/33) Installing expat (2.5.0-r0) 20:17:57 (14/33) Installing libffi (3.4.2-r1) 20:17:57 (15/33) Installing gdbm (1.23-r0) 20:17:57 (16/33) Installing xz-libs (5.2.5-r1) 20:17:57 (17/33) Installing libgcc (11.2.1_git20220219-r2) 20:17:57 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 20:17:57 (19/33) Installing mpdecimal (2.5.1-r1) 20:17:57 (20/33) Installing sqlite-libs (3.38.5-r0) 20:17:57 (21/33) Installing python3 (3.10.5-r0) 20:18:00 (22/33) Installing py3-contextlib2 (21.6.0-r2) 20:18:00 (23/33) Installing py3-tomli (2.0.1-r1) 20:18:00 (24/33) Installing py3-pep517 (0.12.0-r2) 20:18:00 (25/33) Installing py3-six (1.16.0-r1) 20:18:00 (26/33) Installing py3-retrying (1.3.3-r3) 20:18:00 (27/33) Installing py3-appdirs (1.4.4-r3) 20:18:00 (28/33) Installing py3-more-itertools (8.13.0-r0) 20:18:00 (29/33) Installing py3-ordered-set (4.0.2-r3) 20:18:00 (30/33) Installing py3-parsing (2.4.7-r3) 20:18:00 (31/33) Installing py3-packaging (21.3-r0) 20:18:00 (32/33) Installing py3-setuptools (59.4.0-r0) 20:18:00 (33/33) Installing py3-pip (22.1.1-r0) 20:18:01 Executing busybox-1.35.0-r17.trigger 20:18:01 Executing ca-certificates-20220614-r0.trigger 20:18:02 OK: 120 MiB in 47 packages 20:18:10 Removing intermediate container 8073de15cc90 20:18:10 ---> a4d7fd5dbd07 20:18:10 Step 9/24 : COPY . . 20:18:18 Collecting docker-compose==1.23.2 20:18:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:18:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 5.8 MB/s eta 0:00:00 20:18:19 Collecting docopt<0.7,>=0.6.1 20:18:19 Downloading docopt-0.6.2.tar.gz (25 kB) 20:18:19 Preparing metadata (setup.py): started 20:18:22 Preparing metadata (setup.py): finished with status 'done' 20:18:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:18:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:18:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 17.5 MB/s eta 0:00:00 20:18:22 Collecting cached-property<2,>=1.2.0 20:18:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:18:23 Collecting docker<4.0,>=3.6.0 20:18:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:18:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 16.7 MB/s eta 0:00:00 20:18:24 Collecting websocket-client<1.0,>=0.32.0 20:18:24 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:18:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 18.6 MB/s eta 0:00:00 20:18:24 ---> fe4f0f87dcac 20:18:24 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:18:24 ---> Running in 02fc6f4edb1e 20:18:24 Collecting dockerpty<0.5,>=0.4.1 20:18:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:18:24 Preparing metadata (setup.py): started 20:18:26 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 20:18:27 Preparing metadata (setup.py): finished with status 'done' 20:18:27 Collecting jsonschema<3,>=2.5.1 20:18:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:18:28 Collecting PyYAML<4,>=3.10 20:18:28 Downloading PyYAML-3.13.tar.gz (270 kB) 20:18:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 15.1 MB/s eta 0:00:00 20:18:30 Preparing metadata (setup.py): started 20:18:33 Preparing metadata (setup.py): finished with status 'done' 20:18:33 Collecting texttable<0.10,>=0.9.0 20:18:33 Downloading texttable-0.9.1.tar.gz (11 kB) 20:18:33 Preparing metadata (setup.py): started 20:18:35 Preparing metadata (setup.py): finished with status 'done' 20:18:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 20:18:36 Collecting docker-pycreds>=0.4.0 20:18:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:18:37 Collecting idna<2.8,>=2.5 20:18:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:18:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 8.3 MB/s eta 0:00:00 20:18:38 Collecting urllib3<1.25,>=1.21.1 20:18:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:18:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 18.6 MB/s eta 0:00:00 20:18:38 Collecting certifi>=2017.4.17 20:18:38 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 20:18:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 3.8 MB/s eta 0:00:00 20:18:39 Collecting chardet<3.1.0,>=3.0.2 20:18:39 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:18:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 17.4 MB/s eta 0:00:00 20:18:39 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:18:39 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:18:39 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:18:39 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:18:41 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 20:18:41 Running setup.py install for texttable: started 20:18:44 Running setup.py install for texttable: finished with status 'done' 20:18:44 Running setup.py install for PyYAML: started 20:18:47 Running setup.py install for PyYAML: finished with status 'done' 20:18:49 Running setup.py install for docopt: started 20:18:53 Running setup.py install for docopt: finished with status 'done' 20:18:57 Running setup.py install for dockerpty: started 20:19:00 Running setup.py install for dockerpty: finished with status 'done' 20:19:02 Removing intermediate container 49c030de1f0f 20:19:02 ---> 7189082035f8 20:19:02 Step 8/25 : COPY . . 20:19:03 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 20:19:03 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 20:19:29  ---> f7eb3b2f075a 20:19:29 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 20:19:29 ---> Running in 660d96e3f2f0 20:19:29 Removing intermediate container 660d96e3f2f0 20:19:29 ---> e915a9a3a53a 20:19:29 Step 10/25 : WORKDIR /edgex-go/spire-build 20:19:29 ---> Running in bd816508815a 20:19:29 Removing intermediate container bd816508815a 20:19:29 ---> 028e1fa5a216 20:19:29 Step 11/25 : 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 20:19:29 ---> Running in 7b6a0deded33 20:19:30 Removing intermediate container 3764bc757605 20:19:30 ---> c787cad90403 20:19:30 Step 14/23 : ENV APP_PORT=58890 20:19:30 ---> Running in 11e3d2a4f94b 20:19:31 Removing intermediate container 11e3d2a4f94b 20:19:31 ---> 9d29e05377c4 20:19:31 Step 15/23 : EXPOSE $APP_PORT 20:19:31 ---> Running in 88a524497d96 20:19:32 Removing intermediate container 7b6a0deded33 20:19:32 ---> a4ddbafcf7cc 20:19:32 Step 12/25 : WORKDIR /edgex-go 20:19:32 Removing intermediate container 88a524497d96 20:19:32 ---> 5d7b455b0232 20:19:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:19:32 ---> Running in 1f08d27f2849 20:19:33 Removing intermediate container d7e0604b5434 20:19:33 ---> 3f53d4f1e381 20:19:33 20:19:33 Step 11/23 : FROM alpine:3.16 20:19:33 ---> a6215f271958 20:19:33 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:19:33 ---> Using cache 20:19:33 ---> 98025c71b622 20:19:33 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:19:33 ---> Using cache 20:19:33 ---> 6f70d8214c87 20:19:33 Step 14/23 : ENV APP_PORT=59861 20:19:33 ---> Running in 4fdf509bda00 20:19:34 Removing intermediate container 1f08d27f2849 20:19:34 ---> c6ed94072eaa 20:19:34 20:19:34 Step 13/25 : FROM alpine:3.15 20:19:34 ---> 02e0d6fdf486 20:19:34 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:19:34 ---> Using cache 20:19:34 ---> 2b878df30ae4 20:19:34 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:19:34 ---> Using cache 20:19:34 ---> 3c8177539221 20:19:34 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:19:34 ---> Using cache 20:19:34 ---> 4dac87742bdf 20:19:34 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:19:34 Removing intermediate container 4fdf509bda00 20:19:34 ---> b48296ee06dd 20:19:34 Step 15/23 : EXPOSE $APP_PORT 20:19:34 ---> Running in f30a6e1ab93e 20:19:36 ---> 102cd9fcdac7 20:19:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:19:36 Removing intermediate container f30a6e1ab93e 20:19:36 ---> ede542bb30c3 20:19:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:19:37 ---> ec214e7a5dba 20:19:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:19:37 ---> 0bf032b0820d 20:19:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:19:39 ---> 66d4689fe462 20:19:39 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:19:39 ---> Running in 142811b0d6a2 20:19:40 Removing intermediate container 142811b0d6a2 20:19:40 ---> 2d37c50393a3 20:19:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:19:40 ---> Running in 8f142960b0b9 20:19:41 Removing intermediate container 8f142960b0b9 20:19:41 ---> 6e599e7e0b0c 20:19:41 Step 21/23 : LABEL arch=arm64 20:19:41 ---> Running in b39fe9e6270f 20:19:42 Removing intermediate container b39fe9e6270f 20:19:42 ---> a9242e1a41cf 20:19:42 Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:19:42 ---> 059d52932930 20:19:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:19:42 ---> Running in e9f709c3f6d1 20:19:43 Removing intermediate container e9f709c3f6d1 20:19:43 ---> ff4cc7a979c5 20:19:43 Step 23/23 : LABEL version=0.0.0 20:19:43 ---> Running in d44fedf736c4 20:19:44 ---> cb5d3e2fa954 20:19:44 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:19:44 ---> Running in c97ec2b77341 20:19:44 ---> 8dd8451f9074 20:19:44 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:19:45 Removing intermediate container d44fedf736c4 20:19:45 ---> dd041e54df4d 20:19:45 20:19:45 Removing intermediate container c97ec2b77341 20:19:45 ---> dbd6834e2699 20:19:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:19:45 ---> Running in 50897915cbc9 20:19:45 Successfully built dd041e54df4d 20:19:45 Successfully tagged sys-mgmt-agent-arm64:latest 20:19:45  Building sys-mgmt-agent ... done Building support-notifications 20:19:46 Removing intermediate container 50897915cbc9 20:19:46 ---> 0b54be370d32 20:19:46 Step 21/23 : LABEL arch=arm64 20:19:46 ---> Running in b430a741f4b0 20:19:46 ---> 6665c52a48a2 20:19:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:19:47 Removing intermediate container b430a741f4b0 20:19:47 ---> 3e394802b0c7 20:19:47 Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:19:47 ---> Running in a56b76d435ca 20:19:48 ---> 66080aa9ec3c 20:19:48 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:19:48 Removing intermediate container a56b76d435ca 20:19:48 ---> 24cbda9eb527 20:19:48 Step 23/23 : LABEL version=0.0.0 20:19:48 ---> Running in c4bb278850a4 20:19:49 Removing intermediate container c4bb278850a4 20:19:49 ---> 72585add66be 20:19:49 20:19:49 ---> 85ccb22bdd23 20:19:49 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:19:49 ---> Running in 9be8b986405e 20:19:50 Successfully built 72585add66be 20:19:50 Successfully tagged support-scheduler-arm64:latest 20:19:50  Building support-scheduler ... done Building security-bootstrapper 20:19:50 Removing intermediate container 9be8b986405e 20:19:50 ---> 6dca4f3f689e 20:19:50 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:19:50 ---> Running in 359fe3c1954c 20:19:51 Removing intermediate container 359fe3c1954c 20:19:51 ---> 805bafa4e34c 20:19:51 Step 23/25 : LABEL arch=arm64 20:19:51 ---> Running in 84a5ff319581 20:19:51 Removing intermediate container 84a5ff319581 20:19:51 ---> ff9e0c3c6d7f 20:19:51 Step 24/25 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:19:51 ---> Running in 44e543c073ac 20:19:52 Removing intermediate container 44e543c073ac 20:19:52 ---> 4c9ca05a1c62 20:19:52 Step 25/25 : LABEL version=0.0.0 20:19:52 ---> Running in e289cca44f40 20:19:52 Removing intermediate container e289cca44f40 20:19:52 ---> 7d1ac3aa3864 20:19:52 20:19:53 Successfully built 7d1ac3aa3864 20:19:53 Successfully tagged security-spire-server-arm64:latest 20:19:53 Building core-command 20:20:19  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:20:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:20:19 ---> 05a9970a5b03 20:20:19 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:20:19 ---> Using cache 20:20:19 ---> fff1e0f42cdd 20:20:19 Step 4/23 : WORKDIR /edgex-go 20:20:19 ---> Using cache 20:20:19 ---> 1fbd5a3ce573 20:20:19 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:19 ---> Using cache 20:20:19 ---> eeb8114409ec 20:20:19 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:20:19 ---> Running in f9c0df30c1f5 20:20:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:20:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:20:23 OK: 221 MiB in 51 packages 20:20:23 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:20:23 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:20:23 ---> 05a9970a5b03 20:20:23 Step 3/33 : WORKDIR /edgex-go 20:20:23 ---> Using cache 20:20:23 ---> e3fbb28658e3 20:20:23 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:23 ---> Using cache 20:20:23 ---> 040b28fc925e 20:20:23 Step 5/33 : RUN apk add --update --no-cache make git 20:20:23 ---> Using cache 20:20:23 ---> 5662d9785a78 20:20:23 Step 6/33 : COPY go.mod vendor* ./ 20:20:23 ---> Using cache 20:20:23 ---> 7cedb586123b 20:20:23 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:23 ---> Using cache 20:20:23 ---> d4c05e227eb0 20:20:23 Step 8/33 : COPY . . 20:20:23 ---> Using cache 20:20:23 ---> aff5bb19cba8 20:20:23 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:20:23 ---> Running in 3a929ed73b4a 20:20:25 Removing intermediate container f9c0df30c1f5 20:20:25 ---> bcf2b3038bbc 20:20:25 Step 7/23 : COPY go.mod vendor* ./ 20:20:25 CGO_ENABLED=0 GO111MODULE=on 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 20:20:25 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:20:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:20:25 ---> 05a9970a5b03 20:20:25 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:20:25 ---> Using cache 20:20:25 ---> fff1e0f42cdd 20:20:25 Step 4/24 : WORKDIR /edgex-go 20:20:25 ---> Using cache 20:20:25 ---> 1fbd5a3ce573 20:20:25 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:25 ---> Using cache 20:20:25 ---> eeb8114409ec 20:20:25 Step 6/24 : RUN apk add --update --no-cache make git 20:20:25 ---> Using cache 20:20:25 ---> ca6e795eb9fc 20:20:25 Step 7/24 : COPY go.mod vendor* ./ 20:20:25 ---> Using cache 20:20:25 ---> 9c9e0181a4b9 20:20:26 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:26 ---> Using cache 20:20:26 ---> f9af12762414 20:20:26 Step 9/24 : COPY . . 20:20:26 ---> Using cache 20:20:26 ---> 1bc281421246 20:20:26 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:20:26 ---> Running in 2e507debe494 20:20:26 ---> 1ee5f37335d3 20:20:26 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:26 ---> Running in 04ae3c701aa4 20:20:28 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 20:21:36 Removing intermediate container 04ae3c701aa4 20:21:36 ---> 24418f88530e 20:21:36 Step 9/23 : COPY . . 20:21:43 ---> a41bb34851bd 20:21:43 Step 10/23 : RUN make cmd/support-notifications/support-notifications 20:21:43 ---> Running in 147746f9e206 20:21:45 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:22:17 CGO_ENABLED=0 GO111MODULE=on 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 20:22:39 Removing intermediate container 95c6300cc046 20:22:39 ---> d212cc2574fa 20:22:39 20:22:39 Step 10/22 : FROM alpine:3.16 20:22:39 ---> a6215f271958 20:22:39 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 20:22:39 ---> Running in 91a471aa8cca 20:22:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:22:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:22:41 (1/6) Installing ca-certificates (20220614-r0) 20:22:41 (2/6) Installing brotli-libs (1.0.9-r6) 20:22:41 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:22:41 (4/6) Installing libcurl (7.83.1-r3) 20:22:41 (5/6) Installing curl (7.83.1-r3) 20:22:41 (6/6) Installing dumb-init (1.2.5-r1) 20:22:41 Executing busybox-1.35.0-r17.trigger 20:22:41 Executing ca-certificates-20220614-r0.trigger 20:22:42 OK: 8 MiB in 20 packages 20:22:45 Removing intermediate container 91a471aa8cca 20:22:45 ---> fac73483c1d4 20:22:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:22:45 ---> Running in 483a28c22904 20:22:45 Removing intermediate container 483a28c22904 20:22:45 ---> 582d9f07a61d 20:22:45 Step 13/22 : WORKDIR /edgex 20:22:45 ---> Running in 52de9b5b8b47 20:22:46 Removing intermediate container 52de9b5b8b47 20:22:46 ---> 87146bb677cb 20:22:46 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:22:47 ---> e9811df82a3f 20:22:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:22:48 ---> b98cea7a1d98 20:22:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:22:50 ---> fc625d4ed072 20:22:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:22:51 ---> 767ac2f2866e 20:22:51 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:22:51 ---> Running in ffad718f4b75 20:22:54 Removing intermediate container ffad718f4b75 20:22:54 ---> bcc973986717 20:22:54 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:22:54 ---> Running in 60e5971803e1 20:22:54 Removing intermediate container 60e5971803e1 20:22:54 ---> 89f52dd3399a 20:22:54 Step 20/22 : LABEL arch=arm64 20:22:55 ---> Running in ac1dabeba8a6 20:22:55 Removing intermediate container ac1dabeba8a6 20:22:55 ---> 24bb2878ab4f 20:22:55 Step 21/22 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:22:55 ---> Running in 0989af72ff0b 20:22:56 Removing intermediate container 0989af72ff0b 20:22:56 ---> 8317c6dee425 20:22:56 Step 22/22 : LABEL version=0.0.0 20:22:56 ---> Running in 696fc4313525 20:22:56 Removing intermediate container 696fc4313525 20:22:56 ---> 6566f53e7e15 20:22:56 20:22:57 Successfully built 6566f53e7e15 20:22:57 Successfully tagged security-proxy-setup-arm64:latest 20:25:03  Building security-proxy-setup ... done Removing intermediate container 02fc6f4edb1e 20:25:03 ---> 420220339067 20:25:03 20:25:03 Step 11/24 : FROM alpine:3.16 20:25:03 ---> a6215f271958 20:25:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:25:03 ---> Running in ea9c9314b9d2 20:25:03 Removing intermediate container ea9c9314b9d2 20:25:03 ---> a70c04486609 20:25:03 Step 13/24 : ENV APP_PORT=59880 20:25:03 ---> Running in f98b1a3fb4ba 20:25:03 Removing intermediate container f98b1a3fb4ba 20:25:03 ---> 21b7e84bb8bf 20:25:03 Step 14/24 : EXPOSE $APP_PORT 20:25:03 ---> Running in 8429a4b28c09 20:25:03 Removing intermediate container 8429a4b28c09 20:25:03 ---> dbe274ffa137 20:25:03 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:03 ---> Running in 964e52d85ed8 20:25:03 Removing intermediate container 964e52d85ed8 20:25:03 ---> 00d61e0bf370 20:25:03 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 20:25:03 ---> Running in cd649562e33c 20:25:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:25:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:25:03 (1/6) Installing dumb-init (1.2.5-r1) 20:25:03 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:25:03 (3/6) Installing libsodium (1.0.18-r0) 20:25:03 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:25:03 (5/6) Installing libzmq (4.3.4-r0) 20:25:03 (6/6) Installing zeromq (4.3.4-r0) 20:25:03 Executing busybox-1.35.0-r17.trigger 20:25:03 OK: 8 MiB in 20 packages 20:25:04 Removing intermediate container cd649562e33c 20:25:04 ---> c9d31a25a0b9 20:25:04 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:05 ---> a1fd3a4ca51b 20:25:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:25:07 ---> d9993cf4dc78 20:25:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:25:08 ---> 3a316a6d0072 20:25:08 Step 20/24 : ENTRYPOINT ["/core-data"] 20:25:08 ---> Running in d99c7fd33082 20:25:08 Removing intermediate container d99c7fd33082 20:25:08 ---> 4f43d9345bec 20:25:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:25:09 ---> Running in 2e3ad01c7141 20:25:09 Removing intermediate container 2e3ad01c7141 20:25:09 ---> aa623be1e31f 20:25:09 Step 22/24 : LABEL arch=arm64 20:25:09 ---> Running in 49ed90b6762f 20:25:09 Removing intermediate container 49ed90b6762f 20:25:09 ---> 290843e948c7 20:25:09 Step 23/24 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:25:10 ---> Running in b0c5b4cd0c1d 20:25:10 Removing intermediate container b0c5b4cd0c1d 20:25:10 ---> 77546e23e235 20:25:10 Step 24/24 : LABEL version=0.0.0 20:25:10 ---> Running in 63d59a22e826 20:25:11 Removing intermediate container 63d59a22e826 20:25:11 ---> 0e7e8d92250c 20:25:11 20:25:11 Successfully built 0e7e8d92250c 20:25:11 Successfully tagged core-data-arm64:latest 20:25:50  Building core-data ... done Removing intermediate container 3a929ed73b4a 20:25:50 ---> 014cee5fe385 20:25:50 20:25:50 Step 10/33 : FROM alpine:3.16 20:25:50 ---> a6215f271958 20:25:50 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:25:50 ---> Running in 4660f7afa0c0 20:25:50 Removing intermediate container 4660f7afa0c0 20:25:50 ---> 75fe0ca2f524 20:25:50 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 20:25:50 ---> Running in d6a1644dc9ce 20:25:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:25:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:25:53 (1/2) Installing dumb-init (1.2.5-r1) 20:25:53 (2/2) Installing su-exec (0.2-r1) 20:25:53 Executing busybox-1.35.0-r17.trigger 20:25:53 OK: 5 MiB in 16 packages 20:25:55 Removing intermediate container d6a1644dc9ce 20:25:55 ---> 1b723b040d97 20:25:55 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 20:25:55 ---> Running in 32a53fa61929 20:25:56 Removing intermediate container 32a53fa61929 20:25:56 ---> a3ae3c050553 20:25:56 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:25:56 ---> Running in f21cd5d7bbd0 20:25:57 Removing intermediate container f21cd5d7bbd0 20:25:57 ---> b2f09e7c6eb6 20:25:57 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:25:57 ---> Running in 438400a72d04 20:26:00 Removing intermediate container 438400a72d04 20:26:00 ---> 03773fdf8a17 20:26:00 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:26:00 ---> Running in 20369dbeb128 20:26:01 Removing intermediate container 20369dbeb128 20:26:01 ---> bae397ac165b 20:26:01 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:26:01 ---> Running in 4f122a6b05ec 20:26:04 Removing intermediate container 2e507debe494 20:26:04 ---> 2aab602f68f1 20:26:04 20:26:04 Step 11/24 : FROM alpine:3.16 20:26:04 ---> a6215f271958 20:26:04 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:26:04 ---> Using cache 20:26:04 ---> 98025c71b622 20:26:04 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:26:04 ---> Using cache 20:26:04 ---> 6f70d8214c87 20:26:04 Step 14/24 : ENV APP_PORT=59882 20:26:04 ---> Running in ed6ddf23cc33 20:26:05 Removing intermediate container 4f122a6b05ec 20:26:05 ---> edf72e33e384 20:26:05 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:26:05 Removing intermediate container ed6ddf23cc33 20:26:05 ---> 3f7d2559555f 20:26:05 Step 15/24 : EXPOSE $APP_PORT 20:26:05 ---> Running in f0cc1cc43177 20:26:05 ---> Running in 66be94679f92 20:26:06 Removing intermediate container f0cc1cc43177 20:26:06 ---> f4b48f5a4895 20:26:06 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:26:06 Removing intermediate container 66be94679f92 20:26:06 ---> 54b2818a0863 20:26:06 Step 16/24 : WORKDIR / 20:26:06 ---> Running in c4dc6b8cad5f 20:26:06 Removing intermediate container c4dc6b8cad5f 20:26:06 ---> 57ed924f1c3d 20:26:06 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:07 ---> 7b9a3c093cb4 20:26:07 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:26:07 ---> Running in 9f6ed94fe016 20:26:08 ---> 3db7d6c7dd22 20:26:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:26:11 ---> 83014b423b34 20:26:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:26:11 Removing intermediate container 9f6ed94fe016 20:26:11 ---> 6967ea1e1fad 20:26:11 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:12 ---> e6815afddfc5 20:26:12 Step 20/24 : ENTRYPOINT ["/core-command"] 20:26:12 ---> Running in 55da217af32a 20:26:12 ---> 911bbb1958ea 20:26:12 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:26:12 Removing intermediate container 55da217af32a 20:26:12 ---> 74d2b630fb41 20:26:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:12 ---> Running in ad0f01293c3f 20:26:13 Removing intermediate container ad0f01293c3f 20:26:13 ---> 3ad54be4a28f 20:26:13 Step 22/24 : LABEL arch=arm64 20:26:13 ---> Running in 7a4430fd3232 20:26:14 Removing intermediate container 7a4430fd3232 20:26:14 ---> a6e07aff7312 20:26:14 Step 23/24 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:26:14 ---> 6edacd64e50b 20:26:14 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:26:14 ---> Running in 0dc80e64b6ed 20:26:15 Removing intermediate container 0dc80e64b6ed 20:26:15 ---> 3ffbc572e30c 20:26:15 Step 24/24 : LABEL version=0.0.0 20:26:15 ---> Running in f870f0336838 20:26:15 ---> 5e6c47c4810b 20:26:15 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:26:16 Removing intermediate container f870f0336838 20:26:16 ---> 5221f0e6a0a8 20:26:16 20:26:16 Successfully built 5221f0e6a0a8 20:26:16 Successfully tagged core-command-arm64:latest 20:26:17  Building core-command ... done  ---> da07b3e26304 20:26:17 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:26:18 ---> 6c5e7c739dc5 20:26:18 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:26:18 ---> 5f38a685bb05 20:26:18 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:26:19 ---> eb6fe7538344 20:26:19 Step 28/33 : RUN chmod +x /entrypoint.sh 20:26:19 ---> Running in d295a9e7d5a2 20:26:23 Removing intermediate container d295a9e7d5a2 20:26:23 ---> bdb43f820201 20:26:23 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:26:23 ---> Running in 5eb3dcb42ca3 20:26:23 Removing intermediate container 5eb3dcb42ca3 20:26:23 ---> 979d4047d1aa 20:26:23 Step 30/33 : CMD ["gate"] 20:26:23 ---> Running in 3b88c9164233 20:26:23 Removing intermediate container 3b88c9164233 20:26:23 ---> 0b2221ead258 20:26:23 Step 31/33 : LABEL arch=arm64 20:26:23 ---> Running in 1ab8c4a28755 20:26:24 Removing intermediate container 1ab8c4a28755 20:26:24 ---> 5dcb9f4e271c 20:26:24 Step 32/33 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:26:24 ---> Running in d0ac3434f5d5 20:26:25 Removing intermediate container d0ac3434f5d5 20:26:25 ---> 569d10352fd2 20:26:25 Step 33/33 : LABEL version=0.0.0 20:26:25 ---> Running in 7bcfd0775704 20:26:25 Removing intermediate container 7bcfd0775704 20:26:25 ---> 32b0f04a715e 20:26:25 20:26:25 Successfully built 32b0f04a715e 20:26:25 Successfully tagged security-bootstrapper-arm64:latest 20:27:12  Building security-bootstrapper ... done Removing intermediate container 147746f9e206 20:27:12 ---> ef4ac2aadd65 20:27:12 20:27:12 Step 11/23 : FROM alpine:3.16 20:27:12 ---> a6215f271958 20:27:12 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:27:12 ---> Running in 2cff1eff8637 20:27:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:27:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:27:12 (1/2) Installing ca-certificates (20220614-r0) 20:27:12 (2/2) Installing dumb-init (1.2.5-r1) 20:27:12 Executing busybox-1.35.0-r17.trigger 20:27:12 Executing ca-certificates-20220614-r0.trigger 20:27:12 OK: 6 MiB in 16 packages 20:27:13 Removing intermediate container 2cff1eff8637 20:27:13 ---> 403ce58ad488 20:27:13 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:27:13 ---> Running in 60ae20fd7e93 20:27:13 Removing intermediate container 60ae20fd7e93 20:27:13 ---> fc4a45c2b56d 20:27:13 Step 14/23 : ENV APP_PORT=59860 20:27:13 ---> Running in 0354cb8fe401 20:27:13 Removing intermediate container 0354cb8fe401 20:27:13 ---> 705e19b5ea66 20:27:13 Step 15/23 : EXPOSE $APP_PORT 20:27:14 ---> Running in 1df6678211d5 20:27:14 Removing intermediate container 1df6678211d5 20:27:14 ---> 29042890907e 20:27:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:15 ---> c0e0d22f06bd 20:27:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:27:16 ---> 98deecf350fe 20:27:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:27:17 ---> 1c719908a367 20:27:17 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:27:17 ---> Running in d5a64a726b89 20:27:17 Removing intermediate container d5a64a726b89 20:27:17 ---> 28bc82022a99 20:27:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:17 ---> Running in b01e0109db65 20:27:17 Removing intermediate container b01e0109db65 20:27:17 ---> 3da702604fdc 20:27:17 Step 21/23 : LABEL arch=arm64 20:27:18 ---> Running in 3ab5695ad25a 20:27:18 Removing intermediate container 3ab5695ad25a 20:27:18 ---> f367a25d46d4 20:27:18 Step 22/23 : LABEL git_sha=1c58228eedfa0bcde97f914589f7b7b6825574a2 20:27:18 ---> Running in 215f437447a4 20:27:18 Removing intermediate container 215f437447a4 20:27:18 ---> 1d15c2d6fe2e 20:27:18 Step 23/23 : LABEL version=0.0.0 20:27:19 ---> Running in c920fade28fa 20:27:19 Removing intermediate container c920fade28fa 20:27:19 ---> 01c13fdc5eb4 20:27:19 20:27:19 Successfully built 01c13fdc5eb4 20:27:19 Successfully tagged support-notifications-arm64:latest 20:27:19  Building support-notifications ... done  [Pipeline] } 20:27:19 $ docker stop --time=1 f2e8056df4130b2bf0df3bda32dc41ea7c818c771950f2d0f68b853499b3d748 20:27:21 $ docker rm -f f2e8056df4130b2bf0df3bda32dc41ea7c818c771950f2d0f68b853499b3d748 [Pipeline] // withDockerContainer [Pipeline] sh 20:27:22 + docker images 20:27:22 REPOSITORY TAG IMAGE ID CREATED SIZE 20:27:22 support-notifications-arm64 latest 01c13fdc5eb4 3 seconds ago 29.5MB 20:27:22 ef4ac2aadd65 15 seconds ago 1.5GB 20:27:22 security-bootstrapper-arm64 latest 32b0f04a715e 57 seconds ago 19.4MB 20:27:22 core-command-arm64 latest 5221f0e6a0a8 About a minute ago 16.9MB 20:27:22 2aab602f68f1 About a minute ago 1.44GB 20:27:22 014cee5fe385 About a minute ago 1.43GB 20:27:22 core-data-arm64 latest 0e7e8d92250c 2 minutes ago 20.8MB 20:27:22 420220339067 2 minutes ago 1.44GB 20:27:22 security-proxy-setup-arm64 latest 6566f53e7e15 4 minutes ago 26.7MB 20:27:22 d212cc2574fa 4 minutes ago 1.43GB 20:27:22 security-spire-server-arm64 latest 7d1ac3aa3864 7 minutes ago 84.3MB 20:27:22 support-scheduler-arm64 latest 72585add66be 7 minutes ago 28.8MB 20:27:22 sys-mgmt-agent-arm64 latest dd041e54df4d 7 minutes ago 133MB 20:27:22 c6ed94072eaa 7 minutes ago 1.31GB 20:27:22 3f53d4f1e381 7 minutes ago 1.5GB 20:27:22 c053fbb13280 9 minutes ago 1.42GB 20:27:22 security-spiffe-token-provider-arm64 latest a176cf025b9c 9 minutes ago 28.8MB 20:27:22 f624e421c794 10 minutes ago 1.47GB 20:27:22 core-metadata-arm64 latest 740e6efdef0e 10 minutes ago 17.7MB 20:27:22 fa6930788030 11 minutes ago 1.44GB 20:27:22 security-secretstore-setup-arm64 latest ae07ee3679b3 11 minutes ago 28.6MB 20:27:22 df69ebd453a1 12 minutes ago 1.43GB 20:27:22 security-spire-agent-arm64 latest a0a7774a2c5c 17 minutes ago 122MB 20:27:22 security-spire-config-arm64 latest 05206a753e3d 17 minutes ago 83.6MB 20:27:22 9f92692884ab 17 minutes ago 1.31GB 20:27:22 038954fe48ca 17 minutes ago 1.31GB 20:27:22 ci-base-image-arm64 latest 05a9970a5b03 34 minutes ago 943MB 20:27:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB 20:27:22 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 20:27:22 alpine 3.16 a6215f271958 2 months ago 5.29MB 20:27:22 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 20:27:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:27:23 20:27:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:27:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:27:23 arm64: Pulling from edgex-lftools-log-publisher 20:27:23 8998bd30e6a1: Pulling fs layer 20:27:23 04944245beec: Pulling fs layer 20:27:23 699f458cf7ca: Pulling fs layer 20:27:23 765212b225bb: Pulling fs layer 20:27:23 f23df028b6ca: Pulling fs layer 20:27:23 d65c8cfc05b1: Pulling fs layer 20:27:23 2437ff75d9bd: Pulling fs layer 20:27:23 f23df028b6ca: Waiting 20:27:23 2437ff75d9bd: Waiting 20:27:23 d65c8cfc05b1: Waiting 20:27:23 765212b225bb: Waiting 20:27:23 04944245beec: Verifying Checksum 20:27:23 04944245beec: Download complete 20:27:23 765212b225bb: Verifying Checksum 20:27:23 765212b225bb: Download complete 20:27:23 f23df028b6ca: Verifying Checksum 20:27:23 f23df028b6ca: Download complete 20:27:24 d65c8cfc05b1: Verifying Checksum 20:27:24 d65c8cfc05b1: Download complete 20:27:24 699f458cf7ca: Verifying Checksum 20:27:24 699f458cf7ca: Download complete 20:27:24 8998bd30e6a1: Verifying Checksum 20:27:24 8998bd30e6a1: Download complete 20:27:27 2437ff75d9bd: Verifying Checksum 20:27:27 2437ff75d9bd: Download complete 20:27:28 8998bd30e6a1: Pull complete 20:27:28 04944245beec: Pull complete 20:27:30 699f458cf7ca: Pull complete 20:27:30 765212b225bb: Pull complete 20:27:31 f23df028b6ca: Pull complete 20:27:31 d65c8cfc05b1: Pull complete 20:27:46 2437ff75d9bd: Pull complete 20:27:46 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:27:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:27:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:27:46 prd-ubuntu20.04-docker-arm64-4c-16g-116974 does not seem to be running inside a container 20:27:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:27:50 $ docker top da0e9b3b2d8dcc92524c50309f6b7077d83af52c1f26a33d69d2979e978dfdb8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:27:51 ---> job-cost.sh 20:27:51 lf-activate-venv: SKIPPING 20:27:51 INFO: No Stack... 20:27:52 INFO: Retrieving Pricing Info for: v3-standard-4 20:27:53 INFO: Archiving Costs [Pipeline] sh 20:27:53 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:27:53 + cut -d, -f6 [Pipeline] lock 20:27:53 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4220-1-stack-cost] 20:27:53 Resource [jenkins-edgexfoundry-edgex-go-PR-4220-1-stack-cost] did not exist. Created. 20:27:53 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4220-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:27:54 + echo total: 0.10999999940395355 [Pipeline] stash 20:27:54 Stashed 1 file(s) [Pipeline] } 20:27:54 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4220-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:27:54 $ docker stop --time=1 da0e9b3b2d8dcc92524c50309f6b7077d83af52c1f26a33d69d2979e978dfdb8 20:27:56 $ docker rm -f da0e9b3b2d8dcc92524c50309f6b7077d83af52c1f26a33d69d2979e978dfdb8 [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 20:27:57 provisioning config files... 20:27:57 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7958152446378815986tmp [Pipeline] { [Pipeline] sh 20:27:57 + set +x 20:27:57 + bash+ -s -- 20:27:57 curl -s https://codecov.io/bash 20:27:57 20:27:57 _____ _ 20:27:57 / ____| | | 20:27:57 | | ___ __| | ___ ___ _____ __ 20:27:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:27:57 | |___| (_) | (_| | __/ (_| (_) \ V / 20:27:57 \_____\___/ \__,_|\___|\___\___/ \_/ 20:27:57 Bash-1.0.6 20:27:57 20:27:57 20:27:57 ==> git version 2.25.1 found 20:27:57 ==> 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 20:27:57 Release-Date: 2020-01-08 20:27:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:27:57 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:27:57 ==> Jenkins CI detected. 20:27:57 current dir:  /w/workspace/edgex-go/1 20:27:57 project root: . 20:27:57 --> token set from env 20:27:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:27:57 ==> Running gcov in . (disable via -X gcov) 20:27:57 ==> Python coveragepy not found 20:27:57 ==> Searching for coverage reports in: 20:27:57 + . 20:27:57 -> Found 1 reports 20:27:57 ==> Detecting git/mercurial file structure 20:27:57 ==> Reading reports 20:27:57 + ./coverage.out bytes=501828 20:27:57 ==> Appending adjustments 20:27:57 https://docs.codecov.io/docs/fixing-reports 20:27:58 + Found adjustments 20:27:58 ==> Gzipping contents 20:27:58 64K /tmp/codecov.wpEnWn.gz 20:27:58 ==> Uploading reports 20:27:58 url: https://codecov.io 20:27:58 query: branch=PR-4220&commit=1c58228eedfa0bcde97f914589f7b7b6825574a2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4220%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4220&job=&cmd_args= 20:27:58 -> Pinging Codecov 20:27:58 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4220&commit=1c58228eedfa0bcde97f914589f7b7b6825574a2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4220%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4220&job=&cmd_args= 20:27:59 -> Uploading to 20:27:59 https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/1c58228eedfa0bcde97f914589f7b7b6825574a2/c4e35c57-0060-412f-aad9-ed8815676206.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T202759Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fdf528067bbe07ae77c76c5e97c11662eb11d2cd4054e0751dd35c57f5c65eb1 20:27:59 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:59 Dload Upload Total Spent Left Speed 20:27:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65322 0 0 100 65322 0 238k --:--:-- --:--:-- --:--:-- 238k 20:27:59 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/1c58228eedfa0bcde97f914589f7b7b6825574a2 [Pipeline] } 20:27:59 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 20:28:00 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:28:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:28:02 ---> package-listing.sh 20:28:02 ++ facter osfamily 20:28:02 ++ tr '[:upper:]' '[:lower:]' 20:28:02 + OS_FAMILY=debian 20:28:02 + workspace=/w/workspace/edgex-go/1 20:28:02 + START_PACKAGES=/tmp/packages_start.txt 20:28:02 + END_PACKAGES=/tmp/packages_end.txt 20:28:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:28:02 + PACKAGES=/tmp/packages_start.txt 20:28:02 + '[' /w/workspace/edgex-go/1 ']' 20:28:02 + PACKAGES=/tmp/packages_end.txt 20:28:02 + case "${OS_FAMILY}" in 20:28:02 + grep '^ii' 20:28:02 + dpkg -l 20:28:02 + '[' -f /tmp/packages_start.txt ']' 20:28:02 + '[' -f /tmp/packages_end.txt ']' 20:28:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:28:02 + '[' /w/workspace/edgex-go/1 ']' 20:28:02 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:28:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:28:02 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 20:28:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:28:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:28:03 20:28:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:28:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:28:03 latest: Pulling from edgex-lftools-log-publisher 20:28:03 5eb5b503b376: Pulling fs layer 20:28:03 5c69ac0246d0: Pulling fs layer 20:28:03 ec43610c2a17: Pulling fs layer 20:28:03 3a2ae6a8a46f: Pulling fs layer 20:28:03 33b1e0a273af: Pulling fs layer 20:28:03 5d3b04190fa2: Pulling fs layer 20:28:03 2f39f015ded8: Pulling fs layer 20:28:03 3a2ae6a8a46f: Waiting 20:28:03 33b1e0a273af: Waiting 20:28:03 5d3b04190fa2: Waiting 20:28:03 2f39f015ded8: Waiting 20:28:04 5c69ac0246d0: Verifying Checksum 20:28:04 5c69ac0246d0: Download complete 20:28:04 3a2ae6a8a46f: Verifying Checksum 20:28:04 3a2ae6a8a46f: Download complete 20:28:04 33b1e0a273af: Verifying Checksum 20:28:04 33b1e0a273af: Download complete 20:28:04 ec43610c2a17: Verifying Checksum 20:28:04 ec43610c2a17: Download complete 20:28:04 5eb5b503b376: Verifying Checksum 20:28:04 5eb5b503b376: Download complete 20:28:04 2f39f015ded8: Verifying Checksum 20:28:04 2f39f015ded8: Download complete 20:28:05 5eb5b503b376: Pull complete 20:28:05 5c69ac0246d0: Pull complete 20:28:06 ec43610c2a17: Pull complete 20:28:06 3a2ae6a8a46f: Pull complete 20:28:06 33b1e0a273af: Pull complete 20:28:06 5d3b04190fa2: Pull complete 20:28:10 2f39f015ded8: Pull complete 20:28:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:28:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:28:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:28:10 prd-ubuntu20.04-docker-8c-8g-116968 does not seem to be running inside a container 20:28:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:28:23 $ docker top ad9e54a2eac70e4cfdd8aa7626d0d503490915cc01ae5ef2eeef76ad43c28cbd -eo pid,comm [Pipeline] { [Pipeline] sh 20:28:23 + touch /tmp/pre-build-complete [Pipeline] sh 20:28:24 + mkdir -p /var/log/sysstat [Pipeline] sh 20:28:24 + ls /var/log/sa-host 20:28:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:28:24 provisioning config files... 20:28:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7550071377088273834tmp [Pipeline] { [Pipeline] echo 20:28:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:28:24 ---> create-netrc.sh [Pipeline] } 20:28:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:28:25 ---> python-tools-install.sh [Pipeline] echo 20:28:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:28:25 ---> sudo-logs.sh 20:28:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:28:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:28:26 ---> job-cost.sh 20:28:26 lf-activate-venv: SKIPPING 20:28:26 DEBUG: total: 0.10999999940395355 20:28:26 INFO: Retrieving Stack Cost... 20:28:26 INFO: Retrieving Pricing Info for: v3-standard-8 20:28:26 INFO: Archiving Costs [Pipeline] echo 20:28:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:28:27 ---> logs-deploy.sh 20:28:27 lf-activate-venv: SKIPPING 20:28:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4220/1 20:28:27 INFO: archiving workspace using pattern(s): 20:28:28 Archives upload complete. 20:28:28 INFO: archiving logs to Nexus 20:28:29 ---> uname -a: 20:28:29 Linux prd-ubuntu20-04-docker-8c-8g-116968 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:28:29 20:28:29 20:28:29 ---> lscpu: 20:28:29 Architecture: x86_64 20:28:29 CPU op-mode(s): 32-bit, 64-bit 20:28:29 Byte Order: Little Endian 20:28:29 Address sizes: 40 bits physical, 48 bits virtual 20:28:29 CPU(s): 8 20:28:29 On-line CPU(s) list: 0-7 20:28:29 Thread(s) per core: 1 20:28:29 Core(s) per socket: 1 20:28:29 Socket(s): 8 20:28:29 NUMA node(s): 1 20:28:29 Vendor ID: AuthenticAMD 20:28:29 CPU family: 23 20:28:29 Model: 49 20:28:29 Model name: AMD EPYC-Rome Processor 20:28:29 Stepping: 0 20:28:29 CPU MHz: 2799.998 20:28:29 BogoMIPS: 5599.99 20:28:29 Virtualization: AMD-V 20:28:29 Hypervisor vendor: KVM 20:28:29 Virtualization type: full 20:28:29 L1d cache: 256 KiB 20:28:29 L1i cache: 256 KiB 20:28:29 L2 cache: 4 MiB 20:28:29 L3 cache: 128 MiB 20:28:29 NUMA node0 CPU(s): 0-7 20:28:29 Vulnerability Itlb multihit: Not affected 20:28:29 Vulnerability L1tf: Not affected 20:28:29 Vulnerability Mds: Not affected 20:28:29 Vulnerability Meltdown: Not affected 20:28:29 Vulnerability Mmio stale data: Not affected 20:28:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:28:29 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:28:29 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:28:29 Vulnerability Srbds: Not affected 20:28:29 Vulnerability Tsx async abort: Not affected 20:28:29 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 20:28:29 20:28:29 20:28:29 ---> nproc: 20:28:29 8 20:28:29 20:28:29 20:28:29 ---> df -h: 20:28:29 Filesystem Size Used Avail Use% Mounted on 20:28:29 overlay 155G 19G 137G 12% / 20:28:29 tmpfs 64M 0 64M 0% /dev 20:28:29 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:28:29 shm 64M 0 64M 0% /dev/shm 20:28:29 /dev/vda1 155G 19G 137G 12% /facter-os 20:28:29 20:28:29 20:28:29 ---> sar -b -r -n DEV: 20:28:29 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-116968) 10/25/22 _x86_64_ (8 CPU) 20:28:29 20:28:29 19:29:21 LINUX RESTART (8 CPU) 20:28:29 20:28:29 19:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:28:29 19:31:01 165.22 10.18 155.04 0.00 1707.32 138639.56 0.00 20:28:29 19:32:01 35.41 0.17 35.24 0.00 1.33 13456.97 0.00 20:28:29 19:33:01 70.54 0.18 70.35 0.00 9.73 35094.15 0.00 20:28:29 19:34:01 444.71 9.70 435.02 0.00 91.29 164954.19 0.00 20:28:29 19:35:01 582.11 9.94 572.17 0.00 2885.66 237102.91 0.00 20:28:29 19:36:01 860.91 1.58 859.32 0.00 19.86 263118.55 0.00 20:28:29 19:37:01 752.23 0.13 752.10 0.00 8.13 159845.78 0.00 20:28:29 19:38:01 38.63 0.02 38.61 0.00 0.67 671.66 0.00 20:28:29 19:39:01 1.50 0.00 1.50 0.00 0.00 16.53 0.00 20:28:29 19:40:01 1.90 0.00 1.90 0.00 0.00 20.80 0.00 20:28:29 19:41:01 1.30 0.00 1.30 0.00 0.00 25.73 0.00 20:28:29 19:42:01 1.40 0.00 1.40 0.00 0.00 15.33 0.00 20:28:29 19:43:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 20:28:29 19:44:01 1.30 0.00 1.30 0.00 0.00 15.59 0.00 20:28:29 19:45:01 2.05 0.02 2.03 0.00 0.13 26.53 0.00 20:28:29 19:46:01 1.48 0.00 1.48 0.00 0.00 18.66 0.00 20:28:29 19:47:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 20:28:29 19:48:01 1.02 0.00 1.02 0.00 0.00 13.46 0.00 20:28:29 19:49:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 20:28:29 19:50:01 1.25 0.00 1.25 0.00 0.00 16.66 0.00 20:28:29 19:51:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 20:28:29 19:52:01 1.13 0.00 1.13 0.00 0.00 15.20 0.00 20:28:29 19:53:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 20:28:29 19:54:01 1.17 0.00 1.17 0.00 0.00 14.37 0.00 20:28:29 19:55:01 2.07 1.02 1.05 0.00 21.86 17.06 0.00 20:28:29 19:56:01 2.25 0.00 2.25 0.00 0.00 28.00 0.00 20:28:29 19:57:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 20:28:29 19:58:01 1.18 0.00 1.18 0.00 0.00 14.93 0.00 20:28:29 19:59:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 20:28:29 20:00:01 1.20 0.00 1.20 0.00 0.00 14.93 0.00 20:28:29 20:01:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 20:28:29 20:02:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 20:28:29 20:03:01 0.92 0.00 0.92 0.00 0.00 11.33 0.00 20:28:29 20:04:01 1.48 0.00 1.48 0.00 0.00 17.20 0.00 20:28:29 20:05:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 20:28:29 20:06:01 1.55 0.00 1.55 0.00 0.00 19.33 0.00 20:28:29 20:07:01 0.90 0.00 0.90 0.00 0.00 10.66 0.00 20:28:29 20:08:01 1.72 0.00 1.72 0.00 0.00 19.60 0.00 20:28:29 20:09:01 0.88 0.00 0.88 0.00 0.00 9.87 0.00 20:28:29 20:10:01 1.00 0.00 1.00 0.00 0.00 13.33 0.00 20:28:29 20:11:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 20:28:29 20:12:01 1.70 0.00 1.70 0.00 0.00 19.33 0.00 20:28:29 20:13:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 20:28:29 20:14:01 3.33 1.65 1.68 0.00 37.73 21.20 0.00 20:28:29 20:15:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 20:28:29 20:16:01 1.73 0.00 1.73 0.00 0.00 20.26 0.00 20:28:29 20:17:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 20:28:29 20:18:01 1.32 0.02 1.30 0.00 0.13 16.66 0.00 20:28:29 20:19:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 20:28:29 20:20:01 1.18 0.00 1.18 0.00 0.00 15.33 0.00 20:28:29 20:21:01 0.95 0.00 0.95 0.00 0.00 12.00 0.00 20:28:29 20:22:01 1.40 0.00 1.40 0.00 0.00 17.19 0.00 20:28:29 20:23:01 0.93 0.00 0.93 0.00 0.00 12.00 0.00 20:28:29 20:24:01 1.12 0.00 1.12 0.00 0.00 14.66 0.00 20:28:29 20:25:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 20:28:29 20:26:01 1.27 0.00 1.27 0.00 0.00 16.79 0.00 20:28:29 20:27:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 20:28:29 20:28:01 1.17 0.07 1.10 0.00 4.80 31.59 0.00 20:28:29 Average: 52.03 0.60 51.43 0.00 82.73 17494.18 0.00 20:28:29 20:28:29 19:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:28:29 19:31:01 28257632 31422984 885376 2.69 106624 3288152 2321512 6.84 1364220 2845908 86756 20:28:29 19:32:01 27980888 31555132 751512 2.29 110260 3647780 1899352 5.60 1237304 3203376 184012 20:28:29 19:33:01 27954620 31570628 738040 2.24 111496 3704172 1790980 5.28 1214804 3269092 656 20:28:29 19:34:01 23562396 31516772 771976 2.35 275696 7538832 1890028 5.57 2014620 6500148 98044 20:28:29 19:35:01 21823128 31465192 809472 2.46 301928 9229416 2054924 6.06 2043660 8222652 0 20:28:29 19:36:01 18296228 31032344 1226588 3.73 403348 11998020 3295012 9.71 2745900 10799348 927592 20:28:29 19:37:01 19438548 31477544 791588 2.41 429000 11298984 1943720 5.73 2333060 10111184 52 20:28:29 19:38:01 19855024 31540588 732748 2.23 429468 10958756 1878928 5.54 2280976 9764244 224 20:28:29 19:39:01 19855724 31541344 731824 2.23 429476 10958756 1878928 5.54 2280824 9764244 12 20:28:29 19:40:01 19868140 31554088 719180 2.19 429532 10958760 1878928 5.54 2267612 9764480 16 20:28:29 19:41:01 19868896 31554844 718408 2.18 429568 10958764 1878928 5.54 2267556 9764484 36 20:28:29 19:42:01 19869456 31555468 717880 2.18 429608 10958764 1878928 5.54 2267096 9764492 8 20:28:29 19:43:01 19869724 31555772 717604 2.18 429624 10958768 1878928 5.54 2267332 9764496 8 20:28:29 19:44:01 19869672 31555732 717808 2.18 429632 10958772 1878928 5.54 2267336 9764496 24 20:28:29 19:45:01 19869028 31555548 718076 2.18 429664 10958752 1902512 5.61 2267084 9764856 8 20:28:29 19:46:01 19869304 31555840 717724 2.18 429684 10958748 1902512 5.61 2267040 9764860 44 20:28:29 19:47:01 19869224 31555772 717720 2.18 429700 10958756 1902512 5.61 2267052 9764860 4 20:28:29 19:48:01 19868932 31555508 717924 2.18 429708 10958760 1902512 5.61 2267196 9764864 68 20:28:29 19:49:01 19869160 31555736 717640 2.18 429720 10958760 1902512 5.61 2267200 9764864 4 20:28:29 19:50:01 19869060 31555660 717848 2.18 429748 10958760 1902512 5.61 2267308 9764872 44 20:28:29 19:51:01 19869044 31555688 717812 2.18 429768 10958772 1902512 5.61 2267824 9764876 164 20:28:29 19:52:01 19869216 31555880 717580 2.18 429776 10958772 1902512 5.61 2267300 9764880 232 20:28:29 19:53:01 19869168 31555836 717552 2.18 429784 10958780 1902512 5.61 2267300 9764884 28 20:28:29 19:54:01 19868676 31555380 717780 2.18 429804 10958780 1902512 5.61 2267684 9764884 224 20:28:29 19:55:01 19866848 31554744 718220 2.18 429872 10959400 1924164 5.67 2267560 9765432 372 20:28:29 19:56:01 19867060 31554980 717868 2.18 429908 10959404 1924164 5.67 2267812 9765436 152 20:28:29 19:57:01 19866540 31554488 718356 2.18 429920 10959404 1924164 5.67 2267544 9765436 4 20:28:29 19:58:01 19866712 31554704 718012 2.18 429940 10959408 1924164 5.67 2267540 9765440 28 20:28:29 19:59:01 19866624 31554636 718336 2.18 429940 10959408 1924164 5.67 2267560 9765440 4 20:28:29 20:00:01 19867336 31555368 717600 2.18 429952 10959412 1924164 5.67 2267652 9765444 36 20:28:29 20:01:01 19867352 31555412 717536 2.18 429976 10959412 1924164 5.67 2267880 9765448 12 20:28:29 20:02:01 19867144 31555228 717596 2.18 429976 10959420 1924164 5.67 2268004 9765452 188 20:28:29 20:03:01 19867168 31555256 717552 2.18 429992 10959424 1924164 5.67 2267664 9765456 8 20:28:29 20:04:01 19867152 31555244 717484 2.18 430012 10959424 1924164 5.67 2267664 9765456 16 20:28:29 20:05:01 19866764 31554860 717784 2.18 430020 10959428 1924164 5.67 2267732 9765460 16 20:28:29 20:06:01 19866752 31554916 717920 2.18 430052 10959424 1924164 5.67 2267736 9765468 12 20:28:29 20:07:01 19866988 31555160 717632 2.18 430064 10959436 1924164 5.67 2267732 9765472 32 20:28:29 20:08:01 19866940 31555244 717468 2.18 430084 10959568 1924164 5.67 2267732 9765604 8 20:28:29 20:09:01 19866892 31555256 717448 2.18 430092 10959568 1924164 5.67 2267788 9765608 8 20:28:29 20:10:01 19867004 31555380 717384 2.18 430112 10959576 1940216 5.72 2268880 9765616 276 20:28:29 20:11:01 19866696 31555080 717656 2.18 430124 10959580 1940216 5.72 2268176 9765620 12 20:28:29 20:12:01 19866648 31555092 717596 2.18 430152 10959580 1940216 5.72 2268420 9765624 188 20:28:29 20:13:01 19866648 31555096 717560 2.18 430168 10959584 1940216 5.72 2268304 9765628 8 20:28:29 20:14:01 19859500 31550148 722496 2.20 430180 10960712 1940216 5.72 2276420 9765980 28 20:28:29 20:15:01 19858948 31549616 722952 2.20 430192 10960716 1940216 5.72 2276488 9765968 204 20:28:29 20:16:01 19858680 31549376 723184 2.20 430224 10960720 1940216 5.72 2275836 9765972 12 20:28:29 20:17:01 19858576 31549296 723116 2.20 430260 10960716 1940216 5.72 2276708 9765972 212 20:28:29 20:18:01 19858756 31549564 722840 2.20 430272 10960724 1940216 5.72 2275992 9765976 60 20:28:29 20:19:01 19858708 31549540 722808 2.20 430288 10960728 1940216 5.72 2275956 9765976 24 20:28:29 20:20:01 19858568 31549404 723072 2.20 430308 10960732 1940216 5.72 2276248 9765980 40 20:28:29 20:21:01 19858828 31549668 722740 2.20 430324 10960736 1923604 5.67 2276112 9765984 32 20:28:29 20:22:01 19858548 31549560 723052 2.20 430352 10960864 1923604 5.67 2276088 9766112 16 20:28:29 20:23:01 19858248 31549264 723300 2.20 430368 10960872 1923604 5.67 2276152 9766116 56 20:28:29 20:24:01 19858240 31549264 723236 2.20 430380 10960872 1923604 5.67 2276180 9766124 44 20:28:29 20:25:01 19858120 31549208 723232 2.20 430400 10960876 1907132 5.62 2276352 9766132 12 20:28:29 20:26:01 19857600 31548692 723648 2.20 430444 10960876 1907132 5.62 2276148 9766136 68 20:28:29 20:27:01 19857316 31548472 723868 2.20 430468 10960880 1907132 5.62 2276224 9766140 8 20:28:29 20:28:01 19846636 31538012 733596 2.23 430488 10961104 1991652 5.87 2285412 9766560 148 20:28:29 Average: 20351680 31538457 736238 2.24 408068 10511144 1948025 5.74 2220120 9361845 22424 20:28:29 20:28:29 19:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:28:29 19:31:01 veth75458db 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:28:29 19:31:01 ens3 774.32 703.50 9169.36 85.40 0.00 0.00 0.00 0.00 20:28:29 19:31:01 lo 4.33 4.33 0.42 0.42 0.00 0.00 0.00 0.00 20:28:29 19:31:01 docker0 516.88 496.32 37.65 3483.06 0.00 0.00 0.00 0.00 20:28:29 19:32:01 veth75458db 1.23 1.28 0.10 0.10 0.00 0.00 0.00 0.00 20:28:29 19:32:01 ens3 34.19 31.73 17.49 83.01 0.00 0.00 0.00 0.00 20:28:29 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:32:01 docker0 1.23 1.23 0.08 0.10 0.00 0.00 0.00 0.00 20:28:29 19:33:01 ens3 89.04 58.46 1691.25 17.80 0.00 0.00 0.00 0.00 20:28:29 19:33:01 vethd9c78c4 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 20:28:29 19:33:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 20:28:29 19:33:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:34:01 ens3 593.39 488.51 5010.19 49.59 0.00 0.00 0.00 0.00 20:28:29 19:34:01 veth0a5df7b 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 20:28:29 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:34:01 docker0 475.78 570.65 33.04 4988.25 0.00 0.00 0.00 0.00 20:28:29 19:35:01 veth61cb7c9 1.59 3.97 0.13 40.99 0.00 0.00 0.00 0.00 20:28:29 19:35:01 ens3 164.81 112.36 1615.14 21.76 0.00 0.00 0.00 0.00 20:28:29 19:35:01 veth0a5df7b 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 20:28:29 19:35:01 lo 1.66 1.66 0.16 0.16 0.00 0.00 0.00 0.00 20:28:29 19:35:01 docker0 33.76 40.17 1.93 240.83 0.00 0.00 0.00 0.00 20:28:29 19:36:01 ens3 444.99 265.62 4752.39 42.81 0.00 0.00 0.00 0.00 20:28:29 19:36:01 veth0a5df7b 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 20:28:29 19:36:01 veth295eaeb 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 20:28:29 19:36:01 veth6b310cf 8.70 26.80 0.70 629.28 0.00 0.00 0.00 0.05 20:28:29 19:36:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 20:28:29 19:36:01 docker0 237.13 398.62 19.18 4715.48 0.00 0.00 0.00 0.00 20:28:29 19:36:01 veth7d4db61 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:28:29 19:37:01 ens3 83.87 52.68 296.49 21.84 0.00 0.00 0.00 0.00 20:28:29 19:37:01 veth0a5df7b 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 20:28:29 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:37:01 docker0 27.59 37.64 1.93 260.63 0.00 0.00 0.00 0.00 20:28:29 19:38:01 ens3 14.14 15.56 4.82 55.81 0.00 0.00 0.00 0.00 20:28:29 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:38:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:39:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:40:01 ens3 1.28 2.27 0.15 6.68 0.00 0.00 0.00 0.00 20:28:29 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:42:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:43:01 ens3 4.07 5.57 0.49 13.51 0.00 0.00 0.00 0.00 20:28:29 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:44:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:45:01 ens3 2.18 3.32 0.66 6.74 0.00 0.00 0.00 0.00 20:28:29 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:46:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:47:01 ens3 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 20:28:29 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:48:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:49:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:50:01 ens3 1.77 0.97 0.21 6.44 0.00 0.00 0.00 0.00 20:28:29 19:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:51:01 ens3 0.92 1.08 0.37 13.21 0.00 0.00 0.00 0.00 20:28:29 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:52:01 ens3 0.27 0.23 0.12 0.02 0.00 0.00 0.00 0.00 20:28:29 19:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:54:01 ens3 0.19 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:55:01 ens3 0.50 0.60 0.10 6.50 0.00 0.00 0.00 0.00 20:28:29 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:56:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:58:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:00:01 ens3 0.72 1.30 0.11 6.48 0.00 0.00 0.00 0.00 20:28:29 20:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:01:01 ens3 0.22 0.07 0.12 0.00 0.00 0.00 0.00 0.00 20:28:29 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:02:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:04:01 ens3 0.22 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:05:01 ens3 3.73 7.08 0.31 7.33 0.00 0.00 0.00 0.00 20:28:29 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:06:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:07:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:08:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:09:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:10:01 ens3 9.76 16.71 1.02 14.96 0.00 0.00 0.00 0.00 20:28:29 20:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:11:01 ens3 3.95 6.80 0.48 7.39 0.00 0.00 0.00 0.00 20:28:29 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:12:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:13:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 20:28:29 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:14:01 ens3 30.06 46.73 6.56 73.89 0.00 0.00 0.00 0.00 20:28:29 20:14:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 20:28:29 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:15:01 ens3 0.22 0.10 0.08 0.06 0.00 0.00 0.00 0.00 20:28:29 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:16:01 ens3 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:18:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:19:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:28:29 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:20:01 ens3 2.68 0.55 0.81 0.34 0.00 0.00 0.00 0.00 20:28:29 20:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:21:01 ens3 0.63 0.35 0.50 0.38 0.00 0.00 0.00 0.00 20:28:29 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:22:01 ens3 0.73 0.10 0.06 0.01 0.00 0.00 0.00 0.00 20:28:29 20:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:23:01 ens3 0.78 0.13 0.14 0.07 0.00 0.00 0.00 0.00 20:28:29 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:24:01 ens3 0.70 0.43 0.35 0.27 0.00 0.00 0.00 0.00 20:28:29 20:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:25:01 ens3 0.42 0.37 0.32 0.27 0.00 0.00 0.00 0.00 20:28:29 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:26:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:28:29 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:27:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 20:28:01 ens3 7.95 5.62 8.30 3.71 0.00 0.00 0.00 0.00 20:28:29 20:28:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 20:28:29 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:28:29 Average: ens3 39.25 31.57 389.48 9.42 0.00 0.00 0.00 0.00 20:28:29 Average: lo 0.22 0.22 0.02 0.02 0.00 0.00 0.00 0.00 20:28:29 Average: docker0 22.29 26.64 1.62 236.09 0.00 0.00 0.00 0.00 20:28:29 20:28:29 20:28:29 ---> sar -P ALL: 20:28:29 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-116968) 10/25/22 _x86_64_ (8 CPU) 20:28:29 20:28:29 19:29:21 LINUX RESTART (8 CPU) 20:28:29 20:28:29 19:30:01 CPU %user %nice %system %iowait %steal %idle 20:28:29 19:31:01 all 13.15 0.00 4.67 2.01 0.08 80.08 20:28:29 19:31:01 0 14.41 0.00 3.94 0.25 0.07 81.33 20:28:29 19:31:01 1 13.44 0.00 3.99 3.92 0.17 78.48 20:28:29 19:31:01 2 11.12 0.00 3.84 3.11 0.05 81.88 20:28:29 19:31:01 3 12.08 0.00 3.76 0.19 0.10 83.88 20:28:29 19:31:01 4 10.99 0.00 4.23 4.84 0.07 79.88 20:28:29 19:31:01 5 12.80 0.00 6.81 2.09 0.07 78.23 20:28:29 19:31:01 6 17.02 0.00 5.81 1.51 0.07 75.59 20:28:29 19:31:01 7 13.28 0.00 4.99 0.19 0.09 81.46 20:28:29 19:32:01 all 49.39 0.00 7.29 0.33 0.09 42.89 20:28:29 19:32:01 0 49.02 0.00 7.52 0.12 0.07 43.27 20:28:29 19:32:01 1 50.52 0.00 7.47 0.03 0.08 41.89 20:28:29 19:32:01 2 48.77 0.00 7.28 0.15 0.08 43.72 20:28:29 19:32:01 3 51.31 0.00 7.85 0.29 0.08 40.47 20:28:29 19:32:01 4 48.82 0.00 7.34 0.02 0.08 43.74 20:28:29 19:32:01 5 48.53 0.00 6.78 0.05 0.08 44.56 20:28:29 19:32:01 6 50.07 0.00 6.64 2.01 0.10 41.18 20:28:29 19:32:01 7 48.11 0.00 7.46 0.00 0.10 44.33 20:28:29 19:33:01 all 36.88 0.00 6.49 1.33 0.08 55.22 20:28:29 19:33:01 0 38.14 0.00 6.48 0.25 0.08 55.04 20:28:29 19:33:01 1 38.49 0.00 5.88 0.05 0.08 55.49 20:28:29 19:33:01 2 36.79 0.00 6.21 0.02 0.07 56.92 20:28:29 19:33:01 3 36.35 0.00 6.56 1.20 0.07 55.82 20:28:29 19:33:01 4 36.13 0.00 7.82 8.80 0.09 47.16 20:28:29 19:33:01 5 37.17 0.00 6.87 0.03 0.08 55.84 20:28:29 19:33:01 6 36.27 0.00 5.83 0.05 0.07 57.78 20:28:29 19:33:01 7 35.70 0.00 6.28 0.32 0.08 57.61 20:28:29 19:34:01 all 13.28 0.00 8.92 10.41 0.06 67.33 20:28:29 19:34:01 0 12.40 0.00 10.38 8.32 0.05 68.84 20:28:29 19:34:01 1 14.17 0.00 7.40 12.53 0.05 65.85 20:28:29 19:34:01 2 14.02 0.00 11.83 24.33 0.07 49.75 20:28:29 19:34:01 3 13.40 0.00 8.43 4.48 0.05 73.65 20:28:29 19:34:01 4 13.88 0.00 9.23 19.11 0.10 57.67 20:28:29 19:34:01 5 12.73 0.00 7.55 3.21 0.05 76.45 20:28:29 19:34:01 6 12.82 0.00 8.29 2.88 0.07 75.95 20:28:29 19:34:01 7 12.78 0.00 8.23 8.46 0.07 70.46 20:28:29 19:35:01 all 42.13 0.00 11.19 11.04 0.11 35.53 20:28:29 19:35:01 0 43.93 0.00 9.93 3.85 0.08 42.21 20:28:29 19:35:01 1 41.68 0.00 12.17 13.08 0.12 32.96 20:28:29 19:35:01 2 42.60 0.00 10.77 26.32 0.10 20.21 20:28:29 19:35:01 3 42.08 0.00 11.86 14.61 0.14 31.31 20:28:29 19:35:01 4 42.18 0.00 10.98 9.25 0.10 37.49 20:28:29 19:35:01 5 41.10 0.00 12.14 7.32 0.13 39.30 20:28:29 19:35:01 6 41.75 0.00 10.35 1.57 0.08 46.24 20:28:29 19:35:01 7 41.72 0.00 11.33 12.43 0.10 34.42 20:28:29 19:36:01 all 42.48 0.00 14.16 14.63 0.17 28.56 20:28:29 19:36:01 0 38.81 0.00 14.18 16.25 0.14 30.62 20:28:29 19:36:01 1 44.66 0.00 14.18 15.31 0.14 25.71 20:28:29 19:36:01 2 41.40 0.00 13.00 11.91 0.10 33.59 20:28:29 19:36:01 3 46.53 0.00 15.26 14.00 0.19 24.02 20:28:29 19:36:01 4 42.86 0.00 13.84 12.53 0.10 30.67 20:28:29 19:36:01 5 42.99 0.00 14.84 16.46 0.41 25.29 20:28:29 19:36:01 6 41.87 0.00 13.00 17.14 0.14 27.86 20:28:29 19:36:01 7 40.89 0.00 15.04 13.49 0.12 30.47 20:28:29 19:37:01 all 57.66 0.00 12.21 5.01 0.13 25.00 20:28:29 19:37:01 0 56.79 0.00 12.26 9.41 0.12 21.42 20:28:29 19:37:01 1 54.84 0.00 13.58 5.14 0.16 26.28 20:28:29 19:37:01 2 57.22 0.00 11.05 4.83 0.14 26.77 20:28:29 19:37:01 3 64.51 0.00 12.75 2.06 0.12 20.56 20:28:29 19:37:01 4 56.33 0.00 12.07 4.88 0.10 26.62 20:28:29 19:37:01 5 58.28 0.00 11.97 2.86 0.14 26.75 20:28:29 19:37:01 6 57.89 0.00 11.33 3.87 0.10 26.80 20:28:29 19:37:01 7 55.23 0.00 12.67 7.09 0.14 24.88 20:28:29 19:38:01 all 0.31 0.00 0.18 0.07 0.01 99.43 20:28:29 19:38:01 0 0.28 0.00 0.13 0.05 0.00 99.53 20:28:29 19:38:01 1 0.28 0.00 0.20 0.02 0.00 99.50 20:28:29 19:38:01 2 0.22 0.00 0.13 0.00 0.00 99.65 20:28:29 19:38:01 3 0.58 0.00 0.22 0.03 0.02 99.15 20:28:29 19:38:01 4 0.25 0.00 0.13 0.02 0.00 99.60 20:28:29 19:38:01 5 0.17 0.00 0.18 0.02 0.00 99.63 20:28:29 19:38:01 6 0.48 0.00 0.20 0.07 0.02 99.23 20:28:29 19:38:01 7 0.23 0.00 0.27 0.37 0.02 99.12 20:28:29 19:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:28:29 19:39:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 19:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:39:01 3 0.05 0.00 0.02 0.00 0.03 99.90 20:28:29 19:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:39:01 6 0.00 0.00 0.03 0.03 0.00 99.93 20:28:29 19:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 19:40:01 all 0.03 0.00 0.02 0.01 0.00 99.94 20:28:29 19:40:01 0 0.03 0.00 0.05 0.02 0.00 99.90 20:28:29 19:40:01 1 0.05 0.00 0.02 0.00 0.00 99.93 20:28:29 19:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:28:29 19:40:01 3 0.02 0.00 0.05 0.00 0.02 99.92 20:28:29 19:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:40:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:28:29 19:40:01 7 0.03 0.00 0.02 0.05 0.00 99.90 20:28:29 19:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:28:29 19:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:28:29 19:41:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:28:29 19:41:01 3 0.00 0.00 0.03 0.00 0.02 99.95 20:28:29 19:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:41:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 19:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:41:01 7 0.00 0.00 0.02 0.02 0.00 99.97 20:28:29 20:28:29 19:41:01 CPU %user %nice %system %iowait %steal %idle 20:28:29 19:42:01 all 0.02 0.00 0.02 0.01 0.03 99.92 20:28:29 19:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:28:29 19:42:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:28:29 19:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 19:42:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:28:29 19:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:42:01 6 0.03 0.00 0.12 0.02 0.20 99.63 20:28:29 19:42:01 7 0.03 0.00 0.02 0.02 0.02 99.92 20:28:29 19:43:01 all 0.02 0.00 0.01 0.10 0.00 99.87 20:28:29 19:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 19:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:43:01 3 0.05 0.00 0.05 0.12 0.02 99.77 20:28:29 19:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:43:01 6 0.00 0.00 0.00 0.40 0.00 99.60 20:28:29 19:43:01 7 0.03 0.00 0.03 0.27 0.00 99.67 20:28:29 19:44:01 all 0.02 0.00 0.00 0.02 0.00 99.96 20:28:29 19:44:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 19:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:44:01 3 0.05 0.00 0.02 0.00 0.02 99.92 20:28:29 19:44:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 19:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:44:01 6 0.03 0.00 0.00 0.03 0.00 99.93 20:28:29 19:44:01 7 0.03 0.00 0.00 0.10 0.00 99.87 20:28:29 19:45:01 all 0.03 0.00 0.05 0.01 0.00 99.90 20:28:29 19:45:01 0 0.03 0.00 0.05 0.00 0.00 99.92 20:28:29 19:45:01 1 0.02 0.00 0.05 0.00 0.00 99.93 20:28:29 19:45:01 2 0.07 0.00 0.03 0.00 0.02 99.88 20:28:29 19:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 20:28:29 19:45:01 4 0.02 0.00 0.05 0.00 0.00 99.93 20:28:29 19:45:01 5 0.03 0.00 0.05 0.00 0.00 99.92 20:28:29 19:45:01 6 0.00 0.00 0.05 0.07 0.00 99.88 20:28:29 19:45:01 7 0.03 0.00 0.07 0.05 0.02 99.83 20:28:29 19:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:28:29 19:46:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 19:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 19:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:28:29 19:46:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 19:46:01 5 0.00 0.00 0.02 0.00 0.03 99.95 20:28:29 19:46:01 6 0.02 0.00 0.02 0.02 0.00 99.95 20:28:29 19:46:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:28:29 19:47:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:28:29 19:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 19:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:28:29 19:47:01 6 0.02 0.00 0.00 0.02 0.00 99.97 20:28:29 19:47:01 7 0.02 0.00 0.03 0.02 0.00 99.93 20:28:29 19:48:01 all 0.02 0.00 0.00 0.01 0.01 99.96 20:28:29 19:48:01 0 0.05 0.00 0.00 0.00 0.00 99.95 20:28:29 19:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:48:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 19:48:01 5 0.03 0.00 0.02 0.00 0.03 99.92 20:28:29 19:48:01 6 0.00 0.00 0.00 0.03 0.00 99.97 20:28:29 19:48:01 7 0.02 0.00 0.00 0.02 0.02 99.95 20:28:29 19:49:01 all 0.00 0.00 0.01 0.00 0.00 99.98 20:28:29 19:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:49:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:28:29 19:49:01 6 0.00 0.00 0.02 0.02 0.02 99.95 20:28:29 19:49:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 19:50:01 all 0.03 0.00 0.01 0.01 0.00 99.95 20:28:29 19:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:28:29 19:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:28:29 19:50:01 4 0.05 0.00 0.00 0.00 0.00 99.95 20:28:29 19:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 19:50:01 6 0.03 0.00 0.02 0.02 0.00 99.93 20:28:29 19:50:01 7 0.07 0.00 0.00 0.03 0.02 99.88 20:28:29 19:51:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:28:29 19:51:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 19:51:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:51:01 5 0.02 0.00 0.03 0.00 0.00 99.95 20:28:29 19:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:51:01 7 0.03 0.00 0.03 0.02 0.02 99.90 20:28:29 19:52:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:28:29 19:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 19:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:28:29 19:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 19:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:52:01 6 0.03 0.00 0.00 0.02 0.00 99.95 20:28:29 19:52:01 7 0.03 0.00 0.05 0.02 0.02 99.88 20:28:29 20:28:29 19:52:01 CPU %user %nice %system %iowait %steal %idle 20:28:29 19:53:01 all 0.01 0.00 0.01 0.04 0.00 99.93 20:28:29 19:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:53:01 3 0.03 0.00 0.03 0.02 0.02 99.90 20:28:29 19:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:53:01 6 0.00 0.00 0.02 0.27 0.00 99.72 20:28:29 19:53:01 7 0.02 0.00 0.05 0.07 0.00 99.87 20:28:29 19:54:01 all 0.00 0.00 0.00 0.04 0.00 99.95 20:28:29 19:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:54:01 3 0.00 0.00 0.00 0.14 0.00 99.86 20:28:29 19:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:54:01 6 0.00 0.00 0.00 0.19 0.00 99.81 20:28:29 19:54:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:28:29 19:55:01 all 0.08 0.00 0.04 0.07 0.01 99.81 20:28:29 19:55:01 0 0.12 0.00 0.05 0.05 0.02 99.77 20:28:29 19:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:28:29 19:55:01 2 0.10 0.00 0.03 0.05 0.00 99.82 20:28:29 19:55:01 3 0.07 0.00 0.03 0.32 0.00 99.58 20:28:29 19:55:01 4 0.03 0.00 0.03 0.02 0.00 99.92 20:28:29 19:55:01 5 0.03 0.00 0.03 0.00 0.00 99.93 20:28:29 19:55:01 6 0.07 0.00 0.03 0.05 0.02 99.83 20:28:29 19:55:01 7 0.17 0.00 0.07 0.05 0.03 99.68 20:28:29 19:56:01 all 0.01 0.00 0.01 0.09 0.00 99.89 20:28:29 19:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 19:56:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 19:56:01 2 0.03 0.00 0.03 0.03 0.00 99.90 20:28:29 19:56:01 3 0.00 0.00 0.02 0.55 0.00 99.43 20:28:29 19:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:56:01 6 0.00 0.00 0.00 0.12 0.00 99.88 20:28:29 19:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:57:01 all 0.01 0.00 0.01 0.05 0.00 99.93 20:28:29 19:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:57:01 1 0.03 0.00 0.02 0.05 0.00 99.90 20:28:29 19:57:01 2 0.03 0.00 0.00 0.00 0.02 99.95 20:28:29 19:57:01 3 0.02 0.00 0.00 0.15 0.02 99.82 20:28:29 19:57:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 19:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:57:01 6 0.00 0.00 0.02 0.18 0.00 99.80 20:28:29 19:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:58:01 all 0.01 0.00 0.01 0.03 0.00 99.95 20:28:29 19:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:58:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:58:01 2 0.02 0.00 0.03 0.08 0.02 99.85 20:28:29 19:58:01 3 0.00 0.00 0.03 0.13 0.00 99.83 20:28:29 19:58:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 19:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 19:59:01 all 0.00 0.00 0.01 0.02 0.00 99.96 20:28:29 19:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:59:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 19:59:01 2 0.00 0.00 0.03 0.07 0.02 99.88 20:28:29 19:59:01 3 0.02 0.00 0.02 0.07 0.00 99.90 20:28:29 19:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:59:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 19:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 19:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 20:00:01 all 0.03 0.00 0.01 0.02 0.01 99.94 20:28:29 20:00:01 0 0.03 0.00 0.02 0.05 0.03 99.87 20:28:29 20:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:00:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:28:29 20:00:01 3 0.03 0.00 0.00 0.08 0.02 99.87 20:28:29 20:00:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:28:29 20:00:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 20:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:00:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:28:29 20:01:01 all 0.01 0.00 0.01 0.03 0.02 99.93 20:28:29 20:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 20:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:01:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:28:29 20:01:01 3 0.02 0.00 0.02 0.22 0.15 99.60 20:28:29 20:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 20:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 20:02:01 all 0.01 0.00 0.01 0.05 0.00 99.92 20:28:29 20:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 20:02:01 1 0.00 0.00 0.03 0.23 0.00 99.73 20:28:29 20:02:01 2 0.03 0.00 0.05 0.15 0.00 99.77 20:28:29 20:02:01 3 0.02 0.00 0.02 0.03 0.00 99.93 20:28:29 20:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:03:01 all 0.02 0.00 0.01 0.03 0.00 99.95 20:28:29 20:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:03:01 1 0.00 0.00 0.00 0.12 0.00 99.88 20:28:29 20:03:01 2 0.05 0.00 0.05 0.00 0.02 99.88 20:28:29 20:03:01 3 0.02 0.00 0.00 0.08 0.00 99.90 20:28:29 20:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 20:28:29 20:03:01 CPU %user %nice %system %iowait %steal %idle 20:28:29 20:04:01 all 0.01 0.00 0.01 0.03 0.01 99.94 20:28:29 20:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:04:01 1 0.00 0.00 0.02 0.17 0.00 99.82 20:28:29 20:04:01 2 0.03 0.00 0.05 0.00 0.03 99.88 20:28:29 20:04:01 3 0.02 0.00 0.00 0.08 0.02 99.88 20:28:29 20:04:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 20:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:05:01 all 0.02 0.00 0.01 0.02 0.01 99.95 20:28:29 20:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:05:01 1 0.03 0.00 0.02 0.07 0.00 99.88 20:28:29 20:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:28:29 20:05:01 3 0.05 0.00 0.00 0.07 0.00 99.88 20:28:29 20:05:01 4 0.05 0.00 0.02 0.00 0.00 99.93 20:28:29 20:05:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 20:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:05:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:28:29 20:06:01 all 0.01 0.00 0.01 0.03 0.00 99.95 20:28:29 20:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:28:29 20:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:06:01 2 0.05 0.00 0.03 0.07 0.00 99.85 20:28:29 20:06:01 3 0.02 0.00 0.02 0.13 0.00 99.83 20:28:29 20:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:06:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:28:29 20:07:01 all 0.01 0.00 0.01 0.04 0.01 99.93 20:28:29 20:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:07:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:28:29 20:07:01 2 0.03 0.00 0.03 0.17 0.02 99.75 20:28:29 20:07:01 3 0.03 0.00 0.02 0.17 0.02 99.77 20:28:29 20:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:08:01 all 0.02 0.00 0.01 0.06 0.01 99.89 20:28:29 20:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:08:01 1 0.03 0.00 0.00 0.02 0.02 99.93 20:28:29 20:08:01 2 0.07 0.00 0.02 0.18 0.07 99.67 20:28:29 20:08:01 3 0.03 0.00 0.00 0.28 0.02 99.67 20:28:29 20:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 20:08:01 7 0.00 0.00 0.05 0.00 0.00 99.95 20:28:29 20:09:01 all 0.00 0.00 0.01 0.02 0.00 99.96 20:28:29 20:09:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 20:09:01 1 0.00 0.00 0.02 0.05 0.00 99.93 20:28:29 20:09:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:28:29 20:09:01 3 0.00 0.00 0.02 0.13 0.00 99.85 20:28:29 20:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:10:01 all 0.04 0.00 0.01 0.05 0.00 99.89 20:28:29 20:10:01 0 0.08 0.00 0.05 0.00 0.00 99.87 20:28:29 20:10:01 1 0.07 0.00 0.02 0.10 0.00 99.82 20:28:29 20:10:01 2 0.08 0.00 0.03 0.00 0.02 99.87 20:28:29 20:10:01 3 0.03 0.00 0.00 0.32 0.00 99.65 20:28:29 20:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:10:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 20:11:01 all 0.03 0.00 0.01 0.08 0.00 99.87 20:28:29 20:11:01 0 0.00 0.00 0.00 0.02 0.00 99.98 20:28:29 20:11:01 1 0.22 0.00 0.02 0.00 0.02 99.75 20:28:29 20:11:01 2 0.02 0.00 0.05 0.27 0.00 99.67 20:28:29 20:11:01 3 0.03 0.00 0.02 0.35 0.00 99.60 20:28:29 20:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:11:01 7 0.00 0.00 0.03 0.00 0.02 99.95 20:28:29 20:12:01 all 0.03 0.00 0.01 0.10 0.02 99.84 20:28:29 20:12:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 20:12:01 1 0.02 0.00 0.02 0.05 0.08 99.83 20:28:29 20:12:01 2 0.05 0.00 0.02 0.15 0.05 99.73 20:28:29 20:12:01 3 0.07 0.00 0.02 0.60 0.00 99.32 20:28:29 20:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 20:12:01 7 0.02 0.00 0.03 0.02 0.00 99.93 20:28:29 20:13:01 all 0.01 0.00 0.02 0.06 0.01 99.90 20:28:29 20:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:28:29 20:13:01 1 0.00 0.00 0.03 0.00 0.00 99.97 20:28:29 20:13:01 2 0.07 0.00 0.05 0.20 0.05 99.63 20:28:29 20:13:01 3 0.02 0.00 0.02 0.25 0.02 99.70 20:28:29 20:13:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 20:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:14:01 all 0.28 0.00 0.08 0.23 0.00 99.41 20:28:29 20:14:01 0 0.17 0.00 0.15 0.00 0.00 99.68 20:28:29 20:14:01 1 1.07 0.00 0.02 0.05 0.00 98.87 20:28:29 20:14:01 2 0.12 0.00 0.05 0.17 0.02 99.65 20:28:29 20:14:01 3 0.35 0.00 0.05 0.82 0.00 98.78 20:28:29 20:14:01 4 0.15 0.00 0.02 0.00 0.00 99.83 20:28:29 20:14:01 5 0.23 0.00 0.10 0.28 0.00 99.38 20:28:29 20:14:01 6 0.12 0.00 0.10 0.00 0.00 99.78 20:28:29 20:14:01 7 0.07 0.00 0.15 0.48 0.00 99.30 20:28:29 20:28:29 20:14:01 CPU %user %nice %system %iowait %steal %idle 20:28:29 20:15:01 all 0.07 0.00 0.02 0.02 0.01 99.88 20:28:29 20:15:01 0 0.45 0.00 0.00 0.00 0.02 99.53 20:28:29 20:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 20:15:01 2 0.07 0.00 0.02 0.00 0.00 99.92 20:28:29 20:15:01 3 0.02 0.00 0.02 0.12 0.02 99.83 20:28:29 20:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:15:01 7 0.00 0.00 0.13 0.05 0.02 99.80 20:28:29 20:16:01 all 0.13 0.00 0.01 0.06 0.00 99.80 20:28:29 20:16:01 0 0.88 0.00 0.03 0.00 0.00 99.09 20:28:29 20:16:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:28:29 20:16:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:28:29 20:16:01 3 0.03 0.00 0.00 0.22 0.00 99.75 20:28:29 20:16:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 20:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:16:01 7 0.03 0.00 0.02 0.22 0.00 99.73 20:28:29 20:17:01 all 0.05 0.00 0.01 0.03 0.01 99.90 20:28:29 20:17:01 0 0.33 0.00 0.00 0.00 0.02 99.65 20:28:29 20:17:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 20:17:01 2 0.03 0.00 0.05 0.00 0.07 99.85 20:28:29 20:17:01 3 0.00 0.00 0.02 0.05 0.00 99.93 20:28:29 20:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:17:01 7 0.00 0.00 0.00 0.22 0.00 99.78 20:28:29 20:18:01 all 0.06 0.00 0.01 0.02 0.01 99.90 20:28:29 20:18:01 0 0.35 0.00 0.00 0.00 0.00 99.65 20:28:29 20:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 20:18:01 2 0.07 0.00 0.02 0.00 0.02 99.90 20:28:29 20:18:01 3 0.03 0.00 0.02 0.07 0.03 99.85 20:28:29 20:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:18:01 7 0.02 0.00 0.02 0.08 0.02 99.87 20:28:29 20:19:01 all 0.04 0.00 0.01 0.08 0.04 99.84 20:28:29 20:19:01 0 0.25 0.00 0.02 0.00 0.05 99.68 20:28:29 20:19:01 1 0.00 0.00 0.02 0.17 0.00 99.82 20:28:29 20:19:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:28:29 20:19:01 3 0.00 0.00 0.00 0.45 0.12 99.43 20:28:29 20:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:19:01 6 0.00 0.00 0.00 0.00 0.17 99.83 20:28:29 20:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:20:01 all 0.03 0.00 0.01 0.02 0.01 99.93 20:28:29 20:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:28:29 20:20:01 1 0.07 0.00 0.00 0.10 0.02 99.82 20:28:29 20:20:01 2 0.03 0.00 0.07 0.00 0.02 99.88 20:28:29 20:20:01 3 0.07 0.00 0.00 0.07 0.02 99.85 20:28:29 20:20:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:28:29 20:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 20:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:20:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 20:21:01 all 0.10 0.00 0.01 0.04 0.00 99.84 20:28:29 20:21:01 0 0.75 0.00 0.05 0.00 0.00 99.20 20:28:29 20:21:01 1 0.00 0.00 0.00 0.27 0.00 99.73 20:28:29 20:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 20:28:29 20:21:01 3 0.03 0.00 0.00 0.07 0.00 99.90 20:28:29 20:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:28:29 20:22:01 all 0.02 0.00 0.01 0.05 0.01 99.91 20:28:29 20:22:01 0 0.07 0.00 0.00 0.00 0.02 99.92 20:28:29 20:22:01 1 0.03 0.00 0.02 0.13 0.00 99.82 20:28:29 20:22:01 2 0.02 0.00 0.05 0.02 0.00 99.92 20:28:29 20:22:01 3 0.03 0.00 0.02 0.23 0.02 99.70 20:28:29 20:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 20:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:28:29 20:23:01 all 0.01 0.00 0.01 0.06 0.01 99.91 20:28:29 20:23:01 0 0.07 0.00 0.02 0.00 0.00 99.92 20:28:29 20:23:01 1 0.00 0.00 0.00 0.12 0.00 99.88 20:28:29 20:23:01 2 0.02 0.00 0.03 0.00 0.02 99.93 20:28:29 20:23:01 3 0.02 0.00 0.00 0.37 0.07 99.55 20:28:29 20:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 20:23:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 20:24:01 all 0.03 0.00 0.01 0.02 0.00 99.94 20:28:29 20:24:01 0 0.13 0.00 0.00 0.00 0.00 99.87 20:28:29 20:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:28:29 20:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:28:29 20:24:01 3 0.02 0.00 0.02 0.08 0.02 99.87 20:28:29 20:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:24:01 7 0.02 0.00 0.02 0.07 0.00 99.90 20:28:29 20:25:01 all 0.04 0.00 0.01 0.03 0.03 99.89 20:28:29 20:25:01 0 0.17 0.00 0.00 0.00 0.03 99.80 20:28:29 20:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 20:25:01 2 0.07 0.00 0.02 0.00 0.07 99.85 20:28:29 20:25:01 3 0.00 0.00 0.02 0.23 0.02 99.73 20:28:29 20:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:28:29 20:25:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:28:29 20:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:25:01 7 0.03 0.00 0.02 0.03 0.08 99.83 20:28:29 20:28:29 20:25:01 CPU %user %nice %system %iowait %steal %idle 20:28:29 20:26:01 all 0.13 0.00 0.02 0.07 0.00 99.78 20:28:29 20:26:01 0 1.03 0.00 0.07 0.00 0.02 98.89 20:28:29 20:26:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:28:29 20:26:01 2 0.02 0.00 0.03 0.00 0.00 99.95 20:28:29 20:26:01 3 0.02 0.00 0.02 0.37 0.02 99.58 20:28:29 20:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:26:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:28:29 20:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:26:01 7 0.00 0.00 0.02 0.17 0.00 99.82 20:28:29 20:27:01 all 0.12 0.00 0.01 0.00 0.00 99.87 20:28:29 20:27:01 0 0.38 0.00 0.02 0.00 0.00 99.60 20:28:29 20:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:27:01 2 0.02 0.00 0.03 0.00 0.02 99.93 20:28:29 20:27:01 3 0.48 0.00 0.02 0.03 0.00 99.47 20:28:29 20:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:28:29 20:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:28:29 20:28:01 all 0.34 0.00 0.17 0.05 0.02 99.43 20:28:29 20:28:01 0 0.33 0.00 0.20 0.00 0.02 99.45 20:28:29 20:28:01 1 0.25 0.00 0.10 0.00 0.00 99.65 20:28:29 20:28:01 2 0.25 0.00 0.20 0.00 0.02 99.53 20:28:29 20:28:01 3 0.92 0.00 0.23 0.15 0.02 98.68 20:28:29 20:28:01 4 0.27 0.00 0.13 0.00 0.05 99.55 20:28:29 20:28:01 5 0.20 0.00 0.13 0.00 0.00 99.67 20:28:29 20:28:01 6 0.32 0.00 0.18 0.00 0.00 99.50 20:28:29 20:28:01 7 0.17 0.00 0.15 0.25 0.03 99.40 20:28:29 Average: all 4.36 0.00 1.12 0.79 0.02 93.72 20:28:29 Average: 0 4.42 0.00 1.12 0.65 0.02 93.80 20:28:29 Average: 1 4.40 0.00 1.11 0.88 0.02 93.60 20:28:29 Average: 2 4.31 0.00 1.11 1.23 0.02 93.33 20:28:29 Average: 3 4.57 0.00 1.14 0.75 0.03 93.51 20:28:29 Average: 4 4.28 0.00 1.12 1.01 0.01 93.58 20:28:29 Average: 5 4.28 0.00 1.14 0.54 0.02 94.02 20:28:29 Average: 6 4.40 0.00 1.06 0.52 0.02 94.01 20:28:29 Average: 7 4.21 0.00 1.14 0.75 0.02 93.88 20:28:29 20:28:29 20:28:29