Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e2793ca71f614b597d77c0effe2f7042b599ce3e+7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 (e6b7dfa225df0b22002bb29631fc38cbe8bda8d7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3584 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [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-583 # 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 > 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/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 into PR head commit e2793ca71f614b597d77c0effe2f7042b599ce3e Merge succeeded, producing 22a98956687e6b798aeafb6feff9091c4bcc14fe Checking out Revision 22a98956687e6b798aeafb6feff9091c4bcc14fe (PR-583) > git config core.sparsecheckout # timeout=10 > git checkout -f e2793ca71f614b597d77c0effe2f7042b599ce3e # 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 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22a98956687e6b798aeafb6feff9091c4bcc14fe # timeout=10 Commit message: "Merge commit '7376f7b5b06e33bb8acc21cf64a8bee67a63ba67' into HEAD" > git rev-list --no-walk e2793ca71f614b597d77c0effe2f7042b599ce3e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T02:43:16.839Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T02:43:17.064Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T02:43:17.155Z] ========================================================= [2020-10-06T02:43:17.156Z] EdgeX Global Pipelines Version Info [2020-10-06T02:43:17.156Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T02:43:18.619Z] ------------------- [2020-10-06T02:43:18.619Z] stable info: [2020-10-06T02:43:18.619Z] ------------------- [2020-10-06T02:43:18.619Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T02:43:18.619Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T02:43:18.619Z] Message: update stable to v1.0.131 [2020-10-06T02:43:19.563Z] ------------------- [2020-10-06T02:43:19.563Z] experimental info: [2020-10-06T02:43:19.563Z] ------------------- [2020-10-06T02:43:19.563Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T02:43:19.563Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T02:43:19.563Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-06T02:43:19.897Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-06T02:43:20.001Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-06T02:43:20.112Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T02:43:20.215Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T02:43:20.406Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T02:43:20.498Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T02:43:20.621Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T02:43:20.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T02:43:20.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-06T02:43:20.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T02:43:21.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T02:43:21.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-06T02:43:21.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T02:43:21.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T02:43:21.433Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T02:43:21.532Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T02:43:21.631Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T02:43:21.743Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T02:43:21.834Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T02:43:21.938Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-06T02:43:22.025Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-06T02:43:22.112Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-06T02:43:22.214Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-06T02:43:22.297Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-06T02:43:22.381Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-06T02:43:22.487Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-583 [Pipeline] echo [2020-10-06T02:43:22.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-583 [Pipeline] echo [2020-10-06T02:43:22.670Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-583 [Pipeline] echo [2020-10-06T02:43:22.752Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 22a98956687e6b798aeafb6feff9091c4bcc14fe [Pipeline] echo [2020-10-06T02:43:22.854Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 22a9895 [Pipeline] echo [2020-10-06T02:43:22.956Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-06T02:43:23.586Z] + git log --format=format:%s -1 22a98956687e6b798aeafb6feff9091c4bcc14fe [Pipeline] echo [2020-10-06T02:43:23.657Z] GIT_COMMIT: 22a98956687e6b798aeafb6feff9091c4bcc14fe, Commit Message: Merge commit '7376f7b5b06e33bb8acc21cf64a8bee67a63ba67' into HEAD [Pipeline] echo [2020-10-06T02:43:23.712Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-06T02:43:24.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T02:43:24.528Z] [2020-10-06T02:43:24.528Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T02:43:24.878Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T02:43:24.878Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T02:43:24.878Z] 31603596830f: Pulling fs layer [2020-10-06T02:43:24.878Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T02:43:24.878Z] 6ca5941a6612: Pulling fs layer [2020-10-06T02:43:24.878Z] ecc8261a40a4: Pulling fs layer [2020-10-06T02:43:24.878Z] ecc8261a40a4: Waiting [2020-10-06T02:43:24.878Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T02:43:24.878Z] 2a8b12db71e7: Download complete [2020-10-06T02:43:25.141Z] 31603596830f: Verifying Checksum [2020-10-06T02:43:25.141Z] 31603596830f: Download complete [2020-10-06T02:43:25.141Z] ecc8261a40a4: Verifying Checksum [2020-10-06T02:43:25.141Z] ecc8261a40a4: Download complete [2020-10-06T02:43:25.141Z] 6ca5941a6612: Verifying Checksum [2020-10-06T02:43:25.141Z] 6ca5941a6612: Download complete [2020-10-06T02:43:25.404Z] 31603596830f: Pull complete [2020-10-06T02:43:25.404Z] 2a8b12db71e7: Pull complete [2020-10-06T02:43:26.356Z] 6ca5941a6612: Pull complete [2020-10-06T02:43:26.356Z] ecc8261a40a4: Pull complete [2020-10-06T02:43:26.617Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T02:43:26.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T02:43:26.618Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T02:43:26.713Z] prd-centos7-docker-4c-2g-3584 does not seem to be running inside a container [2020-10-06T02:43:26.756Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-583 -v /w/workspace/dgexfoundry_device-sdk-go_PR-583:/w/workspace/dgexfoundry_device-sdk-go_PR-583:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T02:43:29.144Z] $ docker top 835578bc629edcbfdb641644d1aaa8754b931b8436b5d8e2b040ae2ed2a55bcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T02:43:29.422Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T02:43:29.422Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T02:43:29.632Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T02:43:29.636Z] $ docker exec 835578bc629edcbfdb641644d1aaa8754b931b8436b5d8e2b040ae2ed2a55bcc ssh-agent [2020-10-06T02:43:29.792Z] SSH_AUTH_SOCK=/tmp/ssh-7F4iVkObdnIs/agent.11 [2020-10-06T02:43:29.792Z] SSH_AGENT_PID=16 [2020-10-06T02:43:29.869Z] Running ssh-add (command line suppressed) [2020-10-06T02:43:29.992Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_6349690720043439950.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_6349690720043439950.key) [2020-10-06T02:43:30.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T02:43:30.415Z] + git describe --exact-match --tags HEAD [2020-10-06T02:43:30.415Z] fatal: no tag exactly matches '22a98956687e6b798aeafb6feff9091c4bcc14fe' [Pipeline] } [2020-10-06T02:43:30.439Z] $ docker exec --env ******** --env ******** 835578bc629edcbfdb641644d1aaa8754b931b8436b5d8e2b040ae2ed2a55bcc ssh-agent -k [2020-10-06T02:43:30.553Z] unset SSH_AUTH_SOCK; [2020-10-06T02:43:30.554Z] unset SSH_AGENT_PID; [2020-10-06T02:43:30.554Z] echo Agent pid 16 killed; [2020-10-06T02:43:30.595Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T02:43:30.685Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T02:43:30.685Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T02:43:30.821Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T02:43:30.821Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T02:43:30.977Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T02:43:30.982Z] $ docker exec 835578bc629edcbfdb641644d1aaa8754b931b8436b5d8e2b040ae2ed2a55bcc ssh-agent [2020-10-06T02:43:31.127Z] SSH_AUTH_SOCK=/tmp/ssh-7mRgrgibs7cA/agent.44 [2020-10-06T02:43:31.127Z] SSH_AGENT_PID=50 [2020-10-06T02:43:31.134Z] Running ssh-add (command line suppressed) [2020-10-06T02:43:31.252Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_5696792483972492617.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_5696792483972492617.key) [2020-10-06T02:43:31.299Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T02:43:31.627Z] + git semver init [2020-10-06T02:43:31.627Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T02:43:31.627Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.git [2020-10-06T02:43:31.627Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-583 [2020-10-06T02:43:31.627Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T02:43:31.627Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T02:43:31.627Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T02:43:31.627Z] # $SEMVER_BRANCH = PR-583 [2020-10-06T02:43:31.627Z] # $SEMVER_TEMP = /tmp/semver-646174779 [2020-10-06T02:43:31.627Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-06T02:43:32.203Z] # '/tmp/semver-646174779' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver' [2020-10-06T02:43:32.203Z] # -> Force: false [2020-10-06T02:43:32.203Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver [Pipeline] } [2020-10-06T02:43:32.215Z] $ docker exec --env ******** --env ******** 835578bc629edcbfdb641644d1aaa8754b931b8436b5d8e2b040ae2ed2a55bcc ssh-agent -k [2020-10-06T02:43:32.323Z] unset SSH_AUTH_SOCK; [2020-10-06T02:43:32.324Z] unset SSH_AGENT_PID; [2020-10-06T02:43:32.324Z] echo Agent pid 50 killed; [2020-10-06T02:43:32.366Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T02:43:32.829Z] + git semver [Pipeline] } [2020-10-06T02:43:32.847Z] $ docker stop --time=1 835578bc629edcbfdb641644d1aaa8754b931b8436b5d8e2b040ae2ed2a55bcc [2020-10-06T02:43:34.287Z] $ docker rm -f 835578bc629edcbfdb641644d1aaa8754b931b8436b5d8e2b040ae2ed2a55bcc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T02:43:35.052Z] Stashed 43 file(s) [Pipeline] echo [2020-10-06T02:43:35.055Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-10-06T02:43:35.139Z] 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-06T02:43:50.538Z] Still waiting to schedule task [2020-10-06T02:43:50.539Z] ‘prd-centos7-docker-4c-2g-3587’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3585’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-06T02:43:50.541Z] Still waiting to schedule task [2020-10-06T02:43:50.541Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3585’ is offline [2020-10-06T02:46:33.357Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3589 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws [2020-10-06T02:46:33.408Z] Running in /w/workspace/device-sdk-go/16 [Pipeline] { [Pipeline] checkout [2020-10-06T02:46:38.556Z] using credential edgex-jenkins-ssh [2020-10-06T02:46:38.611Z] Cloning the remote Git repository [2020-10-06T02:46:38.695Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T02:46:38.813Z] > git init /w/workspace/device-sdk-go/16 # timeout=10 [2020-10-06T02:46:38.886Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T02:46:38.886Z] > git --version # timeout=10 [2020-10-06T02:46:38.905Z] > git --version # 'git version 2.17.1' [2020-10-06T02:46:38.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T02:46:38.980Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T02:46:40.561Z] Merging remotes/origin/master commit 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 into PR head commit e2793ca71f614b597d77c0effe2f7042b599ce3e [2020-10-06T02:46:40.935Z] Merge succeeded, producing 9acdeeabf17f1e2339d2acba2e10d0d108925be8 [2020-10-06T02:46:40.935Z] Checking out Revision 9acdeeabf17f1e2339d2acba2e10d0d108925be8 (PR-583) [2020-10-06T02:46:40.002Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T02:46:40.021Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T02:46:40.052Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T02:46:40.104Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T02:46:40.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T02:46:40.116Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T02:46:40.597Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T02:46:40.610Z] > git checkout -f e2793ca71f614b597d77c0effe2f7042b599ce3e # timeout=10 [2020-10-06T02:46:40.721Z] > git remote # timeout=10 [2020-10-06T02:46:40.739Z] > git config --get remote.origin.url # timeout=10 [2020-10-06T02:46:40.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T02:46:40.774Z] > git merge 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 # timeout=10 [2020-10-06T02:46:40.861Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-06T02:46:40.958Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T02:46:40.996Z] > git checkout -f 9acdeeabf17f1e2339d2acba2e10d0d108925be8 # timeout=10 [2020-10-06T02:46:45.378Z] Commit message: "Merge commit '7376f7b5b06e33bb8acc21cf64a8bee67a63ba67' into HEAD" [2020-10-06T02:46:45.403Z] > git rev-list --no-walk e2793ca71f614b597d77c0effe2f7042b599ce3e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T02:46:46.657Z] ========================================================= [2020-10-06T02:46:46.657Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T02:46:46.657Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T02:46:47.888Z] + 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-06T02:46:48.876Z] Sending build context to Docker daemon 3.502MB [2020-10-06T02:46:48.876Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T02:46:48.876Z] Step 2/8 : FROM ${BASE} [2020-10-06T02:46:49.150Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T02:46:49.150Z] b538f80385f9: Pulling fs layer [2020-10-06T02:46:49.150Z] 74f711af9a0d: Pulling fs layer [2020-10-06T02:46:49.150Z] 99f96fe45779: Pulling fs layer [2020-10-06T02:46:49.150Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T02:46:49.150Z] 45590311c82a: Pulling fs layer [2020-10-06T02:46:49.150Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T02:46:49.150Z] 209524e5b208: Pulling fs layer [2020-10-06T02:46:49.150Z] 8529a6b9a6be: Waiting [2020-10-06T02:46:49.150Z] 45590311c82a: Waiting [2020-10-06T02:46:49.150Z] 69ca0ff8b7b3: Waiting [2020-10-06T02:46:49.150Z] 209524e5b208: Waiting [2020-10-06T02:46:49.150Z] 99f96fe45779: Verifying Checksum [2020-10-06T02:46:49.150Z] 99f96fe45779: Download complete [2020-10-06T02:46:49.150Z] 74f711af9a0d: Download complete [2020-10-06T02:46:49.150Z] 45590311c82a: Verifying Checksum [2020-10-06T02:46:49.150Z] 45590311c82a: Download complete [2020-10-06T02:46:49.424Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-06T02:46:49.424Z] 69ca0ff8b7b3: Download complete [2020-10-06T02:46:49.424Z] b538f80385f9: Verifying Checksum [2020-10-06T02:46:49.424Z] b538f80385f9: Download complete [2020-10-06T02:46:50.021Z] b538f80385f9: Pull complete [2020-10-06T02:46:50.627Z] 74f711af9a0d: Pull complete [2020-10-06T02:46:51.231Z] 99f96fe45779: Pull complete [2020-10-06T02:46:51.512Z] 209524e5b208: Verifying Checksum [2020-10-06T02:46:51.512Z] 209524e5b208: Download complete [2020-10-06T02:46:53.513Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T02:46:53.513Z] 8529a6b9a6be: Download complete [2020-10-06T02:47:03.694Z] 8529a6b9a6be: Pull complete [2020-10-06T02:47:03.694Z] 45590311c82a: Pull complete [2020-10-06T02:47:03.969Z] 69ca0ff8b7b3: Pull complete [2020-10-06T02:47:07.390Z] 209524e5b208: Pull complete [2020-10-06T02:47:07.664Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T02:47:07.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T02:47:07.664Z] ---> 5bddaf1c2fca [2020-10-06T02:47:07.664Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T02:47:07.912Z] Running on prd-centos7-docker-4c-2g-3590 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws [2020-10-06T02:47:07.972Z] Running in /w/workspace/device-sdk-go/16 [Pipeline] { [Pipeline] checkout [2020-10-06T02:47:10.295Z] ---> Running in 9d4cb08516ac [2020-10-06T02:47:10.734Z] using credential edgex-jenkins-ssh [2020-10-06T02:47:10.781Z] Cloning the remote Git repository [2020-10-06T02:47:10.902Z] Removing intermediate container 9d4cb08516ac [2020-10-06T02:47:10.902Z] ---> 3cfdaa96b592 [2020-10-06T02:47:10.902Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T02:47:10.902Z] ---> Running in d6f624ee1edb [2020-10-06T02:47:10.804Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T02:47:10.863Z] > git init /w/workspace/device-sdk-go/16 # timeout=10 [2020-10-06T02:47:10.911Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T02:47:10.911Z] > git --version # timeout=10 [2020-10-06T02:47:10.920Z] > git --version # 'git version 2.16.5' [2020-10-06T02:47:10.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T02:47:10.946Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T02:47:11.551Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T02:47:11.556Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T02:47:11.564Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T02:47:11.579Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T02:47:11.580Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T02:47:11.583Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T02:47:11.968Z] Merging remotes/origin/master commit 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 into PR head commit e2793ca71f614b597d77c0effe2f7042b599ce3e [2020-10-06T02:47:12.060Z] Merge succeeded, producing 2417c85dce58f24ae442baeb883489104ac259ab [2020-10-06T02:47:12.061Z] Checking out Revision 2417c85dce58f24ae442baeb883489104ac259ab (PR-583) [2020-10-06T02:47:11.977Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T02:47:11.984Z] > git checkout -f e2793ca71f614b597d77c0effe2f7042b599ce3e # timeout=10 [2020-10-06T02:47:12.027Z] > git remote # timeout=10 [2020-10-06T02:47:12.032Z] > git config --get remote.origin.url # timeout=10 [2020-10-06T02:47:12.035Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T02:47:12.039Z] > git merge 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 # timeout=10 [2020-10-06T02:47:12.057Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-06T02:47:12.065Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T02:47:12.068Z] > git checkout -f 2417c85dce58f24ae442baeb883489104ac259ab # timeout=10 [2020-10-06T02:47:13.547Z] Removing intermediate container d6f624ee1edb [2020-10-06T02:47:13.547Z] ---> 47cc206bb9f5 [2020-10-06T02:47:13.547Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T02:47:13.822Z] ---> Running in b4534475e6c4 [2020-10-06T02:47:15.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T02:47:15.627Z] Commit message: "Merge commit '7376f7b5b06e33bb8acc21cf64a8bee67a63ba67' into HEAD" [2020-10-06T02:47:15.632Z] > git rev-list --no-walk e2793ca71f614b597d77c0effe2f7042b599ce3e # timeout=10 [2020-10-06T02:47:15.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T02:47:16.484Z] ========================================================= [2020-10-06T02:47:16.484Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T02:47:16.484Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T02:47:16.846Z] OK: 142 MiB in 39 packages [2020-10-06T02:47:17.119Z] + 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-06T02:47:17.381Z] Sending build context to Docker daemon 3.5MB [2020-10-06T02:47:17.381Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T02:47:17.381Z] Step 2/8 : FROM ${BASE} [2020-10-06T02:47:17.653Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T02:47:17.653Z] df20fa9351a1: Pulling fs layer [2020-10-06T02:47:17.653Z] ed8968b2872e: Pulling fs layer [2020-10-06T02:47:17.653Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T02:47:17.653Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T02:47:17.654Z] e73272ec9a57: Pulling fs layer [2020-10-06T02:47:17.654Z] 1e910a182e73: Pulling fs layer [2020-10-06T02:47:17.654Z] 4e634b169226: Pulling fs layer [2020-10-06T02:47:17.654Z] e871e8e8d7a9: Waiting [2020-10-06T02:47:17.654Z] e73272ec9a57: Waiting [2020-10-06T02:47:17.654Z] 1e910a182e73: Waiting [2020-10-06T02:47:17.654Z] 4e634b169226: Waiting [2020-10-06T02:47:17.654Z] a92cc7c5fd73: Download complete [2020-10-06T02:47:17.654Z] ed8968b2872e: Verifying Checksum [2020-10-06T02:47:17.654Z] ed8968b2872e: Download complete [2020-10-06T02:47:17.654Z] e73272ec9a57: Verifying Checksum [2020-10-06T02:47:17.654Z] e73272ec9a57: Download complete [2020-10-06T02:47:17.654Z] 1e910a182e73: Verifying Checksum [2020-10-06T02:47:17.654Z] 1e910a182e73: Download complete [2020-10-06T02:47:17.654Z] df20fa9351a1: Verifying Checksum [2020-10-06T02:47:17.654Z] df20fa9351a1: Download complete [2020-10-06T02:47:17.836Z] Removing intermediate container b4534475e6c4 [2020-10-06T02:47:17.836Z] ---> 7b9b88636ccb [2020-10-06T02:47:17.836Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-06T02:47:17.836Z] ---> Running in 3a6d35ff1d30 [2020-10-06T02:47:17.916Z] df20fa9351a1: Pull complete [2020-10-06T02:47:18.178Z] ed8968b2872e: Pull complete [2020-10-06T02:47:18.178Z] a92cc7c5fd73: Pull complete [2020-10-06T02:47:18.432Z] Removing intermediate container 3a6d35ff1d30 [2020-10-06T02:47:18.432Z] ---> fd287ec0534b [2020-10-06T02:47:18.432Z] Step 7/8 : COPY . . [2020-10-06T02:47:19.568Z] 4e634b169226: Verifying Checksum [2020-10-06T02:47:19.568Z] 4e634b169226: Download complete [2020-10-06T02:47:19.880Z] ---> a4797740a458 [2020-10-06T02:47:19.880Z] Step 8/8 : RUN go mod download [2020-10-06T02:47:20.142Z] e871e8e8d7a9: Verifying Checksum [2020-10-06T02:47:20.142Z] e871e8e8d7a9: Download complete [2020-10-06T02:47:20.153Z] ---> Running in bd3815b281cc [2020-10-06T02:47:24.391Z] e871e8e8d7a9: Pull complete [2020-10-06T02:47:24.651Z] e73272ec9a57: Pull complete [2020-10-06T02:47:24.651Z] 1e910a182e73: Pull complete [2020-10-06T02:47:32.805Z] 4e634b169226: Pull complete [2020-10-06T02:47:32.805Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T02:47:33.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T02:47:33.067Z] ---> f7629b54cfaa [2020-10-06T02:47:33.067Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T02:47:33.067Z] ---> Running in 30693e8eb88d [2020-10-06T02:47:33.327Z] Removing intermediate container 30693e8eb88d [2020-10-06T02:47:33.327Z] ---> 057efe6fdbce [2020-10-06T02:47:33.327Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T02:47:33.327Z] ---> Running in ff3bc7904180 [2020-10-06T02:47:34.718Z] Removing intermediate container ff3bc7904180 [2020-10-06T02:47:34.718Z] ---> c8ffb5c43a5c [2020-10-06T02:47:34.718Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T02:47:34.718Z] ---> Running in 0ef86d230259 [2020-10-06T02:47:35.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T02:47:35.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T02:47:36.434Z] OK: 166 MiB in 39 packages [2020-10-06T02:47:36.695Z] Removing intermediate container 0ef86d230259 [2020-10-06T02:47:36.695Z] ---> d0508d1c028e [2020-10-06T02:47:36.695Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-06T02:47:36.956Z] ---> Running in 4738649e178c [2020-10-06T02:47:36.956Z] Removing intermediate container 4738649e178c [2020-10-06T02:47:36.956Z] ---> d6a1ffa1cddd [2020-10-06T02:47:36.956Z] Step 7/8 : COPY . . [2020-10-06T02:47:38.341Z] ---> 5e6641b0c043 [2020-10-06T02:47:38.341Z] Step 8/8 : RUN go mod download [2020-10-06T02:47:38.341Z] ---> Running in 495047ffd605 [2020-10-06T02:47:42.313Z] Removing intermediate container bd3815b281cc [2020-10-06T02:47:42.313Z] ---> 286936442e71 [2020-10-06T02:47:42.313Z] Successfully built 286936442e71 [2020-10-06T02:47:42.313Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T02:47:42.730Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T02:47:42.730Z] . [Pipeline] withDockerContainer [2020-10-06T02:47:42.969Z] prd-ubuntu18.04-docker-arm64-4c-16g-3589 does not seem to be running inside a container [2020-10-06T02:47:43.058Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/16 -v /w/workspace/device-sdk-go/16:/w/workspace/device-sdk-go/16:rw,z -v /w/workspace/device-sdk-go/16@tmp:/w/workspace/device-sdk-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-06T02:47:44.817Z] $ docker top e0fcec9b3fd6c22ca86285fe3021f83cfd1de8cb41d4f29725c3cc7d28643aae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T02:47:46.233Z] + go version [2020-10-06T02:47:46.233Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T02:47:46.262Z] $ docker stop --time=1 e0fcec9b3fd6c22ca86285fe3021f83cfd1de8cb41d4f29725c3cc7d28643aae [2020-10-06T02:47:48.205Z] $ docker rm -f e0fcec9b3fd6c22ca86285fe3021f83cfd1de8cb41d4f29725c3cc7d28643aae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T02:47:49.216Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T02:47:49.216Z] . [Pipeline] withDockerContainer [2020-10-06T02:47:49.478Z] prd-ubuntu18.04-docker-arm64-4c-16g-3589 does not seem to be running inside a container [2020-10-06T02:47:49.563Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/16 -v /w/workspace/device-sdk-go/16:/w/workspace/device-sdk-go/16:rw,z -v /w/workspace/device-sdk-go/16@tmp:/w/workspace/device-sdk-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-06T02:47:51.421Z] $ docker top 5cb39dfed49726cdb96b244f2e3eb8a396d6909f554a556aeec2e23da9478a50 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T02:47:52.808Z] + make test [2020-10-06T02:47:52.809Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-06T02:47:56.467Z] Removing intermediate container 495047ffd605 [2020-10-06T02:47:56.467Z] ---> c642fe9e633e [2020-10-06T02:47:56.467Z] Successfully built c642fe9e633e [2020-10-06T02:47:56.467Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T02:47:57.176Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T02:47:57.176Z] . [Pipeline] withDockerContainer [2020-10-06T02:47:57.271Z] prd-centos7-docker-4c-2g-3590 does not seem to be running inside a container [2020-10-06T02:47:57.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/16 -v /w/workspace/device-sdk-go/16:/w/workspace/device-sdk-go/16:rw,z -v /w/workspace/device-sdk-go/16@tmp:/w/workspace/device-sdk-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-06T02:47:57.934Z] $ docker top 32d6bcdff572966c568dccc74a7e6f6c314f0b29e27fb365cfb57b2d347d374e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T02:47:58.421Z] + go version [2020-10-06T02:47:58.421Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T02:47:58.436Z] $ docker stop --time=1 32d6bcdff572966c568dccc74a7e6f6c314f0b29e27fb365cfb57b2d347d374e [2020-10-06T02:47:59.810Z] $ docker rm -f 32d6bcdff572966c568dccc74a7e6f6c314f0b29e27fb365cfb57b2d347d374e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T02:48:00.764Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T02:48:00.765Z] . [Pipeline] withDockerContainer [2020-10-06T02:48:00.857Z] prd-centos7-docker-4c-2g-3590 does not seem to be running inside a container [2020-10-06T02:48:00.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/16 -v /w/workspace/device-sdk-go/16:/w/workspace/device-sdk-go/16:rw,z -v /w/workspace/device-sdk-go/16@tmp:/w/workspace/device-sdk-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-06T02:48:01.481Z] $ docker top a4289664ff91017014366f060432ac339482f77334f27ce440a78578524ba560 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T02:48:02.068Z] + make test [2020-10-06T02:48:02.068Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-06T02:48:10.257Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-06T02:48:15.042Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-06T02:48:22.605Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-06T02:48:22.605Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-06T02:48:22.605Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-06T02:48:22.605Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.048s coverage: 21.6% of statements [2020-10-06T02:48:24.533Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.430s coverage: 97.1% of statements [2020-10-06T02:48:54.101Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-06T02:48:54.101Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-06T02:48:54.101Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-06T02:48:54.101Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.138s coverage: 21.6% of statements [2020-10-06T02:48:56.663Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.074s coverage: 9.4% of statements [2020-10-06T02:48:56.663Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.054s coverage: 21.9% of statements [2020-10-06T02:48:56.663Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-06T02:48:56.663Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.228s coverage: 39.9% of statements [2020-10-06T02:48:56.663Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-06T02:48:56.663Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.260s coverage: 65.4% of statements [2020-10-06T02:48:56.663Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-06T02:48:56.663Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-06T02:48:56.663Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-06T02:48:56.663Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-06T02:48:56.663Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.062s coverage: 52.6% of statements [2020-10-06T02:48:56.663Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-06T02:48:56.663Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.551s coverage: 68.9% of statements [2020-10-06T02:48:56.663Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-06T02:48:56.663Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-06T02:48:56.663Z] GO111MODULE=on go vet ./... [2020-10-06T02:48:58.436Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.180s coverage: 97.1% of statements [2020-10-06T02:49:02.020Z] gofmt -l . [2020-10-06T02:49:02.020Z] [ "`gofmt -l .`" = "" ] [2020-10-06T02:49:02.020Z] ./bin/test-attribution-txt.sh [2020-10-06T02:49:02.020Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-10-06T02:49:02.020Z] make: *** [Makefile:36: test] Error 1 [Pipeline] } [2020-10-06T02:49:02.037Z] $ docker stop --time=1 a4289664ff91017014366f060432ac339482f77334f27ce440a78578524ba560 [2020-10-06T02:49:04.052Z] $ docker rm -f a4289664ff91017014366f060432ac339482f77334f27ce440a78578524ba560 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T02:49:05.893Z] Failed in branch amd64 [2020-10-06T02:49:30.801Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.156s coverage: 9.4% of statements [2020-10-06T02:49:30.801Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.118s coverage: 21.9% of statements [2020-10-06T02:49:30.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-06T02:49:30.801Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.519s coverage: 39.9% of statements [2020-10-06T02:49:30.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-06T02:49:30.801Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.793s coverage: 65.4% of statements [2020-10-06T02:49:30.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-06T02:49:30.802Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-06T02:49:30.802Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-06T02:49:30.802Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-06T02:49:30.802Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.184s coverage: 52.6% of statements [2020-10-06T02:49:30.802Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-06T02:49:30.802Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.683s coverage: 68.9% of statements [2020-10-06T02:49:30.802Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-06T02:49:30.802Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-06T02:49:30.802Z] GO111MODULE=on go vet ./... [2020-10-06T02:49:57.663Z] gofmt -l . [2020-10-06T02:49:57.663Z] [ "`gofmt -l .`" = "" ] [2020-10-06T02:49:57.663Z] ./bin/test-attribution-txt.sh [2020-10-06T02:49:57.663Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-10-06T02:49:57.663Z] make: *** [Makefile:36: test] Error 1 [Pipeline] } [2020-10-06T02:49:57.694Z] $ docker stop --time=1 5cb39dfed49726cdb96b244f2e3eb8a396d6909f554a556aeec2e23da9478a50 [2020-10-06T02:49:59.880Z] $ docker rm -f 5cb39dfed49726cdb96b244f2e3eb8a396d6909f554a556aeec2e23da9478a50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T02:50:02.977Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-06T02:50:07.726Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T02:50:08.292Z] ---> package-listing.sh [2020-10-06T02:50:08.292Z] ++ facter osfamily [2020-10-06T02:50:08.292Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T02:50:08.292Z] + OS_FAMILY=redhat [2020-10-06T02:50:08.292Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-583 [2020-10-06T02:50:08.292Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T02:50:08.292Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T02:50:08.292Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T02:50:08.292Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T02:50:08.292Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' [2020-10-06T02:50:08.292Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T02:50:08.292Z] + case "${OS_FAMILY}" in [2020-10-06T02:50:08.292Z] + rpm -qa [2020-10-06T02:50:08.292Z] + sort [2020-10-06T02:50:12.512Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T02:50:12.512Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T02:50:12.512Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T02:50:12.512Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' [2020-10-06T02:50:12.512Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ [2020-10-06T02:50:12.512Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T02:50:12.705Z] provisioning config files... [2020-10-06T02:50:12.724Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/config7332711443714272483tmp [Pipeline] { [Pipeline] echo [2020-10-06T02:50:12.800Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T02:50:13.108Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T02:50:13.118Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T02:50:13.226Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T02:50:13.527Z] ---> python-tools-install.sh [2020-10-06T02:50:13.527Z] Generating Requirements File [2020-10-06T02:51:21.297Z] Python 3.6.8 [2020-10-06T02:51:21.297Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T02:51:21.297Z] appdirs==1.4.3 [2020-10-06T02:51:21.297Z] argcomplete==1.12.1 [2020-10-06T02:51:21.297Z] aspy.yaml==1.3.0 [2020-10-06T02:51:21.297Z] attrs==19.3.0 [2020-10-06T02:51:21.297Z] Babel==2.8.0 [2020-10-06T02:51:21.297Z] beautifulsoup4==4.8.2 [2020-10-06T02:51:21.297Z] boto3==1.11.6 [2020-10-06T02:51:21.297Z] botocore==1.14.6 [2020-10-06T02:51:21.297Z] bs4==0.0.1 [2020-10-06T02:51:21.297Z] cachetools==4.1.1 [2020-10-06T02:51:21.297Z] certifi==2019.11.28 [2020-10-06T02:51:21.297Z] cffi==1.14.3 [2020-10-06T02:51:21.297Z] cfgv==2.0.1 [2020-10-06T02:51:21.297Z] chardet==3.0.4 [2020-10-06T02:51:21.297Z] click==7.1 [2020-10-06T02:51:21.297Z] cliff==3.4.0 [2020-10-06T02:51:21.297Z] cmd2==1.3.11 [2020-10-06T02:51:21.297Z] colorama==0.4.3 [2020-10-06T02:51:21.297Z] cryptography==3.1.1 [2020-10-06T02:51:21.297Z] debtcollector==2.2.0 [2020-10-06T02:51:21.297Z] decorator==4.4.2 [2020-10-06T02:51:21.297Z] defusedxml==0.6.0 [2020-10-06T02:51:21.297Z] Deprecated==1.2.7 [2020-10-06T02:51:21.298Z] distlib==0.3.1 [2020-10-06T02:51:21.298Z] distro==1.2.0 [2020-10-06T02:51:21.298Z] dnspython==1.16.0 [2020-10-06T02:51:21.298Z] docker==4.2.0 [2020-10-06T02:51:21.298Z] docutils==0.15.2 [2020-10-06T02:51:21.298Z] dogpile.cache==1.0.2 [2020-10-06T02:51:21.298Z] email-validator==1.0.5 [2020-10-06T02:51:21.298Z] filelock==3.0.12 [2020-10-06T02:51:21.298Z] future==0.18.2 [2020-10-06T02:51:21.298Z] google-auth==1.22.1 [2020-10-06T02:51:21.298Z] httplib2==0.17.0 [2020-10-06T02:51:21.298Z] identify==1.4.11 [2020-10-06T02:51:21.298Z] idna==2.9 [2020-10-06T02:51:21.298Z] importlib-metadata==1.7.0 [2020-10-06T02:51:21.298Z] importlib-resources==1.5.0 [2020-10-06T02:51:21.298Z] iso8601==0.1.13 [2020-10-06T02:51:21.298Z] Jinja2==2.11.1 [2020-10-06T02:51:21.298Z] jmespath==0.10.0 [2020-10-06T02:51:21.298Z] jsonpatch==1.26 [2020-10-06T02:51:21.298Z] jsonpointer==2.0 [2020-10-06T02:51:21.298Z] jsonschema==3.2.0 [2020-10-06T02:51:21.298Z] keystoneauth1==4.2.1 [2020-10-06T02:51:21.298Z] kubernetes==11.0.0 [2020-10-06T02:51:21.298Z] lftools==0.34.2 [2020-10-06T02:51:21.298Z] lxml==4.5.0 [2020-10-06T02:51:21.298Z] MarkupSafe==0.23 [2020-10-06T02:51:21.298Z] msgpack==1.0.0 [2020-10-06T02:51:21.298Z] multi-key-dict==2.0.3 [2020-10-06T02:51:21.298Z] munch==2.5.0 [2020-10-06T02:51:21.298Z] netaddr==0.8.0 [2020-10-06T02:51:21.298Z] netifaces==0.10.9 [2020-10-06T02:51:21.298Z] niet==1.4.2 [2020-10-06T02:51:21.298Z] nodeenv==1.3.5 [2020-10-06T02:51:21.298Z] oauth2client==4.1.3 [2020-10-06T02:51:21.298Z] oauthlib==3.1.0 [2020-10-06T02:51:21.298Z] openstacksdk==0.50.0 [2020-10-06T02:51:21.298Z] os-client-config==2.1.0 [2020-10-06T02:51:21.298Z] os-service-types==1.7.0 [2020-10-06T02:51:21.298Z] osc-lib==2.2.1 [2020-10-06T02:51:21.298Z] oslo.config==8.3.2 [2020-10-06T02:51:21.298Z] oslo.context==3.1.1 [2020-10-06T02:51:21.298Z] oslo.i18n==5.0.1 [2020-10-06T02:51:21.298Z] oslo.log==4.4.0 [2020-10-06T02:51:21.298Z] oslo.serialization==4.0.1 [2020-10-06T02:51:21.298Z] oslo.utils==4.6.0 [2020-10-06T02:51:21.298Z] packaging==20.4 [2020-10-06T02:51:21.298Z] pbr==5.4.4 [2020-10-06T02:51:21.298Z] pluggy==0.13.1 [2020-10-06T02:51:21.298Z] prettytable==0.7.2 [2020-10-06T02:51:21.298Z] py==1.9.0 [2020-10-06T02:51:21.298Z] pyasn1==0.4.8 [2020-10-06T02:51:21.298Z] pyasn1-modules==0.2.8 [2020-10-06T02:51:21.298Z] pycparser==2.20 [2020-10-06T02:51:21.298Z] pygerrit2==2.0.10 [2020-10-06T02:51:21.298Z] PyGithub==1.46 [2020-10-06T02:51:21.298Z] pyinotify==0.9.6 [2020-10-06T02:51:21.298Z] PyJWT==1.7.1 [2020-10-06T02:51:21.298Z] pyparsing==2.4.7 [2020-10-06T02:51:21.298Z] pyperclip==1.8.0 [2020-10-06T02:51:21.298Z] pyroute2==0.4.13 [2020-10-06T02:51:21.298Z] pyrsistent==0.15.7 [2020-10-06T02:51:21.298Z] PySocks==1.6.8 [2020-10-06T02:51:21.298Z] python-cinderclient==7.2.0 [2020-10-06T02:51:21.298Z] python-dateutil==2.8.1 [2020-10-06T02:51:21.298Z] python-heatclient==2.2.1 [2020-10-06T02:51:21.298Z] python-jenkins==1.7.0 [2020-10-06T02:51:21.298Z] python-keystoneclient==4.1.1 [2020-10-06T02:51:21.298Z] python-magnumclient==3.2.1 [2020-10-06T02:51:21.298Z] python-novaclient==17.2.1 [2020-10-06T02:51:21.298Z] python-openstackclient==5.4.0 [2020-10-06T02:51:21.298Z] python-swiftclient==3.10.1 [2020-10-06T02:51:21.298Z] pytz==2020.1 [2020-10-06T02:51:21.298Z] PyYAML==5.3 [2020-10-06T02:51:21.298Z] requests==2.23.0 [2020-10-06T02:51:21.298Z] requests-oauthlib==1.3.0 [2020-10-06T02:51:21.298Z] requestsexceptions==1.4.0 [2020-10-06T02:51:21.298Z] rfc3986==1.4.0 [2020-10-06T02:51:21.298Z] rpm==4.11.3 [2020-10-06T02:51:21.298Z] rsa==4.0 [2020-10-06T02:51:21.298Z] ruamel.yaml==0.16.10 [2020-10-06T02:51:21.298Z] ruamel.yaml.clib==0.2.0 [2020-10-06T02:51:21.298Z] s3transfer==0.3.3 [2020-10-06T02:51:21.298Z] shade==1.27.2 [2020-10-06T02:51:21.298Z] simplejson==3.17.2 [2020-10-06T02:51:21.298Z] six==1.14.0 [2020-10-06T02:51:21.298Z] soupsieve==2.0 [2020-10-06T02:51:21.298Z] stevedore==3.2.2 [2020-10-06T02:51:21.298Z] tabulate==0.8.6 [2020-10-06T02:51:21.298Z] toml==0.10.0 [2020-10-06T02:51:21.298Z] tox==3.20.0 [2020-10-06T02:51:21.298Z] tqdm==4.43.0 [2020-10-06T02:51:21.298Z] urllib3==1.25.8 [2020-10-06T02:51:21.298Z] virtualenv==20.0.33 [2020-10-06T02:51:21.298Z] wcwidth==0.2.5 [2020-10-06T02:51:21.298Z] websocket-client==0.57.0 [2020-10-06T02:51:21.298Z] wrapt==1.12.1 [2020-10-06T02:51:21.298Z] xdg==3.0.2 [2020-10-06T02:51:21.298Z] xmltodict==0.12.0 [2020-10-06T02:51:21.298Z] yq==2.11.1 [2020-10-06T02:51:21.298Z] zipp==3.3.0 [2020-10-06T02:51:21.560Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:23.502Z] 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-06T02:51:27.725Z] Python 2.7.5 [2020-10-06T02:51:27.725Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T02:51:27.725Z] 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-06T02:51:27.988Z] ansible==2.9.7 [2020-10-06T02:51:27.988Z] Babel==0.9.6 [2020-10-06T02:51:27.988Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T02:51:27.988Z] beautifulsoup4==4.4.1 [2020-10-06T02:51:27.988Z] bodhi==2.11.0 [2020-10-06T02:51:27.988Z] bodhi-client==2.11.0 [2020-10-06T02:51:27.988Z] CCColUtils==1.4 [2020-10-06T02:51:27.988Z] cffi==1.6.0 [2020-10-06T02:51:27.988Z] chardet==2.2.1 [2020-10-06T02:51:27.988Z] click==6.7 [2020-10-06T02:51:27.988Z] cloud-init==18.5 [2020-10-06T02:51:27.988Z] configobj==4.7.2 [2020-10-06T02:51:27.988Z] cryptography==1.7.2 [2020-10-06T02:51:27.988Z] decorator==3.4.0 [2020-10-06T02:51:27.988Z] distro==1.2.0 [2020-10-06T02:51:27.988Z] enum34==1.0.4 [2020-10-06T02:51:27.988Z] fedpkg==1.38 [2020-10-06T02:51:27.988Z] futures==3.1.1 [2020-10-06T02:51:27.988Z] gitdb==0.6.4 [2020-10-06T02:51:27.988Z] GitPython==1.0.1 [2020-10-06T02:51:27.988Z] html5lib==0.999 [2020-10-06T02:51:27.988Z] httplib2==0.9.2 [2020-10-06T02:51:27.988Z] idna==2.4 [2020-10-06T02:51:27.988Z] iniparse==0.4 [2020-10-06T02:51:27.988Z] ipaddress==1.0.16 [2020-10-06T02:51:27.988Z] IPy==0.75 [2020-10-06T02:51:27.988Z] javapackages==1.0.0 [2020-10-06T02:51:27.988Z] Jinja2==2.7.2 [2020-10-06T02:51:27.988Z] jmespath==0.9.4 [2020-10-06T02:51:27.988Z] jsonpatch==1.2 [2020-10-06T02:51:27.988Z] jsonpointer==1.9 [2020-10-06T02:51:27.988Z] kerberos==1.1 [2020-10-06T02:51:27.988Z] kitchen==1.1.1 [2020-10-06T02:51:27.988Z] langtable==0.0.31 [2020-10-06T02:51:27.988Z] lockfile==0.9.1 [2020-10-06T02:51:27.988Z] lxml==3.2.1 [2020-10-06T02:51:27.988Z] MarkupSafe==0.11 [2020-10-06T02:51:27.988Z] munch==2.0.2 [2020-10-06T02:51:27.988Z] offtrac==0.1.0 [2020-10-06T02:51:27.988Z] openidc-client==0.6.0 [2020-10-06T02:51:27.988Z] packagedb-cli==2.14.1 [2020-10-06T02:51:27.988Z] paramiko==2.1.1 [2020-10-06T02:51:27.988Z] perf==0.1 [2020-10-06T02:51:27.988Z] ply==3.4 [2020-10-06T02:51:27.988Z] policycoreutils-default-encoding==0.1 [2020-10-06T02:51:27.988Z] prettytable==0.7.2 [2020-10-06T02:51:27.988Z] pyasn1==0.1.9 [2020-10-06T02:51:27.988Z] pycparser==2.14 [2020-10-06T02:51:27.988Z] pycurl==7.19.0 [2020-10-06T02:51:27.988Z] pygobject==3.22.0 [2020-10-06T02:51:27.988Z] pygpgme==0.3 [2020-10-06T02:51:27.988Z] pyliblzma==0.5.3 [2020-10-06T02:51:27.988Z] pyOpenSSL==0.13.1 [2020-10-06T02:51:27.988Z] pyparsing==1.5.6 [2020-10-06T02:51:27.988Z] pyserial==2.6 [2020-10-06T02:51:27.988Z] python-augeas==0.5.0 [2020-10-06T02:51:27.988Z] python-bugzilla==2.3.0 [2020-10-06T02:51:27.988Z] python-dateutil==1.5 [2020-10-06T02:51:27.988Z] python-fedora==0.10.0 [2020-10-06T02:51:27.988Z] python-linux-procfs==0.4.9 [2020-10-06T02:51:27.988Z] python-yubico==1.2.3 [2020-10-06T02:51:27.988Z] pyudev==0.15 [2020-10-06T02:51:27.988Z] pyusb==1.0.0b1 [2020-10-06T02:51:27.988Z] pyxattr==0.5.1 [2020-10-06T02:51:27.988Z] PyYAML==3.10 [2020-10-06T02:51:27.988Z] requests==2.6.0 [2020-10-06T02:51:27.988Z] requests-kerberos==0.7.0 [2020-10-06T02:51:27.988Z] rpkg==1.60 [2020-10-06T02:51:27.988Z] schedutils==0.4 [2020-10-06T02:51:27.988Z] seobject==0.1 [2020-10-06T02:51:27.988Z] sepolicy==1.1 [2020-10-06T02:51:27.988Z] six==1.9.0 [2020-10-06T02:51:27.988Z] smmap==0.9.0 [2020-10-06T02:51:27.988Z] urlgrabber==3.10 [2020-10-06T02:51:27.988Z] urllib3==1.10.2 [2020-10-06T02:51:27.988Z] virtualenv==15.1.0 [2020-10-06T02:51:27.988Z] yum-langpacks==0.4.2 [2020-10-06T02:51:27.988Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T02:51:28.000Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T02:51:28.303Z] ---> sudo-logs.sh [2020-10-06T02:51:28.303Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T02:51:28.575Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T02:51:28.875Z] ---> job-cost.sh [2020-10-06T02:51:28.875Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Kv5F [2020-10-06T02:51:38.894Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:38.894Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:38.894Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:38.894Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:39.157Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:39.157Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:39.424Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:39.424Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:39.686Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:39.686Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:39.686Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:39.686Z] Cache entry deserialization failed, entry ignored [2020-10-06T02:51:44.996Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T02:52:11.640Z] lf-activate-venv(): INFO: Adding /tmp/venv-Kv5F/bin to PATH [2020-10-06T02:52:11.640Z] INFO: No Stack... [2020-10-06T02:52:11.640Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T02:52:11.640Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T02:52:11.654Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T02:52:12.646Z] ---> logs-deploy.sh [2020-10-06T02:52:12.646Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-583/16 [2020-10-06T02:52:12.646Z] INFO: archiving workspace using pattern(s): [2020-10-06T02:52:14.589Z] Archives upload complete. [2020-10-06T02:52:14.590Z] INFO: archiving logs to Nexus