Test suite: builds aborted due to Jenkins timeout show no summary
Originally created by @CyrilBrulebois on #17678 (Redmine)
Possibly due to ongoing networking issues, this build was aborted: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/2324/
Here’s the tail of the log:
@product
Feature: Browsing the web using the Tor Browser
As a Tails user
when I browse the web using the Tor Browser
all Internet traffic should flow only through Tor
Scenario: The Tor Browser cannot access the LAN # features/torified_browsing.feature:7
Given I have started Tails from DVD and logged in and the network is connected # features/step_definitions/snapshots.rb:170
And a web server is running on the LAN # features/step_definitions/common_steps.rb:834
And I capture all network traffic # features/step_definitions/common_steps.rb:107
Build timed out (after 60 minutes). Marking the build as failed.
Build was aborted
[PostBuildScript] - [INFO] Executing post build scripts.
Returning node parameter for isotester3
Triggering projects: keep_node_busy_during_cleanup
[test_Tails_ISO_stable] $ /bin/sh -xe /tmp/jenkins8434305340889444262.sh
+ sleep 30
[test_Tails_ISO_stable] $ /bin/sh -xe /tmp/jenkins7792186801622141263.sh
+ /usr/local/bin/post_test_cleanup /var/lib/jenkins/workspace/test_Tails_ISO_stable /tmp/TailsToaster
+ WORKSPACE=/var/lib/jenkins/workspace/test_Tails_ISO_stable
+ TEMP_DIR=/tmp/TailsToaster
+ [ ! -z /var/lib/jenkins/workspace/test_Tails_ISO_stable ]
+ [ ! -z /tmp/TailsToaster ]
+ [ -d /var/lib/jenkins/workspace/test_Tails_ISO_stable ]
+ [ -d /tmp/TailsToaster ]
+ sudo -n chown -R jenkins /tmp/TailsToaster/TailsToasterStorage /tmp/TailsToaster/already_run /tmp/TailsToaster/chutney-data /tmp/TailsToaster/debug_log_pseudo_fifo /tmp/TailsToaster/last_opencv_match.png /tmp/TailsToaster/no-network-logged-in-snapshot.memstate /tmp/TailsToaster/pulse-PKdhtXMmr18n /tmp/TailsToaster/run-2020-05-04_17:45:38_+0000-git_4.6_67f5651-tz0JkB /tmp/TailsToaster/sniffer.pcap /tmp/TailsToaster/tails-greeter-snapshot.memstate /tmp/TailsToaster/with-network-logged-in-snapshot.memstate
+ mkdir -p /var/lib/jenkins/workspace/test_Tails_ISO_stable/build-artifacts
+ find /tmp/TailsToaster ( -type d -a -name sikuli_candidates ) -print0
+ xargs --null --no-run-if-empty mv --target-directory=/var/lib/jenkins/workspace/test_Tails_ISO_stable/build-artifacts/
+ + xargs --null --no-run-if-empty cp -r --target-directory=/var/lib/jenkins/workspace/test_Tails_ISO_stable/build-artifacts/
find /tmp/TailsToaster ( -name *.png -o -name *.mkv -o -name *.pcap -o -name debug.log -o -name cucumber.json -o -name *_chutney-data -o -name *.htpdate -o -name *.journal -o -name *.tor ) -print0
+ sudo -n rm -rf /tmp/TailsToaster/TailsToasterStorage /tmp/TailsToaster/already_run /tmp/TailsToaster/chutney-data /tmp/TailsToaster/debug_log_pseudo_fifo /tmp/TailsToaster/last_opencv_match.png /tmp/TailsToaster/no-network-logged-in-snapshot.memstate /tmp/TailsToaster/pulse-PKdhtXMmr18n /tmp/TailsToaster/run-2020-05-04_17:45:38_+0000-git_4.6_67f5651-tz0JkB /tmp/TailsToaster/sniffer.pcap /tmp/TailsToaster/tails-greeter-snapshot.memstate /tmp/TailsToaster/with-network-logged-in-snapshot.memstate
Archiving artifacts
[CucumberReport] Using Cucumber Reports version 4.10.0
[CucumberReport] JSON report directory is "build-artifacts"
[CucumberReport] Copied 1 json files from workspace "/var/lib/jenkins/workspace/test_Tails_ISO_stable/build-artifacts" to reports directory "/var/lib/jenkins/jobs/test_Tails_ISO_stable/builds/2324/cucumber-html-reports/.cache"
[CucumberReport] Copied 0 properties files from workspace "/var/lib/jenkins/workspace/test_Tails_ISO_stable/build-artifacts" to reports directory "/var/lib/jenkins/jobs/test_Tails_ISO_stable/builds/2324/cucumber-html-reports/.cache"
[CucumberReport] Processing 1 json files:
[CucumberReport] /var/lib/jenkins/jobs/test_Tails_ISO_stable/builds/2324/cucumber-html-reports/.cache/cucumber.json
[CucumberReport] Missing report result - report was not successfully completed
[CucumberReport] Build status is left unchanged
Sending e-mails to: tails-rm@boum.org
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] done
Triggering a new build of reboot_node
Finished: FAILURE
It’s a little sad to see no stats regarding how many tests were actually run, and how many succeeded/failed. Meaning one gets to dive into/grep the logs to figure that out.
Depending on how many times we’re going to experience such issues, it might be nice to try and see if we can get some stats when exiting after such a timeout.
Edited by intrigeri