Pull request #3422 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 648a76936c86a2d83b792934831f9cfce5b39e1d rather than cad576f88217c1f50f1d4ab94f48ff7e3bff147b Obtained Jenkinsfile from 648a76936c86a2d83b792934831f9cfce5b39e1d Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4082’ is offline; ‘prd-centos7-docker-4c-2g-4085’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4083’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4086’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4088 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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/16 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 648a76936c86a2d83b792934831f9cfce5b39e1d into PR head commit cad576f88217c1f50f1d4ab94f48ff7e3bff147b Merge succeeded, producing cad576f88217c1f50f1d4ab94f48ff7e3bff147b Checking out Revision cad576f88217c1f50f1d4ab94f48ff7e3bff147b (PR-3422) > git config core.sparsecheckout # timeout=10 > git checkout -f cad576f88217c1f50f1d4ab94f48ff7e3bff147b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 648a76936c86a2d83b792934831f9cfce5b39e1d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cad576f88217c1f50f1d4ab94f48ff7e3bff147b # timeout=10 Commit message: "fix: subscription should match both the category and label" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:04:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:04:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:04:19 ========================================================= 14:04:19 EdgeX Global Pipelines Version Info 14:04:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 81b96ec15397cec4b027735c818cdb6266e2f4c8 # timeout=10 14:04:21 ------------------- 14:04:21 stable info: 14:04:21 ------------------- 14:04:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:04:21 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 14:04:21 Message: update stable to v1.0.191 14:04:22 ------------------- 14:04:22 experimental info: 14:04:22 ------------------- 14:04:22 Commited By: **** collab-it+edgex@linuxfoundation.org 14:04:22 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 14:04:22 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:04:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:04:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:04:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3422 [Pipeline] echo 14:04:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3422 [Pipeline] echo 14:04:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3422 [Pipeline] echo 14:04:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cad576f88217c1f50f1d4ab94f48ff7e3bff147b [Pipeline] echo 14:04:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cad576f [Pipeline] echo 14:04:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:04:23 provisioning config files... 14:04:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config5177591910044061778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:04:23 ---> docker-login.sh 14:04:23 nexus3.edgexfoundry.org:10001 14:04:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:04:24 Configure a credential helper to remove this warning. See 14:04:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:04:24 14:04:24 Login Succeeded 14:04:24 nexus3.edgexfoundry.org:10002 14:04:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:04:24 Configure a credential helper to remove this warning. See 14:04:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:04:24 14:04:24 Login Succeeded 14:04:24 nexus3.edgexfoundry.org:10003 14:04:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:04:24 Configure a credential helper to remove this warning. See 14:04:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:04:24 14:04:24 Login Succeeded 14:04:24 nexus3.edgexfoundry.org:10004 14:04:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:04:24 Configure a credential helper to remove this warning. See 14:04:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:04:24 14:04:24 Login Succeeded 14:04:24 docker.io 14:04:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:04:25 Configure a credential helper to remove this warning. See 14:04:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:04:25 14:04:25 Login Succeeded 14:04:25 ---> docker-login.sh ends [Pipeline] } 14:04:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:04:25 ++ 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/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 14:04:25 + for file in '`ls cmd/**/Dockerfile`' 14:04:25 ++ dirname cmd/core-command/Dockerfile 14:04:25 ++ cut -d/ -f2 14:04:25 + echo core-command,cmd/core-command/Dockerfile 14:04:25 + for file in '`ls cmd/**/Dockerfile`' 14:04:25 ++ dirname cmd/core-data/Dockerfile 14:04:25 ++ cut -d/ -f2 14:04:25 + echo core-data,cmd/core-data/Dockerfile 14:04:25 + for file in '`ls cmd/**/Dockerfile`' 14:04:25 ++ dirname cmd/core-metadata/Dockerfile 14:04:25 ++ cut -d/ -f2 14:04:25 + echo core-metadata,cmd/core-metadata/Dockerfile 14:04:25 + for file in '`ls cmd/**/Dockerfile`' 14:04:25 ++ dirname cmd/security-bootstrapper/Dockerfile 14:04:25 ++ cut -d/ -f2 14:04:25 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:04:25 + for file in '`ls cmd/**/Dockerfile`' 14:04:25 ++ dirname cmd/security-proxy-setup/Dockerfile 14:04:25 ++ cut -d/ -f2 14:04:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:04:25 + for file in '`ls cmd/**/Dockerfile`' 14:04:25 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:04:25 ++ cut -d/ -f2 14:04:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:04:25 + for file in '`ls cmd/**/Dockerfile`' 14:04:25 ++ dirname cmd/support-notifications/Dockerfile 14:04:25 ++ cut -d/ -f2 14:04:25 + echo support-notifications,cmd/support-notifications/Dockerfile 14:04:25 + for file in '`ls cmd/**/Dockerfile`' 14:04:25 ++ dirname cmd/support-scheduler/Dockerfile 14:04:25 ++ cut -d/ -f2 14:04:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:04:25 + for file in '`ls cmd/**/Dockerfile`' 14:04:25 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:04:25 ++ cut -d/ -f2 14:04:25 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:04:25 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 14:04:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:04:27 14:04:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:04:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:04:27 latest: Pulling from edgex-devops/git-semver 14:04:27 31603596830f: Pulling fs layer 14:04:27 54011a49482f: Pulling fs layer 14:04:27 a6820b24f6d8: Pulling fs layer 14:04:27 f581987b2513: Pulling fs layer 14:04:27 f581987b2513: Waiting 14:04:27 54011a49482f: Download complete 14:04:27 31603596830f: Verifying Checksum 14:04:27 31603596830f: Download complete 14:04:27 f581987b2513: Verifying Checksum 14:04:27 f581987b2513: Download complete 14:04:28 a6820b24f6d8: Verifying Checksum 14:04:28 a6820b24f6d8: Download complete 14:04:28 31603596830f: Pull complete 14:04:28 54011a49482f: Pull complete 14:04:29 a6820b24f6d8: Pull complete 14:04:29 f581987b2513: Pull complete 14:04:29 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 14:04:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:04:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:04:29 prd-centos7-docker-4c-2g-4088 does not seem to be running inside a container 14:04:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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:10004/edgex-devops/git-semver:latest cat 14:04:32 $ docker top 2252d0225ff94a3d2f61b55af39249d2b11f84074f38294a5a4dadc30d51f3de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:04:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:04:32 [ssh-agent] Looking for ssh-agent implementation... 14:04:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:04:33 $ docker exec 2252d0225ff94a3d2f61b55af39249d2b11f84074f38294a5a4dadc30d51f3de ssh-agent 14:04:33 SSH_AUTH_SOCK=/tmp/ssh-AzQZwylcMgaR/agent.11 14:04:33 SSH_AGENT_PID=16 14:04:33 Running ssh-add (command line suppressed) 14:04:33 Identity added: /w/workspace/edgex-go/16@tmp/private_key_5713726480928542393.key (/w/workspace/edgex-go/16@tmp/private_key_5713726480928542393.key) 14:04:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:04:33 + git tag --points-at HEAD [Pipeline] } 14:04:33 $ docker exec --env ******** --env ******** 2252d0225ff94a3d2f61b55af39249d2b11f84074f38294a5a4dadc30d51f3de ssh-agent -k 14:04:33 unset SSH_AUTH_SOCK; 14:04:33 unset SSH_AGENT_PID; 14:04:33 echo Agent pid 16 killed; 14:04:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:04:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:04:34 [ssh-agent] Looking for ssh-agent implementation... 14:04:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:04:34 $ docker exec 2252d0225ff94a3d2f61b55af39249d2b11f84074f38294a5a4dadc30d51f3de ssh-agent 14:04:34 SSH_AUTH_SOCK=/tmp/ssh-tiqEOdnwKgGW/agent.45 14:04:34 SSH_AGENT_PID=50 14:04:34 Running ssh-add (command line suppressed) 14:04:34 Identity added: /w/workspace/edgex-go/16@tmp/private_key_3417010470385579644.key (/w/workspace/edgex-go/16@tmp/private_key_3417010470385579644.key) 14:04:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:04:34 + git semver init 14:04:34 # -> Open(): unable to determine branch for HEAD 14:04:34 # $GIT_DIR = /w/workspace/edgex-go/16/.git 14:04:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/16 14:04:34 # $SEMVER_REMOTE_NAME = origin 14:04:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:04:34 # $SEMVER_USER_NAME = edgex-jenkins 14:04:34 # $SEMVER_BRANCH = PR-3422 14:04:34 # $SEMVER_TEMP = /tmp/semver-312693136 14:04:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:05:31 # '/tmp/semver-312693136' -> '/w/workspace/edgex-go/16/.semver' 14:05:31 # -> Force: false 14:05:31 # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } 14:05:31 $ docker exec --env ******** --env ******** 2252d0225ff94a3d2f61b55af39249d2b11f84074f38294a5a4dadc30d51f3de ssh-agent -k 14:05:31 unset SSH_AUTH_SOCK; 14:05:31 unset SSH_AGENT_PID; 14:05:31 echo Agent pid 50 killed; 14:05:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:05:32 + git semver [Pipeline] } 14:05:32 $ docker stop --time=1 2252d0225ff94a3d2f61b55af39249d2b11f84074f38294a5a4dadc30d51f3de 14:05:34 $ docker rm -f 2252d0225ff94a3d2f61b55af39249d2b11f84074f38294a5a4dadc30d51f3de [Pipeline] // withDockerContainer [Pipeline] sh 14:05:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:05:35 Stashed 1 file(s) [Pipeline] echo 14:05:35 [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 14:05:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:05:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:05:36 + sudo service docker restart 14:05:36 + true 14:05:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:05:36 ========================================================= 14:05:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 14:05:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:05:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 14:05:40 Sending build context to Docker daemon 330.2MB 14:05:40 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 14:05:40 Step 2/6 : FROM ${BASE} 14:05:41 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 14:05:41 540db60ca938: Pulling fs layer 14:05:41 adcc1eea9eea: Pulling fs layer 14:05:41 4c4ab2625f07: Pulling fs layer 14:05:41 0510c868ecb4: Pulling fs layer 14:05:41 afea3b2eda06: Pulling fs layer 14:05:41 7809a108b3ef: Pulling fs layer 14:05:41 f706445af74f: Pulling fs layer 14:05:41 afea3b2eda06: Waiting 14:05:41 7809a108b3ef: Waiting 14:05:41 f706445af74f: Waiting 14:05:41 0510c868ecb4: Waiting 14:05:41 4c4ab2625f07: Download complete 14:05:41 adcc1eea9eea: Verifying Checksum 14:05:41 adcc1eea9eea: Download complete 14:05:41 afea3b2eda06: Verifying Checksum 14:05:41 afea3b2eda06: Download complete 14:05:41 7809a108b3ef: Verifying Checksum 14:05:41 7809a108b3ef: Download complete 14:05:41 540db60ca938: Verifying Checksum 14:05:41 540db60ca938: Download complete 14:05:41 540db60ca938: Pull complete 14:05:42 adcc1eea9eea: Pull complete 14:05:42 4c4ab2625f07: Pull complete 14:05:43 f706445af74f: Verifying Checksum 14:05:43 f706445af74f: Download complete 14:05:46 0510c868ecb4: Verifying Checksum 14:05:46 0510c868ecb4: Download complete 14:05:50 Still waiting to schedule task 14:05:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:05:51 0510c868ecb4: Pull complete 14:05:52 afea3b2eda06: Pull complete 14:05:52 7809a108b3ef: Pull complete 14:05:56 f706445af74f: Pull complete 14:05:56 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 14:05:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 14:05:56 ---> b068be0155e3 14:05:56 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 14:05:57 ---> Running in df9f47119ed3 14:05:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:05:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:06:00 (1/12) Installing libmagic (5.39-r0) 14:06:00 (2/12) Installing file (5.39-r0) 14:06:00 (3/12) Installing libc-dev (0.7.2-r3) 14:06:01 (4/12) Installing g++ (10.2.1_pre1-r3) 14:06:09 (5/12) Installing fortify-headers (1.1-r0) 14:06:09 (6/12) Installing patch (2.7.6-r6) 14:06:09 (7/12) Installing build-base (0.5-r2) 14:06:09 (8/12) Installing libsodium (1.0.18-r0) 14:06:09 (9/12) Installing pkgconf (1.7.3-r0) 14:06:10 (10/12) Installing libsodium-dev (1.0.18-r0) 14:06:10 (11/12) Installing libzmq (4.3.3-r1) 14:06:10 (12/12) Installing zeromq-dev (4.3.3-r1) 14:06:11 Executing busybox-1.32.1-r6.trigger 14:06:11 OK: 219 MiB in 52 packages 14:06:15 Removing intermediate container df9f47119ed3 14:06:15 ---> f41997883a55 14:06:15 Step 4/6 : WORKDIR /edgex-go 14:06:15 ---> Running in eb2ca1d761dd 14:06:15 Removing intermediate container eb2ca1d761dd 14:06:15 ---> 9d827d80ba69 14:06:15 Step 5/6 : COPY go.mod . 14:06:15 ---> 4bcadccfb6e4 14:06:15 Step 6/6 : RUN go mod download 14:06:15 ---> Running in eb343e6449e5 14:06:37 Removing intermediate container eb343e6449e5 14:06:37 ---> 055c0e4c5cdc 14:06:37 Successfully built 055c0e4c5cdc 14:06:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:06:38 + docker inspect -f . ci-base-image-x86_64 14:06:38 . [Pipeline] withDockerContainer 14:06:38 prd-centos7-docker-4c-2g-4088 does not seem to be running inside a container 14:06:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:06:39 $ docker top cae2e730b7f80a31bdef8bf11ad130904c59fbaf64ad9c52a69ab0f308d9ffdc -eo pid,comm [Pipeline] { [Pipeline] sh 14:06:39 + go version 14:06:39 go version go1.16.3 linux/amd64 [Pipeline] } 14:06:39 $ docker stop --time=1 cae2e730b7f80a31bdef8bf11ad130904c59fbaf64ad9c52a69ab0f308d9ffdc 14:06:41 $ docker rm -f cae2e730b7f80a31bdef8bf11ad130904c59fbaf64ad9c52a69ab0f308d9ffdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:06:41 + docker inspect -f . ci-base-image-x86_64 14:06:41 . [Pipeline] withDockerContainer 14:06:41 prd-centos7-docker-4c-2g-4088 does not seem to be running inside a container 14:06:41 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:06:42 $ docker top b55d47e21312636a1eeb694e5e6fb7a151c9189e10b958d10ee058b041c7c8b8 -eo pid,comm [Pipeline] { [Pipeline] echo 14:06:42 ========================================================= 14:06:42 [edgeXBuildGoParallel] Running Tests and Build... 14:06:42 ========================================================= [Pipeline] sh 14:06:43 + go mod tidy [Pipeline] sh 14:06:44 + make test 14:06:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:06:54 ? github.com/edgexfoundry/edgex-go [no test files] 14:07:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:07:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:07:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:07:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:07:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:07:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:07:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:07:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:07:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:07:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.137s coverage: 45.9% of statements 14:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:07:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements 14:07:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.080s coverage: 100.0% of statements 14:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.1% of statements 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 71.3% of statements 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.176s coverage: 87.7% of statements 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.087s coverage: 78.9% of statements 14:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.103s coverage: 100.0% of statements 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.197s coverage: 86.7% of statements 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.144s coverage: 97.5% of statements 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:07:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.362s coverage: 95.1% of statements 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:07:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:07:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.9% of statements 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:07:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.073s coverage: 22.0% of statements 14:07:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:07:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements 14:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements 14:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements 14:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.107s coverage: 96.3% of statements 14:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 14:07:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4091 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws 14:07:47 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 14:07:52 using credential edgex-jenkins-ssh 14:07:52 Cloning the remote Git repository 14:07:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:07:53 > git init /w/workspace/edgex-go/16 # timeout=10 14:07:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:07:53 > git --version # timeout=10 14:07:53 > git --version # 'git version 2.17.1' 14:07:53 using GIT_SSH to set credentials SSH Credentials for GitHub 14:07:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:07:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.088s coverage: 94.4% of statements 14:07:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 14:07:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.230s coverage: 81.8% of statements 14:07:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.098s coverage: 92.9% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 76.0% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.0% of statements 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 85.4% of statements 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.2% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.218s coverage: 64.4% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 66.9% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.208s coverage: 43.4% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.141s coverage: 47.0% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.072s coverage: 22.7% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.141s coverage: 92.6% of statements 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:08:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.791s coverage: 28.7% of statements 14:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:08:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 14:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:08:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements 14:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:08:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.078s coverage: 64.6% of statements 14:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:08:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.126s coverage: 97.6% of statements 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:08:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:08:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:08:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:08:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 14:08:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.081s coverage: 28.1% of statements 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 14:08:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.035s coverage: 85.7% of statements 14:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 14:08:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 14:08:08 GO111MODULE=on go vet ./... 14:08:40 gofmt -l . 14:08:40 [ "`gofmt -l .`" = "" ] 14:08:41 ./bin/test-go-mod-tidy.sh 14:08:41 ./bin/test-attribution-txt.sh [Pipeline] sh 14:08:43 + ls -al . 14:08:43 total 828 14:08:43 drwxrwxr-x 10 1001 1001 4096 May 10 14:08 . 14:08:43 drwxr-xr-x 4 root root 30 May 10 14:06 .. 14:08:43 -rw-rw-r-- 1 1001 1001 11 May 10 14:04 .dockerignore 14:08:43 drwxrwxr-x 8 1001 1001 179 May 10 14:04 .git 14:08:43 drwxrwxr-x 3 1001 1001 125 May 10 14:04 .github 14:08:43 -rw-rw-r-- 1 1001 1001 818 May 10 14:04 .gitignore 14:08:43 drwx------ 3 1001 1001 60 May 10 14:05 .semver 14:08:43 -rw-rw-r-- 1 1001 1001 166 May 10 14:04 .sonarcloud.properties 14:08:43 -rw-rw-r-- 1 1001 1001 8609 May 10 14:04 Attribution.txt 14:08:43 -rw-rw-r-- 1 1001 1001 3804 May 10 14:04 CONTRIBUTING.md 14:08:43 -rw-rw-r-- 1 1001 1001 931 May 10 14:04 Dockerfile.build 14:08:43 -rw-rw-r-- 1 1001 1001 863 May 10 14:04 Jenkinsfile 14:08:43 -rw-rw-r-- 1 1001 1001 10775 May 10 14:04 LICENSE 14:08:43 -rw-rw-r-- 1 1001 1001 5774 May 10 14:04 Makefile 14:08:43 -rw-rw-r-- 1 1001 1001 7978 May 10 14:04 README.md 14:08:43 -rw-rw-r-- 1 1001 1001 6755 May 10 14:04 SECURITY.md 14:08:43 -rw-rw-r-- 1 1001 1001 5 May 10 14:05 VERSION 14:08:43 -rw-rw-r-- 1 1001 1001 4131 May 10 14:04 ZMQWindows.md 14:08:43 drwxrwxr-x 2 1001 1001 117 May 10 14:04 bin 14:08:43 drwxrwxr-x 14 1001 1001 4096 May 10 14:04 cmd 14:08:43 -rw-r--r-- 1 root root 719131 May 10 14:08 coverage.out 14:08:43 -rw-r--r-- 1 root root 1060 May 10 14:08 go.mod 14:08:43 -rw-r--r-- 1 root root 22169 May 10 14:06 go.sum 14:08:43 drwxrwxr-x 8 1001 1001 127 May 10 14:04 internal 14:08:43 drwxrwxr-x 4 1001 1001 26 May 10 14:04 openapi 14:08:43 drwxrwxr-x 4 1001 1001 71 May 10 14:04 snap 14:08:43 -rw-rw-r-- 1 1001 1001 168 May 10 14:04 version.go [Pipeline] sh 14:08:43 + '[' -e coverage.out ] 14:08:43 + chown 1001:1001 coverage.out [Pipeline] stash 14:08:43 Stashed 1 file(s) [Pipeline] sh 14:08:44 + make build 14:08:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:08:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:08:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:08:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:08:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:08:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:09:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:09:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:09:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:09:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:09:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:09:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 14:09:10 $ docker stop --time=1 b55d47e21312636a1eeb694e5e6fb7a151c9189e10b958d10ee058b041c7c8b8 14:09:11 $ docker rm -f b55d47e21312636a1eeb694e5e6fb7a151c9189e10b958d10ee058b041c7c8b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:09:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:09:15 14:09:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:09:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:09:16 latest: Pulling from edgex-devops/edgex-compose 14:09:16 cbdbe7a5bc2a: Pulling fs layer 14:09:16 ca9280d653b3: Pulling fs layer 14:09:16 7e9c9ca2126c: Pulling fs layer 14:09:18 cbdbe7a5bc2a: Verifying Checksum 14:09:18 cbdbe7a5bc2a: Download complete 14:09:18 cbdbe7a5bc2a: Pull complete 14:09:26 ca9280d653b3: Verifying Checksum 14:09:26 ca9280d653b3: Download complete 14:09:26 ca9280d653b3: Pull complete 14:12:33 7e9c9ca2126c: Verifying Checksum 14:12:33 7e9c9ca2126c: Download complete 14:12:37 7e9c9ca2126c: Pull complete 14:12:37 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:12:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:12:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:12:37 prd-centos7-docker-4c-2g-4088 does not seem to be running inside a container 14:12:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:12:40 $ docker top 5f7e420b05db22d439330d37307de9ba6b355625b76ece49e595404e448ce2ca -eo pid,comm [Pipeline] { [Pipeline] sh 14:12:40 + docker-compose build --help 14:12:40 + grep parallel 14:12:41 --parallel Build images in parallel. [Pipeline] } 14:12:41 $ docker stop --time=1 5f7e420b05db22d439330d37307de9ba6b355625b76ece49e595404e448ce2ca 14:12:43 $ docker rm -f 5f7e420b05db22d439330d37307de9ba6b355625b76ece49e595404e448ce2ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:12:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:12:43 . [Pipeline] withDockerContainer 14:12:43 prd-centos7-docker-4c-2g-4088 does not seem to be running inside a container 14:12:43 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:12:44 $ docker top e7cf3632d60d7588b1d1907b6fd32c981a33c3c185229395d72d4db6b0c31b0b -eo pid,comm [Pipeline] { [Pipeline] sh 14:12:45 + docker-compose -f ./docker-compose-build.yml build --parallel 14:12:46 Building docker-core-command-go ... 14:12:46 Building docker-core-data-go ... 14:12:46 Building docker-core-metadata-go ... 14:12:46 Building docker-security-bootstrapper-go ... 14:12:46 Building docker-security-proxy-setup-go ... 14:12:46 Building docker-security-secretstore-setup-go ... 14:12:46 Building docker-support-notifications-go ... 14:12:46 Building docker-support-scheduler-go ... 14:12:46 Building docker-sys-mgmt-agent-go ... 14:12:46 Building docker-security-proxy-setup-go 14:12:46 Building docker-core-command-go 14:12:46 Building docker-support-notifications-go 14:12:46 Building docker-security-bootstrapper-go 14:12:46 Building docker-support-scheduler-go 14:13:18 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:13:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:13:18 ---> 055c0e4c5cdc 14:13:18 Step 3/23 : WORKDIR /edgex-go 14:13:18 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:13:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:13:18 ---> 055c0e4c5cdc 14:13:18 Step 3/22 : WORKDIR /edgex-go 14:13:18 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:13:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:13:18 ---> 055c0e4c5cdc 14:13:18 Step 3/22 : WORKDIR /edgex-go 14:13:18 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:13:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:13:18 ---> 055c0e4c5cdc 14:13:18 Step 3/31 : WORKDIR /edgex-go 14:13:18 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:13:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:13:18 ---> 055c0e4c5cdc 14:13:18 Step 3/21 : WORKDIR /edgex-go 14:13:19 ---> Running in c8f6f7566a29 14:13:19 ---> Running in fd5ca809f4c2 14:13:19 ---> Running in 2eb5298f1007 14:13:19 ---> Running in 5fe2b43c2a3a 14:13:19 ---> Running in 29d81e9c6d83 14:13:20 Removing intermediate container 2eb5298f1007 14:13:20 ---> 1898b24397c4 14:13:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:13:20 Removing intermediate container 5fe2b43c2a3a 14:13:20 ---> 7281a7f34482 14:13:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:13:20 Removing intermediate container c8f6f7566a29 14:13:20 ---> bd5c1f7febdf 14:13:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:13:20 Removing intermediate container 29d81e9c6d83 14:13:20 ---> 8701465ea30c 14:13:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:13:20 Removing intermediate container fd5ca809f4c2 14:13:20 ---> fb68586547aa 14:13:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:13:20 ---> Running in bee0116bba7a 14:13:20 ---> Running in a22e6b6ce012 14:13:20 ---> Running in dda250d3e226 14:13:20 ---> Running in 7d5a90680a79 14:13:20 ---> Running in 433c63989b96 14:13:23 Removing intermediate container bee0116bba7a 14:13:23 ---> 0e240f0fbec5 14:13:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:13:23 Removing intermediate container dda250d3e226 14:13:23 ---> 53f5cd850267 14:13:23 Step 5/22 : RUN apk add --update --no-cache make git 14:13:23 ---> Running in 0f05eeab1361 14:13:23 Removing intermediate container 7d5a90680a79 14:13:23 ---> f22a31456ac5 14:13:23 Step 5/31 : RUN apk add --update --no-cache make git 14:13:23 ---> Running in 62fca09e1832 14:13:23 Removing intermediate container 433c63989b96 14:13:23 ---> 802167ab3c05 14:13:23 Step 5/21 : RUN apk add --update --no-cache make git 14:13:23 Removing intermediate container a22e6b6ce012 14:13:23 ---> cfde0b1f7f43 14:13:23 Step 5/23 : RUN apk add --update --no-cache make git 14:13:23 ---> Running in df6af9d11b1c 14:13:23 ---> Running in 4dd05ad85942 14:13:23 ---> Running in 88d93887f132 14:13:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:13:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:13:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:13:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:13:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:13:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:13:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:13:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:13:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:14:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:14:41 OK: 219 MiB in 52 packages 14:14:41 Removing intermediate container 88d93887f132 14:14:41 ---> f058a9cfb6a9 14:14:41 Step 6/23 : COPY go.mod . 14:14:41 ---> 39047ef08f10 14:14:41 Step 7/23 : RUN go mod download 14:14:41 ---> Running in d705da23de1b 14:14:41 Removing intermediate container d705da23de1b 14:14:41 ---> ae1deafc792a 14:14:41 Step 8/23 : COPY . . 14:14:56 ---> 31d7baefab56 14:14:56 Step 9/23 : RUN make cmd/core-command/core-command 14:14:56 ---> Running in a079f8d7314f 14:14:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:15:00 OK: 219 MiB in 52 packages 14:15:02 Removing intermediate container df6af9d11b1c 14:15:02 ---> 12d8845d160c 14:15:02 Step 6/31 : COPY go.mod . 14:15:02 ---> a661195354a8 14:15:02 Step 7/31 : RUN go mod download 14:15:02 ---> Running in e467b82889d0 14:15:04 Removing intermediate container e467b82889d0 14:15:04 ---> 3a33c5b591c2 14:15:04 Step 8/31 : COPY . . 14:15:15 OK: 219 MiB in 52 packages 14:15:15 OK: 219 MiB in 52 packages 14:15:17 OK: 219 MiB in 52 packages 14:15:18 Removing intermediate container 62fca09e1832 14:15:18 ---> 58386e29d9b2 14:15:18 Step 6/22 : COPY go.mod . 14:15:18 Removing intermediate container a079f8d7314f 14:15:18 ---> 2dcaf179bb17 14:15:18 14:15:18 Step 10/23 : FROM alpine:3.12 14:15:18 3.12: Pulling from library/alpine 14:15:20 ---> d1b1957c4389 14:15:20 Step 7/22 : RUN go mod download 14:15:20 Removing intermediate container 0f05eeab1361 14:15:20 ---> de84f0ce89bd 14:15:20 Step 6/22 : COPY go.mod . 14:15:21 ---> Running in 5783c697b932 14:15:21 Removing intermediate container 4dd05ad85942 14:15:21 ---> 6dc149d5dea3 14:15:21 Step 6/21 : COPY go.mod . 14:15:22 ---> 136d8a90a712 14:15:22 Step 7/22 : RUN go mod download 14:15:22 ---> 860cbcba4a5b 14:15:22 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:15:22 ---> 6c49b85fa843 14:15:22 Step 7/21 : RUN go mod download 14:15:22 ---> Running in fd5d1a1871af 14:15:22 ---> Running in 919c1e035b7b 14:15:23 ---> Running in 88f7f34c28e6 14:15:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:15:24 Removing intermediate container 5783c697b932 14:15:24 ---> 754f2dae6ba9 14:15:24 Step 8/22 : COPY . . 14:15:24 Removing intermediate container fd5d1a1871af 14:15:24 ---> 8c7b474c0108 14:15:24 Step 8/22 : COPY . . 14:15:24 Removing intermediate container 88f7f34c28e6 14:15:24 ---> c50428ab9cb9 14:15:24 Step 8/21 : COPY . . 14:15:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:15:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:15:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:15:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:15:41 using GIT_SSH to set credentials SSH Credentials for GitHub 14:15:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:15:45 Merging remotes/origin/master commit 648a76936c86a2d83b792934831f9cfce5b39e1d into PR head commit cad576f88217c1f50f1d4ab94f48ff7e3bff147b 14:15:45 Merge succeeded, producing cad576f88217c1f50f1d4ab94f48ff7e3bff147b 14:15:45 Checking out Revision cad576f88217c1f50f1d4ab94f48ff7e3bff147b (PR-3422) 14:15:46 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 14:15:46 Status: Downloaded newer image for alpine:3.12 14:15:46 ---> 13621d1b12d4 14:15:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:15:46 ---> Running in 8ce519624445 14:15:50 Commit message: "fix: subscription should match both the category and label" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:15:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:15:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:15:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:15:52 + true 14:15:52 + sudo service docker restart 14:15:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:15:45 > git config core.sparsecheckout # timeout=10 14:15:45 > git checkout -f cad576f88217c1f50f1d4ab94f48ff7e3bff147b # timeout=10 14:15:45 > git remote # timeout=10 14:15:45 > git config --get remote.origin.url # timeout=10 14:15:45 using GIT_SSH to set credentials SSH Credentials for GitHub 14:15:45 > git merge 648a76936c86a2d83b792934831f9cfce5b39e1d # timeout=10 14:15:45 > git rev-parse HEAD^{commit} # timeout=10 14:15:45 > git config core.sparsecheckout # timeout=10 14:15:45 > git checkout -f cad576f88217c1f50f1d4ab94f48ff7e3bff147b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:15:55 provisioning config files... 14:15:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config5609070636360079017tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:15:55 ---> docker-login.sh 14:15:55 nexus3.edgexfoundry.org:10001 14:15:56 (1/1) Installing dumb-init (1.2.2-r1) 14:15:56 Executing busybox-1.31.1-r20.trigger 14:15:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:56 OK: 6 MiB in 15 packages 14:15:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:58 Configure a credential helper to remove this warning. See 14:15:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:58 14:15:58 Login Succeeded 14:15:58 nexus3.edgexfoundry.org:10002 14:15:58 ---> 0c50e68c17a1 14:15:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:15:58 ---> da55ead300e1 14:15:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:15:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:59 Configure a credential helper to remove this warning. See 14:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:59 14:15:59 Login Succeeded 14:15:59 nexus3.edgexfoundry.org:10003 14:15:59 ---> Running in 0ae4b1814304 14:15:59 ---> Running in e07fb953f97a 14:15:59 ---> a5b3d1c32eec 14:15:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:15:59 Removing intermediate container 919c1e035b7b 14:15:59 ---> 9bf6fb917b23 14:15:59 14:15:59 Step 10/31 : FROM alpine:3.12 14:15:59 ---> 13621d1b12d4 14:15:59 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:15:59 ---> Running in 81ba7a7f415f 14:15:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:59 Configure a credential helper to remove this warning. See 14:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:59 14:15:59 Login Succeeded 14:15:59 nexus3.edgexfoundry.org:10004 14:16:00 ---> Running in fb88c84477cf 14:16:00 Removing intermediate container 8ce519624445 14:16:00 ---> 8b20fb2c82df 14:16:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:16:00 ---> Running in a35a69702861 14:16:00 Removing intermediate container fb88c84477cf 14:16:00 ---> 44a1325bc3c9 14:16:00 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:16:00 ---> Running in 7819a74a4668 14:16:00 Removing intermediate container a35a69702861 14:16:00 ---> fa73c81dd75f 14:16:00 Step 13/23 : ENV APP_PORT=48082 14:16:00 ---> Running in 8526abae7bce 14:16:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:16:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:16:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:16:00 Removing intermediate container 8526abae7bce 14:16:00 ---> 9161235c397a 14:16:00 Step 14/23 : EXPOSE $APP_PORT 14:16:01 ---> Running in 26f5ff82c303 14:16:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:16:01 Removing intermediate container 26f5ff82c303 14:16:01 ---> 98af6fdbaa3e 14:16:01 Step 15/23 : WORKDIR / 14:16:01 ---> Running in 4300f34e70f8 14:16:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:16:01 Configure a credential helper to remove this warning. See 14:16:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:16:01 14:16:01 Login Succeeded 14:16:01 docker.io 14:16:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:16:01 Removing intermediate container 4300f34e70f8 14:16:01 ---> daf8d938e1a4 14:16:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:16:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:16:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:16:02 Configure a credential helper to remove this warning. See 14:16:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:16:02 14:16:02 Login Succeeded 14:16:02 ---> docker-login.sh ends [Pipeline] } 14:16:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:16:02 ========================================================= 14:16:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 14:16:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:16:03 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 14:16:03 ---> b75efb1ca84c 14:16:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:16:05 ---> 621c987c2d9a 14:16:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:16:05 Sending build context to Docker daemon 167.8MB 14:16:05 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 14:16:05 Step 2/6 : FROM ${BASE} 14:16:05 ---> 1ff2a4886165 14:16:05 Step 19/23 : ENTRYPOINT ["/core-command"] 14:16:05 ---> Running in e0b26d237336 14:16:06 Removing intermediate container e0b26d237336 14:16:06 ---> 1ce2c90d458c 14:16:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:16:06 ---> Running in 966672d243d5 14:16:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:16:06 595b0fe564bb: Pulling fs layer 14:16:06 7186ed65a4f7: Pulling fs layer 14:16:06 316046926c0a: Pulling fs layer 14:16:06 4ebd0625c992: Pulling fs layer 14:16:06 207e8628e3a3: Pulling fs layer 14:16:06 c791037a9be2: Pulling fs layer 14:16:06 ffd874e62e21: Pulling fs layer 14:16:06 207e8628e3a3: Waiting 14:16:06 c791037a9be2: Waiting 14:16:06 4ebd0625c992: Waiting 14:16:06 ffd874e62e21: Waiting 14:16:06 316046926c0a: Verifying Checksum 14:16:06 316046926c0a: Download complete 14:16:06 (1/2) Installing dumb-init (1.2.2-r1) 14:16:06 Removing intermediate container 966672d243d5 14:16:06 ---> 31b87040924b 14:16:06 Step 21/23 : LABEL arch=x86_64 14:16:07 7186ed65a4f7: Download complete 14:16:07 (2/2) Installing su-exec (0.2-r1) 14:16:07 Executing busybox-1.31.1-r20.trigger 14:16:07 ---> Running in 28107bd71c7a 14:16:07 OK: 6 MiB in 16 packages 14:16:07 Removing intermediate container 28107bd71c7a 14:16:07 ---> b880f65a6e28 14:16:07 Step 22/23 : LABEL git_sha=cad576f88217c1f50f1d4ab94f48ff7e3bff147b 14:16:07 ---> Running in e443c127f6c8 14:16:07 Removing intermediate container e443c127f6c8 14:16:07 ---> b387cf7757cd 14:16:07 Step 23/23 : LABEL version=0.0.0 14:16:07 ---> Running in ff8236d2ae35 14:16:08 207e8628e3a3: Verifying Checksum 14:16:08 207e8628e3a3: Download complete 14:16:08 c791037a9be2: Verifying Checksum 14:16:08 c791037a9be2: Download complete 14:16:08 Removing intermediate container 7819a74a4668 14:16:08 ---> 5a01fc4dcb55 14:16:08 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:16:08 ---> Running in 4d2236ae0772 14:16:08 Removing intermediate container ff8236d2ae35 14:16:08 ---> b206bfdeffbc 14:16:08 14:16:08 Removing intermediate container 4d2236ae0772 14:16:08 ---> 9137422b2361 14:16:08 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:16:08 Successfully built b206bfdeffbc 14:16:08 ---> Running in d44d3f924b6c 14:16:08 Successfully tagged docker-core-command-go:latest 14:16:08 Building docker-core-data-go 14:16:09  Building docker-core-command-go ... done Removing intermediate container d44d3f924b6c 14:16:09 ---> 81e81d7e80cc 14:16:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:16:09 ---> Running in f243c9bc8766 14:16:12 Removing intermediate container f243c9bc8766 14:16:12 ---> 640158a23209 14:16:12 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:16:14 ---> Running in 05b9062b2ad6 14:16:17 Removing intermediate container 05b9062b2ad6 14:16:17 ---> 6081ccd3edaa 14:16:17 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:16:17 ---> 0ac5c90f5d2c 14:16:17 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:16:18 ---> Running in 017450953db0 14:16:23 Removing intermediate container 017450953db0 14:16:23 ---> 1129a7a423d2 14:16:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:16:24 ---> 4d4096f4844f 14:16:24 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:16:27 ---> df28c11a5717 14:16:27 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:16:29 ---> ebca04bc425b 14:16:29 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:16:30 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:16:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:16:30 ---> 055c0e4c5cdc 14:16:30 Step 3/23 : WORKDIR /edgex-go 14:16:30 ---> Using cache 14:16:30 ---> fb68586547aa 14:16:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:16:30 ---> Using cache 14:16:30 ---> 802167ab3c05 14:16:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:16:31 ---> Running in a74034070568 14:16:31 ---> 0290f6c4100c 14:16:31 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:16:32 ---> 99377888ba5a 14:16:32 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:16:32 ---> Running in c444b99d014b 14:16:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:16:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:16:32 Removing intermediate container c444b99d014b 14:16:32 ---> 6a321a347ffd 14:16:32 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:16:32 ---> fb8fde401ebe 14:16:32 Step 26/31 : RUN chmod +x /entrypoint.sh 14:16:33 ---> Running in 0a4c09293544 14:16:37 Removing intermediate container 0a4c09293544 14:16:37 ---> f70e7f6fedc6 14:16:37 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:16:37 Removing intermediate container 81ba7a7f415f 14:16:37 ---> ab97dd764ee3 14:16:37 14:16:37 Step 10/22 : FROM alpine:3.12 14:16:37 ---> 13621d1b12d4 14:16:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:16:37 ---> Using cache 14:16:37 ---> 8b20fb2c82df 14:16:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:16:37 ---> Using cache 14:16:37 ---> fa73c81dd75f 14:16:37 Step 13/22 : ENV APP_PORT=48085 14:16:37 ---> Running in f452a7006558 14:16:37 ---> Running in dbc33aee9f4a 14:16:37 Removing intermediate container e07fb953f97a 14:16:37 ---> 966482c1affc 14:16:37 14:16:37 Step 10/22 : FROM alpine:3.12 14:16:37 ---> 13621d1b12d4 14:16:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:16:37 ---> Running in ff7c81c123cd 14:16:37 Removing intermediate container f452a7006558 14:16:37 ---> f7c4ab2fcba7 14:16:37 Step 28/31 : CMD ["gate"] 14:16:37 Removing intermediate container dbc33aee9f4a 14:16:37 ---> d178fce4a448 14:16:37 Step 14/22 : EXPOSE $APP_PORT 14:16:39 ---> Running in ef5707530bfd 14:16:40 ---> Running in 21c96fa71348 14:16:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:16:40 Removing intermediate container 0ae4b1814304 14:16:40 ---> 0c1c4afcb49e 14:16:40 14:16:40 Step 10/21 : FROM alpine:3.12 14:16:40 ---> 13621d1b12d4 14:16:40 Step 11/21 : RUN apk add --update --no-cache curl 14:16:40 Removing intermediate container ef5707530bfd 14:16:40 ---> 690a28673f4f 14:16:40 Step 29/31 : LABEL arch=x86_64 14:16:40 ---> Running in 413fe4c591c3 14:16:40 Removing intermediate container 21c96fa71348 14:16:40 ---> 437f602baab1 14:16:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:16:40 ---> Running in a4abfb22be6d 14:16:41 Removing intermediate container a4abfb22be6d 14:16:41 ---> 5287a64e0f63 14:16:41 Step 30/31 : LABEL git_sha=cad576f88217c1f50f1d4ab94f48ff7e3bff147b 14:16:41 ---> Running in 92afcccc3e99 14:16:41 ---> 7677fe5acfb9 14:16:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:16:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:16:41 Removing intermediate container 92afcccc3e99 14:16:41 ---> c645badac0e2 14:16:41 Step 31/31 : LABEL version=0.0.0 14:16:41 ---> Running in e3e1395983c8 14:16:41 ---> 95e72bfd0efd 14:16:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:16:41 Removing intermediate container e3e1395983c8 14:16:41 ---> 1fd8c139ca97 14:16:41 14:16:42 ---> 7ab722d29e0a 14:16:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:16:42 ---> Running in b6befaa8003a 14:16:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:16:42 Successfully built 1fd8c139ca97 14:16:42 Successfully tagged docker-security-bootstrapper-go:latest 14:16:42  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 14:16:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:16:43 Removing intermediate container b6befaa8003a 14:16:43 ---> 1128a31838b7 14:16:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:16:43 ---> Running in b1d88dccbfb3 14:16:43 Removing intermediate container b1d88dccbfb3 14:16:43 ---> 72f6a251532b 14:16:43 Step 20/22 : LABEL arch=x86_64 14:16:43 ---> Running in db1ad11e3395 14:16:43 Removing intermediate container db1ad11e3395 14:16:43 ---> 4a5490f51cd5 14:16:43 Step 21/22 : LABEL git_sha=cad576f88217c1f50f1d4ab94f48ff7e3bff147b 14:16:43 ---> Running in 310ec357c38d 14:16:45 Removing intermediate container 310ec357c38d 14:16:45 ---> 89a5d0320a9f 14:16:45 Step 22/22 : LABEL version=0.0.0 14:16:45 ---> Running in ff213d8ac945 14:16:46 Removing intermediate container ff213d8ac945 14:16:46 ---> ee587c187062 14:16:46 14:16:46 Successfully built ee587c187062 14:16:46 Successfully tagged docker-support-scheduler-go:latest 14:16:46 Building docker-security-secretstore-setup-go 14:16:47 595b0fe564bb: Verifying Checksum 14:16:47 595b0fe564bb: Download complete 14:16:47 595b0fe564bb: Pull complete 14:16:47 7186ed65a4f7: Pull complete 14:16:48 316046926c0a: Pull complete 14:16:48  Building docker-support-scheduler-go ... done (1/4) Installing ca-certificates (20191127-r4) 14:16:48 (1/2) Installing ca-certificates (20191127-r4) 14:16:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:16:49 (3/4) Installing libcurl (7.76.1-r0) 14:16:49 (2/2) Installing dumb-init (1.2.2-r1) 14:16:49 Executing busybox-1.31.1-r20.trigger 14:16:49 Executing ca-certificates-20191127-r4.trigger 14:16:49 (4/4) Installing curl (7.76.1-r0) 14:16:49 OK: 6 MiB in 16 packages 14:16:49 Executing busybox-1.31.1-r20.trigger 14:16:49 Executing ca-certificates-20191127-r4.trigger 14:16:50 OK: 7 MiB in 18 packages 14:16:53 Removing intermediate container ff7c81c123cd 14:16:53 ---> 66377efbab0b 14:16:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:16:53 Removing intermediate container 413fe4c591c3 14:16:53 ---> aeff6f6f3aa8 14:16:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:16:55 ---> Running in 12537e6012d4 14:16:55 ---> Running in 3e8063567650 14:16:56 Removing intermediate container 3e8063567650 14:16:56 ---> d6ab868798da 14:16:56 Step 13/22 : ENV APP_PORT=48060 14:16:56 Removing intermediate container 12537e6012d4 14:16:56 ---> d042336910ed 14:16:56 Step 13/21 : WORKDIR /edgex 14:16:57 ---> Running in 40132197a119 14:16:58 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:16:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:16:58 ---> 055c0e4c5cdc 14:16:58 Step 3/23 : WORKDIR /edgex-go 14:16:58 ---> Using cache 14:16:58 ---> fb68586547aa 14:16:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:16:58 ---> Using cache 14:16:58 ---> 802167ab3c05 14:16:58 Step 5/23 : RUN apk add --update --no-cache make git 14:16:58 ---> Using cache 14:16:58 ---> 6dc149d5dea3 14:16:58 Step 6/23 : COPY go.mod . 14:16:58 ---> Using cache 14:16:58 ---> 6c49b85fa843 14:16:58 Step 7/23 : RUN go mod download 14:16:58 ---> Using cache 14:16:58 ---> c50428ab9cb9 14:16:58 Step 8/23 : COPY . . 14:16:58 ---> Using cache 14:16:58 ---> da55ead300e1 14:16:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:16:59 ---> Running in 09ec128e4294 14:16:59 ---> Running in a4bc47220027 14:16:59 Removing intermediate container 40132197a119 14:16:59 ---> 11e5e56e8720 14:16:59 Step 14/22 : EXPOSE $APP_PORT 14:16:59 Removing intermediate container 09ec128e4294 14:16:59 ---> 4914f591c373 14:16:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:17:00 ---> Running in 13f76886c5db 14:17:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:17:01 ---> 24337bf4e422 14:17:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:17:01 Removing intermediate container 13f76886c5db 14:17:01 ---> c58990c3c1f1 14:17:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:17:03 ---> ea69189af6dd 14:17:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:17:05 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:17:05 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:17:05 ---> 055c0e4c5cdc 14:17:05 Step 3/25 : WORKDIR /edgex-go 14:17:05 ---> Using cache 14:17:05 ---> fb68586547aa 14:17:05 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:17:05 ---> Using cache 14:17:05 ---> 802167ab3c05 14:17:05 Step 5/25 : RUN apk add --update --no-cache make git 14:17:05 ---> Using cache 14:17:05 ---> 6dc149d5dea3 14:17:05 Step 6/25 : COPY go.mod . 14:17:05 ---> Using cache 14:17:05 ---> 6c49b85fa843 14:17:05 Step 7/25 : RUN go mod download 14:17:05 ---> Using cache 14:17:05 ---> c50428ab9cb9 14:17:05 Step 8/25 : COPY . . 14:17:05 ---> 27167c37e92b 14:17:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:17:05 ---> Using cache 14:17:05 ---> da55ead300e1 14:17:05 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:17:06 ---> f5497cddc515 14:17:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:17:06 ---> Running in f2b427d94b9e 14:17:06 ---> 544b5750fdf9 14:17:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:17:06 ---> Running in 25e7b0ca53e7 14:17:06 ---> 6ae9e4a01a94 14:17:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:17:06 ---> Running in 23817dc153c5 14:17:06 Removing intermediate container 25e7b0ca53e7 14:17:06 ---> 9ddfd34d745d 14:17:06 Step 18/21 : CMD ["--init=true"] 14:17:06 ---> Running in 2d07a667333e 14:17:07 Removing intermediate container 23817dc153c5 14:17:07 ---> be7ad89f5899 14:17:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:17:07 ---> Running in 2772c8f7caf8 14:17:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:17:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:17:07 Removing intermediate container 2d07a667333e 14:17:07 ---> f484feef551d 14:17:07 Step 19/21 : LABEL arch=x86_64 14:17:07 ---> Running in c25af67c8a62 14:17:07 Removing intermediate container 2772c8f7caf8 14:17:07 ---> 01ef47eb6365 14:17:07 Step 20/22 : LABEL arch=x86_64 14:17:07 ---> Running in 4166dee35afd 14:17:07 Removing intermediate container c25af67c8a62 14:17:07 ---> 2269cb6f95b4 14:17:07 Step 20/21 : LABEL git_sha=cad576f88217c1f50f1d4ab94f48ff7e3bff147b 14:17:07 ---> Running in e32cab5903b6 14:17:07 Removing intermediate container 4166dee35afd 14:17:07 ---> ba0e4cd7f0e9 14:17:07 Step 21/22 : LABEL git_sha=cad576f88217c1f50f1d4ab94f48ff7e3bff147b 14:17:08 ---> Running in d375c627eade 14:17:08 Removing intermediate container e32cab5903b6 14:17:08 ---> d872b00c072f 14:17:08 Step 21/21 : LABEL version=0.0.0 14:17:08 ---> Running in 70306b112500 14:17:08 Removing intermediate container d375c627eade 14:17:08 ---> 08db74ccd1d2 14:17:08 Step 22/22 : LABEL version=0.0.0 14:17:08 ---> Running in 0f4d06ae8e92 14:17:08 Removing intermediate container 70306b112500 14:17:08 ---> b2651cad8274 14:17:08 14:17:08 Removing intermediate container 0f4d06ae8e92 14:17:08 ---> 14a6334f5503 14:17:08 14:17:08 Successfully built b2651cad8274 14:17:08 Successfully tagged docker-security-proxy-setup-go:latest 14:17:08 Building docker-sys-mgmt-agent-go 14:17:09  Building docker-security-proxy-setup-go ... done Successfully built 14a6334f5503 14:17:09 Successfully tagged docker-support-notifications-go:latest 14:17:27  Building docker-support-notifications-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:17:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:17:27 ---> 055c0e4c5cdc 14:17:27 Step 3/23 : WORKDIR /edgex-go 14:17:27 ---> Using cache 14:17:27 ---> fb68586547aa 14:17:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:17:27 ---> Using cache 14:17:27 ---> 802167ab3c05 14:17:27 Step 5/23 : RUN apk add --update --no-cache make bash git 14:17:27 ---> Running in d2ef717c5bce 14:17:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:17:28 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:17:31 Removing intermediate container a4bc47220027 14:17:31 ---> 77befa258923 14:17:31 14:17:31 Step 10/23 : FROM alpine:3.12 14:17:31 ---> 13621d1b12d4 14:17:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:17:31 ---> Using cache 14:17:31 ---> 8b20fb2c82df 14:17:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:17:31 ---> Using cache 14:17:31 ---> fa73c81dd75f 14:17:31 Step 13/23 : ENV APP_PORT=48081 14:17:31 ---> Running in 4deb85f6bf7c 14:17:32 Removing intermediate container 4deb85f6bf7c 14:17:32 ---> 01e11504ee8e 14:17:32 Step 14/23 : EXPOSE $APP_PORT 14:17:32 ---> Running in 07385b2ef911 14:17:32 Removing intermediate container f2b427d94b9e 14:17:32 ---> a5c181cab5d3 14:17:32 14:17:32 Step 10/25 : FROM alpine:3.12 14:17:32 ---> 13621d1b12d4 14:17:32 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 14:17:32 ---> Running in 95ea5bfb6a17 14:17:33 Removing intermediate container 07385b2ef911 14:17:33 ---> 8b206ce71de5 14:17:33 Step 15/23 : WORKDIR / 14:17:33 ---> Running in ca1590a12034 14:17:33 Removing intermediate container ca1590a12034 14:17:33 ---> 3113ac736392 14:17:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:17:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:17:33 ---> 3c87ff46a217 14:17:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:17:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:17:34 ---> 18dc8abe847b 14:17:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:17:34 ---> 7cc7328eb4fa 14:17:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:17:34 ---> Running in d97887cb836b 14:17:34 Removing intermediate container d97887cb836b 14:17:34 ---> c7e9d6c0fc51 14:17:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:17:34 ---> Running in a65f77146ea0 14:17:35 Removing intermediate container a65f77146ea0 14:17:35 ---> d7f40d648ab1 14:17:35 Step 21/23 : LABEL arch=x86_64 14:17:35 ---> Running in c6fd1e1a2c40 14:17:35 Removing intermediate container c6fd1e1a2c40 14:17:35 ---> b859f0334446 14:17:35 Step 22/23 : LABEL git_sha=cad576f88217c1f50f1d4ab94f48ff7e3bff147b 14:17:35 ---> Running in 5ed04d3b5947 14:17:35 Removing intermediate container 5ed04d3b5947 14:17:35 ---> 6bff93d739d1 14:17:35 Step 23/23 : LABEL version=0.0.0 14:17:35 ---> Running in 8e0cce7ea859 14:17:35 Removing intermediate container 8e0cce7ea859 14:17:35 ---> 61f30be86631 14:17:35 14:17:36 Successfully built 61f30be86631 14:17:36 Successfully tagged docker-core-metadata-go:latest 14:17:39  Building docker-core-metadata-go ... done (1/6) Installing ca-certificates (20191127-r4) 14:17:39 (2/6) Installing nghttp2-libs (1.41.0-r0) 14:17:39 (3/6) Installing libcurl (7.76.1-r0) 14:17:40 (4/6) Installing curl (7.76.1-r0) 14:17:40 (5/6) Installing dumb-init (1.2.2-r1) 14:17:40 (6/6) Installing su-exec (0.2-r1) 14:17:40 Executing busybox-1.31.1-r20.trigger 14:17:40 Executing ca-certificates-20191127-r4.trigger 14:17:40 OK: 7 MiB in 20 packages 14:17:42 Removing intermediate container 95ea5bfb6a17 14:17:42 ---> a4e952624fed 14:17:42 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:17:42 ---> Running in d25ec5f6943d 14:17:42 Removing intermediate container d25ec5f6943d 14:17:42 ---> f57fd9fda10c 14:17:42 Step 13/25 : WORKDIR / 14:17:42 ---> Running in 167c2010dc9f 14:17:42 Removing intermediate container 167c2010dc9f 14:17:42 ---> 5e93141f29ef 14:17:42 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:17:43 ---> d18c7b778a50 14:17:43 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:17:43 ---> 3f82d8f59808 14:17:43 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:17:43 ---> 02a7130dc806 14:17:43 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 14:17:44 ---> 30c5e026dbf2 14:17:44 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:17:44 ---> ed7a6525d3f3 14:17:44 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:17:45 ---> 6d484b144057 14:17:45 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:17:45 ---> ac552e118c0e 14:17:45 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 14:17:45 ---> Running in a4416eef724f 14:17:46 Removing intermediate container a4416eef724f 14:17:46 ---> 706dc386b6ed 14:17:46 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 14:17:46 ---> Running in 2c5ba9fcee33 14:17:46 Removing intermediate container 2c5ba9fcee33 14:17:46 ---> e51c6914e582 14:17:46 Step 23/25 : LABEL arch=x86_64 14:17:46 ---> Running in f285f819d74b 14:17:46 Removing intermediate container f285f819d74b 14:17:46 ---> b19b621b95e3 14:17:46 Step 24/25 : LABEL git_sha=cad576f88217c1f50f1d4ab94f48ff7e3bff147b 14:17:47 ---> Running in fa263aae9679 14:17:47 Removing intermediate container fa263aae9679 14:17:47 ---> 5feb1e7bc2f7 14:17:47 Step 25/25 : LABEL version=0.0.0 14:17:47 ---> Running in 27569aa37c61 14:17:48 Removing intermediate container 27569aa37c61 14:17:48 ---> 87db4027b670 14:17:48 14:17:48 Successfully built 87db4027b670 14:17:48 Successfully tagged docker-security-secretstore-setup-go:latest 14:18:06  Building docker-security-secretstore-setup-go ... done OK: 219 MiB in 52 packages 14:18:06 Removing intermediate container a74034070568 14:18:06 ---> 58ae7bd70ea2 14:18:06 Step 6/23 : COPY go.mod . 14:18:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:18:06 ---> f0058adb3115 14:18:06 Step 7/23 : RUN go mod download 14:18:06 ---> Running in e6c1c32e888f 14:18:07 Removing intermediate container e6c1c32e888f 14:18:07 ---> e73543739dce 14:18:07 Step 8/23 : COPY . . 14:18:25 ---> ad3dc818af35 14:18:25 Step 9/23 : RUN make cmd/core-data/core-data 14:18:25 ---> Running in 5020196e09af 14:18:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:18:43 Removing intermediate container 5020196e09af 14:18:43 ---> 382f855880a0 14:18:43 14:18:43 Step 10/23 : FROM alpine:3.12 14:18:43 ---> 13621d1b12d4 14:18:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:18:43 ---> Running in 718eeb12de43 14:18:43 Removing intermediate container 718eeb12de43 14:18:43 ---> 2d50fd44fd1c 14:18:43 Step 12/23 : ENV APP_PORT=48080 14:18:43 ---> Running in dfb36798e599 14:18:43 Removing intermediate container dfb36798e599 14:18:43 ---> 6ca61870cda5 14:18:43 Step 13/23 : EXPOSE $APP_PORT 14:18:43 ---> Running in 9242faa2a35a 14:18:43 Removing intermediate container 9242faa2a35a 14:18:43 ---> 68e7a208834a 14:18:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:18:43 ---> Running in d7c511b24026 14:18:43 Removing intermediate container d7c511b24026 14:18:43 ---> 8b2956eb895a 14:18:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:18:43 ---> Running in 7fc059350b6f 14:18:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:19:02 OK: 219 MiB in 52 packages 14:19:02 Removing intermediate container d2ef717c5bce 14:19:02 ---> 46e758c84083 14:19:02 Step 6/23 : COPY go.mod . 14:19:02 ---> 1b5ccb58d546 14:19:02 Step 7/23 : RUN go mod download 14:19:02 ---> Running in 1e113ff39950 14:19:02 Removing intermediate container 1e113ff39950 14:19:02 ---> cddcd3558f79 14:19:02 Step 8/23 : COPY . . 14:19:20 ---> c69335f1a3c2 14:19:20 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:19:20 ---> Running in 858cb426eb6e 14:19:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:19:36 Removing intermediate container 858cb426eb6e 14:19:36 ---> e39f0247a8fe 14:19:36 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:19:36 ---> Running in f57ef55accbb 14:19:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:19:36 Removing intermediate container f57ef55accbb 14:19:36 ---> 140f4c335133 14:19:36 14:19:36 Step 11/23 : FROM docker:20.10.0 14:19:36 20.10.0: Pulling from library/docker 14:19:46 (1/6) Installing dumb-init (1.2.2-r1) 14:19:46 (2/6) Installing libgcc (9.3.0-r2) 14:19:46 (3/6) Installing libsodium (1.0.18-r0) 14:19:56 (4/6) Installing libstdc++ (9.3.0-r2) 14:20:28 (5/6) Installing libzmq (4.3.3-r0) 14:20:43 (6/6) Installing zeromq (4.3.3-r0) 14:20:43 Executing busybox-1.31.1-r20.trigger 14:20:43 OK: 8 MiB in 20 packages 14:20:43 Removing intermediate container 7fc059350b6f 14:20:43 ---> 63717239044c 14:20:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:20:43 ---> 711b5488edb5 14:20:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:20:43 ---> 42c7b984653b 14:20:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:20:44 ---> 66bba70ebcb2 14:20:44 Step 19/23 : ENTRYPOINT ["/core-data"] 14:20:44 ---> Running in e87f90e75aee 14:20:44 Removing intermediate container e87f90e75aee 14:20:44 ---> 78dfc11701bd 14:20:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:20:44 ---> Running in 5fbe9e534491 14:20:44 Removing intermediate container 5fbe9e534491 14:20:44 ---> f43caa1a94d0 14:20:44 Step 21/23 : LABEL arch=x86_64 14:20:44 ---> Running in 2407e12b3ee0 14:20:44 Removing intermediate container 2407e12b3ee0 14:20:44 ---> 1ee71fc573fe 14:20:44 Step 22/23 : LABEL git_sha=cad576f88217c1f50f1d4ab94f48ff7e3bff147b 14:20:44 ---> Running in 2c1e0051e076 14:20:45 Removing intermediate container 2c1e0051e076 14:20:45 ---> 30af4582daea 14:20:45 Step 23/23 : LABEL version=0.0.0 14:20:45 ---> Running in 6d8bb67484f6 14:20:45 Removing intermediate container 6d8bb67484f6 14:20:45 ---> aab25bdecbe3 14:20:45 14:20:45 Successfully built aab25bdecbe3 14:20:45 Successfully tagged docker-core-data-go:latest 14:21:40 ffd874e62e21: Download complete 14:25:22  Building docker-core-data-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:25:22 Status: Downloaded newer image for docker:20.10.0 14:25:22 ---> aefe523efa57 14:25:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 14:25:22 ---> Running in 88ec44ea31e9 14:25:22 Removing intermediate container 88ec44ea31e9 14:25:22 ---> 84414213064a 14:25:22 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 14:25:22 ---> Running in ecd602040f09 14:25:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:25:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:25:22 (1/39) Installing readline (8.0.4-r0) 14:25:22 (2/39) Installing bash (5.0.17-r0) 14:25:22 Executing bash-5.0.17-r0.post-install 14:25:22 (3/39) Installing nghttp2-libs (1.41.0-r0) 14:25:22 (4/39) Installing libcurl (7.76.1-r0) 14:25:22 (5/39) Installing curl (7.76.1-r0) 14:25:22 (6/39) Installing dumb-init (1.2.2-r1) 14:25:23 (7/39) Installing libbz2 (1.0.8-r1) 14:25:23 (8/39) Installing expat (2.2.9-r1) 14:25:23 (9/39) Installing libffi (3.3-r2) 14:25:23 (10/39) Installing gdbm (1.13-r1) 14:25:24 (11/39) Installing xz-libs (5.2.5-r0) 14:25:24 (12/39) Installing sqlite-libs (3.32.1-r0) 14:25:26 (13/39) Installing python3 (3.8.10-r0) 14:26:04 (14/39) Installing py3-appdirs (1.4.4-r1) 14:26:04 (15/39) Installing py3-ordered-set (4.0.1-r0) 14:26:04 (16/39) Installing py3-parsing (2.4.7-r0) 14:26:04 (17/39) Installing py3-six (1.15.0-r0) 14:26:04 (18/39) Installing py3-packaging (20.4-r0) 14:26:05 (19/39) Installing py3-setuptools (47.0.0-r0) 14:26:06 (20/39) Installing py3-chardet (3.0.4-r4) 14:26:07 (21/39) Installing py3-idna (2.9-r0) 14:26:07 (22/39) Installing py3-certifi (2020.4.5.1-r0) 14:26:08 (23/39) Installing py3-urllib3 (1.25.9-r0) 14:26:09 (24/39) Installing py3-requests (2.23.0-r0) 14:26:09 (25/39) Installing py3-msgpack (1.0.0-r0) 14:26:10 (26/39) Installing py3-lockfile (0.12.2-r3) 14:26:10 (27/39) Installing py3-cachecontrol (0.12.6-r0) 14:26:10 (28/39) Installing py3-colorama (0.4.3-r0) 14:26:10 (29/39) Installing py3-distlib (0.3.0-r0) 14:26:13 (30/39) Installing py3-distro (1.5.0-r1) 14:26:13 (31/39) Installing py3-webencodings (0.5.1-r3) 14:26:13 (32/39) Installing py3-html5lib (1.0.1-r4) 14:26:13 (33/39) Installing py3-pytoml (0.1.21-r0) 14:26:13 (34/39) Installing py3-pep517 (0.8.2-r0) 14:26:13 (35/39) Installing py3-progress (1.5-r0) 14:26:14 (36/39) Installing py3-toml (0.10.1-r0) 14:26:14 (37/39) Installing py3-retrying (1.3.3-r0) 14:26:14 (38/39) Installing py3-contextlib2 (0.6.0-r0) 14:26:14 (39/39) Installing py3-pip (20.1.1-r0) 14:26:16 Executing busybox-1.31.1-r19.trigger 14:26:16 OK: 72 MiB in 59 packages 14:26:17 Collecting docker-compose==1.23.2 14:26:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:26:17 Collecting texttable<0.10,>=0.9.0 14:26:17 Downloading texttable-0.9.1.tar.gz (11 kB) 14:26:19 Collecting jsonschema<3,>=2.5.1 14:26:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:26:19 Collecting docopt<0.7,>=0.6.1 14:26:19 Downloading docopt-0.6.2.tar.gz (25 kB) 14:26:20 Collecting websocket-client<1.0,>=0.32.0 14:26:20 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 14:26:20 Collecting dockerpty<0.5,>=0.4.1 14:26:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:26:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:26:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:26:21 Collecting cached-property<2,>=1.2.0 14:26:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:26:22 Collecting docker<4.0,>=3.6.0 14:26:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:26:22 Collecting PyYAML<4,>=3.10 14:26:22 Downloading PyYAML-3.13.tar.gz (270 kB) 14:26:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:26:24 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 14:26:24 Collecting urllib3<1.25,>=1.21.1 14:26:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:26:24 Collecting idna<2.8,>=2.5 14:26:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:26:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 14:26:25 Collecting docker-pycreds>=0.4.0 14:26:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:26:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:26:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:26:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:26:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:26:25 Installing collected packages: texttable, jsonschema, docopt, websocket-client, dockerpty, urllib3, idna, requests, cached-property, docker-pycreds, docker, PyYAML, docker-compose 14:26:25 Running setup.py install for texttable: started 14:26:26 Running setup.py install for texttable: finished with status 'done' 14:26:26 Running setup.py install for docopt: started 14:26:26 Running setup.py install for docopt: finished with status 'done' 14:26:26 Running setup.py install for dockerpty: started 14:26:27 Running setup.py install for dockerpty: finished with status 'done' 14:26:27 Attempting uninstall: urllib3 14:26:27 Found existing installation: urllib3 1.25.9 14:26:27 Uninstalling urllib3-1.25.9: 14:26:27 Successfully uninstalled urllib3-1.25.9 14:26:27 Attempting uninstall: idna 14:26:27 Found existing installation: idna 2.9 14:26:27 Uninstalling idna-2.9: 14:26:27 Successfully uninstalled idna-2.9 14:26:27 Attempting uninstall: requests 14:26:27 Found existing installation: requests 2.23.0 14:26:27 Uninstalling requests-2.23.0: 14:26:27 Successfully uninstalled requests-2.23.0 14:26:28 Running setup.py install for PyYAML: started 14:26:28 Running setup.py install for PyYAML: finished with status 'done' 14:26:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 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 14:26:38 Removing intermediate container ecd602040f09 14:26:38 ---> 9bcf2bb17a85 14:26:38 Step 14/23 : ENV APP_PORT=48090 14:26:38 ---> Running in 0346113c3181 14:26:38 Removing intermediate container 0346113c3181 14:26:38 ---> b9a6a944a5aa 14:26:38 Step 15/23 : EXPOSE $APP_PORT 14:26:38 ---> Running in f4d5184d29fb 14:26:38 Removing intermediate container f4d5184d29fb 14:26:38 ---> d6d8190ff3ca 14:26:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:26:38 ---> 298805d48a43 14:26:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:26:38 ---> 918e4aaebfc4 14:26:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:26:39 ---> 2014f378269d 14:26:39 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 14:26:39 ---> Running in d3a8b5ec3ad2 14:26:39 Removing intermediate container d3a8b5ec3ad2 14:26:39 ---> dd5d83c77e51 14:26:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:26:39 ---> Running in a6ca7d8bff25 14:26:39 Removing intermediate container a6ca7d8bff25 14:26:39 ---> 6e8c9d0d2d76 14:26:39 Step 21/23 : LABEL arch=x86_64 14:26:39 ---> Running in 5055030addd5 14:26:39 Removing intermediate container 5055030addd5 14:26:39 ---> cdbd92b2d870 14:26:39 Step 22/23 : LABEL git_sha=cad576f88217c1f50f1d4ab94f48ff7e3bff147b 14:26:39 ---> Running in aa129a2035b8 14:26:40 Removing intermediate container aa129a2035b8 14:26:40 ---> 9ec28703183c 14:26:40 Step 23/23 : LABEL version=0.0.0 14:26:40 ---> Running in df046ea7f115 14:26:40 Removing intermediate container df046ea7f115 14:26:40 ---> ccff2247bf72 14:26:40 14:26:40 Successfully built ccff2247bf72 14:26:40 Successfully tagged docker-sys-mgmt-agent-go:latest 14:26:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:26:40 $ docker stop --time=1 e7cf3632d60d7588b1d1907b6fd32c981a33c3c185229395d72d4db6b0c31b0b 14:26:42 $ docker rm -f e7cf3632d60d7588b1d1907b6fd32c981a33c3c185229395d72d4db6b0c31b0b [Pipeline] // withDockerContainer [Pipeline] sh 14:26:42 + docker images 14:26:42 + grep docker 14:26:43 docker-sys-mgmt-agent-go latest ccff2247bf72 3 seconds ago 312MB 14:26:43 docker-core-data-go latest aab25bdecbe3 5 minutes ago 21.5MB 14:26:43 docker-security-secretstore-setup-go latest 87db4027b670 8 minutes ago 25.7MB 14:26:43 docker-core-metadata-go latest 61f30be86631 9 minutes ago 18.6MB 14:26:43 docker-support-notifications-go latest 14a6334f5503 9 minutes ago 17.7MB 14:26:43 docker-security-proxy-setup-go latest b2651cad8274 9 minutes ago 25.3MB 14:26:43 docker-support-scheduler-go latest ee587c187062 9 minutes ago 17.1MB 14:26:43 docker-security-bootstrapper-go latest 1fd8c139ca97 10 minutes ago 18.2MB 14:26:43 docker-core-command-go latest b206bfdeffbc 10 minutes ago 17MB 14:26:43 docker 20.10.0 aefe523efa57 5 months ago 240MB [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) [Pipeline] findFiles [Pipeline] node 14:26:58 Still waiting to schedule task 14:26:58 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:28:27 Running on prd-ubuntu18.04-docker-8c-8g-4092 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws 14:28:27 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 14:28:29 using credential edgex-jenkins-ssh 14:28:29 Cloning the remote Git repository 14:28:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:28:29 > git init /w/workspace/edgex-go/16 # timeout=10 14:28:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:28:29 > git --version # timeout=10 14:28:29 > git --version # 'git version 2.17.1' 14:28:29 using GIT_SSH to set credentials SSH Credentials for GitHub 14:28:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:29:02 4ebd0625c992: Verifying Checksum 14:29:02 4ebd0625c992: Download complete 14:29:02 4ebd0625c992: Pull complete 14:29:02 207e8628e3a3: Pull complete 14:29:02 c791037a9be2: Pull complete 14:29:05 ffd874e62e21: Pull complete 14:29:05 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 14:29:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 14:29:05 ---> cfc18b08335c 14:29:05 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 14:29:07 ---> Running in c9c19229a208 14:29:08 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 14:29:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 14:30:14 (1/12) Installing libmagic (5.39-r0) 14:30:29 (2/12) Installing file (5.39-r0) 14:30:29 (3/12) Installing libc-dev (0.7.2-r3) 14:30:29 (4/12) Installing g++ (10.2.1_pre1-r3) 14:38:30 ERROR: Error cloning remote repo 'origin' 14:38:30 hudson.plugins.git.GitException: Command "git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: 14:38:30 stdout: 14:38:30 stderr: Warning: Permanently added the RSA host key for IP address '140.82.112.4' to the list of known hosts. 14:38:30 remote: Enumerating objects: 39844, done. 14:38:30 remote: Counting objects: 0% (1/343) remote: Counting objects: 1% (4/343) remote: Counting objects: 2% (7/343) remote: Counting objects: 3% (11/343) remote: Counting objects: 4% (14/343) remote: Counting objects: 5% (18/343) remote: Counting objects: 6% (21/343) remote: Counting objects: 7% (25/343) remote: Counting objects: 8% (28/343) remote: Counting objects: 9% (31/343) remote: Counting objects: 10% (35/343) remote: Counting objects: 11% (38/343) remote: Counting objects: 12% (42/343) remote: Counting objects: 13% (45/343) remote: Counting objects: 14% (49/343) remote: Counting objects: 15% (52/343) remote: Counting objects: 16% (55/343) remote: Counting objects: 17% (59/343) remote: Counting objects: 18% (62/343) remote: Counting objects: 19% (66/343) remote: Counting objects: 20% (69/343) remote: Counting objects: 21% (73/343) remote: Counting objects: 22% (76/343) remote: Counting objects: 23% (79/343) remote: Counting objects: 24% (83/343) remote: Counting objects: 25% (86/343) remote: Counting objects: 26% (90/343) remote: Counting objects: 27% (93/343) remote: Counting objects: 28% (97/343) remote: Counting objects: 29% (100/343) remote: Counting objects: 30% (103/343) remote: Counting objects: 31% (107/343) remote: Counting objects: 32% (110/343) remote: Counting objects: 33% (114/343) remote: Counting objects: 34% (117/343) remote: Counting objects: 35% (121/343) remote: Counting objects: 36% (124/343) remote: Counting objects: 37% (127/343) remote: Counting objects: 38% (131/343) remote: Counting objects: 39% (134/343) remote: Counting objects: 40% (138/343) remote: Counting objects: 41% (141/343) remote: Counting objects: 42% (145/343) remote: Counting objects: 43% (148/343) remote: Counting objects: 44% (151/343) remote: Counting objects: 45% (155/343) remote: Counting objects: 46% (158/343) remote: Counting objects: 47% (162/343) remote: Counting objects: 48% (165/343) remote: Counting objects: 49% (169/343) remote: Counting objects: 50% (172/343) remote: Counting objects: 51% (175/343) remote: Counting objects: 52% (179/343) remote: Counting objects: 53% (182/343) remote: Counting objects: 54% (186/343) remote: Counting objects: 55% (189/343) remote: Counting objects: 56% (193/343) remote: Counting objects: 57% (196/343) remote: Counting objects: 58% (199/343) remote: Counting objects: 59% (203/343) remote: Counting objects: 60% (206/343) remote: Counting objects: 61% (210/343) remote: Counting objects: 62% (213/343) remote: Counting objects: 63% (217/343) remote: Counting objects: 64% (220/343) remote: Counting objects: 65% (223/343) remote: Counting objects: 66% (227/343) remote: Counting objects: 67% (230/343) remote: Counting objects: 68% (234/343) remote: Counting objects: 69% (237/343) remote: Counting objects: 70% (241/343) remote: Counting objects: 71% (244/343) remote: Counting objects: 72% (247/343) remote: Counting objects: 73% (251/343) remote: Counting objects: 74% (254/343) remote: Counting objects: 75% (258/343) remote: Counting objects: 76% (261/343) remote: Counting objects: 77% (265/343) remote: Counting objects: 78% (268/343) remote: Counting objects: 79% (271/343) remote: Counting objects: 80% (275/343) remote: Counting objects: 81% (278/343) remote: Counting objects: 82% (282/343) remote: Counting objects: 83% (285/343) remote: Counting objects: 84% (289/343) remote: Counting objects: 85% (292/343) remote: Counting objects: 86% (295/343) remote: Counting objects: 87% (299/343) remote: Counting objects: 88% (302/343) remote: Counting objects: 89% (306/343) remote: Counting objects: 90% (309/343) remote: Counting objects: 91% (313/343) remote: Counting objects: 92% (316/343) remote: Counting objects: 93% (319/343) remote: Counting objects: 94% (323/343) remote: Counting objects: 95% (326/343) remote: Counting objects: 96% (330/343) remote: Counting objects: 97% (333/343) remote: Counting objects: 98% (337/343) remote: Counting objects: 99% (340/343) remote: Counting objects: 100% (343/343) remote: Counting objects: 100% (343/343), done. 14:38:30 remote: Compressing objects: 0% (1/229) remote: Compressing objects: 1% (3/229) remote: Compressing objects: 2% (5/229) remote: Compressing objects: 3% (7/229) remote: Compressing objects: 4% (10/229) remote: Compressing objects: 5% (12/229) remote: Compressing objects: 6% (14/229) remote: Compressing objects: 7% (17/229) remote: Compressing objects: 8% (19/229) remote: Compressing objects: 9% (21/229) remote: Compressing objects: 10% (23/229) remote: Compressing objects: 11% (26/229) remote: Compressing objects: 12% (28/229) remote: Compressing objects: 13% (30/229) remote: Compressing objects: 14% (33/229) remote: Compressing objects: 15% (35/229) remote: Compressing objects: 16% (37/229) remote: Compressing objects: 17% (39/229) remote: Compressing objects: 18% (42/229) remote: Compressing objects: 19% (44/229) remote: Compressing objects: 20% (46/229) remote: Compressing objects: 21% (49/229) remote: Compressing objects: 22% (51/229) remote: Compressing objects: 23% (53/229) remote: Compressing objects: 24% (55/229) remote: Compressing objects: 25% (58/229) remote: Compressing objects: 26% (60/229) remote: Compressing objects: 27% (62/229) remote: Compressing objects: 28% (65/229) remote: Compressing objects: 29% (67/229) remote: Compressing objects: 30% (69/229) remote: Compressing objects: 31% (71/229) remote: Compressing objects: 32% (74/229) remote: Compressing objects: 33% (76/229) remote: Compressing objects: 34% (78/229) remote: Compressing objects: 35% (81/229) remote: Compressing objects: 36% (83/229) remote: Compressing objects: 37% (85/229) remote: Compressing objects: 38% (88/229) remote: Compressing objects: 39% (90/229) remote: Compressing objects: 40% (92/229) remote: Compressing objects: 41% (94/229) remote: Compressing objects: 42% (97/229) remote: Compressing objects: 43% (99/229) remote: Compressing objects: 44% (101/229) remote: Compressing objects: 45% (104/229) remote: Compressing objects: 46% (106/229) remote: Compressing objects: 47% (108/229) remote: Compressing objects: 48% (110/229) remote: Compressing objects: 49% (113/229) remote: Compressing objects: 50% (115/229) remote: Compressing objects: 51% (117/229) remote: Compressing objects: 52% (120/229) remote: Compressing objects: 53% (122/229) remote: Compressing objects: 54% (124/229) remote: Compressing objects: 55% (126/229) remote: Compressing objects: 56% (129/229) remote: Compressing objects: 57% (131/229) remote: Compressing objects: 58% (133/229) remote: Compressing objects: 59% (136/229) remote: Compressing objects: 60% (138/229) remote: Compressing objects: 61% (140/229) remote: Compressing objects: 62% (142/229) remote: Compressing objects: 63% (145/229) remote: Compressing objects: 64% (147/229) remote: Compressing objects: 65% (149/229) remote: Compressing objects: 66% (152/229) remote: Compressing objects: 67% (154/229) remote: Compressing objects: 68% (156/229) remote: Compressing objects: 69% (159/229) remote: Compressing objects: 70% (161/229) remote: Compressing objects: 71% (163/229) remote: Compressing objects: 72% (165/229) remote: Compressing objects: 73% (168/229) remote: Compressing objects: 74% (170/229) remote: Compressing objects: 75% (172/229) remote: Compressing objects: 76% (175/229) remote: Compressing objects: 77% (177/229) remote: Compressing objects: 78% (179/229) remote: Compressing objects: 79% (181/229) remote: Compressing objects: 80% (184/229) remote: Compressing objects: 81% (186/229) remote: Compressing objects: 82% (188/229) remote: Compressing objects: 83% (191/229) remote: Compressing objects: 84% (193/229) remote: Compressing objects: 85% (195/229) remote: Compressing objects: 86% (197/229) remote: Compressing objects: 87% (200/229) remote: Compressing objects: 88% (202/229) remote: Compressing objects: 89% (204/229) remote: Compressing objects: 90% (207/229) remote: Compressing objects: 91% (209/229) remote: Compressing objects: 92% (211/229) remote: Compressing objects: 93% (213/229) remote: Compressing objects: 94% (216/229) remote: Compressing objects: 95% (218/229) remote: Compressing objects: 96% (220/229) remote: Compressing objects: 97% (223/229) remote: Compressing objects: 98% (225/229) remote: Compressing objects: 99% (227/229) remote: Compressing objects: 100% (229/229) remote: Compressing objects: 100% (229/229), done. 14:38:30 Receiving objects: 0% (1/39844) Receiving objects: 0% (376/39844), 100.01 KiB | 65.00 KiB/s Receiving objects: 1% (399/39844), 100.01 KiB | 65.00 KiB/s Receiving objects: 1% (445/39844), 148.01 KiB | 62.00 KiB/s Receiving objects: 1% (720/39844), 300.01 KiB | 102.00 KiB/s Receiving objects: 2% (797/39844), 300.01 KiB | 102.00 KiB/s Receiving objects: 2% (1023/39844), 492.01 KiB | 123.00 KiB/s Receiving objects: 3% (1196/39844), 588.01 KiB | 125.00 KiB/s Receiving objects: 3% (1321/39844), 588.01 KiB | 125.00 KiB/s Receiving objects: 4% (1594/39844), 812.01 KiB | 144.00 KiB/s Receiving objects: 4% (1650/39844), 812.01 KiB | 144.00 KiB/s Receiving objects: 5% (1993/39844), 972.01 KiB | 153.00 KiB/s Receiving objects: 5% (2098/39844), 1.01 MiB | 145.00 KiB/s Receiving objects: 5% (2161/39844), 1.04 MiB | 148.00 KiB/s Receiving objects: 5% (2238/39844), 1.07 MiB | 125.00 KiB/s Receiving objects: 6% (2391/39844), 1.07 MiB | 125.00 KiB/s Receiving objects: 6% (2425/39844), 1.17 MiB | 113.00 KiB/s Receiving objects: 7% (2790/39844), 1.29 MiB | 121.00 KiB/s Receiving objects: 7% (2860/39844), 1.36 MiB | 117.00 KiB/s Receiving objects: 7% (3181/39844), 1.48 MiB | 110.00 KiB/s Receiving objects: 8% (3188/39844), 1.48 MiB | 110.00 KiB/s Receiving objects: 9% (3586/39844), 1.57 MiB | 113.00 KiB/s Receiving objects: 9% (3745/39844), 1.57 MiB | 113.00 KiB/s Receiving objects: 10% (3985/39844), 1.75 MiB | 129.00 KiB/s Receiving objects: 11% (4383/39844), 1.96 MiB | 167.00 KiB/s Receiving objects: 11% (4506/39844), 1.96 MiB | 167.00 KiB/s Receiving objects: 11% (4660/39844), 2.10 MiB | 173.00 KiB/s Receiving objects: 12% (4782/39844), 2.10 MiB | 173.00 KiB/s Receiving objects: 12% (4805/39844), 2.14 MiB | 169.00 KiB/s Receiving objects: 12% (4845/39844), 2.16 MiB | 135.00 KiB/s Receiving objects: 12% (5102/39844), 2.26 MiB | 139.00 KiB/s Receiving objects: 13% (5180/39844), 2.26 MiB | 139.00 KiB/s Receiving objects: 13% (5357/39844), 2.32 MiB | 123.00 KiB/s Receiving objects: 14% (5579/39844), 2.38 MiB | 121.00 KiB/s Receiving objects: 14% (5740/39844), 2.50 MiB | 108.00 KiB/s Receiving objects: 15% (5977/39844), 2.50 MiB | 108.00 KiB/s Receiving objects: 15% (6036/39844), 2.60 MiB | 90.00 KiB/s Receiving objects: 15% (6128/39844), 2.66 MiB | 83.00 KiB/s Receiving objects: 15% (6282/39844), 2.72 MiB | 88.00 KiB/s Receiving objects: 16% (6376/39844), 2.79 MiB | 93.00 KiB/s Receiving objects: 16% (6641/39844), 2.88 MiB | 111.00 KiB/s Receiving objects: 17% (6774/39844), 2.91 MiB | 101.00 KiB/s Receiving objects: 17% (7009/39844), 2.91 MiB | 101.00 KiB/s Receiving objects: 18% (7172/39844), 3.10 MiB | 113.00 KiB/s Receiving objects: 18% (7174/39844), 3.10 MiB | 113.00 KiB/s Receiving objects: 18% (7565/39844), 3.22 MiB | 74.00 KiB/s Receiving objects: 19% (7571/39844), 3.22 MiB | 74.00 KiB/s Receiving objects: 19% (7810/39844), 3.29 MiB | 74.00 KiB/s Receiving objects: 19% (7881/39844), 3.32 MiB | 71.00 KiB/s Receiving objects: 20% (7969/39844), 3.32 MiB | 71.00 KiB/s Receiving objects: 21% (8368/39844), 3.44 MiB | 79.00 KiB/s Receiving objects: 21% (8415/39844), 3.48 MiB | 71.00 KiB/s Receiving objects: 21% (8658/39844), 3.48 MiB | 71.00 KiB/s Receiving objects: 22% (8766/39844), 3.48 MiB | 71.00 KiB/s Receiving objects: 23% (9165/39844), 3.48 MiB | 71.00 KiB/s Receiving objects: 24% (9563/39844), 3.63 MiB | 72.00 KiB/s Receiving objects: 24% (9662/39844), 3.66 MiB | 63.00 KiB/s Receiving objects: 25% (9961/39844), 3.66 MiB | 63.00 KiB/s Receiving objects: 25% (9999/39844), 3.72 MiB | 49.00 KiB/s Receiving objects: 25% (10196/39844), 3.75 MiB | 61.00 KiB/s Receiving objects: 26% (10360/39844), 3.75 MiB | 61.00 KiB/s Receiving objects: 27% (10758/39844), 3.75 MiB | 61.00 KiB/s Receiving objects: 27% (10886/39844), 3.85 MiB | 66.00 KiB/s Receiving objects: 28% (11157/39844), 3.85 MiB | 66.00 KiB/s Receiving objects: 29% (11555/39844), 3.85 MiB | 66.00 KiB/s Receiving objects: 29% (11938/39844), 4.04 MiB | 86.00 KiB/s Receiving objects: 30% (11954/39844), 4.04 MiB | 86.00 KiB/s Receiving objects: 31% (12352/39844), 4.16 MiB | 84.00 KiB/s Receiving objects: 32% (12751/39844), 4.16 MiB | 84.00 KiB/s Receiving objects: 32% (12980/39844), 4.29 MiB | 93.00 KiB/s Receiving objects: 33% (13149/39844), 4.29 MiB | 93.00 KiB/s Receiving objects: 33% (13522/39844), 4.35 MiB | 81.00 KiB/s Receiving objects: 34% (13547/39844), 4.35 MiB | 81.00 KiB/s Receiving objects: 35% (13946/39844), 4.35 MiB | 81.00 KiB/s Receiving objects: 36% (14344/39844), 4.35 MiB | 81.00 KiB/s Receiving objects: 36% (14666/39844), 4.50 MiB | 98.00 KiB/s Receiving objects: 37% (14743/39844), 4.50 MiB | 98.00 KiB/s Receiving objects: 37% (14836/39844), 4.50 MiB | 98.00 KiB/s Receiving objects: 38% (15141/39844), 4.50 MiB | 98.00 KiB/s Receiving objects: 39% (15540/39844), 4.63 MiB | 144.00 KiB/s Receiving objects: 39% (15735/39844), 4.82 MiB | 152.00 KiB/s Receiving objects: 39% (15737/39844), 4.88 MiB | 125.00 KiB/s Receiving objects: 39% (15738/39844), 4.94 MiB | 106.00 KiB/s Receiving objects: 39% (15738/39844), 5.00 MiB | 94.00 KiB/s Receiving objects: 39% (15740/39844), 5.04 MiB | 82.00 KiB/s Receiving objects: 39% (15741/39844), 5.16 MiB | 77.00 KiB/s Receiving objects: 39% (15742/39844), 5.22 MiB | 68.00 KiB/s Receiving objects: 39% (15743/39844), 5.29 MiB | 59.00 KiB/s Receiving objects: 39% (15745/39844), 5.29 MiB | 59.00 KiB/s Receiving objects: 39% (15756/39844), 5.57 MiB | 87.00 KiB/s Receiving objects: 39% (15759/39844), 5.63 MiB | 89.00 KiB/s Receiving objects: 39% (15759/39844), 6.00 MiB | 135.00 KiB/s Receiving objects: 39% (15759/39844), 6.12 MiB | 116.00 KiB/s Receiving objects: 39% (15759/39844), 6.25 MiB | 144.00 KiB/s Receiving objects: 39% (15759/39844), 6.28 MiB | 130.00 KiB/s Receiving objects: 39% (15759/39844), 6.43 MiB | 120.00 KiB/s Receiving objects: 39% (15759/39844), 6.62 MiB | 117.00 KiB/s Receiving objects: 39% (15759/39844), 6.71 MiB | 103.00 KiB/s Receiving objects: 39% (15759/39844), 6.90 MiB | 146.00 KiB/s Receiving objects: 39% (15759/39844), 7.28 MiB | 195.00 KiB/s Receiving objects: 39% (15759/39844), 7.46 MiB | 216.00 KiB/s Receiving objects: 39% (15759/39844), 7.59 MiB | 192.00 KiB/s Receiving objects: 39% (15759/39844), 7.75 MiB | 218.00 KiB/s Receiving objects: 39% (15759/39844), 7.90 MiB | 186.00 KiB/s Receiving objects: 39% (15759/39844), 8.03 MiB | 202.00 KiB/s Receiving objects: 39% (15759/39844), 8.31 MiB | 181.00 KiB/s Receiving objects: 39% (15759/39844), 8.38 MiB | 155.00 KiB/s Receiving objects: 39% (15759/39844), 8.62 MiB | 176.00 KiB/s Receiving objects: 39% (15759/39844), 8.75 MiB | 166.00 KiB/s Receiving objects: 39% (15759/39844), 9.00 MiB | 193.00 KiB/s Receiving objects: 39% (15759/39844), 9.25 MiB | 187.00 KiB/s Receiving objects: 39% (15759/39844), 9.46 MiB | 204.00 KiB/s Receiving objects: 39% (15759/39844), 9.78 MiB | 244.00 KiB/s Receiving objects: 39% (15759/39844), 9.96 MiB | 226.00 KiB/s Receiving objects: 39% (15759/39844), 10.00 MiB | 208.00 KiB/s Receiving objects: 39% (15759/39844), 10.09 MiB | 196.00 KiB/s Receiving objects: 39% (15759/39844), 10.28 MiB | 176.00 KiB/s Receiving objects: 39% (15759/39844), 10.43 MiB | 159.00 KiB/s Receiving objects: 39% (15759/39844), 10.65 MiB | 136.00 KiB/s Receiving objects: 39% (15759/39844), 10.78 MiB | 140.00 KiB/s Receiving objects: 39% (15759/39844), 10.87 MiB | 142.00 KiB/s Receiving objects: 39% (15759/39844), 11.00 MiB | 149.00 KiB/s Receiving objects: 39% (15759/39844), 11.09 MiB | 138.00 KiB/s Receiving objects: 39% (15759/39844), 11.21 MiB | 138.00 KiB/s Receiving objects: 39% (15759/39844), 11.40 MiB | 111.00 KiB/s Receiving objects: 39% (15759/39844), 11.46 MiB | 98.00 KiB/s Receiving objects: 39% (15759/39844), 11.56 MiB | 96.00 KiB/s Receiving objects: 39% (15759/39844), 11.65 MiB | 96.00 KiB/s Receiving objects: 39% (15759/39844), 11.90 MiB | 119.00 KiB/s Receiving objects: 39% (15759/39844), 12.00 MiB | 122.00 KiB/s Receiving objects: 39% (15759/39844), 12.18 MiB | 119.00 KiB/s Receiving objects: 39% (15759/39844), 12.28 MiB | 146.00 KiB/s Receiving objects: 39% (15759/39844), 12.46 MiB | 151.00 KiB/s Receiving objects: 39% (15759/39844), 12.59 MiB | 149.00 KiB/s Receiving objects: 39% (15759/39844), 12.78 MiB | 158.00 KiB/s Receiving objects: 39% (15759/39844), 12.96 MiB | 154.00 KiB/s Receiving objects: 39% (15759/39844), 13.09 MiB | 160.00 KiB/s Receiving objects: 39% (15759/39844), 13.25 MiB | 140.00 KiB/s Receiving objects: 39% (15759/39844), 13.43 MiB | 145.00 KiB/s Receiving objects: 39% (15759/39844), 13.65 MiB | 138.00 KiB/s Receiving objects: 39% (15759/39844), 13.81 MiB | 143.00 KiB/s Receiving objects: 39% (15759/39844), 14.06 MiB | 159.00 KiB/s Receiving objects: 39% (15759/39844), 14.18 MiB | 161.00 KiB/s Receiving objects: 39% (15759/39844), 14.34 MiB | 178.00 KiB/s Receiving objects: 39% (15759/39844), 14.53 MiB | 167.00 KiB/s Receiving objects: 39% (15759/39844), 14.65 MiB | 167.00 KiB/s Receiving objects: 39% (15759/39844), 14.75 MiB | 156.00 KiB/s Receiving objects: 39% (15759/39844), 15.00 MiB | 157.00 KiB/s Receiving objects: 39% (15759/39844), 15.43 MiB | 220.00 KiB/s Receiving objects: 39% (15759/39844), 15.59 MiB | 199.00 KiB/s Receiving objects: 39% (15759/39844), 15.71 MiB | 203.00 KiB/s Receiving objects: 39% (15759/39844), 15.90 MiB | 221.00 KiB/s Receiving objects: 39% (15759/39844), 16.12 MiB | 239.00 KiB/s Receiving objects: 39% (15759/39844), 16.37 MiB | 247.00 KiB/s Receiving objects: 39% (15759/39844), 16.78 MiB | 257.00 KiB/s Receiving objects: 39% (15759/39844), 17.00 MiB | 254.00 KiB/s Receiving objects: 39% (15759/39844), 17.06 MiB | 235.00 KiB/s Receiving objects: 39% (15759/39844), 17.18 MiB | 221.00 KiB/s Receiving objects: 39% (15760/39844), 17.68 MiB | 285.00 KiB/s Receiving objects: 39% (15760/39844), 17.84 MiB | 234.00 KiB/s Receiving objects: 39% (15760/39844), 18.00 MiB | 221.00 KiB/s Receiving objects: 39% (15760/39844), 18.18 MiB | 209.00 KiB/s Receiving objects: 39% (15760/39844), 18.40 MiB | 215.00 KiB/s Receiving objects: 39% (15760/39844), 18.43 MiB | 176.00 KiB/s Receiving objects: 39% (15760/39844), 18.56 MiB | 138.00 KiB/s Receiving objects: 39% (15760/39844), 18.62 MiB | 138.00 KiB/s Receiving objects: 39% (15760/39844), 18.89 MiB | 147.00 KiB/s Receiving objects: 39% (15760/39844), 19.02 MiB | 127.00 KiB/s Receiving objects: 39% (15760/39844), 19.21 MiB | 124.00 KiB/s Receiving objects: 39% (15760/39844), 19.43 MiB | 149.00 KiB/s Receiving objects: 39% (15760/39844), 19.55 MiB | 160.00 KiB/s Receiving objects: 39% (15760/39844), 19.58 MiB | 131.00 KiB/s Receiving objects: 39% (15760/39844), 19.68 MiB | 104.00 KiB/s Receiving objects: 39% (15760/39844), 19.89 MiB | 111.00 KiB/s Receiving objects: 39% (15760/39844), 19.96 MiB | 112.00 KiB/s Receiving objects: 39% (15760/39844), 20.05 MiB | 93.00 KiB/s Receiving objects: 39% (15760/39844), 20.21 MiB | 95.00 KiB/s Receiving objects: 39% (15760/39844), 20.30 MiB | 100.00 KiB/s Receiving objects: 39% (15760/39844), 20.46 MiB | 126.00 KiB/s Receiving objects: 39% (15760/39844), 20.64 MiB | 133.00 KiB/s Receiving objects: 39% (15760/39844), 20.74 MiB | 136.00 KiB/s Receiving objects: 39% (15760/39844), 20.93 MiB | 147.00 KiB/s Receiving objects: 39% (15760/39844), 20.99 MiB | 126.00 KiB/s Receiving objects: 39% (15760/39844), 21.11 MiB | 140.00 KiB/s Receiving objects: 39% (15760/39844), 21.33 MiB | 153.00 KiB/s Receiving objects: 39% (15760/39844), 21.39 MiB | 135.00 KiB/s Receiving objects: 39% (15760/39844), 21.46 MiB | 119.00 KiB/s Receiving objects: 39% (15760/39844), 21.68 MiB | 130.00 KiB/s Receiving objects: 39% (15760/39844), 21.74 MiB | 108.00 KiB/s Receiving objects: 39% (15760/39844), 21.93 MiB | 106.00 KiB/s Receiving objects: 39% (15760/39844), 21.99 MiB | 99.00 KiB/s Receiving objects: 39% (15760/39844), 22.02 MiB | 83.00 KiB/s Receiving objects: 39% (15760/39844), 22.05 MiB | 79.00 KiB/s Receiving objects: 39% (15760/39844), 22.14 MiB | 69.00 KiB/s Receiving objects: 39% (15760/39844), 22.27 MiB | 62.00 KiB/s Receiving objects: 39% (15760/39844), 22.37 MiB | 71.00 KiB/s Receiving objects: 39% (15760/39844), 22.46 MiB | 70.00 KiB/s Receiving objects: 39% (15760/39844), 22.64 MiB | 76.00 KiB/s Receiving objects: 39% (15760/39844), 22.71 MiB | 83.00 KiB/s Receiving objects: 39% (15760/39844), 22.74 MiB | 83.00 KiB/s Receiving objects: 39% (15760/39844), 22.80 MiB | 76.00 KiB/s Receiving objects: 39% (15760/39844), 22.83 MiB | 72.00 KiB/s Receiving objects: 39% (15760/39844), 22.86 MiB | 62.00 KiB/s Receiving objects: 39% (15763/39844), 23.02 MiB | 69.00 KiB/s Receiving objects: 39% (15763/39844), 23.08 MiB | 51.00 KiB/s Receiving objects: 39% (15764/39844), 23.14 MiB | 49.00 KiB/s Receiving objects: 39% (15768/39844), 23.36 MiB | 65.00 KiB/s Receiving objects: 39% (15770/39844), 23.36 MiB | 65.00 KiB/s Receiving objects: 39% (15774/39844), 23.58 MiB | 102.00 KiB/s Receiving objects: 39% (15774/39844), 23.68 MiB | 104.00 KiB/s Receiving objects: 39% (15774/39844), 23.77 MiB | 83.00 KiB/s Receiving objects: 39% (15775/39844), 23.89 MiB | 95.00 KiB/s Receiving objects: 39% (15775/39844), 23.94 MiB | 96.00 KiB/s Receiving objects: 39% (15775/39844), 23.96 MiB | 85.00 KiB/s Receiving objects: 39% (15778/39844), 24.05 MiB | 71.00 KiB/s Receiving objects: 39% (15778/39844), 24.08 MiB | 61.00 KiB/s Receiving objects: 39% (15778/39844), 24.18 MiB | 61.00 KiB/s Receiving objects: 39% (15778/39844), 24.24 MiB | 64.00 KiB/s Receiving objects: 39% (15778/39844), 24.46 MiB | 91.00 KiB/s Receiving objects: 39% (15778/39844), 24.55 MiB | 96.00 KiB/s Receiving objects: 39% (15778/39844), 24.68 MiB | 112.00 KiB/s Receiving objects: 39% (15778/39844), 24.77 MiB | 114.00 KiB/s Receiving objects: 39% (15778/39844), 24.86 MiB | 120.00 KiB/s Receiving objects: 39% (15778/39844), 25.02 MiB | 120.00 KiB/s Receiving objects: 39% (15778/39844), 25.11 MiB | 100.00 KiB/s Receiving objects: 39% (15778/39844), 25.24 MiB | 107.00 KiB/s Receiving objects: 39% (15778/39844), 25.33 MiB | 103.00 KiB/s Receiving objects: 39% (15778/39844), 25.43 MiB | 111.00 KiB/s Receiving objects: 39% (15778/39844), 25.55 MiB | 120.00 KiB/s Receiving objects: 39% (15778/39844), 25.58 MiB | 94.00 KiB/s Receiving objects: 39% (15778/39844), 25.71 MiB | 86.00 KiB/s Receiving objects: 39% (15778/39844), 25.96 MiB | 103.00 KiB/s Receiving objects: 39% (15778/39844), 26.02 MiB | 82.00 KiB/s Receiving objects: 39% (15778/39844), 26.24 MiB | 88.00 KiB/s Receiving objects: 39% (15778/39844), 26.30 MiB | 81.00 KiB/s Receiving objects: 39% (15778/39844), 26.39 MiB | 105.00 KiB/s Receiving objects: 39% (15778/39844), 26.49 MiB | 107.00 KiB/s Receiving objects: 39% (15778/39844), 26.58 MiB | 105.00 KiB/s Receiving objects: 39% (15778/39844), 26.80 MiB | 135.00 KiB/s Receiving objects: 39% (15778/39844), 27.11 MiB | 150.00 KiB/s Receiving objects: 39% (15778/39844), 27.33 MiB | 183.00 KiB/s Receiving objects: 39% (15778/39844), 27.49 MiB | 200.00 KiB/s Receiving objects: 39% (15778/39844), 27.58 MiB | 141.00 KiB/s Receiving objects: 39% (15778/39844), 27.71 MiB | 123.00 KiB/s Receiving objects: 39% (15778/39844), 27.74 MiB | 98.00 KiB/s Receiving objects: 39% (15778/39844), 27.83 MiB | 94.00 KiB/s Receiving objects: 39% (15778/39844), 27.94 MiB | 78.00 KiB/s Receiving objects: 39% (15778/39844), 27.99 MiB | 71.00 KiB/s Receiving objects: 39% (15778/39844), 28.05 MiB | 67.00 KiB/s Receiving objects: 39% (15778/39844), 28.14 MiB | 83.00 KiB/s Receiving objects: 39% (15778/39844), 28.36 MiB | 98.00 KiB/s Receiving objects: 39% (15778/39844), 28.43 MiB | 107.00 KiB/s Receiving objects: 39% (15778/39844), 28.55 MiB | 100.00 KiB/s Receiving objects: 39% (15778/39844), 28.68 MiB | 110.00 KiB/s Receiving objects: 39% (15778/39844), 28.89 MiB | 132.00 KiB/s Receiving objects: 39% (15778/39844), 28.99 MiB | 144.00 KiB/s Receiving objects: 39% (15778/39844), 29.24 MiB | 158.00 KiB/s Receiving objects: 39% (15778/39844), 29.30 MiB | 134.00 KiB/s Receiving objects: 39% (15778/39844), 29.36 MiB | 110.00 KiB/s Receiving objects: 39% (15778/39844), 29.43 MiB | 112.00 KiB/s Receiving objects: 39% (15779/39844), 29.64 MiB | 108.00 KiB/s Receiving objects: 39% (15779/39844), 29.80 MiB | 125.00 KiB/s Receiving objects: 39% (15780/39844), 29.96 MiB | 113.00 KiB/s Receiving objects: 39% (15782/39844), 30.05 MiB | 110.00 KiB/s Receiving objects: 39% (15786/39844), 30.30 MiB | 173.00 KiB/s Receiving objects: 39% (15786/39844), 30.58 MiB | 207.00 KiB/s Receiving objects: 39% (15786/39844), 30.96 MiB | 224.00 KiB/s Receiving objects: 39% (15786/39844), 31.24 MiB | 255.00 KiB/s Receiving objects: 39% (15786/39844), 31.64 MiB | 302.00 KiB/s Receiving objects: 39% (15786/39844), 31.76 MiB | 303.00 KiB/s Receiving objects: 39% (15786/39844), 31.98 MiB | 285.00 KiB/s Receiving objects: 39% (15786/39844), 32.29 MiB | 273.00 KiB/s Receiving objects: 39% (15786/39844), 32.61 MiB | 275.00 KiB/s Receiving objects: 39% (15786/39844), 32.67 MiB | 241.00 KiB/s Receiving objects: 39% (15786/39844), 32.89 MiB | 213.00 KiB/s Receiving objects: 39% (15786/39844), 32.95 MiB | 204.00 KiB/s Receiving objects: 39% (15786/39844), 33.01 MiB | 154.00 KiB/s Receiving objects: 39% (15786/39844), 33.14 MiB | 118.00 KiB/s Receiving objects: 39% (15786/39844), 33.17 MiB | 99.00 KiB/s Receiving objects: 39% (15786/39844), 33.32 MiB | 79.00 KiB/s Receiving objects: 39% (15786/39844), 33.39 MiB | 69.00 KiB/s Receiving objects: 39% (15786/39844), 33.48 MiB | 67.00 KiB/s Receiving objects: 39% (15786/39844), 33.57 MiB | 69.00 KiB/s Receiving objects: 39% (15786/39844), 33.61 MiB | 76.00 KiB/s Receiving objects: 39% (15786/39844), 33.76 MiB | 83.00 KiB/s Receiving objects: 39% (15786/39844), 33.98 MiB | 104.00 KiB/s Receiving objects: 39% (15786/39844), 34.23 MiB | 138.00 KiB/s Receiving objects: 39% (15786/39844), 34.29 MiB | 140.00 KiB/s Receiving objects: 39% (15786/39844), 34.36 MiB | 132.00 KiB/s Receiving objects: 39% (15786/39844), 34.45 MiB | 140.00 KiB/s Receiving objects: 39% (15786/39844), 34.64 MiB | 150.00 KiB/s Receiving objects: 39% (15786/39844), 34.98 MiB | 171.00 KiB/s Receiving objects: 39% (15786/39844), 35.29 MiB | 195.00 KiB/s Receiving objects: 39% (15786/39844), 35.42 MiB | 194.00 KiB/s Receiving objects: 39% (15786/39844), 35.51 MiB | 202.00 KiB/s Receiving objects: 39% (15786/39844), 35.64 MiB | 199.00 KiB/s Receiving objects: 39% (15789/39844), 35.82 MiB | 205.00 KiB/s Receiving objects: 39% (15790/39844), 36.11 MiB | 181.00 KiB/s Receiving objects: 39% (15790/39844), 36.20 MiB | 176.00 KiB/s Receiving objects: 39% (15791/39844), 36.51 MiB | 180.00 KiB/s Receiving objects: 39% (15792/39844), 36.82 MiB | 230.00 KiB/s Receiving objects: 39% (15792/39844), 37.01 MiB | 242.00 KiB/s Receiving objects: 39% (15792/39844), 37.14 MiB | 189.00 KiB/s Receiving objects: 39% (15793/39844), 37.14 MiB | 189.00 KiB/s Receiving objects: 39% (15793/39844), 37.36 MiB | 199.00 KiB/s Receiving objects: 39% (15794/39844), 37.48 MiB | 207.00 KiB/s Receiving objects: 39% (15794/39844), 37.67 MiB | 128.00 KiB/s Receiving objects: 39% (15794/39844), 37.73 MiB | 119.00 KiB/s Receiving objects: 39% (15794/39844), 37.86 MiB | 131.00 KiB/s Receiving objects: 39% (15794/39844), 37.89 MiB | 121.00 KiB/s Receiving objects: 39% (15794/39844), 38.04 MiB | 104.00 KiB/s Receiving objects: 39% (15795/39844), 38.26 MiB | 118.00 KiB/s Receiving objects: 39% (15796/39844), 38.57 MiB | 179.00 KiB/s Receiving objects: 39% (15801/39844), 38.95 MiB | 235.00 KiB/s Receiving objects: 39% (15801/39844), 39.04 MiB | 209.00 KiB/s Receiving objects: 39% (15803/39844), 39.04 MiB | 209.00 KiB/s Receiving objects: 39% (15814/39844), 39.42 MiB | 226.00 KiB/s Receiving objects: 39% (15814/39844), 39.48 MiB | 215.00 KiB/s Receiving objects: 39% (15814/39844), 39.86 MiB | 225.00 KiB/s Receiving objects: 39% (15814/39844), 40.23 MiB | 222.00 KiB/s Receiving objects: 39% (15814/39844), 40.54 MiB | 281.00 KiB/s Receiving objects: 39% (15814/39844), 41.07 MiB | 339.00 KiB/s Receiving objects: 39% (15814/39844), 41.14 MiB | 334.00 KiB/s Receiving objects: 39% (15814/39844), 41.17 MiB | 275.00 KiB/s Receiving objects: 39% (15814/39844), 41.23 MiB | 221.00 KiB/s Receiving objects: 39% (15814/39844), 41.26 MiB | 171.00 KiB/s Receiving objects: 39% (15814/39844), 41.39 MiB | 173.00 KiB/s Receiving objects: 39% (15814/39844), 41.61 MiB | 159.00 KiB/s Receiving objects: 39% (15814/39844), 41.76 MiB | 103.00 KiB/s Receiving objects: 39% (15814/39844), 42.17 MiB | 161.00 KiB/s Receiving objects: 39% (15814/39844), 42.36 MiB | 204.00 KiB/s Receiving objects: 39% (15814/39844), 42.54 MiB | 221.00 KiB/s Receiving objects: 39% (15814/39844), 42.64 MiB | 207.00 KiB/s Receiving objects: 39% (15814/39844), 42.86 MiB | 213.00 KiB/s Receiving objects: 39% (15814/39844), 42.89 MiB | 189.00 KiB/s Receiving objects: 39% (15814/39844), 42.92 MiB | 148.00 KiB/s Receiving objects: 39% (15814/39844), 43.01 MiB | 104.00 KiB/s Receiving objects: 39% (15814/39844), 43.20 MiB | 129.00 KiB/s Receiving objects: 39% (15814/39844), 43.39 MiB | 125.00 KiB/s Receiving objects: 39% (15814/39844), 43.60 MiB | 127.00 KiB/s Receiving objects: 39% (15814/39844), 43.69 MiB | 138.00 KiB/s Receiving objects: 39% (15814/39844), 44.10 MiB | 202.00 KiB/s Receiving objects: 39% (15814/39844), 44.29 MiB | 241.00 KiB/s Receiving objects: 39% (15814/39844), 44.50 MiB | 215.00 KiB/s Receiving objects: 39% (15814/39844), 44.60 MiB | 218.00 KiB/s Receiving objects: 39% (15814/39844), 44.75 MiB | 213.00 KiB/s Receiving objects: 39% (15815/39844), 44.85 MiB | 217.00 KiB/s Receiving objects: 39% (15816/39844), 45.00 MiB | 196.00 KiB/s Receiving objects: 39% (15816/39844), 45.07 MiB | 151.00 KiB/s Receiving objects: 39% (15817/39844), 45.13 MiB | 117.00 KiB/s Receiving objects: 39% (15819/39844), 45.16 MiB | 114.00 KiB/s Receiving objects: 39% (15827/39844), 45.41 MiB | 117.00 KiB/s Receiving objects: 39% (15828/39844), 45.47 MiB | 102.00 KiB/s Receiving objects: 39% (15851/39844), 45.57 MiB | 109.00 KiB/s Receiving objects: 39% (15856/39844), 45.82 MiB | 111.00 KiB/s Receiving objects: 39% (15859/39844), 46.00 MiB | 149.00 KiB/s Receiving objects: 39% (15861/39844), 46.16 MiB | 161.00 KiB/s Receiving objects: 39% (15861/39844), 46.22 MiB | 143.00 KiB/s Receiving objects: 39% (15863/39844), 46.41 MiB | 146.00 KiB/s Receiving objects: 39% (15864/39844), 46.41 MiB | 146.00 KiB/s Receiving objects: 39% (15866/39844), 46.69 MiB | 147.00 KiB/s Receiving objects: 39% (15867/39844), 46.79 MiB | 130.00 KiB/s Receiving objects: 39% (15868/39844), 46.91 MiB | 132.00 KiB/s Receiving objects: 39% (15869/39844), 47.07 MiB | 131.00 KiB/s Receiving objects: 39% (15870/39844), 47.16 MiB | 129.00 KiB/s Receiving objects: 39% (15870/39844), 47.19 MiB | 114.00 KiB/s Receiving objects: 39% (15871/39844), 47.19 MiB | 114.00 KiB/s Receiving objects: 39% (15873/39844), 47.41 MiB | 110.00 KiB/s Receiving objects: 39% (15873/39844), 47.63 MiB | 130.00 KiB/s Receiving objects: 39% (15874/39844), 47.69 MiB | 120.00 KiB/s Receiving objects: 39% (15875/39844), 48.25 MiB | 192.00 KiB/s Receiving objects: 39% (15877/39844), 48.36 MiB | 219.00 KiB/s Receiving objects: 39% (15878/39844), 48.44 MiB | 212.00 KiB/s Receiving objects: 39% (15879/39844), 48.82 MiB | 237.00 KiB/s Receiving objects: 39% (15879/39844), 48.88 MiB | 209.00 KiB/s Receiving objects: 39% (15879/39844), 48.97 MiB | 179.00 KiB/s Receiving objects: 39% (15879/39844), 49.00 MiB | 136.00 KiB/s Receiving objects: 39% (15879/39844), 49.04 MiB | 118.00 KiB/s Receiving objects: 39% (15880/39844), 49.10 MiB | 114.00 KiB/s Receiving objects: 39% (15883/39844), 49.32 MiB | 124.00 KiB/s Receiving objects: 39% (15884/39844), 49.63 MiB | 129.00 KiB/s Receiving objects: 39% (15884/39844), 49.69 MiB | 136.00 KiB/s Receiving objects: 39% (15884/39844), 49.94 MiB | 184.00 KiB/s Receiving objects: 39% (15885/39844), 50.04 MiB | 163.00 KiB/s Receiving objects: 39% (15885/39844), 50.10 MiB | 146.00 KiB/s Receiving objects: 39% (15886/39844), 50.16 MiB | 130.00 KiB/s Receiving objects: 39% (15886/39844), 50.19 MiB | 115.00 KiB/s Receiving objects: 39% (15886/39844), 50.29 MiB | 99.00 KiB/s Receiving objects: 39% (15886/39844), 50.35 MiB | 88.00 KiB/s Receiving objects: 39% (15886/39844), 50.36 MiB | 72.00 KiB/s Receiving objects: 39% (15886/39844), 50.44 MiB | 59.00 KiB/s Receiving objects: 39% (15888/39844), 50.54 MiB | 68.00 KiB/s Receiving objects: 39% (15891/39844), 50.82 MiB | 93.00 KiB/s Receiving objects: 39% (15891/39844), 50.91 MiB | 106.00 KiB/s Receiving objects: 39% (15891/39844), 51.04 MiB | 128.00 KiB/s Receiving objects: 39% (15891/39844), 51.10 MiB | 104.00 KiB/s Receiving objects: 39% (15892/39844), 51.16 MiB | 104.00 KiB/s Receiving objects: 39% (15893/39844), 51.32 MiB | 109.00 KiB/s Receiving objects: 39% (15894/39844), 51.41 MiB | 76.00 KiB/s Receiving objects: 39% (15894/39844), 51.50 MiB | 64.00 KiB/s Receiving objects: 39% (15894/39844), 51.57 MiB | 60.00 KiB/s Receiving objects: 39% (15896/39844), 51.69 MiB | 56.00 KiB/s Receiving objects: 39% (15896/39844), 51.88 MiB | 66.00 KiB/s Receiving objects: 39% (15896/39844), 51.93 MiB | 62.00 KiB/s Receiving objects: 39% (15897/39844), 51.97 MiB | 57.00 KiB/s Receiving objects: 39% (15897/39844), 52.25 MiB | 93.00 KiB/s Receiving objects: 39% (15899/39844), 52.25 MiB | 93.00 KiB/s Receiving objects: 39% (15900/39844), 52.50 MiB | 91.00 KiB/s Receiving objects: 39% (15900/39844), 52.54 MiB | 96.00 KiB/s Receiving objects: 39% (15905/39844), 52.79 MiB | 130.00 KiB/s Receiving objects: 39% (15905/39844), 52.91 MiB | 110.00 KiB/s Receiving objects: 39% (15905/39844), 53.00 MiB | 112.00 KiB/s Receiving objects: 39% (15907/39844), 53.04 MiB | 110.00 KiB/s Receiving objects: 39% (15909/39844), 53.13 MiB | 83.00 KiB/s Receiving objects: 39% (15909/39844), 53.22 MiB | 90.00 KiB/s Receiving objects: 39% (15909/39844), 53.29 MiB | 78.00 KiB/s Receiving objects: 39% (15909/39844), 53.38 MiB | 71.00 KiB/s Receiving objects: 39% (15909/39844), 53.44 MiB | 69.00 KiB/s Receiving objects: 39% (15909/39844), 53.50 MiB | 64.00 KiB/s Receiving objects: 39% (15909/39844), 53.66 MiB | 71.00 KiB/s Receiving objects: 39% (15909/39844), 53.69 MiB | 78.00 KiB/s Receiving objects: 39% (15909/39844), 53.72 MiB | 74.00 KiB/s Receiving objects: 39% (15909/39844), 53.75 MiB | 66.00 KiB/s Receiving objects: 39% (15909/39844), 53.82 MiB | 66.00 KiB/s Receiving objects: 39% (15909/39844), 53.94 MiB | 61.00 KiB/s Receiving objects: 39% (15909/39844), 54.10 MiB | 73.00 KiB/s Receiving objects: 39% (15909/39844), 54.16 MiB | 71.00 KiB/s Receiving objects: 39% (15909/39844), 54.44 MiB | 92.00 KiB/s Receiving objects: 39% (15909/39844), 54.50 MiB | 96.00 KiB/s Receiving objects: 39% (15909/39844), 54.60 MiB | 111.00 KiB/s Receiving objects: 39% (15909/39844), 54.72 MiB | 100.00 KiB/s Receiving objects: 39% (15909/39844), 54.82 MiB | 104.00 KiB/s Receiving objects: 39% (15909/39844), 54.91 MiB | 91.00 KiB/s Receiving objects: 39% (15909/39844), 55.00 MiB | 95.00 KiB/s Receiving objects: 39% (15909/39844), 55.07 MiB | 81.00 KiB/s Receiving objects: 39% (15909/39844), 55.29 MiB | 82.00 KiB/s Receiving objects: 39% (15909/39844), 55.47 MiB | 83.00 KiB/s Receiving objects: 39% (15909/39844), 55.57 MiB | 108.00 KiB/s Receiving objects: 39% (15909/39844), 55.66 MiB | 114.00 KiB/s Receiving objects: 39% (15909/39844), 55.75 MiB | 106.00 KiB/s Receiving objects: 39% (15909/39844), 55.82 MiB | 110.00 KiB/s Receiving objects: 39% (15909/39844), 55.88 MiB | 101.00 KiB/s Receiving objects: 39% (15909/39844), 56.00 MiB | 100.00 KiB/s Receiving objects: 39% (15909/39844), 56.06 MiB | 95.00 KiB/s Receiving objects: 39% (15909/39844), 56.09 MiB | 82.00 KiB/s Receiving objects: 39% (15909/39844), 56.18 MiB | 79.00 KiB/s Receiving objects: 39% (15909/39844), 56.43 MiB | 99.00 KiB/s Receiving objects: 39% (15909/39844), 56.65 MiB | 109.00 KiB/s Receiving objects: 39% (15909/39844), 56.78 MiB | 103.00 KiB/s Receiving objects: 39% (15909/39844), 56.93 MiB | 122.00 KiB/s Receiving objects: 39% (15909/39844), 57.09 MiB | 119.00 KiB/s Receiving objects: 39% (15909/39844), 57.12 MiB | 97.00 KiB/s Receiving objects: 39% (15909/39844), 57.18 MiB | 85.00 KiB/s Receiving objects: 39% (15909/39844), 57.28 MiB | 84.00 KiB/s Receiving objects: 39% (15909/39844), 57.31 MiB | 70.00 KiB/s Receiving objects: 39% (15909/39844), 57.34 MiB | 65.00 KiB/s Receiving objects: 39% (15909/39844), 57.53 MiB | 64.00 KiB/s Receiving objects: 39% (15909/39844), 57.59 MiB | 68.00 KiB/s Receiving objects: 39% (15909/39844), 57.71 MiB | 71.00 KiB/s Receiving objects: 39% (15909/39844), 57.78 MiB | 76.00 KiB/s Receiving objects: 39% (15909/39844), 57.84 MiB | 75.00 KiB/s Receiving objects: 39% (15909/39844), 57.87 MiB | 73.00 KiB/s Receiving objects: 39% (15909/39844), 58.03 MiB | 89.00 KiB/s Receiving objects: 39% (15909/39844), 58.15 MiB | 81.00 KiB/s Receiving objects: 39% (15909/39844), 58.35 MiB | 101.00 KiB/s Receiving objects: 39% (15909/39844), 58.46 MiB | 93.00 KiB/s Receiving objects: 39% (15909/39844), 58.50 MiB | 84.00 KiB/s Receiving objects: 39% (15909/39844), 58.62 MiB | 114.00 KiB/s Receiving objects: 39% (15909/39844), 58.78 MiB | 96.00 KiB/s Receiving objects: 39% (15909/39844), 58.81 MiB | 88.00 KiB/s Receiving objects: 39% (15909/39844), 58.84 MiB | 62.00 KiB/s Receiving objects: 39% (15909/39844), 58.93 MiB | 56.00 KiB/s Receiving objects: 39% (15909/39844), 59.09 MiB | 72.00 KiB/s Receiving objects: 39% (15909/39844), 59.28 MiB | 88.00 KiB/s Receiving objects: 39% (15909/39844), 59.43 MiB | 93.00 KiB/s Receiving objects: 39% (15909/39844), 59.59 MiB | 110.00 KiB/s Receiving objects: 39% (15909/39844), 59.65 MiB | 121.00 KiB/s Receiving objects: 39% (15909/39844), 59.93 MiB | 168.00 KiB/s Receiving objects: 39% (15909/39844), 60.00 MiB | 161.00 KiB/s Receiving objects: 39% (15909/39844), 60.03 MiB | 126.00 KiB/s Receiving objects: 39% (15909/39844), 60.09 MiB | 108.00 KiB/s Receiving objects: 39% (15909/39844), 60.12 MiB | 99.00 KiB/s Receiving objects: 39% (15909/39844), 60.28 MiB | 93.00 KiB/s Receiving objects: 39% (15909/39844), 60.35 MiB | 93.00 KiB/s Receiving objects: 39% (15909/39844), 60.43 MiB | 83.00 KiB/s Receiving objects: 39% (15909/39844), 60.53 MiB | 70.00 KiB/s Receiving objects: 39% (15909/39844), 60.59 MiB | 73.00 KiB/s Receiving objects: 39% (15909/39844), 60.65 MiB | 75.00 KiB/s Receiving objects: 39% (15909/39844), 60.68 MiB | 81.00 KiB/s Receiving objects: 39% (15909/39844), 60.87 MiB | 87.00 KiB/s Receiving objects: 39% (15909/39844), 60.90 MiB | 83.00 KiB/s Receiving objects: 39% (15909/39844), 60.96 MiB | 80.00 KiB/s Receiving objects: 39% (15909/39844), 61.12 MiB | 91.00 KiB/s Receiving objects: 39% (15909/39844), 61.15 MiB | 90.00 KiB/s Receiving objects: 39% (15909/39844), 61.21 MiB | 90.00 KiB/s Receiving objects: 39% (15909/39844), 61.40 MiB | 103.00 KiB/s Receiving objects: 39% (15909/39844), 61.53 MiB | 107.00 KiB/s Receiving objects: 39% (15909/39844), 61.62 MiB | 99.00 KiB/s Receiving objects: 39% (15909/39844), 61.68 MiB | 91.00 KiB/s Receiving objects: 39% (15909/39844), 61.71 MiB | 95.00 KiB/s Receiving objects: 39% (15909/39844), 61.78 MiB | 93.00 KiB/s Receiving objects: 39% (15909/39844), 61.84 MiB | 84.00 KiB/s Receiving objects: 39% (15909/39844), 61.90 MiB | 70.00 KiB/s Receiving objects: 39% (15909/39844), 62.03 MiB | 60.00 KiB/s Receiving objects: 39% (15909/39844), 62.09 MiB | 63.00 KiB/s Receiving objects: 39% (15909/39844), 62.25 MiB | 76.00 KiB/s Receiving objects: 39% (15909/39844), 62.46 MiB | 93.00 KiB/s Receiving objects: 39% (15909/39844), 62.56 MiB | 98.00 KiB/s Receiving objects: 39% (15909/39844), 62.59 MiB | 83.00 KiB/s Receiving objects: 39% (15909/39844), 62.75 MiB | 104.00 KiB/s Receiving objects: 39% (15909/39844), 62.87 MiB | 106.00 KiB/s Receiving objects: 39% (15909/39844), 62.90 MiB | 102.00 KiB/s Receiving objects: 39% (15909/39844), 62.93 MiB | 98.00 KiB/s Receiving objects: 39% (15909/39844), 63.03 MiB | 73.00 KiB/s Receiving objects: 39% (15909/39844), 63.09 MiB | 60.00 KiB/s Receiving objects: 39% (15909/39844), 63.12 MiB | 56.00 KiB/s Receiving objects: 39% (15909/39844), 63.21 MiB | 74.00 KiB/s Receiving objects: 39% (15909/39844), 63.31 MiB | 62.00 KiB/s Receiving objects: 39% (15909/39844), 63.37 MiB | 60.00 KiB/s Receiving objects: 39% (15909/39844), 63.40 MiB | 59.00 KiB/s Receiving objects: 39% (15909/39844), 63.46 MiB | 43.00 KiB/s Receiving objects: 39% (15909/39844), 63.53 MiB | 45.00 KiB/s Receiving objects: 39% (15909/39844), 63.59 MiB | 45.00 KiB/s Receiving objects: 39% (15909/39844), 63.68 MiB | 53.00 KiB/s Receiving objects: 39% (15909/39844), 63.81 MiB | 60.00 KiB/s Receiving objects: 39% (15909/39844), 63.84 MiB | 53.00 KiB/s Receiving objects: 39% (15909/39844), 63.93 MiB | 56.00 KiB/s Receiving objects: 39% (15909/39844), 64.06 MiB | 56.00 KiB/s Receiving objects: 39% (15909/39844), 64.09 MiB | 73.00 KiB/s Receiving objects: 39% (15909/39844), 64.25 MiB | 85.00 KiB/s Receiving objects: 39% (15909/39844), 64.31 MiB | 79.00 KiB/s Receiving objects: 39% (15909/39844), 64.53 MiB | 88.00 KiB/s Receiving objects: 39% (15909/39844), 64.65 MiB | 81.00 KiB/s Receiving objects: 39% (15909/39844), 64.68 MiB | 70.00 KiB/s Receiving objects: 39% (15913/39844), 64.81 MiB | 86.00 KiB/s Receiving objects: 39% (15918/39844), 65.00 MiB | 85.00 KiB/s Receiving objects: 39% (15918/39844), 65.03 MiB | 83.00 KiB/s Receiving objects: 39% (15918/39844), 65.09 MiB | 64.00 KiB/s Receiving objects: 39% (15918/39844), 65.15 MiB | 62.00 KiB/s Receiving objects: 39% (15918/39844), 65.18 MiB | 59.00 KiB/s Receiving objects: 39% (15918/39844), 65.31 MiB | 74.00 KiB/s Receiving objects: 39% (15918/39844), 65.37 MiB | 64.00 KiB/s Receiving objects: 39% (15918/39844), 65.40 MiB | 55.00 KiB/s Receiving objects: 39% (15918/39844), 65.43 MiB | 49.00 KiB/s Receiving objects: 39% (15918/39844), 65.46 MiB | 48.00 KiB/s Receiving objects: 39% (15918/39844), 65.50 MiB | 52.00 KiB/s Receiving objects: 39% (15918/39844), 65.75 MiB | 79.00 KiB/s Receiving objects: 39% (15918/39844), 65.84 MiB | 78.00 KiB/s Receiving objects: 39% (15918/39844), 65.87 MiB | 74.00 KiB/s Receiving objects: 39% (15918/39844), 65.96 MiB | 83.00 KiB/s Receiving objects: 39% (15918/39844), 66.09 MiB | 93.00 KiB/s Receiving objects: 39% (15918/39844), 66.15 MiB | 95.00 KiB/s Receiving objects: 39% (15918/39844), 66.21 MiB | 84.00 KiB/s Receiving objects: 39% (15918/39844), 66.28 MiB | 76.00 KiB/s Receiving objects: 39% (15918/39844), 66.40 MiB | 64.00 KiB/s Receiving objects: 39% (15918/39844), 66.50 MiB | 74.00 KiB/s Receiving objects: 39% (15918/39844), 66.59 MiB | 67.00 KiB/s Receiving objects: 39% (15918/39844), 66.62 MiB | 63.00 KiB/s Receiving objects: 39% (15918/39844), 66.71 MiB | 68.00 KiB/s Receiving objects: 39% (15918/39844), 66.84 MiB | 93.00 KiB/s Receiving objects: 39% (15918/39844), 66.93 MiB | 91.00 KiB/s Receiving objects: 39% (15918/39844), 67.09 MiB | 103.00 KiB/s Receiving objects: 39% (15918/39844), 67.21 MiB | 101.00 KiB/s Receiving objects: 39% (15918/39844), 67.25 MiB | 93.00 KiB/s Receiving objects: 39% (15918/39844), 67.34 MiB | 108.00 KiB/s Receiving objects: 39% (15918/39844), 67.46 MiB | 90.00 KiB/s Receiving objects: 39% (15918/39844), 67.50 MiB | 80.00 KiB/s Receiving objects: 39% (15918/39844), 67.56 MiB | 82.00 KiB/s Receiving objects: 39% (15918/39844), 67.62 MiB | 82.00 KiB/s Receiving objects: 39% (15918/39844), 67.75 MiB | 69.00 KiB/s Receiving objects: 39% (15918/39844), 67.81 MiB | 65.00 KiB/s Receiving objects: 39% (15918/39844), 67.90 MiB | 73.00 KiB/s Receiving objects: 39% (15918/39844), 68.03 MiB | 92.00 KiB/s Receiving objects: 39% (15918/39844), 68.06 MiB | 86.00 KiB/s Receiving objects: 39% (15918/39844), 68.31 MiB | 114.00 KiB/s Receiving objects: 39% (15918/39844), 68.40 MiB | 116.00 KiB/s Receiving objects: 39% (15918/39844), 68.61 MiB | 139.00 KiB/s Receiving objects: 39% (15918/39844), 68.71 MiB | 141.00 KiB/s fatal: The remote end hung up unexpectedly 14:38:30 fatal: early EOF 14:38:30 fatal: index-pack failed 14:38:30 14:38:30 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450) 14:38:30 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051) 14:38:30 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84) 14:38:30 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:573) 14:38:30 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:802) 14:38:30 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 14:38:30 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) 14:38:30 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 14:38:30 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 14:38:30 at hudson.remoting.Request$2.run(Request.java:376) 14:38:30 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 14:38:30 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 14:38:30 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 14:38:30 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 14:38:30 at java.lang.Thread.run(Thread.java:748) 14:38:30 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu18.04-docker-8c-8g-4092 14:38:30 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) 14:38:30 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 14:38:30 at hudson.remoting.Channel.call(Channel.java:1001) 14:38:30 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) 14:38:30 at sun.reflect.GeneratedMethodAccessor524.invoke(Unknown Source) 14:38:30 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 14:38:30 at java.lang.reflect.Method.invoke(Method.java:498) 14:38:30 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) 14:38:30 at com.sun.proxy.$Proxy101.execute(Unknown Source) 14:38:30 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1132) 14:38:30 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1177) 14:38:30 at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) 14:38:30 at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) 14:38:30 at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) 14:38:30 at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) 14:38:30 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 14:38:30 ... 4 more [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:38:30 Failed in branch amd64 14:38:29 ERROR: Timeout after 10 minutes 14:41:07 ERROR: Failed to create usr/libexec/gcc/aarch64-alpine-linux-musl/10.2.1/cc1plus: Connection aborted 14:41:07 ERROR: g++-10.2.1_pre1-r3: BAD signature 14:41:07 (5/12) Installing fortify-headers (1.1-r0) 14:41:07 (6/12) Installing patch (2.7.6-r6) 14:41:07 (7/12) Installing build-base (0.5-r2) 14:41:07 (8/12) Installing libsodium (1.0.18-r0) 14:41:07 (9/12) Installing pkgconf (1.7.3-r0) 14:41:07 (10/12) Installing libsodium-dev (1.0.18-r0) 14:41:07 (11/12) Installing libzmq (4.3.3-r1) 14:41:09 (12/12) Installing zeromq-dev (4.3.3-r1) 14:41:09 Executing busybox-1.32.1-r6.trigger 14:41:09 1 error; 146 MiB in 51 packages 14:41:10 The command '/bin/sh -c apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 14:41:12 ---> job-cost.sh 14:41:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-STXr 14:42:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:44:40 lf-activate-venv(): INFO: Adding /tmp/venv-STXr/bin to PATH 14:44:40 INFO: No Stack... 14:44:40 INFO: Retrieving Pricing Info for: lf-standard-4 14:44:40 INFO: Archiving Costs [Pipeline] sh 14:44:41 + + cutcat -d, /w/workspace/edgex-go/16/archives/cost.csv -f6 14:44:41 [Pipeline] lock 14:44:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3422-16-stack-cost] 14:44:41 Resource [jenkins-edgexfoundry-edgex-go-PR-3422-16-stack-cost] did not exist. Created. 14:44:41 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3422-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:44:41 + echo total: 0.20999999344348907 [Pipeline] stash 14:44:42 Stashed 1 file(s) [Pipeline] } 14:44:42 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3422-16-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:44:43 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 14:44:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:44:45 ---> package-listing.sh 14:44:45 ++ facter osfamily 14:44:45 ++ tr '[:upper:]' '[:lower:]' 14:44:45 + OS_FAMILY=redhat 14:44:45 + workspace=/w/workspace/edgex-go/16 14:44:45 + START_PACKAGES=/tmp/packages_start.txt 14:44:45 + END_PACKAGES=/tmp/packages_end.txt 14:44:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:44:45 + PACKAGES=/tmp/packages_start.txt 14:44:45 + '[' /w/workspace/edgex-go/16 ']' 14:44:45 + PACKAGES=/tmp/packages_end.txt 14:44:45 + case "${OS_FAMILY}" in 14:44:45 + rpm -qa 14:44:45 + sort 14:44:50 + '[' -f /tmp/packages_start.txt ']' 14:44:50 + '[' -f /tmp/packages_end.txt ']' 14:44:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:44:50 + '[' /w/workspace/edgex-go/16 ']' 14:44:50 + mkdir -p /w/workspace/edgex-go/16/archives/ 14:44:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] echo 14:44:50 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:44:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:44:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:44:51 14:44:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:44:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:44:53 alpine: Pulling from edgex-lftools-log-publisher 14:44:53 df20fa9351a1: Pulling fs layer 14:44:53 36b3adc4ff6f: Pulling fs layer 14:44:53 8ad3a11d3b57: Pulling fs layer 14:44:53 46f8f816bc3b: Pulling fs layer 14:44:53 93b61091891f: Pulling fs layer 14:44:53 93b9cdb0e59b: Pulling fs layer 14:44:53 5e14af77c1be: Pulling fs layer 14:44:53 01666e4c0597: Pulling fs layer 14:44:53 aa168da1d23b: Pulling fs layer 14:44:53 93b9cdb0e59b: Waiting 14:44:53 5e14af77c1be: Waiting 14:44:53 01666e4c0597: Waiting 14:44:53 aa168da1d23b: Waiting 14:44:53 46f8f816bc3b: Waiting 14:44:53 93b61091891f: Waiting 14:44:53 36b3adc4ff6f: Download complete 14:44:53 46f8f816bc3b: Verifying Checksum 14:44:53 46f8f816bc3b: Download complete 14:44:56 93b61091891f: Verifying Checksum 14:44:56 93b61091891f: Download complete 14:44:56 93b9cdb0e59b: Verifying Checksum 14:44:56 93b9cdb0e59b: Download complete 14:44:56 5e14af77c1be: Verifying Checksum 14:44:56 5e14af77c1be: Download complete 14:44:56 df20fa9351a1: Verifying Checksum 14:44:56 df20fa9351a1: Download complete 14:44:56 01666e4c0597: Verifying Checksum 14:44:56 01666e4c0597: Download complete 14:44:57 df20fa9351a1: Pull complete 14:44:57 36b3adc4ff6f: Pull complete 14:45:01 8ad3a11d3b57: Verifying Checksum 14:45:01 8ad3a11d3b57: Download complete 14:45:01 8ad3a11d3b57: Pull complete 14:45:02 46f8f816bc3b: Pull complete 14:45:02 93b61091891f: Pull complete 14:45:02 93b9cdb0e59b: Pull complete 14:45:02 5e14af77c1be: Pull complete 14:45:02 01666e4c0597: Pull complete 14:45:58 aa168da1d23b: Verifying Checksum 14:45:58 aa168da1d23b: Download complete 14:46:05 aa168da1d23b: Pull complete 14:46:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:46:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:46:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:46:05 prd-centos7-docker-4c-2g-4088 does not seem to be running inside a container 14:46:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/16/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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-lftools-log-publisher:alpine cat 14:46:10 $ docker top b7a978eaefcd96c259fcda49dde62bfe5da8a33f7df19a512a87f3de6e071eb4 -eo pid,comm [Pipeline] { [Pipeline] sh 14:46:10 + touch /tmp/pre-build-complete [Pipeline] sh 14:46:11 + mkdir -p /var/log/sa [Pipeline] sh 14:46:11 + ls /var/log/sa-host 14:46:11 + sadf -c /var/log/sa-host/sa10 14:46:11 file_magic: OK 14:46:11 HZ: Using current value: 100 14:46:11 file_header: OK 14:46:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 14:46:11 Statistics: 14:46:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:46:11 File successfully converted to sysstat format version 12.2.1 14:46:11 + sadf -c /var/log/sa-host/sa23 14:46:11 file_magic: OK 14:46:11 HZ: Using current value: 100 14:46:11 file_header: OK 14:46:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 14:46:11 Statistics: 14:46:11 Hnuu...uuuununununu... 14:46:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:46:12 provisioning config files... 14:46:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config6554000690376769065tmp [Pipeline] { [Pipeline] echo 14:46:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:46:12 ---> create-netrc.sh [Pipeline] } 14:46:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:46:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:46:13 ---> python-tools-install.sh [Pipeline] echo 14:46:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:46:13 ---> sudo-logs.sh 14:46:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:46:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:46:13 ---> job-cost.sh 14:46:13 lf-activate-venv: SKIPPING 14:46:13 DEBUG: total: 0.20999999344348907 14:46:13 INFO: Retrieving Stack Cost... 14:46:14 INFO: Retrieving Pricing Info for: v1-standard-2 14:46:15 INFO: Archiving Costs [Pipeline] echo 14:46:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:46:15 ---> logs-deploy.sh 14:46:15 lf-activate-venv: SKIPPING 14:46:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3422/16 14:46:15 INFO: archiving workspace using pattern(s): 14:46:17 Archives upload complete. 14:46:17 INFO: archiving logs to Nexus 14:46:18 ---> uname -a: 14:46:18 Linux prd-centos7-docker-4c-2g-4088.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:46:18 14:46:18 14:46:18 ---> lscpu: 14:46:18 Architecture: x86_64 14:46:18 CPU op-mode(s): 32-bit, 64-bit 14:46:18 Byte Order: Little Endian 14:46:18 Address sizes: 40 bits physical, 48 bits virtual 14:46:18 CPU(s): 4 14:46:18 On-line CPU(s) list: 0-3 14:46:18 Thread(s) per core: 1 14:46:18 Core(s) per socket: 1 14:46:18 Socket(s): 4 14:46:18 NUMA node(s): 1 14:46:18 Vendor ID: GenuineIntel 14:46:18 CPU family: 6 14:46:18 Model: 44 14:46:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:46:18 Stepping: 1 14:46:18 CPU MHz: 2933.438 14:46:18 BogoMIPS: 5866.87 14:46:18 Virtualization: VT-x 14:46:18 Hypervisor vendor: KVM 14:46:18 Virtualization type: full 14:46:18 L1d cache: 128 KiB 14:46:18 L1i cache: 128 KiB 14:46:18 L2 cache: 16 MiB 14:46:18 L3 cache: 64 MiB 14:46:18 NUMA node0 CPU(s): 0-3 14:46:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:46:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:46:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:46:18 Vulnerability Meltdown: Mitigation; PTI 14:46:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:46:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:46:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:46:18 Vulnerability Srbds: Not affected 14:46:18 Vulnerability Tsx async abort: Not affected 14:46:18 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 14:46:18 14:46:18 14:46:18 ---> nproc: 14:46:18 4 14:46:18 14:46:18 14:46:18 ---> df -h: 14:46:18 Filesystem Size Used Available Use% Mounted on 14:46:18 overlay 50.0G 12.2G 37.8G 24% / 14:46:18 tmpfs 64.0M 0 64.0M 0% /dev 14:46:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:46:18 shm 64.0M 0 64.0M 0% /dev/shm 14:46:18 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 14:46:18 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 14:46:18 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 14:46:18 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 14:46:18 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 14:46:18 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 14:46:18 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 14:46:18 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 14:46:18 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/16 14:46:18 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/16@tmp 14:46:18 14:46:18 14:46:18 ---> free -m: 14:46:18 total used free shared buff/cache available 14:46:18 Mem: 1837 717 111 0 1008 1035 14:46:18 Swap: 1023 63 960 14:46:18 14:46:18 14:46:18 ---> ip addr: 14:46:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:46:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:46:18 inet 127.0.0.1/8 scope host lo 14:46:18 valid_lft forever preferred_lft forever 14:46:18 inet6 ::1/128 scope host 14:46:18 valid_lft forever preferred_lft forever 14:46:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:46:18 link/ether fa:16:3e:3c:c4:98 brd ff:ff:ff:ff:ff:ff 14:46:18 inet 10.30.122.134/23 brd 10.30.123.255 scope global dynamic eth0 14:46:18 valid_lft 83828sec preferred_lft 83828sec 14:46:18 inet6 fe80::f816:3eff:fe3c:c498/64 scope link 14:46:18 valid_lft forever preferred_lft forever 14:46:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:46:18 link/ether 02:42:9a:cb:84:5f brd ff:ff:ff:ff:ff:ff 14:46:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:46:18 valid_lft forever preferred_lft forever 14:46:18 inet6 fe80::42:9aff:fecb:845f/64 scope link 14:46:18 valid_lft forever preferred_lft forever 14:46:18 14:46:18 14:46:18 ---> sar -b -r -n DEV: 14:46:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 14:46:18 14:46:18 14:03:16 LINUX RESTART (4 CPU) 14:46:18 14:46:18 14:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:46:18 14:05:01 58.98 13.68 45.30 0.00 4819.84 8875.00 0.00 14:46:18 14:06:01 193.40 99.58 93.81 0.00 7832.17 43365.76 0.00 14:46:18 14:07:01 235.46 95.41 140.05 0.00 4164.52 19936.21 0.00 14:46:18 14:08:01 102.93 21.13 81.80 0.00 968.36 11308.17 0.00 14:46:18 14:09:01 157.06 73.95 83.11 0.00 3550.20 12434.22 0.00 14:46:18 14:10:01 35.49 7.57 27.92 0.00 573.60 7699.18 0.00 14:46:18 14:11:01 2.96 0.92 2.05 0.00 50.07 1191.23 0.00 14:46:18 14:12:01 0.65 0.00 0.65 0.00 0.00 302.96 0.00 14:46:18 14:13:02 219.32 85.91 133.41 0.00 22654.44 83756.39 0.00 14:46:18 14:14:01 790.80 649.62 141.18 0.00 73613.78 76594.24 0.00 14:46:18 14:15:01 671.81 598.92 72.89 0.00 32007.97 31354.81 0.00 14:46:18 14:16:02 1722.50 1391.14 331.37 0.00 131723.35 132216.77 0.00 14:46:18 14:17:01 1897.42 1557.49 339.92 0.00 94796.44 108993.30 0.00 14:46:18 14:18:01 1009.53 821.10 188.43 0.00 43476.73 53135.46 0.00 14:46:18 14:19:01 479.48 360.25 119.22 0.00 34113.98 36768.97 0.00 14:46:18 14:20:01 617.55 518.98 98.57 0.00 33048.64 34500.33 0.00 14:46:18 14:21:02 31.62 12.92 18.70 0.00 674.66 2201.68 0.00 14:46:18 14:22:01 1.00 0.00 1.00 0.00 0.00 446.16 0.00 14:46:18 14:23:01 0.73 0.00 0.73 0.00 0.00 372.89 0.00 14:46:18 14:24:01 0.75 0.05 0.70 0.00 2.00 323.73 0.00 14:46:18 14:25:01 0.77 0.00 0.77 0.00 0.00 489.44 0.00 14:46:18 14:26:01 27.43 2.61 24.82 0.00 107.59 9003.60 0.00 14:46:18 14:27:01 76.78 14.72 62.06 0.00 3127.82 5641.20 0.00 14:46:18 14:28:01 1.38 0.02 1.37 0.00 0.27 20.88 0.00 14:46:18 14:29:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 14:46:18 14:30:01 0.23 0.00 0.23 0.00 0.00 2.58 0.00 14:46:18 14:31:01 0.28 0.03 0.25 0.00 0.80 2.81 0.00 14:46:18 14:32:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 14:46:18 14:33:01 0.20 0.00 0.20 0.00 0.00 1.63 0.00 14:46:18 14:34:01 0.27 0.02 0.25 0.00 0.53 2.68 0.00 14:46:18 14:35:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 14:46:18 14:36:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 14:46:18 14:37:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 14:46:18 14:38:01 0.18 0.02 0.17 0.00 0.53 1.33 0.00 14:46:18 14:39:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 14:46:18 14:40:02 0.27 0.02 0.25 0.00 0.53 2.45 0.00 14:46:18 14:41:01 0.27 0.02 0.25 0.00 0.27 2.86 0.00 14:46:18 14:42:01 0.20 0.00 0.20 0.00 0.00 2.68 0.00 14:46:18 14:43:01 0.18 0.02 0.17 0.00 0.53 1.33 0.00 14:46:18 14:44:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 14:46:18 14:45:01 56.67 55.59 1.08 0.00 5045.59 32.28 0.00 14:46:18 14:46:01 38.85 0.78 38.07 0.00 28.23 7408.61 0.00 14:46:18 Average: 200.72 151.83 48.88 0.00 11809.15 16391.96 0.00 14:46:18 14:46:18 14:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:46:18 14:05:01 74392 0 677776 36.02 2620 1126756 1325400 45.23 545800 1054576 103532 14:46:18 14:06:01 123848 0 729696 38.78 1852 1026148 1433460 48.92 590872 921628 7216 14:46:18 14:07:01 74220 0 875500 46.53 1492 930332 1811648 61.83 700752 826980 85224 14:46:18 14:08:01 97136 0 855596 45.47 664 928148 1723036 58.80 749504 744536 77868 14:46:18 14:09:01 122352 0 782632 41.60 580 975980 1422704 48.55 653908 807604 56724 14:46:18 14:10:01 291148 0 724572 38.51 544 865280 1314100 44.85 542936 775896 17268 14:46:18 14:11:01 269600 0 722644 38.41 544 888756 1301724 44.43 544272 796740 3840 14:46:18 14:12:01 263692 0 722212 38.38 544 895096 1295568 44.22 544620 802196 1200 14:46:18 14:13:02 67408 0 853060 45.34 24 961052 2252544 76.88 765852 820640 75932 14:46:18 14:14:01 324512 0 746380 39.67 0 810652 1903708 64.97 587900 751080 20 14:46:18 14:15:01 367060 0 796224 42.32 0 718260 2234336 76.25 443436 832200 7260 14:46:18 14:16:02 415872 0 791416 42.06 0 674256 2474344 84.45 563616 639284 28 14:46:18 14:17:01 78944 0 740520 39.36 0 1062080 1952744 66.64 566028 1008600 13160 14:46:18 14:18:01 405660 0 708708 37.67 0 767176 1600556 54.62 461692 782200 24 14:46:18 14:19:01 303756 0 699360 37.17 0 878428 1914952 65.35 391812 950672 20 14:46:18 14:20:01 317040 0 690076 36.68 0 874428 1485092 50.68 421776 910984 17096 14:46:18 14:21:02 297376 0 665852 35.39 0 918316 1342196 45.81 422308 930300 3964 14:46:18 14:22:01 288408 0 665268 35.36 0 927868 1338072 45.67 423404 938396 580 14:46:18 14:23:01 276548 0 664868 35.34 0 940128 1337044 45.63 424264 949624 1776 14:46:18 14:24:01 264044 0 664928 35.34 0 952572 1336112 45.60 425472 960920 4680 14:46:18 14:25:01 250592 0 664704 35.33 0 966248 1336148 45.60 427204 973356 3664 14:46:18 14:26:01 93180 0 697640 37.08 0 1090724 1459768 49.82 455160 1092052 8900 14:46:18 14:27:01 149232 0 639196 33.97 0 1093116 1192628 40.70 431220 1053604 20 14:46:18 14:28:01 151180 0 637240 33.87 0 1093124 1183232 40.38 429740 1053600 12 14:46:18 14:29:01 150352 0 638052 33.91 0 1093140 1183440 40.39 430116 1053608 12 14:46:18 14:30:01 150824 0 637572 33.89 0 1093148 1183296 40.38 429696 1053612 12 14:46:18 14:31:01 151112 0 637288 33.87 0 1093144 1183296 40.38 429576 1053624 8 14:46:18 14:32:01 151176 0 637204 33.87 0 1093164 1183296 40.38 429584 1053632 8 14:46:18 14:33:01 150980 0 637392 33.88 0 1093172 1183296 40.38 429840 1053632 8 14:46:18 14:34:01 150364 0 638004 33.91 0 1093176 1183368 40.39 429664 1053648 12 14:46:18 14:35:01 151004 0 637352 33.87 0 1093188 1183296 40.38 429728 1053648 12 14:46:18 14:36:01 151020 0 637328 33.87 0 1093196 1183296 40.38 429856 1053648 8 14:46:18 14:37:01 150724 0 637620 33.89 0 1093200 1183296 40.38 429732 1053652 8 14:46:18 14:38:01 151004 0 637332 33.87 0 1093208 1183296 40.38 429740 1053664 8 14:46:18 14:39:01 150488 0 637840 33.90 0 1093216 1183380 40.39 429948 1053664 8 14:46:18 14:40:02 150740 0 637592 33.89 0 1093212 1183296 40.38 429628 1053664 8 14:46:18 14:41:01 150640 0 637676 33.89 0 1093228 1183296 40.38 429880 1053680 8 14:46:18 14:42:01 150816 0 637480 33.88 0 1093248 1183344 40.39 429780 1053688 8 14:46:18 14:43:01 150872 0 637428 33.88 0 1093244 1183296 40.38 429640 1053688 8 14:46:18 14:44:01 150824 0 637452 33.88 0 1093268 1183356 40.39 429840 1053704 8 14:46:18 14:45:01 73808 0 697372 37.06 0 1110364 1590164 54.27 498756 1059244 37344 14:46:18 14:46:01 80308 0 718008 38.16 0 1083228 1598292 54.55 557568 977168 102564 14:46:18 Average: 188911 0 691240 36.74 211 1001183 1430779 48.83 486812 958870 15001 14:46:18 14:46:18 14:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:46:18 14:05:01 vetha88d9eb 653.74 475.15 62.41 1792.28 0.00 0.00 0.00 0.00 14:46:18 14:05:01 eth0 868.11 945.15 4288.95 103.66 0.00 0.00 0.00 0.00 14:46:18 14:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:05:01 docker0 653.74 475.02 53.48 1792.27 0.00 0.00 0.00 0.00 14:46:18 14:06:01 eth0 543.35 575.31 3658.52 85.62 0.00 0.00 0.00 0.00 14:46:18 14:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:06:01 veth4a9ba1a 20.73 22.63 1.68 65.45 0.00 0.00 0.00 0.00 14:46:18 14:06:01 docker0 317.62 251.04 24.28 961.35 0.00 0.00 0.00 0.00 14:46:18 14:07:01 eth0 274.61 221.95 813.06 30.27 0.00 0.00 0.00 0.00 14:46:18 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:07:01 vetha779883 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:46:18 14:07:01 docker0 200.28 232.59 13.76 778.61 0.00 0.00 0.00 0.00 14:46:18 14:08:01 eth0 35.14 24.26 20.83 75.64 0.00 0.00 0.00 0.00 14:46:18 14:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:08:01 vetha779883 2.03 2.03 0.16 0.17 0.00 0.00 0.00 0.00 14:46:18 14:08:01 docker0 2.03 2.03 0.14 0.17 0.00 0.00 0.00 0.00 14:46:18 14:09:01 eth0 24.80 13.60 20.82 11.23 0.00 0.00 0.00 0.00 14:46:18 14:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:09:01 vetha779883 0.42 0.42 0.03 0.03 0.00 0.00 0.00 0.00 14:46:18 14:09:01 docker0 0.42 0.42 0.03 0.03 0.00 0.00 0.00 0.00 14:46:18 14:10:01 eth0 209.27 200.93 1132.46 73.28 0.00 0.00 0.00 0.00 14:46:18 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:11:01 eth0 88.73 87.51 373.55 6.41 0.00 0.00 0.00 0.00 14:46:18 14:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:12:01 eth0 38.45 37.85 111.35 3.01 0.00 0.00 0.00 0.00 14:46:18 14:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:13:02 eth0 42.98 36.32 98.40 9.88 0.00 0.00 0.00 0.00 14:46:18 14:13:02 vethc21d1cf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:46:18 14:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:14:01 veth33f8a7c 8.04 8.24 0.57 20.01 0.00 0.00 0.00 0.00 14:46:18 14:14:01 veth44b25fa 5.10 5.27 0.36 10.64 0.00 0.00 0.00 0.00 14:46:18 14:14:01 eth0 49.23 41.16 89.79 9.84 0.00 0.00 0.00 0.00 14:46:18 14:14:01 vethc21d1cf 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:15:01 veth44b25fa 8.22 8.34 0.56 18.43 0.00 0.00 0.00 0.00 14:46:18 14:15:01 eth0 48.21 41.95 91.32 7.87 0.00 0.00 0.00 0.00 14:46:18 14:15:01 vethc21d1cf 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:15:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:46:18 14:16:02 vethe941d60 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:16:02 veth6928106 3.76 3.84 0.27 13.18 0.00 0.00 0.00 0.00 14:46:18 14:16:02 eth0 76.32 63.15 127.05 69.34 0.00 0.00 0.00 0.00 14:46:18 14:16:02 vethc21d1cf 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:17:01 eth0 115.96 93.79 138.03 83.32 0.00 0.00 0.00 0.00 14:46:18 14:17:01 vethc21d1cf 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:17:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:46:18 14:17:01 veth7c1cd38 3.93 4.11 0.28 8.57 0.00 0.00 0.00 0.00 14:46:18 14:18:01 veth4e0192f 4.37 4.54 0.31 9.69 0.00 0.00 0.00 0.00 14:46:18 14:18:01 eth0 63.35 46.77 100.66 16.49 0.00 0.00 0.00 0.00 14:46:18 14:18:01 vethc21d1cf 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:19:01 vethdb5fd34 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:19:01 veth643daee 5.38 5.63 0.39 13.39 0.00 0.00 0.00 0.00 14:46:18 14:19:01 veth1a5deb6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:19:01 eth0 60.52 53.68 52.80 66.45 0.00 0.00 0.00 0.00 14:46:18 14:20:01 veth643daee 9.56 10.12 0.65 21.37 0.00 0.00 0.00 0.00 14:46:18 14:20:01 eth0 69.69 60.90 208.36 11.65 0.00 0.00 0.00 0.00 14:46:18 14:20:01 vethc21d1cf 0.00 1.33 0.00 0.07 0.00 0.00 0.00 0.00 14:46:18 14:20:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:46:18 14:21:02 eth0 74.58 68.40 230.15 9.60 0.00 0.00 0.00 0.00 14:46:18 14:21:02 vethc21d1cf 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 14:46:18 14:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:21:02 docker0 1365.73 1155.39 102.25 3987.10 0.00 0.00 0.00 0.00 14:46:18 14:22:01 eth0 45.14 43.99 165.10 3.88 0.00 0.00 0.00 0.00 14:46:18 14:22:01 vethc21d1cf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:22:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:23:01 eth0 52.54 51.72 208.67 3.97 0.00 0.00 0.00 0.00 14:46:18 14:23:01 vethc21d1cf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:24:01 eth0 77.74 77.42 213.06 49.30 0.00 0.00 0.00 0.00 14:46:18 14:24:01 vethc21d1cf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:25:01 eth0 67.50 66.92 232.16 16.80 0.00 0.00 0.00 0.00 14:46:18 14:25:01 vethc21d1cf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:26:01 veth83fcdd3 113.57 115.81 7.61 265.66 0.00 0.00 0.00 0.00 14:46:18 14:26:01 eth0 135.15 128.53 313.91 12.05 0.00 0.00 0.00 0.00 14:46:18 14:26:01 vethc21d1cf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:27:01 eth0 69.50 54.79 112.95 16.57 0.00 0.00 0.00 0.00 14:46:18 14:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:27:01 docker0 1516.65 1308.52 110.63 4338.20 0.00 0.00 0.00 0.00 14:46:18 14:28:01 eth0 0.50 0.08 0.05 0.01 0.00 0.00 0.00 0.00 14:46:18 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:29:01 eth0 1.18 0.95 0.84 0.27 0.00 0.00 0.00 0.00 14:46:18 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:30:01 eth0 0.12 0.10 0.01 0.03 0.00 0.00 0.00 0.00 14:46:18 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:46:18 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:33:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:34:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 14:46:18 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:35:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:37:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:46:18 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:39:01 eth0 0.22 0.18 0.08 0.04 0.00 0.00 0.00 0.00 14:46:18 14:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:40:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:41:01 eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 0.00 14:46:18 14:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:42:01 eth0 0.17 0.17 0.17 0.01 0.00 0.00 0.00 0.00 14:46:18 14:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:43:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 14:46:18 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:44:01 eth0 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 14:46:18 14:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:45:01 eth0 99.00 92.30 391.96 58.36 0.00 0.00 0.00 0.00 14:46:18 14:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:46:01 eth0 202.35 197.40 1787.29 16.35 0.00 0.00 0.00 0.00 14:46:18 14:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 14:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 Average: eth0 81.86 79.31 357.16 20.29 0.00 0.00 0.00 0.00 14:46:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:46:18 Average: docker0 36.15 31.19 2.64 103.40 0.00 0.00 0.00 0.00 14:46:18 14:46:18 14:46:18 ---> sar -P ALL: 14:46:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 14:46:18 14:46:18 14:03:16 LINUX RESTART (4 CPU) 14:46:18 14:46:18 14:04:01 CPU %user %nice %system %iowait %steal %idle 14:46:18 14:05:01 all 8.15 0.00 5.05 1.73 0.17 84.90 14:46:18 14:05:01 0 9.04 0.00 6.32 0.64 0.15 83.85 14:46:18 14:05:01 1 8.64 0.00 4.83 3.03 0.15 83.36 14:46:18 14:05:01 2 7.29 0.00 4.79 1.09 0.24 86.60 14:46:18 14:05:01 3 7.67 0.00 4.26 2.15 0.14 85.78 14:46:18 14:06:01 all 12.73 0.00 7.40 1.49 0.16 78.22 14:46:18 14:06:01 0 18.37 0.00 8.17 2.52 0.16 70.79 14:46:18 14:06:01 1 12.73 0.00 7.64 1.18 0.17 78.29 14:46:18 14:06:01 2 10.32 0.00 6.78 1.35 0.19 81.37 14:46:18 14:06:01 3 9.54 0.00 7.02 0.92 0.14 82.37 14:46:18 14:07:01 all 22.28 0.00 9.12 6.10 0.18 62.33 14:46:18 14:07:01 0 24.00 0.00 9.27 5.26 0.21 61.25 14:46:18 14:07:01 1 21.88 0.00 9.28 6.05 0.15 62.64 14:46:18 14:07:01 2 21.86 0.00 9.26 5.71 0.19 62.98 14:46:18 14:07:01 3 21.38 0.00 8.65 7.36 0.19 62.43 14:46:18 14:08:01 all 49.77 0.00 13.31 5.13 0.11 31.67 14:46:18 14:08:01 0 51.95 0.00 13.03 3.22 0.12 31.69 14:46:18 14:08:01 1 49.07 0.00 13.29 5.28 0.10 32.25 14:46:18 14:08:01 2 48.74 0.00 13.63 6.36 0.12 31.16 14:46:18 14:08:01 3 49.32 0.00 13.31 5.67 0.10 31.60 14:46:18 14:09:01 all 53.51 0.00 15.89 3.58 0.08 26.93 14:46:18 14:09:01 0 52.27 0.00 15.36 3.58 0.10 28.68 14:46:18 14:09:01 1 52.81 0.00 16.13 5.95 0.05 25.06 14:46:18 14:09:01 2 53.73 0.00 15.83 1.74 0.09 28.61 14:46:18 14:09:01 3 55.22 0.00 16.24 3.06 0.09 25.39 14:46:18 14:10:01 all 5.56 0.00 2.82 0.46 0.04 91.13 14:46:18 14:10:01 0 6.00 0.00 2.63 1.61 0.05 89.70 14:46:18 14:10:01 1 5.72 0.00 2.93 0.03 0.05 91.26 14:46:18 14:10:01 2 5.17 0.00 2.83 0.12 0.03 91.85 14:46:18 14:10:01 3 5.34 0.00 2.88 0.07 0.03 91.68 14:46:18 14:11:01 all 0.24 0.00 0.20 0.00 0.00 99.55 14:46:18 14:11:01 0 0.45 0.00 0.17 0.00 0.00 99.38 14:46:18 14:11:01 1 0.13 0.00 0.17 0.00 0.00 99.70 14:46:18 14:11:01 2 0.22 0.00 0.27 0.00 0.00 99.52 14:46:18 14:11:01 3 0.17 0.00 0.22 0.00 0.00 99.62 14:46:18 14:12:01 all 0.21 0.00 0.10 0.00 0.01 99.68 14:46:18 14:12:01 0 0.17 0.00 0.12 0.00 0.02 99.70 14:46:18 14:12:01 1 0.37 0.00 0.05 0.00 0.00 99.58 14:46:18 14:12:01 2 0.20 0.00 0.10 0.00 0.00 99.70 14:46:18 14:12:01 3 0.10 0.00 0.13 0.00 0.02 99.75 14:46:18 14:13:02 all 8.27 0.00 9.70 3.85 0.06 78.11 14:46:18 14:13:02 0 7.41 0.00 8.49 3.75 0.07 80.28 14:46:18 14:13:02 1 7.47 0.00 9.30 3.45 0.05 79.74 14:46:18 14:13:02 2 9.08 0.00 10.43 3.09 0.08 77.30 14:46:18 14:13:02 3 9.11 0.00 10.59 5.13 0.05 75.11 14:46:18 14:14:01 all 12.12 0.00 11.63 4.00 0.09 72.16 14:46:18 14:14:01 0 11.49 0.00 12.23 4.21 0.12 71.95 14:46:18 14:14:01 1 12.13 0.00 11.18 4.15 0.10 72.44 14:46:18 14:14:01 2 12.37 0.00 11.44 4.02 0.07 72.10 14:46:18 14:14:01 3 12.50 0.00 11.67 3.60 0.05 72.17 14:46:18 14:15:01 all 8.35 0.00 6.63 4.02 0.07 80.94 14:46:18 14:15:01 0 8.54 0.00 7.14 3.93 0.10 80.28 14:46:18 14:15:01 1 8.03 0.00 6.37 3.73 0.07 81.81 14:46:18 14:15:01 2 8.60 0.00 6.68 3.47 0.05 81.20 14:46:18 14:15:01 3 8.21 0.00 6.33 4.96 0.05 80.45 14:46:18 14:46:18 14:15:01 CPU %user %nice %system %iowait %steal %idle 14:46:18 14:16:02 all 29.80 0.00 22.99 26.51 0.14 20.54 14:46:18 14:16:02 0 30.28 0.00 22.54 25.02 0.14 22.03 14:46:18 14:16:02 1 29.05 0.00 23.06 26.72 0.12 21.05 14:46:18 14:16:02 2 30.23 0.00 23.06 26.05 0.16 20.50 14:46:18 14:16:02 3 29.66 0.00 23.32 28.28 0.16 18.58 14:46:18 14:17:01 all 44.85 0.00 20.03 15.50 0.10 19.52 14:46:18 14:17:01 0 43.55 0.00 20.91 13.79 0.09 21.66 14:46:18 14:17:01 1 42.98 0.00 20.08 15.87 0.11 20.97 14:46:18 14:17:01 2 46.13 0.00 19.72 16.54 0.10 17.50 14:46:18 14:17:01 3 46.71 0.00 19.41 15.80 0.11 17.97 14:46:18 14:18:01 all 29.28 0.00 12.47 7.55 0.06 50.65 14:46:18 14:18:01 0 28.86 0.00 13.23 8.81 0.05 49.05 14:46:18 14:18:01 1 29.45 0.00 12.39 6.04 0.05 52.08 14:46:18 14:18:01 2 29.20 0.00 12.52 9.02 0.07 49.19 14:46:18 14:18:01 3 29.60 0.00 11.72 6.34 0.07 52.27 14:46:18 14:19:01 all 16.56 0.00 9.28 5.05 0.09 69.03 14:46:18 14:19:01 0 16.97 0.00 9.55 4.02 0.09 69.37 14:46:18 14:19:01 1 16.07 0.00 9.26 5.09 0.09 69.49 14:46:18 14:19:01 2 16.52 0.00 9.22 6.75 0.10 67.41 14:46:18 14:19:01 3 16.68 0.00 9.06 4.34 0.09 69.84 14:46:18 14:20:01 all 13.65 0.00 7.46 4.67 0.07 74.15 14:46:18 14:20:01 0 13.39 0.00 7.64 5.07 0.12 73.78 14:46:18 14:20:01 1 13.40 0.00 7.61 4.72 0.05 74.21 14:46:18 14:20:01 2 13.90 0.00 7.69 3.10 0.07 75.23 14:46:18 14:20:01 3 13.90 0.00 6.89 5.79 0.05 73.37 14:46:18 14:21:02 all 0.80 0.00 0.72 0.09 0.01 98.39 14:46:18 14:21:02 0 0.91 0.00 0.86 0.00 0.00 98.24 14:46:18 14:21:02 1 0.69 0.00 0.45 0.03 0.02 98.81 14:46:18 14:21:02 2 0.87 0.00 0.85 0.12 0.00 98.16 14:46:18 14:21:02 3 0.72 0.00 0.70 0.22 0.02 98.34 14:46:18 14:22:01 all 0.28 0.00 0.11 0.00 0.00 99.60 14:46:18 14:22:01 0 0.26 0.00 0.12 0.00 0.02 99.61 14:46:18 14:22:01 1 0.41 0.00 0.08 0.00 0.00 99.51 14:46:18 14:22:01 2 0.31 0.00 0.17 0.00 0.00 99.53 14:46:18 14:22:01 3 0.17 0.00 0.08 0.00 0.00 99.75 14:46:18 14:23:01 all 0.30 0.00 0.15 0.00 0.00 99.54 14:46:18 14:23:01 0 0.15 0.00 0.17 0.00 0.00 99.68 14:46:18 14:23:01 1 0.60 0.00 0.13 0.00 0.00 99.27 14:46:18 14:23:01 2 0.17 0.00 0.17 0.00 0.02 99.65 14:46:18 14:23:01 3 0.30 0.00 0.15 0.00 0.00 99.55 14:46:18 14:24:01 all 0.33 0.00 0.25 0.00 0.00 99.42 14:46:18 14:24:01 0 0.30 0.00 0.23 0.00 0.00 99.46 14:46:18 14:24:01 1 0.30 0.00 0.23 0.00 0.00 99.47 14:46:18 14:24:01 2 0.37 0.00 0.27 0.00 0.00 99.37 14:46:18 14:24:01 3 0.35 0.00 0.25 0.00 0.00 99.40 14:46:18 14:25:01 all 0.36 0.00 0.40 0.00 0.00 99.24 14:46:18 14:25:01 0 0.32 0.00 0.45 0.00 0.00 99.23 14:46:18 14:25:01 1 0.47 0.00 0.30 0.00 0.00 99.23 14:46:18 14:25:01 2 0.43 0.00 0.45 0.00 0.00 99.12 14:46:18 14:25:01 3 0.23 0.00 0.38 0.00 0.02 99.37 14:46:18 14:26:01 all 2.07 0.00 1.61 0.11 0.02 96.18 14:46:18 14:26:01 0 2.21 0.00 2.82 0.02 0.03 94.91 14:46:18 14:26:01 1 2.31 0.00 1.50 0.13 0.02 96.04 14:46:18 14:26:01 2 1.81 0.00 1.29 0.20 0.02 96.69 14:46:18 14:26:01 3 1.96 0.00 0.85 0.08 0.02 97.09 14:46:18 14:46:18 14:26:01 CPU %user %nice %system %iowait %steal %idle 14:46:18 14:27:01 all 4.78 0.00 2.73 2.59 0.02 89.88 14:46:18 14:27:01 0 4.34 0.00 3.13 3.30 0.00 89.23 14:46:18 14:27:01 1 3.09 0.00 2.35 2.25 0.03 92.29 14:46:18 14:27:01 2 6.96 0.00 2.92 2.02 0.02 88.08 14:46:18 14:27:01 3 4.76 0.00 2.50 2.81 0.03 89.90 14:46:18 14:28:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:46:18 14:28:01 0 0.02 0.00 0.05 0.00 0.00 99.93 14:46:18 14:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 14:46:18 14:28:01 2 0.07 0.00 0.05 0.00 0.00 99.88 14:46:18 14:28:01 3 0.50 0.00 0.02 0.00 0.00 99.48 14:46:18 14:29:01 all 0.12 0.00 0.04 0.00 0.01 99.84 14:46:18 14:29:01 0 0.08 0.00 0.02 0.00 0.02 99.88 14:46:18 14:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:46:18 14:29:01 2 0.07 0.00 0.05 0.00 0.02 99.87 14:46:18 14:29:01 3 0.30 0.00 0.07 0.00 0.00 99.63 14:46:18 14:30:01 all 0.14 0.00 0.03 0.00 0.00 99.83 14:46:18 14:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:46:18 14:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 14:46:18 14:30:01 2 0.03 0.00 0.05 0.00 0.00 99.92 14:46:18 14:30:01 3 0.50 0.00 0.02 0.00 0.02 99.47 14:46:18 14:31:01 all 0.11 0.00 0.03 0.00 0.00 99.85 14:46:18 14:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:46:18 14:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:46:18 14:31:01 2 0.07 0.00 0.07 0.00 0.02 99.85 14:46:18 14:31:01 3 0.32 0.00 0.03 0.00 0.00 99.65 14:46:18 14:32:01 all 0.15 0.00 0.02 0.00 0.00 99.83 14:46:18 14:32:01 0 0.05 0.00 0.05 0.00 0.00 99.90 14:46:18 14:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:46:18 14:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 14:46:18 14:32:01 3 0.52 0.00 0.02 0.00 0.00 99.47 14:46:18 14:33:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:46:18 14:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:46:18 14:33:01 1 0.02 0.00 0.03 0.00 0.00 99.95 14:46:18 14:33:01 2 0.05 0.00 0.05 0.00 0.00 99.90 14:46:18 14:33:01 3 0.52 0.00 0.03 0.00 0.00 99.45 14:46:18 14:34:01 all 0.14 0.00 0.04 0.00 0.00 99.82 14:46:18 14:34:01 0 0.03 0.00 0.03 0.02 0.00 99.92 14:46:18 14:34:01 1 0.47 0.00 0.03 0.00 0.00 99.50 14:46:18 14:34:01 2 0.03 0.00 0.05 0.00 0.00 99.92 14:46:18 14:34:01 3 0.02 0.00 0.03 0.00 0.00 99.95 14:46:18 14:35:01 all 0.07 0.00 0.03 0.00 0.00 99.90 14:46:18 14:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:46:18 14:35:01 1 0.18 0.00 0.03 0.00 0.00 99.78 14:46:18 14:35:01 2 0.05 0.00 0.05 0.00 0.00 99.90 14:46:18 14:35:01 3 0.03 0.00 0.03 0.00 0.00 99.93 14:46:18 14:36:01 all 0.15 0.00 0.02 0.00 0.00 99.82 14:46:18 14:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 14:46:18 14:36:01 1 0.53 0.00 0.02 0.00 0.00 99.45 14:46:18 14:36:01 2 0.05 0.00 0.05 0.00 0.02 99.88 14:46:18 14:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:46:18 14:37:01 all 0.15 0.00 0.03 0.00 0.00 99.83 14:46:18 14:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:46:18 14:37:01 1 0.50 0.00 0.02 0.00 0.00 99.48 14:46:18 14:37:01 2 0.05 0.00 0.05 0.00 0.00 99.90 14:46:18 14:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:46:18 14:46:18 14:37:01 CPU %user %nice %system %iowait %steal %idle 14:46:18 14:38:01 all 0.15 0.00 0.02 0.00 0.00 99.82 14:46:18 14:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:46:18 14:38:01 1 0.53 0.00 0.02 0.00 0.02 99.43 14:46:18 14:38:01 2 0.03 0.00 0.03 0.00 0.00 99.93 14:46:18 14:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:46:18 14:39:01 all 0.08 0.00 0.04 0.00 0.00 99.87 14:46:18 14:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:46:18 14:39:01 1 0.23 0.00 0.05 0.00 0.00 99.72 14:46:18 14:39:01 2 0.03 0.00 0.05 0.00 0.00 99.92 14:46:18 14:39:01 3 0.03 0.00 0.03 0.00 0.02 99.92 14:46:18 14:40:02 all 0.13 0.00 0.02 0.00 0.02 99.83 14:46:18 14:40:02 0 0.02 0.00 0.02 0.00 0.02 99.95 14:46:18 14:40:02 1 0.42 0.00 0.03 0.02 0.02 99.52 14:46:18 14:40:02 2 0.05 0.00 0.03 0.00 0.03 99.88 14:46:18 14:40:02 3 0.03 0.00 0.02 0.00 0.00 99.95 14:46:18 14:41:01 all 0.15 0.00 0.03 0.00 0.00 99.82 14:46:18 14:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:46:18 14:41:01 1 0.53 0.00 0.00 0.00 0.00 99.47 14:46:18 14:41:01 2 0.05 0.00 0.05 0.00 0.00 99.90 14:46:18 14:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:46:18 14:42:01 all 0.16 0.00 0.02 0.00 0.00 99.81 14:46:18 14:42:01 0 0.05 0.00 0.02 0.00 0.00 99.93 14:46:18 14:42:01 1 0.52 0.00 0.02 0.00 0.02 99.45 14:46:18 14:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 14:46:18 14:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:46:18 14:43:01 all 0.14 0.00 0.02 0.00 0.01 99.82 14:46:18 14:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 14:46:18 14:43:01 1 0.48 0.00 0.03 0.00 0.02 99.47 14:46:18 14:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 14:46:18 14:43:01 3 0.02 0.00 0.02 0.00 0.02 99.95 14:46:18 14:44:01 all 0.10 0.00 0.03 0.00 0.00 99.86 14:46:18 14:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:46:18 14:44:01 1 0.32 0.00 0.05 0.00 0.02 99.62 14:46:18 14:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 14:46:18 14:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:46:18 14:45:01 all 1.67 0.00 1.09 1.29 0.04 95.91 14:46:18 14:45:01 0 1.56 0.00 1.06 0.65 0.03 96.69 14:46:18 14:45:01 1 1.77 0.00 0.87 1.27 0.05 96.04 14:46:18 14:45:01 2 1.25 0.00 1.14 1.76 0.05 95.80 14:46:18 14:45:01 3 2.11 0.00 1.29 1.47 0.03 95.09 14:46:18 14:46:01 all 2.76 0.00 2.07 0.40 0.09 94.69 14:46:18 14:46:01 0 3.06 0.00 1.77 0.02 0.12 95.03 14:46:18 14:46:01 1 2.91 0.00 2.17 0.15 0.08 94.68 14:46:18 14:46:01 2 2.58 0.00 2.58 0.64 0.05 94.16 14:46:18 14:46:01 3 2.48 0.00 1.75 0.78 0.10 94.89 14:46:18 Average: all 7.70 0.00 3.81 2.19 0.04 86.26 14:46:18 Average: 0 7.83 0.00 3.91 2.08 0.04 86.13 14:46:18 Average: 1 7.62 0.00 3.78 2.21 0.04 86.36 14:46:18 Average: 2 7.67 0.00 3.85 2.17 0.04 86.27 14:46:18 Average: 3 7.68 0.00 3.72 2.29 0.04 86.27 14:46:18 14:46:18 14:46:18