Project Number Date
test_Tails_ISO_20263-test-suite-without-spice 19 26 Mar 2025, 02:43

Failures Overview

The following summary displays scenarios that failed.

5:5.206
Scenario My Additional Software list is configurable through a GUI or through notifications when I install or remove packages with APT or Synaptic
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Before features/support/hooks.rb:511 0.004
Steps
Given a computer 0.239
And I start Tails from USB drive "__internal" and I login with persistence enabled and an administration password 3:18.016
When I uninstall "popularity-contest" using apt 21.754
And I accept removing "popularity-contest" from Additional Software 0.612
Then "popularity-contest" is not in the list of Additional Software 0.735
When I start Synaptic 25.162
And I update APT using Synaptic 21.806
And I install "cowsay" using Synaptic 9.546
And I accept adding "cowsay" to Additional Software 0.969
Then Additional Software is correctly configured for package "cowsay" 0.741
When I uninstall "cowsay" using apt 3.243
And I refuse removing "cowsay" from Additional Software 0.580
Then Additional Software is correctly configured for package "cowsay" 0.784
When I start "Additional Software" via GNOME Activities Overview 21.013
cannot find GnomeActivitiesOverviewSearch.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/common_steps.rb:1101:in `/^I start "([^"]+)" via GNOME Activities Overview$/'
features/additional_software_packages.feature:67:in `When I start "Additional Software" via GNOME Activities Overview'
And I remove "cowsay" from the list of Additional Software using Additional Software GUI 0.000
Then "cowsay" is not in the list of Additional Software 0.000
When I install "cowsay" using apt 0.000
And I refuse adding "cowsay" to Additional Software 0.000
Then "cowsay" is not in the list of Additional Software 0.000
After features/support/hooks.rb:519 0.049
After features/support/hooks.rb:330 5.748

SCENARIO FAILED: 'My Additional Software list is configurable through a GUI or through notifications when I install or remove packages with APT or Synaptic' (at time 01:13:38)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:13:38_My_Additional_Software_list_is_configurable_through_a_GUI_or_through_notifications_when_I_install_or_remove_packages_with_APT_or_Synaptic.file_content_var_log_boot.log

Content of /run/live-additional-software/log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:13:38_My_Additional_Software_list_is_configurable_through_a_GUI_or_through_notifications_when_I_install_or_remove_packages_with_APT_or_Synaptic.file_content_run_live-additional-software_log

Output of ls -la --full-time /live/persistence/tailsdata_unlocked: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:13:38_My_Additional_Software_list_is_configurable_through_a_GUI_or_through_notifications_when_I_install_or_remove_packages_with_APT_or_Synaptic.cmd_output_persistent_volume

Output of ls -lar --full-time /var/cache/apt: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:13:38_My_Additional_Software_list_is_configurable_through_a_GUI_or_through_notifications_when_I_install_or_remove_packages_with_APT_or_Synaptic.cmd_output_var_cache_apt

Output of ls -lar --full-time /var/lib/apt: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:13:38_My_Additional_Software_list_is_configurable_through_a_GUI_or_through_notifications_when_I_install_or_remove_packages_with_APT_or_Synaptic.cmd_output_var_lib_apt

Output of mount: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:13:38_My_Additional_Software_list_is_configurable_through_a_GUI_or_through_notifications_when_I_install_or_remove_packages_with_APT_or_Synaptic.cmd_output_mount

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:13:38_My_Additional_Software_list_is_configurable_through_a_GUI_or_through_notifications_when_I_install_or_remove_packages_with_APT_or_Synaptic.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:13:38_My_Additional_Software_list_is_configurable_through_a_GUI_or_through_notifications_when_I_install_or_remove_packages_with_APT_or_Synaptic.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:13:38_My_Additional_Software_list_is_configurable_through_a_GUI_or_through_notifications_when_I_install_or_remove_packages_with_APT_or_Synaptic.journal

After features/support/hooks.rb:100 0.007
3:4.743
Scenario Recovering in offline mode after Additional Software previously failed to upgrade and then succeed to upgrade when online
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Before features/support/hooks.rb:511 0.003
Steps
Given a computer 0.198
And I start Tails from USB drive "__internal" and I login with persistence enabled and an administration password 3:2.021
And I configure APT to prefer an old version of cowsay 0.025
When I install an old version "3.03+dfsg2-1" of the cowsay package using apt 2.499
<"3.03+dfsg2-1"> expected but was
<"3.03+dfsg2-8">.

diff:
- 3.03+dfsg2-1
?            ^
+ 3.03+dfsg2-8
?            ^ (Test::Unit::AssertionFailedError)
./features/step_definitions/apt.rb:136:in `/^the installed version of package "([^"]*)" is( newer than)? "([^"]*)"( after Additional Software has been started)?$/'
./features/step_definitions/apt.rb:119:in `/^I install an old version "([^"]*)" of the cowsay package using apt$/'
features/additional_software_packages.feature:81:in `When I install an old version "3.03+dfsg2-1" of the cowsay package using apt'
And I accept adding "cowsay" to Additional Software 0.000
And Additional Software is correctly configured for package "cowsay" 0.000
And I shutdown Tails and wait for the computer to power off 0.000
And I start Tails from USB drive "__internal" with network unplugged 0.000
And I enable persistence 0.000
# We need to add back this custom APT source for the Additional Software
# install step, as it was not saved in persistence
And I configure APT to prefer an old version of cowsay 0.000
# Prevent the "Warning: virtual machine detected!" notification from racing
# with the one we'll be interacting with below.
And I disable the tails-virt-notify-user.service user unit 0.000
And I log in to a new session 0.000
And the installed version of package "cowsay" is "3.03+dfsg2-1" after Additional Software has been started 0.000
And I revert the APT tweaks that made it prefer an old version of cowsay 0.000
# We remove the newest package after it has been downloaded and before
# it is installed, so that the upgrade process fails
And I prepare the Additional Software upgrade process to fail 0.000
And the network is plugged 0.000
And Tor is ready 0.000
And available upgrades have been checked 0.000
And I see the "The upgrade of your additional software failed" notification after at most 300 seconds 0.000
And I can open the Additional Software configuration window from the notification 0.000
And I shutdown Tails and wait for the computer to power off 0.000
And I start Tails from USB drive "__internal" with network unplugged 0.000
And I enable persistence 0.000
# We need to add back this custom APT source for the Additional Software
# install step, as it was not saved in persistence
And I configure APT to prefer an old version of cowsay 0.000
And I log in to a new session 0.000
And the installed version of package "cowsay" is "3.03+dfsg2-1" after Additional Software has been started 0.000
And I revert the APT tweaks that made it prefer an old version of cowsay 0.000
And the network is plugged 0.000
And Tor is ready 0.000
Then the Additional Software upgrade service has started 0.000
And the installed version of package "cowsay" is newer than "3.03+dfsg2-1" 0.000
After features/support/hooks.rb:519 0.033
After features/support/hooks.rb:330 6.051

SCENARIO FAILED: 'Recovering in offline mode after Additional Software previously failed to upgrade and then succeed to upgrade when online' (at time 01:16:49)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:16:49_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.file_content_var_log_boot.log

Content of /run/live-additional-software/log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:16:49_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.file_content_run_live-additional-software_log

Output of ls -la --full-time /live/persistence/tailsdata_unlocked: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:16:49_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.cmd_output_persistent_volume

Output of ls -lar --full-time /var/cache/apt: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:16:49_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.cmd_output_var_cache_apt

Output of ls -lar --full-time /var/lib/apt: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:16:49_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.cmd_output_var_lib_apt

Output of mount: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:16:49_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.cmd_output_mount

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:16:49_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:16:49_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:16:49_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.journal

After features/support/hooks.rb:100 0.008
Tags: @product
3:34.022
Scenario I can launch various apps via GNOME Activities Overview
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Steps
# Some apps (Electrum and Persistent Storage Backup) only start when
# a Persistent Storage is available.
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 8.698
# Some apps (Tor Browser) only start when the network is plugged.
And the network is plugged 0.078
And Tor is ready 21.411
And all notifications have disappeared 4.116
When I start "Additional Software" via GNOME Activities Overview 11.195
And I close the "tails-additional-software-config" window 2.081
When I start "Disks" via GNOME Activities Overview 8.821
# The close button of GNOME Disks is not accessible
And I close the "gnome-disks" window via Alt+F4 2.756
When I start "GNOME Terminal" via GNOME Activities Overview 9.596
And I close the "gnome-terminal-server" window 1.866
When I start "Files" via GNOME Activities Overview 8.844
And I close the "org.gnome.Nautilus" window 22.093
When I start "Persistent Storage" via GNOME Activities Overview 10.734
And I close the "tps-frontend" window 4.030
When I start "Persistent Storage Backup" via GNOME Activities Overview 11.233
And I close the "zenity" window 3.857
When I start "Pidgin" via GNOME Activities Overview 8.939
And I close the "Pidgin" window via Alt+F4 3.381
When I start "Thunderbird" via GNOME Activities Overview 9.318
And I close the "Thunderbird" window 14.893
When I start "Tor Browser" via GNOME Activities Overview 9.587
And I close the "Firefox" window 14.894
When I start "Unlock VeraCrypt Volumes" via GNOME Activities Overview 21.590
cannot find GnomeActivitiesOverviewSearch.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/common_steps.rb:1101:in `/^I start "([^"]+)" via GNOME Activities Overview$/'
features/gnome.feature:46:in `When I start "Unlock VeraCrypt Volumes" via GNOME Activities Overview'
And I close the "unlock-veracrypt-volumes" window 0.000
When I start "Unsafe Browser" via GNOME Activities Overview 0.000
And I close the "Firefox" window 0.000
After features/support/hooks.rb:330 5.696

SCENARIO FAILED: 'I can launch various apps via GNOME Activities Overview' (at time 01:56:36)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:56:36_I_can_launch_various_apps_via_GNOME_Activities_Overview.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:56:36_I_can_launch_various_apps_via_GNOME_Activities_Overview.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:56:36_I_can_launch_various_apps_via_GNOME_Activities_Overview.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/01:56:36_I_can_launch_various_apps_via_GNOME_Activities_Overview.journal

After features/support/hooks.rb:100 0.000
Feature: Localization
2:38.370
Scenario Outline Tails is localized for every tier-1 language
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Steps
Given I have started Tails from DVD without network and stopped at Tails Greeter's login screen 7.932
When I log in to a new session in Portuguese (pt) 34.212
Then the keyboard layout is set to "pt" 0.209
When the network is plugged 0.110
And Tor is ready 16.637
Then I successfully start the Unsafe Browser in "pt" 17.354
And I kill the Unsafe Browser 5.806
When I enable the screen keyboard 0.109
Then the screen keyboard works in Tor Browser 28.084
And DuckDuckGo is the default search engine 47.910
Operation failed (despite retrying 2 times) with
FindFailed: cannot find BrowserAddressBarPortuguese.png on the screen (MaxRetriesFailure)
./features/support/helpers/misc_helpers.rb:226:in `rescue in block in retry_action'
./features/support/helpers/misc_helpers.rb:209:in `block in retry_action'
./features/support/helpers/misc_helpers.rb:208:in `loop'
./features/support/helpers/misc_helpers.rb:208:in `retry_action'
./features/step_definitions/browser.rb:155:in `/^I open a new tab in the (.*)$/'
./features/step_definitions/browser.rb:392:in `/^DuckDuckGo is the default search engine$/'
features/localization.feature:54:in `And DuckDuckGo is the default search engine'
features/localization.feature:31:in `And DuckDuckGo is the default search engine'
And I kill the Tor Browser 0.000
And the screen keyboard works in Thunderbird 0.000
And the layout of the screen keyboard is set to "us" 0.000
After features/support/hooks.rb:330 6.230

SCENARIO FAILED: 'Tails is localized for every tier-1 language, Examples (#8)' (at time 02:38:02)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/02:38:02_Tails_is_localized_for_every_tier-1_language,_Examples___8_.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/02:38:02_Tails_is_localized_for_every_tier-1_language,_Examples___8_.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/02:38:02_Tails_is_localized_for_every_tier-1_language,_Examples___8_.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/02:38:02_Tails_is_localized_for_every_tier-1_language,_Examples___8_.journal

After features/support/hooks.rb:100 0.000
Feature: Localization
2:22.785
Scenario Outline Tails is localized for every tier-1 language
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Steps
Given I have started Tails from DVD without network and stopped at Tails Greeter's login screen 8.125
When I log in to a new session in Spanish (es) 35.317
Then the keyboard layout is set to "es" 0.220
When the network is plugged 0.080
And Tor is ready 15.965
Then I successfully start the Unsafe Browser in "es" 17.073
And I kill the Unsafe Browser 5.810
When I enable the screen keyboard 0.103
Then the screen keyboard works in Tor Browser 27.420
And DuckDuckGo is the default search engine 32.666
Operation failed (despite retrying 2 times) with
FindFailed: cannot find TorBrowserNewTabButton.png on the screen (MaxRetriesFailure)
./features/support/helpers/misc_helpers.rb:226:in `rescue in block in retry_action'
./features/support/helpers/misc_helpers.rb:209:in `block in retry_action'
./features/support/helpers/misc_helpers.rb:208:in `loop'
./features/support/helpers/misc_helpers.rb:208:in `retry_action'
./features/step_definitions/browser.rb:155:in `/^I open a new tab in the (.*)$/'
./features/step_definitions/browser.rb:392:in `/^DuckDuckGo is the default search engine$/'
features/localization.feature:56:in `And DuckDuckGo is the default search engine'
features/localization.feature:31:in `And DuckDuckGo is the default search engine'
And I kill the Tor Browser 0.000
And the screen keyboard works in Thunderbird 0.000
And the layout of the screen keyboard is set to "us" 0.000
After features/support/hooks.rb:330 5.368

SCENARIO FAILED: 'Tails is localized for every tier-1 language, Examples (#10)' (at time 02:43:09)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/02:43:09_Tails_is_localized_for_every_tier-1_language,_Examples___10_.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/02:43:09_Tails_is_localized_for_every_tier-1_language,_Examples___10_.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/02:43:09_Tails_is_localized_for_every_tier-1_language,_Examples___10_.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/02:43:09_Tails_is_localized_for_every_tier-1_language,_Examples___10_.journal

After features/support/hooks.rb:100 0.000
Tags: @source
13.663
Scenario All packages are up-to-date
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:536 0.000
Steps
Given I have the build manifest for the image under test 0.000
Then all packages listed in the build manifest are up-to-date 13.663
Command failed (returned pid 57297 exit 1): ["/var/lib/jenkins/workspace/test_Tails_ISO_20263-test-suite-without-spice/bin/needed-package-updates", "--config=/var/lib/jenkins/workspace/test_Tails_ISO_20263-test-suite-without-spice/config/ci/needed-package-updates.yml", "--file=/var/lib/jenkins/workspace/test_Tails_ISO_20263-test-suite-without-spice/tmp/tails-amd64-20263-test-suite-without-spice@a821d767f8+stable@bd75be83a5-20250325T2116Z.build-manifest", {:err=>[:child, :out]}]:
INFO: Check local file /var/lib/jenkins/workspace/test_Tails_ISO_20263-test-suite-without-spice/tmp/tails-amd64-20263-test-suite-without-spice@a821d767f8+stable@bd75be83a5-20250325T2116Z.build-manifest
ERROR: tor-geoipdb: the package version(0.4.8.14-1+tpo1~d12.bookworm+1) is higher than the version on experimental (0.4.8.14-1)
ERROR: tor: the package version(0.4.8.14-1+tpo1~d12.bookworm+1) is higher than the version on experimental (0.4.8.14-1)
INFO: Need to upgrade to a new APT snapshot:
  - libxslt (1.1.35-1) to Debian bookworm-security (1.1.35-1+deb12u1)
  - webkit2gtk (2.46.6-1~deb12u1) to Debian bookworm-security (2.48.0-1~deb12u1)
.
<0> expected but was
<#<Process::Status: pid 57297 exit 1>>. (Test::Unit::AssertionFailedError)
/var/lib/jenkins/workspace/test_Tails_ISO_20263-test-suite-without-spice/features/support/helpers/misc_helpers.rb:307:in `block in cmd_helper'
/var/lib/jenkins/workspace/test_Tails_ISO_20263-test-suite-without-spice/features/support/helpers/misc_helpers.rb:303:in `popen'
/var/lib/jenkins/workspace/test_Tails_ISO_20263-test-suite-without-spice/features/support/helpers/misc_helpers.rb:303:in `cmd_helper'
/var/lib/jenkins/workspace/test_Tails_ISO_20263-test-suite-without-spice/features/step_definitions/needed_package_updates.rb:8:in `/^all packages listed in the build manifest are up-to-date$/'
features/needed_package_updates.feature:12:in `Then all packages listed in the build manifest are up-to-date'
After features/support/hooks.rb:543 0.000
After features/support/hooks.rb:100 0.000
3:34.760
Scenario The Tor Browser directory is usable
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Before features/support/hooks.rb:511 0.005
Steps
Given I have started Tails from DVD and logged in and the network is connected 11.964
Then the amnesiac Tor Browser directory exists 0.055
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.715
And the persistent Tor Browser directory does not exist 0.053
When I start the Tor Browser 20.862
And the Tor Browser loads the startup page 3:0.109
try_for() timeout expired (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/browser.rb:200:in `page_has_loaded_in_the_tor_browser'
./features/step_definitions/browser.rb:495:in `/^the Tor Browser loads the (startup page|Tails homepage|Tails GitLab)$/'
features/torified_browsing.feature:24:in `And the Tor Browser loads the startup page'
Then I can save the current page as "index.html" to the default downloads directory 0.000
And I can print the current page as "output.pdf" to the default downloads directory 0.000
After features/support/hooks.rb:519 0.036
After features/support/hooks.rb:330 5.287

SCENARIO FAILED: 'The Tor Browser directory is usable' (at time 04:07:53)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:07:53_The_Tor_Browser_directory_is_usable.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:07:53_The_Tor_Browser_directory_is_usable.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:07:53_The_Tor_Browser_directory_is_usable.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:07:53_The_Tor_Browser_directory_is_usable.journal

After features/support/hooks.rb:100 0.000
3:37.442
Scenario Downloading files with the Tor Browser
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Before features/support/hooks.rb:511 0.005
Steps
Given I have started Tails from DVD and logged in and the network is connected 11.755
When I start the Tor Browser 25.610
Then the Tor Browser loads the startup page 3:0.076
try_for() timeout expired (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/browser.rb:200:in `page_has_loaded_in_the_tor_browser'
./features/step_definitions/browser.rb:495:in `/^the Tor Browser loads the (startup page|Tails homepage|Tails GitLab)$/'
features/torified_browsing.feature:32:in `Then the Tor Browser loads the startup page'
When I download some file in the Tor Browser 0.000
Then the file is saved to the default Tor Browser download directory 0.000
After features/support/hooks.rb:519 0.032
After features/support/hooks.rb:330 5.287

SCENARIO FAILED: 'Downloading files with the Tor Browser' (at time 04:11:36)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:11:36_Downloading_files_with_the_Tor_Browser.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:11:36_Downloading_files_with_the_Tor_Browser.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:11:36_Downloading_files_with_the_Tor_Browser.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:11:36_Downloading_files_with_the_Tor_Browser.journal

After features/support/hooks.rb:100 0.000
3:33.935
Scenario Watching a WebM video
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Before features/support/hooks.rb:511 0.006
Steps
Given I have started Tails from DVD and logged in and the network is connected 11.952
When I start the Tor Browser 21.941
And the Tor Browser loads the startup page 3:0.041
try_for() timeout expired (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/browser.rb:200:in `page_has_loaded_in_the_tor_browser'
./features/step_definitions/browser.rb:495:in `/^the Tor Browser loads the (startup page|Tails homepage|Tails GitLab)$/'
features/torified_browsing.feature:47:in `And the Tor Browser loads the startup page'
Then I can watch a WebM video in Tor Browser 0.000
After features/support/hooks.rb:519 0.041
After features/support/hooks.rb:330 5.311

SCENARIO FAILED: 'Watching a WebM video' (at time 04:16:57)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:16:57_Watching_a_WebM_video.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:16:57_Watching_a_WebM_video.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:16:57_Watching_a_WebM_video.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:16:57_Watching_a_WebM_video.journal

After features/support/hooks.rb:100 0.000
Tags: @product
3:33.503
Scenario The Tor Browser's circuit view feature works as expected
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 12.539
When I start the Tor Browser 20.887
And the Tor Browser loads the startup page 3:0.076
try_for() timeout expired (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/browser.rb:200:in `page_has_loaded_in_the_tor_browser'
./features/step_definitions/browser.rb:495:in `/^the Tor Browser loads the (startup page|Tails homepage|Tails GitLab)$/'
features/torified_browsing.feature:106:in `And the Tor Browser loads the startup page'
Then Tor Browser's circuit view is working 0.000
After features/support/hooks.rb:330 5.161

SCENARIO FAILED: 'The Tor Browser's circuit view feature works as expected' (at time 04:23:42)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:23:42_The_Tor_Browser_s_circuit_view_feature_works_as_expected.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:23:42_The_Tor_Browser_s_circuit_view_feature_works_as_expected.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:23:42_The_Tor_Browser_s_circuit_view_feature_works_as_expected.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:23:42_The_Tor_Browser_s_circuit_view_feature_works_as_expected.journal

After features/support/hooks.rb:100 0.000
Tags: @product
3:33.109
Scenario WebRTC is disabled in Tor Browser
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Steps
Given I have started Tails from DVD and logged in and the network is connected 12.093
When I start the Tor Browser 20.984
And the Tor Browser loads the startup page 3:0.030
try_for() timeout expired (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/browser.rb:200:in `page_has_loaded_in_the_tor_browser'
./features/step_definitions/browser.rb:495:in `/^the Tor Browser loads the (startup page|Tails homepage|Tails GitLab)$/'
features/torified_browsing.feature:112:in `And the Tor Browser loads the startup page'
When I open the address "https://net.ipcalf.com/" in the Tor Browser 0.000
Then Tor Browser displays a 'ifconfig | grep inet | grep -v inet6 | cut -d" " -f2 | tail -n1' heading on the "Network IP Address via ipcalf.com" page 0.000
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 0.000
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 0.000
After features/support/hooks.rb:330 5.312

SCENARIO FAILED: 'WebRTC is disabled in Tor Browser' (at time 04:27:20)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:27:20_WebRTC_is_disabled_in_Tor_Browser.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:27:20_WebRTC_is_disabled_in_Tor_Browser.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:27:20_WebRTC_is_disabled_in_Tor_Browser.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20263-test-suite-without-spice/19/artifact/build-artifacts/04:27:20_WebRTC_is_disabled_in_Tor_Browser.journal

After features/support/hooks.rb:100 0.000