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