Pull request #608 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 94304f60d05e6aa515e63258bee0722fc87847b4+6a644f195f70d064d428f19fecf7196d621efa3d (071df359fb621a0f175cee49d767a03b5c0dd2b1) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3219 in /w/workspace/dgexfoundry_device-sdk-go_PR-608 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout [Pipeline] } [Pipeline] // stage [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:54:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:54:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:54:39 ========================================================= 11:54:39 EdgeX Global Pipelines Version Info 11:54:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:54:42 ------------------- 11:54:42 stable info: 11:54:42 ------------------- 11:54:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:54:42 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 11:54:42 Message: update stable to v1.0.131 11:54:43 ------------------- 11:54:43 experimental info: 11:54:43 ------------------- 11:54:43 Commited By: **** collab-it+edgex@linuxfoundation.org 11:54:43 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 11:54:43 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "amd64" skipped due to earlier failure(s) Stage "arm64" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Prep) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Build) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Docker Push) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] stage [Pipeline] { (Snap) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } 11:54:45 Failed in branch amd64 [Pipeline] } 11:54:45 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 11:54:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:54:49 ---> package-listing.sh 11:54:49 ++ facter osfamily 11:54:49 ++ tr '[:upper:]' '[:lower:]' 11:54:49 + OS_FAMILY=redhat 11:54:49 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-608 11:54:49 + START_PACKAGES=/tmp/packages_start.txt 11:54:49 + END_PACKAGES=/tmp/packages_end.txt 11:54:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:54:49 + PACKAGES=/tmp/packages_start.txt 11:54:49 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-608 ']' 11:54:49 + PACKAGES=/tmp/packages_end.txt 11:54:49 + case "${OS_FAMILY}" in 11:54:49 + rpm -qa 11:54:49 + sort 11:54:53 + '[' -f /tmp/packages_start.txt ']' 11:54:53 + '[' -f /tmp/packages_end.txt ']' 11:54:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:54:53 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-608 ']' 11:54:53 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-608/archives/ 11:54:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-608/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:54:54 provisioning config files... 11:54:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-608@tmp/config8077578719917444963tmp [Pipeline] { [Pipeline] echo 11:54:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:54:54 ---> create-netrc.sh [Pipeline] } 11:54:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:54:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:54:55 ---> python-tools-install.sh 11:54:55 Generating Requirements File 11:56:16 Python 3.6.8 11:56:16 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 11:56:16 aiohttp==3.6.2 11:56:16 appdirs==1.4.3 11:56:16 argcomplete==1.12.1 11:56:16 aspy.yaml==1.3.0 11:56:16 async-timeout==3.0.1 11:56:16 attrs==19.3.0 11:56:16 Babel==2.8.0 11:56:16 beautifulsoup4==4.8.2 11:56:16 boto3==1.11.6 11:56:16 botocore==1.14.6 11:56:16 bs4==0.0.1 11:56:16 cachetools==4.1.1 11:56:16 certifi==2019.11.28 11:56:16 cffi==1.14.3 11:56:16 cfgv==2.0.1 11:56:16 chardet==3.0.4 11:56:16 click==7.1 11:56:16 cliff==3.4.0 11:56:16 cmd2==1.3.11 11:56:16 colorama==0.4.3 11:56:16 cryptography==3.1.1 11:56:16 debtcollector==2.2.0 11:56:16 decorator==4.4.2 11:56:16 defusedxml==0.6.0 11:56:16 Deprecated==1.2.7 11:56:16 distlib==0.3.1 11:56:16 distro==1.2.0 11:56:16 dnspython==1.16.0 11:56:16 docker==4.2.0 11:56:16 docutils==0.15.2 11:56:16 dogpile.cache==1.0.2 11:56:16 email-validator==1.0.5 11:56:16 filelock==3.0.12 11:56:16 future==0.18.2 11:56:16 google-auth==1.22.0 11:56:16 httplib2==0.17.0 11:56:16 identify==1.4.11 11:56:16 idna==2.9 11:56:16 idna-ssl==1.1.0 11:56:16 importlib-metadata==1.7.0 11:56:16 importlib-resources==1.5.0 11:56:16 iso8601==0.1.13 11:56:16 Jinja2==2.11.1 11:56:16 jmespath==0.10.0 11:56:16 jsonpatch==1.26 11:56:16 jsonpointer==2.0 11:56:16 jsonschema==3.2.0 11:56:16 keystoneauth1==4.2.1 11:56:16 kubernetes==11.0.0 11:56:16 lftools==0.34.2 11:56:16 lxml==4.5.0 11:56:16 MarkupSafe==0.23 11:56:16 msgpack==1.0.0 11:56:16 multi-key-dict==2.0.3 11:56:16 multidict==4.7.6 11:56:16 munch==2.5.0 11:56:16 netaddr==0.8.0 11:56:16 netifaces==0.10.9 11:56:16 niet==1.4.2 11:56:16 nodeenv==1.3.5 11:56:16 oauth2client==4.1.3 11:56:16 oauthlib==3.1.0 11:56:16 openstacksdk==0.50.0 11:56:16 os-client-config==2.1.0 11:56:16 os-service-types==1.7.0 11:56:16 osc-lib==2.2.1 11:56:16 oslo.config==8.3.2 11:56:16 oslo.context==3.1.1 11:56:16 oslo.i18n==5.0.1 11:56:16 oslo.log==4.4.0 11:56:16 oslo.serialization==4.0.1 11:56:16 oslo.utils==4.6.0 11:56:16 packaging==20.4 11:56:16 pbr==5.4.4 11:56:16 pluggy==0.13.1 11:56:16 prettytable==0.7.2 11:56:16 py==1.9.0 11:56:16 pyasn1==0.4.8 11:56:16 pyasn1-modules==0.2.8 11:56:16 pycparser==2.20 11:56:16 pygerrit2==2.0.10 11:56:16 PyGithub==1.46 11:56:16 pyinotify==0.9.6 11:56:16 PyJWT==1.7.1 11:56:16 pyparsing==2.4.7 11:56:16 pyperclip==1.8.0 11:56:16 pyroute2==0.4.13 11:56:16 pyrsistent==0.15.7 11:56:16 PySocks==1.6.8 11:56:16 python-cinderclient==7.2.0 11:56:16 python-dateutil==2.8.1 11:56:16 python-heatclient==2.2.1 11:56:16 python-jenkins==1.7.0 11:56:16 python-keystoneclient==4.1.1 11:56:16 python-magnumclient==3.2.1 11:56:16 python-novaclient==17.2.1 11:56:16 python-openstackclient==5.4.0 11:56:16 python-swiftclient==3.10.1 11:56:16 pytz==2020.1 11:56:16 PyYAML==5.3 11:56:16 requests==2.23.0 11:56:16 requests-oauthlib==1.3.0 11:56:16 requestsexceptions==1.4.0 11:56:16 rfc3986==1.4.0 11:56:16 rpm==4.11.3 11:56:16 rsa==4.0 11:56:16 ruamel.yaml==0.16.10 11:56:16 ruamel.yaml.clib==0.2.0 11:56:16 s3transfer==0.3.3 11:56:16 shade==1.27.2 11:56:16 simplejson==3.17.2 11:56:16 six==1.14.0 11:56:16 soupsieve==2.0 11:56:16 stevedore==3.2.2 11:56:16 tabulate==0.8.6 11:56:16 toml==0.10.0 11:56:16 tox==3.20.0 11:56:16 tqdm==4.43.0 11:56:16 typing-extensions==3.7.4.3 11:56:16 urllib3==1.25.8 11:56:16 virtualenv==20.0.32 11:56:16 wcwidth==0.2.5 11:56:16 websocket-client==0.57.0 11:56:16 wrapt==1.12.1 11:56:16 xdg==3.0.2 11:56:16 xmltodict==0.12.0 11:56:16 yarl==1.6.0 11:56:16 yq==2.11.1 11:56:16 zipp==3.2.0 11:56:16 Cache entry deserialization failed, entry ignored 11:56:19 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. 11:56:21 Python 2.7.5 11:56:22 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 11:56:23 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. 11:56:23 ansible==2.9.7 11:56:23 Babel==0.9.6 11:56:23 backports.ssl-match-hostname==3.5.0.1 11:56:23 beautifulsoup4==4.4.1 11:56:23 bodhi==2.11.0 11:56:23 bodhi-client==2.11.0 11:56:23 CCColUtils==1.4 11:56:23 cffi==1.6.0 11:56:23 chardet==2.2.1 11:56:23 click==6.7 11:56:23 cloud-init==18.5 11:56:23 configobj==4.7.2 11:56:23 cryptography==1.7.2 11:56:23 decorator==3.4.0 11:56:23 distro==1.2.0 11:56:23 enum34==1.0.4 11:56:23 fedpkg==1.38 11:56:23 futures==3.1.1 11:56:23 gitdb==0.6.4 11:56:23 GitPython==1.0.1 11:56:23 html5lib==0.999 11:56:23 httplib2==0.9.2 11:56:23 idna==2.4 11:56:23 iniparse==0.4 11:56:23 ipaddress==1.0.16 11:56:23 IPy==0.75 11:56:23 javapackages==1.0.0 11:56:23 Jinja2==2.7.2 11:56:23 jmespath==0.9.4 11:56:23 jsonpatch==1.2 11:56:23 jsonpointer==1.9 11:56:23 kerberos==1.1 11:56:23 kitchen==1.1.1 11:56:23 langtable==0.0.31 11:56:23 lockfile==0.9.1 11:56:23 lxml==3.2.1 11:56:23 MarkupSafe==0.11 11:56:23 munch==2.0.2 11:56:23 offtrac==0.1.0 11:56:23 openidc-client==0.6.0 11:56:23 packagedb-cli==2.14.1 11:56:23 paramiko==2.1.1 11:56:23 perf==0.1 11:56:23 ply==3.4 11:56:23 policycoreutils-default-encoding==0.1 11:56:23 prettytable==0.7.2 11:56:23 pyasn1==0.1.9 11:56:23 pycparser==2.14 11:56:23 pycurl==7.19.0 11:56:23 pygobject==3.22.0 11:56:23 pygpgme==0.3 11:56:23 pyliblzma==0.5.3 11:56:23 pyOpenSSL==0.13.1 11:56:23 pyparsing==1.5.6 11:56:23 pyserial==2.6 11:56:23 python-augeas==0.5.0 11:56:23 python-bugzilla==2.3.0 11:56:23 python-dateutil==1.5 11:56:23 python-fedora==0.10.0 11:56:23 python-linux-procfs==0.4.9 11:56:23 python-yubico==1.2.3 11:56:23 pyudev==0.15 11:56:23 pyusb==1.0.0b1 11:56:23 pyxattr==0.5.1 11:56:23 PyYAML==3.10 11:56:23 requests==2.6.0 11:56:23 requests-kerberos==0.7.0 11:56:23 rpkg==1.60 11:56:23 schedutils==0.4 11:56:23 seobject==0.1 11:56:23 sepolicy==1.1 11:56:23 six==1.9.0 11:56:23 smmap==0.9.0 11:56:23 urlgrabber==3.10 11:56:23 urllib3==1.10.2 11:56:23 virtualenv==15.1.0 11:56:23 yum-langpacks==0.4.2 11:56:23 yum-metadata-parser==1.1.4 [Pipeline] echo 11:56:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:56:23 ---> sudo-logs.sh 11:56:23 Archiving 'sudo' log.. [Pipeline] echo 11:56:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:56:23 ---> job-cost.sh 11:56:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sviV 11:56:32 Cache entry deserialization failed, entry ignored 11:56:32 Cache entry deserialization failed, entry ignored 11:56:33 Cache entry deserialization failed, entry ignored 11:56:33 Cache entry deserialization failed, entry ignored 11:56:33 Cache entry deserialization failed, entry ignored 11:56:33 Cache entry deserialization failed, entry ignored 11:56:34 Cache entry deserialization failed, entry ignored 11:56:34 Cache entry deserialization failed, entry ignored 11:56:34 Cache entry deserialization failed, entry ignored 11:56:34 Cache entry deserialization failed, entry ignored 11:56:34 Cache entry deserialization failed, entry ignored 11:56:34 Cache entry deserialization failed, entry ignored 11:56:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:57:09 lf-activate-venv(): INFO: Adding /tmp/venv-sviV/bin to PATH 11:57:09 INFO: No Stack... 11:57:09 INFO: Retrieving Pricing Info for: v1-standard-2 11:57:09 INFO: Archiving Costs [Pipeline] echo 11:57:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:57:10 ---> logs-deploy.sh 11:57:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-608/2 11:57:10 INFO: archiving workspace using pattern(s): 11:57:12 Archives upload complete. 11:57:12 INFO: archiving logs to Nexus