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