Pull request #4198 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b97225742986876752bd5478ed6b20094de16332+94de8279f1604c89df62fc83d002adc71586ac90 (ec4c705b7592f29b9322a1a73287e2a2e4a326a9) 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-ssh14505191104613368112.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh11024690388603308532.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-4198/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-4198/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15545268707004003846.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-4198/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12924831346887268605.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 bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh14207970572537613185.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-4198/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-4198/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1583208104618864457.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-7767 in /w/workspace/edgexfoundry_edgex-go_PR-4198 [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/4198/head:refs/remotes/origin/PR-4198 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 94de8279f1604c89df62fc83d002adc71586ac90 into PR head commit b97225742986876752bd5478ed6b20094de16332 Merge succeeded, producing b97225742986876752bd5478ed6b20094de16332 Checking out Revision b97225742986876752bd5478ed6b20094de16332 (PR-4198) 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 bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:08:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:08:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:08:39 ========================================================= 19:08:39 EdgeX Global Pipelines Version Info 19:08:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f b97225742986876752bd5478ed6b20094de16332 # 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 94de8279f1604c89df62fc83d002adc71586ac90 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b97225742986876752bd5478ed6b20094de16332 # timeout=10 19:08:40 ------------------- 19:08:40 stable info: 19:08:40 ------------------- 19:08:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:08:40 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 19:08:40 Message: update stable to v1.0.239 19:08:40 ------------------- 19:08:40 experimental info: 19:08:40 ------------------- 19:08:40 Commited By: **** collab-it+edgex@linuxfoundation.org 19:08:40 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 19:08:40 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:08:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:08:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:08:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:08:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4198 [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4198 [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4198 [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b97225742986876752bd5478ed6b20094de16332 [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b972257 [Pipeline] echo 19:08:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:42 provisioning config files... 19:08:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15704529371350651294tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:08:42 ---> docker-login.sh 19:08:42 nexus3.edgexfoundry.org:10001 19:08:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:42 Configure a credential helper to remove this warning. See 19:08:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:42 19:08:42 Login Succeeded 19:08:42 nexus3.edgexfoundry.org:10002 19:08:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:42 Configure a credential helper to remove this warning. See 19:08:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:42 19:08:42 Login Succeeded 19:08:42 nexus3.edgexfoundry.org:10003 19:08:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:42 Configure a credential helper to remove this warning. See 19:08:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:42 19:08:42 Login Succeeded 19:08:42 nexus3.edgexfoundry.org:10004 19:08:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:43 Configure a credential helper to remove this warning. See 19:08:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:43 19:08:43 Login Succeeded 19:08:43 docker.io 19:08:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:43 Configure a credential helper to remove this warning. See 19:08:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:43 19:08:43 Login Succeeded 19:08:43 ---> docker-login.sh ends [Pipeline] } 19:08:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:43 + 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:08:43 + dirname cmd/core-command/Dockerfile 19:08:43 + cut -d/ -f2 19:08:43 + echo core-command,cmd/core-command/Dockerfile 19:08:43 + dirname cmd/core-data/Dockerfile 19:08:43 + cut -d/ -f2 19:08:43 + echo core-data,cmd/core-data/Dockerfile 19:08:43 + dirname cmd/core-metadata/Dockerfile+ 19:08:43 cut -d/ -f2 19:08:43 + echo core-metadata,cmd/core-metadata/Dockerfile 19:08:43 + dirname cmd/security-bootstrapper/Dockerfile 19:08:43 + cut -d/ -f2 19:08:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:08:43 + dirname cmd/security-proxy-setup/Dockerfile 19:08:43 + cut -d/ -f2 19:08:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:08:43 + + dirname cmd/security-secretstore-setup/Dockerfilecut 19:08:43 -d/ -f2 19:08:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:08:43 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:08:43 + cut -d/ -f2 19:08:43 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:08:43 + dirname cmd/security-spire-agent/Dockerfile 19:08:43 + cut -d/ -f2 19:08:43 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:08:43 + + dirname cmd/security-spire-config/Dockerfile 19:08:43 cut -d/ -f2 19:08:43 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:08:43 + dirname cmd/security-spire-server/Dockerfile 19:08:43 + cut -d/ -f2 19:08:43 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:08:43 + dirname cmd/support-notifications/Dockerfile 19:08:43 + cut -d/ -f2 19:08:43 + echo support-notifications,cmd/support-notifications/Dockerfile 19:08:43 + + dirname cmd/support-scheduler/Dockerfile 19:08:43 cut -d/ -f2 19:08:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:08:43 + cut -d/ -f2 19:08:43 + dirname cmd/sys-mgmt-agent/Dockerfile 19:08:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:08:43 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:08:44 + git rev-list -1 --merges b97225742986876752bd5478ed6b20094de16332~1..b97225742986876752bd5478ed6b20094de16332 [Pipeline] echo 19:08:44 -----------> git rev-list -1 --merges b97225742986876752bd5478ed6b20094de16332~1..b97225742986876752bd5478ed6b20094de16332 b97225742986876752bd5478ed6b20094de16332 [false] [Pipeline] sh 19:08:44 + git log --format=format:%s -1 b97225742986876752bd5478ed6b20094de16332 [Pipeline] echo 19:08:44 ========================================================= 19:08:44 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:08:44 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:08:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:08:45 + grep -v github /etc/ssh/ssh_known_hosts 19:08:45 + [ -e /tmp/ssh_known_hosts ] 19:08:45 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:08:45 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 19:08:45 -a /etc/ssh/ssh_known_hosts 19:08:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:45 19:08:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:46 0.1.4: Pulling from edgex-devops/py-git-semver 19:08:46 b85a868b505f: Pulling fs layer 19:08:46 e2be974225ed: Pulling fs layer 19:08:46 339a4e72a1f5: Pulling fs layer 19:08:46 988bab9f4d93: Pulling fs layer 19:08:46 1469e6f7b9e6: Pulling fs layer 19:08:46 eaf3925da568: Pulling fs layer 19:08:46 bab4dde63d76: Pulling fs layer 19:08:46 bde34c3a00c8: Pulling fs layer 19:08:46 b352a97aabf1: Pulling fs layer 19:08:46 4872d77fe225: Pulling fs layer 19:08:46 5851b861e8e6: Pulling fs layer 19:08:46 988bab9f4d93: Waiting 19:08:46 1469e6f7b9e6: Waiting 19:08:46 b352a97aabf1: Waiting 19:08:46 eaf3925da568: Waiting 19:08:46 bab4dde63d76: Waiting 19:08:46 4872d77fe225: Waiting 19:08:46 bde34c3a00c8: Waiting 19:08:46 5851b861e8e6: Waiting 19:08:46 e2be974225ed: Verifying Checksum 19:08:46 e2be974225ed: Download complete 19:08:46 988bab9f4d93: Verifying Checksum 19:08:46 988bab9f4d93: Download complete 19:08:46 1469e6f7b9e6: Verifying Checksum 19:08:46 1469e6f7b9e6: Download complete 19:08:46 eaf3925da568: Verifying Checksum 19:08:46 eaf3925da568: Download complete 19:08:46 339a4e72a1f5: Verifying Checksum 19:08:46 339a4e72a1f5: Download complete 19:08:46 bde34c3a00c8: Download complete 19:08:46 b352a97aabf1: Download complete 19:08:46 4872d77fe225: Verifying Checksum 19:08:46 4872d77fe225: Download complete 19:08:46 5851b861e8e6: Verifying Checksum 19:08:46 5851b861e8e6: Download complete 19:08:46 b85a868b505f: Download complete 19:08:46 bab4dde63d76: Verifying Checksum 19:08:46 bab4dde63d76: Download complete 19:08:47 b85a868b505f: Pull complete 19:08:47 e2be974225ed: Pull complete 19:08:48 339a4e72a1f5: Pull complete 19:08:48 988bab9f4d93: Pull complete 19:08:48 1469e6f7b9e6: Pull complete 19:08:48 eaf3925da568: Pull complete 19:08:50 bab4dde63d76: Pull complete 19:08:50 bde34c3a00c8: Pull complete 19:08:50 b352a97aabf1: Pull complete 19:08:50 4872d77fe225: Pull complete 19:08:50 5851b861e8e6: Pull complete 19:08:51 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:08:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:08:51 prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container 19:08:51 $ 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:08:52 $ docker top 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f -eo pid,comm 19:08:53 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:08:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:08:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:53 [ssh-agent] Looking for ssh-agent implementation... 19:08:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:53 $ docker exec 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f ssh-agent 19:08:53 SSH_AUTH_SOCK=/tmp/ssh-URNAf1C7Ns6N/agent.32 19:08:53 SSH_AGENT_PID=38 19:08:53 Running ssh-add (command line suppressed) 19:08:53 Identity added: /w/workspace/edgex-go/1@tmp/private_key_9171922561970205838.key (/w/workspace/edgex-go/1@tmp/private_key_9171922561970205838.key) 19:08:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:53 + git tag --points-at HEAD [Pipeline] } 19:08:53 $ docker exec --env ******** --env ******** 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f ssh-agent -k 19:08:53 unset SSH_AUTH_SOCK; 19:08:53 unset SSH_AGENT_PID; 19:08:53 echo Agent pid 38 killed; 19:08:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:08:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:54 [ssh-agent] Looking for ssh-agent implementation... 19:08:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:54 $ docker exec 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f ssh-agent 19:08:54 SSH_AUTH_SOCK=/tmp/ssh-VIRaJeXgLXJw/agent.70 19:08:54 SSH_AGENT_PID=76 19:08:54 Running ssh-add (command line suppressed) 19:08:54 Identity added: /w/workspace/edgex-go/1@tmp/private_key_10958869349906772113.key (/w/workspace/edgex-go/1@tmp/private_key_10958869349906772113.key) 19:08:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:54 + git semver init 19:08:55 2022-10-12 19:08:54,947 [run_init] DEBUG init version:0.0.0 force:False 19:08:55 2022-10-12 19:08:54,948 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:08:55 2022-10-12 19:08:54,948 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:08:55 2022-10-12 19:08:54,949 [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:09:00 2022-10-12 19:08:59,348 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:09:00 2022-10-12 19:08:59,348 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4198 with force:False 19:09:00 2022-10-12 19:08:59,348 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4198 19:09:00 2022-10-12 19:08:59,352 [execute] INFO git cat-file --batch-check 19:09:00 2022-10-12 19:08:59,352 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:09:00 2022-10-12 19:08:59,359 [execute] INFO git cat-file --batch 19:09:00 2022-10-12 19:08:59,359 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:09:00 2022-10-12 19:08:59,365 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4198 19:09:00 0.0.0 [Pipeline] } 19:09:00 $ docker exec --env ******** --env ******** 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f ssh-agent -k 19:09:00 unset SSH_AUTH_SOCK; 19:09:00 unset SSH_AGENT_PID; 19:09:00 echo Agent pid 76 killed; 19:09:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:09:00 + git semver [Pipeline] } 19:09:01 $ docker stop --time=1 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f 19:09:02 $ docker rm -f 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f [Pipeline] // withDockerContainer [Pipeline] sh 19:09:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:09:03 Stashed 1 file(s) [Pipeline] echo 19:09:03 [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:09:03 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:09:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:09:04 ========================================================= 19:09:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:09:04 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:09:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:09:04 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:09:04 213ec9aee27d: Pulling fs layer 19:09:04 4583459ba037: Pulling fs layer 19:09:04 93c1e223e6f2: Pulling fs layer 19:09:04 53926ce57604: Pulling fs layer 19:09:04 21b2b0c7a3f4: Pulling fs layer 19:09:04 30f14e443154: Pulling fs layer 19:09:04 801331c1e519: Pulling fs layer 19:09:04 99cc6dd402b0: Pulling fs layer 19:09:04 7d9ed39f4882: Pulling fs layer 19:09:04 21b2b0c7a3f4: Waiting 19:09:04 30f14e443154: Waiting 19:09:04 801331c1e519: Waiting 19:09:04 99cc6dd402b0: Waiting 19:09:04 7d9ed39f4882: Waiting 19:09:04 53926ce57604: Waiting 19:09:04 93c1e223e6f2: Verifying Checksum 19:09:04 93c1e223e6f2: Download complete 19:09:04 4583459ba037: Verifying Checksum 19:09:04 4583459ba037: Download complete 19:09:04 21b2b0c7a3f4: Verifying Checksum 19:09:04 21b2b0c7a3f4: Download complete 19:09:04 30f14e443154: Download complete 19:09:04 213ec9aee27d: Verifying Checksum 19:09:04 213ec9aee27d: Download complete 19:09:04 801331c1e519: Download complete 19:09:04 213ec9aee27d: Pull complete 19:09:04 4583459ba037: Pull complete 19:09:04 93c1e223e6f2: Pull complete 19:09:04 7d9ed39f4882: Verifying Checksum 19:09:04 7d9ed39f4882: Download complete 19:09:05 53926ce57604: Verifying Checksum 19:09:05 53926ce57604: Download complete 19:09:05 99cc6dd402b0: Verifying Checksum 19:09:05 99cc6dd402b0: Download complete 19:09:09 53926ce57604: Pull complete 19:09:09 21b2b0c7a3f4: Pull complete 19:09:09 30f14e443154: Pull complete 19:09:09 801331c1e519: Pull complete 19:09:11 99cc6dd402b0: Pull complete 19:09:12 7d9ed39f4882: Pull complete 19:09:12 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 19:09:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:09:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:09:12 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:09:12 WORKDIR /edgex 19:09:12 COPY go.mod . 19:09:12 RUN go mod download 19:09:12 + docker build -t ci-base-image-x86_64 -f - . 19:09:13 Sending build context to Docker daemon 169.6MB 19:09:13 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:09:13 ---> 1dedd983c030 19:09:13 Step 2/4 : WORKDIR /edgex 19:09:14 ---> Running in 44e2c97de308 19:09:15 Removing intermediate container 44e2c97de308 19:09:15 ---> 9c9d85b6ab2d 19:09:15 Step 3/4 : COPY go.mod . 19:09:15 ---> 696c61d3f741 19:09:15 Step 4/4 : RUN go mod download 19:09:15 ---> Running in 421bc678100b 19:09:18 Still waiting to schedule task 19:09:18 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:09:27 Removing intermediate container 421bc678100b 19:09:27 ---> 96de6d249a7d 19:09:27 Successfully built 96de6d249a7d 19:09:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:28 + docker inspect -f . ci-base-image-x86_64 19:09:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:28 prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container 19:09:28 $ 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:09:28 $ docker top c4eb1b1974949ee332bc0bb5c0d8e34f90c54ebe6478ab73acdd2f294facf5dd -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:29 + go version 19:09:29 go version go1.18.7 linux/amd64 [Pipeline] } 19:09:29 $ docker stop --time=1 c4eb1b1974949ee332bc0bb5c0d8e34f90c54ebe6478ab73acdd2f294facf5dd 19:09:30 $ docker rm -f c4eb1b1974949ee332bc0bb5c0d8e34f90c54ebe6478ab73acdd2f294facf5dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:31 + docker inspect -f . ci-base-image-x86_64 19:09:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:31 prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container 19:09:31 $ 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:09:31 $ docker top cefce89463c24efb00984c6c3967e11fbf75a67bee5d415cc356f38d4ad0400a -eo pid,comm [Pipeline] { [Pipeline] echo 19:09:32 ========================================================= 19:09:32 [edgeXBuildGoParallel] Running Tests and Build... 19:09:32 ========================================================= [Pipeline] sh 19:09:32 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:09:32 + make test 19:09:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:09:39 ? github.com/edgexfoundry/edgex-go [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.074s coverage: 28.7% of statements 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.142s coverage: 98.5% of statements 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.092s coverage: 41.3% of statements 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.106s coverage: 54.2% of statements 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.670s coverage: 89.2% of statements 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.091s coverage: 2.2% of statements 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.478s coverage: 95.6% of statements 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/io 0.076s coverage: 72.2% of statements 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.099s coverage: 60.0% of statements 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.095s coverage: 0.9% of statements 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 29.6% of statements 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements 19:10:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements 19:10:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 19:10:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.235s coverage: 80.5% of statements 19:10:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.102s coverage: 92.9% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 65.1% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.083s coverage: 86.9% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 58.8% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.096s coverage: 80.0% of statements 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.086s coverage: 85.4% of statements 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.2% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.194s coverage: 64.7% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 65.8% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.192s coverage: 41.8% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.076s coverage: 89.5% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.172s coverage: 92.3% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.068s coverage: 63.2% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.115s coverage: 97.7% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.063s coverage: 28.9% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.037s coverage: 96.9% of statements 19:10:19 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:10:37 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:10:37 GO111MODULE=on go vet ./... 19:10:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:10:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:10:41 ./bin/test-attribution-txt.sh [Pipeline] echo 19:10:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:10:42 + ls -al . 19:10:42 total 760 19:10:42 drwxrwxr-x 11 1001 1001 4096 Oct 12 19:09 . 19:10:42 drwxr-xr-x 4 root root 4096 Oct 12 19:09 .. 19:10:42 drwxrwxr-x 2 1001 1001 4096 Oct 12 19:08 .blubracket 19:10:42 -rw-rw-r-- 1 1001 1001 16 Oct 12 19:08 .dockerignore 19:10:42 drwxrwxr-x 8 1001 1001 4096 Oct 12 19:10 .git 19:10:42 drwxrwxr-x 3 1001 1001 4096 Oct 12 19:08 .github 19:10:42 -rw-rw-r-- 1 1001 1001 1030 Oct 12 19:08 .gitignore 19:10:42 -rw-rw-r-- 1 1001 1001 42 Oct 12 19:08 .golangci.yml 19:10:42 -rw-rw-r-- 1 1001 1001 87 Oct 12 19:08 .hadolint.yml 19:10:42 drwxr-xr-x 3 1001 1001 4096 Oct 12 19:08 .semver 19:10:42 -rw-rw-r-- 1 1001 1001 166 Oct 12 19:08 .sonarcloud.properties 19:10:42 -rw-rw-r-- 1 1001 1001 1171 Oct 12 19:08 ADOPTERS.md 19:10:42 -rw-rw-r-- 1 1001 1001 10722 Oct 12 19:08 Attribution.txt 19:10:42 -rw-rw-r-- 1 1001 1001 63209 Oct 12 19:08 CHANGELOG.md 19:10:42 -rw-rw-r-- 1 1001 1001 3804 Oct 12 19:08 CONTRIBUTING.md 19:10:42 -rw-rw-r-- 1 1001 1001 677 Oct 12 19:08 GOVERNANCE.md 19:10:42 -rw-rw-r-- 1 1001 1001 850 Oct 12 19:08 Jenkinsfile 19:10:42 -rw-rw-r-- 1 1001 1001 10775 Oct 12 19:08 LICENSE 19:10:42 -rw-rw-r-- 1 1001 1001 13857 Oct 12 19:08 Makefile 19:10:42 -rw-rw-r-- 1 1001 1001 582 Oct 12 19:08 OWNERS.md 19:10:42 -rw-rw-r-- 1 1001 1001 9799 Oct 12 19:08 README.md 19:10:42 -rw-rw-r-- 1 1001 1001 6912 Oct 12 19:08 SECURITY.md 19:10:42 -rw-rw-r-- 1 1001 1001 5 Oct 12 19:09 VERSION 19:10:42 -rw-rw-r-- 1 1001 1001 4131 Oct 12 19:08 ZMQWindows.md 19:10:42 drwxrwxr-x 2 1001 1001 4096 Oct 12 19:08 bin 19:10:42 drwxrwxr-x 18 1001 1001 4096 Oct 12 19:08 cmd 19:10:42 -rw-r--r-- 1 root root 502375 Oct 12 19:10 coverage.out 19:10:42 -rw-rw-r-- 1 1001 1001 3458 Oct 12 19:08 go.mod 19:10:42 -rw-rw-r-- 1 1001 1001 38041 Oct 12 19:08 go.sum 19:10:42 drwxrwxr-x 8 1001 1001 4096 Oct 12 19:08 internal 19:10:42 drwxrwxr-x 3 1001 1001 4096 Oct 12 19:08 openapi 19:10:42 drwxrwxr-x 4 1001 1001 4096 Oct 12 19:08 snap 19:10:42 -rw-rw-r-- 1 1001 1001 204 Oct 12 19:08 version.go [Pipeline] sh 19:10:42 + '[' -e coverage.out ] 19:10:42 + chown 1001:1001 coverage.out [Pipeline] stash 19:10:42 Stashed 1 file(s) [Pipeline] sh 19:10:42 + make build 19:10:42 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:10:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7768 in /w/workspace/edgexfoundry_edgex-go_PR-4198 [Pipeline] { [Pipeline] ws 19:10:46 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:10:46 The recommended git tool is: git 19:10:51 using credential edgex-jenkins-ssh 19:10:51 Cloning the remote Git repository 19:10:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:10:51 > git init /w/workspace/edgex-go/1 # timeout=10 19:10:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:10:51 > git --version # timeout=10 19:10:51 > git --version # 'git version 2.25.1' 19:10:51 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:51 Verifying host key using known hosts file 19:10: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:10:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:10: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-metadata/core-metadata ./cmd/core-metadata 19:11:07 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:11:07 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:11:09 Merging remotes/origin/main commit 94de8279f1604c89df62fc83d002adc71586ac90 into PR head commit b97225742986876752bd5478ed6b20094de16332 19:11:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:11:09 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:09 Verifying host key using known hosts file 19:11:09 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:11:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4198/head:refs/remotes/origin/PR-4198 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:11:09 > git config core.sparsecheckout # timeout=10 19:11:10 > git checkout -f b97225742986876752bd5478ed6b20094de16332 # timeout=10 19:11:10 > git remote # timeout=10 19:11:10 > git config --get remote.origin.url # timeout=10 19:11:10 Merge succeeded, producing b97225742986876752bd5478ed6b20094de16332 19:11:10 Checking out Revision b97225742986876752bd5478ed6b20094de16332 (PR-4198) 19:11:11 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 19:11:11 > git --version # timeout=10 19:11:11 > git --version # 'git version 2.25.1' 19:11:11 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:11:12 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:11:12 % Total % Received % Xferd Average Speed Time Time Time Current 19:11:12 Dload Upload Total Spent Left Speed 19:11:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 77790 0 --:--:-- --:--:-- --:--:-- 78273 19:11:10 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:10 Verifying host key using known hosts file 19:11:10 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:11:10 > git merge 94de8279f1604c89df62fc83d002adc71586ac90 # timeout=10 19:11:10 > git rev-parse HEAD^{commit} # timeout=10 19:11:10 > git config core.sparsecheckout # timeout=10 19:11:10 > git checkout -f b97225742986876752bd5478ed6b20094de16332 # timeout=10 [Pipeline] sh 19:11:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:11:13 + sudo tee /etc/docker/daemon.new 19:11:13 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:11:13 { 19:11:13 "registry-mirrors": [ 19:11:13 "https://nexus3.edgexfoundry.org:10001" 19:11:13 ], 19:11:13 "bip": "10.250.0.254/24", 19:11:13 "hosts": [ 19:11:13 "tcp://0.0.0.0:5555", 19:11:13 "unix:///var/run/docker.sock" 19:11:13 ], 19:11:13 "mtu": 1458, 19:11:13 "selinux-enabled": true, 19:11:13 "seccomp-profile": "/etc/docker/seccomp.json" 19:11:13 } [Pipeline] sh 19:11:13 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:11:13 + sudo service docker restart 19:11:14 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:14 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:11:15 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:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:11:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:11:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:11: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/secrets-config ./cmd/secrets-config 19:11:20 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:22 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:11:23 $ docker stop --time=1 cefce89463c24efb00984c6c3967e11fbf75a67bee5d415cc356f38d4ad0400a 19:11:26 $ docker rm -f cefce89463c24efb00984c6c3967e11fbf75a67bee5d415cc356f38d4ad0400a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:11:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:27 19:11:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:11:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:27 latest: Pulling from edgex-devops/edgex-compose 19:11:27 cbdbe7a5bc2a: Pulling fs layer 19:11:27 ca9280d653b3: Pulling fs layer 19:11:27 7e9c9ca2126c: Pulling fs layer 19:11:27 cbdbe7a5bc2a: Download complete 19:11:27 cbdbe7a5bc2a: Pull complete 19:11:27 ca9280d653b3: Verifying Checksum 19:11:27 ca9280d653b3: Download complete 19:11:28 7e9c9ca2126c: Download complete 19:11:28 ca9280d653b3: Pull complete 19:11:31 7e9c9ca2126c: Pull complete 19:11:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:11:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:11:31 prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container 19:11:31 $ 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:11:33 $ docker top 69e1478211ba108dc735809aaaf1ea2ad73b341a34456f87b8e93cbac35046a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider 19:11:33 provisioning config files... 19:11:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15762242328565626694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:11:33 + docker-compose build --help 19:11:33 + grep parallel 19:11:34 ---> docker-login.sh 19:11:34 nexus3.edgexfoundry.org:10001 19:11:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:34 --parallel Build images in parallel. [Pipeline] } 19:11:34 $ docker stop --time=1 69e1478211ba108dc735809aaaf1ea2ad73b341a34456f87b8e93cbac35046a3 19:11:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:34 Configure a credential helper to remove this warning. See 19:11:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:34 19:11:34 Login Succeeded 19:11:34 nexus3.edgexfoundry.org:10002 19:11:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:34 Configure a credential helper to remove this warning. See 19:11:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:34 19:11:34 Login Succeeded 19:11:34 nexus3.edgexfoundry.org:10003 19:11:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:35 Configure a credential helper to remove this warning. See 19:11:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:35 19:11:35 Login Succeeded 19:11:35 nexus3.edgexfoundry.org:10004 19:11:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:35 Configure a credential helper to remove this warning. See 19:11:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:35 19:11:35 Login Succeeded 19:11:35 docker.io 19:11:35 $ docker rm -f 69e1478211ba108dc735809aaaf1ea2ad73b341a34456f87b8e93cbac35046a3 19:11:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:11:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:36 Configure a credential helper to remove this warning. See 19:11:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:36 19:11:36 Login Succeeded 19:11:36 ---> docker-login.sh ends [Pipeline] } 19:11:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 19:11:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:11:36 prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container 19:11:36 $ 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:11:37 $ docker top 2945d4e6287f7d2755e01409c51d3c6354fedb8d2369cdd2e7f72ebf6272306f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 19:11:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 19:11:37 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo 19:11:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:11:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:11:37 ========================================================= 19:11:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:11:37 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:11:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:11:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:11:37 9b18e9b68314: Pulling fs layer 19:11:37 d32db5db7311: Pulling fs layer 19:11:37 d0c4b47475fc: Pulling fs layer 19:11:37 5831b945b038: Pulling fs layer 19:11:37 86bbec2aaacd: Pulling fs layer 19:11:37 e10730c5d714: Pulling fs layer 19:11:37 5dd5c2283517: Pulling fs layer 19:11:37 d5ac0230b979: Pulling fs layer 19:11:37 86bbec2aaacd: Waiting 19:11:37 e10730c5d714: Waiting 19:11:37 5dd5c2283517: Waiting 19:11:37 d5ac0230b979: Waiting 19:11:37 5831b945b038: Waiting 19:11:37 d0c4b47475fc: Verifying Checksum 19:11:37 d0c4b47475fc: Download complete 19:11:37 d32db5db7311: Download complete 19:11:38 Building core-command ... 19:11:38 Building core-data ... 19:11:38 Building core-metadata ... 19:11:38 Building security-bootstrapper ... 19:11:38 Building security-proxy-setup ... 19:11:38 Building security-secretstore-setup ... 19:11:38 Building security-spiffe-token-provider ... 19:11:38 Building security-spire-agent ... 19:11:38 Building security-spire-config ... 19:11:38 Building security-spire-server ... 19:11:38 Building support-notifications ... 19:11:38 Building support-scheduler ... 19:11:38 Building sys-mgmt-agent ... 19:11:38 Building security-spire-config 19:11:38 Building security-secretstore-setup 19:11:38 Building security-spire-server 19:11:38 Building core-data 19:11:38 Building security-bootstrapper 19:11:38 86bbec2aaacd: Verifying Checksum 19:11:38 86bbec2aaacd: Download complete 19:11:38 e10730c5d714: Verifying Checksum 19:11:38 e10730c5d714: Download complete 19:11:38 9b18e9b68314: Verifying Checksum 19:11:38 9b18e9b68314: Download complete 19:11:39 9b18e9b68314: Pull complete 19:11:39 d5ac0230b979: Verifying Checksum 19:11:39 d5ac0230b979: Download complete 19:11:39 d32db5db7311: Pull complete 19:11:40 d0c4b47475fc: Pull complete 19:11:40 5dd5c2283517: Verifying Checksum 19:11:40 5dd5c2283517: Download complete 19:11:40 5831b945b038: Verifying Checksum 19:11:40 5831b945b038: Download complete 19:11:48 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:11:48 ---> 96de6d249a7d 19:11:48 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:11:48 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:48 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:11:48 ---> 96de6d249a7d 19:11:48 Step 3/25 : WORKDIR /edgex-go 19:11:48 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:48 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:11:48 ---> 96de6d249a7d 19:11:48 Step 3/25 : WORKDIR /edgex-go 19:11:48 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:48 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:11:48 ---> 96de6d249a7d 19:11:48 Step 3/33 : WORKDIR /edgex-go 19:11:48 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:11:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:11:48 ---> 96de6d249a7d 19:11:48 Step 3/26 : WORKDIR /edgex-go 19:11:51 ---> Running in a80f0fa02386 19:11:51 ---> Running in d210b74f7f6a 19:11:51 ---> Running in 6e9e455b3238 19:11:51 ---> Running in 576ee096a3ae 19:11:51 ---> Running in ca11d17b9f5c 19:11:51 Removing intermediate container ca11d17b9f5c 19:11:51 ---> 2728d5737af8 19:11:51 Step 4/24 : WORKDIR /edgex-go 19:11:51 Removing intermediate container 6e9e455b3238 19:11:51 ---> 1a3a4a0642db 19:11:51 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:51 Removing intermediate container 576ee096a3ae 19:11:51 ---> 62e069505f71 19:11:51 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:51 Removing intermediate container d210b74f7f6a 19:11:51 ---> bf1c70f42672 19:11:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:51 Removing intermediate container a80f0fa02386 19:11:51 ---> 072c18a33ced 19:11:51 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:51 ---> Running in 5c1141a5f3ee 19:11:51 ---> Running in 0910d7538617 19:11:51 ---> Running in 2540fbbd9bb7 19:11:51 ---> Running in 2262c28e0f57 19:11:51 ---> Running in 70a57d670847 19:11:51 Removing intermediate container 5c1141a5f3ee 19:11:51 ---> 9127be5ed21c 19:11:51 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:51 ---> Running in c2cd54f56b37 19:11:52 Removing intermediate container 0910d7538617 19:11:52 ---> 82b086bc32bc 19:11:52 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:11:52 ---> Running in 5335e9632045 19:11:53 Removing intermediate container 2540fbbd9bb7 19:11:53 ---> 1dd79a4dd6fb 19:11:53 Step 5/25 : RUN apk add --update --no-cache make git 19:11:53 ---> Running in 546475d4e9b5 19:11:53 Removing intermediate container 2262c28e0f57 19:11:53 ---> 1fa6bebd2eb2 19:11:53 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:11:53 5831b945b038: Pull complete 19:11:53 86bbec2aaacd: Pull complete 19:11:53 e10730c5d714: Pull complete 19:11:53 ---> Running in 61babc74fc7e 19:11:53 Removing intermediate container c2cd54f56b37 19:11:53 ---> 8d6a80ee9fa9 19:11:53 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:11:53 ---> Running in 89695bbeeda8 19:11:53 Removing intermediate container 70a57d670847 19:11:53 ---> e46dac74bdce 19:11:53 Step 5/33 : RUN apk add --update --no-cache make git 19:11:53 ---> Running in e9fa8d6996d8 19:11:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:11:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:54 OK: 211 MiB in 51 packages 19:11:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:11:54 OK: 211 MiB in 51 packages 19:11:55 OK: 211 MiB in 51 packages 19:11:55 OK: 211 MiB in 51 packages 19:11:55 Removing intermediate container 5335e9632045 19:11:55 ---> dd40d37a4999 19:11:55 Step 6/25 : COPY go.mod vendor* ./ 19:11:55 Removing intermediate container 546475d4e9b5 19:11:55 ---> 9a4075846334 19:11:55 Step 6/25 : COPY go.mod vendor* ./ 19:11:55 ---> 7ccc0bc32870 19:11:55 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:55 OK: 211 MiB in 51 packages 19:11:55 ---> Running in fe0fe9aea16c 19:11:55 ---> ef8efce1c280 19:11:55 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:55 ---> Running in 8ba818714c0e 19:11:55 Removing intermediate container 61babc74fc7e 19:11:55 ---> cab3a12c8af3 19:11:55 Step 6/26 : COPY go.mod vendor* ./ 19:11:55 Removing intermediate container e9fa8d6996d8 19:11:55 ---> 110e5a0ea411 19:11:55 Step 6/33 : COPY go.mod vendor* ./ 19:11:55 ---> c143b3fca9ad 19:11:55 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:55 ---> 927054f3ea09 19:11:55 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:55 ---> Running in 0554072ec85b 19:11:55 ---> Running in 58c7f65674af 19:11:55 Removing intermediate container 89695bbeeda8 19:11:55 ---> a6f4aba71512 19:11:55 Step 7/24 : COPY go.mod vendor* ./ 19:11:56 ---> 4a61997a0ed2 19:11:56 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:56 ---> Running in 830dd8aa89ca 19:11:58 5dd5c2283517: Pull complete 19:12:00 d5ac0230b979: Pull complete 19:12:00 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 19:12:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:12:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:12:00 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:12:00 WORKDIR /edgex 19:12:00 COPY go.mod . 19:12:00 RUN go mod download 19:12:00 docker build -t ci-base-image-arm64 -f - . 19:12:01 Sending build context to Docker daemon 3.268MB 19:12:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:12:01 ---> 59b3b1a385d4 19:12:01 Step 2/4 : WORKDIR /edgex 19:12:03 ---> Running in bf2202b8a222 19:12:03 Removing intermediate container bf2202b8a222 19:12:03 ---> ca7c3b7aba59 19:12:03 Step 3/4 : COPY go.mod . 19:12:04 ---> 32ba5f7de082 19:12:04 Step 4/4 : RUN go mod download 19:12:04 ---> Running in 49fe78786f5a 19:12:14 Removing intermediate container fe0fe9aea16c 19:12:14 ---> a2b5d205763a 19:12:14 Step 8/25 : COPY . . 19:12:14 Removing intermediate container 0554072ec85b 19:12:14 ---> 16e51f18ed2e 19:12:14 Step 8/33 : COPY . . 19:12:14 Removing intermediate container 8ba818714c0e 19:12:14 ---> 678f1365f41c 19:12:14 Step 8/25 : COPY . . 19:12:14 Removing intermediate container 830dd8aa89ca 19:12:14 ---> e84672c8fba4 19:12:14 Step 9/24 : COPY . . 19:12:14 Removing intermediate container 58c7f65674af 19:12:14 ---> 133ab6b758e5 19:12:14 Step 8/26 : COPY . . 19:12:24 ---> 99f1ec08fd77 19:12:24 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:12:24 ---> 8fceed5049c8 19:12:24 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:12:24 ---> 38da8107ebd7 19:12:24 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:12:24 ---> 33ad84fa3d3b 19:12:24 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:12:24 ---> 58d0bf0d254c 19:12:24 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:12:24 ---> Running in a25f3b8dafaf 19:12:24 ---> Running in 47886574a9c7 19:12:24 ---> Running in a78077af1a92 19:12:24 ---> Running in d216faa93b04 19:12:24 ---> Running in f1034e81f73b 19:12:24 Removing intermediate container a78077af1a92 19:12:24 ---> 7b1536f5b6b1 19:12:24 Step 10/26 : WORKDIR /edgex-go/spire-build 19:12:24 Removing intermediate container d216faa93b04 19:12:24 ---> 6b110a8723a8 19:12:24 Step 10/25 : WORKDIR /edgex-go/spire-build 19:12:24 ---> Running in 4cee54ce3eed 19:12:24 ---> Running in 70648689ae96 19:12:24 Removing intermediate container 70648689ae96 19:12:24 ---> 92afee8ab855 19:12:24 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:12:24 Removing intermediate container 4cee54ce3eed 19:12:24 ---> ac6ae5498911 19:12:24 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:12:24 ---> Running in 6eb2b063f5a4 19:12:24 ---> Running in cd7487d787b0 19:12:24 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:12:24 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:12:24 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:12:24 Removing intermediate container 6eb2b063f5a4 19:12:24 ---> 4ce3d03d224a 19:12:24 Step 12/25 : WORKDIR /edgex-go 19:12:24 ---> Running in 6b866b625eeb 19:12:24 Removing intermediate container cd7487d787b0 19:12:24 ---> 117439d16d12 19:12:24 Step 12/26 : WORKDIR /edgex-go 19:12:24 Removing intermediate container 6b866b625eeb 19:12:24 ---> 8ea38aff5cb6 19:12:24 19:12:24 Step 13/25 : FROM alpine:3.15 19:12:24 ---> Running in 094107641fa9 19:12:24 Removing intermediate container 094107641fa9 19:12:24 ---> 4bfa2b545b11 19:12:24 19:12:24 Step 13/26 : FROM alpine:3.15 19:12:25 3.15: Pulling from library/alpine 19:12:25 3.15: Pulling from library/alpine 19:12:26 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:12:26 Status: Downloaded newer image for alpine:3.15 19:12:26 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:12:26 Status: Image is up to date for alpine:3.15 19:12:26 ---> c4fc93816858 19:12:26 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:26 ---> c4fc93816858 19:12:26 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:26 ---> Running in 110cb2ae23ed 19:12:26 ---> Running in 02ecbc1c5e1c 19:12:26 Removing intermediate container 02ecbc1c5e1c 19:12:26 ---> a01c324e6fda 19:12:26 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:26 Removing intermediate container 110cb2ae23ed 19:12:26 ---> de4fd307b047 19:12:26 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:26 ---> Running in bd3794bbd821 19:12:26 ---> Running in 7ea64b476f88 19:12:28 Removing intermediate container bd3794bbd821 19:12:28 ---> 813f2c26afc5 19:12:28 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:12:28 Removing intermediate container 7ea64b476f88 19:12:28 ---> 8f306ab2855d 19:12:28 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:12:28 ---> Running in 2378df7b7b0f 19:12:28 ---> Running in be65d37800f5 19:12:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:30 v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:12:30 v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:12:30 OK: 15857 distinct packages available 19:12:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:30 v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:12:30 v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:12:30 OK: 15857 distinct packages available 19:12:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:12:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:12:31 (1/4) Installing dumb-init (1.2.5-r1) 19:12:31 (2/4) Installing musl-obstack (1.2.3-r0) 19:12:32 (3/4) Installing libucontext (1.1-r0) 19:12:32 (4/4) Installing gcompat (1.0.0-r4) 19:12:32 (1/5) Installing dumb-init (1.2.5-r1) 19:12:32 Executing busybox-1.34.1-r7.trigger 19:12:32 OK: 6 MiB in 18 packages 19:12:32 (2/5) Installing musl-obstack (1.2.3-r0) 19:12:32 (3/5) Installing libucontext (1.1-r0) 19:12:32 (4/5) Installing gcompat (1.0.0-r4) 19:12:32 (5/5) Installing openssl (1.1.1q-r0) 19:12:32 Executing busybox-1.34.1-r7.trigger 19:12:32 OK: 7 MiB in 19 packages 19:12:33 Removing intermediate container 2378df7b7b0f 19:12:33 ---> d0ca938b8d80 19:12:33 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:12:33 Removing intermediate container be65d37800f5 19:12:33 ---> 5ca86dc8e05e 19:12:33 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:12:36 Removing intermediate container 49fe78786f5a 19:12:36 ---> 9a3650170300 19:12:36 Successfully built 9a3650170300 19:12:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:36 + docker inspect -f . ci-base-image-arm64 19:12:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:36 prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container 19:12:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:12:38 $ docker top e56dcda88fdc4fc2fd62c83b3924ff47384d40e0158f8a66400e072ede6a37ad -eo pid,comm [Pipeline] { [Pipeline] sh 19:12:39 + go version 19:12:39 go version go1.18.7 linux/arm64 [Pipeline] } 19:12:39 $ docker stop --time=1 e56dcda88fdc4fc2fd62c83b3924ff47384d40e0158f8a66400e072ede6a37ad 19:12:40 ---> 33e036efd148 19:12:40 ---> add95f3d6959 19:12:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:12:40 19:12:40 ---> e5db17c9fe36 19:12:40 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:12:40 ---> 2f51a4fe03ba 19:12:40 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:12:40 ---> Running in 3fc42c801c71 19:12:40 $ docker rm -f e56dcda88fdc4fc2fd62c83b3924ff47384d40e0158f8a66400e072ede6a37ad 19:12:41 Removing intermediate container 3fc42c801c71 19:12:41 ---> 00a80259438c 19:12:41 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:12:41 ---> f12cf0bd0578 19:12:41 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:41 ---> 0098653b0657 19:12:41 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:12:41 ---> 14b614c352a4 19:12:41 Step 21/26 : WORKDIR / 19:12:41 ---> Running in 008e3fba7a4b 19:12:41 ---> Running in da4b8b8566cc 19:12:41 + docker inspect -f . ci-base-image-arm64 19:12:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:41 Removing intermediate container da4b8b8566cc 19:12:41 Removing intermediate container 008e3fba7a4b 19:12:41 ---> e7efbdff809f 19:12:41 ---> b4b71a24c7cd 19:12:41 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ]Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:12:41 19:12:41 ---> Running in f8dc854690b9 19:12:41 ---> Running in b4a9dcc9d4a5 19:12:42 prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container 19:12:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:12:42 Removing intermediate container f8dc854690b9 19:12:42 Removing intermediate container b4a9dcc9d4a5 19:12:42 ---> 0bb9453a5afc 19:12:42 ---> 99e08a2d0c7e 19:12:42 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ]Step 23/25 : LABEL arch=x86_64 19:12:42 19:12:42 ---> Running in 6a727ca58dc1 19:12:42 ---> Running in 03f0cfedfa66 19:12:42 Removing intermediate container 03f0cfedfa66 19:12:42 ---> d2381a20eb6d 19:12:42 Step 24/26 : LABEL arch=x86_64 19:12:42 Removing intermediate container 6a727ca58dc1 19:12:42 ---> 77ef6e0f7057 19:12:42 Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:12:42 ---> Running in e1c2b491901a 19:12:42 ---> Running in 9704d0254ff7 19:12:42 Removing intermediate container e1c2b491901a 19:12:42 ---> 4a431713b01e 19:12:42 Step 25/26 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:12:43 $ docker top 14cd2c917f6a2bcd625536079abc07abdd5967aa3703fae1d82eaeaa66a48195 -eo pid,comm 19:12:43 Removing intermediate container 9704d0254ff7 19:12:43 ---> 39a64b580b35 19:12:43 Step 25/25 : LABEL version=0.0.0 19:12:43 ---> Running in 1a1992fc9fa1 19:12:43 ---> Running in 17fa9dea5c13 [Pipeline] { [Pipeline] echo 19:12:43 ========================================================= 19:12:43 [edgeXBuildGoParallel] Running Tests and Build... 19:12:43 ========================================================= [Pipeline] sh 19:12:43 Removing intermediate container 1a1992fc9fa1 19:12:43 ---> e228dad285e1 19:12:43 Step 26/26 : LABEL version=0.0.0 19:12:43 Removing intermediate container 17fa9dea5c13 19:12:43 ---> 42dcf1ea9e06 19:12:43 19:12:43 ---> Running in 51ba33e63a3f 19:12:43 Successfully built 42dcf1ea9e06 19:12:43 Successfully tagged security-spire-server:latest 19:12:43 Building core-command 19:12:43  Building security-spire-server ... done Removing intermediate container 51ba33e63a3f 19:12:43 ---> 250fc55a3b1c 19:12:43 19:12:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:12:44 Successfully built 250fc55a3b1c 19:12:44 Successfully tagged security-spire-config:latest 19:12:44 Building sys-mgmt-agent 19:12:44 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:12:44 + make test 19:12:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:12:47  Building security-spire-config ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:12:47 ---> 96de6d249a7d 19:12:47 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:12:47 ---> Using cache 19:12:47 ---> 2728d5737af8 19:12:47 Step 4/24 : WORKDIR /edgex-go 19:12:47 ---> Using cache 19:12:47 ---> 9127be5ed21c 19:12:47 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:47 ---> Using cache 19:12:47 ---> 8d6a80ee9fa9 19:12:47 Step 6/24 : RUN apk add --update --no-cache make git 19:12:47 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:12:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:47 ---> 96de6d249a7d 19:12:47 Step 3/23 : WORKDIR /edgex-go 19:12:47 ---> Using cache 19:12:47 ---> 072c18a33ced 19:12:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:47 ---> Using cache 19:12:47 ---> e46dac74bdce 19:12:47 Step 5/23 : RUN apk add --update --no-cache make bash git 19:12:48 ---> Running in e23e1508b279 19:12:48 ---> Running in 0376dc455f09 19:12:48 Removing intermediate container f1034e81f73b 19:12:48 ---> 2e38215358c1 19:12:48 19:12:48 Step 10/25 : FROM alpine:3.16 19:12:48 Removing intermediate container 47886574a9c7 19:12:48 ---> 477cd489de08 19:12:48 19:12:48 Step 10/33 : FROM alpine:3.16 19:12:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:49 3.16: Pulling from library/alpine 19:12:49 3.16: Pulling from library/alpine 19:12:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:50 OK: 211 MiB in 51 packages 19:12:50 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:12:50 Status: Downloaded newer image for alpine:3.16 19:12:50 ---> 9c6f07244728 19:12:50 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:12:50 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:12:50 Status: Image is up to date for alpine:3.16 19:12:50 ---> 9c6f07244728 19:12:50 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:12:50 OK: 211 MiB in 51 packages 19:12:50 ---> Running in 2d582776fe86 19:12:50 ---> Running in 0931cfd0047a 19:12:50 Removing intermediate container a25f3b8dafaf 19:12:50 ---> dd4e1569d538 19:12:50 19:12:50 Step 11/24 : FROM alpine:3.16 19:12:50 ---> 9c6f07244728 19:12:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:12:50 ---> Running in 28953a7c4bbc 19:12:50 Removing intermediate container 2d582776fe86 19:12:50 ---> 98bfe9475fb7 19:12:50 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:12:50 ---> Running in 7f791b4098f0 19:12:50 Removing intermediate container 28953a7c4bbc 19:12:50 ---> 5d8f28955aca 19:12:50 Step 13/24 : ENV APP_PORT=59880 19:12:50 ---> Running in c59d13f5ec6e 19:12:50 Removing intermediate container e23e1508b279 19:12:50 ---> 9d1a56abab5a 19:12:50 Step 7/24 : COPY go.mod vendor* ./ 19:12:50 Removing intermediate container 0376dc455f09 19:12:50 Removing intermediate container c59d13f5ec6e 19:12:50 ---> 156798f9357c 19:12:50 ---> 1c9f50351553 19:12:50 Step 6/23 : COPY go.mod vendor* ./Step 14/24 : EXPOSE $APP_PORT 19:12:50 19:12:50 ---> Running in fbb061d1fd76 19:12:50 ---> 62a0662eb464 19:12:50 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:50 ---> Running in 057aa3239dbb 19:12:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:50 Removing intermediate container fbb061d1fd76 19:12:50 ---> 6c4758d99511 19:12:50 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:50 ---> Running in 9c9b701ed1b3 19:12:50 ---> 826990ae4e97 19:12:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:50 ---> Running in 58f747bdda0b 19:12:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:51 (1/3) Installing ca-certificates (20220614-r0) 19:12:51 (2/3) Installing dumb-init (1.2.5-r1) 19:12:51 (3/3) Installing su-exec (0.2-r1) 19:12:51 Executing busybox-1.35.0-r17.trigger 19:12:51 Executing ca-certificates-20220614-r0.trigger 19:12:51 (1/2) Installing dumb-init (1.2.5-r1) 19:12:51 (2/2) Installing su-exec (0.2-r1) 19:12:51 Executing busybox-1.35.0-r17.trigger 19:12:51 OK: 6 MiB in 16 packages 19:12:51 OK: 6 MiB in 17 packages 19:12:51 Removing intermediate container 7f791b4098f0 19:12:51 ---> 0f32549ed0f4 19:12:51 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:12:52 ---> Running in 23fff3b7f5e7 19:12:52 Removing intermediate container 0931cfd0047a 19:12:52 ---> d930ef33ce13 19:12:52 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:12:52 ---> Running in f7fd991cde6b 19:12:52 Removing intermediate container 23fff3b7f5e7 19:12:52 ---> c00e60223f1a 19:12:52 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:12:52 ---> Running in 91bec0490524 19:12:52 Removing intermediate container f7fd991cde6b 19:12:52 ---> d7bc48ddf108 19:12:52 Step 13/25 : WORKDIR / 19:12:52 ---> Running in f38c17c91983 19:12:52 Removing intermediate container 91bec0490524 19:12:52 ---> 84fd0712e952 19:12:52 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:12:52 ---> Running in 8237e49e9926 19:12:52 Removing intermediate container f38c17c91983 19:12:52 ---> 2c2d8950f0ab 19:12:52 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:12:52 Removing intermediate container 9c9b701ed1b3 19:12:52 ---> d87a186d6a21 19:12:52 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:12:52 Removing intermediate container 8237e49e9926 19:12:52 ---> 560201a42c12 19:12:52 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:12:52 ---> Running in 37145b0ef16c 19:12:53 ---> Running in 568fd6181a0a 19:12:53 ---> fa0f992ccbb7 19:12:53 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:12:53 Removing intermediate container 568fd6181a0a 19:12:53 ---> 65222acd3176 19:12:53 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:12:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:12:53 ---> Running in 59d86d870cf0 19:12:54 ---> ae3a8be752c4 19:12:54 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:12:54 ---> 6a2a9dcb36ef 19:12:54 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:12:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:12:54 (1/6) Installing dumb-init (1.2.5-r1) 19:12:54 ---> 60be683c09cb 19:12:54 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:12:54 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:12:54 (3/6) Installing libsodium (1.0.18-r0) 19:12:54 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:12:55 (5/6) Installing libzmq (4.3.4-r0) 19:12:55 (6/6) Installing zeromq (4.3.4-r0) 19:12:55 ---> 3317ecc5d33c 19:12:55 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:12:55 Executing busybox-1.35.0-r17.trigger 19:12:55 Removing intermediate container 59d86d870cf0 19:12:55 ---> a4e526fbf115 19:12:55 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:12:55 OK: 8 MiB in 20 packages 19:12:55 ---> Running in 8572970078ce 19:12:55 Removing intermediate container 8572970078ce 19:12:55 ---> 32168626bf19 19:12:55 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:12:55 ---> 241ad1fe8c23 19:12:55 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:12:55 ---> 887d7f297276 19:12:55 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:12:55 ---> Running in 2b016690e2ed 19:12:55 Removing intermediate container 37145b0ef16c 19:12:55 ---> c1d9480ef3fa 19:12:55 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:56 ---> 38c3f6292190 19:12:56 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:12:56 ---> Running in a7f5cb474983 19:12:56 ---> f6c9c3f0429a 19:12:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:12:57 ---> 21f4366808cd 19:12:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:12:57 Removing intermediate container 2b016690e2ed 19:12:57 ---> 4b3e369a4dfd 19:12:57 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:57 ---> 586ba399ee0e 19:12:57 Step 20/24 : ENTRYPOINT ["/core-data"] 19:12:57 Removing intermediate container a7f5cb474983 19:12:57 ---> 47ba49d805b2 19:12:57 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:12:57 ---> Running in 82a070313cad 19:12:57 ---> 1623b8ba70f7 19:12:57 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:12:57 ---> Running in 52b5dfb99412 19:12:57 Removing intermediate container 82a070313cad 19:12:57 ---> 83907c2a5a7d 19:12:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:57 Removing intermediate container 52b5dfb99412 19:12:57 ---> 4483fac4a3be 19:12:57 Step 23/25 : LABEL arch=x86_64 19:12:57 ---> Running in 719508c5860d 19:12:57 ---> Running in aebadfb32ce8 19:12:58 Removing intermediate container 719508c5860d 19:12:58 ---> fa88614c641b 19:12:58 Step 22/24 : LABEL arch=x86_64 19:12:58 ---> 29fe0962b872 19:12:58 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:12:58 Removing intermediate container aebadfb32ce8 19:12:58 ---> bee9b8bf5dcb 19:12:58 Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:12:58 ---> Running in 3516e46c046f 19:12:58 ---> Running in 48f7aebe5cf4 19:12:58 Removing intermediate container 3516e46c046f 19:12:58 ---> 956ac54725ff 19:12:58 Step 23/24 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:12:58 ---> 62ebef2d5d45 19:12:58 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:12:58 ---> Running in 9406dd4867ba 19:12:58 Removing intermediate container 48f7aebe5cf4 19:12:58 ---> ba7d66046b79 19:12:58 Step 25/25 : LABEL version=0.0.0 19:12:58 ---> Running in 4574a0395194 19:12:58 ---> a7be49db194e 19:12:58 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:12:58 Removing intermediate container 9406dd4867ba 19:12:58 ---> a89685f6c0fc 19:12:58 Step 24/24 : LABEL version=0.0.0 19:12:59 Removing intermediate container 4574a0395194 19:12:59 ---> fc1b4575ec69 19:12:59 19:12:59 ---> Running in c2d8fed50d57 19:12:59 ---> c755016f0205 19:12:59 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:12:59 Successfully built fc1b4575ec69 19:12:59 Removing intermediate container c2d8fed50d57 19:12:59 ---> 98112df5dc91 19:12:59 19:12:59 Successfully tagged security-secretstore-setup:latest 19:12:59  Building security-secretstore-setup ... done Building security-spiffe-token-provider 19:12:59 Removing intermediate container 057aa3239dbb 19:12:59 ---> 51543cf10b73 19:12:59 Step 9/24 : COPY . . 19:12:59 Successfully built 98112df5dc91 19:12:59 Successfully tagged core-data:latest 19:12:59  Building core-data ... done Building core-metadata 19:13:00 ---> 0c716fb4d7f6 19:13:00 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:13:01 ---> 5f8134b9bbf3 19:13:01 Step 28/33 : RUN chmod +x /entrypoint.sh 19:13:01 ---> Running in bfc2682dd2b4 19:13:02 Removing intermediate container 58f747bdda0b 19:13:02 ---> 201aebddc066 19:13:02 Step 8/23 : COPY . . 19:13:02 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:02 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:13:02 ---> 96de6d249a7d 19:13:02 Step 3/20 : WORKDIR /edgex-go 19:13:02 ---> Using cache 19:13:02 ---> 072c18a33ced 19:13:02 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:13:03 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:03 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:13:03 ---> 96de6d249a7d 19:13:03 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:13:03 ---> Using cache 19:13:03 ---> 2728d5737af8 19:13:03 Step 4/25 : WORKDIR /edgex-go 19:13:03 ---> Using cache 19:13:03 ---> 9127be5ed21c 19:13:03 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:03 ---> Using cache 19:13:03 ---> 8d6a80ee9fa9 19:13:03 Step 6/25 : RUN apk add --update --no-cache make git 19:13:03 ---> Using cache 19:13:03 ---> 9d1a56abab5a 19:13:03 Step 7/25 : COPY go.mod vendor* ./ 19:13:03 ---> Using cache 19:13:03 ---> 62a0662eb464 19:13:03 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:03 ---> Using cache 19:13:03 ---> 51543cf10b73 19:13:03 Step 9/25 : COPY . . 19:13:03 ---> Using cache 19:13:03 ---> f8e754609b99 19:13:03 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:13:04 ---> Running in d45f3ac3f751 19:13:04 ---> Running in 76aa5830a669 19:13:04 ---> f8e754609b99 19:13:04 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:13:04 ---> Running in 68d1b390ba4e 19:13:04 Removing intermediate container bfc2682dd2b4 19:13:04 ---> 287b06cceabd 19:13:04 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:13:04 ---> Running in 9e96d0b95f49 19:13:04 Removing intermediate container 9e96d0b95f49 19:13:04 ---> 50cbe722a9e9 19:13:04 Step 30/33 : CMD ["gate"] 19:13:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:04 ---> Running in d87929d69c5d 19:13:04 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:04 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:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:04 Removing intermediate container d87929d69c5d 19:13:04 ---> f21719c8277e 19:13:04 Step 31/33 : LABEL arch=x86_64 19:13:04 ---> Running in 974ca2656b90 19:13:04 v3.16.2-281-gb110f0d9eb [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:13:04 v3.16.2-280-gc8f18190c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:13:04 OK: 17036 distinct packages available 19:13:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:05 Removing intermediate container 974ca2656b90 19:13:05 ---> 5c07f5d15104 19:13:05 Step 32/33 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:13:05 ---> Running in 1683e522d862 19:13:05 OK: 211 MiB in 51 packages 19:13:05 Removing intermediate container 1683e522d862 19:13:05 ---> eef330c39179 19:13:05 Step 33/33 : LABEL version=0.0.0 19:13:05 ---> Running in 551060dfc9e7 19:13:05 Removing intermediate container 551060dfc9e7 19:13:05 ---> a4f63c482a47 19:13:05 19:13:05 Successfully built a4f63c482a47 19:13:05 Successfully tagged security-bootstrapper:latest 19:13:05 Building support-scheduler 19:13:05  Building security-bootstrapper ... done Removing intermediate container d45f3ac3f751 19:13:05 ---> 71c6fb1806cd 19:13:05 Step 5/20 : COPY go.mod vendor* ./ 19:13:06 ---> 57620a7fed1f 19:13:06 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:06 ---> Running in 1812bf90586a 19:13:06 ---> 92d65e83fe55 19:13:06 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:13:07 ---> Running in b764321d4422 19:13: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:13:10 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:10 ---> 96de6d249a7d 19:13:10 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:13:10 ---> Using cache 19:13:10 ---> 2728d5737af8 19:13:10 Step 4/23 : WORKDIR /edgex-go 19:13:10 ---> Using cache 19:13:10 ---> 9127be5ed21c 19:13:10 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:10 ---> Using cache 19:13:10 ---> 8d6a80ee9fa9 19:13:10 Step 6/23 : RUN apk add --update --no-cache make git 19:13:10 ---> Using cache 19:13:10 ---> 9d1a56abab5a 19:13:10 Step 7/23 : COPY go.mod vendor* ./ 19:13:10 ---> Using cache 19:13:10 ---> 62a0662eb464 19:13:10 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:10 ---> Using cache 19:13:10 ---> 51543cf10b73 19:13:10 Step 9/23 : COPY . . 19:13:10 ---> Using cache 19:13:10 ---> f8e754609b99 19:13:10 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:13:11 ---> Running in c771139cde15 19:13:11 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:13:17 ? github.com/edgexfoundry/edgex-go [no test files] 19:13:18 Removing intermediate container 1812bf90586a 19:13:18 ---> 78a2f8f2f0d3 19:13:18 Step 7/20 : COPY . . 19:13:24 ---> 333159ddfa9d 19:13:24 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:13:24 ---> Running in 5421afe141bb 19:13:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:13:35 Removing intermediate container 68d1b390ba4e 19:13:35 ---> f1c9b9f3d400 19:13:35 19:13:35 Step 11/24 : FROM alpine:3.16 19:13:35 ---> 9c6f07244728 19:13:35 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:13:35 ---> Running in 6fed5222323d 19:13:35 Removing intermediate container 76aa5830a669 19:13:35 ---> 8d216576ab3d 19:13:35 19:13:35 Step 11/25 : FROM alpine:3.16 19:13:35 ---> 9c6f07244728 19:13:35 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:13:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:35 ---> Running in 5940c247c60e 19:13:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:35 (1/1) Installing dumb-init (1.2.5-r1) 19:13:35 Executing busybox-1.35.0-r17.trigger 19:13:35 OK: 6 MiB in 15 packages 19:13:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:36 Removing intermediate container 6fed5222323d 19:13:36 ---> 233d5f4505e1 19:13:36 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:36 (1/1) Installing dumb-init (1.2.5-r1) 19:13:36 Executing busybox-1.35.0-r17.trigger 19:13:36 OK: 6 MiB in 15 packages 19:13:36 ---> Running in d97d3261c85d 19:13:37 Removing intermediate container d97d3261c85d 19:13:37 ---> 540fbb47e4a4 19:13:37 Step 14/24 : ENV APP_PORT=59882 19:13:37 ---> Running in 0179a2b3abdf 19:13:37 Removing intermediate container 5940c247c60e 19:13:37 ---> b7605f07febe 19:13:37 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:37 Removing intermediate container b764321d4422 19:13:37 ---> ed18d39739c1 19:13:37 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:13:37 ---> Running in fb8148b90dcf 19:13:37 ---> Running in 98cea48dd3ca 19:13:37 Removing intermediate container 0179a2b3abdf 19:13:37 ---> a32dd0ba9f2c 19:13:37 Step 15/24 : EXPOSE $APP_PORT 19:13:37 ---> Running in 43417e39ba67 19:13:37 Removing intermediate container fb8148b90dcf 19:13:37 ---> af077fd1566c 19:13:37 Step 14/25 : ENV APP_PORT=59881 19:13:38 ---> Running in 89da867dc368 19:13:38 Removing intermediate container 43417e39ba67 19:13:38 ---> 2a5ac72c1059 19:13:38 Step 16/24 : WORKDIR / 19:13:38 Removing intermediate container 89da867dc368 19:13:38 ---> 5cbdacd44918 19:13:38 Step 15/25 : EXPOSE $APP_PORT 19:13:38 ---> Running in 62214c783b50 19:13:38 ---> Running in 688ffe055bd2 19:13:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:13:38 Removing intermediate container 688ffe055bd2 19:13:38 ---> 68835e95756b 19:13:38 Step 16/25 : WORKDIR / 19:13:38 Removing intermediate container 62214c783b50 19:13:38 ---> a89a20379449 19:13:38 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:38 ---> Running in f6b03ec9d78c 19:13:39 Removing intermediate container f6b03ec9d78c 19:13:39 ---> 2ce1f385d117 19:13:39 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:39 ---> 4bd29fc3083f 19:13:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:13:39 ---> 244cd4eea206 19:13:39 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:13:40 ---> f7e1f69e431c 19:13:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:13:40 Removing intermediate container 98cea48dd3ca 19:13:40 ---> d6bded3508fc 19:13:40 19:13:40 Step 11/23 : FROM alpine:3.16 19:13:40 ---> 9c6f07244728 19:13:40 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:13:40 ---> 4b05cfbc957b 19:13:40 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:13:40 ---> Running in c704414c9a0e 19:13:40 ---> 019bac01de6f 19:13:40 Step 20/24 : ENTRYPOINT ["/core-command"] 19:13:40 ---> Running in f4db0a791635 19:13:40 Removing intermediate container c704414c9a0e 19:13:40 ---> e0e5eae4c2d4 19:13:40 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:13:40 ---> Running in 65fdc479e2d4 19:13:40 ---> 05b8234c915f 19:13:40 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:13:40 Removing intermediate container f4db0a791635 19:13:40 ---> d4646c330e13 19:13:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:40 ---> Running in 336cda927edb 19:13:41 ---> bac06dd58e35 19:13:41 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:13:41 ---> Running in 1afb4d09c59b 19:13:41 Removing intermediate container 336cda927edb 19:13:41 ---> 0a04d3bc3fb7 19:13:41 Step 22/24 : LABEL arch=x86_64 19:13:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:41 ---> Running in e2c80ad15802 19:13:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:41 Removing intermediate container 1afb4d09c59b 19:13:41 ---> 940760df66a2 19:13:41 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:41 ---> Running in 5c93d173b720 19:13:41 Removing intermediate container e2c80ad15802 19:13:41 ---> 2782a1cfde0c 19:13:41 Step 23/24 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:13:41 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:13:41 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:13:41 (3/33) Installing readline (8.1.2-r0) 19:13:41 (4/33) Installing bash (5.1.16-r2) 19:13:41 ---> Running in 1713e400ba3e 19:13:41 Executing bash-5.1.16-r2.post-install 19:13:42 (5/33) Installing ca-certificates (20220614-r0) 19:13:42 (6/33) Installing brotli-libs (1.0.9-r6) 19:13:42 Removing intermediate container 5c93d173b720 19:13:42 ---> be7bfa0aed95 19:13:42 Step 23/25 : LABEL arch=x86_64 19:13:42 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:13:42 (8/33) Installing libcurl (7.83.1-r3) 19:13:42 (9/33) Installing curl (7.83.1-r3) 19:13:42 (10/33) Installing docker-cli (20.10.18-r1) 19:13:42 ---> Running in 6068c71ed931 19:13:42 Removing intermediate container 1713e400ba3e 19:13:42 ---> 0d70203c3534 19:13:42 Step 24/24 : LABEL version=0.0.0 19:13:42 ---> Running in 79995ad3e302 19:13:42 Removing intermediate container 6068c71ed931 19:13:42 ---> e6642dc71c8b 19:13:42 Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:13:42 (11/33) Installing dumb-init (1.2.5-r1) 19:13:42 (12/33) Installing libbz2 (1.0.8-r1) 19:13:42 ---> Running in 8448e62162e0 19:13:42 (13/33) Installing expat (2.4.9-r0) 19:13:42 (14/33) Installing libffi (3.4.2-r1) 19:13:42 (15/33) Installing gdbm (1.23-r0) 19:13:42 (16/33) Installing xz-libs (5.2.5-r1) 19:13:42 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:13:42 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:13:42 Removing intermediate container 79995ad3e302 19:13:42 ---> 9c02c81e2752 19:13:42 19:13:42 (19/33) Installing mpdecimal (2.5.1-r1) 19:13:42 (20/33) Installing sqlite-libs (3.38.5-r0) 19:13:42 (21/33) Installing python3 (3.10.5-r0) 19:13:42 Successfully built 9c02c81e2752 19:13:42 Removing intermediate container 8448e62162e0 19:13:42 ---> fffe15f4685a 19:13:42 Step 25/25 : LABEL version=0.0.0 19:13:42 Successfully tagged core-command:latest 19:13:42  Building core-command ... done Building security-proxy-setup 19:13:42 ---> Running in 1ae71b5f9f92 19:13:43 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:13:43 (23/33) Installing py3-tomli (2.0.1-r1) 19:13:43 (24/33) Installing py3-pep517 (0.12.0-r2) 19:13:43 (25/33) Installing py3-six (1.16.0-r1) 19:13:43 (26/33) Installing py3-retrying (1.3.3-r3) 19:13:43 (27/33) Installing py3-appdirs (1.4.4-r3) 19:13:43 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:13:43 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:13:43 (30/33) Installing py3-parsing (2.4.7-r3) 19:13:43 (31/33) Installing py3-packaging (21.3-r0) 19:13:43 (32/33) Installing py3-setuptools (59.4.0-r0) 19:13:43 (33/33) Installing py3-pip (22.1.1-r0) 19:13:43 Executing busybox-1.35.0-r17.trigger 19:13:43 Executing ca-certificates-20220614-r0.trigger 19:13:43 OK: 122 MiB in 47 packages 19:13:44 Removing intermediate container 1ae71b5f9f92 19:13:44 ---> 981621e7ab02 19:13:44 19:13:44 Successfully built 981621e7ab02 19:13:44 Successfully tagged core-metadata:latest 19:13:44  Building core-metadata ... done Building support-notifications 19:13:45 Collecting docker-compose==1.23.2 19:13:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:13:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 19.2 MB/s eta 0:00:00 19:13:45 Collecting jsonschema<3,>=2.5.1 19:13:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:13:45 Collecting PyYAML<4,>=3.10 19:13:45 Downloading PyYAML-3.13.tar.gz (270 kB) 19:13:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 181.3 MB/s eta 0:00:00 19:13:45 Preparing metadata (setup.py): started 19:13:46 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:13:46 ---> 96de6d249a7d 19:13:46 Step 3/22 : WORKDIR /edgex-go 19:13:46 ---> Using cache 19:13:46 ---> 072c18a33ced 19:13:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:46 ---> Using cache 19:13:46 ---> e46dac74bdce 19:13:46 Step 5/22 : RUN apk add --update --no-cache make git 19:13:46 ---> Using cache 19:13:46 ---> 110e5a0ea411 19:13:46 Step 6/22 : COPY go.mod vendor* ./ 19:13:46 ---> Using cache 19:13:46 ---> c143b3fca9ad 19:13:46 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:46 ---> Using cache 19:13:46 ---> 16e51f18ed2e 19:13:46 Step 8/22 : COPY . . 19:13:46 ---> Using cache 19:13:46 ---> 8fceed5049c8 19:13:46 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:13:46 Preparing metadata (setup.py): finished with status 'done' 19:13:46 Collecting docopt<0.7,>=0.6.1 19:13:46 Downloading docopt-0.6.2.tar.gz (25 kB) 19:13:46 Preparing metadata (setup.py): started 19:13:46 Preparing metadata (setup.py): finished with status 'done' 19:13:46 Collecting cached-property<2,>=1.2.0 19:13:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:13:46 Collecting dockerpty<0.5,>=0.4.1 19:13:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:13:46 Preparing metadata (setup.py): started 19:13:46 Preparing metadata (setup.py): finished with status 'done' 19:13:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:13:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:13:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 135.2 MB/s eta 0:00:00 19:13:47 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:13:47 Collecting docker<4.0,>=3.6.0 19:13:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:13:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 125.9 MB/s eta 0:00:00 19:13:47 Collecting websocket-client<1.0,>=0.32.0 19:13:47 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:13:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 178.9 MB/s eta 0:00:00 19:13:47 Collecting texttable<0.10,>=0.9.0 19:13:47 Downloading texttable-0.9.1.tar.gz (11 kB) 19:13:47 Preparing metadata (setup.py): started 19:13:47 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:13:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:47 ---> 96de6d249a7d 19:13:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:13:47 ---> Using cache 19:13:47 ---> 2728d5737af8 19:13:47 Step 4/23 : WORKDIR /edgex-go 19:13:47 ---> Using cache 19:13:47 ---> 9127be5ed21c 19:13:47 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:47 ---> Using cache 19:13:47 ---> 8d6a80ee9fa9 19:13:47 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:13:47 Preparing metadata (setup.py): finished with status 'done' 19:13:47 Collecting docker-pycreds>=0.4.0 19:13:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:13:47 Collecting certifi>=2017.4.17 19:13:47 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:13:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 171.6 MB/s eta 0:00:00 19:13:48 Collecting idna<2.8,>=2.5 19:13:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:13:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 97.2 MB/s eta 0:00:00 19:13:48 Collecting chardet<3.1.0,>=3.0.2 19:13:48 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:13:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 122.7 MB/s eta 0:00:00 19:13:48 Collecting urllib3<1.25,>=1.21.1 19:13:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:13:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 175.6 MB/s eta 0:00:00 19:13:48 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:13:48 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:13:48 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:13:48 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:13:48 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:13:48 Running setup.py install for texttable: started 19:13:48 ---> Running in 81453196e768 19:13:48 ---> Running in 0ce2c2bdb32c 19:13:48 Running setup.py install for texttable: finished with status 'done' 19:13:48 Running setup.py install for PyYAML: started 19:13:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:13:48 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:13:49 Running setup.py install for PyYAML: finished with status 'done' 19:13:49 Running setup.py install for docopt: started 19:13:49 Running setup.py install for docopt: finished with status 'done' 19:13:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:13:50 OK: 211 MiB in 51 packages 19:13:50 Running setup.py install for dockerpty: started 19:13:50 Running setup.py install for dockerpty: finished with status 'done' 19:13:50 Removing intermediate container c771139cde15 19:13:50 ---> cc384ad5b925 19:13:50 19:13:50 Step 11/23 : FROM alpine:3.16 19:13:50 ---> 9c6f07244728 19:13:50 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:13:50 ---> Using cache 19:13:50 ---> b7605f07febe 19:13:50 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:50 ---> Using cache 19:13:50 ---> af077fd1566c 19:13:50 Step 14/23 : ENV APP_PORT=59861 19:13:50 Removing intermediate container 0ce2c2bdb32c 19:13:50 ---> 996dcfe91472 19:13:50 Step 7/23 : COPY go.mod vendor* ./ 19:13:51 ---> Running in 7cf70202fef6 19:13:51 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:13:51 Removing intermediate container 7cf70202fef6 19:13:51 ---> ab12daf1c1da 19:13:51 Step 15/23 : EXPOSE $APP_PORT 19:13:51 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:13:51  ---> 99c506bcff5d 19:13:51 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:51 ---> Running in 946c3b8edefc 19:13:51 ---> Running in 54e85ae9e8e3 19:13:51 Removing intermediate container 946c3b8edefc 19:13:51 ---> e6aed4e28cd7 19:13:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:52 ---> e1472628c0c3 19:13:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:13:54 ---> 6c3c966763b1 19:13:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:13:54 Removing intermediate container 5421afe141bb 19:13:54 ---> aa3184467200 19:13:54 19:13:54 Step 9/20 : FROM alpine:3.15 19:13:54 ---> c4fc93816858 19:13:54 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:13:54 ---> Using cache 19:13:54 ---> de4fd307b047 19:13:54 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:54 ---> Using cache 19:13:54 ---> 8f306ab2855d 19:13:54 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:13:54 ---> Running in da17595c5e60 19:13:55 ---> fb2543c702b6 19:13:55 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:13:55 ---> Running in 7b358cf04ba6 19:13:55 Removing intermediate container 65fdc479e2d4 19:13:55 ---> 93bcdfe430e4 19:13:55 Step 14/23 : ENV APP_PORT=58890 19:13:55 ---> Running in e4e6408d4bf5 19:13:55 Removing intermediate container 7b358cf04ba6 19:13:55 ---> 4614acca7375 19:13:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:55 ---> Running in 7bb7280abad3 19:13:55 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:55 Removing intermediate container e4e6408d4bf5 19:13:55 ---> 9431b2f526a3 19:13:55 Step 15/23 : EXPOSE $APP_PORT 19:13:55 Removing intermediate container 7bb7280abad3 19:13:55 ---> ee4cebded852 19:13:55 Step 21/23 : LABEL arch=x86_64 19:13:55 ---> Running in 0e714ea6724c 19:13:55 ---> Running in 7fa9b7a9b53d 19:13:55 Removing intermediate container 0e714ea6724c 19:13:55 ---> 77657df4e8e9 19:13:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:13:56 Removing intermediate container 7fa9b7a9b53d 19:13:56 ---> 81771bceaa78 19:13:56 Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:13:56 ---> Running in 24f1d45c5df3 19:13:56 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:56 Removing intermediate container 24f1d45c5df3 19:13:56 ---> 977823a2b0b3 19:13:56 Step 23/23 : LABEL version=0.0.0 19:13:56 ---> 4617c4eca25f 19:13:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:13:56 ---> Running in bb616bcd041d 19:13:56 v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:13:56 v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:13:56 OK: 15857 distinct packages available 19:13:56 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:13:56 Removing intermediate container bb616bcd041d 19:13:56 ---> 76dbc5c488b5 19:13:56 19:13:57 Successfully built 76dbc5c488b5 19:13:57 ---> 1eb4aef3cbaf 19:13:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:13:57 Successfully tagged support-scheduler:latest 19:13:57  Building support-scheduler ... done Building security-spire-agent 19:13:57 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:13:57 (1/9) Installing ca-certificates (20220614-r0) 19:13:57 (2/9) Installing brotli-libs (1.0.9-r5) 19:13:58 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:13:58 (4/9) Installing libcurl (7.80.0-r3) 19:13:58 (5/9) Installing curl (7.80.0-r3) 19:13:58 (6/9) Installing dumb-init (1.2.5-r1) 19:13:58 (7/9) Installing musl-obstack (1.2.3-r0) 19:13:58 (8/9) Installing libucontext (1.1-r0) 19:13:58 (9/9) Installing gcompat (1.0.0-r4) 19:13:58 Executing busybox-1.34.1-r7.trigger 19:13:58 Executing ca-certificates-20220614-r0.trigger 19:13:59 OK: 8 MiB in 23 packages 19:13:59 ---> 03a51ce7cf66 19:13:59 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:13:59 ---> Running in cb977a775dfe 19:13:59 Removing intermediate container cb977a775dfe 19:13:59 ---> dcbc3187ea29 19:13:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:59 ---> Running in 20b4c73f3884 19:13:59 Removing intermediate container 20b4c73f3884 19:13:59 ---> bf12891069b0 19:13:59 Step 21/23 : LABEL arch=x86_64 19:13:59 ---> Running in 71f853976fff 19:13:59 Removing intermediate container da17595c5e60 19:13:59 ---> 76013c85c969 19:13:59 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:00 Removing intermediate container 71f853976fff 19:14:00 ---> 505dd9ad8092 19:14:00 Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:14:00 Removing intermediate container 54e85ae9e8e3 19:14:00 ---> bcf8591115d2 19:14:00 Step 9/23 : COPY . . 19:14:00 ---> 1d049bbe51a8 19:14:00 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:14:00 ---> Running in e8ee0f02d13d 19:14:00 Removing intermediate container e8ee0f02d13d 19:14:00 ---> 47f12d553730 19:14:00 Step 23/23 : LABEL version=0.0.0 19:14:00 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:14:00 ---> 96de6d249a7d 19:14:00 Step 3/26 : WORKDIR /edgex-go 19:14:00 ---> Using cache 19:14:00 ---> 072c18a33ced 19:14:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:00 ---> Using cache 19:14:00 ---> e46dac74bdce 19:14:00 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:14:01 ---> Running in dd4e1d576f49 19:14:01 ---> Running in a3a3a0c0a570 19:14:01 Removing intermediate container dd4e1d576f49 19:14:01 ---> 144c4f93310a 19:14:01 19:14:01 ---> d7b97fdebe24 19:14:01 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:14:01 Successfully built 144c4f93310a 19:14:01 Successfully tagged sys-mgmt-agent:latest 19:14:01  Building sys-mgmt-agent ... done fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:14:02 ---> 3e80b4f837a7 19:14:02 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:14:02 ---> Running in 228464f846d0 19:14:02 Removing intermediate container 228464f846d0 19:14:02 ---> b06351929b46 19:14:02 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:02 ---> Running in 2c25c02d859c 19:14:02 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:14:02 Removing intermediate container 2c25c02d859c 19:14:02 ---> d81fff57c271 19:14:02 Step 18/20 : LABEL arch=x86_64 19:14:02 ---> Running in 6bf67e791dfc 19:14:02 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:14:02 Removing intermediate container 6bf67e791dfc 19:14:02 ---> 298201163ce9 19:14:02 Step 19/20 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:14:02 OK: 211 MiB in 51 packages 19:14:02 ---> Running in 8a5b6d5058fd 19:14:03 Removing intermediate container 8a5b6d5058fd 19:14:03 ---> be520a64388c 19:14:03 Step 20/20 : LABEL version=0.0.0 19:14:03 ---> Running in c98ae354e848 19:14:03 Removing intermediate container a3a3a0c0a570 19:14:03 ---> 38076793bcc0 19:14:03 Step 6/26 : COPY go.mod vendor* ./ 19:14:03 Removing intermediate container c98ae354e848 19:14:03 ---> 5e5600223c93 19:14:03 19:14:03 Successfully built 5e5600223c93 19:14:03 Successfully tagged security-spiffe-token-provider:latest 19:14:03  Building security-spiffe-token-provider ... done  ---> ca64c8cec3f4 19:14:03 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:03 ---> Running in 5a60ae358135 19:14:04 ---> d4af24d12c85 19:14:04 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:14:05 ---> Running in d18ca36c4afa 19:14:05 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:14:06 Removing intermediate container 81453196e768 19:14:06 ---> ff584297ba0c 19:14:06 19:14:06 Step 10/22 : FROM alpine:3.16 19:14:06 ---> 9c6f07244728 19:14:06 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:14:06 ---> Running in 8a9a4c39dd1e 19:14:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:14:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:14:07 (1/6) Installing ca-certificates (20220614-r0) 19:14:07 (2/6) Installing brotli-libs (1.0.9-r6) 19:14:07 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:14:07 (4/6) Installing libcurl (7.83.1-r3) 19:14:07 (5/6) Installing curl (7.83.1-r3) 19:14:07 (6/6) Installing dumb-init (1.2.5-r1) 19:14:07 Executing busybox-1.35.0-r17.trigger 19:14:07 Executing ca-certificates-20220614-r0.trigger 19:14:07 OK: 8 MiB in 20 packages 19:14:08 Removing intermediate container 8a9a4c39dd1e 19:14:08 ---> f7aa1ac09b3f 19:14:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:14:08 ---> Running in c8225761858c 19:14:08 Removing intermediate container c8225761858c 19:14:08 ---> daef8ed40008 19:14:08 Step 13/22 : WORKDIR /edgex 19:14:08 ---> Running in 8edfb7166f17 19:14:09 Removing intermediate container 8edfb7166f17 19:14:09 ---> 17329e1e2b49 19:14:09 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:14:09 ---> 99d7c7a2f382 19:14:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:14:10 ---> 6843e6f5c8fb 19:14:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:14:10 Removing intermediate container 5a60ae358135 19:14:10 ---> 4d8521a88a41 19:14:10 Step 8/26 : COPY . . 19:14:12 ---> 9ea7728e0d4f 19:14:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:14:12 ---> 017a6d564137 19:14:12 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:14:12 ---> Running in bec83c4fc88e 19:14:14 ---> 7cc48e842947 19:14:14 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:14:14 Removing intermediate container bec83c4fc88e 19:14:14 ---> 38637b3c62e4 19:14:14 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:14:14 ---> Running in 294fafbf0dd1 19:14:14 ---> Running in 476c15b01c6b 19:14:14 Removing intermediate container 294fafbf0dd1 19:14:14 ---> 5fec9bc57899 19:14:14 Step 10/26 : WORKDIR /edgex-go/spire-build 19:14:14 ---> Running in a1ee03a693af 19:14:14 Removing intermediate container 476c15b01c6b 19:14:14 ---> 8dc9e302ab76 19:14:14 Step 20/22 : LABEL arch=x86_64 19:14:14 ---> Running in 326d9f04fb86 19:14:14 Removing intermediate container a1ee03a693af 19:14:14 ---> 85513e171a34 19:14:14 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:14:14 ---> Running in cdb904833d50 19:14:14 Removing intermediate container 326d9f04fb86 19:14:14 ---> 14e97ef01632 19:14:14 Step 21/22 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:14:14 ---> Running in 669d6bbe79ea 19:14:14 Removing intermediate container 669d6bbe79ea 19:14:14 ---> 981faef6bd1d 19:14:14 Step 22/22 : LABEL version=0.0.0 19:14:15 ---> Running in f0480e44c798 19:14:15 Removing intermediate container f0480e44c798 19:14:15 ---> aa2f17d0297a 19:14:15 19:14:15 Successfully built aa2f17d0297a 19:14:15 Successfully tagged security-proxy-setup:latest 19:14:15  Building security-proxy-setup ... done Removing intermediate container cdb904833d50 19:14:15 ---> 00fb9c0c96fe 19:14:15 Step 12/26 : WORKDIR /edgex-go 19:14:15 ---> Running in 21d52a46293b 19:14:15 Removing intermediate container 21d52a46293b 19:14:15 ---> dbb54e31d67d 19:14:15 19:14:15 Step 13/26 : FROM alpine:3.15 19:14:15 ---> c4fc93816858 19:14:15 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:15 ---> Using cache 19:14:15 ---> de4fd307b047 19:14:15 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:15 ---> Using cache 19:14:15 ---> 8f306ab2855d 19:14:15 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:14:15 ---> Using cache 19:14:15 ---> 5ca86dc8e05e 19:14:15 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:14:17 ---> 299ed71532fd 19:14:17 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:14:18 ---> 3efd0fb384a0 19:14:18 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:14:18 ---> d86658db9085 19:14:18 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:14:18 ---> 637494a1674a 19:14:18 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:14:19 ---> 852d0080b19a 19:14:19 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:14:19 ---> Running in 636426f32553 19:14:19 Removing intermediate container 636426f32553 19:14:19 ---> de07aaef4bc9 19:14:19 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:14:19 ---> Running in bba16df15931 19:14:19 Removing intermediate container bba16df15931 19:14:19 ---> 32adbdb99bbb 19:14:19 Step 24/26 : LABEL arch=x86_64 19:14:19 ---> Running in d3f1f2303a90 19:14:19 Removing intermediate container d3f1f2303a90 19:14:19 ---> 04cabe9570a9 19:14:19 Step 25/26 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:14:19 ---> Running in 7ce63e837e84 19:14:19 Removing intermediate container 7ce63e837e84 19:14:19 ---> bf387e3af49d 19:14:19 Step 26/26 : LABEL version=0.0.0 19:14:19 ---> Running in 7c6e5a73bcc7 19:14:19 Removing intermediate container 7c6e5a73bcc7 19:14:19 ---> 94a82d956625 19:14:19 19:14:19 Successfully built 94a82d956625 19:14:19 Successfully tagged security-spire-agent:latest 19:14:24  Building security-spire-agent ... done Removing intermediate container d18ca36c4afa 19:14:24 ---> 9b59bcebf863 19:14:24 19:14:24 Step 11/23 : FROM alpine:3.16 19:14:24 ---> 9c6f07244728 19:14:24 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:14:24 ---> Running in 8dfea0bc3d91 19:14:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:14:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:14:24 (1/2) Installing ca-certificates (20220614-r0) 19:14:24 (2/2) Installing dumb-init (1.2.5-r1) 19:14:24 Executing busybox-1.35.0-r17.trigger 19:14:24 Executing ca-certificates-20220614-r0.trigger 19:14:24 OK: 6 MiB in 16 packages 19:14:25 Removing intermediate container 8dfea0bc3d91 19:14:25 ---> 084e84aebd90 19:14:25 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:14:25 ---> Running in ebffb7204808 19:14:25 Removing intermediate container ebffb7204808 19:14:25 ---> a2143f3bf903 19:14:25 Step 14/23 : ENV APP_PORT=59860 19:14:25 ---> Running in ce872463deea 19:14:25 Removing intermediate container ce872463deea 19:14:25 ---> aed95df3e056 19:14:25 Step 15/23 : EXPOSE $APP_PORT 19:14:25 ---> Running in 76bdd10046d9 19:14:25 Removing intermediate container 76bdd10046d9 19:14:25 ---> 81a8822d3335 19:14:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:25 ---> 8261b7a8a5a0 19:14:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:14:26 ---> 717e779ff102 19:14:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:14:26 ---> 6f5a656c768e 19:14:26 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:14:26 ---> Running in 4f823326df7c 19:14:26 Removing intermediate container 4f823326df7c 19:14:26 ---> 18665a1d5bf9 19:14:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:26 ---> Running in 4ebcfdf59e4b 19:14:26 Removing intermediate container 4ebcfdf59e4b 19:14:26 ---> b37c75354d21 19:14:26 Step 21/23 : LABEL arch=x86_64 19:14:26 ---> Running in 0d4f3d2a6888 19:14:26 Removing intermediate container 0d4f3d2a6888 19:14:26 ---> 3233333a1b19 19:14:26 Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:14:26 ---> Running in ad45b3e8d368 19:14:26 Removing intermediate container ad45b3e8d368 19:14:26 ---> 28c54bf5ff5f 19:14:26 Step 23/23 : LABEL version=0.0.0 19:14:26 ---> Running in ee33133af421 19:14:26 Removing intermediate container ee33133af421 19:14:26 ---> dc518efd88cb 19:14:26 19:14:26 Successfully built dc518efd88cb 19:14:26 Successfully tagged support-notifications:latest 19:14:27  Building support-notifications ... done  [Pipeline] } 19:14:27 $ docker stop --time=1 2945d4e6287f7d2755e01409c51d3c6354fedb8d2369cdd2e7f72ebf6272306f 19:14:28 $ docker rm -f 2945d4e6287f7d2755e01409c51d3c6354fedb8d2369cdd2e7f72ebf6272306f [Pipeline] // withDockerContainer [Pipeline] sh 19:14:28 + docker images 19:14:28 REPOSITORY TAG IMAGE ID CREATED SIZE 19:14:28 support-notifications latest dc518efd88cb 2 seconds ago 30.1MB 19:14:28 9b59bcebf863 5 seconds ago 1.64GB 19:14:28 security-spire-agent latest 94a82d956625 9 seconds ago 125MB 19:14:28 dbb54e31d67d 13 seconds ago 1.45GB 19:14:28 security-proxy-setup latest aa2f17d0297a 13 seconds ago 27.4MB 19:14:28 ff584297ba0c 23 seconds ago 1.57GB 19:14:28 security-spiffe-token-provider latest 5e5600223c93 25 seconds ago 29.3MB 19:14:28 sys-mgmt-agent latest 144c4f93310a 27 seconds ago 136MB 19:14:28 support-scheduler latest 76dbc5c488b5 32 seconds ago 29.5MB 19:14:28 aa3184467200 35 seconds ago 1.61GB 19:14:28 cc384ad5b925 39 seconds ago 1.64GB 19:14:28 core-metadata latest 981621e7ab02 46 seconds ago 18.3MB 19:14:28 core-command latest 9c02c81e2752 46 seconds ago 17.5MB 19:14:28 d6bded3508fc 48 seconds ago 1.56GB 19:14:28 8d216576ab3d 54 seconds ago 1.59GB 19:14:28 f1c9b9f3d400 55 seconds ago 1.58GB 19:14:28 security-bootstrapper latest a4f63c482a47 About a minute ago 19.9MB 19:14:28 security-secretstore-setup latest fc1b4575ec69 About a minute ago 29.3MB 19:14:28 core-data latest 98112df5dc91 About a minute ago 21.6MB 19:14:28 dd4e1569d538 About a minute ago 1.59GB 19:14:28 477cd489de08 About a minute ago 1.57GB 19:14:28 2e38215358c1 About a minute ago 1.57GB 19:14:28 security-spire-server latest 42dcf1ea9e06 About a minute ago 86.5MB 19:14:28 security-spire-config latest 250fc55a3b1c About a minute ago 85.8MB 19:14:28 4bfa2b545b11 2 minutes ago 1.45GB 19:14:28 8ea38aff5cb6 2 minutes ago 1.45GB 19:14:28 ci-base-image-x86_64 latest 96de6d249a7d 5 minutes ago 940MB 19:14:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 days ago 677MB 19:14:28 alpine 3.15 c4fc93816858 2 months ago 5.59MB 19:14:28 alpine 3.16 9c6f07244728 2 months ago 5.54MB 19:14:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 19:14:28 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:15:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:15:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.548s coverage: 28.7% of statements 19:15:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:15:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.554s coverage: 98.5% of statements 19:15:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.876s coverage: 41.3% of statements 19:15:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:15:37 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:15:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.495s coverage: 54.2% of statements 19:15:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:15:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:16:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 24.599s coverage: 89.2% of statements 19:16:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:16:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:16:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:16:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:16:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:16:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.620s coverage: 2.2% of statements 19:16:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:16:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.914s coverage: 95.6% of statements 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/io 0.570s coverage: 72.2% of statements 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.679s coverage: 60.0% of statements 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:16:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.508s coverage: 0.9% of statements 19:16:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:16:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.482s coverage: 58.8% of statements 19:16:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.726s coverage: 29.6% of statements 19:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.416s coverage: 47.1% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.454s coverage: 79.5% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.436s coverage: 94.1% of statements 19:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.385s coverage: 96.3% of statements 19:16:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.260s coverage: 87.5% of statements 19:16:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.499s coverage: 94.4% of statements 19:16:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.223s coverage: 44.8% of statements 19:16:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.742s coverage: 80.5% of statements 19:16:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.340s coverage: 92.9% of statements 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 65.1% of statements 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.247s coverage: 86.9% of statements 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.215s coverage: 87.2% of statements 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.185s coverage: 100.0% of statements 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.289s coverage: 58.8% of statements 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.282s coverage: 80.0% of statements 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.231s coverage: 87.2% of statements 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.277s coverage: 85.4% of statements 19:16:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.828s coverage: 91.2% of statements 19:16:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:16:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.977s coverage: 64.7% of statements 19:16:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:16:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:16:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.272s coverage: 100.0% of statements 19:16:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 89.4% of statements 19:16:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 19:16:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 19:16:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements 19:16:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.371s coverage: 65.8% of statements 19:16:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:16:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:16:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 2.032s coverage: 41.8% of statements 19:16:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:16:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.330s coverage: 89.5% of statements 19:16:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.256s coverage: 84.8% of statements 19:16:59 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:16:59 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:16:59 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:16:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:17:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.365s coverage: 17.7% of statements 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:17:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.771s coverage: 92.3% of statements 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:17:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.295s coverage: 63.2% of statements 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.457s coverage: 97.7% of statements 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.229s coverage: 28.9% of statements 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.243s coverage: 100.0% of statements 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 96.9% of statements 19:17:08 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:17:08 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:17:08 GO111MODULE=on go vet ./... 19:18:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:18:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:18:59 ./bin/test-attribution-txt.sh [Pipeline] echo 19:18:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:19:00 + ls -al . 19:19:00 total 756 19:19:00 drwxrwxr-x 10 1001 1001 4096 Oct 12 19:12 . 19:19:00 drwxr-xr-x 4 root root 4096 Oct 12 19:12 .. 19:19:00 drwxrwxr-x 2 1001 1001 4096 Oct 12 19:11 .blubracket 19:19:00 -rw-rw-r-- 1 1001 1001 16 Oct 12 19:11 .dockerignore 19:19:00 drwxrwxr-x 8 1001 1001 4096 Oct 12 19:11 .git 19:19:00 drwxrwxr-x 3 1001 1001 4096 Oct 12 19:11 .github 19:19:00 -rw-rw-r-- 1 1001 1001 1030 Oct 12 19:11 .gitignore 19:19:00 -rw-rw-r-- 1 1001 1001 42 Oct 12 19:11 .golangci.yml 19:19:00 -rw-rw-r-- 1 1001 1001 87 Oct 12 19:11 .hadolint.yml 19:19:00 -rw-rw-r-- 1 1001 1001 166 Oct 12 19:11 .sonarcloud.properties 19:19:00 -rw-rw-r-- 1 1001 1001 1171 Oct 12 19:11 ADOPTERS.md 19:19:00 -rw-rw-r-- 1 1001 1001 10722 Oct 12 19:11 Attribution.txt 19:19:00 -rw-rw-r-- 1 1001 1001 63209 Oct 12 19:11 CHANGELOG.md 19:19:00 -rw-rw-r-- 1 1001 1001 3804 Oct 12 19:11 CONTRIBUTING.md 19:19:00 -rw-rw-r-- 1 1001 1001 677 Oct 12 19:11 GOVERNANCE.md 19:19:00 -rw-rw-r-- 1 1001 1001 850 Oct 12 19:11 Jenkinsfile 19:19:00 -rw-rw-r-- 1 1001 1001 10775 Oct 12 19:11 LICENSE 19:19:00 -rw-rw-r-- 1 1001 1001 13857 Oct 12 19:11 Makefile 19:19:00 -rw-rw-r-- 1 1001 1001 582 Oct 12 19:11 OWNERS.md 19:19:00 -rw-rw-r-- 1 1001 1001 9799 Oct 12 19:11 README.md 19:19:00 -rw-rw-r-- 1 1001 1001 6912 Oct 12 19:11 SECURITY.md 19:19:00 -rw-rw-r-- 1 1001 1001 5 Oct 12 19:09 VERSION 19:19:00 -rw-rw-r-- 1 1001 1001 4131 Oct 12 19:11 ZMQWindows.md 19:19:00 drwxrwxr-x 2 1001 1001 4096 Oct 12 19:11 bin 19:19:00 drwxrwxr-x 18 1001 1001 4096 Oct 12 19:11 cmd 19:19:00 -rw-r--r-- 1 root root 502375 Oct 12 19:17 coverage.out 19:19:00 -rw-rw-r-- 1 1001 1001 3458 Oct 12 19:11 go.mod 19:19:00 -rw-rw-r-- 1 1001 1001 38041 Oct 12 19:11 go.sum 19:19:00 drwxrwxr-x 8 1001 1001 4096 Oct 12 19:11 internal 19:19:00 drwxrwxr-x 3 1001 1001 4096 Oct 12 19:11 openapi 19:19:00 drwxrwxr-x 4 1001 1001 4096 Oct 12 19:11 snap 19:19:00 -rw-rw-r-- 1 1001 1001 204 Oct 12 19:11 version.go [Pipeline] sh 19:19:00 + '[' -e coverage.out ] 19:19:00 + chown 1001:1001 coverage.out [Pipeline] stash 19:19:00 Warning: overwriting stash ‘coverage-report’ 19:19:01 Stashed 1 file(s) [Pipeline] sh 19:19:02 + make build 19:19:02 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:20:38 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:21:46 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:21:46 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:22:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:22:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:22:30 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:22: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:22:41 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:22:47 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:22:50 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:22:53 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:23: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:23:07 $ docker stop --time=1 14cd2c917f6a2bcd625536079abc07abdd5967aa3703fae1d82eaeaa66a48195 19:23:09 $ docker rm -f 14cd2c917f6a2bcd625536079abc07abdd5967aa3703fae1d82eaeaa66a48195 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:11 19:23:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:12 latest: Pulling from edgex-devops/edgex-compose-arm64 19:23:12 29e5d40040c1: Pulling fs layer 19:23:12 1ce36da41761: Pulling fs layer 19:23:12 25b303627fd3: Pulling fs layer 19:23:12 29e5d40040c1: Verifying Checksum 19:23:12 29e5d40040c1: Download complete 19:23:12 1ce36da41761: Download complete 19:23:13 29e5d40040c1: Pull complete 19:23:14 1ce36da41761: Pull complete 19:23:14 25b303627fd3: Verifying Checksum 19:23:14 25b303627fd3: Download complete 19:23:24 25b303627fd3: Pull complete 19:23:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:23:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:23:24 prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container 19:23:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:23:26 $ docker top bb09b66622d7a879740c840c5ed6192021c0e5065f473faeeebb4881abd20728 -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:27 + grep parallel 19:23:27 + docker-compose build --help 19:23:31 --parallel Build images in parallel. [Pipeline] } 19:23:31 $ docker stop --time=1 bb09b66622d7a879740c840c5ed6192021c0e5065f473faeeebb4881abd20728 19:23:33 $ docker rm -f bb09b66622d7a879740c840c5ed6192021c0e5065f473faeeebb4881abd20728 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:23:34 prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container 19:23:34 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:23:35 $ docker top 1e26c5feac0471a9639c44c1e8aa873e35e746725ab48a1df579dc8849b0172c -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:36 + docker-compose -f ./docker-compose-build.yml build --parallel 19:23:41 Building core-command ... 19:23:41 Building core-data ... 19:23:41 Building core-metadata ... 19:23:41 Building security-bootstrapper ... 19:23:41 Building security-proxy-setup ... 19:23:41 Building security-secretstore-setup ... 19:23:41 Building security-spiffe-token-provider ... 19:23:41 Building security-spire-agent ... 19:23:41 Building security-spire-config ... 19:23:41 Building security-spire-server ... 19:23:41 Building support-notifications ... 19:23:41 Building support-scheduler ... 19:23:41 Building sys-mgmt-agent ... 19:23:41 Building security-proxy-setup 19:23:41 Building security-spire-agent 19:23:41 Building security-spire-server 19:23:41 Building security-spire-config 19:23:41 Building core-data 19:24:28 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:24:28 ---> 9a3650170300 19:24:28 Step 3/22 : WORKDIR /edgex-go 19:24:28 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:24:28 ---> 9a3650170300 19:24:28 Step 3/26 : WORKDIR /edgex-go 19:24:28 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:28 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:24:28 ---> 9a3650170300 19:24:28 Step 3/25 : WORKDIR /edgex-go 19:24:28 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:24:28 ---> 9a3650170300 19:24:28 Step 3/26 : WORKDIR /edgex-go 19:24:28 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:24:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:24:28 ---> 9a3650170300 19:24:28 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:24:29 ---> Running in e975736c50e7 19:24:29 ---> Running in 6294a305893b 19:24:29 ---> Running in f23f39929ef7 19:24:29 ---> Running in 2b05186daaec 19:24:29 ---> Running in 663df70921cf 19:24:30 Removing intermediate container 6294a305893b 19:24:30 ---> 1687192a175a 19:24:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:30 Removing intermediate container 2b05186daaec 19:24:30 ---> 1d95f54ef1a9 19:24:30 Step 4/24 : WORKDIR /edgex-go 19:24:30 Removing intermediate container e975736c50e7 19:24:30 ---> b56d10736938 19:24:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:30 Removing intermediate container f23f39929ef7 19:24:30 ---> a5711e6c9fcf 19:24:30 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:30 Removing intermediate container 663df70921cf 19:24:30 ---> c2fa1d916a6e 19:24:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:30 ---> Running in 7d4e05e6605f 19:24:30 ---> Running in ed39c0d67a5a 19:24:30 ---> Running in becd73687502 19:24:30 ---> Running in 5bb8beb7c4d4 19:24:30 ---> Running in ab6ccfd003ec 19:24:31 Removing intermediate container becd73687502 19:24:31 ---> 2456f25efb28 19:24:31 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:31 ---> Running in a782c61dc1c0 19:24:34 Removing intermediate container 7d4e05e6605f 19:24:34 ---> dcb7d49cf343 19:24:34 Step 5/22 : RUN apk add --update --no-cache make git 19:24:34 Removing intermediate container ab6ccfd003ec 19:24:34 ---> cbfd4fba0217 19:24:34 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:24:34 ---> Running in 9b9dd17878ad 19:24:34 ---> Running in 9b31b104bfec 19:24:34 Removing intermediate container ed39c0d67a5a 19:24:34 ---> b843192758dd 19:24:34 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:24:34 ---> Running in 43967e42c761 19:24:34 Removing intermediate container 5bb8beb7c4d4 19:24:34 ---> 53439f7041df 19:24:34 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:24:35 ---> Running in 810f07fa65ab 19:24:35 Removing intermediate container a782c61dc1c0 19:24:35 ---> bffeda3cb3f8 19:24:35 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:24:35 ---> Running in a708f0093ccc 19:24:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:24:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:24:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:24:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:24:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:24:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:24:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:24:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:24:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:24:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:24:38 OK: 221 MiB in 51 packages 19:24:38 OK: 221 MiB in 51 packages 19:24:39 OK: 221 MiB in 51 packages 19:24:39 OK: 221 MiB in 51 packages 19:24:40 OK: 221 MiB in 51 packages 19:24:41 Removing intermediate container 9b9dd17878ad 19:24:41 ---> fc3a55ee57c6 19:24:41 Step 6/22 : COPY go.mod vendor* ./ 19:24:41 Removing intermediate container 9b31b104bfec 19:24:41 ---> bdeed9be3f70 19:24:41 Step 6/26 : COPY go.mod vendor* ./ 19:24:41 Removing intermediate container a708f0093ccc 19:24:41 ---> 43d78816d91a 19:24:41 Step 7/24 : COPY go.mod vendor* ./ 19:24:41 Removing intermediate container 810f07fa65ab 19:24:41 ---> 9bf3dfcb2a9d 19:24:41 Step 6/25 : COPY go.mod vendor* ./ 19:24:41 Removing intermediate container 43967e42c761 19:24:41 ---> da22a5ae8fcd 19:24:41 Step 6/26 : COPY go.mod vendor* ./ 19:24:42 ---> 0e8f3b389c8c 19:24:42 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:42 ---> 55eb11db3cc2 19:24:42 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:42 ---> Running in 46d304d30d1c 19:24:42 ---> f8cb5075696c 19:24:42 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:43 ---> Running in f2417abaf1ce 19:24:43 ---> Running in 59edd28ffaf2 19:24:43 ---> 89d2ac06ddeb 19:24:43 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:43 ---> Running in 5708712ba3d4 19:24:43 ---> 0b58853ab5f4 19:24:43 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:43 ---> Running in 75e41e1dfe7d 19:25:51 Removing intermediate container 46d304d30d1c 19:25:51 ---> d17caa7522da 19:25:51 Step 8/22 : COPY . . 19:25:51 Removing intermediate container 59edd28ffaf2 19:25:51 ---> 2abcad189962 19:25:51 Step 8/26 : COPY . . 19:25:51 Removing intermediate container 5708712ba3d4 19:25:51 ---> dd7c050c74e6 19:25:51 Step 8/26 : COPY . . 19:25:51 Removing intermediate container 75e41e1dfe7d 19:25:51 ---> 7716afce33bf 19:25:51 Step 8/25 : COPY . . 19:25:51 Removing intermediate container f2417abaf1ce 19:25:51 ---> 30d65189e1bf 19:25:51 Step 9/24 : COPY . . 19:26:06 ---> 84bfddf2fa77 19:26:06 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:26:06 ---> 3ce71854675e 19:26:06 ---> 812f94ddd661 19:26:06 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/26 : ARG SPIRE_RELEASE=1.2.1 19:26:06 19:26:06 ---> ecf8b661f0eb 19:26:06 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:26:06 ---> Running in 616a425d38db 19:26:06 ---> 72820d85b00b 19:26:06 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:26:06 ---> Running in b05b29a5788f 19:26:06 ---> Running in 9fcb65666c1b 19:26:06 ---> Running in 5acc7be55ad7 19:26:06 ---> Running in d558014c9daa 19:26:06 Removing intermediate container 9fcb65666c1b 19:26:06 ---> b163dc31db13 19:26:06 Step 10/26 : WORKDIR /edgex-go/spire-build 19:26:06 Removing intermediate container 616a425d38db 19:26:06 ---> 4b0ed4e304a2 19:26:06 Step 10/26 : WORKDIR /edgex-go/spire-build 19:26:06 Removing intermediate container 5acc7be55ad7 19:26:06 ---> 72f3ae701a34 19:26:06 Step 10/25 : WORKDIR /edgex-go/spire-build 19:26:06 ---> Running in 02a051c1dc17 19:26:06 ---> Running in 40837ca7dc37 19:26:06 ---> Running in f689bf6813b5 19:26:07 Removing intermediate container 40837ca7dc37 19:26:07 ---> 10e4b2737243 19:26:07 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:26:07 Removing intermediate container f689bf6813b5 19:26:07 ---> 7db2df1ac3bc 19:26:07 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:26:07 Removing intermediate container 02a051c1dc17 19:26:07 ---> 90c588941585 19:26:07 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:26:07 ---> Running in ae1e3a3f9d7d 19:26:07 ---> Running in 295d54206014 19:26:07 ---> Running in ade273e7e27d 19:26: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:26:08 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:26:12 Removing intermediate container 295d54206014 19:26:12 ---> 8d594bb7850b 19:26:12 Step 12/25 : WORKDIR /edgex-go 19:26:12 Removing intermediate container ae1e3a3f9d7d 19:26:12 ---> ca04b15dc08e 19:26:12 Step 12/26 : WORKDIR /edgex-go 19:26:12 ---> Running in 3ed2ddeca100 19:26:12 Removing intermediate container ade273e7e27d 19:26:12 ---> 568fe0b4a190 19:26:12 Step 12/26 : WORKDIR /edgex-go 19:26:12 ---> Running in 0b23782ffb49 19:26:12 ---> Running in 8af999aa9d45 19:26:12 Removing intermediate container 0b23782ffb49 19:26:12 ---> 4be0de751eed 19:26:12 19:26:12 Step 13/26 : FROM alpine:3.15 19:26:12 3.15: Pulling from library/alpine 19:26:12 Removing intermediate container 3ed2ddeca100 19:26:12 ---> 9acf1505f67b 19:26:12 19:26:12 Step 13/25 : FROM alpine:3.15 19:26:12 Removing intermediate container 8af999aa9d45 19:26:12 ---> 55e1cd7fdf3c 19:26:12 19:26:12 Step 13/26 : FROM alpine:3.15 19:26:13 3.15: Pulling from library/alpine 19:26:13 3.15: Pulling from library/alpine 19:26:15 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:26:15 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:26:15 Status: Downloaded newer image for alpine:3.15 19:26:15 Status: Image is up to date for alpine:3.15 19:26:15 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:26:15 Status: Image is up to date for alpine:3.15 19:26:15 ---> 02e0d6fdf486 19:26:15 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:26:15 ---> 02e0d6fdf486 19:26:15 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:26:15 ---> 02e0d6fdf486 19:26:15 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:26:15 ---> Running in 0aeb7a3d5351 19:26:15 ---> Running in b62f3100b97a 19:26:15 ---> Running in 450131f15754 19:26:16 Removing intermediate container 0aeb7a3d5351 19:26:16 ---> f4480ea9a1a0 19:26:16 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:16 Removing intermediate container 450131f15754 19:26:16 ---> 8ccf0f5be823 19:26:16 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:16 ---> Running in 3c535c6127eb 19:26:16 Removing intermediate container b62f3100b97a 19:26:16 ---> 414a86b03471 19:26:16 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:16 ---> Running in 5491da8e59c3 19:26:16 ---> Running in 0f37cd20734a 19:26:20 Removing intermediate container 3c535c6127eb 19:26:20 ---> bc418413f649 19:26:20 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:26:20 ---> Running in b3f1447287cc 19:26:21 Removing intermediate container 5491da8e59c3 19:26:21 ---> a58c614e7c46 19:26:21 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:26:21 ---> Running in cf0fc802c67e 19:26:21 Removing intermediate container 0f37cd20734a 19:26:21 ---> 88556f2f2149 19:26:21 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:26:21 ---> Running in 423515ac7721 19:26:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:25 v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:26:25 v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:26:25 OK: 15734 distinct packages available 19:26:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:25 v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:26:25 v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:26:25 OK: 15734 distinct packages available 19:26:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:26 v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:26:26 v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:26:26 OK: 15734 distinct packages available 19:26:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:26:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:26:27 (1/5) Installing dumb-init (1.2.5-r1) 19:26:28 (2/5) Installing musl-obstack (1.2.3-r0) 19:26:28 (3/5) Installing libucontext (1.1-r0) 19:26:28 (1/5) Installing dumb-init (1.2.5-r1) 19:26:28 (4/5) Installing gcompat (1.0.0-r4) 19:26:28 (2/5) Installing musl-obstack (1.2.3-r0) 19:26:28 (5/5) Installing openssl (1.1.1q-r0) 19:26:28 (3/5) Installing libucontext (1.1-r0) 19:26:28 Executing busybox-1.34.1-r7.trigger 19:26:28 (4/5) Installing gcompat (1.0.0-r4) 19:26:28 OK: 6 MiB in 19 packages 19:26:28 (1/4) Installing dumb-init (1.2.5-r1) 19:26:28 (5/5) Installing openssl (1.1.1q-r0) 19:26:28 (2/4) Installing musl-obstack (1.2.3-r0) 19:26:28 (3/4) Installing libucontext (1.1-r0) 19:26:28 Executing busybox-1.34.1-r7.trigger 19:26:28 (4/4) Installing gcompat (1.0.0-r4) 19:26:28 OK: 6 MiB in 19 packages 19:26:28 Executing busybox-1.34.1-r7.trigger 19:26:28 OK: 6 MiB in 18 packages 19:26:30 Removing intermediate container b3f1447287cc 19:26:30 ---> 43fb11b10ea4 19:26:30 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:26:31 Removing intermediate container 423515ac7721 19:26:31 ---> c4c791082a27 19:26:31 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:26:31 Removing intermediate container cf0fc802c67e 19:26:31 ---> a30ddd89ff5f 19:26:31 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:26:36 ---> e9592b36f86a 19:26:36 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:26:42 ---> de6ea29978d0 19:26:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:26:42 ---> d4c3a98873c6 19:26:42 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:26:43 ---> bbfb11d81d6c 19:26:43 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:26:43 ---> 1eefdaa770f1 19:26:43 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:26:43 ---> Running in de2426a03b33 19:26:44 Removing intermediate container de2426a03b33 19:26:44 ---> 3fb6438559ec 19:26:44 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:26:45 ---> d665f5eaa51c 19:26:45 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:26:46 ---> 3fe3732b41c2 19:26:46 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:26:46 ---> 8c138e977ede 19:26:46 Step 21/26 : WORKDIR / 19:26:46 ---> Running in 0ccbd8fb5a53 19:26:47 ---> 65237f934fcd 19:26:47 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:26:47 ---> Running in 1265aa9c029d 19:26:47 ---> 9e2b8df1c91e 19:26:47 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:26:47 Removing intermediate container 0ccbd8fb5a53 19:26:47 ---> 264db2231e73 19:26:47 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:26:47 Removing intermediate container 1265aa9c029d 19:26:47 ---> 36c0853baac8 19:26:47 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:26:47 ---> Running in b52f57ab910f 19:26:47 ---> Running in 49aa17b6b6c7 19:26:48 Removing intermediate container b52f57ab910f 19:26:48 ---> be73dc9b575f 19:26:48 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:26:48 Removing intermediate container 49aa17b6b6c7 19:26:48 ---> bd494fddcc10 19:26:48 Step 23/25 : LABEL arch=arm64 19:26:48 ---> Running in 5f4b0118c853 19:26:49 ---> Running in 96bd46191a89 19:26:49 ---> cfce6d64b090 19:26:49 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:26:49 Removing intermediate container 5f4b0118c853 19:26:49 ---> 6dfe508f041a 19:26:49 Step 24/26 : LABEL arch=arm64 19:26:50 ---> Running in 2e43ec8a2e64 19:26:50 Removing intermediate container 96bd46191a89 19:26:50 ---> daf74baf0806 19:26:50 Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:26:50 ---> Running in d5c5e5d78f33 19:26:50 Removing intermediate container 2e43ec8a2e64 19:26:50 ---> 4b308aabff55 19:26:50 Step 25/26 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:26:50 ---> Running in a4082deebfcc 19:26:51 ---> 02562f088172 19:26:51 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:26:51 Removing intermediate container d5c5e5d78f33 19:26:51 ---> df140057baeb 19:26:51 Step 25/25 : LABEL version=0.0.0 19:26:51 ---> Running in bd2e49f51d98 19:26:51 ---> Running in e4dd6f9d0f07 19:26:51 Removing intermediate container a4082deebfcc 19:26:51 ---> 0ccd961146fb 19:26:51 Step 26/26 : LABEL version=0.0.0 19:26:51 ---> Running in a43285474008 19:26:52 Removing intermediate container bd2e49f51d98 19:26:52 ---> a921652a448e 19:26:52 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:26:52 Removing intermediate container e4dd6f9d0f07 19:26:52 ---> 373e5864682a 19:26:52 19:26:52 ---> Running in f5f5dffdd252 19:26:52 Removing intermediate container a43285474008 19:26:52 ---> ea56ddbd7461 19:26:52 19:26:53 Removing intermediate container f5f5dffdd252 19:26:53 ---> ac62cb1abff3 19:26:53 Step 24/26 : LABEL arch=arm64 19:26:53 ---> Running in 5369507f6d00 19:26:53 Successfully built 373e5864682a 19:26:53 Successfully tagged security-spire-server-arm64:latest 19:26:53 Building sys-mgmt-agent 19:26:53  Building security-spire-server ... done Successfully built ea56ddbd7461 19:26:53 Successfully tagged security-spire-config-arm64:latest 19:26:53  Building security-spire-config ... done Building security-bootstrapper 19:26:53 Removing intermediate container 5369507f6d00 19:26:53 ---> 6309ec8858c4 19:26:53 Step 25/26 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:26:53 ---> Running in 485200a3202d 19:26:54 Removing intermediate container 485200a3202d 19:26:54 ---> 3b4be4e4647f 19:26:54 Step 26/26 : LABEL version=0.0.0 19:26:54 ---> Running in 6a9dadfa8f51 19:26:54 Removing intermediate container 6a9dadfa8f51 19:26:54 ---> a195c0b0f392 19:26:54 19:26:55 Successfully built a195c0b0f392 19:26:55 Successfully tagged security-spire-agent-arm64:latest 19:26:55  Building security-spire-agent ... done Building security-spiffe-token-provider 19:27:27 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:27:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:27:27 ---> 9a3650170300 19:27:27 Step 3/23 : WORKDIR /edgex-go 19:27:27 ---> Using cache 19:27:27 ---> c2fa1d916a6e 19:27:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:27 ---> Using cache 19:27:27 ---> cbfd4fba0217 19:27:27 Step 5/23 : RUN apk add --update --no-cache make bash git 19:27:27 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:27:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:27:27 ---> 9a3650170300 19:27:27 Step 3/20 : WORKDIR /edgex-go 19:27:27 ---> Using cache 19:27:27 ---> c2fa1d916a6e 19:27:27 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:27:27 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:27:27 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:27:27 ---> 9a3650170300 19:27:27 Step 3/33 : WORKDIR /edgex-go 19:27:27 ---> Using cache 19:27:27 ---> c2fa1d916a6e 19:27:27 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:27 ---> Using cache 19:27:27 ---> cbfd4fba0217 19:27:27 Step 5/33 : RUN apk add --update --no-cache make git 19:27:27 ---> Running in d1a7e1817fcc 19:27:27 ---> Running in 30726a3ddbbb 19:27:27 ---> Running in 13bcb8e904c8 19:27:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:32 v3.16.2-281-gb110f0d9eb [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:27:32 v3.16.2-280-gc8f18190c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:27:32 OK: 16892 distinct packages available 19:27:32 OK: 221 MiB in 51 packages 19:27:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:27:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:27:33 OK: 221 MiB in 51 packages 19:27:34 OK: 221 MiB in 51 packages 19:27:34 Removing intermediate container 30726a3ddbbb 19:27:34 ---> a25e8e3bfd20 19:27:34 Step 6/33 : COPY go.mod vendor* ./ 19:27:34 Removing intermediate container d1a7e1817fcc 19:27:34 ---> 068527ca8dbf 19:27:34 Step 6/23 : COPY go.mod vendor* ./ 19:27:36 Removing intermediate container 13bcb8e904c8 19:27:36 ---> c1134b0daa0b 19:27:36 Step 5/20 : COPY go.mod vendor* ./ 19:27:36 ---> 5e53ff7e6fcf 19:27:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:27:36 ---> 614d9e78835d 19:27:36 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:27:36 ---> Running in b2e288ae991f 19:27:36 ---> Running in 60c279709bac 19:27:38 ---> f355a4cedf55 19:27:38 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:27:38 ---> Running in 9a2482ff935c 19:29:15 Removing intermediate container 60c279709bac 19:29:15 ---> 2535e8ffb246 19:29:15 Step 8/33 : COPY . . 19:29:15 Removing intermediate container b2e288ae991f 19:29:15 ---> e20c4819d231 19:29:15 Step 8/23 : COPY . . 19:29:15 Removing intermediate container 9a2482ff935c 19:29:15 ---> 430301dbe437 19:29:15 Step 7/20 : COPY . . 19:29:27 ---> c45fb2bb0350 19:29:27 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:29:27 ---> 43e542822c35 19:29:27 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:29:27 ---> Running in c17b3bbefbd7 19:29:27 ---> Running in 5b418edfeb9a 19:29:27 ---> 5dcb13f2adaa 19:29:27 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:29:27 ---> Running in 359e0dc82e49 19:29:29 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:29:29 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:29:30 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:29: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/secrets-config ./cmd/secrets-config 19:30:19 Removing intermediate container b05b29a5788f 19:30:19 ---> cea9bcb050df 19:30:19 19:30:19 Step 10/22 : FROM alpine:3.16 19:30:19 3.16: Pulling from library/alpine 19:30:19 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:30:19 Status: Downloaded newer image for alpine:3.16 19:30:19 ---> a6215f271958 19:30:19 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:30:19 ---> Running in 43b7b62ab630 19:30:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:30:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:30:21 (1/6) Installing ca-certificates (20220614-r0) 19:30:21 (2/6) Installing brotli-libs (1.0.9-r6) 19:30:21 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:30:21 (4/6) Installing libcurl (7.83.1-r3) 19:30:21 (5/6) Installing curl (7.83.1-r3) 19:30:21 (6/6) Installing dumb-init (1.2.5-r1) 19:30:21 Executing busybox-1.35.0-r17.trigger 19:30:21 Executing ca-certificates-20220614-r0.trigger 19:30:21 OK: 8 MiB in 20 packages 19:30:24 Removing intermediate container 43b7b62ab630 19:30:24 ---> d7358a88be53 19:30:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:30:24 ---> Running in 3c3f29d500cc 19:30:25 Removing intermediate container 3c3f29d500cc 19:30:25 ---> d54517f9afe8 19:30:25 Step 13/22 : WORKDIR /edgex 19:30:25 ---> Running in a8205891ea6c 19:30:25 Removing intermediate container a8205891ea6c 19:30:25 ---> 1d0f6cc3e2a6 19:30:25 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:30:26 ---> 2cd743a8bb2f 19:30:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:30:28 ---> d56f94b072e3 19:30:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:30:29 ---> f4a982845df3 19:30:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:30:30 ---> c1e8a80e874b 19:30:30 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:30:30 ---> Running in 2acacbf80482 19:30:34 Removing intermediate container 2acacbf80482 19:30:34 ---> c22d295ac9d3 19:30:34 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:30:34 ---> Running in d6ad6cf5e249 19:30:34 Removing intermediate container d6ad6cf5e249 19:30:34 ---> fe83a258da9f 19:30:34 Step 20/22 : LABEL arch=arm64 19:30:34 ---> Running in fba96808e548 19:30:35 Removing intermediate container fba96808e548 19:30:35 ---> 9692fb6c3f9d 19:30:35 Step 21/22 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:30:35 ---> Running in f8fe5d9c95d3 19:30:35 Removing intermediate container f8fe5d9c95d3 19:30:35 ---> fb37951b875d 19:30:35 Step 22/22 : LABEL version=0.0.0 19:30:35 ---> Running in 88c154055098 19:30:36 Removing intermediate container 88c154055098 19:30:36 ---> 86a90286e275 19:30:36 19:30:36 Successfully built 86a90286e275 19:30:36 Successfully tagged security-proxy-setup-arm64:latest 19:30:36  Building security-proxy-setup ... done Building core-metadata 19:30:54 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:30:54 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:30:54 ---> 9a3650170300 19:30:54 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:30:54 ---> Using cache 19:30:54 ---> 1d95f54ef1a9 19:30:54 Step 4/25 : WORKDIR /edgex-go 19:30:54 ---> Using cache 19:30:54 ---> 2456f25efb28 19:30:54 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:54 ---> Using cache 19:30:54 ---> bffeda3cb3f8 19:30:54 Step 6/25 : RUN apk add --update --no-cache make git 19:30:54 ---> Running in 89ef7651e4ef 19:30:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:30:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:30:57 OK: 221 MiB in 51 packages 19:30:58 Removing intermediate container 89ef7651e4ef 19:30:58 ---> f3e9d64e60f6 19:30:58 Step 7/25 : COPY go.mod vendor* ./ 19:31:00 ---> 05c8303df0f6 19:31:00 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:00 ---> Running in d8db2fb41dff 19:31:56 Removing intermediate container d558014c9daa 19:31:56 ---> 5178a4359b7a 19:31:56 19:31:56 Step 11/24 : FROM alpine:3.16 19:31:56 ---> a6215f271958 19:31:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:31:56 ---> Running in eb9ba5ace89a 19:31:56 Removing intermediate container eb9ba5ace89a 19:31:56 ---> 816bc480a182 19:31:56 Step 13/24 : ENV APP_PORT=59880 19:31:56 ---> Running in 208abd0007c7 19:31:56 Removing intermediate container 208abd0007c7 19:31:56 ---> f626ec059573 19:31:56 Step 14/24 : EXPOSE $APP_PORT 19:31:56 ---> Running in 1b43a8a05fc7 19:31:56 Removing intermediate container 1b43a8a05fc7 19:31:56 ---> 0461fc780c7e 19:31:56 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:56 ---> Running in a8aa6df17bc1 19:31:56 Removing intermediate container a8aa6df17bc1 19:31:56 ---> 6de0e323ee77 19:31:56 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:31:56 ---> Running in 06cda01f77ba 19:31:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:01 (1/6) Installing dumb-init (1.2.5-r1) 19:32:01 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:32:02 (3/6) Installing libsodium (1.0.18-r0) 19:32:02 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:32:02 (5/6) Installing libzmq (4.3.4-r0) 19:32:02 (6/6) Installing zeromq (4.3.4-r0) 19:32:02 Executing busybox-1.35.0-r17.trigger 19:32:02 OK: 8 MiB in 20 packages 19:32:04 Removing intermediate container 06cda01f77ba 19:32:04 ---> 29b7b250b91e 19:32:04 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:32:05 ---> 2491657f809a 19:32:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:32:07 Removing intermediate container d8db2fb41dff 19:32:07 ---> af5c10a86800 19:32:07 Step 9/25 : COPY . . 19:32:08 ---> 85e73e1e23fd 19:32:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:32:10 ---> 0f34bee03952 19:32:10 Step 20/24 : ENTRYPOINT ["/core-data"] 19:32:10 ---> Running in 168de34c7ffa 19:32:10 Removing intermediate container 168de34c7ffa 19:32:10 ---> 28f1f45cda9f 19:32:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:32:11 ---> Running in 21713dfffb56 19:32:11 Removing intermediate container 21713dfffb56 19:32:11 ---> a8805b1e1680 19:32:11 Step 22/24 : LABEL arch=arm64 19:32:12 ---> Running in a52c1013ae35 19:32:12 Removing intermediate container a52c1013ae35 19:32:12 ---> 0c8d4ba4531f 19:32:12 Step 23/24 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:32:12 ---> Running in 75730f8b5e88 19:32:13 Removing intermediate container 75730f8b5e88 19:32:13 ---> a3335ba3d379 19:32:13 Step 24/24 : LABEL version=0.0.0 19:32:13 ---> Running in 695685eb8091 19:32:14 Removing intermediate container 695685eb8091 19:32:14 ---> 5f9c61991037 19:32:14 19:32:14 Successfully built 5f9c61991037 19:32:14 Successfully tagged core-data-arm64:latest 19:32:14 Building security-secretstore-setup 19:32:23  Building core-data ... done  ---> 44b9503086b9 19:32:23 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:32:23 ---> Running in 7c5da6f77916 19:32:25 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:32:32 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:32 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:32:32 ---> 9a3650170300 19:32:32 Step 3/25 : WORKDIR /edgex-go 19:32:32 ---> Using cache 19:32:32 ---> c2fa1d916a6e 19:32:32 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:32 ---> Using cache 19:32:32 ---> cbfd4fba0217 19:32:32 Step 5/25 : RUN apk add --update --no-cache make git 19:32:32 ---> Using cache 19:32:32 ---> a25e8e3bfd20 19:32:32 Step 6/25 : COPY go.mod vendor* ./ 19:32:32 ---> Using cache 19:32:32 ---> 614d9e78835d 19:32:32 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:32 ---> Using cache 19:32:32 ---> 2535e8ffb246 19:32:32 Step 8/25 : COPY . . 19:32:32 ---> Using cache 19:32:32 ---> 43e542822c35 19:32:32 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:32:32 ---> Running in 3853da1750ac 19:32:34 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:34:56 Removing intermediate container 5b418edfeb9a 19:34:56 ---> 8f78d4c55077 19:34:56 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:34:56 ---> Running in 454128ac53e5 19:34: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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:34:57 Removing intermediate container 454128ac53e5 19:34:57 ---> 475d568f5a11 19:34:57 19:34:57 Step 11/23 : FROM alpine:3.16 19:34:57 ---> a6215f271958 19:34:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:34:57 ---> Running in f0b4a7309012 19:34:58 Removing intermediate container f0b4a7309012 19:34:58 ---> 6c89a7fdf740 19:34:58 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:34:58 ---> Running in 84cb7a89e939 19:35:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:35:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:35:02 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:35:02 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:35:02 (3/33) Installing readline (8.1.2-r0) 19:35:02 (4/33) Installing bash (5.1.16-r2) 19:35:02 Executing bash-5.1.16-r2.post-install 19:35:02 (5/33) Installing ca-certificates (20220614-r0) 19:35:02 (6/33) Installing brotli-libs (1.0.9-r6) 19:35:02 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:35:02 (8/33) Installing libcurl (7.83.1-r3) 19:35:02 (9/33) Installing curl (7.83.1-r3) 19:35:02 (10/33) Installing docker-cli (20.10.18-r1) 19:35:03 (11/33) Installing dumb-init (1.2.5-r1) 19:35:03 (12/33) Installing libbz2 (1.0.8-r1) 19:35:03 (13/33) Installing expat (2.4.9-r0) 19:35:03 (14/33) Installing libffi (3.4.2-r1) 19:35:03 (15/33) Installing gdbm (1.23-r0) 19:35:03 (16/33) Installing xz-libs (5.2.5-r1) 19:35:03 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:35:03 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:35:03 (19/33) Installing mpdecimal (2.5.1-r1) 19:35:03 (20/33) Installing sqlite-libs (3.38.5-r0) 19:35:03 (21/33) Installing python3 (3.10.5-r0) 19:35:07 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:35:07 (23/33) Installing py3-tomli (2.0.1-r1) 19:35:07 (24/33) Installing py3-pep517 (0.12.0-r2) 19:35:07 (25/33) Installing py3-six (1.16.0-r1) 19:35:07 (26/33) Installing py3-retrying (1.3.3-r3) 19:35:07 (27/33) Installing py3-appdirs (1.4.4-r3) 19:35:07 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:35:07 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:35:07 (30/33) Installing py3-parsing (2.4.7-r3) 19:35:07 (31/33) Installing py3-packaging (21.3-r0) 19:35:07 (32/33) Installing py3-setuptools (59.4.0-r0) 19:35:07 (33/33) Installing py3-pip (22.1.1-r0) 19:35:08 Executing busybox-1.35.0-r17.trigger 19:35:08 Executing ca-certificates-20220614-r0.trigger 19:35:09 OK: 120 MiB in 47 packages 19:35:12 Removing intermediate container c17b3bbefbd7 19:35:12 ---> b9bf428333b3 19:35:12 19:35:12 Step 10/33 : FROM alpine:3.16 19:35:12 ---> a6215f271958 19:35:12 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:35:12 ---> Running in bb5a5e8eb698 19:35:12 Removing intermediate container bb5a5e8eb698 19:35:12 ---> db1e07282ed6 19:35:12 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:35:12 ---> Running in ecd87581a6d6 19:35:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:35:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:35:16 (1/2) Installing dumb-init (1.2.5-r1) 19:35:16 (2/2) Installing su-exec (0.2-r1) 19:35:16 Executing busybox-1.35.0-r17.trigger 19:35:16 OK: 5 MiB in 16 packages 19:35:18 Removing intermediate container ecd87581a6d6 19:35:18 ---> c1124fd761c7 19:35:18 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:35:18 ---> Running in fb46d267ba18 19:35:18 Removing intermediate container fb46d267ba18 19:35:18 ---> 8218aaa0f213 19:35:18 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:35:19 ---> Running in 2169dca88c56 19:35:19 Removing intermediate container 2169dca88c56 19:35:19 ---> 9168d7c25f67 19:35:19 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:35:19 ---> Running in e8ec9e5b7072 19:35:20 Removing intermediate container e8ec9e5b7072 19:35:20 ---> f0b75f3a0105 19:35:20 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:35:20 ---> Running in 705b6b99cd63 19:35:20 Removing intermediate container 705b6b99cd63 19:35:20 ---> 73ab9e023108 19:35:20 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:35:20 ---> Running in 7b42ff56e20f 19:35:24 Removing intermediate container 7b42ff56e20f 19:35:24 ---> 86f7a2270a36 19:35:24 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:35:24 ---> Running in ccbdfa87608a 19:35:24 Removing intermediate container ccbdfa87608a 19:35:24 ---> c6442cc16d69 19:35:24 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:35:25 ---> b2bdc43999eb 19:35:25 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:35:25 ---> Running in 3044fbd8e404 19:35:28 Collecting docker-compose==1.23.2 19:35:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:35:28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 6.8 MB/s eta 0:00:00 19:35:28 Collecting dockerpty<0.5,>=0.4.1 19:35:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:35:28 Preparing metadata (setup.py): started 19:35:29 Removing intermediate container 3044fbd8e404 19:35:29 ---> b89f9361a329 19:35:29 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:35:30 ---> 0200efe45dac 19:35:30 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:35:31 Preparing metadata (setup.py): finished with status 'done' 19:35:31 Collecting texttable<0.10,>=0.9.0 19:35:31 Downloading texttable-0.9.1.tar.gz (11 kB) 19:35:31 Preparing metadata (setup.py): started 19:35:31 ---> cfbe38c312b2 19:35:31 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:35:32 ---> 2c11b40db926 19:35:32 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:35:33 ---> f96a990b9311 19:35:33 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:35:34 Preparing metadata (setup.py): finished with status 'done' 19:35:34 Collecting docopt<0.7,>=0.6.1 19:35:34 Downloading docopt-0.6.2.tar.gz (25 kB) 19:35:34 ---> bda5e592a0aa 19:35:34 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:35:34 Preparing metadata (setup.py): started 19:35:35 ---> 3749ab78f6fd 19:35:35 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:35:36 ---> 0c2eeafb7c19 19:35:36 Step 28/33 : RUN chmod +x /entrypoint.sh 19:35:36 ---> Running in 0cc178a92e9b 19:35:38 Preparing metadata (setup.py): finished with status 'done' 19:35:38 Collecting websocket-client<1.0,>=0.32.0 19:35:38 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:35:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 16.5 MB/s eta 0:00:00 19:35:38 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:35:38 Collecting cached-property<2,>=1.2.0 19:35:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:35:39 Collecting docker<4.0,>=3.6.0 19:35:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:35:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 17.1 MB/s eta 0:00:00 19:35:39 Removing intermediate container 0cc178a92e9b 19:35:39 ---> 90db8649a8ff 19:35:39 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:35:39 ---> Running in 468e34a24a62 19:35:40 Removing intermediate container 468e34a24a62 19:35:40 ---> 1aa12ca793a6 19:35:40 Step 30/33 : CMD ["gate"] 19:35:40 ---> Running in 9f6d81bc4351 19:35:40 Collecting PyYAML<4,>=3.10 19:35:40 Downloading PyYAML-3.13.tar.gz (270 kB) 19:35:40 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 9.8 MB/s eta 0:00:00 19:35:41 Removing intermediate container 9f6d81bc4351 19:35:41 ---> 9ea68b24f258 19:35:41 Step 31/33 : LABEL arch=arm64 19:35:41 ---> Running in 1ec93ff3360d 19:35:41 Removing intermediate container 1ec93ff3360d 19:35:41 ---> b208d9ec9f8d 19:35:41 Step 32/33 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:35:41 ---> Running in e9a4eefef036 19:35:42 Removing intermediate container e9a4eefef036 19:35:42 ---> 5a2c45366c56 19:35:42 Step 33/33 : LABEL version=0.0.0 19:35:42 ---> Running in e7820314e046 19:35:42 Removing intermediate container e7820314e046 19:35:42 ---> 5b9bd6ca7650 19:35:42 19:35:43 Successfully built 5b9bd6ca7650 19:35:43 Successfully tagged security-bootstrapper-arm64:latest 19:35:43  Building security-bootstrapper ... done Building support-scheduler 19:35:43 Preparing metadata (setup.py): started 19:35:45 Preparing metadata (setup.py): finished with status 'done' 19:35:45 Collecting jsonschema<3,>=2.5.1 19:35:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:35:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:35:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:35:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 18.4 MB/s eta 0:00:00 19:35:47 Collecting docker-pycreds>=0.4.0 19:35:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:35:49 Collecting certifi>=2017.4.17 19:35:49 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 19:35:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 5.9 MB/s eta 0:00:00 19:35:49 Collecting idna<2.8,>=2.5 19:35:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:35:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 18.9 MB/s eta 0:00:00 19:35:50 Collecting urllib3<1.25,>=1.21.1 19:35:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:35:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 17.9 MB/s eta 0:00:00 19:35:50 Collecting chardet<3.1.0,>=3.0.2 19:35:50 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:35:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 9.8 MB/s eta 0:00:00 19:35:51 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:35:51 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:35:51 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:35:51 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:35:52 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:35:52 Running setup.py install for texttable: started 19:35:57 Running setup.py install for texttable: finished with status 'done' 19:35:57 Running setup.py install for PyYAML: started 19:35:58 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:35:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:35:58 ---> 9a3650170300 19:35:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:35:58 ---> Using cache 19:35:58 ---> 1d95f54ef1a9 19:35:58 Step 4/23 : WORKDIR /edgex-go 19:35:58 ---> Using cache 19:35:58 ---> 2456f25efb28 19:35:58 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:58 ---> Using cache 19:35:58 ---> bffeda3cb3f8 19:35:58 Step 6/23 : RUN apk add --update --no-cache make git 19:35:58 ---> Using cache 19:35:58 ---> f3e9d64e60f6 19:35:58 Step 7/23 : COPY go.mod vendor* ./ 19:35:58 ---> Using cache 19:35:58 ---> 05c8303df0f6 19:35:58 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:58 ---> Using cache 19:35:58 ---> af5c10a86800 19:35:58 Step 9/23 : COPY . . 19:35:58 ---> Using cache 19:35:58 ---> 44b9503086b9 19:35:58 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:35:59 ---> Running in 808d41706d3a 19:36:01 Running setup.py install for PyYAML: finished with status 'done' 19:36:01 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:36:02 Running setup.py install for docopt: started 19:36:05 Running setup.py install for docopt: finished with status 'done' 19:36:09 Running setup.py install for dockerpty: started 19:36:11 Running setup.py install for dockerpty: finished with status 'done' 19:36:15 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:36:15 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 19:36:30 Removing intermediate container 84cb7a89e939 19:36:30 ---> 92490b3046f5 19:36:30 Step 14/23 : ENV APP_PORT=58890 19:36:30 ---> Running in 8fbb1b40b464 19:36:30 Removing intermediate container 8fbb1b40b464 19:36:30 ---> 0e4395390d6e 19:36:30 Step 15/23 : EXPOSE $APP_PORT 19:36:30 ---> Running in 73adbc2964de 19:36:31 Removing intermediate container 73adbc2964de 19:36:31 ---> 0cfee54383b8 19:36:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:36:32 ---> 415b2f03e0cc 19:36:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:36:33 ---> da682007dbbd 19:36:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:36:34 ---> 92984d7de74f 19:36:34 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:36:34 ---> Running in 7b8b0e9e0088 19:36:34 Removing intermediate container 7b8b0e9e0088 19:36:34 ---> 537b7a1b6394 19:36:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:36:34 ---> Running in 18a1be4e6181 19:36:35 Removing intermediate container 18a1be4e6181 19:36:35 ---> 658a2bffd7d1 19:36:35 Step 21/23 : LABEL arch=arm64 19:36:35 ---> Running in 662c015f9bf2 19:36:36 Removing intermediate container 662c015f9bf2 19:36:36 ---> 6f44f254c7bf 19:36:36 Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:36:36 ---> Running in 505a801881d1 19:36:36 Removing intermediate container 505a801881d1 19:36:36 ---> f53c15425e8c 19:36:36 Step 23/23 : LABEL version=0.0.0 19:36:36 ---> Running in f760068da28f 19:36:37 Removing intermediate container f760068da28f 19:36:37 ---> 6a5a7f6874b5 19:36:37 19:36:37 Successfully built 6a5a7f6874b5 19:36:37 Successfully tagged sys-mgmt-agent-arm64:latest 19:36:37  Building sys-mgmt-agent ... done Building support-notifications 19:36:55 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:36:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:36:55 ---> 9a3650170300 19:36:55 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:36:55 ---> Using cache 19:36:55 ---> 1d95f54ef1a9 19:36:55 Step 4/23 : WORKDIR /edgex-go 19:36:55 ---> Using cache 19:36:55 ---> 2456f25efb28 19:36:55 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:36:55 ---> Using cache 19:36:55 ---> bffeda3cb3f8 19:36:55 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:36:55 ---> Running in 608ba1bf4b43 19:36:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:36:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:36:58 OK: 221 MiB in 51 packages 19:36:59 Removing intermediate container 608ba1bf4b43 19:36:59 ---> 4c18bb9f7630 19:36:59 Step 7/23 : COPY go.mod vendor* ./ 19:37:00 ---> 604927f4ae56 19:37:00 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:00 ---> Running in 05469ab5c41a 19:37:15 Removing intermediate container 359e0dc82e49 19:37:15 ---> ccb7810b9835 19:37:15 19:37:15 Step 9/20 : FROM alpine:3.15 19:37:15 ---> 02e0d6fdf486 19:37:15 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:37:15 ---> Using cache 19:37:15 ---> 414a86b03471 19:37:15 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:37:15 ---> Using cache 19:37:15 ---> 88556f2f2149 19:37:15 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:37:16 ---> Running in 6f669f9599be 19:37:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:37:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:37:20 v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:37:20 v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:37:20 OK: 15734 distinct packages available 19:37:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:37:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:37:22 (1/9) Installing ca-certificates (20220614-r0) 19:37:23 (2/9) Installing brotli-libs (1.0.9-r5) 19:37:23 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:37:23 (4/9) Installing libcurl (7.80.0-r3) 19:37:23 (5/9) Installing curl (7.80.0-r3) 19:37:23 (6/9) Installing dumb-init (1.2.5-r1) 19:37:23 (7/9) Installing musl-obstack (1.2.3-r0) 19:37:23 (8/9) Installing libucontext (1.1-r0) 19:37:23 (9/9) Installing gcompat (1.0.0-r4) 19:37:23 Executing busybox-1.34.1-r7.trigger 19:37:23 Executing ca-certificates-20220614-r0.trigger 19:37:24 OK: 8 MiB in 23 packages 19:37:27 Removing intermediate container 6f669f9599be 19:37:27 ---> 9c83df6ad977 19:37:27 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:37:28 ---> 69f704ddc66d 19:37:28 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:37:31 ---> b980fb6b22f2 19:37:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:37:31 ---> 058ec4fc9f1b 19:37:31 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:37:31 ---> Running in a92faba0cdc3 19:37:32 Removing intermediate container a92faba0cdc3 19:37:32 ---> 77d1087f83cd 19:37:32 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:37:32 ---> Running in 4c838a4374a8 19:37:33 Removing intermediate container 4c838a4374a8 19:37:33 ---> 6452ce5d1cad 19:37:33 Step 18/20 : LABEL arch=arm64 19:37:33 ---> Running in 6278907178e2 19:37:33 Removing intermediate container 6278907178e2 19:37:33 ---> 32d2a378c9e4 19:37:33 Step 19/20 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:37:33 ---> Running in 15ddfe5b6175 19:37:34 Removing intermediate container 15ddfe5b6175 19:37:34 ---> 57e21340a4c4 19:37:34 Step 20/20 : LABEL version=0.0.0 19:37:34 ---> Running in 50dc2d8439c6 19:37:34 Removing intermediate container 50dc2d8439c6 19:37:34 ---> a6b377ce5c5c 19:37:34 19:37:35 Successfully built a6b377ce5c5c 19:37:35 Successfully tagged security-spiffe-token-provider-arm64:latest 19:37:35  Building security-spiffe-token-provider ... done Building core-command 19:37:57 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:37:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:37:57 ---> 9a3650170300 19:37:57 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:37:57 ---> Using cache 19:37:57 ---> 1d95f54ef1a9 19:37:57 Step 4/24 : WORKDIR /edgex-go 19:37:57 ---> Using cache 19:37:57 ---> 2456f25efb28 19:37:57 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:37:57 ---> Using cache 19:37:57 ---> bffeda3cb3f8 19:37:57 Step 6/24 : RUN apk add --update --no-cache make git 19:37:57 ---> Using cache 19:37:57 ---> f3e9d64e60f6 19:37:57 Step 7/24 : COPY go.mod vendor* ./ 19:37:57 ---> Using cache 19:37:57 ---> 05c8303df0f6 19:37:57 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:57 ---> Using cache 19:37:57 ---> af5c10a86800 19:37:57 Step 9/24 : COPY . . 19:37:57 ---> Using cache 19:37:57 ---> 44b9503086b9 19:37:57 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:37:57 ---> Running in 3fd03bec1741 19:37: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:37:59 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:38:03 Removing intermediate container 05469ab5c41a 19:38:03 ---> 915ad58901b1 19:38:03 Step 9/23 : COPY . . 19:38:15 ---> a23fcdb60c00 19:38:15 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:38:15 ---> Running in d6bce3afc19a 19:38:17 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:38:21 Removing intermediate container 3853da1750ac 19:38:21 ---> b34d9c85e6c7 19:38:21 19:38:21 Step 10/25 : FROM alpine:3.16 19:38:21 ---> a6215f271958 19:38:21 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:38:21 ---> Running in 36a361df28f9 19:38:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:38:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:38:25 (1/3) Installing ca-certificates (20220614-r0) 19:38:25 (2/3) Installing dumb-init (1.2.5-r1) 19:38:25 (3/3) Installing su-exec (0.2-r1) 19:38:25 Executing busybox-1.35.0-r17.trigger 19:38:25 Executing ca-certificates-20220614-r0.trigger 19:38:25 OK: 6 MiB in 17 packages 19:38:27 Removing intermediate container 36a361df28f9 19:38:27 ---> 46022fdf8171 19:38:27 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:38:27 ---> Running in f2ee98965f62 19:38:28 Removing intermediate container f2ee98965f62 19:38:28 ---> 3cc9520ad8d7 19:38:28 Step 13/25 : WORKDIR / 19:38:28 ---> Running in 68c3958a5029 19:38:28 Removing intermediate container 68c3958a5029 19:38:28 ---> c93a5e43e86e 19:38:28 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:38:29 ---> 54ec8aadaaaa 19:38:29 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:38:30 ---> 32ceaf12356a 19:38:30 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:38:31 ---> da17c475d106 19:38:31 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:38:32 ---> fab9357f66bd 19:38:32 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:38:34 ---> 317df6f25305 19:38:34 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:38:35 ---> b1799ffab7b2 19:38:35 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:38:36 ---> 51892d8db0b6 19:38:36 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:38:36 ---> Running in 39ed139639cf 19:38:39 Removing intermediate container 39ed139639cf 19:38:39 ---> bf443be99f88 19:38:39 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:38:39 ---> Running in b73301f5b229 19:38:40 Removing intermediate container b73301f5b229 19:38:40 ---> 4d0e952ca6db 19:38:40 Step 23/25 : LABEL arch=arm64 19:38:40 ---> Running in fa5070c10605 19:38:40 Removing intermediate container fa5070c10605 19:38:40 ---> 8a551957df83 19:38:40 Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:38:40 ---> Running in a26036c5ee61 19:38:41 Removing intermediate container a26036c5ee61 19:38:41 ---> cb9d62f0ccba 19:38:41 Step 25/25 : LABEL version=0.0.0 19:38:41 ---> Running in 4541d013322f 19:38:41 Removing intermediate container 4541d013322f 19:38:41 ---> e4f61597222e 19:38:41 19:38:42 Successfully built e4f61597222e 19:38:42 Successfully tagged security-secretstore-setup-arm64:latest 19:39:00  Building security-secretstore-setup ... done Removing intermediate container 7c5da6f77916 19:39:00 ---> 86096ed495bd 19:39:00 19:39:00 Step 11/25 : FROM alpine:3.16 19:39:00 ---> a6215f271958 19:39:00 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:39:00 ---> Running in aaf457fafeb4 19:39:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:02 (1/1) Installing dumb-init (1.2.5-r1) 19:39:02 Executing busybox-1.35.0-r17.trigger 19:39:02 OK: 5 MiB in 15 packages 19:39:03 Removing intermediate container aaf457fafeb4 19:39:03 ---> 6163c8844cb8 19:39:03 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:39:03 ---> Running in 0bd6ae864da0 19:39:04 Removing intermediate container 0bd6ae864da0 19:39:04 ---> 9751a46badb9 19:39:04 Step 14/25 : ENV APP_PORT=59881 19:39:04 ---> Running in f726db3f4883 19:39:04 Removing intermediate container f726db3f4883 19:39:04 ---> 23990211fbab 19:39:04 Step 15/25 : EXPOSE $APP_PORT 19:39:04 ---> Running in 6f581a2f52de 19:39:05 Removing intermediate container 6f581a2f52de 19:39:05 ---> 70fc03097aec 19:39:05 Step 16/25 : WORKDIR / 19:39:05 ---> Running in 2a1913ba028d 19:39:06 Removing intermediate container 2a1913ba028d 19:39:06 ---> 15d017d76e0a 19:39:06 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:07 ---> 7b527201cebb 19:39:07 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:39:08 ---> 7875ee732606 19:39:08 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:39:09 ---> 6b84fb0c58e4 19:39:09 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:39:10 ---> e09c29515e63 19:39:10 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:39:10 ---> Running in 5044ecfbc4f3 19:39:11 Removing intermediate container 5044ecfbc4f3 19:39:11 ---> c7d32928122c 19:39:11 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:39:11 ---> Running in 205e015f99d2 19:39:11 Removing intermediate container 205e015f99d2 19:39:11 ---> aecc562bf20e 19:39:11 Step 23/25 : LABEL arch=arm64 19:39:11 ---> Running in 4f0f31c3c1a1 19:39:12 Removing intermediate container 4f0f31c3c1a1 19:39:12 ---> 08380f96ee02 19:39:12 Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:39:12 ---> Running in 2c1b7e44afb7 19:39:13 Removing intermediate container 2c1b7e44afb7 19:39:13 ---> 165c179bff30 19:39:13 Step 25/25 : LABEL version=0.0.0 19:39:13 ---> Running in 9db2833d3f10 19:39:13 Removing intermediate container 9db2833d3f10 19:39:13 ---> 8255807dea35 19:39:13 19:39:13 Successfully built 8255807dea35 19:39:13 Successfully tagged core-metadata-arm64:latest 19:42:05  Building core-metadata ... done Removing intermediate container 3fd03bec1741 19:42:05 ---> aa8817c14211 19:42:05 19:42:05 Step 11/24 : FROM alpine:3.16 19:42:05 ---> a6215f271958 19:42:05 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:42:05 ---> Using cache 19:42:05 ---> 6163c8844cb8 19:42:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:42:05 ---> Using cache 19:42:05 ---> 9751a46badb9 19:42:05 Step 14/24 : ENV APP_PORT=59882 19:42:05 ---> Running in a1ed347aa34e 19:42:05 Removing intermediate container a1ed347aa34e 19:42:05 ---> 4952d0d834f0 19:42:05 Step 15/24 : EXPOSE $APP_PORT 19:42:05 ---> Running in 2d849c1e7947 19:42:05 Removing intermediate container 2d849c1e7947 19:42:05 ---> fa573b749c20 19:42:05 Step 16/24 : WORKDIR / 19:42:05 ---> Running in 295b1371bd72 19:42:05 Removing intermediate container 295b1371bd72 19:42:05 ---> ad87ee6ca8df 19:42:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:42:05 ---> 6d5ece82a682 19:42:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:42:05 ---> 6293e12279b1 19:42:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:42:06 ---> 7f88a36ca846 19:42:06 Step 20/24 : ENTRYPOINT ["/core-command"] 19:42:06 ---> Running in ccecddf96582 19:42:07 Removing intermediate container ccecddf96582 19:42:07 ---> 0a2509e0495c 19:42:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:42:07 ---> Running in 25bf8d8474d4 19:42:07 Removing intermediate container 25bf8d8474d4 19:42:07 ---> a9371be50165 19:42:07 Step 22/24 : LABEL arch=arm64 19:42:07 ---> Running in 817ec8800466 19:42:08 Removing intermediate container 817ec8800466 19:42:08 ---> d456bff247e1 19:42:08 Step 23/24 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:42:08 ---> Running in 524a7be7d484 19:42:09 Removing intermediate container 524a7be7d484 19:42:09 ---> fc400ac73d6e 19:42:09 Step 24/24 : LABEL version=0.0.0 19:42:09 ---> Running in 26dc7d4e51c3 19:42:10 Removing intermediate container 26dc7d4e51c3 19:42:10 ---> e1d88185e091 19:42:10 19:42:10 Successfully built e1d88185e091 19:42:10 Successfully tagged core-command-arm64:latest 19:42:32  Building core-command ... done Removing intermediate container 808d41706d3a 19:42:32 ---> 55f20ecfcc38 19:42:32 19:42:32 Step 11/23 : FROM alpine:3.16 19:42:32 ---> a6215f271958 19:42:32 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:42:32 ---> Using cache 19:42:32 ---> 6163c8844cb8 19:42:32 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:42:32 ---> Using cache 19:42:32 ---> 9751a46badb9 19:42:32 Step 14/23 : ENV APP_PORT=59861 19:42:32 ---> Running in 771cf56e952b 19:42:32 Removing intermediate container 771cf56e952b 19:42:32 ---> 53bba523f062 19:42:32 Step 15/23 : EXPOSE $APP_PORT 19:42:32 ---> Running in ca9ffc10f07a 19:42:32 Removing intermediate container ca9ffc10f07a 19:42:32 ---> 31dcecdeeac4 19:42:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:42:34 ---> 7fcdddf79cf3 19:42:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:42:35 ---> 058c39f5dd6e 19:42:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:42:36 ---> d9c7b58ecac4 19:42:36 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:42:36 ---> Running in 5ab530a5f77d 19:42:36 Removing intermediate container 5ab530a5f77d 19:42:36 ---> 1bc95907b12d 19:42:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:42:36 ---> Running in cc7b161a5eec 19:42:37 Removing intermediate container cc7b161a5eec 19:42:37 ---> cda8e3d16677 19:42:37 Step 21/23 : LABEL arch=arm64 19:42:37 ---> Running in 0281b8151331 19:42:38 Removing intermediate container 0281b8151331 19:42:38 ---> 8d2051218f9c 19:42:38 Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:42:38 ---> Running in 818f15910150 19:42:38 Removing intermediate container 818f15910150 19:42:38 ---> ce233b3192ed 19:42:38 Step 23/23 : LABEL version=0.0.0 19:42:38 ---> Running in e73af6e7502b 19:42:39 Removing intermediate container e73af6e7502b 19:42:39 ---> b807a181d333 19:42:39 19:42:39 Successfully built b807a181d333 19:42:39 Successfully tagged support-scheduler-arm64:latest 19:43:01  Building support-scheduler ... done Removing intermediate container d6bce3afc19a 19:43:01 ---> 8d230a3cc81f 19:43:01 19:43:01 Step 11/23 : FROM alpine:3.16 19:43:01 ---> a6215f271958 19:43:01 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:43:01 ---> Running in 976591a341ee 19:43:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:43:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:43:01 (1/2) Installing ca-certificates (20220614-r0) 19:43:01 (2/2) Installing dumb-init (1.2.5-r1) 19:43:01 Executing busybox-1.35.0-r17.trigger 19:43:01 Executing ca-certificates-20220614-r0.trigger 19:43:01 OK: 6 MiB in 16 packages 19:43:03 Removing intermediate container 976591a341ee 19:43:03 ---> 868c7c527422 19:43:03 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:43:03 ---> Running in 5498121aec32 19:43:03 Removing intermediate container 5498121aec32 19:43:03 ---> 8e1627a5e3de 19:43:03 Step 14/23 : ENV APP_PORT=59860 19:43:03 ---> Running in 9844df2d9b52 19:43:03 Removing intermediate container 9844df2d9b52 19:43:03 ---> f04f1748f9dc 19:43:03 Step 15/23 : EXPOSE $APP_PORT 19:43:03 ---> Running in d96e9c9a6968 19:43:03 Removing intermediate container d96e9c9a6968 19:43:03 ---> 88cdd189684b 19:43:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:04 ---> b68ac39b387e 19:43:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:43:05 ---> a254b6598bad 19:43:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:43:06 ---> c60103e59b70 19:43:06 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:43:06 ---> Running in 17412dec5070 19:43:06 Removing intermediate container 17412dec5070 19:43:06 ---> 161e5fc9cd2b 19:43:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:06 ---> Running in b032a2f54347 19:43:06 Removing intermediate container b032a2f54347 19:43:06 ---> e3cdc2158e80 19:43:06 Step 21/23 : LABEL arch=arm64 19:43:07 ---> Running in 6e76edab882d 19:43:07 Removing intermediate container 6e76edab882d 19:43:07 ---> f81d050b89af 19:43:07 Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 19:43:07 ---> Running in ecd39486b613 19:43:07 Removing intermediate container ecd39486b613 19:43:07 ---> 15549505d634 19:43:07 Step 23/23 : LABEL version=0.0.0 19:43:07 ---> Running in 5bf32f09d437 19:43:07 Removing intermediate container 5bf32f09d437 19:43:07 ---> 079b6048de19 19:43:07 19:43:08 Successfully built 079b6048de19 19:43:08 Successfully tagged support-notifications-arm64:latest 19:43:08  Building support-notifications ... done  [Pipeline] } 19:43:08 $ docker stop --time=1 1e26c5feac0471a9639c44c1e8aa873e35e746725ab48a1df579dc8849b0172c 19:43:10 $ docker rm -f 1e26c5feac0471a9639c44c1e8aa873e35e746725ab48a1df579dc8849b0172c [Pipeline] // withDockerContainer [Pipeline] sh 19:43:10 + docker images 19:43:10 REPOSITORY TAG IMAGE ID CREATED SIZE 19:43:10 support-notifications-arm64 latest 079b6048de19 3 seconds ago 29.1MB 19:43:10 8d230a3cc81f 14 seconds ago 1.47GB 19:43:10 support-scheduler-arm64 latest b807a181d333 32 seconds ago 28.5MB 19:43:10 55f20ecfcc38 40 seconds ago 1.47GB 19:43:10 core-command-arm64 latest e1d88185e091 About a minute ago 16.8MB 19:43:10 aa8817c14211 About a minute ago 1.41GB 19:43:10 core-metadata-arm64 latest 8255807dea35 3 minutes ago 17.6MB 19:43:10 86096ed495bd 4 minutes ago 1.41GB 19:43:10 security-secretstore-setup-arm64 latest e4f61597222e 4 minutes ago 28.2MB 19:43:10 b34d9c85e6c7 4 minutes ago 1.4GB 19:43:10 security-spiffe-token-provider-arm64 latest a6b377ce5c5c 5 minutes ago 28.4MB 19:43:10 ccb7810b9835 5 minutes ago 1.44GB 19:43:10 sys-mgmt-agent-arm64 latest 6a5a7f6874b5 6 minutes ago 133MB 19:43:10 security-bootstrapper-arm64 latest 5b9bd6ca7650 7 minutes ago 19.1MB 19:43:10 b9bf428333b3 8 minutes ago 1.4GB 19:43:10 475d568f5a11 8 minutes ago 1.39GB 19:43:10 core-data-arm64 latest 5f9c61991037 10 minutes ago 20.7MB 19:43:10 5178a4359b7a 11 minutes ago 1.42GB 19:43:10 security-proxy-setup-arm64 latest 86a90286e275 12 minutes ago 26.5MB 19:43:10 cea9bcb050df 12 minutes ago 1.4GB 19:43:10 security-spire-agent-arm64 latest a195c0b0f392 16 minutes ago 122MB 19:43:10 security-spire-server-arm64 latest 373e5864682a 16 minutes ago 84.3MB 19:43:10 security-spire-config-arm64 latest ea56ddbd7461 16 minutes ago 83.6MB 19:43:10 9acf1505f67b 16 minutes ago 1.28GB 19:43:10 55e1cd7fdf3c 16 minutes ago 1.28GB 19:43:10 4be0de751eed 16 minutes ago 1.28GB 19:43:10 ci-base-image-arm64 latest 9a3650170300 30 minutes ago 942MB 19:43:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 days ago 679MB 19:43:10 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 19:43:10 alpine 3.16 a6215f271958 2 months ago 5.29MB 19:43:10 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:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:43:11 19:43:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:43:12 arm64: Pulling from edgex-lftools-log-publisher 19:43:12 8998bd30e6a1: Pulling fs layer 19:43:12 04944245beec: Pulling fs layer 19:43:12 699f458cf7ca: Pulling fs layer 19:43:12 765212b225bb: Pulling fs layer 19:43:12 f23df028b6ca: Pulling fs layer 19:43:12 d65c8cfc05b1: Pulling fs layer 19:43:12 2437ff75d9bd: Pulling fs layer 19:43:12 f23df028b6ca: Waiting 19:43:12 d65c8cfc05b1: Waiting 19:43:12 765212b225bb: Waiting 19:43:12 2437ff75d9bd: Waiting 19:43:12 04944245beec: Verifying Checksum 19:43:12 04944245beec: Download complete 19:43:12 765212b225bb: Verifying Checksum 19:43:12 765212b225bb: Download complete 19:43:12 f23df028b6ca: Verifying Checksum 19:43:12 f23df028b6ca: Download complete 19:43:12 d65c8cfc05b1: Verifying Checksum 19:43:12 d65c8cfc05b1: Download complete 19:43:12 699f458cf7ca: Verifying Checksum 19:43:12 699f458cf7ca: Download complete 19:43:13 8998bd30e6a1: Verifying Checksum 19:43:13 8998bd30e6a1: Download complete 19:43:15 2437ff75d9bd: Verifying Checksum 19:43:15 2437ff75d9bd: Download complete 19:43:17 8998bd30e6a1: Pull complete 19:43:17 04944245beec: Pull complete 19:43:18 699f458cf7ca: Pull complete 19:43:19 765212b225bb: Pull complete 19:43:19 f23df028b6ca: Pull complete 19:43:19 d65c8cfc05b1: Pull complete 19:43:34 2437ff75d9bd: Pull complete 19:43:34 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:43:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:43:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:43:35 prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container 19:43:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:43:37 $ docker top bbeef0cce728716b9e744649f46417b7bf0e70435a638b3ad5454ce325ddb53c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:43:38 ---> job-cost.sh 19:43:38 lf-activate-venv: SKIPPING 19:43:38 INFO: No Stack... 19:43:39 INFO: Retrieving Pricing Info for: v3-standard-4 19:43:39 INFO: Archiving Costs [Pipeline] sh 19:43:40 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:43:40 + cut -d, -f6 [Pipeline] lock 19:43:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4198-1-stack-cost] 19:43:40 Resource [jenkins-edgexfoundry-edgex-go-PR-4198-1-stack-cost] did not exist. Created. 19:43:40 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4198-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:43:40 + echo total: 0.10999999940395355 [Pipeline] stash 19:43:40 Stashed 1 file(s) [Pipeline] } 19:43:41 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4198-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:43:41 $ docker stop --time=1 bbeef0cce728716b9e744649f46417b7bf0e70435a638b3ad5454ce325ddb53c 19:43:42 $ docker rm -f bbeef0cce728716b9e744649f46417b7bf0e70435a638b3ad5454ce325ddb53c [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:43 provisioning config files... 19:43:43 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9669479381451941246tmp [Pipeline] { [Pipeline] sh 19:43:43 + set +x 19:43:43 + curl -s https://codecov.io/bash 19:43:43 + bash -s -- 19:43:43 19:43:43 _____ _ 19:43:43 / ____| | | 19:43:43 | | ___ __| | ___ ___ _____ __ 19:43:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:43:43 | |___| (_) | (_| | __/ (_| (_) \ V / 19:43:43 \_____\___/ \__,_|\___|\___\___/ \_/ 19:43:43 Bash-1.0.6 19:43:43 19:43:43 19:43:43 ==> git version 2.25.1 found 19:43:43 ==> 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:43 Release-Date: 2020-01-08 19:43:43 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:43 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:43:43 ==> Jenkins CI detected. 19:43:43 current dir:  /w/workspace/edgex-go/1 19:43:43 project root: . 19:43:43 --> token set from env 19:43:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:43:43 ==> Running gcov in . (disable via -X gcov) 19:43:43 ==> Python coveragepy not found 19:43:43 ==> Searching for coverage reports in: 19:43:43 + . 19:43:43 -> Found 1 reports 19:43:43 ==> Detecting git/mercurial file structure 19:43:44 ==> Reading reports 19:43:44 + ./coverage.out bytes=502375 19:43:44 ==> Appending adjustments 19:43:44 https://docs.codecov.io/docs/fixing-reports 19:43:45 + Found adjustments 19:43:45 ==> Gzipping contents 19:43:45 68K /tmp/codecov.E4x5Y2.gz 19:43:45 ==> Uploading reports 19:43:45 url: https://codecov.io 19:43:45 query: branch=PR-4198&commit=b97225742986876752bd5478ed6b20094de16332&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4198&job=&cmd_args= 19:43:45 -> Pinging Codecov 19:43:45 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4198&commit=b97225742986876752bd5478ed6b20094de16332&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4198&job=&cmd_args= 19:43:45 -> Uploading to 19:43:45 https://storage.googleapis.com/codecov/v4/raw/2022-10-12/00271124DB129430A58F1EEE437C3FCB/b97225742986876752bd5478ed6b20094de16332/f7ceef0b-2a2a-436e-8a76-703176b4d219.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221012%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221012T194345Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=47659035633cd281b30ca434d5b935e25bac96803ba1465c0a0284df21f08da9 19:43:45 % Total % Received % Xferd Average Speed Time Time Time Current 19:43:45 Dload Upload Total Spent Left Speed 19:43:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65564 0 0 100 65564 0 280k --:--:-- --:--:-- --:--:-- 280k 100 65564 0 0 100 65564 0 253k --:--:-- --:--:-- --:--:-- 252k 19:43:45 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b97225742986876752bd5478ed6b20094de16332 [Pipeline] } 19:43:45 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:47 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:43:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:43:48 ---> package-listing.sh 19:43:48 ++ facter osfamily 19:43:48 ++ tr '[:upper:]' '[:lower:]' 19:43:48 + OS_FAMILY=debian 19:43:48 + workspace=/w/workspace/edgex-go/1 19:43:48 + START_PACKAGES=/tmp/packages_start.txt 19:43:48 + END_PACKAGES=/tmp/packages_end.txt 19:43:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:43:48 + PACKAGES=/tmp/packages_start.txt 19:43:48 + '[' /w/workspace/edgex-go/1 ']' 19:43:48 + PACKAGES=/tmp/packages_end.txt 19:43:48 + case "${OS_FAMILY}" in 19:43:48 + dpkg -l 19:43:48 + grep '^ii' 19:43:48 + '[' -f /tmp/packages_start.txt ']' 19:43:48 + '[' -f /tmp/packages_end.txt ']' 19:43:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:43:48 + '[' /w/workspace/edgex-go/1 ']' 19:43:48 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:43:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:43:48 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:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:43:49 19:43:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:43:50 latest: Pulling from edgex-lftools-log-publisher 19:43:50 5eb5b503b376: Pulling fs layer 19:43:50 5c69ac0246d0: Pulling fs layer 19:43:50 ec43610c2a17: Pulling fs layer 19:43:50 3a2ae6a8a46f: Pulling fs layer 19:43:50 33b1e0a273af: Pulling fs layer 19:43:50 5d3b04190fa2: Pulling fs layer 19:43:50 2f39f015ded8: Pulling fs layer 19:43:50 33b1e0a273af: Waiting 19:43:50 3a2ae6a8a46f: Waiting 19:43:50 2f39f015ded8: Waiting 19:43:50 5c69ac0246d0: Download complete 19:43:50 3a2ae6a8a46f: Verifying Checksum 19:43:50 3a2ae6a8a46f: Download complete 19:43:50 33b1e0a273af: Verifying Checksum 19:43:50 33b1e0a273af: Download complete 19:43:50 ec43610c2a17: Verifying Checksum 19:43:50 ec43610c2a17: Download complete 19:43:50 5d3b04190fa2: Download complete 19:43:50 5eb5b503b376: Verifying Checksum 19:43:50 5eb5b503b376: Download complete 19:43:50 2f39f015ded8: Download complete 19:43:51 5eb5b503b376: Pull complete 19:43:51 5c69ac0246d0: Pull complete 19:43:51 ec43610c2a17: Pull complete 19:43:52 3a2ae6a8a46f: Pull complete 19:43:52 33b1e0a273af: Pull complete 19:43:52 5d3b04190fa2: Pull complete 19:43:56 2f39f015ded8: Pull complete 19:43:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:43:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:43:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:43:56 prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container 19:43:56 $ 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:43:59 $ docker top 41e5e01fbb2eabea15614e6a6da37607f5549f3bada879a95ba93dbe82190974 -eo pid,comm [Pipeline] { [Pipeline] sh 19:43:59 + touch /tmp/pre-build-complete [Pipeline] sh 19:43:59 + mkdir -p /var/log/sysstat [Pipeline] sh 19:44:00 + ls /var/log/sa-host 19:44:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:44:00 provisioning config files... 19:44:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config12175762454222530290tmp [Pipeline] { [Pipeline] echo 19:44:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:44:00 ---> create-netrc.sh [Pipeline] } 19:44:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:44:01 ---> python-tools-install.sh [Pipeline] echo 19:44:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:44:01 ---> sudo-logs.sh 19:44:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:44:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:44:01 ---> job-cost.sh 19:44:01 lf-activate-venv: SKIPPING 19:44:01 DEBUG: total: 0.10999999940395355 19:44:01 INFO: Retrieving Stack Cost... 19:44:02 INFO: Retrieving Pricing Info for: v3-standard-8 19:44:02 INFO: Archiving Costs [Pipeline] echo 19:44:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:44:03 ---> logs-deploy.sh 19:44:03 lf-activate-venv: SKIPPING 19:44:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4198/1 19:44:03 INFO: archiving workspace using pattern(s): 19:44:03 Archives upload complete. 19:44:03 INFO: archiving logs to Nexus 19:44:04 ---> uname -a: 19:44:04 Linux prd-ubuntu20-04-docker-8c-8g-7767 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:44:04 19:44:04 19:44:04 ---> lscpu: 19:44:04 Architecture: x86_64 19:44:04 CPU op-mode(s): 32-bit, 64-bit 19:44:04 Byte Order: Little Endian 19:44:04 Address sizes: 40 bits physical, 48 bits virtual 19:44:04 CPU(s): 8 19:44:04 On-line CPU(s) list: 0-7 19:44:04 Thread(s) per core: 1 19:44:04 Core(s) per socket: 1 19:44:04 Socket(s): 8 19:44:04 NUMA node(s): 1 19:44:04 Vendor ID: AuthenticAMD 19:44:04 CPU family: 23 19:44:04 Model: 49 19:44:04 Model name: AMD EPYC-Rome Processor 19:44:04 Stepping: 0 19:44:04 CPU MHz: 2800.000 19:44:04 BogoMIPS: 5600.00 19:44:04 Virtualization: AMD-V 19:44:04 Hypervisor vendor: KVM 19:44:04 Virtualization type: full 19:44:04 L1d cache: 256 KiB 19:44:04 L1i cache: 256 KiB 19:44:04 L2 cache: 4 MiB 19:44:04 L3 cache: 128 MiB 19:44:04 NUMA node0 CPU(s): 0-7 19:44:04 Vulnerability Itlb multihit: Not affected 19:44:04 Vulnerability L1tf: Not affected 19:44:04 Vulnerability Mds: Not affected 19:44:04 Vulnerability Meltdown: Not affected 19:44:04 Vulnerability Mmio stale data: Not affected 19:44:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:44:04 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:44:04 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:44:04 Vulnerability Srbds: Not affected 19:44:04 Vulnerability Tsx async abort: Not affected 19:44:04 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:04 19:44:04 19:44:04 ---> nproc: 19:44:04 8 19:44:04 19:44:04 19:44:04 ---> df -h: 19:44:04 Filesystem Size Used Avail Use% Mounted on 19:44:04 overlay 155G 19G 137G 13% / 19:44:04 tmpfs 64M 0 64M 0% /dev 19:44:04 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:44:04 shm 64M 0 64M 0% /dev/shm 19:44:04 /dev/vda1 155G 19G 137G 13% /facter-os 19:44:04 19:44:04 19:44:04 ---> sar -b -r -n DEV: 19:44:04 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7767) 10/12/22 _x86_64_ (8 CPU) 19:44:04 19:44:04 19:08:00 LINUX RESTART (8 CPU) 19:44:04 19:44:04 19:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:44:04 19:10:01 114.18 1.03 113.15 0.00 29.20 52652.02 0.00 19:44:04 19:11:01 55.33 0.37 54.97 0.00 6.26 18609.81 0.00 19:44:04 19:12:01 276.30 3.07 273.24 0.00 37.99 108136.38 0.00 19:44:04 19:13:01 1087.24 3.85 1083.39 0.00 39.85 378362.42 0.00 19:44:04 19:14:01 1132.28 10.76 1121.51 0.00 2902.98 301994.73 0.00 19:44:04 19:15:01 467.59 0.55 467.04 0.00 8.80 92284.17 0.00 19:44:04 19:16:01 2.10 0.00 2.10 0.00 0.00 23.33 0.00 19:44:04 19:17:01 2.02 0.00 2.02 0.00 0.00 22.53 0.00 19:44:04 19:18:01 1.70 0.02 1.68 0.00 0.13 19.99 0.00 19:44:04 19:19:01 1.58 0.00 1.58 0.00 0.00 28.53 0.00 19:44:04 19:20:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 19:44:04 19:21:01 1.48 0.00 1.48 0.00 0.00 16.13 0.00 19:44:04 19:22:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 19:44:04 19:23:01 2.52 0.02 2.50 0.00 0.13 26.79 0.00 19:44:04 19:24:01 1.28 0.00 1.28 0.00 0.00 16.66 0.00 19:44:04 19:25:01 1.78 0.00 1.78 0.00 0.00 20.79 0.00 19:44:04 19:26:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 19:44:04 19:27:01 1.65 0.00 1.65 0.00 0.00 18.80 0.00 19:44:04 19:28:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 19:44:04 19:29:01 1.67 0.00 1.67 0.00 0.00 18.93 0.00 19:44:04 19:30:01 0.92 0.00 0.92 0.00 0.00 11.20 0.00 19:44:04 19:31:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 19:44:04 19:32:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 19:44:04 19:33:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 19:44:04 19:34:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 19:44:04 19:35:01 1.52 0.00 1.52 0.00 0.00 16.93 0.00 19:44:04 19:36:01 0.83 0.00 0.83 0.00 0.00 9.33 0.00 19:44:04 19:37:01 1.53 0.00 1.53 0.00 0.00 16.79 0.00 19:44:04 19:38:02 0.98 0.00 0.98 0.00 0.00 11.73 0.00 19:44:04 19:39:01 1.63 0.00 1.63 0.00 0.00 18.03 0.00 19:44:04 19:40:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 19:44:04 19:41:01 1.58 0.00 1.58 0.00 0.00 17.06 0.00 19:44:04 19:42:01 0.85 0.00 0.85 0.00 0.00 9.87 0.00 19:44:04 19:43:01 1.70 0.00 1.70 0.00 0.00 18.66 0.00 19:44:04 19:44:01 40.24 0.27 39.98 0.00 22.26 18866.46 0.00 19:44:04 Average: 91.83 0.57 91.26 0.00 87.11 27768.49 0.00 19:44:04 19:44:04 19:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:44:04 19:10:01 27583732 31264036 1037480 3.16 107264 3773740 2474940 7.29 1752852 3091908 579928 19:44:04 19:11:01 27581608 31400496 898040 2.73 110532 3886624 2282656 6.73 1443976 3383520 273580 19:44:04 19:12:01 25150572 31368732 908124 2.76 165780 6062032 2368244 6.98 1888180 5170136 722400 19:44:04 19:13:01 20946520 31413044 869620 2.64 285884 10022092 2477764 7.30 2012936 9089576 1904 19:44:04 19:14:01 19015084 31410864 847468 2.58 392692 11720664 2146460 6.33 2351792 10532544 73208 19:44:04 19:15:01 19624984 31513896 754420 2.29 432964 11175548 1871700 5.52 2296996 9990340 456 19:44:04 19:16:01 19621872 31510792 757736 2.30 433028 11175548 1871700 5.52 2300944 9990340 160 19:44:04 19:17:01 19637888 31526900 741716 2.26 433084 11175552 1871700 5.52 2283776 9990348 16 19:44:04 19:18:01 19638360 31527560 740900 2.25 433156 11175560 1871700 5.52 2283476 9990352 44 19:44:04 19:19:01 19639172 31528372 740056 2.25 433212 11175560 1871700 5.52 2283600 9990352 12 19:44:04 19:20:01 19639156 31528376 740040 2.25 433228 11175564 1871700 5.52 2283552 9990356 8 19:44:04 19:21:01 19639336 31528600 739716 2.25 433240 11175564 1871700 5.52 2283788 9990356 8 19:44:04 19:22:01 19639572 31528984 739420 2.25 433268 11175568 1871700 5.52 2283732 9990476 8 19:44:04 19:23:01 19637996 31527500 740408 2.25 433296 11175564 1868808 5.51 2283696 9990480 12 19:44:04 19:24:01 19638176 31527724 740040 2.25 433340 11175548 1868808 5.51 2283600 9990456 8 19:44:04 19:25:01 19638344 31527920 739980 2.25 433380 11175556 1868808 5.51 2284108 9990460 180 19:44:04 19:26:01 19638360 31527996 739920 2.25 433416 11175556 1868808 5.51 2283908 9990464 8 19:44:04 19:27:01 19638628 31528296 739576 2.25 433448 11175560 1868808 5.51 2283924 9990464 12 19:44:04 19:28:01 19638556 31528228 739612 2.25 433468 11175552 1868808 5.51 2283844 9990464 12 19:44:04 19:29:01 19638540 31528260 739520 2.25 433500 11175568 1868808 5.51 2283824 9990468 4 19:44:04 19:30:01 19638232 31527996 739708 2.25 433544 11175572 1868808 5.51 2283832 9990472 28 19:44:04 19:31:01 19637924 31527736 739932 2.25 433572 11175572 1868808 5.51 2283900 9990472 8 19:44:04 19:32:01 19638352 31528192 739592 2.25 433600 11175576 1868808 5.51 2284176 9990476 8 19:44:04 19:33:01 19638604 31528600 739188 2.25 433624 11175704 1868808 5.51 2283900 9990588 4 19:44:04 19:34:01 19638524 31528548 739128 2.25 433652 11175712 1852468 5.46 2283968 9990608 4 19:44:04 19:35:01 19638468 31528532 739192 2.25 433684 11175716 1852468 5.46 2283952 9990612 12 19:44:04 19:36:01 19638096 31528196 739440 2.25 433696 11175716 1852468 5.46 2284580 9990612 168 19:44:04 19:37:01 19638524 31528644 739124 2.25 433712 11175720 1852468 5.46 2284648 9990616 168 19:44:04 19:38:02 19638564 31528688 739084 2.25 433740 11175704 1852468 5.46 2284224 9990616 16 19:44:04 19:39:01 19638572 31528736 738996 2.25 433764 11175724 1852468 5.46 2284216 9990620 8 19:44:04 19:40:01 19638524 31528708 738972 2.25 433772 11175728 1852468 5.46 2284172 9990624 4 19:44:04 19:41:01 19638160 31528360 739256 2.25 433788 11175728 1852468 5.46 2284184 9990624 8 19:44:04 19:42:01 19638112 31528328 739224 2.25 433804 11175732 1852468 5.46 2284472 9990628 8 19:44:04 19:43:01 19637804 31528068 739436 2.25 433832 11175736 1852468 5.46 2284480 9990640 12 19:44:04 19:44:01 19075668 31486408 776644 2.36 452220 11629156 1909616 5.63 2345044 10438668 480 19:44:04 Average: 20252531 31503723 766306 2.33 402434 10605352 1934710 5.70 2230293 9469450 47226 19:44:04 19:44:04 19:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:44:04 19:10:01 docker0 92.28 123.68 7.30 753.30 0.00 0.00 0.00 0.00 19:44:04 19:10:01 vethcdfc308 0.30 0.47 0.02 0.04 0.00 0.00 0.00 0.00 19:44:04 19:10:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 19:44:04 19:10:01 ens3 318.93 220.56 4719.40 34.20 0.00 0.00 0.00 0.00 19:44:04 19:11:01 docker0 1.20 1.20 0.08 0.09 0.00 0.00 0.00 0.00 19:44:04 19:11:01 vethcdfc308 1.20 1.23 0.09 0.10 0.00 0.00 0.00 0.00 19:44:04 19:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:11:01 ens3 36.60 37.09 21.17 96.37 0.00 0.00 0.00 0.00 19:44:04 19:12:01 docker0 422.65 474.27 29.15 3967.54 0.00 0.00 0.00 0.00 19:44:04 19:12:01 vethe626793 0.00 0.45 0.00 0.03 0.00 0.00 0.00 0.00 19:44:04 19:12:01 vethb401c62 61.37 66.56 5.29 794.73 0.00 0.00 0.00 0.07 19:44:04 19:12:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 19:44:04 19:12:01 veth38ec15b 80.87 87.47 6.56 622.46 0.00 0.00 0.00 0.05 19:44:04 19:12:01 veth977ab54 79.00 84.20 6.66 798.13 0.00 0.00 0.00 0.07 19:44:04 19:12:01 vethf10f600 85.09 99.43 6.91 659.69 0.00 0.00 0.00 0.05 19:44:04 19:12:01 ens3 569.96 487.60 5668.52 56.74 0.00 0.00 0.00 0.00 19:44:04 19:13:01 docker0 198.42 260.00 14.29 2837.07 0.00 0.00 0.00 0.00 19:44:04 19:13:01 vethe626793 0.00 0.57 0.00 0.03 0.00 0.00 0.00 0.00 19:44:04 19:13:01 lo 2.00 2.00 0.19 0.19 0.00 0.00 0.00 0.00 19:44:04 19:13:01 ens3 305.20 234.20 2916.14 35.39 0.00 0.00 0.00 0.00 19:44:04 19:14:01 docker0 137.43 249.34 10.82 2726.52 0.00 0.00 0.00 0.00 19:44:04 19:14:01 vethe626793 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 19:44:04 19:14:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 19:44:04 19:14:01 veth817fe36 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:44:04 19:14:01 vethc74c136 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:14:01 ens3 376.32 210.13 4062.33 36.87 0.00 0.00 0.00 0.00 19:44:04 19:15:01 docker0 60.30 85.84 4.67 1027.25 0.00 0.00 0.00 0.00 19:44:04 19:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:15:01 ens3 113.46 77.64 1055.12 17.10 0.00 0.00 0.00 0.00 19:44:04 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:16:01 ens3 3.00 2.80 7.00 0.19 0.00 0.00 0.00 0.00 19:44:04 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:17:01 ens3 0.23 0.22 0.12 0.07 0.00 0.00 0.00 0.00 19:44:04 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:19:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 19:44:04 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:24:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:44:04 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:25:01 ens3 0.15 0.17 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:27:01 ens3 0.22 0.17 0.12 0.01 0.00 0.00 0.00 0.00 19:44:04 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:29:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 19:44:04 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:34:01 ens3 0.17 0.18 0.08 0.07 0.00 0.00 0.00 0.00 19:44:04 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:36:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:38:02 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:39:01 ens3 0.22 0.24 0.08 0.08 0.00 0.00 0.00 0.00 19:44:04 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:41:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:42:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:44:04 19:43:01 ens3 0.48 0.42 0.26 0.22 0.00 0.00 0.00 0.00 19:44:04 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:44:04 19:44:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 19:44:04 19:44:01 ens3 164.74 163.07 2537.30 197.22 0.00 0.00 0.00 0.00 19:44:04 Average: docker0 26.08 34.14 1.90 323.36 0.00 0.00 0.00 0.00 19:44:04 Average: lo 0.24 0.24 0.02 0.02 0.00 0.00 0.00 0.00 19:44:04 Average: ens3 54.06 41.04 599.93 13.57 0.00 0.00 0.00 0.00 19:44:04 19:44:04 19:44:04 ---> sar -P ALL: 19:44:04 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7767) 10/12/22 _x86_64_ (8 CPU) 19:44:04 19:44:04 19:08:00 LINUX RESTART (8 CPU) 19:44:04 19:44:04 19:09:01 CPU %user %nice %system %iowait %steal %idle 19:44:04 19:10:01 all 35.23 0.00 7.98 1.08 0.10 55.61 19:44:04 19:10:01 0 35.01 0.00 7.75 0.74 0.08 56.41 19:44:04 19:10:01 1 35.83 0.00 7.57 0.08 0.10 56.42 19:44:04 19:10:01 2 35.31 0.00 8.79 1.29 0.10 54.51 19:44:04 19:10:01 3 36.03 0.00 7.62 0.34 0.10 55.91 19:44:04 19:10:01 4 34.44 0.00 8.87 0.19 0.10 56.40 19:44:04 19:10:01 5 34.98 0.00 7.18 0.12 0.10 57.62 19:44:04 19:10:01 6 34.60 0.00 7.09 0.08 0.08 58.14 19:44:04 19:10:01 7 35.66 0.00 8.96 5.83 0.12 49.43 19:44:04 19:11:01 all 46.20 0.00 6.57 0.24 0.09 46.90 19:44:04 19:11:01 0 46.82 0.00 6.05 0.00 0.10 47.04 19:44:04 19:11:01 1 46.41 0.00 6.22 0.02 0.08 47.27 19:44:04 19:11:01 2 46.34 0.00 6.34 0.20 0.10 47.01 19:44:04 19:11:01 3 45.24 0.00 6.53 0.08 0.08 48.06 19:44:04 19:11:01 4 45.97 0.00 7.40 1.14 0.10 45.39 19:44:04 19:11:01 5 45.91 0.00 6.40 0.02 0.10 47.58 19:44:04 19:11:01 6 47.74 0.00 6.65 0.00 0.08 45.53 19:44:04 19:11:01 7 45.16 0.00 6.95 0.46 0.08 47.35 19:44:04 19:12:01 all 23.29 0.00 8.89 2.20 0.09 65.54 19:44:04 19:12:01 0 23.11 0.00 7.54 3.66 0.07 65.63 19:44:04 19:12:01 1 22.27 0.00 9.38 1.06 0.09 67.21 19:44:04 19:12:01 2 23.54 0.00 7.56 1.94 0.09 66.87 19:44:04 19:12:01 3 23.95 0.00 8.87 0.90 0.09 66.19 19:44:04 19:12:01 4 24.43 0.00 8.57 2.46 0.10 64.44 19:44:04 19:12:01 5 23.15 0.00 10.22 0.63 0.07 65.94 19:44:04 19:12:01 6 24.08 0.00 9.37 0.95 0.10 65.50 19:44:04 19:12:01 7 21.76 0.00 9.62 6.01 0.10 62.50 19:44:04 19:13:01 all 41.14 0.00 13.68 8.99 0.12 36.07 19:44:04 19:13:01 0 41.34 0.00 13.86 7.23 0.12 37.45 19:44:04 19:13:01 1 42.75 0.00 14.53 17.95 0.14 24.63 19:44:04 19:13:01 2 42.35 0.00 13.51 6.28 0.14 37.71 19:44:04 19:13:01 3 40.84 0.00 15.03 11.85 0.12 32.17 19:44:04 19:13:01 4 38.90 0.00 12.39 4.58 0.10 44.04 19:44:04 19:13:01 5 42.41 0.00 13.30 5.47 0.12 38.71 19:44:04 19:13:01 6 41.67 0.00 14.18 13.32 0.12 30.72 19:44:04 19:13:01 7 38.85 0.00 12.65 5.19 0.14 43.18 19:44:04 19:14:01 all 72.56 0.00 15.67 2.64 0.16 8.98 19:44:04 19:14:01 0 73.69 0.00 14.51 3.69 0.15 7.97 19:44:04 19:14:01 1 71.90 0.00 16.45 2.14 0.15 9.35 19:44:04 19:14:01 2 73.18 0.00 16.29 3.04 0.19 7.31 19:44:04 19:14:01 3 72.87 0.00 16.06 1.87 0.15 9.05 19:44:04 19:14:01 4 69.51 0.00 15.93 3.71 0.17 10.69 19:44:04 19:14:01 5 73.76 0.00 15.53 3.34 0.15 7.21 19:44:04 19:14:01 6 74.87 0.00 14.46 1.32 0.15 9.20 19:44:04 19:14:01 7 70.65 0.00 16.11 2.02 0.14 11.08 19:44:04 19:15:01 all 18.51 0.00 5.01 1.57 0.05 74.86 19:44:04 19:15:01 0 18.56 0.00 5.10 1.76 0.05 74.53 19:44:04 19:15:01 1 18.53 0.00 5.00 0.72 0.07 75.68 19:44:04 19:15:01 2 19.80 0.00 4.66 1.92 0.05 73.57 19:44:04 19:15:01 3 18.34 0.00 4.60 1.77 0.05 75.23 19:44:04 19:15:01 4 17.26 0.00 5.40 2.17 0.05 75.12 19:44:04 19:15:01 5 19.55 0.00 4.46 0.56 0.05 75.39 19:44:04 19:15:01 6 17.55 0.00 5.42 1.73 0.05 75.26 19:44:04 19:15:01 7 18.45 0.00 5.46 1.94 0.05 74.10 19:44:04 19:16:01 all 0.05 0.00 0.01 0.01 0.00 99.93 19:44:04 19:16:01 0 0.25 0.00 0.02 0.08 0.00 99.65 19:44:04 19:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:16:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:44:04 19:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:16:01 4 0.02 0.00 0.03 0.00 0.00 99.95 19:44:04 19:16:01 5 0.03 0.00 0.00 0.00 0.00 99.97 19:44:04 19:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:16:01 7 0.05 0.00 0.02 0.00 0.00 99.93 19:44:04 19:17:01 all 0.05 0.00 0.02 0.01 0.00 99.92 19:44:04 19:17:01 0 0.15 0.00 0.02 0.07 0.00 99.77 19:44:04 19:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:44:04 19:17:01 3 0.17 0.00 0.03 0.00 0.00 99.80 19:44:04 19:17:01 4 0.03 0.00 0.05 0.00 0.02 99.90 19:44:04 19:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:18:01 all 0.04 0.00 0.01 0.01 0.00 99.94 19:44:04 19:18:01 0 0.17 0.00 0.02 0.05 0.00 99.77 19:44:04 19:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:18:01 2 0.07 0.00 0.02 0.00 0.00 99.92 19:44:04 19:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:18:01 4 0.05 0.00 0.02 0.00 0.02 99.92 19:44:04 19:18:01 5 0.02 0.00 0.03 0.00 0.02 99.93 19:44:04 19:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:19:01 all 0.02 0.00 0.01 0.01 0.01 99.96 19:44:04 19:19:01 0 0.00 0.00 0.00 0.03 0.02 99.95 19:44:04 19:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:19:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:44:04 19:19:01 3 0.02 0.00 0.00 0.03 0.02 99.93 19:44:04 19:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:19:01 5 0.03 0.00 0.03 0.00 0.00 99.93 19:44:04 19:19:01 6 0.02 0.00 0.00 0.02 0.00 99.97 19:44:04 19:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:20:01 all 0.02 0.00 0.01 0.00 0.00 99.97 19:44:04 19:20:01 0 0.03 0.00 0.02 0.02 0.00 99.93 19:44:04 19:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:44:04 19:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:20:01 5 0.05 0.00 0.02 0.00 0.02 99.92 19:44:04 19:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:44:04 19:20:01 CPU %user %nice %system %iowait %steal %idle 19:44:04 19:21:01 all 0.02 0.00 0.01 0.01 0.00 99.96 19:44:04 19:21:01 0 0.00 0.00 0.02 0.03 0.02 99.93 19:44:04 19:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:21:01 2 0.07 0.00 0.00 0.00 0.00 99.93 19:44:04 19:21:01 3 0.00 0.00 0.00 0.02 0.00 99.98 19:44:04 19:21:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:21:01 5 0.05 0.00 0.02 0.00 0.00 99.93 19:44:04 19:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:22:01 all 0.01 0.00 0.00 0.00 0.01 99.97 19:44:04 19:22:01 0 0.00 0.00 0.02 0.03 0.00 99.95 19:44:04 19:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:22:01 2 0.05 0.00 0.02 0.00 0.02 99.92 19:44:04 19:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:22:01 4 0.02 0.00 0.00 0.00 0.02 99.97 19:44:04 19:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 19:44:04 19:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 19:44:04 19:23:01 all 0.03 0.00 0.04 0.01 0.00 99.92 19:44:04 19:23:01 0 0.05 0.00 0.05 0.02 0.00 99.88 19:44:04 19:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:23:01 2 0.05 0.00 0.03 0.02 0.00 99.90 19:44:04 19:23:01 3 0.02 0.00 0.05 0.03 0.00 99.90 19:44:04 19:23:01 4 0.02 0.00 0.03 0.00 0.00 99.95 19:44:04 19:23:01 5 0.07 0.00 0.05 0.00 0.02 99.87 19:44:04 19:23:01 6 0.00 0.00 0.05 0.00 0.00 99.95 19:44:04 19:23:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:44:04 19:24:01 all 0.02 0.00 0.01 0.00 0.00 99.97 19:44:04 19:24:01 0 0.02 0.00 0.03 0.02 0.00 99.93 19:44:04 19:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 19:44:04 19:24:01 2 0.08 0.00 0.02 0.02 0.00 99.88 19:44:04 19:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:24:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:44:04 19:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:25:01 all 0.02 0.00 0.01 0.01 0.01 99.96 19:44:04 19:25:01 0 0.03 0.00 0.00 0.02 0.00 99.95 19:44:04 19:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:25:01 2 0.05 0.00 0.02 0.02 0.02 99.90 19:44:04 19:25:01 3 0.00 0.00 0.00 0.02 0.00 99.98 19:44:04 19:25:01 4 0.00 0.00 0.02 0.00 0.02 99.97 19:44:04 19:25:01 5 0.05 0.00 0.00 0.00 0.02 99.93 19:44:04 19:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:26:01 all 0.13 0.00 0.01 0.01 0.00 99.86 19:44:04 19:26:01 0 0.03 0.00 0.00 0.03 0.00 99.93 19:44:04 19:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:44:04 19:26:01 3 0.00 0.00 0.00 0.03 0.02 99.95 19:44:04 19:26:01 4 0.91 0.00 0.00 0.00 0.00 99.09 19:44:04 19:26:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:44:04 19:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:27:01 all 0.27 0.00 0.01 0.01 0.00 99.71 19:44:04 19:27:01 0 0.03 0.00 0.02 0.03 0.02 99.90 19:44:04 19:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:27:01 2 0.07 0.00 0.03 0.03 0.00 99.87 19:44:04 19:27:01 3 0.00 0.00 0.00 0.02 0.00 99.98 19:44:04 19:27:01 4 1.99 0.00 0.00 0.00 0.00 98.01 19:44:04 19:27:01 5 0.03 0.00 0.00 0.00 0.02 99.95 19:44:04 19:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:28:01 all 0.27 0.00 0.01 0.00 0.00 99.72 19:44:04 19:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:44:04 19:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:28:01 2 0.02 0.00 0.02 0.02 0.00 99.95 19:44:04 19:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:28:01 4 1.99 0.00 0.02 0.00 0.00 98.00 19:44:04 19:28:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:44:04 19:28:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:29:01 all 0.28 0.00 0.01 0.01 0.00 99.70 19:44:04 19:29:01 0 0.12 0.00 0.02 0.02 0.00 99.85 19:44:04 19:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:29:01 2 0.03 0.00 0.00 0.02 0.00 99.95 19:44:04 19:29:01 3 0.02 0.00 0.02 0.02 0.00 99.95 19:44:04 19:29:01 4 2.02 0.00 0.02 0.00 0.02 97.95 19:44:04 19:29:01 5 0.03 0.00 0.03 0.00 0.02 99.92 19:44:04 19:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:30:01 all 0.23 0.00 0.02 0.01 0.00 99.74 19:44:04 19:30:01 0 0.07 0.00 0.02 0.03 0.00 99.88 19:44:04 19:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:30:01 3 0.02 0.00 0.00 0.03 0.00 99.95 19:44:04 19:30:01 4 1.63 0.00 0.13 0.00 0.00 98.24 19:44:04 19:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 19:44:04 19:30:01 6 0.03 0.00 0.00 0.00 0.00 99.97 19:44:04 19:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:31:01 all 0.01 0.00 0.02 0.01 0.01 99.95 19:44:04 19:31:01 0 0.00 0.00 0.02 0.03 0.00 99.95 19:44:04 19:31:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:44:04 19:31:01 2 0.02 0.00 0.02 0.00 0.02 99.95 19:44:04 19:31:01 3 0.00 0.00 0.02 0.02 0.02 99.95 19:44:04 19:31:01 4 0.03 0.00 0.02 0.00 0.00 99.95 19:44:04 19:31:01 5 0.03 0.00 0.03 0.00 0.02 99.92 19:44:04 19:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:31:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:44:04 19:31:01 CPU %user %nice %system %iowait %steal %idle 19:44:04 19:32:01 all 0.02 0.00 0.01 0.01 0.00 99.95 19:44:04 19:32:01 0 0.03 0.00 0.03 0.02 0.00 99.92 19:44:04 19:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:32:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:44:04 19:32:01 3 0.02 0.00 0.00 0.07 0.00 99.92 19:44:04 19:32:01 4 0.03 0.00 0.02 0.00 0.00 99.95 19:44:04 19:32:01 5 0.03 0.00 0.03 0.00 0.00 99.93 19:44:04 19:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:33:01 all 0.02 0.00 0.01 0.01 0.01 99.95 19:44:04 19:33:01 0 0.00 0.00 0.03 0.02 0.02 99.93 19:44:04 19:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:33:01 2 0.05 0.00 0.00 0.00 0.00 99.95 19:44:04 19:33:01 3 0.00 0.00 0.00 0.03 0.00 99.97 19:44:04 19:33:01 4 0.07 0.00 0.02 0.00 0.02 99.90 19:44:04 19:33:01 5 0.03 0.00 0.03 0.00 0.02 99.92 19:44:04 19:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:34:01 all 0.01 0.00 0.01 0.00 0.00 99.97 19:44:04 19:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:44:04 19:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:34:01 2 0.02 0.00 0.03 0.03 0.00 99.92 19:44:04 19:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:34:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:44:04 19:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:35:01 all 0.01 0.00 0.00 0.01 0.00 99.97 19:44:04 19:35:01 0 0.00 0.00 0.00 0.08 0.00 99.92 19:44:04 19:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:35:01 3 0.02 0.00 0.02 0.02 0.00 99.95 19:44:04 19:35:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:44:04 19:35:01 5 0.02 0.00 0.00 0.00 0.02 99.97 19:44:04 19:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 19:44:04 19:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:36:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:44:04 19:36:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:44:04 19:36:01 3 0.02 0.00 0.02 0.02 0.02 99.93 19:44:04 19:36:01 4 0.03 0.00 0.02 0.00 0.02 99.93 19:44:04 19:36:01 5 0.02 0.00 0.03 0.00 0.02 99.93 19:44:04 19:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:37:01 all 0.02 0.00 0.01 0.01 0.00 99.95 19:44:04 19:37:01 0 0.02 0.00 0.03 0.02 0.02 99.92 19:44:04 19:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:37:01 2 0.02 0.00 0.02 0.05 0.00 99.92 19:44:04 19:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 19:44:04 19:37:01 4 0.05 0.00 0.00 0.00 0.00 99.95 19:44:04 19:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 19:44:04 19:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:37:01 7 0.00 0.00 0.03 0.00 0.00 99.97 19:44:04 19:38:02 all 0.03 0.00 0.01 0.00 0.00 99.96 19:44:04 19:38:02 0 0.08 0.00 0.02 0.02 0.00 99.88 19:44:04 19:38:02 1 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:38:02 2 0.03 0.00 0.00 0.02 0.00 99.95 19:44:04 19:38:02 3 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:38:02 4 0.05 0.00 0.00 0.00 0.02 99.93 19:44:04 19:38:02 5 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:38:02 6 0.00 0.00 0.02 0.00 0.00 99.98 19:44:04 19:38:02 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:39:01 all 0.01 0.00 0.01 0.01 0.00 99.96 19:44:04 19:39:01 0 0.02 0.00 0.03 0.02 0.00 99.93 19:44:04 19:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:44:04 19:39:01 3 0.02 0.00 0.00 0.05 0.02 99.92 19:44:04 19:39:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:44:04 19:39:01 5 0.02 0.00 0.02 0.00 0.02 99.95 19:44:04 19:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:40:01 all 0.01 0.00 0.01 0.00 0.00 99.97 19:44:04 19:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:40:01 3 0.02 0.00 0.00 0.02 0.00 99.97 19:44:04 19:40:01 4 0.02 0.00 0.03 0.00 0.00 99.95 19:44:04 19:40:01 5 0.02 0.00 0.02 0.00 0.02 99.95 19:44:04 19:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:41:01 all 0.02 0.00 0.01 0.01 0.00 99.96 19:44:04 19:41:01 0 0.02 0.00 0.03 0.02 0.00 99.93 19:44:04 19:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:44:04 19:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:41:01 3 0.02 0.00 0.03 0.03 0.00 99.92 19:44:04 19:41:01 4 0.03 0.00 0.02 0.00 0.02 99.93 19:44:04 19:41:01 5 0.02 0.00 0.02 0.00 0.02 99.95 19:44:04 19:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:42:01 all 0.01 0.00 0.01 0.01 0.00 99.97 19:44:04 19:42:01 0 0.00 0.00 0.00 0.03 0.02 99.95 19:44:04 19:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:42:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:44:04 19:42:01 3 0.00 0.00 0.00 0.03 0.00 99.97 19:44:04 19:42:01 4 0.05 0.00 0.02 0.00 0.00 99.93 19:44:04 19:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:44:04 19:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:44:04 19:42:01 CPU %user %nice %system %iowait %steal %idle 19:44:04 19:43:01 all 0.02 0.00 0.01 0.01 0.01 99.95 19:44:04 19:43:01 0 0.02 0.00 0.03 0.02 0.00 99.93 19:44:04 19:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:44:04 19:43:01 2 0.02 0.00 0.00 0.00 0.02 99.97 19:44:04 19:43:01 3 0.02 0.00 0.02 0.03 0.02 99.92 19:44:04 19:43:01 4 0.07 0.00 0.00 0.00 0.02 99.92 19:44:04 19:43:01 5 0.05 0.00 0.03 0.00 0.02 99.90 19:44:04 19:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:44:04 19:44:01 all 3.11 0.00 1.34 0.51 0.02 95.02 19:44:04 19:44:01 0 3.16 0.00 1.41 0.95 0.02 94.46 19:44:04 19:44:01 1 3.83 0.00 1.49 0.08 0.02 94.58 19:44:04 19:44:01 2 2.90 0.00 1.12 0.03 0.00 95.95 19:44:04 19:44:01 3 2.92 0.00 1.54 2.78 0.02 92.74 19:44:04 19:44:01 4 2.83 0.00 1.34 0.12 0.02 95.70 19:44:04 19:44:01 5 3.44 0.00 1.35 0.02 0.02 95.17 19:44:04 19:44:01 6 2.83 0.00 1.07 0.03 0.02 96.05 19:44:04 19:44:01 7 2.96 0.00 1.44 0.03 0.03 95.53 19:44:04 Average: all 6.83 0.00 1.68 0.49 0.02 90.98 19:44:04 Average: 0 6.87 0.00 1.61 0.53 0.02 90.97 19:44:04 Average: 1 6.83 0.00 1.72 0.62 0.02 90.81 19:44:04 Average: 2 6.91 0.00 1.66 0.42 0.02 90.99 19:44:04 Average: 3 6.81 0.00 1.71 0.57 0.02 90.89 19:44:04 Average: 4 6.86 0.00 1.71 0.41 0.02 91.00 19:44:04 Average: 5 6.91 0.00 1.67 0.29 0.03 91.11 19:44:04 Average: 6 6.89 0.00 1.65 0.49 0.02 90.94 19:44:04 Average: 7 6.57 0.00 1.72 0.60 0.02 91.08 19:44:04 19:44:04 19:44:04