Pull request #4162 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 56197c73f71f0f9cf282d84b83408d9dd1fd534f+1c2713d9029e55087dd93f5580eeccca20fdfc13 (6c875a51a7f325719300a50677ff01243f05e0c1) 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-ssh8675379575176069077.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-ssh1681167795466982076.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-4162/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-4162/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9066465066809313785.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-4162/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5447481655304962490.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-ssh13393242917122153930.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-4162/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-4162/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2783774280963464776.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-453’ Running on prd-ubuntu20.04-docker-8c-8g-455 in /w/workspace/edgexfoundry_edgex-go_PR-4162 [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 Merging remotes/origin/main commit 1c2713d9029e55087dd93f5580eeccca20fdfc13 into PR head commit 56197c73f71f0f9cf282d84b83408d9dd1fd534f > 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/4162/head:refs/remotes/origin/PR-4162 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56197c73f71f0f9cf282d84b83408d9dd1fd534f # 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 1c2713d9029e55087dd93f5580eeccca20fdfc13 # timeout=10 Merge succeeded, producing 56197c73f71f0f9cf282d84b83408d9dd1fd534f Checking out Revision 56197c73f71f0f9cf282d84b83408d9dd1fd534f (PR-4162) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/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:15:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:15:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:15:36 ========================================================= 19:15:36 EdgeX Global Pipelines Version Info 19:15:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56197c73f71f0f9cf282d84b83408d9dd1fd534f # timeout=10 19:15:37 ------------------- 19:15:37 stable info: 19:15:37 ------------------- 19:15:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:15:37 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 19:15:37 Message: update stable to v1.0.239 19:15:38 ------------------- 19:15:38 experimental info: 19:15:38 ------------------- 19:15:38 Commited By: **** collab-it+edgex@linuxfoundation.org 19:15:38 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 19:15:38 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:15:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4162 [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4162 [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4162 [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 56197c73f71f0f9cf282d84b83408d9dd1fd534f [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 56197c7 [Pipeline] echo 19:15:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:15:39 provisioning config files... 19:15:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12773914291498507363tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:15:40 ---> docker-login.sh 19:15:40 nexus3.edgexfoundry.org:10001 19:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:40 Configure a credential helper to remove this warning. See 19:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:40 19:15:40 Login Succeeded 19:15:40 nexus3.edgexfoundry.org:10002 19:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:40 Configure a credential helper to remove this warning. See 19:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:40 19:15:40 Login Succeeded 19:15:40 nexus3.edgexfoundry.org:10003 19:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:40 Configure a credential helper to remove this warning. See 19:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:40 19:15:40 Login Succeeded 19:15:40 nexus3.edgexfoundry.org:10004 19:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:40 Configure a credential helper to remove this warning. See 19:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:40 19:15:40 Login Succeeded 19:15:40 docker.io 19:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:41 Configure a credential helper to remove this warning. See 19:15:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:41 19:15:41 Login Succeeded 19:15:41 ---> docker-login.sh ends [Pipeline] } 19:15:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:15:41 + 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:15:41 + dirname cmd/core-command/Dockerfile 19:15:41 + cut -d/ -f2 19:15:41 + echo core-command,cmd/core-command/Dockerfile 19:15:41 + + cut -d/ -f2 19:15:41 dirname cmd/core-data/Dockerfile 19:15:41 + echo core-data,cmd/core-data/Dockerfile 19:15:41 + dirname+ cmd/core-metadata/Dockerfile 19:15:41 cut -d/ -f2 19:15:41 + echo core-metadata,cmd/core-metadata/Dockerfile 19:15:41 + + dirname cmd/security-bootstrapper/Dockerfile 19:15:41 cut -d/ -f2 19:15:41 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:15:41 + + dirname cmd/security-proxy-setup/Dockerfile 19:15:41 cut -d/ -f2 19:15:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:15:41 + dirname cmd/security-secretstore-setup/Dockerfile 19:15:41 + cut -d/ -f2 19:15:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:15:41 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:15:41 + cut -d/ -f2 19:15:41 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:15:41 + dirname cmd/security-spire-agent/Dockerfile 19:15:41 + cut -d/ -f2 19:15:41 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:15:41 + dirname cmd/security-spire-config/Dockerfile 19:15:41 + cut -d/ -f2 19:15:41 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:15:41 + dirname cmd/security-spire-server/Dockerfile 19:15:41 + cut -d/ -f2 19:15:41 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:15:41 + dirname cmd/support-notifications/Dockerfile 19:15:41 + cut -d/ -f2 19:15:41 + echo support-notifications,cmd/support-notifications/Dockerfile 19:15:41 + dirname cmd/support-scheduler/Dockerfile 19:15:41 + cut -d/ -f2 19:15:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:15:41 + dirname cmd/sys-mgmt-agent/Dockerfile 19:15:41 + cut -d/ -f2 19:15:41 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:15:41 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:15:42 + git rev-list -1 --merges 56197c73f71f0f9cf282d84b83408d9dd1fd534f~1..56197c73f71f0f9cf282d84b83408d9dd1fd534f [Pipeline] echo 19:15:42 -----------> git rev-list -1 --merges 56197c73f71f0f9cf282d84b83408d9dd1fd534f~1..56197c73f71f0f9cf282d84b83408d9dd1fd534f 56197c73f71f0f9cf282d84b83408d9dd1fd534f [false] [Pipeline] sh 19:15:42 + git log --format=format:%s -1 56197c73f71f0f9cf282d84b83408d9dd1fd534f [Pipeline] echo 19:15:42 ========================================================= 19:15:42 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:15:42 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:15:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:15:43 + grep -v github /etc/ssh/ssh_known_hosts 19:15:43 + [ -e /tmp/ssh_known_hosts ] 19:15:43 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:15:43 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:15:43 + sudo tee -a /etc/ssh/ssh_known_hosts 19:15:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:15:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:15:43 19:15:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:15:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:15:43 0.1.4: Pulling from edgex-devops/py-git-semver 19:15:43 b85a868b505f: Pulling fs layer 19:15:43 e2be974225ed: Pulling fs layer 19:15:43 339a4e72a1f5: Pulling fs layer 19:15:43 988bab9f4d93: Pulling fs layer 19:15:43 1469e6f7b9e6: Pulling fs layer 19:15:43 eaf3925da568: Pulling fs layer 19:15:43 bab4dde63d76: Pulling fs layer 19:15:43 bde34c3a00c8: Pulling fs layer 19:15:43 b352a97aabf1: Pulling fs layer 19:15:43 4872d77fe225: Pulling fs layer 19:15:43 5851b861e8e6: Pulling fs layer 19:15:43 b352a97aabf1: Waiting 19:15:43 988bab9f4d93: Waiting 19:15:43 bde34c3a00c8: Waiting 19:15:43 1469e6f7b9e6: Waiting 19:15:43 eaf3925da568: Waiting 19:15:43 5851b861e8e6: Waiting 19:15:43 bab4dde63d76: Waiting 19:15:43 e2be974225ed: Download complete 19:15:43 988bab9f4d93: Download complete 19:15:44 1469e6f7b9e6: Verifying Checksum 19:15:44 1469e6f7b9e6: Download complete 19:15:44 eaf3925da568: Download complete 19:15:44 339a4e72a1f5: Verifying Checksum 19:15:44 339a4e72a1f5: Download complete 19:15:44 bde34c3a00c8: Download complete 19:15:44 b352a97aabf1: Download complete 19:15:44 4872d77fe225: Download complete 19:15:44 5851b861e8e6: Verifying Checksum 19:15:44 5851b861e8e6: Download complete 19:15:44 b85a868b505f: Verifying Checksum 19:15:44 b85a868b505f: Download complete 19:15:44 bab4dde63d76: Verifying Checksum 19:15:44 bab4dde63d76: Download complete 19:15:45 b85a868b505f: Pull complete 19:15:45 e2be974225ed: Pull complete 19:15:46 339a4e72a1f5: Pull complete 19:15:46 988bab9f4d93: Pull complete 19:15:46 1469e6f7b9e6: Pull complete 19:15:46 eaf3925da568: Pull complete 19:15:48 bab4dde63d76: Pull complete 19:15:48 bde34c3a00c8: Pull complete 19:15:48 b352a97aabf1: Pull complete 19:15:48 4872d77fe225: Pull complete 19:15:48 5851b861e8e6: Pull complete 19:15:48 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:15:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:15:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:15:49 prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container 19:15:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:15:50 $ docker top 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 -eo pid,comm 19:15:50 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:15:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:15:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:15:50 [ssh-agent] Looking for ssh-agent implementation... 19:15:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:15:50 $ docker exec 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 ssh-agent 19:15:50 SSH_AUTH_SOCK=/tmp/ssh-K4jDCXnGxgpO/agent.32 19:15:50 SSH_AGENT_PID=38 19:15:50 Running ssh-add (command line suppressed) 19:15:50 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5930205113561710241.key (/w/workspace/edgex-go/1@tmp/private_key_5930205113561710241.key) 19:15:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:15:51 + git tag --points-at HEAD [Pipeline] } 19:15:51 $ docker exec --env ******** --env ******** 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 ssh-agent -k 19:15:51 unset SSH_AUTH_SOCK; 19:15:51 unset SSH_AGENT_PID; 19:15:51 echo Agent pid 38 killed; 19:15:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:15:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:15:51 [ssh-agent] Looking for ssh-agent implementation... 19:15:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:15:51 $ docker exec 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 ssh-agent 19:15:51 SSH_AUTH_SOCK=/tmp/ssh-gdw9wPC8X4D0/agent.70 19:15:51 SSH_AGENT_PID=76 19:15:51 Running ssh-add (command line suppressed) 19:15:51 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8262391655966376026.key (/w/workspace/edgex-go/1@tmp/private_key_8262391655966376026.key) 19:15:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:15:52 + git semver init 19:15:52 2022-09-21 19:15:52,362 [run_init] DEBUG init version:0.0.0 force:False 19:15:52 2022-09-21 19:15:52,363 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:15:52 2022-09-21 19:15:52,364 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:15:52 2022-09-21 19:15:52,364 [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:15:56 2022-09-21 19:15:56,538 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:15:56 2022-09-21 19:15:56,538 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4162 with force:False 19:15:56 2022-09-21 19:15:56,538 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4162 19:15:56 2022-09-21 19:15:56,541 [execute] INFO git cat-file --batch-check 19:15:56 2022-09-21 19:15:56,541 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:15:56 2022-09-21 19:15:56,547 [execute] INFO git cat-file --batch 19:15:56 2022-09-21 19:15:56,548 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:15:56 2022-09-21 19:15:56,554 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4162 19:15:56 0.0.0 [Pipeline] } 19:15:56 $ docker exec --env ******** --env ******** 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 ssh-agent -k 19:15:56 unset SSH_AUTH_SOCK; 19:15:56 unset SSH_AGENT_PID; 19:15:56 echo Agent pid 76 killed; 19:15:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:15:57 + git semver [Pipeline] } 19:15:57 $ docker stop --time=1 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 19:15:58 $ docker rm -f 2a7ddb3cd7e4dc26c5335e699a278834a6d246d8d90d3e4bb90e8204ec89a403 [Pipeline] // withDockerContainer [Pipeline] sh 19:15:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:15:59 Stashed 1 file(s) [Pipeline] echo 19:15:59 [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:16:00 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:16:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:16:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:16:00 ========================================================= 19:16:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:16:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:16:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:16:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:16:00 2408cc74d12b: Pulling fs layer 19:16:00 ea60b727a1ce: Pulling fs layer 19:16:00 30c4a7721957: Pulling fs layer 19:16:00 370296b7ddb6: Pulling fs layer 19:16:00 7c6cee850709: Pulling fs layer 19:16:00 39a5fcdaea64: Pulling fs layer 19:16:00 d94ebbe4e438: Pulling fs layer 19:16:00 bcfd1f05c69d: Pulling fs layer 19:16:00 59ccb84bbe0f: Pulling fs layer 19:16:00 39a5fcdaea64: Waiting 19:16:00 d94ebbe4e438: Waiting 19:16:00 bcfd1f05c69d: Waiting 19:16:00 59ccb84bbe0f: Waiting 19:16:00 370296b7ddb6: Waiting 19:16:00 7c6cee850709: Waiting 19:16:00 30c4a7721957: Download complete 19:16:00 ea60b727a1ce: Download complete 19:16:00 7c6cee850709: Download complete 19:16:00 39a5fcdaea64: Verifying Checksum 19:16:00 39a5fcdaea64: Download complete 19:16:00 2408cc74d12b: Verifying Checksum 19:16:00 d94ebbe4e438: Verifying Checksum 19:16:00 d94ebbe4e438: Download complete 19:16:00 2408cc74d12b: Pull complete 19:16:00 ea60b727a1ce: Pull complete 19:16:01 30c4a7721957: Pull complete 19:16:01 59ccb84bbe0f: Verifying Checksum 19:16:01 59ccb84bbe0f: Download complete 19:16:01 bcfd1f05c69d: Verifying Checksum 19:16:01 bcfd1f05c69d: Download complete 19:16:01 370296b7ddb6: Verifying Checksum 19:16:01 370296b7ddb6: Download complete 19:16:05 370296b7ddb6: Pull complete 19:16:05 7c6cee850709: Pull complete 19:16:05 39a5fcdaea64: Pull complete 19:16:05 d94ebbe4e438: Pull complete 19:16:08 bcfd1f05c69d: Pull complete 19:16:08 59ccb84bbe0f: Pull complete 19:16:08 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 19:16:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:16:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:16:09 + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:16:09 WORKDIR /edgex 19:16:09 COPY go.mod . 19:16:09 RUN go mod download 19:16:09 docker build -t ci-base-image-x86_64 -f - . 19:16:10 Sending build context to Docker daemon 169.5MB 19:16:10 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:16:10 ---> a4fb48ad2a94 19:16:10 Step 2/4 : WORKDIR /edgex 19:16:11 ---> Running in bb4bb571b4f7 19:16:11 Removing intermediate container bb4bb571b4f7 19:16:11 ---> 3ea9840b7548 19:16:11 Step 3/4 : COPY go.mod . 19:16:11 ---> 31e249bd0064 19:16:11 Step 4/4 : RUN go mod download 19:16:11 ---> Running in 223016f252ea 19:16:14 Still waiting to schedule task 19:16:14 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-454’ 19:16:23 Removing intermediate container 223016f252ea 19:16:23 ---> ad4ef8de464a 19:16:23 Successfully built ad4ef8de464a 19:16:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:16:24 + docker inspect -f . ci-base-image-x86_64 19:16:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:16:24 prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container 19:16:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:16:24 $ docker top e0d0c3333cc9a77c2b69073d05acd61d4cfebe966174ecc90bac3faf1cc21e04 -eo pid,comm [Pipeline] { [Pipeline] sh 19:16:25 + go version 19:16:25 go version go1.18.3 linux/amd64 [Pipeline] } 19:16:25 $ docker stop --time=1 e0d0c3333cc9a77c2b69073d05acd61d4cfebe966174ecc90bac3faf1cc21e04 19:16:26 $ docker rm -f e0d0c3333cc9a77c2b69073d05acd61d4cfebe966174ecc90bac3faf1cc21e04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:16:27 + docker inspect -f . ci-base-image-x86_64 19:16:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:16:27 prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container 19:16:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:16:27 $ docker top 5ca6d33f189ccbbb97bd84af1ccc4072c35ece62467120c6e1c7a3ad86568845 -eo pid,comm [Pipeline] { [Pipeline] echo 19:16:27 ========================================================= 19:16:27 [edgeXBuildGoParallel] Running Tests and Build... 19:16:27 ========================================================= [Pipeline] sh 19:16:28 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:16:28 + make test 19:16:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:16:35 ? github.com/edgexfoundry/edgex-go [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:16:50 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:16:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.071s coverage: 28.7% of statements 19:16:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:16:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:16:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.100s coverage: 98.5% of statements 19:16:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/external 0.100s coverage: 75.6% of statements 19:16:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:16:51 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:16:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.086s coverage: 54.2% of statements 19:16:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:16:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.805s coverage: 89.2% of statements 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.126s coverage: 2.0% of statements 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.541s coverage: 95.6% of statements 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/io 0.075s coverage: 72.2% of statements 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.069s coverage: 60.0% of statements 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.069s coverage: 0.9% of statements 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.117s coverage: 58.8% of statements 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.055s coverage: 29.6% of statements 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 19:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements 19:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.209s coverage: 80.8% of statements 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.020s coverage: 65.1% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 86.9% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 58.8% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.0% of statements 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.085s coverage: 85.4% of statements 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.208s coverage: 91.2% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 64.7% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.337s coverage: 65.8% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.166s coverage: 41.8% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.077s coverage: 89.5% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.088s coverage: 17.7% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.183s coverage: 92.3% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.109s coverage: 97.7% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:17:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 19:17:10 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:17:28 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:17:28 GO111MODULE=on go vet ./... 19:17:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:17:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:17:33 ./bin/test-attribution-txt.sh 19:17:33 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 19:17:33 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 19:17:33 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 19:17:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:17:33 + ls -al . 19:17:33 total 748 19:17:33 drwxrwxr-x 10 1001 1001 4096 Sep 21 19:16 . 19:17:33 drwxr-xr-x 4 root root 4096 Sep 21 19:16 .. 19:17:33 -rw-rw-r-- 1 1001 1001 16 Sep 21 19:15 .dockerignore 19:17:33 drwxrwxr-x 8 1001 1001 4096 Sep 21 19:17 .git 19:17:33 drwxrwxr-x 3 1001 1001 4096 Sep 21 19:15 .github 19:17:33 -rw-rw-r-- 1 1001 1001 1030 Sep 21 19:15 .gitignore 19:17:33 -rw-rw-r-- 1 1001 1001 42 Sep 21 19:15 .golangci.yml 19:17:33 -rw-rw-r-- 1 1001 1001 87 Sep 21 19:15 .hadolint.yml 19:17:33 drwxr-xr-x 3 1001 1001 4096 Sep 21 19:15 .semver 19:17:33 -rw-rw-r-- 1 1001 1001 166 Sep 21 19:15 .sonarcloud.properties 19:17:33 -rw-rw-r-- 1 1001 1001 1171 Sep 21 19:15 ADOPTERS.md 19:17:33 -rw-rw-r-- 1 1001 1001 10347 Sep 21 19:15 Attribution.txt 19:17:33 -rw-rw-r-- 1 1001 1001 63209 Sep 21 19:15 CHANGELOG.md 19:17:33 -rw-rw-r-- 1 1001 1001 3804 Sep 21 19:15 CONTRIBUTING.md 19:17:33 -rw-rw-r-- 1 1001 1001 677 Sep 21 19:15 GOVERNANCE.md 19:17:33 -rw-rw-r-- 1 1001 1001 850 Sep 21 19:15 Jenkinsfile 19:17:33 -rw-rw-r-- 1 1001 1001 10775 Sep 21 19:15 LICENSE 19:17:33 -rw-rw-r-- 1 1001 1001 13724 Sep 21 19:15 Makefile 19:17:33 -rw-rw-r-- 1 1001 1001 582 Sep 21 19:15 OWNERS.md 19:17:33 -rw-rw-r-- 1 1001 1001 9799 Sep 21 19:15 README.md 19:17:33 -rw-rw-r-- 1 1001 1001 6912 Sep 21 19:15 SECURITY.md 19:17:33 -rw-rw-r-- 1 1001 1001 5 Sep 21 19:15 VERSION 19:17:33 -rw-rw-r-- 1 1001 1001 4131 Sep 21 19:15 ZMQWindows.md 19:17:33 drwxrwxr-x 2 1001 1001 4096 Sep 21 19:15 bin 19:17:33 drwxrwxr-x 18 1001 1001 4096 Sep 21 19:15 cmd 19:17:33 -rw-r--r-- 1 root root 494099 Sep 21 19:17 coverage.out 19:17:33 -rw-rw-r-- 1 1001 1001 3458 Sep 21 19:15 go.mod 19:17:33 -rw-rw-r-- 1 1001 1001 38040 Sep 21 19:15 go.sum 19:17:33 drwxrwxr-x 8 1001 1001 4096 Sep 21 19:15 internal 19:17:33 drwxrwxr-x 3 1001 1001 4096 Sep 21 19:15 openapi 19:17:33 drwxrwxr-x 4 1001 1001 4096 Sep 21 19:15 snap 19:17:33 -rw-rw-r-- 1 1001 1001 204 Sep 21 19:15 version.go [Pipeline] sh 19:17:33 + '[' -e coverage.out ] 19:17:33 + chown 1001:1001 coverage.out [Pipeline] stash 19:17:34 Stashed 1 file(s) [Pipeline] sh 19:17:34 + make build 19:17:34 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:17: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-metadata/core-metadata ./cmd/core-metadata 19:17:56 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:17:57 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:18:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:18:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:18:06 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:18: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:18:08 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:18:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:18:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:18:11 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:18:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:18:14 $ docker stop --time=1 5ca6d33f189ccbbb97bd84af1ccc4072c35ece62467120c6e1c7a3ad86568845 19:18:16 $ docker rm -f 5ca6d33f189ccbbb97bd84af1ccc4072c35ece62467120c6e1c7a3ad86568845 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:18:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:18:17 19:18:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:18:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:18:18 latest: Pulling from edgex-devops/edgex-compose 19:18:18 cbdbe7a5bc2a: Pulling fs layer 19:18:18 ca9280d653b3: Pulling fs layer 19:18:18 7e9c9ca2126c: Pulling fs layer 19:18:18 cbdbe7a5bc2a: Verifying Checksum 19:18:18 cbdbe7a5bc2a: Download complete 19:18:18 cbdbe7a5bc2a: Pull complete 19:18:18 ca9280d653b3: Verifying Checksum 19:18:18 ca9280d653b3: Download complete 19:18:18 7e9c9ca2126c: Verifying Checksum 19:18:18 7e9c9ca2126c: Download complete 19:18:18 ca9280d653b3: Pull complete 19:18:22 7e9c9ca2126c: Pull complete 19:18:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:18:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:18:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:18:22 prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container 19:18:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:18:23 $ docker top a8aa3c32b6b57692ebcd7a55a24975f479875b9cac986985ce1c7dab9eddad8f -eo pid,comm [Pipeline] { [Pipeline] sh 19:18:23 + docker-compose build --help 19:18:23 + grep parallel 19:18:24 --parallel Build images in parallel. [Pipeline] } 19:18:24 $ docker stop --time=1 a8aa3c32b6b57692ebcd7a55a24975f479875b9cac986985ce1c7dab9eddad8f 19:18:25 $ docker rm -f a8aa3c32b6b57692ebcd7a55a24975f479875b9cac986985ce1c7dab9eddad8f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:18:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:18:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:18:26 prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container 19:18:26 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:18:26 $ docker top 3093ec7506ea33b3116d6e646158d644e517926a0757ad5378c8bc183f9eeff6 -eo pid,comm [Pipeline] { [Pipeline] sh 19:18:27 + docker-compose -f ./docker-compose-build.yml build --parallel 19:18:27 Building core-command ... 19:18:27 Building core-data ... 19:18:27 Building core-metadata ... 19:18:27 Building security-bootstrapper ... 19:18:27 Building security-proxy-setup ... 19:18:27 Building security-secretstore-setup ... 19:18:27 Building security-spiffe-token-provider ... 19:18:27 Building security-spire-agent ... 19:18:27 Building security-spire-config ... 19:18:27 Building security-spire-server ... 19:18:27 Building support-notifications ... 19:18:27 Building support-scheduler ... 19:18:27 Building sys-mgmt-agent ... 19:18:27 Building core-command 19:18:27 Building security-secretstore-setup 19:18:27 Building sys-mgmt-agent 19:18:27 Building security-spiffe-token-provider 19:18:27 Building security-bootstrapper 19:18:37 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:18:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:18:37 ---> ad4ef8de464a 19:18:37 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:18:37 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:18:37 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:18:37 ---> ad4ef8de464a 19:18:37 Step 3/33 : WORKDIR /edgex-go 19:18:37 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:18:37 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:18:37 ---> ad4ef8de464a 19:18:37 Step 3/25 : WORKDIR /edgex-go 19:18:37 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:18:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:18:37 ---> ad4ef8de464a 19:18:37 Step 3/23 : WORKDIR /edgex-go 19:18:37 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:18:37 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:18:37 ---> ad4ef8de464a 19:18:37 Step 3/20 : WORKDIR /edgex-go 19:18:40 ---> Running in 8b2454afb73b 19:18:40 ---> Running in 520b44cd7514 19:18:40 ---> Running in 5b2b9537d3be 19:18:40 ---> Running in 68ff16a54afe 19:18:40 ---> Running in a8f3ee6a1643 19:18:40 Removing intermediate container 68ff16a54afe 19:18:40 ---> 879542b78638 19:18:40 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:18:40 Removing intermediate container 8b2454afb73b 19:18:40 ---> 2cf305f782e9 19:18:40 Step 4/24 : WORKDIR /edgex-go 19:18:40 Removing intermediate container a8f3ee6a1643 19:18:40 ---> 8b4430e8897b 19:18:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:40 Removing intermediate container 5b2b9537d3be 19:18:40 ---> a1fae57cd642 19:18:40 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:40 Removing intermediate container 520b44cd7514 19:18:40 ---> 6215d74963bd 19:18:40 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:40 ---> Running in 32918f9f212e 19:18:40 ---> Running in 69673d980990 19:18:40 ---> Running in 813b43d1bf9e 19:18:40 ---> Running in 8869eb5be3bd 19:18:40 ---> Running in c9f5afe2f9ed 19:18:40 Removing intermediate container 813b43d1bf9e 19:18:40 ---> 6fe5e4a1909a 19:18:40 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:40 ---> Running in ec027299c88b 19:18:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:18:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:18:41 Removing intermediate container c9f5afe2f9ed 19:18:41 ---> 5b409ddffee3 19:18:41 Step 5/33 : RUN apk add --update --no-cache make git 19:18:41 ---> Running in 05abe1ae9718 19:18:41 Removing intermediate container 69673d980990 19:18:41 ---> 642fab354587 19:18:41 Step 5/23 : RUN apk add --update --no-cache make bash git 19:18:41 v3.16.2-193-g9da6059f45 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:18:41 v3.16.2-191-gc8e9e5baa8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:18:41 OK: 17041 distinct packages available 19:18:41 ---> Running in faa9c3c0cc23 19:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:18:41 Removing intermediate container ec027299c88b 19:18:41 ---> efaeddb31156 19:18:41 Step 6/24 : RUN apk add --update --no-cache make git 19:18:41 ---> Running in 9ea3b4a22984 19:18:41 Removing intermediate container 8869eb5be3bd 19:18:41 ---> ffdf2ee43eed 19:18:41 Step 5/25 : RUN apk add --update --no-cache make git 19:18:41 OK: 211 MiB in 51 packages 19:18:41 ---> Running in 0384c59438e3 19:18:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:18:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:18:42 Removing intermediate container 32918f9f212e 19:18:42 ---> 7f87f1b753eb 19:18:42 Step 5/20 : COPY go.mod vendor* ./ 19:18:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:18:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:18:42 ---> 1182cd41e821 19:18:42 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:42 ---> Running in 04190b46960f 19:18:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:18:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:18:42 OK: 211 MiB in 51 packages 19:18:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:18:42 OK: 211 MiB in 51 packages 19:18:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:18:43 Removing intermediate container 05abe1ae9718 19:18:43 ---> 63804b6a12c4 19:18:43 Step 6/33 : COPY go.mod vendor* ./ 19:18:43 ---> 2070def7c872 19:18:43 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:43 OK: 211 MiB in 51 packages 19:18:43 ---> Running in eec37290a228 19:18:43 OK: 211 MiB in 51 packages 19:18:43 Removing intermediate container faa9c3c0cc23 19:18:43 ---> b42c2358d04e 19:18:43 Step 6/23 : COPY go.mod vendor* ./ 19:18:43 ---> 999c9891fca8 19:18:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:43 ---> Running in 73653a6a4327 19:18:43 Removing intermediate container 0384c59438e3 19:18:43 ---> 41c6431c9396 19:18:43 Step 6/25 : COPY go.mod vendor* ./ 19:18:43 Removing intermediate container 9ea3b4a22984 19:18:43 ---> 186bdb76993c 19:18:43 Step 7/24 : COPY go.mod vendor* ./ 19:18:43 ---> ef06e7f64638 19:18:43 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:43 ---> Running in 1fa765c65752 19:18:43 ---> 95101ba387eb 19:18:43 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:43 ---> Running in c88f3112a19b 19:18:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-456 in /w/workspace/edgexfoundry_edgex-go_PR-4162 [Pipeline] { [Pipeline] ws 19:18:49 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:18:50 The recommended git tool is: git 19:18:54 using credential edgex-jenkins-ssh 19:18:54 Cloning the remote Git repository 19:18:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:18:54 > git init /w/workspace/edgex-go/1 # timeout=10 19:18:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:18:54 > git --version # timeout=10 19:18:54 > git --version # 'git version 2.25.1' 19:18:54 using GIT_SSH to set credentials SSH Credentials for GitHub 19:18:55 Verifying host key using known hosts file 19:18:55 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:18:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:18:58 Removing intermediate container 1fa765c65752 19:18:58 ---> dd630214bdc1 19:18:58 Step 8/25 : COPY . . 19:18:58 Removing intermediate container eec37290a228 19:18:58 ---> 95dfbfd1a0ef 19:18:58 Step 8/33 : COPY . . 19:18:58 Removing intermediate container c88f3112a19b 19:18:58 ---> 2f3abb013ff9 19:18:58 Step 9/24 : COPY . . 19:18:58 Removing intermediate container 73653a6a4327 19:18:58 ---> 71187e0228cc 19:18:58 Step 8/23 : COPY . . 19:18:58 Removing intermediate container 04190b46960f 19:18:58 ---> bab109e7f8bd 19:18:58 Step 7/20 : COPY . . 19:19:05 ---> 353e8e2c9839 19:19:05 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:19:05 ---> 8f7ceb5272c7 19:19:05 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:19:05 ---> aa068a01d869 19:19:05 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:19:05 ---> 59c6237eb89c 19:19:05 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:19:05 ---> dee9224c20e8 19:19:05 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:19:05 ---> Running in 700ccba7d6f3 19:19:05 ---> Running in 1ca0c770588b 19:19:05 ---> Running in 6d82cbbed3b3 19:19:05 ---> Running in 1a5258494c4c 19:19:05 ---> Running in 234064013b1f 19:19:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:19:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:19:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:19:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:19:05 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:19:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:19:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:19:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:19:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:19:11 using GIT_SSH to set credentials SSH Credentials for GitHub 19:19:11 Verifying host key using known hosts file 19:19:11 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:19:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4162/head:refs/remotes/origin/PR-4162 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:19:12 Merging remotes/origin/main commit 1c2713d9029e55087dd93f5580eeccca20fdfc13 into PR head commit 56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:19:12 Merge succeeded, producing 56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:19:12 Checking out Revision 56197c73f71f0f9cf282d84b83408d9dd1fd534f (PR-4162) 19:19:13 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 19:19:13 > git --version # timeout=10 19:19:13 > git --version # 'git version 2.25.1' 19:19:13 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:19:12 > git config core.sparsecheckout # timeout=10 19:19:12 > git checkout -f 56197c73f71f0f9cf282d84b83408d9dd1fd534f # timeout=10 19:19:12 > git remote # timeout=10 19:19:12 > git config --get remote.origin.url # timeout=10 19:19:12 using GIT_SSH to set credentials SSH Credentials for GitHub 19:19:12 Verifying host key using known hosts file 19:19:12 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:19:12 > git merge 1c2713d9029e55087dd93f5580eeccca20fdfc13 # timeout=10 19:19:12 > git rev-parse HEAD^{commit} # timeout=10 19:19:12 > git config core.sparsecheckout # timeout=10 19:19:12 > git checkout -f 56197c73f71f0f9cf282d84b83408d9dd1fd534f # timeout=10 19:19:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:19:14 % Total % Received % Xferd Average Speed Time Time Time Current 19:19:14 Dload Upload Total Spent Left Speed 19:19:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 88125 0 --:--:-- --:--:-- --:--:-- 88125 [Pipeline] sh 19:19:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:19:15 + sudo tee /etc/docker/daemon.new 19:19:15 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:19:15 { 19:19:15 "registry-mirrors": [ 19:19:15 "https://nexus3.edgexfoundry.org:10001" 19:19:15 ], 19:19:15 "bip": "10.250.0.254/24", 19:19:15 "hosts": [ 19:19:15 "tcp://0.0.0.0:5555", 19:19:15 "unix:///var/run/docker.sock" 19:19:15 ], 19:19:15 "mtu": 1458, 19:19:15 "selinux-enabled": true, 19:19:15 "seccomp-profile": "/etc/docker/seccomp.json" 19:19:15 } [Pipeline] sh 19:19:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:19:16 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:19:34 provisioning config files... 19:19:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2894636666745685576tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:19:34 ---> docker-login.sh 19:19:34 nexus3.edgexfoundry.org:10001 19:19:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:35 Configure a credential helper to remove this warning. See 19:19:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:35 19:19:35 Login Succeeded 19:19:35 nexus3.edgexfoundry.org:10002 19:19:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:35 Configure a credential helper to remove this warning. See 19:19:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:35 19:19:35 Login Succeeded 19:19:35 nexus3.edgexfoundry.org:10003 19:19:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:36 Configure a credential helper to remove this warning. See 19:19:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:36 19:19:36 Login Succeeded 19:19:36 nexus3.edgexfoundry.org:10004 19:19:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:36 Configure a credential helper to remove this warning. See 19:19:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:36 19:19:36 Login Succeeded 19:19:36 docker.io 19:19:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:37 Configure a credential helper to remove this warning. See 19:19:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:37 19:19:37 Login Succeeded 19:19:37 ---> docker-login.sh ends [Pipeline] } 19:19:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 19:19: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] sh 19:19:37 Removing intermediate container 1ca0c770588b 19:19:37 ---> 2cf2caf0d340 19:19:37 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:19:37 Removing intermediate container 1a5258494c4c 19:19:37 ---> 1cc78ec50192 19:19:37 19:19:37 Step 10/33 : FROM alpine:3.16 19:19:37 Removing intermediate container 700ccba7d6f3 19:19:37 ---> 861a436683ed 19:19:37 19:19:37 Step 10/25 : FROM alpine:3.16 19:19:37 Removing intermediate container 234064013b1f 19:19:37 ---> 169bf5819097 19:19:37 19:19:37 Step 11/24 : FROM alpine:3.16 19:19:37 ---> Running in 8c0c6a63c21b 19:19:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:19:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:19:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:19:37 ========================================================= 19:19:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:19:37 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:19:38 3.16: Pulling from library/alpine 19:19:38 3.16: Pulling from library/alpine 19:19:38 3.16: Pulling from library/alpine 19:19:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:19:38 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:19:38 b3c136eddcbf: Pulling fs layer 19:19:38 c0a3192eca97: Pulling fs layer 19:19:38 a050256f5b6f: Pulling fs layer 19:19:38 656be50a0ddc: Pulling fs layer 19:19:38 2bbca73fdf42: Pulling fs layer 19:19:38 46d945488cbd: Pulling fs layer 19:19:38 8a5474983e97: Pulling fs layer 19:19:38 329c88fbcd65: Pulling fs layer 19:19:38 656be50a0ddc: Waiting 19:19:38 2bbca73fdf42: Waiting 19:19:38 46d945488cbd: Waiting 19:19:38 8a5474983e97: Waiting 19:19:38 329c88fbcd65: Waiting 19:19:38 a050256f5b6f: Verifying Checksum 19:19:38 a050256f5b6f: Download complete 19:19:38 c0a3192eca97: Verifying Checksum 19:19:38 c0a3192eca97: Download complete 19:19:38 2bbca73fdf42: Verifying Checksum 19:19:38 2bbca73fdf42: Download complete 19:19:38 b3c136eddcbf: Verifying Checksum 19:19:38 b3c136eddcbf: Download complete 19:19:38 46d945488cbd: Verifying Checksum 19:19:38 46d945488cbd: Download complete 19:19:39 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:19:39 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:19:39 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:19:39 Status: Image is up to date for alpine:3.16 19:19:39 Status: Image is up to date for alpine:3.16 19:19:39 Status: Downloaded newer image for alpine:3.16 19:19:39 ---> 9c6f07244728 19:19:39 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:19:39 ---> 9c6f07244728 19:19:39 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:19:39 ---> 9c6f07244728 19:19:39 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:19:39 ---> Running in e8d331fa28e6 19:19:39 ---> Running in f7e71c8c0e23 19:19:39 ---> Running in eaebc0108454 19:19:39 Removing intermediate container 6d82cbbed3b3 19:19:39 ---> a230a01d0203 19:19:39 19:19:39 Step 9/20 : FROM alpine:3.15 19:19:39 Removing intermediate container eaebc0108454 19:19:39 ---> ae6c0cbbc402 19:19:39 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:19:39 3.15: Pulling from library/alpine 19:19:39 ---> Running in 510557c2ae8f 19:19:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:19:40 b3c136eddcbf: Pull complete 19:19:40 329c88fbcd65: Verifying Checksum 19:19:40 329c88fbcd65: Download complete 19:19:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:19:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:19:40 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:19:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:19:40 Status: Downloaded newer image for alpine:3.15 19:19:40 ---> c4fc93816858 19:19:40 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:19:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:19:40 ---> Running in c4bd96acd225 19:19:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:19:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:19:40 c0a3192eca97: Pull complete 19:19:40 Removing intermediate container c4bd96acd225 19:19:40 ---> 684c6f6f9abe 19:19:40 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:40 ---> Running in b3f675e3d013 19:19:40 (1/3) Installing ca-certificates (20220614-r0) 19:19:40 (2/3) Installing dumb-init (1.2.5-r1) 19:19:40 (1/1) Installing dumb-init (1.2.5-r1) 19:19:40 Executing busybox-1.35.0-r17.trigger 19:19:40 (3/3) Installing su-exec (0.2-r1) 19:19:40 Executing busybox-1.35.0-r17.trigger 19:19:40 OK: 6 MiB in 15 packages 19:19:40 Executing ca-certificates-20220614-r0.trigger 19:19:40 (1/2) Installing dumb-init (1.2.5-r1) 19:19:40 (2/2) Installing su-exec (0.2-r1) 19:19:40 Executing busybox-1.35.0-r17.trigger 19:19:40 OK: 6 MiB in 16 packages 19:19:40 OK: 6 MiB in 17 packages 19:19:40 a050256f5b6f: Pull complete 19:19:40 Removing intermediate container 8c0c6a63c21b 19:19:40 ---> 4d1bd8db50b9 19:19:40 19:19:40 Step 11/23 : FROM alpine:3.16 19:19:40 ---> 9c6f07244728 19:19: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:19:40 ---> Running in 3c933b51b5b0 19:19:40 Removing intermediate container 3c933b51b5b0 19:19:40 ---> 4ddf154a7428 19:19: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:19:40 ---> Running in 85f6d551d652 19:19:41 Removing intermediate container e8d331fa28e6 19:19:41 ---> 6e761594eb17 19:19:41 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:19:41 ---> Running in 1690bb2db3de 19:19:41 Removing intermediate container 510557c2ae8f 19:19:41 ---> 44e58165995d 19:19:41 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:19:41 ---> Running in d60691121121 19:19:41 Removing intermediate container 1690bb2db3de 19:19:41 ---> 3141cfa5f9c4 19:19:41 Step 14/24 : ENV APP_PORT=59882 19:19:41 ---> Running in 95b9dcd8042d 19:19:41 Removing intermediate container d60691121121 19:19:41 ---> a82fd635e805 19:19:41 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:19:41 ---> Running in 151dd5a7bf81 19:19:41 Removing intermediate container f7e71c8c0e23 19:19:41 ---> d8b2ea6e6eec 19:19:41 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:19:41 ---> Running in a58ee3db370d 19:19:41 Removing intermediate container 95b9dcd8042d 19:19:41 ---> 31d82621758f 19:19:41 Step 15/24 : EXPOSE $APP_PORT 19:19:41 ---> Running in 1bb9c5306ca7 19:19:41 Removing intermediate container 151dd5a7bf81 19:19:41 ---> ba61229c5258 19:19:41 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:19:41 8a5474983e97: Download complete 19:19:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:19:41 ---> Running in 8f505dc92fe6 19:19:41 Removing intermediate container b3f675e3d013 19:19:41 ---> 88305511eb2c 19:19:41 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:19:41 Removing intermediate container a58ee3db370d 19:19:41 ---> 6b5ddfcc64be 19:19:41 Step 13/25 : WORKDIR / 19:19:41 ---> Running in e9e54dc7ff46 19:19:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:19:41 Removing intermediate container 1bb9c5306ca7 19:19:41 ---> 6debfaf3c34f 19:19:41 Step 16/24 : WORKDIR / 19:19:41 ---> Running in 17d386f9b1bc 19:19:41 Removing intermediate container 8f505dc92fe6 19:19:41 ---> 9ab70f5bee9f 19:19:41 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:19:41 ---> Running in e510af6f370f 19:19:41 ---> Running in 33a4b448a0ea 19:19:41 Removing intermediate container 17d386f9b1bc 19:19:41 ---> 5877d05c35ac 19:19:41 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:19:41 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:19:41 Removing intermediate container 33a4b448a0ea 19:19:41 Removing intermediate container e510af6f370f 19:19:41 ---> fa5280af8c62 19:19:41 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:19:41 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:19:41 ---> 2d0170344b3a 19:19:41 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:19:41 (3/33) Installing readline (8.1.2-r0) 19:19:41 (4/33) Installing bash (5.1.16-r2) 19:19:41 ---> Running in 45dc5ddf525f 19:19:41 Executing bash-5.1.16-r2.post-install 19:19:41 (5/33) Installing ca-certificates (20220614-r0) 19:19:41 (6/33) Installing brotli-libs (1.0.9-r6) 19:19:41 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:19:41 ---> ca7b3bfac1e7 19:19:41 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:19:41 (8/33) Installing libcurl (7.83.1-r3) 19:19:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:19:41 (9/33) Installing curl (7.83.1-r3) 19:19:41 (10/33) Installing docker-cli (20.10.18-r0) 19:19:41 656be50a0ddc: Download complete 19:19:42 ---> ebc04cb94aeb 19:19:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:19:42 ---> aaea5dfd888c 19:19:42 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:19:42 (11/33) Installing dumb-init (1.2.5-r1) 19:19:42 (12/33) Installing libbz2 (1.0.8-r1) 19:19:42 (13/33) Installing expat (2.4.9-r0) 19:19:42 (14/33) Installing libffi (3.4.2-r1) 19:19:42 (15/33) Installing gdbm (1.23-r0) 19:19:42 (16/33) Installing xz-libs (5.2.5-r1) 19:19:42 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:19:42 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:19:42 (19/33) Installing mpdecimal (2.5.1-r1) 19:19:42 (20/33) Installing sqlite-libs (3.38.5-r0) 19:19:42 (21/33) Installing python3 (3.10.5-r0) 19:19:42 ---> 1fd680d8db37 19:19:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:19:42 ---> c2c7d997770c 19:19:42 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:19:42 ---> 498e6ffa381d 19:19:42 Step 20/24 : ENTRYPOINT ["/core-command"] 19:19:42 Removing intermediate container 45dc5ddf525f 19:19:42 ---> b64826e24f66 19:19:42 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:19:42 ---> Running in d2d9a055ea94 19:19:42 ---> 8f58c12aca25 19:19:42 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:19:42 ---> Running in fce9d9e8c8c8 19:19:42 Removing intermediate container d2d9a055ea94 19:19:42 ---> 8c82001d1203 19:19:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:19:42 ---> Running in 198da0b94da0 19:19:42 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:19:42 (23/33) Installing py3-tomli (2.0.1-r1) 19:19:42 Removing intermediate container fce9d9e8c8c8 19:19:42 ---> a9f4540af15d 19:19:42 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:19:42 (24/33) Installing py3-pep517 (0.12.0-r2) 19:19:42 (25/33) Installing py3-six (1.16.0-r1) 19:19:42 Removing intermediate container 198da0b94da0 19:19:42 ---> c60c6c4c4132 19:19:42 Step 22/24 : LABEL arch=x86_64 19:19:42 (26/33) Installing py3-retrying (1.3.3-r3) 19:19:43 (27/33) Installing py3-appdirs (1.4.4-r3) 19:19:43 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:19:43 ---> 72ae878fd5c2 19:19:43 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:19:43 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:19:43 (30/33) Installing py3-parsing (2.4.7-r3) 19:19:43 ---> Running in 3b7f9095b711 19:19:43 (31/33) Installing py3-packaging (21.3-r0) 19:19:43 (32/33) Installing py3-setuptools (59.4.0-r0) 19:19:43 (33/33) Installing py3-pip (22.1.1-r0) 19:19:43 v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:19:43 v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:19:43 OK: 15857 distinct packages available 19:19:43 ---> 4d1f56c98ead 19:19:43 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:19:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:19:43 Removing intermediate container 3b7f9095b711 19:19:43 ---> 5d6027d34440 19:19:43 Step 23/24 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:19:43 ---> Running in fd1b3847dd53 19:19:43 Executing busybox-1.35.0-r17.trigger 19:19:43 Executing ca-certificates-20220614-r0.trigger 19:19:43 OK: 122 MiB in 47 packages 19:19:43 ---> Running in abf4e60609cd 19:19:43 ---> cb1976f80799 19:19:43 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:19:43 Removing intermediate container abf4e60609cd 19:19:43 ---> 71d863f1fe29 19:19:43 Step 24/24 : LABEL version=0.0.0 19:19:43 ---> Running in 6208470fe9d7 19:19:43 ---> f2802697bbcc 19:19:43 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:19:43 Removing intermediate container 6208470fe9d7 19:19:43 ---> f6a5614e39aa 19:19:43 19:19:43 ---> Running in a75665164947 19:19:43 Successfully built f6a5614e39aa 19:19:43 Successfully tagged core-command:latest 19:19:43 Building security-spire-agent 19:19:43  Building core-command ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:19:44 (1/9) Installing ca-certificates (20220614-r0) 19:19:44 (2/9) Installing brotli-libs (1.0.9-r5) 19:19:44 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:19:44 (4/9) Installing libcurl (7.80.0-r3) 19:19:44 (5/9) Installing curl (7.80.0-r3) 19:19:44 Removing intermediate container fd1b3847dd53 19:19:44 ---> 602f79f02921 19:19:44 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:19:44 (6/9) Installing dumb-init (1.2.5-r1) 19:19:44 (7/9) Installing musl-obstack (1.2.3-r0) 19:19:44 Removing intermediate container a75665164947 19:19:44 ---> fb4a3d1521bc 19:19:44 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:19:44 (8/9) Installing libucontext (1.1-r0) 19:19:44 ---> fb62b1a59752 19:19:44 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:19:44 ---> Running in aba2f0874bb8 19:19:44 (9/9) Installing gcompat (1.0.0-r4) 19:19:45 Executing busybox-1.34.1-r7.trigger 19:19:45 Executing ca-certificates-20220614-r0.trigger 19:19:45 Removing intermediate container aba2f0874bb8 19:19:45 ---> 2882a5383baa 19:19:45 Step 23/25 : LABEL arch=x86_64 19:19:45 ---> Running in f41525ef8cdf 19:19:45 OK: 8 MiB in 23 packages 19:19:45 Removing intermediate container f41525ef8cdf 19:19:45 ---> f3f2680ac94a 19:19:45 Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:19:45 ---> c265422d8bf1 19:19:45 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:19:45 ---> Running in 02ec8fea0401 19:19:45 Removing intermediate container 02ec8fea0401 19:19:45 ---> 81670e5f6b79 19:19:45 Step 25/25 : LABEL version=0.0.0 19:19:45 ---> Running in 5d46526c0eaa 19:19:45 ---> f18f44fa3365 19:19:45 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:19:45 Removing intermediate container e9e54dc7ff46 19:19:45 ---> ef348d5b3015 19:19:45 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:19:45 Removing intermediate container 5d46526c0eaa 19:19:45 ---> b58c0eecc0d5 19:19:45 19:19:45 ---> 206947a164f6 19:19:45 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:19:45 Successfully built b58c0eecc0d5 19:19:45 Successfully tagged security-secretstore-setup:latest 19:19:45 Building support-scheduler 19:19:45  Building security-secretstore-setup ... done  ---> e52c1fa5627f 19:19:45 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:19:45 ---> 0d026b15a27b 19:19:45 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:19:46 Collecting docker-compose==1.23.2 19:19:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:19:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 25.4 MB/s eta 0:00:00 19:19:46 Collecting jsonschema<3,>=2.5.1 19:19:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:19:46 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:19:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:19:46 ---> ad4ef8de464a 19:19:46 Step 3/26 : WORKDIR /edgex-go 19:19:46 ---> Using cache 19:19:46 ---> 6215d74963bd 19:19:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:46 ---> Using cache 19:19:46 ---> 5b409ddffee3 19:19:46 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:19:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:19:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:19:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 120.5 MB/s eta 0:00:00 19:19:46 Collecting websocket-client<1.0,>=0.32.0 19:19:46 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:19:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 127.0 MB/s eta 0:00:00 19:19:46 Collecting dockerpty<0.5,>=0.4.1 19:19:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:19:46 Preparing metadata (setup.py): started 19:19:46 Preparing metadata (setup.py): finished with status 'done' 19:19:46 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:19:47 Collecting PyYAML<4,>=3.10 19:19:47 Downloading PyYAML-3.13.tar.gz (270 kB) 19:19:47 ---> 96309524b6da 19:19:47 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:19:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 27.9 MB/s eta 0:00:00 19:19:47 ---> Running in 137ee3bae572 19:19:47 ---> 9065d0dba54d 19:19:47 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:19:47 Preparing metadata (setup.py): started 19:19:47 ---> 961eae1a32d7 19:19:47 Step 28/33 : RUN chmod +x /entrypoint.sh 19:19:47 ---> fcf8d5d4c19c 19:19:47 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:19:47 ---> Running in 02768a7ffb8a 19:19:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:19:47 ---> Running in de53ac4e4b17 19:19:47 Preparing metadata (setup.py): finished with status 'done' 19:19:47 Removing intermediate container de53ac4e4b17 19:19:47 ---> da0002814885 19:19:47 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:47 Collecting docopt<0.7,>=0.6.1 19:19:47 Downloading docopt-0.6.2.tar.gz (25 kB) 19:19:47 Preparing metadata (setup.py): started 19:19:47 ---> Running in 0f7fc32438d5 19:19:47 Removing intermediate container 0f7fc32438d5 19:19:47 ---> 156f9a16fb21 19:19:47 Step 18/20 : LABEL arch=x86_64 19:19:47 ---> Running in 34122de71081 19:19:47 Preparing metadata (setup.py): finished with status 'done' 19:19:47 Collecting cached-property<2,>=1.2.0 19:19:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:19:47 Collecting texttable<0.10,>=0.9.0 19:19:48 Downloading texttable-0.9.1.tar.gz (11 kB) 19:19:48 Preparing metadata (setup.py): started 19:19:48 Removing intermediate container 34122de71081 19:19:48 ---> 8c50d4e0d3e1 19:19:48 Step 19/20 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:19:48 ---> Running in 86ddcef28bd8 19:19:48 Removing intermediate container 02768a7ffb8a 19:19:48 ---> e98d4a68f0db 19:19:48 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:19:48 ---> Running in 848d02a4b92c 19:19:48 Removing intermediate container 86ddcef28bd8 19:19:48 ---> acc2436e778f 19:19:48 Step 20/20 : LABEL version=0.0.0 19:19:48 Preparing metadata (setup.py): finished with status 'done' 19:19:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:19:48 ---> Running in b337126c42d2 19:19:48 Collecting docker<4.0,>=3.6.0 19:19:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:19:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 47.7 MB/s eta 0:00:00 19:19:48 Collecting docker-pycreds>=0.4.0 19:19:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:19:48 Removing intermediate container 848d02a4b92c 19:19:48 ---> be7b5977067f 19:19:48 Step 30/33 : CMD ["gate"] 19:19:48 Removing intermediate container b337126c42d2 19:19:48 ---> 7fe0fbb35c74 19:19:48 19:19:48 ---> Running in c964b6699647 19:19:48 Collecting chardet<3.1.0,>=3.0.2 19:19:48 Successfully built 7fe0fbb35c74 19:19:48 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:19:48 Successfully tagged security-spiffe-token-provider:latest 19:19:48 Building security-proxy-setup 19:19:48  Building security-spiffe-token-provider ... done  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 50.3 MB/s eta 0:00:00 19:19:48 Removing intermediate container c964b6699647 19:19:48 ---> 11c34206f05f 19:19:48 Step 31/33 : LABEL arch=x86_64 19:19:48 Collecting certifi>=2017.4.17 19:19:48 Downloading certifi-2022.9.14-py3-none-any.whl (162 kB) 19:19:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 141.7 MB/s eta 0:00:00 19:19:48 ---> Running in f983c15f929f 19:19:48 Collecting idna<2.8,>=2.5 19:19:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:19:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 184.7 MB/s eta 0:00:00 19:19:48 OK: 211 MiB in 51 packages 19:19:48 Collecting urllib3<1.25,>=1.21.1 19:19:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:19:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 132.8 MB/s eta 0:00:00 19:19:48 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:19:48 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:19:48 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:19:48 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:19:48 Removing intermediate container f983c15f929f 19:19:48 ---> 7cd224ea41ba 19:19:48 Step 32/33 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:19:48 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:19:48 Running setup.py install for texttable: started 19:19:49 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:19:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:19:49 ---> ad4ef8de464a 19:19:49 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:19:49 ---> Using cache 19:19:49 ---> 2cf305f782e9 19:19:49 Step 4/23 : WORKDIR /edgex-go 19:19:49 ---> Using cache 19:19:49 ---> 6fe5e4a1909a 19:19:49 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:49 ---> Using cache 19:19:49 ---> efaeddb31156 19:19:49 Step 6/23 : RUN apk add --update --no-cache make git 19:19:49 ---> Using cache 19:19:49 ---> 186bdb76993c 19:19:49 Step 7/23 : COPY go.mod vendor* ./ 19:19:49 ---> Using cache 19:19:49 ---> 95101ba387eb 19:19:49 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:19:49 ---> Using cache 19:19:49 ---> 2f3abb013ff9 19:19:49 Step 9/23 : COPY . . 19:19:49 ---> Using cache 19:19:49 ---> 59c6237eb89c 19:19:49 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:19:49 Running setup.py install for texttable: finished with status 'done' 19:19:49 Running setup.py install for PyYAML: started 19:19:49 ---> Running in 4963ddd0473b 19:19:49 ---> Running in 4bbc9bc0f786 19:19:49 Removing intermediate container 4963ddd0473b 19:19:49 ---> c4b0def263b7 19:19:49 Step 33/33 : LABEL version=0.0.0 19:19:49 Removing intermediate container 137ee3bae572 19:19:49 ---> a0c2e4f74c85 19:19:49 Step 6/26 : COPY go.mod vendor* ./ 19:19:49 ---> Running in 8483f236c786 19:19:49 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:19:49 Running setup.py install for PyYAML: finished with status 'done' 19:19:49 Removing intermediate container 8483f236c786 19:19:49 ---> 171f15ff9164 19:19:49 19:19:49 ---> 9039375cb225 19:19:49 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:19:49 Successfully built 171f15ff9164 19:19:49 Successfully tagged security-bootstrapper:latest 19:19:49 Building support-notifications 19:19:49  Building security-bootstrapper ... done  ---> Running in 05540d878ef0 19:19:49 Running setup.py install for docopt: started 19:19:50 Running setup.py install for docopt: finished with status 'done' 19:19:50 Running setup.py install for dockerpty: started 19:19:50 Running setup.py install for dockerpty: finished with status 'done' 19:19: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:19:51 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.14 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:19:51 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:19:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:19:51 ---> ad4ef8de464a 19:19:51 Step 3/22 : WORKDIR /edgex-go 19:19:51 ---> Using cache 19:19:51 ---> 6215d74963bd 19:19:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:51 ---> Using cache 19:19:51 ---> 5b409ddffee3 19:19:51 Step 5/22 : RUN apk add --update --no-cache make git 19:19:51 ---> Using cache 19:19:51 ---> 63804b6a12c4 19:19:51 Step 6/22 : COPY go.mod vendor* ./ 19:19:51 ---> Using cache 19:19:51 ---> 2070def7c872 19:19:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:19:51 ---> Using cache 19:19:51 ---> 95dfbfd1a0ef 19:19:51 Step 8/22 : COPY . . 19:19:51 ---> Using cache 19:19:51 ---> dee9224c20e8 19:19:51 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:19:52 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:19:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:19:52 ---> ad4ef8de464a 19:19:52 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:19:52 ---> Using cache 19:19:52 ---> 2cf305f782e9 19:19:52 Step 4/23 : WORKDIR /edgex-go 19:19:52 ---> Using cache 19:19:52 ---> 6fe5e4a1909a 19:19:52 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:52 ---> Using cache 19:19:52 ---> efaeddb31156 19:19:52 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:19:54 ---> Running in b3cfc60c29f4 19:19:54 ---> Running in d4a2b023d3b5 19:19:54 656be50a0ddc: Pull complete 19:19:54 2bbca73fdf42: Pull complete 19:19:54 46d945488cbd: Pull complete 19:19:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:19:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:19:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:19:55 OK: 211 MiB in 51 packages 19:19:57 Removing intermediate container d4a2b023d3b5 19:19:57 ---> 9c0b3f85d618 19:19:57 Step 7/23 : COPY go.mod vendor* ./ 19:19:57 ---> b8b8680794f5 19:19:57 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:19:57 ---> Running in 36b1226fb260 19:19:58 Removing intermediate container 85f6d551d652 19:19:58 ---> 864cf5330ff3 19:19:58 Step 14/23 : ENV APP_PORT=58890 19:19:58 ---> Running in b5d552b846c9 19:19:58 Removing intermediate container 05540d878ef0 19:19:58 ---> a13ec8b77039 19:19:58 Step 8/26 : COPY . . 19:19:58 Removing intermediate container b5d552b846c9 19:19:58 ---> e9ec3e958db5 19:19:58 Step 15/23 : EXPOSE $APP_PORT 19:19:59 ---> Running in d6c03b55d32f 19:19:59 8a5474983e97: Pull complete 19:19:59 Removing intermediate container d6c03b55d32f 19:19:59 ---> f0b62f87ece3 19:19:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:20:01 ---> 76b5366c830e 19:20:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:20:01 ---> 75665712a970 19:20:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:20:02 ---> 8e48c707f6d3 19:20:02 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:20:02 ---> Running in 03a90b187701 19:20:02 329c88fbcd65: Pull complete 19:20:02 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 19:20:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:20:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:20:02 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:20:02 WORKDIR /edgex 19:20:02 COPY go.mod . 19:20:02 RUN go mod download 19:20:02 + docker build -t ci-base-image-arm64 -f - . 19:20:02 Removing intermediate container 03a90b187701 19:20:02 ---> ccc152eca487 19:20:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:02 ---> Running in 9b525a8dccac 19:20:02 Removing intermediate container 9b525a8dccac 19:20:02 ---> 7d527f7314a6 19:20:02 Step 21/23 : LABEL arch=x86_64 19:20:02 ---> Running in 76fdbf662154 19:20:03 Sending build context to Docker daemon 3.242MB 19:20:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:20:03 ---> ff4287adb874 19:20:03 Step 2/4 : WORKDIR /edgex 19:20:03 Removing intermediate container 76fdbf662154 19:20:03 ---> 87e91dc2eecf 19:20:03 Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:20:03 ---> Running in e8b0e948fde5 19:20:03 Removing intermediate container e8b0e948fde5 19:20:03 ---> dc1f2c7ce6e0 19:20:03 Step 23/23 : LABEL version=0.0.0 19:20:03 ---> Running in eb3970372b5e 19:20:04 ---> 8b1111f1d6eb 19:20:04 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:20:04 ---> Running in 7be6e29a741a 19:20:04 Removing intermediate container eb3970372b5e 19:20:04 ---> bb7e3ca05c04 19:20:04 19:20:04 Removing intermediate container 7be6e29a741a 19:20:04 ---> 54e26979df01 19:20:04 Step 10/26 : WORKDIR /edgex-go/spire-build 19:20:04 Successfully built bb7e3ca05c04 19:20:04 ---> Running in f5ec5d1a0124 19:20:04 Successfully tagged sys-mgmt-agent:latest 19:20:04 Building core-data 19:20:05 ---> Running in 9d29961bc7e5 19:20:05 Removing intermediate container 9d29961bc7e5 19:20:05 ---> 4bff5be7fc70 19:20:05 Step 3/4 : COPY go.mod . 19:20:05  Building sys-mgmt-agent ... done Removing intermediate container f5ec5d1a0124 19:20:05 ---> e4514c8b02f8 19:20:05 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:20:05 ---> Running in d9f7bcd79639 19:20:05 ---> c3ed052bc3b2 19:20:05 Step 4/4 : RUN go mod download 19:20:05 ---> Running in 80570f3a71be 19:20:07 Removing intermediate container d9f7bcd79639 19:20:07 ---> 547c994b638b 19:20:07 Step 12/26 : WORKDIR /edgex-go 19:20:07 ---> Running in 0fcb78bb3939 19:20:07 Removing intermediate container 0fcb78bb3939 19:20:07 ---> c4a0cd3c6911 19:20:07 19:20:07 Step 13/26 : FROM alpine:3.15 19:20:07 ---> c4fc93816858 19:20:07 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:20:07 ---> Using cache 19:20:07 ---> 684c6f6f9abe 19:20:07 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:07 ---> Using cache 19:20:07 ---> 88305511eb2c 19:20:07 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:20:08 ---> Running in bc3d7808ee83 19:20:08 Removing intermediate container 36b1226fb260 19:20:08 ---> 7a3f8f71b024 19:20:08 Step 9/23 : COPY . . 19:20:08 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:20:09 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:20:09 ---> ad4ef8de464a 19:20:09 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:20:09 ---> Using cache 19:20:09 ---> 2cf305f782e9 19:20:09 Step 4/24 : WORKDIR /edgex-go 19:20:09 ---> Using cache 19:20:09 ---> 6fe5e4a1909a 19:20:09 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:09 ---> Using cache 19:20:09 ---> efaeddb31156 19:20:09 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:20:09 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:20:09 ---> Running in a6cae690a707 19:20:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:11 v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:20:11 v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:20:11 OK: 15857 distinct packages available 19:20:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:11 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:20:11 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:20:11 OK: 211 MiB in 51 packages 19:20:11 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:20:12 ---> 98b9bad4afcb 19:20:12 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:20:12 ---> Running in c1251325afd1 19:20:12 (1/5) Installing dumb-init (1.2.5-r1) 19:20:12 Removing intermediate container a6cae690a707 19:20:12 ---> b42b0994a6be 19:20:12 Step 7/24 : COPY go.mod vendor* ./ 19:20:12 (2/5) Installing musl-obstack (1.2.3-r0) 19:20:12 (3/5) Installing libucontext (1.1-r0) 19:20:12 (4/5) Installing gcompat (1.0.0-r4) 19:20:12 ---> d80733d76160 19:20:12 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:12 (5/5) Installing openssl (1.1.1q-r0) 19:20:12 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:20:12 ---> Running in 7f2532486794 19:20:12 Executing busybox-1.34.1-r7.trigger 19:20:12 OK: 7 MiB in 19 packages 19:20:14 Removing intermediate container bc3d7808ee83 19:20:14 ---> dae9eefecda9 19:20:14 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:20:15 ---> dbd8889247f3 19:20:15 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:20:15 Removing intermediate container b3cfc60c29f4 19:20:15 ---> c6f2359559ec 19:20:15 19:20:15 Step 10/22 : FROM alpine:3.16 19:20:15 ---> 9c6f07244728 19:20:15 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:20:15 Removing intermediate container 4bbc9bc0f786 19:20:15 ---> 67b910300d35 19:20:15 19:20:15 Step 11/23 : FROM alpine:3.16 19:20:15 ---> 9c6f07244728 19:20:15 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:20:15 ---> Using cache 19:20:15 ---> 6e761594eb17 19:20:15 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:20:15 ---> Using cache 19:20:15 ---> 3141cfa5f9c4 19:20:15 Step 14/23 : ENV APP_PORT=59861 19:20:15 ---> Running in 5ea6d278f107 19:20:15 ---> Running in b6579250d8f0 19:20:16 Removing intermediate container 5ea6d278f107 19:20:16 ---> bfadf07b0f76 19:20:16 Step 15/23 : EXPOSE $APP_PORT 19:20:16 ---> Running in 947c19eb88bc 19:20:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:16 Removing intermediate container 947c19eb88bc 19:20:16 ---> 0b2cda0cc302 19:20:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:16 (1/6) Installing ca-certificates (20220614-r0) 19:20:16 (2/6) Installing brotli-libs (1.0.9-r6) 19:20:16 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:20:16 (4/6) Installing libcurl (7.83.1-r3) 19:20:16 (5/6) Installing curl (7.83.1-r3) 19:20:16 (6/6) Installing dumb-init (1.2.5-r1) 19:20:16 Executing busybox-1.35.0-r17.trigger 19:20:16 Executing ca-certificates-20220614-r0.trigger 19:20:16 ---> f5e575abb5ef 19:20:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:20:16 OK: 8 MiB in 20 packages 19:20:17 ---> 502ab66a242f 19:20:17 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:20:17 ---> d3dbde7ca660 19:20:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:20:17 ---> 21191b64d10c 19:20:17 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:20:17 Removing intermediate container b6579250d8f0 19:20:17 ---> c0eb884175e3 19:20:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:20:17 ---> Running in 93682687e298 19:20:18 ---> 9cf8497a7109 19:20:18 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:20:18 Removing intermediate container 93682687e298 19:20:18 ---> b56efec7baec 19:20:18 Step 13/22 : WORKDIR /edgex 19:20:18 ---> Running in d4c511b5d270 19:20:18 ---> Running in 139aacd11bf3 19:20:18 ---> 53a98619215f 19:20:18 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:20:18 Removing intermediate container d4c511b5d270 19:20:18 ---> bb026a4c8a60 19:20:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:18 Removing intermediate container 139aacd11bf3 19:20:18 ---> d1f606fc42ad 19:20:18 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:20:18 ---> Running in 77389d19192e 19:20:18 Removing intermediate container 77389d19192e 19:20:18 ---> 4b784aeb7561 19:20:18 Step 21/23 : LABEL arch=x86_64 19:20:18 ---> Running in 44619d6ac5da 19:20:18 ---> b778a32c929d 19:20:18 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:20:19 ---> 7384d75ff5a8 19:20:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:20:19 ---> Running in a3f363fd72b2 19:20:19 Removing intermediate container 44619d6ac5da 19:20:19 ---> 9a89720a0aa9 19:20:19 Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:20:19 Removing intermediate container a3f363fd72b2 19:20:19 ---> ad1643eb46bb 19:20:19 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:20:19 ---> Running in a74a840b065c 19:20:19 ---> Running in 54945d4215a6 19:20:19 Removing intermediate container a74a840b065c 19:20:19 ---> 41d051098159 19:20:19 Step 23/23 : LABEL version=0.0.0 19:20:19 Removing intermediate container 54945d4215a6 19:20:19 ---> 1d37596ba8db 19:20:19 Step 24/26 : LABEL arch=x86_64 19:20:19 ---> 97ffcbbe3997 19:20:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:20:19 ---> Running in da21d8c43ebf 19:20:19 ---> Running in 02bbd4b87161 19:20:19 Removing intermediate container 02bbd4b87161 19:20:19 ---> 0232d90bb075 19:20:19 Step 25/26 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:20:19 Removing intermediate container da21d8c43ebf 19:20:19 ---> 9fa45d406745 19:20:19 19:20:20 Successfully built 9fa45d406745 19:20:20 ---> Running in 8256f69eaa15 19:20:20 Successfully tagged support-scheduler:latest 19:20:20 Building security-spire-server 19:20:20  Building support-scheduler ... done Removing intermediate container 8256f69eaa15 19:20:20 ---> b3dd0f1840ca 19:20:20 Step 26/26 : LABEL version=0.0.0 19:20:21 ---> 14cf04236460 19:20:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:20:21 ---> Running in df6c96192413 19:20:21 Removing intermediate container df6c96192413 19:20:21 ---> 22a694cef099 19:20:21 19:20:21 ---> 06aaa7cba4a0 19:20:21 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:20:21 ---> Running in cb55385c8171 19:20:21 Successfully built 22a694cef099 19:20:21 Successfully tagged security-spire-agent:latest 19:20:21  Building security-spire-agent ... done Building core-metadata 19:20:21 Removing intermediate container 7f2532486794 19:20:21 ---> 5fc8f4b9608d 19:20:21 Step 9/24 : COPY . . 19:20:23 Removing intermediate container cb55385c8171 19:20:23 ---> 042ef21ea5b4 19:20:23 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:20:23 ---> Running in 1e1ea384a27f 19:20:24 Removing intermediate container 1e1ea384a27f 19:20:24 ---> 98d2d8c8870b 19:20:24 Step 20/22 : LABEL arch=x86_64 19:20:24 ---> Running in f06b69e478f3 19:20:24 Removing intermediate container f06b69e478f3 19:20:24 ---> 4a60c1a9f847 19:20:24 Step 21/22 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:20:24 ---> Running in 5b5873f79ad1 19:20:25 Removing intermediate container 5b5873f79ad1 19:20:25 ---> 6dfb4f4e7bd6 19:20:25 Step 22/22 : LABEL version=0.0.0 19:20:25 ---> Running in 3ebfa104f129 19:20:25 Removing intermediate container 3ebfa104f129 19:20:25 ---> 70409f410360 19:20:25 19:20:25 Successfully built 70409f410360 19:20:25 Successfully tagged security-proxy-setup:latest 19:20:25 Building security-spire-config 19:20:26  Building security-proxy-setup ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:26 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:20:26 ---> ad4ef8de464a 19:20:26 Step 3/25 : WORKDIR /edgex-go 19:20:26 ---> Using cache 19:20:26 ---> 6215d74963bd 19:20:26 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:26 ---> Using cache 19:20:26 ---> 5b409ddffee3 19:20:26 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:20:26 ---> Using cache 19:20:26 ---> a0c2e4f74c85 19:20:26 Step 6/25 : COPY go.mod vendor* ./ 19:20:26 ---> Using cache 19:20:26 ---> 9039375cb225 19:20:26 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:26 ---> Using cache 19:20:26 ---> a13ec8b77039 19:20:26 Step 8/25 : COPY . . 19:20:26 ---> Using cache 19:20:26 ---> 8b1111f1d6eb 19:20:26 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:20:26 ---> Using cache 19:20:26 ---> 54e26979df01 19:20:26 Step 10/25 : WORKDIR /edgex-go/spire-build 19:20:26 ---> Using cache 19:20:26 ---> e4514c8b02f8 19:20:26 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:20:27 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:27 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:20:27 ---> ad4ef8de464a 19:20:27 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:20:27 ---> Using cache 19:20:27 ---> 2cf305f782e9 19:20:27 Step 4/25 : WORKDIR /edgex-go 19:20:27 ---> Using cache 19:20:27 ---> 6fe5e4a1909a 19:20:27 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:27 ---> Using cache 19:20:27 ---> efaeddb31156 19:20:27 Step 6/25 : RUN apk add --update --no-cache make git 19:20:27 ---> Using cache 19:20:27 ---> 186bdb76993c 19:20:27 Step 7/25 : COPY go.mod vendor* ./ 19:20:27 ---> Using cache 19:20:27 ---> 95101ba387eb 19:20:27 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:27 ---> Using cache 19:20:27 ---> 2f3abb013ff9 19:20:27 Step 9/25 : COPY . . 19:20:27 ---> Using cache 19:20:27 ---> 59c6237eb89c 19:20:27 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:20:27 ---> Running in 1efb02461cd7 19:20:27 ---> Running in 0511b5d49628 19:20:28 ---> f2ab2431609a 19:20:28 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:20:28 ---> Running in e1cf960c5779 19:20:28 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:20:28 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:28 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:20:28 ---> ad4ef8de464a 19:20:28 Step 3/26 : WORKDIR /edgex-go 19:20:28 ---> Using cache 19:20:28 ---> 6215d74963bd 19:20:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:28 ---> Using cache 19:20:28 ---> 5b409ddffee3 19:20:28 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:20:28 ---> Using cache 19:20:28 ---> a0c2e4f74c85 19:20:28 Step 6/26 : COPY go.mod vendor* ./ 19:20:28 ---> Using cache 19:20:28 ---> 9039375cb225 19:20:28 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:28 ---> Using cache 19:20:28 ---> a13ec8b77039 19:20:28 Step 8/26 : COPY . . 19:20:28 ---> Using cache 19:20:28 ---> 8b1111f1d6eb 19:20:28 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:20:28 ---> Using cache 19:20:28 ---> 54e26979df01 19:20:28 Step 10/26 : WORKDIR /edgex-go/spire-build 19:20:28 ---> Using cache 19:20:28 ---> e4514c8b02f8 19:20:28 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:20:28 ---> Using cache 19:20:28 ---> 547c994b638b 19:20:28 Step 12/26 : WORKDIR /edgex-go 19:20:28 ---> Using cache 19:20:28 ---> c4a0cd3c6911 19:20:28 19:20:28 Step 13/26 : FROM alpine:3.15 19:20:28 ---> c4fc93816858 19:20:28 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:20:28 ---> Using cache 19:20:28 ---> 684c6f6f9abe 19:20:28 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:28 ---> Using cache 19:20:28 ---> 88305511eb2c 19:20:28 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:20:28 Removing intermediate container 1efb02461cd7 19:20:28 ---> 996440500a6a 19:20:28 Step 12/25 : WORKDIR /edgex-go 19:20:29 ---> Running in 13a1a57e3482 19:20:29 ---> Running in 90a6c31d2654 19:20:29 Removing intermediate container 90a6c31d2654 19:20:29 ---> c36c2d89a20f 19:20:29 19:20:29 Step 13/25 : FROM alpine:3.15 19:20:29 ---> c4fc93816858 19:20:29 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:20:29 ---> Using cache 19:20:29 ---> 684c6f6f9abe 19:20:29 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:29 ---> Using cache 19:20:29 ---> 88305511eb2c 19:20:29 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:20:29 ---> Using cache 19:20:29 ---> dae9eefecda9 19:20:29 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:20:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:20:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:20:30 ---> 57eac259c2fb 19:20:30 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:20:30 v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:20:30 v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:20:30 OK: 15857 distinct packages available 19:20:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:20:30 ---> c5d0f2fc4661 19:20:30 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:20:30 ---> a0c45351e8fd 19:20:30 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:20:31 ---> 39f290e277bc 19:20:31 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:20:31 ---> Running in 0217e7306023 19:20:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:20:31 Removing intermediate container 0217e7306023 19:20:31 ---> e27cbabb15bb 19:20:31 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:20:31 ---> Running in d1bb2a9e277c 19:20:31 (1/4) Installing dumb-init (1.2.5-r1) 19:20:31 (2/4) Installing musl-obstack (1.2.3-r0) 19:20:31 Removing intermediate container d1bb2a9e277c 19:20:31 ---> 30584dee1adf 19:20:31 Step 23/25 : LABEL arch=x86_64 19:20:31 (3/4) Installing libucontext (1.1-r0) 19:20:32 ---> Running in c98747e8c6a6 19:20:32 (4/4) Installing gcompat (1.0.0-r4) 19:20:32 Executing busybox-1.34.1-r7.trigger 19:20:32 OK: 6 MiB in 18 packages 19:20:32 Removing intermediate container c98747e8c6a6 19:20:32 ---> 9a488d2d5b00 19:20:32 Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:20:32 ---> Running in a587e6bd05a5 19:20:32 Removing intermediate container a587e6bd05a5 19:20:32 ---> eef14e3ca5b7 19:20:32 Step 25/25 : LABEL version=0.0.0 19:20:32 Removing intermediate container 13a1a57e3482 19:20:32 ---> 9c822e1b6151 19:20:32 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:20:32 ---> Running in 785ef4288a94 19:20:33 Removing intermediate container 785ef4288a94 19:20:33 ---> 51c868b57b39 19:20:33 19:20:33 Successfully built 51c868b57b39 19:20:33 Successfully tagged security-spire-server:latest 19:20:33  Building security-spire-server ... done Removing intermediate container c1251325afd1 19:20:33 ---> 24d7196c353a 19:20:33 19:20:33 Step 11/23 : FROM alpine:3.16 19:20:33 ---> 9c6f07244728 19:20:33 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:20:33 ---> Running in 865db740a453 19:20:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:34 (1/2) Installing ca-certificates (20220614-r0) 19:20:34 (2/2) Installing dumb-init (1.2.5-r1) 19:20:34 Executing busybox-1.35.0-r17.trigger 19:20:34 Executing ca-certificates-20220614-r0.trigger 19:20:34 ---> 8048f20f67a9 19:20:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:20:34 OK: 6 MiB in 16 packages 19:20:34 ---> b89d24cd5d5e 19:20:34 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:20:35 ---> Running in 9272bceeefbc 19:20:35 Removing intermediate container 9272bceeefbc 19:20:35 ---> c37058eebcb5 19:20:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:20:35 Removing intermediate container 865db740a453 19:20:35 ---> 0002217ce391 19:20:35 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:20:35 ---> Running in 1432a7f75abf 19:20:35 Removing intermediate container 1432a7f75abf 19:20:35 ---> 267d2895aad3 19:20:35 Step 14/23 : ENV APP_PORT=59860 19:20:35 ---> Running in beb3ef8f3719 19:20:35 ---> 9f0279a0fd7a 19:20:35 Step 21/26 : WORKDIR / 19:20:35 Removing intermediate container beb3ef8f3719 19:20:35 ---> 4e01d6d60cc7 19:20:35 Step 15/23 : EXPOSE $APP_PORT 19:20:35 ---> Running in c7d26b04ede7 19:20:35 ---> Running in a58bde593b36 19:20:36 Removing intermediate container c7d26b04ede7 19:20:36 ---> b3343d1dc310 19:20:36 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:20:36 Removing intermediate container a58bde593b36 19:20:36 ---> 46a1d979fa46 19:20:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:36 ---> Running in 14c9870a3923 19:20:36 ---> f90a5688b5a4 19:20:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:20:36 Removing intermediate container 14c9870a3923 19:20:36 ---> bf8a8be1f908 19:20:36 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:20:36 ---> Running in a3c03a8687dc 19:20:36 Removing intermediate container a3c03a8687dc 19:20:36 ---> 085a913aeb60 19:20:36 Step 24/26 : LABEL arch=x86_64 19:20:36 ---> Running in 99e10574567e 19:20:37 Removing intermediate container 99e10574567e 19:20:37 ---> 31b2f8ce4840 19:20:37 Step 25/26 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:20:37 ---> Running in 37e38d1a0cde 19:20:37 ---> bca1a720ea73 19:20:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:20:37 Removing intermediate container 37e38d1a0cde 19:20:37 ---> 4b769940a6f7 19:20:37 Step 26/26 : LABEL version=0.0.0 19:20:37 ---> Running in 5a5f99ae9924 19:20:37 ---> 24936525a3fa 19:20:37 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:20:37 ---> Running in 688a3cb532c0 19:20:37 Removing intermediate container 80570f3a71be 19:20:37 ---> c36b7483727c 19:20:37 Successfully built c36b7483727c 19:20:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 19:20:38 Removing intermediate container 5a5f99ae9924 19:20:38 ---> 8d0dc4359c86 19:20:38 19:20:38 Removing intermediate container 688a3cb532c0 19:20:38 ---> ef1bb5293d79 19:20:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:38 Successfully built 8d0dc4359c86 19:20:38 Successfully tagged security-spire-config:latest 19:20:38  Building security-spire-config ... done  ---> Running in f8aa653dfd0b [Pipeline] sh 19:20:38 Removing intermediate container f8aa653dfd0b 19:20:38 ---> afb7b39e84d0 19:20:38 Step 21/23 : LABEL arch=x86_64 19:20:38 ---> Running in 061da6f2cf92 19:20:38 + docker inspect -f . ci-base-image-arm64 19:20:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:20:38 Removing intermediate container 061da6f2cf92 19:20:38 ---> 2da23186519a 19:20:38 Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:20:38 ---> Running in 3525e16e4c36 19:20:38 Removing intermediate container 3525e16e4c36 19:20:38 ---> 1b84ce308641 19:20:38 Step 23/23 : LABEL version=0.0.0 19:20:38 ---> Running in 5793c71de0bc 19:20:38 prd-ubuntu20.04-docker-arm64-4c-16g-456 does not seem to be running inside a container 19:20:38 $ 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:20:38 Removing intermediate container 5793c71de0bc 19:20:38 ---> 4592fb7a9a14 19:20:38 19:20:38 Successfully built 4592fb7a9a14 19:20:38 Successfully tagged support-notifications:latest 19:20:39 $ docker top b1e946030fafc782c10c5dca11a1167ef5cdb69cb2f60f5a8688519f4ec8e54b -eo pid,comm [Pipeline] { [Pipeline] sh 19:20:40 + go version 19:20:40 go version go1.18.3 linux/arm64 [Pipeline] } 19:20:40 $ docker stop --time=1 b1e946030fafc782c10c5dca11a1167ef5cdb69cb2f60f5a8688519f4ec8e54b 19:20:42 $ docker rm -f b1e946030fafc782c10c5dca11a1167ef5cdb69cb2f60f5a8688519f4ec8e54b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:20:43 + docker inspect -f . ci-base-image-arm64 19:20:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:20:43 prd-ubuntu20.04-docker-arm64-4c-16g-456 does not seem to be running inside a container 19:20:43 $ 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:20:44 $ docker top a9952aa8e4b2d31ee144cd0e9a3a3fa1079bec5ab0d857772f59ab6f1852d35c -eo pid,comm [Pipeline] { [Pipeline] echo 19:20:44 ========================================================= 19:20:44 [edgeXBuildGoParallel] Running Tests and Build... 19:20:44 ========================================================= [Pipeline] sh 19:20:45 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:20:45 + make test 19:20:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:20:46  Building support-notifications ... done Removing intermediate container 0511b5d49628 19:20:46 ---> 214f18fbf3e6 19:20:46 19:20:46 Step 11/25 : FROM alpine:3.16 19:20:46 ---> 9c6f07244728 19:20:46 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:20:46 ---> Using cache 19:20:46 ---> 6e761594eb17 19:20:46 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:20:46 ---> Using cache 19:20:46 ---> 3141cfa5f9c4 19:20:46 Step 14/25 : ENV APP_PORT=59881 19:20:46 ---> Running in 411f0d989d16 19:20:46 Removing intermediate container 411f0d989d16 19:20:46 ---> 7959f21ab072 19:20:46 Step 15/25 : EXPOSE $APP_PORT 19:20:46 ---> Running in e23425e710a0 19:20:46 Removing intermediate container e23425e710a0 19:20:46 ---> 34fd84109ba6 19:20:46 Step 16/25 : WORKDIR / 19:20:46 ---> Running in 859abc500d89 19:20:47 Removing intermediate container 859abc500d89 19:20:47 ---> 8fc530322c82 19:20:47 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:47 ---> 183bbb8c7b75 19:20:47 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:20:47 ---> ecd9d9fe6aeb 19:20:47 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:20:47 Removing intermediate container e1cf960c5779 19:20:47 ---> 20c202c4fdd4 19:20:47 19:20:47 Step 11/24 : FROM alpine:3.16 19:20:47 ---> 9c6f07244728 19:20:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:20:47 ---> Running in 423fb8646be7 19:20:47 ---> 2f06fb68e249 19:20:47 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:20:47 Removing intermediate container 423fb8646be7 19:20:47 ---> 89df32704070 19:20:47 Step 13/24 : ENV APP_PORT=59880 19:20:47 ---> Running in e7ad6afad500 19:20:48 ---> 1eef69bdf6ed 19:20:48 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:20:48 Removing intermediate container e7ad6afad500 19:20:48 ---> e04643e0479a 19:20:48 Step 14/24 : EXPOSE $APP_PORT 19:20:48 ---> Running in eda9609209b9 19:20:48 ---> Running in 4901d0caa6ba 19:20:48 Removing intermediate container eda9609209b9 19:20:48 ---> 56fff460578b 19:20:48 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:48 ---> Running in 5230e174b527 19:20:48 Removing intermediate container 4901d0caa6ba 19:20:48 ---> 19cc99fdf804 19:20:48 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:48 ---> Running in 0d889e2c8fba 19:20:48 Removing intermediate container 5230e174b527 19:20:48 ---> 6b09802195ec 19:20:48 Step 23/25 : LABEL arch=x86_64 19:20:48 ---> Running in 776b92a10618 19:20:48 Removing intermediate container 776b92a10618 19:20:48 ---> f2c69f35a34f 19:20:48 Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:20:48 ---> Running in 402502552d05 19:20:48 Removing intermediate container 402502552d05 19:20:48 ---> fd63a269ec2d 19:20:48 Step 25/25 : LABEL version=0.0.0 19:20:48 ---> Running in e6b317cca0e1 19:20:48 Removing intermediate container e6b317cca0e1 19:20:48 ---> 06ba24a0cebe 19:20:48 19:20:48 Successfully built 06ba24a0cebe 19:20:48 Successfully tagged core-metadata:latest 19:20:48  Building core-metadata ... done Removing intermediate container 0d889e2c8fba 19:20:48 ---> 5f512adc2558 19:20:48 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:20:48 ---> Running in 9edf4e6314aa 19:20:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:50 (1/6) Installing dumb-init (1.2.5-r1) 19:20:50 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:20:50 (3/6) Installing libsodium (1.0.18-r0) 19:20:50 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:20:50 (5/6) Installing libzmq (4.3.4-r0) 19:20:50 (6/6) Installing zeromq (4.3.4-r0) 19:20:50 Executing busybox-1.35.0-r17.trigger 19:20:50 OK: 8 MiB in 20 packages 19:20:51 Removing intermediate container 9edf4e6314aa 19:20:51 ---> 22a06dcb46e1 19:20:51 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:51 ---> 2af5ebd156a7 19:20:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:20:51 ---> 89d3d49f4dd6 19:20:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:20:51 ---> d78f73273b4c 19:20:51 Step 20/24 : ENTRYPOINT ["/core-data"] 19:20:51 ---> Running in af5d4a82f0ee 19:20:51 Removing intermediate container af5d4a82f0ee 19:20:51 ---> f0a68e76e936 19:20:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:51 ---> Running in fad8c15df390 19:20:51 Removing intermediate container fad8c15df390 19:20:51 ---> 5774b0d8b88f 19:20:51 Step 22/24 : LABEL arch=x86_64 19:20:52 ---> Running in 5f05f818117a 19:20:52 Removing intermediate container 5f05f818117a 19:20:52 ---> 0bacb0239742 19:20:52 Step 23/24 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:20:52 ---> Running in 88514df09f0e 19:20:52 Removing intermediate container 88514df09f0e 19:20:52 ---> 86b2293adaf2 19:20:52 Step 24/24 : LABEL version=0.0.0 19:20:52 ---> Running in f2992e005ce7 19:20:52 Removing intermediate container f2992e005ce7 19:20:52 ---> f4e5bcf8c571 19:20:52 19:20:52 Successfully built f4e5bcf8c571 19:20:52 Successfully tagged core-data:latest 19:20:52  Building core-data ... done  [Pipeline] } 19:20:52 $ docker stop --time=1 3093ec7506ea33b3116d6e646158d644e517926a0757ad5378c8bc183f9eeff6 19:20:53 $ docker rm -f 3093ec7506ea33b3116d6e646158d644e517926a0757ad5378c8bc183f9eeff6 [Pipeline] // withDockerContainer [Pipeline] sh 19:20:54 + docker images 19:20:54 REPOSITORY TAG IMAGE ID CREATED SIZE 19:20:54 core-data latest f4e5bcf8c571 1 second ago 21.6MB 19:20:54 core-metadata latest 06ba24a0cebe 5 seconds ago 18.3MB 19:20:54 20c202c4fdd4 6 seconds ago 1.56GB 19:20:54 214f18fbf3e6 7 seconds ago 1.55GB 19:20:54 support-notifications latest 4592fb7a9a14 15 seconds ago 27.3MB 19:20:54 security-spire-config latest 8d0dc4359c86 16 seconds ago 85.8MB 19:20:54 security-spire-server latest 51c868b57b39 20 seconds ago 86.5MB 19:20:54 24d7196c353a 20 seconds ago 1.61GB 19:20:54 c36c2d89a20f 24 seconds ago 1.42GB 19:20:54 security-proxy-setup latest 70409f410360 28 seconds ago 27.4MB 19:20:54 security-spire-agent latest 22a694cef099 32 seconds ago 125MB 19:20:54 support-scheduler latest 9fa45d406745 34 seconds ago 26.7MB 19:20:54 67b910300d35 39 seconds ago 1.61GB 19:20:54 c6f2359559ec 39 seconds ago 1.54GB 19:20:54 c4a0cd3c6911 46 seconds ago 1.42GB 19:20:54 sys-mgmt-agent latest bb7e3ca05c04 49 seconds ago 136MB 19:20:54 security-bootstrapper latest 171f15ff9164 About a minute ago 19.8MB 19:20:54 security-spiffe-token-provider latest 7fe0fbb35c74 About a minute ago 29.3MB 19:20:54 security-secretstore-setup latest b58c0eecc0d5 About a minute ago 29.2MB 19:20:54 core-command latest f6a5614e39aa About a minute ago 17.3MB 19:20:54 4d1bd8db50b9 About a minute ago 1.53GB 19:20:54 a230a01d0203 About a minute ago 1.58GB 19:20:54 169bf5819097 About a minute ago 1.55GB 19:20:54 861a436683ed About a minute ago 1.54GB 19:20:54 1cc78ec50192 About a minute ago 1.54GB 19:20:54 ci-base-image-x86_64 latest ad4ef8de464a 4 minutes ago 940MB 19:20:54 alpine 3.15 c4fc93816858 6 weeks ago 5.59MB 19:20:54 alpine 3.16 9c6f07244728 6 weeks ago 5.54MB 19:20:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 months ago 253MB 19:20:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 2 months ago 677MB 19:20:54 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:21:18 ? github.com/edgexfoundry/edgex-go [no test files] 19:22:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:22:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:22:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:22:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:22:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:22:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:22:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:22:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:22:59 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:23:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:23:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:23:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:23:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:23:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:23:02 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:23:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.525s coverage: 28.7% of statements 19:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:23:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.664s coverage: 98.5% of statements 19:23:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/external 0.850s coverage: 75.6% of statements 19:23:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:23:26 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:23:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.480s coverage: 54.2% of statements 19:23:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:23:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:23:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 25.753s coverage: 89.2% of statements 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:23:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.859s coverage: 2.0% of statements 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:23:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.007s coverage: 95.6% of statements 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:23:58 ok github.com/edgexfoundry/edgex-go/internal/io 0.678s coverage: 72.2% of statements 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:23:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.509s coverage: 60.0% of statements 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:23:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.478s coverage: 0.9% of statements 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:23:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.277s coverage: 58.8% of statements 19:23:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.346s coverage: 29.6% of statements 19:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.397s coverage: 47.1% of statements 19:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.294s coverage: 79.5% of statements 19:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.495s coverage: 94.1% of statements 19:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.422s coverage: 96.3% of statements 19:24:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.290s coverage: 87.5% of statements 19:24:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.356s coverage: 94.4% of statements 19:24:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.273s coverage: 44.8% of statements 19:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.799s coverage: 80.8% of statements 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.336s coverage: 92.9% of statements 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.080s coverage: 65.1% of statements 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.273s coverage: 86.9% of statements 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.214s coverage: 87.2% of statements 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.185s coverage: 100.0% of statements 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.280s coverage: 58.8% of statements 19:24:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.281s coverage: 80.0% of statements 19:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.236s coverage: 87.2% of statements 19:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.277s coverage: 85.4% of statements 19:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.972s coverage: 91.2% of statements 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:24:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.862s coverage: 64.7% of statements 19:24:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:24:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:24:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.224s coverage: 100.0% of statements 19:24:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 89.4% of statements 19:24:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 19:24:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 19:24:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.090s coverage: 100.0% of statements 19:24:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.358s coverage: 65.8% of statements 19:24:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:24:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:24:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:24:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.850s coverage: 41.8% of statements 19:24:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:24:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:24:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.344s coverage: 89.5% of statements 19:24:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:24:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.270s coverage: 84.8% of statements 19:24:49 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:24:49 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:24:49 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:24:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:24:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.376s coverage: 17.7% of statements 19:24:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:24:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:24:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:24:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:24:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.748s coverage: 92.3% of statements 19:24:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:24:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:24:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:24:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:24:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.258s coverage: 63.2% of statements 19:24:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:24:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:24:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.460s coverage: 97.7% of statements 19:24:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:24:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:24:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:24:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:24:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.221s coverage: 28.9% of statements 19:24:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:24:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:24:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:24:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:24:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:24:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:24:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.203s coverage: 100.0% of statements 19:24:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements 19:24:59 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:24:59 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:24:59 GO111MODULE=on go vet ./... 19:26:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:26:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:26:51 ./bin/test-attribution-txt.sh 19:26:51 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 19:26:51 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 19:26:51 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 19:26:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:26:51 + ls -al . 19:26:51 total 744 19:26:51 drwxrwxr-x 9 1001 1001 4096 Sep 21 19:20 . 19:26:51 drwxr-xr-x 4 root root 4096 Sep 21 19:20 .. 19:26:51 -rw-rw-r-- 1 1001 1001 16 Sep 21 19:19 .dockerignore 19:26:51 drwxrwxr-x 8 1001 1001 4096 Sep 21 19:19 .git 19:26:51 drwxrwxr-x 3 1001 1001 4096 Sep 21 19:19 .github 19:26:51 -rw-rw-r-- 1 1001 1001 1030 Sep 21 19:19 .gitignore 19:26:51 -rw-rw-r-- 1 1001 1001 42 Sep 21 19:19 .golangci.yml 19:26:51 -rw-rw-r-- 1 1001 1001 87 Sep 21 19:19 .hadolint.yml 19:26:51 -rw-rw-r-- 1 1001 1001 166 Sep 21 19:19 .sonarcloud.properties 19:26:51 -rw-rw-r-- 1 1001 1001 1171 Sep 21 19:19 ADOPTERS.md 19:26:51 -rw-rw-r-- 1 1001 1001 10347 Sep 21 19:19 Attribution.txt 19:26:51 -rw-rw-r-- 1 1001 1001 63209 Sep 21 19:19 CHANGELOG.md 19:26:51 -rw-rw-r-- 1 1001 1001 3804 Sep 21 19:19 CONTRIBUTING.md 19:26:51 -rw-rw-r-- 1 1001 1001 677 Sep 21 19:19 GOVERNANCE.md 19:26:51 -rw-rw-r-- 1 1001 1001 850 Sep 21 19:19 Jenkinsfile 19:26:51 -rw-rw-r-- 1 1001 1001 10775 Sep 21 19:19 LICENSE 19:26:51 -rw-rw-r-- 1 1001 1001 13724 Sep 21 19:19 Makefile 19:26:51 -rw-rw-r-- 1 1001 1001 582 Sep 21 19:19 OWNERS.md 19:26:51 -rw-rw-r-- 1 1001 1001 9799 Sep 21 19:19 README.md 19:26:51 -rw-rw-r-- 1 1001 1001 6912 Sep 21 19:19 SECURITY.md 19:26:51 -rw-rw-r-- 1 1001 1001 5 Sep 21 19:15 VERSION 19:26:51 -rw-rw-r-- 1 1001 1001 4131 Sep 21 19:19 ZMQWindows.md 19:26:51 drwxrwxr-x 2 1001 1001 4096 Sep 21 19:19 bin 19:26:51 drwxrwxr-x 18 1001 1001 4096 Sep 21 19:19 cmd 19:26:51 -rw-r--r-- 1 root root 494099 Sep 21 19:24 coverage.out 19:26:51 -rw-rw-r-- 1 1001 1001 3458 Sep 21 19:19 go.mod 19:26:51 -rw-rw-r-- 1 1001 1001 38040 Sep 21 19:19 go.sum 19:26:51 drwxrwxr-x 8 1001 1001 4096 Sep 21 19:19 internal 19:26:51 drwxrwxr-x 3 1001 1001 4096 Sep 21 19:19 openapi 19:26:51 drwxrwxr-x 4 1001 1001 4096 Sep 21 19:19 snap 19:26:51 -rw-rw-r-- 1 1001 1001 204 Sep 21 19:19 version.go [Pipeline] sh 19:26:51 + '[' -e coverage.out ] 19:26:51 + chown 1001:1001 coverage.out [Pipeline] stash 19:26:51 Warning: overwriting stash ‘coverage-report’ 19:26:52 Stashed 1 file(s) [Pipeline] sh 19:26:53 + make build 19:26:53 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:28:15 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:29:36 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:29:36 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:30:08 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:30:08 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:30:14 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:30: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:30:23 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:30:28 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:30:31 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:30:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:30:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:30:47 $ docker stop --time=1 a9952aa8e4b2d31ee144cd0e9a3a3fa1079bec5ab0d857772f59ab6f1852d35c 19:30:49 $ docker rm -f a9952aa8e4b2d31ee144cd0e9a3a3fa1079bec5ab0d857772f59ab6f1852d35c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:30:52 19:30:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:30:53 latest: Pulling from edgex-devops/edgex-compose-arm64 19:30:53 29e5d40040c1: Pulling fs layer 19:30:53 1ce36da41761: Pulling fs layer 19:30:53 25b303627fd3: Pulling fs layer 19:30:53 29e5d40040c1: Download complete 19:30:53 1ce36da41761: Verifying Checksum 19:30:53 1ce36da41761: Download complete 19:30:54 29e5d40040c1: Pull complete 19:30:55 1ce36da41761: Pull complete 19:30:55 25b303627fd3: Verifying Checksum 19:30:55 25b303627fd3: Download complete 19:31:05 25b303627fd3: Pull complete 19:31:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:31:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:31:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:31:05 prd-ubuntu20.04-docker-arm64-4c-16g-456 does not seem to be running inside a container 19:31:05 $ 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:31:08 $ docker top 983dc3b3561120512ae1b050bebc958e4d7ea873c224e05b60ab9c3708df0df2 -eo pid,comm [Pipeline] { [Pipeline] sh 19:31:08 + grep+ paralleldocker-compose 19:31:08 build --help 19:31:12 --parallel Build images in parallel. [Pipeline] } 19:31:12 $ docker stop --time=1 983dc3b3561120512ae1b050bebc958e4d7ea873c224e05b60ab9c3708df0df2 19:31:14 $ docker rm -f 983dc3b3561120512ae1b050bebc958e4d7ea873c224e05b60ab9c3708df0df2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:31:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:31:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:31:14 prd-ubuntu20.04-docker-arm64-4c-16g-456 does not seem to be running inside a container 19:31:15 $ 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:31:16 $ docker top 998c934c36da2cbc979fb2b017420fbd54eeba6c1fcc848be8f113458454884e -eo pid,comm [Pipeline] { [Pipeline] sh 19:31:16 + docker-compose -f ./docker-compose-build.yml build --parallel 19:31:20 Building core-command ... 19:31:20 Building core-data ... 19:31:20 Building core-metadata ... 19:31:20 Building security-bootstrapper ... 19:31:20 Building security-proxy-setup ... 19:31:20 Building security-secretstore-setup ... 19:31:20 Building security-spiffe-token-provider ... 19:31:20 Building security-spire-agent ... 19:31:20 Building security-spire-config ... 19:31:20 Building security-spire-server ... 19:31:20 Building support-notifications ... 19:31:20 Building support-scheduler ... 19:31:20 Building sys-mgmt-agent ... 19:31:20 Building security-bootstrapper 19:31:20 Building core-command 19:31:20 Building sys-mgmt-agent 19:31:20 Building security-spire-config 19:31:20 Building support-scheduler 19:32:07 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:07 Step 2/33 : FROM ${BUILDER_BASE} AS builder 19:32:07 ---> c36b7483727c 19:32:07 Step 3/33 : WORKDIR /edgex-go 19:32:07 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:32:07 ---> c36b7483727c 19:32:07 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:32:07 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:32:07 ---> c36b7483727c 19:32:07 Step 3/26 : WORKDIR /edgex-go 19:32:07 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:32:07 ---> c36b7483727c 19:32:07 Step 3/23 : WORKDIR /edgex-go 19:32:07 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:32:07 ---> c36b7483727c 19:32:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:32:07 ---> Running in c4851a2b7fa0 19:32:07 ---> Running in 2d6245ef9259 19:32:07 ---> Running in 9f99d3b8b6fb 19:32:07 ---> Running in 7fc70110e2ea 19:32:07 ---> Running in 889bbda7f8c5 19:32:07 Removing intermediate container 7fc70110e2ea 19:32:07 ---> 76d9567c3409 19:32:07 Step 4/23 : WORKDIR /edgex-go 19:32:07 Removing intermediate container 2d6245ef9259 19:32:07 ---> 47d5ae292b5f 19:32:07 Step 4/24 : WORKDIR /edgex-go 19:32:07 ---> Running in cad29deff691 19:32:07 Removing intermediate container 9f99d3b8b6fb 19:32:07 ---> 4abe5e993c00 19:32:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:07 Removing intermediate container 889bbda7f8c5 19:32:07 ---> 575205a52ac2 19:32:07 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:07 ---> Running in 56acbfdf85bb 19:32:07 ---> Running in b4b5c0b2c58a 19:32:07 ---> Running in 39b06ee9fd32 19:32:07 Removing intermediate container c4851a2b7fa0 19:32:07 ---> 70f9d410e374 19:32:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:07 ---> Running in 3529cd36c5bf 19:32:07 Removing intermediate container cad29deff691 19:32:07 Removing intermediate container 56acbfdf85bb 19:32:07 ---> 1a3a4f8fcd2f 19:32:07 ---> 8806ce41c1ce 19:32:07 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:07 19:32:08 ---> Running in 9e7bbee39312 19:32:08 ---> Running in 40a3849be5f7 19:32:11 Removing intermediate container b4b5c0b2c58a 19:32:11 ---> 0f63e1e56cec 19:32:11 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:32:11 Removing intermediate container 39b06ee9fd32 19:32:11 ---> Running in 69da50aa4275 19:32:11 ---> 8dd7d1461ee7 19:32:11 Step 5/33 : RUN apk add --update --no-cache make git 19:32:11 ---> Running in 06b9395677d9 19:32:12 Removing intermediate container 40a3849be5f7 19:32:12 ---> 568ea34d8ed0 19:32:12 Step 6/24 : RUN apk add --update --no-cache make git 19:32:12 Removing intermediate container 9e7bbee39312 19:32:12 ---> 13cf5adc1a32 19:32:12 Step 6/23 : RUN apk add --update --no-cache make git 19:32:12 Removing intermediate container 3529cd36c5bf 19:32:12 ---> 1379cc738e9f 19:32:12 Step 5/23 : RUN apk add --update --no-cache make bash git 19:32:12 ---> Running in 41798f5638e6 19:32:12 ---> Running in 862100f9d2f7 19:32:12 ---> Running in 2c2ba2a18d0b 19:32:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:15 OK: 221 MiB in 51 packages 19:32:15 OK: 221 MiB in 51 packages 19:32:16 OK: 221 MiB in 51 packages 19:32:16 OK: 221 MiB in 51 packages 19:32:16 OK: 221 MiB in 51 packages 19:32:17 Removing intermediate container 69da50aa4275 19:32:17 ---> 0de14a99c8b1 19:32:17 Step 6/26 : COPY go.mod vendor* ./ 19:32:17 Removing intermediate container 06b9395677d9 19:32:17 ---> b46be4a8d518 19:32:17 Step 6/33 : COPY go.mod vendor* ./ 19:32:18 Removing intermediate container 862100f9d2f7 19:32:18 ---> 8108a79bd7c6 19:32:18 Step 7/23 : COPY go.mod vendor* ./ 19:32:18 Removing intermediate container 2c2ba2a18d0b 19:32:18 ---> 941a70bd564b 19:32:18 Step 6/23 : COPY go.mod vendor* ./ 19:32:18 Removing intermediate container 41798f5638e6 19:32:18 ---> 9228222f2022 19:32:18 Step 7/24 : COPY go.mod vendor* ./ 19:32:18 ---> e6f66bd27df6 19:32:18 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:18 ---> 665cd8b6fcf9 19:32:18 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:18 ---> Running in 05d6736ae5aa 19:32:18 ---> Running in a7df4e71821e 19:32:19 ---> f16b4e2fcd2d 19:32:19 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:19 ---> Running in 4a20a67e6b58 19:32:20 ---> 19cd275bae58 19:32:20 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:20 ---> 547d37c0c139 19:32:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:20 ---> Running in 902af761c4f7 19:32:20 ---> Running in 311e85384c53 19:33:28 Removing intermediate container 311e85384c53 19:33:28 ---> 67cb57399ee0 19:33:28 Step 8/23 : COPY . . 19:33:28 Removing intermediate container 902af761c4f7 19:33:28 ---> bb9d00d4a22a 19:33:28 Step 9/24 : COPY . . 19:33:28 Removing intermediate container a7df4e71821e 19:33:28 ---> 77e77fcf0a26 19:33:28 Step 8/33 : COPY . . 19:33:28 Removing intermediate container 4a20a67e6b58 19:33:28 ---> 267e46040511 19:33:28 Step 9/23 : COPY . . 19:33:28 Removing intermediate container 05d6736ae5aa 19:33:28 ---> 029acd099231 19:33:28 Step 8/26 : COPY . . 19:33:40 ---> 7cac9f400bd1 19:33:40 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:33:40 ---> 8345b7b89454 19:33:40 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:33:40 ---> ec65eace3cbc 19:33:40 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:33:40 ---> 41f16d8866f6 19:33:40 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:33:40 ---> f1cd0d6fed53 19:33:40 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:33:40 ---> Running in 7599db3ce0f6 19:33:40 ---> Running in 3bd9074e620d 19:33:40 ---> Running in 4f92ec787b3b 19:33:40 ---> Running in 1b7be0ae5c97 19:33:40 ---> Running in 99f23665198f 19:33:40 Removing intermediate container 4f92ec787b3b 19:33:40 ---> 6362a645944c 19:33:40 Step 10/26 : WORKDIR /edgex-go/spire-build 19:33:40 ---> Running in c863ccf60782 19:33:41 Removing intermediate container c863ccf60782 19:33:41 ---> 81c26d940e1c 19:33:41 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:33:41 ---> Running in 1e6f3a31ffa9 19:33: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/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:33:42 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:33:42 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:33:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:33:44 Removing intermediate container 1e6f3a31ffa9 19:33:44 ---> 85237d9dded6 19:33:44 Step 12/26 : WORKDIR /edgex-go 19:33:44 ---> Running in fc3e39414244 19:33:44 Removing intermediate container fc3e39414244 19:33:44 ---> 174e9978132a 19:33:44 19:33:44 Step 13/26 : FROM alpine:3.15 19:33:44 3.15: Pulling from library/alpine 19:33:46 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 19:33:46 Status: Downloaded newer image for alpine:3.15 19:33:46 ---> 02e0d6fdf486 19:33:46 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:33:46 ---> Running in faf2d3b937ed 19:33:46 Removing intermediate container faf2d3b937ed 19:33:46 ---> 0832608fa45c 19:33:46 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:47 ---> Running in 0af85c35dac1 19:33:50 Removing intermediate container 0af85c35dac1 19:33:50 ---> 796bfff25ad3 19:33:50 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:33:50 ---> Running in eabd1e8cfef6 19:33:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:33:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:33:54 v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:33:54 v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:33:54 OK: 15734 distinct packages available 19:33:54 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:33:55 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:33:56 (1/4) Installing dumb-init (1.2.5-r1) 19:33:56 (2/4) Installing musl-obstack (1.2.3-r0) 19:33:56 (3/4) Installing libucontext (1.1-r0) 19:33:56 (4/4) Installing gcompat (1.0.0-r4) 19:33:56 Executing busybox-1.34.1-r7.trigger 19:33:56 OK: 6 MiB in 18 packages 19:33:58 Removing intermediate container eabd1e8cfef6 19:33:58 ---> 9fb57afe07c0 19:33:58 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:34:05 ---> 1d1c5305b37d 19:34:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:34:05 ---> 52690b7bd254 19:34:05 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:34:05 ---> Running in ef31d57c3262 19:34:05 Removing intermediate container ef31d57c3262 19:34:05 ---> 0c31d1a980a6 19:34:05 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:34:06 ---> 4af3845398f1 19:34:06 Step 21/26 : WORKDIR / 19:34:06 ---> Running in 80db66a2fe80 19:34:07 Removing intermediate container 80db66a2fe80 19:34:07 ---> 6375f60d55e6 19:34:07 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:34:07 ---> Running in a19845f63bf1 19:34:07 Removing intermediate container a19845f63bf1 19:34:07 ---> e5b3a831f969 19:34:07 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:34:07 ---> Running in fb16747352ae 19:34:08 Removing intermediate container fb16747352ae 19:34:08 ---> 7c92225d6c9b 19:34:08 Step 24/26 : LABEL arch=arm64 19:34:08 ---> Running in 3f238727c4a7 19:34:09 Removing intermediate container 3f238727c4a7 19:34:09 ---> 575c84f090d8 19:34:09 Step 25/26 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:34:09 ---> Running in 1c0977576a8a 19:34:09 Removing intermediate container 1c0977576a8a 19:34:09 ---> 72046f7e4f09 19:34:09 Step 26/26 : LABEL version=0.0.0 19:34:09 ---> Running in 85d6a4eb8af8 19:34:09 Removing intermediate container 85d6a4eb8af8 19:34:09 ---> ad2240a1c0c0 19:34:09 19:34:10 Successfully built ad2240a1c0c0 19:34:10 Successfully tagged security-spire-config-arm64:latest 19:34:10 Building core-metadata 19:34:25  Building security-spire-config ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:34:25 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:34:25 ---> c36b7483727c 19:34:25 Step 3/25 : ARG ADD_BUILD_TAGS="" 19:34:25 ---> Using cache 19:34:25 ---> 47d5ae292b5f 19:34:25 Step 4/25 : WORKDIR /edgex-go 19:34:25 ---> Using cache 19:34:25 ---> 1a3a4f8fcd2f 19:34:25 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:25 ---> Using cache 19:34:25 ---> 568ea34d8ed0 19:34:25 Step 6/25 : RUN apk add --update --no-cache make git 19:34:25 ---> Using cache 19:34:25 ---> 9228222f2022 19:34:25 Step 7/25 : COPY go.mod vendor* ./ 19:34:25 ---> Using cache 19:34:25 ---> 19cd275bae58 19:34:25 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:25 ---> Using cache 19:34:25 ---> bb9d00d4a22a 19:34:25 Step 9/25 : COPY . . 19:34:25 ---> Using cache 19:34:25 ---> f1cd0d6fed53 19:34:25 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:34:25 ---> Running in 8e8607ddf2f4 19:34:27 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:38:48 Removing intermediate container 7599db3ce0f6 19:38:48 ---> 4f69a111c4d5 19:38:48 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:38:48 ---> Running in b64373262e5d 19:38:49 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:38:55 Removing intermediate container b64373262e5d 19:38:55 ---> b017ae16e18a 19:38:55 19:38:55 Step 11/23 : FROM alpine:3.16 19:38:55 3.16: Pulling from library/alpine 19:38:57 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 19:38:57 Status: Downloaded newer image for alpine:3.16 19:38:57 ---> a6215f271958 19:38: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:38:57 ---> Running in 0193a12e3e3f 19:38:57 Removing intermediate container 0193a12e3e3f 19:38:57 ---> ca1233b80135 19:38:57 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:38:57 ---> Running in 154d15280391 19:38:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:38:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:01 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:39:01 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:39:01 (3/33) Installing readline (8.1.2-r0) 19:39:01 (4/33) Installing bash (5.1.16-r2) 19:39:01 Executing bash-5.1.16-r2.post-install 19:39:01 (5/33) Installing ca-certificates (20220614-r0) 19:39:01 (6/33) Installing brotli-libs (1.0.9-r6) 19:39:01 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:39:01 (8/33) Installing libcurl (7.83.1-r3) 19:39:01 (9/33) Installing curl (7.83.1-r3) 19:39:01 (10/33) Installing docker-cli (20.10.18-r0) 19:39:03 (11/33) Installing dumb-init (1.2.5-r1) 19:39:03 (12/33) Installing libbz2 (1.0.8-r1) 19:39:03 (13/33) Installing expat (2.4.9-r0) 19:39:03 (14/33) Installing libffi (3.4.2-r1) 19:39:03 (15/33) Installing gdbm (1.23-r0) 19:39:03 (16/33) Installing xz-libs (5.2.5-r1) 19:39:03 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:39:03 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:39:03 (19/33) Installing mpdecimal (2.5.1-r1) 19:39:03 (20/33) Installing sqlite-libs (3.38.5-r0) 19:39:03 (21/33) Installing python3 (3.10.5-r0) 19:39:06 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:39:06 (23/33) Installing py3-tomli (2.0.1-r1) 19:39:06 (24/33) Installing py3-pep517 (0.12.0-r2) 19:39:06 (25/33) Installing py3-six (1.16.0-r1) 19:39:06 (26/33) Installing py3-retrying (1.3.3-r3) 19:39:06 (27/33) Installing py3-appdirs (1.4.4-r3) 19:39:06 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:39:06 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:39:06 (30/33) Installing py3-parsing (2.4.7-r3) 19:39:06 (31/33) Installing py3-packaging (21.3-r0) 19:39:06 (32/33) Installing py3-setuptools (59.4.0-r0) 19:39:06 (33/33) Installing py3-pip (22.1.1-r0) 19:39:07 Removing intermediate container 1b7be0ae5c97 19:39:07 ---> bc72cb289eae 19:39:07 19:39:07 Step 10/33 : FROM alpine:3.16 19:39:07 ---> a6215f271958 19:39:07 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:39:08 Executing busybox-1.35.0-r17.trigger 19:39:08 ---> Running in 047da439164d 19:39:08 Executing ca-certificates-20220614-r0.trigger 19:39:08 OK: 120 MiB in 47 packages 19:39:08 Removing intermediate container 047da439164d 19:39:08 ---> 93ff887b4ea9 19:39:08 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 19:39:08 ---> Running in 7635dfbe4b36 19:39:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:12 (1/2) Installing dumb-init (1.2.5-r1) 19:39:12 (2/2) Installing su-exec (0.2-r1) 19:39:12 Executing busybox-1.35.0-r17.trigger 19:39:12 OK: 5 MiB in 16 packages 19:39:13 Removing intermediate container 7635dfbe4b36 19:39:13 ---> b55f3e1b50ab 19:39:13 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 19:39:13 ---> Running in e1bc7d479cbb 19:39:13 Removing intermediate container e1bc7d479cbb 19:39:14 ---> e422e78cb8ff 19:39:14 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:39:14 ---> Running in 5270a4806fbb 19:39:14 Removing intermediate container 5270a4806fbb 19:39:14 ---> 4d6ae1183c13 19:39:14 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:39:14 ---> Running in ea16a7a29cbd 19:39:15 Removing intermediate container ea16a7a29cbd 19:39:15 ---> 21f8cdde25a6 19:39:15 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:39:15 ---> Running in 9dfe3f71fc94 19:39:15 Removing intermediate container 9dfe3f71fc94 19:39:15 ---> a1171953cac9 19:39:15 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:39:16 ---> Running in 80e3f32557cf 19:39:19 Removing intermediate container 80e3f32557cf 19:39:19 ---> b64bd9239512 19:39:19 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 19:39:19 ---> Running in 3405df712700 19:39:19 Removing intermediate container 3405df712700 19:39:19 ---> 949d9518e267 19:39:19 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:39:20 ---> 409f6acbf612 19:39:20 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:39:20 ---> Running in f58f7b631cdd 19:39:24 Removing intermediate container f58f7b631cdd 19:39:24 ---> 4b93e7300950 19:39:24 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:25 Collecting docker-compose==1.23.2 19:39:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:39:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 8.4 MB/s eta 0:00:00 19:39:25 ---> c524942cfa42 19:39:25 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:39:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:39:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:39:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 15.7 MB/s eta 0:00:00 19:39:27 Collecting docker<4.0,>=3.6.0 19:39:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:39:27 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 11.1 MB/s eta 0:00:00 19:39:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:39:28 Collecting jsonschema<3,>=2.5.1 19:39:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:39:28 Collecting docopt<0.7,>=0.6.1 19:39:28 Downloading docopt-0.6.2.tar.gz (25 kB) 19:39:28 ---> dec994ee2915 19:39:28 Preparing metadata (setup.py): started 19:39:28 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:39:30 ---> ecaf96b8782f 19:39:30 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:39:31 Preparing metadata (setup.py): finished with status 'done' 19:39:31 Removing intermediate container 99f23665198f 19:39:31 ---> 79c7b8ed55ae 19:39:31 19:39:31 Step 11/24 : FROM alpine:3.16 19:39:31 ---> a6215f271958 19:39:31 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:39:31 ---> Running in 4ec5ec404166 19:39:31 ---> e7ff5caf85fb 19:39:31 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:39:32 Collecting PyYAML<4,>=3.10 19:39:32 Downloading PyYAML-3.13.tar.gz (270 kB) 19:39:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 13.9 MB/s eta 0:00:00 19:39:32 ---> 22a190d1f447 19:39:32 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:39:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:39:33 ---> 4881bece8238 19:39:33 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:39:33 Preparing metadata (setup.py): started 19:39:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:39:34 ---> 40cbe7698e42 19:39:34 Step 28/33 : RUN chmod +x /entrypoint.sh 19:39:34 ---> Running in ee7e025b02ff 19:39:35 (1/1) Installing dumb-init (1.2.5-r1) 19:39:35 Executing busybox-1.35.0-r17.trigger 19:39:35 OK: 5 MiB in 15 packages 19:39:36 Preparing metadata (setup.py): finished with status 'done' 19:39:37 Removing intermediate container 4ec5ec404166 19:39:37 ---> dc098171fcea 19:39:37 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:39:37 ---> Running in d116a6cf4145 19:39:37 Collecting websocket-client<1.0,>=0.32.0 19:39:37 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:39:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 17.3 MB/s eta 0:00:00 19:39:37 Collecting cached-property<2,>=1.2.0 19:39:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:39:38 Collecting dockerpty<0.5,>=0.4.1 19:39:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:39:38 Removing intermediate container d116a6cf4145 19:39:38 ---> 99a40122fb18 19:39:38 Step 14/24 : ENV APP_PORT=59882 19:39:38 Preparing metadata (setup.py): started 19:39:38 Removing intermediate container ee7e025b02ff 19:39:38 ---> 24bba94423b1 19:39:38 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 19:39:38 ---> Running in cda2bac2be7a 19:39:38 ---> Running in cec175c4039c 19:39:39 Removing intermediate container cec175c4039c 19:39:39 ---> 1d1b74d8e807 19:39:39 Step 30/33 : CMD ["gate"] 19:39:39 Removing intermediate container cda2bac2be7a 19:39:39 ---> 38fa4aee04ab 19:39:39 Step 15/24 : EXPOSE $APP_PORT 19:39:39 ---> Running in 1fea07519503 19:39:39 ---> Running in d54cb809e85f 19:39:39 Removing intermediate container d54cb809e85f 19:39:39 ---> 9f8c673ba7c9 19:39:39 Step 16/24 : WORKDIR / 19:39:39 Removing intermediate container 1fea07519503 19:39:39 ---> fe5003f98847 19:39:39 Step 31/33 : LABEL arch=arm64 19:39:40 ---> Running in a1c155563a78 19:39:40 ---> Running in cb80e972c9e1 19:39:40 Removing intermediate container a1c155563a78 19:39:40 ---> 4ad7d23dd697 19:39:40 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:40 Removing intermediate container cb80e972c9e1 19:39:40 ---> f9571851e8d2 19:39:40 Step 32/33 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:39:40 ---> Running in ee7dac8bf65c 19:39:41 Preparing metadata (setup.py): finished with status 'done' 19:39:41 Removing intermediate container ee7dac8bf65c 19:39:41 ---> 223233a93d9f 19:39:41 Step 33/33 : LABEL version=0.0.0 19:39:41 Collecting texttable<0.10,>=0.9.0 19:39:41 ---> Running in 7aaccc68437a 19:39:41 Downloading texttable-0.9.1.tar.gz (11 kB) 19:39:41 ---> 49577e457522 19:39:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:39:41 Preparing metadata (setup.py): started 19:39:42 Removing intermediate container 7aaccc68437a 19:39:42 ---> 1316950b6e48 19:39:42 19:39:43 Successfully built 1316950b6e48 19:39:43 Successfully tagged security-bootstrapper-arm64:latest 19:39:43  Building security-bootstrapper ... done Building security-proxy-setup 19:39:43 ---> c01c9aa3d3cf 19:39:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:39:44 Preparing metadata (setup.py): finished with status 'done' 19:39:44 ---> 4fcb365a7702 19:39:44 Step 20/24 : ENTRYPOINT ["/core-command"] 19:39:44 ---> Running in b3976aabf67e 19:39:45 Collecting docker-pycreds>=0.4.0 19:39:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:39:45 Removing intermediate container b3976aabf67e 19:39:45 ---> 5117f11aba6c 19:39:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:39:45 ---> Running in 61d21c09cb00 19:39:45 Collecting chardet<3.1.0,>=3.0.2 19:39:45 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:39:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 18.5 MB/s eta 0:00:00 19:39:45 Removing intermediate container 61d21c09cb00 19:39:45 ---> eaccdb7adae5 19:39:45 Step 22/24 : LABEL arch=arm64 19:39:46 ---> Running in e70ebef5292c 19:39:46 Collecting urllib3<1.25,>=1.21.1 19:39:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:39:46 Removing intermediate container e70ebef5292c 19:39:46 ---> 95834c252fee 19:39:46 Step 23/24 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:39:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 7.9 MB/s eta 0:00:00 19:39:46 ---> Running in e936ecbaf856 19:39:47 Collecting certifi>=2017.4.17 19:39:47 Downloading certifi-2022.9.14-py3-none-any.whl (162 kB) 19:39:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 13.6 MB/s eta 0:00:00 19:39:47 Removing intermediate container e936ecbaf856 19:39:47 ---> a04a312ec4a6 19:39:47 Step 24/24 : LABEL version=0.0.0 19:39:47 ---> Running in 0930422e5873 19:39:47 Collecting idna<2.8,>=2.5 19:39:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:39:47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 16.3 MB/s eta 0:00:00 19:39:47 Removing intermediate container 0930422e5873 19:39:47 ---> ec6e0276fb6a 19:39:47 19:39:48 Successfully built ec6e0276fb6a 19:39:48 Successfully tagged core-command-arm64:latest 19:39:48 Building support-notifications 19:39:48  Building core-command ... done Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:39:48 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:39:48 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:39:48 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:39:49 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:39:49 Running setup.py install for texttable: started 19:39:51 Running setup.py install for texttable: finished with status 'done' 19:39:51 Running setup.py install for PyYAML: started 19:39:54 Running setup.py install for PyYAML: finished with status 'done' 19:39:55 Running setup.py install for docopt: started 19:39:58 Running setup.py install for docopt: finished with status 'done' 19:40:01 Running setup.py install for dockerpty: started 19:40:05 Running setup.py install for dockerpty: finished with status 'done' 19:40:08 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:40:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:40:08 ---> c36b7483727c 19:40:08 Step 3/22 : WORKDIR /edgex-go 19:40:08 ---> Using cache 19:40:08 ---> 70f9d410e374 19:40:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:08 ---> Using cache 19:40:08 ---> 1379cc738e9f 19:40:08 Step 5/22 : RUN apk add --update --no-cache make git 19:40:09 ---> Running in f67cae3e8225 19:40:09 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.14 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:40:09 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:40:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:40:11 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:40:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:40:11 ---> c36b7483727c 19:40:11 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:40:11 ---> Using cache 19:40:11 ---> 47d5ae292b5f 19:40:11 Step 4/23 : WORKDIR /edgex-go 19:40:11 ---> Using cache 19:40:11 ---> 1a3a4f8fcd2f 19:40:11 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:11 ---> Using cache 19:40:11 ---> 568ea34d8ed0 19:40:11 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:40:12 ---> Running in ad1732a93359 19:40:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:40:13 OK: 221 MiB in 51 packages 19:40:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:40:15 Removing intermediate container f67cae3e8225 19:40:15 ---> e9fe40f6da4d 19:40:15 Step 6/22 : COPY go.mod vendor* ./ 19:40:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:40:16 ---> a1bc2ff3ceef 19:40:16 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:40:16 ---> Running in d4f42ca496e7 19:40:16 OK: 221 MiB in 51 packages 19:40:19 Removing intermediate container ad1732a93359 19:40:19 ---> dd01811c57ec 19:40:19 Step 7/23 : COPY go.mod vendor* ./ 19:40:20 ---> fa604c456e3a 19:40:20 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:40:20 ---> Running in c6ad74d72315 19:40:32 Removing intermediate container 154d15280391 19:40:32 ---> cda7ae4c3349 19:40:32 Step 14/23 : ENV APP_PORT=58890 19:40:32 ---> Running in e68c7d24641d 19:40:33 Removing intermediate container e68c7d24641d 19:40:33 ---> 2f664bf9def8 19:40:33 Step 15/23 : EXPOSE $APP_PORT 19:40:33 ---> Running in 889b530d1d3a 19:40:34 Removing intermediate container 8e8607ddf2f4 19:40:34 ---> ab3d8eed4c5b 19:40:34 19:40:34 Step 11/25 : FROM alpine:3.16 19:40:34 ---> a6215f271958 19:40:34 Step 12/25 : RUN apk add --update --no-cache dumb-init 19:40:34 ---> Using cache 19:40:34 ---> dc098171fcea 19:40:34 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:40:34 ---> Using cache 19:40:34 ---> 99a40122fb18 19:40:34 Step 14/25 : ENV APP_PORT=59881 19:40:34 Removing intermediate container 889b530d1d3a 19:40:34 ---> 7049fe3b7d27 19:40:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:40:34 ---> Running in 953d32da6466 19:40:35 Removing intermediate container 953d32da6466 19:40:35 ---> 24f2d2f50605 19:40:35 Step 15/25 : EXPOSE $APP_PORT 19:40:35 ---> Running in 8298b32fc761 19:40:36 Removing intermediate container 8298b32fc761 19:40:36 ---> 4208ced04a8e 19:40:36 Step 16/25 : WORKDIR / 19:40:36 ---> Running in c603107846ab 19:40:36 ---> 8f49412f552d 19:40:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:40:37 Removing intermediate container c603107846ab 19:40:37 ---> 1a6a72845373 19:40:37 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:37 ---> e85d17b3f494 19:40:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:40:38 ---> 92c5f8deaf02 19:40:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:40:39 ---> da15eb99fb5e 19:40:39 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:40:39 ---> Running in f6fd35753d0c 19:40:39 Removing intermediate container f6fd35753d0c 19:40:39 ---> 37af2164e947 19:40:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:40 ---> Running in ac1e167eb720 19:40:40 Removing intermediate container ac1e167eb720 19:40:40 ---> 1d06cf9168c8 19:40:40 Step 21/23 : LABEL arch=arm64 19:40:41 ---> Running in 935393775eee 19:40:41 ---> 2293d38cefd9 19:40:41 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:40:41 Removing intermediate container 935393775eee 19:40:41 ---> 6043f765552f 19:40:41 Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:40:42 ---> Running in e8bad8946516 19:40:42 ---> f7dad893c669 19:40:42 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:40:42 Removing intermediate container e8bad8946516 19:40:42 ---> 553bef6fe298 19:40:42 Step 23/23 : LABEL version=0.0.0 19:40:43 ---> Running in 96c86ac40f55 19:40:43 ---> 62230bf76f58 19:40:43 Step 21/25 : ENTRYPOINT ["/core-metadata"] 19:40:43 Removing intermediate container 96c86ac40f55 19:40:43 ---> 3a38fd8f58a3 19:40:43 19:40:43 ---> Running in 79fc1ade9b80 19:40:44 Successfully built 3a38fd8f58a3 19:40:44 Successfully tagged sys-mgmt-agent-arm64:latest 19:40:44 Building security-spiffe-token-provider 19:40:44  Building sys-mgmt-agent ... done Removing intermediate container 79fc1ade9b80 19:40:44 ---> 773f4cda9169 19:40:44 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:44 ---> Running in ad1841781ba8 19:40:45 Removing intermediate container ad1841781ba8 19:40:45 ---> 38b134df9a37 19:40:45 Step 23/25 : LABEL arch=arm64 19:40:45 ---> Running in c8a2b165cc22 19:40:45 Removing intermediate container c8a2b165cc22 19:40:45 ---> 77a5cdad4055 19:40:45 Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:40:45 ---> Running in e5a5cef835e9 19:40:46 Removing intermediate container e5a5cef835e9 19:40:46 ---> 474b54692cdb 19:40:46 Step 25/25 : LABEL version=0.0.0 19:40:46 ---> Running in 499e6e569c1d 19:40:47 Removing intermediate container 499e6e569c1d 19:40:47 ---> b4cb798e8900 19:40:47 19:40:47 Successfully built b4cb798e8900 19:40:48 Successfully tagged core-metadata-arm64:latest 19:40:48  Building core-metadata ... done Building security-secretstore-setup 19:41:06 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:41:06 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:41:06 ---> c36b7483727c 19:41:06 Step 3/20 : WORKDIR /edgex-go 19:41:06 ---> Using cache 19:41:06 ---> 70f9d410e374 19:41:06 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:41:07 ---> Running in c9e78b2f45aa 19:41:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:41:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:41:10 v3.16.2-193-g9da6059f45 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:41:10 v3.16.2-191-gc8e9e5baa8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:41:10 OK: 16895 distinct packages available 19:41:10 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:41:10 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:41:10 ---> c36b7483727c 19:41:10 Step 3/25 : WORKDIR /edgex-go 19:41:10 ---> Using cache 19:41:10 ---> 70f9d410e374 19:41:10 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:41:10 ---> Using cache 19:41:10 ---> 1379cc738e9f 19:41:10 Step 5/25 : RUN apk add --update --no-cache make git 19:41:10 ---> Using cache 19:41:10 ---> e9fe40f6da4d 19:41:10 Step 6/25 : COPY go.mod vendor* ./ 19:41:10 ---> Using cache 19:41:10 ---> a1bc2ff3ceef 19:41:10 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:41:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:41:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:41:11 ---> Running in a1774da10364 19:41:12 OK: 221 MiB in 51 packages 19:41:14 Removing intermediate container c9e78b2f45aa 19:41:14 ---> 4f7220256a17 19:41:14 Step 5/20 : COPY go.mod vendor* ./ 19:41:15 ---> badf451640ab 19:41:15 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:41:16 ---> Running in 088b72be5f72 19:41:22 Removing intermediate container d4f42ca496e7 19:41:22 ---> b4c81e908e6b 19:41:22 Step 8/22 : COPY . . 19:41:24 Removing intermediate container c6ad74d72315 19:41:24 ---> 4b24a0f6e1f9 19:41:24 Step 9/23 : COPY . . 19:41:39 ---> 26d0fa61a78a 19:41:39 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:41:39 ---> Running in 68cf767c42fa 19:41:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:41:46 ---> aef77eb39fb9 19:41:47 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:41:47 Removing intermediate container 3bd9074e620d 19:41:47 ---> 54829ac73e34 19:41:47 19:41:47 Step 11/23 : FROM alpine:3.16 19:41:47 ---> a6215f271958 19:41:47 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:41:47 ---> Using cache 19:41:47 ---> dc098171fcea 19:41:47 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:41:47 ---> Using cache 19:41:47 ---> 99a40122fb18 19:41:47 Step 14/23 : ENV APP_PORT=59861 19:41:47 ---> Running in 4402b0637224 19:41:47 ---> Running in 808e889ad9bf 19:41:48 Removing intermediate container 808e889ad9bf 19:41:48 ---> d37a94a3f9f1 19:41:48 Step 15/23 : EXPOSE $APP_PORT 19:41:48 ---> Running in 06f64926e64b 19:41:49 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:41:49 Removing intermediate container 06f64926e64b 19:41:49 ---> cfe7da06874d 19:41:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:41:51 ---> 452e8c41c4d7 19:41:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:41:56 ---> 8364d35bb2a6 19:41:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:41:58 ---> 1dec5a69d004 19:41:58 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:41:58 ---> Running in 63dc56394fc0 19:41:59 Removing intermediate container 63dc56394fc0 19:41:59 ---> 7a80fc297b93 19:41:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:41:59 ---> Running in f8e9b82127b5 19:42:00 Removing intermediate container f8e9b82127b5 19:42:00 ---> 660344b614a2 19:42:00 Step 21/23 : LABEL arch=arm64 19:42:00 ---> Running in bde4667e0133 19:42:01 Removing intermediate container bde4667e0133 19:42:01 ---> c0889cd2ffc8 19:42:01 Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:42:02 ---> Running in 0d5ce4c91778 19:42:03 Removing intermediate container 0d5ce4c91778 19:42:03 ---> 89ed819cf4d2 19:42:03 Step 23/23 : LABEL version=0.0.0 19:42:03 ---> Running in 51b38d4b8901 19:42:04 Removing intermediate container 51b38d4b8901 19:42:04 ---> 8a79b883862e 19:42:04 19:42:05 Successfully built 8a79b883862e 19:42:05 Successfully tagged support-scheduler-arm64:latest 19:42:05  Building support-scheduler ... done Building security-spire-agent 19:42:15 Removing intermediate container 088b72be5f72 19:42:15 ---> f577fa1abe29 19:42:15 Step 7/20 : COPY . . 19:42:15 Removing intermediate container a1774da10364 19:42:15 ---> 1d59412c57a2 19:42:15 Step 8/25 : COPY . . 19:42:20 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:42:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:42:20 ---> c36b7483727c 19:42:20 Step 3/26 : WORKDIR /edgex-go 19:42:20 ---> Using cache 19:42:20 ---> 70f9d410e374 19:42:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:20 ---> Using cache 19:42:20 ---> 1379cc738e9f 19:42:20 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:42:21 ---> Running in 98afdc9bb998 19:42:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:42:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:42:25 OK: 221 MiB in 51 packages 19:42:28 Removing intermediate container 98afdc9bb998 19:42:28 ---> d64943be3820 19:42:28 Step 6/26 : COPY go.mod vendor* ./ 19:42:29 ---> cde179c9981f 19:42:29 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:42:30 ---> Running in 9c3f9043399f 19:42:36 ---> 7d9c7e5e4eed 19:42:36 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:42:36 ---> Running in ffd88d9f4392 19:42:38 ---> 45d5477f66d1 19:42:38 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:42:38 ---> Running in 0d2ce0fb7dab 19:42:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:42:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:43:26 Removing intermediate container 9c3f9043399f 19:43:26 ---> c92aeb2120a8 19:43:26 Step 8/26 : COPY . . 19:43:34 ---> 6873fd4f4151 19:43:34 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:43:34 ---> Running in 9661115c4925 19:43:34 Removing intermediate container 9661115c4925 19:43:34 ---> 6b5b996d105e 19:43:34 Step 10/26 : WORKDIR /edgex-go/spire-build 19:43:34 ---> Running in 7b981dcc8942 19:43:35 Removing intermediate container 7b981dcc8942 19:43:35 ---> f7db7b56c99d 19:43:35 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:43:35 ---> Running in 352ad7a767a9 19:43:38 Removing intermediate container 352ad7a767a9 19:43:38 ---> d5bdc7637426 19:43:38 Step 12/26 : WORKDIR /edgex-go 19:43:38 ---> Running in 7c97657a3737 19:43:39 Removing intermediate container 7c97657a3737 19:43:39 ---> 393c108e5faa 19:43:39 19:43:39 Step 13/26 : FROM alpine:3.15 19:43:39 ---> 02e0d6fdf486 19:43:39 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:43:39 ---> Using cache 19:43:39 ---> 0832608fa45c 19:43:39 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:43:39 ---> Using cache 19:43:39 ---> 796bfff25ad3 19:43:39 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:43:39 ---> Running in 79af89654721 19:43:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:43:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:43:43 v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:43:43 v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:43:43 OK: 15734 distinct packages available 19:43:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:43:44 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:43:45 (1/5) Installing dumb-init (1.2.5-r1) 19:43:45 (2/5) Installing musl-obstack (1.2.3-r0) 19:43:45 (3/5) Installing libucontext (1.1-r0) 19:43:46 (4/5) Installing gcompat (1.0.0-r4) 19:43:46 (5/5) Installing openssl (1.1.1q-r0) 19:43:46 Executing busybox-1.34.1-r7.trigger 19:43:46 OK: 6 MiB in 19 packages 19:43:48 Removing intermediate container 79af89654721 19:43:48 ---> e04fc02bb60d 19:43:48 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:43:51 ---> f90c80343200 19:43:51 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:43:56 ---> af4ac24a575a 19:43:56 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:43:57 ---> 1a1e17d3f03c 19:43:57 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:43:58 ---> 7a733697bf86 19:43:58 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:43:59 ---> 74dab9a27ae9 19:43:59 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:43:59 ---> Running in 9dc211531633 19:43:59 Removing intermediate container 9dc211531633 19:43:59 ---> 82060d14d894 19:43:59 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:43:59 ---> Running in 5c1d7fd1dcca 19:44:00 Removing intermediate container 5c1d7fd1dcca 19:44:00 ---> 18a214c1bf1f 19:44:00 Step 24/26 : LABEL arch=arm64 19:44:00 ---> Running in 8b7163ffa673 19:44:00 Removing intermediate container 8b7163ffa673 19:44:00 ---> 1b51f650d69a 19:44:00 Step 25/26 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:44:01 ---> Running in 2e9ff2d79911 19:44:01 Removing intermediate container 2e9ff2d79911 19:44:01 ---> c10f5daeae06 19:44:01 Step 26/26 : LABEL version=0.0.0 19:44:01 ---> Running in d888ec9f44f4 19:44:02 Removing intermediate container d888ec9f44f4 19:44:02 ---> 7fb5cbd1707a 19:44:02 19:44:02 Successfully built 7fb5cbd1707a 19:44:02 Successfully tagged security-spire-agent-arm64:latest 19:44:02  Building security-spire-agent ... done Building security-spire-server 19:44:20 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:44:20 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:44:20 ---> c36b7483727c 19:44:20 Step 3/25 : WORKDIR /edgex-go 19:44:20 ---> Using cache 19:44:20 ---> 70f9d410e374 19:44:20 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:20 ---> Using cache 19:44:20 ---> 1379cc738e9f 19:44:20 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:44:20 ---> Using cache 19:44:20 ---> d64943be3820 19:44:20 Step 6/25 : COPY go.mod vendor* ./ 19:44:20 ---> Using cache 19:44:20 ---> cde179c9981f 19:44:20 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:20 ---> Using cache 19:44:20 ---> c92aeb2120a8 19:44:20 Step 8/25 : COPY . . 19:44:20 ---> Using cache 19:44:20 ---> 6873fd4f4151 19:44:20 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:44:20 ---> Using cache 19:44:20 ---> 6b5b996d105e 19:44:20 Step 10/25 : WORKDIR /edgex-go/spire-build 19:44:20 ---> Using cache 19:44:20 ---> f7db7b56c99d 19:44:20 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:44:20 ---> Running in c717b3bbffc3 19:44:23 Removing intermediate container c717b3bbffc3 19:44:23 ---> b69e46dc83eb 19:44:23 Step 12/25 : WORKDIR /edgex-go 19:44:23 ---> Running in 6f41e8acd79e 19:44:23 Removing intermediate container 6f41e8acd79e 19:44:23 ---> 6eb6c787450a 19:44:23 19:44:23 Step 13/25 : FROM alpine:3.15 19:44:23 ---> 02e0d6fdf486 19:44:23 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:44:23 ---> Using cache 19:44:23 ---> 0832608fa45c 19:44:23 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:23 ---> Using cache 19:44:23 ---> 796bfff25ad3 19:44:23 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:44:23 ---> Using cache 19:44:23 ---> e04fc02bb60d 19:44:23 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:44:29 ---> cdb3567f47c4 19:44:29 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:44:29 ---> 46529f10f146 19:44:29 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:44:30 ---> 28fd46f4a848 19:44:30 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:44:31 ---> 512d980d4ac1 19:44:31 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:44:31 ---> Running in 7e46ccd79b9b 19:44:31 Removing intermediate container 7e46ccd79b9b 19:44:31 ---> 56d2d6ce22da 19:44:31 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:44:31 ---> Running in 8b9ed1acd501 19:44:32 Removing intermediate container 8b9ed1acd501 19:44:32 ---> 94c3514ab7c6 19:44:32 Step 23/25 : LABEL arch=arm64 19:44:32 ---> Running in d5f5b906d88e 19:44:33 Removing intermediate container d5f5b906d88e 19:44:33 ---> db7f46d2ac1b 19:44:33 Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:44:33 ---> Running in 29c125801444 19:44:33 Removing intermediate container 29c125801444 19:44:33 ---> 7976bb6c8b7e 19:44:33 Step 25/25 : LABEL version=0.0.0 19:44:33 ---> Running in 3af3211e5a98 19:44:34 Removing intermediate container 3af3211e5a98 19:44:34 ---> 7a1a72171528 19:44:34 19:44:34 Successfully built 7a1a72171528 19:44:34 Successfully tagged security-spire-server-arm64:latest 19:44:34  Building security-spire-server ... done Building core-data 19:44:52 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:44:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:44:52 ---> c36b7483727c 19:44:52 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:44:52 ---> Using cache 19:44:52 ---> 47d5ae292b5f 19:44:52 Step 4/24 : WORKDIR /edgex-go 19:44:52 ---> Using cache 19:44:52 ---> 1a3a4f8fcd2f 19:44:52 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:52 ---> Using cache 19:44:52 ---> 568ea34d8ed0 19:44:52 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:44:52 ---> Running in 94d69241b55f 19:44:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:44:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:44:55 OK: 221 MiB in 51 packages 19:44:56 Removing intermediate container 94d69241b55f 19:44:56 ---> 64b7f8998e86 19:44:56 Step 7/24 : COPY go.mod vendor* ./ 19:44:57 ---> f1d93d900a09 19:44:57 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:57 ---> Running in 03067630a856 19:45:54 Removing intermediate container 03067630a856 19:45:54 ---> a21a5938cc27 19:45:54 Step 9/24 : COPY . . 19:46:02 ---> a3ac1f6b4633 19:46:02 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:46:02 ---> Running in 68843dee3791 19:46: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:46:21 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:46:43 Removing intermediate container 68cf767c42fa 19:46:43 ---> 70a2e5a247dd 19:46:43 19:46:43 Step 10/22 : FROM alpine:3.16 19:46:43 ---> a6215f271958 19:46:43 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:46:43 ---> Running in 0206adf469bd 19:46:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:46:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:46:46 (1/6) Installing ca-certificates (20220614-r0) 19:46:46 (2/6) Installing brotli-libs (1.0.9-r6) 19:46:46 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:46:46 (4/6) Installing libcurl (7.83.1-r3) 19:46:46 (5/6) Installing curl (7.83.1-r3) 19:46:46 (6/6) Installing dumb-init (1.2.5-r1) 19:46:46 Executing busybox-1.35.0-r17.trigger 19:46:46 Executing ca-certificates-20220614-r0.trigger 19:46:46 OK: 8 MiB in 20 packages 19:46:49 Removing intermediate container 0206adf469bd 19:46:49 ---> 8c58ebd00875 19:46:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:46:49 ---> Running in 11fca3016fd9 19:46:49 Removing intermediate container 11fca3016fd9 19:46:49 ---> 2d2519e7c42c 19:46:49 Step 13/22 : WORKDIR /edgex 19:46:49 ---> Running in 75b00f5ad6db 19:46:50 Removing intermediate container 75b00f5ad6db 19:46:50 ---> 5abe820bfe32 19:46:50 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:46:51 ---> 5f09f82029ee 19:46:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:46:52 ---> b244f4924f42 19:46:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:46:54 ---> eb4602942dd0 19:46:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:46:55 ---> 619eee78f95e 19:46:55 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:46:55 ---> Running in 523e72ffd475 19:46:58 Removing intermediate container 523e72ffd475 19:46:58 ---> 6df98327ffa8 19:46:58 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:46:58 ---> Running in a13eb15e27dd 19:46:58 Removing intermediate container a13eb15e27dd 19:46:58 ---> 4c782775773c 19:46:58 Step 20/22 : LABEL arch=arm64 19:46:58 ---> Running in 57cff815a7f0 19:46:59 Removing intermediate container 57cff815a7f0 19:46:59 ---> f49d7c55647b 19:46:59 Step 21/22 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:46:59 ---> Running in 342e93df31da 19:47:00 Removing intermediate container 342e93df31da 19:47:00 ---> ebcf9d85be54 19:47:00 Step 22/22 : LABEL version=0.0.0 19:47:00 ---> Running in 9a2f7fb4a9fb 19:47:00 Removing intermediate container 9a2f7fb4a9fb 19:47:00 ---> 102adc52ea5a 19:47:00 19:47:00 Successfully built 102adc52ea5a 19:47:00 Successfully tagged security-proxy-setup-arm64:latest 19:47:47  Building security-proxy-setup ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:48:05 Removing intermediate container 0d2ce0fb7dab 19:48:05 ---> 8dfccf99d227 19:48:05 19:48:05 Step 10/25 : FROM alpine:3.16 19:48:05 ---> a6215f271958 19:48:05 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:48:05 ---> Running in d0dbcf9d3c56 19:48:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:48:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:48:07 (1/3) Installing ca-certificates (20220614-r0) 19:48:07 (2/3) Installing dumb-init (1.2.5-r1) 19:48:07 (3/3) Installing su-exec (0.2-r1) 19:48:07 Executing busybox-1.35.0-r17.trigger 19:48:07 Executing ca-certificates-20220614-r0.trigger 19:48:07 OK: 6 MiB in 17 packages 19:48:09 Removing intermediate container d0dbcf9d3c56 19:48:09 ---> 52ddcd553006 19:48:09 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:48:10 ---> Running in a44d1c99b49c 19:48:10 Removing intermediate container a44d1c99b49c 19:48:10 ---> cd35ee40d14a 19:48:10 Step 13/25 : WORKDIR / 19:48:10 ---> Running in 93be6609c705 19:48:10 Removing intermediate container 93be6609c705 19:48:10 ---> 084b279dca02 19:48:10 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:48:11 ---> da26c07bee34 19:48:11 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:48:12 ---> aa4ed9e06847 19:48:12 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:48:13 ---> 7f84584cb6e1 19:48:13 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:48:14 ---> 85c1b9a6d0f6 19:48:14 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:48:16 ---> 635190353f4c 19:48:16 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:48:17 ---> 1006774fd654 19:48:17 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:48:18 ---> e731b1ef7a74 19:48:18 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:48:18 ---> Running in 2afd06595c4a 19:48:21 Removing intermediate container 2afd06595c4a 19:48:21 ---> 3c94e1ecfa8a 19:48:21 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:48:21 ---> Running in 80e9eb487331 19:48:21 Removing intermediate container 80e9eb487331 19:48:21 ---> ac82ce2f6629 19:48:21 Step 23/25 : LABEL arch=arm64 19:48:21 ---> Running in 89ff0b98a324 19:48:22 Removing intermediate container 89ff0b98a324 19:48:22 ---> 210b0a7aa4c7 19:48:22 Step 24/25 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:48:22 ---> Running in b20ac93af6fc 19:48:23 Removing intermediate container b20ac93af6fc 19:48:23 ---> 15cec29e779f 19:48:23 Step 25/25 : LABEL version=0.0.0 19:48:23 ---> Running in 5720619b8a8e 19:48:23 Removing intermediate container 5720619b8a8e 19:48:23 ---> 2c410f0791c2 19:48:23 19:48:23 Successfully built 2c410f0791c2 19:48:23 Successfully tagged security-secretstore-setup-arm64:latest 19:49:31  Building security-secretstore-setup ... done Removing intermediate container ffd88d9f4392 19:49:31 ---> 4d427c27af2f 19:49:31 19:49:31 Step 9/20 : FROM alpine:3.15 19:49:31 ---> 02e0d6fdf486 19:49:31 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:49:31 ---> Using cache 19:49:31 ---> 0832608fa45c 19:49:31 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:31 ---> Using cache 19:49:31 ---> 796bfff25ad3 19:49:31 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:49:31 ---> Running in e7e63ebbfcaa 19:49:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:49:31 Removing intermediate container 4402b0637224 19:49:31 ---> f4b38fba0ff1 19:49:31 19:49:31 Step 11/23 : FROM alpine:3.16 19:49:31 ---> a6215f271958 19:49:31 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:49:31 ---> Running in 6275a4ac98bc 19:49:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:49:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:49:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:49:31 v3.15.6-76-gc40548a3b8 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:49:31 v3.15.6-75-g2ba602a0c7 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:49:31 OK: 15734 distinct packages available 19:49:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:49:32 (1/2) Installing ca-certificates (20220614-r0) 19:49:32 (2/2) Installing dumb-init (1.2.5-r1) 19:49:32 Executing busybox-1.35.0-r17.trigger 19:49:32 Executing ca-certificates-20220614-r0.trigger 19:49:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:49:32 OK: 6 MiB in 16 packages 19:49:33 (1/9) Installing ca-certificates (20220614-r0) 19:49:33 (2/9) Installing brotli-libs (1.0.9-r5) 19:49:33 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:49:33 (4/9) Installing libcurl (7.80.0-r3) 19:49:34 (5/9) Installing curl (7.80.0-r3) 19:49:34 (6/9) Installing dumb-init (1.2.5-r1) 19:49:34 (7/9) Installing musl-obstack (1.2.3-r0) 19:49:34 (8/9) Installing libucontext (1.1-r0) 19:49:34 (9/9) Installing gcompat (1.0.0-r4) 19:49:34 Executing busybox-1.34.1-r7.trigger 19:49:34 Executing ca-certificates-20220614-r0.trigger 19:49:34 Removing intermediate container 6275a4ac98bc 19:49:34 ---> d59889328c47 19:49:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:49:34 ---> Running in 00f0f7c8c9bd 19:49:34 OK: 8 MiB in 23 packages 19:49:35 Removing intermediate container 00f0f7c8c9bd 19:49:35 ---> d1bac06b6df5 19:49:35 Step 14/23 : ENV APP_PORT=59860 19:49:35 ---> Running in 53e0b1fd3212 19:49:35 Removing intermediate container 53e0b1fd3212 19:49:35 ---> e3fc121f22b9 19:49:35 Step 15/23 : EXPOSE $APP_PORT 19:49:36 ---> Running in c9be26e4bb72 19:49:36 Removing intermediate container c9be26e4bb72 19:49:36 ---> 7e995774a085 19:49:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:49:37 Removing intermediate container e7e63ebbfcaa 19:49:37 ---> d2d048c3264e 19:49:37 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:49:37 ---> 1ff93a5240f9 19:49:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:49:38 ---> 0956707ef243 19:49:38 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:49:40 ---> 1bdcd8f0d983 19:49:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:49:41 ---> 8d3a93b4aad5 19:49:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:49:42 ---> ba0d4fb8fb3f 19:49:42 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:49:42 ---> 85b530ed7bb8 19:49:42 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:49:42 ---> Running in 9f40440745ad 19:49:42 ---> Running in 648004fb8a92 19:49:42 Removing intermediate container 648004fb8a92 19:49:42 ---> 9999c8592d42 19:49:42 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:49:42 Removing intermediate container 9f40440745ad 19:49:42 ---> ad77a9608186 19:49:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:49:42 ---> Running in 4199111e1d64 19:49:43 ---> Running in 46440ba5efc7 19:49:43 Removing intermediate container 4199111e1d64 19:49:43 ---> 1318818edef0 19:49:43 Step 18/20 : LABEL arch=arm64 19:49:43 ---> Running in 522a6565a3f6 19:49:43 Removing intermediate container 46440ba5efc7 19:49:43 ---> 095da4dd92f1 19:49:43 Step 21/23 : LABEL arch=arm64 19:49:43 ---> Running in 87565b46fd67 19:49:44 Removing intermediate container 522a6565a3f6 19:49:44 ---> c93ecf2a0c8f 19:49:44 Step 19/20 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:49:44 ---> Running in 8679e19e37c5 19:49:44 Removing intermediate container 87565b46fd67 19:49:44 ---> bd89e06e8291 19:49:44 Step 22/23 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:49:44 ---> Running in 349f29c301f7 19:49:45 Removing intermediate container 8679e19e37c5 19:49:45 ---> 9315b156691f 19:49:45 Step 20/20 : LABEL version=0.0.0 19:49:45 ---> Running in c2da1a7af101 19:49:45 Removing intermediate container 349f29c301f7 19:49:45 ---> 611d2491fa63 19:49:45 Step 23/23 : LABEL version=0.0.0 19:49:45 ---> Running in 450632b8d35f 19:49:45 Removing intermediate container c2da1a7af101 19:49:45 ---> 99a445f459fe 19:49:45 19:49:46 Removing intermediate container 450632b8d35f 19:49:46 ---> 296dd3976672 19:49:46 19:49:46 Successfully built 99a445f459fe 19:49:46 Successfully tagged security-spiffe-token-provider-arm64:latest 19:49:46  Building security-spiffe-token-provider ... done Successfully built 296dd3976672 19:49:46 Successfully tagged support-notifications-arm64:latest 19:50:01  Building support-notifications ... done Removing intermediate container 68843dee3791 19:50:01 ---> 4404e8c355fc 19:50:01 19:50:01 Step 11/24 : FROM alpine:3.16 19:50:01 ---> a6215f271958 19:50:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:50:01 ---> Running in 71753e52574e 19:50:01 Removing intermediate container 71753e52574e 19:50:01 ---> 5bc4b0c7248d 19:50:01 Step 13/24 : ENV APP_PORT=59880 19:50:01 ---> Running in 77e7faac43e0 19:50:02 Removing intermediate container 77e7faac43e0 19:50:02 ---> d69d6efa73cf 19:50:02 Step 14/24 : EXPOSE $APP_PORT 19:50:02 ---> Running in f898dfc4ea74 19:50:02 Removing intermediate container f898dfc4ea74 19:50:02 ---> 83ef15794885 19:50:02 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:02 ---> Running in cfaed0cd79b1 19:50:04 Removing intermediate container cfaed0cd79b1 19:50:04 ---> 346e20c03c07 19:50:04 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:50:04 ---> Running in 3c9a4cf702ac 19:50:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:50:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:50:06 (1/6) Installing dumb-init (1.2.5-r1) 19:50:07 (2/6) Installing libgcc (11.2.1_git20220219-r2) 19:50:07 (3/6) Installing libsodium (1.0.18-r0) 19:50:07 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 19:50:07 (5/6) Installing libzmq (4.3.4-r0) 19:50:07 (6/6) Installing zeromq (4.3.4-r0) 19:50:07 Executing busybox-1.35.0-r17.trigger 19:50:07 OK: 8 MiB in 20 packages 19:50:08 Removing intermediate container 3c9a4cf702ac 19:50:08 ---> e83b4aeb51f1 19:50:08 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:50:09 ---> daf6bfdcac3f 19:50:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:50:10 ---> a90a75eafce1 19:50:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:50:10 ---> 9d889c54ae72 19:50:10 Step 20/24 : ENTRYPOINT ["/core-data"] 19:50:10 ---> Running in 042da58bfbef 19:50:10 Removing intermediate container 042da58bfbef 19:50:10 ---> cd058b74a81c 19:50:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:50:10 ---> Running in 6c09fc09ed64 19:50:11 Removing intermediate container 6c09fc09ed64 19:50:11 ---> 2586d067f580 19:50:11 Step 22/24 : LABEL arch=arm64 19:50:11 ---> Running in 7e42adc2b9c5 19:50:11 Removing intermediate container 7e42adc2b9c5 19:50:11 ---> f17052573177 19:50:11 Step 23/24 : LABEL git_sha=56197c73f71f0f9cf282d84b83408d9dd1fd534f 19:50:11 ---> Running in 806683a6673c 19:50:12 Removing intermediate container 806683a6673c 19:50:12 ---> a6e1bdf2d88a 19:50:12 Step 24/24 : LABEL version=0.0.0 19:50:12 ---> Running in 65272efb2b69 19:50:12 Removing intermediate container 65272efb2b69 19:50:12 ---> 042a428c8171 19:50:12 19:50:12 Successfully built 042a428c8171 19:50:12 Successfully tagged core-data-arm64:latest 19:50:12  Building core-data ... done  [Pipeline] } 19:50:12 $ docker stop --time=1 998c934c36da2cbc979fb2b017420fbd54eeba6c1fcc848be8f113458454884e 19:50:14 $ docker rm -f 998c934c36da2cbc979fb2b017420fbd54eeba6c1fcc848be8f113458454884e [Pipeline] // withDockerContainer [Pipeline] sh 19:50:15 + docker images 19:50:15 REPOSITORY TAG IMAGE ID CREATED SIZE 19:50:15 core-data-arm64 latest 042a428c8171 3 seconds ago 20.7MB 19:50:15 4404e8c355fc 15 seconds ago 1.38GB 19:50:15 support-notifications-arm64 latest 296dd3976672 30 seconds ago 26.3MB 19:50:15 security-spiffe-token-provider-arm64 latest 99a445f459fe 30 seconds ago 28.4MB 19:50:15 f4b38fba0ff1 47 seconds ago 1.44GB 19:50:15 4d427c27af2f 51 seconds ago 1.41GB 19:50:15 security-secretstore-setup-arm64 latest 2c410f0791c2 About a minute ago 28.2MB 19:50:15 8dfccf99d227 2 minutes ago 1.37GB 19:50:15 security-proxy-setup-arm64 latest 102adc52ea5a 3 minutes ago 26.4MB 19:50:15 70a2e5a247dd 3 minutes ago 1.37GB 19:50:15 security-spire-server-arm64 latest 7a1a72171528 5 minutes ago 84.2MB 19:50:15 6eb6c787450a 5 minutes ago 1.25GB 19:50:15 security-spire-agent-arm64 latest 7fb5cbd1707a 6 minutes ago 122MB 19:50:15 393c108e5faa 6 minutes ago 1.25GB 19:50:15 support-scheduler-arm64 latest 8a79b883862e 8 minutes ago 25.7MB 19:50:15 54829ac73e34 8 minutes ago 1.44GB 19:50:15 core-metadata-arm64 latest b4cb798e8900 9 minutes ago 17.5MB 19:50:15 sys-mgmt-agent-arm64 latest 3a38fd8f58a3 9 minutes ago 133MB 19:50:15 ab3d8eed4c5b 9 minutes ago 1.38GB 19:50:15 core-command-arm64 latest ec6e0276fb6a 10 minutes ago 16.7MB 19:50:15 security-bootstrapper-arm64 latest 1316950b6e48 10 minutes ago 19.1MB 19:50:15 79c7b8ed55ae 10 minutes ago 1.38GB 19:50:15 bc72cb289eae 11 minutes ago 1.36GB 19:50:15 b017ae16e18a 11 minutes ago 1.36GB 19:50:15 security-spire-config-arm64 latest ad2240a1c0c0 16 minutes ago 83.6MB 19:50:15 174e9978132a 16 minutes ago 1.25GB 19:50:15 ci-base-image-arm64 latest c36b7483727c 29 minutes ago 941MB 19:50:15 alpine 3.15 02e0d6fdf486 6 weeks ago 5.33MB 19:50:15 alpine 3.16 a6215f271958 6 weeks ago 5.29MB 19:50:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 2 months ago 678MB 19:50:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:50:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:50:16 19:50:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:50:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:50:17 arm64: Pulling from edgex-lftools-log-publisher 19:50:17 8998bd30e6a1: Pulling fs layer 19:50:17 04944245beec: Pulling fs layer 19:50:17 699f458cf7ca: Pulling fs layer 19:50:17 765212b225bb: Pulling fs layer 19:50:17 f23df028b6ca: Pulling fs layer 19:50:17 d65c8cfc05b1: Pulling fs layer 19:50:17 2437ff75d9bd: Pulling fs layer 19:50:17 f23df028b6ca: Waiting 19:50:17 d65c8cfc05b1: Waiting 19:50:17 2437ff75d9bd: Waiting 19:50:17 765212b225bb: Waiting 19:50:17 04944245beec: Verifying Checksum 19:50:17 04944245beec: Download complete 19:50:17 765212b225bb: Verifying Checksum 19:50:17 765212b225bb: Download complete 19:50:17 f23df028b6ca: Verifying Checksum 19:50:17 f23df028b6ca: Download complete 19:50:17 d65c8cfc05b1: Verifying Checksum 19:50:17 d65c8cfc05b1: Download complete 19:50:17 699f458cf7ca: Verifying Checksum 19:50:17 699f458cf7ca: Download complete 19:50:17 8998bd30e6a1: Download complete 19:50:20 2437ff75d9bd: Verifying Checksum 19:50:20 2437ff75d9bd: Download complete 19:50:21 8998bd30e6a1: Pull complete 19:50:22 04944245beec: Pull complete 19:50:23 699f458cf7ca: Pull complete 19:50:23 765212b225bb: Pull complete 19:50:24 f23df028b6ca: Pull complete 19:50:24 d65c8cfc05b1: Pull complete 19:50:39 2437ff75d9bd: Pull complete 19:50:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:50:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:50:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:50:39 prd-ubuntu20.04-docker-arm64-4c-16g-456 does not seem to be running inside a container 19:50:39 $ 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:50:42 $ docker top 3d2a95c3274962ccea509479c2c9d1dc518cf277fd8609ad621fabeb97f90c1f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:50:43 ---> job-cost.sh 19:50:43 lf-activate-venv: SKIPPING 19:50:43 INFO: No Stack... 19:50:43 INFO: Retrieving Pricing Info for: v3-standard-4 19:50:44 INFO: Archiving Costs [Pipeline] sh 19:50:45 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:50:45 + cut -d, -f6 [Pipeline] lock 19:50:45 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4162-1-stack-cost] 19:50:45 Resource [jenkins-edgexfoundry-edgex-go-PR-4162-1-stack-cost] did not exist. Created. 19:50:45 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4162-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:50:45 + echo total: 0.10999999940395355 [Pipeline] stash 19:50:46 Stashed 1 file(s) [Pipeline] } 19:50:46 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4162-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:50:46 $ docker stop --time=1 3d2a95c3274962ccea509479c2c9d1dc518cf277fd8609ad621fabeb97f90c1f 19:50:47 $ docker rm -f 3d2a95c3274962ccea509479c2c9d1dc518cf277fd8609ad621fabeb97f90c1f [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:50:48 provisioning config files... 19:50:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2439054136770203720tmp [Pipeline] { [Pipeline] sh 19:50:49 + set +x 19:50:49 + bash -s -- 19:50:49 + curl -s https://codecov.io/bash 19:50:49 19:50:49 _____ _ 19:50:49 / ____| | | 19:50:49 | | ___ __| | ___ ___ _____ __ 19:50:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:50:49 | |___| (_) | (_| | __/ (_| (_) \ V / 19:50:49 \_____\___/ \__,_|\___|\___\___/ \_/ 19:50:49 Bash-1.0.6 19:50:49 19:50:49 19:50:49 ==> git version 2.25.1 found 19:50:49 ==> 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:50:49 Release-Date: 2020-01-08 19:50:49 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:50:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:50:49 ==> Jenkins CI detected. 19:50:49 current dir:  /w/workspace/edgex-go/1 19:50:49 project root: . 19:50:49 --> token set from env 19:50:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:50:49 ==> Running gcov in . (disable via -X gcov) 19:50:49 ==> Python coveragepy not found 19:50:49 ==> Searching for coverage reports in: 19:50:49 + . 19:50:49 -> Found 1 reports 19:50:49 ==> Detecting git/mercurial file structure 19:50:49 ==> Reading reports 19:50:49 + ./coverage.out bytes=494099 19:50:49 ==> Appending adjustments 19:50:49 https://docs.codecov.io/docs/fixing-reports 19:50:50 + Found adjustments 19:50:50 ==> Gzipping contents 19:50:50 64K /tmp/codecov.eiOoJl.gz 19:50:50 ==> Uploading reports 19:50:50 url: https://codecov.io 19:50:50 query: branch=PR-4162&commit=56197c73f71f0f9cf282d84b83408d9dd1fd534f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4162%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4162&job=&cmd_args= 19:50:50 -> Pinging Codecov 19:50:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4162&commit=56197c73f71f0f9cf282d84b83408d9dd1fd534f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4162%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4162&job=&cmd_args= 19:50:50 -> Uploading to 19:50:50 https://storage.googleapis.com/codecov/v4/raw/2022-09-21/00271124DB129430A58F1EEE437C3FCB/56197c73f71f0f9cf282d84b83408d9dd1fd534f/8db8760f-b0de-43fa-868f-f14f415912e8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220921%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220921T195050Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=04dfb25a4b31ca2ad488837b2e9b1e5fb9d7861c83cf137414c97dbc80ffab9b 19:50:51 % Total % Received % Xferd Average Speed Time Time Time Current 19:50:51 Dload Upload Total Spent Left Speed 19:50:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64871 0 0 100 64871 0 237k --:--:-- --:--:-- --:--:-- 237k 19:50:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/56197c73f71f0f9cf282d84b83408d9dd1fd534f [Pipeline] } 19:50:51 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:50:52 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:50:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:50:54 ---> package-listing.sh 19:50:54 ++ facter osfamily 19:50:54 ++ tr '[:upper:]' '[:lower:]' 19:50:54 + OS_FAMILY=debian 19:50:54 + workspace=/w/workspace/edgex-go/1 19:50:54 + START_PACKAGES=/tmp/packages_start.txt 19:50:54 + END_PACKAGES=/tmp/packages_end.txt 19:50:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:50:54 + PACKAGES=/tmp/packages_start.txt 19:50:54 + '[' /w/workspace/edgex-go/1 ']' 19:50:54 + PACKAGES=/tmp/packages_end.txt 19:50:54 + case "${OS_FAMILY}" in 19:50:54 + dpkg -l 19:50:54 + grep '^ii' 19:50:54 + '[' -f /tmp/packages_start.txt ']' 19:50:54 + '[' -f /tmp/packages_end.txt ']' 19:50:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:50:54 + '[' /w/workspace/edgex-go/1 ']' 19:50:54 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:50:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:50:54 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:50:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:50:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:50:55 19:50:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:50:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:50:55 latest: Pulling from edgex-lftools-log-publisher 19:50:55 5eb5b503b376: Pulling fs layer 19:50:55 5c69ac0246d0: Pulling fs layer 19:50:55 ec43610c2a17: Pulling fs layer 19:50:55 3a2ae6a8a46f: Pulling fs layer 19:50:55 33b1e0a273af: Pulling fs layer 19:50:55 5d3b04190fa2: Pulling fs layer 19:50:55 2f39f015ded8: Pulling fs layer 19:50:55 3a2ae6a8a46f: Waiting 19:50:55 33b1e0a273af: Waiting 19:50:55 5d3b04190fa2: Waiting 19:50:55 2f39f015ded8: Waiting 19:50:55 5c69ac0246d0: Download complete 19:50:55 3a2ae6a8a46f: Verifying Checksum 19:50:55 3a2ae6a8a46f: Download complete 19:50:55 33b1e0a273af: Verifying Checksum 19:50:55 33b1e0a273af: Download complete 19:50:55 5d3b04190fa2: Verifying Checksum 19:50:55 5d3b04190fa2: Download complete 19:50:55 ec43610c2a17: Verifying Checksum 19:50:55 ec43610c2a17: Download complete 19:50:55 5eb5b503b376: Verifying Checksum 19:50:55 5eb5b503b376: Download complete 19:50:56 2f39f015ded8: Download complete 19:50:57 5eb5b503b376: Pull complete 19:50:57 5c69ac0246d0: Pull complete 19:50:57 ec43610c2a17: Pull complete 19:50:57 3a2ae6a8a46f: Pull complete 19:50:57 33b1e0a273af: Pull complete 19:50:57 5d3b04190fa2: Pull complete 19:51:01 2f39f015ded8: Pull complete 19:51:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:51:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:51:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:51:02 prd-ubuntu20.04-docker-8c-8g-455 does not seem to be running inside a container 19:51:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:51:03 $ docker top 2c8701ca1b8bb9be19b1b7f7517280e319a8492290a6601c79f4d92850ffcf2a -eo pid,comm [Pipeline] { [Pipeline] sh 19:51:04 + touch /tmp/pre-build-complete [Pipeline] sh 19:51:04 + mkdir -p /var/log/sysstat [Pipeline] sh 19:51:04 + ls /var/log/sa-host 19:51:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:51:04 provisioning config files... 19:51:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config17494670790578347930tmp [Pipeline] { [Pipeline] echo 19:51:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:51:05 ---> create-netrc.sh [Pipeline] } 19:51:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:51:05 ---> python-tools-install.sh [Pipeline] echo 19:51:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:51:06 ---> sudo-logs.sh 19:51:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:51:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:51:06 ---> job-cost.sh 19:51:06 lf-activate-venv: SKIPPING 19:51:06 DEBUG: total: 0.10999999940395355 19:51:06 INFO: Retrieving Stack Cost... 19:51:07 INFO: Retrieving Pricing Info for: v3-standard-8 19:51:07 INFO: Archiving Costs [Pipeline] echo 19:51:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:51:07 ---> logs-deploy.sh 19:51:07 lf-activate-venv: SKIPPING 19:51:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4162/1 19:51:07 INFO: archiving workspace using pattern(s): 19:51:08 Archives upload complete. 19:51:08 INFO: archiving logs to Nexus 19:51:09 ---> uname -a: 19:51:09 Linux prd-ubuntu20-04-docker-8c-8g-455 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:51:09 19:51:09 19:51:09 ---> lscpu: 19:51:09 Architecture: x86_64 19:51:09 CPU op-mode(s): 32-bit, 64-bit 19:51:09 Byte Order: Little Endian 19:51:09 Address sizes: 40 bits physical, 48 bits virtual 19:51:09 CPU(s): 8 19:51:09 On-line CPU(s) list: 0-7 19:51:09 Thread(s) per core: 1 19:51:09 Core(s) per socket: 1 19:51:09 Socket(s): 8 19:51:09 NUMA node(s): 1 19:51:09 Vendor ID: AuthenticAMD 19:51:09 CPU family: 23 19:51:09 Model: 49 19:51:09 Model name: AMD EPYC-Rome Processor 19:51:09 Stepping: 0 19:51:09 CPU MHz: 2800.000 19:51:09 BogoMIPS: 5600.00 19:51:09 Virtualization: AMD-V 19:51:09 Hypervisor vendor: KVM 19:51:09 Virtualization type: full 19:51:09 L1d cache: 256 KiB 19:51:09 L1i cache: 256 KiB 19:51:09 L2 cache: 4 MiB 19:51:09 L3 cache: 128 MiB 19:51:09 NUMA node0 CPU(s): 0-7 19:51:09 Vulnerability Itlb multihit: Not affected 19:51:09 Vulnerability L1tf: Not affected 19:51:09 Vulnerability Mds: Not affected 19:51:09 Vulnerability Meltdown: Not affected 19:51:09 Vulnerability Mmio stale data: Not affected 19:51:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:51:09 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:51:09 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:51:09 Vulnerability Srbds: Not affected 19:51:09 Vulnerability Tsx async abort: Not affected 19:51:09 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:51:09 19:51:09 19:51:09 ---> nproc: 19:51:09 8 19:51:09 19:51:09 19:51:09 ---> df -h: 19:51:09 Filesystem Size Used Avail Use% Mounted on 19:51:09 overlay 155G 18G 138G 12% / 19:51:09 tmpfs 64M 0 64M 0% /dev 19:51:09 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:51:09 shm 64M 0 64M 0% /dev/shm 19:51:09 /dev/vda1 155G 18G 138G 12% /facter-os 19:51:09 19:51:09 19:51:09 ---> sar -b -r -n DEV: 19:51:09 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-455) 09/21/22 _x86_64_ (8 CPU) 19:51:09 19:51:09 19:14:58 LINUX RESTART (8 CPU) 19:51:09 19:51:09 19:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:51:09 19:16:01 156.07 63.52 92.55 0.00 5464.12 209594.67 0.00 19:51:09 19:17:01 109.38 0.85 108.53 0.00 47.58 52620.86 0.00 19:51:09 19:18:01 48.49 0.32 48.18 0.00 10.26 19135.36 0.00 19:51:09 19:19:01 491.09 7.10 483.99 0.00 71.31 234893.17 0.00 19:51:09 19:20:01 891.92 1.35 890.57 0.00 89.45 271665.12 0.00 19:51:09 19:21:01 1215.66 9.15 1206.52 0.00 2837.93 269337.91 0.00 19:51:09 19:22:01 2.07 0.00 2.07 0.00 0.00 27.06 0.00 19:51:09 19:23:01 0.88 0.00 0.88 0.00 0.00 10.66 0.00 19:51:09 19:24:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 19:51:09 19:25:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 19:51:09 19:26:01 1.63 0.00 1.63 0.00 0.00 28.53 0.00 19:51:09 19:27:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 19:51:09 19:28:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 19:51:09 19:29:02 0.88 0.00 0.88 0.00 0.00 9.60 0.00 19:51:09 19:30:01 1.12 0.00 1.12 0.00 0.00 12.88 0.00 19:51:09 19:31:01 1.87 0.02 1.85 0.00 0.13 19.59 0.00 19:51:09 19:32:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 19:51:09 19:33:01 0.87 0.00 0.87 0.00 0.00 9.33 0.00 19:51:09 19:34:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 19:51:09 19:35:01 3.45 1.02 2.43 0.00 21.86 27.33 0.00 19:51:09 19:36:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 19:51:09 19:37:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 19:51:09 19:38:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 19:51:09 19:39:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 19:51:09 19:40:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 19:51:09 19:41:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 19:51:09 19:42:01 1.60 0.00 1.60 0.00 0.00 17.20 0.00 19:51:09 19:43:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 19:51:09 19:44:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 19:51:09 19:45:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 19:51:09 19:46:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 19:51:09 19:47:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 19:51:09 19:48:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 19:51:09 19:49:01 0.90 0.00 0.90 0.00 0.00 9.33 0.00 19:51:09 19:50:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 19:51:09 19:51:01 6.20 1.83 4.37 0.00 54.12 745.08 0.00 19:51:09 Average: 82.14 2.37 79.77 0.00 238.90 29413.81 0.00 19:51:09 19:51:09 19:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:51:09 19:16:01 29347020 31593184 739744 2.25 61976 2479864 2041528 6.02 1010312 2203252 283232 19:51:09 19:17:01 27772588 31423768 872568 2.65 106912 3746832 2154764 6.35 1582864 3072036 565624 19:51:09 19:18:01 27629644 31549228 745000 2.27 110620 3984808 1807040 5.33 1277948 3495824 371296 19:51:09 19:19:01 21706104 31499176 783868 2.38 252156 9459012 1908360 5.62 1697980 8724708 1673148 19:51:09 19:20:01 20778232 31065388 1201728 3.65 285528 9825936 3232204 9.53 2397548 8834524 3292 19:51:09 19:21:01 21073744 31513516 755040 2.30 369044 9864764 1927200 5.68 2216460 8696192 456 19:51:09 19:22:01 21073772 31513472 755216 2.30 369064 9864772 1927200 5.68 2216320 8696196 16 19:51:09 19:23:01 21075396 31515116 753640 2.29 369080 9864780 1927200 5.68 2215664 8696200 40 19:51:09 19:24:01 21090240 31530272 738680 2.25 369100 9864780 1927200 5.68 2201036 8696540 16 19:51:09 19:25:01 21091744 31531828 737124 2.24 369128 9864780 1927200 5.68 2199740 8696544 16 19:51:09 19:26:01 21092232 31532388 736596 2.24 369188 9864784 1927200 5.68 2199848 8696556 8 19:51:09 19:27:01 21092184 31532344 736560 2.24 369212 9864788 1927200 5.68 2199696 8696556 8 19:51:09 19:28:01 21092136 31532548 736536 2.24 369220 9864792 1927200 5.68 2199480 8696784 8 19:51:09 19:29:02 21092288 31532708 736512 2.24 369240 9864792 1927200 5.68 2199536 8696784 8 19:51:09 19:30:01 21092532 31532976 736224 2.24 369252 9864796 1927200 5.68 2199556 8696788 8 19:51:09 19:31:01 21091784 31532316 736896 2.24 369300 9864800 1894836 5.58 2199672 8696792 32 19:51:09 19:32:01 21091768 31532396 736756 2.24 369324 9864868 1894836 5.58 2199624 8696852 12 19:51:09 19:33:01 21091468 31532124 736988 2.24 369328 9864872 1894836 5.58 2199652 8696856 8 19:51:09 19:34:01 21091672 31532336 736716 2.24 369332 9864872 1894836 5.58 2199656 8696856 8 19:51:09 19:35:01 21090508 31532204 736848 2.24 369416 9865492 1902568 5.61 2199836 8697388 8 19:51:09 19:36:01 21090684 31532416 736812 2.24 369436 9865488 1902568 5.61 2199960 8697388 8 19:51:09 19:37:01 21090164 31531924 737276 2.24 369452 9865496 1902568 5.61 2199896 8697392 32 19:51:09 19:38:01 21090620 31532444 736704 2.24 369464 9865544 1902568 5.61 2199928 8697440 28 19:51:09 19:39:01 21090824 31532664 736408 2.24 369484 9865552 1902568 5.61 2199940 8697440 8 19:51:09 19:40:01 21090348 31532212 736796 2.24 369508 9865556 1902568 5.61 2199972 8697444 28 19:51:09 19:41:01 21090340 31532272 736592 2.24 369540 9865540 1902568 5.61 2200028 8697444 8 19:51:09 19:42:01 21090768 31532776 736416 2.24 369548 9865560 1902568 5.61 2200056 8697460 8 19:51:09 19:43:01 21090736 31532748 736412 2.24 369580 9865564 1902568 5.61 2200168 8697464 4 19:51:09 19:44:01 21091008 31533024 736364 2.24 369592 9865564 1886016 5.56 2200040 8697464 12 19:51:09 19:45:01 21090756 31532832 736604 2.24 369608 9865560 1886016 5.56 2200100 8697468 8 19:51:09 19:46:01 21090740 31532820 736572 2.24 369636 9865556 1886016 5.56 2200180 8697468 12 19:51:09 19:47:01 21090936 31533072 736280 2.24 369656 9865572 1886016 5.56 2200172 8697476 8 19:51:09 19:48:01 21090920 31533060 736212 2.24 369672 9865580 1886016 5.56 2200156 8697480 8 19:51:09 19:49:01 21090368 31532512 736688 2.24 369684 9865580 1886016 5.56 2200156 8697480 12 19:51:09 19:50:01 21090464 31532620 736712 2.24 369700 9865584 1886016 5.56 2200156 8697484 8 19:51:09 19:51:01 20454036 31474384 793408 2.41 384500 10386192 2168988 6.39 2273536 9216464 536040 19:51:09 Average: 21676966 31514530 758097 2.31 341208 9328852 1958040 5.77 2119080 8234958 95374 19:51:09 19:51:09 19:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:51:09 19:16:01 ens3 1275.22 1097.67 11754.61 144.61 0.00 0.00 0.00 0.00 19:51:09 19:16:01 lo 5.47 5.47 0.52 0.52 0.00 0.00 0.00 0.00 19:51:09 19:16:01 docker0 342.33 320.73 25.63 2713.82 0.00 0.00 0.00 0.00 19:51:09 19:17:01 ens3 143.64 111.95 790.40 25.11 0.00 0.00 0.00 0.00 19:51:09 19:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:17:01 veth5be8f5a 0.57 0.75 0.04 0.07 0.00 0.00 0.00 0.00 19:51:09 19:17:01 docker0 85.24 102.12 6.92 752.76 0.00 0.00 0.00 0.00 19:51:09 19:18:01 ens3 47.79 43.41 32.62 98.90 0.00 0.00 0.00 0.00 19:51:09 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:18:01 veth5be8f5a 0.95 0.97 0.07 0.07 0.00 0.00 0.00 0.00 19:51:09 19:18:01 docker0 0.95 0.95 0.06 0.07 0.00 0.00 0.00 0.00 19:51:09 19:19:01 ens3 532.44 414.80 5405.01 51.39 0.00 0.00 0.00 0.00 19:51:09 19:19:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 19:51:09 19:19:01 veth60580fa 0.00 0.57 0.00 0.04 0.00 0.00 0.00 0.00 19:51:09 19:19:01 docker0 351.08 432.81 25.60 3705.42 0.00 0.00 0.00 0.00 19:51:09 19:20:01 ens3 244.81 152.19 2633.82 26.46 0.00 0.00 0.00 0.00 19:51:09 19:20:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 19:51:09 19:20:01 veth60580fa 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 19:51:09 19:20:01 vethe9815f8 0.02 0.33 0.00 0.02 0.00 0.00 0.00 0.00 19:51:09 19:20:01 docker0 117.65 195.25 9.34 2334.41 0.00 0.00 0.00 0.00 19:51:09 19:20:01 vethe143054 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 19:51:09 19:21:01 ens3 227.28 146.91 2206.67 31.36 0.00 0.00 0.00 0.00 19:51:09 19:21:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 19:51:09 19:21:01 docker0 83.85 116.08 5.81 1048.07 0.00 0.00 0.00 0.00 19:51:09 19:22:01 ens3 0.43 0.42 0.03 0.03 0.00 0.00 0.00 0.00 19:51:09 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:23:01 ens3 0.32 0.33 0.02 0.03 0.00 0.00 0.00 0.00 19:51:09 19:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:24:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:25:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:26:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 19:51:09 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:27:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:28:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:29:02 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:29:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:30:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:31:01 ens3 0.83 0.57 2.83 0.10 0.00 0.00 0.00 0.00 19:51:09 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:32:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:36:01 ens3 0.23 0.22 0.08 0.08 0.00 0.00 0.00 0.00 19:51:09 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:41:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:51:09 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:42:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:43:01 ens3 0.43 0.33 0.26 0.21 0.00 0.00 0.00 0.00 19:51:09 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:44:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:46:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 19:51:09 19:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:47:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:49:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:50:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:51:09 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 19:51:01 ens3 125.10 112.15 2527.86 172.38 0.00 0.00 0.00 0.00 19:51:09 19:51:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 19:51:09 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:51:09 Average: ens3 72.26 57.87 704.61 15.31 0.00 0.00 0.00 0.00 19:51:09 Average: lo 0.36 0.36 0.03 0.03 0.00 0.00 0.00 0.00 19:51:09 Average: docker0 27.27 32.46 2.04 293.32 0.00 0.00 0.00 0.00 19:51:09 19:51:09 19:51:09 ---> sar -P ALL: 19:51:09 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-455) 09/21/22 _x86_64_ (8 CPU) 19:51:09 19:51:09 19:14:58 LINUX RESTART (8 CPU) 19:51:09 19:51:09 19:15:01 CPU %user %nice %system %iowait %steal %idle 19:51:09 19:16:01 all 8.46 0.00 2.99 0.91 0.06 87.59 19:51:09 19:16:01 0 9.91 0.00 3.64 0.20 0.05 86.20 19:51:09 19:16:01 1 9.83 0.00 3.34 0.77 0.05 86.00 19:51:09 19:16:01 2 7.53 0.00 3.64 0.28 0.05 88.50 19:51:09 19:16:01 3 6.68 0.00 2.55 2.75 0.08 87.93 19:51:09 19:16:01 4 10.38 0.00 3.05 1.09 0.05 85.43 19:51:09 19:16:01 5 9.67 0.00 1.81 1.26 0.03 87.23 19:51:09 19:16:01 6 6.80 0.00 2.72 0.72 0.05 89.71 19:51:09 19:16:01 7 6.88 0.00 3.16 0.17 0.08 89.70 19:51:09 19:17:01 all 36.27 0.00 8.03 0.58 0.10 55.02 19:51:09 19:17:01 0 36.45 0.00 8.51 0.10 0.10 54.84 19:51:09 19:17:01 1 37.72 0.00 7.72 0.02 0.08 54.46 19:51:09 19:17:01 2 36.42 0.00 7.47 0.00 0.08 56.03 19:51:09 19:17:01 3 34.77 0.00 10.01 1.66 0.10 53.46 19:51:09 19:17:01 4 36.55 0.00 7.93 1.60 0.12 53.80 19:51:09 19:17:01 5 34.10 0.00 7.60 0.88 0.08 57.33 19:51:09 19:17:01 6 35.83 0.00 7.53 0.17 0.10 56.38 19:51:09 19:17:01 7 38.34 0.00 7.47 0.24 0.10 53.85 19:51:09 19:18:01 all 50.73 0.00 7.03 0.12 0.11 42.01 19:51:09 19:18:01 0 49.43 0.00 6.68 0.02 0.10 43.77 19:51:09 19:18:01 1 50.75 0.00 7.06 0.25 0.12 41.83 19:51:09 19:18:01 2 50.63 0.00 6.90 0.02 0.10 42.34 19:51:09 19:18:01 3 51.21 0.00 7.30 0.00 0.10 41.39 19:51:09 19:18:01 4 49.30 0.00 7.21 0.61 0.10 42.78 19:51:09 19:18:01 5 51.86 0.00 6.64 0.08 0.10 41.32 19:51:09 19:18:01 6 51.11 0.00 6.64 0.02 0.10 42.13 19:51:09 19:18:01 7 51.52 0.00 7.83 0.00 0.12 40.54 19:51:09 19:19:01 all 19.35 0.00 11.11 4.15 0.10 65.28 19:51:09 19:19:01 0 21.56 0.00 11.25 5.31 0.10 61.77 19:51:09 19:19:01 1 19.27 0.00 11.55 6.12 0.09 62.98 19:51:09 19:19:01 2 18.79 0.00 11.13 2.94 0.09 67.05 19:51:09 19:19:01 3 18.17 0.00 10.98 2.11 0.12 68.62 19:51:09 19:19:01 4 18.92 0.00 9.22 3.09 0.09 68.69 19:51:09 19:19:01 5 19.71 0.00 10.65 2.59 0.10 66.96 19:51:09 19:19:01 6 20.26 0.00 10.80 6.62 0.10 62.21 19:51:09 19:19:01 7 18.14 0.00 13.34 4.41 0.10 64.00 19:51:09 19:20:01 all 64.34 0.00 13.07 3.53 0.14 18.92 19:51:09 19:20:01 0 63.67 0.00 13.40 5.46 0.14 17.34 19:51:09 19:20:01 1 65.02 0.00 12.91 3.51 0.15 18.41 19:51:09 19:20:01 2 63.72 0.00 13.02 2.95 0.13 20.18 19:51:09 19:20:01 3 65.49 0.00 12.68 3.02 0.13 18.68 19:51:09 19:20:01 4 64.34 0.00 12.97 1.48 0.13 21.07 19:51:09 19:20:01 5 64.68 0.00 12.59 2.60 0.13 20.00 19:51:09 19:20:01 6 63.75 0.00 12.77 3.00 0.13 20.35 19:51:09 19:20:01 7 64.09 0.00 14.23 6.26 0.14 15.29 19:51:09 19:21:01 all 52.28 0.00 12.38 1.84 0.11 33.39 19:51:09 19:21:01 0 51.83 0.00 11.92 2.82 0.10 33.32 19:51:09 19:21:01 1 52.27 0.00 11.75 1.89 0.10 33.99 19:51:09 19:21:01 2 54.49 0.00 11.71 1.00 0.10 32.70 19:51:09 19:21:01 3 52.58 0.00 12.67 2.64 0.14 31.98 19:51:09 19:21:01 4 51.93 0.00 12.65 1.20 0.10 34.12 19:51:09 19:21:01 5 51.42 0.00 13.03 1.06 0.10 34.39 19:51:09 19:21:01 6 52.13 0.00 12.61 2.33 0.10 32.83 19:51:09 19:21:01 7 51.57 0.00 12.70 1.81 0.10 33.81 19:51:09 19:22:01 all 0.02 0.00 0.02 0.01 0.01 99.94 19:51:09 19:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 19:51:09 19:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:22:01 2 0.02 0.00 0.02 0.00 0.02 99.95 19:51:09 19:22:01 3 0.02 0.00 0.00 0.02 0.00 99.97 19:51:09 19:22:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:22:01 5 0.00 0.00 0.03 0.10 0.00 99.87 19:51:09 19:22:01 6 0.03 0.00 0.05 0.00 0.02 99.90 19:51:09 19:22:01 7 0.03 0.00 0.03 0.00 0.00 99.93 19:51:09 19:23:01 all 0.05 0.00 0.03 0.00 0.00 99.92 19:51:09 19:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:51:09 19:23:01 3 0.22 0.00 0.03 0.02 0.00 99.73 19:51:09 19:23:01 4 0.07 0.00 0.03 0.00 0.02 99.88 19:51:09 19:23:01 5 0.00 0.00 0.00 0.02 0.00 99.98 19:51:09 19:23:01 6 0.03 0.00 0.03 0.00 0.00 99.93 19:51:09 19:23:01 7 0.03 0.00 0.03 0.00 0.00 99.93 19:51:09 19:24:01 all 0.02 0.00 0.02 0.00 0.00 99.95 19:51:09 19:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:24:01 3 0.08 0.00 0.00 0.02 0.00 99.90 19:51:09 19:24:01 4 0.03 0.00 0.03 0.00 0.00 99.93 19:51:09 19:24:01 5 0.02 0.00 0.02 0.02 0.00 99.95 19:51:09 19:24:01 6 0.03 0.00 0.07 0.00 0.02 99.88 19:51:09 19:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:25:01 all 0.04 0.00 0.01 0.00 0.00 99.94 19:51:09 19:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:51:09 19:25:01 3 0.13 0.00 0.00 0.00 0.00 99.87 19:51:09 19:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:25:01 5 0.03 0.00 0.02 0.00 0.02 99.93 19:51:09 19:25:01 6 0.03 0.00 0.02 0.00 0.00 99.95 19:51:09 19:25:01 7 0.03 0.00 0.02 0.02 0.02 99.92 19:51:09 19:26:01 all 0.10 0.00 0.02 0.01 0.01 99.87 19:51:09 19:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:26:01 1 0.03 0.00 0.02 0.00 0.02 99.93 19:51:09 19:26:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:51:09 19:26:01 3 0.02 0.00 0.02 0.03 0.02 99.92 19:51:09 19:26:01 4 0.57 0.00 0.03 0.00 0.00 99.40 19:51:09 19:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:26:01 6 0.07 0.00 0.02 0.00 0.02 99.90 19:51:09 19:26:01 7 0.05 0.00 0.02 0.02 0.00 99.92 19:51:09 19:51:09 19:26:01 CPU %user %nice %system %iowait %steal %idle 19:51:09 19:27:01 all 0.26 0.00 0.02 0.00 0.00 99.71 19:51:09 19:27:01 0 0.00 0.00 0.02 0.02 0.00 99.97 19:51:09 19:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:27:01 3 0.00 0.00 0.02 0.02 0.00 99.97 19:51:09 19:27:01 4 1.99 0.00 0.00 0.00 0.02 98.00 19:51:09 19:27:01 5 0.00 0.00 0.03 0.00 0.00 99.97 19:51:09 19:27:01 6 0.07 0.00 0.05 0.00 0.02 99.87 19:51:09 19:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:28:01 all 0.27 0.00 0.02 0.00 0.00 99.72 19:51:09 19:28:01 0 0.00 0.00 0.00 0.02 0.00 99.98 19:51:09 19:28:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:28:01 4 2.02 0.00 0.03 0.00 0.00 97.95 19:51:09 19:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:28:01 6 0.05 0.00 0.07 0.00 0.00 99.88 19:51:09 19:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:29:02 all 0.05 0.00 0.02 0.01 0.00 99.93 19:51:09 19:29:02 0 0.02 0.00 0.02 0.03 0.00 99.93 19:51:09 19:29:02 1 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:29:02 2 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:29:02 3 0.02 0.00 0.02 0.02 0.00 99.95 19:51:09 19:29:02 4 0.27 0.00 0.05 0.00 0.00 99.68 19:51:09 19:29:02 5 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:29:02 6 0.02 0.00 0.02 0.00 0.02 99.95 19:51:09 19:29:02 7 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:30:01 all 0.02 0.00 0.01 0.00 0.00 99.96 19:51:09 19:30:01 0 0.00 0.00 0.00 0.02 0.00 99.98 19:51:09 19:30:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:30:01 2 0.02 0.00 0.03 0.00 0.02 99.93 19:51:09 19:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:30:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:30:01 6 0.03 0.00 0.05 0.00 0.00 99.92 19:51:09 19:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:31:01 all 0.02 0.00 0.03 0.01 0.00 99.94 19:51:09 19:31:01 0 0.00 0.00 0.03 0.02 0.00 99.95 19:51:09 19:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:31:01 2 0.02 0.00 0.03 0.02 0.00 99.93 19:51:09 19:31:01 3 0.00 0.00 0.02 0.02 0.00 99.97 19:51:09 19:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:31:01 5 0.05 0.00 0.02 0.00 0.00 99.93 19:51:09 19:31:01 6 0.05 0.00 0.12 0.00 0.02 99.82 19:51:09 19:31:01 7 0.03 0.00 0.03 0.00 0.00 99.93 19:51:09 19:32:01 all 0.03 0.00 0.02 0.00 0.01 99.95 19:51:09 19:32:01 0 0.02 0.00 0.02 0.02 0.00 99.95 19:51:09 19:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:32:01 2 0.02 0.00 0.02 0.00 0.02 99.95 19:51:09 19:32:01 3 0.03 0.00 0.03 0.02 0.00 99.92 19:51:09 19:32:01 4 0.00 0.00 0.00 0.00 0.02 99.98 19:51:09 19:32:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:51:09 19:32:01 6 0.05 0.00 0.02 0.00 0.00 99.93 19:51:09 19:32:01 7 0.07 0.00 0.03 0.00 0.02 99.88 19:51:09 19:33:01 all 0.01 0.00 0.01 0.00 0.01 99.97 19:51:09 19:33:01 0 0.00 0.00 0.00 0.02 0.02 99.97 19:51:09 19:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:33:01 3 0.02 0.00 0.00 0.00 0.02 99.97 19:51:09 19:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:33:01 5 0.03 0.00 0.00 0.00 0.02 99.95 19:51:09 19:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:33:01 7 0.03 0.00 0.02 0.00 0.00 99.95 19:51:09 19:34:01 all 0.03 0.00 0.01 0.00 0.00 99.96 19:51:09 19:34:01 0 0.00 0.00 0.02 0.02 0.00 99.97 19:51:09 19:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:51:09 19:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:34:01 3 0.03 0.00 0.03 0.02 0.00 99.92 19:51:09 19:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:34:01 5 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:34:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:34:01 7 0.05 0.00 0.02 0.00 0.00 99.93 19:51:09 19:35:01 all 0.08 0.00 0.03 0.02 0.00 99.87 19:51:09 19:35:01 0 0.03 0.00 0.05 0.08 0.00 99.83 19:51:09 19:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:35:01 2 0.02 0.00 0.02 0.00 0.02 99.95 19:51:09 19:35:01 3 0.22 0.00 0.03 0.02 0.00 99.73 19:51:09 19:35:01 4 0.02 0.00 0.05 0.00 0.02 99.92 19:51:09 19:35:01 5 0.27 0.00 0.05 0.03 0.00 99.65 19:51:09 19:35:01 6 0.02 0.00 0.03 0.00 0.00 99.95 19:51:09 19:35:01 7 0.03 0.00 0.02 0.00 0.00 99.95 19:51:09 19:36:01 all 0.01 0.00 0.01 0.01 0.00 99.97 19:51:09 19:36:01 0 0.02 0.00 0.02 0.03 0.00 99.93 19:51:09 19:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:36:01 3 0.00 0.00 0.00 0.02 0.00 99.98 19:51:09 19:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:36:01 5 0.02 0.00 0.02 0.00 0.02 99.95 19:51:09 19:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:36:01 7 0.03 0.00 0.00 0.00 0.02 99.95 19:51:09 19:37:01 all 0.01 0.00 0.01 0.00 0.00 99.97 19:51:09 19:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:37:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:51:09 19:37:01 3 0.03 0.00 0.02 0.02 0.02 99.92 19:51:09 19:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:37:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:51:09 19:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:51:09 19:37:01 CPU %user %nice %system %iowait %steal %idle 19:51:09 19:38:01 all 0.01 0.00 0.01 0.01 0.01 99.96 19:51:09 19:38:01 0 0.00 0.00 0.02 0.03 0.00 99.95 19:51:09 19:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:38:01 2 0.02 0.00 0.03 0.00 0.02 99.93 19:51:09 19:38:01 3 0.02 0.00 0.00 0.02 0.00 99.97 19:51:09 19:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:38:01 5 0.03 0.00 0.03 0.00 0.02 99.92 19:51:09 19:38:01 6 0.03 0.00 0.02 0.00 0.02 99.93 19:51:09 19:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:39:01 all 0.22 0.00 0.02 0.00 0.00 99.75 19:51:09 19:39:01 0 0.00 0.00 0.02 0.02 0.00 99.97 19:51:09 19:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:39:01 4 1.65 0.00 0.05 0.00 0.02 98.29 19:51:09 19:39:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:51:09 19:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:39:01 7 0.03 0.00 0.03 0.00 0.00 99.93 19:51:09 19:40:01 all 0.26 0.00 0.01 0.00 0.01 99.71 19:51:09 19:40:01 0 0.00 0.00 0.00 0.02 0.02 99.97 19:51:09 19:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 19:51:09 19:40:01 2 0.02 0.00 0.02 0.00 0.02 99.95 19:51:09 19:40:01 3 1.94 0.00 0.00 0.02 0.00 98.05 19:51:09 19:40:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:40:01 5 0.03 0.00 0.05 0.00 0.02 99.90 19:51:09 19:40:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:40:01 7 0.05 0.00 0.00 0.00 0.02 99.93 19:51:09 19:41:01 all 0.25 0.00 0.02 0.00 0.00 99.72 19:51:09 19:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:41:01 3 1.87 0.00 0.05 0.02 0.00 98.06 19:51:09 19:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:41:01 5 0.03 0.00 0.03 0.00 0.02 99.92 19:51:09 19:41:01 6 0.02 0.00 0.03 0.00 0.00 99.95 19:51:09 19:41:01 7 0.03 0.00 0.00 0.02 0.00 99.95 19:51:09 19:42:01 all 0.03 0.00 0.02 0.01 0.00 99.95 19:51:09 19:42:01 0 0.00 0.00 0.00 0.02 0.00 99.98 19:51:09 19:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:42:01 3 0.05 0.00 0.05 0.02 0.00 99.88 19:51:09 19:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:42:01 5 0.03 0.00 0.03 0.00 0.00 99.93 19:51:09 19:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:42:01 7 0.07 0.00 0.02 0.02 0.00 99.90 19:51:09 19:43:01 all 0.01 0.00 0.01 0.00 0.00 99.97 19:51:09 19:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:43:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:51:09 19:43:01 3 0.00 0.00 0.00 0.02 0.00 99.98 19:51:09 19:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:43:01 7 0.03 0.00 0.05 0.02 0.02 99.88 19:51:09 19:44:01 all 0.02 0.00 0.01 0.00 0.00 99.96 19:51:09 19:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:44:01 1 0.00 0.00 0.03 0.00 0.00 99.97 19:51:09 19:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:44:01 3 0.02 0.00 0.00 0.00 0.02 99.97 19:51:09 19:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:44:01 5 0.05 0.00 0.02 0.00 0.02 99.92 19:51:09 19:44:01 6 0.03 0.00 0.03 0.00 0.00 99.93 19:51:09 19:44:01 7 0.02 0.00 0.00 0.02 0.00 99.97 19:51:09 19:45:01 all 0.03 0.00 0.02 0.00 0.00 99.94 19:51:09 19:45:01 0 0.03 0.00 0.02 0.02 0.00 99.93 19:51:09 19:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:45:01 2 0.05 0.00 0.03 0.00 0.00 99.92 19:51:09 19:45:01 3 0.07 0.00 0.02 0.02 0.00 99.90 19:51:09 19:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:45:01 5 0.07 0.00 0.03 0.00 0.02 99.88 19:51:09 19:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:45:01 7 0.00 0.00 0.03 0.00 0.00 99.97 19:51:09 19:46:01 all 0.01 0.00 0.01 0.00 0.00 99.96 19:51:09 19:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:46:01 2 0.02 0.00 0.00 0.00 0.02 99.97 19:51:09 19:46:01 3 0.02 0.00 0.02 0.02 0.00 99.95 19:51:09 19:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:46:01 5 0.03 0.00 0.05 0.00 0.00 99.92 19:51:09 19:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:46:01 7 0.03 0.00 0.00 0.02 0.02 99.93 19:51:09 19:47:01 all 0.02 0.00 0.01 0.00 0.00 99.96 19:51:09 19:47:01 0 0.00 0.00 0.02 0.02 0.00 99.97 19:51:09 19:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:47:01 3 0.02 0.00 0.00 0.02 0.02 99.95 19:51:09 19:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:47:01 5 0.05 0.00 0.03 0.00 0.02 99.90 19:51:09 19:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:47:01 7 0.02 0.00 0.05 0.00 0.00 99.93 19:51:09 19:48:01 all 0.02 0.00 0.01 0.00 0.00 99.96 19:51:09 19:48:01 0 0.00 0.00 0.00 0.02 0.02 99.97 19:51:09 19:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:51:09 19:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 19:51:09 19:48:01 3 0.00 0.00 0.00 0.02 0.00 99.98 19:51:09 19:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:48:01 5 0.05 0.00 0.02 0.00 0.00 99.93 19:51:09 19:48:01 6 0.02 0.00 0.03 0.00 0.00 99.95 19:51:09 19:48:01 7 0.05 0.00 0.03 0.00 0.02 99.90 19:51:09 19:51:09 19:48:01 CPU %user %nice %system %iowait %steal %idle 19:51:09 19:49:01 all 0.02 0.00 0.01 0.00 0.00 99.96 19:51:09 19:49:01 0 0.00 0.00 0.02 0.02 0.00 99.97 19:51:09 19:49:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:49:01 2 0.02 0.00 0.00 0.00 0.02 99.97 19:51:09 19:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:49:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:49:01 5 0.03 0.00 0.03 0.00 0.02 99.92 19:51:09 19:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:49:01 7 0.02 0.00 0.03 0.00 0.00 99.95 19:51:09 19:50:01 all 0.02 0.00 0.01 0.00 0.00 99.96 19:51:09 19:50:01 0 0.02 0.00 0.00 0.02 0.00 99.97 19:51:09 19:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:51:09 19:50:01 2 0.00 0.00 0.03 0.00 0.00 99.97 19:51:09 19:50:01 3 0.00 0.00 0.00 0.02 0.00 99.98 19:51:09 19:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:51:09 19:50:01 5 0.07 0.00 0.03 0.00 0.02 99.88 19:51:09 19:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:51:09 19:50:01 7 0.05 0.00 0.02 0.00 0.02 99.92 19:51:09 19:51:01 all 2.97 0.00 1.03 0.03 0.02 95.95 19:51:09 19:51:01 0 2.89 0.00 0.97 0.03 0.02 96.08 19:51:09 19:51:01 1 3.89 0.00 1.02 0.02 0.03 95.04 19:51:09 19:51:01 2 1.99 0.00 1.42 0.03 0.02 96.54 19:51:09 19:51:01 3 2.90 0.00 0.67 0.15 0.02 96.26 19:51:09 19:51:01 4 2.60 0.00 0.93 0.03 0.02 96.41 19:51:09 19:51:01 5 2.45 0.00 0.99 0.00 0.02 96.55 19:51:09 19:51:01 6 3.64 0.00 1.50 0.00 0.02 94.84 19:51:09 19:51:01 7 3.37 0.00 0.75 0.00 0.02 95.86 19:51:09 Average: all 6.50 0.00 1.54 0.31 0.02 91.63 19:51:09 Average: 0 6.48 0.00 1.56 0.39 0.02 91.55 19:51:09 Average: 1 6.58 0.00 1.53 0.35 0.02 91.53 19:51:09 Average: 2 6.43 0.00 1.53 0.20 0.02 91.82 19:51:09 Average: 3 6.51 0.00 1.57 0.35 0.02 91.55 19:51:09 Average: 4 6.62 0.00 1.49 0.25 0.02 91.62 19:51:09 Average: 5 6.46 0.00 1.48 0.24 0.02 91.80 19:51:09 Average: 6 6.44 0.00 1.52 0.35 0.02 91.66 19:51:09 Average: 7 6.45 0.00 1.65 0.36 0.02 91.52 19:51:09 19:51:09 19:51:09