Project Number Date
test_Tails_ISO_21548-flatpak-install 1 12 May 2026, 13:06

Failures Overview

The following summary displays scenarios that failed.

Feature: Localization
Tags: @product
27.974
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.004
Steps
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 7.667
When I set the language to Italian (it) 6.123
And I save the language and keyboard options in cleartext storage 14.183
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:69: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.417

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

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_21548-flatpak-install/1/artifact/build-artifacts/02:02:54_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_21548-flatpak-install/1/artifact/build-artifacts/02:02:54_Tails_stores_localization_preferences_when_it_s_asked_to.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_21548-flatpak-install/1/artifact/build-artifacts/02:02:54_Tails_stores_localization_preferences_when_it_s_asked_to.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_21548-flatpak-install/1/artifact/build-artifacts/02:02:54_Tails_stores_localization_preferences_when_it_s_asked_to.journal

After features/support/hooks.rb:104 0.000
Tags: @product
10.796
Scenario The firewall configuration is very restrictive
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.006
Steps
Given I have started Tails from DVD and logged in and the network is connected 10.540
Then the firewall's policy is to drop all IPv4 traffic 0.078
And the firewall is configured to only allow the clearnet and debian-tor users to connect directly to the Internet over IPv4 0.177
The
The following rule has an unexpected destination:
<rule byte-count='0' packet-count='0'>
       <conditions>
        <match>
          <d>127.0.0.1/32</d>
          <o invert='1'>lo</o>
          <p>tcp</p>
        </match>
        <tcp>
          <dport>9040</dport>
        </tcp>
        <owner>
          <uid-owner>1000</uid-owner>
        </owner>
       </conditions>
       <actions>
        <ACCEPT/>
       </actions>

      </rule>.
<false> is not true. (Test::Unit::AssertionFailedError)
./features/step_definitions/tor.rb:100:in `block (3 levels) in <top (required)>'
./features/step_definitions/tor.rb:96:in `block (2 levels) in <top (required)>'
./features/step_definitions/tor.rb:95:in `each'
./features/step_definitions/tor.rb:95:in `/^the firewall is configured to only allow the (.+) users? to connect directly to the Internet over IPv4$/'
features/tor_enforcement.feature:11:in `And the firewall is configured to only allow the clearnet and debian-tor users to connect directly to the Internet over IPv4'
And the firewall's NAT rules only redirect traffic for the Unsafe Browser, Tor's TransPort, and DNSPort 0.000
And the firewall is configured to block all external IPv6 traffic 0.000
After features/support/hooks.rb:335 5.106

SCENARIO FAILED: 'The firewall configuration is very restrictive' (at time 02:50:38)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_21548-flatpak-install/1/artifact/build-artifacts/02:50:38_The_firewall_configuration_is_very_restrictive.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_21548-flatpak-install/1/artifact/build-artifacts/02:50:38_The_firewall_configuration_is_very_restrictive.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_21548-flatpak-install/1/artifact/build-artifacts/02:50:38_The_firewall_configuration_is_very_restrictive.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_21548-flatpak-install/1/artifact/build-artifacts/02:50:38_The_firewall_configuration_is_very_restrictive.journal

After features/support/hooks.rb:104 0.000
10.741
Scenario The Tor enforcement is effective at blocking untorified TCP connection attempts
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.004
Before features/support/hooks.rb:523 0.002
Steps
Given I have started Tails from DVD and logged in and the network is connected 10.321
When I open an untorified TCP connection to 1.2.3.4 on port 42 0.420
Then the untorified connection fails 0.000
The
The untorified TCP connection didn't fail as expected:
Return status: 0
STDOUT:
STDERR:
1.2.3.4: inverse host lookup failed: Unknown host
(UNKNOWN) [1.2.3.4] 42 (?) open
.
<false> is not true. (Test::Unit::AssertionFailedError)
./features/step_definitions/tor.rb:255:in `/^the untorified connection fails$/'
features/tor_enforcement.feature:49:in `Then the untorified connection fails'
And the untorified connection is logged as dropped by the firewall 0.000
After features/support/hooks.rb:531 0.031
After features/support/hooks.rb:335 5.069

SCENARIO FAILED: 'The Tor enforcement is effective at blocking untorified TCP connection attempts' (at time 02:52:02)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_21548-flatpak-install/1/artifact/build-artifacts/02:52:02_The_Tor_enforcement_is_effective_at_blocking_untorified_TCP_connection_attempts.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_21548-flatpak-install/1/artifact/build-artifacts/02:52:02_The_Tor_enforcement_is_effective_at_blocking_untorified_TCP_connection_attempts.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_21548-flatpak-install/1/artifact/build-artifacts/02:52:02_The_Tor_enforcement_is_effective_at_blocking_untorified_TCP_connection_attempts.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_21548-flatpak-install/1/artifact/build-artifacts/02:52:02_The_Tor_enforcement_is_effective_at_blocking_untorified_TCP_connection_attempts.journal

After features/support/hooks.rb:104 0.000