Feature
Packages are up-to-date
On Tails branches that use frozen APT sources,
packages we install from frozen distributions (e.g. the Linux kernel
installed from testing/sid),
and packages forked from Debian that we install from our custom APT repository,
can become outdated.
As a Tails developer, I want to ensure we don't miss important updates.
6.665
Scenario
All packages are up-to-date
Before
features/support/hooks.rb:528
0.000
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
6.665
Command failed (pid 55781 exit 1): ["/var/lib/jenkins/workspace/test_Tails_ISO_feature-arti/bin/needed-package-updates", "--config=/var/lib/jenkins/workspace/test_Tails_ISO_feature-arti/config/ci/needed-package-updates.yml", "--file=/var/lib/jenkins/workspace/test_Tails_ISO_feature-arti/tmp/tails-amd64-feature_arti@330657137f+stable@7d084c8a5d-20241129T1007Z.build-manifest", {:err=>[:child, :out]}]:
INFO: Check local file /var/lib/jenkins/workspace/test_Tails_ISO_feature-arti/tmp/tails-amd64-feature_arti@330657137f+stable@7d084c8a5d-20241129T1007Z.build-manifest
INFO: Need to upgrade to a new APT snapshot:
- blinker (1.8.2-1) to Debian trixie (1.9.0-1)
- firmware-sof (2024.06-2) to Debian trixie (2024.09.1-1)
- flask (3.0.3-1) to Debian trixie (3.1.0-2)
- python-werkzeug (3.0.4-1) to Debian trixie (3.1.3-2)
(CommandFailed)
/var/lib/jenkins/workspace/test_Tails_ISO_feature-arti/features/support/helpers/misc_helpers.rb:332:in `block in cmd_helper'
/var/lib/jenkins/workspace/test_Tails_ISO_feature-arti/features/support/helpers/misc_helpers.rb:325:in `popen'
/var/lib/jenkins/workspace/test_Tails_ISO_feature-arti/features/support/helpers/misc_helpers.rb:325:in `cmd_helper'
/var/lib/jenkins/workspace/test_Tails_ISO_feature-arti/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:535
0.000
After
features/support/hooks.rb:100
0.000