Pull request #4205 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9bb0719aa914a9a2157b37d4161430c9f7498791+cbeaad2d6cb7760bfd67df9a253a2618b7240350 (9cf707fb6a122b57b06330e06c1df61a06395c6d) 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-ssh8137095682710949685.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-ssh14432360770181319891.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-4205/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-4205/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14893769793172682683.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-4205/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9913497631630029892.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-ssh11809487236539859251.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-4205/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-4205/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1919092659250979730.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8597 in /w/workspace/edgexfoundry_edgex-go_PR-4205 [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 > 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/4205/head:refs/remotes/origin/PR-4205 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit cbeaad2d6cb7760bfd67df9a253a2618b7240350 into PR head commit 9bb0719aa914a9a2157b37d4161430c9f7498791 Merge succeeded, producing 9bb0719aa914a9a2157b37d4161430c9f7498791 Checking out Revision 9bb0719aa914a9a2157b37d4161430c9f7498791 (PR-4205) 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 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:06:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 9bb0719aa914a9a2157b37d4161430c9f7498791 # 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 cbeaad2d6cb7760bfd67df9a253a2618b7240350 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9bb0719aa914a9a2157b37d4161430c9f7498791 # timeout=10 [Pipeline] withCredentials 19:06:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:06:15 ========================================================= 19:06:15 EdgeX Global Pipelines Version Info 19:06:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:06:16 ------------------- 19:06:16 stable info: 19:06:16 ------------------- 19:06:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:06:16 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:06:16 Message: update stable to v1.0.243 19:06:16 ------------------- 19:06:16 experimental info: 19:06:16 ------------------- 19:06:16 Commited By: **** collab-it+edgex@linuxfoundation.org 19:06:16 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 19:06:16 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:06:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:06:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:06:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4205 [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4205 [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4205 [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9bb0719aa914a9a2157b37d4161430c9f7498791 [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9bb0719 [Pipeline] echo 19:06:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:18 provisioning config files... 19:06:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12783595362819723045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:06:18 ---> docker-login.sh 19:06:18 nexus3.edgexfoundry.org:10001 19:06:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:18 Configure a credential helper to remove this warning. See 19:06:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:18 19:06:18 Login Succeeded 19:06:18 nexus3.edgexfoundry.org:10002 19:06:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:18 Configure a credential helper to remove this warning. See 19:06:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:18 19:06:18 Login Succeeded 19:06:18 nexus3.edgexfoundry.org:10003 19:06:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:18 Configure a credential helper to remove this warning. See 19:06:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:18 19:06:18 Login Succeeded 19:06:18 nexus3.edgexfoundry.org:10004 19:06:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:19 Configure a credential helper to remove this warning. See 19:06:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:19 19:06:19 Login Succeeded 19:06:19 docker.io 19:06:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:19 Configure a credential helper to remove this warning. See 19:06:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:19 19:06:19 Login Succeeded 19:06:19 ---> docker-login.sh ends [Pipeline] } 19:06:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:19 + 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:06:19 + + dirname cmd/core-command/Dockerfile 19:06:19 cut -d/ -f2 19:06:19 + echo core-command,cmd/core-command/Dockerfile 19:06:19 + + cut -d/ -f2 19:06:19 dirname cmd/core-data/Dockerfile 19:06:19 + echo core-data,cmd/core-data/Dockerfile 19:06:19 + dirname cmd/core-metadata/Dockerfile 19:06:19 + cut -d/ -f2 19:06:19 + echo core-metadata,cmd/core-metadata/Dockerfile 19:06:19 + dirname cmd/security-bootstrapper/Dockerfile 19:06:19 + cut -d/ -f2 19:06:19 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:06:19 + dirname cmd/security-proxy-setup/Dockerfile 19:06:19 + cut -d/ -f2 19:06:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:06:19 + cut -d/ -f2 19:06:19 + dirname cmd/security-secretstore-setup/Dockerfile 19:06:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:06:19 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:06:19 + cut -d/ -f2 19:06:19 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:06:19 + + dirname cmd/security-spire-agent/Dockerfile 19:06:19 cut -d/ -f2 19:06:19 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:06:19 + dirname cmd/security-spire-config/Dockerfile 19:06:19 + cut -d/ -f2 19:06:19 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:06:19 + dirname cmd/security-spire-server/Dockerfile 19:06:19 + cut -d/ -f2 19:06:19 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:06:19 + dirname cmd/support-notifications/Dockerfile 19:06:19 + cut -d/ -f2 19:06:19 + echo support-notifications,cmd/support-notifications/Dockerfile 19:06:19 + dirname cmd/support-scheduler/Dockerfile 19:06:19 + cut -d/ -f2 19:06:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:06:19 + dirname cmd/sys-mgmt-agent/Dockerfile 19:06:19 + cut -d/ -f2 19:06:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:06:19 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:06:20 + git rev-list -1 --merges 9bb0719aa914a9a2157b37d4161430c9f7498791~1..9bb0719aa914a9a2157b37d4161430c9f7498791 [Pipeline] echo 19:06:20 -----------> git rev-list -1 --merges 9bb0719aa914a9a2157b37d4161430c9f7498791~1..9bb0719aa914a9a2157b37d4161430c9f7498791 9bb0719aa914a9a2157b37d4161430c9f7498791 [false] [Pipeline] sh 19:06:20 + git log --format=format:%s -1 9bb0719aa914a9a2157b37d4161430c9f7498791 [Pipeline] echo 19:06:20 ========================================================= 19:06:20 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:06:20 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:06:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:06:21 + grep -v github /etc/ssh/ssh_known_hosts 19:06:21 + [ -e /tmp/ssh_known_hosts ] 19:06:21 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:06:21 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:06:21 + sudo tee -a /etc/ssh/ssh_known_hosts 19:06:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:21 19:06:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:22 0.1.4: Pulling from edgex-devops/py-git-semver 19:06:22 b85a868b505f: Pulling fs layer 19:06:22 e2be974225ed: Pulling fs layer 19:06:22 339a4e72a1f5: Pulling fs layer 19:06:22 988bab9f4d93: Pulling fs layer 19:06:22 1469e6f7b9e6: Pulling fs layer 19:06:22 eaf3925da568: Pulling fs layer 19:06:22 bab4dde63d76: Pulling fs layer 19:06:22 bde34c3a00c8: Pulling fs layer 19:06:22 b352a97aabf1: Pulling fs layer 19:06:22 4872d77fe225: Pulling fs layer 19:06:22 5851b861e8e6: Pulling fs layer 19:06:22 988bab9f4d93: Waiting 19:06:22 1469e6f7b9e6: Waiting 19:06:22 eaf3925da568: Waiting 19:06:22 bab4dde63d76: Waiting 19:06:22 bde34c3a00c8: Waiting 19:06:22 5851b861e8e6: Waiting 19:06:22 b352a97aabf1: Waiting 19:06:22 4872d77fe225: Waiting 19:06:22 e2be974225ed: Download complete 19:06:22 988bab9f4d93: Verifying Checksum 19:06:22 988bab9f4d93: Download complete 19:06:22 1469e6f7b9e6: Verifying Checksum 19:06:22 1469e6f7b9e6: Download complete 19:06:22 eaf3925da568: Verifying Checksum 19:06:22 eaf3925da568: Download complete 19:06:22 339a4e72a1f5: Verifying Checksum 19:06:22 339a4e72a1f5: Download complete 19:06:22 bde34c3a00c8: Download complete 19:06:22 b352a97aabf1: Download complete 19:06:22 4872d77fe225: Verifying Checksum 19:06:22 4872d77fe225: Download complete 19:06:22 5851b861e8e6: Verifying Checksum 19:06:22 5851b861e8e6: Download complete 19:06:22 b85a868b505f: Verifying Checksum 19:06:22 b85a868b505f: Download complete 19:06:22 bab4dde63d76: Verifying Checksum 19:06:22 bab4dde63d76: Download complete 19:06:23 b85a868b505f: Pull complete 19:06:23 e2be974225ed: Pull complete 19:06:24 339a4e72a1f5: Pull complete 19:06:24 988bab9f4d93: Pull complete 19:06:24 1469e6f7b9e6: Pull complete 19:06:24 eaf3925da568: Pull complete 19:06:26 bab4dde63d76: Pull complete 19:06:26 bde34c3a00c8: Pull complete 19:06:26 b352a97aabf1: Pull complete 19:06:26 4872d77fe225: Pull complete 19:06:26 5851b861e8e6: Pull complete 19:06:26 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:06:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:06:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:06:26 prd-ubuntu20.04-docker-8c-8g-8597 does not seem to be running inside a container 19:06:26 $ 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:06:28 $ docker top 369909e33152ed65d8105e6126e79bf91bbc51d63ca5fed614415be49cc5e595 -eo pid,comm 19:06:28 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:06:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:28 [ssh-agent] Looking for ssh-agent implementation... 19:06:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:28 $ docker exec 369909e33152ed65d8105e6126e79bf91bbc51d63ca5fed614415be49cc5e595 ssh-agent 19:06:28 SSH_AUTH_SOCK=/tmp/ssh-KxwGQ6bHDQnj/agent.33 19:06:28 SSH_AGENT_PID=39 19:06:28 Running ssh-add (command line suppressed) 19:06:28 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1618011123761970703.key (/w/workspace/edgex-go/1@tmp/private_key_1618011123761970703.key) 19:06:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:29 + git tag --points-at HEAD [Pipeline] } 19:06:29 $ docker exec --env ******** --env ******** 369909e33152ed65d8105e6126e79bf91bbc51d63ca5fed614415be49cc5e595 ssh-agent -k 19:06:29 unset SSH_AUTH_SOCK; 19:06:29 unset SSH_AGENT_PID; 19:06:29 echo Agent pid 39 killed; 19:06:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:06:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:29 [ssh-agent] Looking for ssh-agent implementation... 19:06:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:29 $ docker exec 369909e33152ed65d8105e6126e79bf91bbc51d63ca5fed614415be49cc5e595 ssh-agent 19:06:29 SSH_AUTH_SOCK=/tmp/ssh-bkOqi2gmUFHD/agent.72 19:06:29 SSH_AGENT_PID=78 19:06:29 Running ssh-add (command line suppressed) 19:06:29 Identity added: /w/workspace/edgex-go/1@tmp/private_key_12013198088695362991.key (/w/workspace/edgex-go/1@tmp/private_key_12013198088695362991.key) 19:06:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:30 + git semver init 19:06:30 2022-10-19 19:06:30,268 [run_init] DEBUG init version:0.0.0 force:False 19:06:30 2022-10-19 19:06:30,269 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:06:30 2022-10-19 19:06:30,270 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:06:30 2022-10-19 19:06:30,270 [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:06:35 2022-10-19 19:06:35,023 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:06:35 2022-10-19 19:06:35,023 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4205 with force:False 19:06:35 2022-10-19 19:06:35,024 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4205 19:06:35 2022-10-19 19:06:35,027 [execute] INFO git cat-file --batch-check 19:06:35 2022-10-19 19:06:35,028 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:06:35 2022-10-19 19:06:35,034 [execute] INFO git cat-file --batch 19:06:35 2022-10-19 19:06:35,034 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:06:35 2022-10-19 19:06:35,041 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4205 19:06:35 0.0.0 [Pipeline] } 19:06:35 $ docker exec --env ******** --env ******** 369909e33152ed65d8105e6126e79bf91bbc51d63ca5fed614415be49cc5e595 ssh-agent -k 19:06:35 unset SSH_AUTH_SOCK; 19:06:35 unset SSH_AGENT_PID; 19:06:35 echo Agent pid 78 killed; 19:06:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:36 + git semver [Pipeline] } 19:06:36 $ docker stop --time=1 369909e33152ed65d8105e6126e79bf91bbc51d63ca5fed614415be49cc5e595 19:06:37 $ docker rm -f 369909e33152ed65d8105e6126e79bf91bbc51d63ca5fed614415be49cc5e595 [Pipeline] // withDockerContainer [Pipeline] sh 19:06:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:06:38 Stashed 1 file(s) [Pipeline] echo 19:06:38 [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:06:39 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:06:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:39 ========================================================= 19:06:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:06:39 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:06:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:39 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:06:39 213ec9aee27d: Pulling fs layer 19:06:39 4583459ba037: Pulling fs layer 19:06:39 93c1e223e6f2: Pulling fs layer 19:06:39 53926ce57604: Pulling fs layer 19:06:39 21b2b0c7a3f4: Pulling fs layer 19:06:39 30f14e443154: Pulling fs layer 19:06:39 801331c1e519: Pulling fs layer 19:06:39 99cc6dd402b0: Pulling fs layer 19:06:39 7d9ed39f4882: Pulling fs layer 19:06:39 21b2b0c7a3f4: Waiting 19:06:39 30f14e443154: Waiting 19:06:39 801331c1e519: Waiting 19:06:39 99cc6dd402b0: Waiting 19:06:39 53926ce57604: Waiting 19:06:39 7d9ed39f4882: Waiting 19:06:39 93c1e223e6f2: Verifying Checksum 19:06:39 93c1e223e6f2: Download complete 19:06:39 4583459ba037: Verifying Checksum 19:06:39 4583459ba037: Download complete 19:06:39 21b2b0c7a3f4: Verifying Checksum 19:06:39 21b2b0c7a3f4: Download complete 19:06:39 30f14e443154: Verifying Checksum 19:06:39 30f14e443154: Download complete 19:06:39 213ec9aee27d: Verifying Checksum 19:06:39 213ec9aee27d: Download complete 19:06:39 801331c1e519: Verifying Checksum 19:06:39 801331c1e519: Download complete 19:06:39 213ec9aee27d: Pull complete 19:06:39 4583459ba037: Pull complete 19:06:40 93c1e223e6f2: Pull complete 19:06:40 7d9ed39f4882: Verifying Checksum 19:06:40 7d9ed39f4882: Download complete 19:06:40 53926ce57604: Verifying Checksum 19:06:40 53926ce57604: Download complete 19:06:40 99cc6dd402b0: Verifying Checksum 19:06:40 99cc6dd402b0: Download complete 19:06:44 53926ce57604: Pull complete 19:06:44 21b2b0c7a3f4: Pull complete 19:06:44 30f14e443154: Pull complete 19:06:44 801331c1e519: Pull complete 19:06:46 99cc6dd402b0: Pull complete 19:06:47 7d9ed39f4882: Pull complete 19:06:47 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 19:06:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:06:47 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:47 WORKDIR /edgex 19:06:47 COPY go.mod . 19:06:47 RUN go mod download 19:06:47 + docker build -t ci-base-image-x86_64 -f - . 19:06:48 Sending build context to Docker daemon 169.7MB 19:06:48 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:06:48 ---> 1dedd983c030 19:06:48 Step 2/4 : WORKDIR /edgex 19:06:50 ---> Running in 74fbffd2d4dd 19:06:50 Removing intermediate container 74fbffd2d4dd 19:06:50 ---> 0d47363c8123 19:06:50 Step 3/4 : COPY go.mod . 19:06:50 ---> 6f8f81b26e81 19:06:50 Step 4/4 : RUN go mod download 19:06:50 ---> Running in 2b97cf1d5a6b 19:06:53 Still waiting to schedule task 19:06:53 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:07:00 Removing intermediate container 2b97cf1d5a6b 19:07:00 ---> f8a89dc43f09 19:07:00 Successfully built f8a89dc43f09 19:07:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:07:01 + docker inspect -f . ci-base-image-x86_64 19:07:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:07:01 prd-ubuntu20.04-docker-8c-8g-8597 does not seem to be running inside a container 19:07:01 $ 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:07:01 $ docker top 8b29290dc335f2df2f7fc0bf3a208f4eb6da362727cfe7eae5af814324e8d9df -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:02 + go version 19:07:02 go version go1.18.7 linux/amd64 [Pipeline] } 19:07:02 $ docker stop --time=1 8b29290dc335f2df2f7fc0bf3a208f4eb6da362727cfe7eae5af814324e8d9df 19:07:03 $ docker rm -f 8b29290dc335f2df2f7fc0bf3a208f4eb6da362727cfe7eae5af814324e8d9df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:07:04 + docker inspect -f . ci-base-image-x86_64 19:07:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:07:04 prd-ubuntu20.04-docker-8c-8g-8597 does not seem to be running inside a container 19:07: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-x86_64 cat 19:07:04 $ docker top d6af633b623dad8bae12807b94ea91fc52452ba2aeaedfb7be3cd2d9eefdb13c -eo pid,comm [Pipeline] { [Pipeline] echo 19:07:04 ========================================================= 19:07:04 [edgeXBuildGoParallel] Running Tests and Build... 19:07:04 ========================================================= [Pipeline] sh 19:07:05 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:07:05 + make test 19:07:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:07:12 ? github.com/edgexfoundry/edgex-go [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:07:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.111s coverage: 28.7% of statements 19:07:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:07:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.206s coverage: 98.5% of statements 19:07:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.190s coverage: 41.3% of statements 19:07:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:07:26 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:07:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.105s coverage: 54.2% of statements 19:07:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:07:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.478s coverage: 89.2% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.114s coverage: 2.2% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.479s coverage: 95.6% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/io 0.091s coverage: 72.2% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.100s coverage: 60.0% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.077s coverage: 0.9% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.086s coverage: 29.6% of statements 19:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.102s coverage: 79.5% of statements 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 19:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements 19:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.085s coverage: 44.8% of statements 19:07:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.252s coverage: 80.5% of statements 19:07:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.060s coverage: 86.9% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.095s coverage: 100.0% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 58.8% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.0% of statements 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.2% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 64.7% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 89.4% of statements 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.340s coverage: 65.8% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 41.8% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.072s coverage: 89.5% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.088s coverage: 17.7% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.182s coverage: 92.3% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.069s coverage: 63.2% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.114s coverage: 97.7% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.070s coverage: 28.9% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements 19:07:50 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:08:12 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:08:12 GO111MODULE=on go vet ./... 19:08:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:08:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:08:16 ./bin/test-attribution-txt.sh [Pipeline] echo 19:08:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:08:17 + ls -al . 19:08:17 total 760 19:08:17 drwxrwxr-x 11 1001 1001 4096 Oct 19 19:07 . 19:08:17 drwxr-xr-x 4 root root 4096 Oct 19 19:07 .. 19:08:17 drwxrwxr-x 2 1001 1001 4096 Oct 19 19:06 .blubracket 19:08:17 -rw-rw-r-- 1 1001 1001 16 Oct 19 19:06 .dockerignore 19:08:17 drwxrwxr-x 8 1001 1001 4096 Oct 19 19:07 .git 19:08:17 drwxrwxr-x 3 1001 1001 4096 Oct 19 19:06 .github 19:08:17 -rw-rw-r-- 1 1001 1001 1030 Oct 19 19:06 .gitignore 19:08:17 -rw-rw-r-- 1 1001 1001 42 Oct 19 19:06 .golangci.yml 19:08:17 -rw-rw-r-- 1 1001 1001 87 Oct 19 19:06 .hadolint.yml 19:08:17 drwxr-xr-x 3 1001 1001 4096 Oct 19 19:06 .semver 19:08:17 -rw-rw-r-- 1 1001 1001 166 Oct 19 19:06 .sonarcloud.properties 19:08:17 -rw-rw-r-- 1 1001 1001 1171 Oct 19 19:06 ADOPTERS.md 19:08:17 -rw-rw-r-- 1 1001 1001 10722 Oct 19 19:06 Attribution.txt 19:08:17 -rw-rw-r-- 1 1001 1001 63209 Oct 19 19:06 CHANGELOG.md 19:08:17 -rw-rw-r-- 1 1001 1001 3804 Oct 19 19:06 CONTRIBUTING.md 19:08:17 -rw-rw-r-- 1 1001 1001 677 Oct 19 19:06 GOVERNANCE.md 19:08:17 -rw-rw-r-- 1 1001 1001 850 Oct 19 19:06 Jenkinsfile 19:08:17 -rw-rw-r-- 1 1001 1001 10775 Oct 19 19:06 LICENSE 19:08:17 -rw-rw-r-- 1 1001 1001 13857 Oct 19 19:06 Makefile 19:08:17 -rw-rw-r-- 1 1001 1001 582 Oct 19 19:06 OWNERS.md 19:08:17 -rw-rw-r-- 1 1001 1001 9799 Oct 19 19:06 README.md 19:08:17 -rw-rw-r-- 1 1001 1001 6912 Oct 19 19:06 SECURITY.md 19:08:17 -rw-rw-r-- 1 1001 1001 5 Oct 19 19:06 VERSION 19:08:17 -rw-rw-r-- 1 1001 1001 4131 Oct 19 19:06 ZMQWindows.md 19:08:17 drwxrwxr-x 2 1001 1001 4096 Oct 19 19:06 bin 19:08:17 drwxrwxr-x 18 1001 1001 4096 Oct 19 19:06 cmd 19:08:17 -rw-r--r-- 1 root root 503479 Oct 19 19:07 coverage.out 19:08:17 -rw-rw-r-- 1 1001 1001 3458 Oct 19 19:06 go.mod 19:08:17 -rw-rw-r-- 1 1001 1001 38041 Oct 19 19:06 go.sum 19:08:17 drwxrwxr-x 8 1001 1001 4096 Oct 19 19:06 internal 19:08:17 drwxrwxr-x 3 1001 1001 4096 Oct 19 19:06 openapi 19:08:17 drwxrwxr-x 4 1001 1001 4096 Oct 19 19:06 snap 19:08:17 -rw-rw-r-- 1 1001 1001 204 Oct 19 19:06 version.go [Pipeline] sh 19:08:17 + '[' -e coverage.out ] 19:08:17 + chown 1001:1001 coverage.out [Pipeline] stash 19:08:17 Stashed 1 file(s) [Pipeline] sh 19:08:17 + make build 19:08:17 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:08:26 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8599 in /w/workspace/edgexfoundry_edgex-go_PR-4205 [Pipeline] { [Pipeline] ws 19:08:26 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:08:26 The recommended git tool is: git 19:08:31 using credential edgex-jenkins-ssh 19:08:31 Cloning the remote Git repository 19:08:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:08:31 > git init /w/workspace/edgex-go/1 # timeout=10 19:08:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:31 > git --version # timeout=10 19:08:31 > git --version # 'git version 2.25.1' 19:08:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:31 Verifying host key using known hosts file 19:08:32 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:08:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:32 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:08:42 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:08:44 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:08:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:50 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:50 Verifying host key using known hosts file 19:08:50 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:08:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4205/head:refs/remotes/origin/PR-4205 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:08:50 Merging remotes/origin/main commit cbeaad2d6cb7760bfd67df9a253a2618b7240350 into PR head commit 9bb0719aa914a9a2157b37d4161430c9f7498791 19:08:51 Merge succeeded, producing 9bb0719aa914a9a2157b37d4161430c9f7498791 19:08:51 Checking out Revision 9bb0719aa914a9a2157b37d4161430c9f7498791 (PR-4205) 19:08:51 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 19:08:51 > git --version # timeout=10 19:08:51 > git --version # 'git version 2.25.1' 19:08:51 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 19:08:52 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:08:52 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:08:50 > git config core.sparsecheckout # timeout=10 19:08:50 > git checkout -f 9bb0719aa914a9a2157b37d4161430c9f7498791 # timeout=10 19:08:51 > git remote # timeout=10 19:08:51 > git config --get remote.origin.url # timeout=10 19:08:51 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:51 Verifying host key using known hosts file 19:08:51 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:08:51 > git merge cbeaad2d6cb7760bfd67df9a253a2618b7240350 # timeout=10 19:08:51 > git rev-parse HEAD^{commit} # timeout=10 19:08:51 > git config core.sparsecheckout # timeout=10 19:08:51 > git checkout -f 9bb0719aa914a9a2157b37d4161430c9f7498791 # timeout=10 19:08:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:08:53 % Total % Received % Xferd Average Speed Time Time Time Current 19:08:53 Dload Upload Total Spent Left Speed 19:08:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 88125 0 --:--:-- --:--:-- --:--:-- 88125 19:08:53 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 [Pipeline] sh 19:08:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:08:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:08:54 + sudo tee /etc/docker/daemon.new 19:08:54 { 19:08:54 "registry-mirrors": [ 19:08:54 "https://nexus3.edgexfoundry.org:10001" 19:08:54 ], 19:08:54 "bip": "10.250.0.254/24", 19:08:54 "hosts": [ 19:08:54 "tcp://0.0.0.0:5555", 19:08:54 "unix:///var/run/docker.sock" 19:08:54 ], 19:08:54 "mtu": 1458, 19:08:54 "selinux-enabled": true, 19:08:54 "seccomp-profile": "/etc/docker/seccomp.json" 19:08:54 } [Pipeline] sh 19:08:54 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:08:54 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:08:54 + sudo service docker restart 19:08: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 19:08: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:08:57 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:08: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:09:00 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:09:02 $ docker stop --time=1 d6af633b623dad8bae12807b94ea91fc52452ba2aeaedfb7be3cd2d9eefdb13c 19:09:04 $ docker rm -f d6af633b623dad8bae12807b94ea91fc52452ba2aeaedfb7be3cd2d9eefdb13c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:05 19:09:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:05 latest: Pulling from edgex-devops/edgex-compose 19:09:05 cbdbe7a5bc2a: Pulling fs layer 19:09:05 ca9280d653b3: Pulling fs layer 19:09:05 7e9c9ca2126c: Pulling fs layer 19:09:05 cbdbe7a5bc2a: Verifying Checksum 19:09:05 cbdbe7a5bc2a: Download complete 19:09:06 cbdbe7a5bc2a: Pull complete 19:09:06 ca9280d653b3: Verifying Checksum 19:09:06 ca9280d653b3: Download complete 19:09:06 7e9c9ca2126c: Verifying Checksum 19:09:06 7e9c9ca2126c: Download complete 19:09:06 ca9280d653b3: Pull complete 19:09:10 7e9c9ca2126c: Pull complete 19:09:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:09:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:10 prd-ubuntu20.04-docker-8c-8g-8597 does not seem to be running inside a container 19:09:10 $ 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:09:11 $ docker top ddfb562ae1f383f4d6ce5ac4bd2883da1ffcf4ed1bf82955d4b09dff461c1ad8 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:12 + + docker-composegrep build parallel --help 19:09:12 19:09:12 --parallel Build images in parallel. [Pipeline] } 19:09:12 $ docker stop --time=1 ddfb562ae1f383f4d6ce5ac4bd2883da1ffcf4ed1bf82955d4b09dff461c1ad8 19:09:13 $ docker rm -f ddfb562ae1f383f4d6ce5ac4bd2883da1ffcf4ed1bf82955d4b09dff461c1ad8 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:09:14 provisioning config files... 19:09:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10242637562150216583tmp [Pipeline] writeFile [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:14 ---> docker-login.sh 19:09:14 nexus3.edgexfoundry.org:10001 19:09:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:14 prd-ubuntu20.04-docker-8c-8g-8597 does not seem to be running inside a container 19:09:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:14 $ 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:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:15 Configure a credential helper to remove this warning. See 19:09:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:15 19:09:15 Login Succeeded 19:09:15 nexus3.edgexfoundry.org:10002 19:09:15 $ docker top 550160a8a83bb28b39e291fb9345546898def6681c78587aab58f73cd0c92e08 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:15 + docker-compose -f ./docker-compose-build.yml build --parallel 19:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:15 Configure a credential helper to remove this warning. See 19:09:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:15 19:09:15 Login Succeeded 19:09:15 nexus3.edgexfoundry.org:10003 19:09:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:15 Configure a credential helper to remove this warning. See 19:09:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:15 19:09:15 Login Succeeded 19:09:15 nexus3.edgexfoundry.org:10004 19:09:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:16 Configure a credential helper to remove this warning. See 19:09:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:16 19:09:16 Login Succeeded 19:09:16 docker.io 19:09:16 Building core-command ... 19:09:16 Building core-data ... 19:09:16 Building core-metadata ... 19:09:16 Building security-bootstrapper ... 19:09:16 Building security-proxy-setup ... 19:09:16 Building security-secretstore-setup ... 19:09:16 Building security-spiffe-token-provider ... 19:09:16 Building security-spire-agent ... 19:09:16 Building security-spire-config ... 19:09:16 Building security-spire-server ... 19:09:16 Building support-notifications ... 19:09:16 Building support-scheduler ... 19:09:16 Building sys-mgmt-agent ... 19:09:16 Building security-spire-config 19:09:16 Building security-secretstore-setup 19:09:16 Building sys-mgmt-agent 19:09:16 Building security-proxy-setup 19:09:16 Building security-spire-agent 19:09:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:09:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:09:16 Configure a credential helper to remove this warning. See 19:09:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:09:16 19:09:16 Login Succeeded 19:09:16 ---> docker-login.sh ends [Pipeline] } 19:09:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:09:17 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:09:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:17 ========================================================= 19:09:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:09:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:09:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:18 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:09:18 9b18e9b68314: Pulling fs layer 19:09:18 d32db5db7311: Pulling fs layer 19:09:18 d0c4b47475fc: Pulling fs layer 19:09:18 5831b945b038: Pulling fs layer 19:09:18 86bbec2aaacd: Pulling fs layer 19:09:18 e10730c5d714: Pulling fs layer 19:09:18 5dd5c2283517: Pulling fs layer 19:09:18 d5ac0230b979: Pulling fs layer 19:09:18 e10730c5d714: Waiting 19:09:18 5dd5c2283517: Waiting 19:09:18 d5ac0230b979: Waiting 19:09:18 5831b945b038: Waiting 19:09:18 86bbec2aaacd: Waiting 19:09:18 d0c4b47475fc: Download complete 19:09:18 d32db5db7311: Verifying Checksum 19:09:18 d32db5db7311: Download complete 19:09:18 86bbec2aaacd: Verifying Checksum 19:09:18 86bbec2aaacd: Download complete 19:09:18 e10730c5d714: Verifying Checksum 19:09:18 e10730c5d714: Download complete 19:09:18 9b18e9b68314: Verifying Checksum 19:09:19 9b18e9b68314: Pull complete 19:09:19 d5ac0230b979: Verifying Checksum 19:09:19 d5ac0230b979: Download complete 19:09:20 d32db5db7311: Pull complete 19:09:20 d0c4b47475fc: Pull complete 19:09:21 5dd5c2283517: Verifying Checksum 19:09:21 5dd5c2283517: Download complete 19:09:21 5831b945b038: Verifying Checksum 19:09:21 5831b945b038: Download complete 19:09:31 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:31 ---> f8a89dc43f09 19:09:31 Step 3/26 : WORKDIR /edgex-go 19:09:31 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:31 ---> f8a89dc43f09 19:09:31 Step 3/23 : WORKDIR /edgex-go 19:09:31 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:31 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:09:31 ---> f8a89dc43f09 19:09:31 Step 3/25 : WORKDIR /edgex-go 19:09:31 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:31 ---> f8a89dc43f09 19:09:31 Step 3/26 : WORKDIR /edgex-go 19:09:31 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:09:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:09:31 ---> f8a89dc43f09 19:09:31 Step 3/22 : WORKDIR /edgex-go 19:09:33 5831b945b038: Pull complete 19:09:33 86bbec2aaacd: Pull complete 19:09:34 e10730c5d714: Pull complete 19:09:37 ---> Running in d360e1db8e68 19:09:37 ---> Running in e242c11a186d 19:09:37 ---> Running in 2317ede86cad 19:09:37 ---> Running in 2c81e45e43d6 19:09:37 ---> Running in 1777836b1551 19:09:37 Removing intermediate container d360e1db8e68 19:09:37 ---> 24e2bbbd527d 19:09:37 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:37 Removing intermediate container 2317ede86cad 19:09:37 ---> 3a23045cfe0a 19:09:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:37 Removing intermediate container e242c11a186d 19:09:37 Removing intermediate container 2c81e45e43d6 19:09:37 ---> a391aacd7356 19:09:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 8c11a609e116 19:09:37 19:09:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:37 Removing intermediate container 1777836b1551 19:09:37 ---> f4374f2eef19 19:09:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:37 ---> Running in e28423ed7d2a 19:09:37 ---> Running in d63f2fdbba8d 19:09:37 ---> Running in 7b7069c9d42b 19:09:37 ---> Running in 9d4d8078f907 19:09:37 ---> Running in 349df3e9cb4d 19:09:37 Removing intermediate container e28423ed7d2a 19:09:37 ---> f8f1f8505597 19:09:37 Step 5/23 : RUN apk add --update --no-cache make bash git 19:09:37 ---> Running in 312ab7e011cd 19:09:37 Removing intermediate container d63f2fdbba8d 19:09:37 ---> 359516ba3714 19:09:37 Step 5/25 : RUN apk add --update --no-cache make git 19:09:37 ---> Running in 818ac377825b 19:09:37 Removing intermediate container 7b7069c9d42b 19:09:37 ---> 7435052d6521 19:09:37 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:37 ---> Running in 61124005961b 19:09:38 Removing intermediate container 9d4d8078f907 19:09:38 ---> e430eb0b08cd 19:09:38 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:09:38 ---> Running in 9a73e9662486 19:09:38 Removing intermediate container 349df3e9cb4d 19:09:38 ---> 811d925280d9 19:09:38 Step 5/22 : RUN apk add --update --no-cache make git 19:09:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:38 ---> Running in e3891c1d1586 19:09:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:09:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:39 OK: 211 MiB in 51 packages 19:09:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:09:39 OK: 211 MiB in 51 packages 19:09:39 OK: 211 MiB in 51 packages 19:09:40 Removing intermediate container 61124005961b 19:09:40 ---> c3ec08fd4a8d 19:09:40 Step 6/26 : COPY go.mod vendor* ./ 19:09:40 OK: 211 MiB in 51 packages 19:09:40 OK: 211 MiB in 51 packages 19:09:40 ---> 0d4474a6b396 19:09:40 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:40 ---> Running in 508d6c09240f 19:09:40 Removing intermediate container 818ac377825b 19:09:40 ---> 500b0dcd9901 19:09:40 Step 6/25 : COPY go.mod vendor* ./ 19:09:40 Removing intermediate container 312ab7e011cd 19:09:40 ---> 546ed30e7ed7 19:09:40 Step 6/23 : COPY go.mod vendor* ./ 19:09:40 ---> cdab9dc5d8dd 19:09:40 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:40 Removing intermediate container e3891c1d1586 19:09:40 ---> 2c7efa283d00 19:09:40 Step 6/22 : COPY go.mod vendor* ./ 19:09:40 Removing intermediate container 9a73e9662486 19:09:40 ---> 67a5a568e2d3 19:09:40 Step 6/26 : COPY go.mod vendor* ./ 19:09:40 ---> 02e54125e04d 19:09:40 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:40 ---> Running in 499debb4e825 19:09:40 ---> Running in 8f60dacc1825 19:09:40 ---> 2fddedcd64b1 19:09:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:40 ---> Running in a3d623667e56 19:09:40 ---> 9255d24be1db 19:09:40 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:09:40 5dd5c2283517: Pull complete 19:09:41 ---> Running in c1f871ff4fed 19:09:41 d5ac0230b979: Pull complete 19:09:41 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 19:09:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:09:42 + + docker buildecho -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:42 WORKDIR /edgex 19:09:42 COPY go.mod . 19:09:42 RUN go mod download ci-base-image-arm64 19:09:42 -f - . 19:09:42 Sending build context to Docker daemon 3.27MB 19:09:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:09:42 ---> 59b3b1a385d4 19:09:42 Step 2/4 : WORKDIR /edgex 19:09:46 ---> Running in 116892ca5155 19:09:46 Removing intermediate container 116892ca5155 19:09:46 ---> 46ca25771927 19:09:46 Step 3/4 : COPY go.mod . 19:09:46 ---> a9ca1c64d302 19:09:46 Step 4/4 : RUN go mod download 19:09:46 ---> Running in e70ce8f3cd5e 19:10:07 Removing intermediate container c1f871ff4fed 19:10:07 ---> 1d60d70ad1c0 19:10:07 Step 8/26 : COPY . . 19:10:07 Removing intermediate container 499debb4e825 19:10:07 ---> b1457af1a907 19:10:07 Step 8/25 : COPY . . 19:10:07 Removing intermediate container 508d6c09240f 19:10:07 ---> d12de6d863ca 19:10:07 Step 8/26 : COPY . . 19:10:07 Removing intermediate container a3d623667e56 19:10:07 ---> 84b956a8a44f 19:10:07 Step 8/22 : COPY . . 19:10:07 Removing intermediate container 8f60dacc1825 19:10:07 ---> 06a60985d67a 19:10:07 Step 8/23 : COPY . . 19:10:18 Removing intermediate container e70ce8f3cd5e 19:10:18 ---> f5fc02aa4342 19:10:18 Successfully built f5fc02aa4342 19:10:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:19 + docker inspect -f . ci-base-image-arm64 19:10:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:19 prd-ubuntu20.04-docker-arm64-4c-16g-8599 does not seem to be running inside a container 19:10:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:10:20 $ docker top ff8d1e4e6f0ef7397077107afc533d60aafa8e953b71be45a3a0d85ce4aa723e -eo pid,comm [Pipeline] { [Pipeline] sh 19:10:21 + go version 19:10:21 go version go1.18.7 linux/arm64 [Pipeline] } 19:10:21 $ docker stop --time=1 ff8d1e4e6f0ef7397077107afc533d60aafa8e953b71be45a3a0d85ce4aa723e 19:10:23 $ docker rm -f ff8d1e4e6f0ef7397077107afc533d60aafa8e953b71be45a3a0d85ce4aa723e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:24 + docker inspect -f . ci-base-image-arm64 19:10:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:24 prd-ubuntu20.04-docker-arm64-4c-16g-8599 does not seem to be running inside a container 19:10:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:10:25 $ docker top bff1abcddb08a73415c0aaf34771f54f2f66d9808abbccf3387dfb90d0253d8c -eo pid,comm [Pipeline] { [Pipeline] echo 19:10:25 ========================================================= 19:10:25 [edgeXBuildGoParallel] Running Tests and Build... 19:10:25 ========================================================= [Pipeline] sh 19:10:26 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:10:26 + make test 19:10:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:10:39 ---> 77f0a13713f9 19:10:39 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:10:39 ---> 04376cc847d3 19:10:39 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:10:39 ---> c6d25df43652 19:10:39 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:10:39 ---> 9a021726436a 19:10:39 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:10:39 ---> 162a8dbc87d6 19:10:39 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:10:39 ---> Running in 845d31dbb46a 19:10:39 ---> Running in e17b5f059a70 19:10:39 ---> Running in 4f3590e90d9c 19:10:39 ---> Running in 1af1a400cc56 19:10:39 ---> Running in c0c63282ef5e 19:10:39 Removing intermediate container 845d31dbb46a 19:10:39 ---> 51a634d0bd19 19:10:39 Step 10/26 : WORKDIR /edgex-go/spire-build 19:10:39 Removing intermediate container c0c63282ef5e 19:10:39 ---> 6447fe622dce 19:10:39 Step 10/26 : WORKDIR /edgex-go/spire-build 19:10:39 ---> Running in e76a26cd743f 19:10:39 ---> Running in aca0d6f7b06e 19:10:39 Removing intermediate container e76a26cd743f 19:10:39 ---> 0e7b97bc23cb 19:10:39 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:10:39 Removing intermediate container aca0d6f7b06e 19:10:39 ---> dc74f2961a50 19:10:39 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:10:39 ---> Running in 186f1cd32a2d 19:10:39 ---> Running in ed75cf381bde 19:10:39 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:10:39 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:10:39 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:10:39 Removing intermediate container 186f1cd32a2d 19:10:39 ---> d7604bb6a012 19:10:39 Step 12/26 : WORKDIR /edgex-go 19:10:39 Removing intermediate container ed75cf381bde 19:10:39 ---> 8f9c1ab5eaa1 19:10:39 Step 12/26 : WORKDIR /edgex-go 19:10:39 ---> Running in b688c3b9f623 19:10:39 ---> Running in bfb58adbe6b2 19:10:39 Removing intermediate container b688c3b9f623 19:10:39 ---> 11e3c1106ce8 19:10:39 19:10:39 Step 13/26 : FROM alpine:3.15 19:10:39 Removing intermediate container bfb58adbe6b2 19:10:39 ---> 7d2606d5bf23 19:10:39 19:10:39 Step 13/26 : FROM alpine:3.15 19:10:40 3.15: Pulling from library/alpine 19:10:40 3.15: Pulling from library/alpine 19:10:41 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:10:41 Status: Downloaded newer image for alpine:3.15 19:10:41 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:10:41 Status: Image is up to date for alpine:3.15 19:10:41 ---> c4fc93816858 19:10:41 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:41 ---> c4fc93816858 19:10:41 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:10:43 ---> Running in f32c928cf6bf 19:10:43 ---> Running in d57fa4a663dd 19:10:44 Removing intermediate container d57fa4a663dd 19:10:44 ---> d052b8e1e042 19:10:44 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:44 Removing intermediate container f32c928cf6bf 19:10:44 ---> 1625f3fc94c3 19:10:44 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:44 ---> Running in a961b5990319 19:10:44 ---> Running in 928adea0d149 19:10:47 Removing intermediate container 928adea0d149 19:10:47 ---> eee0c7387d81 19:10:47 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:10:49 Removing intermediate container a961b5990319 19:10:49 ---> 38c8458ec494 19:10:49 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:10:49 ---> Running in 16a3f71bb8fa 19:10:50 ---> Running in ea5dda2bccae 19:10:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:52 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:52 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:52 OK: 15857 distinct packages available 19:10:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:53 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:53 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:10:53 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:10:53 OK: 15857 distinct packages available 19:10:53 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:53 (1/4) Installing dumb-init (1.2.5-r1) 19:10:53 (2/4) Installing musl-obstack (1.2.3-r0) 19:10:53 (3/4) Installing libucontext (1.1-r0) 19:10:54 (4/4) Installing gcompat (1.0.0-r4) 19:10:54 Executing busybox-1.34.1-r7.trigger 19:10:54 OK: 6 MiB in 18 packages 19:10:54 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:54 (1/5) Installing dumb-init (1.2.5-r1) 19:10:54 (2/5) Installing musl-obstack (1.2.3-r0) 19:10:54 (3/5) Installing libucontext (1.1-r0) 19:10:55 (4/5) Installing gcompat (1.0.0-r4) 19:10:55 (5/5) Installing openssl (1.1.1q-r0) 19:10:55 Executing busybox-1.34.1-r7.trigger 19:10:55 OK: 7 MiB in 19 packages 19:10:57 Removing intermediate container 16a3f71bb8fa 19:10:57 ---> 1bc5accfb6da 19:10:57 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:10:58 ? github.com/edgexfoundry/edgex-go [no test files] 19:10:59 Removing intermediate container ea5dda2bccae 19:10:59 ---> 769e64b36c0d 19:10:59 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:11:01 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:11:01 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:11:02 ---> 9624e75c42fa 19:11:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:11:02 ---> e6830a66ac8a 19:11:02 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:11:02 ---> 722db9445bf1 19:11:02 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:11:02 ---> Running in 6fc2846b6eb4 19:11:02 Removing intermediate container 6fc2846b6eb4 19:11:02 ---> 645cee01ea73 19:11:02 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:11:06 ---> b6c63ff16a26 19:11:06 Step 21/26 : WORKDIR / 19:11:06 ---> ebff3d1ccaf5 19:11:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:11:06 ---> Running in 46f6f7abb3ad 19:11:06 Removing intermediate container 1af1a400cc56 19:11:06 ---> 96191f159546 19:11:06 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:11:07 Removing intermediate container 46f6f7abb3ad 19:11:07 ---> d3283a746d79 19:11:07 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:11:08 ---> Running in bbf5c3c399ca 19:11:08 ---> f564b1487d3b 19:11:08 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:11:08 ---> Running in b410b6b07c1d 19:11:08 Removing intermediate container b410b6b07c1d 19:11:08 ---> d9dbabd67760 19:11:08 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:11:08 Removing intermediate container 4f3590e90d9c 19:11:08 ---> 6b33f55e7788 19:11:08 19:11:08 Step 10/22 : FROM alpine:3.16 19:11:08 Removing intermediate container e17b5f059a70 19:11:08 ---> 5db9f018b516 19:11:08 19:11:08 Step 10/25 : FROM alpine:3.16 19:11:08 ---> 62467fe1f541 19:11:08 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:11:08 ---> Running in 2c6ef72b25de 19:11:09 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:11:09 Removing intermediate container 2c6ef72b25de 19:11:09 ---> f17e3aa52e38 19:11:09 Step 24/26 : LABEL arch=x86_64 19:11:09 ---> Running in 03011493b0aa 19:11:09 ---> a1cdbcfc10d2 19:11:09 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:11:09 ---> Running in 663b60e63a97 19:11:09 Removing intermediate container 03011493b0aa 19:11:09 ---> 105dedc1e651 19:11:09 Step 25/26 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:11:09 Removing intermediate container 663b60e63a97 19:11:09 ---> 698f6141a2cd 19:11:09 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:11:09 ---> Running in b9bac31b72ca 19:11:09 ---> Running in ae257d978ccb 19:11:09 Removing intermediate container b9bac31b72ca 19:11:09 ---> 9ae444e2accf 19:11:09 Step 26/26 : LABEL version=0.0.0 19:11:09 Removing intermediate container ae257d978ccb 19:11:09 ---> 896c8463e3fd 19:11:09 Step 24/26 : LABEL arch=x86_64 19:11:09 ---> Running in ddd43653dab9 19:11:09 ---> Running in de7b531c6ba1 19:11:09 Removing intermediate container ddd43653dab9 19:11:09 ---> bce52a1dee5f 19:11:09 19:11:09 Successfully built bce52a1dee5f 19:11:09 Successfully tagged security-spire-config:latest 19:11:09  Building security-spire-config ... done Building support-scheduler 19:11:09 Removing intermediate container de7b531c6ba1 19:11:09 ---> c93fccff3f99 19:11:09 Step 25/26 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:11:10 3.16: Pulling from library/alpine 19:11:11 3.16: Pulling from library/alpine 19:11:11 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:11:11 ---> f8a89dc43f09 19:11:11 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:11:16 ---> Running in 3a6542082c19 19:11:16 ---> Running in 26ac0197605c 19:11:16 Removing intermediate container 3a6542082c19 19:11:16 ---> e56248430a18 19:11:16 Step 26/26 : LABEL version=0.0.0 19:11:16 Removing intermediate container 26ac0197605c 19:11:16 ---> 94c5153ce06f 19:11:16 Step 4/23 : WORKDIR /edgex-go 19:11:16 Removing intermediate container bbf5c3c399ca 19:11:16 ---> 39bd62f2dcd5 19:11:16 19:11:16 Step 11/23 : FROM alpine:3.16 19:11:16 ---> Running in 987fc50790c2 19:11:16 ---> Running in 224de634ff3d 19:11:16 Removing intermediate container 987fc50790c2 19:11:16 ---> 37878f8f388e 19:11:16 19:11:16 Removing intermediate container 224de634ff3d 19:11:16 ---> f5e9e0aa167e 19:11:16 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:16 ---> Running in 16b89e01acc2 19:11:16 Successfully built 37878f8f388e 19:11:16 Successfully tagged security-spire-agent:latest 19:11:16  Building security-spire-agent ... done Building core-data 19:11:16 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:11:16 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:11:16 Status: Downloaded newer image for alpine:3.16 19:11:16 Status: Image is up to date for alpine:3.16 19:11:16 ---> 9c6f07244728 19:11:16 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:11:16 ---> 9c6f07244728 19:11:16 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:11:16 3.16: Pulling from library/alpine 19:11:17 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:11:17 Status: Image is up to date for alpine:3.16 19:11:17 ---> 9c6f07244728 19:11:17 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:11:18 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:11:18 ---> f8a89dc43f09 19:11:18 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:11:18 ---> Using cache 19:11:18 ---> 94c5153ce06f 19:11:18 Step 4/24 : WORKDIR /edgex-go 19:11:18 ---> Using cache 19:11:18 ---> f5e9e0aa167e 19:11:18 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:20 ---> Running in e06d0cb3a5a2 19:11:20 ---> Running in 84aa856c291b 19:11:20 ---> Running in 1a6cb320541c 19:11:20 ---> Running in 8625d6dd29d2 19:11:20 Removing intermediate container 84aa856c291b 19:11:20 ---> b6b48f99b3e0 19:11:20 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:11:20 ---> Running in f88d19a6011f 19:11:20 Removing intermediate container 16b89e01acc2 19:11:20 ---> e2c636f89fbb 19:11:20 Step 6/23 : RUN apk add --update --no-cache make git 19:11:20 ---> Running in 84c3a749a9f3 19:11:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:21 (1/6) Installing ca-certificates (20220614-r0) 19:11:21 (2/6) Installing brotli-libs (1.0.9-r6) 19:11:21 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:11:21 (4/6) Installing libcurl (7.83.1-r3) 19:11:21 (5/6) Installing curl (7.83.1-r3) 19:11:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:21 (6/6) Installing dumb-init (1.2.5-r1) 19:11:21 Executing busybox-1.35.0-r17.trigger 19:11:21 Executing ca-certificates-20220614-r0.trigger 19:11:21 (1/3) Installing ca-certificates (20220614-r0) 19:11:21 Removing intermediate container 8625d6dd29d2 19:11:21 ---> 88f861f958e1 19:11:21 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:11:21 (2/3) Installing dumb-init (1.2.5-r1) 19:11:21 (3/3) Installing su-exec (0.2-r1) 19:11:21 Executing busybox-1.35.0-r17.trigger 19:11:21 Executing ca-certificates-20220614-r0.trigger 19:11:21 OK: 8 MiB in 20 packages 19:11:21 ---> Running in b764cd95a19b 19:11:21 OK: 6 MiB in 17 packages 19:11:21 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:11:21 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:11:21 (3/33) Installing readline (8.1.2-r0) 19:11:21 (4/33) Installing bash (5.1.16-r2) 19:11:22 Executing bash-5.1.16-r2.post-install 19:11:22 (5/33) Installing ca-certificates (20220614-r0) 19:11:22 (6/33) Installing brotli-libs (1.0.9-r6) 19:11:22 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:11:22 (8/33) Installing libcurl (7.83.1-r3) 19:11:22 (9/33) Installing curl (7.83.1-r3) 19:11:22 (10/33) Installing docker-cli (20.10.20-r0) 19:11:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:22 (11/33) Installing dumb-init (1.2.5-r1) 19:11:22 (12/33) Installing libbz2 (1.0.8-r1) 19:11:22 (13/33) Installing expat (2.4.9-r0) 19:11:22 (14/33) Installing libffi (3.4.2-r1) 19:11:22 (15/33) Installing gdbm (1.23-r0) 19:11:22 (16/33) Installing xz-libs (5.2.5-r1) 19:11:22 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:11:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:22 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:11:22 (19/33) Installing mpdecimal (2.5.1-r1) 19:11:22 (20/33) Installing sqlite-libs (3.38.5-r0) 19:11:22 (21/33) Installing python3 (3.10.5-r0) 19:11:22 OK: 211 MiB in 51 packages 19:11:22 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:11:22 (23/33) Installing py3-tomli (2.0.1-r1) 19:11:22 (24/33) Installing py3-pep517 (0.12.0-r2) 19:11:22 (25/33) Installing py3-six (1.16.0-r1) 19:11:22 (26/33) Installing py3-retrying (1.3.3-r3) 19:11:22 (27/33) Installing py3-appdirs (1.4.4-r3) 19:11:22 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:11:22 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:11:22 (30/33) Installing py3-parsing (2.4.7-r3) 19:11:22 (31/33) Installing py3-packaging (21.3-r0) 19:11:22 (32/33) Installing py3-setuptools (59.4.0-r0) 19:11:22 (33/33) Installing py3-pip (22.1.1-r0) 19:11:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:23 Executing busybox-1.35.0-r17.trigger 19:11:23 Executing ca-certificates-20220614-r0.trigger 19:11:23 OK: 122 MiB in 47 packages 19:11:23 OK: 211 MiB in 51 packages 19:11:23 Removing intermediate container e06d0cb3a5a2 19:11:23 ---> d75354852f62 19:11:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:23 Removing intermediate container 1a6cb320541c 19:11:23 ---> a41c51dbf1c7 19:11:23 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:23 ---> Running in 0a2ba7650ce4 19:11:23 ---> Running in 2e46910f4ad1 19:11:23 Removing intermediate container 84c3a749a9f3 19:11:23 ---> a043a039a656 19:11:23 Step 7/23 : COPY go.mod vendor* ./ 19:11:23 Removing intermediate container b764cd95a19b 19:11:23 ---> 5bdbf2df44d5 19:11:23 Step 7/24 : COPY go.mod vendor* ./ 19:11:23 Removing intermediate container 0a2ba7650ce4 19:11:23 ---> 7e9ccedb2ae0 19:11:23 Step 13/22 : WORKDIR /edgex 19:11:23 Removing intermediate container 2e46910f4ad1 19:11:23 ---> 5d96df3e5678 19:11:23 Step 13/25 : WORKDIR / 19:11:23 ---> Running in 09d1120cca85 19:11:23 ---> Running in 8ded2ae5e6ab 19:11:24 ---> 22dddd1926cb 19:11:24 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:24 ---> 64d3d4643b43 19:11:24 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:24 ---> Running in 9f232614d43c 19:11:24 Removing intermediate container 09d1120cca85 19:11:24 ---> 76b401e2f59e 19:11:24 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:11:24 ---> Running in 6ad32b86ee85 19:11:24 Removing intermediate container 8ded2ae5e6ab 19:11:24 ---> ffa1c36c9b5f 19:11:24 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:11:24 ---> fa8b60fdab5b 19:11:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:11:24 ---> 7b333a06943f 19:11:24 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:11:24 ---> 74edb271d52b 19:11:24 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:11:24 ---> 007dd5145e14 19:11:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:11:25 ---> 20f6360fe9a8 19:11:25 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:11:25 ---> 4e050bcd2ea0 19:11:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:11:25 ---> de0763045e39 19:11:25 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:11:25 ---> be4c221ab46d 19:11:25 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:11:25 ---> Running in 7d982632ab66 19:11:25 ---> 5877b3bd75b7 19:11:25 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:11:26 Collecting docker-compose==1.23.2 19:11:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:11:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 494.9 kB/s eta 0:00:00 19:11:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:11:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:11:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 2.7 MB/s eta 0:00:00 19:11:26 Collecting jsonschema<3,>=2.5.1 19:11:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:11:26 Collecting docopt<0.7,>=0.6.1 19:11:26 Downloading docopt-0.6.2.tar.gz (25 kB) 19:11:26 Preparing metadata (setup.py): started 19:11:27 Preparing metadata (setup.py): finished with status 'done' 19:11:27 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:11:27 Collecting PyYAML<4,>=3.10 19:11:27 Downloading PyYAML-3.13.tar.gz (270 kB) 19:11:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 3.9 MB/s eta 0:00:00 19:11:28 Preparing metadata (setup.py): started 19:11:28 Preparing metadata (setup.py): finished with status 'done' 19:11:28 Collecting websocket-client<1.0,>=0.32.0 19:11:28 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:11:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 6.7 MB/s eta 0:00:00 19:11:28 Collecting dockerpty<0.5,>=0.4.1 19:11:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:11:28 Preparing metadata (setup.py): started 19:11:29 Preparing metadata (setup.py): finished with status 'done' 19:11:29 Collecting cached-property<2,>=1.2.0 19:11:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:11:29 Collecting docker<4.0,>=3.6.0 19:11:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:11:29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 20.4 MB/s eta 0:00:00 19:11:29 Collecting texttable<0.10,>=0.9.0 19:11:29 Downloading texttable-0.9.1.tar.gz (11 kB) 19:11:29 Preparing metadata (setup.py): started 19:11:30 Preparing metadata (setup.py): finished with status 'done' 19:11:30 Collecting docker-pycreds>=0.4.0 19:11:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:11:30 Collecting certifi>=2017.4.17 19:11:30 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:11:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 24.0 MB/s eta 0:00:00 19:11:30 Collecting idna<2.8,>=2.5 19:11:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:11:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 26.8 MB/s eta 0:00:00 19:11:30 Collecting chardet<3.1.0,>=3.0.2 19:11:30 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:11:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 19.2 MB/s eta 0:00:00 19:11:30 Collecting urllib3<1.25,>=1.21.1 19:11:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:11:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 26.0 MB/s eta 0:00:00 19:11:30 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:11:30 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:11:30 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:11:30 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:11:31 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:11:31 Running setup.py install for texttable: started 19:11:31 ---> a8bcd03fd926 19:11:31 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:11:31 Running setup.py install for texttable: finished with status 'done' 19:11:31 Running setup.py install for PyYAML: started 19:11:31 ---> 188986fca788 19:11:31 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:11:31 Removing intermediate container 7d982632ab66 19:11:31 ---> 48484aa07412 19:11:31 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:11:31 ---> Running in f52f0c0f2afd 19:11:31 ---> Running in 3c2e1a06f676 19:11:31 Running setup.py install for PyYAML: finished with status 'done' 19:11:32 Removing intermediate container 3c2e1a06f676 19:11:32 ---> d91bdd25a4d2 19:11:32 Step 20/22 : LABEL arch=x86_64 19:11:32 Running setup.py install for docopt: started 19:11:32 ---> Running in 1f0c81163861 19:11:33 Running setup.py install for docopt: finished with status 'done' 19:11:37 Running setup.py install for dockerpty: started 19:11:37 Removing intermediate container 1f0c81163861 19:11:37 ---> 7e5f9c245f2c 19:11:37 Step 21/22 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:11:37 Removing intermediate container f52f0c0f2afd 19:11:37 ---> 2ce4f8ed8876 19:11:37 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:11:37 ---> Running in 88e3615c898d 19:11:37 ---> Running in 041bb1e182bc 19:11:37 Removing intermediate container 041bb1e182bc 19:11:37 ---> 70dc26f21da4 19:11:37 Step 23/25 : LABEL arch=x86_64 19:11:37 Removing intermediate container 88e3615c898d 19:11:37 ---> 830e29e84859 19:11:37 Step 22/22 : LABEL version=0.0.0 19:11:37 Running setup.py install for dockerpty: finished with status 'done' 19:11:37 ---> Running in dfe25d7bfd3a 19:11:37 ---> Running in 89df9598a3aa 19:11:37 Removing intermediate container 9f232614d43c 19:11:37 ---> e1cebf8c4ef1 19:11:37 Step 9/23 : COPY . . 19:11:37 Removing intermediate container dfe25d7bfd3a 19:11:37 ---> e6094d263a12 19:11:37 Step 24/25 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:11:37 Removing intermediate container 89df9598a3aa 19:11:37 ---> 221db8deb292 19:11:37 19:11:37 ---> Running in bba0fc8dd0e0 19:11:37 Removing intermediate container 6ad32b86ee85 19:11:37 ---> bbad8512b5c6 19:11:37 Step 9/24 : COPY . . 19:11:37 Successfully built 221db8deb292 19:11:37 Successfully tagged security-proxy-setup:latest 19:11:37  Building security-proxy-setup ... done Building security-bootstrapper 19:11:40 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:11:40 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:11:42 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:42 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:11:42 ---> f8a89dc43f09 19:11:42 Step 3/33 : WORKDIR /edgex-go 19:11:42 ---> Using cache 19:11:42 ---> f4374f2eef19 19:11:42 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:42 ---> Using cache 19:11:42 ---> 811d925280d9 19:11:42 Step 5/33 : RUN apk add --update --no-cache make git 19:11:42 ---> Using cache 19:11:42 ---> 2c7efa283d00 19:11:42 Step 6/33 : COPY go.mod vendor* ./ 19:11:42 ---> Using cache 19:11:42 ---> 2fddedcd64b1 19:11:42 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:42 ---> Using cache 19:11:42 ---> 84b956a8a44f 19:11:42 Step 8/33 : COPY . . 19:11:42 ---> Using cache 19:11:42 ---> 9a021726436a 19:11:42 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:11:50 Removing intermediate container bba0fc8dd0e0 19:11:50 ---> fc4e4520fe7e 19:11:50 Step 25/25 : LABEL version=0.0.0 19:11:50 ---> Running in 035f5b870cd2 19:11:50 ---> Running in d58bdb1448ca 19:11:50 ---> 27e7a9a63469 19:11:50 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:11:50 ---> baa407a13d33 19:11:50 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:11:50 ---> Running in 2f500c38a34c 19:11:50 ---> Running in 30306a59567d 19:11:50 Removing intermediate container d58bdb1448ca 19:11:50 ---> 6f2a750a4f19 19:11:50 19:11:50 Successfully built 6f2a750a4f19 19:11:50 Successfully tagged security-secretstore-setup:latest 19:11:50 Building security-spiffe-token-provider 19:11:50  Building security-secretstore-setup ... 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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:11:50 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:11:50 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:11:55 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:55 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:11:55 ---> f8a89dc43f09 19:11:55 Step 3/20 : WORKDIR /edgex-go 19:11:55 ---> Using cache 19:11:55 ---> f4374f2eef19 19:11:55 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:12:04 Removing intermediate container f88d19a6011f 19:12:04 ---> a4dcbc07233b 19:12:04 Step 14/23 : ENV APP_PORT=58890 19:12:05 ---> Running in e00acbdfc1f8 19:12:05 ---> Running in 71a3f0d9db63 19:12:05 Removing intermediate container 71a3f0d9db63 19:12:05 ---> b5f3d2777346 19:12:05 Step 15/23 : EXPOSE $APP_PORT 19:12:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:06 ---> Running in dadad5005b56 19:12:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:06 v3.16.2-312-gb93bd0b546 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:12:06 v3.16.2-311-gdacaca291d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:12:06 OK: 17038 distinct packages available 19:12:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:06 Removing intermediate container dadad5005b56 19:12:06 ---> 1f6370e643e0 19:12:06 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:12:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:06 OK: 211 MiB in 51 packages 19:12:07 ---> c569a3aa2756 19:12:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:12:07 Removing intermediate container e00acbdfc1f8 19:12:07 ---> ad360d6d7040 19:12:07 Step 5/20 : COPY go.mod vendor* ./ 19:12:08 ---> 112a19b6918a 19:12:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:12:08 ---> 8ff763800c83 19:12:08 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:08 ---> Running in 87fb2b0c8b01 19:12:08 ---> d6d40313427e 19:12:08 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:12:08 ---> Running in d516b4c25453 19:12:09 Removing intermediate container d516b4c25453 19:12:09 ---> 3eb8a4c4228f 19:12:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:09 ---> Running in d073b0c7a8cf 19:12:09 Removing intermediate container d073b0c7a8cf 19:12:09 ---> a7c6f9e60b0b 19:12:09 Step 21/23 : LABEL arch=x86_64 19:12:09 ---> Running in 6a4b8a8d226b 19:12:09 Removing intermediate container 6a4b8a8d226b 19:12:09 ---> 1eb9945f1ed2 19:12:09 Step 22/23 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:12:10 ---> Running in 3b3723dc6117 19:12:10 Removing intermediate container 3b3723dc6117 19:12:10 ---> aff99bcceee7 19:12:10 Step 23/23 : LABEL version=0.0.0 19:12:11 ---> Running in 7115960927af 19:12:11 Removing intermediate container 7115960927af 19:12:11 ---> 3767f24d185a 19:12:11 19:12:11 Successfully built 3767f24d185a 19:12:11 Successfully tagged sys-mgmt-agent:latest 19:12:11  Building sys-mgmt-agent ... done Building support-notifications 19:12:16 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:16 ---> f8a89dc43f09 19:12:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:12:16 ---> Using cache 19:12:16 ---> 94c5153ce06f 19:12:16 Step 4/23 : WORKDIR /edgex-go 19:12:16 ---> Using cache 19:12:16 ---> f5e9e0aa167e 19:12:16 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:16 ---> Using cache 19:12:16 ---> 88f861f958e1 19:12:16 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:12:23 ---> Running in 121ad8d97b64 19:12:23 Removing intermediate container 035f5b870cd2 19:12:23 ---> 31965b99cf0d 19:12:23 19:12:23 Step 10/33 : FROM alpine:3.16 19:12:23 ---> 9c6f07244728 19:12:23 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:26 ---> Running in 870596ebf1cb 19:12:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:27 OK: 211 MiB in 51 packages 19:12:28 Removing intermediate container 30306a59567d 19:12:28 ---> d12ab1fdc607 19:12:28 19:12:28 Step 11/23 : FROM alpine:3.16 19:12:28 ---> 9c6f07244728 19:12:28 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:12:28 Removing intermediate container 870596ebf1cb 19:12:28 ---> ee89874e267f 19:12:28 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:12:28 ---> Running in d09f0bd6ddcc 19:12:28 ---> Running in 7a6de4ce6bc5 19:12:29 Removing intermediate container 2f500c38a34c 19:12:29 ---> 6aff4db978f7 19:12:29 19:12:29 Step 11/24 : FROM alpine:3.16 19:12:29 ---> 9c6f07244728 19:12:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:12:29 ---> Running in 317f3f875716 19:12:29 Removing intermediate container 121ad8d97b64 19:12:29 ---> 8f8eb24953c2 19:12:29 Step 7/23 : COPY go.mod vendor* ./ 19:12:29 Removing intermediate container 317f3f875716 19:12:29 ---> b1f5123b59bd 19:12:29 Step 13/24 : ENV APP_PORT=59880 19:12:29 ---> Running in b55660a8170e 19:12:29 ---> 8c18bd761065 19:12:29 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:29 ---> Running in 0222057e9fd1 19:12:29 Removing intermediate container b55660a8170e 19:12:29 ---> 9f008fb125d7 19:12:29 Step 14/24 : EXPOSE $APP_PORT 19:12:29 ---> Running in 51425ac88d16 19:12:29 Removing intermediate container 87fb2b0c8b01 19:12:29 ---> 0790b48b2b05 19:12:29 Step 7/20 : COPY . . 19:12:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:29 Removing intermediate container 51425ac88d16 19:12:29 ---> b51457fc60cd 19:12:29 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:29 ---> Running in e0ebf64584c6 19:12:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:29 (1/1) Installing dumb-init (1.2.5-r1) 19:12:29 Executing busybox-1.35.0-r17.trigger 19:12:29 OK: 6 MiB in 15 packages 19:12:29 (1/2) Installing dumb-init (1.2.5-r1) 19:12:29 (2/2) Installing su-exec (0.2-r1) 19:12:29 Executing busybox-1.35.0-r17.trigger 19:12:29 OK: 6 MiB in 16 packages 19:12:36 ---> 1d0152abae30 19:12:36 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:12:37 Removing intermediate container d09f0bd6ddcc 19:12:37 ---> 4708843d4677 19:12:37 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:38 Removing intermediate container e0ebf64584c6 19:12:38 ---> f271e204599d 19:12:38 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:12:38 Removing intermediate container 7a6de4ce6bc5 19:12:38 ---> b718cea357e3 19:12:38 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:12:38 ---> Running in 0bbad50e12cf 19:12:38 ---> Running in 102c1a01e1cd 19:12:38 ---> Running in 9f254d5a7140 19:12:38 ---> Running in 3d3ba0319fa4 19:12:38 Removing intermediate container 102c1a01e1cd 19:12:38 ---> 2595f5ffeb7d 19:12:38 Step 14/23 : ENV APP_PORT=59861 19:12:38 ---> Running in 0025fd025619 19:12:38 Removing intermediate container 3d3ba0319fa4 19:12:38 ---> efe07d4632cb 19:12:38 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:12: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:12:38 Removing intermediate container 0025fd025619 19:12:38 ---> cf26c6a25cf4 19:12:38 Step 15/23 : EXPOSE $APP_PORT 19:12:38 ---> Running in 3a68c1a7ce8f 19:12:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:39 ---> Running in 52e5ff37dd4f 19:12:39 Removing intermediate container 3a68c1a7ce8f 19:12:39 ---> 804573849615 19:12:39 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:12:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:39 ---> Running in e3106f311194 19:12:39 Removing intermediate container 52e5ff37dd4f 19:12:39 ---> 4fd04a5c70e6 19:12:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:40 Removing intermediate container e3106f311194 19:12:40 ---> 318a98971875 19:12:40 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:12:40 (1/6) Installing dumb-init (1.2.5-r1) 19:12:40 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:12:40 (3/6) Installing libsodium (1.0.18-r0) 19:12:40 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:12:40 ---> Running in 158bba35696f 19:12:40 ---> d98dad08422d 19:12:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:12:40 (5/6) Installing libzmq (4.3.4-r0) 19:12:40 Removing intermediate container 158bba35696f 19:12:40 ---> 28581eb9d87a 19:12:40 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:12:41 (6/6) Installing zeromq (4.3.4-r0) 19:12:41 Executing busybox-1.35.0-r17.trigger 19:12:41 OK: 8 MiB in 20 packages 19:12:41 ---> Running in 786d7bf13a3c 19:12:43 ---> a8c19422789d 19:12:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:12:43 Removing intermediate container 0222057e9fd1 19:12:43 ---> a3f5d21ed332 19:12:43 Step 9/23 : COPY . . 19:12:43 ---> 1e3f860a3ec2 19:12:43 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:12:43 Removing intermediate container 9f254d5a7140 19:12:43 ---> 869ce9af307b 19:12:43 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:43 ---> Running in 21ebb01810ec 19:12:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:12:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:12:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:12:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:12:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:12:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:12:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:12:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:12:53 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:12:53 ---> 4ab1f6e21ee2 19:12:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:12:53 Removing intermediate container 21ebb01810ec 19:12:53 ---> 5c9f507399f2 19:12:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:53 Removing intermediate container 786d7bf13a3c 19:12:53 ---> b5c3c7853766 19:12:53 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:12:53 ---> Running in e1caaf971d33 19:12:53 ---> ad03b328f4df 19:12:53 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:12:53 ---> Running in 69792bdc6650 19:12:53 ---> Running in 51a9a4f6284b 19:12:53 Removing intermediate container e1caaf971d33 19:12:53 ---> dc0dee4f3eba 19:12:53 Step 21/23 : LABEL arch=x86_64 19:12:53 ---> d1a1f5914ac7 19:12:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:12:53 ---> Running in a5ee35a48120 19:12:53 Removing intermediate container 69792bdc6650 19:12:53 ---> 7a7ad9f09ada 19:12:53 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:12:53 Removing intermediate container a5ee35a48120 19:12:53 ---> 68e764667c58 19:12:53 Step 22/23 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:12:53 ---> Running in 315bd834c53e 19:12:53 ---> 389ee1d8a64c 19:12:53 Step 20/24 : ENTRYPOINT ["/core-data"] 19:12:53 ---> Running in 6619af32a299 19:12:53 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:12:53 Removing intermediate container 315bd834c53e 19:12:53 ---> 6f987de5e0ae 19:12:53 Step 23/23 : LABEL version=0.0.0 19:12:53 ---> 5011ec941984 19:12:53 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:12:53 ---> Running in e34d4e01cbb6 19:12:53 ---> Running in 73606fc78720 19:12:53 Removing intermediate container 6619af32a299 19:12:53 ---> b96effe86862 19:12:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:53 ---> Running in ec46c1d36222 19:12:53 Removing intermediate container e34d4e01cbb6 19:12:53 ---> 77951e335a25 19:12:53 19:12:54 Successfully built 77951e335a25 19:12:54 Successfully tagged support-scheduler:latest 19:12:54 Building core-metadata 19:12:54  Building support-scheduler ... done Removing intermediate container ec46c1d36222 19:12:54 ---> 386db6906c4c 19:12:54 Step 22/24 : LABEL arch=x86_64 19:12:54 ---> Running in 4a043e9c735e 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:12:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:12:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:12:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:12:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:12:59 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:59 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:12:59 ---> f8a89dc43f09 19:12:59 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:12:59 ---> Using cache 19:12:59 ---> 94c5153ce06f 19:12:59 Step 4/25 : WORKDIR /edgex-go 19:12:59 ---> Using cache 19:12:59 ---> f5e9e0aa167e 19:12:59 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:59 ---> Using cache 19:12:59 ---> 88f861f958e1 19:12:59 Step 6/25 : RUN apk add --update --no-cache make git 19:13:02 Removing intermediate container 4a043e9c735e 19:13:02 ---> 439521a7eb62 19:13:02 Step 23/24 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:13:02 ---> Running in fc1af0a1728b 19:13:02 ---> Running in d562dcfcaf04 19:13:02 Removing intermediate container d562dcfcaf04 19:13:02 ---> 8579312712a4 19:13:02 Step 24/24 : LABEL version=0.0.0 19:13:03 ---> Running in af59613216f4 19:13:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:03 Removing intermediate container 73606fc78720 19:13:03 ---> 27962fb3cb16 19:13:03 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:04 Removing intermediate container af59613216f4 19:13:04 ---> e8a18c718f97 19:13:04 19:13:04 Successfully built e8a18c718f97 19:13:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:05 Successfully tagged core-data:latest 19:13:05 Building core-command 19:13:05  Building core-data ... done OK: 211 MiB in 51 packages 19:13:08 ---> c343c56955cc 19:13:08 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:13:09 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:13:09 ---> f8a89dc43f09 19:13:09 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:13:09 ---> Using cache 19:13:09 ---> 94c5153ce06f 19:13:09 Step 4/24 : WORKDIR /edgex-go 19:13:09 ---> Using cache 19:13:09 ---> f5e9e0aa167e 19:13:09 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:09 ---> Using cache 19:13:09 ---> 88f861f958e1 19:13:09 Step 6/24 : RUN apk add --update --no-cache make git 19:13:15 ---> 8140ec3b4a74 19:13:15 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:13:15 ---> Running in fc90527a9870 19:13:15 Removing intermediate container fc1af0a1728b 19:13:15 ---> 7d0506e402c0 19:13:15 Step 7/25 : COPY go.mod vendor* ./ 19:13:15 Removing intermediate container 0bbad50e12cf 19:13:15 ---> 15eb91ba7539 19:13:15 19:13:15 Step 9/20 : FROM alpine:3.15 19:13:15 ---> c4fc93816858 19:13:15 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:13:15 ---> Using cache 19:13:15 ---> 1625f3fc94c3 19:13:15 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:15 ---> Using cache 19:13:15 ---> eee0c7387d81 19:13:15 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:13:15 ---> 850853a5a7b0 19:13:15 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:13:15 ---> Running in d6441af19ce2 19:13:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:15 ---> f4fd8741e1c1 19:13:15 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:16 ---> 6149367969dc 19:13:16 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:13:16 ---> Running in 1884fcf528e2 19:13:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:17 OK: 211 MiB in 51 packages 19:13:17 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:13:17 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:13:17 OK: 15857 distinct packages available 19:13:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:18 ---> 0325dd343b04 19:13:18 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:13:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:18 ---> 5aea43763ec8 19:13:18 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:13:18 Removing intermediate container fc90527a9870 19:13:18 ---> 1455d0c7726e 19:13:18 Step 7/24 : COPY go.mod vendor* ./ 19:13:18 ---> bdc977de9123 19:13:18 Step 28/33 : RUN chmod +x /entrypoint.sh 19:13:18 Removing intermediate container 51a9a4f6284b 19:13:18 ---> ae3b5c97c459 19:13:18 19:13:18 Step 11/23 : FROM alpine:3.16 19:13:18 ---> 9c6f07244728 19:13:18 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:13:18 ---> Running in 72e54404bf25 19:13:18 ---> Running in 17fab43f3e20 19:13:18 (1/9) Installing ca-certificates (20220614-r0) 19:13:18 ---> 04c8d8fecf32 19:13:18 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:18 (2/9) Installing brotli-libs (1.0.9-r5) 19:13:18 ---> Running in 006f67e9eac2 19:13:18 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:13:18 (4/9) Installing libcurl (7.80.0-r3) 19:13:18 (5/9) Installing curl (7.80.0-r3) 19:13:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:19 (6/9) Installing dumb-init (1.2.5-r1) 19:13:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:19 (7/9) Installing musl-obstack (1.2.3-r0) 19:13:19 (8/9) Installing libucontext (1.1-r0) 19:13:19 Removing intermediate container 72e54404bf25 19:13:19 ---> 5f59e34f8f31 19:13:19 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:13:19 (1/2) Installing ca-certificates (20220614-r0) 19:13:19 (9/9) Installing gcompat (1.0.0-r4) 19:13:19 (2/2) Installing dumb-init (1.2.5-r1) 19:13:19 Executing busybox-1.35.0-r17.trigger 19:13:19 Executing ca-certificates-20220614-r0.trigger 19:13:19 Executing busybox-1.34.1-r7.trigger 19:13:19 Executing ca-certificates-20220614-r0.trigger 19:13:19 OK: 6 MiB in 16 packages 19:13:19 ---> Running in 53385542b35b 19:13:19 OK: 8 MiB in 23 packages 19:13:22 Removing intermediate container 53385542b35b 19:13:22 ---> 9340a9ab0603 19:13:22 Step 30/33 : CMD ["gate"] 19:13:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.652s coverage: 28.7% of statements 19:13:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:13:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:13:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.498s coverage: 98.5% of statements 19:13:26 ---> Running in 9da2d9acafc1 19:13:26 Removing intermediate container 9da2d9acafc1 19:13:26 ---> 1ea160a99a22 19:13:26 Step 31/33 : LABEL arch=x86_64 19:13:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.699s coverage: 41.3% of statements 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.749s coverage: 54.2% of statements 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:13:30 Removing intermediate container 17fab43f3e20 19:13:30 ---> 4aa57470c10a 19:13:30 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:13:30 Removing intermediate container d6441af19ce2 19:13:30 ---> 60a1f9884805 19:13:30 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:30 ---> Running in a8881c292c91 19:13:30 ---> Running in 0f18f2d3e285 19:13:31 Removing intermediate container a8881c292c91 19:13:31 ---> 07325938bfa2 19:13:31 Step 32/33 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:13:31 Removing intermediate container 0f18f2d3e285 19:13:31 ---> d51b68eb0c6e 19:13:31 Step 14/23 : ENV APP_PORT=59860 19:13:31 ---> Running in 09cd05a49222 19:13:31 ---> acb3aae89f4a 19:13:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:13:31 ---> Running in 0094c0196dfc 19:13:31 Removing intermediate container 006f67e9eac2 19:13:31 ---> fbd24b0d725c 19:13:31 Step 9/24 : COPY . . 19:13:31 Removing intermediate container 1884fcf528e2 19:13:31 ---> 0c3ff4251c4d 19:13:31 Step 9/25 : COPY . . 19:13:32 Removing intermediate container 09cd05a49222 19:13:32 ---> 17e72cb3d776 19:13:32 Step 33/33 : LABEL version=0.0.0 19:13:32 Removing intermediate container 0094c0196dfc 19:13:32 ---> 0092e2b4ac96 19:13:32 Step 15/23 : EXPOSE $APP_PORT 19:13:44 ---> 72a3db4fca70 19:13:44 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:13:44 ---> Running in e21f90bb6832 19:13:44 ---> Running in dbea2a8ed35c 19:13:44 ---> 55ae44ee320a 19:13:44 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:13:44 ---> 909f64787519 19:13:44 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:13:45 ---> Running in 408de87960b5 19:13:45 ---> Running in d0fcad8d36b8 19:13:45 ---> 680e3f3b24e0 19:13:45 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:13:45 Removing intermediate container dbea2a8ed35c 19:13:45 ---> 7b44c99b13c3 19:13:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:45 Removing intermediate container e21f90bb6832 19:13:45 ---> a632b40d2a85 19:13:45 19:13:45 Successfully built a632b40d2a85 19:13:46 Successfully tagged security-bootstrapper:latest 19:13:46 Building security-spire-server 19:13:46  Building security-bootstrapper ... done  ---> Running in 3b14263a644a 19:13:49 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:49 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:13:49 ---> f8a89dc43f09 19:13:49 Step 3/25 : WORKDIR /edgex-go 19:13:49 ---> Using cache 19:13:49 ---> f4374f2eef19 19:13:49 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:49 ---> Using cache 19:13:49 ---> 811d925280d9 19:13:49 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:13:52 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:13:52 ---> 17d6bc8bed56 19:13:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:13:52 Removing intermediate container 3b14263a644a 19:13:52 ---> 19ed9635f0b5 19:13:52 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:52 ---> Running in 9e4f4f053643 19:13:52 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:13:54 ---> Running in 1c8a185339d3 19:13:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:56 ---> 8c857fd8e379 19:13:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:13:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:56 OK: 211 MiB in 51 packages 19:13:56 Removing intermediate container 1c8a185339d3 19:13:56 ---> 398db5ace6f7 19:13:56 Step 18/20 : LABEL arch=x86_64 19:13:58 ---> Running in 1c7557f7186e 19:13:58 ---> 807401b5943c 19:13:58 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:13:59 ---> Running in 877b80a89f0e 19:14:00 Removing intermediate container 1c7557f7186e 19:14:00 ---> a03376bbe781 19:14:00 Step 19/20 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:14:00 Removing intermediate container 9e4f4f053643 19:14:00 ---> 4185bde7d162 19:14:00 Step 6/25 : COPY go.mod vendor* ./ 19:14:00 ---> Running in a2cfc3b29975 19:14:00 Removing intermediate container 877b80a89f0e 19:14:00 ---> 1f51db55a44c 19:14:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 27.924s coverage: 89.2% of statements 19:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:14:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.524s coverage: 2.2% of statements 19:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:14:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.517s coverage: 95.6% of statements 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:14:03 ok github.com/edgexfoundry/edgex-go/internal/io 0.341s coverage: 72.2% of statements 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:14:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.592s coverage: 60.0% of statements 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:14:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.879s coverage: 0.9% of statements 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:14:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.260s coverage: 58.8% of statements 19:14:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.252s coverage: 29.6% of statements 19:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:14:03 ---> 99e2555db799 19:14:03 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:04 ---> Running in d1aa4ac90cff 19:14:05 Removing intermediate container a2cfc3b29975 19:14:05 ---> 9457459b0342 19:14:05 Step 20/20 : LABEL version=0.0.0 19:14:05 ---> Running in ca25caa9c492 19:14:06 Removing intermediate container d1aa4ac90cff 19:14:06 ---> 567d2c5eb7f3 19:14:06 Step 21/23 : LABEL arch=x86_64 19:14:06 ---> Running in 8733ef005070 19:14:06 ---> Running in 16cf390be945 19:14:07 Removing intermediate container 8733ef005070 19:14:07 ---> fd7146833aac 19:14:07 19:14:07 Successfully built fd7146833aac 19:14:07 Successfully tagged security-spiffe-token-provider:latest 19:14:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.265s coverage: 47.1% of statements 19:14:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.341s coverage: 79.5% of statements 19:14:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.220s coverage: 94.1% of statements 19:14:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.270s coverage: 96.3% of statements 19:14:08  Building security-spiffe-token-provider ... done Removing intermediate container 16cf390be945 19:14:08 ---> 4a92c637e51c 19:14:08 Step 22/23 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.257s coverage: 87.5% of statements 19:14:12 ---> Running in ac4a5430b6bf 19:14:16 Removing intermediate container ac4a5430b6bf 19:14:16 ---> 0b755359cc3c 19:14:16 Step 23/23 : LABEL version=0.0.0 19:14:18 ---> Running in 125c4585b34b 19:14:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.384s coverage: 94.4% of statements 19:14:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.231s coverage: 44.8% of statements 19:14:25 Removing intermediate container 125c4585b34b 19:14:25 ---> c6923ddabcfb 19:14:25 19:14:25 Successfully built c6923ddabcfb 19:14:25 Successfully tagged support-notifications:latest 19:14:25  Building support-notifications ... done Removing intermediate container 408de87960b5 19:14:25 ---> a314f59f77e3 19:14:25 19:14:25 Step 11/25 : FROM alpine:3.16 19:14:25 ---> 9c6f07244728 19:14:25 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:14:25 ---> Using cache 19:14:25 ---> 4708843d4677 19:14:25 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:14:25 ---> Using cache 19:14:25 ---> 2595f5ffeb7d 19:14:25 Step 14/25 : ENV APP_PORT=59881 19:14:25 Removing intermediate container d0fcad8d36b8 19:14:25 ---> 2750d8960c0c 19:14:25 19:14:25 Step 11/24 : FROM alpine:3.16 19:14:25 ---> 9c6f07244728 19:14:25 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:14:25 ---> Using cache 19:14:25 ---> 4708843d4677 19:14:25 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:14:25 ---> Using cache 19:14:25 ---> 2595f5ffeb7d 19:14:25 Step 14/24 : ENV APP_PORT=59882 19:14:25 ---> Running in f8385bbbeb63 19:14:25 ---> Running in 7cf26bb6d7f2 19:14:25 Removing intermediate container f8385bbbeb63 19:14:25 ---> 55f2f7cb63e9 19:14:25 Step 15/24 : EXPOSE $APP_PORT 19:14:25 Removing intermediate container ca25caa9c492 19:14:25 ---> 98feebb9aa49 19:14:25 Step 8/25 : COPY . . 19:14:25 Removing intermediate container 7cf26bb6d7f2 19:14:25 ---> e0dbcb3738d8 19:14:25 Step 15/25 : EXPOSE $APP_PORT 19:14:25 ---> Running in 2f4f1e2a1127 19:14:25 ---> Running in 8d07e4cb4da4 19:14:28 Removing intermediate container 2f4f1e2a1127 19:14:28 ---> edee32938e7a 19:14:28 Step 16/24 : WORKDIR / 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.747s coverage: 80.5% of statements 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:14:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.308s coverage: 92.9% of statements 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:14:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 65.1% of statements 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:14:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.273s coverage: 86.9% of statements 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:14:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.252s coverage: 87.2% of statements 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:14:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.198s coverage: 100.0% of statements 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:14:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.281s coverage: 58.8% of statements 19:14:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:14:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.318s coverage: 80.0% of statements 19:14:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.274s coverage: 87.2% of statements 19:14:34 Removing intermediate container 8d07e4cb4da4 19:14:34 ---> 3ab0408beabb 19:14:34 Step 16/25 : WORKDIR / 19:14:34 ---> Running in b290d73b9cbe 19:14:34 ---> Running in 1c5523327495 19:14:34 ---> e8e67589f07e 19:14:34 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:14:34 Removing intermediate container b290d73b9cbe 19:14:34 ---> 4710ddc04f11 19:14:34 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:34 ---> Running in bcde4684932f 19:14:34 Removing intermediate container 1c5523327495 19:14:34 ---> 68647d747003 19:14:34 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:34 Removing intermediate container bcde4684932f 19:14:34 ---> 7fdba3d033e1 19:14:34 Step 10/25 : WORKDIR /edgex-go/spire-build 19:14:34 ---> Running in 019038ec4ea1 19:14:34 ---> d06c21519721 19:14:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:14:34 ---> c7a61edc26a2 19:14:34 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:14:34 Removing intermediate container 019038ec4ea1 19:14:34 ---> 7022d9739c82 19:14:34 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:14:34 ---> Running in fd0ddd648cdf 19:14:34 ---> f8df1550c574 19:14:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:14:34 ---> 0cab1960993e 19:14:34 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:14:35 ---> f3b95a5eaa23 19:14:35 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:14:35 ---> bbd7f9572f4c 19:14:35 Step 20/24 : ENTRYPOINT ["/core-command"] 19:14:35 ---> Running in d57f7d48d61c 19:14:35 Removing intermediate container d57f7d48d61c 19:14:35 ---> b733a14fe632 19:14:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:35 ---> Running in 13d2ed3a1aa7 19:14:35 ---> 3161ccb91855 19:14:35 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:14:35 ---> Running in 305dc7f4d49a 19:14:35 Removing intermediate container 13d2ed3a1aa7 19:14:35 ---> 700429b7126a 19:14:35 Step 22/24 : LABEL arch=x86_64 19:14:35 ---> Running in 9c74e0fabfb9 19:14:35 Removing intermediate container 305dc7f4d49a 19:14:35 ---> bfca3d4ac005 19:14:35 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:35 ---> Running in 31dd9908887e 19:14:35 Removing intermediate container 9c74e0fabfb9 19:14:35 ---> 7a65ee4c477e 19:14:35 Step 23/24 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:14:35 ---> Running in b12bcd09268b 19:14:35 Removing intermediate container 31dd9908887e 19:14:35 ---> 0530b5e243f6 19:14:35 Step 23/25 : LABEL arch=x86_64 19:14:35 Removing intermediate container fd0ddd648cdf 19:14:35 ---> 01c44d02f55a 19:14:35 Step 12/25 : WORKDIR /edgex-go 19:14:35 ---> Running in 9711ac64b2f9 19:14:35 Removing intermediate container b12bcd09268b 19:14:35 ---> aad322374ad7 19:14:35 Step 24/24 : LABEL version=0.0.0 19:14:35 ---> Running in 0e67a3e10408 19:14:35 ---> Running in 4774eea4cfef 19:14:35 Removing intermediate container 9711ac64b2f9 19:14:35 ---> 89ada7e3e30d 19:14:35 Step 24/25 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:14:35 ---> Running in 7b68cd9fd403 19:14:35 Removing intermediate container 0e67a3e10408 19:14:35 ---> 27295d98439b 19:14:35 19:14:35 Step 13/25 : FROM alpine:3.15 19:14:35 ---> c4fc93816858 19:14:35 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:35 ---> Using cache 19:14:35 ---> 1625f3fc94c3 19:14:35 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:35 ---> Using cache 19:14:35 ---> eee0c7387d81 19:14:35 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.444s coverage: 85.4% of statements 19:14:35 Removing intermediate container 4774eea4cfef 19:14:35 ---> ac7497a98bdf 19:14:35 19:14:35 ---> Running in 06cc8cc091ce 19:14:35 Successfully built ac7497a98bdf 19:14:35 Removing intermediate container 7b68cd9fd403 19:14:35 ---> 2aee29a8619d 19:14:35 Step 25/25 : LABEL version=0.0.0 19:14:35 Successfully tagged core-command:latest 19:14:35  Building core-command ... done  ---> Running in 4748fee603cf 19:14:35 Removing intermediate container 4748fee603cf 19:14:35 ---> 61e228dbee79 19:14:35 19:14:36 Successfully built 61e228dbee79 19:14:36 Successfully tagged core-metadata:latest 19:14:36  Building core-metadata ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.925s coverage: 91.2% of statements 19:14:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:14:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:37 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:14:37 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:14:37 OK: 15857 distinct packages available 19:14:37 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:14:38 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:14:38 (1/5) Installing dumb-init (1.2.5-r1) 19:14:38 (2/5) Installing musl-obstack (1.2.3-r0) 19:14:38 (3/5) Installing libucontext (1.1-r0) 19:14:38 (4/5) Installing gcompat (1.0.0-r4) 19:14:38 (5/5) Installing openssl (1.1.1q-r0) 19:14:38 Executing busybox-1.34.1-r7.trigger 19:14:38 OK: 7 MiB in 19 packages 19:14:39 Removing intermediate container 06cc8cc091ce 19:14:39 ---> c1f2be9d94e0 19:14:39 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:14:42 ---> ae0f346c32f9 19:14:42 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:14:42 ---> 213c0e9fc23b 19:14:42 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:14:42 ---> e151eabd6e34 19:14:42 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:14:42 ---> a4aaacc345bc 19:14:42 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:42 ---> Running in 6fc463149ca1 19:14:42 Removing intermediate container 6fc463149ca1 19:14:42 ---> c12c3a86ad77 19:14:42 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:42 ---> Running in 73b7cd40fd4c 19:14:42 Removing intermediate container 73b7cd40fd4c 19:14:42 ---> 13c5c7e622ed 19:14:42 Step 23/25 : LABEL arch=x86_64 19:14:42 ---> Running in 13ad89758237 19:14:42 Removing intermediate container 13ad89758237 19:14:42 ---> 01ae942ffc6b 19:14:42 Step 24/25 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:14:42 ---> Running in b9e8bb90fa9e 19:14:42 Removing intermediate container b9e8bb90fa9e 19:14:42 ---> 779d41755248 19:14:42 Step 25/25 : LABEL version=0.0.0 19:14:42 ---> Running in c45c340842d2 19:14:42 Removing intermediate container c45c340842d2 19:14:42 ---> ae187ce057bb 19:14:42 19:14:43 Successfully built ae187ce057bb 19:14:43 Successfully tagged security-spire-server:latest 19:14:43  Building security-spire-server ... done  [Pipeline] } 19:14:43 $ docker stop --time=1 550160a8a83bb28b39e291fb9345546898def6681c78587aab58f73cd0c92e08 19:14:44 $ docker rm -f 550160a8a83bb28b39e291fb9345546898def6681c78587aab58f73cd0c92e08 [Pipeline] // withDockerContainer [Pipeline] sh 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.162s coverage: 64.7% of statements 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:14:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.422s coverage: 100.0% of statements 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 89.4% of statements 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 19:14:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements 19:14:44 + docker images 19:14:44 REPOSITORY TAG IMAGE ID CREATED SIZE 19:14:44 security-spire-server latest ae187ce057bb 2 seconds ago 86.5MB 19:14:44 core-metadata latest 61e228dbee79 9 seconds ago 18.4MB 19:14:44 27295d98439b 9 seconds ago 1.45GB 19:14:44 core-command latest ac7497a98bdf 9 seconds ago 17.6MB 19:14:44 support-notifications latest c6923ddabcfb 24 seconds ago 30.2MB 19:14:44 2750d8960c0c 27 seconds ago 1.58GB 19:14:44 a314f59f77e3 27 seconds ago 1.59GB 19:14:44 security-spiffe-token-provider latest fd7146833aac 38 seconds ago 29.5MB 19:14:44 security-bootstrapper latest a632b40d2a85 59 seconds ago 20MB 19:14:44 ae3b5c97c459 About a minute ago 1.64GB 19:14:44 15eb91ba7539 About a minute ago 1.61GB 19:14:44 core-data latest e8a18c718f97 About a minute ago 21.7MB 19:14:44 support-scheduler latest 77951e335a25 About a minute ago 29.6MB 19:14:44 6aff4db978f7 2 minutes ago 1.59GB 19:14:44 d12ab1fdc607 2 minutes ago 1.64GB 19:14:44 31965b99cf0d 2 minutes ago 1.57GB 19:14:44 sys-mgmt-agent latest 3767f24d185a 2 minutes ago 136MB 19:14:44 security-secretstore-setup latest 6f2a750a4f19 2 minutes ago 29.5MB 19:14:44 security-proxy-setup latest 221db8deb292 3 minutes ago 27.6MB 19:14:44 security-spire-agent latest 37878f8f388e 3 minutes ago 125MB 19:14:44 39bd62f2dcd5 3 minutes ago 1.56GB 19:14:44 security-spire-config latest bce52a1dee5f 3 minutes ago 85.8MB 19:14:44 5db9f018b516 3 minutes ago 1.57GB 19:14:44 6b33f55e7788 3 minutes ago 1.57GB 19:14:44 11e3c1106ce8 4 minutes ago 1.45GB 19:14:44 7d2606d5bf23 4 minutes ago 1.45GB 19:14:44 ci-base-image-x86_64 latest f8a89dc43f09 7 minutes ago 941MB 19:14:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 9 days ago 677MB 19:14:44 alpine 3.15 c4fc93816858 2 months ago 5.59MB 19:14:44 alpine 3.16 9c6f07244728 2 months ago 5.54MB 19:14:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 19:14:44 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:14:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.428s coverage: 65.8% of statements 19:14:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:14:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:14:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:14:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.904s coverage: 41.8% of statements 19:14:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:14:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:14:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.290s coverage: 89.5% of statements 19:14:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:14:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.265s coverage: 84.8% of statements 19:14:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:14:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:14:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:14:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:15:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.402s coverage: 17.7% of statements 19:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:15:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.078s coverage: 92.3% of statements 19:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:15:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.378s coverage: 63.2% of statements 19:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:15:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:15:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.497s coverage: 97.7% of statements 19:15:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:15:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:15:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.316s coverage: 28.9% of statements 19:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:15:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:15:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.224s coverage: 100.0% of statements 19:15:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.097s coverage: 96.9% of statements 19:15:05 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:15:05 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:15:05 GO111MODULE=on go vet ./... 19:17:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:17:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:17:12 ./bin/test-attribution-txt.sh [Pipeline] echo 19:17:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:17:13 + ls -al . 19:17:13 total 756 19:17:13 drwxrwxr-x 10 1001 1001 4096 Oct 19 19:10 . 19:17:13 drwxr-xr-x 4 root root 4096 Oct 19 19:10 .. 19:17:13 drwxrwxr-x 2 1001 1001 4096 Oct 19 19:08 .blubracket 19:17:13 -rw-rw-r-- 1 1001 1001 16 Oct 19 19:08 .dockerignore 19:17:13 drwxrwxr-x 8 1001 1001 4096 Oct 19 19:08 .git 19:17:13 drwxrwxr-x 3 1001 1001 4096 Oct 19 19:08 .github 19:17:13 -rw-rw-r-- 1 1001 1001 1030 Oct 19 19:08 .gitignore 19:17:13 -rw-rw-r-- 1 1001 1001 42 Oct 19 19:08 .golangci.yml 19:17:13 -rw-rw-r-- 1 1001 1001 87 Oct 19 19:08 .hadolint.yml 19:17:13 -rw-rw-r-- 1 1001 1001 166 Oct 19 19:08 .sonarcloud.properties 19:17:13 -rw-rw-r-- 1 1001 1001 1171 Oct 19 19:08 ADOPTERS.md 19:17:13 -rw-rw-r-- 1 1001 1001 10722 Oct 19 19:08 Attribution.txt 19:17:13 -rw-rw-r-- 1 1001 1001 63209 Oct 19 19:08 CHANGELOG.md 19:17:13 -rw-rw-r-- 1 1001 1001 3804 Oct 19 19:08 CONTRIBUTING.md 19:17:13 -rw-rw-r-- 1 1001 1001 677 Oct 19 19:08 GOVERNANCE.md 19:17:13 -rw-rw-r-- 1 1001 1001 850 Oct 19 19:08 Jenkinsfile 19:17:13 -rw-rw-r-- 1 1001 1001 10775 Oct 19 19:08 LICENSE 19:17:13 -rw-rw-r-- 1 1001 1001 13857 Oct 19 19:08 Makefile 19:17:13 -rw-rw-r-- 1 1001 1001 582 Oct 19 19:08 OWNERS.md 19:17:13 -rw-rw-r-- 1 1001 1001 9799 Oct 19 19:08 README.md 19:17:13 -rw-rw-r-- 1 1001 1001 6912 Oct 19 19:08 SECURITY.md 19:17:13 -rw-rw-r-- 1 1001 1001 5 Oct 19 19:06 VERSION 19:17:13 -rw-rw-r-- 1 1001 1001 4131 Oct 19 19:08 ZMQWindows.md 19:17:13 drwxrwxr-x 2 1001 1001 4096 Oct 19 19:08 bin 19:17:13 drwxrwxr-x 18 1001 1001 4096 Oct 19 19:08 cmd 19:17:13 -rw-r--r-- 1 root root 503479 Oct 19 19:15 coverage.out 19:17:13 -rw-rw-r-- 1 1001 1001 3458 Oct 19 19:08 go.mod 19:17:13 -rw-rw-r-- 1 1001 1001 38041 Oct 19 19:08 go.sum 19:17:13 drwxrwxr-x 8 1001 1001 4096 Oct 19 19:08 internal 19:17:13 drwxrwxr-x 3 1001 1001 4096 Oct 19 19:08 openapi 19:17:13 drwxrwxr-x 4 1001 1001 4096 Oct 19 19:08 snap 19:17:13 -rw-rw-r-- 1 1001 1001 204 Oct 19 19:08 version.go [Pipeline] sh 19:17:13 + '[' -e coverage.out ] 19:17:13 + chown 1001:1001 coverage.out [Pipeline] stash 19:17:14 Warning: overwriting stash ‘coverage-report’ 19:17:14 Stashed 1 file(s) [Pipeline] sh 19:17:15 + make build 19:17:15 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:18:52 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:20: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:20:13 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:21:00 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:21:00 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:21:02 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:21:10 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:21:13 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:21:19 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:21:23 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:21: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:21:37 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:21:41 $ docker stop --time=1 bff1abcddb08a73415c0aaf34771f54f2f66d9808abbccf3387dfb90d0253d8c 19:21:43 $ docker rm -f bff1abcddb08a73415c0aaf34771f54f2f66d9808abbccf3387dfb90d0253d8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:46 19:21:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:47 latest: Pulling from edgex-devops/edgex-compose-arm64 19:21:47 29e5d40040c1: Pulling fs layer 19:21:47 1ce36da41761: Pulling fs layer 19:21:47 25b303627fd3: Pulling fs layer 19:21:47 29e5d40040c1: Verifying Checksum 19:21:47 29e5d40040c1: Download complete 19:21:47 1ce36da41761: Verifying Checksum 19:21:47 1ce36da41761: Download complete 19:21:47 29e5d40040c1: Pull complete 19:21:49 1ce36da41761: Pull complete 19:21:49 25b303627fd3: Verifying Checksum 19:21:49 25b303627fd3: Download complete 19:21:59 25b303627fd3: Pull complete 19:21:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:21:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:21:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:21:59 prd-ubuntu20.04-docker-arm64-4c-16g-8599 does not seem to be running inside a container 19:21:59 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:22:02 $ docker top 39929f21b4042aa6a1d0041c20aa23a2d24f2a230fb8dd6daa735c59d9ef4100 -eo pid,comm [Pipeline] { [Pipeline] sh 19:22:03 + docker-compose build --help 19:22:03 + grep parallel 19:22:08 --parallel Build images in parallel. [Pipeline] } 19:22:08 $ docker stop --time=1 39929f21b4042aa6a1d0041c20aa23a2d24f2a230fb8dd6daa735c59d9ef4100 19:22:10 $ docker rm -f 39929f21b4042aa6a1d0041c20aa23a2d24f2a230fb8dd6daa735c59d9ef4100 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:22:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:22:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:22:11 prd-ubuntu20.04-docker-arm64-4c-16g-8599 does not seem to be running inside a container 19:22:11 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:22:12 $ docker top 1481d5d2dbeeaffa180005bc1c430d05d90276f4512284bf9198935d1735fd6e -eo pid,comm [Pipeline] { [Pipeline] sh 19:22:13 + docker-compose -f ./docker-compose-build.yml build --parallel 19:22:18 Building core-command ... 19:22:18 Building core-data ... 19:22:18 Building core-metadata ... 19:22:18 Building security-bootstrapper ... 19:22:18 Building security-proxy-setup ... 19:22:18 Building security-secretstore-setup ... 19:22:18 Building security-spiffe-token-provider ... 19:22:18 Building security-spire-agent ... 19:22:18 Building security-spire-config ... 19:22:18 Building security-spire-server ... 19:22:18 Building support-notifications ... 19:22:18 Building support-scheduler ... 19:22:18 Building sys-mgmt-agent ... 19:22:18 Building security-spire-server 19:22:18 Building security-bootstrapper 19:22:18 Building sys-mgmt-agent 19:22:18 Building core-data 19:22:18 Building security-secretstore-setup 19:23:05 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:23:05 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:23:05 ---> f5fc02aa4342 19:23:05 Step 3/25 : WORKDIR /edgex-go 19:23:06 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:23:06 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:23:06 ---> f5fc02aa4342 19:23:06 Step 3/25 : WORKDIR /edgex-go 19:23:06 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:23:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:23:06 ---> f5fc02aa4342 19:23:06 Step 3/23 : WORKDIR /edgex-go 19:23:06 ---> Running in aeb7861fc70b 19:23:06 ---> Running in 053937d0fb67 19:23:06 ---> Running in ca7405396476 19:23:06 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:23:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:23:06 ---> f5fc02aa4342 19:23:06 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:23:06 ---> Running in 75c14c287787 19:23:06 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:23:06 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:23:06 ---> f5fc02aa4342 19:23:06 Step 3/33 : WORKDIR /edgex-go 19:23:06 ---> Running in d054d1d6db57 19:23:07 Removing intermediate container 053937d0fb67 19:23:07 ---> 54740e1c3867 19:23:07 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:07 Removing intermediate container ca7405396476 19:23:07 ---> a2e789087a3b 19:23:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:07 Removing intermediate container aeb7861fc70b 19:23:07 ---> efeb4529b699 19:23:07 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:07 Removing intermediate container 75c14c287787 19:23:07 ---> 44b48e3e8fcd 19:23:07 Step 4/24 : WORKDIR /edgex-go 19:23:07 ---> Running in fa19a3479498 19:23:07 ---> Running in 2b5d3dce1c39 19:23:07 ---> Running in ef52a7ac4565 19:23:07 ---> Running in 12b375e111d5 19:23:07 Removing intermediate container d054d1d6db57 19:23:07 ---> eb94b0fd3069 19:23:07 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:07 ---> Running in 9701d34a0ad9 19:23:08 Removing intermediate container ef52a7ac4565 19:23:08 ---> 56f4cd12ba2a 19:23:08 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:08 ---> Running in 9304fa5b8916 19:23:11 Removing intermediate container fa19a3479498 19:23:11 ---> 20fd9627abe5 19:23:11 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:23:11 ---> Running in 2409e6ced771 19:23:11 Removing intermediate container 9701d34a0ad9 19:23:11 ---> f1594a64575c 19:23:11 Step 5/33 : RUN apk add --update --no-cache make git 19:23:11 Removing intermediate container 2b5d3dce1c39 19:23:11 ---> a3c306e71b01 19:23:11 Step 5/23 : RUN apk add --update --no-cache make bash git 19:23:12 ---> Running in 2915bb3a3103 19:23:12 ---> Running in e127c2d05609 19:23:12 Removing intermediate container 12b375e111d5 19:23:12 ---> 649fe6cfeed6 19:23:12 Step 5/25 : RUN apk add --update --no-cache make git 19:23:12 ---> Running in 89e5a5ec7762 19:23:12 Removing intermediate container 9304fa5b8916 19:23:12 ---> 10ee6608bf99 19:23:12 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:23:12 ---> Running in ee6b24872c57 19:23:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:23:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:23:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:23:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:23:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:23:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:23:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:23:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:23:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:23:15 OK: 221 MiB in 51 packages 19:23:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:23:17 OK: 221 MiB in 51 packages 19:23:17 Removing intermediate container 2409e6ced771 19:23:17 ---> b01ca83089b0 19:23:17 Step 6/25 : COPY go.mod vendor* ./ 19:23:17 OK: 221 MiB in 51 packages 19:23:17 OK: 221 MiB in 51 packages 19:23:17 OK: 221 MiB in 51 packages 19:23:18 ---> 4102d8985696 19:23:18 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:18 ---> Running in b7480ffcf21c 19:23:18 Removing intermediate container e127c2d05609 19:23:18 ---> 206933cb23dc 19:23:18 Step 6/23 : COPY go.mod vendor* ./ 19:23:19 Removing intermediate container ee6b24872c57 19:23:19 ---> b6d90f79db3f 19:23:19 Step 7/24 : COPY go.mod vendor* ./ 19:23:19 Removing intermediate container 89e5a5ec7762 19:23:19 ---> be6266d3cf43 19:23:19 Step 6/25 : COPY go.mod vendor* ./ 19:23:19 Removing intermediate container 2915bb3a3103 19:23:19 ---> 7d721bfcab1c 19:23:19 Step 6/33 : COPY go.mod vendor* ./ 19:23:20 ---> 3631ee174971 19:23:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:20 ---> Running in c31d481dc4f4 19:23:20 ---> 4f5f6dcfb392 19:23:20 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:20 ---> a3b74d0d09cd 19:23:20 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:20 ---> f8889acfb1fb 19:23:20 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:23:20 ---> Running in 39e7097e3f38 19:23:20 ---> Running in 36f10633c192 19:23:21 ---> Running in b53f6a24b6fe 19:24:42 Removing intermediate container 39e7097e3f38 19:24:42 ---> 4af7ce87f43b 19:24:42 Step 9/24 : COPY . . 19:24:42 Removing intermediate container b7480ffcf21c 19:24:42 ---> 338a55d32e55 19:24:42 Step 8/25 : COPY . . 19:24:42 Removing intermediate container c31d481dc4f4 19:24:42 ---> 66e63363f093 19:24:42 Step 8/23 : COPY . . 19:24:42 Removing intermediate container 36f10633c192 19:24:42 ---> a54d2e383e39 19:24:42 Step 8/25 : COPY . . 19:24:42 Removing intermediate container b53f6a24b6fe 19:24:42 ---> 31df9535de25 19:24:42 Step 8/33 : COPY . . 19:24:49 ---> 0ba33d3bf6c3 19:24:49 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:24:49 ---> 53d6975eaf59 19:24:49 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:24:49 ---> Running in 76d14bf3800d 19:24:49 ---> 3da951f2b17f 19:24:49 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:24:49 ---> Running in 3c3cb28a0e50 19:24:49 ---> 4f510aa8a570 19:24:49 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:24:49 ---> e4541fd7e0c9 19:24:49 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:24:49 ---> Running in e774e0329741 19:24:49 ---> Running in 01c470f02b53 19:24:49 ---> Running in 14d943d1a7bb 19:24:50 Removing intermediate container 14d943d1a7bb 19:24:50 ---> 936b5745f5e6 19:24:50 Step 10/25 : WORKDIR /edgex-go/spire-build 19:24:50 ---> Running in fa662d59521f 19:24:51 Removing intermediate container fa662d59521f 19:24:51 ---> f1edf26910d7 19:24:51 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:24:51 ---> Running in f306d3968033 19:24:52 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:24:52 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:24:52 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:24:52 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:24:54 Removing intermediate container f306d3968033 19:24:54 ---> 1287a7d83614 19:24:54 Step 12/25 : WORKDIR /edgex-go 19:24:54 ---> Running in d484b7358e66 19:24:55 Removing intermediate container d484b7358e66 19:24:55 ---> 6d8fd497e5af 19:24:55 19:24:55 Step 13/25 : FROM alpine:3.15 19:24:55 3.15: Pulling from library/alpine 19:24:56 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:24:56 Status: Downloaded newer image for alpine:3.15 19:24:56 ---> 02e0d6fdf486 19:24:56 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:24:56 ---> Running in f8ebb419a462 19:24:56 Removing intermediate container f8ebb419a462 19:24:56 ---> 334003ef5202 19:24:56 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:56 ---> Running in bbd5dd9ea8eb 19:25:00 Removing intermediate container bbd5dd9ea8eb 19:25:00 ---> 49f83c1390e6 19:25:00 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:25:00 ---> Running in 0fb85d931166 19:25:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:04 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:07 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:25:07 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:25:07 OK: 15734 distinct packages available 19:25:07 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:25:08 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:25:09 (1/5) Installing dumb-init (1.2.5-r1) 19:25:09 (2/5) Installing musl-obstack (1.2.3-r0) 19:25:09 (3/5) Installing libucontext (1.1-r0) 19:25:09 (4/5) Installing gcompat (1.0.0-r4) 19:25:09 (5/5) Installing openssl (1.1.1q-r0) 19:25:09 Executing busybox-1.34.1-r7.trigger 19:25:09 OK: 6 MiB in 19 packages 19:25:13 Removing intermediate container 0fb85d931166 19:25:13 ---> 3b34bec79a7b 19:25:13 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:25:20 ---> af37a8a71e69 19:25:20 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:25:20 ---> 498f3928f9fb 19:25:20 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:25:20 ---> e3f52a355c8e 19:25:20 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:25:21 ---> 4ee96eb5f401 19:25:21 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:25:21 ---> Running in b7d9e857314d 19:25:22 Removing intermediate container b7d9e857314d 19:25:22 ---> 070a51924c0a 19:25:22 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:25:22 ---> Running in 83dbd4989aff 19:25:22 Removing intermediate container 83dbd4989aff 19:25:22 ---> f1dfe8f93f35 19:25:22 Step 23/25 : LABEL arch=arm64 19:25:22 ---> Running in 3b77313f0067 19:25:23 Removing intermediate container 3b77313f0067 19:25:23 ---> 3c6cce25150e 19:25:23 Step 24/25 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:25:23 ---> Running in ee0da499e098 19:25:24 Removing intermediate container ee0da499e098 19:25:24 ---> 9b9b4867ef09 19:25:24 Step 25/25 : LABEL version=0.0.0 19:25:24 ---> Running in 8d50133d51c0 19:25:24 Removing intermediate container 8d50133d51c0 19:25:24 ---> 070b742eb055 19:25:24 19:25:25 Successfully built 070b742eb055 19:25:25 Successfully tagged security-spire-server-arm64:latest 19:25:25  Building security-spire-server ... done Building security-spiffe-token-provider 19:25:43 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:25:43 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:25:43 ---> f5fc02aa4342 19:25:43 Step 3/20 : WORKDIR /edgex-go 19:25:43 ---> Using cache 19:25:43 ---> eb94b0fd3069 19:25:43 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:25:43 ---> Running in ff6f83685762 19:25:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:25:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:25:46 v3.16.2-312-gb93bd0b546 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:25:46 v3.16.2-311-gdacaca291d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:25:46 OK: 16894 distinct packages available 19:25:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:25:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:25:47 OK: 221 MiB in 51 packages 19:25:49 Removing intermediate container ff6f83685762 19:25:49 ---> aec8cb4582fb 19:25:49 Step 5/20 : COPY go.mod vendor* ./ 19:25:50 ---> 15f00c096ca0 19:25:50 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:50 ---> Running in 451f532d7407 19:26:58 Removing intermediate container 451f532d7407 19:26:58 ---> 8509d354485f 19:26:58 Step 7/20 : COPY . . 19:27:03 ---> 79e21fd50d16 19:27:03 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:27:03 ---> Running in 9ff835e520d9 19:27:05 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:30:57 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:30:57 Removing intermediate container 3c3cb28a0e50 19:30:57 ---> 6d47204adc35 19:30:57 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:30:57 ---> Running in 503d695d0e6f 19:30:57 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:31:01 Removing intermediate container 503d695d0e6f 19:31:01 ---> 8e2bbc80a280 19:31:01 19:31:01 Step 11/23 : FROM alpine:3.16 19:31:01 3.16: Pulling from library/alpine 19:31:01 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:31:01 Status: Downloaded newer image for alpine:3.16 19:31:01 ---> a6215f271958 19:31:01 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:31:01 ---> Running in e3671dd9e789 19:31:02 Removing intermediate container e3671dd9e789 19:31:02 ---> 08cd9e06f2f6 19:31:02 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:31:02 ---> Running in 1c4e7fa419b8 19:31:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:31:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:31:07 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:31:07 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:31:07 (3/33) Installing readline (8.1.2-r0) 19:31:07 (4/33) Installing bash (5.1.16-r2) 19:31:07 Executing bash-5.1.16-r2.post-install 19:31:07 (5/33) Installing ca-certificates (20220614-r0) 19:31:07 (6/33) Installing brotli-libs (1.0.9-r6) 19:31:07 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:31:07 (8/33) Installing libcurl (7.83.1-r3) 19:31:07 (9/33) Installing curl (7.83.1-r3) 19:31:07 (10/33) Installing docker-cli (20.10.20-r0) 19:31:09 (11/33) Installing dumb-init (1.2.5-r1) 19:31:09 (12/33) Installing libbz2 (1.0.8-r1) 19:31:09 (13/33) Installing expat (2.4.9-r0) 19:31:09 (14/33) Installing libffi (3.4.2-r1) 19:31:09 (15/33) Installing gdbm (1.23-r0) 19:31:09 (16/33) Installing xz-libs (5.2.5-r1) 19:31:09 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:31:09 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:31:09 (19/33) Installing mpdecimal (2.5.1-r1) 19:31:09 (20/33) Installing sqlite-libs (3.38.5-r0) 19:31:09 (21/33) Installing python3 (3.10.5-r0) 19:31:12 Removing intermediate container 01c470f02b53 19:31:12 ---> ebfc1e70355d 19:31:12 19:31:12 Step 10/25 : FROM alpine:3.16 19:31:12 ---> a6215f271958 19:31:12 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:31:12 ---> Running in 563db4fae7db 19:31:13 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:31:13 (23/33) Installing py3-tomli (2.0.1-r1) 19:31:13 (24/33) Installing py3-pep517 (0.12.0-r2) 19:31:13 (25/33) Installing py3-six (1.16.0-r1) 19:31:13 (26/33) Installing py3-retrying (1.3.3-r3) 19:31:13 (27/33) Installing py3-appdirs (1.4.4-r3) 19:31:13 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:31:14 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:31:14 (30/33) Installing py3-parsing (2.4.7-r3) 19:31:14 (31/33) Installing py3-packaging (21.3-r0) 19:31:14 (32/33) Installing py3-setuptools (59.4.0-r0) 19:31:14 (33/33) Installing py3-pip (22.1.1-r0) 19:31:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:31:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:31:15 Executing busybox-1.35.0-r17.trigger 19:31:15 Executing ca-certificates-20220614-r0.trigger 19:31:15 OK: 120 MiB in 47 packages 19:31:16 (1/3) Installing ca-certificates (20220614-r0) 19:31:17 (2/3) Installing dumb-init (1.2.5-r1) 19:31:17 (3/3) Installing su-exec (0.2-r1) 19:31:17 Executing busybox-1.35.0-r17.trigger 19:31:17 Executing ca-certificates-20220614-r0.trigger 19:31:17 OK: 6 MiB in 17 packages 19:31:18 Removing intermediate container 76d14bf3800d 19:31:18 ---> 644f926ce636 19:31:18 19:31:18 Step 10/33 : FROM alpine:3.16 19:31:18 ---> a6215f271958 19:31:18 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:31:18 ---> Running in eb8fa49a9ab8 19:31:19 Removing intermediate container eb8fa49a9ab8 19:31:19 ---> d385d26bfe0d 19:31:19 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:31:19 ---> Running in 6b261db2fd05 19:31:20 Removing intermediate container 563db4fae7db 19:31:20 ---> c515ec11632c 19:31:20 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:31:20 ---> Running in 6ee70eb89bcf 19:31:21 Removing intermediate container 6ee70eb89bcf 19:31:21 ---> f9eddc7061c5 19:31:21 Step 13/25 : WORKDIR / 19:31:21 ---> Running in 14aaab848a1c 19:31:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:31:22 Removing intermediate container 14aaab848a1c 19:31:22 ---> 320163cd24dc 19:31:22 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:31:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:31:22 ---> db43a78f6bd1 19:31:22 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:31:23 (1/2) Installing dumb-init (1.2.5-r1) 19:31:23 (2/2) Installing su-exec (0.2-r1) 19:31:23 Executing busybox-1.35.0-r17.trigger 19:31:23 OK: 5 MiB in 16 packages 19:31:23 ---> 97a4f2453404 19:31:23 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:31:25 ---> cace3a9d41bf 19:31:25 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:31:25 Removing intermediate container 6b261db2fd05 19:31:25 ---> b7c2e77629da 19:31:25 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:31:25 ---> Running in c66cdffa5b5b 19:31:26 ---> 6f7b642311b5 19:31:26 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:31:26 Removing intermediate container c66cdffa5b5b 19:31:26 ---> 420a025953b2 19:31:26 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:31:26 ---> Running in 8d30078340e4 19:31:27 Removing intermediate container 8d30078340e4 19:31:27 ---> 5b4f8272aebf 19:31:27 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:31:27 ---> Running in 9b08f5da348b 19:31:28 Removing intermediate container 9b08f5da348b 19:31:28 ---> 11671378c75a 19:31:28 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:31:28 ---> Running in 2eedbe97f585 19:31:28 ---> fee3699bc683 19:31:28 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:31:29 Removing intermediate container 2eedbe97f585 19:31:29 ---> dfeec4117dad 19:31:29 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:31:29 ---> Running in ffba6250c720 19:31:31 ---> 50e7dcbfd239 19:31:31 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:31:33 ---> e11977b3968d 19:31:33 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:31:33 ---> Running in 2fe8f24588a7 19:31:34 Removing intermediate container ffba6250c720 19:31:34 ---> a87ef5d2539d 19:31:34 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:31:34 ---> Running in 24869042ea69 19:31:35 Removing intermediate container 24869042ea69 19:31:35 ---> 34e0c24a8bc9 19:31:35 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:31:35 Collecting docker-compose==1.23.2 19:31:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:31:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 4.1 MB/s eta 0:00:00 19:31:36 ---> a9e34a9c3b7e 19:31:36 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:31:36 ---> Running in 7656baf9bc84 19:31:37 Removing intermediate container 2fe8f24588a7 19:31:37 ---> 691b67b0a636 19:31:37 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:31:37 Collecting jsonschema<3,>=2.5.1 19:31:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:31:37 ---> Running in 93b95e181b3c 19:31:37 Removing intermediate container 93b95e181b3c 19:31:37 ---> ae1b52b7a066 19:31:37 Step 23/25 : LABEL arch=arm64 19:31:38 ---> Running in 283dc56ff195 19:31:38 Collecting PyYAML<4,>=3.10 19:31:38 Downloading PyYAML-3.13.tar.gz (270 kB) 19:31:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 14.4 MB/s eta 0:00:00 19:31:38 Removing intermediate container 283dc56ff195 19:31:38 ---> 2c6ddf2a70ae 19:31:38 Step 24/25 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:31:38 ---> Running in c14ac77ead91 19:31:39 Removing intermediate container c14ac77ead91 19:31:39 ---> b95fd12d9234 19:31:39 Step 25/25 : LABEL version=0.0.0 19:31:39 ---> Running in f2591785dcf3 19:31:40 Removing intermediate container 7656baf9bc84 19:31:40 ---> b5afa3c0d03f 19:31:40 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:40 Removing intermediate container f2591785dcf3 19:31:40 ---> a38a3ca04be0 19:31:40 19:31:40 Preparing metadata (setup.py): started 19:31:40 Successfully built a38a3ca04be0 19:31:40 Successfully tagged security-secretstore-setup-arm64:latest 19:31:40 Building security-spire-agent 19:31:41  Building security-secretstore-setup ... done  ---> 82faa348e1ec 19:31:41 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:31:43 ---> 478062408426 19:31:43 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:31:43 Preparing metadata (setup.py): finished with status 'done' 19:31:43 Collecting dockerpty<0.5,>=0.4.1 19:31:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:31:43 Preparing metadata (setup.py): started 19:31:44 ---> 6f8526d91aa1 19:31:44 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:31:46 ---> e81953279ee6 19:31:46 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:31:46 Preparing metadata (setup.py): finished with status 'done' 19:31:46 Collecting texttable<0.10,>=0.9.0 19:31:46 Downloading texttable-0.9.1.tar.gz (11 kB) 19:31:46 Preparing metadata (setup.py): started 19:31:47 ---> f01a4f8111e1 19:31:47 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:31:48 ---> 0fdb22a1bd2a 19:31:48 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:31:49 ---> b534359640bd 19:31:49 Step 28/33 : RUN chmod +x /entrypoint.sh 19:31:49 ---> Running in aee1d5a1f375 19:31:49 Preparing metadata (setup.py): finished with status 'done' 19:31:50 Collecting docker<4.0,>=3.6.0 19:31:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:31:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 16.5 MB/s eta 0:00:00 19:31:50 Collecting docopt<0.7,>=0.6.1 19:31:50 Downloading docopt-0.6.2.tar.gz (25 kB) 19:31:51 Preparing metadata (setup.py): started 19:31:53 Removing intermediate container aee1d5a1f375 19:31:53 ---> 5dfcff767faf 19:31:53 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:31:53 ---> Running in 0130f1277fd8 19:31:53 Preparing metadata (setup.py): finished with status 'done' 19:31:54 Removing intermediate container 0130f1277fd8 19:31:54 ---> c59cecc5c61a 19:31:54 Step 30/33 : CMD ["gate"] 19:31:54 ---> Running in 0840eb7d0685 19:31:55 Removing intermediate container 0840eb7d0685 19:31:55 ---> f0d3bc21de5d 19:31:55 Step 31/33 : LABEL arch=arm64 19:31:55 ---> Running in ea362168db05 19:31:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:31:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:31:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 14.6 MB/s eta 0:00:00 19:31:56 Collecting cached-property<2,>=1.2.0 19:31:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:31:56 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:31:56 Removing intermediate container ea362168db05 19:31:56 ---> a67069209317 19:31:56 Step 32/33 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:31:56 ---> Running in 8fabd567a454 19:31:56 Collecting websocket-client<1.0,>=0.32.0 19:31:56 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:31:56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 14.7 MB/s eta 0:00:00 19:31:56 Removing intermediate container 8fabd567a454 19:31:56 ---> 71a66b76d2ab 19:31:56 Step 33/33 : LABEL version=0.0.0 19:31:57 ---> Running in b7b52bd85464 19:31:57 Collecting docker-pycreds>=0.4.0 19:31:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:31:57 Removing intermediate container b7b52bd85464 19:31:57 ---> 64f708d75866 19:31:57 19:31:58 Successfully built 64f708d75866 19:31:58 Successfully tagged security-bootstrapper-arm64:latest 19:31:58 Building security-spire-config 19:31:58  Building security-bootstrapper ... done Collecting chardet<3.1.0,>=3.0.2 19:31:58 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:31:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 16.9 MB/s eta 0:00:00 19:31:59 Collecting idna<2.8,>=2.5 19:31:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:31:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 16.6 MB/s eta 0:00:00 19:32:00 Collecting urllib3<1.25,>=1.21.1 19:32:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:32:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 16.7 MB/s eta 0:00:00 19:32:00 Collecting certifi>=2017.4.17 19:32:00 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:32:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 9.0 MB/s eta 0:00:00 19:32:01 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:32:01 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:32:01 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:32:01 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:32:01 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:32:01 ---> f5fc02aa4342 19:32:01 Step 3/26 : WORKDIR /edgex-go 19:32:01 ---> Using cache 19:32:01 ---> eb94b0fd3069 19:32:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:01 ---> Using cache 19:32:01 ---> f1594a64575c 19:32:01 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:32:01 ---> Running in daf3d30d43dd 19:32:03 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:32:03 Running setup.py install for texttable: started 19:32:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:05 OK: 221 MiB in 51 packages 19:32:05 Running setup.py install for texttable: finished with status 'done' 19:32:05 Running setup.py install for PyYAML: started 19:32:07 Removing intermediate container daf3d30d43dd 19:32:07 ---> 54585229681b 19:32:07 Step 6/26 : COPY go.mod vendor* ./ 19:32:08 ---> ef1c0d6fbc2d 19:32:08 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:09 ---> Running in bcdd9f46b0e1 19:32:10 Running setup.py install for PyYAML: finished with status 'done' 19:32:13 Running setup.py install for docopt: started 19:32:16 Running setup.py install for docopt: finished with status 'done' 19:32:16 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:32:16 ---> f5fc02aa4342 19:32:16 Step 3/26 : WORKDIR /edgex-go 19:32:16 ---> Using cache 19:32:16 ---> eb94b0fd3069 19:32:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:16 ---> Using cache 19:32:16 ---> f1594a64575c 19:32:16 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:32:16 ---> Using cache 19:32:16 ---> 54585229681b 19:32:16 Step 6/26 : COPY go.mod vendor* ./ 19:32:16 ---> Using cache 19:32:16 ---> ef1c0d6fbc2d 19:32:16 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:16 ---> Running in 5a6324533c5a 19:32:21 Running setup.py install for dockerpty: started 19:32:23 Running setup.py install for dockerpty: finished with status 'done' 19:32:28 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:32:28 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:32:50 Removing intermediate container 1c4e7fa419b8 19:32:50 ---> 288e4b13ea90 19:32:50 Step 14/23 : ENV APP_PORT=58890 19:32:50 ---> Running in 686e419722b0 19:32:50 Removing intermediate container 686e419722b0 19:32:50 ---> 9b766b0aa547 19:32:50 Step 15/23 : EXPOSE $APP_PORT 19:32:50 ---> Running in 8bb16f5fa753 19:32:51 Removing intermediate container 8bb16f5fa753 19:32:51 ---> f0681f5d2949 19:32:51 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:32:56 ---> dc1f06f794ea 19:32:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:32:57 Removing intermediate container e774e0329741 19:32:57 ---> 4b1451cedea9 19:32:57 19:32:57 Step 11/24 : FROM alpine:3.16 19:32:57 ---> a6215f271958 19:32:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:32:58 ---> c15590eaf3b1 19:32:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:32:58 ---> Running in bd0414333f9c 19:32:59 Removing intermediate container bd0414333f9c 19:32:59 ---> 4f25c045d211 19:32:59 Step 13/24 : ENV APP_PORT=59880 19:32:59 ---> Running in afa8ed3df03c 19:33:00 Removing intermediate container afa8ed3df03c 19:33:00 ---> 32d05567b4ed 19:33:00 Step 14/24 : EXPOSE $APP_PORT 19:33:00 ---> Running in be8680bd2d81 19:33:00 ---> 66a4c7df467c 19:33:00 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:33:01 ---> Running in b8be6f29c00f 19:33:01 Removing intermediate container be8680bd2d81 19:33:01 ---> 29e6476ff621 19:33:01 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:02 ---> Running in 9903296e5417 19:33:03 Removing intermediate container b8be6f29c00f 19:33:03 ---> d69b14b94451 19:33:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:33:03 ---> Running in d18d1aeb8d07 19:33:05 Removing intermediate container d18d1aeb8d07 19:33:05 ---> ef64c72bcf15 19:33:05 Step 21/23 : LABEL arch=arm64 19:33:05 ---> Running in 6ba45723e16e 19:33:06 Removing intermediate container 9903296e5417 19:33:06 ---> 3cb897b09e4a 19:33:06 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-initRemoving intermediate container 6ba45723e16e 19:33:06 ---> 3edb64851aa9 19:33:06 Step 22/23 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:33:06 19:33:06 ---> Running in 47aaaf79cbdc 19:33:06 ---> Running in 7ec42a875371 19:33:08 Removing intermediate container 7ec42a875371 19:33:08 ---> dd43c617f7f4 19:33:08 Step 23/23 : LABEL version=0.0.0 19:33:08 ---> Running in eb510dad5253 19:33:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:33:09 Removing intermediate container eb510dad5253 19:33:09 ---> 340ff97cc66a 19:33:09 19:33:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:33:10 Successfully built 340ff97cc66a 19:33:10 Successfully tagged sys-mgmt-agent-arm64:latest 19:33:10 Building support-scheduler 19:33:11  Building sys-mgmt-agent ... done (1/6) Installing dumb-init (1.2.5-r1) 19:33:11 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:33:11 (3/6) Installing libsodium (1.0.18-r0) 19:33:11 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:33:12 (5/6) Installing libzmq (4.3.4-r0) 19:33:12 (6/6) Installing zeromq (4.3.4-r0) 19:33:12 Executing busybox-1.35.0-r17.trigger 19:33:12 OK: 8 MiB in 20 packages 19:33:15 Removing intermediate container 47aaaf79cbdc 19:33:15 ---> 659811e0166d 19:33:15 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:33:17 ---> 000f0977019a 19:33:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:33:22 ---> efa52fe78812 19:33:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:33:23 ---> da41c8b71d49 19:33:23 Step 20/24 : ENTRYPOINT ["/core-data"] 19:33:23 ---> Running in f876d608b99b 19:33:24 Removing intermediate container f876d608b99b 19:33:24 ---> 3494b408160d 19:33:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:33:24 ---> Running in d0efb5473439 19:33:25 Removing intermediate container d0efb5473439 19:33:25 ---> c853e092bd12 19:33:25 Step 22/24 : LABEL arch=arm64 19:33:26 ---> Running in dc78b1e2dc8e 19:33:27 Removing intermediate container dc78b1e2dc8e 19:33:27 ---> 116c612cca3e 19:33:27 Step 23/24 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:33:27 ---> Running in 89ce2228e1b8 19:33:28 Removing intermediate container 89ce2228e1b8 19:33:28 ---> 712e91b23e49 19:33:28 Step 24/24 : LABEL version=0.0.0 19:33:28 ---> Running in ff8f754d6d5c 19:33:29 Removing intermediate container ff8f754d6d5c 19:33:29 ---> 699755d6a5c1 19:33:29 19:33:30 Successfully built 699755d6a5c1 19:33:30 Successfully tagged core-data-arm64:latest 19:33:30  Building core-data ... done Building support-notifications 19:33:31 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:33:31 ---> f5fc02aa4342 19:33:31 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:33:31 ---> Using cache 19:33:31 ---> 44b48e3e8fcd 19:33:31 Step 4/23 : WORKDIR /edgex-go 19:33:31 ---> Using cache 19:33:31 ---> 56f4cd12ba2a 19:33:31 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:31 ---> Using cache 19:33:31 ---> 10ee6608bf99 19:33:31 Step 6/23 : RUN apk add --update --no-cache make git 19:33:31 ---> Running in c98064900f87 19:33:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:33:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:33:35 Removing intermediate container bcdd9f46b0e1 19:33:35 ---> 1c359386c6ff 19:33:35 Step 8/26 : COPY . . 19:33:36 OK: 221 MiB in 51 packages 19:33:38 Removing intermediate container c98064900f87 19:33:38 ---> 07824c323e6d 19:33:38 Step 7/23 : COPY go.mod vendor* ./ 19:33:39 ---> 91b51fa91888 19:33:39 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:39 ---> Running in dbe9c1408895 19:33:40 Removing intermediate container 5a6324533c5a 19:33:40 ---> 60c686bc8d01 19:33:40 Step 8/26 : COPY . . 19:33:48 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:33:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:33:48 ---> f5fc02aa4342 19:33:48 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:33:48 ---> Using cache 19:33:48 ---> 44b48e3e8fcd 19:33:48 Step 4/23 : WORKDIR /edgex-go 19:33:48 ---> Using cache 19:33:48 ---> 56f4cd12ba2a 19:33:48 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:48 ---> Using cache 19:33:48 ---> 10ee6608bf99 19:33:48 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:33:49 ---> Running in 2e84d97a8814 19:33:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:33:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:33:54 OK: 221 MiB in 51 packages 19:33:57 Removing intermediate container 2e84d97a8814 19:33:57 ---> e3bda2e1177c 19:33:57 Step 7/23 : COPY go.mod vendor* ./ 19:33:57 ---> b48248c47924 19:33:57 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:33:58 ---> Running in 534db579e1e4 19:33:58 ---> 78695b9512e6 19:33:58 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:58 ---> Running in 8157e23f8c76 19:33:59 Removing intermediate container 534db579e1e4 19:33:59 ---> 3007f9b3a762 19:33:59 Step 10/26 : WORKDIR /edgex-go/spire-build 19:33:59 ---> Running in 883d01a766dd 19:34:01 Removing intermediate container 883d01a766dd 19:34:01 ---> 07ef7477cbbe 19:34:01 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:01 ---> Running in f8dac0ca2efd 19:34:05 Removing intermediate container f8dac0ca2efd 19:34:05 ---> 69780e0b52fa 19:34:05 Step 12/26 : WORKDIR /edgex-go 19:34:05 ---> Running in f28f9551995a 19:34:05 ---> d4594ebf7e93 19:34:05 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:34:06 ---> Running in a02836225434 19:34:06 Removing intermediate container f28f9551995a 19:34:06 ---> c1f411a26b6a 19:34:06 19:34:06 Step 13/26 : FROM alpine:3.15 19:34:06 ---> 02e0d6fdf486 19:34:06 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:34:06 ---> Using cache 19:34:06 ---> 334003ef5202 19:34:06 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:06 ---> Using cache 19:34:06 ---> 49f83c1390e6 19:34:06 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:34:06 ---> Using cache 19:34:06 ---> 3b34bec79a7b 19:34:06 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:34:07 Removing intermediate container a02836225434 19:34:07 ---> 8030195c4a56 19:34:07 Step 10/26 : WORKDIR /edgex-go/spire-build 19:34:07 ---> Running in 699ace1e23e0 19:34:09 Removing intermediate container 699ace1e23e0 19:34:09 ---> 3adccb636032 19:34:09 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:09 ---> Running in dcef7375144e 19:34:13 Removing intermediate container dcef7375144e 19:34:13 ---> ae28287bc0b3 19:34:13 Step 12/26 : WORKDIR /edgex-go 19:34:13 ---> Running in c8aa42886832 19:34:14 Removing intermediate container c8aa42886832 19:34:14 ---> 6edd0a326a27 19:34:14 19:34:14 Step 13/26 : FROM alpine:3.15 19:34:14 ---> 02e0d6fdf486 19:34:14 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:34:14 ---> Using cache 19:34:14 ---> 334003ef5202 19:34:14 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:14 ---> Using cache 19:34:14 ---> 49f83c1390e6 19:34:14 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:34:14 ---> 642c9f2b7d1d 19:34:14 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:34:14 ---> Running in 4152d16ca459 19:34:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:34:17 Removing intermediate container 9ff835e520d9 19:34:17 ---> e7d95533d29b 19:34:17 19:34:17 Step 9/20 : FROM alpine:3.15 19:34:17 ---> 02e0d6fdf486 19:34:17 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:34:17 ---> Using cache 19:34:17 ---> 334003ef5202 19:34:17 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:17 ---> Using cache 19:34:17 ---> 49f83c1390e6 19:34:17 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:34:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:34:17 ---> Running in f8364575581d 19:34:18 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:34:18 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:34:18 OK: 15734 distinct packages available 19:34:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:34:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:34:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:34:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:34:20 (1/4) Installing dumb-init (1.2.5-r1) 19:34:20 (2/4) Installing musl-obstack (1.2.3-r0) 19:34:20 (3/4) Installing libucontext (1.1-r0) 19:34:20 (4/4) Installing gcompat (1.0.0-r4) 19:34:20 Executing busybox-1.34.1-r7.trigger 19:34:20 OK: 6 MiB in 18 packages 19:34:21 v3.15.6-128-g8c15845e4d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:34:21 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:34:21 OK: 15734 distinct packages available 19:34:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:34:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:34:23 (1/9) Installing ca-certificates (20220614-r0) 19:34:23 Removing intermediate container 4152d16ca459 19:34:23 ---> d9e879e2e48d 19:34:23 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:34:23 (2/9) Installing brotli-libs (1.0.9-r5) 19:34:23 ---> ccc9b424d1b8 19:34:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:34:23 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:34:23 (4/9) Installing libcurl (7.80.0-r3) 19:34:23 (5/9) Installing curl (7.80.0-r3) 19:34:23 (6/9) Installing dumb-init (1.2.5-r1) 19:34:23 (7/9) Installing musl-obstack (1.2.3-r0) 19:34:23 (8/9) Installing libucontext (1.1-r0) 19:34:24 (9/9) Installing gcompat (1.0.0-r4) 19:34:24 Executing busybox-1.34.1-r7.trigger 19:34:24 Executing ca-certificates-20220614-r0.trigger 19:34:24 OK: 8 MiB in 23 packages 19:34:24 ---> b5f91908a073 19:34:24 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:34:26 ---> d47e0d03ed58 19:34:26 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:34:27 Removing intermediate container f8364575581d 19:34:27 ---> 1971f82990c5 19:34:27 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:34:27 ---> f31400ab6b45 19:34:27 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:34:27 ---> Running in b9f3de33de1c 19:34:28 Removing intermediate container b9f3de33de1c 19:34:28 ---> 26662114e0ed 19:34:28 ---> 5700c7fc60ed 19:34:28 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:34:28 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:34:28 ---> Running in b4c1112e79a4 19:34:29 Removing intermediate container b4c1112e79a4 19:34:29 ---> 064a09985b43 19:34:29 Step 24/26 : LABEL arch=arm64 19:34:29 ---> Running in e2df0316417e 19:34:30 Removing intermediate container e2df0316417e 19:34:30 ---> 8094f9f1c83b 19:34:30 Step 25/26 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:34:30 ---> Running in c46a598e6236 19:34:31 Removing intermediate container c46a598e6236 19:34:31 ---> b716feb9a2df 19:34:31 Step 26/26 : LABEL version=0.0.0 19:34:31 ---> 017c31e9e420 19:34:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:34:31 ---> Running in 3d77cfa9a948 19:34:32 Removing intermediate container 3d77cfa9a948 19:34:32 ---> 00e805fadbda 19:34:32 19:34:32 ---> aa5f063debf3 19:34:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:34:32 ---> 26ef8ba4e54c 19:34:32 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:34:32 ---> Running in e801f9d679e9 19:34:32 Successfully built 00e805fadbda 19:34:32 Successfully tagged security-spire-agent-arm64:latest 19:34:32 Building core-command 19:34:33  Building security-spire-agent ... done Removing intermediate container e801f9d679e9 19:34:33 ---> 017308246312 19:34:33 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:34:33 ---> Running in 49d99e56d522 19:34:33 ---> be1b379ab772 19:34:33 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:34:33 ---> Running in 7a01ca540808 19:34:34 Removing intermediate container 49d99e56d522 19:34:34 ---> ca6b06b21ce6 19:34:34 Step 18/20 : LABEL arch=arm64 19:34:34 ---> Running in b1a31c00f08d 19:34:34 Removing intermediate container 7a01ca540808 19:34:34 ---> 27e1f3e3331c 19:34:34 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:34:34 Removing intermediate container b1a31c00f08d 19:34:34 ---> 4659af010e17 19:34:34 Step 19/20 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:34:35 ---> Running in 02c3c44a5626 19:34:35 ---> d3b96aab3194 19:34:35 Step 21/26 : WORKDIR / 19:34:35 Removing intermediate container 02c3c44a5626 19:34:35 ---> b4681b1ffa49 19:34:35 Step 20/20 : LABEL version=0.0.0 19:34:35 ---> Running in d2d32af9792c 19:34:35 ---> Running in 00dd4694fae7 19:34:36 Removing intermediate container d2d32af9792c 19:34:36 ---> b327b46d5dda 19:34:36 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ]Removing intermediate container 00dd4694fae7 19:34:36 19:34:36 ---> f9e17ecc53b9 19:34:36 19:34:37 ---> Running in 0f09db499e82 19:34:37 Removing intermediate container dbe9c1408895 19:34:37 ---> 8750c5afba7c 19:34:37 Step 9/23 : COPY . . 19:34:37 Successfully built f9e17ecc53b9 19:34:37 Successfully tagged security-spiffe-token-provider-arm64:latest 19:34:37  Building security-spiffe-token-provider ... done Building security-proxy-setup 19:34:37 Removing intermediate container 0f09db499e82 19:34:37 ---> 2f13b2169921 19:34:37 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:34:37 ---> Running in 7a416d8d114c 19:34:38 Removing intermediate container 7a416d8d114c 19:34:38 ---> af0db09c00b3 19:34:38 Step 24/26 : LABEL arch=arm64 19:34:38 ---> Running in b27bcd6f4f10 19:34:39 Removing intermediate container b27bcd6f4f10 19:34:39 ---> cdf2d33cb075 19:34:39 Step 25/26 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:34:39 ---> Running in 4f2800b81910 19:34:40 Removing intermediate container 4f2800b81910 19:34:40 ---> 7cc5fa52ee76 19:34:40 Step 26/26 : LABEL version=0.0.0 19:34:40 ---> Running in 5daaf3124f6b 19:34:40 Removing intermediate container 5daaf3124f6b 19:34:40 ---> def1a6ea8d4c 19:34:40 19:34:41 Successfully built def1a6ea8d4c 19:34:41 Successfully tagged security-spire-config-arm64:latest 19:34:41 Building core-metadata 19:34:43  Building security-spire-config ... done Removing intermediate container 8157e23f8c76 19:34:43 ---> 984ea5d2a45e 19:34:43 Step 9/23 : COPY . . 19:34:52 ---> 7e6484f33b1b 19:34:52 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:34:52 ---> Running in 06a350b1034c 19:34:53 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:54 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:34:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:34:54 ---> f5fc02aa4342 19:34:54 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:34:54 ---> Using cache 19:34:54 ---> 44b48e3e8fcd 19:34:54 Step 4/24 : WORKDIR /edgex-go 19:34:54 ---> Using cache 19:34:54 ---> 56f4cd12ba2a 19:34:54 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:54 ---> Using cache 19:34:54 ---> 10ee6608bf99 19:34:54 Step 6/24 : RUN apk add --update --no-cache make git 19:34:54 ---> Using cache 19:34:54 ---> 07824c323e6d 19:34:54 Step 7/24 : COPY go.mod vendor* ./ 19:34:54 ---> Using cache 19:34:54 ---> 91b51fa91888 19:34:54 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:54 ---> Using cache 19:34:54 ---> 8750c5afba7c 19:34:54 Step 9/24 : COPY . . 19:34:54 ---> Using cache 19:34:54 ---> 7e6484f33b1b 19:34:54 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:34:55 ---> Running in 3fda4bd82fea 19:34:57 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:35:01 ---> a0bfae53c0eb 19:35:01 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:35:01 ---> Running in 0e11c6eb3f2a 19:35:04 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:35:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:35:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:35:04 ---> f5fc02aa4342 19:35:04 Step 3/22 : WORKDIR /edgex-go 19:35:04 ---> Using cache 19:35:04 ---> eb94b0fd3069 19:35:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:04 ---> Using cache 19:35:04 ---> f1594a64575c 19:35:04 Step 5/22 : RUN apk add --update --no-cache make git 19:35:04 ---> Using cache 19:35:04 ---> 7d721bfcab1c 19:35:04 Step 6/22 : COPY go.mod vendor* ./ 19:35:04 ---> Using cache 19:35:04 ---> f8889acfb1fb 19:35:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:04 ---> Using cache 19:35:04 ---> 31df9535de25 19:35:04 Step 8/22 : COPY . . 19:35:04 ---> Using cache 19:35:04 ---> 53d6975eaf59 19:35:04 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:35:05 ---> Running in b487d21e647c 19:35:07 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:07 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:35:07 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:35:07 ---> f5fc02aa4342 19:35:07 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:35:07 ---> Using cache 19:35:07 ---> 44b48e3e8fcd 19:35:07 Step 4/25 : WORKDIR /edgex-go 19:35:07 ---> Using cache 19:35:07 ---> 56f4cd12ba2a 19:35:07 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:07 ---> Using cache 19:35:07 ---> 10ee6608bf99 19:35:07 Step 6/25 : RUN apk add --update --no-cache make git 19:35:07 ---> Using cache 19:35:07 ---> 07824c323e6d 19:35:07 Step 7/25 : COPY go.mod vendor* ./ 19:35:07 ---> Using cache 19:35:07 ---> 91b51fa91888 19:35:07 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:07 ---> Using cache 19:35:07 ---> 8750c5afba7c 19:35:07 Step 9/25 : COPY . . 19:35:07 ---> Using cache 19:35:07 ---> 7e6484f33b1b 19:35:07 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:35:07 ---> Running in 4bdd424792f9 19:35:09 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:40: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/secrets-config ./cmd/secrets-config 19:41:13 Removing intermediate container b487d21e647c 19:41:13 ---> 8a31e48b9fe2 19:41:13 19:41:13 Step 10/22 : FROM alpine:3.16 19:41:13 ---> a6215f271958 19:41:13 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:41:13 ---> Running in 1aa1c31dcc34 19:41:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:41:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:41:13 (1/6) Installing ca-certificates (20220614-r0) 19:41:13 (2/6) Installing brotli-libs (1.0.9-r6) 19:41:13 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:41:13 (4/6) Installing libcurl (7.83.1-r3) 19:41:13 (5/6) Installing curl (7.83.1-r3) 19:41:13 (6/6) Installing dumb-init (1.2.5-r1) 19:41:13 Executing busybox-1.35.0-r17.trigger 19:41:13 Executing ca-certificates-20220614-r0.trigger 19:41:13 OK: 8 MiB in 20 packages 19:41:15 Removing intermediate container 1aa1c31dcc34 19:41:15 ---> 29f953bc095f 19:41:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:41:15 ---> Running in e816a34a7da1 19:41:16 Removing intermediate container e816a34a7da1 19:41:16 ---> 99c99cb85bd7 19:41:16 Step 13/22 : WORKDIR /edgex 19:41:16 ---> Running in 6bff3fca1827 19:41:17 Removing intermediate container 6bff3fca1827 19:41:17 ---> 2b8aea29c2e9 19:41:17 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:41:18 ---> 1ef3ce4339ca 19:41:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:41:19 ---> 14d277a4ea93 19:41:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:41:21 ---> f116a0be9377 19:41:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:41:22 ---> 777372c279eb 19:41:22 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:41:22 ---> Running in 8ce84d38117c 19:41:28 Removing intermediate container 8ce84d38117c 19:41:28 ---> 8fdda6e7443f 19:41:28 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:41:28 ---> Running in 63e2dc573d9e 19:41:28 Removing intermediate container 63e2dc573d9e 19:41:28 ---> 9709e40ad770 19:41:28 Step 20/22 : LABEL arch=arm64 19:41:28 ---> Running in 25ca89477ef3 19:41:29 Removing intermediate container 25ca89477ef3 19:41:29 ---> 94aeab2ad7e1 19:41:29 Step 21/22 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:41:29 ---> Running in 8def901900ff 19:41:30 Removing intermediate container 8def901900ff 19:41:30 ---> 250671e20268 19:41:30 Step 22/22 : LABEL version=0.0.0 19:41:30 ---> Running in 2292e7674212 19:41:31 Removing intermediate container 2292e7674212 19:41:31 ---> f07229f35a45 19:41:31 19:41:32 Successfully built f07229f35a45 19:41:32 Successfully tagged security-proxy-setup-arm64:latest 19:41:32  Building security-proxy-setup ... done Removing intermediate container 3fda4bd82fea 19:41:32 ---> bba99ab876d6 19:41:32 19:41:32 Step 11/24 : FROM alpine:3.16 19:41:32 ---> a6215f271958 19:41:32 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:41:32 ---> Running in ddf1dbb886de 19:41:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:41:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:41:35 (1/1) Installing dumb-init (1.2.5-r1) 19:41:35 Executing busybox-1.35.0-r17.trigger 19:41:35 OK: 5 MiB in 15 packages 19:41:37 Removing intermediate container ddf1dbb886de 19:41:37 ---> b54a8924bc1d 19:41:37 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:41:38 ---> Running in c327a49a1adb 19:41:38 Removing intermediate container c327a49a1adb 19:41:38 ---> 5ee912610a69 19:41:38 Step 14/24 : ENV APP_PORT=59882 19:41:38 ---> Running in ea56a7558c19 19:41:39 Removing intermediate container ea56a7558c19 19:41:39 ---> 401f35b0f72d 19:41:39 Step 15/24 : EXPOSE $APP_PORT 19:41:39 ---> Running in 27a8ade1c886 19:41:39 Removing intermediate container 27a8ade1c886 19:41:39 ---> 416ef79d455b 19:41:39 Step 16/24 : WORKDIR / 19:41:39 ---> Running in 9b7cbaf15c3f 19:41:40 Removing intermediate container 9b7cbaf15c3f 19:41:40 ---> 5a1bd9ca4b21 19:41:40 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:41:41 ---> 9e62dcad8e8f 19:41:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:41:43 ---> 4063b510b265 19:41:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:41:44 ---> 9d82486446ee 19:41:44 Step 20/24 : ENTRYPOINT ["/core-command"] 19:41:44 ---> Running in 380108f25827 19:41:44 Removing intermediate container 380108f25827 19:41:44 ---> 2c386e11a023 19:41:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:41:44 ---> Running in 8a124e391cd0 19:41:45 Removing intermediate container 8a124e391cd0 19:41:45 ---> 9feb9cd554bc 19:41:45 Step 22/24 : LABEL arch=arm64 19:41:45 ---> Running in 85147abed74f 19:41:46 Removing intermediate container 85147abed74f 19:41:46 ---> 39978257978e 19:41:46 Step 23/24 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:41:46 ---> Running in 4d359c8c2985 19:41:46 Removing intermediate container 4d359c8c2985 19:41:46 ---> 15bc0ad7914f 19:41:46 Step 24/24 : LABEL version=0.0.0 19:41:46 ---> Running in 43076aed7b48 19:41:47 Removing intermediate container 43076aed7b48 19:41:47 ---> eebb7577a967 19:41:47 19:41:47 Successfully built eebb7577a967 19:41:47 Successfully tagged core-command-arm64:latest 19:42:02  Building core-command ... done Removing intermediate container 4bdd424792f9 19:42:02 ---> 17aeea8d9e4b 19:42:02 19:42:02 Step 11/25 : FROM alpine:3.16 19:42:02 ---> a6215f271958 19:42:02 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:42:02 ---> Using cache 19:42:02 ---> b54a8924bc1d 19:42:02 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:42:02 ---> Using cache 19:42:02 ---> 5ee912610a69 19:42:02 Step 14/25 : ENV APP_PORT=59881 19:42:02 ---> Running in c75ada83ceb5 19:42:02 Removing intermediate container c75ada83ceb5 19:42:02 ---> 2e63bf9b87c5 19:42:02 Step 15/25 : EXPOSE $APP_PORT 19:42:02 ---> Running in b483363b53c2 19:42:02 Removing intermediate container b483363b53c2 19:42:02 ---> 296b68798063 19:42:02 Step 16/25 : WORKDIR / 19:42:02 ---> Running in 2581c3fccabb 19:42:03 Removing intermediate container 2581c3fccabb 19:42:03 ---> 32bce39eac8c 19:42:03 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:42:03 ---> e386eeef816c 19:42:03 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:42:05 ---> 5c44b7a2e581 19:42:05 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:42:06 ---> 71a44ee8101f 19:42:06 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:42:07 ---> fb80cbd11dad 19:42:07 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:42:07 ---> Running in 91b2bf83968b 19:42:07 Removing intermediate container 91b2bf83968b 19:42:07 ---> 93bb31f8cf4e 19:42:07 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:42:07 ---> Running in 6b6770fb1916 19:42:08 Removing intermediate container 6b6770fb1916 19:42:08 ---> 6301fb6f67e4 19:42:08 Step 23/25 : LABEL arch=arm64 19:42:08 ---> Running in 2480e67fa162 19:42:09 Removing intermediate container 2480e67fa162 19:42:09 ---> 617e1b288fe6 19:42:09 Step 24/25 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:42:09 ---> Running in c5dd3d7057b6 19:42:09 Removing intermediate container c5dd3d7057b6 19:42:09 ---> 704840ff4273 19:42:09 Step 25/25 : LABEL version=0.0.0 19:42:09 ---> Running in 3f6f1e5e1bbd 19:42:10 Removing intermediate container 3f6f1e5e1bbd 19:42:10 ---> 1f308b05c5c5 19:42:10 19:42:10 Successfully built 1f308b05c5c5 19:42:10 Successfully tagged core-metadata-arm64:latest 19:42:57  Building core-metadata ... done Removing intermediate container 06a350b1034c 19:42:57 ---> a12833f8b7f4 19:42:57 19:42:57 Step 11/23 : FROM alpine:3.16 19:42:57 ---> a6215f271958 19:42:57 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:42:57 ---> Using cache 19:42:57 ---> b54a8924bc1d 19:42:57 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:42:57 ---> Using cache 19:42:57 ---> 5ee912610a69 19:42:57 Step 14/23 : ENV APP_PORT=59861 19:42:57 ---> Running in 208987626dea 19:42:57 Removing intermediate container 208987626dea 19:42:57 ---> ac0522761cdf 19:42:57 Step 15/23 : EXPOSE $APP_PORT 19:42:57 ---> Running in b92de5a21f8c 19:42:58 Removing intermediate container b92de5a21f8c 19:42:58 ---> 292e12220e4d 19:42:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:42:58 ---> 394fe8f2f2e3 19:42:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:43:02 ---> 35964390a9f1 19:43:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:43:02 Removing intermediate container 0e11c6eb3f2a 19:43:02 ---> c76dac8058b3 19:43:02 19:43:02 Step 11/23 : FROM alpine:3.16 19:43:02 ---> a6215f271958 19:43:02 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:43:02 ---> 80e6b8dd5c24 19:43:02 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:43:02 ---> Running in 69c43fca16ba 19:43:02 ---> Running in c135241619b4 19:43:03 Removing intermediate container c135241619b4 19:43:03 ---> fcf3a3cbfb54 19:43:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:03 ---> Running in ae76b17c7026 19:43:03 Removing intermediate container ae76b17c7026 19:43:03 ---> 0203179361ba 19:43:03 Step 21/23 : LABEL arch=arm64 19:43:03 ---> Running in 02ba79ebf1ca 19:43:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:43:04 Removing intermediate container 02ba79ebf1ca 19:43:04 ---> 49fb39b26966 19:43:04 Step 22/23 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:43:04 ---> Running in 0da3fcd17677 19:43:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:43:04 Removing intermediate container 0da3fcd17677 19:43:04 ---> 1c2417779ef3 19:43:04 Step 23/23 : LABEL version=0.0.0 19:43:04 ---> Running in 9290aae43462 19:43:05 Removing intermediate container 9290aae43462 19:43:05 ---> bf4669413325 19:43:05 19:43:05 Successfully built bf4669413325 19:43:05 Successfully tagged support-scheduler-arm64:latest 19:43:05  Building support-scheduler ... done (1/2) Installing ca-certificates (20220614-r0) 19:43:05 (2/2) Installing dumb-init (1.2.5-r1) 19:43:05 Executing busybox-1.35.0-r17.trigger 19:43:05 Executing ca-certificates-20220614-r0.trigger 19:43:05 OK: 6 MiB in 16 packages 19:43:06 Removing intermediate container 69c43fca16ba 19:43:06 ---> f2b52b7ad90b 19:43:06 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:43:07 ---> Running in 333b122f67ad 19:43:07 Removing intermediate container 333b122f67ad 19:43:07 ---> f42e823353ae 19:43:07 Step 14/23 : ENV APP_PORT=59860 19:43:07 ---> Running in 1cab7f249efd 19:43:07 Removing intermediate container 1cab7f249efd 19:43:07 ---> 291ea4bc3849 19:43:07 Step 15/23 : EXPOSE $APP_PORT 19:43:07 ---> Running in a81f61ff83e7 19:43:07 Removing intermediate container a81f61ff83e7 19:43:07 ---> 0adbce0bc2f4 19:43:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:08 ---> d44f7a59535c 19:43:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:43:09 ---> 87a1c670291a 19:43:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:43:10 ---> c48bdbcb8369 19:43:10 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:43:10 ---> Running in d2c3db711bce 19:43:10 Removing intermediate container d2c3db711bce 19:43:10 ---> 255147144305 19:43:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:10 ---> Running in 92ddfe0b7459 19:43:11 Removing intermediate container 92ddfe0b7459 19:43:11 ---> 096e930f4ed9 19:43:11 Step 21/23 : LABEL arch=arm64 19:43:11 ---> Running in 944c3226d832 19:43:11 Removing intermediate container 944c3226d832 19:43:11 ---> 40770f45a7af 19:43:11 Step 22/23 : LABEL git_sha=9bb0719aa914a9a2157b37d4161430c9f7498791 19:43:11 ---> Running in d061a7455407 19:43:11 Removing intermediate container d061a7455407 19:43:11 ---> 35bde84faa26 19:43:11 Step 23/23 : LABEL version=0.0.0 19:43:12 ---> Running in 5696e3518acc 19:43:12 Removing intermediate container 5696e3518acc 19:43:12 ---> 3268ca6b6ab1 19:43:12 19:43:12 Successfully built 3268ca6b6ab1 19:43:12 Successfully tagged support-notifications-arm64:latest 19:43:12  Building support-notifications ... done  [Pipeline] } 19:43:13 $ docker stop --time=1 1481d5d2dbeeaffa180005bc1c430d05d90276f4512284bf9198935d1735fd6e 19:43:14 $ docker rm -f 1481d5d2dbeeaffa180005bc1c430d05d90276f4512284bf9198935d1735fd6e [Pipeline] // withDockerContainer [Pipeline] sh 19:43:15 + docker images 19:43:15 REPOSITORY TAG IMAGE ID CREATED SIZE 19:43:15 support-notifications-arm64 latest 3268ca6b6ab1 3 seconds ago 29.2MB 19:43:15 support-scheduler-arm64 latest bf4669413325 11 seconds ago 28.6MB 19:43:15 c76dac8058b3 14 seconds ago 1.47GB 19:43:15 a12833f8b7f4 20 seconds ago 1.47GB 19:43:15 core-metadata-arm64 latest 1f308b05c5c5 About a minute ago 17.7MB 19:43:15 17aeea8d9e4b About a minute ago 1.42GB 19:43:15 core-command-arm64 latest eebb7577a967 About a minute ago 16.9MB 19:43:15 bba99ab876d6 About a minute ago 1.41GB 19:43:15 security-proxy-setup-arm64 latest f07229f35a45 About a minute ago 26.7MB 19:43:15 8a31e48b9fe2 2 minutes ago 1.4GB 19:43:15 security-spire-config-arm64 latest def1a6ea8d4c 8 minutes ago 83.6MB 19:43:15 security-spiffe-token-provider-arm64 latest f9e17ecc53b9 8 minutes ago 28.6MB 19:43:15 security-spire-agent-arm64 latest 00e805fadbda 8 minutes ago 122MB 19:43:15 e7d95533d29b 9 minutes ago 1.44GB 19:43:15 6edd0a326a27 9 minutes ago 1.28GB 19:43:15 c1f411a26b6a 9 minutes ago 1.28GB 19:43:15 core-data-arm64 latest 699755d6a5c1 9 minutes ago 20.8MB 19:43:15 sys-mgmt-agent-arm64 latest 340ff97cc66a 10 minutes ago 133MB 19:43:15 4b1451cedea9 10 minutes ago 1.42GB 19:43:15 security-bootstrapper-arm64 latest 64f708d75866 11 minutes ago 19.2MB 19:43:15 security-secretstore-setup-arm64 latest a38a3ca04be0 11 minutes ago 28.4MB 19:43:15 644f926ce636 11 minutes ago 1.4GB 19:43:15 ebfc1e70355d 12 minutes ago 1.4GB 19:43:15 8e2bbc80a280 12 minutes ago 1.39GB 19:43:15 security-spire-server-arm64 latest 070b742eb055 17 minutes ago 84.3MB 19:43:15 6d8fd497e5af 18 minutes ago 1.28GB 19:43:15 ci-base-image-arm64 latest f5fc02aa4342 33 minutes ago 942MB 19:43:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 9 days ago 679MB 19:43:15 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 19:43:15 alpine 3.16 a6215f271958 2 months ago 5.29MB 19:43:15 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 19:43:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:43:16 19:43:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:43:17 arm64: Pulling from edgex-lftools-log-publisher 19:43:17 8998bd30e6a1: Pulling fs layer 19:43:17 04944245beec: Pulling fs layer 19:43:17 699f458cf7ca: Pulling fs layer 19:43:17 765212b225bb: Pulling fs layer 19:43:17 f23df028b6ca: Pulling fs layer 19:43:17 d65c8cfc05b1: Pulling fs layer 19:43:17 2437ff75d9bd: Pulling fs layer 19:43:17 765212b225bb: Waiting 19:43:17 f23df028b6ca: Waiting 19:43:17 d65c8cfc05b1: Waiting 19:43:17 2437ff75d9bd: Waiting 19:43:17 04944245beec: Verifying Checksum 19:43:17 04944245beec: Download complete 19:43:17 765212b225bb: Verifying Checksum 19:43:17 765212b225bb: Download complete 19:43:17 f23df028b6ca: Verifying Checksum 19:43:17 f23df028b6ca: Download complete 19:43:17 d65c8cfc05b1: Verifying Checksum 19:43:17 d65c8cfc05b1: Download complete 19:43:17 699f458cf7ca: Verifying Checksum 19:43:17 699f458cf7ca: Download complete 19:43:18 8998bd30e6a1: Verifying Checksum 19:43:18 8998bd30e6a1: Download complete 19:43:20 2437ff75d9bd: Verifying Checksum 19:43:20 2437ff75d9bd: Download complete 19:43:22 8998bd30e6a1: Pull complete 19:43:22 04944245beec: Pull complete 19:43:24 699f458cf7ca: Pull complete 19:43:24 765212b225bb: Pull complete 19:43:25 f23df028b6ca: Pull complete 19:43:25 d65c8cfc05b1: Pull complete 19:43:40 2437ff75d9bd: Pull complete 19:43:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:43:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:43:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:43:41 prd-ubuntu20.04-docker-arm64-4c-16g-8599 does not seem to be running inside a container 19:43:41 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:43:44 $ docker top 9be56444be33cf2a2333613b636d97baa3315bb6791832fcd53690196aacb168 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:43:45 ---> job-cost.sh 19:43:45 lf-activate-venv: SKIPPING 19:43:45 INFO: No Stack... 19:43:45 INFO: Retrieving Pricing Info for: v3-standard-4 19:43:46 INFO: Archiving Costs [Pipeline] sh 19:43:46 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:43:46 + cut -d, -f6 [Pipeline] lock 19:43:46 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4205-1-stack-cost] 19:43:46 Resource [jenkins-edgexfoundry-edgex-go-PR-4205-1-stack-cost] did not exist. Created. 19:43:46 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4205-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:43:47 + echo total: 0.10999999940395355 [Pipeline] stash 19:43:47 Stashed 1 file(s) [Pipeline] } 19:43:47 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4205-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:43:47 $ docker stop --time=1 9be56444be33cf2a2333613b636d97baa3315bb6791832fcd53690196aacb168 19:43:49 $ docker rm -f 9be56444be33cf2a2333613b636d97baa3315bb6791832fcd53690196aacb168 [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 19:43:49 provisioning config files... 19:43:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config18326585785155654270tmp [Pipeline] { [Pipeline] sh 19:43:50 + set +x 19:43:50 + curl -s https://codecov.io/bash 19:43:50 + bash -s -- 19:43:50 19:43:50 _____ _ 19:43:50 / ____| | | 19:43:50 | | ___ __| | ___ ___ _____ __ 19:43:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:43:50 | |___| (_) | (_| | __/ (_| (_) \ V / 19:43:50 \_____\___/ \__,_|\___|\___\___/ \_/ 19:43:50 Bash-1.0.6 19:43:50 19:43:50 19:43:50 ==> git version 2.25.1 found 19:43:50 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 19:43:50 Release-Date: 2020-01-08 19:43:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:43:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:43:50 ==> Jenkins CI detected. 19:43:50 current dir:  /w/workspace/edgex-go/1 19:43:50 project root: . 19:43:50 --> token set from env 19:43:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:43:50 ==> Running gcov in . (disable via -X gcov) 19:43:50 ==> Python coveragepy not found 19:43:50 ==> Searching for coverage reports in: 19:43:50 + . 19:43:50 -> Found 1 reports 19:43:50 ==> Detecting git/mercurial file structure 19:43:50 ==> Reading reports 19:43:50 + ./coverage.out bytes=503479 19:43:50 ==> Appending adjustments 19:43:50 https://docs.codecov.io/docs/fixing-reports 19:43:51 + Found adjustments 19:43:51 ==> Gzipping contents 19:43:51 68K /tmp/codecov.vmU0nz.gz 19:43:51 ==> Uploading reports 19:43:51 url: https://codecov.io 19:43:51 query: branch=PR-4205&commit=9bb0719aa914a9a2157b37d4161430c9f7498791&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4205%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4205&job=&cmd_args= 19:43:51 -> Pinging Codecov 19:43:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4205&commit=9bb0719aa914a9a2157b37d4161430c9f7498791&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4205%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4205&job=&cmd_args= 19:43:52 -> Uploading to 19:43:52 https://storage.googleapis.com/codecov/v4/raw/2022-10-19/00271124DB129430A58F1EEE437C3FCB/9bb0719aa914a9a2157b37d4161430c9f7498791/7b809fd9-0077-4046-ba88-3904f2b80c64.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221019%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221019T194351Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6eeb908ad32919cab236bd890e6d1de81c33ca52b3666685cda12eb42d84141e 19:43:52 % Total % Received % Xferd Average Speed Time Time Time Current 19:43:52 Dload Upload Total Spent Left Speed 19:43:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65705 0 0 100 65705 0 250k --:--:-- --:--:-- --:--:-- 250k 19:43:52 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9bb0719aa914a9a2157b37d4161430c9f7498791 [Pipeline] } 19:43:52 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 19:43:53 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:43:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:43:55 ---> package-listing.sh 19:43:55 ++ facter osfamily 19:43:55 ++ tr '[:upper:]' '[:lower:]' 19:43:55 + OS_FAMILY=debian 19:43:55 + workspace=/w/workspace/edgex-go/1 19:43:55 + START_PACKAGES=/tmp/packages_start.txt 19:43:55 + END_PACKAGES=/tmp/packages_end.txt 19:43:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:43:55 + PACKAGES=/tmp/packages_start.txt 19:43:55 + '[' /w/workspace/edgex-go/1 ']' 19:43:55 + PACKAGES=/tmp/packages_end.txt 19:43:55 + case "${OS_FAMILY}" in 19:43:55 + dpkg -l 19:43:55 + grep '^ii' 19:43:55 + '[' -f /tmp/packages_start.txt ']' 19:43:55 + '[' -f /tmp/packages_end.txt ']' 19:43:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:43:55 + '[' /w/workspace/edgex-go/1 ']' 19:43:55 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:43:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:43:55 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:43:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:43:56 19:43:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:43:56 latest: Pulling from edgex-lftools-log-publisher 19:43:56 5eb5b503b376: Pulling fs layer 19:43:56 5c69ac0246d0: Pulling fs layer 19:43:56 ec43610c2a17: Pulling fs layer 19:43:56 3a2ae6a8a46f: Pulling fs layer 19:43:56 33b1e0a273af: Pulling fs layer 19:43:56 5d3b04190fa2: Pulling fs layer 19:43:56 2f39f015ded8: Pulling fs layer 19:43:56 3a2ae6a8a46f: Waiting 19:43:56 33b1e0a273af: Waiting 19:43:56 5d3b04190fa2: Waiting 19:43:56 2f39f015ded8: Waiting 19:43:56 5c69ac0246d0: Verifying Checksum 19:43:56 5c69ac0246d0: Download complete 19:43:56 3a2ae6a8a46f: Verifying Checksum 19:43:56 3a2ae6a8a46f: Download complete 19:43:56 33b1e0a273af: Verifying Checksum 19:43:56 33b1e0a273af: Download complete 19:43:56 5d3b04190fa2: Verifying Checksum 19:43:56 5d3b04190fa2: Download complete 19:43:56 ec43610c2a17: Verifying Checksum 19:43:56 ec43610c2a17: Download complete 19:43:56 5eb5b503b376: Verifying Checksum 19:43:56 5eb5b503b376: Download complete 19:43:57 2f39f015ded8: Download complete 19:43:58 5eb5b503b376: Pull complete 19:43:58 5c69ac0246d0: Pull complete 19:43:58 ec43610c2a17: Pull complete 19:43:58 3a2ae6a8a46f: Pull complete 19:43:58 33b1e0a273af: Pull complete 19:43:59 5d3b04190fa2: Pull complete 19:44:03 2f39f015ded8: Pull complete 19:44:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:44:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:44:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:03 prd-ubuntu20.04-docker-8c-8g-8597 does not seem to be running inside a container 19:44:03 $ 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 19:44:06 $ docker top 096d80c4cfae4532868ba597ee9e4824a62f8a7fd9944f8dd508f582d0da5418 -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:06 + touch /tmp/pre-build-complete [Pipeline] sh 19:44:07 + mkdir -p /var/log/sysstat [Pipeline] sh 19:44:07 + ls /var/log/sa-host 19:44:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:44:07 provisioning config files... 19:44:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6738887753477603913tmp [Pipeline] { [Pipeline] echo 19:44:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:44:08 ---> create-netrc.sh [Pipeline] } 19:44:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:44:08 ---> python-tools-install.sh [Pipeline] echo 19:44:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:44:08 ---> sudo-logs.sh 19:44:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:44:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:44:09 ---> job-cost.sh 19:44:09 lf-activate-venv: SKIPPING 19:44:09 DEBUG: total: 0.10999999940395355 19:44:09 INFO: Retrieving Stack Cost... 19:44:09 INFO: Retrieving Pricing Info for: v3-standard-8 19:44:10 INFO: Archiving Costs [Pipeline] echo 19:44:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:44:10 ---> logs-deploy.sh 19:44:10 lf-activate-venv: SKIPPING 19:44:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4205/1 19:44:10 INFO: archiving workspace using pattern(s): 19:44:11 Archives upload complete. 19:44:11 INFO: archiving logs to Nexus 19:44:12 ---> uname -a: 19:44:12 Linux prd-ubuntu20-04-docker-8c-8g-8597 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:44:12 19:44:12 19:44:12 ---> lscpu: 19:44:12 Architecture: x86_64 19:44:12 CPU op-mode(s): 32-bit, 64-bit 19:44:12 Byte Order: Little Endian 19:44:12 Address sizes: 40 bits physical, 48 bits virtual 19:44:12 CPU(s): 8 19:44:12 On-line CPU(s) list: 0-7 19:44:12 Thread(s) per core: 1 19:44:12 Core(s) per socket: 1 19:44:12 Socket(s): 8 19:44:12 NUMA node(s): 1 19:44:12 Vendor ID: AuthenticAMD 19:44:12 CPU family: 23 19:44:12 Model: 49 19:44:12 Model name: AMD EPYC-Rome Processor 19:44:12 Stepping: 0 19:44:12 CPU MHz: 2800.002 19:44:12 BogoMIPS: 5600.00 19:44:12 Virtualization: AMD-V 19:44:12 Hypervisor vendor: KVM 19:44:12 Virtualization type: full 19:44:12 L1d cache: 256 KiB 19:44:12 L1i cache: 256 KiB 19:44:12 L2 cache: 4 MiB 19:44:12 L3 cache: 128 MiB 19:44:12 NUMA node0 CPU(s): 0-7 19:44:12 Vulnerability Itlb multihit: Not affected 19:44:12 Vulnerability L1tf: Not affected 19:44:12 Vulnerability Mds: Not affected 19:44:12 Vulnerability Meltdown: Not affected 19:44:12 Vulnerability Mmio stale data: Not affected 19:44:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:44:12 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:44:12 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:44:12 Vulnerability Srbds: Not affected 19:44:12 Vulnerability Tsx async abort: Not affected 19:44:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 19:44:12 19:44:12 19:44:12 ---> nproc: 19:44:12 8 19:44:12 19:44:12 19:44:12 ---> df -h: 19:44:12 Filesystem Size Used Avail Use% Mounted on 19:44:12 overlay 155G 20G 136G 13% / 19:44:12 tmpfs 64M 0 64M 0% /dev 19:44:12 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:44:12 shm 64M 0 64M 0% /dev/shm 19:44:12 /dev/vda1 155G 20G 136G 13% /facter-os 19:44:12 19:44:12 19:44:12 ---> sar -b -r -n DEV: 19:44:12 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8597) 10/19/22 _x86_64_ (8 CPU) 19:44:12 19:44:12 19:05:34 LINUX RESTART (8 CPU) 19:44:12 19:44:12 19:06:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:44:12 19:07:01 183.48 36.20 147.28 0.00 4268.56 76940.45 0.00 19:44:12 19:08:01 40.84 0.05 40.79 0.00 3.47 12611.23 0.00 19:44:12 19:09:01 32.16 0.27 31.89 0.00 5.73 11952.16 0.00 19:44:12 19:10:01 416.15 7.17 408.98 0.00 78.92 166097.65 0.00 19:44:12 19:11:01 341.33 7.83 333.49 0.00 912.65 163449.43 0.00 19:44:12 19:12:01 624.44 3.53 620.91 0.00 2010.53 205691.04 0.00 19:44:12 19:13:01 690.23 0.50 689.74 0.00 6.67 181421.23 0.00 19:44:12 19:14:01 504.25 1.05 503.20 0.00 8.53 152689.90 0.00 19:44:12 19:15:01 362.16 0.07 362.09 0.00 6.93 69058.49 0.00 19:44:12 19:16:01 2.33 0.00 2.33 0.00 0.00 27.32 0.00 19:44:12 19:17:01 1.47 0.02 1.45 0.00 0.13 26.66 0.00 19:44:12 19:18:01 1.72 0.00 1.72 0.00 0.00 18.93 0.00 19:44:12 19:19:01 0.85 0.00 0.85 0.00 0.00 9.33 0.00 19:44:12 19:20:02 0.78 0.00 0.78 0.00 0.00 10.00 0.00 19:44:12 19:21:01 2.41 0.02 2.39 0.00 0.14 27.65 0.00 19:44:12 19:22:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 19:44:12 19:23:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 19:44:12 19:24:01 1.37 0.00 1.37 0.00 0.00 14.93 0.00 19:44:12 19:25:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 19:44:12 19:26:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 19:44:12 19:27:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 19:44:12 19:28:01 1.67 0.00 1.67 0.00 0.00 19.46 0.00 19:44:12 19:29:01 0.90 0.00 0.90 0.00 0.00 9.60 0.00 19:44:12 19:30:01 1.73 0.00 1.73 0.00 0.00 20.80 0.00 19:44:12 19:31:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 19:44:12 19:32:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 19:44:12 19:33:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 19:44:12 19:34:01 1.47 0.00 1.47 0.00 0.00 15.86 0.00 19:44:12 19:35:01 0.87 0.00 0.87 0.00 0.00 10.66 0.00 19:44:12 19:36:01 1.62 0.00 1.62 0.00 0.00 17.59 0.00 19:44:12 19:37:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 19:44:12 19:38:01 3.18 1.58 1.60 0.00 36.26 18.80 0.00 19:44:12 19:39:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 19:44:12 19:40:01 1.55 0.00 1.55 0.00 0.00 18.93 0.00 19:44:12 19:41:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 19:44:12 19:42:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 19:44:12 19:43:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 19:44:12 19:44:01 5.57 0.22 5.35 0.00 16.93 386.20 0.00 19:44:12 Average: 85.23 1.52 83.71 0.00 191.86 27378.06 0.00 19:44:12 19:44:12 19:06:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:44:12 19:07:01 28539348 31605608 712276 2.17 105248 3198104 1784228 5.26 1068604 2878648 664 19:44:12 19:08:01 27793836 31435244 874756 2.66 107624 3727516 2370140 6.99 1468392 3171588 293788 19:44:12 19:09:01 27516156 31583740 724484 2.20 110152 4119296 1724392 5.08 1370976 3515748 369148 19:44:12 19:10:01 23923728 31508476 783784 2.38 249284 7239540 1953696 5.76 1969592 6230476 460204 19:44:12 19:11:01 22266160 31417296 847884 2.58 274704 8778348 2212108 6.52 2084452 7739216 11548 19:44:12 19:12:01 19952444 30991172 1265604 3.85 336044 10485696 3641796 10.73 2804680 9201272 78272 19:44:12 19:13:01 18766848 31294156 972696 2.96 391984 11839640 2569968 7.57 2450216 10680096 3764 19:44:12 19:14:01 17080828 31159060 1103020 3.35 445756 13251684 2888100 8.51 2717776 12005196 1160 19:44:12 19:15:01 18454120 31525232 746528 2.27 466976 12247380 1843840 5.43 2324284 11060316 476 19:44:12 19:16:01 18454796 31525948 745680 2.27 466996 12247380 1843840 5.43 2324084 11060316 140 19:44:12 19:17:01 18468608 31539780 731804 2.23 467036 12247380 1843840 5.43 2310040 11060320 4 19:44:12 19:18:01 18469768 31540992 730652 2.22 467060 12247388 1843840 5.43 2309772 11060324 8 19:44:12 19:19:01 18470632 31541856 729628 2.22 467072 12247388 1843840 5.43 2309216 11060324 12 19:44:12 19:20:02 18471048 31542544 729176 2.22 467092 12247392 1843840 5.43 2308516 11060596 188 19:44:12 19:21:01 18471796 31543428 728776 2.22 467144 12247372 1846560 5.44 2308908 11060576 36 19:44:12 19:22:01 18472088 31543736 728460 2.22 467160 12247376 1846560 5.44 2308708 11060580 44 19:44:12 19:23:01 18471976 31543644 728428 2.22 467168 12247380 1846560 5.44 2308664 11060584 8 19:44:12 19:24:01 18471604 31543272 728724 2.22 467184 12247380 1846560 5.44 2308664 11060584 44 19:44:12 19:25:01 18472100 31543820 728152 2.21 467188 12247384 1846560 5.44 2308696 11060600 8 19:44:12 19:26:01 18472020 31543740 728132 2.21 467196 12247380 1846560 5.44 2308680 11060600 44 19:44:12 19:27:01 18471752 31543488 728316 2.21 467208 12247388 1846560 5.44 2308748 11060604 8 19:44:12 19:28:01 18472172 31543924 728004 2.21 467260 12247392 1846560 5.44 2308704 11060608 44 19:44:12 19:29:01 18471800 31543608 728272 2.21 467272 12247396 1830336 5.39 2309088 11060612 144 19:44:12 19:30:01 18471784 31543656 728176 2.21 467312 12247404 1830336 5.39 2309212 11060628 200 19:44:12 19:31:01 18471736 31543608 728256 2.21 467336 12247392 1830336 5.39 2309124 11060628 12 19:44:12 19:32:01 18471940 31543840 727972 2.21 467352 12247408 1830336 5.39 2309300 11060624 192 19:44:12 19:33:01 18472124 31544048 727920 2.21 467360 12247412 1830336 5.39 2309184 11060628 76 19:44:12 19:34:01 18472092 31544016 727948 2.21 467372 12247412 1830336 5.39 2308848 11060628 8 19:44:12 19:35:01 18472028 31543996 727908 2.21 467392 12247416 1830336 5.39 2309112 11060632 8 19:44:12 19:36:01 18472020 31543988 727884 2.21 467412 12247412 1830336 5.39 2308852 11060632 40 19:44:12 19:37:01 18471428 31543424 728320 2.21 467440 12247420 1830336 5.39 2309356 11060636 156 19:44:12 19:38:01 18461968 31535868 735880 2.24 467472 12248504 1846512 5.44 2319224 11060956 44 19:44:12 19:39:01 18462168 31536096 735808 2.24 467484 12248508 1846512 5.44 2318868 11060956 12 19:44:12 19:40:01 18462192 31536128 735744 2.24 467492 12248516 1846512 5.44 2318796 11060960 44 19:44:12 19:41:01 18461828 31535768 736040 2.24 467500 12248512 1868836 5.51 2318820 11060960 8 19:44:12 19:42:01 18461804 31535772 735964 2.24 467520 12248520 1868836 5.51 2318948 11060968 152 19:44:12 19:43:01 18461368 31535444 736196 2.24 467536 12248520 1868836 5.51 2318960 11060968 8 19:44:12 19:44:01 17913816 31483396 787216 2.39 470092 12711916 2151732 6.34 2370568 11523624 466776 19:44:12 Average: 19456209 31504021 770539 2.34 422155 11329812 1967125 5.80 2246227 10202742 44408 19:44:12 19:44:12 19:06:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:44:12 19:07:01 docker0 328.96 338.60 26.72 3523.21 0.00 0.00 0.00 0.00 19:44:12 19:07:01 lo 5.15 5.15 0.50 0.50 0.00 0.00 0.00 0.00 19:44:12 19:07:01 ens3 1174.17 958.79 12676.74 142.43 0.00 0.00 0.00 0.00 19:44:12 19:07:01 veth120e218 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:08:01 veth903f731 1.50 1.68 0.12 0.14 0.00 0.00 0.00 0.00 19:44:12 19:08:01 docker0 1.50 1.55 0.10 0.13 0.00 0.00 0.00 0.00 19:44:12 19:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:08:01 ens3 33.56 22.83 28.24 13.68 0.00 0.00 0.00 0.00 19:44:12 19:09:01 veth903f731 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:09:01 ens3 42.78 31.71 34.66 97.90 0.00 0.00 0.00 0.00 19:44:12 19:10:01 docker0 290.48 412.13 23.34 4644.53 0.00 0.00 0.00 0.00 19:44:12 19:10:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 19:44:12 19:10:01 ens3 500.72 349.08 6337.40 44.41 0.00 0.00 0.00 0.00 19:44:12 19:10:01 veth95dc365 0.00 0.55 0.00 0.03 0.00 0.00 0.00 0.00 19:44:12 19:11:01 docker0 31.69 40.96 1.81 159.31 0.00 0.00 0.00 0.00 19:44:12 19:11:01 veth113a555 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 19:44:12 19:11:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 19:44:12 19:11:01 ens3 110.10 70.62 1072.47 14.91 0.00 0.00 0.00 0.00 19:44:12 19:11:01 veth57c5b88 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 19:44:12 19:11:01 veth288e161 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 19:44:12 19:11:01 veth95dc365 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:44:12 19:12:01 veth6a4847f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:44:12 19:12:01 veth33464c5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:44:12 19:12:01 docker0 115.54 199.45 9.70 2610.15 0.00 0.00 0.00 0.00 19:44:12 19:12:01 lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 19:44:12 19:12:01 veth96a084b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:44:12 19:12:01 ens3 276.94 165.98 3099.33 31.97 0.00 0.00 0.00 0.00 19:44:12 19:12:01 veth95dc365 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 19:44:12 19:13:01 vethc089dcb 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:44:12 19:13:01 docker0 106.10 187.79 8.34 2037.86 0.00 0.00 0.00 0.00 19:44:12 19:13:01 vethdbbcdd8 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:44:12 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:13:01 ens3 225.40 132.48 2066.51 26.11 0.00 0.00 0.00 0.00 19:44:12 19:13:01 veth95dc365 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 19:44:12 19:14:01 docker0 133.69 205.96 10.05 2037.80 0.00 0.00 0.00 0.00 19:44:12 19:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:14:01 vethf85e770 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:44:12 19:14:01 ens3 282.87 222.11 2070.51 220.77 0.00 0.00 0.00 0.00 19:44:12 19:14:01 veth017161b 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:44:12 19:14:01 veth95dc365 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 19:44:12 19:15:01 docker0 60.72 87.20 4.75 968.90 0.00 0.00 0.00 0.00 19:44:12 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:15:01 ens3 116.40 81.82 993.60 19.15 0.00 0.00 0.00 0.00 19:44:12 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:16:01 ens3 0.38 0.37 0.02 0.03 0.00 0.00 0.00 0.00 19:44:12 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:17:01 ens3 0.43 0.32 0.54 0.08 0.00 0.00 0.00 0.00 19:44:12 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:19:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:20:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:20:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:21:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:22:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 19:44:12 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:23:01 ens3 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:24:01 ens3 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 19:44:12 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:25:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:27:01 ens3 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 19:44:12 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:29:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:31:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:32:01 ens3 0.25 0.27 0.08 0.08 0.00 0.00 0.00 0.00 19:44:12 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:33:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:36:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:37:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 19:44:12 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:38:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 19:44:12 19:38:01 ens3 7.77 6.52 5.31 6.23 0.00 0.00 0.00 0.00 19:44:12 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:40:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:12 19:42:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 19:44:12 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:43:01 ens3 0.45 0.33 0.26 0.21 0.00 0.00 0.00 0.00 19:44:12 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:12 19:44:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 19:44:12 19:44:01 ens3 100.93 64.84 2521.45 11.55 0.00 0.00 0.00 0.00 19:44:12 Average: docker0 28.00 38.67 2.22 419.40 0.00 0.00 0.00 0.00 19:44:12 Average: lo 0.35 0.35 0.03 0.03 0.00 0.00 0.00 0.00 19:44:12 Average: ens3 75.22 55.15 808.49 16.53 0.00 0.00 0.00 0.00 19:44:12 19:44:12 19:44:12 ---> sar -P ALL: 19:44:12 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8597) 10/19/22 _x86_64_ (8 CPU) 19:44:12 19:44:12 19:05:34 LINUX RESTART (8 CPU) 19:44:12 19:44:12 19:06:02 CPU %user %nice %system %iowait %steal %idle 19:44:12 19:07:01 all 12.42 0.00 4.43 1.74 0.06 81.36 19:44:12 19:07:01 0 9.75 0.00 3.81 0.21 0.05 86.19 19:44:12 19:07:01 1 10.56 0.00 3.97 1.69 0.05 83.72 19:44:12 19:07:01 2 13.75 0.00 5.09 0.75 0.05 80.36 19:44:12 19:07:01 3 11.41 0.00 4.06 6.15 0.07 78.31 19:44:12 19:07:01 4 14.50 0.00 4.06 0.36 0.05 81.03 19:44:12 19:07:01 5 11.02 0.00 4.65 1.82 0.05 82.45 19:44:12 19:07:01 6 10.64 0.00 3.52 0.70 0.05 85.09 19:44:12 19:07:01 7 17.77 0.00 6.28 2.23 0.09 73.64 19:44:12 19:08:01 all 43.61 0.00 7.35 0.13 0.08 48.84 19:44:12 19:08:01 0 43.82 0.00 8.22 0.05 0.10 47.81 19:44:12 19:08:01 1 44.55 0.00 7.34 0.00 0.07 48.04 19:44:12 19:08:01 2 43.49 0.00 7.24 0.00 0.07 49.20 19:44:12 19:08:01 3 43.63 0.00 8.06 0.00 0.08 48.22 19:44:12 19:08:01 4 42.41 0.00 7.04 0.00 0.08 50.46 19:44:12 19:08:01 5 44.13 0.00 7.10 0.05 0.07 48.65 19:44:12 19:08:01 6 42.73 0.00 6.34 0.00 0.07 50.87 19:44:12 19:08:01 7 44.09 0.00 7.45 0.94 0.07 47.44 19:44:12 19:09:01 all 50.80 0.00 6.80 0.10 0.09 42.21 19:44:12 19:09:01 0 48.87 0.00 6.29 0.02 0.08 44.74 19:44:12 19:09:01 1 52.90 0.00 6.71 0.00 0.08 40.30 19:44:12 19:09:01 2 51.94 0.00 6.72 0.00 0.10 41.24 19:44:12 19:09:01 3 49.81 0.00 6.89 0.02 0.08 43.20 19:44:12 19:09:01 4 51.49 0.00 6.81 0.00 0.08 41.61 19:44:12 19:09:01 5 49.53 0.00 7.27 0.10 0.08 43.02 19:44:12 19:09:01 6 51.11 0.00 6.45 0.00 0.08 42.36 19:44:12 19:09:01 7 50.72 0.00 7.30 0.66 0.08 41.25 19:44:12 19:10:01 all 13.82 0.00 9.46 9.66 0.07 66.99 19:44:12 19:10:01 0 14.18 0.00 8.19 3.78 0.07 73.79 19:44:12 19:10:01 1 12.79 0.00 7.56 5.38 0.05 74.22 19:44:12 19:10:01 2 13.86 0.00 10.48 3.60 0.05 72.02 19:44:12 19:10:01 3 13.50 0.00 9.09 19.84 0.07 57.49 19:44:12 19:10:01 4 13.14 0.00 10.53 4.64 0.12 71.57 19:44:12 19:10:01 5 15.22 0.00 9.97 4.41 0.07 70.33 19:44:12 19:10:01 6 15.28 0.00 9.98 14.98 0.07 59.70 19:44:12 19:10:01 7 12.58 0.00 9.93 20.79 0.09 56.61 19:44:12 19:11:01 all 32.09 0.00 8.37 11.45 0.07 48.01 19:44:12 19:11:01 0 32.05 0.00 8.13 20.54 0.07 39.22 19:44:12 19:11:01 1 31.59 0.00 7.78 5.34 0.05 55.23 19:44:12 19:11:01 2 30.70 0.00 8.95 4.30 0.07 55.98 19:44:12 19:11:01 3 30.58 0.00 9.80 13.04 0.07 46.51 19:44:12 19:11:01 4 33.58 0.00 7.42 2.15 0.08 56.76 19:44:12 19:11:01 5 32.47 0.00 7.33 3.91 0.08 56.21 19:44:12 19:11:01 6 32.23 0.00 8.14 1.98 0.08 57.56 19:44:12 19:11:01 7 33.57 0.00 9.40 40.50 0.08 16.45 19:44:12 19:12:01 all 27.09 0.00 9.37 20.59 0.14 42.81 19:44:12 19:12:01 0 26.75 0.00 9.22 19.75 0.27 44.01 19:44:12 19:12:01 1 26.90 0.00 9.72 34.50 0.12 28.76 19:44:12 19:12:01 2 29.32 0.00 9.49 14.31 0.10 46.79 19:44:12 19:12:01 3 27.81 0.00 9.70 25.46 0.12 36.91 19:44:12 19:12:01 4 27.99 0.00 9.48 12.03 0.10 50.40 19:44:12 19:12:01 5 26.66 0.00 8.43 23.23 0.12 41.56 19:44:12 19:12:01 6 24.88 0.00 8.57 14.32 0.09 52.14 19:44:12 19:12:01 7 26.44 0.00 10.37 21.04 0.16 41.99 19:44:12 19:13:01 all 42.26 0.00 9.56 15.17 0.09 32.92 19:44:12 19:13:01 0 39.46 0.00 9.34 19.49 0.09 31.62 19:44:12 19:13:01 1 38.98 0.00 8.15 5.99 0.10 46.78 19:44:12 19:13:01 2 43.55 0.00 9.51 21.41 0.08 25.45 19:44:12 19:13:01 3 43.96 0.00 10.61 17.55 0.10 27.78 19:44:12 19:13:01 4 44.73 0.00 9.84 11.62 0.08 33.72 19:44:12 19:13:01 5 43.92 0.00 10.88 25.98 0.10 19.12 19:44:12 19:13:01 6 38.96 0.00 7.52 8.27 0.08 45.16 19:44:12 19:13:01 7 44.46 0.00 10.61 10.98 0.10 33.85 19:44:12 19:14:01 all 26.88 0.00 7.49 19.33 0.10 46.19 19:44:12 19:14:01 0 24.10 0.00 6.94 30.24 0.10 38.61 19:44:12 19:14:01 1 23.83 0.00 6.42 5.77 0.07 63.91 19:44:12 19:14:01 2 27.99 0.00 9.11 18.84 0.10 43.95 19:44:12 19:14:01 3 28.38 0.00 7.66 21.08 0.12 42.77 19:44:12 19:14:01 4 28.49 0.00 7.46 16.90 0.10 47.04 19:44:12 19:14:01 5 29.18 0.00 7.79 18.44 0.08 44.50 19:44:12 19:14:01 6 23.31 0.00 6.43 4.79 0.10 65.37 19:44:12 19:14:01 7 29.81 0.00 8.13 38.64 0.14 23.28 19:44:12 19:15:01 all 14.81 0.00 4.20 9.94 0.06 70.98 19:44:12 19:15:01 0 15.09 0.00 3.94 14.57 0.03 66.37 19:44:12 19:15:01 1 13.09 0.00 3.75 8.01 0.05 75.10 19:44:12 19:15:01 2 16.12 0.00 5.09 16.20 0.12 62.47 19:44:12 19:15:01 3 16.49 0.00 4.68 4.09 0.05 74.69 19:44:12 19:15:01 4 15.00 0.00 4.73 11.22 0.07 68.98 19:44:12 19:15:01 5 12.78 0.00 3.68 6.50 0.07 76.97 19:44:12 19:15:01 6 13.16 0.00 3.13 2.50 0.05 81.16 19:44:12 19:15:01 7 16.74 0.00 4.63 16.42 0.07 62.15 19:44:12 19:16:01 all 0.00 0.00 0.00 0.05 0.01 99.94 19:44:12 19:16:01 0 0.00 0.00 0.00 0.12 0.02 99.87 19:44:12 19:16:01 1 0.00 0.00 0.00 0.25 0.00 99.75 19:44:12 19:16:01 2 0.00 0.00 0.00 0.00 0.02 99.98 19:44:12 19:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 19:44:12 19:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:17:01 all 0.03 0.00 0.01 0.01 0.00 99.95 19:44:12 19:17:01 0 0.00 0.00 0.00 0.02 0.00 99.98 19:44:12 19:17:01 1 0.02 0.00 0.00 0.02 0.00 99.97 19:44:12 19:17:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:44:12 19:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:17:01 4 0.07 0.00 0.02 0.02 0.00 99.90 19:44:12 19:17:01 5 0.07 0.00 0.03 0.00 0.02 99.88 19:44:12 19:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:44:12 19:44:12 19:17:01 CPU %user %nice %system %iowait %steal %idle 19:44:12 19:18:01 all 0.01 0.00 0.01 0.02 0.00 99.96 19:44:12 19:18:01 0 0.02 0.00 0.00 0.07 0.00 99.92 19:44:12 19:18:01 1 0.00 0.00 0.02 0.00 0.02 99.97 19:44:12 19:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:18:01 4 0.02 0.00 0.03 0.02 0.00 99.93 19:44:12 19:18:01 5 0.02 0.00 0.03 0.05 0.02 99.88 19:44:12 19:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:44:12 19:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:44:12 19:19:01 all 0.02 0.00 0.01 0.00 0.00 99.97 19:44:12 19:19:01 0 0.00 0.00 0.00 0.02 0.00 99.98 19:44:12 19:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:19:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:44:12 19:19:01 5 0.05 0.00 0.03 0.00 0.00 99.92 19:44:12 19:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:20:02 all 0.01 0.00 0.00 0.00 0.00 99.98 19:44:12 19:20:02 0 0.02 0.00 0.00 0.02 0.00 99.97 19:44:12 19:20:02 1 0.00 0.00 0.00 0.02 0.00 99.98 19:44:12 19:20:02 2 0.03 0.00 0.02 0.00 0.00 99.95 19:44:12 19:20:02 3 0.00 0.00 0.00 0.00 0.02 99.98 19:44:12 19:20:02 4 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:20:02 5 0.02 0.00 0.00 0.00 0.02 99.97 19:44:12 19:20:02 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:20:02 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:21:01 all 0.01 0.00 0.02 0.01 0.01 99.95 19:44:12 19:21:01 0 0.00 0.00 0.02 0.02 0.00 99.97 19:44:12 19:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:44:12 19:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:21:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:21:01 5 0.03 0.00 0.05 0.02 0.02 99.88 19:44:12 19:21:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:44:12 19:21:01 7 0.00 0.00 0.02 0.02 0.02 99.95 19:44:12 19:22:01 all 0.02 0.00 0.01 0.01 0.00 99.96 19:44:12 19:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:44:12 19:22:01 2 0.03 0.00 0.00 0.00 0.02 99.95 19:44:12 19:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 19:44:12 19:22:01 5 0.07 0.00 0.02 0.07 0.00 99.85 19:44:12 19:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:23:01 all 0.01 0.00 0.01 0.00 0.00 99.97 19:44:12 19:23:01 0 0.00 0.00 0.02 0.02 0.00 99.97 19:44:12 19:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:44:12 19:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:23:01 4 0.03 0.00 0.02 0.00 0.00 99.95 19:44:12 19:23:01 5 0.05 0.00 0.00 0.02 0.02 99.92 19:44:12 19:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:24:01 all 0.18 0.00 0.02 0.01 0.00 99.79 19:44:12 19:24:01 0 0.00 0.00 0.02 0.02 0.00 99.97 19:44:12 19:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:24:01 2 0.07 0.00 0.02 0.00 0.00 99.92 19:44:12 19:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:24:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:44:12 19:24:01 5 0.02 0.00 0.02 0.02 0.00 99.95 19:44:12 19:24:01 6 1.30 0.00 0.08 0.00 0.00 98.61 19:44:12 19:24:01 7 0.02 0.00 0.00 0.02 0.00 99.97 19:44:12 19:25:01 all 0.02 0.00 0.01 0.00 0.00 99.96 19:44:12 19:25:01 0 0.02 0.00 0.02 0.02 0.02 99.93 19:44:12 19:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:25:01 2 0.03 0.00 0.03 0.00 0.02 99.92 19:44:12 19:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:25:01 7 0.00 0.00 0.00 0.02 0.00 99.98 19:44:12 19:26:01 all 0.01 0.00 0.01 0.01 0.00 99.97 19:44:12 19:26:01 0 0.00 0.00 0.00 0.02 0.00 99.98 19:44:12 19:26:01 1 0.00 0.00 0.00 0.02 0.00 99.98 19:44:12 19:26:01 2 0.02 0.00 0.03 0.00 0.02 99.93 19:44:12 19:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:26:01 5 0.02 0.00 0.02 0.00 0.02 99.95 19:44:12 19:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:26:01 7 0.02 0.00 0.00 0.02 0.00 99.97 19:44:12 19:27:01 all 0.02 0.00 0.01 0.00 0.01 99.97 19:44:12 19:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:44:12 19:27:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:44:12 19:27:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:44:12 19:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 19:44:12 19:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:27:01 5 0.02 0.00 0.00 0.02 0.00 99.97 19:44:12 19:27:01 6 0.02 0.00 0.00 0.00 0.02 99.97 19:44:12 19:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:28:01 all 0.01 0.00 0.01 0.01 0.00 99.96 19:44:12 19:28:01 0 0.02 0.00 0.00 0.03 0.00 99.95 19:44:12 19:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 19:44:12 19:28:01 2 0.05 0.00 0.05 0.00 0.02 99.88 19:44:12 19:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:28:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:28:01 7 0.02 0.00 0.00 0.07 0.00 99.92 19:44:12 19:44:12 19:28:01 CPU %user %nice %system %iowait %steal %idle 19:44:12 19:29:01 all 0.01 0.00 0.00 0.00 0.00 99.98 19:44:12 19:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:29:01 2 0.05 0.00 0.02 0.00 0.02 99.92 19:44:12 19:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:29:01 7 0.00 0.00 0.00 0.02 0.00 99.98 19:44:12 19:30:01 all 0.01 0.00 0.01 0.01 0.00 99.96 19:44:12 19:30:01 0 0.02 0.00 0.00 0.07 0.00 99.92 19:44:12 19:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:30:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:44:12 19:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:44:12 19:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:30:01 5 0.03 0.00 0.00 0.02 0.00 99.95 19:44:12 19:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:30:01 7 0.02 0.00 0.02 0.02 0.00 99.95 19:44:12 19:31:01 all 0.00 0.00 0.00 0.00 0.00 99.99 19:44:12 19:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:44:12 19:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:31:01 7 0.00 0.00 0.00 0.02 0.02 99.97 19:44:12 19:32:01 all 0.03 0.00 0.00 0.00 0.00 99.96 19:44:12 19:32:01 0 0.02 0.00 0.00 0.02 0.00 99.97 19:44:12 19:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:44:12 19:32:01 2 0.05 0.00 0.00 0.00 0.02 99.93 19:44:12 19:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 19:44:12 19:32:01 4 0.05 0.00 0.00 0.00 0.00 99.95 19:44:12 19:32:01 5 0.02 0.00 0.02 0.02 0.00 99.95 19:44:12 19:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:32:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:44:12 19:33:01 all 0.17 0.00 0.01 0.02 0.01 99.79 19:44:12 19:33:01 0 0.00 0.00 0.02 0.02 0.00 99.97 19:44:12 19:33:01 1 0.00 0.00 0.02 0.00 0.02 99.97 19:44:12 19:33:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:44:12 19:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 19:44:12 19:33:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:44:12 19:33:01 5 0.00 0.00 0.02 0.17 0.00 99.82 19:44:12 19:33:01 6 1.29 0.00 0.02 0.00 0.02 98.68 19:44:12 19:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:34:01 all 0.26 0.00 0.00 0.01 0.00 99.73 19:44:12 19:34:01 0 0.07 0.00 0.00 0.03 0.00 99.90 19:44:12 19:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:44:12 19:34:01 2 0.05 0.00 0.00 0.00 0.02 99.93 19:44:12 19:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:34:01 6 1.86 0.00 0.00 0.00 0.00 98.14 19:44:12 19:34:01 7 0.02 0.00 0.00 0.03 0.00 99.95 19:44:12 19:35:01 all 0.12 0.00 0.01 0.03 0.01 99.84 19:44:12 19:35:01 0 0.03 0.00 0.00 0.03 0.02 99.92 19:44:12 19:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:44:12 19:35:01 2 0.03 0.00 0.03 0.00 0.02 99.92 19:44:12 19:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:35:01 5 0.00 0.00 0.00 0.18 0.02 99.80 19:44:12 19:35:01 6 0.85 0.00 0.03 0.00 0.00 99.12 19:44:12 19:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:36:01 all 0.01 0.00 0.00 0.01 0.00 99.97 19:44:12 19:36:01 0 0.00 0.00 0.02 0.07 0.00 99.92 19:44:12 19:36:01 1 0.00 0.00 0.00 0.02 0.00 99.98 19:44:12 19:36:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:44:12 19:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:36:01 5 0.02 0.00 0.00 0.02 0.00 99.97 19:44:12 19:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:37:01 all 0.02 0.00 0.01 0.04 0.00 99.93 19:44:12 19:37:01 0 0.03 0.00 0.00 0.15 0.00 99.82 19:44:12 19:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 19:44:12 19:37:01 2 0.05 0.00 0.02 0.00 0.02 99.92 19:44:12 19:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:37:01 4 0.05 0.00 0.02 0.00 0.00 99.93 19:44:12 19:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:37:01 6 0.00 0.00 0.02 0.02 0.00 99.97 19:44:12 19:37:01 7 0.02 0.00 0.00 0.15 0.00 99.83 19:44:12 19:38:01 all 0.26 0.00 0.04 0.02 0.00 99.68 19:44:12 19:38:01 0 0.35 0.00 0.13 0.10 0.00 99.42 19:44:12 19:38:01 1 0.12 0.00 0.00 0.02 0.00 99.87 19:44:12 19:38:01 2 0.13 0.00 0.05 0.00 0.00 99.82 19:44:12 19:38:01 3 0.08 0.00 0.03 0.00 0.02 99.87 19:44:12 19:38:01 4 0.83 0.00 0.02 0.00 0.00 99.15 19:44:12 19:38:01 5 0.15 0.00 0.02 0.00 0.00 99.83 19:44:12 19:38:01 6 0.12 0.00 0.02 0.00 0.02 99.85 19:44:12 19:38:01 7 0.32 0.00 0.05 0.02 0.00 99.62 19:44:12 19:39:01 all 0.01 0.00 0.00 0.00 0.00 99.97 19:44:12 19:39:01 0 0.02 0.00 0.00 0.02 0.00 99.97 19:44:12 19:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:39:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:44:12 19:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:39:01 5 0.00 0.00 0.00 0.02 0.00 99.98 19:44:12 19:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:39:01 7 0.02 0.00 0.02 0.00 0.02 99.95 19:44:12 19:44:12 19:39:01 CPU %user %nice %system %iowait %steal %idle 19:44:12 19:40:01 all 0.02 0.00 0.01 0.01 0.00 99.96 19:44:12 19:40:01 0 0.02 0.00 0.00 0.02 0.00 99.97 19:44:12 19:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:40:01 2 0.07 0.00 0.00 0.00 0.02 99.92 19:44:12 19:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:40:01 4 0.05 0.00 0.00 0.00 0.00 99.95 19:44:12 19:40:01 5 0.02 0.00 0.02 0.02 0.00 99.95 19:44:12 19:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:40:01 7 0.00 0.00 0.00 0.02 0.00 99.98 19:44:12 19:41:01 all 0.01 0.00 0.00 0.00 0.01 99.97 19:44:12 19:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:41:01 1 0.00 0.00 0.00 0.00 0.02 99.98 19:44:12 19:41:01 2 0.05 0.00 0.03 0.00 0.02 99.90 19:44:12 19:41:01 3 0.00 0.00 0.00 0.00 0.02 99.98 19:44:12 19:41:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:44:12 19:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:41:01 7 0.00 0.00 0.00 0.02 0.00 99.98 19:44:12 19:42:01 all 0.01 0.00 0.01 0.01 0.01 99.97 19:44:12 19:42:01 0 0.02 0.00 0.00 0.03 0.02 99.93 19:44:12 19:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:44:12 19:42:01 2 0.05 0.00 0.02 0.00 0.02 99.92 19:44:12 19:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:44:12 19:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:42:01 6 0.00 0.00 0.00 0.00 0.02 99.98 19:44:12 19:42:01 7 0.00 0.00 0.00 0.05 0.00 99.95 19:44:12 19:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 19:44:12 19:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:44:12 19:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:43:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:44:12 19:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:43:01 4 0.03 0.00 0.02 0.00 0.02 99.93 19:44:12 19:43:01 5 0.00 0.00 0.00 0.00 0.02 99.98 19:44:12 19:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:12 19:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:44:12 19:44:01 all 2.27 0.00 0.97 0.04 0.01 96.71 19:44:12 19:44:01 0 0.97 0.00 0.65 0.25 0.02 98.12 19:44:12 19:44:01 1 2.84 0.00 0.84 0.00 0.02 96.30 19:44:12 19:44:01 2 2.71 0.00 0.92 0.02 0.02 96.34 19:44:12 19:44:01 3 2.43 0.00 1.15 0.05 0.02 96.35 19:44:12 19:44:01 4 2.72 0.00 1.47 0.00 0.00 95.81 19:44:12 19:44:01 5 2.49 0.00 0.82 0.03 0.00 96.66 19:44:12 19:44:01 6 2.20 0.00 0.70 0.00 0.02 97.08 19:44:12 19:44:01 7 1.81 0.00 1.17 0.00 0.02 97.00 19:44:12 Average: all 6.96 0.00 1.77 2.29 0.02 88.96 19:44:12 Average: 0 6.66 0.00 1.69 2.85 0.02 88.77 19:44:12 Average: 1 6.73 0.00 1.62 1.73 0.02 89.90 19:44:12 Average: 2 7.14 0.00 1.90 2.06 0.03 88.88 19:44:12 Average: 3 6.98 0.00 1.87 2.78 0.02 88.35 19:44:12 Average: 4 7.15 0.00 1.79 1.52 0.02 89.51 19:44:12 Average: 5 6.98 0.00 1.77 2.20 0.02 89.02 19:44:12 Average: 6 6.78 0.00 1.59 1.23 0.02 90.38 19:44:12 Average: 7 7.23 0.00 1.95 3.95 0.02 86.84 19:44:12 19:44:12 19:44:12