Project Number Date
test_Tails_ISO_devel 3525 30 Sep 2024, 12:47

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Additional software 72 1 11 0 0 84 5 1 6 23:55.988 Failed
Feature Additional software
As a Tails user I may want to install softwares not shipped in Tails And have them installed automatically when I enable persistence in the Greeter
2:46.753
Before features/support/hooks.rb:269 0.002
Before features/support/hooks.rb:507 0.011
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:34.395
And I update APT using apt 13.589
When I install "popularity-contest" using apt 22.417
Then I am notified I can not use Additional Software for "popularity-contest" 6.831
And I can open the Additional Software documentation from the notification 29.519
After features/support/hooks.rb:515 25.575
After features/support/hooks.rb:326 3.174
After features/support/hooks.rb:100 0.002
4:57.089
Before features/support/hooks.rb:269 0.005
Before features/support/hooks.rb:507 0.006
Given I start Tails from a freshly installed USB drive with an administration password and the network is plugged and I login 57.939
And I update APT using apt 12.457
And I install "popularity-contest" using apt 22.312
Then I am proposed to add the "popularity-contest" package to my Additional Software 7.245
When I create a persistent storage and activate the Additional Software feature 17.582
Then Additional Software is correctly configured for package "popularity-contest" 2.317
When I shutdown Tails and wait for the computer to power off 11.040
And I start Tails from USB drive "__internal" with network unplugged 59.480
And I enable persistence 21.261
And I log in to a new session 41.677
And the Additional Software installation service has started 40.758
Then I am notified that the installation succeeded 1.992
And Additional Software is correctly configured for package "popularity-contest" 0.742
And the package "popularity-contest" is installed after Additional Software has been started 0.279
After features/support/hooks.rb:515 26.950
After features/support/hooks.rb:326 1.601
After features/support/hooks.rb:100 0.013
2:24.543
Before features/support/hooks.rb:269 0.005
Before features/support/hooks.rb:507 0.007
Given a computer 0.436
And I start Tails from USB drive "__internal" and I login with an administration password 1:42.962
And I update APT using apt 11.992
When I install "makepp" using apt 22.515
Then the Additional Software dpkg hook has been run for package "makepp" and notices the persistence is locked 6.551
And the package "makepp" is installed 0.083
After features/support/hooks.rb:515 27.473
After features/support/hooks.rb:326 1.610
After features/support/hooks.rb:100 0.022
4:51.499
Before features/support/hooks.rb:269 0.005
Before features/support/hooks.rb:507 0.005
Given a computer 0.359
And I start Tails from USB drive "__internal" and I login with persistence enabled and an administration password 3:13.241
When I uninstall "popularity-contest" using apt 12.582
And I accept removing "popularity-contest" from Additional Software 0.701
Then "popularity-contest" is not in the list of Additional Software 0.785
When I start Synaptic 22.653
And I update APT using Synaptic 22.255
And I install "cowsay" using Synaptic 11.987
And I accept adding "cowsay" to Additional Software 1.085
Then Additional Software is correctly configured for package "cowsay" 0.755
When I uninstall "cowsay" using apt 3.216
And I refuse removing "cowsay" from Additional Software 0.577
Then Additional Software is correctly configured for package "cowsay" 0.811
When I start "Additional Software" via GNOME Activities Overview 10.488
And I remove "cowsay" from the list of Additional Software using Additional Software GUI 4.646
Then "cowsay" is not in the list of Additional Software 0.837
When I install "cowsay" using apt 3.222
And I refuse adding "cowsay" to Additional Software 0.574
Then "cowsay" is not in the list of Additional Software 0.717
After features/support/hooks.rb:515 1.199
After features/support/hooks.rb:326 0.671
After features/support/hooks.rb:100 0.008
6:47.871
Scenario Recovering in offline mode after Additional Software previously failed to upgrade and then succeed to upgrade when online
Before features/support/hooks.rb:269 0.005
Before features/support/hooks.rb:507 0.006
Steps
Given a computer 0.232
And I start Tails from USB drive "__internal" and I login with persistence enabled and an administration password 2:18.290
And I configure APT to prefer an old version of cowsay 0.026
When I install an old version "3.03+dfsg2-1" of the cowsay package using apt 25.788
And I accept adding "cowsay" to Additional Software 5.869
And Additional Software is correctly configured for package "cowsay" 0.855
And I shutdown Tails and wait for the computer to power off 6.331
And I start Tails from USB drive "__internal" with network unplugged 58.110
And I enable persistence 11.881
# We need to add back this custom APT source for the Additional Software
# install step, as it was not saved in persistence
And I configure APT to prefer an old version of cowsay 0.023
And I log in to a new session 40.455
And the installed version of package "cowsay" is "3.03+dfsg2-1" after Additional Software has been started 30.843
And I revert the APT tweaks that made it prefer an old version of cowsay 0.048
# We remove the newest package after it has been downloaded and before
# it is installed, so that the upgrade process fails
And I prepare the Additional Software upgrade process to fail 0.081
And the network is plugged 0.075
And Tor is ready 21.213
# Note: the next step races against the appearance of the "The
# upgrade of your additional software failed" notification.
# It should win most of the time, which is good, but there's no
# guarantee it does. If it loses, then it'll remove the notification
# we'll be trying to interact with below ("I can open…")
And all notifications have disappeared 36.305
And available upgrades have been checked 0.523
And I see the "The upgrade of your additional software failed" notification after at most 300 seconds 1.113
And I can open the Additional Software configuration window from the notification 29.800
The
The Dogtail init script raised: SearchError: descendent of [application | gnome-shell]: child with name="Configure" roleName='push button'
STDOUT:

STDERR:

 (Dogtail::Failure)
./features/support/helpers/dogtail.rb:93:in `run'
./features/support/helpers/dogtail.rb:335:in `initialize'
./features/support/helpers/dogtail.rb:264:in `new'
./features/support/helpers/dogtail.rb:264:in `call_tree_api_method'
./features/support/helpers/dogtail.rb:272:in `child'
./features/step_definitions/additional_software_packages.rb:41:in `click_gnome_shell_notification_button'
./features/step_definitions/additional_software_packages.rb:164:in `/^I can open the Additional Software configuration window from the notification$/'
features/additional_software_packages.feature:106:in `And I can open the Additional Software configuration window from the notification'
And I shutdown Tails and wait for the computer to power off 0.000
And I start Tails from USB drive "__internal" with network unplugged 0.000
And I enable persistence 0.000
# We need to add back this custom APT source for the Additional Software
# install step, as it was not saved in persistence
And I configure APT to prefer an old version of cowsay 0.000
And I log in to a new session 0.000
And the installed version of package "cowsay" is "3.03+dfsg2-1" after Additional Software has been started 0.000
And I revert the APT tweaks that made it prefer an old version of cowsay 0.000
And the network is plugged 0.000
And Tor is ready 0.000
Then the Additional Software upgrade service has started 0.000
And the installed version of package "cowsay" is newer than "3.03+dfsg2-1" 0.000
After features/support/hooks.rb:515 0.035
After features/support/hooks.rb:326 5.653

SCENARIO FAILED: 'Recovering in offline mode after Additional Software previously failed to upgrade and then succeed to upgrade when online' (at time 01:29:32)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3525/artifact/build-artifacts/01:29:32_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.file_content_var_log_boot.log

Content of /run/live-additional-software/log: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3525/artifact/build-artifacts/01:29:32_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.file_content_run_live-additional-software_log

Output of ls -la --full-time /live/persistence/tailsdata_unlocked: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3525/artifact/build-artifacts/01:29:32_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.cmd_output_persistent_volume

Output of ls -lar --full-time /var/cache/apt: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3525/artifact/build-artifacts/01:29:32_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.cmd_output_var_cache_apt

Output of ls -lar --full-time /var/lib/apt: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3525/artifact/build-artifacts/01:29:32_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.cmd_output_var_lib_apt

Output of mount: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3525/artifact/build-artifacts/01:29:32_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.cmd_output_mount

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3525/artifact/build-artifacts/01:29:32_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3525/artifact/build-artifacts/01:29:32_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3525/artifact/build-artifacts/01:29:32_Recovering_in_offline_mode_after_Additional_Software_previously_failed_to_upgrade_and_then_succeed_to_upgrade_when_online.journal

After features/support/hooks.rb:100 0.015
2:8.233
Before features/support/hooks.rb:269 0.005
Before features/support/hooks.rb:507 0.004
Given a computer 0.180
And I start Tails from USB drive "__internal" with network unplugged 57.446
And I enable persistence 12.920
And I remove the "cowsay" deb files from the APT cache 0.751
# Prevent the "Warning: virtual machine detected!" notification from racing
# with the one we'll be interacting with below.
And I disable the tails-virt-notify-user.service user unit 0.078
And I log in to a new session 36.425
Then I see the "The installation of your additional software failed" notification after at most 300 seconds 13.956
And I can open the Additional Software log file from the notification 5.765
And the package "cowsay" is not installed 0.707
After features/support/hooks.rb:515 0.115
After features/support/hooks.rb:326 1.236
After features/support/hooks.rb:100 0.024