Project Number Date
test_Tails_ISO_stable 5039 21 Aug 2024, 08:37

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Installing Tails to a USB drive 87 1 7 0 0 95 11 1 12 23:49.313 Failed
Tags: @product
Feature Installing Tails to a USB drive
As a Tails user I want to install Tails to a suitable USB drive
28.397
Before features/support/hooks.rb:269 0.005
Given I have started Tails from DVD without network and logged in 9.730
And I temporarily create a 4 GiB disk named "gptfat" 0.052
And I create a gpt partition with a vfat filesystem on disk "gptfat" 7.585
And I plug USB drive "gptfat" 2.418
When I start Tails Installer 8.570
Then I am told by Tails Installer that the destination device "is too small" 0.040
After features/support/hooks.rb:326 0.650
After features/support/hooks.rb:100 0.001
Tags: @product
23.492
Before features/support/hooks.rb:269 0.002
Given I have started Tails from DVD without network and logged in 8.231
And I temporarily create a 7200 MiB disk named "temp" 0.050
And I start Tails Installer 12.249
But a suitable USB device is not found 0.021
When I plug USB drive "temp" 2.657
Then the "temp" USB drive is selected 0.080
When I unplug USB drive "temp" 0.176
Then a suitable USB device is not found 0.025
After features/support/hooks.rb:326 1.277
After features/support/hooks.rb:100 0.000
Tags: @product
2:22.871
Before features/support/hooks.rb:269 0.002
Given I have started Tails from DVD without network and logged in 8.090
And I temporarily create a 7200 MiB disk named "install" 0.053
And I create a gpt partition with a vfat filesystem on disk "install" 6.480
And I plug USB drive "install" 2.453
And I install Tails to USB drive "install" by cloning 1:45.418
Then the running Tails is installed on USB drive "install" 14.360
And there is a random seed on USB drive "install" 5.931
But there is no persistence partition on USB drive "install" 0.082
After features/support/hooks.rb:326 1.243
After features/support/hooks.rb:100 0.120
Tags: @product
2:33.937
Before features/support/hooks.rb:269 0.002
Given I have started Tails from DVD without network and logged in 9.702
And I temporarily create a 7200 MiB disk named "install" 0.044
And I plug USB drive "install" 2.622
And I install Tails to USB drive "install" by cloning 2:1.560
Then the running Tails is installed on USB drive "install" 13.966
And there is a random seed on USB drive "install" 5.965
But there is no persistence partition on USB drive "install" 0.075
After features/support/hooks.rb:326 1.294
After features/support/hooks.rb:100 0.117
Tags: @product
3:27.136
Before features/support/hooks.rb:269 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.679
And I create a file in the Persistent directory 0.081
And I temporarily create a 7200 MiB disk named "install" 0.043
And I create a gpt partition with a vfat filesystem on disk "install" 6.445
And I plug USB drive "install" 2.457
And I install Tails with Persistent Storage to USB drive "install" by cloning 2:38.601
Then the running Tails is installed on USB drive "install" 17.822
And there is a random seed on USB drive "install" 5.937
And there is a persistence partition on USB drive "install" 0.068
And the USB drive "install" contains the same files as my persistent storage 3.997
After features/support/hooks.rb:326 2.783
After features/support/hooks.rb:100 0.128
Tags: @product
2:26.606
Before features/support/hooks.rb:269 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.376
And I temporarily create a 7200 MiB disk named "install" 0.052
And I plug USB drive "install" 2.626
And I install Tails to USB drive "install" by cloning 1:48.760
Then the running Tails is installed on USB drive "install" 17.726
And there is a random seed on USB drive "install" 5.992
And there is no persistence partition on USB drive "install" 0.071
After features/support/hooks.rb:326 1.735
After features/support/hooks.rb:100 0.096
Tags: @product
2:31.209
Before features/support/hooks.rb:269 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 15.750
And I have started Tails from DVD without network and logged in 8.707
And I clone USB drive "__internal" to a temporary USB drive "install" 1.248
And I plug USB drive "install" 2.438
# 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:42.752
Then the running Tails is installed on USB drive "install" 14.278
And there is a random seed on USB drive "install" 5.965
And there is no persistence partition on USB drive "install" 0.067
After features/support/hooks.rb:326 1.366
After features/support/hooks.rb:100 0.137
Tags: @product @uefi
1:52.681
Before features/support/hooks.rb:269 0.003
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 11.670
And I power off the computer 0.330
And the computer is set to boot in UEFI mode 0.027
When I start Tails from USB drive "__internal" with network unplugged and I login 1:37.386
Then Tails is running from USB drive "__internal" 0.308
And the boot device has safe access rights 2.910
And Tails has started in UEFI mode 0.046
After features/support/hooks.rb:326 0.571
After features/support/hooks.rb:100 0.006
Tags: @product
1:41.898
Before features/support/hooks.rb:269 0.002
Given I have started Tails from DVD without network and logged in 8.198
And I plug and mount a USB drive containing a Tails USB image 41.223
And I create a 7200 MiB disk named "usbimage" 0.043
And I plug USB drive "usbimage" 2.334
And I install a Tails USB image to the 7200 MiB disk with GNOME Disks 50.099
After features/support/hooks.rb:326 2.325
After features/support/hooks.rb:100 0.097
Tags: @product
1:18.497
Scenario The system partition is updated when booting from a USB drive where a Tails USB image was copied
Before features/support/hooks.rb:269 0.002
Steps
Given a computer 0.197
And I start Tails from USB drive "usbimage" with network unplugged and I login 1:18.300
can
can not find any of the patterns ["TailsGreeterLoginButton.png", "TailsGreeterLoginButtonGerman.png"] on the screen (FindFailed)
./features/support/helpers/screen.rb:240:in `rescue in wait_any'
./features/support/helpers/screen.rb:224:in `wait_any'
./features/step_definitions/common_steps.rb:493: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/step_definitions/common_steps.rb:298: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:100:in `And I start Tails from USB drive "usbimage" with network unplugged and I login'
Then Tails is running from USB drive "usbimage" 0.000
And the label of the system partition on "usbimage" is "Tails" 0.000
And the system partition on "usbimage" is an EFI system partition 0.000
And the FAT filesystem on the system partition on "usbimage" is at least 4000M large 0.000
And the UUID of the FAT filesystem on the system partition on "usbimage" was randomized 0.000
And the label of the FAT filesystem on the system partition on "usbimage" is "TAILS" 0.000
And the system partition on "usbimage" has the expected flags 0.000
After features/support/hooks.rb:326 5.192

SCENARIO FAILED: 'The system partition is updated when booting from a USB drive where a Tails USB image was copied' (at time 00:59:18)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/5039/artifact/build-artifacts/00:59:18_The_system_partition_is_updated_when_booting_from_a_USB_drive_where_a_Tails_USB_image_was_copied.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/5039/artifact/build-artifacts/00:59:18_The_system_partition_is_updated_when_booting_from_a_USB_drive_where_a_Tails_USB_image_was_copied.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/5039/artifact/build-artifacts/00:59:18_The_system_partition_is_updated_when_booting_from_a_USB_drive_where_a_Tails_USB_image_was_copied.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/5039/artifact/build-artifacts/00:59:18_The_system_partition_is_updated_when_booting_from_a_USB_drive_where_a_Tails_USB_image_was_copied.journal

After features/support/hooks.rb:100 0.007
Tags: @product
2:32.757
Before features/support/hooks.rb:269 0.003
Given a computer 0.180
And I set Tails to boot with options "test_gpt_corruption=gpt_backup,gpt_backup_table" 0.000
And I create a 7200 MiB disk named "temp" 0.057
And I plug USB drive "temp" 1.046
And I write the Tails USB image to disk "temp" 29.531
And I start Tails from USB drive "temp" with network unplugged 1:39.180
Then Tails is running from USB drive "temp" 0.332
When I log in to a new session 16.664
And all notifications have disappeared 5.619
Then the system journal includes message "Detected partitioning-corruption, but not showing any message" 0.143
After features/support/hooks.rb:326 1.850
After features/support/hooks.rb:100 0.005
Tags: @product
2:9.827
Before features/support/hooks.rb:269 0.002
Given a computer 0.181
And I set Tails to boot with options "test_gpt_corruption=guid" 0.000
And I create a 7200 MiB disk named "temp" 0.163
And I plug USB drive "temp" 1.044
And I write the Tails USB image to disk "temp" 30.517
And I start Tails from USB drive "temp" with network unplugged 1:15.749
Then Tails is running from USB drive "temp" 0.471
When I log in to a new session 15.301
And all notifications have disappeared 6.209
Then I see an error about system partition resizing 0.189
After features/support/hooks.rb:326 2.042
After features/support/hooks.rb:100 0.006