Pull request #3438 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 048d860fccf212ca3c5827839e42262472668f1d+ab13ab81583b0f3a529d0965ed09deb9ecbbd99b (33cccd6c063763054e808bc8f4b2fada51e4a86b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3879 in /w/workspace/edgexfoundry_edgex-go_PR-3438 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3438/head:refs/remotes/origin/PR-3438 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ab13ab81583b0f3a529d0965ed09deb9ecbbd99b into PR head commit 048d860fccf212ca3c5827839e42262472668f1d Merge succeeded, producing 048d860fccf212ca3c5827839e42262472668f1d Checking out Revision 048d860fccf212ca3c5827839e42262472668f1d (PR-3438) > git config core.sparsecheckout # timeout=10 > git checkout -f 048d860fccf212ca3c5827839e42262472668f1d # 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 ab13ab81583b0f3a529d0965ed09deb9ecbbd99b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 048d860fccf212ca3c5827839e42262472668f1d # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T01:21:08.916Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T01:21:09.028Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T01:21:09.058Z] ========================================================= [2021-05-10T01:21:09.058Z] EdgeX Global Pipelines Version Info [2021-05-10T01:21:09.058Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d16e2cfd15b71e1393be385cf301ee53df0f8e92 # timeout=10 [2021-05-10T01:21:11.971Z] ------------------- [2021-05-10T01:21:11.971Z] stable info: [2021-05-10T01:21:11.971Z] ------------------- [2021-05-10T01:21:11.971Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T01:21:11.971Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T01:21:11.971Z] Message: update stable to v1.0.191 [2021-05-10T01:21:13.020Z] ------------------- [2021-05-10T01:21:13.020Z] experimental info: [2021-05-10T01:21:13.020Z] ------------------- [2021-05-10T01:21:13.020Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T01:21:13.020Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T01:21:13.020Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T01:21:13.157Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-10T01:21:13.178Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-10T01:21:13.205Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T01:21:13.227Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T01:21:13.255Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T01:21:13.280Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T01:21:13.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T01:21:13.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-10T01:21:13.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-10T01:21:13.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-10T01:21:13.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T01:21:13.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T01:21:13.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T01:21:13.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T01:21:13.501Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T01:21:13.523Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T01:21:13.545Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T01:21:13.569Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T01:21:13.591Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-10T01:21:13.622Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-10T01:21:13.675Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-10T01:21:13.696Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T01:21:13.764Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3438 [Pipeline] echo [2021-05-10T01:21:13.795Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3438 [Pipeline] echo [2021-05-10T01:21:13.820Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3438 [Pipeline] echo [2021-05-10T01:21:13.858Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 048d860fccf212ca3c5827839e42262472668f1d [Pipeline] echo [2021-05-10T01:21:13.887Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 048d860 [Pipeline] echo [2021-05-10T01:21:13.915Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T01:21:13.995Z] provisioning config files... [2021-05-10T01:21:14.035Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7100206122282158031tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:21:14.404Z] ---> docker-login.sh [2021-05-10T01:21:14.404Z] nexus3.edgexfoundry.org:10001 [2021-05-10T01:21:15.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:21:15.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:21:15.361Z] Configure a credential helper to remove this warning. See [2021-05-10T01:21:15.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:21:15.361Z] [2021-05-10T01:21:15.361Z] Login Succeeded [2021-05-10T01:21:15.361Z] nexus3.edgexfoundry.org:10002 [2021-05-10T01:21:16.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:21:16.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:21:16.259Z] Configure a credential helper to remove this warning. See [2021-05-10T01:21:16.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:21:16.259Z] [2021-05-10T01:21:16.259Z] Login Succeeded [2021-05-10T01:21:16.259Z] nexus3.edgexfoundry.org:10003 [2021-05-10T01:21:17.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:21:17.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:21:17.467Z] Configure a credential helper to remove this warning. See [2021-05-10T01:21:17.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:21:17.467Z] [2021-05-10T01:21:17.467Z] Login Succeeded [2021-05-10T01:21:17.467Z] nexus3.edgexfoundry.org:10004 [2021-05-10T01:21:17.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:21:18.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:21:18.076Z] Configure a credential helper to remove this warning. See [2021-05-10T01:21:18.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:21:18.076Z] [2021-05-10T01:21:18.076Z] Login Succeeded [2021-05-10T01:21:18.076Z] docker.io [2021-05-10T01:21:18.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:21:18.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:21:18.652Z] Configure a credential helper to remove this warning. See [2021-05-10T01:21:18.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:21:18.652Z] [2021-05-10T01:21:18.652Z] Login Succeeded [2021-05-10T01:21:18.652Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T01:21:18.697Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T01:21:19.065Z] ++ 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-05-10T01:21:19.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:19.065Z] ++ dirname cmd/core-command/Dockerfile [2021-05-10T01:21:19.065Z] ++ cut -d/ -f2 [2021-05-10T01:21:19.065Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-10T01:21:19.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:19.065Z] ++ dirname cmd/core-data/Dockerfile [2021-05-10T01:21:19.065Z] ++ cut -d/ -f2 [2021-05-10T01:21:19.065Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-10T01:21:19.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:19.065Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-10T01:21:19.065Z] ++ cut -d/ -f2 [2021-05-10T01:21:19.065Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-10T01:21:19.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:19.065Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-10T01:21:19.065Z] ++ cut -d/ -f2 [2021-05-10T01:21:19.065Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-10T01:21:19.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:19.065Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-10T01:21:19.065Z] ++ cut -d/ -f2 [2021-05-10T01:21:19.065Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-10T01:21:19.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:19.065Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-10T01:21:19.065Z] ++ cut -d/ -f2 [2021-05-10T01:21:19.065Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-10T01:21:19.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:19.065Z] ++ cut -d/ -f2 [2021-05-10T01:21:19.065Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-10T01:21:19.065Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-10T01:21:19.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:19.065Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-10T01:21:19.065Z] ++ cut -d/ -f2 [2021-05-10T01:21:19.065Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-10T01:21:19.065Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:19.065Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-10T01:21:19.065Z] ++ cut -d/ -f2 [2021-05-10T01:21:19.065Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-10T01:21:19.345Z] 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-05-10T01:21:20.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T01:21:20.048Z] [2021-05-10T01:21:20.048Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:21:20.436Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T01:21:20.436Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T01:21:20.436Z] 31603596830f: Pulling fs layer [2021-05-10T01:21:20.436Z] 54011a49482f: Pulling fs layer [2021-05-10T01:21:20.436Z] a6820b24f6d8: Pulling fs layer [2021-05-10T01:21:20.436Z] f581987b2513: Pulling fs layer [2021-05-10T01:21:20.436Z] f581987b2513: Waiting [2021-05-10T01:21:20.755Z] 54011a49482f: Verifying Checksum [2021-05-10T01:21:20.755Z] 54011a49482f: Download complete [2021-05-10T01:21:21.059Z] 31603596830f: Verifying Checksum [2021-05-10T01:21:21.059Z] 31603596830f: Download complete [2021-05-10T01:21:21.059Z] f581987b2513: Verifying Checksum [2021-05-10T01:21:21.059Z] f581987b2513: Download complete [2021-05-10T01:21:21.337Z] a6820b24f6d8: Verifying Checksum [2021-05-10T01:21:21.337Z] a6820b24f6d8: Download complete [2021-05-10T01:21:21.610Z] 31603596830f: Pull complete [2021-05-10T01:21:21.894Z] 54011a49482f: Pull complete [2021-05-10T01:21:23.949Z] a6820b24f6d8: Pull complete [2021-05-10T01:21:24.229Z] f581987b2513: Pull complete [2021-05-10T01:21:24.513Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T01:21:24.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T01:21:24.513Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T01:21:24.753Z] prd-centos7-docker-4c-2g-3879 does not seem to be running inside a container [2021-05-10T01:21:24.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T01:21:28.156Z] $ docker top b7784ac314966e6305f8cdee0577dde0a4190b5759ba7491586e8c92150875be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T01:21:28.520Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T01:21:28.520Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T01:21:29.377Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T01:21:29.383Z] $ docker exec b7784ac314966e6305f8cdee0577dde0a4190b5759ba7491586e8c92150875be ssh-agent [2021-05-10T01:21:29.854Z] SSH_AUTH_SOCK=/tmp/ssh-JfYhj1b2WZuI/agent.11 [2021-05-10T01:21:29.854Z] SSH_AGENT_PID=16 [2021-05-10T01:21:29.949Z] Running ssh-add (command line suppressed) [2021-05-10T01:21:30.364Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4549301979756153943.key (/w/workspace/edgex-go/3@tmp/private_key_4549301979756153943.key) [2021-05-10T01:21:30.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T01:21:31.200Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T01:21:31.246Z] $ docker exec --env ******** --env ******** b7784ac314966e6305f8cdee0577dde0a4190b5759ba7491586e8c92150875be ssh-agent -k [2021-05-10T01:21:31.859Z] unset SSH_AUTH_SOCK; [2021-05-10T01:21:31.860Z] unset SSH_AGENT_PID; [2021-05-10T01:21:31.860Z] echo Agent pid 16 killed; [2021-05-10T01:21:32.203Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T01:21:32.244Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T01:21:32.244Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T01:21:32.983Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T01:21:33.015Z] $ docker exec b7784ac314966e6305f8cdee0577dde0a4190b5759ba7491586e8c92150875be ssh-agent [2021-05-10T01:21:33.771Z] SSH_AUTH_SOCK=/tmp/ssh-jTVHjDGaFgWk/agent.46 [2021-05-10T01:21:33.771Z] SSH_AGENT_PID=51 [2021-05-10T01:21:33.794Z] Running ssh-add (command line suppressed) [2021-05-10T01:21:34.052Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1535254866041451496.key (/w/workspace/edgex-go/3@tmp/private_key_1535254866041451496.key) [2021-05-10T01:21:34.486Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T01:21:35.209Z] + git semver init [2021-05-10T01:21:35.209Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T01:21:35.209Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-05-10T01:21:35.209Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-05-10T01:21:35.209Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T01:21:35.209Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T01:21:35.209Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T01:21:35.209Z] # $SEMVER_BRANCH = PR-3438 [2021-05-10T01:21:35.209Z] # $SEMVER_TEMP = /tmp/semver-324662734 [2021-05-10T01:21:35.209Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-10T01:22:23.343Z] # '/tmp/semver-324662734' -> '/w/workspace/edgex-go/3/.semver' [2021-05-10T01:22:23.343Z] # -> Force: false [2021-05-10T01:22:23.343Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-05-10T01:22:23.392Z] $ docker exec --env ******** --env ******** b7784ac314966e6305f8cdee0577dde0a4190b5759ba7491586e8c92150875be ssh-agent -k [2021-05-10T01:22:24.356Z] unset SSH_AUTH_SOCK; [2021-05-10T01:22:24.357Z] unset SSH_AGENT_PID; [2021-05-10T01:22:24.358Z] echo Agent pid 51 killed; [2021-05-10T01:22:24.628Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T01:22:25.404Z] + git semver [Pipeline] } [2021-05-10T01:22:25.488Z] $ docker stop --time=1 b7784ac314966e6305f8cdee0577dde0a4190b5759ba7491586e8c92150875be [2021-05-10T01:22:27.522Z] $ docker rm -f b7784ac314966e6305f8cdee0577dde0a4190b5759ba7491586e8c92150875be [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T01:22:28.216Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T01:22:29.130Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T01:22:29.133Z] [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-05-10T01:22:29.656Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T01:22:29.996Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T01:22:30.417Z] + true [2021-05-10T01:22:30.417Z] + sudo service docker restart [2021-05-10T01:22:30.417Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-10T01:22:31.958Z] ========================================================= [2021-05-10T01:22:31.958Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T01:22:31.958Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:22:32.689Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-10T01:22:39.617Z] Sending build context to Docker daemon 330MB [2021-05-10T01:22:39.617Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T01:22:39.617Z] Step 2/6 : FROM ${BASE} [2021-05-10T01:22:39.617Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T01:22:39.617Z] 540db60ca938: Pulling fs layer [2021-05-10T01:22:39.617Z] adcc1eea9eea: Pulling fs layer [2021-05-10T01:22:39.617Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T01:22:39.617Z] 0510c868ecb4: Pulling fs layer [2021-05-10T01:22:39.617Z] afea3b2eda06: Pulling fs layer [2021-05-10T01:22:39.617Z] 7809a108b3ef: Pulling fs layer [2021-05-10T01:22:39.617Z] f706445af74f: Pulling fs layer [2021-05-10T01:22:39.617Z] 0510c868ecb4: Waiting [2021-05-10T01:22:39.617Z] afea3b2eda06: Waiting [2021-05-10T01:22:39.617Z] 7809a108b3ef: Waiting [2021-05-10T01:22:39.617Z] f706445af74f: Waiting [2021-05-10T01:22:39.617Z] 4c4ab2625f07: Download complete [2021-05-10T01:22:39.617Z] adcc1eea9eea: Verifying Checksum [2021-05-10T01:22:39.617Z] adcc1eea9eea: Download complete [2021-05-10T01:22:39.617Z] afea3b2eda06: Download complete [2021-05-10T01:22:39.617Z] 7809a108b3ef: Verifying Checksum [2021-05-10T01:22:39.617Z] 7809a108b3ef: Download complete [2021-05-10T01:22:39.617Z] 540db60ca938: Verifying Checksum [2021-05-10T01:22:39.617Z] 540db60ca938: Download complete [2021-05-10T01:22:39.911Z] 540db60ca938: Pull complete [2021-05-10T01:22:40.552Z] adcc1eea9eea: Pull complete [2021-05-10T01:22:40.843Z] 4c4ab2625f07: Pull complete [2021-05-10T01:22:44.263Z] Still waiting to schedule task [2021-05-10T01:22:44.263Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3870’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3878’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3884’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3874’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3882’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3885’ is offline [2021-05-10T01:22:44.326Z] f706445af74f: Verifying Checksum [2021-05-10T01:22:44.326Z] f706445af74f: Download complete [2021-05-10T01:22:46.356Z] 0510c868ecb4: Verifying Checksum [2021-05-10T01:22:46.356Z] 0510c868ecb4: Download complete [2021-05-10T01:22:59.074Z] 0510c868ecb4: Pull complete [2021-05-10T01:22:59.074Z] afea3b2eda06: Pull complete [2021-05-10T01:22:59.074Z] 7809a108b3ef: Pull complete [2021-05-10T01:23:05.943Z] f706445af74f: Pull complete [2021-05-10T01:23:05.943Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T01:23:05.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T01:23:05.943Z] ---> b068be0155e3 [2021-05-10T01:23:05.943Z] 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-05-10T01:23:05.943Z] ---> Running in 7b4f7617ef85 [2021-05-10T01:23:06.987Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:23:08.950Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:23:10.420Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T01:23:11.017Z] (2/12) Installing file (5.39-r0) [2021-05-10T01:23:11.017Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T01:23:11.300Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T01:23:21.662Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T01:23:21.662Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T01:23:21.662Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T01:23:21.662Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T01:23:21.662Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T01:23:21.662Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T01:23:21.662Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T01:23:22.638Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T01:23:22.638Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T01:23:22.638Z] OK: 219 MiB in 52 packages [2021-05-10T01:23:27.103Z] Removing intermediate container 7b4f7617ef85 [2021-05-10T01:23:27.103Z] ---> 579145a26efe [2021-05-10T01:23:27.103Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T01:23:27.103Z] ---> Running in cf89a88454a8 [2021-05-10T01:23:27.103Z] Removing intermediate container cf89a88454a8 [2021-05-10T01:23:27.103Z] ---> f70c9eae1096 [2021-05-10T01:23:27.103Z] Step 5/6 : COPY go.mod . [2021-05-10T01:23:27.411Z] ---> 278f991b8feb [2021-05-10T01:23:27.411Z] Step 6/6 : RUN go mod download [2021-05-10T01:23:27.411Z] ---> Running in c5a103b91e80 [2021-05-10T01:24:00.112Z] Removing intermediate container c5a103b91e80 [2021-05-10T01:24:00.112Z] ---> 3b3259491ed3 [2021-05-10T01:24:00.112Z] Successfully built 3b3259491ed3 [2021-05-10T01:24:00.112Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:24:00.473Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T01:24:00.750Z] . [Pipeline] withDockerContainer [2021-05-10T01:24:01.030Z] prd-centos7-docker-4c-2g-3879 does not seem to be running inside a container [2021-05-10T01:24:01.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T01:24:04.723Z] $ docker top f0ebecb8b78cc51035507b4c5e4ce525198bbaedcef981df207af74673496e7b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:24:05.862Z] + go version [2021-05-10T01:24:05.862Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T01:24:05.885Z] $ docker stop --time=1 f0ebecb8b78cc51035507b4c5e4ce525198bbaedcef981df207af74673496e7b [2021-05-10T01:24:07.965Z] $ docker rm -f f0ebecb8b78cc51035507b4c5e4ce525198bbaedcef981df207af74673496e7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:24:08.646Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T01:24:08.646Z] . [Pipeline] withDockerContainer [2021-05-10T01:24:08.803Z] prd-centos7-docker-4c-2g-3879 does not seem to be running inside a container [2021-05-10T01:24:08.947Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T01:24:10.508Z] $ docker top 65253573717caa1cbb400bf00b015720b0ee66927d63de38dcd0515a864ded48 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T01:24:10.793Z] ========================================================= [2021-05-10T01:24:10.793Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T01:24:10.793Z] ========================================================= [Pipeline] sh [2021-05-10T01:24:11.502Z] + go mod tidy [Pipeline] sh [2021-05-10T01:24:16.687Z] + make test [2021-05-10T01:24:16.687Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T01:24:35.326Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T01:25:08.301Z] # github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [2021-05-10T01:25:08.301Z] internal/pkg/bootstrap/handlers/database/database.go:107:33: secretProvider.GetSecrets undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".SecretProvider has no field or method GetSecrets) [2021-05-10T01:25:16.904Z] # github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [2021-05-10T01:25:16.904Z] internal/pkg/v2/bootstrap/handlers/database.go:83:33: secretProvider.GetSecrets undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".SecretProvider has no field or method GetSecrets) [2021-05-10T01:25:18.931Z] # github.com/edgexfoundry/edgex-go/internal/security/config [2021-05-10T01:25:18.931Z] internal/security/config/main.go:54:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:25:18.931Z] *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:25:24.813Z] # github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [2021-05-10T01:25:24.813Z] internal/security/bootstrapper/redis/handlers/handlers.go:71:33: secretProvider.GetSecrets undefined (type interfaces.SecretProvider has no field or method GetSecrets) [2021-05-10T01:25:25.129Z] # github.com/edgexfoundry/edgex-go/internal/security/secretstore [2021-05-10T01:25:25.129Z] internal/security/secretstore/main.go:71:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:25:25.129Z] *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:25:25.494Z] # github.com/edgexfoundry/edgex-go/internal/security/proxy [2021-05-10T01:25:25.494Z] internal/security/proxy/main.go:67:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:25:25.494Z] *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:25:34.354Z] # github.com/edgexfoundry/edgex-go/internal/system/agent [2021-05-10T01:25:34.354Z] internal/system/agent/main.go:60:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/system/agent/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:25:34.354Z] *"github.com/edgexfoundry/edgex-go/internal/system/agent/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:25:36.608Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command [build failed] [2021-05-10T01:25:36.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.079s coverage: 19.8% of statements [2021-05-10T01:25:40.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.241s coverage: 100.0% of statements [2021-05-10T01:25:40.728Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] [2021-05-10T01:25:40.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.204s coverage: 100.0% of statements [2021-05-10T01:25:40.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-05-10T01:25:44.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.372s coverage: 71.3% of statements [2021-05-10T01:25:44.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.370s coverage: 87.7% of statements [2021-05-10T01:25:44.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.200s coverage: 78.9% of statements [2021-05-10T01:25:44.894Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] [2021-05-10T01:25:46.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.202s coverage: 100.0% of statements [2021-05-10T01:25:46.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.327s coverage: 100.0% of statements [2021-05-10T01:25:49.523Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3888 in /w/workspace/edgexfoundry_edgex-go_PR-3438 [Pipeline] { [Pipeline] ws [2021-05-10T01:25:49.558Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-10T01:25:51.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.376s coverage: 86.7% of statements [2021-05-10T01:25:51.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.452s coverage: 97.5% of statements [2021-05-10T01:25:51.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.207s coverage: 78.3% of statements [2021-05-10T01:25:54.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.159s coverage: 95.1% of statements [2021-05-10T01:25:54.840Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.222s coverage: 58.8% of statements [2021-05-10T01:25:55.515Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.126s coverage: 0.9% of statements [2021-05-10T01:25:55.515Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.100s coverage: 22.6% of statements [2021-05-10T01:25:55.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.291s coverage: 47.1% of statements [2021-05-10T01:25:56.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.232s coverage: 79.5% of statements [2021-05-10T01:25:56.719Z] using credential edgex-jenkins-ssh [2021-05-10T01:25:56.743Z] Cloning the remote Git repository [2021-05-10T01:25:56.794Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:25:56.903Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-10T01:25:57.007Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:25:57.008Z] > git --version # timeout=10 [2021-05-10T01:25:57.028Z] > git --version # 'git version 2.17.1' [2021-05-10T01:25:57.030Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:25:57.120Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T01:25:57.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.290s coverage: 94.1% of statements [2021-05-10T01:25:58.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.184s coverage: 96.3% of statements [2021-05-10T01:25:58.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.111s coverage: 87.5% of statements [2021-05-10T01:26:11.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.208s coverage: 94.4% of statements [2021-05-10T01:26:11.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.155s coverage: 44.8% of statements [2021-05-10T01:26:14.788Z] Merging remotes/origin/master commit ab13ab81583b0f3a529d0965ed09deb9ecbbd99b into PR head commit 048d860fccf212ca3c5827839e42262472668f1d [2021-05-10T01:26:15.216Z] Merge succeeded, producing 048d860fccf212ca3c5827839e42262472668f1d [2021-05-10T01:26:15.216Z] Checking out Revision 048d860fccf212ca3c5827839e42262472668f1d (PR-3438) [2021-05-10T01:26:13.935Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T01:26:13.953Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T01:26:13.977Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T01:26:14.005Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:26:14.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:26:14.018Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3438/head:refs/remotes/origin/PR-3438 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T01:26:14.809Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T01:26:14.822Z] > git checkout -f 048d860fccf212ca3c5827839e42262472668f1d # timeout=10 [2021-05-10T01:26:15.139Z] > git remote # timeout=10 [2021-05-10T01:26:15.164Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T01:26:15.175Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:26:15.185Z] > git merge ab13ab81583b0f3a529d0965ed09deb9ecbbd99b # timeout=10 [2021-05-10T01:26:15.207Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T01:26:15.227Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T01:26:15.238Z] > git checkout -f 048d860fccf212ca3c5827839e42262472668f1d # timeout=10 [2021-05-10T01:26:17.034Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.083s coverage: 81.8% of statements [2021-05-10T01:26:19.619Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T01:26:21.080Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T01:26:21.502Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T01:26:21.671Z] # github.com/edgexfoundry/edgex-go/internal/security/proxy [github.com/edgexfoundry/edgex-go/internal/security/proxy.test] [2021-05-10T01:26:21.671Z] internal/security/proxy/main.go:67: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:26:21.671Z] *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:26:21.845Z] + sudo+ service docker restarttrue [2021-05-10T01:26:21.845Z] [2021-05-10T01:26:21.998Z] # github.com/edgexfoundry/edgex-go/internal/security/secretstore [github.com/edgexfoundry/edgex-go/internal/security/secretstore.test] [2021-05-10T01:26:21.998Z] internal/security/secretstore/main.go:71: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:26:21.998Z] *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.421s coverage: 92.9% of statements [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 65.1% of statements [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.224s coverage: 87.2% of statements [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.085s coverage: 100.0% of statements [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.247s coverage: 76.0% of statements [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.236s coverage: 80.0% of statements [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.261s coverage: 87.2% of statements [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.217s coverage: 85.4% of statements [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.287s coverage: 91.2% of statements [2021-05-10T01:26:23.190Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/fileprovider [build failed] [2021-05-10T01:26:23.190Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks [build failed] [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2021-05-10T01:26:23.190Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/proxy [build failed] [2021-05-10T01:26:23.190Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/secretstore [build failed] [2021-05-10T01:26:23.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.196s coverage: 89.5% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T01:26:23.895Z] provisioning config files... [2021-05-10T01:26:23.942Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7690053217787968139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:26:24.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.462s coverage: 84.8% of statements [2021-05-10T01:26:24.076Z] FAIL github.com/edgexfoundry/edgex-go/internal/support/notifications [build failed] [2021-05-10T01:26:24.313Z] ---> docker-login.sh [2021-05-10T01:26:24.313Z] nexus3.edgexfoundry.org:10001 [2021-05-10T01:26:25.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:26:25.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:26:25.564Z] Configure a credential helper to remove this warning. See [2021-05-10T01:26:25.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:26:25.564Z] [2021-05-10T01:26:25.564Z] Login Succeeded [2021-05-10T01:26:25.564Z] nexus3.edgexfoundry.org:10002 [2021-05-10T01:26:25.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:26:26.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:26:26.108Z] Configure a credential helper to remove this warning. See [2021-05-10T01:26:26.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:26:26.108Z] [2021-05-10T01:26:26.108Z] Login Succeeded [2021-05-10T01:26:26.108Z] nexus3.edgexfoundry.org:10003 [2021-05-10T01:26:26.328Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.218s coverage: 100.0% of statements [2021-05-10T01:26:26.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:26:26.643Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.180s coverage: 100.0% of statements [2021-05-10T01:26:26.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:26:26.656Z] Configure a credential helper to remove this warning. See [2021-05-10T01:26:26.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:26:26.656Z] [2021-05-10T01:26:26.656Z] Login Succeeded [2021-05-10T01:26:26.656Z] nexus3.edgexfoundry.org:10004 [2021-05-10T01:26:26.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:26:26.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.079s coverage: 9.6% of statements [2021-05-10T01:26:27.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:26:27.230Z] Configure a credential helper to remove this warning. See [2021-05-10T01:26:27.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:26:27.230Z] [2021-05-10T01:26:27.230Z] Login Succeeded [2021-05-10T01:26:27.230Z] docker.io [2021-05-10T01:26:27.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:26:27.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:26:27.773Z] Configure a credential helper to remove this warning. See [2021-05-10T01:26:27.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:26:27.773Z] [2021-05-10T01:26:27.773Z] Login Succeeded [2021-05-10T01:26:27.773Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T01:26:27.790Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T01:26:28.090Z] ========================================================= [2021-05-10T01:26:28.090Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T01:26:28.090Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:26:28.443Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-10T01:26:28.554Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.396s coverage: 92.6% of statements [2021-05-10T01:26:28.555Z] FAIL github.com/edgexfoundry/edgex-go/internal/support/scheduler [build failed] [2021-05-10T01:26:30.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.125s coverage: 99.0% of statements [2021-05-10T01:26:30.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.183s coverage: 100.0% of statements [2021-05-10T01:26:30.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.247s coverage: 64.6% of statements [2021-05-10T01:26:31.068Z] Sending build context to Docker daemon 167.6MB [2021-05-10T01:26:31.068Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T01:26:31.068Z] Step 2/6 : FROM ${BASE} [2021-05-10T01:26:31.068Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T01:26:31.068Z] 595b0fe564bb: Pulling fs layer [2021-05-10T01:26:31.068Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T01:26:31.068Z] 316046926c0a: Pulling fs layer [2021-05-10T01:26:31.068Z] 4ebd0625c992: Pulling fs layer [2021-05-10T01:26:31.068Z] 207e8628e3a3: Pulling fs layer [2021-05-10T01:26:31.068Z] c791037a9be2: Pulling fs layer [2021-05-10T01:26:31.068Z] ffd874e62e21: Pulling fs layer [2021-05-10T01:26:31.068Z] 4ebd0625c992: Waiting [2021-05-10T01:26:31.068Z] 207e8628e3a3: Waiting [2021-05-10T01:26:31.068Z] c791037a9be2: Waiting [2021-05-10T01:26:31.068Z] ffd874e62e21: Waiting [2021-05-10T01:26:31.068Z] 316046926c0a: Verifying Checksum [2021-05-10T01:26:31.068Z] 316046926c0a: Download complete [2021-05-10T01:26:31.068Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T01:26:31.068Z] 7186ed65a4f7: Download complete [2021-05-10T01:26:31.068Z] 207e8628e3a3: Verifying Checksum [2021-05-10T01:26:31.068Z] 207e8628e3a3: Download complete [2021-05-10T01:26:31.068Z] c791037a9be2: Verifying Checksum [2021-05-10T01:26:31.068Z] c791037a9be2: Download complete [2021-05-10T01:26:31.068Z] 595b0fe564bb: Verifying Checksum [2021-05-10T01:26:31.068Z] 595b0fe564bb: Download complete [2021-05-10T01:26:31.354Z] 595b0fe564bb: Pull complete [2021-05-10T01:26:31.959Z] 7186ed65a4f7: Pull complete [2021-05-10T01:26:32.565Z] 316046926c0a: Pull complete [2021-05-10T01:26:33.547Z] ffd874e62e21: Verifying Checksum [2021-05-10T01:26:33.547Z] ffd874e62e21: Download complete [2021-05-10T01:26:34.446Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.372s coverage: 97.6% of statements [2021-05-10T01:26:34.446Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.070s coverage: 0.0% of statements [2021-05-10T01:26:34.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.142s coverage: 100.0% of statements [2021-05-10T01:26:34.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-05-10T01:26:34.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-05-10T01:26:34.989Z] 4ebd0625c992: Verifying Checksum [2021-05-10T01:26:34.989Z] 4ebd0625c992: Download complete [2021-05-10T01:26:35.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.128s coverage: 28.1% of statements [2021-05-10T01:26:35.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-05-10T01:26:36.060Z] make: *** [Makefile:94: test] Error 2 [Pipeline] } [2021-05-10T01:26:36.094Z] $ docker stop --time=1 65253573717caa1cbb400bf00b015720b0ee66927d63de38dcd0515a864ded48 [2021-05-10T01:26:39.518Z] $ docker rm -f 65253573717caa1cbb400bf00b015720b0ee66927d63de38dcd0515a864ded48 [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-05-10T01:26:40.562Z] Failed in branch amd64 [2021-05-10T01:26:45.175Z] 4ebd0625c992: Pull complete [2021-05-10T01:26:45.175Z] 207e8628e3a3: Pull complete [2021-05-10T01:26:45.175Z] c791037a9be2: Pull complete [2021-05-10T01:26:48.572Z] ffd874e62e21: Pull complete [2021-05-10T01:26:48.572Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T01:26:48.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T01:26:48.572Z] ---> cfc18b08335c [2021-05-10T01:26:48.572Z] 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-05-10T01:26:52.871Z] ---> Running in 20d633273699 [2021-05-10T01:26:53.473Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:26:55.445Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:26:56.887Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T01:26:57.158Z] (2/12) Installing file (5.39-r0) [2021-05-10T01:26:57.429Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T01:26:57.429Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T01:27:15.715Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T01:27:15.715Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T01:27:15.715Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T01:27:15.715Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T01:27:15.986Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T01:27:16.259Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T01:27:16.259Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T01:27:16.854Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T01:27:16.854Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T01:27:16.854Z] OK: 218 MiB in 52 packages [2021-05-10T01:27:21.181Z] Removing intermediate container 20d633273699 [2021-05-10T01:27:21.181Z] ---> 71a815faad09 [2021-05-10T01:27:21.181Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T01:27:21.181Z] ---> Running in 5bbdc853b95e [2021-05-10T01:27:21.464Z] Removing intermediate container 5bbdc853b95e [2021-05-10T01:27:21.464Z] ---> baa56caa093c [2021-05-10T01:27:21.464Z] Step 5/6 : COPY go.mod . [2021-05-10T01:27:22.450Z] ---> 55a5dc864d78 [2021-05-10T01:27:22.450Z] Step 6/6 : RUN go mod download [2021-05-10T01:27:22.450Z] ---> Running in d1e3ba5acfe1 [2021-05-10T01:27:54.803Z] Removing intermediate container d1e3ba5acfe1 [2021-05-10T01:27:54.803Z] ---> c155aab584b3 [2021-05-10T01:27:54.803Z] Successfully built c155aab584b3 [2021-05-10T01:27:54.803Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:27:55.158Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T01:27:55.158Z] . [Pipeline] withDockerContainer [2021-05-10T01:27:55.460Z] prd-ubuntu18.04-docker-arm64-4c-16g-3888 does not seem to be running inside a container [2021-05-10T01:27:55.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-05-10T01:27:57.234Z] $ docker top b63d3e6f64e053ae3f69f3a559c16fed13c4c2f35ab97ded22887c5ecbd574a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:27:58.209Z] + go version [2021-05-10T01:27:58.210Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T01:27:58.242Z] $ docker stop --time=1 b63d3e6f64e053ae3f69f3a559c16fed13c4c2f35ab97ded22887c5ecbd574a4 [2021-05-10T01:28:00.282Z] $ docker rm -f b63d3e6f64e053ae3f69f3a559c16fed13c4c2f35ab97ded22887c5ecbd574a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:28:01.021Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T01:28:01.021Z] . [Pipeline] withDockerContainer [2021-05-10T01:28:01.340Z] prd-ubuntu18.04-docker-arm64-4c-16g-3888 does not seem to be running inside a container [2021-05-10T01:28:01.449Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-05-10T01:28:03.085Z] $ docker top 1dbaa473fb42d789190e3204ff967e723502d5b0771aa19dddcc485c2ec70480 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T01:28:03.448Z] ========================================================= [2021-05-10T01:28:03.448Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T01:28:03.448Z] ========================================================= [Pipeline] sh [2021-05-10T01:28:04.112Z] + go mod tidy [Pipeline] sh [2021-05-10T01:28:05.859Z] + make test [2021-05-10T01:28:05.859Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T01:28:38.473Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T01:29:25.535Z] # github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [2021-05-10T01:29:25.535Z] internal/pkg/bootstrap/handlers/database/database.go:107:33: secretProvider.GetSecrets undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".SecretProvider has no field or method GetSecrets) [2021-05-10T01:29:47.765Z] # github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [2021-05-10T01:29:47.765Z] internal/pkg/v2/bootstrap/handlers/database.go:83:33: secretProvider.GetSecrets undefined (type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".SecretProvider has no field or method GetSecrets) [2021-05-10T01:29:48.041Z] # github.com/edgexfoundry/edgex-go/internal/security/config [2021-05-10T01:29:48.041Z] internal/security/config/main.go:54:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:29:48.041Z] *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:29:54.810Z] # github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [2021-05-10T01:29:54.810Z] internal/security/bootstrapper/redis/handlers/handlers.go:71:33: secretProvider.GetSecrets undefined (type interfaces.SecretProvider has no field or method GetSecrets) [2021-05-10T01:29:56.793Z] # github.com/edgexfoundry/edgex-go/internal/security/proxy [2021-05-10T01:29:56.793Z] internal/security/proxy/main.go:67:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:29:56.793Z] *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:29:57.066Z] # github.com/edgexfoundry/edgex-go/internal/security/secretstore [2021-05-10T01:29:57.066Z] internal/security/secretstore/main.go:71:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:29:57.066Z] *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:30:12.204Z] # github.com/edgexfoundry/edgex-go/internal/system/agent [2021-05-10T01:30:12.204Z] internal/system/agent/main.go:60:15: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/system/agent/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:30:12.204Z] *"github.com/edgexfoundry/edgex-go/internal/system/agent/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:30:12.814Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command [build failed] [2021-05-10T01:30:13.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.134s coverage: 19.8% of statements [2021-05-10T01:30:19.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.304s coverage: 100.0% of statements [2021-05-10T01:30:19.881Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] [2021-05-10T01:30:19.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.127s coverage: 100.0% of statements [2021-05-10T01:30:19.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.150s coverage: 100.0% of statements [2021-05-10T01:30:20.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 71.3% of statements [2021-05-10T01:30:25.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.498s coverage: 87.7% of statements [2021-05-10T01:30:25.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.173s coverage: 78.9% of statements [2021-05-10T01:30:25.225Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] [2021-05-10T01:30:25.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.257s coverage: 100.0% of statements [2021-05-10T01:30:25.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.196s coverage: 100.0% of statements [2021-05-10T01:30:28.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.432s coverage: 86.7% of statements [2021-05-10T01:30:30.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.465s coverage: 97.5% of statements [2021-05-10T01:30:30.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.220s coverage: 78.3% of statements [2021-05-10T01:30:38.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.391s coverage: 95.1% of statements [2021-05-10T01:30:38.444Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements [2021-05-10T01:30:38.444Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.234s coverage: 0.9% of statements [2021-05-10T01:30:38.444Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.143s coverage: 22.6% of statements [2021-05-10T01:30:38.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.167s coverage: 47.1% of statements [2021-05-10T01:30:38.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.172s coverage: 79.5% of statements [2021-05-10T01:30:38.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.153s coverage: 94.1% of statements [2021-05-10T01:30:39.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.178s coverage: 96.3% of statements [2021-05-10T01:30:39.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.226s coverage: 87.5% of statements [2021-05-10T01:30:54.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.170s coverage: 94.4% of statements [2021-05-10T01:30:54.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.134s coverage: 44.8% of statements [2021-05-10T01:30:58.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.527s coverage: 81.8% of statements [2021-05-10T01:31:05.112Z] # github.com/edgexfoundry/edgex-go/internal/security/proxy [github.com/edgexfoundry/edgex-go/internal/security/proxy.test] [2021-05-10T01:31:05.112Z] internal/security/proxy/main.go:67: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:31:05.112Z] *"github.com/edgexfoundry/edgex-go/internal/security/proxy/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.210s coverage: 92.9% of statements [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.122s coverage: 100.0% of statements [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.161s coverage: 76.0% of statements [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.147s coverage: 80.0% of statements [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.238s coverage: 87.2% of statements [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.255s coverage: 85.4% of statements [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.250s coverage: 91.2% of statements [2021-05-10T01:31:05.112Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/fileprovider [build failed] [2021-05-10T01:31:05.112Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks [build failed] [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-05-10T01:31:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-05-10T01:31:05.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-05-10T01:31:05.399Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/proxy [build failed] [2021-05-10T01:31:05.399Z] # github.com/edgexfoundry/edgex-go/internal/security/secretstore [github.com/edgexfoundry/edgex-go/internal/security/secretstore.test] [2021-05-10T01:31:05.399Z] internal/security/secretstore/main.go:71: cannot use configuration (type *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct) as type "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration in argument to bootstrap.Run: [2021-05-10T01:31:05.399Z] *"github.com/edgexfoundry/edgex-go/internal/security/secretstore/config".ConfigurationStruct does not implement "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces".Configuration (missing GetMessageBusInfo method) [2021-05-10T01:31:05.399Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/secretstore [build failed] [2021-05-10T01:31:06.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements [2021-05-10T01:31:07.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.074s coverage: 84.8% of statements [2021-05-10T01:31:07.118Z] FAIL github.com/edgexfoundry/edgex-go/internal/support/notifications [build failed] [2021-05-10T01:31:09.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-05-10T01:31:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements [2021-05-10T01:31:12.091Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.150s coverage: 9.6% of statements [2021-05-10T01:31:14.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.504s coverage: 92.6% of statements [2021-05-10T01:31:14.734Z] FAIL github.com/edgexfoundry/edgex-go/internal/support/scheduler [build failed] [2021-05-10T01:31:14.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-05-10T01:31:14.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.183s coverage: 100.0% of statements [2021-05-10T01:31:15.723Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.165s coverage: 64.6% of statements [2021-05-10T01:31:20.104Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.340s coverage: 97.6% of statements [2021-05-10T01:31:20.104Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-05-10T01:31:20.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-05-10T01:31:20.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.148s coverage: 87.9% of statements [2021-05-10T01:31:20.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.088s coverage: 100.0% of statements [2021-05-10T01:31:20.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.131s coverage: 28.1% of statements [2021-05-10T01:31:20.418Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-05-10T01:31:21.020Z] make: *** [Makefile:94: test] Error 2 [Pipeline] } [2021-05-10T01:31:21.061Z] $ docker stop --time=1 1dbaa473fb42d789190e3204ff967e723502d5b0771aa19dddcc485c2ec70480 [2021-05-10T01:31:23.399Z] $ docker rm -f 1dbaa473fb42d789190e3204ff967e723502d5b0771aa19dddcc485c2ec70480 [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:31:24.961Z] ---> job-cost.sh [2021-05-10T01:31:24.961Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-n9MH [2021-05-10T01:32:11.877Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T01:34:04.723Z] lf-activate-venv(): INFO: Adding /tmp/venv-n9MH/bin to PATH [2021-05-10T01:34:04.723Z] INFO: No Stack... [2021-05-10T01:34:04.723Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T01:34:04.723Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T01:34:05.061Z] + cut -d, -f6 [2021-05-10T01:34:05.061Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-05-10T01:34:05.441Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3438-3-stack-cost] [2021-05-10T01:34:05.461Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3438-3-stack-cost] did not exist. Created. [2021-05-10T01:34:05.462Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3438-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T01:34:05.822Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T01:34:06.655Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T01:34:06.667Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3438-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T01:34:06.804Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:34:07.568Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:34:09.427Z] ---> package-listing.sh [2021-05-10T01:34:09.427Z] ++ facter osfamily [2021-05-10T01:34:09.427Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T01:34:09.772Z] + OS_FAMILY=redhat [2021-05-10T01:34:09.772Z] + workspace=/w/workspace/edgex-go/3 [2021-05-10T01:34:09.772Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T01:34:09.772Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T01:34:09.772Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T01:34:09.772Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T01:34:09.772Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-10T01:34:09.772Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T01:34:09.772Z] + case "${OS_FAMILY}" in [2021-05-10T01:34:09.772Z] + sort [2021-05-10T01:34:09.772Z] + rpm -qa [2021-05-10T01:34:20.344Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T01:34:20.344Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T01:34:20.344Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T01:34:20.344Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-10T01:34:20.344Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-05-10T01:34:20.344Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-05-10T01:34:20.365Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T01:34:20.827Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:34:21.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T01:34:22.234Z] [2021-05-10T01:34:22.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:34:22.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T01:34:23.003Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T01:34:23.003Z] df20fa9351a1: Pulling fs layer [2021-05-10T01:34:23.003Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T01:34:23.003Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T01:34:23.003Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T01:34:23.003Z] 93b61091891f: Pulling fs layer [2021-05-10T01:34:23.003Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T01:34:23.003Z] 5e14af77c1be: Pulling fs layer [2021-05-10T01:34:23.003Z] 01666e4c0597: Pulling fs layer [2021-05-10T01:34:23.003Z] aa168da1d23b: Pulling fs layer [2021-05-10T01:34:23.003Z] 46f8f816bc3b: Waiting [2021-05-10T01:34:23.003Z] 93b61091891f: Waiting [2021-05-10T01:34:23.003Z] 93b9cdb0e59b: Waiting [2021-05-10T01:34:23.003Z] 5e14af77c1be: Waiting [2021-05-10T01:34:23.003Z] 01666e4c0597: Waiting [2021-05-10T01:34:23.003Z] aa168da1d23b: Waiting [2021-05-10T01:34:23.305Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T01:34:23.305Z] 36b3adc4ff6f: Download complete [2021-05-10T01:34:23.305Z] 46f8f816bc3b: Download complete [2021-05-10T01:34:23.587Z] df20fa9351a1: Verifying Checksum [2021-05-10T01:34:23.587Z] df20fa9351a1: Download complete [2021-05-10T01:34:23.587Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T01:34:23.587Z] 93b9cdb0e59b: Download complete [2021-05-10T01:34:23.587Z] 5e14af77c1be: Verifying Checksum [2021-05-10T01:34:23.587Z] 5e14af77c1be: Download complete [2021-05-10T01:34:23.587Z] 93b61091891f: Verifying Checksum [2021-05-10T01:34:23.587Z] 93b61091891f: Download complete [2021-05-10T01:34:24.356Z] df20fa9351a1: Pull complete [2021-05-10T01:34:24.756Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T01:34:24.756Z] 8ad3a11d3b57: Download complete [2021-05-10T01:34:25.871Z] 36b3adc4ff6f: Pull complete [2021-05-10T01:34:28.643Z] 8ad3a11d3b57: Pull complete [2021-05-10T01:34:28.934Z] 46f8f816bc3b: Pull complete [2021-05-10T01:34:30.028Z] 93b61091891f: Pull complete [2021-05-10T01:34:30.910Z] 93b9cdb0e59b: Pull complete [2021-05-10T01:34:31.243Z] 5e14af77c1be: Pull complete [2021-05-10T01:34:31.544Z] 01666e4c0597: Pull complete [2021-05-10T01:34:31.828Z] aa168da1d23b: Verifying Checksum [2021-05-10T01:34:31.828Z] aa168da1d23b: Download complete [2021-05-10T01:34:50.445Z] aa168da1d23b: Pull complete [2021-05-10T01:34:50.445Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T01:34:50.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T01:34:50.445Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T01:34:51.227Z] prd-centos7-docker-4c-2g-3879 does not seem to be running inside a container [2021-05-10T01:34:51.558Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T01:34:55.208Z] $ docker top 7e46267605fb7e0b74ec0a04181db9905cf7aa0497a6082cec8c822eda90d84d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:34:56.529Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T01:34:57.771Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T01:34:59.178Z] + ls /var/log/sa-host [2021-05-10T01:34:59.178Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T01:34:59.178Z] file_magic: OK [2021-05-10T01:34:59.178Z] HZ: Using current value: 100 [2021-05-10T01:34:59.178Z] file_header: OK [2021-05-10T01:34:59.178Z] 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-05-10T01:34:59.178Z] Statistics: [2021-05-10T01:34:59.178Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T01:34:59.178Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T01:34:59.178Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T01:34:59.178Z] file_magic: OK [2021-05-10T01:34:59.178Z] HZ: Using current value: 100 [2021-05-10T01:34:59.178Z] file_header: OK [2021-05-10T01:34:59.178Z] 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-05-10T01:34:59.178Z] Statistics: [2021-05-10T01:34:59.178Z] Hnuu...uuuununununu... [2021-05-10T01:34:59.178Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T01:34:59.692Z] provisioning config files... [2021-05-10T01:35:00.123Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4715710007729547642tmp [Pipeline] { [Pipeline] echo [2021-05-10T01:35:00.221Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:35:01.587Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T01:35:01.648Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T01:35:01.677Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:35:02.600Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T01:35:02.616Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:35:03.024Z] ---> sudo-logs.sh [2021-05-10T01:35:03.024Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T01:35:03.494Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:35:04.270Z] ---> job-cost.sh [2021-05-10T01:35:04.270Z] lf-activate-venv: SKIPPING [2021-05-10T01:35:04.270Z] DEBUG: total: 0.20999999344348907 [2021-05-10T01:35:04.270Z] INFO: Retrieving Stack Cost... [2021-05-10T01:35:05.722Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T01:35:06.328Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T01:35:06.349Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:35:06.784Z] ---> logs-deploy.sh [2021-05-10T01:35:06.785Z] lf-activate-venv: SKIPPING [2021-05-10T01:35:06.785Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3438/3 [2021-05-10T01:35:06.785Z] INFO: archiving workspace using pattern(s): [2021-05-10T01:35:09.629Z] Archives upload complete. [2021-05-10T01:35:09.629Z] INFO: archiving logs to Nexus [2021-05-10T01:35:11.669Z] ---> uname -a: [2021-05-10T01:35:11.669Z] Linux prd-centos7-docker-4c-2g-3879.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-05-10T01:35:11.669Z] [2021-05-10T01:35:11.669Z] [2021-05-10T01:35:11.669Z] ---> lscpu: [2021-05-10T01:35:11.669Z] Architecture: x86_64 [2021-05-10T01:35:11.669Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-10T01:35:11.669Z] Byte Order: Little Endian [2021-05-10T01:35:11.669Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-10T01:35:11.669Z] CPU(s): 4 [2021-05-10T01:35:11.669Z] On-line CPU(s) list: 0-3 [2021-05-10T01:35:11.669Z] Thread(s) per core: 1 [2021-05-10T01:35:11.669Z] Core(s) per socket: 1 [2021-05-10T01:35:11.669Z] Socket(s): 4 [2021-05-10T01:35:11.669Z] NUMA node(s): 1 [2021-05-10T01:35:11.669Z] Vendor ID: GenuineIntel [2021-05-10T01:35:11.669Z] CPU family: 6 [2021-05-10T01:35:11.669Z] Model: 44 [2021-05-10T01:35:11.669Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-10T01:35:11.669Z] Stepping: 1 [2021-05-10T01:35:11.669Z] CPU MHz: 2933.438 [2021-05-10T01:35:11.669Z] BogoMIPS: 5866.87 [2021-05-10T01:35:11.669Z] Virtualization: VT-x [2021-05-10T01:35:11.669Z] Hypervisor vendor: KVM [2021-05-10T01:35:11.669Z] Virtualization type: full [2021-05-10T01:35:11.669Z] L1d cache: 128 KiB [2021-05-10T01:35:11.669Z] L1i cache: 128 KiB [2021-05-10T01:35:11.669Z] L2 cache: 16 MiB [2021-05-10T01:35:11.669Z] L3 cache: 64 MiB [2021-05-10T01:35:11.669Z] NUMA node0 CPU(s): 0-3 [2021-05-10T01:35:11.669Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-10T01:35:11.669Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-10T01:35:11.669Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-10T01:35:11.669Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-10T01:35:11.669Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-10T01:35:11.669Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-10T01:35:11.669Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-10T01:35:11.669Z] Vulnerability Srbds: Not affected [2021-05-10T01:35:11.669Z] Vulnerability Tsx async abort: Not affected [2021-05-10T01:35:11.669Z] 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-05-10T01:35:11.669Z] [2021-05-10T01:35:11.669Z] [2021-05-10T01:35:11.669Z] ---> nproc: [2021-05-10T01:35:11.669Z] 4 [2021-05-10T01:35:11.669Z] [2021-05-10T01:35:11.669Z] [2021-05-10T01:35:11.669Z] ---> df -h: [2021-05-10T01:35:11.669Z] Filesystem Size Used Available Use% Mounted on [2021-05-10T01:35:11.669Z] overlay 50.0G 7.9G 42.1G 16% / [2021-05-10T01:35:11.669Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-10T01:35:11.669Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-10T01:35:11.669Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-10T01:35:11.669Z] /dev/vda1 50.0G 7.9G 42.1G 16% /facter-os [2021-05-10T01:35:11.669Z] /dev/vda1 50.0G 7.9G 42.1G 16% /etc/resolv.conf [2021-05-10T01:35:11.669Z] /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hostname [2021-05-10T01:35:11.669Z] /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hosts [2021-05-10T01:35:11.669Z] /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/auth.log [2021-05-10T01:35:11.669Z] /dev/vda1 50.0G 7.9G 42.1G 16% /run/cloud-init/result.json [2021-05-10T01:35:11.669Z] /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/sa-host [2021-05-10T01:35:11.669Z] /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/secure [2021-05-10T01:35:11.669Z] /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/edgex-go/3 [2021-05-10T01:35:11.669Z] /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/edgex-go/3@tmp [2021-05-10T01:35:11.669Z] [2021-05-10T01:35:11.669Z] [2021-05-10T01:35:11.669Z] ---> free -m: [2021-05-10T01:35:11.669Z] total used free shared buff/cache available [2021-05-10T01:35:11.669Z] Mem: 1837 773 121 0 942 971 [2021-05-10T01:35:11.669Z] Swap: 1023 3 1020 [2021-05-10T01:35:11.669Z] [2021-05-10T01:35:11.669Z] [2021-05-10T01:35:11.669Z] ---> ip addr: [2021-05-10T01:35:11.669Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-10T01:35:11.669Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-10T01:35:11.669Z] inet 127.0.0.1/8 scope host lo [2021-05-10T01:35:11.669Z] valid_lft forever preferred_lft forever [2021-05-10T01:35:11.669Z] inet6 ::1/128 scope host [2021-05-10T01:35:11.669Z] valid_lft forever preferred_lft forever [2021-05-10T01:35:11.669Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-10T01:35:11.669Z] link/ether fa:16:3e:dc:a5:f5 brd ff:ff:ff:ff:ff:ff [2021-05-10T01:35:11.669Z] inet 10.30.123.134/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-10T01:35:11.670Z] valid_lft 85476sec preferred_lft 85476sec [2021-05-10T01:35:11.670Z] inet6 fe80::f816:3eff:fedc:a5f5/64 scope link [2021-05-10T01:35:11.670Z] valid_lft forever preferred_lft forever [2021-05-10T01:35:11.670Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-10T01:35:11.670Z] link/ether 02:42:eb:02:9c:ac brd ff:ff:ff:ff:ff:ff [2021-05-10T01:35:11.670Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-10T01:35:11.670Z] valid_lft forever preferred_lft forever [2021-05-10T01:35:11.670Z] inet6 fe80::42:ebff:fe02:9cac/64 scope link [2021-05-10T01:35:11.670Z] valid_lft forever preferred_lft forever [2021-05-10T01:35:11.670Z] [2021-05-10T01:35:11.670Z] [2021-05-10T01:35:11.670Z] ---> sar -b -r -n DEV: [2021-05-10T01:35:11.670Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) [2021-05-10T01:35:11.670Z] [2021-05-10T01:35:11.670Z] 01:19:33 LINUX RESTART (4 CPU) [2021-05-10T01:35:11.670Z] [2021-05-10T01:35:11.670Z] 01:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-10T01:35:11.670Z] 01:21:01 144.31 84.43 59.88 0.00 5579.08 42809.09 0.00 [2021-05-10T01:35:11.670Z] 01:22:02 54.45 12.80 41.66 0.00 4744.37 6735.61 0.00 [2021-05-10T01:35:11.670Z] 01:23:01 166.96 82.22 84.74 0.00 6586.47 33739.64 0.00 [2021-05-10T01:35:11.670Z] 01:24:01 197.89 53.99 143.90 0.00 2902.87 23762.84 0.00 [2021-05-10T01:35:11.670Z] 01:25:01 143.61 98.14 45.46 0.00 2857.12 6325.03 0.00 [2021-05-10T01:35:11.670Z] 01:26:02 60.08 9.76 50.31 0.00 478.38 6425.12 0.00 [2021-05-10T01:35:11.670Z] 01:27:01 27.92 7.45 20.47 0.00 943.18 1843.57 0.00 [2021-05-10T01:35:11.670Z] 01:28:01 4.70 0.91 3.79 0.00 49.99 141.62 0.00 [2021-05-10T01:35:11.670Z] 01:29:01 0.32 0.00 0.32 0.00 0.00 4.38 0.00 [2021-05-10T01:35:11.670Z] 01:30:01 0.35 0.00 0.35 0.00 0.00 5.02 0.00 [2021-05-10T01:35:11.670Z] 01:31:02 0.35 0.00 0.35 0.00 0.00 4.76 0.00 [2021-05-10T01:35:11.670Z] 01:32:01 0.25 0.00 0.25 0.00 0.00 3.53 0.00 [2021-05-10T01:35:11.670Z] 01:33:01 0.33 0.00 0.33 0.00 0.00 5.43 0.00 [2021-05-10T01:35:11.670Z] 01:34:01 0.30 0.00 0.30 0.00 0.00 4.18 0.00 [2021-05-10T01:35:11.670Z] Average: 57.20 24.92 32.28 0.00 1718.98 8653.68 0.00 [2021-05-10T01:35:11.670Z] [2021-05-10T01:35:11.670Z] 01:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-10T01:35:11.670Z] 01:21:01 137800 0 534572 28.41 2620 1206552 1029940 35.15 481460 1065896 1272 [2021-05-10T01:35:11.670Z] 01:22:02 76992 0 671512 35.69 2620 1130420 1350924 46.10 547096 1050604 3064 [2021-05-10T01:35:11.670Z] 01:23:01 101908 0 744056 39.54 2240 1033340 1576096 53.79 615556 919708 85164 [2021-05-10T01:35:11.670Z] 01:24:01 300832 0 735016 39.06 1492 844204 1308056 44.64 452952 848896 8 [2021-05-10T01:35:11.670Z] 01:25:01 242144 0 776028 41.24 800 862572 1747700 59.65 603824 757800 53604 [2021-05-10T01:35:11.670Z] 01:26:02 94948 0 860924 45.76 696 924976 1941124 66.25 763540 733812 55004 [2021-05-10T01:35:11.670Z] 01:27:01 568772 0 702476 37.34 660 609636 1125240 38.40 454384 583912 20 [2021-05-10T01:35:11.670Z] 01:28:01 582092 0 687588 36.54 660 611204 1079780 36.85 450612 585120 32 [2021-05-10T01:35:11.670Z] 01:29:01 582124 0 687608 36.54 660 611152 1079780 36.85 450340 585212 8 [2021-05-10T01:35:11.670Z] 01:30:01 581388 0 688336 36.58 660 611160 1079980 36.86 451532 585212 16 [2021-05-10T01:35:11.670Z] 01:31:02 582028 0 687692 36.55 660 611164 1079904 36.86 450600 585216 12 [2021-05-10T01:35:11.670Z] 01:32:01 580752 0 688964 36.62 660 611168 1080096 36.86 451772 585212 12 [2021-05-10T01:35:11.670Z] 01:33:01 580372 0 689340 36.64 660 611172 1080108 36.86 451880 585212 8 [2021-05-10T01:35:11.670Z] 01:34:01 582112 0 687596 36.54 660 611176 1079844 36.85 450416 585212 8 [2021-05-10T01:35:11.670Z] Average: 399590 0 702979 37.36 1125 777850 1259898 43.00 505426 718359 14159 [2021-05-10T01:35:11.670Z] [2021-05-10T01:35:11.670Z] 01:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-10T01:35:11.670Z] 01:21:01 eth0 512.30 430.02 3308.22 64.42 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:22:02 eth0 613.21 709.24 2703.31 98.34 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:22:02 vethc570ed0 630.88 513.06 64.48 2247.52 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:22:02 docker0 630.88 512.93 55.85 2247.51 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:23:01 eth0 336.06 272.24 3151.29 68.24 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:23:01 docker0 66.77 75.19 7.07 422.15 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:24:01 eth0 268.24 198.51 862.27 23.55 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:24:01 docker0 181.94 235.26 11.63 842.37 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:25:01 veth1306309 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:25:01 eth0 23.19 18.12 23.89 9.69 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:26:02 veth1306309 0.53 0.53 0.04 0.05 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:26:02 eth0 39.06 33.60 22.56 84.20 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:26:02 docker0 0.53 0.53 0.04 0.05 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:27:01 eth0 20.11 15.94 15.76 8.38 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:27:01 docker0 1.32 1.32 0.09 0.10 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:28:01 eth0 0.12 0.10 0.01 0.02 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:29:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:30:01 eth0 0.91 0.35 0.31 0.20 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:31:02 eth0 1.83 0.22 0.27 0.07 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:31:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:32:01 eth0 1.96 0.90 0.87 0.61 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:33:01 eth0 0.70 0.28 0.29 0.20 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:34:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] Average: eth0 129.60 119.87 717.13 25.56 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] Average: docker0 63.33 59.26 5.36 252.13 0.00 0.00 0.00 0.00 [2021-05-10T01:35:11.670Z] [2021-05-10T01:35:11.670Z] [2021-05-10T01:35:11.670Z] ---> sar -P ALL: [2021-05-10T01:35:11.670Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) [2021-05-10T01:35:11.670Z] [2021-05-10T01:35:11.670Z] 01:19:33 LINUX RESTART (4 CPU) [2021-05-10T01:35:11.670Z] [2021-05-10T01:35:11.670Z] 01:20:02 CPU %user %nice %system %iowait %steal %idle [2021-05-10T01:35:11.670Z] 01:21:01 all 16.10 0.00 9.36 5.73 23.38 45.43 [2021-05-10T01:35:11.670Z] 01:21:01 0 14.79 0.00 8.69 6.73 24.10 45.69 [2021-05-10T01:35:11.670Z] 01:21:01 1 17.73 0.00 13.36 4.35 22.68 41.87 [2021-05-10T01:35:11.670Z] 01:21:01 2 17.92 0.00 7.58 6.37 22.32 45.82 [2021-05-10T01:35:11.670Z] 01:21:01 3 13.99 0.00 7.91 5.48 24.40 48.22 [2021-05-10T01:35:11.670Z] 01:22:02 all 5.19 0.00 3.88 0.91 22.09 67.94 [2021-05-10T01:35:11.670Z] 01:22:02 0 6.53 0.00 5.48 1.27 24.76 61.96 [2021-05-10T01:35:11.670Z] 01:22:02 1 4.30 0.00 3.43 0.50 21.76 70.01 [2021-05-10T01:35:11.670Z] 01:22:02 2 5.63 0.00 3.45 1.10 21.13 68.69 [2021-05-10T01:35:11.670Z] 01:22:02 3 4.35 0.00 3.21 0.78 20.81 70.85 [2021-05-10T01:35:11.670Z] 01:23:01 all 9.04 0.00 5.34 1.15 19.40 65.07 [2021-05-10T01:35:11.670Z] 01:23:01 0 7.11 0.00 5.40 0.91 19.62 66.96 [2021-05-10T01:35:11.670Z] 01:23:01 1 15.35 0.00 5.80 1.42 19.68 57.75 [2021-05-10T01:35:11.670Z] 01:23:01 2 7.33 0.00 4.65 1.31 18.48 68.22 [2021-05-10T01:35:11.670Z] 01:23:01 3 6.42 0.00 5.52 0.97 19.83 67.26 [2021-05-10T01:35:11.670Z] 01:24:01 all 4.53 0.00 5.33 3.43 13.43 73.28 [2021-05-10T01:35:11.670Z] 01:24:01 0 4.36 0.00 5.02 2.10 14.63 73.89 [2021-05-10T01:35:11.670Z] 01:24:01 1 4.97 0.00 5.74 3.50 13.15 72.65 [2021-05-10T01:35:11.670Z] 01:24:01 2 4.33 0.00 5.18 4.15 12.75 73.58 [2021-05-10T01:35:11.670Z] 01:24:01 3 4.47 0.00 5.37 3.98 13.17 73.01 [2021-05-10T01:35:11.670Z] 01:25:01 all 32.10 0.00 8.79 4.89 22.64 31.59 [2021-05-10T01:35:11.670Z] 01:25:01 0 32.15 0.00 8.43 5.15 23.04 31.24 [2021-05-10T01:35:11.670Z] 01:25:01 1 30.12 0.00 8.33 3.83 23.06 34.67 [2021-05-10T01:35:11.670Z] 01:25:01 2 35.96 0.00 8.92 5.83 21.88 27.42 [2021-05-10T01:35:11.670Z] 01:25:01 3 30.23 0.00 9.49 4.80 22.55 32.94 [2021-05-10T01:35:11.670Z] 01:26:02 all 32.84 0.00 13.17 1.47 32.49 20.03 [2021-05-10T01:35:11.670Z] 01:26:02 0 37.25 0.00 15.42 1.43 31.36 14.55 [2021-05-10T01:35:11.670Z] 01:26:02 1 29.37 0.00 11.95 0.87 32.36 25.45 [2021-05-10T01:35:11.670Z] 01:26:02 2 32.99 0.00 12.79 1.35 32.30 20.57 [2021-05-10T01:35:11.670Z] 01:26:02 3 32.15 0.00 12.72 2.27 33.87 18.98 [2021-05-10T01:35:11.670Z] 01:27:01 all 9.54 0.00 5.00 0.69 17.79 66.98 [2021-05-10T01:35:11.670Z] 01:27:01 0 8.81 0.00 4.16 0.54 18.66 67.83 [2021-05-10T01:35:11.670Z] 01:27:01 1 9.27 0.00 4.85 0.38 17.22 68.27 [2021-05-10T01:35:11.670Z] 01:27:01 2 12.02 0.00 6.19 0.93 16.22 64.64 [2021-05-10T01:35:11.670Z] 01:27:01 3 8.17 0.00 4.84 0.92 18.99 67.09 [2021-05-10T01:35:11.670Z] 01:28:01 all 0.07 0.00 0.10 0.02 1.08 98.73 [2021-05-10T01:35:11.670Z] 01:28:01 0 0.02 0.00 0.05 0.10 0.50 99.34 [2021-05-10T01:35:11.670Z] 01:28:01 1 0.12 0.00 0.10 0.00 1.21 98.58 [2021-05-10T01:35:11.670Z] 01:28:01 2 0.10 0.00 0.10 0.00 1.17 98.63 [2021-05-10T01:35:11.670Z] 01:28:01 3 0.03 0.00 0.15 0.00 1.45 98.37 [2021-05-10T01:35:11.670Z] 01:29:01 all 0.08 0.00 0.17 0.00 1.83 97.93 [2021-05-10T01:35:11.670Z] 01:29:01 0 0.07 0.00 0.38 0.00 1.06 98.49 [2021-05-10T01:35:11.671Z] 01:29:01 1 0.13 0.00 0.10 0.00 2.83 96.95 [2021-05-10T01:35:11.671Z] 01:29:01 2 0.10 0.00 0.10 0.00 1.67 98.13 [2021-05-10T01:35:11.671Z] 01:29:01 3 0.02 0.00 0.10 0.00 1.72 98.16 [2021-05-10T01:35:11.671Z] 01:30:01 all 0.09 0.00 0.03 0.00 0.84 99.04 [2021-05-10T01:35:11.671Z] 01:30:01 0 0.02 0.00 0.02 0.00 0.58 99.39 [2021-05-10T01:35:11.671Z] 01:30:01 1 0.03 0.00 0.05 0.00 0.97 98.94 [2021-05-10T01:35:11.671Z] 01:30:01 2 0.08 0.00 0.03 0.00 1.04 98.84 [2021-05-10T01:35:11.671Z] 01:30:01 3 0.22 0.00 0.03 0.00 0.76 98.99 [2021-05-10T01:35:11.671Z] 01:31:02 all 0.07 0.00 0.09 0.00 1.26 98.58 [2021-05-10T01:35:11.671Z] 01:31:02 0 0.10 0.00 0.15 0.00 1.82 97.93 [2021-05-10T01:35:11.671Z] 01:31:02 1 0.05 0.00 0.10 0.00 1.17 98.68 [2021-05-10T01:35:11.671Z] 01:31:02 2 0.10 0.00 0.10 0.00 1.41 98.39 [2021-05-10T01:35:11.671Z] 01:31:02 3 0.03 0.00 0.03 0.00 0.61 99.32 [2021-05-10T01:35:11.671Z] [2021-05-10T01:35:11.671Z] 01:31:02 CPU %user %nice %system %iowait %steal %idle [2021-05-10T01:35:11.671Z] 01:32:01 all 0.05 0.00 0.05 0.00 1.39 98.51 [2021-05-10T01:35:11.671Z] 01:32:01 0 0.02 0.00 0.02 0.00 0.54 99.43 [2021-05-10T01:35:11.671Z] 01:32:01 1 0.05 0.00 0.05 0.00 0.91 98.99 [2021-05-10T01:35:11.671Z] 01:32:01 2 0.13 0.00 0.08 0.00 2.39 97.40 [2021-05-10T01:35:11.671Z] 01:32:01 3 0.02 0.00 0.03 0.00 1.70 98.25 [2021-05-10T01:35:11.671Z] 01:33:01 all 0.07 0.00 0.02 0.00 0.70 99.20 [2021-05-10T01:35:11.671Z] 01:33:01 0 0.00 0.00 0.02 0.00 0.27 99.72 [2021-05-10T01:35:11.671Z] 01:33:01 1 0.25 0.00 0.05 0.00 1.66 98.04 [2021-05-10T01:35:11.671Z] 01:33:01 2 0.02 0.00 0.02 0.00 0.70 99.27 [2021-05-10T01:35:11.671Z] 01:33:01 3 0.02 0.00 0.02 0.00 0.18 99.78 [2021-05-10T01:35:11.671Z] 01:34:01 all 0.05 0.00 0.04 0.00 1.14 98.77 [2021-05-10T01:35:11.671Z] 01:34:01 0 0.00 0.00 0.02 0.00 0.50 99.49 [2021-05-10T01:35:11.671Z] 01:34:01 1 0.17 0.00 0.03 0.00 0.70 99.10 [2021-05-10T01:35:11.671Z] 01:34:01 2 0.02 0.00 0.08 0.02 3.06 96.82 [2021-05-10T01:35:11.671Z] 01:34:01 3 0.02 0.00 0.02 0.00 0.27 99.70 [2021-05-10T01:35:11.671Z] Average: all 7.60 0.00 3.60 1.29 11.29 76.22 [2021-05-10T01:35:11.671Z] Average: 0 7.58 0.00 3.69 1.28 11.36 76.08 [2021-05-10T01:35:11.671Z] Average: 1 7.84 0.00 3.81 1.05 11.35 75.95 [2021-05-10T01:35:11.671Z] Average: 2 8.07 0.00 3.44 1.49 11.07 75.94 [2021-05-10T01:35:11.671Z] Average: 3 6.92 0.00 3.47 1.36 11.37 76.89 [2021-05-10T01:35:11.671Z] [2021-05-10T01:35:11.671Z] [2021-05-10T01:35:11.671Z]