Pull request #584 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9984e951603057bc4bd5f96414a7be81c566c977+6a644f195f70d064d428f19fecf7196d621efa3d (8dab41e3440ce809eb7f182f406a727395a75b9b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3215’ is offline Running on prd-centos7-docker-4c-2g-3222 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [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-584 # 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 6a644f195f70d064d428f19fecf7196d621efa3d into PR head commit 9984e951603057bc4bd5f96414a7be81c566c977 Merge succeeded, producing 9984e951603057bc4bd5f96414a7be81c566c977 Checking out Revision 9984e951603057bc4bd5f96414a7be81c566c977 (PR-584) > 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/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # 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 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # timeout=10 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" First time build. Skipping changelog. > git rev-list --no-walk 6cabb274cc574262546194301fe1698430925cf7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-03T11:56:01.864Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-03T11:56:02.158Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-03T11:56:02.255Z] ========================================================= [2020-10-03T11:56:02.255Z] EdgeX Global Pipelines Version Info [2020-10-03T11:56:02.255Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-03T11:56:03.701Z] ------------------- [2020-10-03T11:56:03.701Z] stable info: [2020-10-03T11:56:03.701Z] ------------------- [2020-10-03T11:56:03.701Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-03T11:56:03.701Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-03T11:56:03.701Z] Message: update stable to v1.0.131 [2020-10-03T11:56:04.648Z] ------------------- [2020-10-03T11:56:04.648Z] experimental info: [2020-10-03T11:56:04.648Z] ------------------- [2020-10-03T11:56:04.648Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-03T11:56:04.648Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-03T11:56:04.648Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-03T11:56:04.970Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-03T11:56:05.057Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-03T11:56:05.143Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-03T11:56:05.263Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-03T11:56:05.350Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-03T11:56:05.443Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-03T11:56:05.541Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-03T11:56:05.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-03T11:56:05.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-03T11:56:05.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-03T11:56:05.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-03T11:56:06.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-03T11:56:06.155Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-03T11:56:06.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-03T11:56:06.545Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-03T11:56:06.642Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-03T11:56:06.741Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-03T11:56:06.880Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-03T11:56:06.972Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-03T11:56:07.064Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-03T11:56:07.183Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-03T11:56:07.322Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-03T11:56:07.414Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-03T11:56:07.507Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-03T11:56:07.604Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-03T11:56:07.696Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2020-10-03T11:56:07.791Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2020-10-03T11:56:07.888Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2020-10-03T11:56:07.980Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9984e951603057bc4bd5f96414a7be81c566c977 [Pipeline] echo [2020-10-03T11:56:08.116Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9984e95 [Pipeline] echo [2020-10-03T11:56:08.202Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-03T11:56:08.835Z] + git log --format=format:%s -1 9984e951603057bc4bd5f96414a7be81c566c977 [Pipeline] echo [2020-10-03T11:56:08.904Z] GIT_COMMIT: 9984e951603057bc4bd5f96414a7be81c566c977, Commit Message: build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 [Pipeline] echo [2020-10-03T11:56:08.951Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:56:09.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T11:56:09.777Z] [2020-10-03T11:56:09.777Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:56:10.128Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T11:56:10.704Z] latest: Pulling from edgex-devops/git-semver [2020-10-03T11:56:10.704Z] 31603596830f: Pulling fs layer [2020-10-03T11:56:10.704Z] 2a8b12db71e7: Pulling fs layer [2020-10-03T11:56:10.704Z] 6ca5941a6612: Pulling fs layer [2020-10-03T11:56:10.704Z] ecc8261a40a4: Pulling fs layer [2020-10-03T11:56:10.704Z] ecc8261a40a4: Waiting [2020-10-03T11:56:10.704Z] 2a8b12db71e7: Verifying Checksum [2020-10-03T11:56:10.704Z] 2a8b12db71e7: Download complete [2020-10-03T11:56:10.972Z] 31603596830f: Download complete [2020-10-03T11:56:10.972Z] ecc8261a40a4: Verifying Checksum [2020-10-03T11:56:10.972Z] ecc8261a40a4: Download complete [2020-10-03T11:56:11.242Z] 31603596830f: Pull complete [2020-10-03T11:56:11.242Z] 6ca5941a6612: Verifying Checksum [2020-10-03T11:56:11.242Z] 6ca5941a6612: Download complete [2020-10-03T11:56:11.242Z] 2a8b12db71e7: Pull complete [2020-10-03T11:56:12.197Z] 6ca5941a6612: Pull complete [2020-10-03T11:56:12.460Z] ecc8261a40a4: Pull complete [2020-10-03T11:56:12.460Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-03T11:56:12.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T11:56:12.460Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-03T11:56:12.566Z] prd-centos7-docker-4c-2g-3222 does not seem to be running inside a container [2020-10-03T11:56:12.621Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-03T11:56:14.675Z] $ docker top ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T11:56:14.959Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T11:56:14.959Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T11:56:15.170Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T11:56:15.175Z] $ docker exec ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 ssh-agent [2020-10-03T11:56:15.335Z] SSH_AUTH_SOCK=/tmp/ssh-LhI6Xm2EVXFf/agent.12 [2020-10-03T11:56:15.335Z] SSH_AGENT_PID=17 [2020-10-03T11:56:15.348Z] Running ssh-add (command line suppressed) [2020-10-03T11:56:15.472Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8617590325193712895.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8617590325193712895.key) [2020-10-03T11:56:15.525Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T11:56:15.860Z] + git describe --exact-match --tags HEAD [2020-10-03T11:56:15.860Z] fatal: no tag exactly matches '9984e951603057bc4bd5f96414a7be81c566c977' [Pipeline] } [2020-10-03T11:56:15.886Z] $ docker exec --env ******** --env ******** ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 ssh-agent -k [2020-10-03T11:56:16.000Z] unset SSH_AUTH_SOCK; [2020-10-03T11:56:16.000Z] unset SSH_AGENT_PID; [2020-10-03T11:56:16.000Z] echo Agent pid 17 killed; [2020-10-03T11:56:16.043Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-03T11:56:16.133Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-03T11:56:16.133Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-03T11:56:16.232Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T11:56:16.232Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T11:56:16.398Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T11:56:16.404Z] $ docker exec ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 ssh-agent [2020-10-03T11:56:16.564Z] SSH_AUTH_SOCK=/tmp/ssh-mXB89Uz393eT/agent.45 [2020-10-03T11:56:16.564Z] SSH_AGENT_PID=50 [2020-10-03T11:56:16.571Z] Running ssh-add (command line suppressed) [2020-10-03T11:56:16.691Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8408241010346540521.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8408241010346540521.key) [2020-10-03T11:56:16.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T11:56:17.086Z] + git semver init [2020-10-03T11:56:17.086Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T11:56:17.086Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git [2020-10-03T11:56:17.086Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-10-03T11:56:17.086Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T11:56:17.086Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T11:56:17.086Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T11:56:17.086Z] # $SEMVER_BRANCH = PR-584 [2020-10-03T11:56:17.086Z] # $SEMVER_TEMP = /tmp/semver-224024171 [2020-10-03T11:56:17.086Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-03T11:56:17.660Z] # '/tmp/semver-224024171' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' [2020-10-03T11:56:17.660Z] # -> Force: false [2020-10-03T11:56:17.660Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } [2020-10-03T11:56:17.676Z] $ docker exec --env ******** --env ******** ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 ssh-agent -k [2020-10-03T11:56:17.787Z] unset SSH_AUTH_SOCK; [2020-10-03T11:56:17.788Z] unset SSH_AGENT_PID; [2020-10-03T11:56:17.788Z] echo Agent pid 50 killed; [2020-10-03T11:56:17.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T11:56:18.311Z] + git semver [Pipeline] } [2020-10-03T11:56:18.331Z] $ docker stop --time=1 ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 [2020-10-03T11:56:19.750Z] $ docker rm -f ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-03T11:56:20.572Z] Stashed 41 file(s) [Pipeline] echo [2020-10-03T11:56:20.574Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-10-03T11:56:20.672Z] Archived original 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-03T11:56:36.136Z] Still waiting to schedule task [2020-10-03T11:56:36.136Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-03T11:56:36.138Z] Still waiting to schedule task [2020-10-03T11:56:36.139Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3221’ [2020-10-03T11:57:47.981Z] Running on prd-centos7-docker-4c-2g-3227 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-10-03T11:57:48.035Z] Running in /w/workspace/device-sdk-go/15 [Pipeline] { [Pipeline] checkout [2020-10-03T11:57:50.206Z] using credential edgex-jenkins-ssh [2020-10-03T11:57:50.257Z] Cloning the remote Git repository [2020-10-03T11:57:50.340Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:57:50.404Z] > git init /w/workspace/device-sdk-go/15 # timeout=10 [2020-10-03T11:57:50.548Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:57:50.549Z] > git --version # timeout=10 [2020-10-03T11:57:50.556Z] > git --version # 'git version 2.16.5' [2020-10-03T11:57:50.557Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T11:57:50.633Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T11:57:51.243Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-03T11:57:51.249Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T11:57:51.264Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-03T11:57:51.276Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:57:51.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T11:57:51.280Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-03T11:57:51.662Z] Merging remotes/origin/master commit 6a644f195f70d064d428f19fecf7196d621efa3d into PR head commit 9984e951603057bc4bd5f96414a7be81c566c977 [2020-10-03T11:57:51.755Z] Merge succeeded, producing 9984e951603057bc4bd5f96414a7be81c566c977 [2020-10-03T11:57:51.755Z] Checking out Revision 9984e951603057bc4bd5f96414a7be81c566c977 (PR-584) [2020-10-03T11:57:51.673Z] > git config core.sparsecheckout # timeout=10 [2020-10-03T11:57:51.678Z] > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # timeout=10 [2020-10-03T11:57:51.722Z] > git remote # timeout=10 [2020-10-03T11:57:51.728Z] > git config --get remote.origin.url # timeout=10 [2020-10-03T11:57:51.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T11:57:51.740Z] > git merge 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 [2020-10-03T11:57:51.750Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-03T11:57:51.760Z] > git config core.sparsecheckout # timeout=10 [2020-10-03T11:57:51.764Z] > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # timeout=10 [2020-10-03T11:57:55.374Z] Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-03T11:57:56.262Z] ========================================================= [2020-10-03T11:57:56.262Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-03T11:57:56.262Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:57:56.907Z] + 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-03T11:57:57.168Z] Sending build context to Docker daemon 3.45MB [2020-10-03T11:57:57.168Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-03T11:57:57.168Z] Step 2/8 : FROM ${BASE} [2020-10-03T11:57:57.429Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-03T11:57:57.429Z] df20fa9351a1: Pulling fs layer [2020-10-03T11:57:57.429Z] ed8968b2872e: Pulling fs layer [2020-10-03T11:57:57.429Z] a92cc7c5fd73: Pulling fs layer [2020-10-03T11:57:57.429Z] e871e8e8d7a9: Pulling fs layer [2020-10-03T11:57:57.429Z] e73272ec9a57: Pulling fs layer [2020-10-03T11:57:57.429Z] 1e910a182e73: Pulling fs layer [2020-10-03T11:57:57.429Z] 4e634b169226: Pulling fs layer [2020-10-03T11:57:57.429Z] e73272ec9a57: Waiting [2020-10-03T11:57:57.429Z] 1e910a182e73: Waiting [2020-10-03T11:57:57.429Z] 4e634b169226: Waiting [2020-10-03T11:57:57.429Z] e871e8e8d7a9: Waiting [2020-10-03T11:57:57.429Z] a92cc7c5fd73: Verifying Checksum [2020-10-03T11:57:57.429Z] a92cc7c5fd73: Download complete [2020-10-03T11:57:57.429Z] ed8968b2872e: Verifying Checksum [2020-10-03T11:57:57.429Z] ed8968b2872e: Download complete [2020-10-03T11:57:57.429Z] e73272ec9a57: Download complete [2020-10-03T11:57:57.429Z] 1e910a182e73: Verifying Checksum [2020-10-03T11:57:57.429Z] 1e910a182e73: Download complete [2020-10-03T11:57:58.002Z] df20fa9351a1: Download complete [2020-10-03T11:57:58.002Z] df20fa9351a1: Pull complete [2020-10-03T11:57:58.265Z] ed8968b2872e: Pull complete [2020-10-03T11:57:58.531Z] a92cc7c5fd73: Pull complete [2020-10-03T11:57:59.482Z] 4e634b169226: Verifying Checksum [2020-10-03T11:57:59.482Z] 4e634b169226: Download complete [2020-10-03T11:58:00.431Z] e871e8e8d7a9: Verifying Checksum [2020-10-03T11:58:00.431Z] e871e8e8d7a9: Download complete [2020-10-03T11:58:05.777Z] e871e8e8d7a9: Pull complete [2020-10-03T11:58:05.777Z] e73272ec9a57: Pull complete [2020-10-03T11:58:05.777Z] 1e910a182e73: Pull complete [2020-10-03T11:58:15.823Z] 4e634b169226: Pull complete [2020-10-03T11:58:15.823Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-03T11:58:15.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-03T11:58:15.823Z] ---> f7629b54cfaa [2020-10-03T11:58:15.823Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T11:58:15.823Z] ---> Running in 69a6e657a565 [2020-10-03T11:58:15.823Z] Removing intermediate container 69a6e657a565 [2020-10-03T11:58:15.823Z] ---> 7d6c9e985242 [2020-10-03T11:58:15.823Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T11:58:15.823Z] ---> Running in 88d55a4f2309 [2020-10-03T11:58:16.401Z] Removing intermediate container 88d55a4f2309 [2020-10-03T11:58:16.401Z] ---> f9fb26f146eb [2020-10-03T11:58:16.401Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-03T11:58:16.401Z] ---> Running in 6444d6ee36f9 [2020-10-03T11:58:16.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T11:58:17.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T11:58:18.147Z] OK: 166 MiB in 39 packages [2020-10-03T11:58:18.409Z] Removing intermediate container 6444d6ee36f9 [2020-10-03T11:58:18.409Z] ---> ef5cce90bb6e [2020-10-03T11:58:18.409Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-03T11:58:18.672Z] ---> Running in 4093b208e214 [2020-10-03T11:58:18.672Z] Removing intermediate container 4093b208e214 [2020-10-03T11:58:18.672Z] ---> 85c78af783c8 [2020-10-03T11:58:18.672Z] Step 7/8 : COPY . . [2020-10-03T11:58:20.065Z] ---> 35f72d428f03 [2020-10-03T11:58:20.065Z] Step 8/8 : RUN go mod download [2020-10-03T11:58:20.065Z] ---> Running in 27b1ff30d4a6 [2020-10-03T11:58:38.234Z] Removing intermediate container 27b1ff30d4a6 [2020-10-03T11:58:38.234Z] ---> 62c04f6639f0 [2020-10-03T11:58:38.234Z] Successfully built 62c04f6639f0 [2020-10-03T11:58:38.234Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:58:38.593Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-03T11:58:38.593Z] . [Pipeline] withDockerContainer [2020-10-03T11:58:38.772Z] prd-centos7-docker-4c-2g-3227 does not seem to be running inside a container [2020-10-03T11:58:38.901Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 ******** ci-base-image-x86_64 cat [2020-10-03T11:58:39.602Z] $ docker top ff92fe3df940db84490197d3436c97eb74e75440e110eccaf483e60cc202f253 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T11:58:40.094Z] + go version [2020-10-03T11:58:40.094Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-03T11:58:40.111Z] $ docker stop --time=1 ff92fe3df940db84490197d3436c97eb74e75440e110eccaf483e60cc202f253 [2020-10-03T11:58:41.436Z] $ docker rm -f ff92fe3df940db84490197d3436c97eb74e75440e110eccaf483e60cc202f253 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:58:42.621Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-03T11:58:42.621Z] . [Pipeline] withDockerContainer [2020-10-03T11:58:42.776Z] prd-centos7-docker-4c-2g-3227 does not seem to be running inside a container [2020-10-03T11:58:42.824Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 ******** ci-base-image-x86_64 cat [2020-10-03T11:58:43.432Z] $ docker top fe6715b01035cc7076e07cd6ed6573efa7161baed0e8dad77c43554d7c2a81d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T11:58:43.923Z] + make test [2020-10-03T11:58:43.924Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-03T11:58:50.567Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-03T11:59:05.611Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-03T11:59:05.611Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-03T11:59:05.611Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-03T11:59:05.611Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.075s coverage: 21.6% of statements [2020-10-03T11:59:06.196Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.430s coverage: 97.1% of statements [2020-10-03T11:59:07.991Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3230 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-10-03T11:59:08.044Z] Running in /w/workspace/device-sdk-go/15 [Pipeline] { [Pipeline] checkout [2020-10-03T11:59:13.397Z] using credential edgex-jenkins-ssh [2020-10-03T11:59:13.456Z] Cloning the remote Git repository [2020-10-03T11:59:13.520Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:59:13.645Z] > git init /w/workspace/device-sdk-go/15 # timeout=10 [2020-10-03T11:59:13.737Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:59:13.738Z] > git --version # timeout=10 [2020-10-03T11:59:13.757Z] > git --version # 'git version 2.17.1' [2020-10-03T11:59:13.759Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T11:59:13.836Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T11:59:15.454Z] Merging remotes/origin/master commit 6a644f195f70d064d428f19fecf7196d621efa3d into PR head commit 9984e951603057bc4bd5f96414a7be81c566c977 [2020-10-03T11:59:14.818Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-03T11:59:14.836Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T11:59:14.867Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-03T11:59:14.914Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-03T11:59:14.915Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T11:59:14.934Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-03T11:59:15.482Z] > git config core.sparsecheckout # timeout=10 [2020-10-03T11:59:15.506Z] > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # timeout=10 [2020-10-03T11:59:15.637Z] > git remote # timeout=10 [2020-10-03T11:59:15.887Z] Merge succeeded, producing 9984e951603057bc4bd5f96414a7be81c566c977 [2020-10-03T11:59:15.887Z] Checking out Revision 9984e951603057bc4bd5f96414a7be81c566c977 (PR-584) [2020-10-03T11:59:15.721Z] > git config --get remote.origin.url # timeout=10 [2020-10-03T11:59:15.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T11:59:15.792Z] > git merge 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 [2020-10-03T11:59:15.849Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-03T11:59:15.896Z] > git config core.sparsecheckout # timeout=10 [2020-10-03T11:59:15.937Z] > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # timeout=10 [2020-10-03T11:59:20.268Z] Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-03T11:59:21.459Z] ========================================================= [2020-10-03T11:59:21.459Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-03T11:59:21.459Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:59:22.594Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-03T11:59:23.588Z] Sending build context to Docker daemon 3.448MB [2020-10-03T11:59:23.588Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-03T11:59:23.588Z] Step 2/8 : FROM ${BASE} [2020-10-03T11:59:23.861Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-03T11:59:23.861Z] b538f80385f9: Pulling fs layer [2020-10-03T11:59:23.861Z] 74f711af9a0d: Pulling fs layer [2020-10-03T11:59:23.861Z] 99f96fe45779: Pulling fs layer [2020-10-03T11:59:23.861Z] 8529a6b9a6be: Pulling fs layer [2020-10-03T11:59:23.861Z] 45590311c82a: Pulling fs layer [2020-10-03T11:59:23.861Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-03T11:59:23.861Z] 209524e5b208: Pulling fs layer [2020-10-03T11:59:23.861Z] 8529a6b9a6be: Waiting [2020-10-03T11:59:23.861Z] 45590311c82a: Waiting [2020-10-03T11:59:23.861Z] 69ca0ff8b7b3: Waiting [2020-10-03T11:59:23.861Z] 209524e5b208: Waiting [2020-10-03T11:59:23.861Z] 99f96fe45779: Download complete [2020-10-03T11:59:23.861Z] 74f711af9a0d: Verifying Checksum [2020-10-03T11:59:23.861Z] 74f711af9a0d: Download complete [2020-10-03T11:59:23.861Z] 45590311c82a: Verifying Checksum [2020-10-03T11:59:23.861Z] 45590311c82a: Download complete [2020-10-03T11:59:23.861Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-03T11:59:23.861Z] 69ca0ff8b7b3: Download complete [2020-10-03T11:59:24.460Z] b538f80385f9: Verifying Checksum [2020-10-03T11:59:24.460Z] b538f80385f9: Download complete [2020-10-03T11:59:25.068Z] b538f80385f9: Pull complete [2020-10-03T11:59:25.695Z] 74f711af9a0d: Pull complete [2020-10-03T11:59:25.968Z] 99f96fe45779: Pull complete [2020-10-03T11:59:26.243Z] 209524e5b208: Verifying Checksum [2020-10-03T11:59:26.243Z] 209524e5b208: Download complete [2020-10-03T11:59:27.675Z] 8529a6b9a6be: Verifying Checksum [2020-10-03T11:59:27.675Z] 8529a6b9a6be: Download complete [2020-10-03T11:59:37.851Z] 8529a6b9a6be: Pull complete [2020-10-03T11:59:37.851Z] 45590311c82a: Pull complete [2020-10-03T11:59:37.851Z] 69ca0ff8b7b3: Pull complete [2020-10-03T11:59:38.358Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.051s coverage: 9.4% of statements [2020-10-03T11:59:38.358Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.054s coverage: 21.9% of statements [2020-10-03T11:59:38.358Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-03T11:59:38.358Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.210s coverage: 39.9% of statements [2020-10-03T11:59:38.358Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-03T11:59:38.358Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.319s coverage: 65.4% of statements [2020-10-03T11:59:38.358Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-03T11:59:38.358Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-03T11:59:38.358Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-03T11:59:38.358Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-03T11:59:38.358Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements [2020-10-03T11:59:38.358Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-03T11:59:38.358Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.556s coverage: 68.9% of statements [2020-10-03T11:59:38.358Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-03T11:59:38.358Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-03T11:59:38.358Z] GO111MODULE=on go vet ./... [2020-10-03T11:59:42.173Z] 209524e5b208: Pull complete [2020-10-03T11:59:42.173Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-03T11:59:42.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-03T11:59:42.173Z] ---> 5bddaf1c2fca [2020-10-03T11:59:42.173Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T11:59:43.717Z] gofmt -l . [2020-10-03T11:59:43.981Z] [ "`gofmt -l .`" = "" ] [2020-10-03T11:59:43.981Z] ./bin/test-attribution-txt.sh [2020-10-03T11:59:44.565Z] ./bin/test-go-mod-tidy.sh [2020-10-03T11:59:44.803Z] ---> Running in 6969c4212bc8 [Pipeline] stash [2020-10-03T11:59:45.139Z] Stashed 1 file(s) [Pipeline] } [2020-10-03T11:59:45.147Z] $ docker stop --time=1 fe6715b01035cc7076e07cd6ed6573efa7161baed0e8dad77c43554d7c2a81d0 [2020-10-03T11:59:45.396Z] Removing intermediate container 6969c4212bc8 [2020-10-03T11:59:45.396Z] ---> a6b57e4cf072 [2020-10-03T11:59:45.396Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T11:59:45.396Z] ---> Running in f7add314c355 [2020-10-03T11:59:47.010Z] $ docker rm -f fe6715b01035cc7076e07cd6ed6573efa7161baed0e8dad77c43554d7c2a81d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-10-03T11:59:48.034Z] Removing intermediate container f7add314c355 [2020-10-03T11:59:48.035Z] ---> 1bba342f41c5 [2020-10-03T11:59:48.035Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-03T11:59:48.035Z] ---> Running in 1eda7f60481f [Pipeline] sh [2020-10-03T11:59:48.519Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-03T11:59:48.817Z] + ls -al . [2020-10-03T11:59:48.817Z] total 192 [2020-10-03T11:59:48.817Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 3 11:59 . [2020-10-03T11:59:48.817Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 3 11:57 .. [2020-10-03T11:59:48.817Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 3 11:57 bin [2020-10-03T11:59:48.817Z] -rw-r--r--. 1 jenkins jenkins 111040 Oct 3 11:59 coverage.out [2020-10-03T11:59:48.817Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 3 11:57 Dockerfile.build [2020-10-03T11:59:48.817Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 3 11:57 .dockerignore [2020-10-03T11:59:48.817Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 3 11:57 example [2020-10-03T11:59:48.817Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 3 11:57 .git [2020-10-03T11:59:48.817Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 3 11:57 .github [2020-10-03T11:59:48.817Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 3 11:57 .gitignore [2020-10-03T11:59:48.818Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 3 11:59 go.mod [2020-10-03T11:59:48.818Z] -rw-r--r--. 1 jenkins jenkins 13737 Oct 3 11:59 go.sum [2020-10-03T11:59:48.818Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 3 11:57 internal [2020-10-03T11:59:48.818Z] -rw-rw-r--. 1 jenkins jenkins 785 Oct 3 11:57 Jenkinsfile [2020-10-03T11:59:48.818Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 3 11:57 LICENSE [2020-10-03T11:59:48.818Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 3 11:57 Makefile [2020-10-03T11:59:48.818Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 3 11:57 openapi [2020-10-03T11:59:48.818Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 3 11:57 pkg [2020-10-03T11:59:48.818Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 3 11:57 README.md [2020-10-03T11:59:48.818Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 3 11:57 RELEASE-NOTES.txt [2020-10-03T11:59:48.818Z] drwxrwxr-x. 3 jenkins jenkins 58 Oct 3 11:57 .semver [2020-10-03T11:59:48.818Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 3 11:57 snap [2020-10-03T11:59:48.818Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 3 11:56 VERSION [2020-10-03T11:59:48.818Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 3 11:57 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-03T11:59:49.125Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=9984e951603057bc4bd5f96414a7be81c566c977 --label arch=amd64 --label version=0.0.0 . [2020-10-03T11:59:49.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T11:59:49.712Z] Sending build context to Docker daemon 3.562MB [2020-10-03T11:59:49.712Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-03T11:59:49.712Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-03T11:59:49.712Z] ---> 62c04f6639f0 [2020-10-03T11:59:49.712Z] Step 3/24 : ARG MAKE='make build' [2020-10-03T11:59:49.973Z] ---> Running in 9f3aa5b09de2 [2020-10-03T11:59:50.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T11:59:50.236Z] Removing intermediate container 9f3aa5b09de2 [2020-10-03T11:59:50.236Z] ---> 70beb2016c29 [2020-10-03T11:59:50.236Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-03T11:59:50.236Z] ---> Running in 72f73b7aa319 [2020-10-03T11:59:50.497Z] Removing intermediate container 72f73b7aa319 [2020-10-03T11:59:50.497Z] ---> cf10fa9c627b [2020-10-03T11:59:50.497Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T11:59:50.497Z] ---> Running in aeb18dcd1c57 [2020-10-03T11:59:50.671Z] OK: 142 MiB in 39 packages [2020-10-03T11:59:50.760Z] Removing intermediate container aeb18dcd1c57 [2020-10-03T11:59:50.760Z] ---> 3f8b2f6f3d9e [2020-10-03T11:59:50.760Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T11:59:50.760Z] ---> Running in 1e3f8f9f62cc [2020-10-03T11:59:51.708Z] Removing intermediate container 1e3f8f9f62cc [2020-10-03T11:59:51.708Z] ---> 9ea155750407 [2020-10-03T11:59:51.708Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-03T11:59:51.708Z] ---> Running in d97bf3dc52ba [2020-10-03T11:59:52.109Z] Removing intermediate container 1eda7f60481f [2020-10-03T11:59:52.109Z] ---> 7a8409eb30dd [2020-10-03T11:59:52.109Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-03T11:59:52.109Z] ---> Running in c350ddd7cf5d [2020-10-03T11:59:52.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T11:59:52.387Z] Removing intermediate container c350ddd7cf5d [2020-10-03T11:59:52.387Z] ---> c6173036fc22 [2020-10-03T11:59:52.387Z] Step 7/8 : COPY . . [2020-10-03T11:59:52.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T11:59:53.806Z] OK: 166 MiB in 39 packages [2020-10-03T11:59:53.828Z] ---> 40d5f843efc5 [2020-10-03T11:59:53.828Z] Step 8/8 : RUN go mod download [2020-10-03T11:59:54.073Z] Removing intermediate container d97bf3dc52ba [2020-10-03T11:59:54.073Z] ---> cd2151262151 [2020-10-03T11:59:54.073Z] Step 8/24 : COPY . . [2020-10-03T11:59:54.104Z] ---> Running in f4edb47b6b00 [2020-10-03T11:59:55.018Z] ---> ef0b6c9034f8 [2020-10-03T11:59:55.018Z] Step 9/24 : RUN ${MAKE} [2020-10-03T11:59:55.286Z] ---> Running in 54632e1ced3b [2020-10-03T11:59:55.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-03T12:00:03.768Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-03T12:00:05.704Z] Removing intermediate container 54632e1ced3b [2020-10-03T12:00:05.704Z] ---> 649cc2fa6448 [2020-10-03T12:00:05.704Z] Step 10/24 : FROM scratch [2020-10-03T12:00:05.704Z] ---> [2020-10-03T12:00:05.704Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T12:00:05.704Z] ---> Running in 54ae866c0584 [2020-10-03T12:00:05.704Z] Removing intermediate container 54ae866c0584 [2020-10-03T12:00:05.704Z] ---> 3ce2c3bfa4a2 [2020-10-03T12:00:05.704Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-03T12:00:05.969Z] ---> Running in ffeacebae761 [2020-10-03T12:00:05.969Z] Removing intermediate container ffeacebae761 [2020-10-03T12:00:05.969Z] ---> b2ae18f4ff1a [2020-10-03T12:00:05.969Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-03T12:00:05.969Z] ---> Running in 95d241c4abec [2020-10-03T12:00:06.230Z] Removing intermediate container 95d241c4abec [2020-10-03T12:00:06.230Z] ---> 09069ed8ed54 [2020-10-03T12:00:06.230Z] Step 14/24 : WORKDIR / [2020-10-03T12:00:06.230Z] ---> Running in ba625e5f68ce [2020-10-03T12:00:06.493Z] Removing intermediate container ba625e5f68ce [2020-10-03T12:00:06.493Z] ---> 920c237d3ec5 [2020-10-03T12:00:06.493Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-03T12:00:07.068Z] ---> 937e70974ad8 [2020-10-03T12:00:07.068Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-03T12:00:07.068Z] ---> a995893176b5 [2020-10-03T12:00:07.068Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-03T12:00:07.329Z] ---> 2ee3b2394790 [2020-10-03T12:00:07.329Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-03T12:00:07.591Z] ---> e47bcbd5e44c [2020-10-03T12:00:07.591Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-03T12:00:07.853Z] ---> c9780838b022 [2020-10-03T12:00:07.853Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-03T12:00:07.853Z] ---> Running in 242784fe6189 [2020-10-03T12:00:08.116Z] Removing intermediate container 242784fe6189 [2020-10-03T12:00:08.116Z] ---> 3dc54ba38aeb [2020-10-03T12:00:08.116Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T12:00:08.116Z] ---> Running in 14bb796d92c3 [2020-10-03T12:00:08.380Z] Removing intermediate container 14bb796d92c3 [2020-10-03T12:00:08.380Z] ---> fcaf5860e243 [2020-10-03T12:00:08.380Z] Step 22/24 : LABEL arch=amd64 [2020-10-03T12:00:08.380Z] ---> Running in 34c0e0c64670 [2020-10-03T12:00:08.380Z] Removing intermediate container 34c0e0c64670 [2020-10-03T12:00:08.380Z] ---> eaaf43aa4423 [2020-10-03T12:00:08.380Z] Step 23/24 : LABEL git_sha=9984e951603057bc4bd5f96414a7be81c566c977 [2020-10-03T12:00:08.643Z] ---> Running in 16370e108379 [2020-10-03T12:00:08.643Z] Removing intermediate container 16370e108379 [2020-10-03T12:00:08.643Z] ---> 48afba16568d [2020-10-03T12:00:08.643Z] Step 24/24 : LABEL version=0.0.0 [2020-10-03T12:00:08.643Z] ---> Running in 3f30f2becd29 [2020-10-03T12:00:08.905Z] Removing intermediate container 3f30f2becd29 [2020-10-03T12:00:08.905Z] ---> a05facb2984a [2020-10-03T12:00:08.905Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-03T12:00:08.905Z] Successfully built a05facb2984a [2020-10-03T12:00:08.905Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-03T12:00:16.321Z] Removing intermediate container f4edb47b6b00 [2020-10-03T12:00:16.321Z] ---> ef548b8e83c7 [2020-10-03T12:00:16.321Z] Successfully built ef548b8e83c7 [2020-10-03T12:00:16.321Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T12:00:16.757Z] + docker inspect -f . ci-base-image-arm64 [2020-10-03T12:00:16.757Z] . [Pipeline] withDockerContainer [2020-10-03T12:00:17.046Z] prd-ubuntu18.04-docker-arm64-4c-16g-3230 does not seem to be running inside a container [2020-10-03T12:00:17.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 ******** ci-base-image-arm64 cat [2020-10-03T12:00:19.003Z] $ docker top ff2c00b982e3b9769b409c6ace94cc0cf25962f23f9e34de61080245b9bbcff7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T12:00:20.441Z] + go version [2020-10-03T12:00:20.441Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-03T12:00:20.464Z] $ docker stop --time=1 ff2c00b982e3b9769b409c6ace94cc0cf25962f23f9e34de61080245b9bbcff7 [2020-10-03T12:00:22.338Z] $ docker rm -f ff2c00b982e3b9769b409c6ace94cc0cf25962f23f9e34de61080245b9bbcff7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T12:00:23.361Z] + docker inspect -f . ci-base-image-arm64 [2020-10-03T12:00:23.361Z] . [Pipeline] withDockerContainer [2020-10-03T12:00:23.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-3230 does not seem to be running inside a container [2020-10-03T12:00:23.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 ******** ci-base-image-arm64 cat [2020-10-03T12:00:25.566Z] $ docker top fa38da36762f1ad1f6b3239ee4805d89d73444d45286c84a9758155c7cd633c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T12:00:26.981Z] + make test [2020-10-03T12:00:26.981Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-03T12:00:49.183Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-03T12:01:28.439Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-03T12:01:28.439Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-03T12:01:28.439Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-03T12:01:28.439Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.117s coverage: 21.6% of statements [2020-10-03T12:01:31.157Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.171s coverage: 97.1% of statements [2020-10-03T12:01:58.405Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.112s coverage: 9.4% of statements [2020-10-03T12:01:58.405Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.132s coverage: 21.9% of statements [2020-10-03T12:01:58.405Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-03T12:01:58.405Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.503s coverage: 39.9% of statements [2020-10-03T12:01:58.405Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-03T12:01:58.405Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.799s coverage: 65.4% of statements [2020-10-03T12:01:58.405Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-03T12:01:58.405Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-03T12:01:58.405Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-03T12:01:58.405Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-03T12:01:58.405Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.171s coverage: 52.6% of statements [2020-10-03T12:01:58.405Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-03T12:01:58.405Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.889s coverage: 68.9% of statements [2020-10-03T12:01:58.405Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-03T12:01:58.405Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-03T12:01:58.405Z] GO111MODULE=on go vet ./... [2020-10-03T12:02:30.857Z] gofmt -l . [2020-10-03T12:02:30.857Z] [ "`gofmt -l .`" = "" ] [2020-10-03T12:02:30.857Z] ./bin/test-attribution-txt.sh [2020-10-03T12:02:30.857Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-03T12:02:30.973Z] Warning: overwriting stash ‘coverage-report’ [2020-10-03T12:02:31.902Z] Stashed 1 file(s) [Pipeline] } [2020-10-03T12:02:31.907Z] $ docker stop --time=1 fa38da36762f1ad1f6b3239ee4805d89d73444d45286c84a9758155c7cd633c6 [2020-10-03T12:02:34.215Z] $ docker rm -f fa38da36762f1ad1f6b3239ee4805d89d73444d45286c84a9758155c7cd633c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-03T12:02:35.765Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-03T12:02:36.195Z] + ls -al . [2020-10-03T12:02:36.195Z] total 232 [2020-10-03T12:02:36.195Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 12:02 . [2020-10-03T12:02:36.195Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:59 .. [2020-10-03T12:02:36.195Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 3 11:59 .dockerignore [2020-10-03T12:02:36.195Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 11:59 .git [2020-10-03T12:02:36.195Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 11:59 .github [2020-10-03T12:02:36.195Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 3 11:59 .gitignore [2020-10-03T12:02:36.195Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 11:59 .semver [2020-10-03T12:02:36.195Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 3 11:59 Dockerfile.build [2020-10-03T12:02:36.195Z] -rw-rw-r-- 1 jenkins jenkins 785 Oct 3 11:59 Jenkinsfile [2020-10-03T12:02:36.195Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 3 11:59 LICENSE [2020-10-03T12:02:36.195Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 3 11:59 Makefile [2020-10-03T12:02:36.195Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 3 11:59 README.md [2020-10-03T12:02:36.195Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 3 11:59 RELEASE-NOTES.txt [2020-10-03T12:02:36.195Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 3 11:56 VERSION [2020-10-03T12:02:36.195Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 11:59 bin [2020-10-03T12:02:36.195Z] -rw-r--r-- 1 jenkins jenkins 111040 Oct 3 12:01 coverage.out [2020-10-03T12:02:36.195Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:59 example [2020-10-03T12:02:36.195Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 3 12:02 go.mod [2020-10-03T12:02:36.195Z] -rw-r--r-- 1 jenkins jenkins 13737 Oct 3 12:02 go.sum [2020-10-03T12:02:36.195Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 3 11:59 internal [2020-10-03T12:02:36.195Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:59 openapi [2020-10-03T12:02:36.195Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 3 11:59 pkg [2020-10-03T12:02:36.195Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:59 snap [2020-10-03T12:02:36.196Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 3 11:59 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-03T12:02:36.575Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=9984e951603057bc4bd5f96414a7be81c566c977 --label arch=arm64 --label version=0.0.0 . [2020-10-03T12:02:37.176Z] Sending build context to Docker daemon 3.56MB [2020-10-03T12:02:37.176Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-03T12:02:37.176Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-03T12:02:37.176Z] ---> ef548b8e83c7 [2020-10-03T12:02:37.176Z] Step 3/24 : ARG MAKE='make build' [2020-10-03T12:02:37.450Z] ---> Running in 58f0b4e5182a [2020-10-03T12:02:38.045Z] Removing intermediate container 58f0b4e5182a [2020-10-03T12:02:38.045Z] ---> 03ae1bdb848e [2020-10-03T12:02:38.045Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-03T12:02:38.045Z] ---> Running in 7aeb56b53ab8 [2020-10-03T12:02:38.321Z] Removing intermediate container 7aeb56b53ab8 [2020-10-03T12:02:38.321Z] ---> 2afe82fb8e10 [2020-10-03T12:02:38.321Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T12:02:38.595Z] ---> Running in 605fb90ca5c4 [2020-10-03T12:02:39.189Z] Removing intermediate container 605fb90ca5c4 [2020-10-03T12:02:39.189Z] ---> 4a893cbe2ca4 [2020-10-03T12:02:39.189Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T12:02:39.189Z] ---> Running in b437cbf4852c [2020-10-03T12:02:41.804Z] Removing intermediate container b437cbf4852c [2020-10-03T12:02:41.804Z] ---> 37d374838ba6 [2020-10-03T12:02:41.804Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-03T12:02:41.804Z] ---> Running in 40494f781f5d [2020-10-03T12:02:43.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T12:02:44.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T12:02:44.804Z] OK: 142 MiB in 39 packages [2020-10-03T12:02:46.251Z] Removing intermediate container 40494f781f5d [2020-10-03T12:02:46.251Z] ---> d7a9299c6fac [2020-10-03T12:02:46.251Z] Step 8/24 : COPY . . [2020-10-03T12:02:47.691Z] ---> 9341d8c45f35 [2020-10-03T12:02:47.691Z] Step 9/24 : RUN ${MAKE} [2020-10-03T12:02:47.691Z] ---> Running in 662af70d04ae [2020-10-03T12:02:49.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-03T12:03:15.941Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-03T12:03:15.941Z] Removing intermediate container 662af70d04ae [2020-10-03T12:03:15.941Z] ---> 6c5eaae5411e [2020-10-03T12:03:15.941Z] Step 10/24 : FROM scratch [2020-10-03T12:03:15.941Z] ---> [2020-10-03T12:03:15.941Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-03T12:03:15.941Z] ---> Running in e6c58b57b9e8 [2020-10-03T12:03:15.941Z] Removing intermediate container e6c58b57b9e8 [2020-10-03T12:03:15.941Z] ---> 942358aafe23 [2020-10-03T12:03:15.941Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-03T12:03:15.941Z] ---> Running in d27b077a0c33 [2020-10-03T12:03:15.941Z] Removing intermediate container d27b077a0c33 [2020-10-03T12:03:15.941Z] ---> b0b51337ba4c [2020-10-03T12:03:15.941Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-03T12:03:15.941Z] ---> Running in 4c105ac3fc20 [2020-10-03T12:03:16.212Z] Removing intermediate container 4c105ac3fc20 [2020-10-03T12:03:16.212Z] ---> 95e353e53d7f [2020-10-03T12:03:16.212Z] Step 14/24 : WORKDIR / [2020-10-03T12:03:16.212Z] ---> Running in f13130f61419 [2020-10-03T12:03:16.809Z] Removing intermediate container f13130f61419 [2020-10-03T12:03:16.809Z] ---> b4613f5a85ed [2020-10-03T12:03:16.809Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-03T12:03:17.809Z] ---> f9ca1716ea5d [2020-10-03T12:03:17.809Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-03T12:03:18.409Z] ---> 259dd120341a [2020-10-03T12:03:18.410Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-03T12:03:19.012Z] ---> 7eeed4afcfd9 [2020-10-03T12:03:19.012Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-03T12:03:19.993Z] ---> d3dc5464707d [2020-10-03T12:03:19.993Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-03T12:03:20.592Z] ---> 64e3aad9a2c5 [2020-10-03T12:03:20.593Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-03T12:03:20.593Z] ---> Running in 5d8221fdad01 [2020-10-03T12:03:21.188Z] Removing intermediate container 5d8221fdad01 [2020-10-03T12:03:21.188Z] ---> dfad96439aae [2020-10-03T12:03:21.188Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T12:03:21.188Z] ---> Running in 258ee892d220 [2020-10-03T12:03:21.786Z] Removing intermediate container 258ee892d220 [2020-10-03T12:03:21.786Z] ---> 4f0d581a5705 [2020-10-03T12:03:21.786Z] Step 22/24 : LABEL arch=arm64 [2020-10-03T12:03:21.786Z] ---> Running in c011ae7d1d30 [2020-10-03T12:03:22.058Z] Removing intermediate container c011ae7d1d30 [2020-10-03T12:03:22.058Z] ---> a27d4eac0b09 [2020-10-03T12:03:22.058Z] Step 23/24 : LABEL git_sha=9984e951603057bc4bd5f96414a7be81c566c977 [2020-10-03T12:03:22.331Z] ---> Running in 3e6499721342 [2020-10-03T12:03:22.926Z] Removing intermediate container 3e6499721342 [2020-10-03T12:03:22.926Z] ---> fa89a66f29b3 [2020-10-03T12:03:22.926Z] Step 24/24 : LABEL version=0.0.0 [2020-10-03T12:03:22.926Z] ---> Running in 660f78fe091c [2020-10-03T12:03:23.201Z] Removing intermediate container 660f78fe091c [2020-10-03T12:03:23.201Z] ---> 94bb94d94c1c [2020-10-03T12:03:23.201Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-03T12:03:23.475Z] Successfully built 94bb94d94c1c [2020-10-03T12:03:23.475Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-03T12:03:25.337Z] provisioning config files... [2020-10-03T12:03:25.349Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config989925077526983988tmp [Pipeline] { [Pipeline] sh [2020-10-03T12:03:25.780Z] + set +x [2020-10-03T12:03:25.780Z] + curl -s https://codecov.io/bash [2020-10-03T12:03:25.780Z] + bash -s -- [2020-10-03T12:03:26.044Z] [2020-10-03T12:03:26.044Z] _____ _ [2020-10-03T12:03:26.044Z] / ____| | | [2020-10-03T12:03:26.044Z] | | ___ __| | ___ ___ _____ __ [2020-10-03T12:03:26.044Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-03T12:03:26.044Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-03T12:03:26.044Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-03T12:03:26.044Z] Bash-20200917-4e8f14b [2020-10-03T12:03:26.044Z] [2020-10-03T12:03:26.044Z] [2020-10-03T12:03:26.044Z] ==> Jenkins CI detected. [2020-10-03T12:03:26.044Z] project root: . [2020-10-03T12:03:26.044Z] --> token set from env [2020-10-03T12:03:26.044Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-03T12:03:26.044Z] ==> Running gcov in . (disable via -X gcov) [2020-10-03T12:03:26.044Z] ==> Python coveragepy not found [2020-10-03T12:03:26.044Z] ==> Searching for coverage reports in: [2020-10-03T12:03:26.044Z] + . [2020-10-03T12:03:26.044Z] -> Found 1 reports [2020-10-03T12:03:26.044Z] ==> Detecting git/mercurial file structure [2020-10-03T12:03:26.044Z] ==> Reading reports [2020-10-03T12:03:26.044Z] + ./coverage.out bytes=111040 [2020-10-03T12:03:26.044Z] ==> Appending adjustments [2020-10-03T12:03:26.044Z] https://docs.codecov.io/docs/fixing-reports [2020-10-03T12:03:26.619Z] + Found adjustments [2020-10-03T12:03:26.620Z] ==> Gzipping contents [2020-10-03T12:03:26.620Z] ==> Uploading reports [2020-10-03T12:03:26.620Z] url: https://codecov.io [2020-10-03T12:03:26.620Z] query: branch=PR-584&commit=9984e951603057bc4bd5f96414a7be81c566c977&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2020-10-03T12:03:26.620Z] -> Pinging Codecov [2020-10-03T12:03:26.620Z] https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-584&commit=9984e951603057bc4bd5f96414a7be81c566c977&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2020-10-03T12:03:26.881Z] -> Uploading to [2020-10-03T12:03:26.881Z] https://storage.googleapis.com/codecov/v4/raw/2020-10-03/7E55EF52A471D76F132DFD9A03CDDE97/9984e951603057bc4bd5f96414a7be81c566c977/c5c8ecf9-c9c4-428e-ac3d-e45afe4a3df8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201003%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201003T120326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aa314ef31161d769d434185b0659c95e7e170e4cd73a0683d462071d693661b6 [2020-10-03T12:03:27.142Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T12:03:27.142Z] Dload Upload Total Spent Left Speed [2020-10-03T12:03:27.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18324 0 0 100 18324 0 44220 --:--:-- --:--:-- --:--:-- 44260 [2020-10-03T12:03:27.404Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9984e951603057bc4bd5f96414a7be81c566c977 [Pipeline] } [2020-10-03T12:03:27.413Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [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-03T12:03:30.140Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:03:30.724Z] ---> package-listing.sh [2020-10-03T12:03:30.724Z] ++ facter osfamily [2020-10-03T12:03:30.724Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-03T12:03:30.724Z] + OS_FAMILY=redhat [2020-10-03T12:03:30.724Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-10-03T12:03:30.724Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-03T12:03:30.724Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-03T12:03:30.724Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-03T12:03:30.724Z] + PACKAGES=/tmp/packages_start.txt [2020-10-03T12:03:30.724Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-10-03T12:03:30.724Z] + PACKAGES=/tmp/packages_end.txt [2020-10-03T12:03:30.724Z] + case "${OS_FAMILY}" in [2020-10-03T12:03:30.724Z] + rpm -qa [2020-10-03T12:03:30.724Z] + sort [2020-10-03T12:03:34.938Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-03T12:03:34.938Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-03T12:03:34.938Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-03T12:03:34.938Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-10-03T12:03:34.938Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [2020-10-03T12:03:34.938Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-03T12:03:35.126Z] provisioning config files... [2020-10-03T12:03:35.139Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config2365479523252144740tmp [Pipeline] { [Pipeline] echo [2020-10-03T12:03:35.216Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:03:35.510Z] ---> create-netrc.sh [Pipeline] } [2020-10-03T12:03:35.519Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-03T12:03:35.619Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:03:35.917Z] ---> python-tools-install.sh [2020-10-03T12:03:35.917Z] Generating Requirements File [2020-10-03T12:04:57.498Z] Python 3.6.8 [2020-10-03T12:04:57.498Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-03T12:04:57.498Z] aiohttp==3.6.2 [2020-10-03T12:04:57.498Z] appdirs==1.4.3 [2020-10-03T12:04:57.498Z] argcomplete==1.12.1 [2020-10-03T12:04:57.498Z] aspy.yaml==1.3.0 [2020-10-03T12:04:57.498Z] async-timeout==3.0.1 [2020-10-03T12:04:57.498Z] attrs==19.3.0 [2020-10-03T12:04:57.498Z] Babel==2.8.0 [2020-10-03T12:04:57.498Z] beautifulsoup4==4.8.2 [2020-10-03T12:04:57.498Z] boto3==1.11.6 [2020-10-03T12:04:57.498Z] botocore==1.14.6 [2020-10-03T12:04:57.498Z] bs4==0.0.1 [2020-10-03T12:04:57.498Z] cachetools==4.1.1 [2020-10-03T12:04:57.498Z] certifi==2019.11.28 [2020-10-03T12:04:57.498Z] cffi==1.14.3 [2020-10-03T12:04:57.498Z] cfgv==2.0.1 [2020-10-03T12:04:57.498Z] chardet==3.0.4 [2020-10-03T12:04:57.498Z] click==7.1 [2020-10-03T12:04:57.498Z] cliff==3.4.0 [2020-10-03T12:04:57.498Z] cmd2==1.3.11 [2020-10-03T12:04:57.498Z] colorama==0.4.3 [2020-10-03T12:04:57.498Z] cryptography==3.1.1 [2020-10-03T12:04:57.498Z] debtcollector==2.2.0 [2020-10-03T12:04:57.498Z] decorator==4.4.2 [2020-10-03T12:04:57.498Z] defusedxml==0.6.0 [2020-10-03T12:04:57.498Z] Deprecated==1.2.7 [2020-10-03T12:04:57.498Z] distlib==0.3.1 [2020-10-03T12:04:57.498Z] distro==1.2.0 [2020-10-03T12:04:57.498Z] dnspython==1.16.0 [2020-10-03T12:04:57.498Z] docker==4.2.0 [2020-10-03T12:04:57.498Z] docutils==0.15.2 [2020-10-03T12:04:57.498Z] dogpile.cache==1.0.2 [2020-10-03T12:04:57.498Z] email-validator==1.0.5 [2020-10-03T12:04:57.498Z] filelock==3.0.12 [2020-10-03T12:04:57.498Z] future==0.18.2 [2020-10-03T12:04:57.498Z] google-auth==1.22.0 [2020-10-03T12:04:57.498Z] httplib2==0.17.0 [2020-10-03T12:04:57.498Z] identify==1.4.11 [2020-10-03T12:04:57.498Z] idna==2.9 [2020-10-03T12:04:57.498Z] idna-ssl==1.1.0 [2020-10-03T12:04:57.498Z] importlib-metadata==1.7.0 [2020-10-03T12:04:57.498Z] importlib-resources==1.5.0 [2020-10-03T12:04:57.498Z] iso8601==0.1.13 [2020-10-03T12:04:57.498Z] Jinja2==2.11.1 [2020-10-03T12:04:57.498Z] jmespath==0.10.0 [2020-10-03T12:04:57.498Z] jsonpatch==1.26 [2020-10-03T12:04:57.498Z] jsonpointer==2.0 [2020-10-03T12:04:57.498Z] jsonschema==3.2.0 [2020-10-03T12:04:57.498Z] keystoneauth1==4.2.1 [2020-10-03T12:04:57.498Z] kubernetes==11.0.0 [2020-10-03T12:04:57.498Z] lftools==0.34.2 [2020-10-03T12:04:57.498Z] lxml==4.5.0 [2020-10-03T12:04:57.498Z] MarkupSafe==0.23 [2020-10-03T12:04:57.498Z] msgpack==1.0.0 [2020-10-03T12:04:57.498Z] multi-key-dict==2.0.3 [2020-10-03T12:04:57.498Z] multidict==4.7.6 [2020-10-03T12:04:57.498Z] munch==2.5.0 [2020-10-03T12:04:57.498Z] netaddr==0.8.0 [2020-10-03T12:04:57.498Z] netifaces==0.10.9 [2020-10-03T12:04:57.498Z] niet==1.4.2 [2020-10-03T12:04:57.498Z] nodeenv==1.3.5 [2020-10-03T12:04:57.498Z] oauth2client==4.1.3 [2020-10-03T12:04:57.498Z] oauthlib==3.1.0 [2020-10-03T12:04:57.498Z] openstacksdk==0.50.0 [2020-10-03T12:04:57.498Z] os-client-config==2.1.0 [2020-10-03T12:04:57.498Z] os-service-types==1.7.0 [2020-10-03T12:04:57.498Z] osc-lib==2.2.1 [2020-10-03T12:04:57.498Z] oslo.config==8.3.2 [2020-10-03T12:04:57.498Z] oslo.context==3.1.1 [2020-10-03T12:04:57.498Z] oslo.i18n==5.0.1 [2020-10-03T12:04:57.498Z] oslo.log==4.4.0 [2020-10-03T12:04:57.498Z] oslo.serialization==4.0.1 [2020-10-03T12:04:57.498Z] oslo.utils==4.6.0 [2020-10-03T12:04:57.498Z] packaging==20.4 [2020-10-03T12:04:57.498Z] pbr==5.4.4 [2020-10-03T12:04:57.498Z] pluggy==0.13.1 [2020-10-03T12:04:57.498Z] prettytable==0.7.2 [2020-10-03T12:04:57.498Z] py==1.9.0 [2020-10-03T12:04:57.498Z] pyasn1==0.4.8 [2020-10-03T12:04:57.498Z] pyasn1-modules==0.2.8 [2020-10-03T12:04:57.498Z] pycparser==2.20 [2020-10-03T12:04:57.498Z] pygerrit2==2.0.10 [2020-10-03T12:04:57.498Z] PyGithub==1.46 [2020-10-03T12:04:57.498Z] pyinotify==0.9.6 [2020-10-03T12:04:57.498Z] PyJWT==1.7.1 [2020-10-03T12:04:57.498Z] pyparsing==2.4.7 [2020-10-03T12:04:57.498Z] pyperclip==1.8.0 [2020-10-03T12:04:57.498Z] pyroute2==0.4.13 [2020-10-03T12:04:57.498Z] pyrsistent==0.15.7 [2020-10-03T12:04:57.498Z] PySocks==1.6.8 [2020-10-03T12:04:57.498Z] python-cinderclient==7.2.0 [2020-10-03T12:04:57.498Z] python-dateutil==2.8.1 [2020-10-03T12:04:57.498Z] python-heatclient==2.2.1 [2020-10-03T12:04:57.498Z] python-jenkins==1.7.0 [2020-10-03T12:04:57.498Z] python-keystoneclient==4.1.1 [2020-10-03T12:04:57.498Z] python-magnumclient==3.2.1 [2020-10-03T12:04:57.498Z] python-novaclient==17.2.1 [2020-10-03T12:04:57.498Z] python-openstackclient==5.4.0 [2020-10-03T12:04:57.498Z] python-swiftclient==3.10.1 [2020-10-03T12:04:57.498Z] pytz==2020.1 [2020-10-03T12:04:57.498Z] PyYAML==5.3 [2020-10-03T12:04:57.498Z] requests==2.23.0 [2020-10-03T12:04:57.498Z] requests-oauthlib==1.3.0 [2020-10-03T12:04:57.498Z] requestsexceptions==1.4.0 [2020-10-03T12:04:57.498Z] rfc3986==1.4.0 [2020-10-03T12:04:57.498Z] rpm==4.11.3 [2020-10-03T12:04:57.498Z] rsa==4.0 [2020-10-03T12:04:57.498Z] ruamel.yaml==0.16.10 [2020-10-03T12:04:57.498Z] ruamel.yaml.clib==0.2.0 [2020-10-03T12:04:57.498Z] s3transfer==0.3.3 [2020-10-03T12:04:57.498Z] shade==1.27.2 [2020-10-03T12:04:57.498Z] simplejson==3.17.2 [2020-10-03T12:04:57.498Z] six==1.14.0 [2020-10-03T12:04:57.498Z] soupsieve==2.0 [2020-10-03T12:04:57.498Z] stevedore==3.2.2 [2020-10-03T12:04:57.498Z] tabulate==0.8.6 [2020-10-03T12:04:57.498Z] toml==0.10.0 [2020-10-03T12:04:57.498Z] tox==3.20.0 [2020-10-03T12:04:57.498Z] tqdm==4.43.0 [2020-10-03T12:04:57.498Z] typing-extensions==3.7.4.3 [2020-10-03T12:04:57.498Z] urllib3==1.25.8 [2020-10-03T12:04:57.498Z] virtualenv==20.0.32 [2020-10-03T12:04:57.498Z] wcwidth==0.2.5 [2020-10-03T12:04:57.498Z] websocket-client==0.57.0 [2020-10-03T12:04:57.498Z] wrapt==1.12.1 [2020-10-03T12:04:57.498Z] xdg==3.0.2 [2020-10-03T12:04:57.498Z] xmltodict==0.12.0 [2020-10-03T12:04:57.498Z] yarl==1.6.0 [2020-10-03T12:04:57.498Z] yq==2.11.1 [2020-10-03T12:04:57.498Z] zipp==3.2.0 [2020-10-03T12:04:57.498Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:04:57.498Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-03T12:04:57.498Z] Python 2.7.5 [2020-10-03T12:04:57.498Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-03T12:04:57.498Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-03T12:04:57.498Z] ansible==2.9.7 [2020-10-03T12:04:57.498Z] Babel==0.9.6 [2020-10-03T12:04:57.498Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-03T12:04:57.498Z] beautifulsoup4==4.4.1 [2020-10-03T12:04:57.498Z] bodhi==2.11.0 [2020-10-03T12:04:57.498Z] bodhi-client==2.11.0 [2020-10-03T12:04:57.498Z] CCColUtils==1.4 [2020-10-03T12:04:57.498Z] cffi==1.6.0 [2020-10-03T12:04:57.498Z] chardet==2.2.1 [2020-10-03T12:04:57.498Z] click==6.7 [2020-10-03T12:04:57.498Z] cloud-init==18.5 [2020-10-03T12:04:57.498Z] configobj==4.7.2 [2020-10-03T12:04:57.498Z] cryptography==1.7.2 [2020-10-03T12:04:57.498Z] decorator==3.4.0 [2020-10-03T12:04:57.498Z] distro==1.2.0 [2020-10-03T12:04:57.498Z] enum34==1.0.4 [2020-10-03T12:04:57.498Z] fedpkg==1.38 [2020-10-03T12:04:57.498Z] futures==3.1.1 [2020-10-03T12:04:57.498Z] gitdb==0.6.4 [2020-10-03T12:04:57.498Z] GitPython==1.0.1 [2020-10-03T12:04:57.498Z] html5lib==0.999 [2020-10-03T12:04:57.498Z] httplib2==0.9.2 [2020-10-03T12:04:57.498Z] idna==2.4 [2020-10-03T12:04:57.498Z] iniparse==0.4 [2020-10-03T12:04:57.498Z] ipaddress==1.0.16 [2020-10-03T12:04:57.498Z] IPy==0.75 [2020-10-03T12:04:57.498Z] javapackages==1.0.0 [2020-10-03T12:04:57.498Z] Jinja2==2.7.2 [2020-10-03T12:04:57.498Z] jmespath==0.9.4 [2020-10-03T12:04:57.498Z] jsonpatch==1.2 [2020-10-03T12:04:57.498Z] jsonpointer==1.9 [2020-10-03T12:04:57.498Z] kerberos==1.1 [2020-10-03T12:04:57.498Z] kitchen==1.1.1 [2020-10-03T12:04:57.498Z] langtable==0.0.31 [2020-10-03T12:04:57.498Z] lockfile==0.9.1 [2020-10-03T12:04:57.498Z] lxml==3.2.1 [2020-10-03T12:04:57.498Z] MarkupSafe==0.11 [2020-10-03T12:04:57.498Z] munch==2.0.2 [2020-10-03T12:04:57.498Z] offtrac==0.1.0 [2020-10-03T12:04:57.498Z] openidc-client==0.6.0 [2020-10-03T12:04:57.498Z] packagedb-cli==2.14.1 [2020-10-03T12:04:57.498Z] paramiko==2.1.1 [2020-10-03T12:04:57.498Z] perf==0.1 [2020-10-03T12:04:57.498Z] ply==3.4 [2020-10-03T12:04:57.498Z] policycoreutils-default-encoding==0.1 [2020-10-03T12:04:57.498Z] prettytable==0.7.2 [2020-10-03T12:04:57.498Z] pyasn1==0.1.9 [2020-10-03T12:04:57.498Z] pycparser==2.14 [2020-10-03T12:04:57.498Z] pycurl==7.19.0 [2020-10-03T12:04:57.498Z] pygobject==3.22.0 [2020-10-03T12:04:57.498Z] pygpgme==0.3 [2020-10-03T12:04:57.498Z] pyliblzma==0.5.3 [2020-10-03T12:04:57.498Z] pyOpenSSL==0.13.1 [2020-10-03T12:04:57.498Z] pyparsing==1.5.6 [2020-10-03T12:04:57.498Z] pyserial==2.6 [2020-10-03T12:04:57.498Z] python-augeas==0.5.0 [2020-10-03T12:04:57.498Z] python-bugzilla==2.3.0 [2020-10-03T12:04:57.498Z] python-dateutil==1.5 [2020-10-03T12:04:57.498Z] python-fedora==0.10.0 [2020-10-03T12:04:57.498Z] python-linux-procfs==0.4.9 [2020-10-03T12:04:57.498Z] python-yubico==1.2.3 [2020-10-03T12:04:57.498Z] pyudev==0.15 [2020-10-03T12:04:57.498Z] pyusb==1.0.0b1 [2020-10-03T12:04:57.498Z] pyxattr==0.5.1 [2020-10-03T12:04:57.498Z] PyYAML==3.10 [2020-10-03T12:04:57.498Z] requests==2.6.0 [2020-10-03T12:04:57.498Z] requests-kerberos==0.7.0 [2020-10-03T12:04:57.498Z] rpkg==1.60 [2020-10-03T12:04:57.498Z] schedutils==0.4 [2020-10-03T12:04:57.498Z] seobject==0.1 [2020-10-03T12:04:57.498Z] sepolicy==1.1 [2020-10-03T12:04:57.498Z] six==1.9.0 [2020-10-03T12:04:57.498Z] smmap==0.9.0 [2020-10-03T12:04:57.498Z] urlgrabber==3.10 [2020-10-03T12:04:57.498Z] urllib3==1.10.2 [2020-10-03T12:04:57.498Z] virtualenv==15.1.0 [2020-10-03T12:04:57.498Z] yum-langpacks==0.4.2 [2020-10-03T12:04:57.498Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-03T12:04:57.509Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:04:57.804Z] ---> sudo-logs.sh [2020-10-03T12:04:57.804Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-03T12:04:58.079Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:04:58.376Z] ---> job-cost.sh [2020-10-03T12:04:58.376Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-E53i [2020-10-03T12:05:10.641Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:10.641Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:12.040Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:12.307Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:12.307Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:12.583Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:12.583Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:12.583Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:12.846Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:13.110Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:13.110Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:13.110Z] Cache entry deserialization failed, entry ignored [2020-10-03T12:05:15.676Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-03T12:05:47.853Z] lf-activate-venv(): INFO: Adding /tmp/venv-E53i/bin to PATH [2020-10-03T12:05:47.853Z] INFO: No Stack... [2020-10-03T12:05:47.853Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-03T12:05:47.853Z] INFO: Archiving Costs [Pipeline] echo [2020-10-03T12:05:47.868Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T12:05:48.184Z] ---> logs-deploy.sh [2020-10-03T12:05:48.184Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/15 [2020-10-03T12:05:48.184Z] INFO: archiving workspace using pattern(s): [2020-10-03T12:05:50.117Z] Archives upload complete. [2020-10-03T12:05:50.117Z] INFO: archiving logs to Nexus [2020-10-03T12:05:51.072Z] ---> uname -a: [2020-10-03T12:05:51.072Z] Linux prd-centos7-docker-4c-2g-3222.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] ---> lscpu: [2020-10-03T12:05:51.072Z] Architecture: x86_64 [2020-10-03T12:05:51.072Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-03T12:05:51.072Z] Byte Order: Little Endian [2020-10-03T12:05:51.072Z] CPU(s): 4 [2020-10-03T12:05:51.072Z] On-line CPU(s) list: 0-3 [2020-10-03T12:05:51.072Z] Thread(s) per core: 1 [2020-10-03T12:05:51.072Z] Core(s) per socket: 1 [2020-10-03T12:05:51.072Z] Socket(s): 4 [2020-10-03T12:05:51.072Z] NUMA node(s): 1 [2020-10-03T12:05:51.072Z] Vendor ID: GenuineIntel [2020-10-03T12:05:51.072Z] CPU family: 6 [2020-10-03T12:05:51.072Z] Model: 44 [2020-10-03T12:05:51.072Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-03T12:05:51.072Z] Stepping: 1 [2020-10-03T12:05:51.072Z] CPU MHz: 2933.438 [2020-10-03T12:05:51.072Z] BogoMIPS: 5866.87 [2020-10-03T12:05:51.072Z] Virtualization: VT-x [2020-10-03T12:05:51.072Z] Hypervisor vendor: KVM [2020-10-03T12:05:51.072Z] Virtualization type: full [2020-10-03T12:05:51.072Z] L1d cache: 32K [2020-10-03T12:05:51.072Z] L1i cache: 32K [2020-10-03T12:05:51.072Z] L2 cache: 4096K [2020-10-03T12:05:51.072Z] L3 cache: 16384K [2020-10-03T12:05:51.072Z] NUMA node0 CPU(s): 0-3 [2020-10-03T12:05:51.072Z] 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-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] ---> nproc: [2020-10-03T12:05:51.072Z] 4 [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] ---> df -h: [2020-10-03T12:05:51.072Z] Filesystem Size Used Avail Use% Mounted on [2020-10-03T12:05:51.072Z] devtmpfs 887M 0 887M 0% /dev [2020-10-03T12:05:51.072Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-03T12:05:51.072Z] tmpfs 919M 17M 903M 2% /run [2020-10-03T12:05:51.072Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-03T12:05:51.072Z] /dev/vda1 50G 7.3G 43G 15% / [2020-10-03T12:05:51.072Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-03T12:05:51.072Z] tmpfs 184M 0 184M 0% /run/user/0 [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] ---> free -m: [2020-10-03T12:05:51.072Z] total used free shared buff/cache available [2020-10-03T12:05:51.072Z] Mem: 1837 623 74 16 1139 1015 [2020-10-03T12:05:51.072Z] Swap: 1023 0 1023 [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] ---> ip addr: [2020-10-03T12:05:51.072Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-03T12:05:51.072Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-03T12:05:51.072Z] inet 127.0.0.1/8 scope host lo [2020-10-03T12:05:51.072Z] valid_lft forever preferred_lft forever [2020-10-03T12:05:51.072Z] inet6 ::1/128 scope host [2020-10-03T12:05:51.072Z] valid_lft forever preferred_lft forever [2020-10-03T12:05:51.072Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-03T12:05:51.072Z] link/ether fa:16:3e:d8:bd:f3 brd ff:ff:ff:ff:ff:ff [2020-10-03T12:05:51.072Z] inet 10.30.123.75/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-03T12:05:51.072Z] valid_lft 85776sec preferred_lft 85776sec [2020-10-03T12:05:51.072Z] inet6 fe80::f816:3eff:fed8:bdf3/64 scope link [2020-10-03T12:05:51.072Z] valid_lft forever preferred_lft forever [2020-10-03T12:05:51.072Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-03T12:05:51.072Z] link/ether 02:42:a2:ea:da:23 brd ff:ff:ff:ff:ff:ff [2020-10-03T12:05:51.072Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-03T12:05:51.072Z] valid_lft forever preferred_lft forever [2020-10-03T12:05:51.072Z] inet6 fe80::42:a2ff:feea:da23/64 scope link [2020-10-03T12:05:51.072Z] valid_lft forever preferred_lft forever [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] ---> sar -b -r -n DEV: [2020-10-03T12:05:51.072Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/03/2020 _x86_64_ (4 CPU) [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] 11:55:10 AM LINUX RESTART [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.072Z] 11:56:01 AM tps rtps wtps bread/s bwrtn/s [2020-10-03T12:05:51.072Z] 11:57:01 AM 29.12 11.57 17.55 4471.32 2244.88 [2020-10-03T12:05:51.072Z] 11:58:01 AM 1.67 0.00 1.67 0.00 30.72 [2020-10-03T12:05:51.072Z] 11:59:01 AM 0.20 0.00 0.20 0.00 1.90 [2020-10-03T12:05:51.072Z] 12:00:01 PM 0.22 0.00 0.22 0.00 2.30 [2020-10-03T12:05:51.072Z] 12:01:01 PM 0.25 0.02 0.23 0.13 3.30 [2020-10-03T12:05:51.072Z] 12:02:01 PM 0.57 0.13 0.43 2.26 7.58 [2020-10-03T12:05:51.072Z] 12:03:01 PM 0.28 0.00 0.28 0.00 2.73 [2020-10-03T12:05:51.072Z] 12:04:01 PM 67.40 55.96 11.44 4806.53 1456.16 [2020-10-03T12:05:51.072Z] 12:05:01 PM 110.71 25.05 85.66 1586.94 10695.34 [2020-10-03T12:05:51.072Z] Average: 23.38 10.30 13.07 1207.73 1604.96 [2020-10-03T12:05:51.072Z] [2020-10-03T12:05:51.073Z] 11:56:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-03T12:05:51.073Z] 11:57:01 AM 150076 1731480 92.02 2620 1132132 1108876 37.84 441240 1130360 8 [2020-10-03T12:05:51.073Z] 11:58:01 AM 153732 1727824 91.83 2620 1132136 1085612 37.05 440784 1127784 16 [2020-10-03T12:05:51.073Z] 11:59:01 AM 154136 1727420 91.81 2620 1132144 1084584 37.01 440776 1127688 12 [2020-10-03T12:05:51.073Z] 12:00:01 PM 152816 1728740 91.88 2620 1132200 1084696 37.02 442836 1127072 32 [2020-10-03T12:05:51.073Z] 12:01:01 PM 152744 1728812 91.88 2620 1132148 1079924 36.86 450172 1119480 16 [2020-10-03T12:05:51.073Z] 12:02:01 PM 154500 1727056 91.79 2620 1132296 1070764 36.54 449356 1119252 12 [2020-10-03T12:05:51.073Z] 12:03:01 PM 154476 1727080 91.79 2620 1132300 1070764 36.54 449380 1119252 8 [2020-10-03T12:05:51.073Z] 12:04:01 PM 77412 1804144 95.89 2620 1139644 1124996 38.39 526620 1104172 55260 [2020-10-03T12:05:51.073Z] 12:05:01 PM 104320 1777236 94.46 2620 1075272 1107232 37.79 507444 1042316 80360 [2020-10-03T12:05:51.073Z] Average: 139357 1742199 92.59 2620 1126697 1090828 37.23 460956 1113042 15080 [2020-10-03T12:05:51.073Z] [2020-10-03T12:05:51.073Z] 11:56:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-03T12:05:51.073Z] 11:57:01 AM eth0 166.39 129.83 464.52 62.71 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 11:57:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 11:57:01 AM docker0 6.98 4.43 1.03 18.69 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 11:58:01 AM eth0 3.68 0.82 1.02 0.59 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 11:58:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 11:58:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 11:59:01 AM eth0 1.98 0.52 0.62 0.39 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 11:59:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 11:59:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:00:01 PM eth0 1.00 0.52 0.55 0.36 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:00:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:00:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:01:01 PM eth0 0.30 0.20 0.14 0.10 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:01:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:01:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:02:01 PM eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:02:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:02:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:03:01 PM eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:03:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:03:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:04:01 PM eth0 88.66 62.94 635.99 12.26 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:04:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:04:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:05:01 PM eth0 29.98 22.52 244.63 5.14 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:05:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] 12:05:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] Average: eth0 32.48 24.17 149.75 9.07 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] Average: docker0 0.78 0.49 0.11 2.08 0.00 0.00 0.00 [2020-10-03T12:05:51.073Z] [2020-10-03T12:05:51.073Z] [2020-10-03T12:05:51.073Z] ---> sar -P ALL: [2020-10-03T12:05:51.073Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/03/2020 _x86_64_ (4 CPU) [2020-10-03T12:05:51.073Z] [2020-10-03T12:05:51.073Z] 11:55:10 AM LINUX RESTART [2020-10-03T12:05:51.073Z] [2020-10-03T12:05:51.073Z] 11:56:01 AM CPU %user %nice %system %iowait %steal %idle [2020-10-03T12:05:51.073Z] 11:57:01 AM all 3.10 0.00 1.72 0.65 0.00 94.52 [2020-10-03T12:05:51.073Z] 11:57:01 AM 0 3.23 0.00 1.74 0.23 0.00 94.79 [2020-10-03T12:05:51.073Z] 11:57:01 AM 1 3.21 0.00 1.71 0.12 0.00 94.97 [2020-10-03T12:05:51.073Z] 11:57:01 AM 2 2.91 0.00 1.69 1.81 0.02 93.58 [2020-10-03T12:05:51.073Z] 11:57:01 AM 3 3.05 0.00 1.76 0.45 0.00 94.74 [2020-10-03T12:05:51.073Z] 11:58:01 AM all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-10-03T12:05:51.073Z] 11:58:01 AM 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-03T12:05:51.073Z] 11:58:01 AM 1 0.08 0.00 0.07 0.00 0.02 99.83 [2020-10-03T12:05:51.073Z] 11:58:01 AM 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-03T12:05:51.073Z] 11:58:01 AM 3 0.48 0.00 0.03 0.00 0.00 99.48 [2020-10-03T12:05:51.073Z] 11:59:01 AM all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-10-03T12:05:51.073Z] 11:59:01 AM 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-03T12:05:51.073Z] 11:59:01 AM 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-03T12:05:51.073Z] 11:59:01 AM 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-03T12:05:51.073Z] 11:59:01 AM 3 0.47 0.00 0.03 0.00 0.00 99.50 [2020-10-03T12:05:51.073Z] 12:00:01 PM all 0.17 0.00 0.04 0.00 0.00 99.80 [2020-10-03T12:05:51.073Z] 12:00:01 PM 0 0.02 0.00 0.03 0.00 0.02 99.93 [2020-10-03T12:05:51.073Z] 12:00:01 PM 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-03T12:05:51.073Z] 12:00:01 PM 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-03T12:05:51.073Z] 12:00:01 PM 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-03T12:05:51.073Z] 12:01:01 PM all 0.10 0.00 0.08 0.00 0.00 99.82 [2020-10-03T12:05:51.073Z] 12:01:01 PM 0 0.05 0.00 0.18 0.00 0.00 99.77 [2020-10-03T12:05:51.073Z] 12:01:01 PM 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-03T12:05:51.073Z] 12:01:01 PM 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-03T12:05:51.073Z] 12:01:01 PM 3 0.23 0.00 0.02 0.00 0.02 99.73 [2020-10-03T12:05:51.073Z] 12:02:01 PM all 0.15 0.00 0.04 0.00 0.00 99.80 [2020-10-03T12:05:51.073Z] 12:02:01 PM 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-03T12:05:51.073Z] 12:02:01 PM 1 0.02 0.00 0.03 0.02 0.00 99.93 [2020-10-03T12:05:51.073Z] 12:02:01 PM 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-03T12:05:51.073Z] 12:02:01 PM 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-10-03T12:05:51.073Z] 12:03:01 PM all 0.16 0.00 0.02 0.00 0.00 99.82 [2020-10-03T12:05:51.073Z] 12:03:01 PM 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-03T12:05:51.073Z] 12:03:01 PM 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-03T12:05:51.073Z] 12:03:01 PM 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-03T12:05:51.073Z] 12:03:01 PM 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-10-03T12:05:51.073Z] 12:04:01 PM all 9.50 0.00 1.47 1.26 0.00 87.76 [2020-10-03T12:05:51.073Z] 12:04:01 PM 0 25.91 0.00 2.32 0.52 0.00 71.25 [2020-10-03T12:05:51.073Z] 12:04:01 PM 1 3.87 0.00 1.45 2.50 0.00 92.18 [2020-10-03T12:05:51.073Z] 12:04:01 PM 2 6.37 0.00 1.34 0.57 0.02 91.71 [2020-10-03T12:05:51.073Z] 12:04:01 PM 3 1.94 0.00 0.79 1.44 0.00 95.84 [2020-10-03T12:05:51.073Z] 12:05:01 PM all 14.89 0.00 3.12 1.76 0.01 80.22 [2020-10-03T12:05:51.073Z] 12:05:01 PM 0 23.42 0.00 3.12 0.94 0.02 72.50 [2020-10-03T12:05:51.073Z] 12:05:01 PM 1 13.08 0.00 3.64 1.66 0.00 81.62 [2020-10-03T12:05:51.073Z] 12:05:01 PM 2 8.96 0.00 2.43 2.65 0.00 85.97 [2020-10-03T12:05:51.073Z] 12:05:01 PM 3 14.16 0.00 3.31 1.80 0.02 80.72 [2020-10-03T12:05:51.073Z] Average: all 3.14 0.00 0.73 0.41 0.00 95.72 [2020-10-03T12:05:51.074Z] Average: 0 5.82 0.00 0.83 0.19 0.00 93.16 [2020-10-03T12:05:51.074Z] Average: 1 2.27 0.00 0.78 0.48 0.00 96.47 [2020-10-03T12:05:51.074Z] Average: 2 2.06 0.00 0.63 0.56 0.00 96.75 [2020-10-03T12:05:51.074Z] Average: 3 2.42 0.00 0.67 0.41 0.00 96.50 [2020-10-03T12:05:51.074Z] [2020-10-03T12:05:51.074Z] [2020-10-03T12:05:51.074Z]