Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 103 26 Jun 2025, 21:08

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 32:15.448 Failed
Tags: @product
Feature Installing Tails to a USB drive
As a Tails user I want to install Tails to a suitable USB drive
58.379
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.005
Given I have started Tails from DVD without network and logged in 26.662
And I temporarily create a 4 GiB disk named "gptfat" 0.873
And I create a gpt partition with a vfat filesystem on disk "gptfat" 12.327
And I plug USB drive "gptfat" 2.797
When I start Tails Installer 15.663
Then I am told by Tails Installer that the destination device "is too small" 0.054
After features/support/hooks.rb:335 1.235
After features/support/hooks.rb:105 0.001
Tags: @product
29.762
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 11.296
And I temporarily create a 7200 MiB disk named "temp" 0.134
And I start Tails Installer 10.600
But a suitable USB device is not found 0.050
When I plug USB drive "temp" 3.194
Then the "temp" USB drive is selected 0.511
When I unplug USB drive "temp" 3.816
Then a suitable USB device is not found 0.157
After features/support/hooks.rb:335 2.184
After features/support/hooks.rb:105 0.000
Tags: @product
3:28.683
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.007
Given I have started Tails from DVD without network and logged in 10.139
And I temporarily create a 7200 MiB disk named "install" 0.069
And I create a gpt partition with a vfat filesystem on disk "install" 11.542
And I plug USB drive "install" 2.925
And I install Tails to USB drive "install" by cloning 2:15.714
Then the running Tails is installed on USB drive "install" 34.058
And there is a random seed on USB drive "install" 13.822
But there is no persistence partition on USB drive "install" 0.410
After features/support/hooks.rb:335 2.878
After features/support/hooks.rb:105 0.143
Tags: @product
4:1.499
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 39.829
And I temporarily create a 7200 MiB disk named "install" 0.067
And I plug USB drive "install" 4.684
And I install Tails to USB drive "install" by cloning 2:31.829
Then the running Tails is installed on USB drive "install" 38.977
And there is a random seed on USB drive "install" 6.009
But there is no persistence partition on USB drive "install" 0.100
After features/support/hooks.rb:335 7.015
After features/support/hooks.rb:105 0.400
Tags: @product
5:53.507
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 55.414
And I create a file in the Persistent directory 0.749
And I temporarily create a 7200 MiB disk named "install" 0.319
And I create a gpt partition with a vfat filesystem on disk "install" 11.838
And I plug USB drive "install" 3.395
And I install Tails with Persistent Storage to USB drive "install" by cloning 3:32.123
Then the running Tails is installed on USB drive "install" 45.994
And there is a random seed on USB drive "install" 17.227
And there is a persistence partition on USB drive "install" 0.353
And the USB drive "install" contains the same files as my persistent storage 6.090
After features/support/hooks.rb:335 9.414
After features/support/hooks.rb:105 0.579
Tags: @product
4:47.502
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.013
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 57.238
And I temporarily create a 7200 MiB disk named "install" 0.907
And I plug USB drive "install" 4.822
And I install Tails to USB drive "install" by cloning 2:42.456
Then the running Tails is installed on USB drive "install" 53.845
And there is a random seed on USB drive "install" 7.857
And there is no persistence partition on USB drive "install" 0.375
After features/support/hooks.rb:335 5.666
After features/support/hooks.rb:105 0.775
Tags: @product
1:27.458
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.047
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:27.458
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 6.737

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

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20297-debug-proxy-refusing-connections/103/artifact/build-artifacts/01:20:01_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/103/artifact/build-artifacts/01:20:01_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/103/artifact/build-artifacts/01:20:01_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/103/artifact/build-artifacts/01:20:01_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:2.693
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 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 23.350
And I power off the computer 5.069
And the computer is set to boot in UEFI mode 1.347
When I start Tails from USB drive "__internal" with network unplugged and I login 3:25.767
Then Tails is running from USB drive "__internal" 0.620
And the boot device has safe access rights 6.160
And Tails has started in UEFI mode 0.376
After features/support/hooks.rb:335 3.793
After features/support/hooks.rb:105 0.075
Tags: @product
3:49.101
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.016
Given I have started Tails from DVD without network and logged in 14.499
And I plug and mount a USB drive containing a Tails USB image 1:38.988
And I create a 7200 MiB disk named "usbimage" 0.060
And I plug USB drive "usbimage" 3.608
And I install a Tails USB image to the 7200 MiB disk with GNOME Disks 1:51.944
After features/support/hooks.rb:335 4.582
After features/support/hooks.rb:105 0.102
Tags: @product
3:16.861
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.003
Given a computer 0.847
And I start Tails from USB drive "usbimage" with network unplugged and I login 3:13.808
Then Tails is running from USB drive "usbimage" 0.650
And the label of the system partition on "usbimage" is "Tails" 0.392
And the system partition on "usbimage" is an EFI system partition 0.338
And the FAT filesystem on the system partition on "usbimage" is at least 4000M large 0.197
And the UUID of the FAT filesystem on the system partition on "usbimage" was randomized 0.226
And the label of the FAT filesystem on the system partition on "usbimage" is "TAILS" 0.229
And the system partition on "usbimage" has the expected flags 0.171
After features/support/hooks.rb:335 0.678
After features/support/hooks.rb:105 0.005