Project Number Date
test_Tails_ISO_20268-more-early-patch-functionality 95 05 Jun 2024, 06:54

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
System memory erasure on shutdown 52 1 0 0 0 53 5 1 6 11:44.543 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.
18.940
Scenario Erasure of memory freed by killed userspace processes
Before features/support/hooks.rb:269 0.002
Steps
Given I have started Tails from DVD without network and logged in 8.058
And I prepare Tails for memory erasure tests 0.412
When I start a process allocating 128 MiB of memory with a known pattern 2.499
Then patterns cover at least 128 MiB in the guest's memory 3.374

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

When I kill the allocating process 0.652
Then I find very few patterns in the guest's memory 3.943
3.275% of the free memory still has the pattern, but less than 0.800% was expected.
<false> is not true. (Test::Unit::AssertionFailedError)
./features/step_definitions/erase_memory.rb:219:in `/^I find very few patterns in the guest's memory$/'
features/erase_memory.feature:19:in `Then I find very few patterns in the guest's memory'
Output 1

Pattern coverage: 3.275% (28 MiB out of 872 MiB reference memory)

After features/support/hooks.rb:315 5.698

SCENARIO FAILED: 'Erasure of memory freed by killed userspace processes' (at time 00:28:14)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/95/artifact/build-artifacts/00:28:14_Erasure_of_memory_freed_by_killed_userspace_processes.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/95/artifact/build-artifacts/00:28:14_Erasure_of_memory_freed_by_killed_userspace_processes.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/95/artifact/build-artifacts/00:28:14_Erasure_of_memory_freed_by_killed_userspace_processes.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/95/artifact/build-artifacts/00:28:14_Erasure_of_memory_freed_by_killed_userspace_processes.journal

After features/support/hooks.rb:100 0.000
23.851
Before features/support/hooks.rb:269 0.003
Given I have started Tails from DVD without network and logged in 8.404
And I prepare Tails for memory erasure tests 0.404
And I find very few patterns in the guest's memory 3.920

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

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

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

When I umount "/mnt" 0.789
Then I find very few patterns in the guest's memory 4.379

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

After features/support/hooks.rb:315 1.332
After features/support/hooks.rb:100 0.000
44.820
Before features/support/hooks.rb:269 0.002
Given I have started Tails from DVD without network and logged in 8.179
And I prepare Tails for memory erasure tests 0.439
When I plug and mount a 128 MiB USB drive with a vfat filesystem 9.183
Then I find very few patterns in the guest's memory 4.734

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

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

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

When I umount the USB drive 1.537
Then I find very few patterns in the guest's memory 4.183

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

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

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

When I umount the USB drive 0.914
Then I find very few patterns in the guest's memory 3.937

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

After features/support/hooks.rb:315 1.808
After features/support/hooks.rb:100 0.000
1:25.271
Before features/support/hooks.rb:269 0.002
Given I have started Tails from DVD without network and logged in 8.284
And I prepare Tails for memory erasure tests 0.461
When I plug and mount a 128 MiB USB drive with an ext4 filesystem encrypted with password "asdf" 34.499
Then I find very few patterns in the guest's memory 3.988

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

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

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

When I umount the USB drive 4.791
Then I find very few patterns in the guest's memory 4.102

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

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

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

When I umount the USB drive 10.159
Then I find very few patterns in the guest's memory 3.966

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

After features/support/hooks.rb:315 0.885
After features/support/hooks.rb:100 0.000
1:4.986
Before features/support/hooks.rb:269 0.003
Given I have started Tails from DVD without network and logged in 8.156
And I prepare Tails for memory erasure tests 0.390
When I fill a 128 MiB file with a known pattern on the root filesystem 20.271
# ensure the pattern is in memory due to tmpfs, not to disk cache
And I drop all kernel caches 11.081
Then patterns cover at least 128 MiB in the guest's memory 3.143

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

When I trigger shutdown 0.015
And I wait 20 seconds 20.020

Slept for 20 seconds

Then I find very few patterns in the guest's memory 1.906

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

After features/support/hooks.rb:315 3.657
After features/support/hooks.rb:100 0.000
7:46.673
Before features/support/hooks.rb:269 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 7:2.863
And I prepare Tails for memory erasure tests 0.416
When I fill a 128 MiB file with a known pattern on the persistent filesystem 21.153
When I trigger shutdown 0.011
And I wait 20 seconds 20.013

Slept for 20 seconds

Then I find very few patterns in the guest's memory 2.214

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

After features/support/hooks.rb:315 3.515
After features/support/hooks.rb:100 0.012