Project Number Date
test_Tails_ISO_stable 6379 15 May 2026, 11:35

Failures Overview

The following summary displays scenarios that failed.

Feature: Localization
Tags: @product
26.744
Scenario Tails stores localization preferences when it's asked to
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.001
Steps
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 8.185
When I set the language to Italian (it) 4.718
And I save the language and keyboard options in cleartext storage 13.840
The
The Dogtail init script raised: SearchError: descendant of [application | Welcome to Tails!]: child with name='Question' roleName='alert'
STDOUT:

STDERR:

 (Dogtail::Failure)
./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/common_steps.rb:509:in `/^I save the language and keyboard options in cleartext storage$/'
features/localization.feature:71:in `And I save the language and keyboard options in cleartext storage'
Then the "it" language and keyboard have been saved in cleartext storage 0.000
When I set the language to French (fr) 0.000
Then the "fr" language and keyboard have been saved in cleartext storage 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
Then the "fr" language and keyboard have been saved in cleartext storage 0.000
And the Welcome Screen's language is set to French 0.000
When I log in to a new session 0.000
Then the language is set to French 0.000
After features/support/hooks.rb:335 5.597

SCENARIO FAILED: 'Tails stores localization preferences when it's asked to' (at time 02:10:52)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/02:10:52_Tails_stores_localization_preferences_when_it_s_asked_to.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/02:10:52_Tails_stores_localization_preferences_when_it_s_asked_to.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/02:10:52_Tails_stores_localization_preferences_when_it_s_asked_to.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/02:10:52_Tails_stores_localization_preferences_when_it_s_asked_to.journal

After features/support/hooks.rb:104 0.000
Feature: Random Seed
Tags: @product
4:25.808
Scenario A random seed is read during boot and written during boot and shutdown
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.004
Steps
Given a computer 0.138
And I temporarily create a 7200 MiB disk named "temp" 0.036
And I plug USB drive "temp" 1.025
And I write the Tails USB image to disk "temp" 13.893
Then there is no random seed on USB drive "temp" 2.666
When I start Tails from USB drive "temp" with network unplugged 59.729
Then the random seed was written multiple times on first boot 0.399
And there is a random seed on USB drive "temp" 2.688
When I log in to a new session 3:5.231
cannot find GnomeApplicationsMenu.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:601:in `/^the Tails desktop is ready$/'
./features/step_definitions/common_steps.rb:542:in `/^I log in to a new session(?: in ([^ ]*) \(([^ ]*)\))?( without activating the Persistent Storage)?( after having activated the Persistent Storage| expecting no warning about the Persistent Storage not being activated)?$/'
features/random_seed.feature:15:in `When I log in to a new session'
And I wait for the random seed to be updated 0.000
Then there is a random seed on USB drive "temp" 0.000
And the random seed is different from the previous one 0.000
And I shutdown Tails and wait for the computer to power off 0.000
Then there is a random seed on USB drive "temp" 0.000
And the random seed is different from the previous one 0.000
After features/support/hooks.rb:335 5.083

SCENARIO FAILED: 'A random seed is read during boot and written during boot and shutdown' (at time 02:56:46)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/02:56:46_A_random_seed_is_read_during_boot_and_written_during_boot_and_shutdown.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/02:56:46_A_random_seed_is_read_during_boot_and_written_during_boot_and_shutdown.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/02:56:46_A_random_seed_is_read_during_boot_and_written_during_boot_and_shutdown.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/02:56:46_A_random_seed_is_read_during_boot_and_written_during_boot_and_shutdown.journal

After features/support/hooks.rb:104 0.139
Tags: @product
1:23.174
Scenario The Tor Browser cannot access the LAN
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.007
Steps
Given I have started Tails from DVD and logged in and the network is connected 10.156
And a web server is running on the LAN 1.035
And I capture all network traffic 0.008
When I start the Tor Browser 7.958
And I open a page on the LAN web server in the Tor Browser 4.015
Then the Tor Browser shows the "Unable to connect" error 1:0.000
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:383:in `/^the (Tor|Unsafe) Browser shows the "([^"]+)" error$/'
features/torified_browsing.feature:13:in `Then the Tor Browser shows the "Unable to connect" error'
And no traffic was sent to the web server on the LAN 0.000
After features/support/hooks.rb:335 5.538

SCENARIO FAILED: 'The Tor Browser cannot access the LAN' (at time 03:25:26)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/03:25:26_The_Tor_Browser_cannot_access_the_LAN.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/03:25:26_The_Tor_Browser_cannot_access_the_LAN.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/03:25:26_The_Tor_Browser_cannot_access_the_LAN.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6379/artifact/build-artifacts/03:25:26_The_Tor_Browser_cannot_access_the_LAN.journal

After features/support/hooks.rb:104 0.057