Pull request #3328 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 beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 rather than 2c84d61c40431387dae2957f2cd339d9924a3549 Obtained Jenkinsfile from d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2083’ Running on prd-centos7-docker-4c-2g-2085 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/43 [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/43 # 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 Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 2c84d61c40431387dae2957f2cd339d9924a3549 Merge succeeded, producing 10079b2b181f3fa4473867c4ea5f8bc429aed6f7 Checking out Revision 10079b2b181f3fa4473867c4ea5f8bc429aed6f7 (PR-3328) > 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/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2c84d61c40431387dae2957f2cd339d9924a3549 # 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 d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10079b2b181f3fa4473867c4ea5f8bc429aed6f7 # timeout=10 Commit message: "Merge commit 'd6c94b2bf9e03361c9a87fbe2ddec88137f69d04' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 443cb5ab963d170e9dda88842f1dd934604481b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-27T21:45:04.456Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-27T21:45:04.556Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-27T21:45:04.586Z] ========================================================= [2021-04-27T21:45:04.586Z] EdgeX Global Pipelines Version Info [2021-04-27T21:45:04.586Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-27T21:45:14.395Z] ------------------- [2021-04-27T21:45:14.395Z] stable info: [2021-04-27T21:45:14.395Z] ------------------- [2021-04-27T21:45:14.395Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-27T21:45:14.395Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-27T21:45:14.395Z] Message: update stable to v1.0.186 [2021-04-27T21:45:18.844Z] ------------------- [2021-04-27T21:45:18.844Z] experimental info: [2021-04-27T21:45:18.844Z] ------------------- [2021-04-27T21:45:18.844Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-27T21:45:18.844Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-27T21:45:18.844Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-27T21:45:19.253Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-27T21:45:19.276Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-27T21:45:19.299Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-27T21:45:19.322Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-27T21:45:19.344Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-27T21:45:19.367Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-27T21:45:19.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-27T21:45:19.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-27T21:45:19.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-27T21:45:19.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-27T21:45:19.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-27T21:45:19.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-27T21:45:19.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-27T21:45:19.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-27T21:45:19.570Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-27T21:45:19.592Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-27T21:45:19.614Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-27T21:45:19.637Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-27T21:45:19.660Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-27T21:45:19.682Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-27T21:45:19.704Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-27T21:45:19.727Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-27T21:45:19.750Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3328 [Pipeline] echo [2021-04-27T21:45:19.773Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3328 [Pipeline] echo [2021-04-27T21:45:19.798Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3328 [Pipeline] echo [2021-04-27T21:45:19.821Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10079b2b181f3fa4473867c4ea5f8bc429aed6f7 [Pipeline] echo [2021-04-27T21:45:19.846Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10079b2 [Pipeline] echo [2021-04-27T21:45:19.871Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-27T21:45:19.962Z] provisioning config files... [2021-04-27T21:45:20.102Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/43@tmp/config1759421896407555149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-27T21:45:20.693Z] ---> docker-login.sh [2021-04-27T21:45:20.693Z] nexus3.edgexfoundry.org:10001 [2021-04-27T21:45:23.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T21:45:24.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T21:45:24.022Z] Configure a credential helper to remove this warning. See [2021-04-27T21:45:24.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T21:45:24.022Z] [2021-04-27T21:45:24.022Z] Login Succeeded [2021-04-27T21:45:24.022Z] nexus3.edgexfoundry.org:10002 [2021-04-27T21:45:25.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T21:45:25.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T21:45:25.120Z] Configure a credential helper to remove this warning. See [2021-04-27T21:45:25.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T21:45:25.120Z] [2021-04-27T21:45:25.120Z] Login Succeeded [2021-04-27T21:45:25.558Z] nexus3.edgexfoundry.org:10003 [2021-04-27T21:45:25.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T21:45:26.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T21:45:26.539Z] Configure a credential helper to remove this warning. See [2021-04-27T21:45:26.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T21:45:26.539Z] [2021-04-27T21:45:26.539Z] Login Succeeded [2021-04-27T21:45:26.539Z] nexus3.edgexfoundry.org:10004 [2021-04-27T21:45:27.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T21:45:28.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T21:45:28.569Z] Configure a credential helper to remove this warning. See [2021-04-27T21:45:28.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T21:45:28.569Z] [2021-04-27T21:45:28.569Z] Login Succeeded [2021-04-27T21:45:29.232Z] docker.io [2021-04-27T21:45:29.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T21:45:30.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T21:45:30.559Z] Configure a credential helper to remove this warning. See [2021-04-27T21:45:30.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T21:45:30.559Z] [2021-04-27T21:45:30.559Z] Login Succeeded [2021-04-27T21:45:30.559Z] ---> docker-login.sh ends [Pipeline] } [2021-04-27T21:45:30.615Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T21:45:31.018Z] ++ 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 [2021-04-27T21:45:31.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T21:45:31.018Z] ++ dirname cmd/core-command/Dockerfile [2021-04-27T21:45:31.018Z] ++ cut -d/ -f2 [2021-04-27T21:45:31.018Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-27T21:45:31.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T21:45:31.018Z] ++ dirname cmd/core-data/Dockerfile [2021-04-27T21:45:31.018Z] ++ cut -d/ -f2 [2021-04-27T21:45:31.018Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-27T21:45:31.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T21:45:31.018Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-27T21:45:31.018Z] ++ cut -d/ -f2 [2021-04-27T21:45:31.018Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-27T21:45:31.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T21:45:31.018Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-27T21:45:31.018Z] ++ cut -d/ -f2 [2021-04-27T21:45:31.018Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-27T21:45:31.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T21:45:31.018Z] ++ cut -d/ -f2 [2021-04-27T21:45:31.018Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-27T21:45:31.018Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-27T21:45:31.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T21:45:31.018Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-27T21:45:31.018Z] ++ cut -d/ -f2 [2021-04-27T21:45:31.018Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-27T21:45:31.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T21:45:31.018Z] ++ cut -d/ -f2 [2021-04-27T21:45:31.018Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-27T21:45:31.018Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-27T21:45:31.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T21:45:31.018Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-27T21:45:31.018Z] ++ cut -d/ -f2 [2021-04-27T21:45:31.018Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-27T21:45:31.018Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T21:45:31.018Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-27T21:45:31.018Z] ++ cut -d/ -f2 [2021-04-27T21:45:31.018Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-27T21:45:31.456Z] 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 [2021-04-27T21:45:32.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T21:45:33.348Z] [2021-04-27T21:45:33.348Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T21:45:33.855Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T21:45:34.188Z] latest: Pulling from edgex-devops/git-semver [2021-04-27T21:45:34.188Z] 31603596830f: Pulling fs layer [2021-04-27T21:45:34.188Z] ed72481023dd: Pulling fs layer [2021-04-27T21:45:34.188Z] c32a4479710f: Pulling fs layer [2021-04-27T21:45:34.188Z] c2876331c4ee: Pulling fs layer [2021-04-27T21:45:34.188Z] c2876331c4ee: Waiting [2021-04-27T21:45:34.188Z] ed72481023dd: Verifying Checksum [2021-04-27T21:45:34.188Z] ed72481023dd: Download complete [2021-04-27T21:45:34.930Z] 31603596830f: Verifying Checksum [2021-04-27T21:45:34.930Z] 31603596830f: Download complete [2021-04-27T21:45:35.682Z] c2876331c4ee: Verifying Checksum [2021-04-27T21:45:35.682Z] c2876331c4ee: Download complete [2021-04-27T21:45:35.682Z] c32a4479710f: Verifying Checksum [2021-04-27T21:45:35.682Z] c32a4479710f: Download complete [2021-04-27T21:45:36.755Z] 31603596830f: Pull complete [2021-04-27T21:45:37.298Z] ed72481023dd: Pull complete [2021-04-27T21:45:42.082Z] c32a4479710f: Pull complete [2021-04-27T21:45:42.837Z] c2876331c4ee: Pull complete [2021-04-27T21:45:42.837Z] Digest: sha256:847ffe7ce2e7ac62508696f65e6af8fb3845486e82f4c7d75a16a052f406db85 [2021-04-27T21:45:42.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T21:45:42.837Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-27T21:45:43.132Z] prd-centos7-docker-4c-2g-2085 does not seem to be running inside a container [2021-04-27T21:45:43.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T21:45:47.560Z] $ docker top 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T21:45:48.394Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T21:45:48.394Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T21:45:49.777Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T21:45:49.784Z] $ docker exec 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e ssh-agent [2021-04-27T21:45:50.224Z] SSH_AUTH_SOCK=/tmp/ssh-347qn414GrmC/agent.11 [2021-04-27T21:45:50.224Z] SSH_AGENT_PID=17 [2021-04-27T21:45:50.265Z] Running ssh-add (command line suppressed) [2021-04-27T21:45:50.954Z] Identity added: /w/workspace/edgex-go/43@tmp/private_key_1581897465699557983.key (/w/workspace/edgex-go/43@tmp/private_key_1581897465699557983.key) [2021-04-27T21:45:51.149Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T21:45:51.866Z] + git tag --points-at HEAD [Pipeline] } [2021-04-27T21:45:51.989Z] $ docker exec --env ******** --env ******** 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e ssh-agent -k [2021-04-27T21:45:52.692Z] unset SSH_AUTH_SOCK; [2021-04-27T21:45:52.693Z] unset SSH_AGENT_PID; [2021-04-27T21:45:52.693Z] echo Agent pid 17 killed; [2021-04-27T21:45:52.929Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-27T21:45:52.974Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T21:45:52.975Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T21:45:54.060Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T21:45:54.073Z] $ docker exec 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e ssh-agent [2021-04-27T21:45:54.871Z] SSH_AUTH_SOCK=/tmp/ssh-QySZbAKxXjaB/agent.45 [2021-04-27T21:45:54.871Z] SSH_AGENT_PID=50 [2021-04-27T21:45:54.937Z] Running ssh-add (command line suppressed) [2021-04-27T21:45:55.934Z] Identity added: /w/workspace/edgex-go/43@tmp/private_key_1567553075247874747.key (/w/workspace/edgex-go/43@tmp/private_key_1567553075247874747.key) [2021-04-27T21:45:56.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T21:45:57.325Z] + git semver init [2021-04-27T21:45:57.611Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T21:45:57.611Z] # $GIT_DIR = /w/workspace/edgex-go/43/.git [2021-04-27T21:45:57.611Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/43 [2021-04-27T21:45:57.611Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T21:45:57.611Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T21:45:57.611Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T21:45:57.611Z] # $SEMVER_BRANCH = PR-3328 [2021-04-27T21:45:57.611Z] # $SEMVER_TEMP = /tmp/semver-751572150 [2021-04-27T21:45:57.611Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-27T21:46:58.277Z] # '/tmp/semver-751572150' -> '/w/workspace/edgex-go/43/.semver' [2021-04-27T21:46:58.277Z] # -> Force: false [2021-04-27T21:46:58.277Z] # $SEMVER_DIR = /w/workspace/edgex-go/43/.semver [Pipeline] } [2021-04-27T21:46:58.313Z] $ docker exec --env ******** --env ******** 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e ssh-agent -k [2021-04-27T21:46:59.790Z] unset SSH_AUTH_SOCK; [2021-04-27T21:46:59.791Z] unset SSH_AGENT_PID; [2021-04-27T21:46:59.791Z] echo Agent pid 50 killed; [2021-04-27T21:47:00.085Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T21:47:01.519Z] + git semver [Pipeline] } [2021-04-27T21:47:01.585Z] $ docker stop --time=1 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e [2021-04-27T21:47:10.104Z] $ docker rm -f 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T21:47:11.924Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-27T21:47:17.182Z] Stashed 1 file(s) [Pipeline] echo [2021-04-27T21:47:17.187Z] [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 [2021-04-27T21:47:17.995Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-27T21:47:18.425Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T21:47:18.998Z] + sudo service docker restart [2021-04-27T21:47:18.998Z] + true [2021-04-27T21:47:19.311Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-27T21:47:23.537Z] ========================================================= [2021-04-27T21:47:23.537Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-27T21:47:23.537Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T21:47:24.151Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-27T21:47:32.385Z] Still waiting to schedule task [2021-04-27T21:47:32.385Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-27T21:47:43.202Z] Sending build context to Docker daemon 329.8MB [2021-04-27T21:47:43.202Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-27T21:47:43.202Z] Step 2/6 : FROM ${BASE} [2021-04-27T21:47:43.202Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-27T21:47:43.202Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T21:47:43.202Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T21:47:43.202Z] de9db76c5a1d: Pulling fs layer [2021-04-27T21:47:43.202Z] bca2f99d35d6: Pulling fs layer [2021-04-27T21:47:43.202Z] 93359f2a8cfa: Pulling fs layer [2021-04-27T21:47:43.202Z] 7c6f9722023f: Pulling fs layer [2021-04-27T21:47:43.202Z] a35cf1a2eb13: Pulling fs layer [2021-04-27T21:47:43.202Z] 93359f2a8cfa: Waiting [2021-04-27T21:47:43.202Z] 7c6f9722023f: Waiting [2021-04-27T21:47:43.202Z] a35cf1a2eb13: Waiting [2021-04-27T21:47:43.202Z] bca2f99d35d6: Waiting [2021-04-27T21:47:43.202Z] de9db76c5a1d: Download complete [2021-04-27T21:47:43.202Z] 0ef7d3d256c8: Verifying Checksum [2021-04-27T21:47:43.202Z] 0ef7d3d256c8: Download complete [2021-04-27T21:47:43.202Z] 93359f2a8cfa: Verifying Checksum [2021-04-27T21:47:43.202Z] 93359f2a8cfa: Download complete [2021-04-27T21:47:43.202Z] 7c6f9722023f: Download complete [2021-04-27T21:47:43.202Z] 188c0c94c7c5: Verifying Checksum [2021-04-27T21:47:43.202Z] 188c0c94c7c5: Download complete [2021-04-27T21:47:46.358Z] 188c0c94c7c5: Pull complete [2021-04-27T21:47:48.376Z] 0ef7d3d256c8: Pull complete [2021-04-27T21:47:49.954Z] de9db76c5a1d: Pull complete [2021-04-27T21:47:56.156Z] a35cf1a2eb13: Verifying Checksum [2021-04-27T21:47:56.156Z] a35cf1a2eb13: Download complete [2021-04-27T21:47:58.525Z] bca2f99d35d6: Verifying Checksum [2021-04-27T21:47:58.525Z] bca2f99d35d6: Download complete [2021-04-27T21:48:28.170Z] bca2f99d35d6: Pull complete [2021-04-27T21:48:28.171Z] 93359f2a8cfa: Pull complete [2021-04-27T21:48:28.171Z] 7c6f9722023f: Pull complete [2021-04-27T21:48:44.766Z] a35cf1a2eb13: Pull complete [2021-04-27T21:48:44.766Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-27T21:48:44.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-27T21:48:44.766Z] ---> a62c8e92a672 [2021-04-27T21:48:44.766Z] 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 [2021-04-27T21:48:44.766Z] ---> Running in 9070519601c7 [2021-04-27T21:48:45.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T21:48:46.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T21:48:47.365Z] (1/12) Installing libmagic (5.38-r0) [2021-04-27T21:48:47.700Z] (2/12) Installing file (5.38-r0) [2021-04-27T21:48:47.700Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-27T21:48:48.027Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-27T21:48:56.812Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-27T21:48:56.813Z] (6/12) Installing patch (2.7.6-r6) [2021-04-27T21:48:56.813Z] (7/12) Installing build-base (0.5-r2) [2021-04-27T21:48:56.813Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-27T21:48:56.813Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-27T21:48:56.813Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-27T21:48:56.813Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-27T21:48:56.813Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-27T21:48:56.813Z] Executing busybox-1.31.1-r19.trigger [2021-04-27T21:48:56.813Z] OK: 233 MiB in 51 packages [2021-04-27T21:49:04.273Z] Removing intermediate container 9070519601c7 [2021-04-27T21:49:04.273Z] ---> 31421a46129a [2021-04-27T21:49:04.273Z] Step 4/6 : WORKDIR /edgex-go [2021-04-27T21:49:04.273Z] ---> Running in 989f24c7e23d [2021-04-27T21:49:04.937Z] Removing intermediate container 989f24c7e23d [2021-04-27T21:49:04.937Z] ---> 87d84648bbaf [2021-04-27T21:49:04.937Z] Step 5/6 : COPY go.mod . [2021-04-27T21:49:06.083Z] ---> d244fb54a658 [2021-04-27T21:49:06.083Z] Step 6/6 : RUN go mod download [2021-04-27T21:49:06.083Z] ---> Running in ed91bcad7539 [2021-04-27T21:49:23.730Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2086 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws [2021-04-27T21:49:23.749Z] Running in /w/workspace/edgex-go/43 [Pipeline] { [Pipeline] checkout [2021-04-27T21:49:29.451Z] using credential edgex-jenkins-ssh [2021-04-27T21:49:29.491Z] Cloning the remote Git repository [2021-04-27T21:49:29.551Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-27T21:49:29.651Z] > git init /w/workspace/edgex-go/43 # timeout=10 [2021-04-27T21:49:29.759Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-27T21:49:29.760Z] > git --version # timeout=10 [2021-04-27T21:49:29.774Z] > git --version # 'git version 2.17.1' [2021-04-27T21:49:29.775Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T21:49:29.817Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T21:49:47.186Z] Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 2c84d61c40431387dae2957f2cd339d9924a3549 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-27T21:49:47.321Z] Failed in branch arm64 [2021-04-27T21:49:46.243Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-27T21:49:46.264Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T21:49:46.291Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-27T21:49:46.325Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-27T21:49:46.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T21:49:46.337Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T21:49:47.210Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T21:49:47.224Z] > git checkout -f 2c84d61c40431387dae2957f2cd339d9924a3549 # timeout=10 [2021-04-27T21:49:55.436Z] Removing intermediate container ed91bcad7539 [2021-04-27T21:49:55.436Z] ---> 5cf299d74803 [2021-04-27T21:49:55.436Z] Successfully built 5cf299d74803 [2021-04-27T21:49:55.436Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T21:49:55.938Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T21:49:56.601Z] . [Pipeline] withDockerContainer [2021-04-27T21:49:57.073Z] prd-centos7-docker-4c-2g-2085 does not seem to be running inside a container [2021-04-27T21:49:57.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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 ******** ci-base-image-x86_64 cat [2021-04-27T21:50:02.836Z] $ docker top 3af65154c51c29455060aab131b3e7b750d672e3de957456e36cd6e9a4f99cef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T21:50:05.941Z] + go version [2021-04-27T21:50:06.234Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-27T21:50:06.264Z] $ docker stop --time=1 3af65154c51c29455060aab131b3e7b750d672e3de957456e36cd6e9a4f99cef [2021-04-27T21:50:10.363Z] $ docker rm -f 3af65154c51c29455060aab131b3e7b750d672e3de957456e36cd6e9a4f99cef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T21:50:11.175Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T21:50:11.175Z] . [Pipeline] withDockerContainer [2021-04-27T21:50:11.936Z] prd-centos7-docker-4c-2g-2085 does not seem to be running inside a container [2021-04-27T21:50:12.462Z] $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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 ******** ci-base-image-x86_64 cat [2021-04-27T21:50:16.687Z] $ docker top 7fe074af77cdce541d6589fb5f0f3d427c86434cdd31db08589e5ec80acf3c02 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-27T21:50:17.451Z] ========================================================= [2021-04-27T21:50:17.451Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-27T21:50:17.451Z] ========================================================= [Pipeline] sh [2021-04-27T21:50:18.497Z] + make test [2021-04-27T21:50:18.497Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-27T21:50:58.815Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-27T21:51:57.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-27T21:52:13.589Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-27T21:52:13.589Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-27T21:52:13.589Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-27T21:52:18.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-27T21:52:18.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-27T21:52:18.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-27T21:52:19.704Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-27T21:52:22.258Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-27T21:52:24.893Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-27T21:52:34.104Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-27T21:52:34.104Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-27T21:52:34.104Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-27T21:52:41.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.214s coverage: 45.9% of statements [2021-04-27T21:52:41.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-27T21:52:41.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-27T21:52:41.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-27T21:52:41.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-27T21:52:41.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-27T21:52:41.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-27T21:52:41.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.090s coverage: 19.8% of statements [2021-04-27T21:52:41.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.742s coverage: 100.0% of statements [2021-04-27T21:52:47.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.757s coverage: 27.1% of statements [2021-04-27T21:52:47.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-27T21:52:47.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-27T21:52:47.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-27T21:52:47.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-27T21:52:47.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-27T21:52:47.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-27T21:52:47.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.158s coverage: 100.0% of statements [2021-04-27T21:52:47.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-27T21:52:47.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.184s coverage: 100.0% of statements [2021-04-27T21:52:47.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-27T21:52:47.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-27T21:52:47.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.416s coverage: 71.3% of statements [2021-04-27T21:52:47.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-27T21:52:47.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-27T21:52:50.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.802s coverage: 87.7% of statements [2021-04-27T21:52:50.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-27T21:52:50.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T21:52:50.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.153s coverage: 78.9% of statements [2021-04-27T21:52:50.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-27T21:52:59.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.220s coverage: 28.6% of statements [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-27T21:52:59.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.193s coverage: 100.0% of statements [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-27T21:52:59.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-27T21:52:59.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.419s coverage: 86.7% of statements [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-27T21:52:59.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.527s coverage: 97.5% of statements [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-27T21:52:59.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.233s coverage: 78.3% of statements [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-27T21:52:59.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-27T21:53:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.237s coverage: 95.1% of statements [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-27T21:53:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.199s coverage: 58.8% of statements [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-27T21:53:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.9% of statements [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-27T21:53:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-27T21:53:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.303s coverage: 47.1% of statements [2021-04-27T21:53:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.155s coverage: 79.5% of statements [2021-04-27T21:53:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.304s coverage: 94.1% of statements [2021-04-27T21:53:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.149s coverage: 96.3% of statements [2021-04-27T21:53:07.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.111s coverage: 87.5% of statements [2021-04-27T21:53:20.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.340s coverage: 94.4% of statements [2021-04-27T21:53:20.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.209s coverage: 44.8% of statements [2021-04-27T21:53:26.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.935s coverage: 81.8% of statements [2021-04-27T21:53:26.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-27T21:53:33.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.598s coverage: 92.9% of statements [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-27T21:53:33.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.177s coverage: 65.1% of statements [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-27T21:53:33.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.450s coverage: 87.2% of statements [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-27T21:53:33.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.118s coverage: 100.0% of statements [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-27T21:53:33.725Z] flag provided but not defined: -badarg [2021-04-27T21:53:33.725Z] Usage of adduser: [2021-04-27T21:53:33.725Z] -algorithm string [2021-04-27T21:53:33.725Z] Algorithm used for signing the JWT, RS256 or ES256 [2021-04-27T21:53:33.725Z] -client_id string [2021-04-27T21:53:33.725Z] Optional manually-specified OAuth2 client_id. [2021-04-27T21:53:33.725Z] -client_secret string [2021-04-27T21:53:33.725Z] Optional manually-specified OAuth2 client_secret. [2021-04-27T21:53:33.725Z] -confdir string [2021-04-27T21:53:33.725Z] [2021-04-27T21:53:33.725Z] -group string [2021-04-27T21:53:33.725Z] Group to which the user belongs, defaults to 'gateway' (default "gateway") [2021-04-27T21:53:33.725Z] -id string [2021-04-27T21:53:33.725Z] ID to use for linkage with JWT claim (usually the 'iss' field) [2021-04-27T21:53:33.725Z] -jwt string [2021-04-27T21:53:33.725Z] The file containing the JWT for use when accessing the Kong Admin API [2021-04-27T21:53:33.725Z] -public_key string [2021-04-27T21:53:33.725Z] Public key (in PEM format) used to validate the JWT. [2021-04-27T21:53:33.725Z] -redirect_uris string [2021-04-27T21:53:33.725Z] OAuth2 redirect URL for browser-based users (default: https://localhost) (default "https://localhost") [2021-04-27T21:53:33.725Z] -token-type string [2021-04-27T21:53:33.725Z] Type of token to create: jwt or oauth2 [2021-04-27T21:53:33.725Z] -user string [2021-04-27T21:53:33.725Z] Username of the user to add [2021-04-27T21:53:33.725Z] --- FAIL: TestAddUserJWT (0.05s) [2021-04-27T21:53:33.725Z] command_test.go:121: [2021-04-27T21:53:33.725Z] Error Trace: command_test.go:121 [2021-04-27T21:53:33.725Z] Error: Received unexpected error: [2021-04-27T21:53:33.725Z] failed to read JWT file: open s0meJWT: no such file or directory [2021-04-27T21:53:33.725Z] Test: TestAddUserJWT [2021-04-27T21:53:33.725Z] --- FAIL: TestAddUserOAuth2 (0.00s) [2021-04-27T21:53:33.725Z] command_test.go:193: [2021-04-27T21:53:33.725Z] Error Trace: command_test.go:193 [2021-04-27T21:53:33.725Z] Error: Received unexpected error: [2021-04-27T21:53:33.725Z] failed to read JWT file: open s0meJWT: no such file or directory [2021-04-27T21:53:33.725Z] Test: TestAddUserOAuth2 [2021-04-27T21:53:33.725Z] FAIL [2021-04-27T21:53:33.725Z] coverage: 28.9% of statements [2021-04-27T21:53:33.725Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.392s [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-27T21:53:33.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.165s coverage: 80.0% of statements [2021-04-27T21:53:33.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.384s coverage: 87.2% of statements [2021-04-27T21:53:33.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.304s coverage: 85.4% of statements [2021-04-27T21:53:33.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.583s coverage: 91.2% of statements [2021-04-27T21:53:33.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-27T21:53:37.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.407s coverage: 64.4% of statements [2021-04-27T21:53:37.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-27T21:53:37.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-27T21:53:37.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements [2021-04-27T21:53:37.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements [2021-04-27T21:53:37.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.171s coverage: 100.0% of statements [2021-04-27T21:53:37.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-04-27T21:53:39.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.179s coverage: 100.0% of statements [2021-04-27T21:53:43.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.484s coverage: 62.9% of statements [2021-04-27T21:53:43.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-27T21:53:43.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-27T21:53:43.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-27T21:53:46.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 41.5% of statements [2021-04-27T21:53:46.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-27T21:53:46.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-27T21:53:46.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.202s coverage: 89.5% of statements [2021-04-27T21:53:46.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-27T21:53:46.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.075s coverage: 84.8% of statements [2021-04-27T21:53:51.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.437s coverage: 47.0% of statements [2021-04-27T21:53:51.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-27T21:53:51.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-27T21:53:51.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-27T21:53:51.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-27T21:53:51.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-27T21:53:51.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.159s coverage: 100.0% of statements [2021-04-27T21:53:51.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-27T21:53:51.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.191s coverage: 100.0% of statements [2021-04-27T21:53:51.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-27T21:53:51.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-27T21:53:52.273Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.518s coverage: 9.6% of statements [2021-04-27T21:53:52.273Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-27T21:53:54.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.894s coverage: 92.6% of statements [2021-04-27T21:53:54.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-27T21:53:54.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T21:53:54.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-27T21:54:00.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.129s coverage: 28.7% of statements [2021-04-27T21:54:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-27T21:54:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-27T21:54:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-27T21:54:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-27T21:54:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-27T21:54:00.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.523s coverage: 99.0% of statements [2021-04-27T21:54:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-27T21:54:00.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.298s coverage: 100.0% of statements [2021-04-27T21:54:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-27T21:54:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-27T21:54:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-27T21:54:00.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.432s coverage: 64.6% of statements [2021-04-27T21:54:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-27T21:54:02.768Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.897s coverage: 97.6% of statements [2021-04-27T21:54:02.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-27T21:54:02.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T21:54:02.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-27T21:54:02.768Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.068s coverage: 0.0% of statements [2021-04-27T21:54:02.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-27T21:54:02.768Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.094s coverage: 100.0% of statements [2021-04-27T21:54:02.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-27T21:54:02.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-27T21:54:02.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-27T21:54:02.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-27T21:54:05.168Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.336s coverage: 87.9% of statements [2021-04-27T21:54:05.168Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-27T21:54:05.168Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-27T21:54:05.168Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.107s coverage: 100.0% of statements [2021-04-27T21:54:05.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.214s coverage: 28.1% of statements [2021-04-27T21:54:07.168Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.229s coverage: 100.0% of statements [2021-04-27T21:54:07.168Z] FAIL [2021-04-27T21:54:07.974Z] make: *** [Makefile:94: test] Error 1 [Pipeline] } [2021-04-27T21:54:08.056Z] $ docker stop --time=1 7fe074af77cdce541d6589fb5f0f3d427c86434cdd31db08589e5ec80acf3c02 [2021-04-27T21:54:11.724Z] $ docker rm -f 7fe074af77cdce541d6589fb5f0f3d427c86434cdd31db08589e5ec80acf3c02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-27T21:54:13.392Z] Failed in branch amd64 [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 [2021-04-27T21:54:14.414Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T21:54:16.295Z] ---> package-listing.sh [2021-04-27T21:54:16.295Z] ++ facter osfamily [2021-04-27T21:54:16.295Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-27T21:54:16.597Z] + OS_FAMILY=redhat [2021-04-27T21:54:16.597Z] + workspace=/w/workspace/edgex-go/43 [2021-04-27T21:54:16.597Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-27T21:54:16.597Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-27T21:54:16.597Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-27T21:54:16.597Z] + PACKAGES=/tmp/packages_start.txt [2021-04-27T21:54:16.597Z] + '[' /w/workspace/edgex-go/43 ']' [2021-04-27T21:54:16.597Z] + PACKAGES=/tmp/packages_end.txt [2021-04-27T21:54:16.597Z] + case "${OS_FAMILY}" in [2021-04-27T21:54:16.597Z] + rpm -qa [2021-04-27T21:54:16.597Z] + sort [2021-04-27T21:54:29.350Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-27T21:54:29.350Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-27T21:54:29.350Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-27T21:54:29.350Z] + '[' /w/workspace/edgex-go/43 ']' [2021-04-27T21:54:29.350Z] + mkdir -p /w/workspace/edgex-go/43/archives/ [2021-04-27T21:54:29.350Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/43/archives/ [Pipeline] echo [2021-04-27T21:54:29.378Z] 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/43/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-27T21:54:29.766Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-27T21:54:30.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T21:54:30.824Z] [2021-04-27T21:54:30.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-27T21:54:31.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T21:54:31.677Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-27T21:54:31.677Z] df20fa9351a1: Pulling fs layer [2021-04-27T21:54:31.677Z] 36b3adc4ff6f: Pulling fs layer [2021-04-27T21:54:31.677Z] 8ad3a11d3b57: Pulling fs layer [2021-04-27T21:54:31.677Z] 46f8f816bc3b: Pulling fs layer [2021-04-27T21:54:31.677Z] 93b61091891f: Pulling fs layer [2021-04-27T21:54:31.677Z] 93b9cdb0e59b: Pulling fs layer [2021-04-27T21:54:31.677Z] 5e14af77c1be: Pulling fs layer [2021-04-27T21:54:31.677Z] 01666e4c0597: Pulling fs layer [2021-04-27T21:54:31.677Z] aa168da1d23b: Pulling fs layer [2021-04-27T21:54:31.677Z] 46f8f816bc3b: Waiting [2021-04-27T21:54:31.677Z] 93b61091891f: Waiting [2021-04-27T21:54:31.677Z] 93b9cdb0e59b: Waiting [2021-04-27T21:54:31.677Z] 5e14af77c1be: Waiting [2021-04-27T21:54:31.677Z] 01666e4c0597: Waiting [2021-04-27T21:54:31.677Z] aa168da1d23b: Waiting [2021-04-27T21:54:31.677Z] 36b3adc4ff6f: Verifying Checksum [2021-04-27T21:54:31.677Z] 36b3adc4ff6f: Download complete [2021-04-27T21:54:31.677Z] 46f8f816bc3b: Verifying Checksum [2021-04-27T21:54:31.677Z] 46f8f816bc3b: Download complete [2021-04-27T21:54:32.124Z] df20fa9351a1: Verifying Checksum [2021-04-27T21:54:32.124Z] df20fa9351a1: Download complete [2021-04-27T21:54:32.501Z] 93b9cdb0e59b: Verifying Checksum [2021-04-27T21:54:32.501Z] 93b9cdb0e59b: Download complete [2021-04-27T21:54:32.501Z] 93b61091891f: Verifying Checksum [2021-04-27T21:54:32.501Z] 93b61091891f: Download complete [2021-04-27T21:54:32.501Z] 01666e4c0597: Verifying Checksum [2021-04-27T21:54:32.501Z] 01666e4c0597: Download complete [2021-04-27T21:54:32.501Z] 5e14af77c1be: Verifying Checksum [2021-04-27T21:54:32.501Z] 5e14af77c1be: Download complete [2021-04-27T21:54:33.609Z] 8ad3a11d3b57: Verifying Checksum [2021-04-27T21:54:33.609Z] 8ad3a11d3b57: Download complete [2021-04-27T21:54:34.310Z] df20fa9351a1: Pull complete [2021-04-27T21:54:34.924Z] 36b3adc4ff6f: Pull complete [2021-04-27T21:54:38.667Z] 8ad3a11d3b57: Pull complete [2021-04-27T21:54:38.667Z] 46f8f816bc3b: Pull complete [2021-04-27T21:54:39.793Z] 93b61091891f: Pull complete [2021-04-27T21:54:40.592Z] aa168da1d23b: Verifying Checksum [2021-04-27T21:54:40.592Z] aa168da1d23b: Download complete [2021-04-27T21:54:40.592Z] 93b9cdb0e59b: Pull complete [2021-04-27T21:54:41.225Z] 5e14af77c1be: Pull complete [2021-04-27T21:54:41.828Z] 01666e4c0597: Pull complete [2021-04-27T21:55:09.207Z] aa168da1d23b: Pull complete [2021-04-27T21:55:09.207Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-27T21:55:09.207Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T21:55:09.207Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-27T21:55:09.868Z] prd-centos7-docker-4c-2g-2085 does not seem to be running inside a container [2021-04-27T21:55:10.060Z] $ 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/43/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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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-lftools-log-publisher:alpine cat [2021-04-27T21:55:15.133Z] $ docker top 4582ea6ce57fa460cab904d528ea0571eac502dc7512755a08de99f974bda961 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T21:55:16.299Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-27T21:55:17.828Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-27T21:55:19.104Z] + ls /var/log/sa-host [2021-04-27T21:55:19.105Z] + sadf -c /var/log/sa-host/sa23 [2021-04-27T21:55:19.105Z] file_magic: OK [2021-04-27T21:55:19.105Z] HZ: Using current value: 100 [2021-04-27T21:55:19.105Z] file_header: OK [2021-04-27T21:55:19.105Z] 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 [2021-04-27T21:55:19.105Z] Statistics: [2021-04-27T21:55:19.105Z] Hnuu...uuuununununu... [2021-04-27T21:55:19.105Z] File successfully converted to sysstat format version 12.2.1 [2021-04-27T21:55:19.105Z] + sadf -c /var/log/sa-host/sa27 [2021-04-27T21:55:19.105Z] file_magic: OK [2021-04-27T21:55:19.105Z] HZ: Using current value: 100 [2021-04-27T21:55:19.105Z] file_header: OK [2021-04-27T21:55:19.105Z] 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 [2021-04-27T21:55:19.105Z] Statistics: [2021-04-27T21:55:19.105Z] 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... [2021-04-27T21:55:19.105Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-27T21:55:19.292Z] provisioning config files... [2021-04-27T21:55:19.357Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/43@tmp/config6098599077772816373tmp [Pipeline] { [Pipeline] echo [2021-04-27T21:55:19.391Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T21:55:20.094Z] ---> create-netrc.sh [Pipeline] } [2021-04-27T21:55:20.118Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-27T21:55:20.920Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T21:55:21.624Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-27T21:55:21.655Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T21:55:22.331Z] ---> sudo-logs.sh [2021-04-27T21:55:22.331Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-27T21:55:22.361Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T21:55:23.064Z] ---> job-cost.sh [2021-04-27T21:55:23.064Z] lf-activate-venv: SKIPPING [2021-04-27T21:55:23.064Z] INFO: No Stack... [2021-04-27T21:55:24.069Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T21:55:24.653Z] INFO: Archiving Costs [Pipeline] echo [2021-04-27T21:55:24.672Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T21:55:25.060Z] ---> logs-deploy.sh [2021-04-27T21:55:25.060Z] lf-activate-venv: SKIPPING [2021-04-27T21:55:25.332Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3328/43 [2021-04-27T21:55:25.332Z] INFO: archiving workspace using pattern(s): [2021-04-27T21:55:27.339Z] Archives upload complete. [2021-04-27T21:55:27.623Z] INFO: archiving logs to Nexus [2021-04-27T21:55:29.632Z] ---> uname -a: [2021-04-27T21:55:29.632Z] Linux prd-centos7-docker-4c-2g-2085.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-27T21:55:29.632Z] [2021-04-27T21:55:29.632Z] [2021-04-27T21:55:29.632Z] ---> lscpu: [2021-04-27T21:55:29.632Z] Architecture: x86_64 [2021-04-27T21:55:29.632Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-27T21:55:29.632Z] Byte Order: Little Endian [2021-04-27T21:55:29.632Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-27T21:55:29.632Z] CPU(s): 4 [2021-04-27T21:55:29.632Z] On-line CPU(s) list: 0-3 [2021-04-27T21:55:29.632Z] Thread(s) per core: 1 [2021-04-27T21:55:29.632Z] Core(s) per socket: 1 [2021-04-27T21:55:29.632Z] Socket(s): 4 [2021-04-27T21:55:29.632Z] NUMA node(s): 1 [2021-04-27T21:55:29.632Z] Vendor ID: GenuineIntel [2021-04-27T21:55:29.632Z] CPU family: 6 [2021-04-27T21:55:29.632Z] Model: 44 [2021-04-27T21:55:29.632Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-27T21:55:29.632Z] Stepping: 1 [2021-04-27T21:55:29.632Z] CPU MHz: 2933.438 [2021-04-27T21:55:29.632Z] BogoMIPS: 5866.87 [2021-04-27T21:55:29.632Z] Virtualization: VT-x [2021-04-27T21:55:29.632Z] Hypervisor vendor: KVM [2021-04-27T21:55:29.632Z] Virtualization type: full [2021-04-27T21:55:29.632Z] L1d cache: 128 KiB [2021-04-27T21:55:29.632Z] L1i cache: 128 KiB [2021-04-27T21:55:29.632Z] L2 cache: 16 MiB [2021-04-27T21:55:29.632Z] L3 cache: 64 MiB [2021-04-27T21:55:29.632Z] NUMA node0 CPU(s): 0-3 [2021-04-27T21:55:29.632Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-27T21:55:29.632Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-27T21:55:29.633Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-27T21:55:29.633Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-27T21:55:29.633Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-27T21:55:29.633Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-27T21:55:29.633Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-27T21:55:29.633Z] Vulnerability Srbds: Not affected [2021-04-27T21:55:29.633Z] Vulnerability Tsx async abort: Not affected [2021-04-27T21:55:29.633Z] 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 [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] ---> nproc: [2021-04-27T21:55:29.633Z] 4 [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] ---> df -h: [2021-04-27T21:55:29.633Z] Filesystem Size Used Available Use% Mounted on [2021-04-27T21:55:29.633Z] overlay 50.0G 8.2G 41.7G 17% / [2021-04-27T21:55:29.633Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-27T21:55:29.633Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-27T21:55:29.633Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-27T21:55:29.633Z] /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os [2021-04-27T21:55:29.633Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf [2021-04-27T21:55:29.633Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname [2021-04-27T21:55:29.633Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts [2021-04-27T21:55:29.633Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log [2021-04-27T21:55:29.633Z] /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json [2021-04-27T21:55:29.633Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host [2021-04-27T21:55:29.633Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure [2021-04-27T21:55:29.633Z] /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/43 [2021-04-27T21:55:29.633Z] /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/43@tmp [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] ---> free -m: [2021-04-27T21:55:29.633Z] total used free shared buff/cache available [2021-04-27T21:55:29.633Z] Mem: 1837 781 124 0 931 964 [2021-04-27T21:55:29.633Z] Swap: 1023 3 1020 [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] ---> ip addr: [2021-04-27T21:55:29.633Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-27T21:55:29.633Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-27T21:55:29.633Z] inet 127.0.0.1/8 scope host lo [2021-04-27T21:55:29.633Z] valid_lft forever preferred_lft forever [2021-04-27T21:55:29.633Z] inet6 ::1/128 scope host [2021-04-27T21:55:29.633Z] valid_lft forever preferred_lft forever [2021-04-27T21:55:29.633Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-27T21:55:29.633Z] link/ether fa:16:3e:74:3f:ea brd ff:ff:ff:ff:ff:ff [2021-04-27T21:55:29.633Z] inet 10.30.123.76/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-27T21:55:29.633Z] valid_lft 85600sec preferred_lft 85600sec [2021-04-27T21:55:29.633Z] inet6 fe80::f816:3eff:fe74:3fea/64 scope link [2021-04-27T21:55:29.633Z] valid_lft forever preferred_lft forever [2021-04-27T21:55:29.633Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-27T21:55:29.633Z] link/ether 02:42:94:ae:eb:1a brd ff:ff:ff:ff:ff:ff [2021-04-27T21:55:29.633Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-27T21:55:29.633Z] valid_lft forever preferred_lft forever [2021-04-27T21:55:29.633Z] inet6 fe80::42:94ff:feae:eb1a/64 scope link [2021-04-27T21:55:29.633Z] valid_lft forever preferred_lft forever [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] ---> sar -b -r -n DEV: [2021-04-27T21:55:29.633Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] 21:41:52 LINUX RESTART (4 CPU) [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] 21:43:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-27T21:55:29.633Z] 21:44:02 82.66 39.21 43.44 0.00 3158.21 36131.48 0.00 [2021-04-27T21:55:29.633Z] 21:45:02 21.54 3.90 17.64 0.00 448.52 6814.15 0.00 [2021-04-27T21:55:29.633Z] 21:46:01 40.89 13.12 27.77 0.00 4793.15 2239.28 0.00 [2021-04-27T21:55:29.633Z] 21:47:02 39.32 18.49 20.83 0.00 2040.25 10441.10 0.00 [2021-04-27T21:55:29.633Z] 21:48:02 74.84 28.00 46.85 0.00 2803.84 17108.73 0.00 [2021-04-27T21:55:29.633Z] 21:49:02 147.88 60.72 87.17 0.00 2314.34 19300.97 0.00 [2021-04-27T21:55:29.633Z] 21:50:01 148.69 23.14 125.55 0.00 1109.11 15586.71 0.00 [2021-04-27T21:55:29.633Z] 21:51:02 75.81 57.10 18.72 0.00 1564.38 1861.01 0.00 [2021-04-27T21:55:29.633Z] 21:52:01 66.54 21.44 45.10 0.00 803.09 3986.43 0.00 [2021-04-27T21:55:29.633Z] 21:53:02 53.89 9.60 44.29 0.00 469.03 4967.61 0.00 [2021-04-27T21:55:29.633Z] 21:54:01 26.45 2.83 23.61 0.00 42.34 2280.30 0.00 [2021-04-27T21:55:29.633Z] 21:55:02 127.41 60.86 66.55 0.00 6003.28 15874.36 0.00 [2021-04-27T21:55:29.633Z] Average: 75.47 28.27 47.20 0.00 2132.70 11332.71 0.00 [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] 21:43:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-27T21:55:29.633Z] 21:44:02 73904 0 503212 26.74 2620 1301808 1001004 34.16 315740 1293684 49148 [2021-04-27T21:55:29.633Z] 21:45:02 109952 0 540804 28.74 2620 1228168 1090716 37.22 476432 1096292 7916 [2021-04-27T21:55:29.633Z] 21:46:01 103724 0 645760 34.32 2620 1129440 1357016 46.31 505212 1064608 14272 [2021-04-27T21:55:29.633Z] 21:47:02 267052 0 615520 32.71 2620 996352 1381128 47.14 579752 829560 1360 [2021-04-27T21:55:29.633Z] 21:48:02 66112 0 702364 37.33 2596 1110472 1528900 52.18 696660 903844 61800 [2021-04-27T21:55:29.633Z] 21:49:02 67492 0 749700 39.84 1744 1062608 1576336 53.80 628552 938328 37840 [2021-04-27T21:55:29.633Z] 21:50:01 232648 0 810372 43.07 1492 837032 2090268 71.34 529784 840188 40 [2021-04-27T21:55:29.633Z] 21:51:02 162276 0 764124 40.61 1492 953652 1643176 56.08 575324 863820 18840 [2021-04-27T21:55:29.633Z] 21:52:01 95096 0 945348 50.24 724 840376 1886192 64.37 738076 765548 45524 [2021-04-27T21:55:29.633Z] 21:53:02 246532 0 825716 43.89 452 808844 1797168 61.33 660508 687752 52172 [2021-04-27T21:55:29.633Z] 21:54:01 237784 0 785784 41.76 452 857524 1653676 56.44 643440 712436 41016 [2021-04-27T21:55:29.633Z] 21:55:02 71372 0 796160 42.31 324 1013688 1550944 52.93 626404 889000 46864 [2021-04-27T21:55:29.633Z] Average: 144495 0 723739 38.47 1646 1011664 1546377 52.78 581324 907088 31399 [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] 21:43:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-27T21:55:29.633Z] 21:44:02 eth0 118.88 83.07 524.46 31.89 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:45:02 eth0 377.51 187.95 2771.51 28.52 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:46:01 eth0 163.57 179.83 694.07 41.15 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:46:01 veth6e531e8 107.21 78.62 13.28 250.31 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:46:01 docker0 107.21 78.49 11.82 250.30 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:47:02 eth0 484.40 523.26 2383.47 57.93 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:47:02 veth6e531e8 516.73 475.97 54.82 2376.67 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:47:02 docker0 516.73 475.97 47.76 2376.67 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:48:02 eth0 275.53 217.31 2867.19 24.48 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:49:02 eth0 168.30 108.47 381.29 73.01 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:49:02 docker0 81.93 133.23 4.52 366.73 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:50:01 vethdacd15a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:50:01 veth47786c1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:50:01 eth0 129.76 56.24 486.87 10.20 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:51:02 eth0 16.18 13.77 16.53 7.02 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:51:02 veth616e662 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:51:02 docker0 749.80 799.26 67.92 3459.31 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:52:01 eth0 6.87 4.95 5.17 2.82 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:52:01 veth616e662 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:53:02 eth0 33.57 29.16 20.60 72.38 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:53:02 veth616e662 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:54:01 eth0 27.49 22.10 20.36 11.39 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:54:01 veth616e662 2.28 2.28 0.18 0.18 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:54:01 docker0 2.28 2.28 0.15 0.18 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:55:02 eth0 205.02 155.94 2146.98 21.22 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] 21:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] Average: eth0 167.88 132.61 1030.63 31.89 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] Average: docker0 63.67 67.86 5.76 292.90 0.00 0.00 0.00 0.00 [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] ---> sar -P ALL: [2021-04-27T21:55:29.633Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] 21:41:52 LINUX RESTART (4 CPU) [2021-04-27T21:55:29.633Z] [2021-04-27T21:55:29.633Z] 21:43:03 CPU %user %nice %system %iowait %steal %idle [2021-04-27T21:55:29.633Z] 21:44:02 all 7.03 0.00 5.94 8.60 48.90 29.53 [2021-04-27T21:55:29.633Z] 21:44:02 0 6.22 0.00 5.03 9.47 48.36 30.92 [2021-04-27T21:55:29.633Z] 21:44:02 1 8.52 0.00 6.69 8.55 49.35 26.89 [2021-04-27T21:55:29.633Z] 21:44:02 2 7.10 0.00 5.70 9.26 48.11 29.83 [2021-04-27T21:55:29.633Z] 21:44:02 3 6.36 0.00 6.42 7.07 49.80 30.35 [2021-04-27T21:55:29.633Z] 21:45:02 all 5.46 0.00 1.71 0.37 33.22 59.25 [2021-04-27T21:55:29.633Z] 21:45:02 0 3.62 0.00 1.31 0.57 36.73 57.77 [2021-04-27T21:55:29.633Z] 21:45:02 1 5.36 0.00 1.62 0.37 32.55 60.10 [2021-04-27T21:55:29.633Z] 21:45:02 2 5.81 0.00 1.85 0.41 32.99 58.94 [2021-04-27T21:55:29.633Z] 21:45:02 3 7.19 0.00 2.11 0.11 30.33 60.26 [2021-04-27T21:55:29.633Z] 21:46:01 all 3.17 0.00 3.19 1.16 40.69 51.80 [2021-04-27T21:55:29.633Z] 21:46:01 0 2.25 0.00 2.96 1.06 43.02 50.71 [2021-04-27T21:55:29.633Z] 21:46:01 1 3.52 0.00 2.97 0.63 38.80 54.07 [2021-04-27T21:55:29.633Z] 21:46:01 2 3.22 0.00 3.21 0.54 40.62 52.40 [2021-04-27T21:55:29.633Z] 21:46:01 3 3.73 0.00 3.62 2.47 40.20 49.98 [2021-04-27T21:55:29.633Z] 21:47:02 all 6.50 0.00 2.37 0.62 32.32 58.19 [2021-04-27T21:55:29.633Z] 21:47:02 0 3.33 0.00 2.27 1.17 34.39 58.84 [2021-04-27T21:55:29.633Z] 21:47:02 1 4.09 0.00 2.02 0.08 30.59 63.22 [2021-04-27T21:55:29.633Z] 21:47:02 2 11.82 0.00 3.11 1.12 33.32 50.63 [2021-04-27T21:55:29.633Z] 21:47:02 3 7.12 0.00 2.11 0.10 31.00 59.66 [2021-04-27T21:55:29.633Z] 21:48:02 all 2.13 0.00 1.96 1.40 43.16 51.35 [2021-04-27T21:55:29.633Z] 21:48:02 0 1.56 0.00 1.82 1.11 44.45 51.05 [2021-04-27T21:55:29.634Z] 21:48:02 1 2.41 0.00 2.26 0.71 42.79 51.82 [2021-04-27T21:55:29.634Z] 21:48:02 2 2.56 0.00 1.80 1.50 43.60 50.55 [2021-04-27T21:55:29.634Z] 21:48:02 3 2.01 0.00 1.94 2.30 41.77 51.99 [2021-04-27T21:55:29.634Z] 21:49:02 all 2.74 0.00 2.69 0.88 38.78 54.91 [2021-04-27T21:55:29.634Z] 21:49:02 0 2.46 0.00 2.58 2.17 39.44 53.35 [2021-04-27T21:55:29.634Z] 21:49:02 1 2.55 0.00 2.21 0.12 39.05 56.06 [2021-04-27T21:55:29.634Z] 21:49:02 2 3.61 0.00 3.21 0.85 38.63 53.70 [2021-04-27T21:55:29.634Z] 21:49:02 3 2.37 0.00 2.78 0.36 37.98 56.51 [2021-04-27T21:55:29.634Z] 21:50:01 all 4.03 0.00 4.83 5.33 36.26 49.54 [2021-04-27T21:55:29.634Z] 21:50:01 0 3.90 0.00 4.35 5.74 36.76 49.25 [2021-04-27T21:55:29.634Z] 21:50:01 1 4.29 0.00 4.22 5.20 36.67 49.61 [2021-04-27T21:55:29.634Z] 21:50:01 2 3.89 0.00 5.39 6.27 34.92 49.52 [2021-04-27T21:55:29.634Z] 21:50:01 3 4.05 0.00 5.39 4.12 36.67 49.77 [2021-04-27T21:55:29.634Z] 21:51:02 all 9.04 0.00 4.39 4.44 44.04 38.08 [2021-04-27T21:55:29.634Z] 21:51:02 0 10.03 0.00 4.89 3.96 43.28 37.85 [2021-04-27T21:55:29.634Z] 21:51:02 1 6.75 0.00 3.69 5.13 44.10 40.33 [2021-04-27T21:55:29.634Z] 21:51:02 2 9.82 0.00 4.16 5.98 43.00 37.04 [2021-04-27T21:55:29.634Z] 21:51:02 3 9.69 0.00 4.85 2.69 45.81 36.96 [2021-04-27T21:55:29.634Z] 21:52:01 all 25.56 0.00 7.53 1.63 47.87 17.42 [2021-04-27T21:55:29.634Z] 21:52:01 0 24.91 0.00 7.33 2.16 47.60 18.00 [2021-04-27T21:55:29.634Z] 21:52:01 1 22.20 0.00 7.14 1.80 49.08 19.78 [2021-04-27T21:55:29.634Z] 21:52:01 2 20.11 0.00 6.39 1.83 49.57 22.10 [2021-04-27T21:55:29.634Z] 21:52:01 3 36.36 0.00 9.49 0.62 44.83 8.70 [2021-04-27T21:55:29.634Z] 21:53:02 all 26.64 0.00 8.44 1.98 46.37 16.56 [2021-04-27T21:55:29.634Z] 21:53:02 0 27.27 0.00 8.41 1.74 46.61 15.97 [2021-04-27T21:55:29.634Z] 21:53:02 1 26.30 0.00 8.22 1.68 48.34 15.46 [2021-04-27T21:55:29.634Z] 21:53:02 2 25.54 0.00 8.28 2.02 44.67 19.49 [2021-04-27T21:55:29.634Z] 21:53:02 3 27.52 0.00 8.86 2.48 45.96 15.18 [2021-04-27T21:55:29.634Z] 21:54:01 all 18.70 0.00 7.43 0.88 43.40 29.59 [2021-04-27T21:55:29.634Z] 21:54:01 0 15.34 0.00 5.91 1.25 44.43 33.07 [2021-04-27T21:55:29.634Z] 21:54:01 1 19.37 0.00 7.55 1.05 43.00 29.03 [2021-04-27T21:55:29.634Z] 21:54:01 2 19.09 0.00 7.13 0.48 44.76 28.53 [2021-04-27T21:55:29.634Z] 21:54:01 3 21.23 0.00 9.27 0.72 41.30 27.48 [2021-04-27T21:55:29.634Z] [2021-04-27T21:55:29.634Z] 21:54:01 CPU %user %nice %system %iowait %steal %idle [2021-04-27T21:55:29.634Z] 21:55:02 all 4.22 0.00 3.94 3.07 31.91 56.85 [2021-04-27T21:55:29.634Z] 21:55:02 0 4.52 0.00 4.45 3.17 32.94 54.93 [2021-04-27T21:55:29.634Z] 21:55:02 1 4.84 0.00 4.72 4.87 31.57 54.00 [2021-04-27T21:55:29.634Z] 21:55:02 2 3.34 0.00 2.99 3.36 31.61 58.71 [2021-04-27T21:55:29.634Z] 21:55:02 3 4.22 0.00 3.61 0.88 31.54 59.74 [2021-04-27T21:55:29.634Z] Average: all 8.98 0.00 4.39 2.55 40.42 43.65 [2021-04-27T21:55:29.634Z] Average: 0 8.11 0.00 4.13 2.83 41.38 43.55 [2021-04-27T21:55:29.634Z] Average: 1 8.57 0.00 4.29 2.51 40.26 44.37 [2021-04-27T21:55:29.634Z] Average: 2 9.23 0.00 4.34 2.82 40.38 43.23 [2021-04-27T21:55:29.634Z] Average: 3 10.06 0.00 4.84 2.04 39.65 43.42 [2021-04-27T21:55:29.634Z] [2021-04-27T21:55:29.634Z] [2021-04-27T21:55:29.634Z]