Project Number Date
test_Tails_ISO_test-suite-early-boot-hooks 5 10 Dec 2024, 20:13

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Installing Tails to a USB drive 91 1 3 0 0 95 11 1 12 29:9.207 Failed
Tags: @product
Feature Installing Tails to a USB drive
As a Tails user I want to install Tails to a suitable USB drive
26.283
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given I have started Tails from DVD without network and logged in 8.165
And I temporarily create a 4 GiB disk named "gptfat" 0.050
And I create a gpt partition with a vfat filesystem on disk "gptfat" 6.251
And I plug USB drive "gptfat" 2.437
When I start Tails Installer 9.331
Then I am told by Tails Installer that the destination device "is too small" 0.047
After features/support/hooks.rb:330 0.731
After features/support/hooks.rb:100 0.001
Tags: @product
20.072
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails from DVD without network and logged in 8.121
And I temporarily create a 7200 MiB disk named "temp" 0.059
And I start Tails Installer 8.930
But a suitable USB device is not found 0.021
When I plug USB drive "temp" 2.555
Then the "temp" USB drive is selected 0.144
When I unplug USB drive "temp" 0.202
Then a suitable USB device is not found 0.036
After features/support/hooks.rb:330 0.772
After features/support/hooks.rb:100 0.000
Tags: @product
2:56.548
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails from DVD without network and logged in 9.092
And I temporarily create a 7200 MiB disk named "install" 0.092
And I create a gpt partition with a vfat filesystem on disk "install" 6.643
And I plug USB drive "install" 2.506
And I install Tails to USB drive "install" by cloning 2:18.773
Then the running Tails is installed on USB drive "install" 13.384
And there is a random seed on USB drive "install" 5.977
But there is no persistence partition on USB drive "install" 0.079
After features/support/hooks.rb:330 1.999
After features/support/hooks.rb:100 0.125
Tags: @product
2:28.766
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails from DVD without network and logged in 8.378
And I temporarily create a 7200 MiB disk named "install" 0.046
And I plug USB drive "install" 2.734
And I install Tails to USB drive "install" by cloning 1:57.981
Then the running Tails is installed on USB drive "install" 13.625
And there is a random seed on USB drive "install" 5.931
But there is no persistence partition on USB drive "install" 0.067
After features/support/hooks.rb:330 2.085
After features/support/hooks.rb:100 0.126
Tags: @product
3:15.604
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 15.724
And I create a file in the Persistent directory 0.104
And I temporarily create a 7200 MiB disk named "install" 0.765
And I create a gpt partition with a vfat filesystem on disk "install" 6.899
And I plug USB drive "install" 2.423
And I install Tails with Persistent Storage to USB drive "install" by cloning 2:21.733
Then the running Tails is installed on USB drive "install" 17.811
And there is a random seed on USB drive "install" 6.171
And there is a persistence partition on USB drive "install" 0.083
And the USB drive "install" contains the same files as my persistent storage 3.885
After features/support/hooks.rb:330 2.115
After features/support/hooks.rb:100 0.178
Tags: @product
2:51.854
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 18.187
And I temporarily create a 7200 MiB disk named "install" 0.054
And I plug USB drive "install" 3.605
And I install Tails to USB drive "install" by cloning 1:59.053
Then the running Tails is installed on USB drive "install" 24.656
And there is a random seed on USB drive "install" 6.202
And there is no persistence partition on USB drive "install" 0.094
After features/support/hooks.rb:330 1.952
After features/support/hooks.rb:100 0.105
Tags: @product
3:21.433
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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 11.909
And I have started Tails from DVD without network and logged in 9.433
And I clone USB drive "__internal" to a temporary USB drive "install" 2.306
And I plug USB drive "install" 2.617
# 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 2:27.079
Then the running Tails is installed on USB drive "install" 21.757
And there is a random seed on USB drive "install" 6.088
And there is no persistence partition on USB drive "install" 0.241
After features/support/hooks.rb:330 3.334
After features/support/hooks.rb:100 0.123
Tags: @product @uefi
3:45.197
Scenario Booting Tails from a USB drive in UEFI mode
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Steps
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 41.811
And I power off the computer 0.809
And the computer is set to boot in UEFI mode 0.376
When I start Tails from USB drive "__internal" with network unplugged and I login 3:2.200
try_for() timeout expired
Last ignored exception was: FindFailed: can not find any of the patterns ["TailsBootMenuGRUB_Bullseye.png", "TailsBootMenuGRUB_Bookworm.png"] on the screen
./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:407:in `block in enter_boot_menu_cmdline'
./features/support/helpers/misc_helpers.rb:78:in `block (2 levels) in try_for'
./features/support/helpers/misc_helpers.rb:66:in `loop'
./features/support/helpers/misc_helpers.rb:66:in `block in try_for'
./features/support/helpers/misc_helpers.rb:65:in `try_for'
./features/step_definitions/common_steps.rb:404:in `enter_boot_menu_cmdline'
./features/step_definitions/common_steps.rb:442:in `block in <top (required)>'
./features/step_definitions/common_steps.rb:284:in `block in <top (required)>' (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/common_steps.rb:404:in `enter_boot_menu_cmdline'
./features/step_definitions/common_steps.rb:442:in `/^the computer (?:re)?boots Tails$/'
./features/step_definitions/common_steps.rb:284: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:330 10.609

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

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_test-suite-early-boot-hooks/5/artifact/build-artifacts/01:00:25_Booting_Tails_from_a_USB_drive_in_UEFI_mode.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_test-suite-early-boot-hooks/5/artifact/build-artifacts/01:00:25_Booting_Tails_from_a_USB_drive_in_UEFI_mode.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_test-suite-early-boot-hooks/5/artifact/build-artifacts/01:00:25_Booting_Tails_from_a_USB_drive_in_UEFI_mode.journal

After features/support/hooks.rb:100 0.056
Tags: @product
2:28.039
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails from DVD without network and logged in 9.297
And I plug and mount a USB drive containing a Tails USB image 46.893
And I create a 7200 MiB disk named "usbimage" 0.435
And I plug USB drive "usbimage" 2.358
And I install a Tails USB image to the 7200 MiB disk with GNOME Disks 1:29.052
After features/support/hooks.rb:330 3.922
After features/support/hooks.rb:100 0.104
Tags: @product
1:40.957
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given a computer 0.265
And I start Tails from USB drive "usbimage" with network unplugged and I login 1:39.044
Then Tails is running from USB drive "usbimage" 0.361
And the label of the system partition on "usbimage" is "Tails" 0.335
And the system partition on "usbimage" is an EFI system partition 0.243
And the FAT filesystem on the system partition on "usbimage" is at least 4000M large 0.149
And the UUID of the FAT filesystem on the system partition on "usbimage" was randomized 0.092
And the label of the FAT filesystem on the system partition on "usbimage" is "TAILS" 0.370
And the system partition on "usbimage" has the expected flags 0.093
After features/support/hooks.rb:330 1.830
After features/support/hooks.rb:100 0.011
Tags: @product
3:0.512
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given a computer 0.957
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.405
And I plug USB drive "temp" 1.174
And I write the Tails USB image to disk "temp" 45.377
And I start Tails from USB drive "temp" with network unplugged 1:47.116
Then Tails is running from USB drive "temp" 0.417
When I log in to a new session 17.748
And all notifications have disappeared 7.060
Then the system journal includes message "Detected partitioning-corruption, but not showing any message" 0.253
After features/support/hooks.rb:330 0.905
After features/support/hooks.rb:100 0.008
Tags: @product
2:33.938
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given a computer 0.316
And I set Tails to boot with options "test_gpt_corruption=guid" 0.000
And I create a 7200 MiB disk named "temp" 0.214
And I plug USB drive "temp" 1.059
And I write the Tails USB image to disk "temp" 36.701
And I start Tails from USB drive "temp" with network unplugged 1:29.132
Then Tails is running from USB drive "temp" 0.356
When I log in to a new session 18.418
And all notifications have disappeared 7.538
Then I see an error about system partition resizing 0.200
After features/support/hooks.rb:330 0.754
After features/support/hooks.rb:100 0.006