Project Number Date
test_Tails_ISO_devel 3547 13 Oct 2024, 13:13

Failures Overview

The following summary displays scenarios that failed.

26:47.345
Scenario I set up Additional Software when installing a package without persistent partition and the package is installed next time I start Tails
Before features/support/hooks.rb:269 0.004
Before features/support/hooks.rb:507 0.006
Steps
Given I start Tails from a freshly installed USB drive with an administration password and the network is plugged and I login 1:6.007
And I update APT using apt 12.835
And I install "popularity-contest" using apt 26.056
Then I am proposed to add the "popularity-contest" package to my Additional Software 5.351
When I create a persistent storage and activate the Additional Software feature 21.051
Then Additional Software is correctly configured for package "popularity-contest" 1.536
When I shutdown Tails and wait for the computer to power off 14.545
And I start Tails from USB drive "__internal" with network unplugged 1:1.538
And I enable persistence 21.985
And I log in to a new session 42.934
And the Additional Software installation service has started 2:13.388
Then I am notified that the installation succeeded 20:0.113
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:588:in `new'
./features/step_definitions/common_steps.rb:588:in `/^I see the "(.+)" notification(?: after at most (\d+) seconds)?$/'
./features/step_definitions/additional_software_packages.rb:28:in `/^I am notified that the installation succeeded$/'
features/additional_software_packages.feature:39:in `Then I am notified that the installation succeeded'
And Additional Software is correctly configured for package "popularity-contest" 0.000
And the package "popularity-contest" is installed after Additional Software has been started 0.000
After features/support/hooks.rb:515 0.057
After features/support/hooks.rb:326 10.829

SCENARIO FAILED: 'I set up Additional Software when installing a package without persistent partition and the package is installed next time I start Tails' (at time 01:38:06)

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3547/artifact/build-artifacts/01:38:06_I_set_up_Additional_Software_when_installing_a_package_without_persistent_partition_and_the_package_is_installed_next_time_I_start_Tails.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3547/artifact/build-artifacts/01:38:06_I_set_up_Additional_Software_when_installing_a_package_without_persistent_partition_and_the_package_is_installed_next_time_I_start_Tails.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3547/artifact/build-artifacts/01:38:06_I_set_up_Additional_Software_when_installing_a_package_without_persistent_partition_and_the_package_is_installed_next_time_I_start_Tails.journal

After features/support/hooks.rb:100 0.011
Tags: @source
3.506
Scenario All packages are up-to-date
Before features/support/hooks.rb:532 0.000
Steps
Given I have the build manifest for the image under test 0.000
Then all packages listed in the build manifest are up-to-date 3.506
Command failed (returned pid 57185 exit 1): ["/var/lib/jenkins/workspace/test_Tails_ISO_devel/bin/needed-package-updates", "--config=/var/lib/jenkins/workspace/test_Tails_ISO_devel/config/ci/needed-package-updates.yml", "--file=/var/lib/jenkins/workspace/test_Tails_ISO_devel/tmp/tails-amd64-devel@56bd543e6e-20241013T0658Z.build-manifest", {:err=>[:child, :out]}]:
INFO: Check local file /var/lib/jenkins/workspace/test_Tails_ISO_devel/tmp/tails-amd64-devel@56bd543e6e-20241013T0658Z.build-manifest
INFO: Need to upgrade to a new APT snapshot:
  - gdisk (1.0.10-1~bpo12+1~tails1) to Debian trixie (1.0.10-2)
.
<0> expected but was
<#<Process::Status: pid 57185 exit 1>>. (Test::Unit::AssertionFailedError)
/var/lib/jenkins/workspace/test_Tails_ISO_devel/features/support/helpers/misc_helpers.rb:307:in `block in cmd_helper'
/var/lib/jenkins/workspace/test_Tails_ISO_devel/features/support/helpers/misc_helpers.rb:303:in `popen'
/var/lib/jenkins/workspace/test_Tails_ISO_devel/features/support/helpers/misc_helpers.rb:303:in `cmd_helper'
/var/lib/jenkins/workspace/test_Tails_ISO_devel/features/step_definitions/needed_package_updates.rb:8:in `/^all packages listed in the build manifest are up-to-date$/'
features/needed_package_updates.feature:12:in `Then all packages listed in the build manifest are up-to-date'
After features/support/hooks.rb:539 0.000
After features/support/hooks.rb:100 0.000
8:6.754
Scenario Playing an Ogg audio track
Before features/support/hooks.rb:269 0.004
Before features/support/hooks.rb:507 0.005
Steps
Given I have started Tails from DVD and logged in and the network is connected 13.240
When I start the Tor Browser 23.821
And the Tor Browser loads the startup page 0.936
Then I can listen to an Ogg audio track in Tor Browser 7:28.755
Tor
Tor operation failed (despite retrying 10 times) with
Test::Unit::AssertionFailedError: <false> is not true. (MaxRetriesFailure)
./features/support/helpers/misc_helpers.rb:226:in `rescue in block in retry_action'
./features/support/helpers/misc_helpers.rb:209:in `block in retry_action'
./features/support/helpers/misc_helpers.rb:208:in `loop'
./features/support/helpers/misc_helpers.rb:208:in `retry_action'
./features/support/helpers/misc_helpers.rb:196:in `retry_tor'
./features/step_definitions/browser.rb:355:in `/^I can listen to an Ogg audio track in Tor Browser$/'
features/torified_browsing.feature:41:in `Then I can listen to an Ogg audio track in Tor Browser'
After features/support/hooks.rb:515 0.039
After features/support/hooks.rb:326 5.132

SCENARIO FAILED: 'Playing an Ogg audio track' (at time 05:11:10)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3547/artifact/build-artifacts/05:11:10_Playing_an_Ogg_audio_track.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3547/artifact/build-artifacts/05:11:10_Playing_an_Ogg_audio_track.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3547/artifact/build-artifacts/05:11:10_Playing_an_Ogg_audio_track.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3547/artifact/build-artifacts/05:11:10_Playing_an_Ogg_audio_track.journal

After features/support/hooks.rb:100 0.000