Project Number Date
test_Tails_ISO_20268-more-early-patch-functionality 38 12 Apr 2024, 01:22

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Installing Tails to a USB drive 63 2 5 0 0 70 8 2 10 35:50.329 Failed
Tags: @product
Feature Installing Tails to a USB drive
As a Tails user I want to install Tails to a suitable USB drive
22.467
Before features/support/hooks.rb:259 0.002
Given I have started Tails from DVD without network and logged in 7.849
And I temporarily create a 4 GiB disk named "gptfat" 0.053
And I create a gpt partition with a vfat filesystem on disk "gptfat" 3.999
And I plug USB drive "gptfat" 2.463
When I start Tails Installer 8.060
Then I am told by Tails Installer that the destination device "is too small" 0.040
After features/support/hooks.rb:305 0.689
After features/support/hooks.rb:89 0.001
Tags: @product
23.366
Before features/support/hooks.rb:259 0.002
Given I have started Tails from DVD without network and logged in 7.888
And I temporarily create a 7200 MiB disk named "temp" 0.050
And I start Tails Installer 12.545
But a suitable USB device is not found 0.023
When I plug USB drive "temp" 2.575
Then the "temp" USB drive is selected 0.078
When I unplug USB drive "temp" 0.185
Then a suitable USB device is not found 0.018
After features/support/hooks.rb:305 0.619
After features/support/hooks.rb:89 0.000
Tags: @product
3:39.558
Before features/support/hooks.rb:259 0.002
Given I have started Tails from DVD without network and logged in 7.911
And I temporarily create a 7200 MiB disk named "install" 0.051
And I create a gpt partition with a vfat filesystem on disk "install" 4.039
And I plug USB drive "install" 2.503
And I install Tails to USB drive "install" by cloning 3:15.444
Then the running Tails is installed on USB drive "install" 9.523
But there is no persistence partition on USB drive "install" 0.084
After features/support/hooks.rb:305 1.214
After features/support/hooks.rb:89 0.112
Tags: @product
3:37.250
Before features/support/hooks.rb:259 0.002
Given I have started Tails from DVD without network and logged in 8.156
And I temporarily create a 7200 MiB disk named "install" 0.042
And I plug USB drive "install" 2.477
And I install Tails to USB drive "install" by cloning 3:16.680
Then the running Tails is installed on USB drive "install" 9.831
But there is no persistence partition on USB drive "install" 0.061
After features/support/hooks.rb:305 1.198
After features/support/hooks.rb:89 0.126
Tags: @product
4:12.949
Before features/support/hooks.rb:259 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.768
And I create a file in the Persistent directory 0.107
And I temporarily create a 7200 MiB disk named "install" 0.050
And I create a gpt partition with a vfat filesystem on disk "install" 4.045
And I plug USB drive "install" 2.492
And I install Tails with Persistent Storage to USB drive "install" by cloning 3:39.074
Then the running Tails is installed on USB drive "install" 12.600
And there is a persistence partition on USB drive "install" 0.063
And the USB drive "install" contains the same files as my persistent storage 3.746
After features/support/hooks.rb:305 2.145
After features/support/hooks.rb:89 0.131
Tags: @product
3:43.391
Before features/support/hooks.rb:259 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.049
And I temporarily create a 7200 MiB disk named "install" 0.042
And I plug USB drive "install" 2.394
And I install Tails to USB drive "install" by cloning 3:18.232
Then the running Tails is installed on USB drive "install" 12.616
And there is no persistence partition on USB drive "install" 0.056
After features/support/hooks.rb:305 1.715
After features/support/hooks.rb:89 0.097
Tags: @product
15:40.050
Scenario Re-installing Tails over an existing USB installation with a persistent partition
Before features/support/hooks.rb:259 0.002
Steps
# 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 9.397
And I have started Tails from DVD without network and logged in 8.522
And I clone USB drive "__internal" to a temporary USB drive "install" 0.950
And I plug USB drive "install" 2.675
# 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 15:18.504
try_for() timeout expired
Last ignored exception was: Dogtail::Failure: The Dogtail init script raised: SearchError: descendent of [application | tails-installer]: child with name="Information" roleName='alert'
STDOUT:

STDERR:


./features/support/helpers/dogtail.rb:93:in `run'
./features/support/helpers/dogtail.rb:335:in `initialize'
./features/support/helpers/dogtail.rb:264:in `new'
./features/support/helpers/dogtail.rb:264:in `call_tree_api_method'
./features/support/helpers/dogtail.rb:272:in `child'
./features/step_definitions/usb.rb:262:in `block (2 levels) in <top (required)>'
./features/support/helpers/misc_helpers.rb:79:in `block (2 levels) in try_for'
./features/support/helpers/misc_helpers.rb:67:in `loop'
./features/support/helpers/misc_helpers.rb:67:in `block in try_for'
./features/support/helpers/misc_helpers.rb:66:in `try_for'
./features/step_definitions/usb.rb:260:in `block in <top (required)>' (Timeout::Error)
./features/support/helpers/misc_helpers.rb:146:in `rescue in try_for'
./features/support/helpers/misc_helpers.rb:52:in `try_for'
./features/step_definitions/usb.rb:260:in `/^I (install|reinstall|upgrade) Tails( with Persistent Storage)? (?:to|on) USB drive "([^"]+)" by cloning$/'
features/usb_install.feature:71:in `When I reinstall Tails to USB drive "install" by cloning'
Then the running Tails is installed on USB drive "install" 0.000
And there is no persistence partition on USB drive "install" 0.000
After features/support/hooks.rb:305 5.416

SCENARIO FAILED: 'Re-installing Tails over an existing USB installation with a persistent partition' (at time 01:27:13)

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/38/artifact/build-artifacts/01:27:13_Re-installing_Tails_over_an_existing_USB_installation_with_a_persistent_partition.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/38/artifact/build-artifacts/01:27:13_Re-installing_Tails_over_an_existing_USB_installation_with_a_persistent_partition.mkv

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/38/artifact/build-artifacts/01:27:13_Re-installing_Tails_over_an_existing_USB_installation_with_a_persistent_partition.boot-log

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/38/artifact/build-artifacts/01:27:13_Re-installing_Tails_over_an_existing_USB_installation_with_a_persistent_partition.journal

After features/support/hooks.rb:89 0.120
Tags: @product @uefi
1:34.014
Scenario Booting Tails from a USB drive in UEFI mode
Before features/support/hooks.rb:259 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 9.737
And I power off the computer 0.332
And the computer is set to boot in UEFI mode 0.028
When I start Tails from USB drive "__internal" with network unplugged and I login 1:23.915
The
The Dogtail init script raised: SearchError: child of [desktop frame | main]: "gnome-shell" application
STDOUT:

STDERR:

 (Dogtail::Failure)
./features/support/helpers/dogtail.rb:93:in `run'
./features/support/helpers/dogtail.rb:70:in `initialize'
./features/step_definitions/common_steps.rb:711:in `new'
./features/step_definitions/common_steps.rb:711:in `/^all notifications have disappeared$/'
./features/step_definitions/common_steps.rb:295: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:80: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:305 3.916

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

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/38/artifact/build-artifacts/01:28:53_Booting_Tails_from_a_USB_drive_in_UEFI_mode.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/38/artifact/build-artifacts/01:28:53_Booting_Tails_from_a_USB_drive_in_UEFI_mode.mkv

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/38/artifact/build-artifacts/01:28:53_Booting_Tails_from_a_USB_drive_in_UEFI_mode.boot-log

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/38/artifact/build-artifacts/01:28:53_Booting_Tails_from_a_USB_drive_in_UEFI_mode.journal

After features/support/hooks.rb:89 0.006
Tags: @product
1:18.271
Before features/support/hooks.rb:259 0.002
Given I have started Tails from DVD without network and logged in 7.918
And I plug and mount a USB drive containing a Tails USB image 27.014
And I create a 7200 MiB disk named "usbimage" 0.043
And I plug USB drive "usbimage" 2.376
And I install a Tails USB image to the 7200 MiB disk with GNOME Disks 40.917
After features/support/hooks.rb:305 1.884
After features/support/hooks.rb:89 0.087
Tags: @product
1:19.010
Before features/support/hooks.rb:259 0.003
Given a computer 0.143
And I start Tails from USB drive "usbimage" with network unplugged and I login 1:17.885
Then Tails is running from USB drive "usbimage" 0.313
And the label of the system partition on "usbimage" is "Tails" 0.202
And the system partition on "usbimage" is an EFI system partition 0.141
And the FAT filesystem on the system partition on "usbimage" is at least 4000M large 0.119
And the UUID of the FAT filesystem on the system partition on "usbimage" was randomized 0.063
And the label of the FAT filesystem on the system partition on "usbimage" is "TAILS" 0.072
And the system partition on "usbimage" has the expected flags 0.068
After features/support/hooks.rb:305 1.106
After features/support/hooks.rb:89 0.005