Project Number Date
test_Tails_ISO_20267-webtunnel 2 09 Jul 2025, 09:45

Failures Overview

The following summary displays scenarios that failed.

Feature: Time syncing
2:24.936
Scenario I can manually recover from time sync failure when connecting automatically to obfs4 bridges with a clock East of UTC
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Before features/support/hooks.rb:507 0.003
Steps
Given I have started Tails from DVD without network and logged in 9.532
When I bump the system time with "+8 hours +15 minutes" 0.347
And all notifications have disappeared 4.447
And I capture all network traffic 0.004
And I make sure time sync before Tor connects fails 0.129
And the network is plugged 0.134
And the Tor Connection Assistant autostarts 2.812
When I configure the default bridges in the Tor Connection Assistant in easy mode without connecting 6.198
And I click "Connect to Tor" 1.228
And the Tor Connection Assistant fails to connect to Tor 2:0.101
Expected TCAConnectionFailure to be raised but got TCAConnectionTimeout: Timed out while waiting for TCA to connect to Tor (RuntimeError)
./features/step_definitions/tor.rb:427:in `rescue in block in <top (required)>'
./features/step_definitions/tor.rb:422:in `/^the Tor Connection Assistant fails to connect to Tor$/'
features/time_syncing.feature:72:in `And the Tor Connection Assistant fails to connect to Tor'
# The "Fix Clock" button allows users to recover from this bug
Then I set the time zone in Tor Connection to "Asia/Shanghai" 0.000
Then the system clock is less than 20 minutes incorrect 0.000
When I click "Connect to Tor" 0.000
Then I wait until Tor is ready 0.000
And all Internet traffic has only flowed through the default bridges or fake connectivity check service 0.000
# check that htpdate has done its job
And the system clock is less than 5 minutes incorrect 0.000
After features/support/hooks.rb:515 0.036
After features/support/hooks.rb:330 5.040

SCENARIO FAILED: 'I can manually recover from time sync failure when connecting automatically to obfs4 bridges with a clock East of UTC' (at time 00:20:48)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:20:48_I_can_manually_recover_from_time_sync_failure_when_connecting_automatically_to_obfs4_bridges_with_a_clock_East_of_UTC.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:20:48_I_can_manually_recover_from_time_sync_failure_when_connecting_automatically_to_obfs4_bridges_with_a_clock_East_of_UTC.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:20:48_I_can_manually_recover_from_time_sync_failure_when_connecting_automatically_to_obfs4_bridges_with_a_clock_East_of_UTC.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:20:48_I_can_manually_recover_from_time_sync_failure_when_connecting_automatically_to_obfs4_bridges_with_a_clock_East_of_UTC.journal

After features/support/hooks.rb:100 0.055
Tags: @product
2:5.795
Scenario TCA can scan QR code after a connection failure
Steps
Given the Tor network and default bridges are blocked 2.856
When I unsuccessfully configure a direct connection in the Tor Connection Assistant 2:2.938
Expected TCAConnectionFailure to be raised but got TCAConnectionTimeout: Timed out while waiting for TCA to connect to Tor (RuntimeError)
./features/step_definitions/tor.rb:760:in `rescue in block in <top (required)>'
./features/step_definitions/tor.rb:755:in `/^I unsuccessfully configure (a direct connection|some .* bridges) in the Tor Connection Assistant$/'
features/tor_bridges.feature:36:in `When I unsuccessfully configure a direct connection in the Tor Connection Assistant'
Then the Tor Connection Assistant reports that it failed to connect 0.000
And tca.conf is empty 0.000
Given I scan a QR code from the error page in Tor Connection Assistant 0.000
And I retry connecting to Tor 0.000
Then I wait until Tor is ready 0.000
And tca.conf includes the configured bridges 0.000
And available upgrades have been checked 0.000
And all Internet traffic has only flowed through the configured bridges or connectivity check service 0.000
After features/support/hooks.rb:330 4.962

SCENARIO FAILED: 'TCA can scan QR code after a connection failure' (at time 00:26:31)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:26:31_TCA_can_scan_QR_code_after_a_connection_failure.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:26:31_TCA_can_scan_QR_code_after_a_connection_failure.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:26:31_TCA_can_scan_QR_code_after_a_connection_failure.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:26:31_TCA_can_scan_QR_code_after_a_connection_failure.journal

After features/support/hooks.rb:100 0.042
2:7.036
Scenario Default Tor bridges
Steps
When I configure the default bridges in the Tor Connection Assistant 2:7.036
Timed out while waiting for TCA to connect to Tor (TCAConnectionTimeout)
./features/support/helpers/misc_helpers.rb:145:in `rescue in try_for'
./features/support/helpers/misc_helpers.rb:51:in `try_for'
./features/step_definitions/tor.rb:394:in `/^the Tor Connection Assistant connects to Tor$/'
./features/step_definitions/tor.rb:503:in `tca_configure'
./features/step_definitions/tor.rb:628:in `/^I configure (?:some|the) (persistent )?(\w+) bridges (from a QR code )?in the Tor Connection Assistant(?: in (easy|hide) mode)?( without connecting|)$/'
features/tor_bridges.feature:48:in `When I configure the default bridges in the Tor Connection Assistant'
Then I wait until Tor is ready 0.000
And Tor is configured to use the default bridges 0.000
And tca.conf includes no bridge 0.000
And available upgrades have been checked 0.000
And Tor is configured to use the default bridges 0.000
And all Internet traffic has only flowed through the default bridges or connectivity check service 0.000
After features/support/hooks.rb:330 5.407

SCENARIO FAILED: 'Default Tor bridges' (at time 00:28:56)

Chutney logs: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:28:56_Default_Tor_bridges_chutney-data

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:28:56_Default_Tor_bridges.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:28:56_Default_Tor_bridges.png

Tor logs: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:28:56_Default_Tor_bridges.tor

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:28:56_Default_Tor_bridges.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:28:56_Default_Tor_bridges.journal

After features/support/hooks.rb:100 0.043
Tags: @product
2:5.130
Scenario Fall back to default bridges if failing to connect directly to the Tor network
Steps
Given the Tor network is blocked 2.228
When I configure a direct connection in the Tor Connection Assistant 2:2.902
Timed out while waiting for TCA to connect to Tor (TCAConnectionTimeout)
./features/support/helpers/misc_helpers.rb:145:in `rescue in try_for'
./features/support/helpers/misc_helpers.rb:51:in `try_for'
./features/step_definitions/tor.rb:394:in `/^the Tor Connection Assistant connects to Tor$/'
./features/step_definitions/tor.rb:503:in `tca_configure'
./features/step_definitions/tor.rb:512:in `/^I configure a direct connection in the Tor Connection Assistant$/'
features/tor_bridges.feature:58:in `When I configure a direct connection in the Tor Connection Assistant'
Then I wait until Tor is ready 0.000
And tca.conf includes no bridge 0.000
And available upgrades have been checked 0.000
And Tor is configured to use the default bridges 0.000
And all Internet traffic has only flowed through the default bridges or connectivity check service 0.000
After features/support/hooks.rb:330 5.768

SCENARIO FAILED: 'Fall back to default bridges if failing to connect directly to the Tor network' (at time 00:31:19)

Chutney logs: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:31:19_Fall_back_to_default_bridges_if_failing_to_connect_directly_to_the_Tor_network_chutney-data

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:31:19_Fall_back_to_default_bridges_if_failing_to_connect_directly_to_the_Tor_network.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:31:19_Fall_back_to_default_bridges_if_failing_to_connect_directly_to_the_Tor_network.png

Tor logs: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:31:19_Fall_back_to_default_bridges_if_failing_to_connect_directly_to_the_Tor_network.tor

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:31:19_Fall_back_to_default_bridges_if_failing_to_connect_directly_to_the_Tor_network.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:31:19_Fall_back_to_default_bridges_if_failing_to_connect_directly_to_the_Tor_network.journal

After features/support/hooks.rb:100 0.042
Tags: @product
2:4.757
Scenario TCA can reconnect after a connection failure
Steps
Given the Tor network and default bridges are blocked 2.152
When I unsuccessfully configure a direct connection in the Tor Connection Assistant 2:2.604
Expected TCAConnectionFailure to be raised but got TCAConnectionTimeout: Timed out while waiting for TCA to connect to Tor (RuntimeError)
./features/step_definitions/tor.rb:760:in `rescue in block in <top (required)>'
./features/step_definitions/tor.rb:755:in `/^I unsuccessfully configure (a direct connection|some .* bridges) in the Tor Connection Assistant$/'
features/tor_bridges.feature:67:in `When I unsuccessfully configure a direct connection in the Tor Connection Assistant'
Then the Tor Connection Assistant reports that it failed to connect 0.000
And tca.conf is empty 0.000
Given the Tor network and default bridges are unblocked 0.000
And I retry connecting to Tor 0.000
Then I wait until Tor is ready 0.000
And tca.conf includes no bridge 0.000
And available upgrades have been checked 0.000
And all Internet traffic has only flowed through Tor or connectivity check service 0.000
After features/support/hooks.rb:330 5.926

SCENARIO FAILED: 'TCA can reconnect after a connection failure' (at time 00:33:45)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:33:45_TCA_can_reconnect_after_a_connection_failure.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:33:45_TCA_can_reconnect_after_a_connection_failure.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:33:45_TCA_can_reconnect_after_a_connection_failure.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:33:45_TCA_can_reconnect_after_a_connection_failure.journal

After features/support/hooks.rb:100 0.047
Tags: @product
8.445
Scenario Normal bridges are not allowed in "Hide" mode
Steps
When I try to configure some normal bridges in the Tor Connection Assistant in hide mode 8.445
Expected TCAForbiddenBridgeType to be raised but got Timeout::Error: try_for() timeout expired (RuntimeError)
./features/step_definitions/tor.rb:772:in `rescue in block in <top (required)>'
./features/step_definitions/tor.rb:767:in `/^I try to configure some normal bridges in the Tor Connection Assistant in hide mode$/'
features/tor_bridges.feature:78:in `When I try to configure some normal bridges in the Tor Connection Assistant in hide mode'
Then the Tor Connection Assistant complains that normal bridges are not allowed 0.000
And I cannot click the "Connect to Tor" button 0.000
After features/support/hooks.rb:330 5.301

SCENARIO FAILED: 'Normal bridges are not allowed in "Hide" mode' (at time 00:34:12)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:34:12_Normal_bridges_are_not_allowed_in__Hide__mode.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:34:12_Normal_bridges_are_not_allowed_in__Hide__mode.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:34:12_Normal_bridges_are_not_allowed_in__Hide__mode.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:34:12_Normal_bridges_are_not_allowed_in__Hide__mode.journal

After features/support/hooks.rb:100 0.058
Tags: @product
2:22.913
Scenario Reconnecting from an unblocked network to a blocked network displays an error
Steps
Given I configure a direct connection in the Tor Connection Assistant 8.973
And I wait until Tor is ready 4.971
And I disconnect the network through GNOME 4.210
And the Tor network and default bridges are blocked 1.869
When I connect the network through GNOME 2.886
Then the Tor Connection Assistant reports that it failed to connect 2:0.002
try_for() timeout expired
Last ignored exception was: Dogtail::Failure: The Dogtail init script raised: SearchError: descendent of [application | Tor Connection]: child with name="Error connecting to Tor" roleName='label'
STDOUT:

STDERR:


./features/support/helpers/dogtail.rb:93:in `run'
./features/support/helpers/dogtail.rb:339:in `initialize'
./features/support/helpers/dogtail.rb:268:in `new'
./features/support/helpers/dogtail.rb:268:in `call_tree_api_method'
./features/support/helpers/dogtail.rb:276:in `child'
./features/step_definitions/tor.rb:814:in `block (2 levels) in <top (required)>'
./features/support/helpers/misc_helpers.rb:78:in `block (2 levels) in try_for'
./features/support/helpers/misc_helpers.rb:66:in `loop'
./features/support/helpers/misc_helpers.rb:66:in `block in try_for'
./features/support/helpers/misc_helpers.rb:65:in `try_for'
./features/step_definitions/tor.rb:813:in `block in <top (required)>' (Timeout::Error)
./features/support/helpers/misc_helpers.rb:145:in `rescue in try_for'
./features/support/helpers/misc_helpers.rb:51:in `try_for'
./features/step_definitions/tor.rb:813:in `/^the Tor Connection Assistant reports that it failed to connect$/'
features/tor_bridges.feature:100:in `Then the Tor Connection Assistant reports that it failed to connect'
After features/support/hooks.rb:330 12.820

SCENARIO FAILED: 'Reconnecting from an unblocked network to a blocked network displays an error' (at time 00:37:40)

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:37:40_Reconnecting_from_an_unblocked_network_to_a_blocked_network_displays_an_error.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:37:40_Reconnecting_from_an_unblocked_network_to_a_blocked_network_displays_an_error.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:37:40_Reconnecting_from_an_unblocked_network_to_a_blocked_network_displays_an_error.journal

After features/support/hooks.rb:100 0.051
Tags: @product
2:10.547
Scenario Tor Connection honors my choice of using default bridges on retry, too
Steps
Given the Tor network and default bridges are blocked 3.893
When I unsuccessfully configure some default bridges in the Tor Connection Assistant 2:6.654
Expected TCAConnectionFailure to be raised but got TCAConnectionTimeout: Timed out while waiting for TCA to connect to Tor (RuntimeError)
./features/step_definitions/tor.rb:760:in `rescue in block in <top (required)>'
./features/step_definitions/tor.rb:755:in `/^I unsuccessfully configure (a direct connection|some .* bridges) in the Tor Connection Assistant$/'
features/tor_bridges.feature:104:in `When I unsuccessfully configure some default bridges in the Tor Connection Assistant'
Then the Tor Connection Assistant reports that it failed to connect 0.000
Given the Tor network and default bridges are unblocked 0.000
When I click "Connect to Tor" 0.000
Then I wait until Tor is ready 0.000
And Tor is configured to use the default bridges 0.000
And all Internet traffic has only flowed through the default bridges or connectivity check service 0.000
After features/support/hooks.rb:330 5.117

SCENARIO FAILED: 'Tor Connection honors my choice of using default bridges on retry, too' (at time 00:40:16)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:40:16_Tor_Connection_honors_my_choice_of_using_default_bridges_on_retry,_too.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:40:16_Tor_Connection_honors_my_choice_of_using_default_bridges_on_retry,_too.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:40:16_Tor_Connection_honors_my_choice_of_using_default_bridges_on_retry,_too.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/00:40:16_Tor_Connection_honors_my_choice_of_using_default_bridges_on_retry,_too.journal

After features/support/hooks.rb:100 0.062
Tags: @product
2:8.538
Scenario I can use a network with captive portal
Steps
Given the Tor network and default bridges are blocked 1.763
And the network is plugged 0.072
And I make sure time sync before Tor connects indicates a captive portal 1.212
And the Tor Connection Assistant autostarts 1.839
When I choose to connect to Tor automatically 2.399
And I click "Connect to Tor" 1.247
Then the Tor Connection Assistant fails to connect to Tor 2:0.002
Expected TCAConnectionFailure to be raised but got TCAConnectionTimeout: Timed out while waiting for TCA to connect to Tor (RuntimeError)
./features/step_definitions/tor.rb:427:in `rescue in block in <top (required)>'
./features/step_definitions/tor.rb:422:in `/^the Tor Connection Assistant fails to connect to Tor$/'
features/tor_connection.feature:57:in `Then the Tor Connection Assistant fails to connect to Tor'
And the Tor Connection Assistant knows that it's not the time sync that failed 0.000
And the Tor Connection Assistant knows that there might be a captive portal 0.000
When I open the Unsafe Browser from Tor Connection 0.000
And I log-in to the Captive Portal 0.000
And I close the Unsafe Browser 0.000
And the Tor network and default bridges are unblocked 0.000
And I allow time sync before Tor connects to work again 0.000
And I click "Connect to Tor" 0.000
Then I wait until Tor is ready 0.000
After features/support/hooks.rb:330 5.068

SCENARIO FAILED: 'I can use a network with captive portal' (at time 04:47:28)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/04:47:28_I_can_use_a_network_with_captive_portal.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/04:47:28_I_can_use_a_network_with_captive_portal.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/04:47:28_I_can_use_a_network_with_captive_portal.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/04:47:28_I_can_use_a_network_with_captive_portal.journal

After features/support/hooks.rb:100 0.001
Tags: @product @doc
1:43.598
Scenario Anti test: Detecting TCP leaks from the Unsafe Browser with the firewall leak detector
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Steps
Given I have started Tails from DVD and logged in and the network is connected 13.068
And I capture all network traffic 0.005
When I successfully start the Unsafe Browser 19.753
And I open the Tails homepage in the Unsafe Browser 10.502
And the Tails homepage loads in the Unsafe Browser 1:0.268
cannot find TailsHomepage.png on the screen (FindFailed)
./features/support/helpers/screen.rb:181:in `rescue in wait'
./features/support/helpers/screen.rb:165:in `wait'
./features/step_definitions/browser.rb:316:in `/^the Tails homepage loads in the Unsafe Browser$/'
features/tor_enforcement.feature:21:in `And the Tails homepage loads in the Unsafe Browser'
Then the firewall leak detector has detected leaks 0.000
After features/support/hooks.rb:330 5.423

SCENARIO FAILED: 'Anti test: Detecting TCP leaks from the Unsafe Browser with the firewall leak detector' (at time 04:49:31)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/04:49:31_Anti_test:_Detecting_TCP_leaks_from_the_Unsafe_Browser_with_the_firewall_leak_detector.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/04:49:31_Anti_test:_Detecting_TCP_leaks_from_the_Unsafe_Browser_with_the_firewall_leak_detector.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/04:49:31_Anti_test:_Detecting_TCP_leaks_from_the_Unsafe_Browser_with_the_firewall_leak_detector.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/04:49:31_Anti_test:_Detecting_TCP_leaks_from_the_Unsafe_Browser_with_the_firewall_leak_detector.journal

After features/support/hooks.rb:100 0.041
Tags: @product @doc
1:55.310
Scenario The Unsafe Browser can load a web page from the Internet
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.008
Steps
Given I have started Tails from DVD and logged in and the network is connected 16.751
When I successfully start the Unsafe Browser 21.810
When I open the Tails homepage in the Unsafe Browser 16.622
Then the Tails homepage loads in the Unsafe Browser 1:0.126
cannot find TailsHomepage.png on the screen (FindFailed)
./features/support/helpers/screen.rb:181:in `rescue in wait'
./features/support/helpers/screen.rb:165:in `wait'
./features/step_definitions/browser.rb:316:in `/^the Tails homepage loads in the Unsafe Browser$/'
features/unsafe_browser.feature:39:in `Then the Tails homepage loads in the Unsafe Browser'
And the Unsafe Browser has sent packets out to the Internet 0.000
After features/support/hooks.rb:330 6.004

SCENARIO FAILED: 'The Unsafe Browser can load a web page from the Internet' (at time 05:24:19)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/05:24:19_The_Unsafe_Browser_can_load_a_web_page_from_the_Internet.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/05:24:19_The_Unsafe_Browser_can_load_a_web_page_from_the_Internet.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/05:24:19_The_Unsafe_Browser_can_load_a_web_page_from_the_Internet.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20267-webtunnel/2/artifact/build-artifacts/05:24:19_The_Unsafe_Browser_can_load_a_web_page_from_the_Internet.journal

After features/support/hooks.rb:100 0.000