Pull request #602 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 276e169bbc00b810e76808b3fa76b69a46b3a00c+fb7330ff9bf92f9fa1366cf6687914141b9e28cd (880dece33d0eca5b73086efdbd9439ce6d2d4b4e) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2132 in /w/workspace/dgexfoundry_device-sdk-go_PR-602 [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-602 # 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 fb7330ff9bf92f9fa1366cf6687914141b9e28cd into PR head commit 276e169bbc00b810e76808b3fa76b69a46b3a00c Merge succeeded, producing 276e169bbc00b810e76808b3fa76b69a46b3a00c Checking out Revision 276e169bbc00b810e76808b3fa76b69a46b3a00c (PR-602) > 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/602/head:refs/remotes/origin/PR-602 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 276e169bbc00b810e76808b3fa76b69a46b3a00c # 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 fb7330ff9bf92f9fa1366cf6687914141b9e28cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 276e169bbc00b810e76808b3fa76b69a46b3a00c # timeout=10 Commit message: "feat: implement Device SDK v2 common API" First time build. Skipping changelog. > git rev-list --no-walk 973e3351d72c08547700289f4b31505d6abbb4ce # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-30T04:35:35.415Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-30T04:35:35.668Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-30T04:35:35.769Z] ========================================================= [2020-09-30T04:35:35.769Z] EdgeX Global Pipelines Version Info [2020-09-30T04:35:35.769Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-30T04:35:37.398Z] ------------------- [2020-09-30T04:35:37.398Z] stable info: [2020-09-30T04:35:37.398Z] ------------------- [2020-09-30T04:35:37.398Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-30T04:35:37.398Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-30T04:35:37.398Z] Message: update stable to v1.0.131 [2020-09-30T04:35:38.344Z] ------------------- [2020-09-30T04:35:38.344Z] experimental info: [2020-09-30T04:35:38.344Z] ------------------- [2020-09-30T04:35:38.344Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-30T04:35:38.344Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-30T04:35:38.344Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-30T04:35:38.682Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-30T04:35:38.765Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-30T04:35:38.851Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-30T04:35:38.944Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-30T04:35:39.050Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-30T04:35:39.148Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-30T04:35:39.250Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-30T04:35:39.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-30T04:35:39.447Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-30T04:35:39.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-30T04:35:39.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-30T04:35:39.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-30T04:35:39.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-30T04:35:39.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-30T04:35:39.984Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-30T04:35:40.104Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-30T04:35:40.290Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-30T04:35:40.378Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-30T04:35:40.524Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-30T04:35:40.692Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-30T04:35:40.792Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-30T04:35:40.880Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-30T04:35:40.964Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-30T04:35:41.050Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-30T04:35:41.154Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-09-30T04:35:41.238Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-602 [Pipeline] echo [2020-09-30T04:35:41.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-602 [Pipeline] echo [2020-09-30T04:35:41.417Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-602 [Pipeline] echo [2020-09-30T04:35:41.501Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 276e169bbc00b810e76808b3fa76b69a46b3a00c [Pipeline] echo [2020-09-30T04:35:41.588Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 276e169 [Pipeline] echo [2020-09-30T04:35:41.675Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-30T04:35:42.335Z] + git log --format=format:%s -1 276e169bbc00b810e76808b3fa76b69a46b3a00c [Pipeline] echo [2020-09-30T04:35:42.399Z] GIT_COMMIT: 276e169bbc00b810e76808b3fa76b69a46b3a00c, Commit Message: feat: implement Device SDK v2 common API [Pipeline] echo [2020-09-30T04:35:42.446Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-30T04:35:43.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T04:35:43.288Z] [2020-09-30T04:35:43.288Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T04:35:43.641Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T04:35:43.641Z] latest: Pulling from edgex-devops/git-semver [2020-09-30T04:35:43.641Z] 31603596830f: Pulling fs layer [2020-09-30T04:35:43.641Z] 2a8b12db71e7: Pulling fs layer [2020-09-30T04:35:43.641Z] 6ca5941a6612: Pulling fs layer [2020-09-30T04:35:43.641Z] ecc8261a40a4: Pulling fs layer [2020-09-30T04:35:43.641Z] ecc8261a40a4: Waiting [2020-09-30T04:35:43.641Z] 2a8b12db71e7: Verifying Checksum [2020-09-30T04:35:43.641Z] 2a8b12db71e7: Download complete [2020-09-30T04:35:43.907Z] 31603596830f: Verifying Checksum [2020-09-30T04:35:43.907Z] 31603596830f: Download complete [2020-09-30T04:35:43.907Z] ecc8261a40a4: Verifying Checksum [2020-09-30T04:35:43.907Z] ecc8261a40a4: Download complete [2020-09-30T04:35:43.907Z] 6ca5941a6612: Verifying Checksum [2020-09-30T04:35:43.907Z] 6ca5941a6612: Download complete [2020-09-30T04:35:44.171Z] 31603596830f: Pull complete [2020-09-30T04:35:44.171Z] 2a8b12db71e7: Pull complete [2020-09-30T04:35:45.130Z] 6ca5941a6612: Pull complete [2020-09-30T04:35:45.391Z] ecc8261a40a4: Pull complete [2020-09-30T04:35:45.391Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-30T04:35:45.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T04:35:45.391Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-30T04:35:45.524Z] prd-centos7-docker-4c-2g-2132 does not seem to be running inside a container [2020-09-30T04:35:45.579Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-602 -v /w/workspace/dgexfoundry_device-sdk-go_PR-602:/w/workspace/dgexfoundry_device-sdk-go_PR-602:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-602@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-602@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-30T04:35:47.569Z] $ docker top ddc8c363ffe23d79b87cecc2ee0c0730ad8bc4edd946405c4cc0ca127d3e8d45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-30T04:35:47.939Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T04:35:47.939Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T04:35:48.181Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T04:35:48.186Z] $ docker exec ddc8c363ffe23d79b87cecc2ee0c0730ad8bc4edd946405c4cc0ca127d3e8d45 ssh-agent [2020-09-30T04:35:48.358Z] SSH_AUTH_SOCK=/tmp/ssh-qqcQHMIbKxo1/agent.13 [2020-09-30T04:35:48.358Z] SSH_AGENT_PID=18 [2020-09-30T04:35:48.372Z] Running ssh-add (command line suppressed) [2020-09-30T04:35:48.493Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-602@tmp/private_key_5586831079247802253.key (/w/workspace/dgexfoundry_device-sdk-go_PR-602@tmp/private_key_5586831079247802253.key) [2020-09-30T04:35:48.545Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T04:35:48.913Z] + git describe --exact-match --tags HEAD [2020-09-30T04:35:48.913Z] fatal: no tag exactly matches '276e169bbc00b810e76808b3fa76b69a46b3a00c' [Pipeline] } [2020-09-30T04:35:48.942Z] $ docker exec --env ******** --env ******** ddc8c363ffe23d79b87cecc2ee0c0730ad8bc4edd946405c4cc0ca127d3e8d45 ssh-agent -k [2020-09-30T04:35:49.066Z] unset SSH_AUTH_SOCK; [2020-09-30T04:35:49.066Z] unset SSH_AGENT_PID; [2020-09-30T04:35:49.066Z] echo Agent pid 18 killed; [2020-09-30T04:35:49.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-30T04:35:49.204Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-30T04:35:49.204Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-30T04:35:49.295Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T04:35:49.295Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T04:35:49.513Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T04:35:49.519Z] $ docker exec ddc8c363ffe23d79b87cecc2ee0c0730ad8bc4edd946405c4cc0ca127d3e8d45 ssh-agent [2020-09-30T04:35:49.720Z] SSH_AUTH_SOCK=/tmp/ssh-AmmqS4dbz0Nm/agent.47 [2020-09-30T04:35:49.720Z] SSH_AGENT_PID=52 [2020-09-30T04:35:49.728Z] Running ssh-add (command line suppressed) [2020-09-30T04:35:49.871Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-602@tmp/private_key_4022683259173261116.key (/w/workspace/dgexfoundry_device-sdk-go_PR-602@tmp/private_key_4022683259173261116.key) [2020-09-30T04:35:49.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T04:35:50.288Z] + git semver init [2020-09-30T04:35:50.288Z] # -> Open(): unable to determine branch for HEAD [2020-09-30T04:35:50.288Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-602/.git [2020-09-30T04:35:50.288Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-602 [2020-09-30T04:35:50.288Z] # $SEMVER_REMOTE_NAME = origin [2020-09-30T04:35:50.288Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-30T04:35:50.288Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-30T04:35:50.288Z] # $SEMVER_BRANCH = PR-602 [2020-09-30T04:35:50.288Z] # $SEMVER_TEMP = /tmp/semver-171822577 [2020-09-30T04:35:50.288Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-30T04:35:51.246Z] # '/tmp/semver-171822577' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-602/.semver' [2020-09-30T04:35:51.246Z] # -> Force: false [2020-09-30T04:35:51.246Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-602/.semver [Pipeline] } [2020-09-30T04:35:51.260Z] $ docker exec --env ******** --env ******** ddc8c363ffe23d79b87cecc2ee0c0730ad8bc4edd946405c4cc0ca127d3e8d45 ssh-agent -k [2020-09-30T04:35:51.374Z] unset SSH_AUTH_SOCK; [2020-09-30T04:35:51.374Z] unset SSH_AGENT_PID; [2020-09-30T04:35:51.374Z] echo Agent pid 52 killed; [2020-09-30T04:35:51.415Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-30T04:35:51.912Z] + git semver [Pipeline] } [2020-09-30T04:35:51.943Z] $ docker stop --time=1 ddc8c363ffe23d79b87cecc2ee0c0730ad8bc4edd946405c4cc0ca127d3e8d45 [2020-09-30T04:35:53.333Z] $ docker rm -f ddc8c363ffe23d79b87cecc2ee0c0730ad8bc4edd946405c4cc0ca127d3e8d45 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-30T04:35:54.179Z] Stashed 40 file(s) [Pipeline] echo [2020-09-30T04:35:54.182Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-30T04:35:54.277Z] 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-09-30T04:36:09.668Z] Still waiting to schedule task [2020-09-30T04:36:09.668Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-30T04:36:09.670Z] Still waiting to schedule task [2020-09-30T04:36:09.670Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-30T04:38:25.852Z] Running on prd-centos7-docker-4c-2g-2135 in /w/workspace/dgexfoundry_device-sdk-go_PR-602 [Pipeline] { [Pipeline] ws [2020-09-30T04:38:25.961Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-09-30T04:38:29.399Z] using credential edgex-jenkins-ssh [2020-09-30T04:38:29.446Z] Cloning the remote Git repository [2020-09-30T04:38:29.473Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T04:38:29.540Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2020-09-30T04:38:29.589Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T04:38:29.590Z] > git --version # timeout=10 [2020-09-30T04:38:29.597Z] > git --version # 'git version 2.16.5' [2020-09-30T04:38:29.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T04:38:29.624Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T04:38:30.350Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T04:38:30.355Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T04:38:30.365Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T04:38:30.376Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T04:38:30.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T04:38:30.380Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/602/head:refs/remotes/origin/PR-602 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-30T04:38:30.865Z] Merging remotes/origin/master commit fb7330ff9bf92f9fa1366cf6687914141b9e28cd into PR head commit 276e169bbc00b810e76808b3fa76b69a46b3a00c [2020-09-30T04:38:30.969Z] Merge succeeded, producing 276e169bbc00b810e76808b3fa76b69a46b3a00c [2020-09-30T04:38:30.970Z] Checking out Revision 276e169bbc00b810e76808b3fa76b69a46b3a00c (PR-602) [2020-09-30T04:38:30.877Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T04:38:30.885Z] > git checkout -f 276e169bbc00b810e76808b3fa76b69a46b3a00c # timeout=10 [2020-09-30T04:38:30.935Z] > git remote # timeout=10 [2020-09-30T04:38:30.939Z] > git config --get remote.origin.url # timeout=10 [2020-09-30T04:38:30.945Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T04:38:30.950Z] > git merge fb7330ff9bf92f9fa1366cf6687914141b9e28cd # timeout=10 [2020-09-30T04:38:30.964Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-30T04:38:30.975Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T04:38:30.979Z] > git checkout -f 276e169bbc00b810e76808b3fa76b69a46b3a00c # timeout=10 [2020-09-30T04:38:34.596Z] Commit message: "feat: implement Device SDK v2 common API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-30T04:38:35.418Z] ========================================================= [2020-09-30T04:38:35.419Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-30T04:38:35.419Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-30T04:38:36.092Z] + 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-09-30T04:38:36.356Z] Sending build context to Docker daemon 3.468MB [2020-09-30T04:38:36.357Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-30T04:38:36.357Z] Step 2/8 : FROM ${BASE} [2020-09-30T04:38:36.357Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-30T04:38:36.357Z] df20fa9351a1: Pulling fs layer [2020-09-30T04:38:36.357Z] ed8968b2872e: Pulling fs layer [2020-09-30T04:38:36.357Z] a92cc7c5fd73: Pulling fs layer [2020-09-30T04:38:36.357Z] e871e8e8d7a9: Pulling fs layer [2020-09-30T04:38:36.357Z] e73272ec9a57: Pulling fs layer [2020-09-30T04:38:36.357Z] 1e910a182e73: Pulling fs layer [2020-09-30T04:38:36.357Z] 4e634b169226: Pulling fs layer [2020-09-30T04:38:36.357Z] e73272ec9a57: Waiting [2020-09-30T04:38:36.357Z] 1e910a182e73: Waiting [2020-09-30T04:38:36.357Z] 4e634b169226: Waiting [2020-09-30T04:38:36.357Z] e871e8e8d7a9: Waiting [2020-09-30T04:38:36.357Z] a92cc7c5fd73: Verifying Checksum [2020-09-30T04:38:36.357Z] a92cc7c5fd73: Download complete [2020-09-30T04:38:36.357Z] ed8968b2872e: Download complete [2020-09-30T04:38:36.619Z] e73272ec9a57: Verifying Checksum [2020-09-30T04:38:36.619Z] e73272ec9a57: Download complete [2020-09-30T04:38:36.619Z] 1e910a182e73: Verifying Checksum [2020-09-30T04:38:36.619Z] 1e910a182e73: Download complete [2020-09-30T04:38:36.619Z] df20fa9351a1: Verifying Checksum [2020-09-30T04:38:36.619Z] df20fa9351a1: Download complete [2020-09-30T04:38:36.619Z] df20fa9351a1: Pull complete [2020-09-30T04:38:36.883Z] ed8968b2872e: Pull complete [2020-09-30T04:38:37.146Z] a92cc7c5fd73: Pull complete [2020-09-30T04:38:38.535Z] 4e634b169226: Verifying Checksum [2020-09-30T04:38:38.535Z] 4e634b169226: Download complete [2020-09-30T04:38:39.480Z] e871e8e8d7a9: Verifying Checksum [2020-09-30T04:38:39.480Z] e871e8e8d7a9: Download complete [2020-09-30T04:38:44.793Z] e871e8e8d7a9: Pull complete [2020-09-30T04:38:44.793Z] e73272ec9a57: Pull complete [2020-09-30T04:38:44.793Z] 1e910a182e73: Pull complete [2020-09-30T04:38:48.142Z] 4e634b169226: Pull complete [2020-09-30T04:38:48.142Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-30T04:38:48.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-30T04:38:48.142Z] ---> f7629b54cfaa [2020-09-30T04:38:48.142Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T04:38:48.717Z] ---> Running in 8bc2310cb4ab [2020-09-30T04:38:48.717Z] Removing intermediate container 8bc2310cb4ab [2020-09-30T04:38:48.717Z] ---> e11bed5f053d [2020-09-30T04:38:48.717Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T04:38:48.717Z] ---> Running in 05cbc271096e [2020-09-30T04:38:50.642Z] Removing intermediate container 05cbc271096e [2020-09-30T04:38:50.642Z] ---> 0e1ddce17a3a [2020-09-30T04:38:50.642Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-30T04:38:50.642Z] ---> Running in 70496ea36174 [2020-09-30T04:38:50.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T04:38:51.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T04:38:52.428Z] OK: 166 MiB in 39 packages [2020-09-30T04:38:52.691Z] Removing intermediate container 70496ea36174 [2020-09-30T04:38:52.691Z] ---> 64289af9b96d [2020-09-30T04:38:52.691Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-30T04:38:52.691Z] ---> Running in e610a2807c0e [2020-09-30T04:38:52.954Z] Removing intermediate container e610a2807c0e [2020-09-30T04:38:52.954Z] ---> d6d7975ec9c3 [2020-09-30T04:38:52.954Z] Step 7/8 : COPY . . [2020-09-30T04:38:54.348Z] ---> 91dc0aa61492 [2020-09-30T04:38:54.348Z] Step 8/8 : RUN go mod download [2020-09-30T04:38:54.348Z] ---> Running in 0d058fed3fee [2020-09-30T04:39:12.511Z] Removing intermediate container 0d058fed3fee [2020-09-30T04:39:12.511Z] ---> 0ab3fa2f8054 [2020-09-30T04:39:12.511Z] Successfully built 0ab3fa2f8054 [2020-09-30T04:39:12.511Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T04:39:12.865Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-30T04:39:12.865Z] . [Pipeline] withDockerContainer [2020-09-30T04:39:12.971Z] prd-centos7-docker-4c-2g-2135 does not seem to be running inside a container [2020-09-30T04:39:13.023Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-30T04:39:14.222Z] $ docker top f4b09f40d69a03b11ea9d6a873e4d81b60a491aaa55e72864d2ee2e3f230e7fc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T04:39:14.749Z] + go version [2020-09-30T04:39:14.749Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-30T04:39:14.766Z] $ docker stop --time=1 f4b09f40d69a03b11ea9d6a873e4d81b60a491aaa55e72864d2ee2e3f230e7fc [2020-09-30T04:39:16.139Z] $ docker rm -f f4b09f40d69a03b11ea9d6a873e4d81b60a491aaa55e72864d2ee2e3f230e7fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T04:39:17.056Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-30T04:39:17.056Z] . [Pipeline] withDockerContainer [2020-09-30T04:39:17.153Z] prd-centos7-docker-4c-2g-2135 does not seem to be running inside a container [2020-09-30T04:39:17.253Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-30T04:39:17.817Z] $ docker top 4af1a23a12bc49e3480266a0c9e8aa96c3b92ccdb0385eade70a86e2dfaa2533 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T04:39:18.287Z] + make test [2020-09-30T04:39:18.287Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-30T04:39:24.908Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-30T04:39:39.924Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-30T04:39:39.924Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-30T04:39:39.924Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-30T04:39:39.924Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.069s coverage: 21.6% of statements [2020-09-30T04:39:39.924Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.417s coverage: 97.1% of statements [2020-09-30T04:40:12.093Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.052s coverage: 9.4% of statements [2020-09-30T04:40:12.093Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 21.9% of statements [2020-09-30T04:40:12.093Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-30T04:40:12.093Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.183s coverage: 39.5% of statements [2020-09-30T04:40:12.093Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-30T04:40:12.093Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.272s coverage: 65.4% of statements [2020-09-30T04:40:12.093Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-30T04:40:12.093Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-30T04:40:12.093Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-30T04:40:12.093Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-09-30T04:40:12.093Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.061s coverage: 52.6% of statements [2020-09-30T04:40:12.094Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-09-30T04:40:12.094Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.538s coverage: 68.9% of statements [2020-09-30T04:40:12.094Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-30T04:40:12.094Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-30T04:40:12.094Z] GO111MODULE=on go vet ./... [2020-09-30T04:40:17.465Z] gofmt -l . [2020-09-30T04:40:17.465Z] [ "`gofmt -l .`" = "" ] [2020-09-30T04:40:17.465Z] ./bin/test-attribution-txt.sh [2020-09-30T04:40:18.043Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-30T04:40:18.680Z] Stashed 1 file(s) [Pipeline] } [2020-09-30T04:40:18.689Z] $ docker stop --time=1 4af1a23a12bc49e3480266a0c9e8aa96c3b92ccdb0385eade70a86e2dfaa2533 [2020-09-30T04:40:20.559Z] $ docker rm -f 4af1a23a12bc49e3480266a0c9e8aa96c3b92ccdb0385eade70a86e2dfaa2533 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-09-30T04:40:22.956Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-30T04:40:23.256Z] + ls -al . [2020-09-30T04:40:23.257Z] total 192 [2020-09-30T04:40:23.257Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 30 04:40 . [2020-09-30T04:40:23.257Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 30 04:38 .. [2020-09-30T04:40:23.257Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 30 04:38 bin [2020-09-30T04:40:23.257Z] -rw-r--r--. 1 jenkins jenkins 111041 Sep 30 04:40 coverage.out [2020-09-30T04:40:23.257Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 30 04:38 Dockerfile.build [2020-09-30T04:40:23.257Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 30 04:38 .dockerignore [2020-09-30T04:40:23.257Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 30 04:38 example [2020-09-30T04:40:23.257Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 30 04:38 .git [2020-09-30T04:40:23.257Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 30 04:38 .github [2020-09-30T04:40:23.257Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 30 04:38 .gitignore [2020-09-30T04:40:23.257Z] -rw-r--r--. 1 jenkins jenkins 517 Sep 30 04:40 go.mod [2020-09-30T04:40:23.257Z] -rw-r--r--. 1 jenkins jenkins 13650 Sep 30 04:40 go.sum [2020-09-30T04:40:23.257Z] drwxrwxr-x. 15 jenkins jenkins 211 Sep 30 04:38 internal [2020-09-30T04:40:23.257Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 30 04:38 Jenkinsfile [2020-09-30T04:40:23.257Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 30 04:38 LICENSE [2020-09-30T04:40:23.257Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 30 04:38 Makefile [2020-09-30T04:40:23.257Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 30 04:38 openapi [2020-09-30T04:40:23.257Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 30 04:38 pkg [2020-09-30T04:40:23.257Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 30 04:38 README.md [2020-09-30T04:40:23.257Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 30 04:38 RELEASE-NOTES.txt [2020-09-30T04:40:23.257Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 30 04:38 .semver [2020-09-30T04:40:23.257Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 30 04:38 snap [2020-09-30T04:40:23.257Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 30 04:35 VERSION [2020-09-30T04:40:23.257Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 30 04:38 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-30T04:40:23.566Z] + 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=276e169bbc00b810e76808b3fa76b69a46b3a00c --label arch=amd64 --label version=0.0.0 . [2020-09-30T04:40:23.827Z] Sending build context to Docker daemon 3.579MB [2020-09-30T04:40:23.827Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-30T04:40:23.827Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-30T04:40:23.827Z] ---> 0ab3fa2f8054 [2020-09-30T04:40:23.827Z] Step 3/24 : ARG MAKE='make build' [2020-09-30T04:40:24.403Z] ---> Running in e4ecba77da49 [2020-09-30T04:40:24.404Z] Removing intermediate container e4ecba77da49 [2020-09-30T04:40:24.404Z] ---> 09e620543c53 [2020-09-30T04:40:24.404Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-30T04:40:24.664Z] ---> Running in 9d85bf36873c [2020-09-30T04:40:24.664Z] Removing intermediate container 9d85bf36873c [2020-09-30T04:40:24.664Z] ---> 4825b58709d1 [2020-09-30T04:40:24.664Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T04:40:24.664Z] ---> Running in 52cb7289d5d5 [2020-09-30T04:40:24.926Z] Removing intermediate container 52cb7289d5d5 [2020-09-30T04:40:24.926Z] ---> 8b26ff6a336a [2020-09-30T04:40:24.926Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T04:40:24.926Z] ---> Running in 8b6a127389aa [2020-09-30T04:40:25.877Z] Removing intermediate container 8b6a127389aa [2020-09-30T04:40:25.877Z] ---> 7aa8e4342685 [2020-09-30T04:40:25.877Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-30T04:40:25.877Z] ---> Running in 49b30bc62572 [2020-09-30T04:40:26.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T04:40:26.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T04:40:27.661Z] OK: 166 MiB in 39 packages [2020-09-30T04:40:27.925Z] Removing intermediate container 49b30bc62572 [2020-09-30T04:40:27.925Z] ---> 88be0f5f6f9e [2020-09-30T04:40:27.925Z] Step 8/24 : COPY . . [2020-09-30T04:40:28.873Z] ---> a4920d6143e1 [2020-09-30T04:40:28.873Z] Step 9/24 : RUN ${MAKE} [2020-09-30T04:40:28.873Z] ---> Running in ca2238a2489c [2020-09-30T04:40:29.450Z] 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-09-30T04:40:36.393Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2136 in /w/workspace/dgexfoundry_device-sdk-go_PR-602 [Pipeline] { [Pipeline] ws [2020-09-30T04:40:36.451Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-09-30T04:40:37.716Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-30T04:40:38.667Z] Removing intermediate container ca2238a2489c [2020-09-30T04:40:38.667Z] ---> d9b182cc2b2e [2020-09-30T04:40:38.667Z] Step 10/24 : FROM scratch [2020-09-30T04:40:38.667Z] ---> [2020-09-30T04:40:38.667Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T04:40:38.930Z] ---> Running in 30a0df8a9bda [2020-09-30T04:40:38.930Z] Removing intermediate container 30a0df8a9bda [2020-09-30T04:40:38.930Z] ---> fa63042ddaca [2020-09-30T04:40:38.930Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-30T04:40:38.930Z] ---> Running in 0e0872ab4b88 [2020-09-30T04:40:39.193Z] Removing intermediate container 0e0872ab4b88 [2020-09-30T04:40:39.193Z] ---> a091486218d9 [2020-09-30T04:40:39.193Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-30T04:40:39.193Z] ---> Running in 08f4b3c0eb98 [2020-09-30T04:40:39.457Z] Removing intermediate container 08f4b3c0eb98 [2020-09-30T04:40:39.457Z] ---> 5f90dbf37e0a [2020-09-30T04:40:39.457Z] Step 14/24 : WORKDIR / [2020-09-30T04:40:39.457Z] ---> Running in f147dd77c160 [2020-09-30T04:40:39.457Z] Removing intermediate container f147dd77c160 [2020-09-30T04:40:39.457Z] ---> e2b0deadfa7f [2020-09-30T04:40:39.457Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-30T04:40:40.031Z] ---> 0671d9c497ca [2020-09-30T04:40:40.031Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-30T04:40:40.292Z] ---> f46d9ff15067 [2020-09-30T04:40:40.292Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-30T04:40:40.553Z] ---> 5ff2fb3f156d [2020-09-30T04:40:40.553Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-30T04:40:40.553Z] ---> 4dae200bdd2d [2020-09-30T04:40:40.553Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-30T04:40:40.814Z] ---> 8d29d798b812 [2020-09-30T04:40:40.814Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-30T04:40:40.814Z] ---> Running in e1b56e2d45d9 [2020-09-30T04:40:41.078Z] Removing intermediate container e1b56e2d45d9 [2020-09-30T04:40:41.078Z] ---> 52bee139f43e [2020-09-30T04:40:41.078Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T04:40:41.078Z] ---> Running in 934a0724d1e9 [2020-09-30T04:40:41.651Z] Removing intermediate container 934a0724d1e9 [2020-09-30T04:40:41.651Z] ---> 3a9d2e66002a [2020-09-30T04:40:41.651Z] Step 22/24 : LABEL arch=amd64 [2020-09-30T04:40:41.651Z] ---> Running in 01288853a52f [2020-09-30T04:40:41.651Z] Removing intermediate container 01288853a52f [2020-09-30T04:40:41.651Z] ---> 3e5a00084b25 [2020-09-30T04:40:41.651Z] Step 23/24 : LABEL git_sha=276e169bbc00b810e76808b3fa76b69a46b3a00c [2020-09-30T04:40:41.704Z] using credential edgex-jenkins-ssh [2020-09-30T04:40:41.825Z] Cloning the remote Git repository [2020-09-30T04:40:41.917Z] ---> Running in cefb2d9671f1 [2020-09-30T04:40:41.917Z] Removing intermediate container cefb2d9671f1 [2020-09-30T04:40:41.917Z] ---> fa80befdbf4a [2020-09-30T04:40:41.917Z] Step 24/24 : LABEL version=0.0.0 [2020-09-30T04:40:41.917Z] ---> Running in b66578d2318e [2020-09-30T04:40:42.179Z] Removing intermediate container b66578d2318e [2020-09-30T04:40:42.179Z] ---> 1e685eb54a43 [2020-09-30T04:40:42.179Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-30T04:40:42.179Z] Successfully built 1e685eb54a43 [2020-09-30T04:40:42.179Z] 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] } [2020-09-30T04:40:41.887Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T04:40:42.007Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2020-09-30T04:40:42.080Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T04:40:42.081Z] > git --version # timeout=10 [2020-09-30T04:40:42.100Z] > git --version # 'git version 2.17.1' [2020-09-30T04:40:42.101Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T04:40:42.179Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-30T04:40:44.022Z] Merging remotes/origin/master commit fb7330ff9bf92f9fa1366cf6687914141b9e28cd into PR head commit 276e169bbc00b810e76808b3fa76b69a46b3a00c [2020-09-30T04:40:43.252Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T04:40:43.272Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T04:40:43.300Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T04:40:43.341Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T04:40:43.342Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T04:40:43.353Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/602/head:refs/remotes/origin/PR-602 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-30T04:40:44.048Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T04:40:44.064Z] > git checkout -f 276e169bbc00b810e76808b3fa76b69a46b3a00c # timeout=10 [2020-09-30T04:40:44.354Z] Merge succeeded, producing 276e169bbc00b810e76808b3fa76b69a46b3a00c [2020-09-30T04:40:44.354Z] Checking out Revision 276e169bbc00b810e76808b3fa76b69a46b3a00c (PR-602) [2020-09-30T04:40:44.176Z] > git remote # timeout=10 [2020-09-30T04:40:44.194Z] > git config --get remote.origin.url # timeout=10 [2020-09-30T04:40:44.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T04:40:44.223Z] > git merge fb7330ff9bf92f9fa1366cf6687914141b9e28cd # timeout=10 [2020-09-30T04:40:44.300Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-30T04:40:44.366Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T04:40:44.420Z] > git checkout -f 276e169bbc00b810e76808b3fa76b69a46b3a00c # timeout=10 [2020-09-30T04:40:48.869Z] Commit message: "feat: implement Device SDK v2 common API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-30T04:40:50.057Z] ========================================================= [2020-09-30T04:40:50.057Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-30T04:40:50.057Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-30T04:40:51.230Z] + 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-09-30T04:40:52.239Z] Sending build context to Docker daemon 3.467MB [2020-09-30T04:40:52.239Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-30T04:40:52.239Z] Step 2/8 : FROM ${BASE} [2020-09-30T04:40:52.523Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-30T04:40:52.523Z] b538f80385f9: Pulling fs layer [2020-09-30T04:40:52.523Z] 74f711af9a0d: Pulling fs layer [2020-09-30T04:40:52.523Z] 99f96fe45779: Pulling fs layer [2020-09-30T04:40:52.523Z] 8529a6b9a6be: Pulling fs layer [2020-09-30T04:40:52.523Z] 45590311c82a: Pulling fs layer [2020-09-30T04:40:52.523Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-30T04:40:52.523Z] 209524e5b208: Pulling fs layer [2020-09-30T04:40:52.523Z] 45590311c82a: Waiting [2020-09-30T04:40:52.523Z] 69ca0ff8b7b3: Waiting [2020-09-30T04:40:52.523Z] 209524e5b208: Waiting [2020-09-30T04:40:52.523Z] 8529a6b9a6be: Waiting [2020-09-30T04:40:52.523Z] 99f96fe45779: Verifying Checksum [2020-09-30T04:40:52.523Z] 99f96fe45779: Download complete [2020-09-30T04:40:52.523Z] 74f711af9a0d: Verifying Checksum [2020-09-30T04:40:52.523Z] 74f711af9a0d: Download complete [2020-09-30T04:40:52.523Z] 45590311c82a: Verifying Checksum [2020-09-30T04:40:52.523Z] 45590311c82a: Download complete [2020-09-30T04:40:52.523Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-30T04:40:52.523Z] 69ca0ff8b7b3: Download complete [2020-09-30T04:40:52.523Z] b538f80385f9: Verifying Checksum [2020-09-30T04:40:52.523Z] b538f80385f9: Download complete [2020-09-30T04:40:53.517Z] b538f80385f9: Pull complete [2020-09-30T04:40:53.803Z] 74f711af9a0d: Pull complete [2020-09-30T04:40:54.081Z] 99f96fe45779: Pull complete [2020-09-30T04:40:58.392Z] 209524e5b208: Verifying Checksum [2020-09-30T04:40:58.392Z] 209524e5b208: Download complete [2020-09-30T04:40:59.829Z] 8529a6b9a6be: Verifying Checksum [2020-09-30T04:40:59.829Z] 8529a6b9a6be: Download complete [2020-09-30T04:41:10.003Z] 8529a6b9a6be: Pull complete [2020-09-30T04:41:10.003Z] 45590311c82a: Pull complete [2020-09-30T04:41:10.279Z] 69ca0ff8b7b3: Pull complete [2020-09-30T04:41:14.607Z] 209524e5b208: Pull complete [2020-09-30T04:41:14.607Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-30T04:41:14.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-30T04:41:14.607Z] ---> 5bddaf1c2fca [2020-09-30T04:41:14.607Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T04:41:17.238Z] ---> Running in ffe08ae04391 [2020-09-30T04:41:17.238Z] Removing intermediate container ffe08ae04391 [2020-09-30T04:41:17.238Z] ---> 6ea665032a54 [2020-09-30T04:41:17.238Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T04:41:17.514Z] ---> Running in 5b24ec64d923 [2020-09-30T04:41:20.159Z] Removing intermediate container 5b24ec64d923 [2020-09-30T04:41:20.159Z] ---> 2a0d35285c91 [2020-09-30T04:41:20.159Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-30T04:41:20.159Z] ---> Running in 3bf0429dd09f [2020-09-30T04:41:21.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T04:41:22.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T04:41:23.182Z] OK: 142 MiB in 39 packages [2020-09-30T04:41:24.168Z] Removing intermediate container 3bf0429dd09f [2020-09-30T04:41:24.168Z] ---> dc4345559d2b [2020-09-30T04:41:24.168Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-30T04:41:24.443Z] ---> Running in 7445309e3101 [2020-09-30T04:41:25.045Z] Removing intermediate container 7445309e3101 [2020-09-30T04:41:25.045Z] ---> e96de712341c [2020-09-30T04:41:25.045Z] Step 7/8 : COPY . . [2020-09-30T04:41:26.496Z] ---> 8c083bee0dd9 [2020-09-30T04:41:26.496Z] Step 8/8 : RUN go mod download [2020-09-30T04:41:26.496Z] ---> Running in 9ea5336a3e33 [2020-09-30T04:41:48.690Z] Removing intermediate container 9ea5336a3e33 [2020-09-30T04:41:48.690Z] ---> efc2465eca5d [2020-09-30T04:41:48.690Z] Successfully built efc2465eca5d [2020-09-30T04:41:48.690Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T04:41:49.101Z] + docker inspect -f . ci-base-image-arm64 [2020-09-30T04:41:49.101Z] . [Pipeline] withDockerContainer [2020-09-30T04:41:49.347Z] prd-ubuntu18.04-docker-arm64-4c-16g-2136 does not seem to be running inside a container [2020-09-30T04:41:49.430Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-30T04:41:51.251Z] $ docker top 29a5f7466659fe0a164a2894289847e17a9545ac9ae52799734d0b21227e5829 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T04:41:52.674Z] + go version [2020-09-30T04:41:52.674Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-30T04:41:52.692Z] $ docker stop --time=1 29a5f7466659fe0a164a2894289847e17a9545ac9ae52799734d0b21227e5829 [2020-09-30T04:41:54.642Z] $ docker rm -f 29a5f7466659fe0a164a2894289847e17a9545ac9ae52799734d0b21227e5829 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T04:41:55.721Z] + docker inspect -f . ci-base-image-arm64 [2020-09-30T04:41:55.721Z] . [Pipeline] withDockerContainer [2020-09-30T04:41:55.988Z] prd-ubuntu18.04-docker-arm64-4c-16g-2136 does not seem to be running inside a container [2020-09-30T04:41:56.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-30T04:41:57.882Z] $ docker top 530b89b7214eb84e383e183c1ee5fb04be2dc26345d51cdfdc8751937e84c290 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T04:41:59.322Z] + make test [2020-09-30T04:41:59.322Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-30T04:42:21.518Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-30T04:43:00.575Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-30T04:43:00.575Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-30T04:43:00.575Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-30T04:43:00.575Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.132s coverage: 21.6% of statements [2020-09-30T04:43:00.856Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.292s coverage: 97.1% of statements [2020-09-30T04:43:33.297Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.124s coverage: 9.4% of statements [2020-09-30T04:43:33.297Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.121s coverage: 21.9% of statements [2020-09-30T04:43:33.297Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-30T04:43:33.297Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.551s coverage: 39.5% of statements [2020-09-30T04:43:33.297Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-30T04:43:33.297Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.809s coverage: 65.4% of statements [2020-09-30T04:43:33.297Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-30T04:43:33.297Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-30T04:43:33.297Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-30T04:43:33.297Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-09-30T04:43:33.297Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.173s coverage: 52.6% of statements [2020-09-30T04:43:33.297Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-09-30T04:43:33.297Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.635s coverage: 68.9% of statements [2020-09-30T04:43:33.297Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-30T04:43:33.297Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-30T04:43:33.297Z] GO111MODULE=on go vet ./... [2020-09-30T04:44:00.182Z] gofmt -l . [2020-09-30T04:44:00.779Z] [ "`gofmt -l .`" = "" ] [2020-09-30T04:44:01.054Z] ./bin/test-attribution-txt.sh [2020-09-30T04:44:02.041Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-30T04:44:02.338Z] Warning: overwriting stash ‘coverage-report’ [2020-09-30T04:44:03.194Z] Stashed 1 file(s) [Pipeline] } [2020-09-30T04:44:03.184Z] $ docker stop --time=1 530b89b7214eb84e383e183c1ee5fb04be2dc26345d51cdfdc8751937e84c290 [2020-09-30T04:44:05.399Z] $ docker rm -f 530b89b7214eb84e383e183c1ee5fb04be2dc26345d51cdfdc8751937e84c290 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-30T04:44:07.014Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-30T04:44:07.422Z] + ls -al . [2020-09-30T04:44:07.423Z] total 232 [2020-09-30T04:44:07.423Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 30 04:44 . [2020-09-30T04:44:07.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 04:40 .. [2020-09-30T04:44:07.423Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 30 04:40 .dockerignore [2020-09-30T04:44:07.423Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 30 04:40 .git [2020-09-30T04:44:07.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 30 04:40 .github [2020-09-30T04:44:07.423Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 30 04:40 .gitignore [2020-09-30T04:44:07.423Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 30 04:40 .semver [2020-09-30T04:44:07.423Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 30 04:40 Dockerfile.build [2020-09-30T04:44:07.423Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 30 04:40 Jenkinsfile [2020-09-30T04:44:07.423Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 30 04:40 LICENSE [2020-09-30T04:44:07.423Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 30 04:40 Makefile [2020-09-30T04:44:07.423Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 30 04:40 README.md [2020-09-30T04:44:07.423Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 30 04:40 RELEASE-NOTES.txt [2020-09-30T04:44:07.423Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 30 04:35 VERSION [2020-09-30T04:44:07.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 30 04:40 bin [2020-09-30T04:44:07.423Z] -rw-r--r-- 1 jenkins jenkins 111041 Sep 30 04:43 coverage.out [2020-09-30T04:44:07.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 04:40 example [2020-09-30T04:44:07.423Z] -rw-r--r-- 1 jenkins jenkins 517 Sep 30 04:44 go.mod [2020-09-30T04:44:07.423Z] -rw-r--r-- 1 jenkins jenkins 13650 Sep 30 04:44 go.sum [2020-09-30T04:44:07.423Z] drwxrwxr-x 15 jenkins jenkins 4096 Sep 30 04:40 internal [2020-09-30T04:44:07.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 04:40 openapi [2020-09-30T04:44:07.423Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 30 04:40 pkg [2020-09-30T04:44:07.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 04:40 snap [2020-09-30T04:44:07.423Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 30 04:40 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-30T04:44:07.903Z] + 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=276e169bbc00b810e76808b3fa76b69a46b3a00c --label arch=arm64 --label version=0.0.0 . [2020-09-30T04:44:08.528Z] Sending build context to Docker daemon 3.579MB [2020-09-30T04:44:08.528Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-30T04:44:08.528Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-30T04:44:08.528Z] ---> efc2465eca5d [2020-09-30T04:44:08.528Z] Step 3/24 : ARG MAKE='make build' [2020-09-30T04:44:08.807Z] ---> Running in f2b8de35163c [2020-09-30T04:44:09.080Z] Removing intermediate container f2b8de35163c [2020-09-30T04:44:09.080Z] ---> 2a44ffb12053 [2020-09-30T04:44:09.080Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-30T04:44:09.355Z] ---> Running in 26c8a9bcb46f [2020-09-30T04:44:09.628Z] Removing intermediate container 26c8a9bcb46f [2020-09-30T04:44:09.628Z] ---> b8d8364f2c6e [2020-09-30T04:44:09.628Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T04:44:09.903Z] ---> Running in a1c5a93dd167 [2020-09-30T04:44:10.178Z] Removing intermediate container a1c5a93dd167 [2020-09-30T04:44:10.178Z] ---> 5ff862f53f9e [2020-09-30T04:44:10.178Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T04:44:10.453Z] ---> Running in fd20bc81610c [2020-09-30T04:44:13.086Z] Removing intermediate container fd20bc81610c [2020-09-30T04:44:13.086Z] ---> ccfc248c1b42 [2020-09-30T04:44:13.086Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-30T04:44:13.086Z] ---> Running in eb359f717c99 [2020-09-30T04:44:14.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T04:44:15.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T04:44:16.092Z] OK: 142 MiB in 39 packages [2020-09-30T04:44:17.075Z] Removing intermediate container eb359f717c99 [2020-09-30T04:44:17.075Z] ---> be15f9c6944a [2020-09-30T04:44:17.075Z] Step 8/24 : COPY . . [2020-09-30T04:44:18.524Z] ---> 9df0c5d14f9b [2020-09-30T04:44:18.524Z] Step 9/24 : RUN ${MAKE} [2020-09-30T04:44:18.799Z] ---> Running in 37a2b9ac726f [2020-09-30T04:44:20.233Z] 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-09-30T04:44:47.060Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-30T04:44:47.060Z] Removing intermediate container 37a2b9ac726f [2020-09-30T04:44:47.060Z] ---> 51ff4dfeb271 [2020-09-30T04:44:47.060Z] Step 10/24 : FROM scratch [2020-09-30T04:44:47.060Z] ---> [2020-09-30T04:44:47.060Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T04:44:47.060Z] ---> Running in a0cf3e57fbf6 [2020-09-30T04:44:47.060Z] Removing intermediate container a0cf3e57fbf6 [2020-09-30T04:44:47.060Z] ---> dc1989c5f862 [2020-09-30T04:44:47.060Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-30T04:44:47.060Z] ---> Running in a387e55164cf [2020-09-30T04:44:47.060Z] Removing intermediate container a387e55164cf [2020-09-30T04:44:47.060Z] ---> a6188c83971d [2020-09-30T04:44:47.060Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-30T04:44:47.060Z] ---> Running in 09538efc0e4b [2020-09-30T04:44:47.657Z] Removing intermediate container 09538efc0e4b [2020-09-30T04:44:47.657Z] ---> 6fb5a0c3a04f [2020-09-30T04:44:47.657Z] Step 14/24 : WORKDIR / [2020-09-30T04:44:47.657Z] ---> Running in 895809e8710b [2020-09-30T04:44:48.255Z] Removing intermediate container 895809e8710b [2020-09-30T04:44:48.255Z] ---> d3e63d43bb8c [2020-09-30T04:44:48.255Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-30T04:44:49.694Z] ---> 6b4c5931c7f2 [2020-09-30T04:44:49.694Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-30T04:44:50.289Z] ---> 36210fbcf0be [2020-09-30T04:44:50.289Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-30T04:44:50.883Z] ---> 7331634cca0a [2020-09-30T04:44:50.883Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-30T04:44:51.481Z] ---> 8add85de6c70 [2020-09-30T04:44:51.481Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-30T04:44:52.081Z] ---> f4f46ed6931b [2020-09-30T04:44:52.081Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-30T04:44:52.359Z] ---> Running in fe415f8ce20e [2020-09-30T04:44:52.632Z] Removing intermediate container fe415f8ce20e [2020-09-30T04:44:52.632Z] ---> 214d11e8ebd3 [2020-09-30T04:44:52.632Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T04:44:52.906Z] ---> Running in 807488b11192 [2020-09-30T04:44:53.184Z] Removing intermediate container 807488b11192 [2020-09-30T04:44:53.184Z] ---> 4beefda85ad7 [2020-09-30T04:44:53.184Z] Step 22/24 : LABEL arch=arm64 [2020-09-30T04:44:53.458Z] ---> Running in b670a81bd020 [2020-09-30T04:44:53.736Z] Removing intermediate container b670a81bd020 [2020-09-30T04:44:53.736Z] ---> 4fc898c879f5 [2020-09-30T04:44:53.736Z] Step 23/24 : LABEL git_sha=276e169bbc00b810e76808b3fa76b69a46b3a00c [2020-09-30T04:44:54.010Z] ---> Running in 3f7cf5c3050a [2020-09-30T04:44:54.618Z] Removing intermediate container 3f7cf5c3050a [2020-09-30T04:44:54.618Z] ---> 659250c7c2fb [2020-09-30T04:44:54.618Z] Step 24/24 : LABEL version=0.0.0 [2020-09-30T04:44:54.618Z] ---> Running in 210973b7e336 [2020-09-30T04:44:54.894Z] Removing intermediate container 210973b7e336 [2020-09-30T04:44:54.894Z] ---> 9233e97b28c6 [2020-09-30T04:44:54.894Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-30T04:44:55.169Z] Successfully built 9233e97b28c6 [2020-09-30T04:44:55.169Z] 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-09-30T04:44:57.301Z] provisioning config files... [2020-09-30T04:44:57.313Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-602@tmp/config5546565984889334786tmp [Pipeline] { [Pipeline] sh [2020-09-30T04:44:57.690Z] + set +x [2020-09-30T04:44:57.690Z] + curl -s https://codecov.io/bash [2020-09-30T04:44:57.690Z] + bash -s -- [2020-09-30T04:44:57.950Z] [2020-09-30T04:44:57.950Z] _____ _ [2020-09-30T04:44:57.950Z] / ____| | | [2020-09-30T04:44:57.950Z] | | ___ __| | ___ ___ _____ __ [2020-09-30T04:44:57.950Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-09-30T04:44:57.950Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-09-30T04:44:57.950Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-09-30T04:44:57.950Z] Bash-20200917-4e8f14b [2020-09-30T04:44:57.950Z] [2020-09-30T04:44:57.950Z] [2020-09-30T04:44:57.950Z] ==> Jenkins CI detected. [2020-09-30T04:44:57.950Z] project root: . [2020-09-30T04:44:57.950Z] --> token set from env [2020-09-30T04:44:57.950Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-09-30T04:44:57.950Z] ==> Running gcov in . (disable via -X gcov) [2020-09-30T04:44:57.950Z] ==> Python coveragepy not found [2020-09-30T04:44:57.950Z] ==> Searching for coverage reports in: [2020-09-30T04:44:57.950Z] + . [2020-09-30T04:44:57.950Z] -> Found 1 reports [2020-09-30T04:44:57.950Z] ==> Detecting git/mercurial file structure [2020-09-30T04:44:57.950Z] ==> Reading reports [2020-09-30T04:44:57.950Z] + ./coverage.out bytes=111041 [2020-09-30T04:44:57.950Z] ==> Appending adjustments [2020-09-30T04:44:57.951Z] https://docs.codecov.io/docs/fixing-reports [2020-09-30T04:44:58.524Z] + Found adjustments [2020-09-30T04:44:58.524Z] ==> Gzipping contents [2020-09-30T04:44:58.524Z] ==> Uploading reports [2020-09-30T04:44:58.524Z] url: https://codecov.io [2020-09-30T04:44:58.524Z] query: branch=PR-602&commit=276e169bbc00b810e76808b3fa76b69a46b3a00c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-602%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=602&job=&cmd_args= [2020-09-30T04:44:58.524Z] -> Pinging Codecov [2020-09-30T04:44:58.524Z] https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-602&commit=276e169bbc00b810e76808b3fa76b69a46b3a00c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-602%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=602&job=&cmd_args= [2020-09-30T04:44:59.100Z] -> Uploading to [2020-09-30T04:44:59.100Z] https://storage.googleapis.com/codecov/v4/raw/2020-09-30/7E55EF52A471D76F132DFD9A03CDDE97/276e169bbc00b810e76808b3fa76b69a46b3a00c/329beab5-34a6-4cd6-bcda-8fa01fd0fb9c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20200930%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20200930T044458Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a09e53443de0b00fc93acc0828d87ec47127f37babe96e6036c8426b834d0bf5 [2020-09-30T04:44:59.100Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T04:44:59.100Z] Dload Upload Total Spent Left Speed [2020-09-30T04:44:59.363Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18307 0 0 100 18307 0 41939 --:--:-- --:--:-- --:--:-- 41988 [2020-09-30T04:44:59.363Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/276e169bbc00b810e76808b3fa76b69a46b3a00c [Pipeline] } [2020-09-30T04:44:59.372Z] 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-09-30T04:45:02.246Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T04:45:02.834Z] ---> package-listing.sh [2020-09-30T04:45:02.834Z] ++ facter osfamily [2020-09-30T04:45:02.834Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-30T04:45:02.834Z] + OS_FAMILY=redhat [2020-09-30T04:45:02.834Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-602 [2020-09-30T04:45:02.834Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-30T04:45:02.834Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-30T04:45:02.834Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-30T04:45:02.834Z] + PACKAGES=/tmp/packages_start.txt [2020-09-30T04:45:02.834Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-602 ']' [2020-09-30T04:45:02.834Z] + PACKAGES=/tmp/packages_end.txt [2020-09-30T04:45:02.834Z] + case "${OS_FAMILY}" in [2020-09-30T04:45:02.834Z] + rpm -qa [2020-09-30T04:45:02.834Z] + sort [2020-09-30T04:45:07.085Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-30T04:45:07.085Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-30T04:45:07.085Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-30T04:45:07.085Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-602 ']' [2020-09-30T04:45:07.085Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-602/archives/ [2020-09-30T04:45:07.085Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-602/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-30T04:45:07.695Z] provisioning config files... [2020-09-30T04:45:07.713Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-602@tmp/config8419453324950595070tmp [Pipeline] { [Pipeline] echo [2020-09-30T04:45:07.797Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T04:45:08.095Z] ---> create-netrc.sh [Pipeline] } [2020-09-30T04:45:08.105Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-09-30T04:45:08.200Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T04:45:08.498Z] ---> python-tools-install.sh [2020-09-30T04:45:08.498Z] Generating Requirements File [2020-09-30T04:46:30.061Z] Python 3.6.8 [2020-09-30T04:46:30.061Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-09-30T04:46:30.061Z] aiohttp==3.6.2 [2020-09-30T04:46:30.061Z] appdirs==1.4.3 [2020-09-30T04:46:30.061Z] argcomplete==1.12.1 [2020-09-30T04:46:30.061Z] aspy.yaml==1.3.0 [2020-09-30T04:46:30.061Z] async-timeout==3.0.1 [2020-09-30T04:46:30.061Z] attrs==19.3.0 [2020-09-30T04:46:30.061Z] Babel==2.8.0 [2020-09-30T04:46:30.061Z] beautifulsoup4==4.8.2 [2020-09-30T04:46:30.061Z] boto3==1.11.6 [2020-09-30T04:46:30.061Z] botocore==1.14.6 [2020-09-30T04:46:30.061Z] bs4==0.0.1 [2020-09-30T04:46:30.061Z] cachetools==4.1.1 [2020-09-30T04:46:30.061Z] certifi==2019.11.28 [2020-09-30T04:46:30.061Z] cffi==1.14.3 [2020-09-30T04:46:30.061Z] cfgv==2.0.1 [2020-09-30T04:46:30.061Z] chardet==3.0.4 [2020-09-30T04:46:30.061Z] click==7.1 [2020-09-30T04:46:30.061Z] cliff==3.4.0 [2020-09-30T04:46:30.061Z] cmd2==1.3.10 [2020-09-30T04:46:30.061Z] colorama==0.4.3 [2020-09-30T04:46:30.061Z] cryptography==3.1.1 [2020-09-30T04:46:30.061Z] debtcollector==2.2.0 [2020-09-30T04:46:30.061Z] decorator==4.4.2 [2020-09-30T04:46:30.061Z] defusedxml==0.6.0 [2020-09-30T04:46:30.061Z] Deprecated==1.2.7 [2020-09-30T04:46:30.061Z] distlib==0.3.1 [2020-09-30T04:46:30.061Z] distro==1.2.0 [2020-09-30T04:46:30.061Z] dnspython==1.16.0 [2020-09-30T04:46:30.061Z] docker==4.2.0 [2020-09-30T04:46:30.061Z] docutils==0.15.2 [2020-09-30T04:46:30.061Z] dogpile.cache==1.0.2 [2020-09-30T04:46:30.061Z] email-validator==1.0.5 [2020-09-30T04:46:30.061Z] filelock==3.0.12 [2020-09-30T04:46:30.061Z] future==0.18.2 [2020-09-30T04:46:30.061Z] google-auth==1.22.0 [2020-09-30T04:46:30.061Z] httplib2==0.17.0 [2020-09-30T04:46:30.061Z] identify==1.4.11 [2020-09-30T04:46:30.061Z] idna==2.9 [2020-09-30T04:46:30.061Z] idna-ssl==1.1.0 [2020-09-30T04:46:30.061Z] importlib-metadata==1.7.0 [2020-09-30T04:46:30.061Z] importlib-resources==1.5.0 [2020-09-30T04:46:30.061Z] iso8601==0.1.13 [2020-09-30T04:46:30.061Z] Jinja2==2.11.1 [2020-09-30T04:46:30.061Z] jmespath==0.10.0 [2020-09-30T04:46:30.061Z] jsonpatch==1.26 [2020-09-30T04:46:30.061Z] jsonpointer==2.0 [2020-09-30T04:46:30.061Z] jsonschema==3.2.0 [2020-09-30T04:46:30.061Z] keystoneauth1==4.2.1 [2020-09-30T04:46:30.061Z] kubernetes==11.0.0 [2020-09-30T04:46:30.061Z] lftools==0.34.2 [2020-09-30T04:46:30.061Z] lxml==4.5.0 [2020-09-30T04:46:30.061Z] MarkupSafe==0.23 [2020-09-30T04:46:30.061Z] msgpack==1.0.0 [2020-09-30T04:46:30.061Z] multi-key-dict==2.0.3 [2020-09-30T04:46:30.061Z] multidict==4.7.6 [2020-09-30T04:46:30.061Z] munch==2.5.0 [2020-09-30T04:46:30.061Z] netaddr==0.8.0 [2020-09-30T04:46:30.061Z] netifaces==0.10.9 [2020-09-30T04:46:30.061Z] niet==1.4.2 [2020-09-30T04:46:30.061Z] nodeenv==1.3.5 [2020-09-30T04:46:30.061Z] oauth2client==4.1.3 [2020-09-30T04:46:30.061Z] oauthlib==3.1.0 [2020-09-30T04:46:30.061Z] openstacksdk==0.50.0 [2020-09-30T04:46:30.061Z] os-client-config==2.1.0 [2020-09-30T04:46:30.061Z] os-service-types==1.7.0 [2020-09-30T04:46:30.061Z] osc-lib==2.2.1 [2020-09-30T04:46:30.061Z] oslo.config==8.3.2 [2020-09-30T04:46:30.061Z] oslo.context==3.1.1 [2020-09-30T04:46:30.061Z] oslo.i18n==5.0.1 [2020-09-30T04:46:30.061Z] oslo.log==4.4.0 [2020-09-30T04:46:30.061Z] oslo.serialization==4.0.1 [2020-09-30T04:46:30.061Z] oslo.utils==4.6.0 [2020-09-30T04:46:30.061Z] packaging==20.4 [2020-09-30T04:46:30.061Z] pbr==5.4.4 [2020-09-30T04:46:30.061Z] pluggy==0.13.1 [2020-09-30T04:46:30.061Z] prettytable==0.7.2 [2020-09-30T04:46:30.061Z] py==1.9.0 [2020-09-30T04:46:30.061Z] pyasn1==0.4.8 [2020-09-30T04:46:30.061Z] pyasn1-modules==0.2.8 [2020-09-30T04:46:30.061Z] pycparser==2.20 [2020-09-30T04:46:30.061Z] pygerrit2==2.0.10 [2020-09-30T04:46:30.061Z] PyGithub==1.46 [2020-09-30T04:46:30.061Z] pyinotify==0.9.6 [2020-09-30T04:46:30.061Z] PyJWT==1.7.1 [2020-09-30T04:46:30.061Z] pyparsing==2.4.7 [2020-09-30T04:46:30.061Z] pyperclip==1.8.0 [2020-09-30T04:46:30.061Z] pyroute2==0.4.13 [2020-09-30T04:46:30.061Z] pyrsistent==0.15.7 [2020-09-30T04:46:30.061Z] PySocks==1.6.8 [2020-09-30T04:46:30.061Z] python-cinderclient==7.2.0 [2020-09-30T04:46:30.061Z] python-dateutil==2.8.1 [2020-09-30T04:46:30.061Z] python-heatclient==2.2.1 [2020-09-30T04:46:30.061Z] python-jenkins==1.7.0 [2020-09-30T04:46:30.061Z] python-keystoneclient==4.1.1 [2020-09-30T04:46:30.061Z] python-magnumclient==3.2.1 [2020-09-30T04:46:30.061Z] python-novaclient==17.2.1 [2020-09-30T04:46:30.061Z] python-openstackclient==5.3.1 [2020-09-30T04:46:30.061Z] python-swiftclient==3.10.1 [2020-09-30T04:46:30.061Z] pytz==2020.1 [2020-09-30T04:46:30.061Z] PyYAML==5.3 [2020-09-30T04:46:30.061Z] requests==2.23.0 [2020-09-30T04:46:30.061Z] requests-oauthlib==1.3.0 [2020-09-30T04:46:30.061Z] requestsexceptions==1.4.0 [2020-09-30T04:46:30.061Z] rfc3986==1.4.0 [2020-09-30T04:46:30.061Z] rpm==4.11.3 [2020-09-30T04:46:30.061Z] rsa==4.0 [2020-09-30T04:46:30.061Z] ruamel.yaml==0.16.10 [2020-09-30T04:46:30.061Z] ruamel.yaml.clib==0.2.0 [2020-09-30T04:46:30.061Z] s3transfer==0.3.3 [2020-09-30T04:46:30.061Z] shade==1.27.2 [2020-09-30T04:46:30.061Z] simplejson==3.17.2 [2020-09-30T04:46:30.061Z] six==1.14.0 [2020-09-30T04:46:30.061Z] soupsieve==2.0 [2020-09-30T04:46:30.061Z] stevedore==3.2.2 [2020-09-30T04:46:30.061Z] tabulate==0.8.6 [2020-09-30T04:46:30.061Z] toml==0.10.0 [2020-09-30T04:46:30.061Z] tox==3.20.0 [2020-09-30T04:46:30.061Z] tqdm==4.43.0 [2020-09-30T04:46:30.061Z] typing-extensions==3.7.4.3 [2020-09-30T04:46:30.061Z] urllib3==1.25.8 [2020-09-30T04:46:30.061Z] virtualenv==20.0.31 [2020-09-30T04:46:30.061Z] wcwidth==0.2.5 [2020-09-30T04:46:30.061Z] websocket-client==0.57.0 [2020-09-30T04:46:30.061Z] wrapt==1.12.1 [2020-09-30T04:46:30.061Z] xdg==3.0.2 [2020-09-30T04:46:30.061Z] xmltodict==0.12.0 [2020-09-30T04:46:30.061Z] yarl==1.6.0 [2020-09-30T04:46:30.061Z] yq==2.11.1 [2020-09-30T04:46:30.061Z] zipp==3.2.0 [2020-09-30T04:46:30.061Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:30.061Z] 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-09-30T04:46:30.061Z] Python 2.7.5 [2020-09-30T04:46:30.061Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-09-30T04:46:30.061Z] 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-09-30T04:46:30.061Z] ansible==2.9.7 [2020-09-30T04:46:30.061Z] Babel==0.9.6 [2020-09-30T04:46:30.061Z] backports.ssl-match-hostname==3.5.0.1 [2020-09-30T04:46:30.061Z] beautifulsoup4==4.4.1 [2020-09-30T04:46:30.061Z] bodhi==2.11.0 [2020-09-30T04:46:30.061Z] bodhi-client==2.11.0 [2020-09-30T04:46:30.061Z] CCColUtils==1.4 [2020-09-30T04:46:30.061Z] cffi==1.6.0 [2020-09-30T04:46:30.061Z] chardet==2.2.1 [2020-09-30T04:46:30.061Z] click==6.7 [2020-09-30T04:46:30.061Z] cloud-init==18.5 [2020-09-30T04:46:30.061Z] configobj==4.7.2 [2020-09-30T04:46:30.061Z] cryptography==1.7.2 [2020-09-30T04:46:30.061Z] decorator==3.4.0 [2020-09-30T04:46:30.061Z] distro==1.2.0 [2020-09-30T04:46:30.061Z] enum34==1.0.4 [2020-09-30T04:46:30.061Z] fedpkg==1.38 [2020-09-30T04:46:30.061Z] futures==3.1.1 [2020-09-30T04:46:30.061Z] gitdb==0.6.4 [2020-09-30T04:46:30.061Z] GitPython==1.0.1 [2020-09-30T04:46:30.061Z] html5lib==0.999 [2020-09-30T04:46:30.061Z] httplib2==0.9.2 [2020-09-30T04:46:30.061Z] idna==2.4 [2020-09-30T04:46:30.061Z] iniparse==0.4 [2020-09-30T04:46:30.061Z] ipaddress==1.0.16 [2020-09-30T04:46:30.061Z] IPy==0.75 [2020-09-30T04:46:30.061Z] javapackages==1.0.0 [2020-09-30T04:46:30.061Z] Jinja2==2.7.2 [2020-09-30T04:46:30.061Z] jmespath==0.9.4 [2020-09-30T04:46:30.061Z] jsonpatch==1.2 [2020-09-30T04:46:30.061Z] jsonpointer==1.9 [2020-09-30T04:46:30.061Z] kerberos==1.1 [2020-09-30T04:46:30.061Z] kitchen==1.1.1 [2020-09-30T04:46:30.061Z] langtable==0.0.31 [2020-09-30T04:46:30.061Z] lockfile==0.9.1 [2020-09-30T04:46:30.061Z] lxml==3.2.1 [2020-09-30T04:46:30.061Z] MarkupSafe==0.11 [2020-09-30T04:46:30.061Z] munch==2.0.2 [2020-09-30T04:46:30.061Z] offtrac==0.1.0 [2020-09-30T04:46:30.061Z] openidc-client==0.6.0 [2020-09-30T04:46:30.061Z] packagedb-cli==2.14.1 [2020-09-30T04:46:30.061Z] paramiko==2.1.1 [2020-09-30T04:46:30.061Z] perf==0.1 [2020-09-30T04:46:30.061Z] ply==3.4 [2020-09-30T04:46:30.061Z] policycoreutils-default-encoding==0.1 [2020-09-30T04:46:30.061Z] prettytable==0.7.2 [2020-09-30T04:46:30.061Z] pyasn1==0.1.9 [2020-09-30T04:46:30.061Z] pycparser==2.14 [2020-09-30T04:46:30.061Z] pycurl==7.19.0 [2020-09-30T04:46:30.061Z] pygobject==3.22.0 [2020-09-30T04:46:30.061Z] pygpgme==0.3 [2020-09-30T04:46:30.061Z] pyliblzma==0.5.3 [2020-09-30T04:46:30.061Z] pyOpenSSL==0.13.1 [2020-09-30T04:46:30.061Z] pyparsing==1.5.6 [2020-09-30T04:46:30.061Z] pyserial==2.6 [2020-09-30T04:46:30.061Z] python-augeas==0.5.0 [2020-09-30T04:46:30.061Z] python-bugzilla==2.3.0 [2020-09-30T04:46:30.061Z] python-dateutil==1.5 [2020-09-30T04:46:30.061Z] python-fedora==0.10.0 [2020-09-30T04:46:30.061Z] python-linux-procfs==0.4.9 [2020-09-30T04:46:30.061Z] python-yubico==1.2.3 [2020-09-30T04:46:30.061Z] pyudev==0.15 [2020-09-30T04:46:30.061Z] pyusb==1.0.0b1 [2020-09-30T04:46:30.061Z] pyxattr==0.5.1 [2020-09-30T04:46:30.061Z] PyYAML==3.10 [2020-09-30T04:46:30.061Z] requests==2.6.0 [2020-09-30T04:46:30.061Z] requests-kerberos==0.7.0 [2020-09-30T04:46:30.061Z] rpkg==1.60 [2020-09-30T04:46:30.061Z] schedutils==0.4 [2020-09-30T04:46:30.061Z] seobject==0.1 [2020-09-30T04:46:30.061Z] sepolicy==1.1 [2020-09-30T04:46:30.061Z] six==1.9.0 [2020-09-30T04:46:30.061Z] smmap==0.9.0 [2020-09-30T04:46:30.061Z] urlgrabber==3.10 [2020-09-30T04:46:30.061Z] urllib3==1.10.2 [2020-09-30T04:46:30.061Z] virtualenv==15.1.0 [2020-09-30T04:46:30.061Z] yum-langpacks==0.4.2 [2020-09-30T04:46:30.061Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-09-30T04:46:30.074Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T04:46:30.378Z] ---> sudo-logs.sh [2020-09-30T04:46:30.379Z] Archiving 'sudo' log.. [Pipeline] echo [2020-09-30T04:46:30.653Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T04:46:30.955Z] ---> job-cost.sh [2020-09-30T04:46:30.955Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xT3H [2020-09-30T04:46:43.213Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:43.213Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:44.164Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:44.164Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:44.164Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:44.164Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:44.164Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:44.437Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:44.437Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:44.701Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:44.701Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:44.701Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:44.701Z] Cache entry deserialization failed, entry ignored [2020-09-30T04:46:47.266Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-09-30T04:47:13.935Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-09-30T04:47:13.935Z] [2020-09-30T04:47:13.935Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-09-30T04:47:13.935Z] [2020-09-30T04:47:13.935Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-09-30T04:47:13.935Z] lf-activate-venv(): INFO: Adding /tmp/venv-xT3H/bin to PATH [2020-09-30T04:47:13.935Z] INFO: No Stack... [2020-09-30T04:47:13.935Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-09-30T04:47:14.512Z] INFO: Archiving Costs [Pipeline] echo [2020-09-30T04:47:14.529Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T04:47:14.834Z] ---> logs-deploy.sh [2020-09-30T04:47:14.834Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-602/4 [2020-09-30T04:47:14.834Z] INFO: archiving workspace using pattern(s): [2020-09-30T04:47:16.768Z] Archives upload complete. [2020-09-30T04:47:16.768Z] INFO: archiving logs to Nexus [2020-09-30T04:47:17.717Z] ---> uname -a: [2020-09-30T04:47:17.717Z] Linux prd-centos7-docker-4c-2g-2132.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-09-30T04:47:17.717Z] [2020-09-30T04:47:17.717Z]