Pull request #635 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 hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from cc47894417cb7a360f277ecc01c69c78e0f77f2e+6cec193abf44cabffe02bbcaff9748adb3f719d5 (4517cac904366e65c20e225c48117fe1e36f80de) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-7461 in /w/workspace/dgexfoundry_device-sdk-go_PR-635 [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/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-635 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit cc47894417cb7a360f277ecc01c69c78e0f77f2e > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/635/head:refs/remotes/origin/PR-635 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cc47894417cb7a360f277ecc01c69c78e0f77f2e # timeout=10 > git remote # timeout=10 Merge succeeded, producing cc47894417cb7a360f277ecc01c69c78e0f77f2e Checking out Revision cc47894417cb7a360f277ecc01c69c78e0f77f2e (PR-635) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cc47894417cb7a360f277ecc01c69c78e0f77f2e # timeout=10 Commit message: "fix(sdk): prevent creating duplicate autoevent executor" First time build. Skipping changelog. > git rev-list --no-walk 866a592f760587635d110c2b8c46546ce57dd958 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-21T08:39:39.428Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-21T08:39:39.731Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-21T08:39:39.848Z] ========================================================= [2020-10-21T08:39:39.848Z] EdgeX Global Pipelines Version Info [2020-10-21T08:39:39.848Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-21T08:39:42.255Z] ------------------- [2020-10-21T08:39:42.255Z] stable info: [2020-10-21T08:39:42.255Z] ------------------- [2020-10-21T08:39:42.255Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-21T08:39:42.255Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-21T08:39:42.255Z] Message: update stable to v1.0.144 [2020-10-21T08:39:43.234Z] ------------------- [2020-10-21T08:39:43.234Z] experimental info: [2020-10-21T08:39:43.234Z] ------------------- [2020-10-21T08:39:43.234Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-21T08:39:43.234Z] Commit SHA: 0fb566d11309be12c9baf3de23def7053bac1c97 [2020-10-21T08:39:43.234Z] Message: update experimental to v1.0.146 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-21T08:39:43.712Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-21T08:39:43.864Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-21T08:39:44.005Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-21T08:39:44.129Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-21T08:39:44.239Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-21T08:39:44.362Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-21T08:39:44.473Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-21T08:39:44.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-21T08:39:44.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-21T08:39:44.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-21T08:39:44.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-21T08:39:45.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-21T08:39:45.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-21T08:39:45.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-21T08:39:45.437Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-21T08:39:45.548Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-21T08:39:45.701Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-21T08:39:45.805Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-21T08:39:45.917Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-21T08:39:46.052Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-21T08:39:46.165Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-21T08:39:46.278Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-21T08:39:46.385Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-21T08:39:46.490Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-21T08:39:46.589Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-21T08:39:46.700Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-635 [Pipeline] echo [2020-10-21T08:39:46.814Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-635 [Pipeline] echo [2020-10-21T08:39:46.940Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-635 [Pipeline] echo [2020-10-21T08:39:47.114Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cc47894417cb7a360f277ecc01c69c78e0f77f2e [Pipeline] echo [2020-10-21T08:39:47.245Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cc47894 [Pipeline] echo [2020-10-21T08:39:47.377Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-21T08:39:48.098Z] + git log --format=format:%s -1 cc47894417cb7a360f277ecc01c69c78e0f77f2e [Pipeline] echo [2020-10-21T08:39:48.210Z] GIT_COMMIT: cc47894417cb7a360f277ecc01c69c78e0f77f2e, Commit Message: fix(sdk): prevent creating duplicate autoevent executor [Pipeline] echo [2020-10-21T08:39:48.263Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-21T08:39:49.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T08:39:50.410Z] [2020-10-21T08:39:50.410Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-21T08:39:50.875Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T08:39:51.148Z] latest: Pulling from edgex-devops/git-semver [2020-10-21T08:39:51.148Z] 31603596830f: Pulling fs layer [2020-10-21T08:39:51.148Z] 2a8b12db71e7: Pulling fs layer [2020-10-21T08:39:51.148Z] 6ca5941a6612: Pulling fs layer [2020-10-21T08:39:51.148Z] ecc8261a40a4: Pulling fs layer [2020-10-21T08:39:51.148Z] ecc8261a40a4: Waiting [2020-10-21T08:39:51.148Z] 2a8b12db71e7: Verifying Checksum [2020-10-21T08:39:51.148Z] 2a8b12db71e7: Download complete [2020-10-21T08:39:51.848Z] 31603596830f: Verifying Checksum [2020-10-21T08:39:51.848Z] 31603596830f: Download complete [2020-10-21T08:39:52.139Z] ecc8261a40a4: Verifying Checksum [2020-10-21T08:39:52.139Z] ecc8261a40a4: Download complete [2020-10-21T08:39:52.414Z] 6ca5941a6612: Verifying Checksum [2020-10-21T08:39:52.414Z] 6ca5941a6612: Download complete [2020-10-21T08:39:52.414Z] 31603596830f: Pull complete [2020-10-21T08:39:52.414Z] 2a8b12db71e7: Pull complete [2020-10-21T08:39:53.858Z] 6ca5941a6612: Pull complete [2020-10-21T08:39:54.127Z] ecc8261a40a4: Pull complete [2020-10-21T08:39:54.127Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-21T08:39:54.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T08:39:54.127Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-21T08:39:54.282Z] prd-centos7-docker-4c-2g-7461 does not seem to be running inside a container [2020-10-21T08:39:54.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-635 -v /w/workspace/dgexfoundry_device-sdk-go_PR-635:/w/workspace/dgexfoundry_device-sdk-go_PR-635:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-21T08:39:57.166Z] $ docker top bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-21T08:39:57.522Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T08:39:57.522Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T08:39:57.835Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T08:39:57.843Z] $ docker exec bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea ssh-agent [2020-10-21T08:39:58.111Z] SSH_AUTH_SOCK=/tmp/ssh-X9VpJk032t3J/agent.11 [2020-10-21T08:39:58.111Z] SSH_AGENT_PID=16 [2020-10-21T08:39:58.132Z] Running ssh-add (command line suppressed) [2020-10-21T08:39:58.328Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_61315956271233470.key (/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_61315956271233470.key) [2020-10-21T08:39:58.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T08:39:58.794Z] + git tag --points-at HEAD [Pipeline] } [2020-10-21T08:39:58.841Z] $ docker exec --env ******** --env ******** bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea ssh-agent -k [2020-10-21T08:39:59.049Z] unset SSH_AUTH_SOCK; [2020-10-21T08:39:59.051Z] unset SSH_AGENT_PID; [2020-10-21T08:39:59.052Z] echo Agent pid 16 killed; [2020-10-21T08:39:59.136Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-21T08:39:59.299Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T08:39:59.299Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T08:39:59.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T08:39:59.675Z] $ docker exec bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea ssh-agent [2020-10-21T08:40:00.014Z] SSH_AUTH_SOCK=/tmp/ssh-i6U113yN01wR/agent.45 [2020-10-21T08:40:00.014Z] SSH_AGENT_PID=50 [2020-10-21T08:40:00.033Z] Running ssh-add (command line suppressed) [2020-10-21T08:40:00.279Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_4839806794077215712.key (/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_4839806794077215712.key) [2020-10-21T08:40:00.415Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T08:40:01.293Z] + git semver init [2020-10-21T08:40:01.294Z] # -> Open(): unable to determine branch for HEAD [2020-10-21T08:40:01.294Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-635/.git [2020-10-21T08:40:01.294Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-635 [2020-10-21T08:40:01.294Z] # $SEMVER_REMOTE_NAME = origin [2020-10-21T08:40:01.294Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-21T08:40:01.294Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-21T08:40:01.294Z] # $SEMVER_BRANCH = PR-635 [2020-10-21T08:40:01.294Z] # $SEMVER_TEMP = /tmp/semver-283345960 [2020-10-21T08:40:01.294Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-21T08:40:02.917Z] # '/tmp/semver-283345960' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-635/.semver' [2020-10-21T08:40:02.917Z] # -> Force: false [2020-10-21T08:40:02.917Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-635/.semver [Pipeline] } [2020-10-21T08:40:03.022Z] $ docker exec --env ******** --env ******** bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea ssh-agent -k [2020-10-21T08:40:03.339Z] unset SSH_AUTH_SOCK; [2020-10-21T08:40:03.341Z] unset SSH_AGENT_PID; [2020-10-21T08:40:03.342Z] echo Agent pid 50 killed; [2020-10-21T08:40:03.412Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-21T08:40:04.336Z] + git semver [Pipeline] } [2020-10-21T08:40:04.461Z] $ docker stop --time=1 bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea [2020-10-21T08:40:06.122Z] $ docker rm -f bb0b560faa6a83f4d5f4dbacd7cc20edb7bef32c9aeb1ed6c2301755e1b91aea [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-21T08:40:06.843Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-21T08:40:08.325Z] Stashed 1 file(s) [Pipeline] echo [2020-10-21T08:40:08.328Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [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] node [2020-10-21T08:40:23.913Z] Still waiting to schedule task [2020-10-21T08:40:23.913Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-21T08:40:23.915Z] Still waiting to schedule task [2020-10-21T08:40:23.916Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-21T08:42:11.036Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7462 in /w/workspace/dgexfoundry_device-sdk-go_PR-635 [Pipeline] { [Pipeline] ws [2020-10-21T08:42:11.097Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-10-21T08:42:16.227Z] using credential edgex-jenkins-ssh [2020-10-21T08:42:16.325Z] Cloning the remote Git repository [2020-10-21T08:42:16.391Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-21T08:42:16.508Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-10-21T08:42:16.595Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-21T08:42:16.596Z] > git --version # timeout=10 [2020-10-21T08:42:16.619Z] > git --version # 'git version 2.17.1' [2020-10-21T08:42:16.621Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T08:42:16.707Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T08:42:18.502Z] Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit cc47894417cb7a360f277ecc01c69c78e0f77f2e [Pipeline] } [Pipeline] // ws [2020-10-21T08:42:17.766Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-21T08:42:17.791Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T08:42:17.820Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-21T08:42:17.874Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-21T08:42:17.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T08:42:17.894Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/635/head:refs/remotes/origin/PR-635 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-21T08:42:18.529Z] > git config core.sparsecheckout # timeout=10 [2020-10-21T08:42:18.545Z] > git checkout -f cc47894417cb7a360f277ecc01c69c78e0f77f2e # timeout=10 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-21T08:42:19.246Z] Failed in branch arm64 [2020-10-21T08:42:44.811Z] Running on prd-centos7-docker-4c-2g-7463 in /w/workspace/dgexfoundry_device-sdk-go_PR-635 [Pipeline] { [Pipeline] ws [2020-10-21T08:42:44.869Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-10-21T08:42:47.278Z] using credential edgex-jenkins-ssh [2020-10-21T08:42:47.336Z] Cloning the remote Git repository [2020-10-21T08:42:47.364Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-21T08:42:47.428Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-10-21T08:42:47.521Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-21T08:42:47.521Z] > git --version # timeout=10 [2020-10-21T08:42:47.529Z] > git --version # 'git version 2.16.5' [2020-10-21T08:42:47.529Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T08:42:47.557Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T08:42:48.227Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-21T08:42:48.237Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T08:42:48.256Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-21T08:42:48.272Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-21T08:42:48.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T08:42:48.293Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/635/head:refs/remotes/origin/PR-635 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-21T08:42:48.787Z] Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit cc47894417cb7a360f277ecc01c69c78e0f77f2e [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-21T08:42:49.261Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [2020-10-21T08:42:48.812Z] > git config core.sparsecheckout # timeout=10 [2020-10-21T08:42:48.835Z] > git checkout -f cc47894417cb7a360f277ecc01c69c78e0f77f2e # timeout=10 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] { (Archive Prep) Stage "Archive Prep" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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-21T08:42:52.637Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T08:42:53.296Z] ---> package-listing.sh [2020-10-21T08:42:53.296Z] ++ facter osfamily [2020-10-21T08:42:53.296Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-21T08:42:53.574Z] + OS_FAMILY=redhat [2020-10-21T08:42:53.574Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-635 [2020-10-21T08:42:53.574Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-21T08:42:53.574Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-21T08:42:53.575Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-21T08:42:53.575Z] + PACKAGES=/tmp/packages_start.txt [2020-10-21T08:42:53.575Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-635 ']' [2020-10-21T08:42:53.575Z] + PACKAGES=/tmp/packages_end.txt [2020-10-21T08:42:53.575Z] + case "${OS_FAMILY}" in [2020-10-21T08:42:53.575Z] + sort [2020-10-21T08:42:53.575Z] + rpm -qa [2020-10-21T08:42:57.834Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-21T08:42:57.834Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-21T08:42:57.834Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-21T08:42:57.834Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-635 ']' [2020-10-21T08:42:57.834Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-635/archives/ [2020-10-21T08:42:57.834Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-635/archives/ [Pipeline] echo [2020-10-21T08:42:57.852Z] 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/dgexfoundry_device-sdk-go_PR-635/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-21T08:42:58.182Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-21T08:42:58.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-21T08:42:59.129Z] [2020-10-21T08:42:59.129Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-21T08:42:59.598Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-21T08:42:59.598Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-21T08:42:59.598Z] df20fa9351a1: Pulling fs layer [2020-10-21T08:42:59.598Z] 36b3adc4ff6f: Pulling fs layer [2020-10-21T08:42:59.598Z] 8ad3a11d3b57: Pulling fs layer [2020-10-21T08:42:59.598Z] 46f8f816bc3b: Pulling fs layer [2020-10-21T08:42:59.598Z] 93b61091891f: Pulling fs layer [2020-10-21T08:42:59.598Z] 93b9cdb0e59b: Pulling fs layer [2020-10-21T08:42:59.598Z] 5e14af77c1be: Pulling fs layer [2020-10-21T08:42:59.598Z] 01666e4c0597: Pulling fs layer [2020-10-21T08:42:59.598Z] aa168da1d23b: Pulling fs layer [2020-10-21T08:42:59.598Z] 93b61091891f: Waiting [2020-10-21T08:42:59.598Z] 93b9cdb0e59b: Waiting [2020-10-21T08:42:59.598Z] 46f8f816bc3b: Waiting [2020-10-21T08:42:59.598Z] 5e14af77c1be: Waiting [2020-10-21T08:42:59.598Z] 01666e4c0597: Waiting [2020-10-21T08:42:59.598Z] aa168da1d23b: Waiting [2020-10-21T08:42:59.953Z] 36b3adc4ff6f: Download complete [2020-10-21T08:42:59.953Z] 46f8f816bc3b: Verifying Checksum [2020-10-21T08:42:59.953Z] 46f8f816bc3b: Download complete [2020-10-21T08:42:59.953Z] df20fa9351a1: Verifying Checksum [2020-10-21T08:42:59.953Z] df20fa9351a1: Download complete [2020-10-21T08:43:00.294Z] 93b9cdb0e59b: Verifying Checksum [2020-10-21T08:43:00.294Z] 93b9cdb0e59b: Download complete [2020-10-21T08:43:00.294Z] 93b61091891f: Download complete [2020-10-21T08:43:00.294Z] 5e14af77c1be: Download complete [2020-10-21T08:43:00.294Z] 01666e4c0597: Verifying Checksum [2020-10-21T08:43:00.294Z] 01666e4c0597: Download complete [2020-10-21T08:43:00.609Z] df20fa9351a1: Pull complete [2020-10-21T08:43:01.090Z] 8ad3a11d3b57: Verifying Checksum [2020-10-21T08:43:01.090Z] 8ad3a11d3b57: Download complete [2020-10-21T08:43:01.090Z] 36b3adc4ff6f: Pull complete [2020-10-21T08:43:02.730Z] 8ad3a11d3b57: Pull complete [2020-10-21T08:43:02.730Z] 46f8f816bc3b: Pull complete [2020-10-21T08:43:03.372Z] 93b61091891f: Pull complete [2020-10-21T08:43:03.660Z] 93b9cdb0e59b: Pull complete [2020-10-21T08:43:03.957Z] 5e14af77c1be: Pull complete [2020-10-21T08:43:03.957Z] 01666e4c0597: Pull complete [2020-10-21T08:43:06.005Z] aa168da1d23b: Verifying Checksum [2020-10-21T08:43:06.005Z] aa168da1d23b: Download complete [2020-10-21T08:43:16.195Z] aa168da1d23b: Pull complete [2020-10-21T08:43:16.195Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-21T08:43:16.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-21T08:43:16.195Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-21T08:43:16.548Z] prd-centos7-docker-4c-2g-7461 does not seem to be running inside a container [2020-10-21T08:43:16.655Z] $ 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/dgexfoundry_device-sdk-go_PR-635/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-635 -v /w/workspace/dgexfoundry_device-sdk-go_PR-635:/w/workspace/dgexfoundry_device-sdk-go_PR-635:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-21T08:43:20.658Z] $ docker top 9c5eb4ea168bb06e49c5b9aeb7b51f71864207def7cebb8405e447797683903b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-21T08:43:21.315Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-21T08:43:21.698Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-21T08:43:22.079Z] + ls /var/log/sa-host [2020-10-21T08:43:22.079Z] + sadf -c /var/log/sa-host/sa05 [2020-10-21T08:43:22.079Z] file_magic: OK [2020-10-21T08:43:22.079Z] HZ: Using current value: 100 [2020-10-21T08:43:22.079Z] file_header: OK [2020-10-21T08:43:22.079Z] 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-21T08:43:22.079Z] Statistics: [2020-10-21T08:43:22.079Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-21T08:43:22.079Z] File successfully converted to sysstat format version 12.2.1 [2020-10-21T08:43:22.079Z] + sadf -c /var/log/sa-host/sa21 [2020-10-21T08:43:22.079Z] file_magic: OK [2020-10-21T08:43:22.079Z] HZ: Using current value: 100 [2020-10-21T08:43:22.079Z] file_header: OK [2020-10-21T08:43:22.079Z] 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-21T08:43:22.079Z] Statistics: [2020-10-21T08:43:22.079Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-21T08:43:22.079Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-21T08:43:22.758Z] provisioning config files... [2020-10-21T08:43:22.791Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/config8308467019105791169tmp [Pipeline] { [Pipeline] echo [2020-10-21T08:43:22.874Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T08:43:23.567Z] ---> create-netrc.sh [Pipeline] } [2020-10-21T08:43:23.590Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-21T08:43:23.686Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T08:43:24.093Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-21T08:43:24.106Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T08:43:24.426Z] ---> sudo-logs.sh [2020-10-21T08:43:24.426Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-21T08:43:24.445Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T08:43:24.784Z] ---> job-cost.sh [2020-10-21T08:43:25.068Z] lf-activate-venv: SKIPPING [2020-10-21T08:43:25.068Z] INFO: No Stack... [2020-10-21T08:43:27.065Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-21T08:43:27.419Z] INFO: Archiving Costs [Pipeline] echo [2020-10-21T08:43:27.448Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T08:43:27.795Z] ---> logs-deploy.sh [2020-10-21T08:43:27.795Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-635/2 [2020-10-21T08:43:27.795Z] INFO: archiving workspace using pattern(s): [2020-10-21T08:43:30.557Z] Archives upload complete. [2020-10-21T08:43:30.557Z] INFO: archiving logs to Nexus [2020-10-21T08:43:31.999Z] ---> uname -a: [2020-10-21T08:43:31.999Z] Linux prd-centos7-docker-4c-2g-7461.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-21T08:43:31.999Z] [2020-10-21T08:43:31.999Z] [2020-10-21T08:43:31.999Z] ---> lscpu: [2020-10-21T08:43:31.999Z] Architecture: x86_64 [2020-10-21T08:43:31.999Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-21T08:43:31.999Z] Byte Order: Little Endian [2020-10-21T08:43:31.999Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-21T08:43:31.999Z] CPU(s): 4 [2020-10-21T08:43:31.999Z] On-line CPU(s) list: 0-3 [2020-10-21T08:43:31.999Z] Thread(s) per core: 1 [2020-10-21T08:43:31.999Z] Core(s) per socket: 1 [2020-10-21T08:43:31.999Z] Socket(s): 4 [2020-10-21T08:43:31.999Z] NUMA node(s): 1 [2020-10-21T08:43:31.999Z] Vendor ID: GenuineIntel [2020-10-21T08:43:31.999Z] CPU family: 6 [2020-10-21T08:43:31.999Z] Model: 44 [2020-10-21T08:43:31.999Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-21T08:43:31.999Z] Stepping: 1 [2020-10-21T08:43:31.999Z] CPU MHz: 2933.438 [2020-10-21T08:43:31.999Z] BogoMIPS: 5866.87 [2020-10-21T08:43:31.999Z] Virtualization: VT-x [2020-10-21T08:43:31.999Z] Hypervisor vendor: KVM [2020-10-21T08:43:31.999Z] Virtualization type: full [2020-10-21T08:43:31.999Z] L1d cache: 128 KiB [2020-10-21T08:43:31.999Z] L1i cache: 128 KiB [2020-10-21T08:43:31.999Z] L2 cache: 16 MiB [2020-10-21T08:43:31.999Z] L3 cache: 64 MiB [2020-10-21T08:43:31.999Z] NUMA node0 CPU(s): 0-3 [2020-10-21T08:43:31.999Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-21T08:43:31.999Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-21T08:43:31.999Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-21T08:43:31.999Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-21T08:43:31.999Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-21T08:43:31.999Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-21T08:43:31.999Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-21T08:43:31.999Z] Vulnerability Tsx async abort: Not affected [2020-10-21T08:43:32.000Z] 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-21T08:43:32.000Z] [2020-10-21T08:43:32.000Z] [2020-10-21T08:43:32.000Z] ---> nproc: [2020-10-21T08:43:32.000Z] 4 [2020-10-21T08:43:32.000Z] [2020-10-21T08:43:32.000Z] [2020-10-21T08:43:32.000Z] ---> df -h: [2020-10-21T08:43:32.000Z] Filesystem Size Used Available Use% Mounted on [2020-10-21T08:43:32.000Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-21T08:43:32.000Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-21T08:43:32.000Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-21T08:43:32.000Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-21T08:43:32.000Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-21T08:43:32.000Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-21T08:43:32.000Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-21T08:43:32.000Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-21T08:43:32.000Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-21T08:43:32.000Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-635 [2020-10-21T08:43:32.000Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp [2020-10-21T08:43:32.000Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-21T08:43:32.000Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-21T08:43:32.000Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-21T08:43:32.000Z] [2020-10-21T08:43:32.000Z] [2020-10-21T08:43:32.000Z] ---> free -m: [2020-10-21T08:43:32.000Z] total used free shared buff/cache available [2020-10-21T08:43:32.000Z] Mem: 1837 689 115 0 1032 1044 [2020-10-21T08:43:32.000Z] Swap: 1023 0 1023 [2020-10-21T08:43:32.000Z] [2020-10-21T08:43:32.000Z] [2020-10-21T08:43:32.000Z] ---> ip addr: [2020-10-21T08:43:32.000Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-21T08:43:32.000Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-21T08:43:32.000Z] inet 127.0.0.1/8 scope host lo [2020-10-21T08:43:32.000Z] valid_lft forever preferred_lft forever [2020-10-21T08:43:32.000Z] inet6 ::1/128 scope host [2020-10-21T08:43:32.000Z] valid_lft forever preferred_lft forever [2020-10-21T08:43:32.000Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-21T08:43:32.000Z] link/ether fa:16:3e:79:4b:11 brd ff:ff:ff:ff:ff:ff [2020-10-21T08:43:32.000Z] inet 10.30.122.190/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-21T08:43:32.000Z] valid_lft 86117sec preferred_lft 86117sec [2020-10-21T08:43:32.000Z] inet6 fe80::f816:3eff:fe79:4b11/64 scope link [2020-10-21T08:43:32.000Z] valid_lft forever preferred_lft forever [2020-10-21T08:43:32.000Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-21T08:43:32.000Z] link/ether 02:42:62:cd:ca:94 brd ff:ff:ff:ff:ff:ff [2020-10-21T08:43:32.000Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-21T08:43:32.000Z] valid_lft forever preferred_lft forever [2020-10-21T08:43:32.000Z] inet6 fe80::42:62ff:fecd:ca94/64 scope link [2020-10-21T08:43:32.000Z] valid_lft forever preferred_lft forever [2020-10-21T08:43:32.000Z] [2020-10-21T08:43:32.000Z]