Project Number Date
test_Tails_ISO_stable 6633 03 Sep 2026, 15:21

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
System memory erasure on shutdown 46 1 4 0 0 51 5 1 6 4:30.316 Failed
Feature System memory erasure on shutdown
As a Tails user when I shutdown Tails I want the system memory to be free from sensitive data.
21.536
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.002
Given I have started Tails from DVD without network and logged in 6.871
And I prepare Tails for memory erasure tests 0.345
When I start a process allocating 128 MiB of memory with a known pattern 2.198
# Since Debian Trixie we only get 99.610% coverage (tails#21012)
Then patterns cover at least 127 MiB in the guest's memory 3.155

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

When I kill the allocating process 0.248
Then I find very few patterns in the guest's memory after 5 seconds 8.717

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

After features/support/hooks.rb:339 0.817
After features/support/hooks.rb:108 0.000
22.376
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.002
Given I have started Tails from DVD without network and logged in 6.935
And I prepare Tails for memory erasure tests 0.368
And I find very few patterns in the guest's memory 2.683

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

When I mount a 128 MiB tmpfs on "/mnt" and fill it with a known pattern 1.494
Then patterns cover at least 99% of the test FS size in the guest's memory 4.655

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

When I umount "/mnt" 0.393
Then I find very few patterns in the guest's memory after 3 seconds 5.845

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

After features/support/hooks.rb:339 0.947
After features/support/hooks.rb:108 0.000
41.703
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.008
Given I have started Tails from DVD without network and logged in 6.305
And I prepare Tails for memory erasure tests 0.468
When I plug and mount a 128 MiB USB drive with a vfat filesystem 6.504
Then I find very few patterns in the guest's memory 3.745

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

# write cache
When I fill the USB drive with a known pattern 2.675
Then patterns cover at least 75% of the test FS size in the guest's memory 4.445

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

When I umount the USB drive 0.694
Then I find very few patterns in the guest's memory after 3 seconds 5.838

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

# read cache
When I mount the USB drive again 0.227
And I read the content of the test FS 0.554
Then patterns cover at least 99% of the test FS size in the guest's memory 4.018

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

When I umount the USB drive 0.473
Then I find very few patterns in the guest's memory after 3 seconds 5.752

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

After features/support/hooks.rb:339 1.042
After features/support/hooks.rb:108 0.000
1:8.392
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.001
Given I have started Tails from DVD without network and logged in 6.451
And I prepare Tails for memory erasure tests 0.356
When I plug and mount a 128 MiB USB drive with an ext4 filesystem encrypted with password "asdf" 30.877
Then I find very few patterns in the guest's memory 2.639

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

# write cache
When I fill the USB drive with a known pattern 1.128
Then patterns cover at least 99% of the test FS size in the guest's memory 2.904

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

When I umount the USB drive 0.843
Then I find very few patterns in the guest's memory after 3 seconds 6.800

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

# read cache
When I mount the USB drive again 4.184
And I read the content of the test FS 0.390
Then patterns cover at least 99% of the test FS size in the guest's memory 4.208

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

When I umount the USB drive 0.433
Then I find very few patterns in the guest's memory after 3 seconds 7.173

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

After features/support/hooks.rb:339 0.897
After features/support/hooks.rb:108 0.000
55.813
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.002
Given I have started Tails from DVD without network and logged in 18.313
And I prepare Tails for memory erasure tests 0.309
When I fill a 128 MiB file with a known pattern on the root filesystem 12.658
# ensure the pattern is in memory due to tmpfs, not to disk cache
And I drop all kernel caches 1.503
Then patterns cover at least 128 MiB in the guest's memory 2.289

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

When I trigger shutdown 0.006
Then I find very few patterns in the guest's memory after 20 seconds 20.733

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

After features/support/hooks.rb:339 3.757
After features/support/hooks.rb:108 0.000
1:0.493
Scenario Erasure of read and write disk caches of persistent data on shutdown
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.001
Steps
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 1:0.493
Known issue #20282: Error starting GDM with your graphics card (RuntimeError)
./features/step_definitions/common_steps.rb:450:in `/^the computer (?:re)?boots Tails$/'
./features/step_definitions/common_steps.rb:238: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/step_definitions/snapshots.rb:206:in `block in reach_checkpoint'
./features/step_definitions/snapshots.rb:203:in `each'
./features/step_definitions/snapshots.rb:203:in `reach_checkpoint'
./features/step_definitions/snapshots.rb:190:in `reach_checkpoint'
./features/step_definitions/snapshots.rb:190:in `reach_checkpoint'
./features/step_definitions/snapshots.rb:190:in `reach_checkpoint'
./features/step_definitions/snapshots.rb:226:in `/^I\ have\ started\ Tails\ without\ network\ from\ a\ USB\ drive\ with\ a\ persistent\ partition\ enabled\ and\ logged\ in$/'
features/erase_memory.feature:76:in `Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in'
And I prepare Tails for memory erasure tests 0.000
When I fill a 128 MiB file with a known pattern on the persistent filesystem 0.000
When I trigger shutdown 0.000
Then I find very few patterns in the guest's memory after 20 seconds 0.000
After features/support/hooks.rb:339 4.968

SCENARIO FAILED: 'Erasure of read and write disk caches of persistent data on shutdown' (at time 00:32:27)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6633/artifact/build-artifacts/00:32:27_Erasure_of_read_and_write_disk_caches_of_persistent_data_on_shutdown.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6633/artifact/build-artifacts/00:32:27_Erasure_of_read_and_write_disk_caches_of_persistent_data_on_shutdown.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6633/artifact/build-artifacts/00:32:27_Erasure_of_read_and_write_disk_caches_of_persistent_data_on_shutdown.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6633/artifact/build-artifacts/00:32:27_Erasure_of_read_and_write_disk_caches_of_persistent_data_on_shutdown.journal

After features/support/hooks.rb:108 0.005