Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 118 14 Jul 2025, 21:22

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Installing Tails to a USB drive 67 1 7 0 0 75 9 1 10 30:15.301 Failed
Tags: @product
Feature Installing Tails to a USB drive
As a Tails user I want to install Tails to a suitable USB drive
41.192
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.003
Given I have started Tails from DVD without network and logged in 14.570
And I temporarily create a 4 GiB disk named "gptfat" 0.197
And I create a gpt partition with a vfat filesystem on disk "gptfat" 7.723
And I plug USB drive "gptfat" 3.842
When I start Tails Installer 14.791
Then I am told by Tails Installer that the destination device "is too small" 0.067
After features/support/hooks.rb:335 1.285
After features/support/hooks.rb:105 0.001
Tags: @product
32.140
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.004
Given I have started Tails from DVD without network and logged in 11.835
And I temporarily create a 7200 MiB disk named "temp" 0.210
And I start Tails Installer 11.186
But a suitable USB device is not found 0.026
When I plug USB drive "temp" 5.102
Then the "temp" USB drive is selected 1.110
When I unplug USB drive "temp" 2.275
Then a suitable USB device is not found 0.394
After features/support/hooks.rb:335 1.841
After features/support/hooks.rb:105 0.001
Tags: @product
3:10.175
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.010
Given I have started Tails from DVD without network and logged in 9.507
And I temporarily create a 7200 MiB disk named "install" 0.062
And I create a gpt partition with a vfat filesystem on disk "install" 13.028
And I plug USB drive "install" 2.701
And I install Tails to USB drive "install" by cloning 2:5.318
Then the running Tails is installed on USB drive "install" 33.204
And there is a random seed on USB drive "install" 6.262
But there is no persistence partition on USB drive "install" 0.089
After features/support/hooks.rb:335 4.329
After features/support/hooks.rb:105 0.385
Tags: @product
3:14.301
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.014
Given I have started Tails from DVD without network and logged in 14.053
And I temporarily create a 7200 MiB disk named "install" 0.066
And I plug USB drive "install" 4.737
And I install Tails to USB drive "install" by cloning 2:9.640
Then the running Tails is installed on USB drive "install" 38.590
And there is a random seed on USB drive "install" 7.114
But there is no persistence partition on USB drive "install" 0.099
After features/support/hooks.rb:335 4.833
After features/support/hooks.rb:105 0.299
Tags: @product
5:19.481
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.014
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 18.366
And I create a file in the Persistent directory 1.893
And I temporarily create a 7200 MiB disk named "install" 0.828
And I create a gpt partition with a vfat filesystem on disk "install" 13.002
And I plug USB drive "install" 5.240
And I install Tails with Persistent Storage to USB drive "install" by cloning 3:34.107
Then the running Tails is installed on USB drive "install" 51.100
And there is a random seed on USB drive "install" 8.673
And there is a persistence partition on USB drive "install" 0.082
And the USB drive "install" contains the same files as my persistent storage 6.185
After features/support/hooks.rb:335 8.223
After features/support/hooks.rb:105 0.345
Tags: @product
4:40.700
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.007
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 32.785
And I temporarily create a 7200 MiB disk named "install" 0.466
And I plug USB drive "install" 9.081
And I install Tails to USB drive "install" by cloning 2:51.228
Then the running Tails is installed on USB drive "install" 48.551
And there is a random seed on USB drive "install" 17.917
And there is no persistence partition on USB drive "install" 0.669
After features/support/hooks.rb:335 2.364
After features/support/hooks.rb:105 0.155
Tags: @product
1:15.504
Scenario Re-installing Tails over an existing USB installation with a persistent partition
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.054
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 1:15.504
Failed to restore snapshot (RuntimeError)
./features/step_definitions/common_steps.rb:89:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/common_steps.rb:95:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/common_steps.rb:95:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/common_steps.rb:95:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/snapshots.rb:173:in `/^I\ have\ started\ Tails\ without\ network\ from\ a\ USB\ drive\ with\ a\ persistent\ partition\ enabled\ and\ logged\ in$/'
features/usb_install.feature:70:in `Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in'
And I have started Tails from DVD without network and logged in 0.000
And I clone USB drive "__internal" to a temporary USB drive "install" 0.000
And I plug USB drive "install" 0.000
# 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 0.000
Then the running Tails is installed on USB drive "install" 0.000
And there is a random seed on USB drive "install" 0.000
And there is no persistence partition on USB drive "install" 0.000
After features/support/hooks.rb:335 7.459

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

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20297-debug-proxy-refusing-connections/118/artifact/build-artifacts/01:13:20_Re-installing_Tails_over_an_existing_USB_installation_with_a_persistent_partition.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20297-debug-proxy-refusing-connections/118/artifact/build-artifacts/01:13:20_Re-installing_Tails_over_an_existing_USB_installation_with_a_persistent_partition.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20297-debug-proxy-refusing-connections/118/artifact/build-artifacts/01:13:20_Re-installing_Tails_over_an_existing_USB_installation_with_a_persistent_partition.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20297-debug-proxy-refusing-connections/118/artifact/build-artifacts/01:13:20_Re-installing_Tails_over_an_existing_USB_installation_with_a_persistent_partition.journal

After features/support/hooks.rb:105 0.000
Tags: @product @uefi
4:20.103
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.054
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 21.810
And I power off the computer 2.780
And the computer is set to boot in UEFI mode 3.826
When I start Tails from USB drive "__internal" with network unplugged and I login 3:46.572
Then Tails is running from USB drive "__internal" 0.586
And the boot device has safe access rights 4.444
And Tails has started in UEFI mode 0.082
After features/support/hooks.rb:335 0.798
After features/support/hooks.rb:105 0.022
Tags: @product
3:52.546
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.003
Given I have started Tails from DVD without network and logged in 21.975
And I plug and mount a USB drive containing a Tails USB image 1:36.822
And I create a 7200 MiB disk named "usbimage" 0.048
And I plug USB drive "usbimage" 3.466
And I install a Tails USB image to the 7200 MiB disk with GNOME Disks 1:50.233
After features/support/hooks.rb:335 5.183
After features/support/hooks.rb:105 0.137
Tags: @product
3:9.155
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.002
Given a computer 0.195
And I start Tails from USB drive "usbimage" with network unplugged and I login 3:1.793
Then Tails is running from USB drive "usbimage" 0.533
And the label of the system partition on "usbimage" is "Tails" 0.524
And the system partition on "usbimage" is an EFI system partition 1.470
And the FAT filesystem on the system partition on "usbimage" is at least 4000M large 1.675
And the UUID of the FAT filesystem on the system partition on "usbimage" was randomized 2.129
And the label of the FAT filesystem on the system partition on "usbimage" is "TAILS" 0.478
And the system partition on "usbimage" has the expected flags 0.354
After features/support/hooks.rb:335 2.848
After features/support/hooks.rb:105 0.037