Skip to content

Instantly share code, notes, and snippets.

@stephendonner
Created February 9, 2017 08:02
Show Gist options
  • Save stephendonner/289cb2544d58d6c2399b39f1bfd3bf06 to your computer and use it in GitHub Desktop.
Save stephendonner/289cb2544d58d6c2399b39f1bfd3bf06 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 0c8bd3d343eaf7fbc132f637877b13d692d6cda3 (origin/tox)
> /usr/local/git/bin/git config core.sparsecheckout # timeout=10
> /usr/local/git/bin/git checkout -f 0c8bd3d343eaf7fbc132f637877b13d692d6cda3
> /usr/local/git/bin/git rev-list 174a0c99fb1912499be39bd3bcffe9c9cdfcdb42 # 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 0c8bd3d343eaf7fbc132f637877b13d692d6cda3 (origin/tox)
> /usr/local/git/bin/git config core.sparsecheckout # timeout=10
> /usr/local/git/bin/git checkout -f 0c8bd3d343eaf7fbc132f637877b13d692d6cda3
[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='3605841056'
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='4182025894'
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
[gw0] Python 2.7.9 (default, Apr 7 2015, 17:34:09) -- [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
[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)]
[gw4] 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)]
[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)]
[gw9] 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)]
[gw10] 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)]
[gw13] 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)]
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[Firefox]
tests/test_api.py::TestAPI::test_public_api_navigation
tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[Thunderbird]
tests/test_api.py::TestAPI::test_supersearch_fields
tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[SeaMonkey]
tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[FennecAndroid]
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_crash_reports.py::TestCrashReports::test_that_top_crasher_filter_all_return_results
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_plugin_return_results
tests/test_crash_reports.py::TestCrashReports::test_that_top_crasher_filter_browser_return_results
tests/test_api.py::TestAPI::test_platforms
tests/test_api.py::TestAPI::test_crontabber
[gw5] PASSED tests/test_api.py::TestAPI::test_supersearch_fields
tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[Thunderbird]
[gw12] PASSED tests/test_api.py::TestAPI::test_platforms
tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[SeaMonkey]
[gw14] PASSED tests/test_api.py::TestAPI::test_crontabber
tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[FennecAndroid]
[gw8] PASSED tests/test_api.py::TestAPI::test_public_api_navigation
tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[Firefox]
[gw6] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[Firefox]
tests/test_crash_reports.py::TestCrashReports::test_top_crasher_reports_tab_has_uuid_report
[gw13] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crasher_filter_all_return_results
[gw0] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[SeaMonkey]
[gw10] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[Thunderbird]
tests/test_layout.py::TestSuperSearchLayout::test_search_change_facet
[gw9] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_reports_form_has_same_product[FennecAndroid]
[gw7] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[SeaMonkey]
[gw11] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[Thunderbird]
[gw1] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crasher_filter_plugin_return_results
[gw3] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[Firefox]
[gw2] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crasher_filter_browser_return_results
[gw4] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_current_version_selected_in_top_crashers_header[FennecAndroid]
[gw12] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[SeaMonkey]
[gw5] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[Thunderbird]
[gw14] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[FennecAndroid]
[gw8] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_top_crashers_reports_links_work[Firefox]
[gw6] PASSED tests/test_crash_reports.py::TestCrashReports::test_top_crasher_reports_tab_has_uuid_report
[gw13] PASSED tests/test_layout.py::TestSuperSearchLayout::test_search_change_facet
tests/test_search.py::TestSearchForSpecificResults::test_selecting_one_version_doesnt_show_other_versions
tests/test_smoke_tests.py::TestSmokeTests::test_that_bugzilla_link_contain_current_site
tests/test_search.py::TestSuperSearch::test_search_with_multiple_lines
[gw5] SKIPPED tests/test_search.py::TestSuperSearch::test_search_with_multiple_lines
tests/test_crash_reports.py::TestCrashReports::test_that_only_plugin_reports_have_plugin_icon
tests/test_layout.py::TestLayout::test_that_products_are_sorted_correctly
tests/test_smoke_tests.py::TestSmokeTests::test_that_exploitable_crash_report_not_displayed_for_not_logged_in_users
tests/test_search.py::TestSuperSearch::test_search_with_one_line
tests/test_layout.py::TestSuperSearchLayout::test_search_change_column
tests/test_crash_reports.py::TestCrashReports::test_that_lowest_version_topcrashers_do_not_return_errors
tests/test_crash_reports.py::TestCrashReports::test_that_7_days_is_selected_default_for_nightlies
tests/test_crash_reports.py::TestCrashReports::test_that_only_browser_reports_have_browser_icon
tests/test_search.py::TestSearchForSpecificResults::test_search_for_valid_signature
tests/test_layout.py::TestSuperSearchLayout::test_super_search_page_is_loaded
tests/test_search.py::TestSuperSearch::test_search_for_unrealistic_data
[gw2] SKIPPED tests/test_search.py::TestSuperSearch::test_search_for_unrealistic_data
tests/test_smoke_tests.py::TestSmokeTests::test_non_privileged_accounts_cannot_view_exploitable_crash_reports
[gw13] SKIPPED tests/test_smoke_tests.py::TestSmokeTests::test_non_privileged_accounts_cannot_view_exploitable_crash_reports
[gw11] xfail tests/test_layout.py::TestLayout::test_that_products_are_sorted_correctly
[gw8] PASSED tests/test_smoke_tests.py::TestSmokeTests::test_that_bugzilla_link_contain_current_site
[gw6] PASSED tests/test_smoke_tests.py::TestSmokeTests::test_that_exploitable_crash_report_not_displayed_for_not_logged_in_users
[gw10] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_7_days_is_selected_default_for_nightlies
[gw1] PASSED tests/test_search.py::TestSuperSearch::test_search_with_one_line
[gw12] PASSED tests/test_search.py::TestSearchForSpecificResults::test_search_for_valid_signature
[gw7] PASSED tests/test_layout.py::TestSuperSearchLayout::test_super_search_page_is_loaded
[gw14] PASSED tests/test_search.py::TestSearchForSpecificResults::test_selecting_one_version_doesnt_show_other_versions
[gw0] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_only_browser_reports_have_browser_icon
[gw3] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_lowest_version_topcrashers_do_not_return_errors
[gw9] PASSED tests/test_crash_reports.py::TestCrashReports::test_that_only_plugin_reports_have_plugin_icon
[gw4] 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:33: Bug 1333577 failing consistently due to an incorrect locator
SKIP [1] tests/test_smoke_tests.py:33: TODO: Persona is being deprecated - move test to Google Accounts
SKIP [1] tests/test_search.py:11: TODO: Update to work with the new date picker
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 102.75 seconds ===============
___________________________________ summary ____________________________________
tests: commands succeeded
congratulations :)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // wrap
[Pipeline] stash
Stashed 9 file(s)
[Pipeline] stash
Warning: overwriting stash ‘tests’
Stashed 9 file(s)
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] node
Running on master in /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] unstash
[Pipeline] publishHTML
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level /var/lib/jenkins/jobs/socorro.pipeline.adhoc/workspace/e2e-tests/results to /var/lib/jenkins/jobs/socorro.pipeline.adhoc/builds/28/htmlreports/HTML_Report
[Pipeline] step
Recording test results
[Pipeline] step
Archiving artifacts
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment