Pull request #133 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 34eeb6faf1659fa9bb604f11ce68156378b4a9c9+8d31429af90f845313e1f83db91362442934a267 (31a70d224bd1fcab118d585240dfc359c2c722ce) 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-virtual-go] ========================================================= [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-virtual-go-settings PROJECT: device-virtual-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true 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-1934 in /w/workspace/foundry_device-virtual-go_PR-133 [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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-133 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8d31429af90f845313e1f83db91362442934a267 into PR head commit 34eeb6faf1659fa9bb604f11ce68156378b4a9c9 Merge succeeded, producing 14de97bef61c4a3ad4987893a50bfb286afdaff3 Checking out Revision 14de97bef61c4a3ad4987893a50bfb286afdaff3 (PR-133) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/133/head:refs/remotes/origin/PR-133 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 34eeb6faf1659fa9bb604f11ce68156378b4a9c9 # 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 8d31429af90f845313e1f83db91362442934a267 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 14de97bef61c4a3ad4987893a50bfb286afdaff3 # timeout=10 Commit message: "Merge commit '8d31429af90f845313e1f83db91362442934a267' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:47:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:47:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:47:59 ========================================================= 05:47:59 EdgeX Global Pipelines Version Info 05:47:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ae0f4ba367cf7977b21b697144a4cf0415115de2 # timeout=10 05:48:01 ------------------- 05:48:01 stable info: 05:48:01 ------------------- 05:48:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:48:01 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 05:48:01 Message: update stable to v1.0.131 05:48:02 ------------------- 05:48:02 experimental info: 05:48:02 ------------------- 05:48:02 Commited By: **** collab-it+edgex@linuxfoundation.org 05:48:02 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 05:48:02 Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 05:48:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 05:48:02 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 05:48:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:48:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:48:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:48:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:48:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:48:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:48:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:48:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:48:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:48:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 05:48:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:48:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:48:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:48:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:48:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:48:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:48:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:48:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:48:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:48:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:48:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:48:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:48:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:48:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-133 [Pipeline] echo 05:48:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-133 [Pipeline] echo 05:48:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-133 [Pipeline] echo 05:48:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 14de97bef61c4a3ad4987893a50bfb286afdaff3 [Pipeline] echo 05:48:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 14de97b [Pipeline] echo 05:48:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:48:07 + git log --format=format:%s -1 14de97bef61c4a3ad4987893a50bfb286afdaff3 [Pipeline] echo 05:48:07 GIT_COMMIT: 14de97bef61c4a3ad4987893a50bfb286afdaff3, Commit Message: Merge commit '8d31429af90f845313e1f83db91362442934a267' into HEAD [Pipeline] echo 05:48:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:48:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:48:08 05:48:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:48:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:48:08 latest: Pulling from edgex-devops/git-semver 05:48:08 31603596830f: Pulling fs layer 05:48:08 2a8b12db71e7: Pulling fs layer 05:48:08 6ca5941a6612: Pulling fs layer 05:48:08 ecc8261a40a4: Pulling fs layer 05:48:08 ecc8261a40a4: Waiting 05:48:08 2a8b12db71e7: Download complete 05:48:09 31603596830f: Verifying Checksum 05:48:09 31603596830f: Download complete 05:48:09 ecc8261a40a4: Verifying Checksum 05:48:09 ecc8261a40a4: Download complete 05:48:09 6ca5941a6612: Verifying Checksum 05:48:09 6ca5941a6612: Download complete 05:48:09 31603596830f: Pull complete 05:48:09 2a8b12db71e7: Pull complete 05:48:11 6ca5941a6612: Pull complete 05:48:11 ecc8261a40a4: Pull complete 05:48:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:48:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:48:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:48:11 prd-centos7-docker-4c-2g-1934 does not seem to be running inside a container 05:48:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-133 -v /w/workspace/foundry_device-virtual-go_PR-133:/w/workspace/foundry_device-virtual-go_PR-133:rw,z -v /w/workspace/foundry_device-virtual-go_PR-133@tmp:/w/workspace/foundry_device-virtual-go_PR-133@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:48:14 $ docker top aa3bc56adf5adccc7c7b6eb6eda437bb111b71408e460c98c44711b076986df6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:48:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:48:15 [ssh-agent] Looking for ssh-agent implementation... 05:48:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:48:15 $ docker exec aa3bc56adf5adccc7c7b6eb6eda437bb111b71408e460c98c44711b076986df6 ssh-agent 05:48:15 SSH_AUTH_SOCK=/tmp/ssh-GfFjX0TTN3iZ/agent.11 05:48:15 SSH_AGENT_PID=16 05:48:15 Running ssh-add (command line suppressed) 05:48:16 Identity added: /w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_2600040956983217022.key (/w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_2600040956983217022.key) 05:48:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:48:16 + git describe --exact-match --tags HEAD 05:48:16 fatal: no tag exactly matches '14de97bef61c4a3ad4987893a50bfb286afdaff3' [Pipeline] } 05:48:16 $ docker exec --env ******** --env ******** aa3bc56adf5adccc7c7b6eb6eda437bb111b71408e460c98c44711b076986df6 ssh-agent -k 05:48:16 unset SSH_AUTH_SOCK; 05:48:16 unset SSH_AGENT_PID; 05:48:16 echo Agent pid 16 killed; 05:48:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 05:48:16 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 05:48:16 This usually means this commit has not been tagged. [Pipeline] sshagent 05:48:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:48:16 [ssh-agent] Looking for ssh-agent implementation... 05:48:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:48:17 $ docker exec aa3bc56adf5adccc7c7b6eb6eda437bb111b71408e460c98c44711b076986df6 ssh-agent 05:48:17 SSH_AUTH_SOCK=/tmp/ssh-Lgxh20IuQwwp/agent.47 05:48:17 SSH_AGENT_PID=52 05:48:17 Running ssh-add (command line suppressed) 05:48:17 Identity added: /w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_7307622565274491643.key (/w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_7307622565274491643.key) 05:48:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:48:18 + git semver init 05:48:18 # -> Open(): unable to determine branch for HEAD 05:48:18 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-133/.git 05:48:18 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-133 05:48:18 # $SEMVER_REMOTE_NAME = origin 05:48:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:48:18 # $SEMVER_USER_NAME = edgex-jenkins 05:48:18 # $SEMVER_BRANCH = PR-133 05:48:18 # $SEMVER_TEMP = /tmp/semver-895427188 05:48:18 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 05:48:18 # '/tmp/semver-895427188' -> '/w/workspace/foundry_device-virtual-go_PR-133/.semver' 05:48:18 # -> Force: false 05:48:18 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-133/.semver [Pipeline] } 05:48:18 $ docker exec --env ******** --env ******** aa3bc56adf5adccc7c7b6eb6eda437bb111b71408e460c98c44711b076986df6 ssh-agent -k 05:48:18 unset SSH_AUTH_SOCK; 05:48:18 unset SSH_AGENT_PID; 05:48:18 echo Agent pid 52 killed; 05:48:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:48:19 + git semver [Pipeline] } 05:48:19 $ docker stop --time=1 aa3bc56adf5adccc7c7b6eb6eda437bb111b71408e460c98c44711b076986df6 05:48:21 $ docker rm -f aa3bc56adf5adccc7c7b6eb6eda437bb111b71408e460c98c44711b076986df6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 05:48:22 Stashed 30 file(s) [Pipeline] echo 05:48:22 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 05:48:22 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 05:48:38 Still waiting to schedule task 05:48:38 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1934’ 05:48:38 Still waiting to schedule task 05:48:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:50:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1935 in /w/workspace/foundry_device-virtual-go_PR-133 [Pipeline] { [Pipeline] ws 05:50:41 Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout 05:50:46 using credential edgex-jenkins-ssh 05:50:46 Cloning the remote Git repository 05:50:46 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 05:50:46 > git init /w/workspace/device-virtual-go/5 # timeout=10 05:50:46 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 05:50:46 > git --version # timeout=10 05:50:46 > git --version # 'git version 2.17.1' 05:50:46 using GIT_SSH to set credentials SSH Credentials for GitHub 05:50:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:50:47 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 05:50:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:50:47 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 05:50:48 Merging remotes/origin/master commit 8d31429af90f845313e1f83db91362442934a267 into PR head commit 34eeb6faf1659fa9bb604f11ce68156378b4a9c9 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:50:48 Failed in branch arm64 05:50:47 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 05:50:47 using GIT_SSH to set credentials SSH Credentials for GitHub 05:50:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/133/head:refs/remotes/origin/PR-133 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:50:48 > git config core.sparsecheckout # timeout=10 05:50:48 > git checkout -f 34eeb6faf1659fa9bb604f11ce68156378b4a9c9 # timeout=10 05:50:54 Running on prd-centos7-docker-4c-2g-1936 in /w/workspace/foundry_device-virtual-go_PR-133 [Pipeline] { [Pipeline] ws 05:50:54 Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout 05:51:00 using credential edgex-jenkins-ssh 05:51:00 Cloning the remote Git repository 05:51:00 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 05:51:00 > git init /w/workspace/device-virtual-go/5 # timeout=10 05:51:00 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 05:51:00 > git --version # timeout=10 05:51:00 > git --version # 'git version 2.16.5' 05:51:00 using GIT_SSH to set credentials SSH Credentials for GitHub 05:51:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:51:02 Merging remotes/origin/master commit 8d31429af90f845313e1f83db91362442934a267 into PR head commit 34eeb6faf1659fa9bb604f11ce68156378b4a9c9 [Pipeline] } [Pipeline] // ws 05:51:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 05:51:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:51:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 05:51:01 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 05:51:01 using GIT_SSH to set credentials SSH Credentials for GitHub 05:51:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/133/head:refs/remotes/origin/PR-133 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:51:02 > git config core.sparsecheckout # timeout=10 05:51:02 > git checkout -f 34eeb6faf1659fa9bb604f11ce68156378b4a9c9 # timeout=10 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:51:03 Failed in branch amd64 [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 05:51:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:51:06 ---> package-listing.sh 05:51:06 ++ facter osfamily 05:51:06 ++ tr '[:upper:]' '[:lower:]' 05:51:06 + OS_FAMILY=redhat 05:51:06 + workspace=/w/workspace/foundry_device-virtual-go_PR-133 05:51:06 + START_PACKAGES=/tmp/packages_start.txt 05:51:06 + END_PACKAGES=/tmp/packages_end.txt 05:51:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:51:06 + PACKAGES=/tmp/packages_start.txt 05:51:06 + '[' /w/workspace/foundry_device-virtual-go_PR-133 ']' 05:51:06 + PACKAGES=/tmp/packages_end.txt 05:51:06 + case "${OS_FAMILY}" in 05:51:06 + sort 05:51:06 + rpm -qa 05:51:11 + '[' -f /tmp/packages_start.txt ']' 05:51:11 + '[' -f /tmp/packages_end.txt ']' 05:51:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:51:11 + '[' /w/workspace/foundry_device-virtual-go_PR-133 ']' 05:51:11 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-133/archives/ 05:51:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-133/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:51:11 provisioning config files... 05:51:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-133@tmp/config7268979686956621336tmp [Pipeline] { [Pipeline] echo 05:51:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:51:12 ---> create-netrc.sh [Pipeline] } 05:51:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:51:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:51:12 ---> python-tools-install.sh 05:51:12 Generating Requirements File 05:53:04 Python 3.6.8 05:53:04 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 05:53:04 aiohttp==3.6.2 05:53:04 appdirs==1.4.3 05:53:04 argcomplete==1.12.1 05:53:04 aspy.yaml==1.3.0 05:53:04 async-timeout==3.0.1 05:53:04 attrs==19.3.0 05:53:04 Babel==2.8.0 05:53:04 beautifulsoup4==4.8.2 05:53:04 boto3==1.11.6 05:53:04 botocore==1.14.6 05:53:04 bs4==0.0.1 05:53:04 cachetools==4.1.1 05:53:04 certifi==2019.11.28 05:53:04 cffi==1.14.3 05:53:04 cfgv==2.0.1 05:53:04 chardet==3.0.4 05:53:04 click==7.1 05:53:04 cliff==3.4.0 05:53:04 cmd2==1.3.10 05:53:04 colorama==0.4.3 05:53:04 cryptography==3.1.1 05:53:04 debtcollector==2.2.0 05:53:04 decorator==4.4.2 05:53:04 defusedxml==0.6.0 05:53:04 Deprecated==1.2.7 05:53:04 distlib==0.3.1 05:53:04 distro==1.2.0 05:53:04 dnspython==1.16.0 05:53:04 docker==4.2.0 05:53:04 docutils==0.15.2 05:53:04 dogpile.cache==1.0.2 05:53:04 email-validator==1.0.5 05:53:04 filelock==3.0.12 05:53:04 future==0.18.2 05:53:04 google-auth==1.22.0 05:53:04 httplib2==0.17.0 05:53:04 identify==1.4.11 05:53:04 idna==2.9 05:53:04 idna-ssl==1.1.0 05:53:04 importlib-metadata==1.7.0 05:53:04 importlib-resources==1.5.0 05:53:04 iso8601==0.1.13 05:53:04 Jinja2==2.11.1 05:53:04 jmespath==0.10.0 05:53:04 jsonpatch==1.26 05:53:04 jsonpointer==2.0 05:53:04 jsonschema==3.2.0 05:53:04 keystoneauth1==4.2.1 05:53:04 kubernetes==11.0.0 05:53:04 lftools==0.34.2 05:53:04 lxml==4.5.0 05:53:04 MarkupSafe==0.23 05:53:04 msgpack==1.0.0 05:53:04 multi-key-dict==2.0.3 05:53:04 multidict==4.7.6 05:53:04 munch==2.5.0 05:53:04 netaddr==0.8.0 05:53:04 netifaces==0.10.9 05:53:04 niet==1.4.2 05:53:04 nodeenv==1.3.5 05:53:04 oauth2client==4.1.3 05:53:04 oauthlib==3.1.0 05:53:04 openstacksdk==0.50.0 05:53:04 os-client-config==2.1.0 05:53:04 os-service-types==1.7.0 05:53:04 osc-lib==2.2.1 05:53:04 oslo.config==8.3.2 05:53:04 oslo.context==3.1.1 05:53:04 oslo.i18n==5.0.1 05:53:04 oslo.log==4.4.0 05:53:04 oslo.serialization==4.0.1 05:53:04 oslo.utils==4.6.0 05:53:04 packaging==20.4 05:53:04 pbr==5.4.4 05:53:04 pluggy==0.13.1 05:53:04 prettytable==0.7.2 05:53:04 py==1.9.0 05:53:04 pyasn1==0.4.8 05:53:04 pyasn1-modules==0.2.8 05:53:04 pycparser==2.20 05:53:04 pygerrit2==2.0.10 05:53:04 PyGithub==1.46 05:53:04 pyinotify==0.9.6 05:53:04 PyJWT==1.7.1 05:53:04 pyparsing==2.4.7 05:53:04 pyperclip==1.8.0 05:53:04 pyroute2==0.4.13 05:53:04 pyrsistent==0.15.7 05:53:04 PySocks==1.6.8 05:53:04 python-cinderclient==7.2.0 05:53:04 python-dateutil==2.8.1 05:53:04 python-heatclient==2.2.1 05:53:04 python-jenkins==1.7.0 05:53:04 python-keystoneclient==4.1.1 05:53:04 python-magnumclient==3.2.1 05:53:04 python-novaclient==17.2.1 05:53:04 python-openstackclient==5.3.1 05:53:04 python-swiftclient==3.10.1 05:53:04 pytz==2020.1 05:53:04 PyYAML==5.3 05:53:04 requests==2.23.0 05:53:04 requests-oauthlib==1.3.0 05:53:04 requestsexceptions==1.4.0 05:53:04 rfc3986==1.4.0 05:53:04 rpm==4.11.3 05:53:04 rsa==4.0 05:53:04 ruamel.yaml==0.16.10 05:53:04 ruamel.yaml.clib==0.2.0 05:53:04 s3transfer==0.3.3 05:53:04 shade==1.27.2 05:53:04 simplejson==3.17.2 05:53:04 six==1.14.0 05:53:04 soupsieve==2.0 05:53:04 stevedore==3.2.2 05:53:04 tabulate==0.8.6 05:53:04 toml==0.10.0 05:53:04 tox==3.20.0 05:53:04 tqdm==4.43.0 05:53:04 typing-extensions==3.7.4.3 05:53:04 urllib3==1.25.8 05:53:04 virtualenv==20.0.31 05:53:04 wcwidth==0.2.5 05:53:04 websocket-client==0.57.0 05:53:04 wrapt==1.12.1 05:53:04 xdg==3.0.2 05:53:04 xmltodict==0.12.0 05:53:04 yarl==1.6.0 05:53:04 yq==2.11.1 05:53:04 zipp==3.2.0 05:53:04 Cache entry deserialization failed, entry ignored 05:53:04 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. 05:53:04 Python 2.7.5 05:53:04 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 05:53:04 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. 05:53:04 ansible==2.9.7 05:53:04 Babel==0.9.6 05:53:04 backports.ssl-match-hostname==3.5.0.1 05:53:04 beautifulsoup4==4.4.1 05:53:04 bodhi==2.11.0 05:53:04 bodhi-client==2.11.0 05:53:04 CCColUtils==1.4 05:53:04 cffi==1.6.0 05:53:04 chardet==2.2.1 05:53:04 click==6.7 05:53:04 cloud-init==18.5 05:53:04 configobj==4.7.2 05:53:04 cryptography==1.7.2 05:53:04 decorator==3.4.0 05:53:04 distro==1.2.0 05:53:04 enum34==1.0.4 05:53:04 fedpkg==1.38 05:53:04 futures==3.1.1 05:53:04 gitdb==0.6.4 05:53:04 GitPython==1.0.1 05:53:04 html5lib==0.999 05:53:04 httplib2==0.9.2 05:53:04 idna==2.4 05:53:04 iniparse==0.4 05:53:04 ipaddress==1.0.16 05:53:04 IPy==0.75 05:53:04 javapackages==1.0.0 05:53:04 Jinja2==2.7.2 05:53:04 jmespath==0.9.4 05:53:04 jsonpatch==1.2 05:53:04 jsonpointer==1.9 05:53:04 kerberos==1.1 05:53:04 kitchen==1.1.1 05:53:04 langtable==0.0.31 05:53:04 lockfile==0.9.1 05:53:04 lxml==3.2.1 05:53:04 MarkupSafe==0.11 05:53:04 munch==2.0.2 05:53:04 offtrac==0.1.0 05:53:04 openidc-client==0.6.0 05:53:04 packagedb-cli==2.14.1 05:53:04 paramiko==2.1.1 05:53:04 perf==0.1 05:53:04 ply==3.4 05:53:04 policycoreutils-default-encoding==0.1 05:53:04 prettytable==0.7.2 05:53:04 pyasn1==0.1.9 05:53:04 pycparser==2.14 05:53:04 pycurl==7.19.0 05:53:04 pygobject==3.22.0 05:53:04 pygpgme==0.3 05:53:04 pyliblzma==0.5.3 05:53:04 pyOpenSSL==0.13.1 05:53:04 pyparsing==1.5.6 05:53:04 pyserial==2.6 05:53:04 python-augeas==0.5.0 05:53:04 python-bugzilla==2.3.0 05:53:04 python-dateutil==1.5 05:53:04 python-fedora==0.10.0 05:53:04 python-linux-procfs==0.4.9 05:53:04 python-yubico==1.2.3 05:53:04 pyudev==0.15 05:53:04 pyusb==1.0.0b1 05:53:04 pyxattr==0.5.1 05:53:04 PyYAML==3.10 05:53:04 requests==2.6.0 05:53:04 requests-kerberos==0.7.0 05:53:04 rpkg==1.60 05:53:04 schedutils==0.4 05:53:04 seobject==0.1 05:53:04 sepolicy==1.1 05:53:04 six==1.9.0 05:53:04 smmap==0.9.0 05:53:04 urlgrabber==3.10 05:53:04 urllib3==1.10.2 05:53:04 virtualenv==15.1.0 05:53:04 yum-langpacks==0.4.2 05:53:04 yum-metadata-parser==1.1.4 [Pipeline] echo 05:53:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:53:04 ---> sudo-logs.sh 05:53:04 Archiving 'sudo' log.. [Pipeline] echo 05:53:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:53:05 ---> job-cost.sh 05:53:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UMfi 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:17 Cache entry deserialization failed, entry ignored 05:53:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:54:02 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. 05:54:02 05:54:02 We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 05:54:02 05:54:02 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. 05:54:02 lf-activate-venv(): INFO: Adding /tmp/venv-UMfi/bin to PATH 05:54:02 INFO: No Stack... 05:54:02 INFO: Retrieving Pricing Info for: v1-standard-2 05:54:02 INFO: Archiving Costs [Pipeline] echo 05:54:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:54:02 ---> logs-deploy.sh 05:54:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-133/5 05:54:02 INFO: archiving workspace using pattern(s): 05:54:05 Archives upload complete. 05:54:05 INFO: archiving logs to Nexus