Project Number Date
test_Tails_ISO_feature-trixie 5 27 May 2025, 18:51

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Emergency shutdown 27 3 6 0 0 36 2 3 5 7:25.415 Failed
Feature Emergency shutdown
As a Tails user when I unplug my Tails device to trigger emergency shutdown I want the system memory to be free from sensitive data.
1:34.123
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Given I have started Tails from DVD and logged in and the network is connected 1:23.197
When I eject the boot medium 0.349
Then Tails eventually shuts down 10.576
After features/support/hooks.rb:330 0.267
After features/support/hooks.rb:100 0.000
50.706
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.647
And I prepare Tails for memory erasure tests 0.538
And I fill a 128 MiB file with a known pattern on the root filesystem 22.705
And patterns cover at least 128 MiB in the guest's memory 3.822

Pattern coverage: 100.000% (128 MiB out of 128 MiB reference memory)

When I eject the boot medium 0.505
And I wait for Tails to finish wiping the memory 12.408
Then I find very few patterns in the guest's memory 1.078

Pattern coverage: 0.000% (0 MiB out of 781 MiB reference memory)

After features/support/hooks.rb:330 3.591
After features/support/hooks.rb:100 0.000
1:58.035
Scenario Tails erases memory on DVD boot medium removal: vfat
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Steps
Given I have started Tails from DVD without network and logged in 9.065
And I prepare Tails for memory erasure tests 0.447
And I plug and mount a 128 MiB USB drive with a vfat filesystem 10.353
And I fill the USB drive with a known pattern 3.094
And I read the content of the test FS 0.074
And patterns cover at least 90% of the test FS size in the guest's memory 4.390

Pattern coverage: 100.000% (127 MiB out of 127 MiB reference memory)

When I eject the boot medium 0.321
And I wait for Tails to finish wiping the memory 1:30.287
cannot find MemoryWipeCompleted.png on the screen (FindFailed)
./features/support/helpers/screen.rb:181:in `rescue in wait'
./features/support/helpers/screen.rb:165:in `wait'
./features/step_definitions/erase_memory.rb:232:in `/^I wait for Tails to finish wiping the memory$/'
features/emergency_shutdown.feature:33:in `And I wait for Tails to finish wiping the memory'
Then I find very few patterns in the guest's memory 0.000
After features/support/hooks.rb:330 10.552

SCENARIO FAILED: 'Tails erases memory on DVD boot medium removal: vfat' (at time 03:30:05)

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/5/artifact/build-artifacts/03:30:05_Tails_erases_memory_on_DVD_boot_medium_removal:_vfat.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/5/artifact/build-artifacts/03:30:05_Tails_erases_memory_on_DVD_boot_medium_removal:_vfat.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/5/artifact/build-artifacts/03:30:05_Tails_erases_memory_on_DVD_boot_medium_removal:_vfat.journal

After features/support/hooks.rb:100 0.000
2:27.255
Scenario Tails erases memory on DVD boot medium removal: LUKS-encrypted ext4
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Steps
Given I have started Tails from DVD without network and logged in 9.340
And I prepare Tails for memory erasure tests 0.499
And I plug and mount a 128 MiB USB drive with an ext4 filesystem encrypted with password "asdf" 41.045
And I fill the USB drive with a known pattern 1.619
And I read the content of the test FS 0.166
And patterns cover at least 99% of the test FS size in the guest's memory 3.821

Pattern coverage: 106.113% (97 MiB out of 91 MiB reference memory)

When I eject the boot medium 0.382
And I wait for Tails to finish wiping the memory 1:30.380
cannot find MemoryWipeCompleted.png on the screen (FindFailed)
./features/support/helpers/screen.rb:181:in `rescue in wait'
./features/support/helpers/screen.rb:165:in `wait'
./features/step_definitions/erase_memory.rb:232:in `/^I wait for Tails to finish wiping the memory$/'
features/emergency_shutdown.feature:44:in `And I wait for Tails to finish wiping the memory'
Then I find very few patterns in the guest's memory 0.000
After features/support/hooks.rb:330 10.832

SCENARIO FAILED: 'Tails erases memory on DVD boot medium removal: LUKS-encrypted ext4' (at time 03:32:43)

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/5/artifact/build-artifacts/03:32:43_Tails_erases_memory_on_DVD_boot_medium_removal:_LUKS-encrypted_ext4.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/5/artifact/build-artifacts/03:32:43_Tails_erases_memory_on_DVD_boot_medium_removal:_LUKS-encrypted_ext4.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/5/artifact/build-artifacts/03:32:43_Tails_erases_memory_on_DVD_boot_medium_removal:_LUKS-encrypted_ext4.journal

After features/support/hooks.rb:100 0.000
35.294
Scenario Tails erases memory and shuts down on USB boot medium removal: persistent data
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 with a persistent partition enabled and logged in 11.190
And I prepare Tails for memory erasure tests 0.628
And I fill a 128 MiB file with a known pattern on the persistent filesystem 19.733
And patterns cover at least 100 MiB in the guest's memory 3.742
98.984% of the expected size (100 MiB) has the pattern, but more than 100.000% was expected.
<false> is not true. (Test::Unit::AssertionFailedError)
./features/step_definitions/erase_memory.rb:186:in `/^patterns cover at least (\d+) MiB in the guest's memory$/'
features/emergency_shutdown.feature:51:in `And patterns cover at least 100 MiB in the guest's memory'
Output 1

Pattern coverage: 98.984% (98 MiB out of 100 MiB reference memory)

When I eject the boot medium 0.000
And I wait for Tails to finish wiping the memory 0.000
Then I find very few patterns in the guest's memory 0.000
And Tails eventually shuts down 0.000
After features/support/hooks.rb:330 5.548

SCENARIO FAILED: 'Tails erases memory and shuts down on USB boot medium removal: persistent data' (at time 03:33:29)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/5/artifact/build-artifacts/03:33:29_Tails_erases_memory_and_shuts_down_on_USB_boot_medium_removal:_persistent_data.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/5/artifact/build-artifacts/03:33:29_Tails_erases_memory_and_shuts_down_on_USB_boot_medium_removal:_persistent_data.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/5/artifact/build-artifacts/03:33:29_Tails_erases_memory_and_shuts_down_on_USB_boot_medium_removal:_persistent_data.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/5/artifact/build-artifacts/03:33:29_Tails_erases_memory_and_shuts_down_on_USB_boot_medium_removal:_persistent_data.journal

After features/support/hooks.rb:100 0.000