Branch indexing 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 jinlinGuan for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 4a1412fe3679be6652f13296ba45411ccc085237 rather than 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd Obtained Jenkinsfile from 4a1412fe3679be6652f13296ba45411ccc085237 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-595/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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-2699’ is offline Running on prd-centos7-docker-4c-2g-2700 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [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-595 # 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 4a1412fe3679be6652f13296ba45411ccc085237 into PR head commit 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd Merge succeeded, producing 4c239c565a541293b80eec60416db80ec9ad37f0 Checking out Revision 4c239c565a541293b80eec60416db80ec9ad37f0 (PR-595) > 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/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd # 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 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c239c565a541293b80eec60416db80ec9ad37f0 # timeout=10 Commit message: "Merge commit '4a1412fe3679be6652f13296ba45411ccc085237' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 9eefc1e64757420a7be2ee0dc1fb08f59c5366e2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-01T02:41:54.531Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-01T02:41:54.829Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-01T02:41:54.944Z] ========================================================= [2020-10-01T02:41:54.944Z] EdgeX Global Pipelines Version Info [2020-10-01T02:41:54.944Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-01T02:41:56.389Z] ------------------- [2020-10-01T02:41:56.389Z] stable info: [2020-10-01T02:41:56.389Z] ------------------- [2020-10-01T02:41:56.389Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-01T02:41:56.389Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-01T02:41:56.389Z] Message: update stable to v1.0.131 [2020-10-01T02:41:57.342Z] ------------------- [2020-10-01T02:41:57.342Z] experimental info: [2020-10-01T02:41:57.342Z] ------------------- [2020-10-01T02:41:57.342Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-01T02:41:57.342Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-01T02:41:57.342Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-01T02:41:57.725Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-01T02:41:57.832Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-01T02:41:57.924Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-01T02:41:58.015Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-01T02:41:58.109Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-01T02:41:58.199Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-01T02:41:58.291Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-01T02:41:58.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-01T02:41:58.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-01T02:41:58.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-01T02:41:58.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-01T02:41:58.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-01T02:41:58.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-01T02:41:58.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-01T02:41:59.021Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-01T02:41:59.113Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T02:41:59.210Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T02:41:59.322Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T02:41:59.433Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-01T02:41:59.529Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-01T02:41:59.624Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-01T02:41:59.719Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-01T02:41:59.806Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-01T02:41:59.896Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-01T02:42:00.014Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-01T02:42:00.138Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-595 [Pipeline] echo [2020-10-01T02:42:00.336Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-595 [Pipeline] echo [2020-10-01T02:42:00.436Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-595 [Pipeline] echo [2020-10-01T02:42:00.590Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c239c565a541293b80eec60416db80ec9ad37f0 [Pipeline] echo [2020-10-01T02:42:00.734Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c239c5 [Pipeline] echo [2020-10-01T02:42:00.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-01T02:42:01.534Z] + git log --format=format:%s -1 4c239c565a541293b80eec60416db80ec9ad37f0 [Pipeline] echo [2020-10-01T02:42:01.599Z] GIT_COMMIT: 4c239c565a541293b80eec60416db80ec9ad37f0, Commit Message: Merge commit '4a1412fe3679be6652f13296ba45411ccc085237' into HEAD [Pipeline] echo [2020-10-01T02:42:01.650Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-01T02:42:02.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T02:42:02.519Z] [2020-10-01T02:42:02.519Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T02:42:02.868Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T02:42:02.868Z] latest: Pulling from edgex-devops/git-semver [2020-10-01T02:42:02.868Z] 31603596830f: Pulling fs layer [2020-10-01T02:42:02.868Z] 2a8b12db71e7: Pulling fs layer [2020-10-01T02:42:02.868Z] 6ca5941a6612: Pulling fs layer [2020-10-01T02:42:02.868Z] ecc8261a40a4: Pulling fs layer [2020-10-01T02:42:02.868Z] ecc8261a40a4: Waiting [2020-10-01T02:42:02.868Z] 2a8b12db71e7: Download complete [2020-10-01T02:42:03.130Z] 31603596830f: Verifying Checksum [2020-10-01T02:42:03.130Z] 31603596830f: Download complete [2020-10-01T02:42:03.130Z] 6ca5941a6612: Verifying Checksum [2020-10-01T02:42:03.130Z] 6ca5941a6612: Download complete [2020-10-01T02:42:03.130Z] ecc8261a40a4: Verifying Checksum [2020-10-01T02:42:03.130Z] ecc8261a40a4: Download complete [2020-10-01T02:42:03.391Z] 31603596830f: Pull complete [2020-10-01T02:42:03.656Z] 2a8b12db71e7: Pull complete [2020-10-01T02:42:04.238Z] 6ca5941a6612: Pull complete [2020-10-01T02:42:04.500Z] ecc8261a40a4: Pull complete [2020-10-01T02:42:04.500Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-01T02:42:04.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T02:42:04.500Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-01T02:42:04.614Z] prd-centos7-docker-4c-2g-2700 does not seem to be running inside a container [2020-10-01T02:42:04.662Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-595 -v /w/workspace/dgexfoundry_device-sdk-go_PR-595:/w/workspace/dgexfoundry_device-sdk-go_PR-595:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-595@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-01T02:42:06.999Z] $ docker top 524a5d021b1583211b783de49393fe854623d381e25f632aaa11e72e8b01e680 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T02:42:07.357Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T02:42:07.357Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T02:42:07.587Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T02:42:07.593Z] $ docker exec 524a5d021b1583211b783de49393fe854623d381e25f632aaa11e72e8b01e680 ssh-agent [2020-10-01T02:42:07.761Z] SSH_AUTH_SOCK=/tmp/ssh-3NmzPUyGYhAs/agent.12 [2020-10-01T02:42:07.761Z] SSH_AGENT_PID=17 [2020-10-01T02:42:07.774Z] Running ssh-add (command line suppressed) [2020-10-01T02:42:07.927Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_8362667569064378081.key (/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_8362667569064378081.key) [2020-10-01T02:42:07.980Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T02:42:08.323Z] + git describe --exact-match --tags HEAD [2020-10-01T02:42:08.324Z] fatal: no tag exactly matches '4c239c565a541293b80eec60416db80ec9ad37f0' [Pipeline] } [2020-10-01T02:42:08.354Z] $ docker exec --env ******** --env ******** 524a5d021b1583211b783de49393fe854623d381e25f632aaa11e72e8b01e680 ssh-agent -k [2020-10-01T02:42:08.503Z] unset SSH_AUTH_SOCK; [2020-10-01T02:42:08.503Z] unset SSH_AGENT_PID; [2020-10-01T02:42:08.504Z] echo Agent pid 17 killed; [2020-10-01T02:42:08.566Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-01T02:42:08.660Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-01T02:42:08.660Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-01T02:42:08.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T02:42:08.758Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T02:42:08.938Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T02:42:08.944Z] $ docker exec 524a5d021b1583211b783de49393fe854623d381e25f632aaa11e72e8b01e680 ssh-agent [2020-10-01T02:42:09.113Z] SSH_AUTH_SOCK=/tmp/ssh-guQA2zSauQkX/agent.46 [2020-10-01T02:42:09.113Z] SSH_AGENT_PID=52 [2020-10-01T02:42:09.120Z] Running ssh-add (command line suppressed) [2020-10-01T02:42:09.253Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_8590117418239194154.key (/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_8590117418239194154.key) [2020-10-01T02:42:09.302Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T02:42:09.633Z] + git semver init [2020-10-01T02:42:09.633Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T02:42:09.633Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-595/.git [2020-10-01T02:42:09.633Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-595 [2020-10-01T02:42:09.633Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T02:42:09.634Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T02:42:09.634Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T02:42:09.634Z] # $SEMVER_BRANCH = PR-595 [2020-10-01T02:42:09.634Z] # $SEMVER_TEMP = /tmp/semver-990597699 [2020-10-01T02:42:09.634Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-01T02:42:10.578Z] # '/tmp/semver-990597699' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-595/.semver' [2020-10-01T02:42:10.578Z] # -> Force: false [2020-10-01T02:42:10.578Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-595/.semver [Pipeline] } [2020-10-01T02:42:10.593Z] $ docker exec --env ******** --env ******** 524a5d021b1583211b783de49393fe854623d381e25f632aaa11e72e8b01e680 ssh-agent -k [2020-10-01T02:42:10.713Z] unset SSH_AUTH_SOCK; [2020-10-01T02:42:10.714Z] unset SSH_AGENT_PID; [2020-10-01T02:42:10.714Z] echo Agent pid 52 killed; [2020-10-01T02:42:10.762Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T02:42:11.267Z] + git semver [Pipeline] } [2020-10-01T02:42:11.301Z] $ docker stop --time=1 524a5d021b1583211b783de49393fe854623d381e25f632aaa11e72e8b01e680 [2020-10-01T02:42:12.750Z] $ docker rm -f 524a5d021b1583211b783de49393fe854623d381e25f632aaa11e72e8b01e680 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-01T02:42:13.893Z] Stashed 40 file(s) [Pipeline] echo [2020-10-01T02:42:13.897Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-10-01T02:42:13.992Z] 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-01T02:42:29.511Z] Still waiting to schedule task [2020-10-01T02:42:29.511Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-01T02:42:29.514Z] Still waiting to schedule task [2020-10-01T02:42:29.514Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-01T02:44:25.725Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2701 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [Pipeline] { [Pipeline] ws [2020-10-01T02:44:25.777Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-10-01T02:44:31.076Z] using credential edgex-jenkins-ssh [2020-10-01T02:44:31.132Z] Cloning the remote Git repository [2020-10-01T02:44:31.196Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-01T02:44:31.304Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2020-10-01T02:44:31.378Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-01T02:44:31.378Z] > git --version # timeout=10 [2020-10-01T02:44:31.403Z] > git --version # 'git version 2.17.1' [2020-10-01T02:44:31.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T02:44:31.463Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T02:44:33.242Z] Merging remotes/origin/master commit 4a1412fe3679be6652f13296ba45411ccc085237 into PR head commit 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd [2020-10-01T02:44:32.531Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-01T02:44:32.545Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T02:44:32.579Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-01T02:44:32.629Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-01T02:44:32.630Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T02:44:32.641Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T02:44:33.269Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T02:44:33.285Z] > git checkout -f 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd # timeout=10 [2020-10-01T02:44:33.404Z] > git remote # timeout=10 [2020-10-01T02:44:33.424Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T02:44:33.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T02:44:33.454Z] > git merge 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 [2020-10-01T02:44:33.572Z] Merge succeeded, producing 9de49697de338d5243e7b2ec0ffe9a31d0573bee [2020-10-01T02:44:33.573Z] Checking out Revision 9de49697de338d5243e7b2ec0ffe9a31d0573bee (PR-595) [2020-10-01T02:44:33.564Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-01T02:44:33.586Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T02:44:33.596Z] > git checkout -f 9de49697de338d5243e7b2ec0ffe9a31d0573bee # timeout=10 [2020-10-01T02:44:37.926Z] Commit message: "Merge commit '4a1412fe3679be6652f13296ba45411ccc085237' into HEAD" [2020-10-01T02:44:37.957Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-01T02:44:39.190Z] ========================================================= [2020-10-01T02:44:39.190Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-01T02:44:39.190Z] ========================================================= [2020-10-01T02:44:37.940Z] > git rev-list --no-walk 9eefc1e64757420a7be2ee0dc1fb08f59c5366e2 # timeout=10 [Pipeline] isUnix [Pipeline] sh [2020-10-01T02:44:40.375Z] + 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-01T02:44:41.372Z] Sending build context to Docker daemon 3.444MB [2020-10-01T02:44:41.373Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-01T02:44:41.373Z] Step 2/8 : FROM ${BASE} [2020-10-01T02:44:41.652Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-01T02:44:41.652Z] b538f80385f9: Pulling fs layer [2020-10-01T02:44:41.652Z] 74f711af9a0d: Pulling fs layer [2020-10-01T02:44:41.652Z] 99f96fe45779: Pulling fs layer [2020-10-01T02:44:41.652Z] 8529a6b9a6be: Pulling fs layer [2020-10-01T02:44:41.652Z] 45590311c82a: Pulling fs layer [2020-10-01T02:44:41.652Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-01T02:44:41.652Z] 209524e5b208: Pulling fs layer [2020-10-01T02:44:41.652Z] 45590311c82a: Waiting [2020-10-01T02:44:41.652Z] 8529a6b9a6be: Waiting [2020-10-01T02:44:41.652Z] 209524e5b208: Waiting [2020-10-01T02:44:41.652Z] 69ca0ff8b7b3: Waiting [2020-10-01T02:44:41.652Z] 99f96fe45779: Verifying Checksum [2020-10-01T02:44:41.652Z] 99f96fe45779: Download complete [2020-10-01T02:44:41.652Z] 74f711af9a0d: Verifying Checksum [2020-10-01T02:44:41.652Z] 74f711af9a0d: Download complete [2020-10-01T02:44:41.652Z] 45590311c82a: Verifying Checksum [2020-10-01T02:44:41.652Z] 45590311c82a: Download complete [2020-10-01T02:44:41.652Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-01T02:44:41.652Z] 69ca0ff8b7b3: Download complete [2020-10-01T02:44:42.639Z] b538f80385f9: Verifying Checksum [2020-10-01T02:44:42.639Z] b538f80385f9: Download complete [2020-10-01T02:44:42.915Z] b538f80385f9: Pull complete [2020-10-01T02:44:43.533Z] 74f711af9a0d: Pull complete [2020-10-01T02:44:44.138Z] 99f96fe45779: Pull complete [2020-10-01T02:44:44.754Z] 209524e5b208: Verifying Checksum [2020-10-01T02:44:44.754Z] 209524e5b208: Download complete [2020-10-01T02:44:45.740Z] 8529a6b9a6be: Verifying Checksum [2020-10-01T02:44:45.740Z] 8529a6b9a6be: Download complete [2020-10-01T02:44:55.906Z] 8529a6b9a6be: Pull complete [2020-10-01T02:44:56.182Z] 45590311c82a: Pull complete [2020-10-01T02:44:56.458Z] 69ca0ff8b7b3: Pull complete [2020-10-01T02:45:00.814Z] 209524e5b208: Pull complete [2020-10-01T02:45:00.814Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-01T02:45:00.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-01T02:45:00.814Z] ---> 5bddaf1c2fca [2020-10-01T02:45:00.814Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-01T02:45:02.799Z] ---> Running in ae2bdea87c76 [2020-10-01T02:45:03.406Z] Removing intermediate container ae2bdea87c76 [2020-10-01T02:45:03.406Z] ---> 7c0a981613e1 [2020-10-01T02:45:03.406Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T02:45:03.406Z] ---> Running in db102761b247 [2020-10-01T02:45:06.050Z] Removing intermediate container db102761b247 [2020-10-01T02:45:06.050Z] ---> 6b1ba19c6db8 [2020-10-01T02:45:06.050Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-01T02:45:06.348Z] ---> Running in fbc85fcd9a05 [2020-10-01T02:45:07.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T02:45:08.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T02:45:09.376Z] OK: 142 MiB in 39 packages [2020-10-01T02:45:09.763Z] Running on prd-centos7-docker-4c-2g-2702 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [Pipeline] { [Pipeline] ws [2020-10-01T02:45:09.816Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-10-01T02:45:10.363Z] Removing intermediate container fbc85fcd9a05 [2020-10-01T02:45:10.363Z] ---> 669713474e4e [2020-10-01T02:45:10.363Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-01T02:45:10.363Z] ---> Running in 03e6e2574146 [2020-10-01T02:45:10.969Z] Removing intermediate container 03e6e2574146 [2020-10-01T02:45:10.969Z] ---> ccc28729b4c3 [2020-10-01T02:45:10.969Z] Step 7/8 : COPY . . [2020-10-01T02:45:12.394Z] using credential edgex-jenkins-ssh [2020-10-01T02:45:12.407Z] ---> ce4800995e56 [2020-10-01T02:45:12.407Z] Step 8/8 : RUN go mod download [2020-10-01T02:45:12.407Z] ---> Running in 16934cbce86d [2020-10-01T02:45:12.445Z] Cloning the remote Git repository [2020-10-01T02:45:12.472Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-01T02:45:12.535Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2020-10-01T02:45:12.588Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-01T02:45:12.588Z] > git --version # timeout=10 [2020-10-01T02:45:12.596Z] > git --version # 'git version 2.16.5' [2020-10-01T02:45:12.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T02:45:12.621Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T02:45:13.324Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-01T02:45:13.329Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T02:45:13.340Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-01T02:45:13.353Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-01T02:45:13.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T02:45:13.357Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T02:45:13.866Z] Merging remotes/origin/master commit 4a1412fe3679be6652f13296ba45411ccc085237 into PR head commit 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd [2020-10-01T02:45:14.009Z] Merge succeeded, producing 8b84a7878b82b5538360b3b9d420f8aa8e379e50 [2020-10-01T02:45:14.009Z] Checking out Revision 8b84a7878b82b5538360b3b9d420f8aa8e379e50 (PR-595) [2020-10-01T02:45:13.873Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T02:45:13.883Z] > git checkout -f 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd # timeout=10 [2020-10-01T02:45:13.937Z] > git remote # timeout=10 [2020-10-01T02:45:13.943Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T02:45:13.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T02:45:13.952Z] > git merge 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 [2020-10-01T02:45:14.003Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-01T02:45:14.012Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T02:45:14.017Z] > git checkout -f 8b84a7878b82b5538360b3b9d420f8aa8e379e50 # timeout=10 [2020-10-01T02:45:17.707Z] Commit message: "Merge commit '4a1412fe3679be6652f13296ba45411ccc085237' into HEAD" [2020-10-01T02:45:17.720Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-01T02:45:17.712Z] > git rev-list --no-walk 9eefc1e64757420a7be2ee0dc1fb08f59c5366e2 # timeout=10 [Pipeline] echo [2020-10-01T02:45:18.524Z] ========================================================= [2020-10-01T02:45:18.524Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-01T02:45:18.524Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-01T02:45:19.192Z] + 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-01T02:45:19.459Z] Sending build context to Docker daemon 3.444MB [2020-10-01T02:45:19.459Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-01T02:45:19.459Z] Step 2/8 : FROM ${BASE} [2020-10-01T02:45:19.725Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-01T02:45:19.725Z] df20fa9351a1: Pulling fs layer [2020-10-01T02:45:19.725Z] ed8968b2872e: Pulling fs layer [2020-10-01T02:45:19.725Z] a92cc7c5fd73: Pulling fs layer [2020-10-01T02:45:19.725Z] e871e8e8d7a9: Pulling fs layer [2020-10-01T02:45:19.725Z] e73272ec9a57: Pulling fs layer [2020-10-01T02:45:19.725Z] 1e910a182e73: Pulling fs layer [2020-10-01T02:45:19.725Z] 4e634b169226: Pulling fs layer [2020-10-01T02:45:19.725Z] e73272ec9a57: Waiting [2020-10-01T02:45:19.725Z] 1e910a182e73: Waiting [2020-10-01T02:45:19.725Z] 4e634b169226: Waiting [2020-10-01T02:45:19.725Z] e871e8e8d7a9: Waiting [2020-10-01T02:45:19.725Z] a92cc7c5fd73: Verifying Checksum [2020-10-01T02:45:19.725Z] a92cc7c5fd73: Download complete [2020-10-01T02:45:19.725Z] ed8968b2872e: Download complete [2020-10-01T02:45:19.725Z] e73272ec9a57: Download complete [2020-10-01T02:45:19.725Z] 1e910a182e73: Verifying Checksum [2020-10-01T02:45:19.725Z] 1e910a182e73: Download complete [2020-10-01T02:45:19.725Z] df20fa9351a1: Verifying Checksum [2020-10-01T02:45:19.725Z] df20fa9351a1: Download complete [2020-10-01T02:45:19.990Z] df20fa9351a1: Pull complete [2020-10-01T02:45:20.252Z] ed8968b2872e: Pull complete [2020-10-01T02:45:20.252Z] a92cc7c5fd73: Pull complete [2020-10-01T02:45:21.649Z] 4e634b169226: Verifying Checksum [2020-10-01T02:45:21.649Z] 4e634b169226: Download complete [2020-10-01T02:45:22.227Z] e871e8e8d7a9: Verifying Checksum [2020-10-01T02:45:22.227Z] e871e8e8d7a9: Download complete [2020-10-01T02:45:27.555Z] e871e8e8d7a9: Pull complete [2020-10-01T02:45:27.555Z] e73272ec9a57: Pull complete [2020-10-01T02:45:27.555Z] 1e910a182e73: Pull complete [2020-10-01T02:45:31.781Z] 4e634b169226: Pull complete [2020-10-01T02:45:31.781Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-01T02:45:31.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-01T02:45:31.781Z] ---> f7629b54cfaa [2020-10-01T02:45:31.781Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-01T02:45:31.781Z] ---> Running in 52ed8ef08cb2 [2020-10-01T02:45:31.781Z] Removing intermediate container 52ed8ef08cb2 [2020-10-01T02:45:31.781Z] ---> bc650c49347e [2020-10-01T02:45:31.781Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T02:45:31.781Z] ---> Running in 7dfc91dccf22 [2020-10-01T02:45:33.706Z] Removing intermediate container 7dfc91dccf22 [2020-10-01T02:45:33.706Z] ---> f78ad18ee133 [2020-10-01T02:45:33.706Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-01T02:45:33.706Z] ---> Running in ea2e6a977359 [2020-10-01T02:45:33.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T02:45:34.591Z] Removing intermediate container 16934cbce86d [2020-10-01T02:45:34.591Z] ---> 410d528ccbc6 [2020-10-01T02:45:34.591Z] Successfully built 410d528ccbc6 [2020-10-01T02:45:34.591Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T02:45:34.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T02:45:34.995Z] + docker inspect -f . ci-base-image-arm64 [2020-10-01T02:45:34.995Z] . [Pipeline] withDockerContainer [2020-10-01T02:45:35.267Z] prd-ubuntu18.04-docker-arm64-4c-16g-2701 does not seem to be running inside a container [2020-10-01T02:45:35.348Z] $ 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 ******** ci-base-image-arm64 cat [2020-10-01T02:45:35.491Z] OK: 166 MiB in 39 packages [2020-10-01T02:45:36.070Z] Removing intermediate container ea2e6a977359 [2020-10-01T02:45:36.070Z] ---> febbc3ee09ca [2020-10-01T02:45:36.070Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-01T02:45:36.070Z] ---> Running in e735ac2948d5 [2020-10-01T02:45:36.337Z] Removing intermediate container e735ac2948d5 [2020-10-01T02:45:36.337Z] ---> 0a20367cbb61 [2020-10-01T02:45:36.337Z] Step 7/8 : COPY . . [2020-10-01T02:45:37.215Z] $ docker top f990ff21261a5fe98476d490e2eb9c81b59ea0a1691fe48696f86ac96fe42d9e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T02:45:37.732Z] ---> c114812ae0c3 [2020-10-01T02:45:37.732Z] Step 8/8 : RUN go mod download [2020-10-01T02:45:37.732Z] ---> Running in 65a8c00e9cb9 [2020-10-01T02:45:38.642Z] + go version [2020-10-01T02:45:38.642Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-01T02:45:38.670Z] $ docker stop --time=1 f990ff21261a5fe98476d490e2eb9c81b59ea0a1691fe48696f86ac96fe42d9e [2020-10-01T02:45:40.676Z] $ docker rm -f f990ff21261a5fe98476d490e2eb9c81b59ea0a1691fe48696f86ac96fe42d9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T02:45:41.756Z] + docker inspect -f . ci-base-image-arm64 [2020-10-01T02:45:41.756Z] . [Pipeline] withDockerContainer [2020-10-01T02:45:42.029Z] prd-ubuntu18.04-docker-arm64-4c-16g-2701 does not seem to be running inside a container [2020-10-01T02:45:42.115Z] $ 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 ******** ci-base-image-arm64 cat [2020-10-01T02:45:43.983Z] $ docker top b8a49abd3b584f6d1b6da206cf4d2d6c1adb33461d2d296328795c2440a8f2ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T02:45:45.369Z] + make test [2020-10-01T02:45:45.369Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-01T02:45:55.910Z] Removing intermediate container 65a8c00e9cb9 [2020-10-01T02:45:55.910Z] ---> c39c91ab3f8e [2020-10-01T02:45:55.910Z] Successfully built c39c91ab3f8e [2020-10-01T02:45:55.910Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T02:45:56.337Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-01T02:45:56.337Z] . [Pipeline] withDockerContainer [2020-10-01T02:45:56.461Z] prd-centos7-docker-4c-2g-2702 does not seem to be running inside a container [2020-10-01T02:45:56.509Z] $ 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 ******** ci-base-image-x86_64 cat [2020-10-01T02:45:57.247Z] $ docker top 12ebc1ddf3384ff46b4936985e9354b0f44603e27140a3470a6067444fffa87f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T02:45:57.730Z] + go version [2020-10-01T02:45:57.730Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-01T02:45:57.748Z] $ docker stop --time=1 12ebc1ddf3384ff46b4936985e9354b0f44603e27140a3470a6067444fffa87f [2020-10-01T02:45:59.320Z] $ docker rm -f 12ebc1ddf3384ff46b4936985e9354b0f44603e27140a3470a6067444fffa87f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T02:46:00.115Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-01T02:46:00.115Z] . [Pipeline] withDockerContainer [2020-10-01T02:46:00.209Z] prd-centos7-docker-4c-2g-2702 does not seem to be running inside a container [2020-10-01T02:46:00.258Z] $ 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 ******** ci-base-image-x86_64 cat [2020-10-01T02:46:00.885Z] $ docker top f1df60dad51a6bac506a2796c0ef6928a254b8511504a9d93697f34fa5dca605 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T02:46:01.378Z] + make test [2020-10-01T02:46:01.378Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-01T02:46:07.570Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-01T02:46:08.006Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-01T02:46:23.243Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-01T02:46:23.243Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-01T02:46:23.243Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-01T02:46:23.243Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.073s coverage: 21.6% of statements [2020-10-01T02:46:23.541Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.439s coverage: 97.1% of statements [2020-10-01T02:46:46.734Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-01T02:46:46.734Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-01T02:46:46.734Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-01T02:46:46.734Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.126s coverage: 21.6% of statements [2020-10-01T02:46:47.342Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.386s coverage: 97.1% of statements [2020-10-01T02:46:56.279Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.052s coverage: 9.4% of statements [2020-10-01T02:46:56.279Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.052s coverage: 21.9% of statements [2020-10-01T02:46:56.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-01T02:46:56.279Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.185s coverage: 39.5% of statements [2020-10-01T02:46:56.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-01T02:46:56.279Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.299s coverage: 65.4% of statements [2020-10-01T02:46:56.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-01T02:46:56.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-01T02:46:56.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-01T02:46:56.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-01T02:46:56.279Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.066s coverage: 52.6% of statements [2020-10-01T02:46:56.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-01T02:46:56.279Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.601s coverage: 68.9% of statements [2020-10-01T02:46:56.279Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-01T02:46:56.279Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-01T02:46:56.279Z] GO111MODULE=on go vet ./... [2020-10-01T02:47:01.684Z] gofmt -l . [2020-10-01T02:47:01.684Z] [ "`gofmt -l .`" = "" ] [2020-10-01T02:47:01.949Z] ./bin/test-attribution-txt.sh [2020-10-01T02:47:02.528Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-01T02:47:02.914Z] Stashed 1 file(s) [Pipeline] } [2020-10-01T02:47:02.919Z] $ docker stop --time=1 f1df60dad51a6bac506a2796c0ef6928a254b8511504a9d93697f34fa5dca605 [2020-10-01T02:47:04.883Z] $ docker rm -f f1df60dad51a6bac506a2796c0ef6928a254b8511504a9d93697f34fa5dca605 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-01T02:47:08.149Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-01T02:47:08.447Z] + ls -al . [2020-10-01T02:47:08.447Z] total 192 [2020-10-01T02:47:08.447Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 1 02:47 . [2020-10-01T02:47:08.447Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 1 02:45 .. [2020-10-01T02:47:08.447Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 1 02:45 bin [2020-10-01T02:47:08.447Z] -rw-r--r--. 1 jenkins jenkins 111041 Oct 1 02:46 coverage.out [2020-10-01T02:47:08.447Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 1 02:45 Dockerfile.build [2020-10-01T02:47:08.447Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 1 02:45 .dockerignore [2020-10-01T02:47:08.447Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 1 02:45 example [2020-10-01T02:47:08.447Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 1 02:45 .git [2020-10-01T02:47:08.447Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 1 02:45 .github [2020-10-01T02:47:08.447Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 1 02:45 .gitignore [2020-10-01T02:47:08.447Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 1 02:47 go.mod [2020-10-01T02:47:08.447Z] -rw-r--r--. 1 jenkins jenkins 13464 Oct 1 02:47 go.sum [2020-10-01T02:47:08.447Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 1 02:45 internal [2020-10-01T02:47:08.447Z] -rw-rw-r--. 1 jenkins jenkins 785 Oct 1 02:45 Jenkinsfile [2020-10-01T02:47:08.447Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 1 02:45 LICENSE [2020-10-01T02:47:08.447Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 1 02:45 Makefile [2020-10-01T02:47:08.447Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 1 02:45 openapi [2020-10-01T02:47:08.447Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 1 02:45 pkg [2020-10-01T02:47:08.447Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 1 02:45 README.md [2020-10-01T02:47:08.447Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 1 02:45 RELEASE-NOTES.txt [2020-10-01T02:47:08.447Z] drwxrwxr-x. 3 jenkins jenkins 58 Oct 1 02:45 .semver [2020-10-01T02:47:08.447Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 1 02:45 snap [2020-10-01T02:47:08.447Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 1 02:42 VERSION [2020-10-01T02:47:08.447Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 1 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-01T02:47:08.753Z] + 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=4c239c565a541293b80eec60416db80ec9ad37f0 --label arch=amd64 --label version=0.0.0 . [2020-10-01T02:47:09.016Z] Sending build context to Docker daemon 3.556MB [2020-10-01T02:47:09.016Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-01T02:47:09.016Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-01T02:47:09.016Z] ---> c39c91ab3f8e [2020-10-01T02:47:09.016Z] Step 3/24 : ARG MAKE='make build' [2020-10-01T02:47:09.591Z] ---> Running in 5ba179dd011e [2020-10-01T02:47:09.856Z] Removing intermediate container 5ba179dd011e [2020-10-01T02:47:09.856Z] ---> 7cfbc044b9a0 [2020-10-01T02:47:09.856Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-01T02:47:09.856Z] ---> Running in cc088b4f814b [2020-10-01T02:47:10.118Z] Removing intermediate container cc088b4f814b [2020-10-01T02:47:10.118Z] ---> d2fef7fd2b7f [2020-10-01T02:47:10.118Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-01T02:47:10.118Z] ---> Running in 04f1a223577e [2020-10-01T02:47:10.380Z] Removing intermediate container 04f1a223577e [2020-10-01T02:47:10.380Z] ---> f6c50274888f [2020-10-01T02:47:10.380Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T02:47:10.380Z] ---> Running in 5dc215d1cbfd [2020-10-01T02:47:11.332Z] Removing intermediate container 5dc215d1cbfd [2020-10-01T02:47:11.333Z] ---> 9346b5c32dea [2020-10-01T02:47:11.333Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-01T02:47:11.333Z] ---> Running in 87e7912d28f6 [2020-10-01T02:47:11.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T02:47:12.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T02:47:13.069Z] OK: 166 MiB in 39 packages [2020-10-01T02:47:13.643Z] Removing intermediate container 87e7912d28f6 [2020-10-01T02:47:13.643Z] ---> cca13904918f [2020-10-01T02:47:13.643Z] Step 8/24 : COPY . . [2020-10-01T02:47:14.596Z] ---> 48634fda566b [2020-10-01T02:47:14.596Z] Step 9/24 : RUN ${MAKE} [2020-10-01T02:47:14.596Z] ---> Running in 4cefeddec110 [2020-10-01T02:47:15.178Z] 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-01T02:47:19.720Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.152s coverage: 9.4% of statements [2020-10-01T02:47:19.720Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.115s coverage: 21.9% of statements [2020-10-01T02:47:19.720Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-01T02:47:19.720Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.536s coverage: 39.5% of statements [2020-10-01T02:47:19.720Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-01T02:47:19.720Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.716s coverage: 65.4% of statements [2020-10-01T02:47:19.720Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-01T02:47:19.720Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-01T02:47:19.720Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-01T02:47:19.720Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-01T02:47:19.720Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.172s coverage: 52.6% of statements [2020-10-01T02:47:19.720Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-01T02:47:19.720Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.899s coverage: 68.9% of statements [2020-10-01T02:47:19.720Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-01T02:47:19.720Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-01T02:47:19.720Z] GO111MODULE=on go vet ./... [2020-10-01T02:47:23.405Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-01T02:47:24.800Z] Removing intermediate container 4cefeddec110 [2020-10-01T02:47:24.800Z] ---> f6fcc88192e5 [2020-10-01T02:47:24.800Z] Step 10/24 : FROM scratch [2020-10-01T02:47:24.800Z] ---> [2020-10-01T02:47:24.800Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-01T02:47:24.800Z] ---> Running in cba04659d54c [2020-10-01T02:47:25.062Z] Removing intermediate container cba04659d54c [2020-10-01T02:47:25.062Z] ---> 86aa03dff002 [2020-10-01T02:47:25.062Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-01T02:47:25.062Z] ---> Running in b2721dd3db12 [2020-10-01T02:47:25.062Z] Removing intermediate container b2721dd3db12 [2020-10-01T02:47:25.062Z] ---> c68028c72f01 [2020-10-01T02:47:25.062Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-01T02:47:25.325Z] ---> Running in b3bfe22bdf39 [2020-10-01T02:47:25.325Z] Removing intermediate container b3bfe22bdf39 [2020-10-01T02:47:25.325Z] ---> d97d8f012558 [2020-10-01T02:47:25.325Z] Step 14/24 : WORKDIR / [2020-10-01T02:47:25.325Z] ---> Running in 10bd4eb67565 [2020-10-01T02:47:25.587Z] Removing intermediate container 10bd4eb67565 [2020-10-01T02:47:25.587Z] ---> 285b6ff1ea63 [2020-10-01T02:47:25.587Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-01T02:47:26.163Z] ---> a0816ef932fd [2020-10-01T02:47:26.163Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-01T02:47:26.426Z] ---> 16bb769561b9 [2020-10-01T02:47:26.426Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-01T02:47:26.426Z] ---> 13cff379be97 [2020-10-01T02:47:26.426Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-01T02:47:26.690Z] ---> df46f70da14d [2020-10-01T02:47:26.690Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-01T02:47:26.954Z] ---> 499df078d34e [2020-10-01T02:47:26.954Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-01T02:47:27.218Z] ---> Running in 2b72626d9a2d [2020-10-01T02:47:27.218Z] Removing intermediate container 2b72626d9a2d [2020-10-01T02:47:27.218Z] ---> 0f4a5e9963fc [2020-10-01T02:47:27.218Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T02:47:27.218Z] ---> Running in 339b78c4da8c [2020-10-01T02:47:27.481Z] Removing intermediate container 339b78c4da8c [2020-10-01T02:47:27.481Z] ---> d9c60509079e [2020-10-01T02:47:27.481Z] Step 22/24 : LABEL arch=amd64 [2020-10-01T02:47:27.481Z] ---> Running in 3a699c1b7bf6 [2020-10-01T02:47:27.742Z] Removing intermediate container 3a699c1b7bf6 [2020-10-01T02:47:27.742Z] ---> 88e732c74184 [2020-10-01T02:47:27.742Z] Step 23/24 : LABEL git_sha=4c239c565a541293b80eec60416db80ec9ad37f0 [2020-10-01T02:47:27.743Z] ---> Running in 933ddee4d3b6 [2020-10-01T02:47:28.319Z] Removing intermediate container 933ddee4d3b6 [2020-10-01T02:47:28.319Z] ---> 5c7411bac0b0 [2020-10-01T02:47:28.319Z] Step 24/24 : LABEL version=0.0.0 [2020-10-01T02:47:28.581Z] ---> Running in 636465316b79 [2020-10-01T02:47:28.581Z] Removing intermediate container 636465316b79 [2020-10-01T02:47:28.581Z] ---> c79d10eb1b82 [2020-10-01T02:47:28.581Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-01T02:47:28.581Z] Successfully built c79d10eb1b82 [2020-10-01T02:47:28.581Z] 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-01T02:47:52.085Z] gofmt -l . [2020-10-01T02:47:52.085Z] [ "`gofmt -l .`" = "" ] [2020-10-01T02:47:52.085Z] ./bin/test-attribution-txt.sh [2020-10-01T02:47:52.085Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-01T02:47:52.105Z] Warning: overwriting stash ‘coverage-report’ [2020-10-01T02:47:52.994Z] Stashed 1 file(s) [Pipeline] } [2020-10-01T02:47:53.003Z] $ docker stop --time=1 b8a49abd3b584f6d1b6da206cf4d2d6c1adb33461d2d296328795c2440a8f2ca [2020-10-01T02:47:55.176Z] $ docker rm -f b8a49abd3b584f6d1b6da206cf4d2d6c1adb33461d2d296328795c2440a8f2ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-01T02:47:56.680Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-01T02:47:57.080Z] + ls -al . [2020-10-01T02:47:57.080Z] total 232 [2020-10-01T02:47:57.080Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 1 02:47 . [2020-10-01T02:47:57.080Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 1 02:44 .. [2020-10-01T02:47:57.080Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 1 02:44 .dockerignore [2020-10-01T02:47:57.080Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 1 02:44 .git [2020-10-01T02:47:57.080Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 1 02:44 .github [2020-10-01T02:47:57.080Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 1 02:44 .gitignore [2020-10-01T02:47:57.080Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 1 02:44 .semver [2020-10-01T02:47:57.080Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 1 02:44 Dockerfile.build [2020-10-01T02:47:57.080Z] -rw-rw-r-- 1 jenkins jenkins 785 Oct 1 02:44 Jenkinsfile [2020-10-01T02:47:57.080Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 1 02:44 LICENSE [2020-10-01T02:47:57.080Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 1 02:44 Makefile [2020-10-01T02:47:57.080Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 1 02:44 README.md [2020-10-01T02:47:57.080Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 1 02:44 RELEASE-NOTES.txt [2020-10-01T02:47:57.080Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 1 02:42 VERSION [2020-10-01T02:47:57.080Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 1 02:44 bin [2020-10-01T02:47:57.080Z] -rw-r--r-- 1 jenkins jenkins 111041 Oct 1 02:47 coverage.out [2020-10-01T02:47:57.080Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 1 02:44 example [2020-10-01T02:47:57.080Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 1 02:47 go.mod [2020-10-01T02:47:57.080Z] -rw-r--r-- 1 jenkins jenkins 13464 Oct 1 02:47 go.sum [2020-10-01T02:47:57.080Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 1 02:44 internal [2020-10-01T02:47:57.080Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 1 02:44 openapi [2020-10-01T02:47:57.080Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 1 02:44 pkg [2020-10-01T02:47:57.080Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 1 02:44 snap [2020-10-01T02:47:57.080Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 1 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-01T02:47:57.478Z] + 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=4c239c565a541293b80eec60416db80ec9ad37f0 --label arch=arm64 --label version=0.0.0 . [2020-10-01T02:47:58.074Z] Sending build context to Docker daemon 3.555MB [2020-10-01T02:47:58.074Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-01T02:47:58.074Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-01T02:47:58.074Z] ---> 410d528ccbc6 [2020-10-01T02:47:58.074Z] Step 3/24 : ARG MAKE='make build' [2020-10-01T02:47:58.347Z] ---> Running in 629c7011a882 [2020-10-01T02:47:58.944Z] Removing intermediate container 629c7011a882 [2020-10-01T02:47:58.944Z] ---> b8d5179edcab [2020-10-01T02:47:58.944Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-01T02:47:58.944Z] ---> Running in 537607dea77a [2020-10-01T02:47:59.552Z] Removing intermediate container 537607dea77a [2020-10-01T02:47:59.552Z] ---> 9f744bac0b3a [2020-10-01T02:47:59.552Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-01T02:47:59.552Z] ---> Running in 80cf128c4d3d [2020-10-01T02:48:00.153Z] Removing intermediate container 80cf128c4d3d [2020-10-01T02:48:00.153Z] ---> ab96d95751b4 [2020-10-01T02:48:00.153Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-01T02:48:00.153Z] ---> Running in 28f46f690f94 [2020-10-01T02:48:02.784Z] Removing intermediate container 28f46f690f94 [2020-10-01T02:48:02.784Z] ---> a4aa0ce2aba2 [2020-10-01T02:48:02.784Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-01T02:48:03.057Z] ---> Running in 2928bc19695e [2020-10-01T02:48:04.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T02:48:05.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T02:48:06.059Z] OK: 142 MiB in 39 packages [2020-10-01T02:48:07.036Z] Removing intermediate container 2928bc19695e [2020-10-01T02:48:07.036Z] ---> 5b53be5200f0 [2020-10-01T02:48:07.036Z] Step 8/24 : COPY . . [2020-10-01T02:48:08.471Z] ---> 1777d74a8e22 [2020-10-01T02:48:08.471Z] Step 9/24 : RUN ${MAKE} [2020-10-01T02:48:08.743Z] ---> Running in 48a946a4bbb9 [2020-10-01T02:48:10.171Z] 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-01T02:48:37.011Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-01T02:48:37.608Z] Removing intermediate container 48a946a4bbb9 [2020-10-01T02:48:37.608Z] ---> 9fa061e8304a [2020-10-01T02:48:37.608Z] Step 10/24 : FROM scratch [2020-10-01T02:48:37.608Z] ---> [2020-10-01T02:48:37.608Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-01T02:48:37.608Z] ---> Running in fd2470a0dff2 [2020-10-01T02:48:38.208Z] Removing intermediate container fd2470a0dff2 [2020-10-01T02:48:38.208Z] ---> 5d31995fef85 [2020-10-01T02:48:38.208Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-01T02:48:38.208Z] ---> Running in d544a5cc62b6 [2020-10-01T02:48:38.481Z] Removing intermediate container d544a5cc62b6 [2020-10-01T02:48:38.481Z] ---> 2b9425d44c0d [2020-10-01T02:48:38.481Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-01T02:48:38.754Z] ---> Running in ddef83d9aea7 [2020-10-01T02:48:39.029Z] Removing intermediate container ddef83d9aea7 [2020-10-01T02:48:39.029Z] ---> 4d8c7a0c7a43 [2020-10-01T02:48:39.029Z] Step 14/24 : WORKDIR / [2020-10-01T02:48:39.303Z] ---> Running in 159658b500b6 [2020-10-01T02:48:39.586Z] Removing intermediate container 159658b500b6 [2020-10-01T02:48:39.586Z] ---> 555099d0085d [2020-10-01T02:48:39.586Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-01T02:48:41.013Z] ---> 807a3e6d1e3a [2020-10-01T02:48:41.013Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-01T02:48:41.608Z] ---> d9b401aed486 [2020-10-01T02:48:41.608Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-01T02:48:42.203Z] ---> f154f4e11d21 [2020-10-01T02:48:42.203Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-01T02:48:42.808Z] ---> 9106f3da6910 [2020-10-01T02:48:42.808Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-01T02:48:43.785Z] ---> fbbf0c73a006 [2020-10-01T02:48:43.785Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-01T02:48:43.785Z] ---> Running in 0ef993053263 [2020-10-01T02:48:44.058Z] Removing intermediate container 0ef993053263 [2020-10-01T02:48:44.058Z] ---> e7a277852865 [2020-10-01T02:48:44.058Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-01T02:48:44.336Z] ---> Running in ca841a1f284f [2020-10-01T02:48:44.609Z] Removing intermediate container ca841a1f284f [2020-10-01T02:48:44.609Z] ---> 368fa01baaa6 [2020-10-01T02:48:44.609Z] Step 22/24 : LABEL arch=arm64 [2020-10-01T02:48:44.881Z] ---> Running in 6b88d59a581a [2020-10-01T02:48:45.152Z] Removing intermediate container 6b88d59a581a [2020-10-01T02:48:45.152Z] ---> 9949c36326ab [2020-10-01T02:48:45.152Z] Step 23/24 : LABEL git_sha=4c239c565a541293b80eec60416db80ec9ad37f0 [2020-10-01T02:48:45.424Z] ---> Running in 96c781628a53 [2020-10-01T02:48:45.693Z] Removing intermediate container 96c781628a53 [2020-10-01T02:48:45.693Z] ---> 2bcad6bf7ff1 [2020-10-01T02:48:45.693Z] Step 24/24 : LABEL version=0.0.0 [2020-10-01T02:48:45.966Z] ---> Running in 229eefbeee3d [2020-10-01T02:48:46.241Z] Removing intermediate container 229eefbeee3d [2020-10-01T02:48:46.241Z] ---> 88f32cb2ae38 [2020-10-01T02:48:46.241Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-01T02:48:46.513Z] Successfully built 88f32cb2ae38 [2020-10-01T02:48:46.513Z] 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-01T02:48:48.623Z] provisioning config files... [2020-10-01T02:48:48.637Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/config3180632684954167592tmp [Pipeline] { [Pipeline] sh [2020-10-01T02:48:49.016Z] + set +x [2020-10-01T02:48:49.016Z] + curl -s https://codecov.io/bash [2020-10-01T02:48:49.016Z] + bash -s -- [2020-10-01T02:48:49.278Z] [2020-10-01T02:48:49.278Z] _____ _ [2020-10-01T02:48:49.278Z] / ____| | | [2020-10-01T02:48:49.278Z] | | ___ __| | ___ ___ _____ __ [2020-10-01T02:48:49.278Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-01T02:48:49.278Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-01T02:48:49.278Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-01T02:48:49.278Z] Bash-20200917-4e8f14b [2020-10-01T02:48:49.278Z] [2020-10-01T02:48:49.278Z] [2020-10-01T02:48:49.278Z] ==> Jenkins CI detected. [2020-10-01T02:48:49.278Z] project root: . [2020-10-01T02:48:49.278Z] Fixing merge commit SHA [2020-10-01T02:48:49.278Z] --> token set from env [2020-10-01T02:48:49.278Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-01T02:48:49.278Z] ==> Running gcov in . (disable via -X gcov) [2020-10-01T02:48:49.278Z] ==> Python coveragepy not found [2020-10-01T02:48:49.278Z] ==> Searching for coverage reports in: [2020-10-01T02:48:49.278Z] + . [2020-10-01T02:48:49.278Z] -> Found 1 reports [2020-10-01T02:48:49.278Z] ==> Detecting git/mercurial file structure [2020-10-01T02:48:49.278Z] ==> Reading reports [2020-10-01T02:48:49.278Z] + ./coverage.out bytes=111041 [2020-10-01T02:48:49.278Z] ==> Appending adjustments [2020-10-01T02:48:49.278Z] https://docs.codecov.io/docs/fixing-reports [2020-10-01T02:48:49.853Z] + Found adjustments [2020-10-01T02:48:49.853Z] ==> Gzipping contents [2020-10-01T02:48:49.853Z] ==> Uploading reports [2020-10-01T02:48:49.853Z] url: https://codecov.io [2020-10-01T02:48:49.853Z] query: branch=PR-595&commit=4a1412fe3679be6652f13296ba45411ccc085237&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-595%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=595&job=&cmd_args= [2020-10-01T02:48:49.853Z] -> Pinging Codecov [2020-10-01T02:48:49.853Z] https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-595&commit=4a1412fe3679be6652f13296ba45411ccc085237&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-595%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=595&job=&cmd_args= [2020-10-01T02:48:50.428Z] -> Uploading to [2020-10-01T02:48:50.429Z] https://storage.googleapis.com/codecov/v4/raw/2020-10-01/7E55EF52A471D76F132DFD9A03CDDE97/4a1412fe3679be6652f13296ba45411ccc085237/0adc164b-5134-45a5-8c36-cf08af4d4089.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201001%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201001T024850Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c071a449e8d8e5bda78538ed14b049b0ea0c8f4457e781e5f0599ee692d31d52 [2020-10-01T02:48:50.429Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T02:48:50.429Z] Dload Upload Total Spent Left Speed [2020-10-01T02:48:51.004Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18319 0 0 100 18319 0 43530 --:--:-- --:--:-- --:--:-- 43616 [2020-10-01T02:48:51.004Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4a1412fe3679be6652f13296ba45411ccc085237 [Pipeline] } [2020-10-01T02:48:51.014Z] 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-01T02:48:53.947Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T02:48:54.528Z] ---> package-listing.sh [2020-10-01T02:48:54.528Z] ++ facter osfamily [2020-10-01T02:48:54.528Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-01T02:48:54.528Z] + OS_FAMILY=redhat [2020-10-01T02:48:54.528Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-595 [2020-10-01T02:48:54.528Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-01T02:48:54.528Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-01T02:48:54.528Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-01T02:48:54.528Z] + PACKAGES=/tmp/packages_start.txt [2020-10-01T02:48:54.528Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-595 ']' [2020-10-01T02:48:54.528Z] + PACKAGES=/tmp/packages_end.txt [2020-10-01T02:48:54.528Z] + case "${OS_FAMILY}" in [2020-10-01T02:48:54.528Z] + rpm -qa [2020-10-01T02:48:54.528Z] + sort [2020-10-01T02:48:58.750Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-01T02:48:58.750Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-01T02:48:58.750Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-01T02:48:58.750Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-595 ']' [2020-10-01T02:48:58.750Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-595/archives/ [2020-10-01T02:48:58.750Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-595/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-01T02:48:59.529Z] provisioning config files... [2020-10-01T02:48:59.545Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/config1463196891680552981tmp [Pipeline] { [Pipeline] echo [2020-10-01T02:48:59.616Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T02:48:59.911Z] ---> create-netrc.sh [Pipeline] } [2020-10-01T02:48:59.921Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-01T02:49:00.030Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T02:49:00.327Z] ---> python-tools-install.sh [2020-10-01T02:49:00.327Z] Generating Requirements File [2020-10-01T02:50:21.881Z] Python 3.6.8 [2020-10-01T02:50:21.881Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-01T02:50:21.881Z] aiohttp==3.6.2 [2020-10-01T02:50:21.881Z] appdirs==1.4.3 [2020-10-01T02:50:21.881Z] argcomplete==1.12.1 [2020-10-01T02:50:21.881Z] aspy.yaml==1.3.0 [2020-10-01T02:50:21.881Z] async-timeout==3.0.1 [2020-10-01T02:50:21.881Z] attrs==19.3.0 [2020-10-01T02:50:21.881Z] Babel==2.8.0 [2020-10-01T02:50:21.881Z] beautifulsoup4==4.8.2 [2020-10-01T02:50:21.881Z] boto3==1.11.6 [2020-10-01T02:50:21.881Z] botocore==1.14.6 [2020-10-01T02:50:21.881Z] bs4==0.0.1 [2020-10-01T02:50:21.881Z] cachetools==4.1.1 [2020-10-01T02:50:21.881Z] certifi==2019.11.28 [2020-10-01T02:50:21.881Z] cffi==1.14.3 [2020-10-01T02:50:21.881Z] cfgv==2.0.1 [2020-10-01T02:50:21.881Z] chardet==3.0.4 [2020-10-01T02:50:21.881Z] click==7.1 [2020-10-01T02:50:21.881Z] cliff==3.4.0 [2020-10-01T02:50:21.881Z] cmd2==1.3.10 [2020-10-01T02:50:21.881Z] colorama==0.4.3 [2020-10-01T02:50:21.881Z] cryptography==3.1.1 [2020-10-01T02:50:21.881Z] debtcollector==2.2.0 [2020-10-01T02:50:21.881Z] decorator==4.4.2 [2020-10-01T02:50:21.881Z] defusedxml==0.6.0 [2020-10-01T02:50:21.881Z] Deprecated==1.2.7 [2020-10-01T02:50:21.881Z] distlib==0.3.1 [2020-10-01T02:50:21.881Z] distro==1.2.0 [2020-10-01T02:50:21.881Z] dnspython==1.16.0 [2020-10-01T02:50:21.881Z] docker==4.2.0 [2020-10-01T02:50:21.881Z] docutils==0.15.2 [2020-10-01T02:50:21.881Z] dogpile.cache==1.0.2 [2020-10-01T02:50:21.881Z] email-validator==1.0.5 [2020-10-01T02:50:21.881Z] filelock==3.0.12 [2020-10-01T02:50:21.881Z] future==0.18.2 [2020-10-01T02:50:21.881Z] google-auth==1.22.0 [2020-10-01T02:50:21.881Z] httplib2==0.17.0 [2020-10-01T02:50:21.881Z] identify==1.4.11 [2020-10-01T02:50:21.881Z] idna==2.9 [2020-10-01T02:50:21.881Z] idna-ssl==1.1.0 [2020-10-01T02:50:21.881Z] importlib-metadata==1.7.0 [2020-10-01T02:50:21.881Z] importlib-resources==1.5.0 [2020-10-01T02:50:21.881Z] iso8601==0.1.13 [2020-10-01T02:50:21.881Z] Jinja2==2.11.1 [2020-10-01T02:50:21.881Z] jmespath==0.10.0 [2020-10-01T02:50:21.881Z] jsonpatch==1.26 [2020-10-01T02:50:21.881Z] jsonpointer==2.0 [2020-10-01T02:50:21.881Z] jsonschema==3.2.0 [2020-10-01T02:50:21.881Z] keystoneauth1==4.2.1 [2020-10-01T02:50:21.881Z] kubernetes==11.0.0 [2020-10-01T02:50:21.881Z] lftools==0.34.2 [2020-10-01T02:50:21.881Z] lxml==4.5.0 [2020-10-01T02:50:21.881Z] MarkupSafe==0.23 [2020-10-01T02:50:21.881Z] msgpack==1.0.0 [2020-10-01T02:50:21.881Z] multi-key-dict==2.0.3 [2020-10-01T02:50:21.881Z] multidict==4.7.6 [2020-10-01T02:50:21.881Z] munch==2.5.0 [2020-10-01T02:50:21.881Z] netaddr==0.8.0 [2020-10-01T02:50:21.881Z] netifaces==0.10.9 [2020-10-01T02:50:21.881Z] niet==1.4.2 [2020-10-01T02:50:21.881Z] nodeenv==1.3.5 [2020-10-01T02:50:21.881Z] oauth2client==4.1.3 [2020-10-01T02:50:21.881Z] oauthlib==3.1.0 [2020-10-01T02:50:21.881Z] openstacksdk==0.50.0 [2020-10-01T02:50:21.881Z] os-client-config==2.1.0 [2020-10-01T02:50:21.881Z] os-service-types==1.7.0 [2020-10-01T02:50:21.881Z] osc-lib==2.2.1 [2020-10-01T02:50:21.881Z] oslo.config==8.3.2 [2020-10-01T02:50:21.881Z] oslo.context==3.1.1 [2020-10-01T02:50:21.881Z] oslo.i18n==5.0.1 [2020-10-01T02:50:21.881Z] oslo.log==4.4.0 [2020-10-01T02:50:21.881Z] oslo.serialization==4.0.1 [2020-10-01T02:50:21.881Z] oslo.utils==4.6.0 [2020-10-01T02:50:21.881Z] packaging==20.4 [2020-10-01T02:50:21.881Z] pbr==5.4.4 [2020-10-01T02:50:21.881Z] pluggy==0.13.1 [2020-10-01T02:50:21.881Z] prettytable==0.7.2 [2020-10-01T02:50:21.881Z] py==1.9.0 [2020-10-01T02:50:21.881Z] pyasn1==0.4.8 [2020-10-01T02:50:21.881Z] pyasn1-modules==0.2.8 [2020-10-01T02:50:21.881Z] pycparser==2.20 [2020-10-01T02:50:21.881Z] pygerrit2==2.0.10 [2020-10-01T02:50:21.881Z] PyGithub==1.46 [2020-10-01T02:50:21.881Z] pyinotify==0.9.6 [2020-10-01T02:50:21.881Z] PyJWT==1.7.1 [2020-10-01T02:50:21.881Z] pyparsing==2.4.7 [2020-10-01T02:50:21.881Z] pyperclip==1.8.0 [2020-10-01T02:50:21.881Z] pyroute2==0.4.13 [2020-10-01T02:50:21.881Z] pyrsistent==0.15.7 [2020-10-01T02:50:21.881Z] PySocks==1.6.8 [2020-10-01T02:50:21.881Z] python-cinderclient==7.2.0 [2020-10-01T02:50:21.881Z] python-dateutil==2.8.1 [2020-10-01T02:50:21.881Z] python-heatclient==2.2.1 [2020-10-01T02:50:21.881Z] python-jenkins==1.7.0 [2020-10-01T02:50:21.881Z] python-keystoneclient==4.1.1 [2020-10-01T02:50:21.881Z] python-magnumclient==3.2.1 [2020-10-01T02:50:21.881Z] python-novaclient==17.2.1 [2020-10-01T02:50:21.881Z] python-openstackclient==5.3.1 [2020-10-01T02:50:21.881Z] python-swiftclient==3.10.1 [2020-10-01T02:50:21.881Z] pytz==2020.1 [2020-10-01T02:50:21.882Z] PyYAML==5.3 [2020-10-01T02:50:21.882Z] requests==2.23.0 [2020-10-01T02:50:21.882Z] requests-oauthlib==1.3.0 [2020-10-01T02:50:21.882Z] requestsexceptions==1.4.0 [2020-10-01T02:50:21.882Z] rfc3986==1.4.0 [2020-10-01T02:50:21.882Z] rpm==4.11.3 [2020-10-01T02:50:21.882Z] rsa==4.0 [2020-10-01T02:50:21.882Z] ruamel.yaml==0.16.10 [2020-10-01T02:50:21.882Z] ruamel.yaml.clib==0.2.0 [2020-10-01T02:50:21.882Z] s3transfer==0.3.3 [2020-10-01T02:50:21.882Z] shade==1.27.2 [2020-10-01T02:50:21.882Z] simplejson==3.17.2 [2020-10-01T02:50:21.882Z] six==1.14.0 [2020-10-01T02:50:21.882Z] soupsieve==2.0 [2020-10-01T02:50:21.882Z] stevedore==3.2.2 [2020-10-01T02:50:21.882Z] tabulate==0.8.6 [2020-10-01T02:50:21.882Z] toml==0.10.0 [2020-10-01T02:50:21.882Z] tox==3.20.0 [2020-10-01T02:50:21.882Z] tqdm==4.43.0 [2020-10-01T02:50:21.882Z] typing-extensions==3.7.4.3 [2020-10-01T02:50:21.882Z] urllib3==1.25.8 [2020-10-01T02:50:21.882Z] virtualenv==20.0.31 [2020-10-01T02:50:21.882Z] wcwidth==0.2.5 [2020-10-01T02:50:21.882Z] websocket-client==0.57.0 [2020-10-01T02:50:21.882Z] wrapt==1.12.1 [2020-10-01T02:50:21.882Z] xdg==3.0.2 [2020-10-01T02:50:21.882Z] xmltodict==0.12.0 [2020-10-01T02:50:21.882Z] yarl==1.6.0 [2020-10-01T02:50:21.882Z] yq==2.11.1 [2020-10-01T02:50:21.882Z] zipp==3.2.0 [2020-10-01T02:50:21.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:21.882Z] 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-01T02:50:21.882Z] Python 2.7.5 [2020-10-01T02:50:21.882Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-01T02:50:21.882Z] 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-01T02:50:21.882Z] ansible==2.9.7 [2020-10-01T02:50:21.882Z] Babel==0.9.6 [2020-10-01T02:50:21.882Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-01T02:50:21.882Z] beautifulsoup4==4.4.1 [2020-10-01T02:50:21.882Z] bodhi==2.11.0 [2020-10-01T02:50:21.882Z] bodhi-client==2.11.0 [2020-10-01T02:50:21.882Z] CCColUtils==1.4 [2020-10-01T02:50:21.882Z] cffi==1.6.0 [2020-10-01T02:50:21.882Z] chardet==2.2.1 [2020-10-01T02:50:21.882Z] click==6.7 [2020-10-01T02:50:21.882Z] cloud-init==18.5 [2020-10-01T02:50:21.882Z] configobj==4.7.2 [2020-10-01T02:50:21.882Z] cryptography==1.7.2 [2020-10-01T02:50:21.882Z] decorator==3.4.0 [2020-10-01T02:50:21.882Z] distro==1.2.0 [2020-10-01T02:50:21.882Z] enum34==1.0.4 [2020-10-01T02:50:21.882Z] fedpkg==1.38 [2020-10-01T02:50:21.882Z] futures==3.1.1 [2020-10-01T02:50:21.882Z] gitdb==0.6.4 [2020-10-01T02:50:21.882Z] GitPython==1.0.1 [2020-10-01T02:50:21.882Z] html5lib==0.999 [2020-10-01T02:50:21.882Z] httplib2==0.9.2 [2020-10-01T02:50:21.882Z] idna==2.4 [2020-10-01T02:50:21.882Z] iniparse==0.4 [2020-10-01T02:50:21.882Z] ipaddress==1.0.16 [2020-10-01T02:50:21.882Z] IPy==0.75 [2020-10-01T02:50:21.882Z] javapackages==1.0.0 [2020-10-01T02:50:21.882Z] Jinja2==2.7.2 [2020-10-01T02:50:21.882Z] jmespath==0.9.4 [2020-10-01T02:50:21.882Z] jsonpatch==1.2 [2020-10-01T02:50:21.882Z] jsonpointer==1.9 [2020-10-01T02:50:21.882Z] kerberos==1.1 [2020-10-01T02:50:21.882Z] kitchen==1.1.1 [2020-10-01T02:50:21.882Z] langtable==0.0.31 [2020-10-01T02:50:21.882Z] lockfile==0.9.1 [2020-10-01T02:50:21.882Z] lxml==3.2.1 [2020-10-01T02:50:21.882Z] MarkupSafe==0.11 [2020-10-01T02:50:21.882Z] munch==2.0.2 [2020-10-01T02:50:21.882Z] offtrac==0.1.0 [2020-10-01T02:50:21.882Z] openidc-client==0.6.0 [2020-10-01T02:50:21.882Z] packagedb-cli==2.14.1 [2020-10-01T02:50:21.882Z] paramiko==2.1.1 [2020-10-01T02:50:21.882Z] perf==0.1 [2020-10-01T02:50:21.882Z] ply==3.4 [2020-10-01T02:50:21.882Z] policycoreutils-default-encoding==0.1 [2020-10-01T02:50:21.882Z] prettytable==0.7.2 [2020-10-01T02:50:21.882Z] pyasn1==0.1.9 [2020-10-01T02:50:21.882Z] pycparser==2.14 [2020-10-01T02:50:21.882Z] pycurl==7.19.0 [2020-10-01T02:50:21.882Z] pygobject==3.22.0 [2020-10-01T02:50:21.882Z] pygpgme==0.3 [2020-10-01T02:50:21.882Z] pyliblzma==0.5.3 [2020-10-01T02:50:21.882Z] pyOpenSSL==0.13.1 [2020-10-01T02:50:21.882Z] pyparsing==1.5.6 [2020-10-01T02:50:21.882Z] pyserial==2.6 [2020-10-01T02:50:21.882Z] python-augeas==0.5.0 [2020-10-01T02:50:21.882Z] python-bugzilla==2.3.0 [2020-10-01T02:50:21.882Z] python-dateutil==1.5 [2020-10-01T02:50:21.882Z] python-fedora==0.10.0 [2020-10-01T02:50:21.882Z] python-linux-procfs==0.4.9 [2020-10-01T02:50:21.882Z] python-yubico==1.2.3 [2020-10-01T02:50:21.882Z] pyudev==0.15 [2020-10-01T02:50:21.882Z] pyusb==1.0.0b1 [2020-10-01T02:50:21.882Z] pyxattr==0.5.1 [2020-10-01T02:50:21.882Z] PyYAML==3.10 [2020-10-01T02:50:21.882Z] requests==2.6.0 [2020-10-01T02:50:21.882Z] requests-kerberos==0.7.0 [2020-10-01T02:50:21.882Z] rpkg==1.60 [2020-10-01T02:50:21.882Z] schedutils==0.4 [2020-10-01T02:50:21.882Z] seobject==0.1 [2020-10-01T02:50:21.882Z] sepolicy==1.1 [2020-10-01T02:50:21.882Z] six==1.9.0 [2020-10-01T02:50:21.882Z] smmap==0.9.0 [2020-10-01T02:50:21.882Z] urlgrabber==3.10 [2020-10-01T02:50:21.882Z] urllib3==1.10.2 [2020-10-01T02:50:21.882Z] virtualenv==15.1.0 [2020-10-01T02:50:21.882Z] yum-langpacks==0.4.2 [2020-10-01T02:50:21.882Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-01T02:50:21.892Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T02:50:22.194Z] ---> sudo-logs.sh [2020-10-01T02:50:22.194Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-01T02:50:22.468Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T02:50:22.764Z] ---> job-cost.sh [2020-10-01T02:50:22.764Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FbgA [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:37.882Z] Cache entry deserialization failed, entry ignored [2020-10-01T02:50:40.579Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-01T02:51:07.240Z] 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-10-01T02:51:07.240Z] [2020-10-01T02:51:07.240Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-10-01T02:51:07.240Z] [2020-10-01T02:51:07.240Z] 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-10-01T02:51:09.193Z] lf-activate-venv(): INFO: Adding /tmp/venv-FbgA/bin to PATH [2020-10-01T02:51:09.193Z] INFO: No Stack... [2020-10-01T02:51:10.145Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-01T02:51:10.720Z] INFO: Archiving Costs [Pipeline] echo [2020-10-01T02:51:10.734Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T02:51:11.040Z] ---> logs-deploy.sh [2020-10-01T02:51:11.040Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-595/4 [2020-10-01T02:51:11.040Z] INFO: archiving workspace using pattern(s): [2020-10-01T02:51:17.668Z] Archives upload complete. [2020-10-01T02:51:17.668Z] INFO: archiving logs to Nexus [2020-10-01T02:51:17.931Z] ---> uname -a: [2020-10-01T02:51:17.931Z] Linux prd-centos7-docker-4c-2g-2700.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-01T02:51:17.931Z] [2020-10-01T02:51:17.931Z] [2020-10-01T02:51:17.931Z] ---> lscpu: [2020-10-01T02:51:17.931Z] Architecture: x86_64 [2020-10-01T02:51:17.931Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-01T02:51:17.931Z] Byte Order: Little Endian [2020-10-01T02:51:17.931Z] CPU(s): 4 [2020-10-01T02:51:17.931Z] On-line CPU(s) list: 0-3 [2020-10-01T02:51:17.931Z] Thread(s) per core: 1 [2020-10-01T02:51:17.931Z] Core(s) per socket: 1 [2020-10-01T02:51:17.931Z] Socket(s): 4 [2020-10-01T02:51:17.931Z] NUMA node(s): 1 [2020-10-01T02:51:17.931Z] Vendor ID: GenuineIntel [2020-10-01T02:51:17.931Z] CPU family: 6 [2020-10-01T02:51:17.931Z] Model: 44 [2020-10-01T02:51:17.931Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-01T02:51:17.931Z] Stepping: 1 [2020-10-01T02:51:17.931Z] CPU MHz: 2933.438 [2020-10-01T02:51:17.931Z] BogoMIPS: 5866.87 [2020-10-01T02:51:17.931Z] Virtualization: VT-x [2020-10-01T02:51:17.931Z] Hypervisor vendor: KVM [2020-10-01T02:51:17.931Z] Virtualization type: full [2020-10-01T02:51:17.931Z] L1d cache: 32K [2020-10-01T02:51:17.931Z] L1i cache: 32K [2020-10-01T02:51:17.931Z] L2 cache: 4096K [2020-10-01T02:51:17.931Z] L3 cache: 16384K [2020-10-01T02:51:17.931Z] NUMA node0 CPU(s): 0-3 [2020-10-01T02:51:17.931Z] 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-01T02:51:17.931Z] [2020-10-01T02:51:17.931Z] [2020-10-01T02:51:17.931Z] ---> nproc: [2020-10-01T02:51:17.931Z] 4 [2020-10-01T02:51:17.931Z] [2020-10-01T02:51:17.931Z] [2020-10-01T02:51:17.931Z] ---> df -h: [2020-10-01T02:51:17.931Z] Filesystem Size Used Avail Use% Mounted on [2020-10-01T02:51:17.931Z] devtmpfs 887M 0 887M 0% /dev [2020-10-01T02:51:17.931Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-01T02:51:17.931Z] tmpfs 919M 17M 903M 2% /run [2020-10-01T02:51:17.931Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-01T02:51:17.931Z] /dev/vda1 50G 7.3G 43G 15% / [2020-10-01T02:51:17.931Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-01T02:51:17.931Z] [2020-10-01T02:51:17.931Z] [2020-10-01T02:51:17.931Z] ---> free -m: [2020-10-01T02:51:17.931Z] total used free shared buff/cache available [2020-10-01T02:51:17.931Z] Mem: 1837 617 99 16 1120 1023 [2020-10-01T02:51:17.931Z] Swap: 1023 1 1022 [2020-10-01T02:51:17.931Z] [2020-10-01T02:51:17.931Z] [2020-10-01T02:51:17.931Z] ---> ip addr: [2020-10-01T02:51:17.931Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-01T02:51:17.931Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-01T02:51:17.931Z] inet 127.0.0.1/8 scope host lo [2020-10-01T02:51:17.931Z] valid_lft forever preferred_lft forever [2020-10-01T02:51:17.931Z] inet6 ::1/128 scope host [2020-10-01T02:51:17.931Z] valid_lft forever preferred_lft forever [2020-10-01T02:51:17.931Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-01T02:51:17.931Z] link/ether fa:16:3e:0d:d7:7d brd ff:ff:ff:ff:ff:ff [2020-10-01T02:51:17.931Z] inet 10.30.123.25/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-01T02:51:17.932Z] valid_lft 85804sec preferred_lft 85804sec [2020-10-01T02:51:17.932Z] inet6 fe80::f816:3eff:fe0d:d77d/64 scope link [2020-10-01T02:51:17.932Z] valid_lft forever preferred_lft forever [2020-10-01T02:51:17.932Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-01T02:51:17.932Z] link/ether 02:42:a7:75:e1:27 brd ff:ff:ff:ff:ff:ff [2020-10-01T02:51:17.932Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-01T02:51:17.932Z] valid_lft forever preferred_lft forever [2020-10-01T02:51:17.932Z] inet6 fe80::42:a7ff:fe75:e127/64 scope link [2020-10-01T02:51:17.932Z] valid_lft forever preferred_lft forever [2020-10-01T02:51:17.932Z] [2020-10-01T02:51:17.932Z] [2020-10-01T02:51:17.932Z] ---> sar -b -r -n DEV: [2020-10-01T02:51:17.932Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/01/2020 _x86_64_ (4 CPU) [2020-10-01T02:51:17.932Z] [2020-10-01T02:51:17.932Z] 02:41:02 AM LINUX RESTART [2020-10-01T02:51:17.932Z] [2020-10-01T02:51:17.932Z] 02:42:01 AM tps rtps wtps bread/s bwrtn/s [2020-10-01T02:51:17.932Z] 02:43:01 AM 35.18 10.29 24.89 4332.87 2216.52 [2020-10-01T02:51:17.932Z] 02:44:02 AM 0.53 0.00 0.53 0.00 6.98 [2020-10-01T02:51:17.932Z] 02:45:01 AM 0.24 0.00 0.24 0.00 4.06 [2020-10-01T02:51:17.932Z] 02:46:01 AM 0.35 0.00 0.35 0.00 5.83 [2020-10-01T02:51:17.932Z] 02:47:01 AM 0.28 0.00 0.28 0.00 4.75 [2020-10-01T02:51:17.932Z] 02:48:01 AM 0.50 0.02 0.48 0.13 7.30 [2020-10-01T02:51:17.932Z] 02:49:01 AM 51.83 51.40 0.43 4665.47 10.52 [2020-10-01T02:51:17.932Z] 02:50:01 AM 68.55 9.39 59.16 882.17 7404.43 [2020-10-01T02:51:17.932Z] 02:51:01 AM 97.02 20.44 76.58 870.04 8600.17 [2020-10-01T02:51:17.932Z] Average: 28.34 10.19 18.14 1196.87 2033.31 [2020-10-01T02:51:17.932Z] [2020-10-01T02:51:17.932Z] 02:42:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-01T02:51:17.932Z] 02:43:01 AM 152780 1728776 91.88 2620 1152620 1117668 38.14 422844 1145568 16 [2020-10-01T02:51:17.932Z] 02:44:02 AM 158680 1722876 91.57 2620 1152624 1074848 36.68 421356 1141804 12 [2020-10-01T02:51:17.932Z] 02:45:01 AM 157972 1723584 91.60 2620 1152632 1075116 36.69 422524 1141804 8 [2020-10-01T02:51:17.932Z] 02:46:01 AM 156256 1725300 91.70 2620 1152632 1075188 36.69 424692 1141232 8 [2020-10-01T02:51:17.932Z] 02:47:01 AM 157116 1724440 91.65 2620 1152636 1075056 36.69 434716 1130648 8 [2020-10-01T02:51:17.932Z] 02:48:01 AM 158344 1723212 91.58 2620 1152648 1074908 36.68 433868 1130648 12 [2020-10-01T02:51:17.932Z] 02:49:01 AM 73328 1808228 96.10 2620 1205968 1098540 37.49 447348 1193424 176 [2020-10-01T02:51:17.932Z] 02:50:01 AM 74676 1806880 96.03 2620 1124484 1139928 38.90 522288 1080688 102312 [2020-10-01T02:51:17.932Z] 02:51:01 AM 101464 1780092 94.61 2620 1055512 1124264 38.37 540276 996468 99612 [2020-10-01T02:51:17.932Z] Average: 132291 1749265 92.97 2620 1144640 1095057 37.37 452212 1122476 22463 [2020-10-01T02:51:17.932Z] [2020-10-01T02:51:17.932Z] 02:42:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-01T02:51:17.932Z] 02:43:01 AM eth0 181.77 129.04 435.70 123.45 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:43:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:43:01 AM docker0 7.16 4.66 1.04 18.60 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:44:02 AM eth0 0.75 0.08 0.06 0.04 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:44:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:44:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:45:01 AM eth0 1.44 0.37 0.37 0.21 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:45:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:45:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:46:01 AM eth0 0.87 0.43 0.30 0.21 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:46:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:46:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:47:01 AM eth0 1.43 0.62 0.48 0.28 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:47:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:47:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:48:01 AM eth0 0.42 0.03 0.03 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:48:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:48:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:49:01 AM eth0 15.13 9.24 14.57 5.45 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:49:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:49:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:50:01 AM eth0 132.26 105.94 850.69 11.71 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:50:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:50:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:51:01 AM eth0 38.35 31.23 128.50 57.38 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:51:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] 02:51:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] Average: eth0 41.46 30.84 159.29 22.13 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] Average: docker0 0.80 0.52 0.12 2.07 0.00 0.00 0.00 [2020-10-01T02:51:17.932Z] [2020-10-01T02:51:17.932Z] [2020-10-01T02:51:17.932Z] ---> sar -P ALL: [2020-10-01T02:51:17.932Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/01/2020 _x86_64_ (4 CPU) [2020-10-01T02:51:17.932Z] [2020-10-01T02:51:17.932Z] 02:41:02 AM LINUX RESTART [2020-10-01T02:51:17.932Z] [2020-10-01T02:51:17.932Z] 02:42:01 AM CPU %user %nice %system %iowait %steal %idle [2020-10-01T02:51:17.932Z] 02:43:01 AM all 3.59 0.00 1.99 0.76 0.02 93.64 [2020-10-01T02:51:17.932Z] 02:43:01 AM 0 3.49 0.00 2.13 0.40 0.02 93.96 [2020-10-01T02:51:17.932Z] 02:43:01 AM 1 3.63 0.00 1.86 1.41 0.03 93.07 [2020-10-01T02:51:17.932Z] 02:43:01 AM 2 3.44 0.00 1.81 0.65 0.03 94.06 [2020-10-01T02:51:17.932Z] 02:43:01 AM 3 3.78 0.00 2.14 0.57 0.02 93.49 [2020-10-01T02:51:17.932Z] 02:44:02 AM all 0.13 0.00 0.04 0.00 0.00 99.82 [2020-10-01T02:51:17.932Z] 02:44:02 AM 0 0.02 0.00 0.05 0.00 0.00 99.93 [2020-10-01T02:51:17.932Z] 02:44:02 AM 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-01T02:51:17.932Z] 02:44:02 AM 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-01T02:51:17.932Z] 02:44:02 AM 3 0.42 0.00 0.05 0.00 0.00 99.53 [2020-10-01T02:51:17.932Z] 02:45:01 AM all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-10-01T02:51:17.932Z] 02:45:01 AM 0 0.05 0.00 0.00 0.00 0.00 99.95 [2020-10-01T02:51:17.932Z] 02:45:01 AM 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-01T02:51:17.932Z] 02:45:01 AM 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-01T02:51:17.932Z] 02:45:01 AM 3 0.49 0.00 0.05 0.00 0.02 99.44 [2020-10-01T02:51:17.932Z] 02:46:01 AM all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-10-01T02:51:17.932Z] 02:46:01 AM 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-01T02:51:17.932Z] 02:46:01 AM 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-01T02:51:17.932Z] 02:46:01 AM 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-01T02:51:17.932Z] 02:46:01 AM 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-01T02:51:17.932Z] 02:47:01 AM all 0.17 0.00 0.06 0.00 0.00 99.77 [2020-10-01T02:51:17.932Z] 02:47:01 AM 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-01T02:51:17.932Z] 02:47:01 AM 1 0.05 0.00 0.17 0.00 0.00 99.78 [2020-10-01T02:51:17.932Z] 02:47:01 AM 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-01T02:51:17.932Z] 02:47:01 AM 3 0.53 0.00 0.02 0.00 0.00 99.45 [2020-10-01T02:51:17.932Z] 02:48:01 AM all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-10-01T02:51:17.932Z] 02:48:01 AM 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-01T02:51:17.932Z] 02:48:01 AM 1 0.05 0.00 0.07 0.02 0.00 99.87 [2020-10-01T02:51:17.932Z] 02:48:01 AM 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-01T02:51:17.932Z] 02:48:01 AM 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-01T02:51:17.932Z] 02:49:01 AM all 1.35 0.00 0.64 1.24 0.00 96.77 [2020-10-01T02:51:17.932Z] 02:49:01 AM 0 1.05 0.00 0.55 0.93 0.00 97.46 [2020-10-01T02:51:17.932Z] 02:49:01 AM 1 1.54 0.00 0.77 2.10 0.00 95.59 [2020-10-01T02:51:17.932Z] 02:49:01 AM 2 1.68 0.00 0.77 1.85 0.00 95.70 [2020-10-01T02:51:17.932Z] 02:49:01 AM 3 1.10 0.00 0.47 0.07 0.00 98.37 [2020-10-01T02:51:17.932Z] 02:50:01 AM all 17.40 0.00 2.74 0.72 0.01 79.13 [2020-10-01T02:51:17.932Z] 02:50:01 AM 0 25.53 0.00 2.89 1.03 0.02 70.53 [2020-10-01T02:51:17.932Z] 02:50:01 AM 1 17.10 0.00 3.51 0.64 0.02 78.74 [2020-10-01T02:51:17.932Z] 02:50:01 AM 2 15.74 0.00 2.48 0.74 0.02 81.03 [2020-10-01T02:51:17.932Z] 02:50:01 AM 3 11.27 0.00 2.06 0.52 0.02 86.13 [2020-10-01T02:51:17.932Z] 02:51:01 AM all 16.58 0.00 3.50 1.84 0.01 78.07 [2020-10-01T02:51:17.932Z] 02:51:01 AM 0 21.33 0.00 3.86 1.24 0.02 73.55 [2020-10-01T02:51:17.932Z] 02:51:01 AM 1 10.22 0.00 2.24 1.34 0.02 86.18 [2020-10-01T02:51:17.932Z] 02:51:01 AM 2 20.04 0.00 4.50 2.43 0.00 73.03 [2020-10-01T02:51:17.932Z] 02:51:01 AM 3 14.71 0.00 3.42 2.32 0.02 79.53 [2020-10-01T02:51:17.932Z] Average: all 4.40 0.00 1.00 0.51 0.01 94.08 [2020-10-01T02:51:17.933Z] Average: 0 5.71 0.00 1.06 0.40 0.01 92.82 [2020-10-01T02:51:17.933Z] Average: 1 3.63 0.00 0.97 0.61 0.01 94.78 [2020-10-01T02:51:17.933Z] Average: 2 4.56 0.00 1.08 0.63 0.01 93.73 [2020-10-01T02:51:17.933Z] Average: 3 3.70 0.00 0.91 0.38 0.01 95.00 [2020-10-01T02:51:17.933Z] [2020-10-01T02:51:17.933Z] [2020-10-01T02:51:17.933Z]