Project Number Date
test_Tails_ISO_21014-htpdateerror 28 15 Jul 2025, 01:48

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Tails persistence 151 1 5 0 0 157 20 1 21 1:51.799 Failed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:24.174
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:35.294
And I update APT using apt 20.441
And I install "python3-behave" using apt 26.267
Then the Tails Persistent Storage behave tests pass 2.171
After features/support/hooks.rb:330 0.588
After features/support/hooks.rb:100 0.000
Tags: @product
44.290
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 11.135
When I log in to a new session without activating the Persistent Storage 24.470
Then Tails is running from USB drive "__internal" 0.554
And persistence is disabled 0.461
But a Tails persistence partition exists on USB drive "__internal" 7.668
After features/support/hooks.rb:330 2.027
After features/support/hooks.rb:100 0.000
Tags: @product
3:11.557
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails without network from a USB drive without a persistent partition and logged in 11.953
Then Tails is running from USB drive "__internal" 0.397
When I create a file in the Persistent directory 0.120
And I create a persistent partition with the default settings 22.444
Then the file I created was copied to the Persistent Storage 2.107
When I shutdown Tails and wait for the computer to power off 14.030
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:19.220
Then persistence for "Persistent" is active 1.210
And the file I created in the Persistent directory exists 0.070
After features/support/hooks.rb:330 2.126
After features/support/hooks.rb:100 0.007
Tags: @product
59.908
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 without a persistent partition and logged in 10.303
And the system is very low on memory 3.374
When I create a file in the Persistent directory 1.087
When I try to create a persistent partition 24.825
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.135
When I close the Persistent Storage app 2.715
And I free up some memory 3.302
And I create a persistent partition with the default settings 13.914
Then the file I created was copied to the Persistent Storage 0.249
After features/support/hooks.rb:330 1.729
After features/support/hooks.rb:100 0.000
Tags: @product
3:8.300
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 12.371
Then Tails is running from USB drive "__internal" 0.625
And all tps features are active 2.561
And all persistent directories have safe access rights 2.795
When I disable the first tps feature 5.860
Then all tps features but the first one are active 2.677
And I shutdown Tails and wait for the computer to power off 10.817
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:28.183
Then all tps features but the first one are active 2.408
After features/support/hooks.rb:330 1.264
After features/support/hooks.rb:100 0.009
Tags: @product
20.021
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.111
Then persistence for "Persistent" is active 0.180
And I create a file in the Persistent directory 0.093
Then the file I created was copied to the Persistent Storage 0.067
When I disable the first tps feature 6.122
Then persistence for "Persistent" is not active 0.083
And the Persistent directory does not exist 0.046
When I enable the first tps feature 3.156
Then persistence for "Persistent" is active 0.070
And the file I created in the Persistent directory exists 0.088
After features/support/hooks.rb:330 1.537
After features/support/hooks.rb:100 0.000
Tags: @product
19.735
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.600
Then persistence for "Persistent" is active 0.154
When I create a file in the Persistent directory 0.081
And I disable the first tps feature 6.055
And I delete the data of the Persistent Folder feature 3.780
Then the file I created does not exist on the Persistent Storage 0.061
After features/support/hooks.rb:330 1.675
After features/support/hooks.rb:100 0.000
Tags: @product
1:10.879
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.785
And the network is plugged 0.124
And Tor is ready 24.269
And I take note of which tps features are available 0.620
When I write some files expected to persist 1.810
And I shutdown Tails and wait for the computer to power off 8.472
# XXX: The next step succeeds (and the --debug output confirms that it's actually looking for the files) but will fail in a subsequent scenario restoring the same snapshot. This exactly what we want, but why does it work? What is guestfs's behaviour when qcow2 internal snapshots are involved?
Then only the expected files are present on the persistence partition on USB drive "__internal" 25.796
After features/support/hooks.rb:330 0.112
After features/support/hooks.rb:100 0.000
Tags: @product
3:13.770
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.492
And the network is plugged 0.083
And Tor is ready 18.462
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.184
And I shutdown Tails and wait for the computer to power off 8.475
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:15.857
And I capture all network traffic 0.006
And the network is plugged 0.081
And Tor is ready 19.557
And I switch to the "persistent-con-current" NetworkManager connection 0.363
And the 1st network device has a spoofed MAC address configured 0.077
And no network device leaked the real MAC address 0.126
After features/support/hooks.rb:330 0.638
After features/support/hooks.rb:100 0.058
Tags: @product
58.109
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 11.668
And I enable persistence creation in Tails Greeter 1.124
And I log in to a new session expecting no warning about the Persistent Storage not being activated 22.154
Then I create a persistent partition with the default settings using the wizard that was already open 23.161
After features/support/hooks.rb:330 2.271
After features/support/hooks.rb:100 0.000
Tags: @product
4:30.254
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 and stopped at Tails Greeter's login screen 11.180
When I enable persistence 39.519
Then no persistent Greeter options were restored 14.441
When I set all Greeter options to non-default values 28.705
And I log in to a new session in German (de) after having activated the Persistent Storage 44.046
Then all Greeter options are set to non-default values 0.429
When I cold reboot the computer 8.380
And the computer reboots Tails 1:3.679
Given I enable persistence 19.896
Then persistent Greeter options were restored 0.476
When I log in to a new session after having activated the Persistent Storage 38.847
Then all Greeter options are set to non-default values 0.650
After features/support/hooks.rb:330 1.569
After features/support/hooks.rb:100 0.022
Tags: @product
3:57.643
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.008
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.062
# Note that if anything fails after the passphrase was changed and
# before it's changed back below, subsequent scenarios might fail
# because the Persistent Storage doesn't have the expected passphrase.
When I change the passphrase of the Persistent Storage 35.412
And I shutdown Tails and wait for the computer to power off 13.226
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:20.145
And I change the passphrase of the Persistent Storage back to the original 38.796
After features/support/hooks.rb:330 3.625
After features/support/hooks.rb:100 0.007
Tags: @product
1:3.243
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.549
And I log in to a new session without activating the Persistent Storage 22.059
Then persistence is disabled 0.346
But a Tails persistence partition exists on USB drive "__internal" 11.451
And all notifications have disappeared 11.954
When I delete the persistent partition 7.094
Then there is no persistence partition on USB drive "__internal" 0.787
After features/support/hooks.rb:330 1.798
After features/support/hooks.rb:100 0.000
Tags: @product
2:35.806
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.048
When I write some dotfile expected to persist 0.173
And I shutdown Tails and wait for the computer to power off 8.943
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:16.175
Then the expected persistent dotfile is present in the filesystem 0.465
After features/support/hooks.rb:330 1.483
After features/support/hooks.rb:100 0.008
Tags: @product
1:40.279
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 and stopped at Tails Greeter's login screen 8.970
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.067
When I try to enable persistence 0.307
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 32.874
When I log in to a new session after having activated the Persistent Storage 39.161
And all notifications have disappeared 8.561
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 5.204
And all tps features are enabled 3.050
And all tps features but the first one are active 2.081
After features/support/hooks.rb:330 1.794
After features/support/hooks.rb:100 0.000
Tags: @product
4:42.400
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 3:23.229
And I enable persistence 30.880
And I log in to a new session after having activated the Persistent Storage 42.048
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.676
And persistence is enabled 3.566
After features/support/hooks.rb:330 1.542
After features/support/hooks.rb:100 0.000
Tags: @product
33.723
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a LUKS 1 persistent partition and stopped at Tails Greeter's login screen 9.448
And I enable persistence but something goes wrong during the LUKS header upgrade 23.312
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.961
After features/support/hooks.rb:330 0.711
After features/support/hooks.rb:100 0.000
Tags: @product
46.670
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 8.915
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 7.481
When I enable persistence 27.530
Then the filesystem of the Persistent Storage was repaired 0.089
And persistence is successfully enabled 2.653
After features/support/hooks.rb:330 1.497
After features/support/hooks.rb:100 0.000
Tags: @product
56.256
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.791
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.203
When I try to enable persistence 0.440
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 28.394
When I repair the filesystem of the Persistent Storage 1.298
Then the Welcome Screen tells me that the filesystem was repaired successfully 4.209
And the filesystem of the Persistent Storage was repaired 3.179
When I close the filesystem repair dialog 1.246
Then persistence is successfully enabled 1.490
After features/support/hooks.rb:330 2.498
After features/support/hooks.rb:100 0.000
Tags: @product @doc
21:28.420
Scenario Manual filesystem repair fails
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Steps
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.959
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.226
When I try to enable persistence 0.336
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 31.337
When I repair the filesystem of the Persistent Storage 1.301
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.255
When I log in to a new session 44.752
And all notifications have disappeared 20:0.251
execution expired (RemoteShell::Timeout)
./features/support/helpers/remote_shell.rb:56:in `read'
./features/support/helpers/remote_shell.rb:56:in `block (3 levels) in communicate'
./features/support/helpers/remote_shell.rb:55:in `block (2 levels) in communicate'
./features/support/helpers/remote_shell.rb:42:in `loop'
./features/support/helpers/remote_shell.rb:42:in `block in communicate'
./features/support/helpers/remote_shell.rb:37:in `communicate'
./features/support/helpers/remote_shell.rb:174:in `execute'
./features/support/helpers/remote_shell.rb:185:in `initialize'
./features/support/helpers/dogtail.rb:80:in `new'
./features/support/helpers/dogtail.rb:80:in `run'
./features/support/helpers/dogtail.rb:70:in `initialize'
./features/step_definitions/common_steps.rb:719:in `new'
./features/step_definitions/common_steps.rb:719:in `/^all notifications have disappeared$/'
features/persistence.feature:192:in `And all notifications have disappeared'
# Now both WhisperBack and Tor Browser has started at the same
# time, so we do not know which window is focused. The steps about
# Tor Browser care about that, but the ones about WhisperBack do
# not, so we first deal with WhisperBack and then kill it to
# ensure that Tor Browser is focused.
Then WhisperBack is prefilled for fsck with summary: "Failed to repair the file system of your Persistent Storage" 0.000
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.000
When I close the "whisperback" window 0.000
Then the Tor Browser starts 0.000
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.000
Hooks
After features/support/hooks.rb:330 11.032
no implicit conversion of nil into String (TypeError)
./features/support/hooks.rb:455:in `exist?'
./features/support/hooks.rb:455:in `block (2 levels) in <top (required)>'
./features/support/hooks.rb:450:in `each'
./features/support/hooks.rb:450:in `After'
Output 1

SCENARIO FAILED: 'Manual filesystem repair fails' (at time 04:22:20)

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/28/artifact/build-artifacts/04:22:20_Manual_filesystem_repair_fails.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/28/artifact/build-artifacts/04:22:20_Manual_filesystem_repair_fails.mkv

After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:6.352
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.965
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.616
And Tails detects disk read failures on the boot device 1.556
When I try to enable persistence 0.443
Then the Welcome Screen tells me that my hardware is probably failing 20.295
When I log in to a new session 53.226
And all notifications have disappeared 8.545
Then the Tor Browser starts 24.493
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.209
After features/support/hooks.rb:330 2.943
After features/support/hooks.rb:100 0.000