Skip to content

Instantly share code, notes, and snippets.

@stephendonner
Created February 9, 2017 00:34
Show Gist options
  • Save stephendonner/f87ad3125befad225f74a64fb47d07b9 to your computer and use it in GitHub Desktop.
Save stephendonner/f87ad3125befad225f74a64fb47d07b9 to your computer and use it in GitHub Desktop.
Started by user Stephen Donner
> /usr/local/git/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> /usr/local/git/bin/git config remote.origin.url https://github.com/stephendonner/socorro.git # timeout=10
Fetching upstream changes from https://github.com/stephendonner/socorro.git
> /usr/local/git/bin/git --version # timeout=10
Setting http proxy: proxy.dmz.scl3.mozilla.com:3128
> /usr/local/git/bin/git fetch --tags --progress https://github.com/stephendonner/socorro.git +refs/heads/*:refs/remotes/origin/*
> /usr/local/git/bin/git rev-parse origin/tox^{commit} # timeout=10
Checking out Revision be18c2f4170ed555bac84c774cde16018e48e979 (origin/tox)
> /usr/local/git/bin/git config core.sparsecheckout # timeout=10
> /usr/local/git/bin/git checkout -f be18c2f4170ed555bac84c774cde16018e48e979
> /usr/local/git/bin/git rev-list cc093fe7430ab90ff5f2a4d9eb0a514e9acb3cb2 # timeout=10
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] node
Running on master in /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://github.com/stephendonner/socorro.git
> /usr/local/git/bin/git init /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace # timeout=10
Fetching upstream changes from https://github.com/stephendonner/socorro.git
> /usr/local/git/bin/git --version # timeout=10
Setting http proxy: proxy.dmz.scl3.mozilla.com:3128
> /usr/local/git/bin/git fetch --tags --progress https://github.com/stephendonner/socorro.git +refs/heads/*:refs/remotes/origin/*
> /usr/local/git/bin/git config remote.origin.url https://github.com/stephendonner/socorro.git # timeout=10
> /usr/local/git/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> /usr/local/git/bin/git config remote.origin.url https://github.com/stephendonner/socorro.git # timeout=10
Fetching upstream changes from https://github.com/stephendonner/socorro.git
Setting http proxy: proxy.dmz.scl3.mozilla.com:3128
> /usr/local/git/bin/git fetch --tags --progress https://github.com/stephendonner/socorro.git +refs/heads/*:refs/remotes/origin/*
> /usr/local/git/bin/git rev-parse origin/tox^{commit} # timeout=10
Checking out Revision be18c2f4170ed555bac84c774cde16018e48e979 (origin/tox)
> /usr/local/git/bin/git config core.sparsecheckout # timeout=10
> /usr/local/git/bin/git checkout -f be18c2f4170ed555bac84c774cde16018e48e979
[Pipeline] stash
Stashed 1582 file(s)
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Lint)
[Pipeline] node
Running on master in /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] unstash
[Pipeline] sh
[workspace] Running shell script
+ tox -c e2e-tests/tox.ini -e flake8
flake8 create: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests/.tox/flake8
flake8 installdeps: flake8
flake8 installed: appdirs==1.4.0,configparser==3.5.0,enum34==1.1.6,flake8==3.3.0,mccabe==0.6.1,packaging==16.8,pycodestyle==2.3.1,pyflakes==1.5.0,pyparsing==2.1.10,six==1.10.0
flake8 runtests: PYTHONHASHSEED='3550305740'
flake8 runtests: commands[0] | flake8 .
___________________________________ summary ____________________________________
flake8: commands succeeded
congratulations :)
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] node
Running on master in /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] unstash
[Pipeline] writeFile
[Pipeline] wrap
[Pipeline] {
[Pipeline] withCredentials
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[workspace] Running shell script
+ tox -c e2e-tests/tox.ini -e tests
tests create: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests/.tox/tests
tests installdeps: bidpom==2.0.1, PyPOM==1.1.1, pytest==3.0.5, pytest-base-url==1.2.0, pytest-html==1.13.0, pytest-selenium==1.7.0, pytest-variables==1.4, pytest-xdist==1.15.0, selenium==3.0.2, requests==2.12.5
tests installed: apipkg==1.4,appdirs==1.4.0,bidpom==2.0.1,execnet==1.4.1,packaging==16.8,py==1.4.32,pyparsing==2.1.10,PyPOM==1.1.1,pytest==3.0.5,pytest-base-url==1.2.0,pytest-html==1.13.0,pytest-selenium==1.7.0,pytest-variables==1.4,pytest-xdist==1.15.0,requests==2.12.5,selenium==3.0.2,six==1.10.0,zope.component==4.3.0,zope.event==4.2.0,zope.interface==4.3.3
tests runtests: PYTHONHASHSEED='1574422629'
tests runtests: commands[0] | pytest --junit-xml=results/tests.xml --html=results/tests.html
============================= test session starts ==============================
platform linux2 -- Python 2.7.9, pytest-3.0.5, py-1.4.32, pluggy-0.4.0 -- /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests/.tox/tests/bin/python2.7
cachedir: .cache
sensitiveurl: mozilla\.org
driver: SauceLabs
baseurl: https://crash-stats.allizom.org
rootdir: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests, inifile: tox.ini
plugins: xdist-1.15.0, variables-1.4, selenium-1.7.0, html-1.13.0, base-url-1.2.0
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I / gw8 I / gw9 I / gw10 I / gw11 I / gw12 I / gw13 I / gw14 I
[gw0] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw1] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw2] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw3] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw4] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw5] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw6] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw7] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw8] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw9] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw10] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw11] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw12] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw13] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw14] linux2 Python 2.7.9 cwd: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests
[gw1] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw2] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw3] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw0] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw4] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw5] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw6] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw7] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw8] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw9] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw14] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw10] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw13] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw12] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[gw11] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
gw0 [36] / gw1 [36] / gw2 [36] / gw3 [36] / gw4 [36] / gw5 [36] / gw6 [36] / gw7 [36] / gw8 [36] / gw9 [36] / gw10 [36] / gw11 [36] / gw12 [36] / gw13 [36] / gw14 [36]
scheduling tests via LoadScheduling
tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[SeaMonkey]
tests/test_api.py::TestAPI::test_crontabber
tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[Firefox]
tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[SeaMonkey]
tests/test_api.py::TestAPI::test_public_api_navigation
tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[Firefox]
tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[Thunderbird]
tests/test_api.py::TestAPI::test_platforms
tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[FennecAndroid]
tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[Thunderbird]
tests/test_crash_reports.py::TestCrashReports::test_that_top_crasher_filter_browser_return_results
tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[FennecAndroid]
tests/test_crash_reports.py::TestCrashReports::test_that_top_crasher_filter_plugin_return_results
tests/test_crash_reports.py::TestCrashReports::test_that_top_crasher_filter_all_return_results
tests/test_api.py::TestAPI::test_supersearch_fields
[gw0] PASSED tests/test_api.py::TestAPI::test_platforms
[gw9] PASSED tests/test_api.py::TestAPI::test_crontabber
[gw11] PASSED tests/test_api.py::TestAPI::test_supersearch_fields
tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[SeaMonkey]
tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[FennecAndroid]
tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[Thunderbird]
[gw1] PASSED tests/test_api.py::TestAPI::test_public_api_navigation
tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[Firefox]
[gw14] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[Thunderbird]
tests/test_crash_reports.py::TestCrashReports::test_that_7_days_is_selected_default_for_nightlies
[gw2] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[SeaMonkey]
[gw12] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crasher_filter_all_return_results
tests/test_crash_reports.py::TestCrashReports::test_that_only_browser_reports_have_browser_icon
[gw6] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[FennecAndroid]
[gw4] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[Thunderbird]
[gw8] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[SeaMonkey]
[gw7] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[Firefox]
[gw5] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[FennecAndroid]
[gw10] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crasher_filter_plugin_return_results
[gw0] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[SeaMonkey]
[gw13] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crasher_filter_browser_return_results
[gw3] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[Firefox]
[gw11] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[Thunderbird]
[gw9] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[FennecAndroid]
[gw14] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_7_days_is_selected_default_for_nightlies
[gw1] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[Firefox]
[gw2] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_only_browser_reports_have_browser_icon
tests/test_layout.py::TestSuperSearchLayout::test_super_search_page_is_loaded
tests/test_search.py::TestSuperSearch::test_search_with_multiple_lines
[gw0] SKIPPED tests/test_search.py::TestSuperSearch::test_search_with_multiple_lines
tests/test_smoke_tests.py::TestSmokeTests::test_that_bugzilla_link_contain_current_site
tests/test_smoke_tests.py::TestSmokeTests::test_that_exploitable_crash_report_not_displayed_for_not_logged_in_users
tests/test_search.py::TestSearchForSpecificResults::test_selecting_one_version_doesnt_show_other_versions
tests/test_crash_reports.py::TestCrashReports::test_that_lowest_version_topcrashers_do_not_return_errors
tests/test_search.py::TestSearchForSpecificResults::test_search_for_valid_signature
tests/test_crash_reports.py::TestCrashReports::test_that_only_plugin_reports_have_plugin_icon
tests/test_layout.py::TestSuperSearchLayout::test_search_change_column
tests/test_search.py::TestSuperSearch::test_search_for_unrealistic_data
[gw13] SKIPPED tests/test_search.py::TestSuperSearch::test_search_for_unrealistic_data
tests/test_layout.py::TestSuperSearchLayout::test_search_change_facet
tests/test_crash_reports.py::TestCrashReports::test_top_crasher_reports_tab_has_uuid_report
tests/test_layout.py::TestLayout::test_that_products_are_sorted_correctly
tests/test_search.py::TestSuperSearch::test_search_with_one_line
tests/test_smoke_tests.py::TestSmokeTests::test_non_privileged_accounts_cannot_view_exploitable_crash_reports
[gw2] SKIPPED tests/test_smoke_tests.py::TestSmokeTests::test_non_privileged_accounts_cannot_view_exploitable_crash_reports
[gw1] PASSED tests/test_smoke_tests.py::TestSmokeTests::test_that_bugzilla_link_contain_current_site
[gw4] xfail tests/test_layout.py::TestLayout::test_that_products_are_sorted_correctly
[gw14] PASSED tests/test_smoke_tests.py::TestSmokeTests::test_that_exploitable_crash_report_not_displayed_for_not_logged_in_users
[gw8] PASSED tests/test_layout.py::TestSuperSearchLayout::test_super_search_page_is_loaded
[gw10] PASSED tests/test_search.py::TestSuperSearch::test_search_with_one_line
[gw9] PASSED tests/test_search.py::TestSearchForSpecificResults::test_search_for_valid_signature
[gw12] PASSED tests/test_layout.py::TestSuperSearchLayout::test_search_change_facet
[gw11] PASSED tests/test_search.py::TestSearchForSpecificResults::test_selecting_one_version_doesnt_show_other_versions
[gw7] PASSED tests/test_crash_reports.py::TestCrashReports::test_top_crasher_reports_tab_has_uuid_report
[gw3] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_lowest_version_topcrashers_do_not_return_errors
[gw6] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_only_plugin_reports_have_plugin_icon
[gw5] PASSED tests/test_layout.py::TestSuperSearchLayout::test_search_change_column
generated xml file: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests/results/tests.xml
generated html file: /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests/results/tests.html
=========================== short test summary info ============================
SKIP [1] tests/test_search.py:11: TODO: Update to work with the new date picker
SKIP [1] tests/test_smoke_tests.py:33: TODO: Persona is being deprecated - move test to Google Accounts
SKIP [1] tests/test_search.py:33: Bug 1333577 failing consistently due to an incorrect locator
XFAIL tests/test_layout.py::TestLayout::()::test_that_products_are_sorted_correctly
Fennec shouldn't be an option - bug 1292594
============== 32 passed, 3 skipped, 1 xfailed in 101.38 seconds ===============
___________________________________ summary ____________________________________
tests: commands succeeded
congratulations :)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // wrap
[Pipeline] dir
Running in /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/results
[Pipeline] {
[Pipeline] stash
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/results
[Pipeline] {
[Pipeline] stash
Warning: overwriting stash ‘tests’
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] node
Running on master in /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace
[Pipeline] {
[Pipeline] sh
[workspace] Running shell script
+ echo NICK fxtest19
+ openssl s_client -connect irc.mozilla.org:6697
+ echo USER fxtest19 8 alembic config contribute.json docs e2e-tests LICENSE Makefile minidump-stackwalk Procfile puppet README.md requirements.txt scripts setup.cfg setup.py socorro sql testcrash tools Vagrantfile webapp-django wsgi : fxtest19
+ sleep 5
depth=2 C = US, O = DigiCert Inc, OU = www.digicert.com, CN = DigiCert Global Root CA
verify return:1
depth=1 C = US, O = DigiCert Inc, CN = DigiCert SHA2 Secure Server CA
verify return:1
depth=0 C = US, ST = CA, L = Mountain View, O = Mozilla Corporation, CN = irc.mozilla.org
verify return:1
CONNECTED(00000003)
---
Certificate chain
0 s:/C=US/ST=CA/L=Mountain View/O=Mozilla Corporation/CN=irc.mozilla.org
i:/C=US/O=DigiCert Inc/CN=DigiCert SHA2 Secure Server CA
1 s:/C=US/O=DigiCert Inc/CN=DigiCert SHA2 Secure Server CA
i:/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert Global Root CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIFXTCCBEWgAwIBAgIQCVMqzqO9tYtKLX14JWDOLzANBgkqhkiG9w0BAQsFADBN
MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMScwJQYDVQQDEx5E
aWdpQ2VydCBTSEEyIFNlY3VyZSBTZXJ2ZXIgQ0EwHhcNMTQwODE4MDAwMDAwWhcN
MTcwODIyMTIwMDAwWjBqMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNV
BAcTDU1vdW50YWluIFZpZXcxHDAaBgNVBAoTE01vemlsbGEgQ29ycG9yYXRpb24x
GDAWBgNVBAMTD2lyYy5tb3ppbGxhLm9yZzCCASIwDQYJKoZIhvcNAQEBBQADggEP
ADCCAQoCggEBAMSGHwQ19Dq3kIC0+zBB4GjoPaA1U+xgWJlBdu7E7HVGC87B6Lv/
xa4IOWaL8izc2gzkJgAxMTQDTM52udI2SeWlyDwZqomt7WqvGUpvPuFGgYsgvII9
ZPl3SBJ6WAh4E8R19oL/9uPvBXPSrKaUbLzb6qbUZOs4jsh1MAX7ezJfsi0Hwnem
KbA80mozMrqLkrEEI/IuR+a/f2yqM5g5rMTSYafOsD/ATht1VqnO4dq60JJGhQdW
/NJa0HtApuHv1YT0i6rpHGSYp2erT6cG2IbqpcsO+QGlH48sNadls4FS9POUst6A
h64loAs7PI9IZPnWdh0EqXOEi7Do/u2b2UMCAwEAAaOCAhowggIWMB8GA1UdIwQY
MBaAFA+AYRyCMWHVLyjnjUY4tCzhxtniMB0GA1UdDgQWBBQ59yzyILzlVDf4eWzg
Mi6iPfH9kTBoBgNVHREEYTBfgg9pcmMubW96aWxsYS5vcmeCE2JydWZvcmQubW96
aWxsYS5vcmeCEWZyaXBwLm1vemlsbGEub3JnghFsZXZpbi5tb3ppbGxhLm9yZ4IR
YmVsZXcubW96aWxsYS5vcmcwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsG
AQUFBwMBBggrBgEFBQcDAjBrBgNVHR8EZDBiMC+gLaArhilodHRwOi8vY3JsMy5k
aWdpY2VydC5jb20vc3NjYS1zaGEyLWcyLmNybDAvoC2gK4YpaHR0cDovL2NybDQu
ZGlnaWNlcnQuY29tL3NzY2Etc2hhMi1nMi5jcmwwQgYDVR0gBDswOTA3BglghkgB
hv1sAQEwKjAoBggrBgEFBQcCARYcaHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQ
UzB8BggrBgEFBQcBAQRwMG4wJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2lj
ZXJ0LmNvbTBGBggrBgEFBQcwAoY6aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29t
L0RpZ2lDZXJ0U0hBMlNlY3VyZVNlcnZlckNBLmNydDAMBgNVHRMBAf8EAjAAMA0G
CSqGSIb3DQEBCwUAA4IBAQAcceQ37UtF3JupLtHnXyqTIPnX/05LXiRU5gMUiYZn
T/Gat/rF7WqowQQdTmm09q9dOlZUQmJ9jHqkHa5Az3yY1X7C8bzy97dMaOUtM57L
WsAwcb7biehL9BTzmfnyorNFtlPnxso9siIW0yphiux2XcnNq81Ch6RRVENIrh+J
8YfX6DRfCHJCWbsNclXZtJsMzeyRz9DBdla3dMByOYRBhnpMMGI5lVHPkT0c43sG
e9tDBOXHo7h19+BBpoQahKzcTuiCHLrdEWgamCYkYVjI3gWIGQW+xZ5ramh7mXYf
fJzeFV9x5LbGM5S8lBLIdj+mmKPwNoCsLn1oSWpW6IlI
-----END CERTIFICATE-----
subject=/C=US/ST=CA/L=Mountain View/O=Mozilla Corporation/CN=irc.mozilla.org
issuer=/C=US/O=DigiCert Inc/CN=DigiCert SHA2 Secure Server CA
---
No client certificate CA names sent
Server Temp Key: DH, 1024 bits
---
SSL handshake has read 3347 bytes and written 489 bytes
---
New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA256
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol : TLSv1.2
Cipher : DHE-RSA-AES256-SHA256
Session-ID: CC99D8A9FD1EBC5E3EC40FD6D23E0524DCC80449BF2FCDB684229079E88DB3F6
Session-ID-ctx:
Master-Key: 276E03B4F7C64F106FC69CCE3AF582E9C3E4D914CB358393EF65A48D127EFF307F68CB4F008DB502D78223C4C309DBA6
Key-Arg : None
Krb5 Principal: None
PSK identity: None
PSK identity hint: None
Start Time: 1486599800
Timeout : 300 (sec)
Verify return code: 0 (ok)
---
:belew.mozilla.org NOTICE Auth :*** Looking up your hostname...
:belew.mozilla.org NOTICE Auth :*** Found your hostname (nat-qa.scl3.mozilla.com)
:belew.mozilla.org NOTICE Auth :Welcome to Mozilla!
:belew.mozilla.org 001 fxtest19 :Welcome to the Mozilla IRC Network fxtest19!fxtest19@nat-qa.scl3.mozilla.com
:belew.mozilla.org 002 fxtest19 :Your host is belew.mozilla.org, running version InspIRCd-2.0
:belew.mozilla.org 003 fxtest19 :This server was created 11:39:26 Sep 3 2016
:belew.mozilla.org 004 fxtest19 belew.mozilla.org InspIRCd-2.0 BHIRSWacdhikorswx ABCDFKLMNOQRSTYZabcefghijklmnopqrstuvz FLYZabefghjkloqv
:belew.mozilla.org 005 fxtest19 AWAYLEN=200 CASEMAPPING=rfc1459 CHANMODES=Zbeg,k,FLfjl,ABCDKMNOQRSTcimnprstuz CHANNELLEN=64 CHANTYPES=# CHARSET=ascii ELIST=MU ESILENCE EXCEPTS=e EXTBAN=,ABCNOQRSTUcmprz FNC KICKLEN=255 MAP :are supported by this server
:belew.mozilla.org 005 fxtest19 MAXBANS=60 MAXCHANNELS=100 MAXPARA=32 MAXTARGETS=20 MODES=20 NAMESX NETWORK=Mozilla NICKLEN=31 OPERLOG OVERRIDE PREFIX=(Yqaohv)!~&@%+ SECURELIST SILENCE=32 :are supported by this server
:belew.mozilla.org 005 fxtest19 SSL=[::]:6697 STATUSMSG=!~&@%+ TOPICLEN=307 UHNAMES USERIP VBANLIST WALLCHOPS WALLVOICES WATCH=32 :are supported by this server
:belew.mozilla.org 042 fxtest19 203A6F9VC :your unique ID
:belew.mozilla.org 375 fxtest19 :belew.mozilla.org message of the day
:belew.mozilla.org 372 fxtest19 :- __ __
:belew.mozilla.org 372 fxtest19 :- / /_ ___ / /__ _ __
:belew.mozilla.org 372 fxtest19 :- / __ \/ _ \/ / _ \ | /| / /
:belew.mozilla.org 372 fxtest19 :- / /_/ / __/ / __/ |/ |/ /
:belew.mozilla.org 372 fxtest19 :- /_.___/\___/_/\___/|__/|__/
:belew.mozilla.org 372 fxtest19 :-
:belew.mozilla.org 372 fxtest19 :-
:belew.mozilla.org 372 fxtest19 :- M O Z I L L A D O T O R G
:belew.mozilla.org 372 fxtest19 :- https://www.mozilla.org/
:belew.mozilla.org 372 fxtest19 :-
:belew.mozilla.org 372 fxtest19 :- =================================================================
:belew.mozilla.org 372 fxtest19 :- This server is for use by Mozilla developers, testers, and
:belew.mozilla.org 372 fxtest19 :- users. If you are not one, please find another server.
:belew.mozilla.org 372 fxtest19 :-
:belew.mozilla.org 372 fxtest19 :- NOTICE: Your IP address will be portscanned by our open
:belew.mozilla.org 372 fxtest19 :- proxy tester. See https://wiki.mozilla.org/IRC for details.
:belew.mozilla.org 372 fxtest19 :-
:belew.mozilla.org 372 fxtest19 :- =================================================================
:belew.mozilla.org 372 fxtest19 :- Project information:
:belew.mozilla.org 372 fxtest19 :- Firefox https://support.mozilla.org/
:belew.mozilla.org 372 fxtest19 :- Mobile https://support.mozilla.org/mobile
:belew.mozilla.org 372 fxtest19 :- Thunderbird https://support.mozilla.org/products/thunderbird
:belew.mozilla.org 372 fxtest19 :- Boot2Gecko (FirefoxOS) https://support.mozilla.org/products/firefox-os
:belew.mozilla.org 372 fxtest19 :- Webmaker https://support.mozilla.org/products/webmaker
:belew.mozilla.org 372 fxtest19 :-
:belew.mozilla.org 372 fxtest19 :- Help for new contributors:
:belew.mozilla.org 372 fxtest19 :- https://developer.mozilla.org/Introduction
:belew.mozilla.org 372 fxtest19 :-
:belew.mozilla.org 372 fxtest19 :- =================================================================
:belew.mozilla.org 372 fxtest19 :- Ports:
:belew.mozilla.org 372 fxtest19 :- Non-SSL: 6665 - 6669
:belew.mozilla.org 372 fxtest19 :- SSL: 6697, 8443
:belew.mozilla.org 372 fxtest19 :- =================================================================
:belew.mozilla.org 372 fxtest19 :-
:belew.mozilla.org 372 fxtest19 :- For a list of other helpful channels please visit
:belew.mozilla.org 372 fxtest19 :- https://wiki.mozilla.org/IRC or use the /list command.
:belew.mozilla.org 372 fxtest19 :- Additional help with IRC at http://www.irchelp.org/
:belew.mozilla.org 372 fxtest19 :-
:belew.mozilla.org 376 fxtest19 :End of message of the day.
:belew.mozilla.org 251 fxtest19 :There are 4152 users and 844 invisible on 4 servers
:belew.mozilla.org 252 fxtest19 12 :operator(s) online
:belew.mozilla.org 253 fxtest19 1 :unknown connections
:belew.mozilla.org 254 fxtest19 1880 :channels formed
:belew.mozilla.org 255 fxtest19 :I have 1656 clients and 2 servers
:belew.mozilla.org 265 fxtest19 :Current Local Users: 1656 Max: 1820
:belew.mozilla.org 266 fxtest19 :Current Global Users: 4996 Max: 5308
:belew.mozilla.org 396 fxtest19 moz-8i38gl.scl3.mozilla.com :is now your displayed host
:fxtest19!fxtest19@moz-8i38gl.scl3.mozilla.com MODE fxtest19 +x
:belew.mozilla.org NOTICE fxtest19 :*** You are connected using SSL cipher "DHE-RSA-AES-256-CBC-SHA256"
+ echo 'JOIN #fx-test-alerts'
+ echo 'NOTICE #fx-test-alerts :Project socorro.pipeline.adhoc build #19: FAILURE: http://webqa-ci-staging1.qa.scl3.mozilla.com:8080/job/socorro.pipeline.adhoc/19/'
+ echo QUIT
DONE
[Pipeline] }
[Pipeline] // node
[Pipeline] mail
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] node
Running on master in /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] sh
[workspace] Running shell script
+ mkdir results
[Pipeline] dir
Running in /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/results
[Pipeline] {
[Pipeline] unstash
[Pipeline] }
[Pipeline] // dir
[Pipeline] publishHTML
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/results to /var/lib/jenkins/jobs/socorro.pipeline.adhoc/builds/19/htmlreports/HTML_Report
ERROR: Directory '/var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/results' exists but failed copying to '/var/lib/jenkins/jobs/socorro.pipeline.adhoc/builds/19/htmlreports/HTML_Report'.
[Pipeline] step
Recording test results
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 0s
ERROR: No test report files were found. Configuration error?
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment