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