Project Number Date
test_Tails_ISO_stable 6652 09 Sep 2026, 17:33

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Installing Tails to a USB drive 71 1 3 0 0 75 9 1 10 16:3.122 Failed
Tags: @product
Feature Installing Tails to a USB drive
As a Tails user I want to install Tails to a suitable USB drive
20.893
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.003
Given I have started Tails from DVD without network and logged in 6.433
And I temporarily create a 4 GiB disk named "gptfat" 0.036
And I create a gpt partition with a vfat filesystem on disk "gptfat" 3.233
And I plug USB drive "gptfat" 2.243
When I start Tails Installer 8.924
Then I am told by Tails Installer that the destination device "is too small" 0.023
After features/support/hooks.rb:339 0.754
After features/support/hooks.rb:108 0.001
Tags: @product
30.276
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.003
Given I have started Tails from DVD without network and logged in 18.262
And I temporarily create a 7200 MiB disk named "temp" 0.028
And I start Tails Installer 9.030
But a suitable USB device is not found 0.010
When I plug USB drive "temp" 2.658
Then the "temp" USB drive is selected 0.056
When I unplug USB drive "temp" 0.192
Then a suitable USB device is not found 0.036
After features/support/hooks.rb:339 1.137
After features/support/hooks.rb:108 0.000
Tags: @product
2:9.825
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.006
Given I have started Tails from DVD without network and logged in 6.848
And I temporarily create a 7200 MiB disk named "install" 0.035
And I create a gpt partition with a vfat filesystem on disk "install" 3.051
And I plug USB drive "install" 2.180
And I install Tails to USB drive "install" by cloning 1:39.944
Then the running Tails is installed on USB drive "install" 15.219
And there is a random seed on USB drive "install" 2.499
But there is no persistence partition on USB drive "install" 0.046
After features/support/hooks.rb:339 0.897
After features/support/hooks.rb:108 0.133
Tags: @product
2:6.194
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.002
Given I have started Tails from DVD without network and logged in 6.674
And I temporarily create a 7200 MiB disk named "install" 0.046
And I plug USB drive "install" 2.302
And I install Tails to USB drive "install" by cloning 1:39.544
Then the running Tails is installed on USB drive "install" 14.496
And there is a random seed on USB drive "install" 3.077
But there is no persistence partition on USB drive "install" 0.052
After features/support/hooks.rb:339 0.789
After features/support/hooks.rb:108 0.137
Tags: @product
2:39.587
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 8.447
And I create a file in the Persistent directory 0.048
And I temporarily create a 7200 MiB disk named "install" 0.028
And I create a gpt partition with a vfat filesystem on disk "install" 2.974
And I plug USB drive "install" 2.210
And I install Tails with Persistent Storage to USB drive "install" by cloning 1:59.168
Then the running Tails is installed on USB drive "install" 20.045
And there is a random seed on USB drive "install" 2.854
And there is a persistence partition on USB drive "install" 0.058
And the USB drive "install" contains the same files as my persistent storage 3.750
After features/support/hooks.rb:339 0.707
After features/support/hooks.rb:108 0.143
Tags: @product
2:26.972
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.003
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.362
And I temporarily create a 7200 MiB disk named "install" 0.042
And I plug USB drive "install" 2.212
And I install Tails to USB drive "install" by cloning 1:53.685
Then the running Tails is installed on USB drive "install" 18.954
And there is a random seed on USB drive "install" 2.661
And there is no persistence partition on USB drive "install" 0.053
After features/support/hooks.rb:339 0.779
After features/support/hooks.rb:108 0.122
Tags: @product
2:13.822
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.002
# We reach this first checkpoint only to ensure that the ' __internal' disk has reached the state (Tails installed + persistent partition set up) we need before we clone it below.
# This first part is done without Tails Installer (install from Tails USB image)
# Note: the "__internal" disk will keep its state across scenarios
# and features until one of its snapshots is restored.
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 7.940
And I have started Tails from DVD without network and logged in 7.080
And I clone USB drive "__internal" to a temporary USB drive "install" 1.119
And I plug USB drive "install" 2.322
# This second part is done with Tails Installer, that's what this scenario is about
When I reinstall Tails to USB drive "install" by cloning 1:36.574
Then the running Tails is installed on USB drive "install" 15.930
And there is a random seed on USB drive "install" 2.793
And there is no persistence partition on USB drive "install" 0.061
After features/support/hooks.rb:339 0.965
After features/support/hooks.rb:108 0.170
Tags: @product @uefi
1:0.874
Scenario Booting Tails from a USB drive in UEFI mode
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.002
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.796
And I power off the computer 0.274
And the computer is set to boot in UEFI mode 0.022
When I start Tails from USB drive "__internal" with network unplugged and I login 51.781
Known issue #20282: Error starting GDM with your graphics card (RuntimeError)
./features/step_definitions/common_steps.rb:450:in `/^the computer (?:re)?boots Tails$/'
./features/step_definitions/common_steps.rb:238:in `/^I start Tails from (.+?) drive "(.+?)"( with network unplugged)?( and I login( with persistence enabled)?( with the changed persistence passphrase)?( (?:and|with) an administration password)?)?$/'
features/usb_install.feature:85:in `When I start Tails from USB drive "__internal" with network unplugged and I login'
Then Tails is running from USB drive "__internal" 0.000
And the boot device has safe access rights 0.000
And Tails has started in UEFI mode 0.000
After features/support/hooks.rb:339 5.028

SCENARIO FAILED: 'Booting Tails from a USB drive in UEFI mode' (at time 00:56:46)

Boot log: https://jenkins.tails.net/job/test_Tails_ISO_stable/6652/artifact/build-artifacts/00:56:46_Booting_Tails_from_a_USB_drive_in_UEFI_mode.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.net/job/test_Tails_ISO_stable/6652/artifact/build-artifacts/00:56:46_Booting_Tails_from_a_USB_drive_in_UEFI_mode.png

Video: https://jenkins.tails.net/job/test_Tails_ISO_stable/6652/artifact/build-artifacts/00:56:46_Booting_Tails_from_a_USB_drive_in_UEFI_mode.mkv

Systemd journal: https://jenkins.tails.net/job/test_Tails_ISO_stable/6652/artifact/build-artifacts/00:56:46_Booting_Tails_from_a_USB_drive_in_UEFI_mode.journal

After features/support/hooks.rb:108 0.007
Tags: @product
1:19.087
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.002
Given I have started Tails from DVD without network and logged in 6.434
And I plug and mount a USB drive containing a Tails USB image 24.083
And I create a 7200 MiB disk named "usbimage" 0.023
And I plug USB drive "usbimage" 2.231
And I install a Tails USB image to the 7200 MiB disk with GNOME Disks 46.313
After features/support/hooks.rb:339 0.946
After features/support/hooks.rb:108 0.118
Tags: @product
1:15.588
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.002
Given a computer 0.121
And I start Tails from USB drive "usbimage" with network unplugged and I login 1:14.396
Then Tails is running from USB drive "usbimage" 0.460
And the label of the system partition on "usbimage" is "Tails" 0.157
And the system partition on "usbimage" is an EFI system partition 0.131
And the FAT filesystem on the system partition on "usbimage" is at least 4000M large 0.127
And the UUID of the FAT filesystem on the system partition on "usbimage" was randomized 0.048
And the label of the FAT filesystem on the system partition on "usbimage" is "TAILS" 0.094
And the system partition on "usbimage" has the expected flags 0.051
After features/support/hooks.rb:339 0.722
After features/support/hooks.rb:108 0.020