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