Pull request #2789 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 75437401aaf0e0f587015af03db21405a724386e rather than 5380023dc269671c254ab6aebce6adf2343ef3fc Obtained Jenkinsfile from 75437401aaf0e0f587015af03db21405a724386e 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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-5494 in /w/workspace/edgexfoundry_edgex-go_PR-2789 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 75437401aaf0e0f587015af03db21405a724386e into PR head commit 5380023dc269671c254ab6aebce6adf2343ef3fc Merge succeeded, producing 5380023dc269671c254ab6aebce6adf2343ef3fc Checking out Revision 5380023dc269671c254ab6aebce6adf2343ef3fc (PR-2789) > 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/2789/head:refs/remotes/origin/PR-2789 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5380023dc269671c254ab6aebce6adf2343ef3fc # 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 75437401aaf0e0f587015af03db21405a724386e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5380023dc269671c254ab6aebce6adf2343ef3fc # timeout=10 Commit message: "feat(metadata): Implement Metadata POST /device V2 API" First time build. Skipping changelog. > git rev-list --no-walk d077e371d513396c7ff45fd0f0d336433815ff8d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-15T01:50:34.033Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T01:50:34.303Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T01:50:34.408Z] ========================================================= [2020-10-15T01:50:34.409Z] EdgeX Global Pipelines Version Info [2020-10-15T01:50:34.409Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T01:50:36.990Z] ------------------- [2020-10-15T01:50:36.990Z] stable info: [2020-10-15T01:50:36.990Z] ------------------- [2020-10-15T01:50:36.990Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T01:50:36.990Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-15T01:50:36.990Z] Message: update stable to v1.0.142 [2020-10-15T01:50:37.984Z] ------------------- [2020-10-15T01:50:37.984Z] experimental info: [2020-10-15T01:50:37.984Z] ------------------- [2020-10-15T01:50:37.984Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T01:50:37.984Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T01:50:37.984Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-15T01:50:38.272Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-15T01:50:38.365Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-15T01:50:38.458Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T01:50:38.561Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T01:50:38.679Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T01:50:38.776Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T01:50:38.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T01:50:38.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-15T01:50:39.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-15T01:50:39.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-15T01:50:39.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T01:50:39.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T01:50:39.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T01:50:39.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T01:50:39.628Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T01:50:39.718Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T01:50:39.822Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T01:50:39.923Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T01:50:40.012Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T01:50:40.124Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-15T01:50:40.209Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-15T01:50:40.364Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2789 [Pipeline] echo [2020-10-15T01:50:40.526Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2789 [Pipeline] echo [2020-10-15T01:50:40.642Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2789 [Pipeline] echo [2020-10-15T01:50:40.759Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5380023dc269671c254ab6aebce6adf2343ef3fc [Pipeline] echo [2020-10-15T01:50:40.851Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5380023 [Pipeline] echo [2020-10-15T01:50:40.977Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-15T01:50:41.401Z] ++ 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-15T01:50:41.401Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T01:50:41.401Z] ++ cut -d/ -f2 [2020-10-15T01:50:41.401Z] ++ dirname cmd/core-command/Dockerfile [2020-10-15T01:50:41.401Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-15T01:50:41.401Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T01:50:41.401Z] ++ dirname cmd/core-data/Dockerfile [2020-10-15T01:50:41.401Z] ++ cut -d/ -f2 [2020-10-15T01:50:41.401Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-15T01:50:41.401Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T01:50:41.401Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-15T01:50:41.401Z] ++ cut -d/ -f2 [2020-10-15T01:50:41.401Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-15T01:50:41.401Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T01:50:41.401Z] ++ cut -d/ -f2 [2020-10-15T01:50:41.401Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-15T01:50:41.401Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-15T01:50:41.401Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T01:50:41.401Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-15T01:50:41.401Z] ++ cut -d/ -f2 [2020-10-15T01:50:41.401Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-15T01:50:41.401Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T01:50:41.401Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-15T01:50:41.401Z] ++ cut -d/ -f2 [2020-10-15T01:50:41.401Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-15T01:50:41.401Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T01:50:41.401Z] ++ cut -d/ -f2 [2020-10-15T01:50:41.401Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-15T01:50:41.401Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-15T01:50:41.401Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T01:50:41.401Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-15T01:50:41.401Z] ++ cut -d/ -f2 [2020-10-15T01:50:41.401Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-15T01:50:41.401Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T01:50:41.401Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-15T01:50:41.401Z] ++ cut -d/ -f2 [2020-10-15T01:50:41.401Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-15T01:50:41.401Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T01:50:41.401Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-15T01:50:41.401Z] ++ cut -d/ -f2 [2020-10-15T01:50:41.401Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-15T01:50:41.508Z] 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-15T01:50:43.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T01:50:43.371Z] [2020-10-15T01:50:43.371Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T01:50:43.798Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T01:50:44.113Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T01:50:44.113Z] 31603596830f: Pulling fs layer [2020-10-15T01:50:44.113Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T01:50:44.113Z] 6ca5941a6612: Pulling fs layer [2020-10-15T01:50:44.113Z] ecc8261a40a4: Pulling fs layer [2020-10-15T01:50:44.113Z] ecc8261a40a4: Waiting [2020-10-15T01:50:44.113Z] 2a8b12db71e7: Verifying Checksum [2020-10-15T01:50:44.113Z] 2a8b12db71e7: Download complete [2020-10-15T01:50:44.396Z] 31603596830f: Verifying Checksum [2020-10-15T01:50:44.396Z] 31603596830f: Download complete [2020-10-15T01:50:44.663Z] ecc8261a40a4: Verifying Checksum [2020-10-15T01:50:44.663Z] ecc8261a40a4: Download complete [2020-10-15T01:50:44.663Z] 6ca5941a6612: Verifying Checksum [2020-10-15T01:50:44.663Z] 6ca5941a6612: Download complete [2020-10-15T01:50:44.942Z] 31603596830f: Pull complete [2020-10-15T01:50:45.219Z] 2a8b12db71e7: Pull complete [2020-10-15T01:50:46.676Z] 6ca5941a6612: Pull complete [2020-10-15T01:50:46.940Z] ecc8261a40a4: Pull complete [2020-10-15T01:50:46.940Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T01:50:46.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T01:50:46.940Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T01:50:47.071Z] prd-centos7-docker-4c-2g-5494 does not seem to be running inside a container [2020-10-15T01:50:47.155Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T01:50:50.039Z] $ docker top 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T01:50:50.643Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T01:50:50.643Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T01:50:51.411Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T01:50:51.419Z] $ docker exec 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 ssh-agent [2020-10-15T01:50:51.973Z] SSH_AUTH_SOCK=/tmp/ssh-4UUFUT0uAJmT/agent.12 [2020-10-15T01:50:51.973Z] SSH_AGENT_PID=17 [2020-10-15T01:50:52.006Z] Running ssh-add (command line suppressed) [2020-10-15T01:50:52.366Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5851705530118125038.key (/w/workspace/edgex-go/6@tmp/private_key_5851705530118125038.key) [2020-10-15T01:50:52.500Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T01:50:52.870Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T01:50:52.942Z] $ docker exec --env ******** --env ******** 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 ssh-agent -k [2020-10-15T01:50:53.248Z] unset SSH_AUTH_SOCK; [2020-10-15T01:50:53.251Z] unset SSH_AGENT_PID; [2020-10-15T01:50:53.252Z] echo Agent pid 17 killed; [2020-10-15T01:50:53.322Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T01:50:53.477Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T01:50:53.477Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T01:50:53.866Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T01:50:53.882Z] $ docker exec 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 ssh-agent [2020-10-15T01:50:54.197Z] SSH_AUTH_SOCK=/tmp/ssh-e3ofOLfSsecD/agent.45 [2020-10-15T01:50:54.198Z] SSH_AGENT_PID=51 [2020-10-15T01:50:54.208Z] Running ssh-add (command line suppressed) [2020-10-15T01:50:54.466Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4214612693652382571.key (/w/workspace/edgex-go/6@tmp/private_key_4214612693652382571.key) [2020-10-15T01:50:54.567Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T01:50:54.956Z] + git semver init [2020-10-15T01:50:54.956Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T01:50:54.956Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-10-15T01:50:54.956Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-10-15T01:50:54.956Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T01:50:54.956Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T01:50:54.956Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T01:50:54.956Z] # $SEMVER_BRANCH = PR-2789 [2020-10-15T01:50:54.956Z] # $SEMVER_TEMP = /tmp/semver-885743958 [2020-10-15T01:50:54.956Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-15T01:51:28.182Z] # '/tmp/semver-885743958' -> '/w/workspace/edgex-go/6/.semver' [2020-10-15T01:51:28.182Z] # -> Force: false [2020-10-15T01:51:28.182Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-10-15T01:51:28.214Z] $ docker exec --env ******** --env ******** 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 ssh-agent -k [2020-10-15T01:51:28.606Z] unset SSH_AUTH_SOCK; [2020-10-15T01:51:28.610Z] unset SSH_AGENT_PID; [2020-10-15T01:51:28.610Z] echo Agent pid 51 killed; [2020-10-15T01:51:28.730Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T01:51:29.202Z] + git semver [Pipeline] } [2020-10-15T01:51:29.260Z] $ docker stop --time=1 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 [2020-10-15T01:51:31.126Z] $ docker rm -f 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T01:51:32.144Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T01:51:32.146Z] [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-15T01:51:32.702Z] ========================================================= [2020-10-15T01:51:32.702Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T01:51:32.702Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T01:51:33.050Z] + 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-15T01:51:33.050Z] error checking context: 'can't stat '/w/workspace/edgex-go/6/.semver''. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-15T01:51:34.316Z] Failed in branch amd64 [2020-10-15T01:51:47.516Z] Still waiting to schedule task [2020-10-15T01:51:47.516Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-15T01:53:31.500Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5495 in /w/workspace/edgexfoundry_edgex-go_PR-2789 [Pipeline] { [Pipeline] ws [2020-10-15T01:53:31.553Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-10-15T01:53:36.870Z] using credential edgex-jenkins-ssh [2020-10-15T01:53:36.932Z] Cloning the remote Git repository [2020-10-15T01:53:36.993Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-15T01:53:37.105Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-10-15T01:53:37.180Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T01:53:37.181Z] > git --version # timeout=10 [2020-10-15T01:53:37.200Z] > git --version # 'git version 2.17.1' [2020-10-15T01:53:37.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T01:53:37.278Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T01:53:53.397Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T01:53:53.417Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T01:53:53.442Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T01:53:53.480Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T01:53:53.481Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T01:53:53.506Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2789/head:refs/remotes/origin/PR-2789 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T01:53:54.193Z] Merging remotes/origin/master commit 75437401aaf0e0f587015af03db21405a724386e into PR head commit 5380023dc269671c254ab6aebce6adf2343ef3fc [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-15T01:53:54.737Z] 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] } [2020-10-15T01:53:54.219Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T01:53:54.240Z] > git checkout -f 5380023dc269671c254ab6aebce6adf2343ef3fc # timeout=10 [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-15T01:53:57.266Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T01:53:57.893Z] ---> package-listing.sh [2020-10-15T01:53:57.893Z] ++ facter osfamily [2020-10-15T01:53:57.893Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T01:53:58.201Z] + OS_FAMILY=redhat [2020-10-15T01:53:58.201Z] + workspace=/w/workspace/edgex-go/6 [2020-10-15T01:53:58.201Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T01:53:58.201Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T01:53:58.201Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T01:53:58.201Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T01:53:58.201Z] + '[' /w/workspace/edgex-go/6 ']' [2020-10-15T01:53:58.201Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T01:53:58.201Z] + case "${OS_FAMILY}" in [2020-10-15T01:53:58.201Z] + rpm -qa [2020-10-15T01:53:58.201Z] + sort [2020-10-15T01:54:02.515Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T01:54:02.515Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T01:54:02.515Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T01:54:02.515Z] + '[' /w/workspace/edgex-go/6 ']' [2020-10-15T01:54:02.515Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-10-15T01:54:02.515Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2020-10-15T01:54:02.541Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-15T01:54:02.885Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T01:54:03.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T01:54:04.128Z] [2020-10-15T01:54:04.128Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T01:54:04.680Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T01:54:05.733Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T01:54:05.733Z] df20fa9351a1: Pulling fs layer [2020-10-15T01:54:05.733Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T01:54:05.733Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T01:54:05.733Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T01:54:05.733Z] 93b61091891f: Pulling fs layer [2020-10-15T01:54:05.733Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T01:54:05.733Z] 5e14af77c1be: Pulling fs layer [2020-10-15T01:54:05.733Z] 01666e4c0597: Pulling fs layer [2020-10-15T01:54:05.733Z] aa168da1d23b: Pulling fs layer [2020-10-15T01:54:05.733Z] 93b9cdb0e59b: Waiting [2020-10-15T01:54:05.733Z] 5e14af77c1be: Waiting [2020-10-15T01:54:05.733Z] 01666e4c0597: Waiting [2020-10-15T01:54:05.733Z] aa168da1d23b: Waiting [2020-10-15T01:54:05.733Z] 46f8f816bc3b: Waiting [2020-10-15T01:54:05.733Z] 93b61091891f: Waiting [2020-10-15T01:54:06.067Z] 36b3adc4ff6f: Download complete [2020-10-15T01:54:06.456Z] 46f8f816bc3b: Verifying Checksum [2020-10-15T01:54:06.456Z] 46f8f816bc3b: Download complete [2020-10-15T01:54:07.061Z] df20fa9351a1: Verifying Checksum [2020-10-15T01:54:07.061Z] df20fa9351a1: Download complete [2020-10-15T01:54:07.061Z] 93b9cdb0e59b: Verifying Checksum [2020-10-15T01:54:07.061Z] 93b9cdb0e59b: Download complete [2020-10-15T01:54:07.061Z] 93b61091891f: Verifying Checksum [2020-10-15T01:54:07.061Z] 93b61091891f: Download complete [2020-10-15T01:54:07.061Z] 5e14af77c1be: Download complete [2020-10-15T01:54:07.061Z] 01666e4c0597: Verifying Checksum [2020-10-15T01:54:07.061Z] 01666e4c0597: Download complete [2020-10-15T01:54:07.725Z] df20fa9351a1: Pull complete [2020-10-15T01:54:08.046Z] 36b3adc4ff6f: Pull complete [2020-10-15T01:54:08.437Z] 8ad3a11d3b57: Verifying Checksum [2020-10-15T01:54:08.437Z] 8ad3a11d3b57: Download complete [2020-10-15T01:54:09.593Z] 8ad3a11d3b57: Pull complete [2020-10-15T01:54:10.101Z] 46f8f816bc3b: Pull complete [2020-10-15T01:54:10.893Z] 93b61091891f: Pull complete [2020-10-15T01:54:10.894Z] 93b9cdb0e59b: Pull complete [2020-10-15T01:54:11.170Z] 5e14af77c1be: Pull complete [2020-10-15T01:54:11.451Z] 01666e4c0597: Pull complete [2020-10-15T01:54:16.105Z] aa168da1d23b: Verifying Checksum [2020-10-15T01:54:16.105Z] aa168da1d23b: Download complete [2020-10-15T01:54:31.309Z] aa168da1d23b: Pull complete [2020-10-15T01:54:31.309Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T01:54:31.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T01:54:31.309Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T01:54:31.593Z] prd-centos7-docker-4c-2g-5494 does not seem to be running inside a container [2020-10-15T01:54:31.700Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-15T01:54:35.324Z] $ docker top 0300bd9fd2da2cc62e0663203141689c49a564aabe8ab63f17b2ec198fb27e63 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T01:54:36.160Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T01:54:36.502Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T01:54:36.878Z] + ls /var/log/sa-host [2020-10-15T01:54:36.878Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T01:54:36.878Z] file_magic: OK [2020-10-15T01:54:36.878Z] HZ: Using current value: 100 [2020-10-15T01:54:36.878Z] file_header: OK [2020-10-15T01:54:36.878Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-15T01:54:36.878Z] Statistics: [2020-10-15T01:54:36.878Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T01:54:36.878Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T01:54:36.878Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T01:54:36.878Z] file_magic: OK [2020-10-15T01:54:36.878Z] HZ: Using current value: 100 [2020-10-15T01:54:36.878Z] file_header: OK [2020-10-15T01:54:36.878Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-15T01:54:36.878Z] Statistics: [2020-10-15T01:54:36.878Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T01:54:36.878Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T01:54:37.136Z] provisioning config files... [2020-10-15T01:54:37.164Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config9088094888664972013tmp [Pipeline] { [Pipeline] echo [2020-10-15T01:54:37.275Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T01:54:37.599Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T01:54:37.676Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T01:54:37.760Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T01:54:38.088Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T01:54:38.105Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T01:54:38.438Z] ---> sudo-logs.sh [2020-10-15T01:54:38.438Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T01:54:38.458Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T01:54:38.795Z] ---> job-cost.sh [2020-10-15T01:54:39.079Z] lf-activate-venv: SKIPPING [2020-10-15T01:54:39.079Z] INFO: No Stack... [2020-10-15T01:54:39.733Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T01:54:40.353Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T01:54:40.385Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T01:54:40.729Z] ---> logs-deploy.sh [2020-10-15T01:54:40.729Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2789/6 [2020-10-15T01:54:40.729Z] INFO: archiving workspace using pattern(s): [2020-10-15T01:54:43.345Z] Archives upload complete. [2020-10-15T01:54:43.345Z] INFO: archiving logs to Nexus [2020-10-15T01:54:45.347Z] ---> uname -a: [2020-10-15T01:54:45.347Z] Linux prd-centos7-docker-4c-2g-5494.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-15T01:54:45.347Z] [2020-10-15T01:54:45.347Z] [2020-10-15T01:54:45.347Z] ---> lscpu: [2020-10-15T01:54:45.347Z] Architecture: x86_64 [2020-10-15T01:54:45.347Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-15T01:54:45.347Z] Byte Order: Little Endian [2020-10-15T01:54:45.347Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-15T01:54:45.347Z] CPU(s): 4 [2020-10-15T01:54:45.347Z] On-line CPU(s) list: 0-3 [2020-10-15T01:54:45.347Z] Thread(s) per core: 1 [2020-10-15T01:54:45.347Z] Core(s) per socket: 1 [2020-10-15T01:54:45.347Z] Socket(s): 4 [2020-10-15T01:54:45.347Z] NUMA node(s): 1 [2020-10-15T01:54:45.347Z] Vendor ID: GenuineIntel [2020-10-15T01:54:45.347Z] CPU family: 6 [2020-10-15T01:54:45.347Z] Model: 44 [2020-10-15T01:54:45.347Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-15T01:54:45.347Z] Stepping: 1 [2020-10-15T01:54:45.347Z] CPU MHz: 2933.438 [2020-10-15T01:54:45.347Z] BogoMIPS: 5866.87 [2020-10-15T01:54:45.347Z] Virtualization: VT-x [2020-10-15T01:54:45.347Z] Hypervisor vendor: KVM [2020-10-15T01:54:45.347Z] Virtualization type: full [2020-10-15T01:54:45.347Z] L1d cache: 128 KiB [2020-10-15T01:54:45.347Z] L1i cache: 128 KiB [2020-10-15T01:54:45.347Z] L2 cache: 16 MiB [2020-10-15T01:54:45.347Z] L3 cache: 64 MiB [2020-10-15T01:54:45.347Z] NUMA node0 CPU(s): 0-3 [2020-10-15T01:54:45.347Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-15T01:54:45.347Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-15T01:54:45.347Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-15T01:54:45.347Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-15T01:54:45.347Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-15T01:54:45.347Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-15T01:54:45.347Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-15T01:54:45.347Z] Vulnerability Tsx async abort: Not affected [2020-10-15T01:54:45.347Z] 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-15T01:54:45.347Z] [2020-10-15T01:54:45.347Z] [2020-10-15T01:54:45.347Z] ---> nproc: [2020-10-15T01:54:45.347Z] 4 [2020-10-15T01:54:45.347Z] [2020-10-15T01:54:45.347Z] [2020-10-15T01:54:45.347Z] ---> df -h: [2020-10-15T01:54:45.347Z] Filesystem Size Used Available Use% Mounted on [2020-10-15T01:54:45.347Z] overlay 50.0G 7.5G 42.5G 15% / [2020-10-15T01:54:45.347Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-15T01:54:45.347Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-15T01:54:45.347Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-15T01:54:45.347Z] /dev/vda1 50.0G 7.5G 42.5G 15% /facter-os [2020-10-15T01:54:45.347Z] /dev/vda1 50.0G 7.5G 42.5G 15% /etc/resolv.conf [2020-10-15T01:54:45.347Z] /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hostname [2020-10-15T01:54:45.347Z] /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hosts [2020-10-15T01:54:45.347Z] /dev/vda1 50.0G 7.5G 42.5G 15% /run/cloud-init/result.json [2020-10-15T01:54:45.347Z] /dev/vda1 50.0G 7.5G 42.5G 15% /var/log/sa-host [2020-10-15T01:54:45.347Z] /dev/vda1 50.0G 7.5G 42.5G 15% /var/log/secure [2020-10-15T01:54:45.347Z] /dev/vda1 50.0G 7.5G 42.5G 15% /var/log/auth.log [2020-10-15T01:54:45.347Z] /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/edgex-go/6@tmp [2020-10-15T01:54:45.347Z] /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/edgex-go/6 [2020-10-15T01:54:45.347Z] [2020-10-15T01:54:45.347Z] [2020-10-15T01:54:45.347Z] ---> free -m: [2020-10-15T01:54:45.347Z] total used free shared buff/cache available [2020-10-15T01:54:45.347Z] Mem: 1837 651 141 0 1044 1082 [2020-10-15T01:54:45.347Z] Swap: 1023 1 1022 [2020-10-15T01:54:45.347Z] [2020-10-15T01:54:45.347Z] [2020-10-15T01:54:45.347Z] ---> ip addr: [2020-10-15T01:54:45.347Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-15T01:54:45.347Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-15T01:54:45.347Z] inet 127.0.0.1/8 scope host lo [2020-10-15T01:54:45.347Z] valid_lft forever preferred_lft forever [2020-10-15T01:54:45.347Z] inet6 ::1/128 scope host [2020-10-15T01:54:45.347Z] valid_lft forever preferred_lft forever [2020-10-15T01:54:45.347Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-15T01:54:45.347Z] link/ether fa:16:3e:ef:9e:4e brd ff:ff:ff:ff:ff:ff [2020-10-15T01:54:45.347Z] inet 10.30.122.11/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-15T01:54:45.347Z] valid_lft 86094sec preferred_lft 86094sec [2020-10-15T01:54:45.347Z] inet6 fe80::f816:3eff:feef:9e4e/64 scope link [2020-10-15T01:54:45.347Z] valid_lft forever preferred_lft forever [2020-10-15T01:54:45.347Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-15T01:54:45.347Z] link/ether 02:42:c8:2e:5c:d3 brd ff:ff:ff:ff:ff:ff [2020-10-15T01:54:45.347Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-15T01:54:45.347Z] valid_lft forever preferred_lft forever [2020-10-15T01:54:45.348Z] inet6 fe80::42:c8ff:fe2e:5cd3/64 scope link [2020-10-15T01:54:45.348Z] valid_lft forever preferred_lft forever [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z] ---> sar -b -r -n DEV: [2020-10-15T01:54:45.348Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z] 01:49:18 LINUX RESTART (4 CPU) [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z] 01:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-15T01:54:45.348Z] 01:51:01 69.62 21.61 48.01 0.00 5752.16 10231.66 0.00 [2020-10-15T01:54:45.348Z] 01:52:01 57.03 38.52 18.51 0.00 3019.72 10587.34 0.00 [2020-10-15T01:54:45.348Z] 01:53:01 1.83 0.00 1.83 0.00 0.00 38.03 0.00 [2020-10-15T01:54:45.348Z] 01:54:01 42.31 42.08 0.23 0.00 4063.55 2.69 0.00 [2020-10-15T01:54:45.348Z] Average: 42.71 25.56 17.15 0.00 3210.41 5216.60 0.00 [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z] 01:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-15T01:54:45.348Z] 01:51:01 75976 0 604772 32.14 2620 1198188 1334204 45.53 538016 1100604 55904 [2020-10-15T01:54:45.348Z] 01:52:01 357192 0 539884 28.69 2620 981860 1167616 39.85 464336 899328 120 [2020-10-15T01:54:45.348Z] 01:53:01 369072 0 528024 28.06 2620 981840 1071136 36.56 458100 895500 8 [2020-10-15T01:54:45.348Z] 01:54:01 221468 0 553416 29.41 2620 1104052 1107284 37.79 484028 1016988 56 [2020-10-15T01:54:45.348Z] Average: 255927 0 556524 29.58 2620 1066485 1170060 39.93 486120 978105 14022 [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z] 01:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-15T01:54:45.348Z] 01:51:01 vetha13db29 322.92 269.62 32.48 954.37 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:51:01 eth0 867.76 722.04 4571.04 116.70 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:51:01 docker0 322.92 269.49 28.06 954.36 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:52:01 eth0 414.83 412.77 1703.84 66.54 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:52:01 docker0 400.20 399.67 35.64 1691.21 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:53:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:54:01 eth0 6.03 3.54 5.45 2.17 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] Average: eth0 322.52 284.75 1571.04 46.38 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] Average: docker0 180.83 167.32 15.93 661.50 0.00 0.00 0.00 0.00 [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z] ---> sar -P ALL: [2020-10-15T01:54:45.348Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z] 01:49:18 LINUX RESTART (4 CPU) [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z] 01:50:01 CPU %user %nice %system %iowait %steal %idle [2020-10-15T01:54:45.348Z] 01:51:01 all 14.73 0.00 5.61 1.90 16.81 60.94 [2020-10-15T01:54:45.348Z] 01:51:01 0 15.66 0.00 6.02 0.69 18.24 59.40 [2020-10-15T01:54:45.348Z] 01:51:01 1 16.09 0.00 4.95 4.48 15.94 58.53 [2020-10-15T01:54:45.348Z] 01:51:01 2 14.95 0.00 5.74 1.60 16.80 60.91 [2020-10-15T01:54:45.348Z] 01:51:01 3 12.24 0.00 5.73 0.85 16.28 64.90 [2020-10-15T01:54:45.348Z] 01:52:01 all 6.02 0.00 1.66 0.45 6.65 85.23 [2020-10-15T01:54:45.348Z] 01:52:01 0 4.27 0.00 1.96 0.74 8.32 84.70 [2020-10-15T01:54:45.348Z] 01:52:01 1 6.42 0.00 1.61 0.32 5.94 85.72 [2020-10-15T01:54:45.348Z] 01:52:01 2 4.67 0.00 1.30 0.40 6.12 87.52 [2020-10-15T01:54:45.348Z] 01:52:01 3 8.70 0.00 1.76 0.34 6.25 82.95 [2020-10-15T01:54:45.348Z] 01:53:01 all 0.08 0.00 0.09 0.00 0.83 99.00 [2020-10-15T01:54:45.348Z] 01:53:01 0 0.03 0.00 0.10 0.00 1.11 98.76 [2020-10-15T01:54:45.348Z] 01:53:01 1 0.10 0.00 0.10 0.00 0.65 99.15 [2020-10-15T01:54:45.348Z] 01:53:01 2 0.05 0.00 0.07 0.00 0.89 98.99 [2020-10-15T01:54:45.348Z] 01:53:01 3 0.13 0.00 0.10 0.00 0.67 99.10 [2020-10-15T01:54:45.348Z] 01:54:01 all 0.69 0.00 0.23 0.84 0.84 97.41 [2020-10-15T01:54:45.348Z] 01:54:01 0 0.40 0.00 0.18 0.30 0.81 98.31 [2020-10-15T01:54:45.348Z] 01:54:01 1 1.69 0.00 0.45 1.37 0.77 95.72 [2020-10-15T01:54:45.348Z] 01:54:01 2 0.17 0.00 0.13 0.30 0.86 98.54 [2020-10-15T01:54:45.348Z] 01:54:01 3 0.50 0.00 0.15 1.40 0.92 97.04 [2020-10-15T01:54:45.348Z] Average: all 5.36 0.00 1.89 0.80 6.26 85.70 [2020-10-15T01:54:45.348Z] Average: 0 5.06 0.00 2.05 0.43 7.08 85.38 [2020-10-15T01:54:45.348Z] Average: 1 6.06 0.00 1.77 1.53 5.81 84.83 [2020-10-15T01:54:45.348Z] Average: 2 4.92 0.00 1.79 0.57 6.13 86.58 [2020-10-15T01:54:45.348Z] Average: 3 5.38 0.00 1.93 0.65 6.02 86.01 [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z] [2020-10-15T01:54:45.348Z]