Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 72f8bb78350859a2ac9fc674d42b1f30c27bb120+2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 (43743ca920afc82d1f01fda54ed3dffb06d9034d) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3269 in /w/workspace/edgexfoundry_edgex-go_PR-2743 [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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 into PR head commit 72f8bb78350859a2ac9fc674d42b1f30c27bb120 Merge succeeded, producing 582a810dfb3a11e314323ea79da7c8dcc76666f6 Checking out Revision 582a810dfb3a11e314323ea79da7c8dcc76666f6 (PR-2743) > 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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2743/head:refs/remotes/origin/PR-2743 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72f8bb78350859a2ac9fc674d42b1f30c27bb120 # 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 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 582a810dfb3a11e314323ea79da7c8dcc76666f6 # timeout=10 Commit message: "Merge commit '2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-04T00:31:25.870Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-04T00:31:26.215Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-04T00:31:26.338Z] ========================================================= [2020-10-04T00:31:26.338Z] EdgeX Global Pipelines Version Info [2020-10-04T00:31:26.338Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 76d400383c2b14a9b567743f8b61fbd4296d7889 # timeout=10 [2020-10-04T00:31:29.256Z] ------------------- [2020-10-04T00:31:29.256Z] stable info: [2020-10-04T00:31:29.256Z] ------------------- [2020-10-04T00:31:29.256Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-04T00:31:29.256Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-04T00:31:29.256Z] Message: update stable to v1.0.131 [2020-10-04T00:31:30.255Z] ------------------- [2020-10-04T00:31:30.255Z] experimental info: [2020-10-04T00:31:30.255Z] ------------------- [2020-10-04T00:31:30.255Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-04T00:31:30.255Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-04T00:31:30.255Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-04T00:31:30.642Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-04T00:31:30.757Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-04T00:31:30.847Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-04T00:31:30.962Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-04T00:31:31.060Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-04T00:31:31.164Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-04T00:31:31.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-04T00:31:31.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-04T00:31:31.463Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-04T00:31:31.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-04T00:31:31.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-04T00:31:31.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-04T00:31:31.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-04T00:31:31.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-04T00:31:32.083Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-04T00:31:32.199Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-04T00:31:32.320Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-04T00:31:32.421Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-04T00:31:32.519Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-04T00:31:32.626Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-04T00:31:32.720Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-04T00:31:32.828Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2743 [Pipeline] echo [2020-10-04T00:31:32.925Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2743 [Pipeline] echo [2020-10-04T00:31:33.010Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2743 [Pipeline] echo [2020-10-04T00:31:33.097Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 582a810dfb3a11e314323ea79da7c8dcc76666f6 [Pipeline] echo [2020-10-04T00:31:33.192Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 582a810 [Pipeline] echo [2020-10-04T00:31:33.288Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-04T00:31:33.750Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-04T00:31:33.750Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-04T00:31:33.750Z] ++ dirname cmd/core-command/Dockerfile [2020-10-04T00:31:33.750Z] ++ cut -d/ -f2 [2020-10-04T00:31:33.750Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-04T00:31:33.750Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-04T00:31:33.750Z] ++ dirname cmd/core-data/Dockerfile [2020-10-04T00:31:33.750Z] ++ cut -d/ -f2 [2020-10-04T00:31:33.750Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-04T00:31:33.750Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-04T00:31:33.750Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-04T00:31:33.750Z] ++ cut -d/ -f2 [2020-10-04T00:31:33.750Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-04T00:31:33.750Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-04T00:31:33.750Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-04T00:31:33.750Z] ++ cut -d/ -f2 [2020-10-04T00:31:33.750Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-04T00:31:33.750Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-04T00:31:33.750Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-04T00:31:33.750Z] ++ cut -d/ -f2 [2020-10-04T00:31:33.750Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-04T00:31:33.750Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-04T00:31:33.750Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-04T00:31:33.750Z] ++ cut -d/ -f2 [2020-10-04T00:31:33.750Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-04T00:31:33.750Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-04T00:31:33.750Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-04T00:31:33.750Z] ++ cut -d/ -f2 [2020-10-04T00:31:33.750Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-04T00:31:33.750Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-04T00:31:33.750Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-04T00:31:33.750Z] ++ cut -d/ -f2 [2020-10-04T00:31:33.750Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-04T00:31:33.750Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-04T00:31:33.750Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-04T00:31:33.750Z] ++ cut -d/ -f2 [2020-10-04T00:31:33.750Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-04T00:31:33.750Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-04T00:31:33.750Z] ++ cut -d/ -f2 [2020-10-04T00:31:33.750Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-04T00:31:33.750Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-04T00:31:33.852Z] 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 [2020-10-04T00:31:34.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-04T00:31:34.984Z] [2020-10-04T00:31:34.984Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-04T00:31:35.355Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-04T00:31:35.355Z] latest: Pulling from edgex-devops/git-semver [2020-10-04T00:31:35.355Z] 31603596830f: Pulling fs layer [2020-10-04T00:31:35.355Z] 2a8b12db71e7: Pulling fs layer [2020-10-04T00:31:35.355Z] 6ca5941a6612: Pulling fs layer [2020-10-04T00:31:35.355Z] ecc8261a40a4: Pulling fs layer [2020-10-04T00:31:35.355Z] ecc8261a40a4: Waiting [2020-10-04T00:31:35.355Z] 2a8b12db71e7: Download complete [2020-10-04T00:31:35.626Z] 31603596830f: Verifying Checksum [2020-10-04T00:31:35.626Z] 31603596830f: Download complete [2020-10-04T00:31:35.896Z] ecc8261a40a4: Verifying Checksum [2020-10-04T00:31:35.896Z] ecc8261a40a4: Download complete [2020-10-04T00:31:35.896Z] 6ca5941a6612: Verifying Checksum [2020-10-04T00:31:35.896Z] 6ca5941a6612: Download complete [2020-10-04T00:31:35.896Z] 31603596830f: Pull complete [2020-10-04T00:31:36.169Z] 2a8b12db71e7: Pull complete [2020-10-04T00:31:36.905Z] 6ca5941a6612: Pull complete [2020-10-04T00:31:37.178Z] ecc8261a40a4: Pull complete [2020-10-04T00:31:37.178Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-04T00:31:37.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-04T00:31:37.178Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-04T00:31:37.355Z] prd-centos7-docker-4c-2g-3269 does not seem to be running inside a container [2020-10-04T00:31:37.520Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-04T00:31:39.850Z] $ docker top 7675bcb98d87d9a4bab56be7c4a7b8af805a24a5d9188e6bc2199e729e3fd482 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-04T00:31:40.189Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-04T00:31:40.189Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-04T00:31:40.423Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-04T00:31:40.429Z] $ docker exec 7675bcb98d87d9a4bab56be7c4a7b8af805a24a5d9188e6bc2199e729e3fd482 ssh-agent [2020-10-04T00:31:40.594Z] SSH_AUTH_SOCK=/tmp/ssh-cka1lzxd3Ui9/agent.12 [2020-10-04T00:31:40.594Z] SSH_AGENT_PID=18 [2020-10-04T00:31:40.613Z] Running ssh-add (command line suppressed) [2020-10-04T00:31:40.740Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3730516516683505852.key (/w/workspace/edgex-go/3@tmp/private_key_3730516516683505852.key) [2020-10-04T00:31:40.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-04T00:31:41.128Z] + git describe --exact-match --tags HEAD [2020-10-04T00:31:41.128Z] fatal: no tag exactly matches '582a810dfb3a11e314323ea79da7c8dcc76666f6' [Pipeline] } [2020-10-04T00:31:41.156Z] $ docker exec --env ******** --env ******** 7675bcb98d87d9a4bab56be7c4a7b8af805a24a5d9188e6bc2199e729e3fd482 ssh-agent -k [2020-10-04T00:31:41.271Z] unset SSH_AUTH_SOCK; [2020-10-04T00:31:41.271Z] unset SSH_AGENT_PID; [2020-10-04T00:31:41.271Z] echo Agent pid 18 killed; [2020-10-04T00:31:41.313Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-04T00:31:41.394Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-04T00:31:41.394Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-04T00:31:41.527Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-04T00:31:41.527Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-04T00:31:41.694Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-04T00:31:41.701Z] $ docker exec 7675bcb98d87d9a4bab56be7c4a7b8af805a24a5d9188e6bc2199e729e3fd482 ssh-agent [2020-10-04T00:31:41.858Z] SSH_AUTH_SOCK=/tmp/ssh-9PeqXvQy86rS/agent.47 [2020-10-04T00:31:41.858Z] SSH_AGENT_PID=53 [2020-10-04T00:31:41.866Z] Running ssh-add (command line suppressed) [2020-10-04T00:31:41.990Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_389175008433397165.key (/w/workspace/edgex-go/3@tmp/private_key_389175008433397165.key) [2020-10-04T00:31:42.042Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-04T00:31:42.382Z] + git semver init [2020-10-04T00:31:42.382Z] # -> Open(): unable to determine branch for HEAD [2020-10-04T00:31:42.382Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-10-04T00:31:42.382Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-10-04T00:31:42.382Z] # $SEMVER_REMOTE_NAME = origin [2020-10-04T00:31:42.382Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-04T00:31:42.382Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-04T00:31:42.382Z] # $SEMVER_BRANCH = PR-2743 [2020-10-04T00:31:42.382Z] # $SEMVER_TEMP = /tmp/semver-552180258 [2020-10-04T00:31:42.382Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-04T00:32:21.218Z] # '/tmp/semver-552180258' -> '/w/workspace/edgex-go/3/.semver' [2020-10-04T00:32:21.218Z] # -> Force: false [2020-10-04T00:32:21.218Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-10-04T00:32:21.234Z] $ docker exec --env ******** --env ******** 7675bcb98d87d9a4bab56be7c4a7b8af805a24a5d9188e6bc2199e729e3fd482 ssh-agent -k [2020-10-04T00:32:21.464Z] unset SSH_AUTH_SOCK; [2020-10-04T00:32:21.465Z] unset SSH_AGENT_PID; [2020-10-04T00:32:21.465Z] echo Agent pid 53 killed; [2020-10-04T00:32:21.552Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-04T00:32:22.022Z] + git semver [Pipeline] } [2020-10-04T00:32:22.044Z] $ docker stop --time=1 7675bcb98d87d9a4bab56be7c4a7b8af805a24a5d9188e6bc2199e729e3fd482 [2020-10-04T00:32:23.469Z] $ docker rm -f 7675bcb98d87d9a4bab56be7c4a7b8af805a24a5d9188e6bc2199e729e3fd482 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-04T00:32:37.386Z] Stashed 67 file(s) [Pipeline] echo [2020-10-04T00:32:37.389Z] [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] echo [2020-10-04T00:32:37.929Z] ========================================================= [2020-10-04T00:32:37.929Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-04T00:32:37.929Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-04T00:32:38.272Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-04T00:32:41.612Z] Sending build context to Docker daemon 324.6MB [2020-10-04T00:32:41.612Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-04T00:32:41.612Z] Step 2/7 : FROM ${BASE} [2020-10-04T00:32:41.612Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-04T00:32:41.612Z] df20fa9351a1: Pulling fs layer [2020-10-04T00:32:41.612Z] ed8968b2872e: Pulling fs layer [2020-10-04T00:32:41.612Z] a92cc7c5fd73: Pulling fs layer [2020-10-04T00:32:41.612Z] e871e8e8d7a9: Pulling fs layer [2020-10-04T00:32:41.612Z] e73272ec9a57: Pulling fs layer [2020-10-04T00:32:41.612Z] 1e910a182e73: Pulling fs layer [2020-10-04T00:32:41.612Z] 4e634b169226: Pulling fs layer [2020-10-04T00:32:41.612Z] e73272ec9a57: Waiting [2020-10-04T00:32:41.612Z] 4e634b169226: Waiting [2020-10-04T00:32:41.612Z] 1e910a182e73: Waiting [2020-10-04T00:32:41.612Z] e871e8e8d7a9: Waiting [2020-10-04T00:32:41.612Z] a92cc7c5fd73: Verifying Checksum [2020-10-04T00:32:41.612Z] a92cc7c5fd73: Download complete [2020-10-04T00:32:41.612Z] ed8968b2872e: Verifying Checksum [2020-10-04T00:32:41.613Z] ed8968b2872e: Download complete [2020-10-04T00:32:41.613Z] e73272ec9a57: Verifying Checksum [2020-10-04T00:32:41.613Z] e73272ec9a57: Download complete [2020-10-04T00:32:41.613Z] 1e910a182e73: Verifying Checksum [2020-10-04T00:32:41.613Z] 1e910a182e73: Download complete [2020-10-04T00:32:41.613Z] df20fa9351a1: Verifying Checksum [2020-10-04T00:32:41.613Z] df20fa9351a1: Download complete [2020-10-04T00:32:41.878Z] df20fa9351a1: Pull complete [2020-10-04T00:32:41.878Z] ed8968b2872e: Pull complete [2020-10-04T00:32:42.145Z] a92cc7c5fd73: Pull complete [2020-10-04T00:32:44.079Z] 4e634b169226: Verifying Checksum [2020-10-04T00:32:44.079Z] 4e634b169226: Download complete [2020-10-04T00:32:45.036Z] e871e8e8d7a9: Verifying Checksum [2020-10-04T00:32:45.036Z] e871e8e8d7a9: Download complete [2020-10-04T00:32:50.358Z] e871e8e8d7a9: Pull complete [2020-10-04T00:32:50.358Z] e73272ec9a57: Pull complete [2020-10-04T00:32:50.358Z] 1e910a182e73: Pull complete [2020-10-04T00:32:52.719Z] Still waiting to schedule task [2020-10-04T00:32:52.719Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3261’ is offline [2020-10-04T00:32:57.006Z] 4e634b169226: Pull complete [2020-10-04T00:32:57.006Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-04T00:32:57.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-04T00:32:57.006Z] ---> f7629b54cfaa [2020-10-04T00:32:57.006Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-04T00:32:57.006Z] ---> Running in 9874f8fac0f4 [2020-10-04T00:32:57.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-04T00:32:58.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-04T00:32:59.937Z] (1/12) Installing libmagic (5.38-r0) [2020-10-04T00:32:59.937Z] (2/12) Installing file (5.38-r0) [2020-10-04T00:32:59.937Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-04T00:33:00.200Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-04T00:33:18.362Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-04T00:33:18.362Z] (6/12) Installing patch (2.7.6-r6) [2020-10-04T00:33:18.362Z] (7/12) Installing build-base (0.5-r2) [2020-10-04T00:33:18.362Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-04T00:33:18.362Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-04T00:33:18.362Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-04T00:33:18.362Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-04T00:33:18.362Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-04T00:33:18.362Z] Executing busybox-1.31.1-r16.trigger [2020-10-04T00:33:18.362Z] OK: 233 MiB in 51 packages [2020-10-04T00:33:20.945Z] Removing intermediate container 9874f8fac0f4 [2020-10-04T00:33:20.945Z] ---> dfe30b3f4c29 [2020-10-04T00:33:20.945Z] Step 4/7 : WORKDIR /edgex-go [2020-10-04T00:33:20.945Z] ---> Running in 26e195dc1922 [2020-10-04T00:33:21.209Z] Removing intermediate container 26e195dc1922 [2020-10-04T00:33:21.209Z] ---> 036db92b3787 [2020-10-04T00:33:21.209Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-04T00:33:21.480Z] latest: Pulling from library/docker [2020-10-04T00:33:21.745Z] df20fa9351a1: Already exists [2020-10-04T00:33:21.745Z] 25ad7478873d: Pulling fs layer [2020-10-04T00:33:21.745Z] 4684f6177b5d: Pulling fs layer [2020-10-04T00:33:21.745Z] 8ba584e970af: Pulling fs layer [2020-10-04T00:33:21.745Z] 3cdc74d2b06d: Pulling fs layer [2020-10-04T00:33:21.745Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-04T00:33:21.745Z] fca0ccc462d5: Pulling fs layer [2020-10-04T00:33:21.745Z] 4cf5a0d07c1f: Waiting [2020-10-04T00:33:21.745Z] 3cdc74d2b06d: Waiting [2020-10-04T00:33:21.745Z] fca0ccc462d5: Waiting [2020-10-04T00:33:21.745Z] 4684f6177b5d: Verifying Checksum [2020-10-04T00:33:21.745Z] 4684f6177b5d: Download complete [2020-10-04T00:33:21.745Z] 25ad7478873d: Download complete [2020-10-04T00:33:22.008Z] 3cdc74d2b06d: Verifying Checksum [2020-10-04T00:33:22.008Z] 3cdc74d2b06d: Download complete [2020-10-04T00:33:22.008Z] fca0ccc462d5: Verifying Checksum [2020-10-04T00:33:22.008Z] fca0ccc462d5: Download complete [2020-10-04T00:33:22.008Z] 25ad7478873d: Pull complete [2020-10-04T00:33:22.008Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-04T00:33:22.008Z] 4cf5a0d07c1f: Download complete [2020-10-04T00:33:22.269Z] 4684f6177b5d: Pull complete [2020-10-04T00:33:22.269Z] 8ba584e970af: Retrying in 5 seconds [2020-10-04T00:33:23.665Z] 8ba584e970af: Retrying in 4 seconds [2020-10-04T00:33:24.615Z] 8ba584e970af: Retrying in 3 seconds [2020-10-04T00:33:25.564Z] 8ba584e970af: Retrying in 2 seconds [2020-10-04T00:33:26.513Z] 8ba584e970af: Retrying in 1 second [2020-10-04T00:33:27.911Z] 8ba584e970af: Verifying Checksum [2020-10-04T00:33:27.911Z] 8ba584e970af: Download complete [2020-10-04T00:33:30.472Z] 8ba584e970af: Pull complete [2020-10-04T00:33:30.472Z] 3cdc74d2b06d: Pull complete [2020-10-04T00:33:30.472Z] 4cf5a0d07c1f: Pull complete [2020-10-04T00:33:30.472Z] fca0ccc462d5: Pull complete [2020-10-04T00:33:30.472Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-04T00:33:30.472Z] Status: Downloaded newer image for docker:latest [2020-10-04T00:33:32.416Z] ---> e28479964ef8 [2020-10-04T00:33:32.416Z] Step 6/7 : COPY go.mod . [2020-10-04T00:33:32.416Z] ---> ff0edc04e07b [2020-10-04T00:33:32.416Z] Step 7/7 : RUN go mod download [2020-10-04T00:33:32.416Z] ---> Running in 558ef43ab5a4 [2020-10-04T00:33:54.445Z] Removing intermediate container 558ef43ab5a4 [2020-10-04T00:33:54.445Z] ---> 226d92b2747c [2020-10-04T00:33:54.445Z] Successfully built 226d92b2747c [2020-10-04T00:33:54.445Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-04T00:33:54.764Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-04T00:33:54.764Z] . [Pipeline] withDockerContainer [2020-10-04T00:33:54.877Z] prd-centos7-docker-4c-2g-3269 does not seem to be running inside a container [2020-10-04T00:33:54.932Z] $ 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 ******** ci-base-image-x86_64 cat [2020-10-04T00:33:55.725Z] $ docker top 784694bcc8083419737b7239d3195ddd3b2456e216724697f9c5e1b38cb037d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-04T00:33:56.216Z] + go version [2020-10-04T00:33:56.216Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-04T00:33:56.235Z] $ docker stop --time=1 784694bcc8083419737b7239d3195ddd3b2456e216724697f9c5e1b38cb037d2 [2020-10-04T00:33:57.579Z] $ docker rm -f 784694bcc8083419737b7239d3195ddd3b2456e216724697f9c5e1b38cb037d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-04T00:33:58.383Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-04T00:33:58.383Z] . [Pipeline] withDockerContainer [2020-10-04T00:33:58.480Z] prd-centos7-docker-4c-2g-3269 does not seem to be running inside a container [2020-10-04T00:33:58.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -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 ******** ci-base-image-x86_64 cat [2020-10-04T00:33:59.119Z] $ docker top ae144a7cb299700a7923d66182b94b78118128b24599ae24d22faa0136b4a94d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-04T00:33:59.304Z] ========================================================= [2020-10-04T00:33:59.304Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-04T00:33:59.304Z] ========================================================= [Pipeline] sh [2020-10-04T00:33:59.595Z] + make test [2020-10-04T00:33:59.595Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-04T00:34:02.179Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-04T00:34:12.380Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-04T00:34:15.793Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [2020-10-04T00:34:15.793Z] internal/core/metadata/v2/controller/http/deviceprofile.go:107:19: undefined: dtos.ToDeviceProfileModels [2020-10-04T00:34:17.724Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-04T00:34:19.137Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s [2020-10-04T00:34:23.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.016s coverage: 46.6% of statements [2020-10-04T00:34:26.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.042s coverage: 27.2% of statements [2020-10-04T00:34:26.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.004s coverage: 100.0% of statements [2020-10-04T00:34:26.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.021s coverage: 100.0% of statements [2020-10-04T00:34:26.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.327s coverage: 86.0% of statements [2020-10-04T00:34:26.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.020s coverage: 93.2% of statements [2020-10-04T00:34:26.008Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] [2020-10-04T00:34:26.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements [2020-10-04T00:34:26.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.011s coverage: 100.0% of statements [2020-10-04T00:34:26.008Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http.test] [2020-10-04T00:34:26.008Z] internal/core/metadata/v2/controller/http/deviceprofile.go:107: undefined: dtos.ToDeviceProfileModels [2020-10-04T00:34:26.008Z] internal/core/metadata/v2/controller/http/deviceprofile_test.go:289:24: undefined: dtos.ToDeviceProfileModels [2020-10-04T00:34:26.008Z] internal/core/metadata/v2/controller/http/deviceprofile_test.go:407:24: undefined: dtos.ToDeviceProfileModels [2020-10-04T00:34:26.279Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.031s coverage: 86.7% of statements [2020-10-04T00:34:26.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.017s coverage: 97.5% of statements [2020-10-04T00:34:26.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements [2020-10-04T00:34:26.567Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [build failed] [2020-10-04T00:34:26.567Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.010s coverage: 58.8% of statements [2020-10-04T00:34:26.843Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.021s coverage: 0.0% of statements [no tests to run] [2020-10-04T00:34:27.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.052s coverage: 63.5% of statements [2020-10-04T00:34:27.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements [2020-10-04T00:34:28.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.114s coverage: 55.9% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.367s coverage: 86.3% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.324s coverage: 72.2% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.110s coverage: 72.1% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.035s coverage: 82.4% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.053s coverage: 31.1% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.018s coverage: 100.0% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.008s coverage: 42.9% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.032s coverage: 100.0% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.014s coverage: 83.8% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.062s coverage: 46.9% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.008s coverage: 100.0% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.029s coverage: 100.0% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.006s coverage: 100.0% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.066s coverage: 29.1% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.027s coverage: 99.0% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.009s coverage: 87.9% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-10-04T00:34:40.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.010s coverage: 100.0% of statements [2020-10-04T00:34:40.379Z] make: *** [Makefile:81: test] Error 2 [Pipeline] } [2020-10-04T00:34:40.400Z] $ docker stop --time=1 ae144a7cb299700a7923d66182b94b78118128b24599ae24d22faa0136b4a94d [2020-10-04T00:34:43.021Z] $ docker rm -f ae144a7cb299700a7923d66182b94b78118128b24599ae24d22faa0136b4a94d [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] } [2020-10-04T00:34:44.493Z] Failed in branch amd64 [2020-10-04T00:35:55.531Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3279 in /w/workspace/edgexfoundry_edgex-go_PR-2743 [Pipeline] { [Pipeline] ws [2020-10-04T00:35:55.579Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-10-04T00:36:01.207Z] using credential edgex-jenkins-ssh [2020-10-04T00:36:01.263Z] Cloning the remote Git repository [2020-10-04T00:36:01.329Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-04T00:36:01.453Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-10-04T00:36:01.544Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-04T00:36:01.546Z] > git --version # timeout=10 [2020-10-04T00:36:01.578Z] > git --version # 'git version 2.17.1' [2020-10-04T00:36:01.581Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-04T00:36:01.648Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-04T00:36:29.091Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-04T00:36:29.113Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-04T00:36:29.150Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-04T00:36:29.190Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-04T00:36:29.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-04T00:36:29.208Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2743/head:refs/remotes/origin/PR-2743 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-04T00:36:29.779Z] Merging remotes/origin/master commit 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 into PR head commit 72f8bb78350859a2ac9fc674d42b1f30c27bb120 [2020-10-04T00:36:30.385Z] Merge succeeded, producing 1fdda42268fea2649cf853c91ecfc641e926a396 [2020-10-04T00:36:30.385Z] Checking out Revision 1fdda42268fea2649cf853c91ecfc641e926a396 (PR-2743) [2020-10-04T00:36:29.819Z] > git config core.sparsecheckout # timeout=10 [2020-10-04T00:36:29.838Z] > git checkout -f 72f8bb78350859a2ac9fc674d42b1f30c27bb120 # timeout=10 [2020-10-04T00:36:30.158Z] > git remote # timeout=10 [2020-10-04T00:36:30.176Z] > git config --get remote.origin.url # timeout=10 [2020-10-04T00:36:30.198Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-04T00:36:30.209Z] > git merge 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 # timeout=10 [2020-10-04T00:36:30.381Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-04T00:36:30.408Z] > git config core.sparsecheckout # timeout=10 [2020-10-04T00:36:30.422Z] > git checkout -f 1fdda42268fea2649cf853c91ecfc641e926a396 # timeout=10 [2020-10-04T00:36:35.110Z] Commit message: "Merge commit '2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2' into HEAD" [2020-10-04T00:36:35.137Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-04T00:36:35.135Z] > git rev-list --no-walk 76d400383c2b14a9b567743f8b61fbd4296d7889 # timeout=10 [Pipeline] echo [2020-10-04T00:36:48.602Z] ========================================================= [2020-10-04T00:36:48.602Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-04T00:36:48.602Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-04T00:36:49.643Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-04T00:36:54.000Z] Sending build context to Docker daemon 324.6MB [2020-10-04T00:36:54.000Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-04T00:36:54.000Z] Step 2/7 : FROM ${BASE} [2020-10-04T00:36:54.292Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-04T00:36:54.292Z] b538f80385f9: Pulling fs layer [2020-10-04T00:36:54.292Z] 74f711af9a0d: Pulling fs layer [2020-10-04T00:36:54.292Z] 99f96fe45779: Pulling fs layer [2020-10-04T00:36:54.292Z] 8529a6b9a6be: Pulling fs layer [2020-10-04T00:36:54.292Z] 45590311c82a: Pulling fs layer [2020-10-04T00:36:54.292Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-04T00:36:54.292Z] 209524e5b208: Pulling fs layer [2020-10-04T00:36:54.292Z] 45590311c82a: Waiting [2020-10-04T00:36:54.292Z] 69ca0ff8b7b3: Waiting [2020-10-04T00:36:54.292Z] 209524e5b208: Waiting [2020-10-04T00:36:54.292Z] 8529a6b9a6be: Waiting [2020-10-04T00:36:54.292Z] 99f96fe45779: Verifying Checksum [2020-10-04T00:36:54.292Z] 99f96fe45779: Download complete [2020-10-04T00:36:54.292Z] 74f711af9a0d: Verifying Checksum [2020-10-04T00:36:54.292Z] 74f711af9a0d: Download complete [2020-10-04T00:36:54.292Z] 45590311c82a: Download complete [2020-10-04T00:36:54.292Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-04T00:36:54.292Z] 69ca0ff8b7b3: Download complete [2020-10-04T00:36:54.570Z] b538f80385f9: Download complete [2020-10-04T00:36:55.180Z] b538f80385f9: Pull complete [2020-10-04T00:36:55.791Z] 74f711af9a0d: Pull complete [2020-10-04T00:36:56.071Z] 99f96fe45779: Pull complete [2020-10-04T00:36:57.072Z] 209524e5b208: Verifying Checksum [2020-10-04T00:36:59.117Z] 8529a6b9a6be: Verifying Checksum [2020-10-04T00:36:59.117Z] 8529a6b9a6be: Download complete [2020-10-04T00:37:09.445Z] 8529a6b9a6be: Pull complete [2020-10-04T00:37:09.445Z] 45590311c82a: Pull complete [2020-10-04T00:37:09.445Z] 69ca0ff8b7b3: Pull complete [2020-10-04T00:37:12.905Z] 209524e5b208: Pull complete [2020-10-04T00:37:12.905Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-04T00:37:12.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-04T00:37:13.188Z] ---> 5bddaf1c2fca [2020-10-04T00:37:13.189Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-04T00:37:17.555Z] ---> Running in 598b0b9d7b93 [2020-10-04T00:37:18.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-04T00:37:19.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-04T00:37:21.434Z] (1/12) Installing libmagic (5.38-r0) [2020-10-04T00:37:21.720Z] (2/12) Installing file (5.38-r0) [2020-10-04T00:37:21.720Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-04T00:37:21.996Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-04T00:37:44.268Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-04T00:37:44.268Z] (6/12) Installing patch (2.7.6-r6) [2020-10-04T00:37:44.268Z] (7/12) Installing build-base (0.5-r2) [2020-10-04T00:37:44.268Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-04T00:37:44.268Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-04T00:37:44.268Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-04T00:37:44.268Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-04T00:37:44.268Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-04T00:37:44.268Z] Executing busybox-1.31.1-r16.trigger [2020-10-04T00:37:44.268Z] OK: 217 MiB in 51 packages [2020-10-04T00:37:48.590Z] Removing intermediate container 598b0b9d7b93 [2020-10-04T00:37:48.590Z] ---> 3b6679bdd5ee [2020-10-04T00:37:48.590Z] Step 4/7 : WORKDIR /edgex-go [2020-10-04T00:37:48.590Z] ---> Running in 711101850bcd [2020-10-04T00:37:48.590Z] Removing intermediate container 711101850bcd [2020-10-04T00:37:48.590Z] ---> ca170f3a834e [2020-10-04T00:37:48.590Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-04T00:37:49.188Z] latest: Pulling from library/docker [2020-10-04T00:37:49.188Z] b538f80385f9: Already exists [2020-10-04T00:37:49.188Z] 259a493cd78d: Pulling fs layer [2020-10-04T00:37:49.188Z] b8e66b5100f5: Pulling fs layer [2020-10-04T00:37:49.188Z] 7f8258a56ab6: Pulling fs layer [2020-10-04T00:37:49.188Z] 75a0a0ebb566: Pulling fs layer [2020-10-04T00:37:49.188Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-04T00:37:49.188Z] 294320357d30: Pulling fs layer [2020-10-04T00:37:49.188Z] 75a0a0ebb566: Waiting [2020-10-04T00:37:49.188Z] 4a2c62f0a2a3: Waiting [2020-10-04T00:37:49.188Z] 294320357d30: Waiting [2020-10-04T00:37:49.188Z] b8e66b5100f5: Download complete [2020-10-04T00:37:49.461Z] 259a493cd78d: Download complete [2020-10-04T00:37:49.461Z] 75a0a0ebb566: Verifying Checksum [2020-10-04T00:37:49.461Z] 75a0a0ebb566: Download complete [2020-10-04T00:37:49.461Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-04T00:37:49.461Z] 4a2c62f0a2a3: Download complete [2020-10-04T00:37:49.737Z] 294320357d30: Verifying Checksum [2020-10-04T00:37:49.737Z] 294320357d30: Download complete [2020-10-04T00:37:50.024Z] 259a493cd78d: Pull complete [2020-10-04T00:37:50.625Z] b8e66b5100f5: Pull complete [2020-10-04T00:37:50.625Z] 7f8258a56ab6: Verifying Checksum [2020-10-04T00:37:50.625Z] 7f8258a56ab6: Download complete [2020-10-04T00:37:54.011Z] 7f8258a56ab6: Pull complete [2020-10-04T00:37:54.011Z] 75a0a0ebb566: Pull complete [2020-10-04T00:37:54.285Z] 4a2c62f0a2a3: Pull complete [2020-10-04T00:37:54.566Z] 294320357d30: Pull complete [2020-10-04T00:37:54.566Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-04T00:37:54.566Z] Status: Downloaded newer image for docker:latest [2020-10-04T00:37:58.073Z] ---> 3a26446da5b9 [2020-10-04T00:37:58.073Z] Step 6/7 : COPY go.mod . [2020-10-04T00:37:59.116Z] ---> f78ba21912ac [2020-10-04T00:37:59.116Z] Step 7/7 : RUN go mod download [2020-10-04T00:37:59.116Z] ---> Running in d1d62305682a [2020-10-04T00:38:31.766Z] Removing intermediate container d1d62305682a [2020-10-04T00:38:31.766Z] ---> ea52a80d447b [2020-10-04T00:38:31.766Z] Successfully built ea52a80d447b [2020-10-04T00:38:31.766Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-04T00:38:32.360Z] + docker inspect -f . ci-base-image-arm64 [2020-10-04T00:38:32.360Z] . [Pipeline] withDockerContainer [2020-10-04T00:38:32.752Z] prd-ubuntu18.04-docker-arm64-4c-16g-3279 does not seem to be running inside a container [2020-10-04T00:38:33.036Z] $ 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 ******** ci-base-image-arm64 cat [2020-10-04T00:38:35.061Z] $ docker top 4588fcd61ea5fc8ceccd931f9b18783398ce57b4b75de32437d15ee28012a9cf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-04T00:38:36.471Z] + go version [2020-10-04T00:38:36.471Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-04T00:38:36.547Z] $ docker stop --time=1 4588fcd61ea5fc8ceccd931f9b18783398ce57b4b75de32437d15ee28012a9cf [2020-10-04T00:38:38.612Z] $ docker rm -f 4588fcd61ea5fc8ceccd931f9b18783398ce57b4b75de32437d15ee28012a9cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-04T00:38:39.650Z] + docker inspect -f . ci-base-image-arm64 [2020-10-04T00:38:39.650Z] . [Pipeline] withDockerContainer [2020-10-04T00:38:39.965Z] prd-ubuntu18.04-docker-arm64-4c-16g-3279 does not seem to be running inside a container [2020-10-04T00:38:40.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -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 ******** ci-base-image-arm64 cat [2020-10-04T00:38:41.695Z] $ docker top 2ef121e64f180f99e5cdb203022ca0ddf0419110b2e26e52ad4283a1ec7977ae -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-04T00:38:42.050Z] ========================================================= [2020-10-04T00:38:42.050Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-04T00:38:42.050Z] ========================================================= [Pipeline] sh [2020-10-04T00:38:42.733Z] + make test [2020-10-04T00:38:42.733Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-04T00:38:45.368Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-04T00:39:24.613Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-04T00:39:30.051Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [2020-10-04T00:39:30.051Z] internal/core/metadata/v2/controller/http/deviceprofile.go:107:19: undefined: dtos.ToDeviceProfileModels [2020-10-04T00:39:40.273Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-04T00:39:40.879Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.029s [2020-10-04T00:39:56.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 46.6% of statements [2020-10-04T00:40:00.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.213s coverage: 27.2% of statements [2020-10-04T00:40:00.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2020-10-04T00:40:00.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements [2020-10-04T00:40:00.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.056s coverage: 84.0% of statements [2020-10-04T00:40:01.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.405s coverage: 93.2% of statements [2020-10-04T00:40:01.364Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] [2020-10-04T00:40:01.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.044s coverage: 100.0% of statements [2020-10-04T00:40:04.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2020-10-04T00:40:05.291Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http.test] [2020-10-04T00:40:05.291Z] internal/core/metadata/v2/controller/http/deviceprofile.go:107: undefined: dtos.ToDeviceProfileModels [2020-10-04T00:40:05.291Z] internal/core/metadata/v2/controller/http/deviceprofile_test.go:289:24: undefined: dtos.ToDeviceProfileModels [2020-10-04T00:40:05.291Z] internal/core/metadata/v2/controller/http/deviceprofile_test.go:407:24: undefined: dtos.ToDeviceProfileModels [2020-10-04T00:40:06.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2020-10-04T00:40:06.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.136s coverage: 97.5% of statements [2020-10-04T00:40:06.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.044s coverage: 100.0% of statements [2020-10-04T00:40:06.913Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [build failed] [2020-10-04T00:40:06.913Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.022s coverage: 58.8% of statements [2020-10-04T00:40:07.524Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.035s coverage: 0.0% of statements [no tests to run] [2020-10-04T00:40:11.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 63.5% of statements [2020-10-04T00:40:11.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2020-10-04T00:40:12.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.394s coverage: 55.9% of statements [2020-10-04T00:40:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.046s coverage: 86.3% of statements [2020-10-04T00:40:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.376s coverage: 72.2% of statements [2020-10-04T00:40:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.447s coverage: 72.1% of statements [2020-10-04T00:40:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements [2020-10-04T00:40:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-10-04T00:40:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements [2020-10-04T00:40:25.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.048s coverage: 96.8% of statements [2020-10-04T00:40:25.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 31.1% of statements [2020-10-04T00:40:25.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.389s coverage: 84.1% of statements [2020-10-04T00:40:25.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2020-10-04T00:40:25.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.036s coverage: 42.9% of statements [2020-10-04T00:40:25.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements [2020-10-04T00:40:25.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.052s coverage: 83.8% of statements [2020-10-04T00:40:32.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.087s coverage: 46.9% of statements [2020-10-04T00:40:32.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.023s coverage: 100.0% of statements [2020-10-04T00:40:32.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.036s coverage: 100.0% of statements [2020-10-04T00:40:32.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2020-10-04T00:40:36.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.192s coverage: 29.1% of statements [2020-10-04T00:40:36.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.101s coverage: 99.0% of statements [2020-10-04T00:40:36.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2020-10-04T00:40:36.101Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.009s coverage: 0.0% of statements [2020-10-04T00:40:36.720Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2020-10-04T00:40:37.004Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.020s coverage: 87.9% of statements [2020-10-04T00:40:37.281Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2020-10-04T00:40:37.890Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.014s coverage: 32.1% of statements [2020-10-04T00:40:39.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements [2020-10-04T00:40:40.311Z] make: *** [Makefile:81: test] Error 2 [Pipeline] } [2020-10-04T00:40:40.422Z] $ docker stop --time=1 2ef121e64f180f99e5cdb203022ca0ddf0419110b2e26e52ad4283a1ec7977ae [2020-10-04T00:40:42.813Z] $ docker rm -f 2ef121e64f180f99e5cdb203022ca0ddf0419110b2e26e52ad4283a1ec7977ae [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-04T00:40:44.594Z] 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] { (Clair Scan) Stage "Clair 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 [2020-10-04T00:40:46.630Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-04T00:40:47.204Z] ---> package-listing.sh [2020-10-04T00:40:47.204Z] ++ facter osfamily [2020-10-04T00:40:47.204Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-04T00:40:47.204Z] + OS_FAMILY=redhat [2020-10-04T00:40:47.204Z] + workspace=/w/workspace/edgex-go/3 [2020-10-04T00:40:47.204Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-04T00:40:47.204Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-04T00:40:47.204Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-04T00:40:47.204Z] + PACKAGES=/tmp/packages_start.txt [2020-10-04T00:40:47.204Z] + '[' /w/workspace/edgex-go/3 ']' [2020-10-04T00:40:47.204Z] + PACKAGES=/tmp/packages_end.txt [2020-10-04T00:40:47.204Z] + case "${OS_FAMILY}" in [2020-10-04T00:40:47.204Z] + rpm -qa [2020-10-04T00:40:47.204Z] + sort [2020-10-04T00:40:51.660Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-04T00:40:51.660Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-04T00:40:51.660Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-04T00:40:51.660Z] + '[' /w/workspace/edgex-go/3 ']' [2020-10-04T00:40:51.660Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-10-04T00:40:51.660Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-04T00:40:52.320Z] provisioning config files... [2020-10-04T00:40:52.340Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7592358847122859270tmp [Pipeline] { [Pipeline] echo [2020-10-04T00:40:52.404Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-04T00:40:52.699Z] ---> create-netrc.sh [Pipeline] } [2020-10-04T00:40:52.708Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-04T00:40:52.788Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-04T00:40:53.085Z] ---> python-tools-install.sh [2020-10-04T00:40:53.085Z] Generating Requirements File [2020-10-04T00:42:14.662Z] Python 3.6.8 [2020-10-04T00:42:14.662Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-04T00:42:14.662Z] aiohttp==3.6.2 [2020-10-04T00:42:14.662Z] appdirs==1.4.3 [2020-10-04T00:42:14.662Z] argcomplete==1.12.1 [2020-10-04T00:42:14.662Z] aspy.yaml==1.3.0 [2020-10-04T00:42:14.662Z] async-timeout==3.0.1 [2020-10-04T00:42:14.662Z] attrs==19.3.0 [2020-10-04T00:42:14.662Z] Babel==2.8.0 [2020-10-04T00:42:14.662Z] beautifulsoup4==4.8.2 [2020-10-04T00:42:14.662Z] boto3==1.11.6 [2020-10-04T00:42:14.662Z] botocore==1.14.6 [2020-10-04T00:42:14.662Z] bs4==0.0.1 [2020-10-04T00:42:14.662Z] cachetools==4.1.1 [2020-10-04T00:42:14.662Z] certifi==2019.11.28 [2020-10-04T00:42:14.662Z] cffi==1.14.3 [2020-10-04T00:42:14.662Z] cfgv==2.0.1 [2020-10-04T00:42:14.662Z] chardet==3.0.4 [2020-10-04T00:42:14.662Z] click==7.1 [2020-10-04T00:42:14.662Z] cliff==3.4.0 [2020-10-04T00:42:14.662Z] cmd2==1.3.11 [2020-10-04T00:42:14.662Z] colorama==0.4.3 [2020-10-04T00:42:14.662Z] cryptography==3.1.1 [2020-10-04T00:42:14.662Z] debtcollector==2.2.0 [2020-10-04T00:42:14.662Z] decorator==4.4.2 [2020-10-04T00:42:14.662Z] defusedxml==0.6.0 [2020-10-04T00:42:14.662Z] Deprecated==1.2.7 [2020-10-04T00:42:14.662Z] distlib==0.3.1 [2020-10-04T00:42:14.662Z] distro==1.2.0 [2020-10-04T00:42:14.662Z] dnspython==1.16.0 [2020-10-04T00:42:14.662Z] docker==4.2.0 [2020-10-04T00:42:14.662Z] docutils==0.15.2 [2020-10-04T00:42:14.662Z] dogpile.cache==1.0.2 [2020-10-04T00:42:14.662Z] email-validator==1.0.5 [2020-10-04T00:42:14.662Z] filelock==3.0.12 [2020-10-04T00:42:14.662Z] future==0.18.2 [2020-10-04T00:42:14.662Z] google-auth==1.22.0 [2020-10-04T00:42:14.662Z] httplib2==0.17.0 [2020-10-04T00:42:14.662Z] identify==1.4.11 [2020-10-04T00:42:14.662Z] idna==2.9 [2020-10-04T00:42:14.662Z] idna-ssl==1.1.0 [2020-10-04T00:42:14.662Z] importlib-metadata==1.7.0 [2020-10-04T00:42:14.662Z] importlib-resources==1.5.0 [2020-10-04T00:42:14.662Z] iso8601==0.1.13 [2020-10-04T00:42:14.662Z] Jinja2==2.11.1 [2020-10-04T00:42:14.662Z] jmespath==0.10.0 [2020-10-04T00:42:14.662Z] jsonpatch==1.26 [2020-10-04T00:42:14.662Z] jsonpointer==2.0 [2020-10-04T00:42:14.662Z] jsonschema==3.2.0 [2020-10-04T00:42:14.662Z] keystoneauth1==4.2.1 [2020-10-04T00:42:14.662Z] kubernetes==11.0.0 [2020-10-04T00:42:14.662Z] lftools==0.34.2 [2020-10-04T00:42:14.662Z] lxml==4.5.0 [2020-10-04T00:42:14.662Z] MarkupSafe==0.23 [2020-10-04T00:42:14.662Z] msgpack==1.0.0 [2020-10-04T00:42:14.662Z] multi-key-dict==2.0.3 [2020-10-04T00:42:14.662Z] multidict==4.7.6 [2020-10-04T00:42:14.662Z] munch==2.5.0 [2020-10-04T00:42:14.662Z] netaddr==0.8.0 [2020-10-04T00:42:14.663Z] netifaces==0.10.9 [2020-10-04T00:42:14.663Z] niet==1.4.2 [2020-10-04T00:42:14.663Z] nodeenv==1.3.5 [2020-10-04T00:42:14.663Z] oauth2client==4.1.3 [2020-10-04T00:42:14.663Z] oauthlib==3.1.0 [2020-10-04T00:42:14.663Z] openstacksdk==0.50.0 [2020-10-04T00:42:14.663Z] os-client-config==2.1.0 [2020-10-04T00:42:14.663Z] os-service-types==1.7.0 [2020-10-04T00:42:14.663Z] osc-lib==2.2.1 [2020-10-04T00:42:14.663Z] oslo.config==8.3.2 [2020-10-04T00:42:14.663Z] oslo.context==3.1.1 [2020-10-04T00:42:14.663Z] oslo.i18n==5.0.1 [2020-10-04T00:42:14.663Z] oslo.log==4.4.0 [2020-10-04T00:42:14.663Z] oslo.serialization==4.0.1 [2020-10-04T00:42:14.663Z] oslo.utils==4.6.0 [2020-10-04T00:42:14.663Z] packaging==20.4 [2020-10-04T00:42:14.663Z] pbr==5.4.4 [2020-10-04T00:42:14.663Z] pluggy==0.13.1 [2020-10-04T00:42:14.663Z] prettytable==0.7.2 [2020-10-04T00:42:14.663Z] py==1.9.0 [2020-10-04T00:42:14.663Z] pyasn1==0.4.8 [2020-10-04T00:42:14.663Z] pyasn1-modules==0.2.8 [2020-10-04T00:42:14.663Z] pycparser==2.20 [2020-10-04T00:42:14.663Z] pygerrit2==2.0.10 [2020-10-04T00:42:14.663Z] PyGithub==1.46 [2020-10-04T00:42:14.663Z] pyinotify==0.9.6 [2020-10-04T00:42:14.663Z] PyJWT==1.7.1 [2020-10-04T00:42:14.663Z] pyparsing==2.4.7 [2020-10-04T00:42:14.663Z] pyperclip==1.8.0 [2020-10-04T00:42:14.663Z] pyroute2==0.4.13 [2020-10-04T00:42:14.663Z] pyrsistent==0.15.7 [2020-10-04T00:42:14.663Z] PySocks==1.6.8 [2020-10-04T00:42:14.663Z] python-cinderclient==7.2.0 [2020-10-04T00:42:14.663Z] python-dateutil==2.8.1 [2020-10-04T00:42:14.663Z] python-heatclient==2.2.1 [2020-10-04T00:42:14.663Z] python-jenkins==1.7.0 [2020-10-04T00:42:14.663Z] python-keystoneclient==4.1.1 [2020-10-04T00:42:14.663Z] python-magnumclient==3.2.1 [2020-10-04T00:42:14.663Z] python-novaclient==17.2.1 [2020-10-04T00:42:14.663Z] python-openstackclient==5.4.0 [2020-10-04T00:42:14.663Z] python-swiftclient==3.10.1 [2020-10-04T00:42:14.663Z] pytz==2020.1 [2020-10-04T00:42:14.663Z] PyYAML==5.3 [2020-10-04T00:42:14.663Z] requests==2.23.0 [2020-10-04T00:42:14.663Z] requests-oauthlib==1.3.0 [2020-10-04T00:42:14.663Z] requestsexceptions==1.4.0 [2020-10-04T00:42:14.663Z] rfc3986==1.4.0 [2020-10-04T00:42:14.663Z] rpm==4.11.3 [2020-10-04T00:42:14.663Z] rsa==4.0 [2020-10-04T00:42:14.663Z] ruamel.yaml==0.16.10 [2020-10-04T00:42:14.663Z] ruamel.yaml.clib==0.2.0 [2020-10-04T00:42:14.663Z] s3transfer==0.3.3 [2020-10-04T00:42:14.663Z] shade==1.27.2 [2020-10-04T00:42:14.663Z] simplejson==3.17.2 [2020-10-04T00:42:14.663Z] six==1.14.0 [2020-10-04T00:42:14.663Z] soupsieve==2.0 [2020-10-04T00:42:14.663Z] stevedore==3.2.2 [2020-10-04T00:42:14.663Z] tabulate==0.8.6 [2020-10-04T00:42:14.663Z] toml==0.10.0 [2020-10-04T00:42:14.663Z] tox==3.20.0 [2020-10-04T00:42:14.663Z] tqdm==4.43.0 [2020-10-04T00:42:14.663Z] typing-extensions==3.7.4.3 [2020-10-04T00:42:14.663Z] urllib3==1.25.8 [2020-10-04T00:42:14.663Z] virtualenv==20.0.32 [2020-10-04T00:42:14.663Z] wcwidth==0.2.5 [2020-10-04T00:42:14.663Z] websocket-client==0.57.0 [2020-10-04T00:42:14.663Z] wrapt==1.12.1 [2020-10-04T00:42:14.663Z] xdg==3.0.2 [2020-10-04T00:42:14.663Z] xmltodict==0.12.0 [2020-10-04T00:42:14.663Z] yarl==1.6.0 [2020-10-04T00:42:14.663Z] yq==2.11.1 [2020-10-04T00:42:14.663Z] zipp==3.3.0 [2020-10-04T00:42:14.663Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:14.663Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-04T00:42:14.663Z] Python 2.7.5 [2020-10-04T00:42:14.663Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-04T00:42:14.663Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-04T00:42:14.663Z] ansible==2.9.7 [2020-10-04T00:42:14.663Z] Babel==0.9.6 [2020-10-04T00:42:14.663Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-04T00:42:14.663Z] beautifulsoup4==4.4.1 [2020-10-04T00:42:14.663Z] bodhi==2.11.0 [2020-10-04T00:42:14.663Z] bodhi-client==2.11.0 [2020-10-04T00:42:14.663Z] CCColUtils==1.4 [2020-10-04T00:42:14.663Z] cffi==1.6.0 [2020-10-04T00:42:14.663Z] chardet==2.2.1 [2020-10-04T00:42:14.663Z] click==6.7 [2020-10-04T00:42:14.663Z] cloud-init==18.5 [2020-10-04T00:42:14.663Z] configobj==4.7.2 [2020-10-04T00:42:14.663Z] cryptography==1.7.2 [2020-10-04T00:42:14.663Z] decorator==3.4.0 [2020-10-04T00:42:14.663Z] distro==1.2.0 [2020-10-04T00:42:14.663Z] enum34==1.0.4 [2020-10-04T00:42:14.663Z] fedpkg==1.38 [2020-10-04T00:42:14.663Z] futures==3.1.1 [2020-10-04T00:42:14.663Z] gitdb==0.6.4 [2020-10-04T00:42:14.663Z] GitPython==1.0.1 [2020-10-04T00:42:14.663Z] html5lib==0.999 [2020-10-04T00:42:14.663Z] httplib2==0.9.2 [2020-10-04T00:42:14.663Z] idna==2.4 [2020-10-04T00:42:14.663Z] iniparse==0.4 [2020-10-04T00:42:14.663Z] ipaddress==1.0.16 [2020-10-04T00:42:14.663Z] IPy==0.75 [2020-10-04T00:42:14.663Z] javapackages==1.0.0 [2020-10-04T00:42:14.663Z] Jinja2==2.7.2 [2020-10-04T00:42:14.663Z] jmespath==0.9.4 [2020-10-04T00:42:14.663Z] jsonpatch==1.2 [2020-10-04T00:42:14.663Z] jsonpointer==1.9 [2020-10-04T00:42:14.663Z] kerberos==1.1 [2020-10-04T00:42:14.663Z] kitchen==1.1.1 [2020-10-04T00:42:14.663Z] langtable==0.0.31 [2020-10-04T00:42:14.663Z] lockfile==0.9.1 [2020-10-04T00:42:14.663Z] lxml==3.2.1 [2020-10-04T00:42:14.663Z] MarkupSafe==0.11 [2020-10-04T00:42:14.663Z] munch==2.0.2 [2020-10-04T00:42:14.663Z] offtrac==0.1.0 [2020-10-04T00:42:14.663Z] openidc-client==0.6.0 [2020-10-04T00:42:14.663Z] packagedb-cli==2.14.1 [2020-10-04T00:42:14.663Z] paramiko==2.1.1 [2020-10-04T00:42:14.663Z] perf==0.1 [2020-10-04T00:42:14.663Z] ply==3.4 [2020-10-04T00:42:14.663Z] policycoreutils-default-encoding==0.1 [2020-10-04T00:42:14.663Z] prettytable==0.7.2 [2020-10-04T00:42:14.663Z] pyasn1==0.1.9 [2020-10-04T00:42:14.663Z] pycparser==2.14 [2020-10-04T00:42:14.663Z] pycurl==7.19.0 [2020-10-04T00:42:14.663Z] pygobject==3.22.0 [2020-10-04T00:42:14.663Z] pygpgme==0.3 [2020-10-04T00:42:14.663Z] pyliblzma==0.5.3 [2020-10-04T00:42:14.663Z] pyOpenSSL==0.13.1 [2020-10-04T00:42:14.663Z] pyparsing==1.5.6 [2020-10-04T00:42:14.663Z] pyserial==2.6 [2020-10-04T00:42:14.663Z] python-augeas==0.5.0 [2020-10-04T00:42:14.663Z] python-bugzilla==2.3.0 [2020-10-04T00:42:14.663Z] python-dateutil==1.5 [2020-10-04T00:42:14.663Z] python-fedora==0.10.0 [2020-10-04T00:42:14.663Z] python-linux-procfs==0.4.9 [2020-10-04T00:42:14.663Z] python-yubico==1.2.3 [2020-10-04T00:42:14.663Z] pyudev==0.15 [2020-10-04T00:42:14.663Z] pyusb==1.0.0b1 [2020-10-04T00:42:14.663Z] pyxattr==0.5.1 [2020-10-04T00:42:14.663Z] PyYAML==3.10 [2020-10-04T00:42:14.663Z] requests==2.6.0 [2020-10-04T00:42:14.663Z] requests-kerberos==0.7.0 [2020-10-04T00:42:14.663Z] rpkg==1.60 [2020-10-04T00:42:14.663Z] schedutils==0.4 [2020-10-04T00:42:14.663Z] seobject==0.1 [2020-10-04T00:42:14.663Z] sepolicy==1.1 [2020-10-04T00:42:14.663Z] six==1.9.0 [2020-10-04T00:42:14.663Z] smmap==0.9.0 [2020-10-04T00:42:14.663Z] urlgrabber==3.10 [2020-10-04T00:42:14.663Z] urllib3==1.10.2 [2020-10-04T00:42:14.663Z] virtualenv==15.1.0 [2020-10-04T00:42:14.663Z] yum-langpacks==0.4.2 [2020-10-04T00:42:14.663Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-04T00:42:14.939Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-04T00:42:15.898Z] ---> sudo-logs.sh [2020-10-04T00:42:15.899Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-04T00:42:16.171Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-04T00:42:16.468Z] ---> job-cost.sh [2020-10-04T00:42:16.468Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OHdl [2020-10-04T00:42:24.640Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:24.640Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:25.600Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:25.600Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:25.600Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:25.867Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:25.867Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:25.867Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:26.141Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:26.141Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:26.141Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:26.403Z] Cache entry deserialization failed, entry ignored [2020-10-04T00:42:30.661Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-04T00:43:02.897Z] lf-activate-venv(): INFO: Adding /tmp/venv-OHdl/bin to PATH [2020-10-04T00:43:02.897Z] INFO: No Stack... [2020-10-04T00:43:02.897Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-04T00:43:02.897Z] INFO: Archiving Costs [Pipeline] echo [2020-10-04T00:43:02.911Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-04T00:43:03.214Z] ---> logs-deploy.sh [2020-10-04T00:43:03.214Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2743/3 [2020-10-04T00:43:03.214Z] INFO: archiving workspace using pattern(s): [2020-10-04T00:43:05.133Z] Archives upload complete. [2020-10-04T00:43:05.133Z] INFO: archiving logs to Nexus [2020-10-04T00:43:06.081Z] ---> uname -a: [2020-10-04T00:43:06.081Z] Linux prd-centos7-docker-4c-2g-3269.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] ---> lscpu: [2020-10-04T00:43:06.081Z] Architecture: x86_64 [2020-10-04T00:43:06.081Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-04T00:43:06.081Z] Byte Order: Little Endian [2020-10-04T00:43:06.081Z] CPU(s): 4 [2020-10-04T00:43:06.081Z] On-line CPU(s) list: 0-3 [2020-10-04T00:43:06.081Z] Thread(s) per core: 1 [2020-10-04T00:43:06.081Z] Core(s) per socket: 1 [2020-10-04T00:43:06.081Z] Socket(s): 4 [2020-10-04T00:43:06.081Z] NUMA node(s): 1 [2020-10-04T00:43:06.081Z] Vendor ID: GenuineIntel [2020-10-04T00:43:06.081Z] CPU family: 6 [2020-10-04T00:43:06.081Z] Model: 44 [2020-10-04T00:43:06.081Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-04T00:43:06.081Z] Stepping: 1 [2020-10-04T00:43:06.081Z] CPU MHz: 2933.438 [2020-10-04T00:43:06.081Z] BogoMIPS: 5866.87 [2020-10-04T00:43:06.081Z] Virtualization: VT-x [2020-10-04T00:43:06.081Z] Hypervisor vendor: KVM [2020-10-04T00:43:06.081Z] Virtualization type: full [2020-10-04T00:43:06.081Z] L1d cache: 32K [2020-10-04T00:43:06.081Z] L1i cache: 32K [2020-10-04T00:43:06.081Z] L2 cache: 4096K [2020-10-04T00:43:06.081Z] L3 cache: 16384K [2020-10-04T00:43:06.081Z] NUMA node0 CPU(s): 0-3 [2020-10-04T00:43:06.081Z] 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 [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] ---> nproc: [2020-10-04T00:43:06.081Z] 4 [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] ---> df -h: [2020-10-04T00:43:06.081Z] Filesystem Size Used Avail Use% Mounted on [2020-10-04T00:43:06.081Z] devtmpfs 887M 0 887M 0% /dev [2020-10-04T00:43:06.081Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-04T00:43:06.081Z] tmpfs 919M 17M 903M 2% /run [2020-10-04T00:43:06.081Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-04T00:43:06.081Z] /dev/vda1 50G 8.6G 42G 18% / [2020-10-04T00:43:06.081Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] ---> free -m: [2020-10-04T00:43:06.081Z] total used free shared buff/cache available [2020-10-04T00:43:06.081Z] Mem: 1837 628 69 15 1138 1009 [2020-10-04T00:43:06.081Z] Swap: 1023 3 1020 [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] ---> ip addr: [2020-10-04T00:43:06.081Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-04T00:43:06.081Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-04T00:43:06.081Z] inet 127.0.0.1/8 scope host lo [2020-10-04T00:43:06.081Z] valid_lft forever preferred_lft forever [2020-10-04T00:43:06.081Z] inet6 ::1/128 scope host [2020-10-04T00:43:06.081Z] valid_lft forever preferred_lft forever [2020-10-04T00:43:06.081Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-04T00:43:06.081Z] link/ether fa:16:3e:24:48:77 brd ff:ff:ff:ff:ff:ff [2020-10-04T00:43:06.081Z] inet 10.30.123.115/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-04T00:43:06.081Z] valid_lft 85642sec preferred_lft 85642sec [2020-10-04T00:43:06.081Z] inet6 fe80::f816:3eff:fe24:4877/64 scope link [2020-10-04T00:43:06.081Z] valid_lft forever preferred_lft forever [2020-10-04T00:43:06.081Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-04T00:43:06.081Z] link/ether 02:42:b7:f6:39:7c brd ff:ff:ff:ff:ff:ff [2020-10-04T00:43:06.081Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-04T00:43:06.081Z] valid_lft forever preferred_lft forever [2020-10-04T00:43:06.081Z] inet6 fe80::42:b7ff:fef6:397c/64 scope link [2020-10-04T00:43:06.081Z] valid_lft forever preferred_lft forever [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] ---> sar -b -r -n DEV: [2020-10-04T00:43:06.081Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/04/2020 _x86_64_ (4 CPU) [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] 12:30:07 AM LINUX RESTART [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] 12:31:01 AM tps rtps wtps bread/s bwrtn/s [2020-10-04T00:43:06.081Z] 12:32:01 AM 50.86 11.38 39.47 4713.46 9439.86 [2020-10-04T00:43:06.081Z] 12:33:01 AM 190.31 87.53 102.78 5701.48 41614.80 [2020-10-04T00:43:06.081Z] 12:34:01 AM 253.99 109.20 144.80 5166.61 31217.46 [2020-10-04T00:43:06.081Z] 12:35:02 AM 117.34 52.08 65.26 3188.55 5547.05 [2020-10-04T00:43:06.081Z] 12:36:01 AM 3.86 0.00 3.86 0.00 129.38 [2020-10-04T00:43:06.081Z] 12:37:01 AM 0.28 0.03 0.25 1.07 3.51 [2020-10-04T00:43:06.081Z] 12:38:01 AM 0.40 0.12 0.28 74.87 3.35 [2020-10-04T00:43:06.081Z] 12:39:01 AM 0.22 0.00 0.22 0.00 2.83 [2020-10-04T00:43:06.081Z] 12:40:01 AM 0.32 0.02 0.30 0.27 3.50 [2020-10-04T00:43:06.081Z] 12:41:01 AM 60.22 58.31 1.91 4898.70 187.81 [2020-10-04T00:43:06.081Z] 12:42:01 AM 91.23 6.43 84.80 861.67 10634.82 [2020-10-04T00:43:06.081Z] 12:43:01 AM 107.33 28.44 78.89 1215.58 8942.12 [2020-10-04T00:43:06.081Z] Average: 73.16 29.51 43.64 2155.60 8993.12 [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] 12:31:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-04T00:43:06.081Z] 12:32:01 AM 71776 1809780 96.19 2620 1173156 1312224 44.78 536684 1108408 61396 [2020-10-04T00:43:06.081Z] 12:33:01 AM 91740 1789816 95.12 2244 1096204 1434088 48.94 602716 986400 30020 [2020-10-04T00:43:06.081Z] 12:34:01 AM 195712 1685844 89.60 1492 969188 1634212 55.77 639072 809168 1372 [2020-10-04T00:43:06.081Z] 12:35:02 AM 459008 1422548 75.60 1356 760768 1091888 37.26 563144 625196 20 [2020-10-04T00:43:06.081Z] 12:36:01 AM 472816 1408740 74.87 1356 760812 1074412 36.67 562628 622968 16 [2020-10-04T00:43:06.081Z] 12:37:01 AM 473156 1408400 74.85 1356 760816 1073424 36.63 570792 614656 12 [2020-10-04T00:43:06.081Z] 12:38:01 AM 471088 1410468 74.96 1356 763068 1073436 36.63 570720 616900 8 [2020-10-04T00:43:06.081Z] 12:39:01 AM 471876 1409680 74.92 1356 763072 1067256 36.42 570644 616552 8 [2020-10-04T00:43:06.081Z] 12:40:01 AM 472756 1408800 74.87 1356 763080 1059032 36.14 570036 616164 8 [2020-10-04T00:43:06.081Z] 12:41:01 AM 264568 1616988 85.94 1356 929752 1095556 37.39 630588 758992 18720 [2020-10-04T00:43:06.081Z] 12:42:01 AM 91600 1789956 95.13 1176 1041572 1126028 38.43 644356 886584 72824 [2020-10-04T00:43:06.081Z] 12:43:01 AM 123280 1758276 93.45 1108 1031900 1072248 36.59 587280 872088 32720 [2020-10-04T00:43:06.081Z] Average: 304948 1576608 83.79 1511 901116 1176150 40.14 587388 761173 18094 [2020-10-04T00:43:06.081Z] [2020-10-04T00:43:06.081Z] 12:31:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-04T00:43:06.081Z] 12:32:01 AM veth765a445 847.63 604.56 74.59 2066.35 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:32:01 AM eth0 1529.66 1536.69 5774.63 184.65 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:32:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:32:01 AM docker0 847.63 604.43 63.00 2066.34 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:33:01 AM eth0 1424.62 1111.00 3722.38 2810.76 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:33:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:33:01 AM veth9017156 11.82 19.01 0.81 120.46 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:33:01 AM docker0 250.39 185.37 17.95 713.81 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:34:01 AM veth7aeaf0b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:34:01 AM eth0 3306.07 2919.12 11343.83 3026.07 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:34:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:34:01 AM docker0 142.38 164.62 10.12 708.73 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:35:02 AM eth0 21.78 10.43 16.98 8.59 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:35:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:35:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:36:01 AM eth0 4.37 0.80 1.18 0.62 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:36:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:36:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:37:01 AM eth0 3.40 0.95 1.00 0.65 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:37:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:37:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:38:01 AM eth0 1.62 0.82 0.85 0.56 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:38:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:38:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:39:01 AM eth0 0.75 0.37 0.39 0.29 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:39:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:39:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:40:01 AM eth0 0.22 0.08 0.01 0.01 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:40:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:40:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:41:01 AM eth0 56.98 49.67 103.58 70.52 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:41:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.081Z] 12:41:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.082Z] 12:42:01 AM eth0 90.49 65.60 757.11 7.87 0.00 0.00 0.00 [2020-10-04T00:43:06.082Z] 12:42:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.082Z] 12:42:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.082Z] 12:43:01 AM eth0 35.35 23.03 128.88 8.80 0.00 0.00 0.00 [2020-10-04T00:43:06.082Z] 12:43:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.082Z] 12:43:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.082Z] Average: eth0 246.76 225.27 879.32 256.34 0.00 0.00 0.00 [2020-10-04T00:43:06.082Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-04T00:43:06.082Z] Average: docker0 103.55 79.68 7.60 291.28 0.00 0.00 0.00 [2020-10-04T00:43:06.082Z] [2020-10-04T00:43:06.082Z] [2020-10-04T00:43:06.082Z] ---> sar -P ALL: [2020-10-04T00:43:06.082Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/04/2020 _x86_64_ (4 CPU) [2020-10-04T00:43:06.082Z] [2020-10-04T00:43:06.082Z] 12:30:07 AM LINUX RESTART [2020-10-04T00:43:06.082Z] [2020-10-04T00:43:06.082Z] 12:31:01 AM CPU %user %nice %system %iowait %steal %idle [2020-10-04T00:43:06.082Z] 12:32:01 AM all 7.38 0.00 3.96 1.52 0.08 87.06 [2020-10-04T00:43:06.082Z] 12:32:01 AM 0 6.09 0.00 4.43 0.10 0.09 89.29 [2020-10-04T00:43:06.082Z] 12:32:01 AM 1 9.22 0.00 4.13 2.23 0.08 84.34 [2020-10-04T00:43:06.082Z] 12:32:01 AM 2 7.93 0.00 3.91 0.66 0.08 87.41 [2020-10-04T00:43:06.082Z] 12:32:01 AM 3 6.27 0.00 3.36 3.04 0.07 87.25 [2020-10-04T00:43:06.082Z] 12:33:01 AM all 17.95 0.00 7.00 0.63 0.08 74.34 [2020-10-04T00:43:06.082Z] 12:33:01 AM 0 18.13 0.00 7.51 0.30 0.09 73.98 [2020-10-04T00:43:06.082Z] 12:33:01 AM 1 24.18 0.00 6.28 0.34 0.09 69.11 [2020-10-04T00:43:06.082Z] 12:33:01 AM 2 17.13 0.00 7.07 0.91 0.09 74.80 [2020-10-04T00:43:06.082Z] 12:33:01 AM 3 12.33 0.00 7.14 0.96 0.07 79.50 [2020-10-04T00:43:06.082Z] 12:34:01 AM all 7.52 0.00 6.13 6.11 0.06 80.17 [2020-10-04T00:43:06.082Z] 12:34:01 AM 0 7.89 0.00 5.89 6.23 0.08 79.91 [2020-10-04T00:43:06.082Z] 12:34:01 AM 1 7.78 0.00 6.21 6.12 0.05 79.84 [2020-10-04T00:43:06.082Z] 12:34:01 AM 2 7.66 0.00 6.12 6.44 0.05 79.73 [2020-10-04T00:43:06.082Z] 12:34:01 AM 3 6.75 0.00 6.31 5.69 0.05 81.19 [2020-10-04T00:43:06.082Z] 12:35:02 AM all 38.36 0.00 9.23 2.48 0.05 49.88 [2020-10-04T00:43:06.082Z] 12:35:02 AM 0 36.77 0.00 9.87 3.50 0.05 49.82 [2020-10-04T00:43:06.082Z] 12:35:02 AM 1 38.20 0.00 8.97 0.97 0.05 51.80 [2020-10-04T00:43:06.082Z] 12:35:02 AM 2 40.20 0.00 8.90 2.26 0.03 48.60 [2020-10-04T00:43:06.082Z] 12:35:02 AM 3 38.30 0.00 9.15 3.19 0.07 49.29 [2020-10-04T00:43:06.082Z] 12:36:01 AM all 0.18 0.00 0.06 0.00 0.00 99.76 [2020-10-04T00:43:06.082Z] 12:36:01 AM 0 0.59 0.00 0.03 0.00 0.02 99.36 [2020-10-04T00:43:06.082Z] 12:36:01 AM 1 0.07 0.00 0.07 0.00 0.00 99.86 [2020-10-04T00:43:06.082Z] 12:36:01 AM 2 0.03 0.00 0.08 0.00 0.00 99.88 [2020-10-04T00:43:06.082Z] 12:36:01 AM 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-04T00:43:06.082Z] 12:37:01 AM all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-10-04T00:43:06.082Z] 12:37:01 AM 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-04T00:43:06.082Z] 12:37:01 AM 1 0.32 0.00 0.03 0.00 0.00 99.65 [2020-10-04T00:43:06.082Z] 12:37:01 AM 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-04T00:43:06.082Z] 12:37:01 AM 3 0.25 0.00 0.05 0.00 0.00 99.70 [2020-10-04T00:43:06.082Z] 12:38:01 AM all 0.09 0.00 0.04 0.00 0.00 99.87 [2020-10-04T00:43:06.082Z] 12:38:01 AM 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-04T00:43:06.082Z] 12:38:01 AM 1 0.28 0.00 0.08 0.02 0.00 99.62 [2020-10-04T00:43:06.082Z] 12:38:01 AM 2 0.02 0.00 0.03 0.00 0.02 99.93 [2020-10-04T00:43:06.082Z] 12:38:01 AM 3 0.03 0.00 0.02 0.00 0.02 99.93 [2020-10-04T00:43:06.082Z] 12:39:01 AM all 0.13 0.00 0.03 0.00 0.00 99.84 [2020-10-04T00:43:06.082Z] 12:39:01 AM 0 0.03 0.00 0.00 0.00 0.00 99.97 [2020-10-04T00:43:06.082Z] 12:39:01 AM 1 0.38 0.00 0.07 0.00 0.00 99.55 [2020-10-04T00:43:06.082Z] 12:39:01 AM 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-04T00:43:06.082Z] 12:39:01 AM 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-04T00:43:06.082Z] 12:40:01 AM all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-10-04T00:43:06.082Z] 12:40:01 AM 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-04T00:43:06.082Z] 12:40:01 AM 1 0.53 0.00 0.02 0.00 0.00 99.45 [2020-10-04T00:43:06.082Z] 12:40:01 AM 2 0.03 0.00 0.07 0.00 0.00 99.90 [2020-10-04T00:43:06.082Z] 12:40:01 AM 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-04T00:43:06.082Z] 12:41:01 AM all 3.47 0.00 0.86 1.09 0.01 94.57 [2020-10-04T00:43:06.082Z] 12:41:01 AM 0 6.15 0.00 1.32 0.12 0.00 92.41 [2020-10-04T00:43:06.082Z] 12:41:01 AM 1 2.37 0.00 0.70 1.55 0.02 95.36 [2020-10-04T00:43:06.082Z] 12:41:01 AM 2 3.21 0.00 0.62 0.35 0.03 95.79 [2020-10-04T00:43:06.082Z] 12:41:01 AM 3 2.16 0.00 0.84 2.34 0.00 94.66 [2020-10-04T00:43:06.082Z] 12:42:01 AM all 16.73 0.00 2.82 1.33 0.03 79.10 [2020-10-04T00:43:06.082Z] 12:42:01 AM 0 30.87 0.00 3.01 1.81 0.03 64.28 [2020-10-04T00:43:06.082Z] 12:42:01 AM 1 10.78 0.00 2.90 0.56 0.02 85.75 [2020-10-04T00:43:06.082Z] 12:42:01 AM 2 18.12 0.00 3.66 2.52 0.02 75.68 [2020-10-04T00:43:06.082Z] 12:42:01 AM 3 7.37 0.00 1.69 0.44 0.03 90.48 [2020-10-04T00:43:06.082Z] [2020-10-04T00:43:06.082Z] 12:42:01 AM CPU %user %nice %system %iowait %steal %idle [2020-10-04T00:43:06.082Z] 12:43:01 AM all 15.11 0.00 3.22 3.83 0.03 77.81 [2020-10-04T00:43:06.082Z] 12:43:01 AM 0 29.88 0.00 4.74 5.10 0.03 60.25 [2020-10-04T00:43:06.082Z] 12:43:01 AM 1 11.01 0.00 3.06 6.08 0.03 79.82 [2020-10-04T00:43:06.082Z] 12:43:01 AM 2 15.52 0.00 3.73 1.91 0.03 78.82 [2020-10-04T00:43:06.082Z] 12:43:01 AM 3 4.23 0.00 1.36 2.27 0.03 92.11 [2020-10-04T00:43:06.082Z] Average: all 8.83 0.00 2.75 1.41 0.03 86.98 [2020-10-04T00:43:06.082Z] Average: 0 11.24 0.00 3.03 1.42 0.03 84.28 [2020-10-04T00:43:06.082Z] Average: 1 8.68 0.00 2.69 1.49 0.03 87.12 [2020-10-04T00:43:06.082Z] Average: 2 9.04 0.00 2.83 1.25 0.03 86.86 [2020-10-04T00:43:06.082Z] Average: 3 6.38 0.00 2.46 1.48 0.03 89.65 [2020-10-04T00:43:06.082Z] [2020-10-04T00:43:06.082Z] [2020-10-04T00:43:06.082Z]